public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [tests/selinux] pr775-checkpolicy-revdeps: kernel/selinux-testsuite: bump ustream commit ref
@ 2026-09-11 13:22 Ondrej Mosnacek
  0 siblings, 0 replies; 3+ messages in thread
From: Ondrej Mosnacek @ 2026-09-11 13:22 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : tests/selinux
            Branch : pr775-checkpolicy-revdeps
            Commit : 27ab7e5e8ad8fb7ff634e13a5b0851d52fa13a73
            Author : Ondrej Mosnacek <omosnace@redhat.com>
            Date   : 2025-06-23T15:57:12+02:00
            Stats  : +1/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/tests/selinux/c/27ab7e5e8ad8fb7ff634e13a5b0851d52fa13a73?branch=pr775-checkpolicy-revdeps

            Log:
            kernel/selinux-testsuite: bump ustream commit ref

Mainly to pull "tests/inet_socket: properly detect IPSEC support", which
makes the testsuite run successfully on automotive RHEL again.

Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com>

---
diff --git a/kernel/selinux-testsuite/runtest.sh b/kernel/selinux-testsuite/runtest.sh
index 28ac367..dbb1e56 100755
--- a/kernel/selinux-testsuite/runtest.sh
+++ b/kernel/selinux-testsuite/runtest.sh
@@ -35,7 +35,7 @@ PACKAGE="selinux-policy"
 # This should be updated as needed after verifying that the new version
 # doesn't break testing and after applying all necessary tweaks in the TC.
 # Run with GIT_BRANCH=master to run the latest upstream version.
-DEFAULT_COMMIT="f24939eedb09dee75962cbee48460b435f59266b"
+DEFAULT_COMMIT="7a25c1a8a1c30e46409f81ee82fe53850ad7f1e3"
 # Default pull requests to merge before running the test.
 # If non-empty, then after checking out GIT_BRANCH the listed upstream pull
 # requests (by number) are merged, creating a new temporary local branch.

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [tests/selinux] pr775-checkpolicy-revdeps: kernel/selinux-testsuite: bump ustream commit ref
@ 2026-09-11 13:22 Ondrej Mosnacek
  0 siblings, 0 replies; 3+ messages in thread
From: Ondrej Mosnacek @ 2026-09-11 13:22 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : tests/selinux
            Branch : pr775-checkpolicy-revdeps
            Commit : 1b68d30d647f7492b35d68b80720f67014bdfe55
            Author : Ondrej Mosnacek <omosnace@redhat.com>
            Date   : 2025-06-10T15:43:30+02:00
            Stats  : +2/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/tests/selinux/c/1b68d30d647f7492b35d68b80720f67014bdfe55?branch=pr775-checkpolicy-revdeps

            Log:
            kernel/selinux-testsuite: bump ustream commit ref

This pulls various fixes and new tests.

Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com>

---
diff --git a/kernel/selinux-testsuite/runtest.sh b/kernel/selinux-testsuite/runtest.sh
index 9514dd0..28ac367 100755
--- a/kernel/selinux-testsuite/runtest.sh
+++ b/kernel/selinux-testsuite/runtest.sh
@@ -35,13 +35,13 @@ PACKAGE="selinux-policy"
 # This should be updated as needed after verifying that the new version
 # doesn't break testing and after applying all necessary tweaks in the TC.
 # Run with GIT_BRANCH=master to run the latest upstream version.
-DEFAULT_COMMIT="f9f4a604b50eecdc9ff674f1762208f23c15013f"
+DEFAULT_COMMIT="f24939eedb09dee75962cbee48460b435f59266b"
 # Default pull requests to merge before running the test.
 # If non-empty, then after checking out GIT_BRANCH the listed upstream pull
 # 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="883857 929525 969268"
+DEFAULT_PATCHES=""
 
 # Optional test parameter - location of testuite git.
 GIT_URL=${GIT_URL:-"https://github.com/SELinuxProject/selinux-testsuite"}

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [tests/selinux] pr775-checkpolicy-revdeps: kernel/selinux-testsuite: bump ustream commit ref
@ 2026-09-11 13:20 Ondrej Mosnacek
  0 siblings, 0 replies; 3+ messages in thread
From: Ondrej Mosnacek @ 2026-09-11 13:20 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : tests/selinux
            Branch : pr775-checkpolicy-revdeps
            Commit : 9bcbe2e024a9ba877e37bf3d142593cec80fb997
            Author : Ondrej Mosnacek <omosnace@redhat.com>
            Date   : 2023-07-04T13:10:50+02:00
            Stats  : +8/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/tests/selinux/c/9bcbe2e024a9ba877e37bf3d142593cec80fb997?branch=pr775-checkpolicy-revdeps

            Log:
            kernel/selinux-testsuite: bump ustream commit ref

This mainly pulls in the new inet_socket/mptcp subtest that provides
coverage for the MPTCP protocol.

Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com>

---
diff --git a/kernel/selinux-testsuite/runtest.sh b/kernel/selinux-testsuite/runtest.sh
index 8e785ab..4170bdd 100755
--- a/kernel/selinux-testsuite/runtest.sh
+++ b/kernel/selinux-testsuite/runtest.sh
@@ -35,7 +35,7 @@ PACKAGE="selinux-policy"
 # This should be updated as needed after verifying that the new version
 # doesn't break testing and after applying all necessary tweaks in the TC.
 # Run with GIT_BRANCH=master to run the latest upstream version.
-DEFAULT_COMMIT="5fc5dc9f5964aae3a6dce57178b25ddc49d21415"
+DEFAULT_COMMIT="514e324abc099057782ec569b720eaf9b6d9d99f"
 # Default pull requests to merge before running the test.
 # If non-empty, then after checking out GIT_BRANCH the listed upstream pull
 # requests (by number) are merged, creating a new temporary local branch.
@@ -328,7 +328,7 @@ rlJournalStart
             if kver_lt "3.10.0-693"; then
                 # I don't know when exactly these tests start passing, so I'm just
                 # disabling them for anything below the RHEL-7.4 kernel...
-                exclude_tests+=" inet_socket"
+                exclude_tests+=" inet_socket/tcp inet_socket/udp"
                 exclude_tests+=" filesystem/ext4 filesystem/xfs filesystem/jfs filesystem/vfat"
             fi
 
@@ -395,6 +395,12 @@ rlJournalStart
                 rlRun "sed -i 's/5\.18/4.18/g' tests/sctp/test" 0 \
                     "Fix up kernel version in sctp test"
             fi
+
+            # TODO: wait for 786fc12457268cc9b555dde6c22ae7300d4b40e1
+            # to be backported
+            #if kver_ge 5.14.0-326; then
+            #    force_tests+=" inet_socket/mptcp"
+            #fi
         fi
 
         # CKI mainline kernels don't ship with module build infrastructure

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-09-11 13:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-11 13:22 [tests/selinux] pr775-checkpolicy-revdeps: kernel/selinux-testsuite: bump ustream commit ref Ondrej Mosnacek
  -- strict thread matches above, loose matches on Subject: below --
2026-09-11 13:22 Ondrej Mosnacek
2026-09-11 13:20 Ondrej Mosnacek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox