Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43760
b: refs/heads/master
c: 1ab8509
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Dec 8, 2006
1 parent 1ce831c commit 3e362e8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 17 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 329409aeda064c4aff00c51f837fcd3bbdaeeba6
refs/heads/master: 1ab8509a31187998615e6dd7f53cc02db5be594c
27 changes: 11 additions & 16 deletions trunk/lib/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -415,39 +415,34 @@ config LKDTM
drivers/misc/lkdtm.c

config FAULT_INJECTION
bool
bool "Fault-injection framework"
depends on DEBUG_KERNEL
select STACKTRACE
select FRAME_POINTER
help
Provide fault-injection framework.
For more details, see Documentation/fault-injection/.

config FAILSLAB
bool "Fault-injection capabilitiy for kmalloc"
depends on DEBUG_KERNEL
select FAULT_INJECTION
bool "Fault-injection capability for kmalloc"
depends on FAULT_INJECTION
help
This option provides fault-injection capabilitiy for kmalloc.
Provide fault-injection capability for kmalloc.

config FAIL_PAGE_ALLOC
bool "Fault-injection capabilitiy for alloc_pages()"
depends on DEBUG_KERNEL
select FAULT_INJECTION
depends on FAULT_INJECTION
help
This option provides fault-injection capabilitiy for alloc_pages().
Provide fault-injection capability for alloc_pages().

config FAIL_MAKE_REQUEST
bool "Fault-injection capabilitiy for disk IO"
depends on DEBUG_KERNEL
select FAULT_INJECTION
depends on FAULT_INJECTION
help
This option provides fault-injection capabilitiy to disk IO.
Provide fault-injection capability for disk IO.

config FAULT_INJECTION_DEBUG_FS
bool "Debugfs entries for fault-injection capabilities"
depends on FAULT_INJECTION && SYSFS
select DEBUG_FS
depends on FAULT_INJECTION && SYSFS && DEBUG_FS
help
This option enable configuration of fault-injection capabilities via
debugfs.

Enable configuration of fault-injection capabilities via debugfs.

0 comments on commit 3e362e8

Please sign in to comment.