]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 20 Feb 2026 17:44:39 +0000 (09:44 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 20 Feb 2026 17:44:39 +0000 (09:44 -0800)
commita27a5c0f08039475e21f3517e1bfe4a05bb82887
treecb44e638433c2357108b743a8d9153a23d99aa44
parent9806790115d1949ee0bd6ef8533293b5a293a1bb
parent729a2e8e9ac47099a967567389cc9d73ef4194ca
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux

Pull arm64 fixes from Will Deacon:
 "Two arm64 fixes: one fixes a warning that started showing up with
  gcc 16 and the other fixes a lockup in udelay() when running on a
  vCPU loaded on a CPU with the new-fangled WFIT instruction:

   - Fix compiler warning from huge_pte_clear() with GCC 16

   - Fix hang in udelay() on systems with WFIT by consistently using the
     virtual counter to calculate the delta"

* tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux:
  arm64: hugetlbpage: avoid unused-but-set-parameter warning (gcc-16)
  arm64: Force the use of CNTVCT_EL0 in __delay()
arch/arm64/include/asm/pgtable.h