Home
last modified time | relevance | path

Searched refs:kasan (Results 1 – 20 of 20) sorted by relevance

/linux/Documentation/dev-tools/
H A Dkasan.rst110 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 Dtesting-overview.rst99 use-after-free errors. See Documentation/dev-tools/kasan.rst
/linux/tools/testing/selftests/rcutorture/bin/
H A Dtorture.sh92 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 Dkvm.sh194 --kasan)
/linux/Documentation/translations/zh_CN/arch/riscv/
H A Dvm-layout.rst60 fffffff700000000 | -36 GB | fffffffeffffffff | 32 GB | kasan
96 ffffef8000000000 | -16.5 TB | fffffffeffffffff | 16.5 TB | kasan
/linux/Documentation/arch/riscv/
H A Dvm-layout.rst56 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 Dstyle.rst51 ``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 Dindex.rst27 kasan
H A Dtesting-overview.rst94 Documentation/dev-tools/kasan.rst
/linux/Documentation/translations/zh_TW/dev-tools/
H A Dindex.rst29 kasan
H A Dtesting-overview.rst94 Documentation/dev-tools/kasan.rst
/linux/scripts/gdb/
H A Dvmlinux-gdb.py52 import linux.kasan
/linux/mm/
H A Dexecmem.c31 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 DMakefile92 obj-$(CONFIG_KASAN) += kasan/
/linux/lib/
H A DKconfig.kasan58 See Documentation/dev-tools/kasan.rst for details.
87 See Documentation/dev-tools/kasan.rst for details about each mode.
H A DKconfig.debug1041 source "lib/Kconfig.kasan"
/linux/Documentation/process/debugging/
H A Ddriver_development_debugging_guide.rst174 For the full documentation see :doc:`/dev-tools/kasan`.
/linux/Documentation/translations/it_IT/RCU/
H A Dtorture.rst203 'CONFIG_RCU_EQS_DEBUG=y'``. In aggiunta, ci sono i parametri --gdb, --kasan, and
/linux/
H A DMakefile1112 include-$(CONFIG_KASAN) += scripts/Makefile.kasan
H A DMAINTAINERS13586 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...]