From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_PASS,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5061CC04AB4 for ; Tue, 14 May 2019 19:45:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 22B0020873 for ; Tue, 14 May 2019 19:45:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1557863115; bh=gIUqCd10g3Ofi5AGtvqghyiFV4ozJPK/4AWoBYHUI40=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=KzNa+L1YhtJRvK+rwdPnwheYZCAPh0OZ0ghPSm9wJOVFuZ/YpREMtIDTMdZvrvI4F 0M5WESQnmyDJSu4pqK6FksXE8lQZg61di59Vxd8UXCVQlRNE4nr0ldKyv4YSd2pDZD 8M9EWkrAbVFav2rPQisQ3NK9OjsSlNymCaWZijm0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726218AbfENTpO (ORCPT ); Tue, 14 May 2019 15:45:14 -0400 Received: from mail.kernel.org ([198.145.29.99]:48498 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726216AbfENTpO (ORCPT ); Tue, 14 May 2019 15:45:14 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 474A520873; Tue, 14 May 2019 19:45:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1557863113; bh=gIUqCd10g3Ofi5AGtvqghyiFV4ozJPK/4AWoBYHUI40=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=aZkFMvNtvhmsDvbie6tPkk2mGZ7Uo155pt4uPcvabGtFUrIvw2LDhNceNBC9/ETzu MsyLlO3qpp6XpJ7Ng21sEiCyT7EFM4PKg3i8vuX5T2yywGtu5uX6sIi6ZwFkL8KYyT FQw91JKqVxH5/GJffhJptavq1xh4AohWAtFQWqUg= Date: Tue, 14 May 2019 21:45:11 +0200 From: Greg KH To: CKI Project Cc: Linux Stable maillist Subject: Re: =?utf-8?B?4p2OIEZBSUw=?= =?utf-8?Q?=3A?= Test report for kernel 4.19.44-rc1-f1f5cdf.cki (stable) Message-ID: <20190514194511.GA22244@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.11.4 (2019-03-13) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, May 14, 2019 at 03:38:28PM -0400, CKI Project wrote: > Hello, > > We ran automated tests on a recent commit from this kernel tree: > > Kernel repo: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git > Commit: c209b8bd5e5e - Linux 4.19.44-rc1 > > 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: > > ppc64le: FAILED (see build-ppc64le.log.xz attachment) Is everything failing now? Has this ever worked?