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, 22 Dec 2021 08:54:45 +0900
From:   Masahiro Yamada <masahiroy@...nel.org>
To:     Helge Deller <deller@....de>
Cc:     Parisc List <linux-parisc@...r.kernel.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        "James E.J. Bottomley" <James.Bottomley@...senpartnership.com>
Subject: Re: [PATCH] parisc: remove ARCH_DEFCONFIG

On Tue, Dec 14, 2021 at 7:45 PM Helge Deller <deller@....de> wrote:
>
> On 12/13/21 03:40, Masahiro Yamada wrote:
> > Commit 2a86f6612164 ("kbuild: use KBUILD_DEFCONFIG as the fallback for
> > DEFCONFIG_LIST") removed ARCH_DEFCONFIG because it does not make much
> > sense.
> >
> > In the same development cycle, Commit ededa081ed20 ("parisc: Fix
> > defconfig selection") added ARCH_DEFCONFIG for parisc.
> >
> > Please use KBUILD_DEFCONFIG in arch/*/Makefile for defconfig selection.
> >
> > Signed-off-by: Masahiro Yamada <masahiroy@...nel.org>
>
> Acked-by: Helge Deller <deller@....de>

Can you apply it to your tree?
Thanks.


> Thanks!
> Helge
>
> > ---
> >
> >  arch/parisc/Kconfig | 5 -----
> >  1 file changed, 5 deletions(-)
> >
> > diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig
> > index b2188da09c73..011dc32fdb4d 100644
> > --- a/arch/parisc/Kconfig
> > +++ b/arch/parisc/Kconfig
> > @@ -85,11 +85,6 @@ config MMU
> >  config STACK_GROWSUP
> >       def_bool y
> >
> > -config ARCH_DEFCONFIG
> > -     string
> > -     default "arch/parisc/configs/generic-32bit_defconfig" if !64BIT
> > -     default "arch/parisc/configs/generic-64bit_defconfig" if 64BIT
> > -
> >  config GENERIC_LOCKBREAK
> >       bool
> >       default y
> >
>


-- 
Best Regards
Masahiro Yamada

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ