messages from 2026-01-31 10:26:42 to 2026-02-05 19:23:29 UTC [more...]
[PATCH v3 0/3] landlock: documentation improvements
2026-02-05 19:23 UTC (6+ messages)
` [PATCH v3 1/3] landlock: add backwards compatibility for restrict flags
` [PATCH v3 2/3] landlock: add errata documentation section
[PATCH v2 0/6] Landlock: Implement scope control for pathname Unix sockets
2026-02-05 19:15 UTC (26+ messages)
` [PATCH v2 3/6] samples/landlock: Support LANDLOCK_SCOPE_PATHNAME_UNIX_SOCKET
` [PATCH v2 5/6] selftests/landlock: Repurpose scoped_abstract_unix_test.c for pathname sockets too
[PATCH v3 0/3] Landlock multithreaded enforcement
2026-02-05 18:54 UTC (4+ messages)
` [PATCH v3 2/3] landlock: selftests for LANDLOCK_RESTRICT_SELF_TSYNC
[PATCH 0/5] Make Rust Binder build as a module
2026-02-05 13:45 UTC (39+ messages)
` [PATCH 1/5] export file_close_fd and task_work_add
` [PATCH 2/5] security: export binder symbols
` [PATCH 3/5] mm: export zap_page_range_single and list_lru_add/del
` [PATCH 4/5] ipc: export init_ipc_ns and put_ipc_ns
` [PATCH 5/5] rust_binder: mark ANDROID_BINDER_IPC_RUST tristate
[PATCH v14 0/9] rust: add `Ownable` trait and `Owned` type
2026-02-05 13:33 UTC (21+ messages)
` [PATCH v14 1/9] rust: types: Add Ownable/Owned types
` [PATCH v14 2/9] rust: rename `AlwaysRefCounted` to `RefCounted`
` [PATCH v14 3/9] rust: Add missing SAFETY documentation for `ARef` example
` [PATCH v14 4/9] rust: aref: update formatting of use statements
` [PATCH v14 5/9] rust: Add `OwnableRefCounted`
` [PATCH v14 6/9] rust: page: update formatting of `use` statements
` [PATCH v14 7/9] rust: page: convert to `Ownable`
` [PATCH v14 8/9] rust: implement `ForeignOwnable` for `Owned`
` [PATCH v14 9/9] rust: page: add `from_raw()`
[PATCH] man/man7/kernel_lockdown.7: remove Secure Boot untruth
2026-02-05 13:10 UTC (7+ messages)
[PATCH 00/13] Further centralising of directory locking for name ops
2026-02-05 13:04 UTC (32+ messages)
` [PATCH 01/13] fs/proc: Don't lock root inode when creating "self" and "thread-self"
` [PATCH 02/13] VFS: move the start_dirop() kerndoc comment to before start_dirop()
` [PATCH 03/13] libfs: change simple_done_creating() to use end_creating()
` [PATCH 04/13] Apparmor: Use simple_start_creating() / simple_done_creating()
` [PATCH 05/13] selinux: "
` [PATCH 06/13] nfsd: switch purge_old() to use start_removing_noperm()
` [PATCH 07/13] VFS: make lookup_one_qstr_excl() static
` [PATCH 08/13] ovl: Simplify ovl_lookup_real_one()
` [PATCH 09/13] cachefiles: change cachefiles_bury_object to use start_renaming_dentry()
` [PATCH 10/13] ovl: change ovl_create_real() to get a new lock when re-opening created file
` [PATCH 11/13] ovl: use is_subdir() for testing if one thing is a subdir of another
` [PATCH 12/13] ovl: remove ovl_lock_rename_workdir()
` [PATCH 13/13] VFS: unexport lock_rename(), lock_rename_child(), unlock_rename()
[PATCH v3 0/5] landlock: Pathname-based UNIX connect() control
2026-02-05 10:36 UTC (4+ messages)
` [PATCH v3 1/5] lsm: Add hook security_unix_find
[PATCH v3 0/6] Landlock: Implement scope control for pathname Unix sockets
2026-02-05 8:17 UTC (8+ messages)
` [PATCH v3 1/6] landlock: Add LANDLOCK_SCOPE_PATHNAME_UNIX_SOCKET scope bit to uAPI
` [PATCH v3 2/6] landlock: Implement LANDLOCK_SCOPE_PATHNAME_UNIX_SOCKET
` [PATCH v3 3/6] samples/landlock: Support LANDLOCK_SCOPE_PATHNAME_UNIX_SOCKET
` [PATCH v3 4/6] selftests/landlock: Support pathname socket path in set_unix_address
` [PATCH v3 5/6] selftests/landlock: Repurpose scoped_abstract_unix_test.c for pathname sockets too
` [PATCH v3 6/6] selftests/landlock: Add pathname socket variants for more tests
[PATCH] apparmor: replace strcpy with strscpy
2026-02-05 7:52 UTC (2+ messages)
[PATCH] apparmor: add .kunitconfig
2026-02-05 7:41 UTC (2+ messages)
[PATCH v5 0/3] ima: Detect changes to files via kstat changes rather than i_version
2026-02-05 4:26 UTC (8+ messages)
` [PATCH v5 2/3] ima: Make integrity_inode_attrs_changed() call into vfs
` [PATCH v5 3/3] ima: Use kstat.ctime as a fallback change detection for stacked fs
[PATCH net-next v2 0/4] net: uapi: Provide an UAPI definition of 'struct sockaddr'
2026-02-05 1:55 UTC (10+ messages)
[PATCH] apparmor: Remove redundant if check in sk_peer_get_label
2026-02-04 22:07 UTC
[PATCH] AppArmor: Add missing SPDX id line to sig_names.h
2026-02-04 21:58 UTC
[PATCH v4] ima: Fallback to ctime check for FS without kstat.change_cookie
2026-02-04 19:32 UTC (4+ messages)
[PATCH] xfrm: kill xfrm_dev_{state,policy}_flush_secctx_check()
2026-02-04 13:57 UTC (12+ messages)
[PATCH] evm: check return values of crypto_shash functions
2026-02-04 12:50 UTC
[PATCH RESEND] apparmor: Replace deprecated strcpy with memcpy in gen_symlink_name
2026-02-04 8:22 UTC (5+ messages)
[GIT PULL] lsm/lsm-pr-20260203
2026-02-04 4:10 UTC
[GIT PULL] selinux/selinux-pr-20260203
2026-02-04 4:10 UTC
[PATCH v4 00/17] module: Introduce hash-based integrity checking
2026-02-03 12:59 UTC (25+ messages)
` [PATCH v4 08/17] module: Deduplicate signature extraction
` [PATCH v4 12/17] module: Move signature splitting up
` [PATCH v4 13/17] module: Report signature type to users
` [PATCH v4 15/17] module: Introduce hash-based integrity checking
[PATCH v2 1/3] integrity: Make arch_ima_get_secureboot integrity-wide
2026-02-03 4:14 UTC (2+ messages)
` [PATCH v2 2/3] evm: Don't enable fix mode when secure boot is enabled
[GIT PULL] lsm/lsm-pr-20260202
2026-02-02 20:47 UTC (3+ messages)
[PATCH] lsm: preserve /proc/sys/vm/mmap_min_addr when !CONFIG_SECURITY
2026-02-02 16:19 UTC (3+ messages)
[PATCH v13 0/4] New trait OwnableRefCounted for ARef<->Owned conversion
2026-02-02 13:04 UTC (19+ messages)
` [PATCH v13 1/4] rust: types: Add Ownable/Owned types
` [PATCH v13 2/4] rust: `AlwaysRefCounted` is renamed to `RefCounted`
` [PATCH v13 3/4] rust: Add missing SAFETY documentation for `ARef` example
` [PATCH v13 4/4] rust: Add `OwnableRefCounted`
[PATCH v6 0/6] Extend "trusted" keys to support a new trust source named the PowerVM Key Wrapping Module (PKWM)
2026-02-01 22:29 UTC (9+ messages)
` [PATCH v6 1/6] pseries/plpks: fix kernel-doc comment inconsistencies
` [PATCH v6 2/6] powerpc/pseries: move the PLPKS config inside its own sysfs directory
` [PATCH v6 3/6] pseries/plpks: expose PowerVM wrapping features via the sysfs
` [PATCH v6 4/6] pseries/plpks: add HCALLs for PowerVM Key Wrapping Module
` [PATCH v6 5/6] keys/trusted_keys: establish PKWM as a trusted source
` [PATCH v6 6/6] docs: trusted-encryped: add PKWM as a new trust source
[PATCH v9 00/11] Streamline TPM2 HMAC sessions
2026-02-01 22:25 UTC (4+ messages)
` [PATCH v9 01/11] KEYS: trusted: Use get_random-fallback for TPM
[RFC PATCH v3 0/8] landlock: Add UDP access control support
2026-02-01 16:19 UTC (3+ messages)
` [RFC PATCH v3 6/8] selftests/landlock: Add tests for UDP sendmsg
[PATCH v2 0/3] landlock: Refactor layer masks
2026-02-01 12:24 UTC (4+ messages)
` [PATCH v2 3/3] landlock: transpose the layer masks data structure
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