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: Mon, 22 Apr 2024 10:15:44 +0200
From: Florian Weimer <fweimer@...hat.com>
To: Vignesh Balasubramanian <vigbalas@....com>
Cc: <linux-kernel@...r.kernel.org>,  <linux-toolchains@...r.kernel.org>,
  <mpe@...erman.id.au>,  <npiggin@...il.com>,
  <christophe.leroy@...roup.eu>,  <aneesh.kumar@...nel.org>,
  <naveen.n.rao@...ux.ibm.com>,  <ebiederm@...ssion.com>,
  <keescook@...omium.org>,  <x86@...nel.org>,
  <linuxppc-dev@...ts.ozlabs.org>,  <linux-mm@...ck.org>,
  <bpetkov@....com>,  <jinisusan.george@....com>,  <matz@...e.de>,
  <binutils@...rceware.org>,  <jhb@...eBSD.org>,
  <felix.willgerodt@...el.com>
Subject: Re: [PATCH 1/1] Replace macro "ARCH_HAVE_EXTRA_ELF_NOTES" with kconfig

* Vignesh Balasubramanian:

> diff --git a/include/linux/elf.h b/include/linux/elf.h
> index c9a46c4e183b..5c402788da19 100644
> --- a/include/linux/elf.h
> +++ b/include/linux/elf.h
> @@ -65,7 +65,7 @@ extern Elf64_Dyn _DYNAMIC [];
>  struct file;
>  struct coredump_params;
>  
> -#ifndef ARCH_HAVE_EXTRA_ELF_NOTES
> +#ifndef CONFIG_ARCH_HAVE_EXTRA_ELF_NOTES

You could add

  #pragma GCC poison ARCH_HAVE_EXTRA_ELF_NOTES

to a central header, to let GCC and Clang flag uses that have not been
converted.

Thanks,
Florian


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ