From: Andrew Morton <akpm@linux-foundation.org>
To: mm-commits@vger.kernel.org,robin.murphy@arm.com,m.szyprowski@samsung.com,hch@lst.de,anshuman.khandual@arm.com,lukas.bulwahn@gmail.com,akpm@linux-foundation.org
Subject: [folded-merged] mm-cma-drop-config_cma_debug-fix.patch removed from -mm tree
Date: Wed, 21 Feb 2024 15:49:22 -0800 [thread overview]
Message-ID: <20240221234923.1C3FCC43399@smtp.kernel.org> (raw)
The quilt patch titled
Subject: dma-contiguous: remove debug code to removed CONFIG_CMA_DEBUG
has been removed from the -mm tree. Its filename was
mm-cma-drop-config_cma_debug-fix.patch
This patch was dropped because it was folded into mm-cma-drop-config_cma_debug.patch
------------------------------------------------------
From: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Subject: dma-contiguous: remove debug code to removed CONFIG_CMA_DEBUG
Date: Wed, 7 Feb 2024 15:38:25 +0100
Commit acc2f3e42d4a ("mm/cma: drop CONFIG_CMA_DEBUG") removes the config
CMA_DEBUG and the debug code in cma.c, but misses debug code in
kernel/dma/contiguous.c.
Remove this dead code from this removed config option.
Link: https://lkml.kernel.org/r/20240207143825.986-1-lukas.bulwahn@gmail.com
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Reviewed-by: Anshuman Khandual <anshuman.khandual@arm.com>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Marek Szyprowski <m.szyprowski@samsung.com>
Cc: Robin Murphy <robin.murphy@arm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
kernel/dma/contiguous.c | 6 ------
1 file changed, 6 deletions(-)
--- a/kernel/dma/contiguous.c~mm-cma-drop-config_cma_debug-fix
+++ a/kernel/dma/contiguous.c
@@ -37,12 +37,6 @@
#define pr_fmt(fmt) "cma: " fmt
-#ifdef CONFIG_CMA_DEBUG
-#ifndef DEBUG
-# define DEBUG
-#endif
-#endif
-
#include <asm/page.h>
#include <linux/memblock.h>
_
Patches currently in -mm which might be from lukas.bulwahn@gmail.com are
maple_tree-avoid-duplicate-variable-init-in-mast_spanning_rebalance.patch
mempolicy-clean-up-minor-dead-code-in-queue_pages_test_walk.patch
mm-cma-drop-config_cma_debug.patch
reply other threads:[~2024-02-21 23:49 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240221234923.1C3FCC43399@smtp.kernel.org \
--to=akpm@linux-foundation.org \
--cc=anshuman.khandual@arm.com \
--cc=hch@lst.de \
--cc=lukas.bulwahn@gmail.com \
--cc=m.szyprowski@samsung.com \
--cc=mm-commits@vger.kernel.org \
--cc=robin.murphy@arm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.