# git rev-parse -q --verify 61a8426c92ba30d403a1f072e29d713184539cc1^{commit} 61a8426c92ba30d403a1f072e29d713184539cc1 already have revision, skipping fetch # git checkout -q -f -B kisskb 61a8426c92ba30d403a1f072e29d713184539cc1 # git clean -qxdf # < git log -1 # commit 61a8426c92ba30d403a1f072e29d713184539cc1 # Author: Aneesh Kumar K.V # Date: Mon Nov 26 20:05:04 2018 +0530 # # powerpc/mm/hash: Handle user access of kernel address gracefully # # In commit 2865d08dd9ea ("powerpc/mm: Move the DSISR_PROTFAULT sanity # check") we moved the protection fault access check before the vma # lookup. That means we hit that WARN_ON when user space accesses a # kernel address. Before that commit this was handled by find_vma() not # finding vma for the kernel address and considering that access as bad # area access. # # Avoid the confusing WARN_ON and convert that to a ratelimited printk. # # With the patch we now get: # # for load: # a.out[5997]: User access of kernel address (c00000000000dea0) - exploit attempt? (uid: 1000) # a.out[5997]: segfault (11) at c00000000000dea0 nip 1317c0798 lr 7fff80d6441c code 1 in a.out[1317c0000+10000] # a.out[5997]: code: 60000000 60420000 3c4c0002 38427790 4bffff20 3c4c0002 38427784 fbe1fff8 # a.out[5997]: code: f821ffc1 7c3f0b78 60000000 e9228030 <89290000> 993f002f 60000000 383f0040 # # for exec: # a.out[6067]: User access of kernel address (c00000000000dea0) - exploit attempt? (uid: 1000) # a.out[6067]: segfault (11) at c00000000000dea0 nip c00000000000dea0 lr 129d507b0 code 1 # a.out[6067]: Bad NIP, not dumping instructions. # # Fixes: 2865d08dd9ea ("powerpc/mm: Move the DSISR_PROTFAULT sanity check") # Signed-off-by: Aneesh Kumar K.V # Tested-by: Breno Leitao # Signed-off-by: Michael Ellerman # < /opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux-gcc --version # < git log --format=%s --max-count=1 61a8426c92ba30d403a1f072e29d713184539cc1 # < make -s -j 120 ARCH=sparc64 O=/kisskb/build/powerpc-next_sparc64-defconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- defconfig # make -s -j 120 ARCH=sparc64 O=/kisskb/build/powerpc-next_sparc64-defconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- :1335:2: warning: #warning syscall rseq not implemented [-Wcpp] WARNING: EXPORT symbol "_mcount" [vmlinux] version generation failed, symbol will not be versioned. kernel: arch/sparc/boot/image is ready WARNING: EXPORT symbol "_mcount" [vmlinux] version generation failed, symbol will not be versioned. kernel: arch/sparc/boot/zImage is ready Completed OK # rm -rf /kisskb/build/powerpc-next_sparc64-defconfig_sparc64 # Build took: 0:00:41.427510