NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/52330 CVS commit: [netbsd-7] src/sys/dev/pci



The following reply was made to PR kern/52330; it has been noted by GNATS.

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/52330 CVS commit: [netbsd-7] src/sys/dev/pci
Date: Wed, 6 Jun 2018 15:46:17 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Wed Jun  6 15:46:16 UTC 2018
 
 Modified Files:
 	src/sys/dev/pci [netbsd-7]: mpii.c
 
 Log Message:
 Pull up following revision(s) (requested by maya in ticket #1614):
 
 	sys/dev/pci/mpii.c: revision 1.9
 
 PR/52330: Jia-Ju Bai: mpii driver: a sleep-in-interrupt bug in mpii_intr
 Since the enclosing routime mpii_event_raid already calls malloc with
 M_NOWAIT, fix the cache routine to do the same. While there check the
 result of the cache routine and change some error prints to aprint.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.5 -r1.5.4.1 src/sys/dev/pci/mpii.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index