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]
Date:   Thu, 2 Jul 2020 00:46:29 +0900
From:   Masahiro Yamada <masahiroy@...nel.org>
To:     Paul Menzel <pmenzel@...gen.mpg.de>
Cc:     Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] .gitignore: Do not track `defconfig` from `make savedefconfig`

On Tue, Jun 30, 2020 at 11:27 PM Paul Menzel <pmenzel@...gen.mpg.de> wrote:
>
> Signed-off-by: Paul Menzel <pmenzel@...gen.mpg.de>
> ---
>  .gitignore | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/.gitignore b/.gitignore
> index 87b9dd8a163b..5c1a5349852b 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -142,6 +142,7 @@ x509.genkey
>  /allno.config
>  /allrandom.config
>  /allyes.config
> +/defconfig
>
>  # Kdevelop4
>  *.kdev4
> --
> 2.27.0
>


all*.config files are used as Kconfig presets,
but 'defconfig' does not belong to them.



Better to update the comment line above?


For example,

   # Kconfig presets

-->

  # Kconfig presets, savedefconfg output





--
Best Regards
Masahiro Yamada

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ