| /linux-6.15/Documentation/translations/zh_TW/dev-tools/ |
| H A D | kasan.rst | 5 :Original: Documentation/dev-tools/kasan.rst 103 另外,獨立於 ``panic_on_warn`` 、 ``kasan.fault=`` boot參數可以用 113 - ``kasan.stacktrace=off`` 或 ``=on`` 禁用或啓用分配和釋放堆棧痕 116 - ``kasan.stack_ring_size=<number of entries>`` 指定堆棧環的條 122 - ``kasan=off`` 或 ``=on`` 控制KASAN是否被啓用(默認: ``on`` )。 199 page dumped because: kasan: bad access detected 224 或已釋放的內存(參見 mm/kasan/kasan.h)。 268 (參見 mm/kasan/quarantine.c 以瞭解實現)。 315 ``kasan.mode=off`` 或硬件不支持MTE(但支持TBI)。 434 ok 1 - kasan [all …]
|
| H A D | index.rst | 29 kasan
|
| H A D | testing-overview.rst | 94 Documentation/dev-tools/kasan.rst
|
| /linux-6.15/Documentation/translations/zh_CN/dev-tools/ |
| H A D | kasan.rst | 5 :Original: Documentation/dev-tools/kasan.rst 103 另外,独立于 ``panic_on_warn`` 、 ``kasan.fault=`` boot参数可以用 113 - ``kasan.stacktrace=off`` 或 ``=on`` 禁用或启用分配和释放堆栈痕 116 - ``kasan.stack_ring_size=<number of entries>`` 指定堆栈环的条 122 - ``kasan=off`` 或 ``=on`` 控制KASAN是否被启用(默认: ``on`` )。 199 page dumped because: kasan: bad access detected 224 或已释放的内存(参见 mm/kasan/kasan.h)。 286 (参见 mm/kasan/quarantine.c 以了解实现)。 333 ``kasan.mode=off`` 或硬件不支持MTE(但支持TBI)。 451 ok 1 - kasan [all …]
|
| H A D | index.rst | 27 kasan
|
| H A D | testing-overview.rst | 94 Documentation/dev-tools/kasan.rst
|
| /linux-6.15/tools/testing/selftests/rcutorture/bin/ |
| H A 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)
|
| H A D | kvm.sh | 194 --kasan)
|
| /linux-6.15/Documentation/dev-tools/ |
| H A D | kasan.rst | 110 Alternatively, independent of ``panic_on_warn``, the ``kasan.fault=`` boot 117 Hardware Tag-Based KASAN, ``kasan.fault=panic_on_write`` always panics on 134 - ``kasan.mode=sync``, ``=async`` or ``=asymm`` controls whether KASAN 146 - ``kasan.vmalloc=off`` or ``=on`` disables or enables tagging of vmalloc 151 ``kasan.page_alloc.sample.order``, where N is the value of the ``sample`` 161 Only applies when ``kasan.page_alloc.sample`` is set to a value greater 231 page dumped because: kasan: bad access detected 263 like redzones or freed memory (see mm/kasan/kasan.h). 337 quarantine (see mm/kasan/quarantine.c for implementation). 542 ok 1 - kasan [all …]
|
| H A D | index.rst | 27 kasan
|
| H A D | testing-overview.rst | 99 use-after-free errors. See Documentation/dev-tools/kasan.rst
|
| /linux-6.15/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-6.15/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-6.15/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-6.15/arch/powerpc/mm/ |
| H A D | Makefile | 19 obj-$(CONFIG_KASAN) += kasan/
|
| /linux-6.15/Documentation/arch/arm64/ |
| H A D | memory.rst | 46 to the kasan shadow being a fraction of the entire kernel VA space, 47 the end of the kasan shadow must also be in the higher half of the 49 the end of the kasan shadow is invariant and dependent on ~0UL,
|
| /linux-6.15/scripts/gdb/ |
| H A D | vmlinux-gdb.py | 52 import linux.kasan
|
| /linux-6.15/mm/ |
| H A D | execmem.c | 31 bool kasan = range->flags & EXECMEM_KASAN_SHADOW; in execmem_vmalloc() local 38 if (kasan) in execmem_vmalloc() 60 if (kasan && (kasan_alloc_module_shadow(p, size, GFP_KERNEL) < 0)) { in execmem_vmalloc()
|
| H A D | Makefile | 92 obj-$(CONFIG_KASAN) += kasan/
|
| /linux-6.15/Documentation/filesystems/bcachefs/ |
| H A D | SubmittingPatches.rst | 16 lockdep/kasan/preempt/etc. variants), these are not generally required to be 19 work? kasan, are you doing locking work? then lockdep; and ktest includes
|
| /linux-6.15/lib/ |
| H A D | Kconfig.kasan | 46 See Documentation/dev-tools/kasan.rst for details. 75 See Documentation/dev-tools/kasan.rst for details about each mode.
|
| /linux-6.15/Documentation/process/debugging/ |
| H A D | media_specific_debugging_guide.rst | 142 :ref:`process/debugging/driver_development_debugging_guide:kasan, ubsan,
|
| H A D | driver_development_debugging_guide.rst | 174 For the full documentation see :doc:`/dev-tools/kasan`.
|
| /linux-6.15/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-6.15/Documentation/RCU/ |
| H A D | torture.rst | 210 In addition, there are the --gdb, --kasan, and --kcsan parameters.
|