From: Lukas Bulwahn
Commit db6fe4d61ece ("lib: Move KUnit tests into tests/ subdirectory") adds
a file entry to the non-existing file scripts/test_fortify.sh. Probably,
this entry intends to refer to ./lib/test_fortify/test_fortify.sh, though.
As that file is already covered by the
reduction anymore.
Drop this reference in hardening.config fragment.
Signed-off-by: Lukas Bulwahn
---
kernel/configs/hardening.config | 3 ---
1 file changed, 3 deletions(-)
diff --git a/kernel/configs/hardening.config b/kernel/configs/hardening.config
index 4dc0cd342ced..ed126d7b5e83 100644
--
ing.config fragment,
so the functionality when using this fragment remains the same.
Signed-off-by: Lukas Bulwahn
---
kernel/configs/hardening.config | 1 -
1 file changed, 1 deletion(-)
diff --git a/kernel/configs/hardening.config b/kernel/configs/hardening.config
index 95a400f042b1..4dc0cd342ced 10
Dear Kees,
here are two patches cleaning up the hardening config fragment from obsolete
config options.
Feel free to squash them if you think they should not be two separate commits.
Lukas
Lukas Bulwahn (2):
hardening: drop obsolete UBSAN_SANITIZE_ALL from config fragment
hardening: drop
Commit 5a0b11a180a9 ("iommu/amd: Remove iommu_v2 module") removes the
config AMD_IOMMU_V2.
Remove the reference to this config in the x86 architecture-specific
hardening config fragment as well.
Signed-off-by: Lukas Bulwahn
---
Joerg, please pick this patch on top of the commit abo