Home
last modified time | relevance | path

Searched refs:leak (Results 1 – 25 of 110) sorted by relevance

12345

/openbmc/linux/samples/livepatch/
H A Dlivepatch-shadow-fix1.c56 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 Dlivepatch-shadow-mod.c98 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 Doverlay_bad_add_dup_prop.dtso17 * 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 Dlsan_suppressions.txt2 leak:/lib64/libtcmalloc_minimal.so.4
5 leak:/lib64/libxkbcommon.so.0
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ptpd/ptpd/
H A D0001-ptpd-Solve-memory-leak-for-function-NTPDCrequest.patch4 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 Dleak-detect-deassert@.service6 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 Dleak-detect-assert@.service6 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 Dleak-detect-deassert@.service6 …or.LeakDetectedNormal --json "{\"DETECTOR_NAME\": \"/xyz/openbmc_project/state/leak/detector/%i\"}"
7 SyslogIdentifier=%i-leak-detect-deassert
H A Dleak-detect-assert@.service6 ….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 D0001-Don-t-leak-temporary-file-on-failed-multi-file-ed.patch4 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 Dpower_domain.txt33 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 Dpatch_2.7.6.bb11 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 Dphosphor-gpio-monitor_%.bbappend7 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 Dphosphor-gpio-monitor_%.bbappend7 leak-detect-assert@.service \
8 leak-detect-deassert@.service \
/openbmc/linux/Documentation/dev-tools/
H A Dkmemleak.rst9 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 Dthrottle.c38 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 Dref_tracker.c161 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 DMakefile6 CFLAGS += -g -fsanitize=address -fsanitize=leak -static-libasan
/openbmc/linux/Documentation/features/debug/kmemleak/
H A Darch-support.txt4 # description: arch supports the kernel memory leak detector
/openbmc/linux/tools/net/ynl/samples/
H A DMakefile9 CFLAGS += -g -fsanitize=address -fsanitize=leak -static-libasan
/openbmc/linux/net/rxrpc/
H A Dconn_object.c458 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 Dcve-2018-10195.patch1 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 DCVE-2023-31975.patch
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libleak/
H A Dlibleak_0.3.6.bb4 SUMMARY = "libleak detects memory leak by hooking memory functions (e.g. malloc) by LD_PRELOAD"
/openbmc/linux/tools/net/ynl/generated/
H A DMakefile7 CFLAGS += -g -fsanitize=address -fsanitize=leak -static-libasan

12345