Found 3 matching messages (0.074 seconds). Page 1 of 1.
... GFP_KERNEL); > + if (unlikely(!ptr)) > + ... > + > +or > + err = some_function(...); > + if (likely(!err)) > + ... -- Shawn - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger ...
linux-kernel - Shawn Bohrer - Sep 29 2007 - 10:43
... However, openSUSE, Ubuntu, and Mandriva all still have 8K stacks. I know of no other distributions that default to 4K. -- Shawn -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger. ...
linux-kernel - Shawn Bohrer - Apr 19 2008 - 10:59
On Tue, Jul 17, 2007 at 02:57:45AM +0200, Rene Herman wrote: > True enough. I'm rather wondering though why RHEL is shipping with it if > it's a _real_ problem. Scribbling junk all over kernel memory would be the > kind of thing I'd imagine you'd
linux-kernel - Shawn Bohrer - Jul 17 2007 - 12:14