* [PATCH] samples/pidfd: Fix build
@ 2023-03-07 11:09 Mickaël Salaün
2023-03-07 16:41 ` Christian Brauner
0 siblings, 1 reply; 2+ messages in thread
From: Mickaël Salaün @ 2023-03-07 11:09 UTC (permalink / raw)
To: Christian Brauner
Cc: Mickaël Salaün, Masahiro Yamada, Sam Ravnborg, linux-kernel
Fix a typo that made the pidfd-metadata program never build.
Fixes: 60fb0b123971 ("samples: pidfd: build sample program for target architecture")
Cc: Christian Brauner <brauner@kernel.org>
Cc: Masahiro Yamada <masahiroy@kernel.org>
Cc: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Mickaël Salaün <mic@digikod.net>
Link: https://lore.kernel.org/r/20230307110910.93077-1-mic@digikod.net
---
samples/pidfd/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/samples/pidfd/Makefile b/samples/pidfd/Makefile
index 9754e2d81f70..d82409f7061f 100644
--- a/samples/pidfd/Makefile
+++ b/samples/pidfd/Makefile
@@ -1,4 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
-usertprogs-always-y += pidfd-metadata
+userprogs-always-y += pidfd-metadata
userccflags += -I usr/include
--
2.39.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] samples/pidfd: Fix build
2023-03-07 11:09 [PATCH] samples/pidfd: Fix build Mickaël Salaün
@ 2023-03-07 16:41 ` Christian Brauner
0 siblings, 0 replies; 2+ messages in thread
From: Christian Brauner @ 2023-03-07 16:41 UTC (permalink / raw)
To: Mickaël Salaün; +Cc: Masahiro Yamada, Sam Ravnborg, linux-kernel
On Tue, Mar 07, 2023 at 12:09:10PM +0100, Mickaël Salaün wrote:
> Fix a typo that made the pidfd-metadata program never build.
>
> Fixes: 60fb0b123971 ("samples: pidfd: build sample program for target architecture")
> Cc: Christian Brauner <brauner@kernel.org>
> Cc: Masahiro Yamada <masahiroy@kernel.org>
> Cc: Sam Ravnborg <sam@ravnborg.org>
> Signed-off-by: Mickaël Salaün <mic@digikod.net>
> Link: https://lore.kernel.org/r/20230307110910.93077-1-mic@digikod.net
> ---
Thanks for catching that!
Reviewed-by: Christian Brauner <brauner@kernel.org>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-03-07 16:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-07 11:09 [PATCH] samples/pidfd: Fix build Mickaël Salaün
2023-03-07 16:41 ` Christian Brauner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®