]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
fuzz cleanups
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Oct 2025 11:56:46 +0000 (12:56 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Oct 2025 11:56:46 +0000 (12:56 +0100)
queue-6.6/dma-debug-don-t-report-false-positives-with-dma_bounce_unaligned_kmalloc.patch

index f3f5a1f7d0a0b8616b1f7648d8bb330bd2dbcc28..585245366134a5f191248139a5d09b70e2828bd8 100644 (file)
@@ -33,11 +33,9 @@ Cc: <stable@vger.kernel.org>
 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 ---
- 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 <asm/sections.h>
  #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
-