* [PATCH] tools/mm: fix compile error
@ 2024-11-12 17:16 Motiejus Jakštys
2024-11-12 20:53 ` SeongJae Park
2024-11-13 21:54 ` Vishal Moola
0 siblings, 2 replies; 3+ messages in thread
From: Motiejus Jakštys @ 2024-11-12 17:16 UTC (permalink / raw)
To: linux-mm; +Cc: stable
Not much to be said here, add a missing semicolon.
Fixes: ece5897e5a10 ("tools/mm: -Werror fixes in page-types/slabinfo")
Closes: https://github.com/NixOS/nixpkgs/issues/355369
Signed-off-by: Motiejus Jakštys <motiejus@jakstys.lt>
Cc: <stable@vger.kernel.org>
---
tools/mm/page-types.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/mm/page-types.c b/tools/mm/page-types.c
index 6eb17cc1a06c..bcac7ebfb51f 100644
--- a/tools/mm/page-types.c
+++ b/tools/mm/page-types.c
@@ -420,7 +420,7 @@ static void show_page(unsigned long voffset, unsigned long offset,
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);
base-commit: 2d5404caa8c7bb5c4e0435f94b28834ae5456623
--
2.44.2
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] tools/mm: fix compile error
2024-11-12 17:16 [PATCH] tools/mm: fix compile error Motiejus Jakštys
@ 2024-11-12 20:53 ` SeongJae Park
2024-11-13 21:54 ` Vishal Moola
1 sibling, 0 replies; 3+ messages in thread
From: SeongJae Park @ 2024-11-12 20:53 UTC (permalink / raw)
To: Motiejus Jakštys; +Cc: SeongJae Park, linux-mm, stable
On Tue, 12 Nov 2024 19:16:55 +0200 Motiejus Jakštys <motiejus@jakstys.lt> wrote:
> Not much to be said here, add a missing semicolon.
>
> Fixes: ece5897e5a10 ("tools/mm: -Werror fixes in page-types/slabinfo")
> Closes: https://github.com/NixOS/nixpkgs/issues/355369
> Signed-off-by: Motiejus Jak\u0161tys <motiejus@jakstys.lt>
> Cc: <stable@vger.kernel.org>
Reviewed-by: SeongJae Park <sj@kernel.org>
> ---
> tools/mm/page-types.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/mm/page-types.c b/tools/mm/page-types.c
> index 6eb17cc1a06c..bcac7ebfb51f 100644
> --- a/tools/mm/page-types.c
> +++ b/tools/mm/page-types.c
> @@ -420,7 +420,7 @@ static void show_page(unsigned long voffset, unsigned long offset,
> 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);
>
>
> base-commit: 2d5404caa8c7bb5c4e0435f94b28834ae5456623
> --
> 2.44.2
Thanks,
SJ
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] tools/mm: fix compile error
2024-11-12 17:16 [PATCH] tools/mm: fix compile error Motiejus Jakštys
2024-11-12 20:53 ` SeongJae Park
@ 2024-11-13 21:54 ` Vishal Moola
1 sibling, 0 replies; 3+ messages in thread
From: Vishal Moola @ 2024-11-13 21:54 UTC (permalink / raw)
To: Motiejus Jakštys; +Cc: linux-mm, stable
On Tue, Nov 12, 2024 at 07:16:55PM +0200, Motiejus Jakštys wrote:
> Not much to be said here, add a missing semicolon.
>
> Fixes: ece5897e5a10 ("tools/mm: -Werror fixes in page-types/slabinfo")
> Closes: https://github.com/NixOS/nixpkgs/issues/355369
> Signed-off-by: Motiejus Jakštys <motiejus@jakstys.lt>
> Cc: <stable@vger.kernel.org>
Reviewed-by: Vishal Moola (Oracle) <vishal.moola@gmail.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-11-13 21:54 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-12 17:16 [PATCH] tools/mm: fix compile error Motiejus Jakštys
2024-11-12 20:53 ` SeongJae Park
2024-11-13 21:54 ` Vishal Moola
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox