public inbox for criu@lists.linux.dev
 help / color / mirror / Atom feed
[RFC] Add new system call for non-destructive peek and inspection to posix ipc mqueue
 2026-03-29 17:46 UTC 

[GSOC 2026] Request for feedback of proposal
 2026-03-28  0:33 UTC  (2+ messages)

[PATCH 0/4 v5] exec: inherit HWCAPs from the parent process
 2026-03-28  0:21 UTC  (12+ messages)
` [PATCH 1/4] "
` [PATCH 2/4] arm64: elf: clear MMF_USER_HWCAP on architecture switch
` [PATCH 3/4] mm: synchronize saved_auxv access with arg_lock
` [PATCH 4/4] selftests/exec: add test for HWCAP inheritance

Question regarding possible approaches for COW memory dump optimization in CRIU
 2026-03-25  1:29 UTC 

[PATCH 0/4 v4] exec: inherit HWCAPs from the parent process
 2026-03-23 18:19 UTC  (11+ 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

GSoC 2026 Proposal – Request for Feedback (CRIU)
 2026-03-22  7:47 UTC 

[GSoC 2026] Optimize COW Memory Dumping Proposal
 2026-03-19 19:03 UTC 

[PATCH] man/man2/statmount.2: Fix STATMOUNT_MNT_{UID,GID}MAP documentation
 2026-03-19 16:44 UTC  (5+ messages)
  ` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] man/man2/statmount.2: Fix incorrect naming of STATMOUNT_MNT_{UID,GID}MAP flags

GSoC 2026 Draft Proposal (Checkpointing of POSIX Message Queues)
 2026-03-18 23:39 UTC  (2+ messages)

[PATCH 00/25] Amdgpu plugin cleanups and fixes
 2026-03-11  9:59 UTC  (26+ messages)
` [PATCH 01/25] plugins/amgdpu: Fix one error message
` [PATCH 02/25] plugins/amdgpu: Remove unused current_pid global variable
` [PATCH 03/25] plugins/amdgpu: Remove unused new_minor from struct vma_metadata
` [PATCH 04/25] plugins/amdgpu: Fix drm pages size header
` [PATCH 05/25] plugins/amdgpu: Fix logging of failures to open files during restore init
` [PATCH 06/25] plugins/amdgpu: Propagate failure to save buffer object content
` [PATCH 07/25] plugins/amdgpu: Close the directory when image probing fails
` [PATCH 08/25] plugins/amdgpu: Close dma-buf image file if the read fails
` [PATCH 09/25] plugins/amdgpu: Check images were opened successfully
` [PATCH 10/25] plugins/amdgpu: Flatten amdgpu_restore_init a bit
` [PATCH 11/25] plugins/amdgpu: Fix error handling in amdgpu_plugin_drm_restore_file()
` [PATCH 12/25] plugins/amdgpu: Add error handling for seek operations
` [PATCH 13/25] plugins/amdgpu: Consolidate vm_info collection
` [PATCH 14/25] plugins/amdgpu: Remove plugin_log_msg()
` [PATCH 15/25] plugins/amdgpu: Reduce amount of debug logging a little bit
` [PATCH 16/25] plugins/amdgpu: Do not eat the errno in kmtIoctl
` [PATCH 17/25] plugins/amdgpu: Fix open_drm_render_device()
` [PATCH 18/25] plugins/amdgpu: Check sdma operation type early and once
` [PATCH 19/25] plugins/amdgpu: Add plugin to inventory even if process has no vmas
` [PATCH 20/25] plugins/amdgpu: Move drm file dump and restore into helpers
` [PATCH 21/25] plugins/amdgpu: Use the load_img helper in drm file restore
` [PATCH 22/25] plugins/amdgpu: Convert away from libc buffered file IO
` [PATCH 23/25] plugins/amdgpu: Use save_vma_updates for all call sites
` [PATCH 24/25] plugins/amdgpu: amdgpu_plugin_drm_restore_file() does not need to use libdrm
` [PATCH 25/25] plugins/amdgpu: Fix remaining wrong usages of pr_perror

[RFC 00/26] amdgpu plugin render node only discussion
 2026-03-10 13:11 UTC  (45+ 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 v2 00/10] man/man2/statmount.2: Document New Features
 2026-03-06  7:51 UTC  (26+ 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
  ` [PATCH v2 1/4] man/man2/statmount.2: Document STATMOUNT_{UIDMAP,GIDMAP}
      ` [PATCH v2] man/man2/statmount.2: Document STATMOUNT_BY_FD
          ` [PATCH v3] "
  ` [PATCH v2 2/4] man/man2/statmount.2: Document STATMOUNT_SUPPORTED_MASK
  ` [PATCH v2 3/4] man/man2/statmount.2: Document req.mnt_ns_fd
  ` [PATCH v2 4/4] man/man2/statmount.2: Document STATMOUNT_BY_FD

GSoC 2026: Interest in Checkpointing of POSIX Message Queues
 2026-03-05 14:49 UTC 

My Interest In Optimize COW Memory Project (GSoC 2026)
 2026-03-05 14:26 UTC 

GSoC 2026: Interest in Checkpointing of POSIX Message Queues
 2026-03-05 14:23 UTC 

GSoC 2026: Interest in Files on Detach mounts project
 2026-03-03 17:33 UTC 

[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  (10+ messages)
` [PATCH 1/3] cgroup, binfmt_elf: "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox