This is a note to let you know that I've just added the patch titled x86/fred: Fix typo in Kconfig description to the 6.9-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: x86-fred-fix-typo-in-kconfig-description.patch and it can be found in the queue-6.9 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. commit 038ee576a90ffe8b6187fd481fb756fbcba691b5 Author: Paul Menzel <pmenzel@xxxxxxxxxxxxx> Date: Tue Mar 12 17:19:58 2024 +0100 x86/fred: Fix typo in Kconfig description [ Upstream commit 3c41786cab885f9c542e89f624bcdb71187dbb75 ] Fixes: 2cce95918d63 ("x86/fred: Add Kconfig option for FRED (CONFIG_X86_FRED)") Signed-off-by: Paul Menzel <pmenzel@xxxxxxxxxxxxx> Signed-off-by: Ingo Molnar <mingo@xxxxxxxxxx> Acked-by: H. Peter Anvin (Intel) <hpa@xxxxxxxxx> Link: https://lore.kernel.org/r/20240312161958.102927-2-pmenzel@xxxxxxxxxxxxx arch/x86/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx> diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 928820e61cb50..f5b3d14ff385b 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -501,7 +501,7 @@ config X86_FRED When enabled, try to use Flexible Return and Event Delivery instead of the legacy SYSCALL/SYSENTER/IDT architecture for ring transitions and exception/interrupt handling if the - system supports. + system supports it. if X86_32 config X86_BIGSMP