Commit 05874021158a for kernel

commit 05874021158ae80f6c3d867a784318f7cda41df6
Merge: 6535a84bfdc4 5b2a3b1a98fb
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Wed Jun 24 12:39:09 2026 -0700

    Merge tag 'sparc-for-7.2-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/alarsson/linux-sparc

    Pull sparc updates from Andreas Larsson:

     - Align sparc to other archs by providing ucontext.h wrapper

     - Fix buffer underflow in led driver

     - Export mcount for clang and disable compat when using lld for linking

     - API choice improvement for sysfs code for vio

     - Fix build warnings and notification of missing prototype

     - Remove dead code and dead configs

    * tag 'sparc-for-7.2-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/alarsson/linux-sparc:
      sparc: Remove remaining defconfig references to the pktcdvd driver
      sparc: led: avoid trimming a newline from empty writes
      sparc: Export mcount for Clang-built modules
      sparc: Disable compat support with LLD
      sparc: Avoid -Wunused-but-set-parameter in clear_user_page()
      sparc: add _mcount() prototype
      sparc64: uprobes: add missing break
      sparc: remove unused SERIAL_CONSOLE config option
      sparc32: remove deadwood swift_flush_tlb_page() debug code
      sparc: uapi: Add ucontext.h
      sparc: vio: use sysfs_emit in sysfs show functions