messages from 2025-08-06 17:45:28 to 2025-08-20 10:50:34 UTC [more...]
[PATCH v5 0/3] man/man2/mremap.2: describe multiple mapping move, shrink
2025-08-20 10:50 UTC (9+ messages)
` [PATCH v5 1/3] man/man2/mremap.2: explicitly document the simple move operation
` [PATCH v5 2/3] man/man2/mremap.2: describe multiple mapping move
` [PATCH v5 3/3] man/man2/mremap.2: describe previously undocumented shrink behaviour
[PATCH v3 00/12] man2: document "new" mount API
2025-08-20 10:38 UTC (31+ messages)
` [PATCH v3 01/12] man/man2/statx.2: correctly document AT_NO_AUTOMOUNT
` [PATCH v3 02/12] man/man2/mount_setattr.2: fix stray quote in SYNOPSIS
` [PATCH v3 03/12] man/man2/mount_setattr.2: move mount_attr struct to mount_attr(2type)
` [PATCH v3 04/12] man/man2/fsopen.2: document "new" mount API
` [PATCH v3 05/12] man/man2/fspick.2: "
` [PATCH v3 06/12] man/man2/fsconfig.2: "
` [PATCH v3 07/12] man/man2/fsmount.2: "
` [PATCH v3 08/12] man/man2/move_mount.2: "
` [PATCH v3 09/12] man/man2/open_tree.2: "
` [PATCH v3 10/12] man/man2/mount_setattr.2: mirror opening sentence from fsopen(2)
` [PATCH v3 11/12] man/man2/open_tree{,_attr}.2: document new open_tree_attr() API
` [PATCH v3 12/12] man/man2/{fsconfig,mount_setattr}.2: add note about attribute-parameter distinction
[PATCH v19 0/8] fork: Support shadow stacks in clone3()
2025-08-19 16:21 UTC (9+ messages)
` [PATCH v19 1/8] arm64/gcs: Return a success value from gcs_alloc_thread_stack()
` [PATCH v19 2/8] Documentation: userspace-api: Add shadow stack API documentation
` [PATCH v19 3/8] selftests: Provide helper header for shadow stack testing
` [PATCH v19 4/8] fork: Add shadow stack support to clone3()
` [PATCH v19 5/8] selftests/clone3: Remove redundant flushes of output streams
` [PATCH v19 6/8] selftests/clone3: Factor more of main loop into test_clone3()
` [PATCH v19 7/8] selftests/clone3: Allow tests to flag if -E2BIG is a valid error code
` [PATCH v19 8/8] selftests/clone3: Test shadow stack support
[PATCH v3 00/30] Live Update Orchestrator
2025-08-18 13:55 UTC (74+ messages)
` [PATCH v3 01/30] kho: init new_physxa->phys_bits to fix lockdep
` [PATCH v3 02/30] kho: mm: Don't allow deferred struct page with KHO
` [PATCH v3 03/30] kho: warn if KHO is disabled due to an error
` [PATCH v3 04/30] kho: allow to drive kho from within kernel
` [PATCH v3 05/30] kho: make debugfs interface optional
` [PATCH v3 06/30] kho: drop notifiers
` [PATCH v3 07/30] kho: add interfaces to unpreserve folios and physical memory ranges
` [PATCH v3 08/30] kho: don't unpreserve memory during abort
` [PATCH v3 09/30] liveupdate: kho: move to kernel/liveupdate
` [PATCH v3 10/30] liveupdate: luo_core: luo_ioctl: Live Update Orchestrator
` [PATCH v3 11/30] liveupdate: luo_core: integrate with KHO
` [PATCH v3 12/30] liveupdate: luo_subsystems: add subsystem registration
` [PATCH v3 13/30] liveupdate: luo_subsystems: implement subsystem callbacks
` [PATCH v3 14/30] liveupdate: luo_files: add infrastructure for FDs
` [PATCH v3 15/30] liveupdate: luo_files: implement file systems callbacks
` [PATCH v3 16/30] liveupdate: luo_ioctl: add userpsace interface
` [PATCH v3 17/30] liveupdate: luo_files: luo_ioctl: Unregister all FDs on device close
` [PATCH v3 18/30] liveupdate: luo_files: luo_ioctl: Add ioctls for per-file state management
` [PATCH v3 19/30] liveupdate: luo_sysfs: add sysfs state monitoring
` [PATCH v3 20/30] reboot: call liveupdate_reboot() before kexec
` [PATCH v3 21/30] kho: move kho debugfs directory to liveupdate
` [PATCH v3 22/30] liveupdate: add selftests for subsystems un/registration
` [PATCH v3 23/30] selftests/liveupdate: add subsystem/state tests
` [PATCH v3 24/30] docs: add luo documentation
` [PATCH v3 25/30] MAINTAINERS: add liveupdate entry
` [PATCH v3 26/30] mm: shmem: use SHMEM_F_* flags instead of VM_* flags
` [PATCH v3 27/30] mm: shmem: allow freezing inode mapping
` [PATCH v3 28/30] mm: shmem: export some functions to internal.h
` [PATCH v3 29/30] luo: allow preserving memfd
` [PATCH v3 30/30] docs: add documentation for memfd preservation via LUO
[PATCH util-linux v2] fallocate: add FALLOC_FL_WRITE_ZEROES support
2025-08-18 2:17 UTC (5+ messages)
[PATCH] LoongArch: Increase COMMAND_LINE_SIZE to 4096
2025-08-17 7:57 UTC
[PATCH v18 0/8] fork: Support shadow stacks in clone3()
2025-08-15 22:39 UTC (2+ messages)
[PATCH xfsprogs v2] xfs_io: add FALLOC_FL_WRITE_ZEROES support
2025-08-15 14:42 UTC (4+ messages)
[PATCH v2] fs: Add 'rootfsflags' to set rootfs mount options
2025-08-15 12:14 UTC
[PATCH RESEND] fs: Add 'rootfsflags' to set rootfs mount options
2025-08-15 12:12 UTC (3+ messages)
[PATCH] fs: Add 'rootfsflags' to set rootfs mount options
2025-08-14 10:25 UTC (2+ messages)
do_change_type(): refuse to operate on unmounted/not ours mounts
2025-08-14 7:07 UTC (12+ messages)
` [PATCH][RFC][CFT] use uniform permission checks for all mount propagation changes
` [RFC][CFT] selftest for permission checks in "
[PATCH v4 0/2] man/man2/mremap.2: describe multiple mapping move, shrink
2025-08-11 9:37 UTC (12+ messages)
` [PATCH v4 1/2] man/man2/mremap.2: describe multiple mapping move
` [PATCH v4 2/2] man/man2/mremap.2: describe previously undocumented shrink behaviour
[PATCH v2 00/11] man2: add man pages for 'new' mount API
2025-08-09 10:44 UTC (35+ messages)
` [PATCH v2 01/11] mount_setattr.2: document glibc >= 2.36 syscall wrappers
` [PATCH v2 02/11] mount_setattr.2: move mount_attr struct to mount_attr.2type
` [PATCH v2 03/11] fsopen.2: document 'new' mount api
` [PATCH v2 05/11] fsconfig.2: "
` [PATCH v2 06/11] fsmount.2: "
` [PATCH v2 07/11] move_mount.2: "
` [PATCH v2 08/11] open_tree.2: "
` [PATCH v2 09/11] mount_setattr.2: mirror opening sentence from fsopen(2)
` [PATCH v2 10/11] open_tree_attr.2, open_tree.2: document new open_tree_attr() api
` [PATCH v2 11/11] fsconfig.2, mount_setattr.2: add note about attribute-parameter distinction
[PATCH v4 2/4] procfs: add "pidns" mount option
2025-08-08 15:51 UTC (6+ messages)
[PATCH v4 0/4] procfs: make reference pidns more user-visible
2025-08-08 14:12 UTC (6+ messages)
` [PATCH v4 3/4] procfs: add PROCFS_GET_PID_NAMESPACE ioctl
[PATCH v2 0/2] vfs: output mount_too_revealing() errors to fscontext
2025-08-08 13:27 UTC (2+ messages)
[PATCH v2 2/2] vfs: output mount_too_revealing() errors to fscontext
2025-08-08 1:25 UTC (4+ messages)
[PATCH v2 00/32] Live Update Orchestrator
2025-08-06 22:28 UTC (15+ messages)
` [PATCH v2 10/32] liveupdate: luo_core: "
` [PATCH v2 31/32] libluo: introduce luoctl
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).