/Linux-v6.1/tools/perf/tests/ |
D | bp_signal.c | 35 static int overflows; variable 85 overflows++; in sig_handler() 87 if (overflows > 10) { in sig_handler() 268 count1, count2, count3, overflows, overflows_2); in test__bp_signal() 277 if (overflows != 3) in test__bp_signal() 278 pr_debug("failed: wrong overflow (%d) hit, expected 3\n", overflows); in test__bp_signal() 289 return count1 == 1 && overflows == 3 && count2 == 3 && overflows_2 == 3 && count3 == 2 ? in test__bp_signal()
|
D | bp_signal_overflow.c | 31 static int overflows; variable 42 overflows++; in sig_handler() 125 count, overflows); in test__bp_signal_overflow() 133 if (overflows != EXECUTIONS / THRESHOLD) { in test__bp_signal_overflow() 135 overflows, EXECUTIONS / THRESHOLD); in test__bp_signal_overflow()
|
/Linux-v6.1/Documentation/mm/ |
D | vmalloced-kernel-stacks.rst | 21 Kernel stack overflows are often hard to debug and make the kernel 26 overflows to be caught immediately rather than causing difficult to 31 causes reliable faults when the stack overflows. The usability of 53 - If the stack overflows into a guard page, something reasonable 64 with guard pages. This causes kernel stack overflows to be caught 123 Leading and trailing guard pages help detect stack overflows. When stack 124 overflows into the guard pages, handlers have to be careful not overflow
|
D | numa.rst | 127 does contain memory overflows.
|
/Linux-v6.1/drivers/staging/media/omap4iss/ |
D | TODO | 1 * Fix FIFO/buffer overflows and underflows
|
/Linux-v6.1/Documentation/hwmon/ |
D | sl28cpld.rst | 25 second. If the 7 bit counter overflows, the supervisor will automatically
|
/Linux-v6.1/arch/x86/ras/ |
D | Kconfig | 8 PFN overflows, we try to soft-offline that page as we take it to mean
|
/Linux-v6.1/Documentation/process/ |
D | deprecated.rst | 60 allocations could lead to linear overflows of heap memory and other 116 explicitly ignore overflows, which may lead to unexpected results 125 could result in linear overflows beyond the end of the buffer, leading to 137 be NUL terminated. This can lead to various linear read overflows and 160 size limit. This is both inefficient and can lead to linear read overflows
|
/Linux-v6.1/drivers/net/ethernet/freescale/fman/ |
D | Kconfig | 26 to interconnect. When the FMAN internal queue overflows, it can
|
/Linux-v6.1/lib/ |
D | Kconfig.ubsan | 43 Note that this does not protect array overflows via bad calls 76 bool "Perform checking for bit-shift overflows"
|
/Linux-v6.1/tools/perf/Documentation/ |
D | Build.txt | 58 such as buffer overflows and memory leaks.
|
D | perf-c2c.txt | 122 Disabled by default. In common cases with call stack overflows,
|
/Linux-v6.1/Documentation/dev-tools/ |
D | testing-overview.rst | 92 integer overflows. 101 overflows. See Documentation/dev-tools/ubsan.rst 136 overflows, null pointer dereferences, and memory leaks. See the project page at
|
/Linux-v6.1/Documentation/networking/device_drivers/fddi/ |
D | defza.rst | 38 requested explicitly or if the CAM overflows. The promiscuous mode
|
/Linux-v6.1/arch/sh/ |
D | Kconfig.debug | 17 bool "Check for stack overflows"
|
/Linux-v6.1/Documentation/admin-guide/perf/ |
D | imx-ddr.rst | 13 interrupt is raised. If any other counter overflows, it continues counting, and
|
/Linux-v6.1/Documentation/filesystems/ |
D | omfs.rst | 110 If this table overflows, a continuation inode is written and pointed to by
|
/Linux-v6.1/security/ |
D | Kconfig | 156 bool "Harden common str/mem functions against buffer overflows" 163 Detect overflows of buffers in common string and memory functions
|
/Linux-v6.1/arch/arm/mach-s3c/ |
D | Kconfig | 60 purposes. This allows any problems where an counter overflows from
|
/Linux-v6.1/Documentation/security/ |
D | self-protection.rst | 170 hole at the bottom of the stack to catch these overflows. 190 Similar to counter overflow, integer overflows (usually size calculations)
|
/Linux-v6.1/Documentation/PCI/ |
D | boot-interrupts.rst | 68 run to completion; otherwise some handlers will end up in stack overflows
|
/Linux-v6.1/Documentation/core-api/ |
D | timekeeping.rst | 151 been replaced because the tv_sec member overflows in year 2038 on 32-bit
|
/Linux-v6.1/arch/m68k/fpsp040/ |
D | srem_mod.S | 255 scs %d6 | ...set Carry if 2(R) overflows
|
/Linux-v6.1/Documentation/x86/x86_64/ |
D | boot-options.rst | 285 Always panic when IOMMU overflows.
|
/Linux-v6.1/arch/ |
D | Kconfig | 592 overflows (that need to overwrite this return address) now also 1178 - If the stack overflows into a guard page, something reasonable 1189 with guard pages. This causes kernel stack overflows to be
|