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-next>] [day] [month] [year] [list]
Date:   Tue,  9 Mar 2021 09:11:44 +0530
From:   Bhaskar Chowdhury <unixbhaskar@...il.com>
To:     tglx@...utronix.de, mingo@...hat.com, bp@...en8.de, x86@...nel.org,
        hpa@...or.com, keescook@...omium.org, jpoimboe@...hat.com,
        jroedel@...e.de, hjl.tools@...il.com, nivedita@...m.mit.edu,
        unixbhaskar@...il.com, inglorion@...gle.com,
        linux-kernel@...r.kernel.org
Cc:     rdunlap@...radead.org
Subject: [PATCH] arch: x86: kernel: Adjust the words to suit sentences in the file vmlinux.lds.S



s/percpu/per CPU/
s/baremetal/bare metal/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>
---
 arch/x86/kernel/vmlinux.lds.S | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/x86/kernel/vmlinux.lds.S b/arch/x86/kernel/vmlinux.lds.S
index efd9e9ea17f2..592a44ad13b1 100644
--- a/arch/x86/kernel/vmlinux.lds.S
+++ b/arch/x86/kernel/vmlinux.lds.S
@@ -217,7 +217,7 @@ SECTIONS

 #if defined(CONFIG_X86_64) && defined(CONFIG_SMP)
 	/*
-	 * percpu offsets are zero-based on SMP.  PERCPU_VADDR() changes the
+	 * per CPU offsets are zero-based on SMP.  PERCPU_VADDR() changes the
 	 * output PHDR, so the next output section - .init.text - should
 	 * start another segment - init.
 	 */
@@ -262,7 +262,7 @@ SECTIONS
 	/*
 	 * start address and size of operations which during runtime
 	 * can be patched with virtualization friendly instructions or
-	 * baremetal native ones. Think page table operations.
+	 * bare metal native ones. Think page table operations.
 	 * Details in paravirt_types.h
 	 */
 	. = ALIGN(8);
--
2.30.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ