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

Message ID 20240208091045.9219-1-lukas.bulwahn@gmail.com
Headers
Series Drop obsolete configs from hardening.config |

Message

Lukas Bulwahn Feb. 8, 2024, 9:10 a.m. UTC
  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 obsolete DRM_LEGACY from config fragment

 kernel/configs/hardening.config | 4 ----
 1 file changed, 4 deletions(-)
  

Comments

Kees Cook Feb. 10, 2024, 6:31 a.m. UTC | #1
On Thu, 08 Feb 2024 10:10:43 +0100, Lukas Bulwahn wrote:
> 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
> 
> [...]

Applied to for-next/hardening, thanks!

[1/2] hardening: drop obsolete UBSAN_SANITIZE_ALL from config fragment
      https://git.kernel.org/kees/c/8ab2b5398287
[2/2] hardening: drop obsolete DRM_LEGACY from config fragment
      https://git.kernel.org/kees/c/8dafd56868ef

Take care,