| /linux-6.15/tools/perf/tests/ |
| H A D | bp_signal.c | 36 static int overflows; variable 86 overflows++; in sig_handler() 88 if (overflows > 10) { in sig_handler() 269 count1, count2, count3, overflows, overflows_2); in test__bp_signal() 278 if (overflows != 3) in test__bp_signal() 279 pr_debug("failed: wrong overflow (%d) hit, expected 3\n", overflows); in test__bp_signal() 290 return count1 == 1 && overflows == 3 && count2 == 3 && overflows_2 == 3 && count3 == 2 ? in test__bp_signal()
|
| H A D | bp_signal_overflow.c | 32 static int overflows; variable 43 overflows++; in sig_handler() 126 count, overflows); in test__bp_signal_overflow() 134 if (overflows != EXECUTIONS / THRESHOLD) { in test__bp_signal_overflow() 136 overflows, EXECUTIONS / THRESHOLD); in test__bp_signal_overflow()
|
| /linux-6.15/Documentation/mm/ |
| H A 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 the stack 124 overflows into the guard pages, handlers have to be careful not to overflow
|
| H A D | numa.rst | 125 does contain memory overflows.
|
| /linux-6.15/drivers/media/platform/raspberrypi/rp1-cfe/ |
| H A D | csi2.c | 179 u32 overflows; in csi2_errors_show() local 186 overflows = csi2->overflows; in csi2_errors_show() 188 csi2->overflows = 0; in csi2_errors_show() 194 seq_printf(s, "Overflows %u\n", overflows); in csi2_errors_show() 222 csi2->overflows++; in csi2_isr_handle_errors()
|
| H A D | csi2.h | 67 u32 overflows; member
|
| /linux-6.15/Documentation/hwmon/ |
| H A D | sl28cpld.rst | 25 second. If the 7 bit counter overflows, the supervisor will automatically
|
| /linux-6.15/arch/x86/ras/ |
| H A D | Kconfig | 8 PFN overflows, we try to soft-offline that page as we take it to mean
|
| /linux-6.15/drivers/net/ethernet/freescale/fman/ |
| H A D | Kconfig | 27 to interconnect. When the FMAN internal queue overflows, it can
|
| /linux-6.15/Documentation/dev-tools/ |
| H A D | testing-overview.rst | 92 integer overflows. 101 overflows. See Documentation/dev-tools/ubsan.rst 138 overflows, null pointer dereferences, and memory leaks. See the project page at
|
| /linux-6.15/Documentation/process/ |
| H A 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-6.15/lib/ |
| H A D | Kconfig.ubsan | 64 Note that this does not protect array overflows via bad calls 90 bool "Perform checking for bit-shift overflows"
|
| /linux-6.15/Documentation/networking/device_drivers/fddi/ |
| H A D | defza.rst | 38 requested explicitly or if the CAM overflows. The promiscuous mode
|
| /linux-6.15/arch/arm/mach-s3c/ |
| H A D | Kconfig | 56 purposes. This allows any problems where an counter overflows from
|
| /linux-6.15/tools/perf/Documentation/ |
| H A D | Build.txt | 58 such as buffer overflows and memory leaks.
|
| /linux-6.15/Documentation/admin-guide/ |
| H A D | workload-tracing.rst | 132 paxtest is a program that tests buffer overflows in the kernel. It tests 134 segments makes buffer overflows possible. It runs a set of programs that 291 paxtest is a program that tests buffer overflows in the kernel. It tests 293 segments makes buffer overflows possible. It runs a set of programs that
|
| H A D | iostats.rst | 36 overflows. Applications reading these counters should detect and handle
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | omfs.rst | 110 If this table overflows, a continuation inode is written and pointed to by
|
| /linux-6.15/arch/sh/ |
| H A D | Kconfig.debug | 17 bool "Check for stack overflows"
|
| /linux-6.15/Documentation/admin-guide/perf/ |
| H A D | imx-ddr.rst | 13 interrupt is raised. If any other counter overflows, it continues counting, and
|
| /linux-6.15/Documentation/security/ |
| H A 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-6.15/Documentation/PCI/ |
| H A D | boot-interrupts.rst | 68 run to completion; otherwise some handlers will end up in stack overflows
|
| /linux-6.15/Documentation/core-api/ |
| H A D | timekeeping.rst | 151 been replaced because the tv_sec member overflows in year 2038 on 32-bit
|
| /linux-6.15/security/ |
| H A D | Kconfig.hardening | 286 bool "Harden common str/mem functions against buffer overflows" 291 Detect overflows of buffers in common string and memory functions
|
| /linux-6.15/arch/m68k/fpsp040/ |
| H A D | srem_mod.S | 255 scs %d6 | ...set Carry if 2(R) overflows
|