NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: port-amd64/52696: SMAP breaks -current
The following reply was made to PR port-amd64/52696; it has been noted by GNATS.
From: Martin Husemann <martin%duskware.de@localhost>
To: Kamil Rytarowski <n54%gmx.com@localhost>
Cc: gnats-bugs%NetBSD.org@localhost
Subject: Re: port-amd64/52696: SMAP breaks -current
Date: Sun, 5 Nov 2017 11:01:58 +0100
On Sun, Nov 05, 2017 at 03:10:00AM +0000, Kamil Rytarowski wrote:
> 391
> 392 KASSERTMSG((!cpu_intr_p() && !cpu_softintr_p()),
> 393 "kmem(9) should not be used from the interrupt context");
> 394 v =3D kmem_intr_alloc(size, kmflags);
> 395 KASSERT(v || (kmflags & KM_NOSLEEP) !=3D 0); /// <-- fired
Please do not collect random panics in a PR, it makes it hard to close when
(like) two out of four are fixed.
Martin
Home |
Main Index |
Thread Index |
Old Index