]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'sparc-for-7.0-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/alars...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 10 Feb 2026 04:20:17 +0000 (20:20 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 10 Feb 2026 04:20:17 +0000 (20:20 -0800)
commit7e3a1e0cccbf6d9bcc05e2710f53a480639cf81d
tree9860fe05fc3212b5bc6a4c98101a224918ff8634
parentb33c3b84045e880d8a7596f260860038c71cf393
parentd844152d85cfcc7d2ef9430a25882604c12da279
Merge tag 'sparc-for-7.0-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/alarsson/linux-sparc

Pull sparc updates from Andreas Larsson:

 - Hardcode uapi ioctls.h TC* constants to not rely upon struct termio
   that has been dropped by glibc

 - Fix bug for fork/clone and add support for clone3

 - Add ARCH_HAS_CC_CAN_LINK

 - API choice improvements and cleanup of unused variables

* tag 'sparc-for-7.0-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/alarsson/linux-sparc:
  sparc: remove unused variable strtab
  sparc64: fix unused variable warning
  sparc: don't reference obsolete termio struct for TC* constants
  sparc: vio: Replace snprintf with strscpy in vio_create_one
  sparc: Add architecture support for clone3
  sparc: Synchronize user stack on fork and clone
  sparc: Implement ARCH_HAS_CC_CAN_LINK