From: pbrobinson on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3423 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 request to retrigger sending the emails.
A couple of minor cleanups for common config.
Signed-off-by: Peter Robinson pbrobinson@gmail.com
--- redhat/configs/common/generic/CONFIG_KS7010 | 1 - redhat/configs/common/generic/CONFIG_RPMB | 1 + redhat/configs/pending-fedora/generic/CONFIG_RPMB | 14 -------------- redhat/configs/rhel/generic/CONFIG_RPMB | 1 - 4 files changed, 1 insertions(+), 16 deletions(-)
From: Patrick Talbert on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3423#note_2137138...
@pbrobinson it looks like making CONFIG_RPMB a module causes CONFIG_MMC_BLOCK to be a module:
https://gitlab.com/cki-project/kernel-ark/-/blob/os- build/drivers/mmc/core/Kconfig#L37 ~~~ 37 config MMC_BLOCK 38 tristate "MMC block device driver" 39 depends on BLOCK 40 depends on RPMB || !RPMB 41 imply IOSCHED_BFQ 42 default y 43 help 44 Say Y here to enable the MMC block device driver support. 45 This provides a block device driver, which you can use to 46 mount the filesystem. Almost everyone wishing MMC support 47 should say Y or M here. ~~~
So https://gitlab.com/cki-project/kernel-ark/-/blob/os- build/redhat/configs/fedora/generic/riscv/riscv64/CONFIG_MMC_BLOCK needs to be flipped to match (or be removed?).
From: Patrick Talbert on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3423#note_2137140...
@linville-rh FYI this turns on CONFIG_RPMB for RHEL, which we recently took as disabled in !3376.
From: GitLab Security Bot on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3423#note_2137491...
<!-- policy_violation_comment --> <!-- violated_reports: scan_finding --> <!-- optional_approvals: scan_finding -->
pbrobinson, this merge request has policy violations and errors.
- Resolve all violations in the following merge request approval policies: SAST. - Resolve the errors and re-run the pipeline.
Consider including optional reviewers based on the policy rules in the MR widget.
:exclamation: **Errors**
- Pipeline configuration error: Security reports required by policy `SAST` could not be found. - Pipeline configuration error: Security reports required by policy `SAST` could not be found.
:information_source: **Comparison pipelines**
- Target branch (`os-build`): None - Source branch (`6.12-common-updates`): [#1475431630](https://gitlab.com/cki- project/kernel-ark/-/pipelines/1475431630)
From: GitLab Security Bot on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3423#note_2137491...
<!-- policy_violation_comment --> Security policy violations have been resolved.
kernel@lists.fedoraproject.org