]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - Documentation/kasan.txt
fs/f2fs/namei.c: remove unnecessary new_valid_dev() check
[karo-tx-linux.git] / Documentation / kasan.txt
index d2f4c8f2f2d2a7c6c21523714da781901bfe5dc8..aa1e0c91e368885ba90e152abd377ce18dd4bdc3 100644 (file)
@@ -28,8 +28,7 @@ the latter is 1.1 - 2 times faster. Inline instrumentation requires a GCC
 version 5.0 or later.
 
 Currently KASAN works only with the SLUB memory allocator.
-For better bug detection and nicer report, enable CONFIG_STACKTRACE and put
-at least 'slub_debug=U' in the boot cmdline.
+For better bug detection and nicer reporting, enable CONFIG_STACKTRACE.
 
 To disable instrumentation for specific files or directories, add a line
 similar to the following to the respective kernel Makefile:
@@ -118,7 +117,7 @@ Memory state around the buggy address:
  ffff8800693bc800: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
 ==================================================================
 
-The header of the report discribe what kind of bug happend and what kind of
+The header of the report discribe what kind of bug happened and what kind of
 access caused it. It's followed by the description of the accessed slub object
 (see 'SLUB Debug output' section in Documentation/vm/slub.txt for details) and
 the description of the accessed memory page.