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-next>] [day] [month] [year] [list]
Message-ID:
 <VI1PR02MB395284606387C101413494EB9C1AA@VI1PR02MB3952.eurprd02.prod.outlook.com>
Date: Tue, 30 Sep 2025 08:08:27 +0000
From: David Binderman <dcb314@...mail.com>
To: "kees@...nel.org" <kees@...nel.org>, "linux-hardening@...r.kernel.org"
	<linux-hardening@...r.kernel.org>, LKML <linux-kernel@...r.kernel.org>
Subject: Linux-6.17 meets gcc trunk

Hello there,

I just tried to compile linux-6.17 with gcc trunk. It said:

  HDRINST usr/include/asm/types.h
In file included from scripts/gcc-plugins/latent_entropy_plugin.c:78:
scripts/gcc-plugins/gcc-common.h:176:25: error: ‘TODO_verify_il’ was not declared in this scope; did you mean ‘TODO_verify_flow’?
  176 | #define TODO_verify_ssa TODO_verify_il
      |                         ^~~~~~~~~~~~~~
scripts/gcc-plugins/latent_entropy_plugin.c:567:27: note: in expansion of macro ‘TODO_verify_ssa’
  567 | #define TODO_FLAGS_FINISH TODO_verify_ssa | TODO_verify_stmts | TODO_dump_func \
      |                           ^~~~~~~~~~~~~~~
scripts/gcc-plugins/gcc-generate-gimple-pass.h:86:43: note: in expansion of macro ‘TODO_FLAGS_FINISH’
   86 |                 .todo_flags_finish      = TODO_FLAGS_FINISH,


gcc trunk is at https://gcc.gnu.org/git.html. This error has been occurring
for a few weeks now, so I don't think it is transitory.

The kernel configure script is:

$ make distclean allyesconfig

Regards

David Binderman

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ