public inbox for llvm@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH v2 0/3] fortify: fix various issues in test_fortify Makefile
@ 2024-07-27 15:02 Masahiro Yamada
  2024-07-27 15:02 ` [PATCH v2 3/3] fortify: use if_changed_dep to record header dependency in *.cmd files Masahiro Yamada
  2024-08-06  4:25 ` [PATCH v2 0/3] fortify: fix various issues in test_fortify Makefile Kees Cook
  0 siblings, 2 replies; 3+ messages in thread
From: Masahiro Yamada @ 2024-07-27 15:02 UTC (permalink / raw)
  To: Kees Cook
  Cc: linux-kernel, Masahiro Yamada, Andrew Morton, Bill Wendling,
	Justin Stitt, Nathan Chancellor, Nick Desaulniers,
	linux-hardening, llvm


This version fixes new warnings for GCC <= 7, which were reported
by 0 day bot.

I changed the patch order, as 3/3 is the most controvertial.
I am confident with 1/3 and 2/3.
3/3 drops the test coverage for GCC <= 7.



Masahiro Yamada (3):
  fortify: refactor test_fortify Makefile to fix some build problems
  fortify: move test_fortify.sh to lib/test_fortify/
  fortify: use if_changed_dep to record header dependency in *.cmd files

 MAINTAINERS                                   |  1 -
 lib/.gitignore                                |  2 -
 lib/Makefile                                  | 38 +------------------
 lib/test_fortify/.gitignore                   |  2 +
 lib/test_fortify/Makefile                     | 28 ++++++++++++++
 {scripts => lib/test_fortify}/test_fortify.sh |  0
 6 files changed, 31 insertions(+), 40 deletions(-)
 create mode 100644 lib/test_fortify/.gitignore
 create mode 100644 lib/test_fortify/Makefile
 rename {scripts => lib/test_fortify}/test_fortify.sh (100%)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-08-06  4:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-27 15:02 [PATCH v2 0/3] fortify: fix various issues in test_fortify Makefile Masahiro Yamada
2024-07-27 15:02 ` [PATCH v2 3/3] fortify: use if_changed_dep to record header dependency in *.cmd files Masahiro Yamada
2024-08-06  4:25 ` [PATCH v2 0/3] fortify: fix various issues in test_fortify Makefile Kees Cook

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox