2010/2/26 Pekka Enberg <penberg@xxxxxxxxxxxxxx>: > On Fri, Feb 26, 2010 at 8:36 AM, Dmitry Monakhov <dmonakhov@xxxxxxxxxx> wrote: >> This patch allow to inject faults only for specific slabs. >> In order to preserve default behavior cache filter is off by >> default (all caches are faulty). >> >> One may define specific set of slabs like this: >> # mark skbuff_head_cache as faulty >> echo 1 > /sys/kernel/slab/skbuff_head_cache/failslab >> # Turn on cache filter (off by default) >> echo 1 > /sys/kernel/debug/failslab/cache-filter >> # Turn on fault injection >> echo 1 > /sys/kernel/debug/failslab/times >> echo 1 > /sys/kernel/debug/failslab/probability >> >> Acked-by: David Rientjes <rientjes@xxxxxxxxxx> >> Signed-off-by: Dmitry Monakhov <dmonakhov@xxxxxxxxxx> > > Lets CC the failslab author as well for ACKs. Acked-by: Akinobu Mita <akinobu.mita@xxxxxxxxx> -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxxx For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>