messages from 2025-09-19 02:00:11 to 2025-10-10 11:47:06 UTC [more...]
[PATCH 0/2] Fix to EOPNOTSUPP double conversion in ioctl_setflags()
2025-10-10 11:47 UTC (9+ messages)
` [PATCH 1/2] Revert "fs: make vfs_fileattr_[get|set] return -EOPNOTSUPP"
` [PATCH 2/2] fs: return EOPNOTSUPP from file_setattr/file_getattr syscalls
[PATCH v2 0/3] initrd: remove half of classic initrd support
2025-10-10 9:40 UTC (4+ messages)
` [PATCH v2 1/3] init: remove deprecated "load_ramdisk" and "prompt_ramdisk" command line parameters
` [PATCH v2 2/3] initrd: remove deprecated code path (linuxrc)
` [PATCH v2 3/3] init: remove /proc/sys/kernel/real-root-dev
[PATCH v3 00/30] Live Update Orchestrator
2025-10-10 6:39 UTC (37+ messages)
` [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 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] fs: Propagate FMODE_NOCMTIME flag to user-facing O_NOCMTIME
2025-10-10 5:27 UTC (11+ messages)
[PATCH RESEND 00/62] initrd: remove classic initrd support
2025-10-10 4:57 UTC (9+ messages)
` [PATCH-RFC] init: simplify initrd code (was Re: [PATCH RESEND 00/62] initrd: remove classic initrd support)
[PATCH RESEND 00/62] initrd: remove classic initrd support
2025-10-10 4:09 UTC (18+ messages)
` [PATCH RESEND 02/62] init: remove deprecated "prompt_ramdisk" command line parameter, which does nothing
` [PATCH RESEND 21/62] init: remove all mentions of root=/dev/ram*
` [PATCH RESEND 28/62] init: alpha, arc, arm, arm64, csky, m68k, microblaze, mips, nios2, openrisc, parisc, powerpc, s390, sh, sparc, um, x86, xtensa: rename initrd_{start,end} to virt_external_initramfs_{start,end}
[PATCH v4 00/30] Live Update Orchestrator
2025-10-09 23:50 UTC (66+ messages)
` [PATCH v4 01/30] kho: allow to drive kho from within kernel
` [PATCH v4 02/30] kho: make debugfs interface optional
` [PATCH v4 03/30] kho: drop notifiers
` [PATCH v4 04/30] kho: add interfaces to unpreserve folios and page ranes
` [PATCH v4 05/30] kho: don't unpreserve memory during abort
` [PATCH v4 06/30] liveupdate: kho: move to kernel/liveupdate
` [PATCH v4 07/30] liveupdate: luo_core: luo_ioctl: Live Update Orchestrator
` [PATCH v4 08/30] liveupdate: luo_core: integrate with KHO
` [PATCH v4 09/30] liveupdate: luo_subsystems: add subsystem registration
` [PATCH v4 10/30] liveupdate: luo_subsystems: implement subsystem callbacks
` [PATCH v4 11/30] liveupdate: luo_session: Add sessions support
` [PATCH v4 12/30] liveupdate: luo_ioctl: add user interface
` [PATCH v4 13/30] liveupdate: luo_file: implement file systems callbacks
` [PATCH v4 14/30] liveupdate: luo_session: Add ioctls for file preservation and state management
` [PATCH v4 15/30] reboot: call liveupdate_reboot() before kexec
` [PATCH v4 16/30] kho: move kho debugfs directory to liveupdate
` [PATCH v4 17/30] liveupdate: add selftests for subsystems un/registration
` [PATCH v4 18/30] selftests/liveupdate: add subsystem/state tests
` [PATCH v4 19/30] docs: add luo documentation
` [PATCH v4 20/30] MAINTAINERS: add liveupdate entry
` [PATCH v4 21/30] mm: shmem: use SHMEM_F_* flags instead of VM_* flags
` [PATCH v4 22/30] mm: shmem: allow freezing inode mapping
` [PATCH v4 23/30] mm: shmem: export some functions to internal.h
` [PATCH v4 24/30] luo: allow preserving memfd
` [PATCH v4 25/30] docs: add documentation for memfd preservation via LUO
` [PATCH v4 26/30] selftests/liveupdate: Add multi-kexec session lifecycle test
` [PATCH v4 27/30] selftests/liveupdate: Add multi-file and unreclaimed file test
` [PATCH v4 28/30] selftests/liveupdate: Add multi-session workflow and state interaction test
` [PATCH v4 29/30] selftests/liveupdate: Add test for unreclaimed resource cleanup
` [PATCH v4 30/30] selftests/liveupdate: Add tests for per-session state and cancel cycles
[PATCH v6 0/6] fs: introduce file_getattr and file_setattr syscalls
2025-10-07 11:00 UTC (7+ messages)
` [PATCH v6 4/6] fs: make vfs_fileattr_[get|set] return -EOPNOSUPP
[PATCH 1/7] tools/nolibc: remove __nolibc_enosys() fallback from time64-related functions
2025-10-07 10:03 UTC
[PATCH 00/62] initrd: remove classic initrd support
2025-10-06 6:19 UTC (2+ messages)
[PATCH v5 0/8] man2: document "new" mount API
2025-10-03 4:22 UTC (25+ messages)
` [PATCH v5 1/8] man/man2/fsopen.2: "
` [PATCH v5 2/8] man/man2/fspick.2: "
` [PATCH v5 3/8] man/man2/fsconfig.2: "
` [PATCH v5 4/8] man/man2/fsmount.2: "
` [PATCH v5 5/8] man/man2/move_mount.2: "
` [PATCH v5 6/8] man/man2/open_tree.2: "
` [PATCH v5 7/8] man/man2/open_tree{,_attr}.2: document new open_tree_attr() API
` [PATCH v5 8/8] man/man2/{fsconfig,mount_setattr}.2: add note about attribute-parameter distinction
[PATCH v2 0/3] ext4: Add support for mounted updates to the superblock via an ioctl
2025-09-26 21:47 UTC (2+ messages)
[PATCH v4 00/10] man2: document "new" mount API
2025-09-24 11:11 UTC (41+ messages)
` [PATCH v4 01/10] man/man2/mount_setattr.2: move mount_attr struct to mount_attr(2type)
` [PATCH v4 02/10] man/man2/fsopen.2: document "new" mount API
` [PATCH v4 03/10] man/man2/fspick.2: "
` [PATCH v4 04/10] man/man2/fsconfig.2: "
` [PATCH v4 05/10] man/man2/fsmount.2: "
` [PATCH v4 06/10] man/man2/move_mount.2: "
` [PATCH v4 07/10] man/man2/open_tree.2: "
` [PATCH v4 08/10] man/man2/mount_setattr.2: mirror opening sentence from fsopen(2)
` [PATCH v4 09/10] man/man2/open_tree{,_attr}.2: document new open_tree_attr() API
` [PATCH v4 10/10] man/man2/{fsconfig,mount_setattr}.2: add note about attribute-parameter distinction
Thematic Funds Letter Of Intent
2025-09-23 23:54 UTC
[PATCH v21 0/8] fork: Support shadow stacks in clone3()
2025-09-19 12:10 UTC (7+ messages)
` [PATCH v21 4/8] fork: Add shadow stack support to clone3()
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).