lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Fri, 22 Mar 2024 11:32:21 -0000
From: "tip-bot2 for Paul Menzel" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Paul Menzel <pmenzel@...gen.mpg.de>, Ingo Molnar <mingo@...nel.org>,
 "H. Peter Anvin (Intel)" <hpa@...or.com>, x86@...nel.org,
 linux-kernel@...r.kernel.org
Subject: [tip: x86/cleanups] x86/fred: Fix typo in Kconfig description

The following commit has been merged into the x86/cleanups branch of tip:

Commit-ID:     3c41786cab885f9c542e89f624bcdb71187dbb75
Gitweb:        https://git.kernel.org/tip/3c41786cab885f9c542e89f624bcdb71187dbb75
Author:        Paul Menzel <pmenzel@...gen.mpg.de>
AuthorDate:    Tue, 12 Mar 2024 17:19:58 +01:00
Committer:     Ingo Molnar <mingo@...nel.org>
CommitterDate: Fri, 22 Mar 2024 12:27:31 +01:00

x86/fred: Fix typo in Kconfig description

Fixes: 2cce95918d63 ("x86/fred: Add Kconfig option for FRED (CONFIG_X86_FRED)")
Signed-off-by: Paul Menzel <pmenzel@...gen.mpg.de>
Signed-off-by: Ingo Molnar <mingo@...nel.org>
Acked-by: H. Peter Anvin (Intel) <hpa@...or.com>
Link: https://lore.kernel.org/r/20240312161958.102927-2-pmenzel@molgen.mpg.de

 arch/x86/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
 arch/x86/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 7aed87c..bf2b2cb 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -504,7 +504,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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ