]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'powerpc-6.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 14 Aug 2022 15:48:13 +0000 (08:48 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 14 Aug 2022 15:48:13 +0000 (08:48 -0700)
commit6718a1b26e0a81c1cc07b1093a09694fe08ed736
treed9954bd05a3f1c8204f1aafa994e128e042cc312
parent013ed97ea74830e8ed02b664c3fa27e4ac8ed5f4
parentfa6be27efcae067db4045666c58f73bde3d36afa
Merge tag 'powerpc-6.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux

Pull powerpc fixes from Michael Ellerman:

 - Ensure we never emit lwarx with EH=1 on 32-bit, because some 32-bit
   CPUs trap on it rather than ignoring it as they should.

 - Fix ftrace when building with clang, which was broken by some
   refactoring.

 - A couple of other minor fixes.

Thanks to Christophe Leroy, Naveen N.  Rao, Nick Desaulniers, Ondrej
Mosnacek, Pali Rohár, Russell Currey, and Segher Boessenkool.

* tag 'powerpc-6.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux:
  powerpc/kexec: Fix build failure from uninitialised variable
  powerpc/ppc-opcode: Fix PPC_RAW_TW()
  powerpc64/ftrace: Fix ftrace for clang builds
  powerpc: Make eh value more explicit when using lwarx
  powerpc: Don't hide eh field of lwarx behind a macro
  powerpc: Fix eh field when calling lwarx on PPC32