-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
On 5/2/19 7:32 AM, CKI Project wrote:
We ran automated tests on a patchset that was proposed for merging into this kernel tree. The patches were applied to:
Kernel repo: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git Commit: d5a2675b207d - Linux 5.0.11
The results of these automated tests are provided below.
Overall result: FAILED (see details below) Merge: OK Compile: FAILED
We attempted to compile the kernel for multiple architectures, but the compile failed on one or more architectures:
aarch64: FAILED (see build-aarch64.log.xz attachment) ppc64le: FAILED (see build-ppc64le.log.xz attachment) s390x: FAILED (see build-s390x.log.xz attachment) x86_64: FAILED (see build-x86_64.log.xz attachment)
Here's the relevant error output from the builds:
00:00:56 kernel/trace/trace.c: In function 'buffer_pipe_buf_get': 00:00:56 kernel/trace/trace.c:6852:10: warning: 'return' with a value, in function returning void 00:00:56 return false; 00:00:56 ^~~~~ 00:00:56 kernel/trace/trace.c:6846:13: note: declared here 00:00:56 static void buffer_pipe_buf_get(struct pipe_inode_info *pipe, 00:00:56 ^~~~~~~~~~~~~~~~~~~ 00:00:56 kernel/trace/trace.c:6855:9: warning: 'return' with a value, in function returning void 00:00:56 return true; 00:00:56 ^~~~ 00:00:56 kernel/trace/trace.c:6846:13: note: declared here 00:00:56 static void buffer_pipe_buf_get(struct pipe_inode_info *pipe, 00:00:56 ^~~~~~~~~~~~~~~~~~~ 00:00:56 kernel/trace/trace.c: At top level: 00:00:56 kernel/trace/trace.c:6864:11: error: initialization of 'bool (*)(struct pipe_inode_info *, struct pipe_buffer *)' {aka '_Bool (*)(struct pipe_inode_info *, struct pipe_buffer *)'} from incompatible pointer type 'void (*)(struct pipe_inode_info *, struct pipe_buffer *)' [-Werror=incompatible-pointer-types] 00:00:56 .get = buffer_pipe_buf_get, 00:00:56 ^~~~~~~~~~~~~~~~~~~ 00:00:56 kernel/trace/trace.c:6864:11: note: (near initialization for 'buffer_pipe_buf_ops.get') 00:00:56 cc1: some warnings being treated as errors 00:00:56 ASN.1 crypto/rsapubkey.asn1.c 00:00:56 ASN.1 crypto/rsaprivkey.asn1.c 00:00:56 CC crypto/rsa.o 00:00:56 CC kernel/time/posix-cpu-timers.o 00:00:56 make[4]: *** [scripts/Makefile.build:276: kernel/trace/trace.o] Error 1 00:00:56 make[4]: *** Waiting for unfinished jobs....
The original email sent from our system has the full build logs attached.
- -- Major Hayden