NetBSD-Bugs archive

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

Re: kern/51096: hid tests failing on i386, sparc since nick-nhusb merge



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

From: Nick Hudson <skrll%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost, kern-bug-people%netbsd.org@localhost,
 gnats-admin%netbsd.org@localhost, netbsd-bugs%netbsd.org@localhost
Cc: 
Subject: Re: kern/51096: hid tests failing on i386, sparc since nick-nhusb
 merge
Date: Thu, 28 Apr 2016 09:19:13 +0100

 I have no idea why, but cpu_softintr_p is returning true and this 
 KASSERT is firing
 
      405     KASSERTMSG((!cpu_intr_p() && !cpu_softintr_p()),
      406         "kmem(9) should not be used from the interrupt context");
 
 maybe rump_init is needed...
 
 Nick
 


Home | Main Index | Thread Index | Old Index