# git rev-parse -q --verify abdfd52a295fb5731ab07b5c9013e2e39f4d1cbe^{commit} abdfd52a295fb5731ab07b5c9013e2e39f4d1cbe already have revision, skipping fetch # git checkout -q -f -B kisskb abdfd52a295fb5731ab07b5c9013e2e39f4d1cbe # git clean -qxdf # < git log -1 # commit abdfd52a295fb5731ab07b5c9013e2e39f4d1cbe # Merge: af6af87d7e4f a151f2753725 # Author: Linus Torvalds # Date: Fri Jul 19 17:27:27 2019 -0700 # # Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc # # Pull ARM SoC defconfig updates from Olof Johansson: # "We keep this in a separate branch to avoid cross-branch conflicts, but # most of the material here is fairly boring -- some new drivers turned # on for hardware since they were merged, and some refreshed files due # to time having moved a lot of entries around" # # * tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: (47 commits) # ARM: configs: multi_v5: Remove duplicate ASPEED options # arm64: defconfig: Enable CONFIG_KEYBOARD_SNVS_PWRKEY as module # ARM: imx_v6_v7_defconfig: Enable CONFIG_ARM_IMX_CPUFREQ_DT # defconfig: arm64: enable i.MX8 SCU octop driver # arm64: defconfig: Add i.MX SCU SoC info driver # arm64: defconfig: Enable CONFIG_QORIQ_THERMAL # ARM: imx_v6_v7_defconfig: Select CONFIG_NVMEM_SNVS_LPGPR # arm64: defconfig: ARM_IMX_CPUFREQ_DT=m # ARM: imx_v6_v7_defconfig: Add TPM PWM support by default # ARM: imx_v6_v7_defconfig: Enable the OV2680 camera driver # ARM: imx_v6_v7_defconfig: Enable CONFIG_THERMAL_STATISTICS # arm64: defconfig: NVMEM_IMX_OCOTP=y for imx8m # ARM: multi_v7_defconfig: enable STMFX pinctrl support # arm64 defconfig: enable LVM support # ARM: configs: multi_v5: Add more ASPEED devices # arm64: defconfig: Add Tegra194 PCIe driver # ARM: configs: aspeed: Add new drivers # ARM: exynos_defconfig: Enable Panfrost and Lima drivers # ARM: multi_v7_defconfig: Enable Panfrost and Lima drivers # arm64 defconfig: enable Mellanox cards # ... # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-gcc --version # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-ld --version # < git log --format=%s --max-count=1 abdfd52a295fb5731ab07b5c9013e2e39f4d1cbe # < make -s -j 80 ARCH=powerpc O=/kisskb/build/linus_ppc64e_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- ppc64e_defconfig # make -s -j 80 ARCH=powerpc O=/kisskb/build/linus_ppc64e_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- :1511:2: warning: #warning syscall clone3 not implemented [-Wcpp] /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:194:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/net/bridge/br_netlink.c: In function 'br_afspec.isra.28': /kisskb/src/net/bridge/br_netlink.c:648:7: warning: 'err' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c: In function 'proc_reg_open': /kisskb/src/include/linux/list.h:65:12: warning: 'pdeo' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c:338:21: note: 'pdeo' was declared here /kisskb/src/fs/nfsd/nfs4xdr.c: In function 'nfsd4_encode_components_esc': /kisskb/src/fs/nfsd/nfs4xdr.c:2065:9: warning: 'str' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/net/tun.c: In function 'tun_get_user': /kisskb/src/drivers/net/tun.c:1831:30: warning: 'copylen' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/net/tun.c:1744:46: warning: 'linear' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/tty/serial/8250/8250_core.c: In function 'univ8250_release_irq': /kisskb/src/drivers/tty/serial/8250/8250_core.c:248:18: warning: 'i' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/tty/serial/8250/8250_core.c:228:19: note: 'i' was declared here /kisskb/src/fs/udf/unicode.c: In function 'udf_name_conv_char': /kisskb/src/fs/udf/unicode.c:132:8: warning: 'c' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/usb/core/devio.c: In function 'async_completed': /kisskb/src/drivers/usb/core/devio.c:613:23: warning: 'errno' may be used uninitialized in this function [-Wuninitialized] WARNING: vmlinux.o (.PPC.EMB.apuinfo): unexpected non-allocatable section. Did you forget to use "ax"/"aw" in a .S file? Note that for example contains section definitions for use in .S files. INFO: Uncompressed kernel (size 0xbab640) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) Image Name: Linux-5.2.0-gabdfd52a295f Created: Sat Jul 20 11:11:44 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 4875316 Bytes = 4761.05 KiB = 4.65 MiB Load Address: 00000000 Entry Point: 00000000 Completed OK # rm -rf /kisskb/build/linus_ppc64e_defconfig_powerpc-gcc4.6 # Build took: 0:01:30.713616