criu.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
[PATCH v2 00/10] man/man2/statmount.2: Document New Features
 2026-02-22 14:46 UTC  (11+ messages)
` [PATCH v2 01/10] man/man2/statmount.2: Document req.mnt_ns_id and STATMOUNT_MNT_NS_ID
` [PATCH v2 02/10] man/man2/statmount.2: Document STATMOUNT_MNT_OPTS
` [PATCH v2 03/10] man/man2/statmount.2: Document STATMOUNT_FS_SUBTYPE
` [PATCH v2 04/10] man/man2/statmount.2: Document STATMOUNT_SB_SOURCE
` [PATCH v2 05/10] man/man2/statmount.2: Document STATMOUNT_OPT_ARRAY
` [PATCH v2 06/10] man/man2/statmount.2: Document STATMOUNT_OPT_SEC_ARRAY
` [PATCH v2 07/10] man/man2/statmount.2: Document STATMOUNT_{UIDMAP,GIDMAP}
` [PATCH v2 08/10] man/man2/statmount.2: Document STATMOUNT_SUPPORTED_MASK
` [PATCH v2 09/10] man/man2/statmount.2: Document req.mnt_ns_fd
` [PATCH v2 10/10] man/man2/statmount.2: Document STATMOUNT_BY_FD

[RFC 00/26] amdgpu plugin render node only discussion
 2026-02-20 12:05 UTC  (27+ messages)
` [RFC 01/26] plugins/amgdpu: Fix one error message
` [RFC 02/26] plugins/amdgpu: Remove unused current_pid global variable
` [RFC 03/26] plugins/amdgpu: Remove unused new_minor from struct vma_metadata
` [RFC 04/26] plugins/amdgpu: Fix drm pages size header
` [RFC 05/26] plugins/amdgpu: Fix logging of failures to open files during restore init
` [RFC 06/26] plugins/amdgpu: Propagate failure to save buffer object content
` [RFC 07/26] plugins/amdgpu: Close the directory when image probing fails
` [RFC 08/26] plugins/amdgpu: Close dma-buf image file if the read fails
` [RFC 09/26] plugins/amdgpu: Check images were opened successfully
` [RFC 10/26] plugins/amdgpu: Flatten amdgpu_restore_init a bit
` [RFC 11/26] plugins/amdgpu: Fix error handling in amdgpu_plugin_drm_restore_file()
` [RFC 12/26] plugins/amdgpu: Add error handling for seek operations
` [RFC 13/26] plugins/amdgpu: Consolidate vm_info collection
` [RFC 14/26] plugins/amdgpu: Remove plugin_log_msg()
` [RFC 15/26] plugins/amdgpu: Add plugin to inventory even if process has no vmas
` [RFC 16/26] plugins/amdgpu: Move drm file dump and restore into helpers
` [RFC 17/26] plugins/amdgpu: Use the load_img helper in drm file restore
` [RFC 18/26] plugins/amdgpu: Convert away from libc buffered file IO
` [RFC 19/26] plugins/amdgpu: Use save_vma_updates for all call sites
` [RFC 20/26] plugins/amdgpu: amdgpu_plugin_drm_restore_file() does not need to use libdrm
` [RFC 21/26] plugins/amdgpu: Enable restore with only the drm node open
` [RFC 22/26] plugins/amdgpu: Handle DRM render node mmaps
` [RFC 23/26] plugins/amdgpu: Consolidate shared memory handling
` [RFC 24/26] plugins/amdgpu: Store VMA data in shared memory
` [RFC 25/26] plugins/amdgpu: Hack to save a fd number which works for vma restore
` [RFC 26/26] plugins/amdgpu: Hack to work around GPU virtual address conflicts

[PATCH 0/4 v4] exec: inherit HWCAPs from the parent process
 2026-02-17 18:01 UTC  (5+ messages)
` [PATCH 1/4] binfmt_elf_fdpic: fix AUXV size calculation for ELF_HWCAP3 and ELF_HWCAP4
` [PATCH 2/4] exec: inherit HWCAPs from the parent process
` [PATCH 3/4] mm: synchronize saved_auxv access with arg_lock
` [PATCH 4/4] selftests/exec: add test for HWCAP inheritance

[PATCH v1 00/10] man/man2/statmount.2: Document New Features
 2026-02-13 13:31 UTC  (19+ messages)
` [PATCH v1 01/10] man/man2/statmount.2: Document req.mnt_ns_id and STATMOUNT_MNT_NS_ID
` [PATCH v1 02/10] man/man2/statmount.2: Document STATMOUNT_MNT_OPTS
` [PATCH v1 03/10] man/man2/statmount.2: Document STATMOUNT_FS_SUBTYPE
` [PATCH v1 04/10] man/man2/statmount.2: Document STATMOUNT_SB_SOURCE
` [PATCH v1 05/10] man/man2/statmount.2: Document STATMOUNT_OPT_ARRAY
` [PATCH v1 06/10] man/man2/statmount.2: Document STATMOUNT_OPT_SEC_ARRAY
` [PATCH v1 07/10] man/man2/statmount.2: Document STATMOUNT_{UIDMAP,GIDMAP}
` [PATCH v1 08/10] man/man2/statmount.2: Document STATMOUNT_SUPPORTED_MASK
` [PATCH v1 09/10] man/man2/statmount.2: Document req.mnt_ns_fd
` [PATCH v1 10/10] man/man2/statmount.2: Document STATMOUNT_BY_FD

[PATCH 0/4 v3] exec: inherit HWCAPs from the parent process
 2026-02-12 23:57 UTC  (15+ messages)
` [PATCH 1/4] binfmt_elf_fdpic: fix AUXV size calculation for ELF_HWCAP3 and ELF_HWCAP4
` [PATCH 2/4] exec: inherit HWCAPs from the parent process
` [PATCH 3/4] mm: synchronize saved_auxv access with arg_lock
` [PATCH 4/4] selftests/exec: add test for HWCAP inheritance

[RFC PATCH 0/9] man/man2/statmount.2: Document New Features
 2026-01-29 15:23 UTC  (12+ messages)
` [PATCH 1/9] man/man2/statmount.2: Document req.mnt_ns_id and STATMOUNT_MNT_NS_ID
` [PATCH 2/9] man/man2/statmount.2: Document STATMOUNT_MNT_OPTS
` [PATCH 3/9] man/man2/statmount.2: Document STATMOUNT_FS_SUBTYPE
` [PATCH 4/9] man/man2/statmount.2: Document STATMOUNT_SB_SOURCE
` [PATCH 5/9] man/man2/statmount.2: Document STATMOUNT_OPT_ARRAY
` [PATCH 6/9] man/man2/statmount.2: Document STATMOUNT_OPT_SEC_ARRAY
` [PATCH 7/9] man/man2/statmount.2: Document STATMOUNT_{UIDMAP,GIDMAP}
` [PATCH 8/9] man/man2/statmount.2: Document STATMOUNT_SUPPORTED_MASK
` [PATCH 9/9] man/man2/statmount.2: Document STATMOUNT_BY_FD

[PATCH 0/3 v2] exec: inherit HWCAPs from the parent process
 2026-01-21  5:24 UTC  (10+ messages)
` [PATCH 1/3] binfmt_elf_fdpic: fix AUXV size calculation for ELF_HWCAP3 and ELF_HWCAP4
` [PATCH 2/3] exec: inherit HWCAPs from the parent process
` [PATCH 3/3] selftests/exec: add test for HWCAP inheritance

[PATCH 0/3] cgroup/misc: Add hwcap masks to the misc controller
 2025-12-09  0:58 UTC  (14+ messages)
` [PATCH 1/3] cgroup, binfmt_elf: "
` [PATCH 2/3] selftests/cgroup: Add a test for the misc.mask cgroup interface
` [PATCH 3/3] Documentation: cgroup-v2: Document misc.mask interface

[PATCH v7 0/3] statmount: accept fd as a parameter
 2025-12-04 14:11 UTC  (7+ messages)
` [PATCH v7 1/3] statmount: permission check should return EPERM
` [PATCH v7 2/3] statmount: accept fd as a parameter
` [PATCH v7 3/3] selftests: statmount: tests for STATMOUNT_BY_FD

[PATCH 0/2] make VM_SOFTDIRTY a sticky VMA flag
 2025-11-19 17:21 UTC  (7+ messages)

[PATCH v6 0/2] statmount: accept fd as a parameter
 2025-11-19 17:20 UTC  (4+ messages)
` [PATCH v6 1/2] statmount: permission check should return EPERM
` [PATCH v6 2/2] statmount: accept fd as a parameter

[PATCH v5] statmount: accept fd as a parameter
 2025-11-13 12:57 UTC  (4+ messages)

[GSoC] CRIU/Arm64 Guarded Control Stack (GCS) project presentation
 2025-10-06 13:23 UTC 

Fwd: [GSoC] Checkpointing files on Detached mounts
 2025-09-24  5:43 UTC  (2+ messages)
  `  "

do_change_type(): refuse to operate on unmounted/not ours mounts
 2025-08-14  7:07 UTC  (18+ messages)
                  ` [PATCH][RFC][CFT] use uniform permission checks for all mount propagation changes
                    ` [RFC][CFT] selftest for permission checks in "

criu: Version 4.1.1
 2025-07-29 17:39 UTC 

Static criu builds
 2025-07-10 17:32 UTC  (4+ messages)

Optimizing C/R Image Format for Kubernetes
 2025-06-22 11:46 UTC  (5+ messages)

Suppress pte soft-dirty bit with UFFDIO_COPY?
 2025-05-23 20:32 UTC  (8+ messages)

[PATCH 0/3 v2] fs/proc: extend the PAGEMAP_SCAN ioctl to report guard regions
 2025-03-31 16:12 UTC  (8+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] tools headers UAPI: Sync linux/fs.h with the kernel sources
` [PATCH 3/3] selftests/mm: add PAGEMAP_SCAN guard region test

CRIU 4.1 "CRISCV" Released
 2025-03-29 18:19 UTC 

[PATCH 0/2] fs/proc: extend the PAGEMAP_SCAN ioctl to report
 2025-03-21  9:49 UTC  (2+ messages)

[PATCH 1/2] fs/proc/task_mmu: add guard region bit to pagemap
 2025-03-19 23:57 UTC  (3+ messages)

[PATCH v4 0/5] implement lightweight guard pages
 2025-03-19 15:15 UTC  (5+ messages)

[PATCH v8 0/8] Add support for memory sealing
 2025-02-07 12:17 UTC  (3+ messages)

The new CRIU mailing list
 2025-02-07  2:36 UTC 

Test Mail
 2025-02-06  3:28 UTC 


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).