From 1de76c8c1f6d73ba7736a1c943bf838572c99876 Mon Sep 17 00:00:00 2001 From: Samir Mulani Date: Wed, 4 Sep 2024 14:58:39 +0530 Subject: [PATCH] Added support to run the futex test case from linux selftest. Added futex.yaml to run the futext selftest case from upstream linux kernel. Signed-off-by: Samir Mulani Added support to run the futex test case from linux selftest Here removed the merge branch repo nand updated master branch repo. Signed-off-by: Samir Mulani --- kernel/kselftest.py.data/futex.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 kernel/kselftest.py.data/futex.yaml diff --git a/kernel/kselftest.py.data/futex.yaml b/kernel/kselftest.py.data/futex.yaml new file mode 100644 index 000000000..5c74d9658 --- /dev/null +++ b/kernel/kselftest.py.data/futex.yaml @@ -0,0 +1,7 @@ +component: !mux + futex: + comp: 'futex' +run_type: !mux + upstream: + type: 'upstream' + location: "https://github.com/torvalds/linux/archive/master.zip