mbox series

[GIT,PULL] Landlock fix for v6.12-rc7

Message ID 20241109194158.422529-1-mic@digikod.net (mailing list archive)
State New
Headers show
Series [GIT,PULL] Landlock fix for v6.12-rc7 | expand

Pull-request

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

Message

Mickaël Salaün Nov. 9, 2024, 7:41 p.m. UTC
Hi Linus,

This PR fixes issues in the Landlock's sandboxer sample and documentation,
slightly refactors helpers (required for ongoing patch series), and improve/fix
a feature merged in v6.12 (signal and abstract UNIX socket scoping).

Please pull these changes for v6.12-rc7 (or rc8, if any).  These commits merge
cleanly with your master branch.  The kernel code has been tested in the latest
linux-next releases for a few weeks, but I updated the last three patches with
cosmetic changes according to reviews.

Test coverage for security/landlock is 92.5% of 1129 lines according to
gcc/gcov-14, and it was 92.8% of 1134 lines before this PR.

Regards,
 Mickaël

--
The following changes since commit 03197e40a22c2641a1f9d1744418cd29f4954b83:

  landlock: Optimize scope enforcement (2024-11-09 19:52:13 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 03197e40a22c2641a1f9d1744418cd29f4954b83:

  landlock: Optimize scope enforcement (2024-11-09 19:52:13 +0100)

----------------------------------------------------------------
Landlock fix for v6.12-rc7

----------------------------------------------------------------

Comments

Linus Torvalds Nov. 9, 2024, 9:59 p.m. UTC | #1
On Sat, 9 Nov 2024 at 11:42, Mickaël Salaün <mic@digikod.net> wrote:
>
> This PR fixes issues in the Landlock's sandboxer [...]

There were neither diffstats nor a shortlog in the pull request, so
honestly, it's not a pull request at all as far as I'm concerned.

       Linus
Mickaël Salaün Nov. 10, 2024, 6:56 p.m. UTC | #2
On Sat, Nov 09, 2024 at 01:59:39PM -0800, Linus Torvalds wrote:
> On Sat, 9 Nov 2024 at 11:42, Mickaël Salaün <mic@digikod.net> wrote:
> >
> > This PR fixes issues in the Landlock's sandboxer [...]
> 
> There were neither diffstats nor a shortlog in the pull request, so
> honestly, it's not a pull request at all as far as I'm concerned.

Indeed, my git request-pull command was buggy.  Sorry for the trouble,
I'll send a fixed one.
pr-tracker-bot@kernel.org Nov. 12, 2024, 9:38 p.m. UTC | #3
The pull request you sent on Sat,  9 Nov 2024 20:41:58 +0100:

> https://git.kernel.org/pub/scm/linux/kernel/git/mic/linux.git tags/landlock-6.12-rc7

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/92dda329e337b7ab9cb63f4563dd7a21d001e47c

Thank you!