Commit 667b1d41b25b for kernel

commit 667b1d41b25b9b6b19c8af9d673ccb93b451b527
Merge: 9f635d44d766 2ab5e243c226
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Wed Oct 16 09:30:20 2024 -0700

    Merge tag 'for-6.12-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux

    Pull btrfs fixes from David Sterba:

     - regression fix: dirty extents tracked in xarray for qgroups must be
       adjusted for 32bit platforms

     - fix potentially freeing uninitialized name in fscrypt structure

     - fix warning about unneeded variable in a send callback

    * tag 'for-6.12-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux:
      btrfs: fix uninitialized pointer free on read_alloc_one_name() error
      btrfs: send: cleanup unneeded return variable in changed_verity()
      btrfs: fix uninitialized pointer free in add_inode_ref()
      btrfs: use sector numbers as keys for the dirty extents xarray