# git rev-parse -q --verify 1a58ecc8512823fabfe19493df57895074bc38b6^{commit} # git fetch -q -n -f git://gitlab.ozlabs.ibm.com/linuxppc/linux.git next-test warning: The last gc run reported the following. Please correct the root cause and remove .git/gc.log. Automatic cleanup will not be performed until the file is removed. warning: There are too many unreachable loose objects; run 'git prune' to remove them. # git rev-parse -q --verify 1a58ecc8512823fabfe19493df57895074bc38b6^{commit} 1a58ecc8512823fabfe19493df57895074bc38b6 # git checkout -q -f -B kisskb 1a58ecc8512823fabfe19493df57895074bc38b6 # git clean -qxdf # < git log -1 # commit 1a58ecc8512823fabfe19493df57895074bc38b6 # Author: Christophe Leroy # Date: Thu Mar 7 09:47:50 2019 +0000 # # powerpc/highmem: Change BUG_ON() to WARN_ON() # # In arch/powerpc/mm/highmem.c, BUG_ON() is called only when # CONFIG_DEBUG_HIGHMEM is selected, this means the BUG_ON() is not vital # and can be replaced by a a WARN_ON(). # # At the same time, use IS_ENABLED() instead of #ifdef to clean a bit. # # Signed-off-by: Christophe Leroy # Signed-off-by: Michael Ellerman # < /opt/cross/kisskb/gcc-4.6.3-nolibc/i386-linux/bin/i386-linux-gcc --version # < /opt/cross/kisskb/gcc-4.6.3-nolibc/i386-linux/bin/i386-linux-ld --version # < git log --format=%s --max-count=1 1a58ecc8512823fabfe19493df57895074bc38b6 # < make -s -j 48 ARCH=i386 O=/kisskb/build/powerpc-next_i386-allnoconfig_i386 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/i386-linux/bin/i386-linux- allnoconfig # make -s -j 48 ARCH=i386 O=/kisskb/build/powerpc-next_i386-allnoconfig_i386 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/i386-linux/bin/i386-linux- /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:187:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/arch/x86/kernel/e820.c: In function 'e820__setup_pci_gap': /kisskb/src/arch/x86/kernel/e820.c:651:16: warning: 'gapstart' may be used uninitialized in this function [-Wuninitialized] Completed OK # rm -rf /kisskb/build/powerpc-next_i386-allnoconfig_i386 # Build took: 0:00:13.270870