]> git.ipfire.org Git - thirdparty/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>
Sat, 17 Jan 2026 16:52:45 +0000 (08:52 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 17 Jan 2026 16:52:45 +0000 (08:52 -0800)
commitd12453c7e281d236f77b5c7d7cccbf9e5dfadfe5
tree37968872b34c67d00ac6a627eabb63d86bc903a5
parentd3eeb99bbc99cc5eb94a4a75ed4415a0272254ef
parentb9f5c38e4af1a094384650d2fc79fb992d6d5e64
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux

Pull arm64 fixes from Catalin Marinas:
 "An arm64/mpam fix to use non-atomic bitops on struct mmap_props member
  (atomicity not required).

  For kunit testing, the structure is packed to avoid memcmp() errors
  but this affects atomic bitops as they have strict alignment
  requirements.

  Also remove a duplicate include in the mpam driver"

* tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux:
  arm_mpam: Use non-atomic bitops when modifying feature bitmap
  arm_mpam: Remove duplicate linux/srcu.h header