Home
last modified time | relevance | path

Searched refs:leaks (Results 1 – 25 of 72) sorted by relevance

123

/openbmc/linux/Documentation/dev-tools/
H A Dkmemleak.rst4 Kmemleak provides a way of detecting possible kernel memory leaks in a
9 Valgrind tool (``memcheck --leak-check``) to detect the memory leaks in
22 To display the details of all the possible scanned memory leaks::
30 To clear the list of all current possible memory leaks::
34 New leaks will then come up upon reading ``/sys/kernel/debug/kmemleak``
141 To allow access to previously found memory leaks after kmemleak has been
182 The false negatives are real memory leaks (orphan objects) but not
189 The false positives are objects wrongly reported as being memory leaks
190 (orphan). For objects known not to be leaks, kmemleak provides the
195 Some of the reported leaks are only transient, especially on SMP
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D138.out13 === Check leaks-fixed/corruptions-fixed report
24 "leaks-fixed": 1,
H A D21785 _check_test_img -r leaks
H A D026207 echo === Avoid cluster leaks after temporary failure ===
/openbmc/linux/Documentation/admin-guide/hw-vuln/
H A Dl1d_flush.rst5 leaks from the Level 1 Data cache (L1D) the kernel provides an opt-in
9 the mechanism keeps them safe from vulnerabilities, related to leaks
58 The mechanism does not mitigate L1D data leaks between tasks belonging to
/openbmc/qemu/scripts/oss-fuzz/
H A Dlsan_suppressions.txt4 # libxkbcommon also leaks in qemu-keymap
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/bluez-tools/
H A Dbluez-tools_git.bb15 file://fix-memory-leaks.patch \
/openbmc/openbmc/poky/meta/recipes-devtools/make/
H A Dmake.inc15 # Otherwise $CXX leaks into /usr/bin/make
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/
H A D0001-session-close-socket.patch6 saHpiSessionClose leaks file descriptors
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/yajl/yajl/
H A DCVE-2023-33460.patch1 Fix memory leaks. Taken from the Fedora packaging (https://src.fedoraproject.org/rpms/yajl)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/
H A Dlibtar_1.2.20.bb13 file://0005-fix-file-descriptor-leaks-reported-by-cppcheck.patch \
/openbmc/linux/mm/
H A DKconfig.debug90 help to find bare alloc_page(s) leaks. Even if you include this
128 reduce the risk of information leaks from freed data. This does
235 of finding leaks due to the slab objects poisoning.
271 memory leaks.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/
H A DCVE-2024-26458_CVE-2024-26461.patch4 Subject: [PATCH] Fix two unlikely memory leaks
7 could probably never be triggered) leaks plain.data. Fix this leak
/openbmc/qemu/linux-user/loongarch64/
H A Dvdso.ld34 * the virtual memory space of the host, since that leaks over into
/openbmc/qemu/linux-user/riscv/
H A Dvdso.ld35 * the virtual memory space of the host, since that leaks over into
/openbmc/qemu/linux-user/aarch64/
H A Dvdso.ld33 * the virtual memory space of the host, since that leaks over into
/openbmc/openbmc/poky/meta/recipes-graphics/wayland/
H A Dlibinput_1.27.0.bb25 # Patch out build directory, otherwise it leaks into ptest binary
/openbmc/qemu/
H A Dqemu-img-cmds.hx33 …"check [--object objectdef] [--image-opts] [-q] [-f fmt] [--output=ofmt] [-r [leaks | all]] [-T sr…
35 .. option:: check [--object OBJECTDEF] [--image-opts] [-q] [-f FMT] [--output=OFMT] [-r [leaks | al…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/files/
H A D0005-fix-file-descriptor-leaks-reported-by-cppcheck.patch4 Subject: [PATCH] fix file descriptor leaks reported by cppcheck
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sanlock/sanlock/
H A D0001-sanlock-Replace-cp-a-with-cp-R-no-dereference-preser.patch7 Using "cp -a" leaks UID of user running the builds
/openbmc/qemu/include/block/
H A Dblock-common.h516 int leaks; member
/openbmc/linux/tools/perf/Documentation/
H A DBuild.txt58 such as buffer overflows and memory leaks.
/openbmc/qemu/block/
H A Dqcow2-refcount.c1969 repair = !res->check_errors && !res->corruptions && !res->leaks; in check_oflag_copied()
2362 res->leaks++; in compare_refcounts()
2834 res->leaks = 0; in qcow2_check_refcounts()
2863 fresh_leaks = res->leaks; in qcow2_check_refcounts()
2870 if (res->leaks < old_res.leaks) { in qcow2_check_refcounts()
2871 res->leaks_fixed += old_res.leaks - res->leaks; in qcow2_check_refcounts()
2873 res->leaks += fresh_leaks; in qcow2_check_refcounts()
2882 if (res->leaks || res->corruptions) { in qcow2_check_refcounts()
/openbmc/linux/Documentation/arch/x86/
H A Dmds.rst17 MSBDS leaks Store Buffer Entries which can be speculatively forwarded to a
25 MFBDS leaks Fill Buffer Entries. Fill buffers are used internally to manage
34 MLPDS leaks Load Port Data. Load ports are used to perform load operations
/openbmc/qemu/docs/
H A Dthrottle.txt223 This algorithm uses the analogy of a bucket that leaks water
235 - Water leaks from the bucket at a rate of 100 IOPS.
245 we can only add as much water as it leaks, therefore the I/O rate is
246 reduced to 100 IOPS. If we add less water than it leaks then the

123