messages from 2025-06-04 12:00:20 to 2025-06-30 18:05:20 UTC [more...]
[PATCH v6 0/6] fs: introduce file_getattr and file_setattr syscalls
2025-06-30 18:05 UTC (8+ messages)
` [PATCH v6 1/6] fs: split fileattr related helpers into separate file
` [PATCH v6 2/6] lsm: introduce new hooks for setting/getting inode fsxattr
` [PATCH v6 3/6] selinux: implement inode_file_[g|s]etattr hooks
` [PATCH v6 4/6] fs: make vfs_fileattr_[get|set] return -EOPNOSUPP
` [PATCH v6 5/6] fs: prepare for extending file_get/setattr()
` [PATCH v6 6/6] fs: introduce file_getattr and file_setattr syscalls
[RFC 00/19] Kernel API Specification Framework
2025-06-30 14:27 UTC (43+ messages)
` [RFC 01/19] kernel/api: introduce kernel API specification framework
` [RFC 02/19] eventpoll: add API specification for epoll_create1
` [RFC 03/19] eventpoll: add API specification for epoll_create
` [RFC 04/19] eventpoll: add API specification for epoll_ctl
` [RFC 05/19] eventpoll: add API specification for epoll_wait
` [RFC 06/19] eventpoll: add API specification for epoll_pwait
` [RFC 07/19] eventpoll: add API specification for epoll_pwait2
` [RFC 08/19] exec: add API specification for execve
` [RFC 09/19] exec: add API specification for execveat
` [RFC 10/19] mm/mlock: add API specification for mlock
` [RFC 11/19] mm/mlock: add API specification for mlock2
` [RFC 12/19] mm/mlock: add API specification for mlockall
` [RFC 13/19] mm/mlock: add API specification for munlock
` [RFC 14/19] mm/mlock: add API specification for munlockall
` [RFC 15/19] kernel/api: add debugfs interface for kernel API specifications
` [RFC 16/19] kernel/api: add IOCTL specification infrastructure
` [RFC 17/19] fwctl: add detailed IOCTL API specifications
` [RFC 18/19] binder: "
` [RFC 19/19] tools/kapi: Add kernel API specification extraction tool
[PATCH v5 0/7] futex: Create set_robust_list2
2025-06-28 14:27 UTC (17+ messages)
` [PATCH v5 1/7] selftests/futex: Add ASSERT_ macros
` [PATCH v5 2/7] selftests/futex: Create test for robust list
` [PATCH v5 3/7] futex: Use explicit sizes for compat_exit_robust_list
` [PATCH v5 4/7] futex: Create set_robust_list2
` [PATCH v5 5/7] futex: Remove the limit of elements for sys_set_robust_list2 lists
` [PATCH v5 6/7] futex: Wire up set_robust_list2 syscall
` [PATCH v5 7/7] selftests: futex: Expand robust list test for the new interface
[PATCH RFT v17 0/8] fork: Support shadow stacks in clone3()
2025-06-27 21:31 UTC (13+ messages)
` [PATCH RFT v17 1/8] arm64/gcs: Return a success value from gcs_alloc_thread_stack()
` [PATCH RFT v17 2/8] Documentation: userspace-api: Add shadow stack API documentation
` [PATCH RFT v17 3/8] selftests: Provide helper header for shadow stack testing
` [PATCH RFT v17 4/8] fork: Add shadow stack support to clone3()
` [PATCH RFT v17 5/8] selftests/clone3: Remove redundant flushes of output streams
` [PATCH RFT v17 6/8] selftests/clone3: Factor more of main loop into test_clone3()
` [PATCH RFT v17 7/8] selftests/clone3: Allow tests to flag if -E2BIG is a valid error code
` [PATCH RFT v17 8/8] selftests/clone3: Test shadow stack support
[PATCH v3 0/3] lsm: introduce lsm_config_self_policy() and lsm_config_system_policy() syscalls
2025-06-27 6:31 UTC (8+ messages)
` [PATCH v3 1/3] Wire up lsm_config_self_policy and lsm_config_system_policy syscalls
` [PATCH v3 2/3] lsm: introduce security_lsm_config_*_policy hooks
` [PATCH v3 3/3] AppArmor: add support for lsm_config_self_policy and lsm_config_system_policy
[PATCH v1 00/32] Live Update Orchestrator
2025-06-26 13:00 UTC (41+ messages)
` [PATCH v1 01/32] kho: init new_physxa->phys_bits to fix lockdep
` [PATCH v1 02/32] kho: mm: Don't allow deferred struct page with KHO
` [PATCH v1 03/32] kho: warn if KHO is disabled due to an error
` [PATCH v1 04/32] kho: allow to drive kho from within kernel
` [PATCH v1 05/32] kho: make debugfs interface optional
` [PATCH v1 06/32] kho: drop notifiers
` [PATCH v1 07/32] kho: add interfaces to unpreserve folios and physical memory ranges
` [PATCH v1 08/32] kho: don't unpreserve memory during abort
` [PATCH v1 09/32] liveupdate: kho: move to kernel/liveupdate
` [PATCH v1 10/32] liveupdate: luo_core: Live Update Orchestrator
` [PATCH v1 11/32] liveupdate: luo_core: integrate with KHO
` [PATCH v1 12/32] liveupdate: luo_subsystems: add subsystem registration
` [PATCH v1 13/32] liveupdate: luo_subsystems: implement subsystem callbacks
` [PATCH v1 14/32] liveupdate: luo_files: add infrastructure for FDs
` [PATCH v1 15/32] liveupdate: luo_files: implement file systems callbacks
` [PATCH v1 16/32] liveupdate: luo_ioctl: add ioctl interface
` [PATCH v1 17/32] liveupdate: luo_sysfs: add sysfs state monitoring
` [PATCH v1 18/32] reboot: call liveupdate_reboot() before kexec
` [PATCH v1 19/32] liveupdate: luo_files: luo_ioctl: session-based file descriptor tracking
` [PATCH v1 20/32] kho: move kho debugfs directory to liveupdate
` [PATCH v1 21/32] liveupdate: add selftests for subsystems un/registration
` [PATCH v1 22/32] selftests/liveupdate: add subsystem/state tests
` [PATCH v1 23/32] docs: add luo documentation
` [PATCH v1 24/32] MAINTAINERS: add liveupdate entry
` [PATCH v1 25/32] mm: shmem: use SHMEM_F_* flags instead of VM_* flags
` [PATCH v1 26/32] mm: shmem: allow freezing inode mapping
` [PATCH v1 27/32] mm: shmem: export some functions to internal.h
` [PATCH v1 28/32] luo: allow preserving memfd
` [PATCH v1 29/32] docs: add documentation for memfd preservation via LUO
` [RFC v1 30/32] tools: introduce libluo
` [RFC v1 31/32] libluo: introduce luoctl
` [RFC v1 32/32] libluo: add tests
[RFC v2 00/22] Kernel API specification framework
2025-06-24 18:07 UTC (23+ messages)
` [RFC v2 01/22] kernel/api: introduce kernel "
` [RFC v2 02/22] eventpoll: add API specification for epoll_create1
` [RFC v2 03/22] eventpoll: add API specification for epoll_create
` [RFC v2 04/22] eventpoll: add API specification for epoll_ctl
` [RFC v2 05/22] eventpoll: add API specification for epoll_wait
` [RFC v2 06/22] eventpoll: add API specification for epoll_pwait
` [RFC v2 07/22] eventpoll: add API specification for epoll_pwait2
` [RFC v2 08/22] exec: add API specification for execve
` [RFC v2 09/22] exec: add API specification for execveat
` [RFC v2 10/22] mm/mlock: add API specification for mlock
` [RFC v2 11/22] mm/mlock: add API specification for mlock2
` [RFC v2 12/22] mm/mlock: add API specification for mlockall
` [RFC v2 13/22] mm/mlock: add API specification for munlock
` [RFC v2 14/22] mm/mlock: add API specification for munlockall
` [RFC v2 15/22] kernel/api: add debugfs interface for kernel API specifications
` [RFC v2 16/22] kernel/api: add IOCTL specification infrastructure
` [RFC v2 17/22] fwctl: add detailed IOCTL API specifications
` [RFC v2 18/22] binder: "
` [RFC v2 19/22] kernel/api: Add sysfs validation support to kernel API specification framework
` [RFC v2 20/22] block: sysfs API specifications
` [RFC v2 21/22] net/socket: add API specification for socket()
` [RFC v2 22/22] tools/kapi: Add kernel API specification extraction tool
[PATCH v2 0/3] lsm: introduce lsm_config_self_policy() and lsm_config_system_policy() syscalls
2025-06-20 10:54 UTC (9+ messages)
` [PATCH v2 1/3] Wire up lsm_config_self_policy and lsm_config_system_policy syscalls
` [PATCH v2 2/3] lsm: introduce security_lsm_config_*_policy hooks
` [PATCH v2 3/3] AppArmor: add support for lsm_config_self_policy and lsm_config_system_policy
[PATCH RESEND v4 0/7] futex: Create set_robust_list2
2025-06-18 17:03 UTC (12+ messages)
` [PATCH RESEND v4 1/7] selftests/futex: Add ASSERT_ macros
` [PATCH RESEND v4 2/7] selftests/futex: Create test for robust list
` [PATCH RESEND v4 3/7] futex: Use explicit sizes for compat_exit_robust_list
` [PATCH RESEND v4 4/7] futex: Create set_robust_list2
` [PATCH RESEND v4 5/7] futex: Wire up set_robust_list2 syscall
` [PATCH RESEND v4 6/7] futex: Remove the limit of elements for sys_set_robust_list2 lists
` [PATCH RESEND v4 7/7] selftests: futex: Expand robust list test for the new interface
[PATCH 07/10] fs: introduce FALLOC_FL_WRITE_ZEROES to fallocate
2025-06-12 11:37 UTC (2+ messages)
[PATCH] man/man2/memfd_secret.2: Correct the flags
2025-06-12 9:45 UTC
[DISCUSSION] proposed mctl() API
2025-06-10 17:02 UTC (23+ messages)
[PATCH net-next v3 0/6] tcp: support preloading data on a listening socket
2025-06-09 16:26 UTC (8+ messages)
` [PATCH net-next v3 1/6] tcp: support writing to a socket in listening state
` [PATCH net-next v3 2/6] tcp: copy write-data from listen socket to accept child socket
` [PATCH net-next v3 3/6] tcp: fastopen: add write-data to fastopen synack packet
` [PATCH net-next v3 4/6] tcp: transmit any pending data on receipt of 3rd-ack
` [PATCH net-next v3 5/6] tcp: fastopen: retransmit data when only the SYN of a synack-with-data is acked
` [PATCH net-next v3 6/6] tcp: fastopen: extend retransmit-queue trimming to handle linear sk_buff
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).