# git rev-parse -q --verify 556e2f6020bf90f63c5dd65e9a2254be6db3185b^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/linus master 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 556e2f6020bf90f63c5dd65e9a2254be6db3185b^{commit} 556e2f6020bf90f63c5dd65e9a2254be6db3185b # git checkout -q -f -B kisskb 556e2f6020bf90f63c5dd65e9a2254be6db3185b # git clean -qxdf # < git log -1 # commit 556e2f6020bf90f63c5dd65e9a2254be6db3185b # Merge: 65ee21eb633c 74684cce5ebd # Author: Linus Torvalds # Date: Fri Jun 28 08:50:09 2019 +0800 # # Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux # # Pull clk fixes from Stephen Boyd: # "A handful of clk driver fixes and one core framework fix # # - Do a DT/firmware lookup in clk_core_get() even when the DT index is # a nonsensical value # # - Fix some clk data typos in the Amlogic DT headers/code # # - Avoid returning junk in the TI clk driver when an invalid clk is # looked for # # - Fix dividers for the emac clks on Stratix10 SoCs # # - Fix default HDA rates on Tegra210 to correct distorted audio" # # * tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux: # clk: socfpga: stratix10: fix divider entry for the emac clocks # clk: Do a DT parent lookup even when index < 0 # clk: tegra210: Fix default rates for HDA clocks # clk: ti: clkctrl: Fix returning uninitialized data # clk: meson: meson8b: fix a typo in the VPU parent names array variable # clk: meson: fix MPLL 50M binding id typo # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux-ld --version # < git log --format=%s --max-count=1 556e2f6020bf90f63c5dd65e9a2254be6db3185b # < make -s -j 24 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- randconfig KCONFIG_SEED=0x5A479C66 # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # yes \n | make -s -j 24 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- oldconfig yes: standard output: Broken pipe # make -s -j 24 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- In file included from /kisskb/src/include/asm-generic/bug.h:5, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/mm.h:9, from /kisskb/src/include/linux/ring_buffer.h:5, from /kisskb/src/include/linux/trace_events.h:6, from /kisskb/src/kernel/trace/ring_buffer.c:7: /kisskb/src/arch/arm64/include/asm/cmpxchg.h: In function '__cmpxchg_mb': /kisskb/src/include/linux/compiler.h:345:38: error: call to '__compiletime_assert_132' declared with attribute error: BUILD_BUG failed _compiletime_assert(condition, msg, __compiletime_assert_, __LINE__) ^ /kisskb/src/include/linux/compiler.h:326:4: note: in definition of macro '__compiletime_assert' prefix ## suffix(); \ ^~~~~~ /kisskb/src/include/linux/compiler.h:345:2: note: in expansion of macro '_compiletime_assert' _compiletime_assert(condition, msg, __compiletime_assert_, __LINE__) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/build_bug.h:39:37: note: in expansion of macro 'compiletime_assert' #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/build_bug.h:59:21: note: in expansion of macro 'BUILD_BUG_ON_MSG' #define BUILD_BUG() BUILD_BUG_ON_MSG(1, "BUILD_BUG failed") ^~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/cmpxchg.h:123:3: note: in expansion of macro 'BUILD_BUG' BUILD_BUG(); \ ^~~~~~~~~ /kisskb/src/arch/arm64/include/asm/cmpxchg.h:132:1: note: in expansion of macro '__CMPXCHG_GEN' __CMPXCHG_GEN(_mb) ^~~~~~~~~~~~~ make[3]: *** [/kisskb/src/scripts/Makefile.build:279: kernel/trace/ring_buffer.o] Error 1 make[2]: *** [/kisskb/src/scripts/Makefile.build:489: kernel/trace] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1071: kernel] Error 2 make[1]: *** Waiting for unfinished jobs.... /kisskb/src/drivers/gpu/drm/amd/amdgpu/soc15.c: In function 'soc15_set_ip_blocks': /kisskb/src/drivers/gpu/drm/amd/amdgpu/soc15.c:630:3: warning: #warning "Enable CONFIG_DRM_AMD_DC for display support on SOC15." [-Wcpp] # warning "Enable CONFIG_DRM_AMD_DC for display support on SOC15." ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/soc15.c:652:3: warning: #warning "Enable CONFIG_DRM_AMD_DC for display support on SOC15." [-Wcpp] # warning "Enable CONFIG_DRM_AMD_DC for display support on SOC15." ^~~~~~~ /kisskb/src/drivers/hwtracing/intel_th/msu.c: In function 'msc_buffer_win_alloc': /kisskb/src/drivers/hwtracing/intel_th/msu.c:783:21: warning: unused variable 'i' [-Wunused-variable] int ret = -ENOMEM, i; ^ /kisskb/src/drivers/hwtracing/intel_th/msu.c: In function 'msc_buffer_win_free': /kisskb/src/drivers/hwtracing/intel_th/msu.c:863:6: warning: unused variable 'i' [-Wunused-variable] int i; ^ make: *** [Makefile:179: sub-make] Error 2 Command 'make -s -j 24 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 # Build took: 0:06:12.142659