/Linux-v5.4/tools/perf/tests/ |
D | bp_signal_overflow.c | 31 static int overflows; variable 42 overflows++; in sig_handler() 120 count, overflows); in test__bp_signal_overflow() 128 if (overflows != EXECUTIONS / THRESHOLD) { in test__bp_signal_overflow() 130 overflows, EXECUTIONS / THRESHOLD); in test__bp_signal_overflow()
|
D | bp_signal.c | 35 static int overflows; variable 90 overflows++; in sig_handler() 92 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() 289 return count1 == 1 && overflows == 3 && count2 == 3 && overflows_2 == 3 && count3 == 2 ? in test__bp_signal()
|
/Linux-v5.4/drivers/staging/media/omap4iss/ |
D | TODO | 1 * Fix FIFO/buffer overflows and underflows
|
/Linux-v5.4/Documentation/process/ |
D | deprecated.rst | 38 allocations could lead to linear overflows of heap memory and other 74 explicitly ignore overflows, which may lead to unexpected results 83 buffer. This could result in linear overflows beyond the 92 will be NUL terminated. This can lead to various linear read overflows 109 linear read overflows if a source string is not NUL-terminated. The
|
/Linux-v5.4/arch/x86/ras/ |
D | Kconfig | 8 PFN overflows, we try to soft-offline that page as we take it to mean
|
/Linux-v5.4/tools/perf/Documentation/ |
D | Build.txt | 58 such as buffer overflows and memory leaks.
|
/Linux-v5.4/Documentation/networking/ |
D | defza.txt | 32 requested explicitly or if the CAM overflows. The promiscuous mode
|
/Linux-v5.4/Documentation/admin-guide/perf/ |
D | imx-ddr.rst | 13 interrupt is raised. If any other counter overflows, it continues counting, and
|
/Linux-v5.4/arch/sh/ |
D | Kconfig.debug | 21 bool "Check for stack overflows"
|
/Linux-v5.4/Documentation/filesystems/ |
D | omfs.txt | 104 If this table overflows, a continuation inode is written and pointed to by
|
/Linux-v5.4/Documentation/riscv/ |
D | pmu.rst | 145 if the event overflows 149 if the event overflows again
|
/Linux-v5.4/security/ |
D | Kconfig | 192 bool "Harden common str/mem functions against buffer overflows" 195 Detect overflows of buffers in common string and memory functions
|
/Linux-v5.4/Documentation/x86/x86_64/ |
D | boot-options.rst | 293 Always panic when IOMMU overflows. 326 Always panic when IOMMU overflows
|
/Linux-v5.4/arch/ |
D | Kconfig | 488 overflows (that need to overwrite this return address) now also 839 - If the stack overflows into a guard page, something reasonable 849 with guard pages. This causes kernel stack overflows to be 904 Catching overflows is the primary security concern for protecting
|
/Linux-v5.4/Documentation/security/ |
D | self-protection.rst | 171 hole at the bottom of the stack to catch these overflows. 191 Similar to counter overflow, integer overflows (usually size calculations)
|
/Linux-v5.4/Documentation/core-api/ |
D | timekeeping.rst | 150 been replaced because the tv_sec member overflows in year 2038 on 32-bit
|
/Linux-v5.4/arch/arm/plat-samsung/ |
D | Kconfig | 56 purposes. This allows any problems where an counter overflows from
|
/Linux-v5.4/Documentation/vm/ |
D | numa.rst | 127 does contain memory overflows.
|
/Linux-v5.4/arch/m68k/fpsp040/ |
D | srem_mod.S | 255 scs %d6 | ...set Carry if 2(R) overflows
|
/Linux-v5.4/Documentation/hid/ |
D | intel-ish-hid.rst | 162 - A flow control mechanism to avoid buffer overflows
|
/Linux-v5.4/Documentation/ioctl/ |
D | botching-up-ioctls.rst | 92 * The ioctl must check for array overflows. Also it needs to check for
|
/Linux-v5.4/net/netfilter/ipvs/ |
D | Kconfig | 172 currently available and overflows to the next when active
|
/Linux-v5.4/Documentation/media/uapi/cec/ |
D | cec-pin-error-inj.rst | 237 This command can be used to test buffer overflows in the receiver. E.g.
|
/Linux-v5.4/Documentation/input/devices/ |
D | elantech.rst | 749 w = 1 when delta overflows (> 127 or < -128), in this case
|
/Linux-v5.4/mm/ |
D | slab.c | 4085 unsigned long overflows = cachep->node_overflow; in slabinfo_show_stats() local 4090 node_frees, overflows); in slabinfo_show_stats()
|