[PATCH] MAINTAINERS: adjust entries in FORTIFY_SOURCE and KERNEL HARDENING

2025-02-17 Thread Lukas Bulwahn
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

[PATCH 2/2] hardening: drop obsolete DRM_LEGACY from config fragment

2024-02-08 Thread Lukas Bulwahn
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 --

[PATCH 1/2] hardening: drop obsolete UBSAN_SANITIZE_ALL from config fragment

2024-02-08 Thread Lukas Bulwahn
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

[PATCH 0/2] Drop obsolete configs from hardening.config

2024-02-08 Thread Lukas Bulwahn
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

[PATCH] hardening: x86: drop reference to removed config AMD_IOMMU_V2

2023-10-11 Thread Lukas Bulwahn
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