messages from 2026-06-22 20:57:39 to 2026-07-02 12:11:43 UTC [more...]
[PATCH v3 0/5] Fix quota evasion on xfs and add capable_noaudit
2026-07-02 12:11 UTC (11+ messages)
` [PATCH v3 1/5] xfs: fix capability check in xfs
` [PATCH v3 2/5] capability: Add new capable_noaudit
` [PATCH v3 3/5] quota: Don't issue audit messages on quota enforcing
` [PATCH v3 4/5] xfs: replace ns_capable_noaudit
` [PATCH v3 5/5] capability: unexport has_capability_noaudit
[RFC PATCH 00/20] BPF interface for applying Landlock rulesets
2026-07-02 9:53 UTC (19+ messages)
` [RFC PATCH 06/20] bpf: lsm: Add Landlock kfuncs
[PATCH v2] selftests/landlock: fix spelling error in fs_test comment
2026-07-02 9:05 UTC (2+ messages)
[RFC PATCH 0/4] Introduce capable_noaudit
2026-07-02 8:35 UTC (20+ messages)
` [RFC PATCH 1/4] capabily: Add new capable_noaudit
` [RFC PATCH 2/4] quota: Don't issue audit messages on quota enforcing
` [RFC PATCH 3/4] xfs: replace ns_capable_noaudit()
` [RFC PATCH 4/4] capability: unexport has_capability_noaudit
[PATCH v4 bpf-next 0/3] bpf: add bpf_init_inode_xattr kfunc for atomic inode labeling
2026-07-01 23:21 UTC (11+ messages)
` [PATCH v4 bpf-next 1/3] security: pass inode_init_security xattrs via struct lsm_xattrs
` [PATCH v4 bpf-next 2/3] bpf: add bpf_init_inode_xattr kfunc for atomic inode labeling
` [PATCH v4 bpf-next 3/3] selftests/bpf: add tests for bpf_init_inode_xattr kfunc
Landlock: LANDLOCK_ACCESS_NET_CONNECT_TCP bypass via TCP Fast Open
2026-07-01 21:46 UTC (9+ messages)
` [RFC PATCH 1/2] landlock: fix TCP Fast Open connection bypass
` [PATCH v2 "
` [PATCH v2 2/2] selftests/landlock: Add test for TCP fast open
` [RFC PATCH "
[PATCH 0/6] selftests: fix multiple spelling errors across submodules
2026-07-01 14:18 UTC (3+ messages)
` [PATCH 5/6] selftests/landlock: fix spelling error in fs_test comment
linux-next: apparmor: ld.lld: error: undefined symbol: decompress_zstd
2026-07-01 11:46 UTC
[PATCH v3 stable/linux-6.12.y 0/3] Backport Fix incorrect overlayfs mmap() and mprotect() LSM access controls
2026-06-30 22:23 UTC (5+ messages)
` [PATCH v3 stable/linux-6.12.y 1/3] fs: constify file ptr in backing_file accessor helpers
` [PATCH v3 stable/linux-6.12.y 2/3] lsm: add backing_file LSM hooks
` [PATCH v3 stable/linux-6.12.y 3/3] selinux: fix overlayfs mmap() and mprotect() access checks
[PATCH] lsm: cleanup repeated lsm_blob_size_update() calls in lsm_prepare()
2026-06-30 16:26 UTC (2+ messages)
[PATCH stable/linux-5.10.y 0/7] Backport Fix incorrect overlayfs mmap() and mprotect() LSM access controls
2026-06-30 11:01 UTC (11+ messages)
` [PATCH stable/linux-5.10.y 1/7] ovl: pass layer mnt to ovl_open_realfile()
` [PATCH stable/linux-5.10.y 2/7] fs: move kmem_cache_zalloc() into alloc_empty_file*() helpers
` [PATCH stable/linux-5.10.y 3/7] fs: use backing_file container for internal files with "fake" f_path
` [PATCH stable/linux-5.10.y 4/7] lsm: constify the 'file' parameter in security_binder_transfer_file()
` [PATCH stable/linux-5.10.y 5/7] fs: prepare for adding LSM blob to backing_file
` [PATCH stable/linux-5.10.y 6/7] lsm: add backing_file LSM hooks
` [PATCH stable/linux-5.10.y 7/7] selinux: fix overlayfs mmap() and mprotect() access checks
[PATCH v6] rust: aref: make `AlwaysRefCounted::inc_ref` an associated function
2026-06-29 14:37 UTC (2+ messages)
[PATCH v7] rust: aref: make `AlwaysRefCounted::inc_ref` an associated function
2026-06-29 4:39 UTC (2+ messages)
[PATCH v5] rust: aref: make `AlwaysRefCounted::inc_ref` an associated function
2026-06-28 9:28 UTC
[PATCH v2 stable/linux-6.6.y 0/3] Backport Fix incorrect overlayfs mmap() and mprotect() LSM access controls
2026-06-28 3:33 UTC (5+ messages)
` [PATCH v2 stable/linux-6.6.y 1/3] fs: prepare for adding LSM blob to backing_file
` [PATCH v2 stable/linux-6.6.y 2/3] lsm: add backing_file LSM hooks
` [PATCH v2 stable/linux-6.6.y 3/3] selinux: fix overlayfs mmap() and mprotect() access checks
[PATCH v2 stable/linux-6.12.y 0/2] Backport Fix incorrect overlayfs mmap() and mprotect() LSM access controls
2026-06-27 16:35 UTC (4+ messages)
` [PATCH v2 stable/linux-6.12.y 1/2] lsm: add backing_file LSM hooks
` [PATCH v2 stable/linux-6.12.y 2/2] selinux: fix overlayfs mmap() and mprotect() access checks
[syzbot] [tomoyo?] KMSAN: uninit-value in tomoyo_path_chown (3)
2026-06-27 5:44 UTC (3+ messages)
[PATCH] tomoyo: Enforce connect policy in TCP Fast Open
2026-06-27 5:28 UTC (2+ messages)
[PATCH bpf-next v2 0/5] Verify BPF signed loader at load time
2026-06-27 1:32 UTC (18+ messages)
` [PATCH bpf-next v2 1/5] bpf: Verify signed loader metadata "
` [PATCH bpf-next v2 2/5] libbpf: Drop in-loader metadata check for load-time verification
` [PATCH bpf-next v2 3/5] bpftool: Cover loader metadata with the program signature
` [PATCH bpf-next v2 4/5] selftests/bpf: Verify load-time signed loader metadata
` [PATCH bpf-next v2 5/5] Documentation/bpf: Add BPF signing and enforcement doc
[PATCH v2 stable/linux-6.18.y 0/2] Backport Fix incorrect overlayfs mmap() and mprotect() LSM access controls
2026-06-26 17:54 UTC (4+ messages)
` [PATCH v2 stable/linux-6.18.y 1/2] lsm: add backing_file LSM hooks
` [PATCH v2 stable/linux-6.18.y 2/2] selinux: fix overlayfs mmap() and mprotect() access checks
[PATCH v19 0/8] rust: add `Ownable` trait and `Owned` type
2026-06-26 11:54 UTC (9+ messages)
` [PATCH v19 1/8] rust: alloc: add `KBox::into_non_null`
` [PATCH v19 2/8] rust: types: Add Ownable/Owned types
` [PATCH v19 3/8] rust: implement `ForeignOwnable` for `Owned`
` [PATCH v19 4/8] rust: page: convert to `Ownable`
` [PATCH v19 5/8] rust: rename `AlwaysRefCounted` to `RefCounted`
` [PATCH v19 6/8] rust: Add missing SAFETY documentation for `ARef` example
` [PATCH v19 7/8] rust: Add `OwnableRefCounted`
` [PATCH v19 8/8] rust: page: add `from_raw()`
[PATCH v2 stable/linux-6.18.y 0/2] Backport Fix incorrect overlayfs mmap() and mprotect() LSM access controls
2026-06-26 7:07 UTC (4+ messages)
` [PATCH v2 stable/linux-6.18.y 1/2] lsm: add backing_file LSM hooks
` [PATCH v2 stable/linux-6.18.y 2/2] selinux: fix overlayfs mmap() and mprotect() access checks
[PATCH] selftests/landlock: Fix snprintf truncation checks in test files
2026-06-26 7:00 UTC
[PATCH -next 0/2] Fix call security_backing_file_free second time
2026-06-26 1:17 UTC (3+ messages)
` [PATCH -next 1/2] security: Some cleanup code
` [PATCH -next 2/2] security: Fix call security_backing_file_free second time
[PATCH bpf-next v3 0/2] bpf: add bpf_init_inode_xattr kfunc for atomic inode labeling
2026-06-25 20:47 UTC (14+ messages)
` [PATCH bpf-next v3 1/2] "
` [PATCH "
[PATCH v18 0/8] rust: add `Ownable` trait and `Owned` type
2026-06-25 19:47 UTC (12+ messages)
` [PATCH v18 1/8] rust: alloc: add `KBox::into_non_null`
` [PATCH v18 2/8] rust: types: Add Ownable/Owned types
` [PATCH v18 3/8] rust: implement `ForeignOwnable` for `Owned`
` [PATCH v18 4/8] rust: page: convert to `Ownable`
` [PATCH v18 5/8] rust: rename `AlwaysRefCounted` to `RefCounted`
` [PATCH v18 6/8] rust: Add missing SAFETY documentation for `ARef` example
` [PATCH v18 7/8] rust: Add `OwnableRefCounted`
` [PATCH v18 8/8] rust: page: add `from_raw()`
[PATCH] LSM: check if lsmprop_to_secctx call is supported by LSM
2026-06-25 15:24 UTC (5+ messages)
[PATCH] Documentation: landlock: Document fs.resolve_unix audit blocker
2026-06-25 12:31 UTC (2+ messages)
[PATCH] landlock: Documentation wording cleanups
2026-06-25 12:29 UTC (2+ messages)
[stable/linux-6.12.y 0/2] Backport Fix incorrect overlayfs mmap() and mprotect() LSM access controls
2026-06-25 11:31 UTC (2+ messages)
[stable/linux-6.18.y 0/2] Backport Fix incorrect overlayfs mmap() and mprotect() LSM access controls
2026-06-25 11:06 UTC (5+ messages)
` [stable/linux-6.18.y 1/2] lsm: add backing_file LSM hooks
` [stable/linux-6.18.y 2/2] selinux: fix overlayfs mmap() and mprotect() access checks
[PATCH] selinux: check connect-related permissions on TCP Fast Open
2026-06-25 1:50 UTC
[GIT PULL] AppArmor updates for 7.2-rc1
2026-06-24 22:17 UTC (2+ messages)
[PATCH v17 00/10] rust: add `Ownable` trait and `Owned` type
2026-06-24 19:17 UTC (20+ messages)
` [PATCH v17 02/10] rust: types: Add Ownable/Owned types
` [PATCH v17 03/10] rust: implement `ForeignOwnable` for `Owned`
` [PATCH v17 05/10] rust: page: convert to `Ownable`
` [PATCH v17 06/10] rust: rename `AlwaysRefCounted` to `RefCounted`
` [PATCH v17 08/10] rust: aref: update formatting of use statements
` [PATCH v17 10/10] rust: page: add `from_raw()`
[PATCH] landlock: shrink tsync works[] on partial allocation failure
2026-06-24 12:47 UTC (3+ messages)
[PATCH] apparmor: mv get_loaddata_common_ref() into CONFIG_SECURITY_APPARMOR_EXPORT_BINARY block
2026-06-23 7:28 UTC (2+ messages)
[PATCH] tests: add a regression test for the TCP Fast Open connect-mediation bypass
2026-06-23 7:20 UTC (2+ messages)
[PATCH] apparmor: mediate the implicit connect of TCP fast open sendmsg
2026-06-23 7:15 UTC (2+ messages)
AppArmor: TCP Fast Open bypasses connect mediation (last unaddressed LSM)
2026-06-23 7:13 UTC (2+ messages)
[PATCH 1/2] bpf: lsm: disable xfrm_decode_session hook attachment
2026-06-23 3:11 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox