All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC 0/4] CONFIG_STABLE to switch off development checks
@ 2007-05-31  0:20 ` clameter
  0 siblings, 0 replies; 80+ messages in thread
From: clameter @ 2007-05-31  0:20 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-mm, akpm

A while back we talked about having the capability of switching off checks
like the one for kmalloc(0) for stable kernel releases. This is a first stab
at such functionality. It adds #ifdef CONFIG_STABLE for now. Maybe we can
come up with some better way to handle it later. There should alsol be some
way to set CONFIG_STABLE from the Makefile.

CONFIG_STABLE switches off

- kmalloc(0) check in both slab allocators
- SLUB banner
- Makes SLUB tolerate object corruption like SLAB (not sure if we really want
  to go down this route. See patch)

-- 

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

end of thread, other threads:[~2007-07-20 19:10 UTC | newest]

Thread overview: 80+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-31  0:20 [RFC 0/4] CONFIG_STABLE to switch off development checks clameter
2007-05-31  0:20 ` clameter
2007-05-31  0:20 ` [RFC 1/4] CONFIG_STABLE: Define it clameter
2007-05-31  0:20   ` clameter
2007-05-31  0:35   ` young dave
2007-05-31  0:35     ` young dave
2007-05-31  0:49     ` Christoph Lameter
2007-05-31  0:49       ` Christoph Lameter
2007-06-01 18:08       ` Dave Jones
2007-06-01 18:08         ` Dave Jones
2007-06-01 18:25         ` Christoph Lameter
2007-06-01 18:25           ` Christoph Lameter
2007-05-31  8:54   ` Stefan Richter
2007-05-31  8:54     ` Stefan Richter
2007-05-31  9:03     ` David Miller
2007-05-31  9:03       ` David Miller, Stefan Richter
2007-05-31  9:03     ` Stefan Richter
2007-05-31  9:03       ` Stefan Richter
2007-05-31 21:11   ` Andrew Morton
2007-05-31 21:11     ` Andrew Morton
2007-05-31 21:14     ` Christoph Lameter
2007-05-31 21:14       ` Christoph Lameter
2007-05-31 21:30     ` Sam Ravnborg
2007-05-31 21:30       ` Sam Ravnborg
2007-06-01 18:02       ` Dave Jones
2007-06-01 18:02         ` Dave Jones
2007-06-01 20:22         ` Sam Ravnborg
2007-06-01 20:22           ` Sam Ravnborg
2007-06-01 20:30           ` Dave Jones
2007-06-01 20:30             ` Dave Jones
2007-06-01 20:55             ` Sam Ravnborg
2007-06-01 20:55               ` Sam Ravnborg
2007-06-01 20:25     ` Sam Ravnborg
2007-06-01 20:25       ` Sam Ravnborg
2007-07-20 10:41   ` Satyam Sharma
2007-07-20 10:41     ` Satyam Sharma
2007-07-20 11:09     ` Chris Snook
2007-07-20 11:09       ` Chris Snook
2007-07-20 11:27       ` Satyam Sharma
2007-07-20 11:27         ` Satyam Sharma
2007-07-20 11:34         ` Chris Snook
2007-07-20 11:34           ` Chris Snook
2007-07-20 11:40           ` Satyam Sharma
2007-07-20 11:40             ` Satyam Sharma
2007-07-20 11:50             ` Chris Snook
2007-07-20 11:50               ` Chris Snook
2007-07-20 16:48               ` Stefan Richter
2007-07-20 16:48                 ` Stefan Richter
2007-07-20 16:28     ` Stefan Richter
2007-07-20 16:28       ` Stefan Richter
2007-07-20 16:36       ` Stefan Richter
2007-07-20 16:36         ` Stefan Richter
2007-07-20 19:09         ` Chuck Ebbert
2007-07-20 19:09           ` Chuck Ebbert
2007-05-31  0:20 ` [RFC 2/4] CONFIG_STABLE: Switch off kmalloc(0) tests in slab allocators clameter
2007-05-31  0:20   ` clameter
2007-05-31 19:51   ` Zach Brown
2007-05-31 19:51     ` Zach Brown
2007-05-31 22:37     ` Andi Kleen
2007-05-31 22:37       ` Andi Kleen
2007-05-31  0:20 ` [RFC 3/4] CONFIG_STABLE: Switch off SLUB banner clameter
2007-05-31  0:20   ` clameter
2007-05-31  0:20 ` [RFC 4/4] CONFIG_STABLE: SLUB: Prefer object corruption over failure clameter
2007-05-31  0:20   ` clameter
2007-06-01 14:55 ` [RFC 0/4] CONFIG_STABLE to switch off development checks Jeremy Fitzhardinge
2007-06-01 14:55   ` Jeremy Fitzhardinge
2007-06-01 18:38   ` Christoph Lameter
2007-06-01 18:38     ` Christoph Lameter
2007-06-01 18:58     ` Jeremy Fitzhardinge
2007-06-01 18:58       ` Jeremy Fitzhardinge
2007-06-01 20:59       ` Christoph Lameter
2007-06-01 20:59         ` Christoph Lameter
2007-06-01 21:24         ` Jeremy Fitzhardinge
2007-06-01 21:24           ` Jeremy Fitzhardinge
2007-06-02 15:23       ` Dave Kleikamp
2007-06-02 15:23         ` Dave Kleikamp
2007-06-02 16:28         ` Jeremy Fitzhardinge
2007-06-02 16:28           ` Jeremy Fitzhardinge
2007-06-04  1:03           ` Dave Kleikamp
2007-06-04  1:03             ` Dave Kleikamp

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.