From 1dd04e643503cceefb61c21926d21d4f22bef1ae Mon Sep 17 00:00:00 2001 From: Aditya Garg Date: Thu, 11 Apr 2024 22:44:10 +0530 Subject: [PATCH] 6.8.5 --- ...efi-libstub-add-support-for-the-apple_set_os-protoco.patch | 4 ++-- version | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/2010-efi-libstub-add-support-for-the-apple_set_os-protoco.patch b/2010-efi-libstub-add-support-for-the-apple_set_os-protoco.patch index c2bae13..e571596 100644 --- a/2010-efi-libstub-add-support-for-the-apple_set_os-protoco.patch +++ b/2010-efi-libstub-add-support-for-the-apple_set_os-protoco.patch @@ -49,14 +49,14 @@ index bfa30625f..3d99acc1a 100644 + efi_apple_set_os = true; } else if (IS_ENABLED(CONFIG_X86_64) && !strcmp(param, "no5lvl")) { efi_no5lvl = true; - } else if (!strcmp(param, "efi") && val) { + } else if (IS_ENABLED(CONFIG_ARCH_HAS_MEM_ENCRYPT) && diff --git a/drivers/firmware/efi/libstub/efistub.h b/drivers/firmware/efi/libstub/efistub.h index 212687c30..21b414d09 100644 --- a/drivers/firmware/efi/libstub/efistub.h +++ b/drivers/firmware/efi/libstub/efistub.h @@ -38,6 +38,7 @@ extern bool efi_nochunk; - extern bool efi_nokaslr; extern int efi_loglevel; + extern int efi_mem_encrypt; extern bool efi_novamap; +extern bool efi_apple_set_os; diff --git a/version b/version index 8b01b19..deed594 100644 --- a/version +++ b/version @@ -1 +1 @@ -KVER=6.8.4 +KVER=6.8.5