mbox series

[GIT,PULL] Landlock fix for v6.0 #2

Message ID 20220923104322.3182116-1-mic@digikod.net
State New
Headers show
Series [GIT,PULL] Landlock fix for v6.0 #2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mic/linux.git tags/landlock-6.0-rc7

Message

Mickaël Salaün Sept. 23, 2022, 10:43 a.m. UTC
Hi Linus,

This change fixes out-of-tree builds for Landlock tests, which was
initially identified here:
https://lore.kernel.org/r/CADYN=9JM1nnjC9LypHqrz7JJjbZLpm8rArDUy4zgYYrajErBnA@mail.gmail.com

Please pull this Landlock fix for v6.0-rc7 .  This change merged
cleanly with your tree, and have been successfully tested in the latest
linux-next releases for a week.

Regards,
 Mickaël

--
The following changes since commit 80e78fcce86de0288793a0ef0f6acf37656ee4cf:

  Linux 6.0-rc5 (2022-09-11 16:22:01 -0400)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mic/linux.git tags/landlock-6.0-rc7

for you to fetch changes up to a52540522c9541bfa3e499d2edba7bc0ca73a4ca:

  selftests/landlock: Fix out-of-tree builds (2022-09-14 16:37:38 +0200)

----------------------------------------------------------------
Landlock fix for v6.0-rc7

----------------------------------------------------------------
Mickaël Salaün (1):
      selftests/landlock: Fix out-of-tree builds

 tools/testing/selftests/landlock/Makefile | 19 ++++++++++---------
 tools/testing/selftests/lib.mk            |  4 ++++
 2 files changed, 14 insertions(+), 9 deletions(-)

Comments

Shuah Khan Sept. 23, 2022, 2:42 p.m. UTC | #1
On 9/23/22 04:43, Mickaël Salaün wrote:
> Hi Linus,
> 
> This change fixes out-of-tree builds for Landlock tests, which was
> initially identified here:
> https://lore.kernel.org/r/CADYN=9JM1nnjC9LypHqrz7JJjbZLpm8rArDUy4zgYYrajErBnA@mail.gmail.com
> 
> Please pull this Landlock fix for v6.0-rc7 .  This change merged
> cleanly with your tree, and have been successfully tested in the latest
> linux-next releases for a week.
> 
> Regards,
>   Mickaël
> 

Thank you for taking care of this Mickaël.

thanks,
-- Shuah