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: <05d6edd9-aa6f-4ddb-a32a-6b2ec844628a@gmx.de>
Date: Fri, 25 Jul 2025 21:33:32 +0200
From: Helge Deller <deller@....de>
To: Randy Dunlap <rdunlap@...radead.org>, linux-kernel@...r.kernel.org
Cc: Masahiro Yamada <yamada.masahiro@...ionext.com>,
 "James E.J. Bottomley" <James.Bottomley@...senPartnership.com>,
 linux-parisc@...r.kernel.org
Subject: Re: [PATCH] parisc: Makefile: fix a typo in palo.conf

On 6/25/25 09:31, Randy Dunlap wrote:
> Correct "objree" to "objtree". "objree" is not defined.
> 
> Fixes: 75dd47472b92 ("kbuild: remove src and obj from the top Makefile")
> Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
> Cc: Masahiro Yamada <yamada.masahiro@...ionext.com>
> Cc: "James E.J. Bottomley" <James.Bottomley@...senPartnership.com>
> Cc: Helge Deller <deller@....de>
> Cc: linux-parisc@...r.kernel.org
> ---
>   arch/parisc/Makefile |    2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

applied.

Thanks Randy!

Helge

  
> --- lnx-616-rc3.orig/arch/parisc/Makefile
> +++ lnx-616-rc3/arch/parisc/Makefile
> @@ -139,7 +139,7 @@ palo lifimage: vmlinuz
>   	fi
>   	@if test ! -f "$(PALOCONF)"; then \
>   		cp $(srctree)/arch/parisc/defpalo.conf $(objtree)/palo.conf; \
> -		echo 'A generic palo config file ($(objree)/palo.conf) has been created for you.'; \
> +		echo 'A generic palo config file ($(objtree)/palo.conf) has been created for you.'; \
>   		echo 'You should check it and re-run "make palo".'; \
>   		echo 'WARNING: the "lifimage" file is now placed in this directory by default!'; \
>   		false; \


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ