messages from 2024-10-03 12:27:07 to 2024-10-10 14:12:20 UTC [more...]
[PATCH v3 -next 00/15] sysctl: move sysctls from vm_table into its own files
2024-10-10 15:22 UTC (16+ messages)
` [PATCH v3 -next 01/15] mm: vmstat: move sysctls to mm/vmstat.c
` [PATCH v3 -next 02/15] mm: filemap: move sysctl to mm/filemap.c
` [PATCH v3 -next 03/15] mm: swap: move sysctl to mm/swap.c
` [PATCH v3 -next 04/15] mm: vmscan: move vmscan sysctls to mm/vmscan.c
` [PATCH v3 -next 05/15] mm: util: move sysctls to mm/util.c
` [PATCH v3 -next 06/15] mm: mmap: move sysctl to mm/mmap.c
` [PATCH v3 -next 07/15] security: min_addr: move sysctl to security/min_addr.c
` [PATCH v3 -next 08/15] mm: nommu: move sysctl to mm/nommu.c
` [PATCH v3 -next 09/15] fs: fs-writeback: move sysctl to fs/fs-writeback.c
` [PATCH v3 -next 10/15] fs: drop_caches: move sysctl to fs/drop_caches.c
` [PATCH v3 -next 11/15] sunrpc: use vfs_pressure_ratio() helper
` [PATCH v3 -next 12/15] fs: dcache: move the sysctl to fs/dcache.c
` [PATCH v3 -next 13/15] x86: vdso: move the sysctl to arch/x86/entry/vdso/vdso32-setup.c
` [PATCH v3 -next 14/15] sh: vdso: move the sysctl to arch/sh/kernel/vsyscall/vsyscall.c
` [PATCH v3 -next 15/15] sysctl: remove unneeded include
[PATCH v1 0/3] Refactor Landlock access mask management
2024-10-10 9:10 UTC (5+ messages)
` [PATCH v1 1/3] landlock: Refactor filesystem "
[PATCH] netfilter: Record uid and gid in xt_AUDIT
2024-10-10 6:24 UTC (2+ messages)
[syzbot] [apparmor?] [ext4?] INFO: rcu detected stall in sys_getdents64
2024-10-10 3:27 UTC
[PATCH] evm: stop avoidably reading i_writecount in evm_file_release
2024-10-10 3:00 UTC (2+ messages)
[PATCH][next] integrity: Use static_assert() to check struct sizes
2024-10-10 3:00 UTC (2+ messages)
[syzbot] [integrity?] [lsm?] possible deadlock in process_measurement (4)
2024-10-09 19:05 UTC (9+ messages)
[PATCH v4 00/13] LSM: Move away from secids
2024-10-09 17:32 UTC (14+ messages)
` [PATCH v4 01/13] LSM: Add the lsm_prop data structure
` [PATCH v4 02/13] LSM: Use lsm_prop in security_audit_rule_match
` [PATCH v4 03/13] LSM: Add lsmprop_to_secctx hook
` [PATCH v4 04/13] Audit: maintain an lsm_prop in audit_context
` [PATCH v4 05/13] LSM: Use lsm_prop in security_ipc_getsecid
` [PATCH v4 06/13] Audit: Update shutdown LSM data
` [PATCH v4 07/13] LSM: Use lsm_prop in security_current_getsecid
` [PATCH v4 08/13] LSM: Use lsm_prop in security_inode_getsecid
` [PATCH v4 09/13] Audit: use an lsm_prop in audit_names
` [PATCH v4 10/13] LSM: Create new security_cred_getlsmprop LSM hook
` [PATCH v4 11/13] Audit: Change context data from secid to lsm_prop
` [PATCH v4 12/13] Use lsm_prop for audit data
` [PATCH v4 13/13] LSM: Remove lsm_prop scaffolding
[PATCH 1/3] ima: Remove inode lock
2024-10-09 16:43 UTC (12+ messages)
` [PATCH 2/3] ima: Ensure lock is held when setting iint pointer in inode security blob
` [PATCH 3/3] ima: Mark concurrent accesses to the iint pointer in the "
[PATCH] ima: Fix OOB read when violation occurs with ima template
2024-10-09 15:34 UTC (2+ messages)
lsm sb_delete hook, was Re: [PATCH 4/7] vfs: Convert sb->s_inodes iteration to super_iter_inodes()
2024-10-09 14:18 UTC (34+ messages)
[GIT PULL] tomoyo update for v6.12
2024-10-08 18:25 UTC (28+ messages)
[PATCH v2] security/keys: fix slab-out-of-bounds in key_task_permission
2024-10-08 12:46 UTC
[PATCH] security/keys: fix slab-out-of-bounds in key_task_permission
2024-10-08 2:41 UTC (4+ messages)
[PATCH v5 0/5] Lazy flush for the auth session
2024-10-07 23:49 UTC (11+ messages)
` [PATCH v5 1/5] tpm: Return on tpm2_create_null_primary() failure
` [PATCH v5 2/5] tpm: Implement tpm2_load_null() rollback
[PATCH v9 0/7] Improve the copy of task comm
2024-10-07 14:49 UTC (8+ messages)
` [PATCH v9 1/7] Get rid of __get_task_comm()
` [PATCH v9 2/7] auditsc: Replace memcpy() with strscpy()
` [PATCH v9 3/7] security: Replace memcpy() with get_task_comm()
` [PATCH v9 4/7] bpftool: Ensure task comm is always NUL-terminated
` [PATCH v9 5/7] mm/util: Fix possible race condition in kstrdup()
` [PATCH v9 6/7] mm/util: Deduplicate code in {kstrdup,kstrndup,kmemdup_nul}
` [PATCH v9 7/7] drm: Replace strcpy() with strscpy()
[RFC PATCH v1 0/2] Fix non-TCP sockets restriction
2024-10-07 13:35 UTC (18+ messages)
` [RFC PATCH v1 1/2] landlock: "
` [RFC PATCH v1 2/2] selftests/landlock: Test non-TCP INET connection-based protocols
[PATCH v5] rust: add PidNamespace
2024-10-07 11:59 UTC (4+ messages)
TOMOYO's pull request for v6.12
2024-10-07 11:00 UTC (32+ messages)
[RFC PATCH v2 0/9] Support TCP listen access-control
2024-10-05 18:32 UTC (12+ messages)
` [RFC PATCH v2 2/9] landlock: "
` [RFC PATCH v2 8/9] selftests/landlock: Test changing socket backlog with listen(2)
` [RFC PATCH v2 9/9] samples/landlock: Support LANDLOCK_ACCESS_NET_LISTEN
[GIT PULL] lsm/lsm-pr-20241004
2024-10-05 18:07 UTC (2+ messages)
[PATCH] pidfd: add ioctl to retrieve pid info
2024-10-05 16:05 UTC (3+ messages)
[PATCH v2 00/19] Migrate to sig_alg and templatize ecdsa
2024-10-05 5:27 UTC (2+ messages)
[PATCH v1] landlock: Improve documentation of previous limitations
2024-10-04 18:05 UTC (2+ messages)
[PATCH] tomoyo: revert CONFIG_SECURITY_TOMOYO_LKM support
2024-10-04 15:46 UTC (3+ messages)
[RFC PATCH v1 0/7] landlock: Add UDP access control support
2024-10-04 15:04 UTC (3+ messages)
` [RFC PATCH v1 5/7] samples/landlock: Add sandboxer UDP access control
[PATCH v3 00/14] KEYS: Add support for PGP keys and signatures
2024-10-04 10:42 UTC (6+ messages)
[RFC PATCH v3 00/19] Support socket access-control
2024-10-03 17:27 UTC (21+ messages)
` [RFC PATCH v3 14/19] selftests/landlock: Test socketpair(2) restriction
` [RFC PATCH v3 16/19] selftests/landlock: Test that accept(2) is not restricted
` [RFC PATCH v3 17/19] samples/landlock: Replace atoi() with strtoull() in populate_ruleset_net()
` [RFC PATCH v3 18/19] samples/landlock: Support socket protocol restrictions
` [RFC PATCH v3 19/19] landlock: Document socket rule type support
[PATCH v2 1/3] samples/landlock: Fix port parsing in sandboxer
2024-10-03 15:29 UTC (5+ messages)
` [PATCH v2 2/3] samples/landlock: Refactor --help message in function
` [PATCH v2 3/3] samples/landlock: Clarify option parsing behaviour
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;
as well as URLs for NNTP newsgroup(s).