]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 26 Jul 2025 17:21:25 +0000 (10:21 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 26 Jul 2025 17:21:25 +0000 (10:21 -0700)
commit302f88ff3584a4ed7a169e534ba5c75d9ca92048
tree5a72ef71033c0b40d3af3dc436a58a8a41a0e274
parent6121f69c36337076fb0ffaa23acee3cf8cc5c931
parent53e7e1fb81cc8ba2da1cb31f8917ef397caafe91
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linux

Pull ARM fixes from Russell King:

 - use an absolute path for asm/unified.h in KBUILD_AFLAGS to solve a
   regression caused by commit d5c8d6e0fa61 ("kbuild: Update assembler
   calls to use proper flags and language target")

 - fix dead code elimination binutils version check again

* tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linux:
  ARM: 9450/1: Fix allowing linker DCE with binutils < 2.36
  ARM: 9448/1: Use an absolute path to unified.h in KBUILD_AFLAGS