linux-stable/arch/powerpc
Anders Roxell 16e919d05a powerpc/lib/sstep: fix 'ptesync' build error
commit fe663df782 upstream.

Building tinyconfig with gcc (Debian 11.2.0-16) and assembler (Debian
2.37.90.20220207) the following build error shows up:

  {standard input}: Assembler messages:
  {standard input}:2088: Error: unrecognized opcode: `ptesync'
  make[3]: *** [/builds/linux/scripts/Makefile.build:287: arch/powerpc/lib/sstep.o] Error 1

Add the 'ifdef CONFIG_PPC64' around the 'ptesync' in function
'emulate_update_regs()' to like it is in 'analyse_instr()'. Since it looks like
it got dropped inadvertently by commit 3cdfcbfd32 ("powerpc: Change
analyse_instr so it doesn't modify *regs").

A key detail is that analyse_instr() will never recognise lwsync or
ptesync on 32-bit (because of the existing ifdef), and as a result
emulate_update_regs() should never be called with an op specifying
either of those on 32-bit. So removing them from emulate_update_regs()
should be a nop in terms of runtime behaviour.

Fixes: 3cdfcbfd32 ("powerpc: Change analyse_instr so it doesn't modify *regs")
Cc: stable@vger.kernel.org # v4.14+
Suggested-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
[mpe: Add last paragraph of change log mentioning analyse_instr() details]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20220211005113.1361436-1-anders.roxell@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2022-02-23 11:57:35 +01:00
..
boot powerpc/fsl/dts: Enable WA for erratum A-009885 on fman3l MDIO buses 2022-01-27 09:01:00 +01:00
configs vgacon: remove software scrollback support 2020-09-23 10:46:31 +02:00
crypto
include powerpc/lib: Add helper to check if offset is within conditional branch range 2021-11-26 11:40:36 +01:00
kernel powerpc/32: Fix boot failure with GCC latent entropy plugin 2022-02-08 18:16:25 +01:00
kvm KVM: PPC: Book3S: Fix H_RTAS rets buffer overflow 2021-07-28 11:12:19 +02:00
lib powerpc/lib/sstep: fix 'ptesync' build error 2022-02-23 11:57:35 +01:00
math-emu
mm powerpc: Allow 4224 bytes of stack expansion for the signal frame 2020-08-26 10:29:54 +02:00
net powerpc/bpf: Fix BPF_SUB when imm == 0x80000000 2021-11-26 11:40:36 +01:00
oprofile
perf powerpc/perf/hv-gpci: Fix counter value parsing 2021-09-22 11:45:24 +02:00
platforms powerpc/cell: Fix clang -Wimplicit-fallthrough warning 2022-01-27 09:01:00 +01:00
purgatory
sysdev powerpc/dcr: Use cmplwi instead of 3-argument cmpli 2021-11-26 11:40:38 +01:00
tools powerpc/tools: Don't quote $objdump in scripts 2020-01-04 13:59:39 +01:00
xmon powerpc/xmon: Change printk() to pr_cont() 2020-12-29 13:47:08 +01:00
Kconfig powerpc: Fix HAVE_HARDLOCKUP_DETECTOR_ARCH build configuration 2021-05-22 10:57:32 +02:00
Kconfig.debug powerpc: iommu: fix build when neither PCI or IBMVIO is set 2021-05-22 10:57:32 +02:00
Makefile powerpc: vdso: Make vdso32 installation conditional in vdso_install 2020-01-27 14:46:30 +01:00
Makefile.postlink