Skip to content

Commit

Permalink
utils: sync the c9s-kernel-debug Copr repo
Browse files Browse the repository at this point in the history
Which contains a patched C9S kernel to prevent soft lockups in KVM VMs.
Drop this (and the rest of the workarounds) once [0] is resolved.

[0] https://issues.redhat.com/browse/RHEL-32384
  • Loading branch information
mrc0mmand committed Apr 22, 2024
1 parent c73d1cb commit 93962d6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions utils/reposync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,10 @@ ORIGINAL_REPO="https://copr.fedorainfracloud.org/coprs/mrc0mmand/systemd-centos-
ORIGINAL_REPO_ID="copr:copr.fedorainfracloud.org:mrc0mmand:systemd-centos-ci-centos9"
LOCAL_REPO_ID="mrc0mmand-systemd-centos-ci-centos9-stream9"
sync_repo "$ORIGINAL_REPO" "$ORIGINAL_REPO_ID" "$LOCAL_REPO_ID" "x86_64 aarch64 ppc64le s390x"

# centos-9-stream patched kernel (temporary)
# FIXME: drop once https://issues.redhat.com/browse/RHEL-32384 is resolved
ORIGINAL_REPO="https://copr.fedorainfracloud.org/coprs/mrc0mmand/c9s-kernel-debug/repo/centos-stream-9/mrc0mmand-c9s-kernel-debug-centos-stream-9.repo"
ORIGINAL_REPO_ID="copr:copr.fedorainfracloud.org:mrc0mmand:c9s-kernel-debug"
LOCAL_REPO_ID="mrc0mmand-c9s-kernel-debug-stream9"
sync_repo "$ORIGINAL_REPO" "$ORIGINAL_REPO_ID" "$LOCAL_REPO_ID" "x86_64"

0 comments on commit 93962d6

Please sign in to comment.