# git rev-parse -q --verify 407bedc803e52f56c719e97bffb741a91ed1f905^{commit} 407bedc803e52f56c719e97bffb741a91ed1f905 already have revision, skipping fetch # git checkout -q -f -B kisskb 407bedc803e52f56c719e97bffb741a91ed1f905 # git clean -qxdf # < git log -1 # commit 407bedc803e52f56c719e97bffb741a91ed1f905 # Author: Christophe Leroy # Date: Wed Apr 28 10:48:01 2021 +0000 # # powerpc/8xx: Add support for huge pages on VMAP and VMALLOC # # powerpc 8xx has 4 page sizes: # - 4k # - 16k # - 512k # - 8M # # At the time being, vmalloc and vmap only support huge pages which are # leaf at PMD level. # # Here the PMD level is 4M, it doesn't correspond to any supported # page size. # # For the time being, implement use of 16k and 512k pages which is done # at PTE level. # # Support of 8M pages will be implemented later, it requires vmalloc to # support hugepd tables. # # Signed-off-by: Christophe Leroy # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 407bedc803e52f56c719e97bffb741a91ed1f905 # < make -s -j 24 ARCH=powerpc O=/kisskb/build/chleroy_52xx_pcm030_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- 52xx/pcm030_defconfig # < make -s -j 24 ARCH=powerpc O=/kisskb/build/chleroy_52xx_pcm030_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 24 ARCH=powerpc O=/kisskb/build/chleroy_52xx_pcm030_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 24 ARCH=powerpc O=/kisskb/build/chleroy_52xx_pcm030_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/net/sched/sch_frag.c: In function 'sch_fragment': /kisskb/src/net/sched/sch_frag.c:93:10: warning: missing braces around initializer [-Wmissing-braces] struct rtable sch_frag_rt = { 0 }; ^ /kisskb/src/net/sched/sch_frag.c:93:10: warning: (near initialization for 'sch_frag_rt.dst') [-Wmissing-braces] /kisskb/src/block/genhd.c: In function 'diskstats_show': /kisskb/src/block/genhd.c:1236:1: warning: the frame size of 1112 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ INFO: Uncompressed kernel (size 0x5bf09c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x600000) Image Name: Linux-5.13.0-rc1trunk+ Created: Tue May 11 21:30:38 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 2545659 Bytes = 2486.00 KiB = 2.43 MiB Load Address: 00000000 Entry Point: 00000000 Completed OK # rm -rf /kisskb/build/chleroy_52xx_pcm030_defconfig_powerpc-gcc4.9 # Build took: 0:00:59.036683