mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-26 17:40:37 +00:00
Not necessary as of271b19bd3eReason why that commit fixes the issues is https://neondb.slack.com/archives/C08SXUSNFBP/p1747837985950309 > implemented a fix in the kernel module, no need for userspace to > pre-fault mmapped pages in; the reason for the EFAULT was that we were > holding a spinlock during copy_to_user, which disables preemption, which > in turn makes the page fault handler give up and cause copy_to_user to > fail; commit to be used is 271b19bd3e2de7777770ac6b8b1b1c94bb33830b > (edited) This reverts commit7b818f8d64.