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] [thread-next>] [day] [month] [year] [list]
Date: Wed, 3 Jan 2024 11:55:09 +0100
From: Ingo Molnar <mingo@...nel.org>
To: Randy Dunlap <rdunlap@...radead.org>
Cc: Bjorn Helgaas <helgaas@...nel.org>,
	Thomas Gleixner <tglx@...utronix.de>,
	Ingo Molnar <mingo@...hat.com>, Borislav Petkov <bp@...en8.de>,
	Dave Hansen <dave.hansen@...ux.intel.com>, x86@...nel.org,
	"H . Peter Anvin" <hpa@...or.com>, linux-kernel@...r.kernel.org,
	Bjorn Helgaas <bhelgaas@...gle.com>
Subject: Re: [PATCH] arch/x86: Fix typos


* Randy Dunlap <rdunlap@...radead.org> wrote:

> On 1/2/24 16:40, Bjorn Helgaas wrote:
> > From: Bjorn Helgaas <bhelgaas@...gle.com>
> > 
> > Fix typos, most reported by "codespell arch/x86".  Only touches comments,
> > no code changes.
> > 
> > Signed-off-by: Bjorn Helgaas <bhelgaas@...gle.com>
> > ---
> >  60 files changed, 71 insertions(+), 71 deletions(-)
> > 
> > diff --git a/arch/x86/kernel/apic/vector.c b/arch/x86/kernel/apic/vector.c
> > index 319448d87b99..dbd15a67e9df 100644
> > --- a/arch/x86/kernel/apic/vector.c
> > +++ b/arch/x86/kernel/apic/vector.c
> > @@ -738,7 +738,7 @@ int __init arch_probe_nr_irqs(void)
> >  void lapic_assign_legacy_vector(unsigned int irq, bool replace)
> >  {
> >  	/*
> > -	 * Use assign system here so it wont get accounted as allocated
> > +	 * Use assign system here so it won't get accounted as allocated
> >  	 * and moveable in the cpu hotplug check and it prevents managed
> 
> OK, but        movable      is preferred.

Ok, I've added this to the patch too.

> >  	 * irq reservation from touching it.
> >  	 */
> 
> Reviewed-by: Randy Dunlap <rdunlap@...radead.org>

Applied this patch to tip:x86/cleanups, thanks guys!

	Ingo

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ