On Mon, Jul 12, 2021 at 03:40:01PM +0200, Veronika Kabatova wrote:
On Mon, Jul 12, 2021 at 3:37 PM CKI Project cki-project@redhat.com wrote:
Hello,
We ran automated tests on a recent commit from this kernel tree:
Kernel repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git Commit: e2aabcece18e - powerpc/preempt: Don't touch the idle task's preempt_count during hotplug
The results of these automated tests are provided below.
Overall result: FAILED (see details below) Merge: OK Compile: FAILED
All kernel binaries, config files, and logs are available for download here:
https://arr-cki-prod-datawarehouse-public.s3.amazonaws.com/index.html?prefix...
We attempted to compile the kernel for multiple architectures, but the compile failed on one or more architectures:
x86_64: FAILED (see build-x86_64.log.xz attachment)
00:07:45 sound/soc/intel/boards/sof_sdw.c:200:41: error: implicit declaration of function ‘SOF_BT_OFFLOAD_SSP’ [-Werror=implicit-function-declaration] 00:07:45 200 | SOF_BT_OFFLOAD_SSP(2) | 00:07:45 | ^~~~~~~~~~~~~~~~~~ 00:07:45 sound/soc/intel/boards/sof_sdw.c:201:41: error: ‘SOF_SSP_BT_OFFLOAD_PRESENT’ undeclared here (not in a function) 00:07:45 201 | SOF_SSP_BT_OFFLOAD_PRESENT), 00:07:45 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 00:07:45 cc1: some warnings being treated as errors 00:07:45 make[6]: *** [scripts/Makefile.build:272: sound/soc/intel/boards/sof_sdw.o] Error 1 00:07:45 make[5]: *** [scripts/Makefile.build:515: sound/soc/intel/boards] Error 2 00:07:45 make[4]: *** [scripts/Makefile.build:515: sound/soc/intel] Error 2 00:07:45 make[3]: *** [scripts/Makefile.build:515: sound/soc] Error 2 00:07:45 make[2]: *** [Makefile:1859: sound] Error 2
Hi, this looks to be introduced by
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/c...
Thanks, offending patches now dropped from all queues.
greg k-h