# git rev-parse -q --verify 1baf02ec984b88b435e2fa065300179a3f48e7d2^{commit} 1baf02ec984b88b435e2fa065300179a3f48e7d2 already have revision, skipping fetch # git checkout -q -f -B kisskb 1baf02ec984b88b435e2fa065300179a3f48e7d2 # git clean -qxdf # < git log -1 # commit 1baf02ec984b88b435e2fa065300179a3f48e7d2 # Author: Stephen Rothwell # Date: Fri Mar 29 14:16:47 2019 +1100 # # Add linux-next specific files for 20190329 # # Signed-off-by: Stephen Rothwell # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 1baf02ec984b88b435e2fa065300179a3f48e7d2 # < make -s -j 10 ARCH=x86 O=/kisskb/build/linux-next_x86-allmodconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- allmodconfig WARNING: unmet direct dependencies detected for MFD_SUN6I_PRCM Depends on [n]: HAS_IOMEM [=y] && ARCH_SUNXI Selected by [y]: - CLK_SUNXI_PRCM_SUN6I [=y] && COMMON_CLK [=y] && CLK_SUNXI [=y] - CLK_SUNXI_PRCM_SUN8I [=y] && COMMON_CLK [=y] && CLK_SUNXI [=y] WARNING: unmet direct dependencies detected for MFD_SUN6I_PRCM Depends on [n]: HAS_IOMEM [=y] && ARCH_SUNXI Selected by [y]: - CLK_SUNXI_PRCM_SUN6I [=y] && COMMON_CLK [=y] && CLK_SUNXI [=y] - CLK_SUNXI_PRCM_SUN8I [=y] && COMMON_CLK [=y] && CLK_SUNXI [=y] # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_SAMPLES=n # yes \n | make -s -j 10 ARCH=x86 O=/kisskb/build/linux-next_x86-allmodconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- oldconfig yes: standard output: Broken pipe # make -s -j 10 ARCH=x86 O=/kisskb/build/linux-next_x86-allmodconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- WARNING: unmet direct dependencies detected for MFD_SUN6I_PRCM Depends on [n]: HAS_IOMEM [=y] && ARCH_SUNXI Selected by [y]: - CLK_SUNXI_PRCM_SUN6I [=y] && COMMON_CLK [=y] && CLK_SUNXI [=y] - CLK_SUNXI_PRCM_SUN8I [=y] && COMMON_CLK [=y] && CLK_SUNXI [=y] WARNING: unmet direct dependencies detected for MFD_SUN6I_PRCM Depends on [n]: HAS_IOMEM [=y] && ARCH_SUNXI Selected by [y]: - CLK_SUNXI_PRCM_SUN6I [=y] && COMMON_CLK [=y] && CLK_SUNXI [=y] - CLK_SUNXI_PRCM_SUN8I [=y] && COMMON_CLK [=y] && CLK_SUNXI [=y] WARNING: unmet direct dependencies detected for MFD_SUN6I_PRCM Depends on [n]: HAS_IOMEM [=y] && ARCH_SUNXI Selected by [y]: - CLK_SUNXI_PRCM_SUN6I [=y] && COMMON_CLK [=y] && CLK_SUNXI [=y] - CLK_SUNXI_PRCM_SUN8I [=y] && COMMON_CLK [=y] && CLK_SUNXI [=y] /kisskb/src/lib/list_sort.c:17:36: warning: 'pure' attribute ignored [-Wattributes] struct list_head const *, struct list_head const *); ^~~~~~~~~ /kisskb/src/sound/soc/codecs/tlv320aic32x4-clk.c: In function 'clk_aic32x4_pll_recalc_rate': /kisskb/src/sound/soc/codecs/tlv320aic32x4-clk.c:149:38: warning: 'settings.d' may be used uninitialized in this function [-Wmaybe-uninitialized] ((settings->j * 10000) + settings->d); ~~~~~~~~^~~ /kisskb/src/sound/soc/codecs/tlv320aic32x4-clk.c:197:32: note: 'settings.d' was declared here struct clk_aic32x4_pll_muldiv settings; ^~~~~~~~ /kisskb/src/sound/soc/codecs/tlv320aic32x4-clk.c:149:15: warning: 'settings.j' may be used uninitialized in this function [-Wmaybe-uninitialized] ((settings->j * 10000) + settings->d); ~~~~~~~~^~~ /kisskb/src/sound/soc/codecs/tlv320aic32x4-clk.c:197:32: note: 'settings.j' was declared here struct clk_aic32x4_pll_muldiv settings; ^~~~~~~~ /kisskb/src/sound/soc/codecs/tlv320aic32x4-clk.c:148:37: warning: 'settings.r' may be used uninitialized in this function [-Wmaybe-uninitialized] rate = (u64) parent_rate * settings->r * ~~~~~~~~^~~ /kisskb/src/sound/soc/codecs/tlv320aic32x4-clk.c:197:32: note: 'settings.r' was declared here struct clk_aic32x4_pll_muldiv settings; ^~~~~~~~ /kisskb/src/sound/soc/codecs/tlv320aic32x4-clk.c:151:56: warning: 'settings.p' may be used uninitialized in this function [-Wmaybe-uninitialized] return (unsigned long) DIV_ROUND_UP_ULL(rate, settings->p * 10000); ^~ /kisskb/src/sound/soc/codecs/tlv320aic32x4-clk.c:197:32: note: 'settings.p' was declared here struct clk_aic32x4_pll_muldiv settings; ^~~~~~~~ In file included from /kisskb/src/include/linux/phy/phy.h:19, from /kisskb/src/drivers/phy/broadcom/phy-bcm-sr-usb.c:10: /kisskb/src/drivers/phy/broadcom/phy-bcm-sr-usb.c: In function 'bcm_usb_phy_probe': /kisskb/src/include/linux/device.h:1138:19: warning: 'phy_cfg' may be used uninitialized in this function [-Wmaybe-uninitialized] dev->driver_data = data; ~~~~~~~~~~~~~~~~~^~~~~~ /kisskb/src/drivers/phy/broadcom/phy-bcm-sr-usb.c:289:26: note: 'phy_cfg' was declared here struct bcm_usb_phy_cfg *phy_cfg; ^~~~~~~ Completed OK # rm -rf /kisskb/build/linux-next_x86-allmodconfig_x86_64-gcc8 # Build took: 0:28:19.477275