On Wed, Aug 26, 2020 at 07:57:15PM +0530, Pradeep P V K wrote: > Fix this by protecting fuse_copy_pages() with fc->lock. No. This is a spinlock and fuse_copy_pages() can allocate memory with GFP_KERNEL. You need to enable more debugging on your test system.