Hello,
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)
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 `-' ______________________________________________________________________________
Merge testing -------------
We cloned this repository and checked out the following commit:
Repo: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git Commit: d5a2675b207d - Linux 5.0.11
We then merged the patchset with `git am`:
selinux-use-kernel-linux-socket.h-for-genheaders-and-mdp.patch revert-acpica-clear-status-of-gpes-before-enabling-them.patch drm-i915-do-not-enable-fec-without-dsc.patch mm-make-page-ref-count-overflow-check-tighter-and-more-explicit.patch mm-add-try_get_page-helper-function.patch mm-prevent-get_user_pages-from-overflowing-page-refcount.patch fs-prevent-page-refcount-overflow-in-pipe_buf_get.patch
Compile testing ---------------
We compiled the kernel for 4 architectures:
aarch64: build options: -j20 INSTALL_MOD_STRIP=1 targz-pkg
ppc64le: build options: -j20 INSTALL_MOD_STRIP=1 targz-pkg
s390x: build options: -j20 INSTALL_MOD_STRIP=1 targz-pkg
x86_64: build options: -j20 INSTALL_MOD_STRIP=1 targz-pkg
-----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
On Thu, May 02, 2019 at 07:39:14AM -0500, Major Hayden wrote:
-----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:
My fault, I messed up the backport. Your builds are faster than mine :)
Should now be fixed up, thanks.
greg k-h
linux-stable-mirror@lists.linaro.org