netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] Use SLAB_PANIC when creating critical slab cache
@ 2004-11-14 20:18 Chris Wright
  2004-11-14 20:20 ` [PATCH 1/8] " Chris Wright
                   ` (8 more replies)
  0 siblings, 9 replies; 13+ messages in thread
From: Chris Wright @ 2004-11-14 20:18 UTC (permalink / raw)
  To: davem; +Cc: netdev

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2004-11-14 23:51 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-14 20:18 [PATCH 0/8] Use SLAB_PANIC when creating critical slab cache Chris Wright
2004-11-14 20:20 ` [PATCH 1/8] " Chris Wright
2004-11-14 20:20 ` [PATCH 2/8] " Chris Wright
2004-11-14 20:21 ` [PATCH 3/8] " Chris Wright
2004-11-14 20:22 ` [PATCH 4/8] " Chris Wright
2004-11-14 20:23 ` [PATCH 5/8] " Chris Wright
2004-11-14 20:24 ` [PATCH 6/8] " Chris Wright
2004-11-14 20:27   ` Arnaldo Carvalho de Melo
2004-11-14 22:51     ` Chris Wright
2004-11-14 23:51       ` Arnaldo Carvalho de Melo
2004-11-14 20:24 ` [PATCH 7/8] " Chris Wright
2004-11-14 20:25 ` [PATCH 8/8] " Chris Wright
2004-11-14 23:11 ` [PATCH 0/8] " Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).