]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Merge tag 'for-6.17-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 21 Sep 2025 04:41:26 +0000 (21:41 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 21 Sep 2025 04:41:26 +0000 (21:41 -0700)
commitf975f08c2e899ae2484407d7bba6bb7f8b6d9d40
tree4ecfc067c5798788a3fd5f74f7ab4506ffb4eca9
parentfce24200cbddb5a333a157eecf0a8020c1d36d7c
parentb98b208300573f4ab29507f81194a6030b208444
Merge tag 'for-6.17-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux

Pull a few more btrfs fixes from David Sterba:

 - in tree-checker, fix wrong size of check for inode ref item

 - in ref-verify, handle combination of mount options that allow
   partially damaged extent tree (reported by syzbot)

 - additional validation of compression mount option to catch invalid
   string as level

* tag 'for-6.17-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux:
  btrfs: reject invalid compression level
  btrfs: ref-verify: handle damaged extent root tree
  btrfs: tree-checker: fix the incorrect inode ref size check
fs/btrfs/super.c