NetBSD-Bugs archive

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

Re: kern/57208: panic related to NPF functionality



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

From: Taylor R Campbell <riastradh%NetBSD.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: kern/57208: panic related to NPF functionality
Date: Tue, 31 Jan 2023 14:07:00 +0000

 Summary:
 
 - This is the result of a short-term memory allocation failure with
   KM_NOSLEEP in soft interrupt context.
 
 - The problem remains in netbsd-10.
 
 - Requires change to API contract in thmap -- either must be able to
   fail, or must be allowed to sleep and therefore must be forbidden in
   (soft) interrupt context or under locks held in (soft) interrupt
   context.
 


Home | Main Index | Thread Index | Old Index