Bug 20057

Summary: netgraph panics in ng_base.c:ng_path2node
Product: Base System Reporter: kabaev <kabaev>
Component: kernAssignee: Archie Cobbs <archie>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description kabaev 2000-07-20 14:10:00 UTC
   ng_path2node function is sometimes called from the interrupt context
   (from SWI => ng_intr => ng_pppoe_??? .... => ng_path2node), yet it
   allocates memory buffer with M_WAITOK. That causes the above mentioned
   panic.

How-To-Repeat: 
   use ppp in PPPoe mode with INVARIANTS in the kernel
Comment 1 Sheldon Hearn freebsd_committer freebsd_triage 2000-07-20 14:15:13 UTC
Responsible Changed
From-To: freebsd-bugs->archie

Over to one of the netgraph maintainers.
Comment 2 Archie Cobbs freebsd_committer freebsd_triage 2000-07-20 18:24:43 UTC
State Changed
From-To: open->closed

Fixed in -current; will be MFC'd later. Thanks!