Commit bf0e022821fa for kernel

commit bf0e022821fa516cd6eb0292fcb4ccdd4e201c9f
Merge: 70390501d194 f583bd5f64d4
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Sat May 9 08:03:21 2026 -0700

    Merge tag 'powerpc-7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux

    Pull powerpc fixes from Madhavan Srinivasan:

     - Fix KASAN sanitization flag for core_$(BITS).o

     - Fixes for handling offset values in pseries htmdump

     - Fix interrupt mask in cpm1_gpiochip_add16()

     - ps3/pasemi fixes to drop redundant result assignment

     - Fixes in papr-hvpipe code path

     - powerpc/perf: Update check for PERF_SAMPLE_DATA_SRC marked events

    Thanks to Aboorva Devarajan, Athira Rajeev, Christophe Leroy (CS GROUP),
    Geert Uytterhoeven, Haren Myneni, Krzysztof Kozlowski, Mukesh Kumar
    Chaurasiya (IBM), Nathan Chancellor, Ritesh Harjani (IBM), Shivani
    Nittor, Sourabh Jain, Thomas Zimmermann, and Venkat Rao Bagalkote.

    * tag 'powerpc-7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux: (21 commits)
      powerpc/pasemi: Drop redundant res assignment
      powerpc/ps3: Drop redundant result assignment
      powerpc/vdso: Drop -DCC_USING_PATCHABLE_FUNCTION_ENTRY from 32-bit flags with clang
      arch/powerpc: Drop CONFIG_FIRMWARE_EDID from defconfig files
      powerpc/perf: Update check for PERF_SAMPLE_DATA_SRC marked events
      powerpc/8xx: Fix interrupt mask in cpm1_gpiochip_add16()
      powerpc/vmx: avoid KASAN instrumentation in enter_vmx_ops() for kexec
      powerpc/kdump: fix KASAN sanitization flag for core_$(BITS).o
      pseries/papr-hvpipe: Fix style and checkpatch issues in enable_hvpipe_IRQ()
      pseries/papr-hvpipe: Refactor and simplify hvpipe_rtas_recv_msg()
      pseries/papr-hvpipe: Kill task_struct pointer from struct hvpipe_source_info
      pseries/papr-hvpipe: Simplify spin unlock usage in papr_hvpipe_handle_release()
      pseries/papr-hvpipe: Fix the usage of copy_to_user()
      pseries/papr-hvpipe: Fix & simplify error handling in papr_hvpipe_init()
      pseries/papr-hvpipe: Fix null ptr deref in papr_hvpipe_dev_create_handle()
      pseries/papr-hvpipe: Prevent kernel stack memory leak to userspace
      pseries/papr-hvpipe: Fix race with interrupt handler
      powerpc/pseries/htmdump: Add memory configuration dump support to htmdump module
      powerpc/pseries/htmdump: Fix the offset value used in htm status dump
      powerpc/pseries/htmdump: Fix the offset value used in processor configuration dump
      ...