Home
last modified time | relevance | path

Searched refs:overflows (Results 1 – 25 of 63) sorted by relevance

123

/openbmc/linux/tools/perf/tests/
H A Dbp_signal.c35 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()
H A Dbp_signal_overflow.c31 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()
/openbmc/linux/Documentation/mm/
H A Dvmalloced-kernel-stacks.rst21 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
/openbmc/linux/drivers/staging/media/omap4iss/
H A DTODO1 * Fix FIFO/buffer overflows and underflows
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/
H A Dgcc_14.2.bb6 …-4.8.1/gcc/cp/decl.c:7442:(.text.unlikely+0x318): additional relocation overflows omitted from the…
/openbmc/linux/Documentation/hwmon/
H A Dsl28cpld.rst25 second. If the 7 bit counter overflows, the supervisor will automatically
/openbmc/linux/arch/x86/ras/
H A DKconfig8 PFN overflows, we try to soft-offline that page as we take it to mean
/openbmc/qemu/docs/devel/
H A Dsecure-coding-practices.rst28 * Buffer overflows
30 * Integer overflows
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pps-tools/pps-tools/
H A D0001-Use-lld-in-printf-for-64-bit-time_t.patch55 overflows++;
/openbmc/linux/drivers/net/ethernet/freescale/fman/
H A DKconfig27 to interconnect. When the FMAN internal queue overflows, it can
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/audiofile/files/
H A D0006-Check-for-multiplication-overflow-in-sfconvert.patch7 calculating the buffer size, and if it overflows,
/openbmc/linux/Documentation/process/
H A Ddeprecated.rst60 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
/openbmc/linux/Documentation/dev-tools/
H A Dtesting-overview.rst92 integer overflows.
101 overflows. See Documentation/dev-tools/ubsan.rst
136 overflows, null pointer dereferences, and memory leaks. See the project page at
/openbmc/linux/tools/perf/Documentation/
H A DBuild.txt58 such as buffer overflows and memory leaks.
/openbmc/linux/lib/
H A DKconfig.ubsan63 Note that this does not protect array overflows via bad calls
89 bool "Perform checking for bit-shift overflows"
/openbmc/linux/Documentation/networking/device_drivers/fddi/
H A Ddefza.rst38 requested explicitly or if the CAM overflows. The promiscuous mode
/openbmc/linux/arch/arm/mach-s3c/
H A DKconfig56 purposes. This allows any problems where an counter overflows from
/openbmc/linux/Documentation/admin-guide/
H A Dworkload-tracing.rst132 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
/openbmc/linux/arch/sh/
H A DKconfig.debug17 bool "Check for stack overflows"
/openbmc/linux/Documentation/admin-guide/perf/
H A Dimx-ddr.rst13 interrupt is raised. If any other counter overflows, it continues counting, and
/openbmc/linux/Documentation/filesystems/
H A Domfs.rst110 If this table overflows, a continuation inode is written and pointed to by
/openbmc/linux/security/
H A DKconfig175 bool "Harden common str/mem functions against buffer overflows"
182 Detect overflows of buffers in common string and memory functions
/openbmc/qemu/docs/
H A Dxbzrle.txt117 xbzrle overflow: the number of overflows in the decoding which where the delta
/openbmc/linux/Documentation/security/
H A Dself-protection.rst170 hole at the bottom of the stack to catch these overflows.
190 Similar to counter overflow, integer overflows (usually size calculations)
/openbmc/linux/Documentation/PCI/
H A Dboot-interrupts.rst68 run to completion; otherwise some handlers will end up in stack overflows

123