From: Andrew Morton <akpm@linux-foundation.org>
To: mm-commits@vger.kernel.org,yang.lee@linux.alibaba.com,hbathini@linux.ibm.com,david@redhat.com,bhe@redhat.com,liad.per@gmail.com,akpm@linux-foundation.org
Subject: + makefile-remove-unused-filechk_cat.patch added to mm-nonmm-unstable branch
Date: Wed, 23 Oct 2024 16:32:36 -0700 [thread overview]
Message-ID: <20241023233236.DF9EDC4CEC6@smtp.kernel.org> (raw)
The patch titled
Subject: Makefile: remove unused filechk_cat
has been added to the -mm mm-nonmm-unstable branch. Its filename is
makefile-remove-unused-filechk_cat.patch
This patch will shortly appear at
https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/makefile-remove-unused-filechk_cat.patch
This patch will later appear in the mm-nonmm-unstable branch at
git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Before you just go and hit "reply", please:
a) Consider who else should be cc'ed
b) Prefer to cc a suitable mailing list as well
c) Ideally: find the original patch on the mailing list and do a
reply-to-all to that, adding suitable additional cc's
*** Remember to use Documentation/process/submit-checklist.rst when testing your code ***
The -mm tree is included into linux-next via the mm-everything
branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
and is updated there every 2-3 working days
------------------------------------------------------
From: Liad Peretz <liad.per@gmail.com>
Subject: Makefile: remove unused filechk_cat
Date: Wed, 23 Oct 2024 10:06:11 +0300
Link: https://lkml.kernel.org/r/20241023070611.67449-1-liad.per@gmail.com
Signed-off-by: Liad Peretz <liad.per@gmail.com>
Reviewed-by: Baoquan He <bhe@redhat.com>
Cc: David Hildenbrand <david@redhat.com>
Cc: Hari Bathini <hbathini@linux.ibm.com>
Cc: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
kernel/Makefile | 2 --
1 file changed, 2 deletions(-)
--- a/kernel/Makefile~makefile-remove-unused-filechk_cat
+++ a/kernel/Makefile
@@ -146,8 +146,6 @@ targets += config_data config_data.gz
$(obj)/config_data.gz: $(obj)/config_data FORCE
$(call if_changed,gzip)
-filechk_cat = cat $<
-
$(obj)/config_data: $(KCONFIG_CONFIG) FORCE
$(call filechk,cat)
_
Patches currently in -mm which might be from liad.per@gmail.com are
makefile-remove-unused-filechk_cat.patch
reply other threads:[~2024-10-23 23:32 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=20241023233236.DF9EDC4CEC6@smtp.kernel.org \
--to=akpm@linux-foundation.org \
--cc=bhe@redhat.com \
--cc=david@redhat.com \
--cc=hbathini@linux.ibm.com \
--cc=liad.per@gmail.com \
--cc=mm-commits@vger.kernel.org \
--cc=yang.lee@linux.alibaba.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.