* [GIT PULL] Kselftest update for Linux 6.0-rc2
@ 2022-08-18 16:23 Shuah Khan
2022-08-19 3:12 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Shuah Khan @ 2022-08-18 16:23 UTC (permalink / raw)
To: Linus Torvalds
Cc: Shuah Khan, Mickaël Salaün, linux-kselftest,
linux-kernel
[-- Attachment #1: Type: text/plain, Size: 1258 bytes --]
Hi Linus,
Please pull the following Kselftest update for Linux 6.0-rc2.
This Kselftest fixes update for Linux 6.0-rc2 consists of a single
patch to fix landlock test build regression.
diff is attached.
thanks,
-- Shuah
----------------------------------------------------------------
The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:
Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest tags/linux-kselftest-next-6.0-rc2
for you to fetch changes up to f1227dc7d0411ee9a9faaa1e80cfd9d6e5d6d63e:
selftests/landlock: fix broken include of linux/landlock.h (2022-08-15 11:26:12 -0600)
----------------------------------------------------------------
linux-kselftest-next-6.0-rc2
This Kselftest fixes update for Linux 6.0-rc2 consists of a single
patch to fix landlock test build regression.
----------------------------------------------------------------
Guillaume Tucker (1):
selftests/landlock: fix broken include of linux/landlock.h
tools/testing/selftests/landlock/Makefile | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------
[-- Attachment #2: linux-kselftest-next-6.0-rc2.diff --]
[-- Type: text/x-patch, Size: 735 bytes --]
diff --git a/tools/testing/selftests/landlock/Makefile b/tools/testing/selftests/landlock/Makefile
index a6959df28eb0..02868ac3bc71 100644
--- a/tools/testing/selftests/landlock/Makefile
+++ b/tools/testing/selftests/landlock/Makefile
@@ -9,10 +9,13 @@ TEST_GEN_PROGS := $(src_test:.c=)
TEST_GEN_PROGS_EXTENDED := true
OVERRIDE_TARGETS := 1
+top_srcdir := ../../../..
include ../lib.mk
+khdr_dir = $(top_srcdir)/usr/include
+
$(OUTPUT)/true: true.c
$(LINK.c) $< $(LDLIBS) -o $@ -static
-$(OUTPUT)/%_test: %_test.c ../kselftest_harness.h common.h
- $(LINK.c) $< $(LDLIBS) -o $@ -lcap
+$(OUTPUT)/%_test: %_test.c $(khdr_dir)/linux/landlock.h ../kselftest_harness.h common.h
+ $(LINK.c) $< $(LDLIBS) -o $@ -lcap -I$(khdr_dir)
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [GIT PULL] Kselftest update for Linux 6.0-rc2
2022-08-18 16:23 [GIT PULL] Kselftest update for Linux 6.0-rc2 Shuah Khan
@ 2022-08-19 3:12 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2022-08-19 3:12 UTC (permalink / raw)
To: Shuah Khan
Cc: Linus Torvalds, Shuah Khan, Mickaël Salaün,
linux-kselftest, linux-kernel
The pull request you sent on Thu, 18 Aug 2022 10:23:11 -0600:
> git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest tags/linux-kselftest-next-6.0-rc2
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/90b6b686c1e0273ce6d1724fab9b9651a276217e
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-08-19 3:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-18 16:23 [GIT PULL] Kselftest update for Linux 6.0-rc2 Shuah Khan
2022-08-19 3:12 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox