----- Original Message ----- > From: "CKI Project" <cki-project@xxxxxxxxxx> > To: linux-block@xxxxxxxxxxxxxxx, axboe@xxxxxxxxx > Sent: Monday, November 9, 2020 5:11:45 PM > Subject: ❌ FAIL: Test report for kernel 5.10.0-rc3 (block) > > > Hello, > > We ran automated tests on a recent commit from this kernel tree: > > Kernel repo: > https://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git > Commit: c91882ba0790 - Merge branch 'tif-task_work.arch' into > for-next > > 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=datawarehouse-public/2020/11/09/617345 > > 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) > Hi, we're seeing the following errors with the last two git pushes (the other one being commit dd8da1a825a9ba9ad3c7d0e707db9441c9182349): 00:00:10 In file included from ./arch/x86/include/asm/atomic.h:5, 00:00:10 from ./include/linux/atomic.h:7, 00:00:10 from ./include/linux/crypto.h:15, 00:00:10 from arch/x86/kernel/asm-offsets.c:9: 00:00:10 ./include/linux/sched/signal.h: In function ‘signal_pending’: 00:00:10 ./include/linux/sched/signal.h:368:39: error: ‘TIF_NOTIFY_SIGNAL’ undeclared (first use in this function) 00:00:10 368 | if (unlikely(test_tsk_thread_flag(p, TIF_NOTIFY_SIGNAL))) 00:00:10 | ^~~~~~~~~~~~~~~~~ 00:00:10 ./include/linux/compiler.h:78:42: note: in definition of macro ‘unlikely’ 00:00:10 78 | # define unlikely(x) __builtin_expect(!!(x), 0) 00:00:10 | ^ 00:00:10 ./include/linux/sched/signal.h:368:39: note: each undeclared identifier is reported only once for each function it appears in 00:00:10 368 | if (unlikely(test_tsk_thread_flag(p, TIF_NOTIFY_SIGNAL))) 00:00:10 | ^~~~~~~~~~~~~~~~~ 00:00:10 ./include/linux/compiler.h:78:42: note: in definition of macro ‘unlikely’ 00:00:10 78 | # define unlikely(x) __builtin_expect(!!(x), 0) 00:00:10 | ^ 00:00:10 HDRINST usr/include/linux/thermal.h 00:00:10 HDRINST usr/include/linux/time.h 00:00:10 make[3]: *** [scripts/Makefile.build:117: arch/x86/kernel/asm-offsets.s] Error 1 00:00:10 HDRINST usr/include/linux/time_types.h 00:00:10 HDRINST usr/include/linux/timerfd.h 00:00:10 make[2]: *** [Makefile:1200: prepare0] Error 2 Veronika > We hope that these logs can help you find the problem quickly. For the full > detail on our testing procedures, please scroll to the bottom of this > message. > > Please reply to this email if you have any questions about the tests that we > ran or if you have any suggestions on how to make future tests more > effective. > > ,-. ,-. > ( C ) ( K ) Continuous > `-',-.`-' Kernel > ( I ) Integration > `-' > ______________________________________________________________________________ > > Compile testing > --------------- > > We compiled the kernel for 4 architectures: > > aarch64: > make options: make -j30 INSTALL_MOD_STRIP=1 targz-pkg > > ppc64le: > make options: make -j30 INSTALL_MOD_STRIP=1 targz-pkg > > s390x: > make options: make -j30 INSTALL_MOD_STRIP=1 targz-pkg > > x86_64: > make options: make -j30 INSTALL_MOD_STRIP=1 targz-pkg > > >