# git rev-parse -q --verify 881eccbef52563feb4fde0d19d375884798783f7^{commit} 881eccbef52563feb4fde0d19d375884798783f7 already have revision, skipping fetch # git checkout -q -f -B kisskb 881eccbef52563feb4fde0d19d375884798783f7 # git clean -qxdf # < git log -1 # commit 881eccbef52563feb4fde0d19d375884798783f7 # Merge: 33e591dee915 503ae285944a # Author: Linus Torvalds # Date: Fri Oct 7 16:13:55 2022 -0700 # # Merge tag 'soundwire-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire # # Pull soundwire updates from Vinod Koul: # "Updates for Intel, Cadence and Qualcomm drivers: # # - another round of Intel driver cleanup to prepare for future code # reorg which is expected in next cycle (Pierre-Louis Bossart) # # - bus unattach notifications processing during re-enumeration along # with Cadence driver updates for this (Richard Fitzgerald) # # - Qualcomm driver updates to handle device0 status (Srinivas # Kandagatla)" # # * tag 'soundwire-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire: (42 commits) # soundwire: intel: add helper to stop bus # soundwire: intel: introduce helpers to start bus # soundwire: intel: introduce intel_shim_check_wake() helper # soundwire: intel: simplify read ops assignment # soundwire: intel: remove intel_init() wrapper # soundwire: intel: move shim initialization before power up/down # soundwire: intel: remove clock_stop parameter in intel_shim_init() # soundwire: intel: move all PDI initialization under intel_register_dai() # soundwire: intel: move DAI registration and debugfs init earlier # soundwire: intel: simplify flow and use devm_ for DAI registration # soundwire: intel: fix error handling on dai registration issues # soundwire: cadence: Simplify error paths in cdns_xfer_msg() # soundwire: cadence: Fix error check in cdns_xfer_msg() # soundwire: cadence: Write to correct address for each FIFO chunk # soundwire: bus: Fix wrong port number in sdw_handle_slave_alerts() # soundwire: qcom: do not send status of device 0 during alert # soundwire: qcom: update status from device id 1 # soundwire: cadence: Don't overwrite msg->buf during write commands # soundwire: bus: Don't exit early if no device IDs were programmed # soundwire: cadence: Fix lost ATTACHED interrupts when enumerating # ... # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 881eccbef52563feb4fde0d19d375884798783f7 # < make -s -j 120 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux- randconfig # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # Added to kconfig CONFIG_CC_STACKPROTECTOR_STRONG=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig CONFIG_GCC_PLUGIN_CYC_COMPLEXITY=n # Added to kconfig CONFIG_GCC_PLUGIN_SANCOV=n # Added to kconfig CONFIG_GCC_PLUGIN_LATENT_ENTROPY=n # Added to kconfig CONFIG_BPF_PRELOAD=n # Added to kconfig # < make -s -j 120 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux- help # make -s -j 120 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux- olddefconfig .config:6498:warning: override: reassigning to symbol STANDALONE .config:6501:warning: override: reassigning to symbol GCC_PLUGINS # make -s -j 120 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux- /kisskb/src/fs/coredump.c:835:12: error: 'dump_emit_page' defined but not used [-Werror=unused-function] 835 | static int dump_emit_page(struct coredump_params *cprm, struct page *page) | ^~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/kisskb/src/scripts/Makefile.build:250: fs/coredump.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1995: fs] Error 2 make[1]: *** Waiting for unfinished jobs.... In file included from : /kisskb/src/drivers/net/phy/micrel.c: In function 'ksz886x_cable_test_fault_length': /kisskb/src/include/linux/compiler_types.h:354:45: error: call to '__compiletime_assert_447' declared with attribute error: FIELD_GET: mask is not constant 354 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ /kisskb/src/include/linux/compiler_types.h:335:25: note: in definition of macro '__compiletime_assert' 335 | prefix ## suffix(); \ | ^~~~~~ /kisskb/src/include/linux/compiler_types.h:354:9: note: in expansion of macro '_compiletime_assert' 354 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/build_bug.h:39:37: note: in expansion of macro 'compiletime_assert' 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/bitfield.h:65:17: note: in expansion of macro 'BUILD_BUG_ON_MSG' 65 | BUILD_BUG_ON_MSG(!__builtin_constant_p(_mask), \ | ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/bitfield.h:128:17: note: in expansion of macro '__BF_FIELD_CHECK' 128 | __BF_FIELD_CHECK(_mask, _reg, 0U, "FIELD_GET: "); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/phy/micrel.c:1882:14: note: in expansion of macro 'FIELD_GET' 1882 | dt = FIELD_GET(data_mask, status); | ^~~~~~~~~ make[4]: *** [/kisskb/src/scripts/Makefile.build:250: drivers/net/phy/micrel.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:525: drivers/net/phy] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:525: drivers/net] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1995: drivers] Error 2 make: *** [Makefile:231: __sub-make] Error 2 Command 'make -s -j 120 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 # Build took: 0:04:34.795952