netdev
[Top] [All Lists]

[PATCH 0/8] Use SLAB_PANIC when creating critical slab cache

To: davem@xxxxxxxxxxxxx
Subject: [PATCH 0/8] Use SLAB_PANIC when creating critical slab cache
From: Chris Wright <chrisw@xxxxxxxx>
Date: Sun, 14 Nov 2004 12:18:37 -0800
Cc: netdev@xxxxxxxxxxx
Sender: netdev-bounce@xxxxxxxxxxx
User-agent: Mutt/1.2.5i
The following trivial patches update networking code to use the SLAB_PANIC
flag when creating a critical slab cache instead of doing localized calls
to panic().  This brings networking inline with other core kernel code.

 core/flow.c       |    5 +----
 core/skbuff.c     |    4 +---
 decnet/dn_route.c |    9 +++------
 ipv4/inetpeer.c   |    5 +----
 ipv4/ipmr.c       |    5 +----
 ipv6/ip6_fib.c    |    4 +---
 ipv6/route.c      |    9 +++------
 xfrm/xfrm_input.c |    4 +---
 8 files changed, 12 insertions(+), 33 deletions(-)

thanks,
-chris

<Prev in Thread] Current Thread [Next in Thread>