Notification time stamped 2020-02-29 14:50:56 UTC
From fbff736aea714e21dcd92b617bf22871d3fa2bc6 Mon Sep 17 00:00:00 2001
From: Ondrej Mosnacek <omosnace(a)redhat.com>
Date: Feb 25 2020 09:46:46 +0000
Subject: selinux-testuite: add a patch to fix SCTP test issue
This fixes failing CKI stable kernel testing.
See: https://patchwork.kernel.org/patch/11400391/
Signed-off-by: Ondrej Mosnacek <omosnace(a)redhat.com>
---
diff --git a/kernel/selinux-testsuite/runtest.sh b/kernel/selinux-testsuite/runtest.sh
index ef5d4f6..730529e 100755
--- a/kernel/selinux-testsuite/runtest.sh
+++ b/kernel/selinux-testsuite/runtest.sh
@@ -42,7 +42,7 @@ DEFAULT_COMMIT="6fbe077267e19b60ff1c9006a53ba31ddd058df0"
# requests (by number) are merged, creating a new temporary local branch.
DEFAULT_PULLS=""
# Default SELinux Patchwork series to apply before running the test.
-DEFAULT_PATCHES=""
+DEFAULT_PATCHES="246967"
# Optional test parameter - location of testuite git.
GIT_URL=${GIT_URL:-"git://github.com/SELinuxProject/selinux-testsuite"}
https://src.fedoraproject.org/tests/selinux/c/fbff736aea714e21dcd92b617bf22…