From: Linus Torvalds Date: Fri, 20 Jan 2023 19:59:01 +0000 (-0800) Subject: Merge tag 'for-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave... X-Git-Tag: v6.6.17~5722 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=26e57507a0f04ae0e472afe4799784e2ed19e1b0;p=platform%2Fkernel%2Flinux-rpi.git Merge tag 'for-6.2-rc4-tag' of git://git./linux/kernel/git/kdave/linux Pull btrfs fixes from David Sterba: - fix potential out-of-bounds access to leaf data when seeking in an inline file - fix potential crash in quota when rescan races with disable - reimplement super block signature scratching by marking page/folio dirty and syncing block device, allow removing write_one_page * tag 'for-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux: btrfs: fix race between quota rescan and disable leading to NULL pointer deref btrfs: fix invalid leaf access due to inline extent during lseek btrfs: stop using write_one_page in btrfs_scratch_superblock btrfs: factor out scratching of one regular super block --- 26e57507a0f04ae0e472afe4799784e2ed19e1b0