Searched refs:kasan (Results 1 – 20 of 20) sorted by relevance
| /linux/Documentation/dev-tools/ |
| H A D | kasan.rst | 110 Alternatively, independent of ``panic_on_warn``, the ``kasan.fault=`` boot 113 - ``kasan.fault=report``, ``=panic``, or ``=panic_on_write`` controls whether 117 Hardware Tag-Based KASAN, ``kasan.fault=panic_on_write`` always panics on 123 - ``kasan.stacktrace=off`` or ``=on`` disables or enables alloc and free stack 125 - ``kasan.stack_ring_size=<number of entries>`` specifies the number of entries 132 - ``kasan=off`` or ``=on`` controls whether KASAN is enabled (default: ``on``). 134 - ``kasan.mode=sync``, ``=async`` or ``=asymm`` controls whether KASAN 146 - ``kasan.write_only=off`` or ``kasan.write_only=on`` controls whether KASAN 149 - ``kasan.vmalloc=off`` or ``=on`` disables or enables tagging of vmalloc 152 - ``kasan.page_alloc.sample=<sampling interval>`` makes KASAN tag only every [all …]
|
| H A D | testing-overview.rst | 99 use-after-free errors. See Documentation/dev-tools/kasan.rst
|
| /linux/tools/testing/selftests/rcutorture/bin/ |
| H A D | torture.sh | 92 echo " --do-kasan / --do-no-kasan / --no-kasan" 158 --do-kasan|--do-no-kasan|--no-kasan) 159 do_kasan=`doyesno "$1" --do-kasan` 389 curflavor=${flavor}-kasan 390 torture_one "$@" --kasan 393 mv $T/last-resdir $T/last-resdir-kasan || [all...] |
| H A D | kvm.sh | 194 --kasan)
|
| /linux/Documentation/translations/zh_CN/arch/riscv/ |
| H A D | vm-layout.rst | 60 fffffff700000000 | -36 GB | fffffffeffffffff | 32 GB | kasan 96 ffffef8000000000 | -16.5 TB | fffffffeffffffff | 16.5 TB | kasan
|
| /linux/Documentation/arch/riscv/ |
| H A D | vm-layout.rst | 56 fffffff700000000 | -36 GB | fffffffeffffffff | 32 GB | kasan 92 ffffef8000000000 | -16.5 TB | fffffffeffffffff | 16.5 TB | kasan 128 ffdf000000000000 | -8 PB | fffffffeffffffff | 8 PB | kasan
|
| /linux/Documentation/dev-tools/kunit/ |
| H A D | style.rst | 51 ``kasan`` 52 Common name for the tool, prominent part of the path ``mm/kasan`` 104 ``kasan`` 105 The ``kasan`` subsystem has only one suite, so the suite name is the same as 115 Because there is only one suite in the ``kasan`` subsystem, the suite should 116 just be called as ``kasan``. Do not redundantly add
|
| /linux/Documentation/translations/zh_CN/dev-tools/ |
| H A D | index.rst | 27 kasan
|
| H A D | testing-overview.rst | 94 Documentation/dev-tools/kasan.rst
|
| /linux/Documentation/translations/zh_TW/dev-tools/ |
| H A D | index.rst | 29 kasan
|
| H A D | testing-overview.rst | 94 Documentation/dev-tools/kasan.rst
|
| /linux/scripts/gdb/ |
| H A D | vmlinux-gdb.py | 52 import linux.kasan
|
| /linux/mm/ |
| H A D | execmem.c | 31 bool kasan = range->flags & EXECMEM_KASAN_SHADOW; in execmem_vmalloc() local 38 if (kasan) in execmem_vmalloc() 57 if (kasan && (kasan_alloc_module_shadow(p, size, GFP_KERNEL) < 0)) { in execmem_vmalloc()
|
| H A D | Makefile | 92 obj-$(CONFIG_KASAN) += kasan/
|
| /linux/lib/ |
| H A D | Kconfig.kasan | 58 See Documentation/dev-tools/kasan.rst for details. 87 See Documentation/dev-tools/kasan.rst for details about each mode.
|
| H A D | Kconfig.debug | 1041 source "lib/Kconfig.kasan"
|
| /linux/Documentation/process/debugging/ |
| H A D | driver_development_debugging_guide.rst | 174 For the full documentation see :doc:`/dev-tools/kasan`.
|
| /linux/Documentation/translations/it_IT/RCU/ |
| H A D | torture.rst | 203 'CONFIG_RCU_EQS_DEBUG=y'``. In aggiunta, ci sono i parametri --gdb, --kasan, and
|
| /linux/ |
| H A D | Makefile | 1112 include-$(CONFIG_KASAN) += scripts/Makefile.kasan
|
| H A D | MAINTAINERS | 13586 L: kasan-dev@googlegroups.com 13589 F: Documentation/dev-tools/kasan.rst 13590 F: arch/*/include/asm/*kasan.h 13592 F: include/linux/kasan*.h 13593 F: lib/Kconfig.kasan 13594 F: mm/kasan/ 13595 F: scripts/Makefile.kasan 13618 L: kasan-dev@googlegroups.com 13630 L: kasan-dev@googlegroups.com 14051 L: kasan [all...] |