CRIU (Checkpoint/Restore in Userspace) mailing list
 help / color / mirror / Atom feed
[PATCH] Revert "x86/fpu: Refine and simplify the magic number check during signal return"
 2026-05-07 17:39 UTC  (14+ messages)

[REGRESSION] rseq: refactoring in v6.19 broke everyone on arm64 and tcmalloc everywhere
 2026-04-27 21:06 UTC  (4+ messages)

[PATCH 0/3] Patches to allow amdgpu restore without kfd file
 2026-04-22 13:58 UTC  (15+ messages)
` [PATCH 1/3] plugin/amdgpu: Add plugin to inventory even if there are no vmas
` [PATCH 2/3] plugin/amdgpu: Add topology dump file
` [PATCH 3/3] plugins/amdgpu: Make next_fd without kfd

[PATCH 0/4 v5] exec: inherit HWCAPs from the parent process
 2026-04-15 19:27 UTC  (14+ 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

[PATCH v3 0/5] Add new system call for non-destructive peek and inspection to posix ipc mqueue
 2026-04-14 16:39 UTC  (14+ messages)
` [PATCH v3 1/5]IPC: Added New system call do_mq_timedreceive2() for non-destructive peek on posix mqueue
` [PATCH v3 2/5]IPC: Added system call number in all most common arch
` [PATCH v3 3/5]IPC: Prepared Documentation and test
` [PATCH v3 4/5]IPC:Added entry in performance tools for new system call
` [PATCH v3 5/5]Added bitmask flag and user struct argument size as input for extensibility

Question about compatibility between major kernel upgrades
 2026-04-14 16:10 UTC  (2+ messages)

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

[PATCH 00/25] Amdgpu plugin cleanups and fixes
 2026-04-10  8:30 UTC  (30+ 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

[PATCH] prctl: require checkpoint_restore_ns_capable for PR_SET_MM_MAP
 2026-04-02 17:46 UTC 

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

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  (8+ messages)
  ` [PATCH 2/4] "

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)

[RFC 00/26] amdgpu plugin render node only discussion
 2026-03-10 13:11 UTC  (33+ messages)
` [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 


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