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]
Message-ID: <20251229213547.GCaVL0Myj4md-6j4_n@fat_crate.local>
Date: Mon, 29 Dec 2025 22:35:47 +0100
From: Borislav Petkov <bp@...en8.de>
To: Samuel A Hummel <sammyhjax123@...il.com>
Cc: tglx@...utronix.de, mingo@...hat.com, dave.hansen@...ux.intel.com,
	x86@...nel.org, hpa@...or.com, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Signed-off-by: Samuel A Hummel <Sammyhjax123@...il.com>

On Thu, Dec 18, 2025 at 08:40:54PM -0600, Samuel A Hummel wrote:
>  spelling error in arch/x86/Makefile_32.cpu.
> ---
>  arch/x86/Makefile_32.cpu | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/x86/Makefile_32.cpu b/arch/x86/Makefile_32.cpu
> index af7de9a42752..21f8b532dceb 100644
> --- a/arch/x86/Makefile_32.cpu
> +++ b/arch/x86/Makefile_32.cpu
> @@ -22,7 +22,7 @@ cflags-$(CONFIG_MPENTIUMM)	+= -march=i686 $(call tune,pentium3)
>  cflags-$(CONFIG_MPENTIUM4)	+= -march=i686 $(call tune,pentium4)
>  cflags-$(CONFIG_MK6)		+= -march=k6
>  # Please note, that patches that add -march=athlon-xp and friends are pointless.
> -# They make zero difference whatsosever to performance at this time.
> +# They make zero difference whatsoever to performance at this time.
>  cflags-$(CONFIG_MK7)		+= -march=athlon
>  cflags-$(CONFIG_MCRUSOE)	+= -march=i686 $(align)
>  cflags-$(CONFIG_MEFFICEON)	+= -march=i686 $(call tune,pentium3) $(align)
> -- 

$ ./scripts/checkpatch.pl /tmp/samuel.patch 
ERROR: Missing Signed-off-by: line(s)
 
total: 1 errors, 0 warnings, 8 lines checked

Read this first, please, before you send again:

https://kernel.org/doc/html/latest/process/submitting-patches.html

Thx.

-- 
Regards/Gruss,
    Boris.

https://people.kernel.org/tglx/notes-about-netiquette

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ