]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'auto-type-conversion-for-v6.19-rc1' of git://git.kernel.org/pub/scm/linux...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 9 Dec 2025 20:41:10 +0000 (05:41 +0900)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 9 Dec 2025 20:41:10 +0000 (05:41 +0900)
commitc752c21c90b808a059ae8e0070ff7566a65f8577
tree092097f1fd1b9f2d687130b5fd67d05b8004ce0d
parent3d99347a2e1ae60d9368b1d734290bab1acde0ce
parent4ecc26fa585216f98d71411ce182f9e823d94c8c
Merge tag 'auto-type-conversion-for-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-auto

Pull __auto_type to auto conversion from Peter Anvin:
 "Convert '__auto_type' to 'auto', defining a macro for 'auto' unless
  C23+ is in use"

* tag 'auto-type-conversion-for-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-auto:
  tools/virtio: replace "__auto_type" with "auto"
  selftests/bpf: replace "__auto_type" with "auto"
  arch/x86: replace "__auto_type" with "auto"
  arch/nios2: replace "__auto_type" and adjacent equivalent with "auto"
  fs/proc: replace "__auto_type" with "const auto"
  include/linux: change "__auto_type" to "auto"
  compiler_types.h: add "auto" as a macro for "__auto_type"
include/linux/compiler_types.h