From: Christian Brauner Date: Mon, 11 May 2026 13:41:41 +0000 (+0200) Subject: Merge patch series "fix crashes when mounting legacy file system with sector size... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d90e60ced4c3c7cd55ba0bedcedd1090d0172ce0;p=thirdparty%2Fkernel%2Flinux.git Merge patch series "fix crashes when mounting legacy file system with sector size > PAGE_SIZE" Christoph Hellwig says: Due to an almost comical failure on my part, my work in progress test case failed to create any file system on a 64k block size loop device, and then tried to mount it, leading to a probe of file system built into my kernel. Roughly the first half of the series are file systems that actually crashed, but I fixed up all the pattern of missing error handling that I saw. * patches from https://patch.msgid.link/20260511071701.2456211-1-hch@lst.de: omfs: handle set_blocksize failures ntfs3: handle set_blocksize failures minix: handle set_blocksize failures isofs: handle set_blocksize failures affs: handle set_blocksize failures befs: handle set_blocksize failures jfs: handle set_blocksize failures qnx4: handle set_blocksize failures hpfs: handle set_blocksize failures bfs: handle set_blocksize failures Link: https://patch.msgid.link/20260511071701.2456211-1-hch@lst.de Signed-off-by: Christian Brauner (Amutable) --- d90e60ced4c3c7cd55ba0bedcedd1090d0172ce0