✅ PASS: Test report for kernel 5.12.5-200.fc33 (fedora-33)

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

Re: [OS-BUILD PATCH 0/3] ark: Set Architecture Level Set to Z14 for s390

2021-05-19 Thread Justin Forbes (via Email Bridge)
From: Justin Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1144#note_579901839 As this is the merge request creating the dependency on those, the best path forward is to put them in common instead of pending-common. The make dist-configs breakage doesn't happen

Re: [OS-BUILD PATCH 0/3] ark: Set Architecture Level Set to Z14 for s390

2021-05-19 Thread Philipp Rudo (via Email Bridge)
From: Philipp Rudo on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1144#note_579786679 ok, I naively thought that pending-common was the staging area and everything contained in it will be included in the next round of config review. What's the correct way to proceed? Not

Re: [OS-BUILD PATCHv3 0/2] [redhat] Embed crypto algos, modes and templates needed in the FIPS mode

2021-05-19 Thread Simo Sorce (via Email Bridge)
From: Simo Sorce on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1125#note_579592828 LGTM for fixing boot issues in FIPS mode. Acked-by: Simo Sorce s...@redhat.com (Let's see if the bot is happy now) ___ kernel mailing list --

Re: [OS-BUILD PATCHv3 0/2] [redhat] Embed crypto algos, modes and templates needed in the FIPS mode

2021-05-19 Thread Simo Sorce (via Email Bridge)
From: Simo Sorce on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1125#note_579591167 LGTM for fixing boot issues in FIPS mode. Acked-by: Simo Sorce ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send

Re: [OS-BUILD PATCH 0/3] ark: Set Architecture Level Set to Z14 for s390

2021-05-19 Thread Justin Forbes (via Email Bridge)
From: Justin Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1144#note_579494927 I would suggest not changing pending-common. That is the location for pre-reviewed, automated defaults. Nothing should be created there without a corresponding MR to get that config

Re: [OS-BUILD PATCHv3 0/2] [redhat] Embed crypto algos, modes and templates needed in the FIPS mode

2021-05-19 Thread Herbert Xu (via Email Bridge)
From: Herbert Xu on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1125#note_579476679 Looks good to me. Acked-by: Herbert Xu ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

[OS-BUILD PATCHv3 2/2] Revert s390x/zfcpdump part of a9d179c40281 and ecbfddd98621

2021-05-19 Thread Vladis Dronov (via Email Bridge)
From: Vladis Dronov Revert s390x/zfcpdump part of a9d179c40281 and ecbfddd98621 Signed-off-by: Vladis Dronov diff a/redhat/configs/ark/generic/s390x/zfcpdump/CONFIG_CRYPTO_CHACHA20 b/redhat/configs/ark/generic/s390x/zfcpdump/CONFIG_CRYPTO_CHACHA20 --- /dev/null +++

[OS-BUILD PATCHv3 1/2] Embed crypto algos, modes and templates needed in the FIPS mode

2021-05-19 Thread Vladis Dronov (via Email Bridge)
From: Vladis Dronov Embed crypto algos, modes and templates needed in the FIPS mode Currently a number of FIPS-allowed algorithms are built as modules or are not enabled in Fedora and ARK. This can result in a panic while booting in the FIPS mode. Fix this by embedding the FIPS-allowed

[OS-BUILD PATCHv3 0/2] [redhat] Embed crypto algos, modes and templates needed in the FIPS mode

2021-05-19 Thread Vladis Dronov (via Email Bridge)
From: Vladis Dronov on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1125 ``` Currently a number of FIPS-allowed algorithms are built as modules or are not enabled in Fedora and ARK. This can result in a panic while booting in the FIPS mode. Fix this by

[OS-BUILD PATCHv2 1/2] Embed crypto algos, modes and templates needed in the FIPS mode

2021-05-19 Thread Vladis Dronov (via Email Bridge)
From: Vladis Dronov Embed crypto algos, modes and templates needed in the FIPS mode Currently a number of FIPS-allowed algorithms are built as modules or are not enabled in Fedora and ARK. This can result in a panic while booting in the FIPS mode. Fix this by embedding the FIPS-allowed

[OS-BUILD PATCHv2 2/2] Revert s390x/zfcpdump part of a9d179c40281 and ecbfddd98621

2021-05-19 Thread Vladis Dronov (via Email Bridge)
From: Vladis Dronov Revert s390x/zfcpdump part of a9d179c40281 and ecbfddd98621 Signed-off-by: Vladis Dronov diff a/redhat/configs/ark/generic/s390x/zfcpdump/CONFIG_CRYPTO_CHACHA20 b/redhat/configs/ark/generic/s390x/zfcpdump/CONFIG_CRYPTO_CHACHA20 --- /dev/null +++

[OS-BUILD PATCHv2 0/2] [redhat] Embed crypto algos, modes and templates needed in the FIPS mode

2021-05-19 Thread Vladis Dronov (via Email Bridge)
From: Vladis Dronov on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1125 ``` Currently a number of FIPS-allowed algorithms are built as modules or are not enabled in Fedora and ARK. This can result in a panic while booting in the FIPS mode. Fix this by

[OS-BUILD PATCH] [redhat] Add CONFIG_SYSTEM_REVOCATION_KEYS and _LIST

2021-05-19 Thread Vladis Dronov (via Email Bridge)
From: Vladis Dronov [redhat] Add CONFIG_SYSTEM_REVOCATION_KEYS and _LIST Add CONFIG_SYSTEM_REVOCATION_KEYS and CONFIG_SYSTEM_REVOCATION_LIST options. Make them disabled since there are no revoked certificates embedded. Link:

[OS-BUILD PATCH 3/3] configs/ark/s390: set CONFIG_MARCH_Z14 and CONFIG_TUNE_Z15

2021-05-19 Thread Philipp Rudo (via Email Bridge)
From: Philipp Rudo configs/ark/s390: set CONFIG_MARCH_Z14 and CONFIG_TUNE_Z15 Optimize ark for newer machines. Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1876435 Signed-off-by: Philipp Rudo diff a/redhat/configs/ark/generic/s390x/CONFIG_MARCH_Z13

[OS-BUILD PATCH 2/3] configs/common/s390: Clean up CONFIG_{MARCH,TUNE}_Z*

2021-05-19 Thread Philipp Rudo (via Email Bridge)
From: Philipp Rudo configs/common/s390: Clean up CONFIG_{MARCH,TUNE}_Z* Most of the configs are identical for fedora and ark so move them to common/generic/s390x. While at it move the remaining configs in fedora/generic to fedora/generic/s390x. Signed-off-by: Philipp Rudo diff

[OS-BUILD PATCH 1/3] configs/process_configs.sh: make use of dummy-tools

2021-05-19 Thread Philipp Rudo (via Email Bridge)
From: Philipp Rudo configs/process_configs.sh: make use of dummy-tools Using cc-option adds a dependency on the compiler in the configuration environment. This usually breaks the config creation when the target architecture is not the host architecture. As a remedy f88717cf44eb ("Temporarily

[OS-BUILD PATCH 0/3] ark: Set Architecture Level Set to Z14 for s390

2021-05-19 Thread Philipp Rudo (via Email Bridge)
From: Philipp Rudo on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1144 The last commit addresses https://bugzilla.redhat.com/show_bug.cgi?id=1876435 and is preceded by two cleanups. The first commit is strictly speaking independent. If requested I can