Searched refs:kasan (Results 1 – 25 of 25) sorted by relevance
/linux-6.12.1/Documentation/translations/zh_TW/dev-tools/ |
D | kasan.rst | 5 :Original: Documentation/dev-tools/kasan.rst 103 另外,獨立於 ``panic_on_warn`` 、 ``kasan.fault=`` boot參數可以用 106 - ``kasan.fault=report`` 或 ``=panic`` 控制是否只打印KASAN report或 113 - ``kasan.stacktrace=off`` 或 ``=on`` 禁用或啓用分配和釋放堆棧痕 116 - ``kasan.stack_ring_size=<number of entries>`` 指定堆棧環的條 122 - ``kasan=off`` 或 ``=on`` 控制KASAN是否被啓用(默認: ``on`` )。 124 - ``kasan.mode=sync``, ``=async`` or ``=asymm`` 控制KASAN是否 132 - ``kasan.vmalloc=off`` or ``=on`` 禁用或啓用vmalloc分配的標記(默認: ``on`` )。 199 page dumped because: kasan: bad access detected 224 或已釋放的內存(參見 mm/kasan/kasan.h)。 [all …]
|
D | index.rst | 29 kasan
|
D | testing-overview.rst | 94 Documentation/dev-tools/kasan.rst
|
/linux-6.12.1/Documentation/translations/zh_CN/dev-tools/ |
D | kasan.rst | 5 :Original: Documentation/dev-tools/kasan.rst 103 另外,独立于 ``panic_on_warn`` 、 ``kasan.fault=`` boot参数可以用 106 - ``kasan.fault=report`` 或 ``=panic`` 控制是否只打印KASAN report或 113 - ``kasan.stacktrace=off`` 或 ``=on`` 禁用或启用分配和释放堆栈痕 116 - ``kasan.stack_ring_size=<number of entries>`` 指定堆栈环的条 122 - ``kasan=off`` 或 ``=on`` 控制KASAN是否被启用(默认: ``on`` )。 124 - ``kasan.mode=sync``, ``=async`` or ``=asymm`` 控制KASAN是否 132 - ``kasan.vmalloc=off`` or ``=on`` 禁用或启用vmalloc分配的标记(默认: ``on`` )。 199 page dumped because: kasan: bad access detected 224 或已释放的内存(参见 mm/kasan/kasan.h)。 [all …]
|
D | index.rst | 26 kasan
|
D | testing-overview.rst | 94 Documentation/dev-tools/kasan.rst
|
/linux-6.12.1/tools/testing/selftests/rcutorture/bin/ |
D | torture.sh | 142 --do-kasan|--do-no-kasan|--no-kasan) 143 do_kasan=`doyesno "$1" --do-kasan` 340 curflavor=${flavor}-kasan 341 torture_one "$@" --kasan 342 mv $T/last-resdir $T/last-resdir-kasan || : 544 mv $T/last-resdir-kasan $T/first-resdir-kasan || : 561 *-kasan)
|
D | kvm.sh | 192 --kasan)
|
/linux-6.12.1/mm/ |
D | execmem.c | 19 bool kasan = range->flags & EXECMEM_KASAN_SHADOW; in __execmem_alloc() local 28 if (kasan) in __execmem_alloc() 47 if (kasan && (kasan_alloc_module_shadow(p, size, GFP_KERNEL) < 0)) { in __execmem_alloc()
|
D | Makefile | 88 obj-$(CONFIG_KASAN) += kasan/
|
/linux-6.12.1/Documentation/dev-tools/ |
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.vmalloc=off`` or ``=on`` disables or enables tagging of vmalloc 149 - ``kasan.page_alloc.sample=<sampling interval>`` makes KASAN tag only every 151 ``kasan.page_alloc.sample.order``, where N is the value of the ``sample`` [all …]
|
D | index.rst | 24 kasan
|
D | testing-overview.rst | 99 use-after-free errors. See Documentation/dev-tools/kasan.rst
|
/linux-6.12.1/Documentation/arch/arm64/ |
D | memory.rst | 33 [ffff600000000000 ffff7fffffffffff] 32TB [kasan shadow region] 50 [fffd800000000000 ffff7fffffffffff] 512TB [kasan shadow region] 111 to the kasan shadow being a fraction of the entire kernel VA space, 112 the end of the kasan shadow must also be in the higher half of the 114 the end of the kasan shadow is invariant and dependent on ~0UL,
|
/linux-6.12.1/Documentation/translations/zh_CN/arch/riscv/ |
D | vm-layout.rst | 60 fffffff700000000 | -36 GB | fffffffeffffffff | 32 GB | kasan 96 ffffef8000000000 | -16.5 TB | fffffffeffffffff | 16.5 TB | kasan
|
/linux-6.12.1/Documentation/arch/riscv/ |
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-6.12.1/Documentation/dev-tools/kunit/ |
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-6.12.1/arch/powerpc/mm/ |
D | Makefile | 19 obj-$(CONFIG_KASAN) += kasan/
|
/linux-6.12.1/scripts/gdb/ |
D | vmlinux-gdb.py | 52 import linux.kasan
|
/linux-6.12.1/lib/ |
D | Kconfig.kasan | 46 See Documentation/dev-tools/kasan.rst for details. 75 See Documentation/dev-tools/kasan.rst for details about each mode.
|
D | Kconfig.debug | 1020 source "lib/Kconfig.kasan"
|
/linux-6.12.1/Documentation/RCU/ |
D | torture.rst | 210 In addition, there are the --gdb, --kasan, and --kcsan parameters.
|
/linux-6.12.1/Documentation/translations/it_IT/RCU/ |
D | torture.rst | 203 'CONFIG_RCU_EQS_DEBUG=y'``. In aggiunta, ci sono i parametri --gdb, --kasan, and
|
/linux-6.12.1/ |
D | Makefile | 1015 include-$(CONFIG_KASAN) += scripts/Makefile.kasan
|
D | MAINTAINERS | 12226 L: kasan-dev@googlegroups.com 12229 F: Documentation/dev-tools/kasan.rst 12230 F: arch/*/include/asm/*kasan.h 12232 F: include/linux/kasan*.h 12233 F: lib/Kconfig.kasan 12234 F: mm/kasan/ 12235 F: scripts/Makefile.kasan 12250 L: kasan-dev@googlegroups.com 12262 L: kasan-dev@googlegroups.com 12647 L: kasan-dev@googlegroups.com [all …]
|