From: Andrew Morton <akpm@linux-foundation.org>
To: mm-commits@vger.kernel.org,wladislav.kw@gmail.com,vishal.moola@gmail.com,sj@kernel.org,oleksandr@natalenko.name,motiejus@jakstys.lt,akpm@linux-foundation.org
Subject: [merged mm-hotfixes-stable] tools-mm-fix-compile-error.patch removed from -mm tree
Date: Thu, 14 Nov 2024 22:44:05 -0800 [thread overview]
Message-ID: <20241115064408.D015AC4CECF@smtp.kernel.org> (raw)
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1526 bytes --]
The quilt patch titled
Subject: tools/mm: fix compile error
has been removed from the -mm tree. Its filename was
tools-mm-fix-compile-error.patch
This patch was dropped because it was merged into the mm-hotfixes-stable branch
of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
------------------------------------------------------
From: Motiejus JakÅ`tys <motiejus@jakstys.lt>
Subject: tools/mm: fix compile error
Date: Tue, 12 Nov 2024 19:16:55 +0200
Add a missing semicolon.
Link: https://lkml.kernel.org/r/20241112171655.1662670-1-motiejus@jakstys.lt
Fixes: ece5897e5a10 ("tools/mm: -Werror fixes in page-types/slabinfo")
Signed-off-by: Motiejus JakÅ`tys <motiejus@jakstys.lt>
Closes: https://github.com/NixOS/nixpkgs/issues/355369
Reviewed-by: SeongJae Park <sj@kernel.org>
Reviewed-by: Vishal Moola (Oracle) <vishal.moola@gmail.com>
Acked-by: Oleksandr Natalenko <oleksandr@natalenko.name>
Cc: Wladislav Wiebe <wladislav.kw@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
tools/mm/page-types.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/tools/mm/page-types.c~tools-mm-fix-compile-error
+++ a/tools/mm/page-types.c
@@ -420,7 +420,7 @@ static void show_page(unsigned long voff
if (opt_file)
printf("%lx\t", voffset);
if (opt_list_cgroup)
- printf("@%" PRIu64 "\t", cgroup)
+ printf("@%" PRIu64 "\t", cgroup);
if (opt_list_mapcnt)
printf("%" PRIu64 "\t", mapcnt);
_
Patches currently in -mm which might be from motiejus@jakstys.lt are
reply other threads:[~2024-11-15 6:44 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=20241115064408.D015AC4CECF@smtp.kernel.org \
--to=akpm@linux-foundation.org \
--cc=mm-commits@vger.kernel.org \
--cc=motiejus@jakstys.lt \
--cc=oleksandr@natalenko.name \
--cc=sj@kernel.org \
--cc=vishal.moola@gmail.com \
--cc=wladislav.kw@gmail.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.