]> www.infradead.org Git - users/dwmw2/linux.git/commit
Merge tag 'for-6.11-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 28 Aug 2024 18:17:46 +0000 (06:17 +1200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 28 Aug 2024 18:17:46 +0000 (06:17 +1200)
commit2840526875c7e3bcfb3364420b70efa203bad428
tree6b38495d645ff3bd83d78f59152ad69077188f04
parent86987d84b968b69a610fd00ab9006c13db193b4e
parentecb54277cb63c273e8d74272e5b9bfd80c2185d9
Merge tag 'for-6.11-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux

Pull btrfs fixes from David Sterba:

 - fix use-after-free when submitting bios for read, after an error and
   partially submitted bio the original one is freed while it can be
   still be accessed again

 - fix fstests case btrfs/301, with enabled quotas wait for delayed
   iputs when flushing delalloc

 - fix periodic block group reclaim, an unitialized value can be
   returned if there are no block groups to reclaim

 - fix build warning (-Wmaybe-uninitialized)

* tag 'for-6.11-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux:
  btrfs: fix uninitialized return value from btrfs_reclaim_sweep()
  btrfs: fix a use-after-free when hitting errors inside btrfs_submit_chunk()
  btrfs: initialize last_extent_end to fix -Wmaybe-uninitialized warning in extent_fiemap()
  btrfs: run delayed iputs when flushing delalloc