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

Masahiro Yamada posted 3 patches 1 year, 5 months ago
There is a newer version of this series
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%)
[PATCH 0/3] fortify: fix various issues in test_fortify Makefile
Posted by Masahiro Yamada 1 year, 5 months ago
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%)

-- 
2.43.0
Re: [PATCH 0/3] fortify: fix various issues in test_fortify Makefile
Posted by Kees Cook 1 year, 5 months ago
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

-- 
Kees Cook
Re: [PATCH 0/3] fortify: fix various issues in test_fortify Makefile
Posted by Masahiro Yamada 1 year, 5 months ago
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