mbox series

[0/3] fortify: fix various issues in test_fortify Makefile

Message ID 20240715144529.101634-1-masahiroy@kernel.org (mailing list archive)
Headers show
Series fortify: fix various issues in test_fortify Makefile | expand

Message

Masahiro Yamada July 15, 2024, 2:45 p.m. UTC
Applicable to v6.10 tag.



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

 MAINTAINERS                                   |  1 -
 lib/.gitignore                                |  2 -
 lib/Makefile                                  | 38 +------------------
 lib/test_fortify/.gitignore                   |  2 +
 lib/test_fortify/Makefile                     | 25 ++++++++++++
 {scripts => lib/test_fortify}/test_fortify.sh |  0
 6 files changed, 28 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%)

Comments

Kees Cook July 15, 2024, 4:07 p.m. UTC | #1
On Mon, Jul 15, 2024 at 11:45:22PM +0900, Masahiro Yamada wrote:
> Applicable to v6.10 tag.
> 
> 
> 
> Masahiro Yamada (3):
>   fortify: use if_changed_dep to record header dependency in *.cmd files
>   fortify: refactor test_fortify Makefile to fix some build problems
>   fortify: move test_fortify.sh to lib/test_fortify/

Thanks for this improvement! I will take this into the hardening tree
after -rc2, unless you would prefer to send this during the merge window
based on your tree? (The fix you sent for the v6.10 release means my
trees based on -rc2 can't apply this series...)

-Kees
Masahiro Yamada July 15, 2024, 4:38 p.m. UTC | #2
On Tue, Jul 16, 2024 at 1:07 AM Kees Cook <kees@kernel.org> wrote:
>
> On Mon, Jul 15, 2024 at 11:45:22PM +0900, Masahiro Yamada wrote:
> > Applicable to v6.10 tag.
> >
> >
> >
> > Masahiro Yamada (3):
> >   fortify: use if_changed_dep to record header dependency in *.cmd files
> >   fortify: refactor test_fortify Makefile to fix some build problems
> >   fortify: move test_fortify.sh to lib/test_fortify/
>
> Thanks for this improvement! I will take this into the hardening tree
> after -rc2, unless you would prefer to send this during the merge window
> based on your tree? (The fix you sent for the v6.10 release means my
> trees based on -rc2 can't apply this series...)



No problem.

This patch set is not urgent.




>
> -Kees

>
> --
> Kees Cook



--
Best Regards
Masahiro Yamada