Home
last modified time | relevance | path

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

123

/linux-6.12.1/samples/livepatch/
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()
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()
/linux-6.12.1/drivers/of/unittest-data/
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
/linux-6.12.1/Documentation/devicetree/bindings/power/
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";
/linux-6.12.1/Documentation/dev-tools/
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
/linux-6.12.1/lib/
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()
/linux-6.12.1/Documentation/features/debug/kmemleak/
Darch-support.txt4 # description: arch supports the kernel memory leak detector
/linux-6.12.1/tools/net/ynl/lib/
DMakefile6 CFLAGS += -g -fsanitize=address -fsanitize=leak -static-libasan
/linux-6.12.1/tools/net/ynl/samples/
DMakefile9 CFLAGS += -g -fsanitize=address -fsanitize=leak -static-libasan
/linux-6.12.1/net/rxrpc/
Dconn_object.c462 bool leak = false; in rxrpc_destroy_all_connections() local
476 leak = true; in rxrpc_destroy_all_connections()
479 BUG_ON(leak); in rxrpc_destroy_all_connections()
/linux-6.12.1/tools/net/ynl/generated/
DMakefile7 CFLAGS += -g -fsanitize=address -fsanitize=leak -static-libasan
/linux-6.12.1/Documentation/locking/
Dpercpu-rw-semaphore.rst21 The lock must be freed with percpu_free_rwsem to avoid memory leak.
/linux-6.12.1/drivers/net/ethernet/freescale/fman/
DKconfig23 internal resource leak thus stopping further packet processing.
/linux-6.12.1/drivers/gpu/drm/ci/xfails/
Di915-amly-flakes.txt27 kms_universal_plane@cursor-fb-leak
/linux-6.12.1/rust/kernel/sync/
Darc.rs211 Ok(unsafe { Self::from_inner(Box::leak(inner).into()) }) in new()
661 inner: unsafe { Arc::from_inner(Box::leak(inner).into()) }, in new_uninit()
/linux-6.12.1/arch/x86/
DKconfig.debug94 allow to enable IOMMU leak tracing. Can be disabled at boot
104 bool "IOMMU leak tracing"
107 Add a simple leak tracer to the IOMMU code. This is useful when you
/linux-6.12.1/Documentation/translations/zh_CN/process/
Dresearcher-guidelines.rst97 would result in a 64 byte slab memory leak once per device attach,
/linux-6.12.1/Documentation/filesystems/ext4/
Dorphan.rst9 would leak. Similarly if we truncate or extend the file, we need not be able
/linux-6.12.1/Documentation/translations/zh_CN/dev-tools/
Dkmemleak.rst14 (``memcheck --leak-check``)使用了一种相似的方法来检测用户空间应用中的内存泄
/linux-6.12.1/Documentation/filesystems/
Dhpfs.rst231 0.92 Fixed a little memory leak in freeing directory inodes
235 0.94 Fixed a little memory leak when trying to delete busy file or directory
276 Fixed one buffer leak
290 1.95 Fixed one buffer leak, that could happen on corrupted filesystem
/linux-6.12.1/mm/
DKconfig.debug240 bool "Kernel memory leak detector"
249 Say Y here if you want to enable the memory leak
/linux-6.12.1/Documentation/hwmon/
Daquacomputer_d5next.rst15 * Aquacomputer Leakshield leak prevention system
/linux-6.12.1/Documentation/admin-guide/hw-vuln/
Dcore-scheduling.rst144 in the case of guests. At best, this would only leak some scheduler metadata
179 starts to run and this is a possibility for data leak.
/linux-6.12.1/Documentation/security/
Dlandlock.rst37 * To avoid multiple kinds of side-channel attacks (e.g. leak of security
/linux-6.12.1/Documentation/driver-api/
Disa.rst53 internal to the bus it's much cleaner to not leak isa_dev's by passing

123