Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH Actions: Kernel hardening analysis: Exclude RISC-V configs #6401

Merged
merged 1 commit into from
Mar 17, 2024

Conversation

ColorfulRhino
Copy link
Collaborator

@ColorfulRhino ColorfulRhino commented Mar 16, 2024

Description

I was checking this Actions workflow https://github.com/armbian/build/actions/runs/8309150018/job/22740183634 and noticed [!] ERROR: failed to detect microarchitecture

Reason: RISC-V is not yet supported by kernel-hardening-checker. See a13xp0p0v/kernel-hardening-checker#56

In their README:

Supported microarchitectures

X86_64
X86_32
ARM64
ARM

TODO: RISC-V (issue a13xp0p0v/kernel-hardening-checker#56)

How Has This Been Tested?

Ran manual in CLI: file=config/kernel/linux-uefi-risc64-edge.config and then if [[ "${file}" = config/kernel/*.config && ! "${file}" =~ riscv ]]; then echo yes; fi
Don't know how to run the whole workflow manually quickly, and on a specific file.

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas

@ColorfulRhino ColorfulRhino force-pushed the hardening-riscv-exclude branch from 7dd6594 to 54760aa Compare March 16, 2024 23:02
@igorpecovnik igorpecovnik added Ready to merge Reviewed, tested and ready for merge 05 Milestone: Second quarter release labels Mar 17, 2024
@ColorfulRhino ColorfulRhino merged commit 00e3f44 into armbian:main Mar 17, 2024
@ColorfulRhino ColorfulRhino deleted the hardening-riscv-exclude branch March 20, 2024 11:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
05 Milestone: Second quarter release Ready to merge Reviewed, tested and ready for merge size/small PR with less then 50 lines
Development

Successfully merging this pull request may close these issues.

2 participants