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=-6.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_PASS 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 BD388C169C4 for ; Wed, 6 Feb 2019 09:51:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 95CE820B1F for ; Wed, 6 Feb 2019 09:51:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727724AbfBFJv4 (ORCPT ); Wed, 6 Feb 2019 04:51:56 -0500 Received: from mx1.redhat.com ([209.132.183.28]:40270 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727103AbfBFJvz (ORCPT ); Wed, 6 Feb 2019 04:51:55 -0500 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 9A25EC05093A; Wed, 6 Feb 2019 09:51:55 +0000 (UTC) Received: from [10.36.116.192] (ovpn-116-192.ams2.redhat.com [10.36.116.192]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 0785B5B6B0; Wed, 6 Feb 2019 09:51:51 +0000 (UTC) Subject: Re: Stable queue: queue-4.20 To: Greg KH , CKI Cc: Linux Stable maillist References: <20190204072445.GA2820@kroah.com> From: Nikolai Kondrashov Message-ID: <9ea687d5-ffb8-80be-78b9-d20e5de4f727@redhat.com> Date: Wed, 6 Feb 2019 11:51:50 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 MIME-Version: 1.0 In-Reply-To: <20190204072445.GA2820@kroah.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Wed, 06 Feb 2019 09:51:55 +0000 (UTC) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On 2/4/19 9:24 AM, Greg KH wrote: > On Mon, Feb 04, 2019 at 01:26:40AM -0500, CKI wrote: >> 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: 65f42a73e553 Linux 4.20.6 >> >> The results of these automated tests are provided below. >> >> Overall result: FAILED (see details below) >> Patch merge: OK >> Compile: FAILED > > Should be fixed now, sorry about that. Your failure message came back > faster than my internal build systems caught this. I think I need to > upgrade my build system :) Ha-ha, nice :) Nothing to be sorry about, though, we're just trying to help you make stable awesome and are glad to be useful :) Nick