[OS-BUILD PATCHv3] redhat/configs/process_configs.sh: Fix race with tools generation

2022-03-24 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/configs/process_configs.sh: Fix race with tools generation Kernel builds are occasionally failing with (for example): Processing /home/prarit/rpmbuild/BUILD/kernel-5.17/linux-5.17.0-0.test.fc35.x86_64/configs/kernel-5.17.0-s390x.config ... Processing

Re: [OS-BUILD PATCHv2] redhat/configs/process_configs.sh: Fix race with tools generation

2022-03-24 Thread Frantisek Hrbata (via Email Bridge)
From: Frantisek Hrbata on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1673#note_887950014 I'm making this blocking thread just in case it's overlooked. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe

Re: [OS-BUILD PATCHv2] redhat/configs/process_configs.sh: Fix race with tools generation

2022-03-24 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1673#note_887624123 Yeah, there was clearly something wonky in the merge. Rebase seems to have fixed it. I've also tested it here in a centos-stream-9, which is a bit more robust with build

Re: [OS-BUILD PATCHv2] redhat/configs/process_configs.sh: Fix race with tools generation

2022-03-24 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1673#note_887571887 It failed in merge. I've rebased and repushed. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

[OS-BUILD PATCHv2] redhat/configs/process_configs.sh: Fix race with tools generation

2022-03-24 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/configs/process_configs.sh: Fix race with tools generation Kernel builds are occasionally failing with (for example): Processing /home/prarit/rpmbuild/BUILD/kernel-5.17/linux-5.17.0-0.test.fc35.x86_64/configs/kernel-5.17.0-s390x.config ... Processing

[OS-BUILD PATCH] Fix RHDISTGIT for Fedora

2022-03-24 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes Fix RHDISTGIT for Fedora While the existing setup worked fine for users not setting up an RHDISTGIT_CACHE, it fails once you do because there was no entry to properly push to the Fedora dist-git. Signed-off-by: Justin M. Forbes diff --git a/redhat/Makefile.rhpkg

Re: [OS-BUILD PATCH] redhat/configs/process_configs.sh: Fix race with tools generation

2022-03-24 Thread Patrick Talbert (via Email Bridge)
From: Patrick Talbert on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1673#note_887518487 @prarit This pipeline failed on the config check but without a visible reason beyond the exit code: https://gitlab.com/redhat/red-hat-ci-tools/kernel/cki-

Re: [OS-BUILD PATCHv2 0/5] redhat: Fix self-tests

2022-03-24 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1642#note_887486465 Maybe another way to state this is: At this time, my intention is only to fix the existing tests. Later commits will introduce new tests. Does that explain it? /me isn't sure if

Re: [OS-BUILD PATCHv2 0/5] redhat: Fix self-tests

2022-03-24 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1642#note_887483612 > Or are you just trying to fix up a test that you have no idea why it exists (because it may not be obvious)? :D LOL yes. I don't want to change anything until I get more commits

Re: [OS-BUILD PATCHv2 0/5] redhat: Fix self-tests

2022-03-24 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1642#note_887474743 @prarit - actually, I thought 'git worktree' was used here to clone the env to avoid destroying the users env (ie SRPM). Therefore, self-tests should be in a clean room env and a single

Re: [OS-BUILD PATCHv2 0/5] redhat: Fix self-tests

2022-03-24 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1642#note_887468295 @prarit said: ``` The test is dependent on the dist-release adding the tag. I've been thinking about HEAD and have some other ideas unrelated to the tests about how to deal with it.

Re: [OS-BUILD PATCHv2 0/5] redhat: Fix self-tests

2022-03-24 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1642#note_887458936 I did yes. Sorry about that. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

Re: [OS-BUILD PATCH] redhat/configs/process_configs.sh: Fix race with tools generation

2022-03-24 Thread Frantisek Hrbata (via Email Bridge)
From: Frantisek Hrbata on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1673#note_887413112 @prarit I think there is the same problem as in the centos-stream version, please see https://gitlab.com/redhat/centos-stream/src/kernel/centos-

[OS-BUILD PATCH 1/2] Remove CONFIG_SND_SOC_SOF_DEBUG_PROBES files

2022-03-24 Thread Patrick Talbert (via Email Bridge)
From: Patrick Talbert Remove CONFIG_SND_SOC_SOF_DEBUG_PROBES files Since 3dc0d7091778 ('ASoC: SOF: Convert the generic probe support to SOF client') the SND_SOC_SOF_DEBUG_PROBES config item is no longer user-selectable. Remove the CONFIG_SND_SOC_SOF_DEBUG_PROBES files to prevent config

[OS-BUILD PATCH 0/2] Remove CONFIG_SND_SOC_SOF_DEBUG_PROBES files

2022-03-24 Thread Patrick Talbert (via Email Bridge)
From: Patrick Talbert on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1682 Since 3dc0d7091778 ('ASoC: SOF: Convert the generic probe support to SOF client') the SND_SOC_SOF_DEBUG_PROBES config item is no longer user-selectable. Remove the

[OS-BUILD PATCH 2/2] Fix up CONFIG_SND_AMD_ACP_CONFIG files

2022-03-24 Thread Patrick Talbert (via Email Bridge)
From: Patrick Talbert Fix up CONFIG_SND_AMD_ACP_CONFIG files Since 2d7d9f36b567e ('ASoC: amd: renoir: Add check for acp configuration flags'), SND_SOC_AMD_RENOIR selects SND_AMD_ACP_CONFIG. Since rhel has RENOIR enabled as a module under generic/x86 it now needs to include SND_AMD_ACP_CONFIG

[OS-BUILD PATCH] Turn on CONFIG_RANDOM_TRUST_BOOTLOADER

2022-03-24 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes Turn on CONFIG_RANDOM_TRUST_BOOTLOADER While doing the rng rewrites, the upstream maintainer was looking to see which distros enabled RANDOM_TRUST_BOOTLOADER, and reached out to us to ask why not. This came in during the 5.4 cycle, and I did not review it, but do agree

[OS-BUILD PATCH] redhat/configs/process_configs.sh: Fix race with tools generation

2022-03-24 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/configs/process_configs.sh: Fix race with tools generation Kernel builds are occasionally failing with (for example): Processing /home/prarit/rpmbuild/BUILD/kernel-5.17/linux-5.17.0-0.test.fc35.x86_64/configs/kernel-5.17.0-s390x.config ... Processing

[OS-BUILD PATCH 0/0] [redhat] New configs in drivers/ata

2022-03-24 Thread CKI Gitlab (via Email Bridge)
From: CKI Gitlab on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1675 NOTE: Truncated patchset due to missing public @redhat.com email address on your GitLab profile at https://gitlab.com/-/profile. Once that is fixed, close and reopen the merge

Re: [OS-BUILD PATCHv2 0/5] redhat: Fix self-tests

2022-03-24 Thread Patrick Talbert (via Email Bridge)
From: Patrick Talbert on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1642#note_887021764 @dzickusrh Did you mean to make this a blocking comment? Otherwise this MR is technically ready to go... ___ kernel mailing list --