summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGitolite <devnull@kernel.org>2024-05-02 12:34:53 +0000
committerEZ PI <ezpi@localhost>2024-05-02 12:34:53 +0000
commit82fc60a0e7a68a9362833d3613e864621948e6ea (patch)
tree0bdc8023cfbe1134d891df1f0f1ff90ee1f95c18
parent94692070904a3c590089e9078348449637b7b9b5 (diff)
download1-82fc60a0e7a68a9362833d3613e864621948e6ea.tar.gz
post-receive: pub/scm/linux/kernel/git/mic/linux
-rw-r--r--m26
1 files changed, 15 insertions, 11 deletions
diff --git a/m b/m
index bf9fa343ea5..4747164afe1 100644
--- a/m
+++ b/m
@@ -1,20 +1,24 @@
From: Gitolite <devnull@kernel.org>
-Subject: post-receive: pub/scm/linux/kernel/git/vbabka/slab
-Date: Thu, 02 May 2024 12:22:40 -0000
-Message-Id: <171465256089.27992.16361095833145490061@gitolite.kernel.org>
+Subject: post-receive: pub/scm/linux/kernel/git/mic/linux
+Date: Thu, 02 May 2024 12:34:53 -0000
+Message-Id: <171465329374.3244.10120488228945481710@gitolite.kernel.org>
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
-Content-Transfer-Encoding: 7bit
+Content-Transfer-Encoding: 8bit
---
service: git-receive-pack
-repo: pub/scm/linux/kernel/git/vbabka/slab
-user: vbabka
+repo: pub/scm/linux/kernel/git/mic/linux
+user: mic
changes:
- - ref: refs/heads/slab/for-next
- old: 7ea716a17f1f3ba7356f36cd340b3efaaa3e0653
- new: b70391e3df806839a83d111302f3c1fa073e5dd0
+ - ref: refs/heads/next
+ old: 046892f93be4f1908540eefc12d30b06c8423f45
+ new: d6a07bb3c18cac61fb3479911693efee092c57ad
log: |
- 844776cb65a77ef27bfba2220e285940b714ae4e mm/slub: mark racy access on slab->freelist
- b70391e3df806839a83d111302f3c1fa073e5dd0 Merge branch 'slab/for-6.10/cleanup' into slab/for-next
+ 2d653df5f1e6503f4491b34f4fe107be90c415f7 selftests/landlock: Exhaustive test for the IOCTL allow-list
+ a5b6a9c7476b43a6f56b5e718e633bb5042ab17c samples/landlock: Add support for LANDLOCK_ACCESS_FS_IOCTL_DEV
+ 9233641f993751d22558fbe892ef0076a675bcba landlock: Document IOCTL support
+ 94c15f30e66fa2204955b3d26195b501f19df50b MAINTAINERS: Notify Landlock maintainers about changes to fs/ioctl.c
+ 15f835fec7a012a33b5f04906423f654217ff3bd fs/ioctl: Add a comment to keep the logic in sync with LSM policies
+ d6a07bb3c18cac61fb3479911693efee092c57ad MAINTAINERS: Add Günther Noack as Landlock reviewer