From b0f437b8861bfd6ace5b507d5c54c3233c43958a Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Mon, 27 Oct 2025 12:56:46 +0100 Subject: [PATCH] fuzz cleanups --- ...lse-positives-with-dma_bounce_unaligned_kmalloc.patch | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/queue-6.6/dma-debug-don-t-report-false-positives-with-dma_bounce_unaligned_kmalloc.patch b/queue-6.6/dma-debug-don-t-report-false-positives-with-dma_bounce_unaligned_kmalloc.patch index f3f5a1f7d0..5852453661 100644 --- a/queue-6.6/dma-debug-don-t-report-false-positives-with-dma_bounce_unaligned_kmalloc.patch +++ b/queue-6.6/dma-debug-don-t-report-false-positives-with-dma_bounce_unaligned_kmalloc.patch @@ -33,11 +33,9 @@ Cc: Signed-off-by: Andrew Morton Signed-off-by: Greg Kroah-Hartman --- - kernel/dma/debug.c | 5 ++++- + kernel/dma/debug.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) -diff --git a/kernel/dma/debug.c b/kernel/dma/debug.c -index 1e5c64cb6a42..138ede653de4 100644 --- a/kernel/dma/debug.c +++ b/kernel/dma/debug.c @@ -23,6 +23,7 @@ @@ -48,7 +46,7 @@ index 1e5c64cb6a42..138ede653de4 100644 #include #include "debug.h" -@@ -594,7 +595,9 @@ static void add_dma_entry(struct dma_debug_entry *entry, unsigned long attrs) +@@ -601,7 +602,9 @@ static void add_dma_entry(struct dma_deb if (rc == -ENOMEM) { pr_err_once("cacheline tracking ENOMEM, dma-debug disabled\n"); global_disable = true; @@ -59,6 +57,3 @@ index 1e5c64cb6a42..138ede653de4 100644 err_printk(entry->dev, entry, "cacheline tracking EEXIST, overlapping mappings aren't supported\n"); } --- -2.51.1 - -- 2.47.3