Re: [OS-BUILD PATCHv2 0/2] Revert random: Add hook to override device reads and getrandom(2)

2022-05-25 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1809#note_960372045 @herbert.xu2 Just a heads up. Given the upstream activity on the random subsystem, I would be happy to take an updated patch from you.

[OS-BUILD PATCHv2 0/2] Revert random: Add hook to override device reads and getrandom(2)

2022-05-25 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1809 The random system upstream is in a period of major rewrite. In the 5.18 merge window, it took a considerable amount of time to message this into the random.c rewrites. In the 5.19

[OS-BUILD PATCHv2 2/2] Revert "crypto: rng - Override drivers/char/random in FIPS mode"

2022-05-25 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes Revert "crypto: rng - Override drivers/char/random in FIPS mode" This reverts commit 427c8a54adcb92826faca4c40ef4591fe87e2fdf. diff --git a/crypto/rng.c b/crypto/rng.c index blahblah..blahblah 100644 --- a/crypto/rng.c +++ b/crypto/rng.c @@ -11,17 +11,14 @@ #include

[OS-BUILD PATCHv2 1/2] Revert random: Add hook to override device reads and getrandom(2)

2022-05-25 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes Revert random: Add hook to override device reads and getrandom(2) The random system upstream is in a period of major rewrite. In the 5.18 merge window, it took a considerable amount of time to message this into the random.c rewrites. In the 5.19 merge window,

[OS-BUILD PATCH] Revert random: Add hook to override device reads and getrandom(2)

2022-05-25 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes Revert random: Add hook to override device reads and getrandom(2) The random system upstream is in a period of major rewrite. In the 5.18 merge window, it took a considerable amount of time to message this into the random.c rewrites. In the 5.19 merge window,

✅ PASS: Test report for kernel 5.17.11-200.fc35 (fedora-35)

2022-05-25 Thread CKI Project
Hello, We ran automated tests on the following kernel build: Kernel package: kernel-5.17.11-200.fc35 Task URL: https://koji.fedoraproject.org/koji/taskinfo?taskID=87481837 The results of these automated tests are provided below. Overall result: PASSED Tests: OK

[OS-BUILD PATCHv4] redhat/docs: Add a description of kernel naming

2022-05-25 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/docs: Add a description of kernel naming Add a file that describes how kernel NVRs are constructed. Signed-off-by: Prarit Bhargava diff --git a/redhat/docs/index.rst b/redhat/docs/index.rst index blahblah..blahblah 100644 --- a/redhat/docs/index.rst +++

[OS-BUILD PATCH] redhat/configs: Set CONFIG_VIRTIO_IOMMU on x86_64

2022-05-25 Thread Eric Auger (via Email Bridge)
From: Eric Auger redhat/configs: Set CONFIG_VIRTIO_IOMMU on x86_64 Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2089765 Upstream Status: RHEL only Tested: with 9.1 guest featuring protected virtio-net-pci device We want to support the virtio-iommu on x86_64. So let's compile it.

[OS-BUILD PATCH] Revert "Merge branch 'fix-ci-20220523' into 'os-build'"

2022-05-25 Thread Patrick Talbert (via Email Bridge)
From: Patrick Talbert Revert "Merge branch 'fix-ci-20220523' into 'os-build'" This reverts merge request !1790 diff --git a/redhat/self-test/data/centos-2585cf9dfaad.el7 b/redhat/self-test/data/centos-2585cf9dfaad.el7 index blahblah..blahblah 100644 ---

Re: [OS-BUILD PATCH] redhat/self-test/data: Update data set

2022-05-25 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1790#note_959641472 @ptalbert , I did some digging and I think I know what is wrong. As you pointed out, the MRs are succeeding with this MR's commit reverted. Can you please do a revert on this