# git rev-parse -q --verify 36cf482b3a3573b6b51527da2c89cf6dd2989bde^{commit} 36cf482b3a3573b6b51527da2c89cf6dd2989bde already have revision, skipping fetch # git checkout -q -f -B kisskb 36cf482b3a3573b6b51527da2c89cf6dd2989bde # git clean -qxdf # < git log -1 # commit 36cf482b3a3573b6b51527da2c89cf6dd2989bde # Author: Christophe Leroy # Date: Mon May 28 12:31:19 2018 +0000 # # powerpc/8xx: set GUARDED attribute in the PMD directly # # On the 8xx, the GUARDED attribute of the pages is managed in the # L1 entry, therefore to avoid having to copy it into L1 entry # at each TLB miss, we set it in the PMD. # # Signed-off-by: Christophe Leroy # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < git log --format=%s --max-count=1 36cf482b3a3573b6b51527da2c89cf6dd2989bde # < make -s -j 8 ARCH=powerpc O=/kisskb/build/chleroy_wii_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- wii_defconfig # make -s -j 8 ARCH=powerpc O=/kisskb/build/chleroy_wii_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/arch/powerpc/mm/pgtable_32.c: In function '__ioremap_caller': /kisskb/src/arch/powerpc/mm/pgtable_32.c:157:50: error: 'IOREMAP_BASE' undeclared (first use in this function) area = __get_vm_area_caller(size, VM_IOREMAP, IOREMAP_BASE, ^ /kisskb/src/arch/powerpc/mm/pgtable_32.c:157:50: note: each undeclared identifier is reported only once for each function it appears in /kisskb/src/arch/powerpc/mm/pgtable_32.c: In function 'map_kernel_page': /kisskb/src/arch/powerpc/mm/pgtable_32.c:259:9: error: implicit declaration of function 'pte_alloc_kernel_g' [-Werror=implicit-function-declaration] pg = pte_alloc_kernel_g(pd, va); ^ /kisskb/src/arch/powerpc/mm/pgtable_32.c:259:7: error: assignment makes pointer from integer without a cast [-Werror=int-conversion] pg = pte_alloc_kernel_g(pd, va); ^ /kisskb/src/arch/powerpc/mm/pgtable_32.c: In function '__pte_alloc_kernel_g': /kisskb/src/arch/powerpc/mm/pgtable_32.c:222:1: error: control reaches end of non-void function [-Werror=return-type] int __pte_alloc_kernel_g(pmd_t *pmd, unsigned long address) {}; ^ cc1: all warnings being treated as errors make[2]: *** [/kisskb/src/scripts/Makefile.build:307: arch/powerpc/mm/pgtable_32.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1057: arch/powerpc/mm] Error 2 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:146: sub-make] Error 2 Command 'make -s -j 8 ARCH=powerpc O=/kisskb/build/chleroy_wii_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/chleroy_wii_defconfig_powerpc-gcc5 # Build took: 0:00:07.973222