# git rev-parse -q --verify b03897cf318dfc47de33a7ecbc7655584266f034^{commit} b03897cf318dfc47de33a7ecbc7655584266f034 already have revision, skipping fetch # git checkout -q -f -B kisskb b03897cf318dfc47de33a7ecbc7655584266f034 # git clean -qxdf # < git log -1 # commit b03897cf318dfc47de33a7ecbc7655584266f034 # Author: Gautham R. Shenoy # Date: Wed Jul 18 14:03:16 2018 +0530 # # powerpc/powernv: Fix save/restore of SPRG3 on entry/exit from stop (idle) # # On 64-bit servers, SPRN_SPRG3 and its userspace read-only mirror # SPRN_USPRG3 are used as userspace VDSO write and read registers # respectively. # # SPRN_SPRG3 is lost when we enter stop4 and above, and is currently not # restored. As a result, any read from SPRN_USPRG3 returns zero on an # exit from stop4 (Power9 only) and above. # # Thus in this situation, on POWER9, any call from sched_getcpu() always # returns zero, as on powerpc, we call __kernel_getcpu() which relies # upon SPRN_USPRG3 to report the CPU and NUMA node information. # # Fix this by restoring SPRN_SPRG3 on wake up from a deep stop state # with the sprg_vdso value that is cached in PACA. # # Fixes: e1c1cfed5432 ("powerpc/powernv: Save/Restore additional SPRs for stop4 cpuidle") # Cc: stable@vger.kernel.org # v4.14+ # Reported-by: Florian Weimer # Signed-off-by: Gautham R. Shenoy # Reviewed-by: Michael Ellerman # Signed-off-by: Michael Ellerman # < /opt/cross/kisskb/gcc-5.3.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < git log --format=%s --max-count=1 b03897cf318dfc47de33a7ecbc7655584266f034 # < make -s -j 48 ARCH=powerpc O=/kisskb/build/powerpc-fixes_allmodconfig+4K_PAGES_powerpc-5.3 CROSS_COMPILE=/opt/cross/kisskb/gcc-5.3.0-nolibc/powerpc64-linux/bin/powerpc64-linux- allmodconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n CONFIG_MODULE_SIG=n CONFIG_SAMPLES=n CONFIG_PPC_4K_PAGES=y CONFIG_PPC_64K_PAGES=n # yes \n | make -s -j 48 ARCH=powerpc O=/kisskb/build/powerpc-fixes_allmodconfig+4K_PAGES_powerpc-5.3 CROSS_COMPILE=/opt/cross/kisskb/gcc-5.3.0-nolibc/powerpc64-linux/bin/powerpc64-linux- oldconfig yes: standard output: Broken pipe yes: write error # make -s -j 48 ARCH=powerpc O=/kisskb/build/powerpc-fixes_allmodconfig+4K_PAGES_powerpc-5.3 CROSS_COMPILE=/opt/cross/kisskb/gcc-5.3.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/net/Makefile:24: CC cannot link executables. Skipping bpfilter. /kisskb/src/sound/aoa/codecs/onyx.c: In function 'onyx_snd_single_bit_get': /kisskb/src/sound/aoa/codecs/onyx.c:380:37: warning: 'c' may be used uninitialized in this function [-Wmaybe-uninitialized] ucontrol->value.integer.value[0] = !!(c & mask) ^ polarity; ^ /kisskb/src/net/Makefile:24: CC cannot link executables. Skipping bpfilter. In file included from /kisskb/src/include/linux/io.h:25:0, from /kisskb/src/include/linux/of_address.h:7, from /kisskb/src/drivers/ata/ahci_qoriq.c:18: /kisskb/src/drivers/ata/ahci_qoriq.c: In function 'ahci_qoriq_hardreset': /kisskb/src/arch/powerpc/include/asm/io.h:633:3: warning: 'px_is' may be used uninitialized in this function [-Wmaybe-uninitialized] ppc_pci_io.name al; \ ^ /kisskb/src/drivers/ata/ahci_qoriq.c:86:14: note: 'px_is' was declared here u32 px_cmd, px_is, px_val; ^ In file included from /kisskb/src/include/linux/io.h:25:0, from /kisskb/src/include/linux/of_address.h:7, from /kisskb/src/drivers/ata/ahci_qoriq.c:18: /kisskb/src/arch/powerpc/include/asm/io.h:142:2: warning: 'px_cmd' may be used uninitialized in this function [-Wmaybe-uninitialized] __asm__ __volatile__("sync;"#insn" %1,%y0" \ ^ /kisskb/src/drivers/ata/ahci_qoriq.c:86:6: note: 'px_cmd' was declared here u32 px_cmd, px_is, px_val; ^ Completed OK # rm -rf /kisskb/build/powerpc-fixes_allmodconfig+4K_PAGES_powerpc-5.3 # Build took: 0:13:41.667132