/openbmc/linux/samples/livepatch/ |
H A D | livepatch-shadow-fix1.c | 56 int **leak = ctor_data; in shadow_leak_ctor() local 61 *shadow_leak = *leak; in shadow_leak_ctor() 68 int *leak; in livepatch_fix1_dummy_alloc() local 83 leak = kzalloc(sizeof(*leak), GFP_KERNEL); in livepatch_fix1_dummy_alloc() 84 if (!leak) in livepatch_fix1_dummy_alloc() 87 shadow_leak = klp_shadow_alloc(d, SV_LEAK, sizeof(leak), GFP_KERNEL, in livepatch_fix1_dummy_alloc() 88 shadow_leak_ctor, &leak); in livepatch_fix1_dummy_alloc() 91 __func__, d, leak); in livepatch_fix1_dummy_alloc() 101 kfree(leak); in livepatch_fix1_dummy_alloc()
|
H A D | livepatch-shadow-mod.c | 98 int *leak; in dummy_alloc() local 108 leak = kzalloc(sizeof(*leak), GFP_KERNEL); in dummy_alloc() 109 if (!leak) { in dummy_alloc()
|
/openbmc/linux/drivers/of/unittest-data/ |
H A D | overlay_bad_add_dup_prop.dtso | 17 * Modifying a property results in a WARNING that a memory leak 19 * fails, the memory leak does actually occur, and kmemleak will 20 * further report the memory leak if CONFIG_DEBUG_KMEMLEAK is 22 * memory leak and thus people who use kmemleak will not
|
/openbmc/qemu/scripts/oss-fuzz/ |
H A D | lsan_suppressions.txt | 2 leak:/lib64/libtcmalloc_minimal.so.4 5 leak:/lib64/libxkbcommon.so.0
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ptpd/ptpd/ |
H A D | 0001-ptpd-Solve-memory-leak-for-function-NTPDCrequest.patch | 4 Subject: [PATCH] ptpd: Solve memory leak for function NTPDCrequest 6 Solve the memory leak in function NTPDCrequest detected by valgrind tool. 8 Memory leak log example:
|
/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/gpio/phosphor-gpio-monitor/ |
H A D | leak-detect-deassert@.service | 6 ExecStart=/usr/bin/log-create xyz.openbmc_project.State.Leak.Detector.LeakDetectedNormal --json "{\"DETECTOR_NAME\": \"/xyz/openbmc_project/state/leak/detector/%i\"}" 7 SyslogIdentifier=%i-leak-detect-deassert
|
H A D | leak-detect-assert@.service | 6 ExecStart=/usr/bin/log-create xyz.openbmc_project.State.Leak.Detector.LeakDetectedWarning --json "{\"DETECTOR_NAME\": \"/xyz/openbmc_project/state/leak/detector/%i\"}" 7 SyslogIdentifier=%i-small-leak-detect-assert
|
/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/gpio/phosphor-gpio-monitor/ |
H A D | leak-detect-deassert@.service | 6 …or.LeakDetectedNormal --json "{\"DETECTOR_NAME\": \"/xyz/openbmc_project/state/leak/detector/%i\"}" 7 SyslogIdentifier=%i-leak-detect-deassert
|
H A D | leak-detect-assert@.service | 6 ….LeakDetectedCritical --json "{\"DETECTOR_NAME\": \"/xyz/openbmc_project/state/leak/detector/%i\"}" 7 SyslogIdentifier=%i-leak-detect-assert
|
/openbmc/openbmc/poky/meta/recipes-devtools/patch/patch/ |
H A D | 0001-Don-t-leak-temporary-file-on-failed-multi-file-ed.patch | 4 Subject: Don't leak temporary file on failed multi-file ed-style patch 7 would still leak temporary files in the case of multi-file ed-style 18 Fixes: 19599883ffb6 ("Don't leak temporary file on failed ed-style patch")
|
/openbmc/linux/Documentation/devicetree/bindings/power/ |
H A D | power_domain.txt | 33 compatible = "foo,i-leak-current"; 40 compatible = "foo,i-leak-current"; 99 compatible = "foo,i-leak-current"; 106 compatible = "foo,i-leak-current";
|
/openbmc/openbmc/poky/meta/recipes-devtools/patch/ |
H A D | patch_2.7.6.bb | 11 file://0001-Don-t-leak-temporary-file-on-failed-ed-style-patch.patch \ 12 file://0001-Don-t-leak-temporary-file-on-failed-multi-file-ed.patch \
|
/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/gpio/ |
H A D | phosphor-gpio-monitor_%.bbappend | 7 critical-leak-detect-assert@.service \ 8 leak-detect-assert@.service \ 9 leak-detect-deassert@.service \
|
/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/gpio/ |
H A D | phosphor-gpio-monitor_%.bbappend | 7 leak-detect-assert@.service \ 8 leak-detect-deassert@.service \
|
/openbmc/linux/Documentation/dev-tools/ |
H A D | kmemleak.rst | 9 Valgrind tool (``memcheck --leak-check``) to detect the memory leaks in 60 clear list of current memory leak suspects, done by 95 memory leak. 115 block is not considered a leak. One example is __vmalloc(). 163 - ``kmemleak_not_leak`` - mark an object as not a leak 164 - ``kmemleak_ignore`` - do not scan or report an object as leak 198 the minimum age of an object to be reported as a memory leak. 211 number of false negatives. However, it is likely that a real memory leak
|
/openbmc/qemu/util/ |
H A D | throttle.c | 38 double leak; in throttle_leak_bucket() local 41 leak = (bkt->avg * (double) delta_ns) / NANOSECONDS_PER_SECOND; in throttle_leak_bucket() 44 bkt->level = MAX(bkt->level - leak, 0); in throttle_leak_bucket() 50 leak = (bkt->max * (double) delta_ns) / NANOSECONDS_PER_SECOND; in throttle_leak_bucket() 51 bkt->burst_level = MAX(bkt->burst_level - leak, 0); in throttle_leak_bucket()
|
/openbmc/linux/lib/ |
H A D | ref_tracker.c | 161 bool leak = false; in ref_tracker_dir_exit() local 172 leak = true; in ref_tracker_dir_exit() 179 WARN_ON_ONCE(leak); in ref_tracker_dir_exit()
|
/openbmc/linux/tools/net/ynl/lib/ |
H A D | Makefile | 6 CFLAGS += -g -fsanitize=address -fsanitize=leak -static-libasan
|
/openbmc/linux/Documentation/features/debug/kmemleak/ |
H A D | arch-support.txt | 4 # description: arch supports the kernel memory leak detector
|
/openbmc/linux/tools/net/ynl/samples/ |
H A D | Makefile | 9 CFLAGS += -g -fsanitize=address -fsanitize=leak -static-libasan
|
/openbmc/linux/net/rxrpc/ |
H A D | conn_object.c | 458 bool leak = false; in rxrpc_destroy_all_connections() local 472 leak = true; in rxrpc_destroy_all_connections() 475 BUG_ON(leak); in rxrpc_destroy_all_connections()
|
/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/ |
H A D | cve-2018-10195.patch | 1 Integer overflow in src/zm.c:zsdata() causes crash in sz and can leak information to receiver.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/yasm/yasm/ |
H A D | CVE-2023-31975.patch |
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libleak/ |
H A D | libleak_0.3.6.bb | 4 SUMMARY = "libleak detects memory leak by hooking memory functions (e.g. malloc) by LD_PRELOAD"
|
/openbmc/linux/tools/net/ynl/generated/ |
H A D | Makefile | 7 CFLAGS += -g -fsanitize=address -fsanitize=leak -static-libasan
|