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.2 required=3.0 tests=DATE_IN_PAST_03_06, DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,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 55E1FC4646C for ; Tue, 25 Jun 2019 03:53:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 147E920665 for ; Tue, 25 Jun 2019 03:53:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1561434808; bh=WdAQksep6/G3ADoK98f+wAGREBeKGTO+oUjDyKFdzhI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=mh9wA/PhQZKukB7EN6dpqHBZktKj1dZuKI/W97AxFzAw4ik/OBHn4UiDEFikPE+1K cCoXafHOVVx55jey2KeRy5NHY+4dJe7XSa9RRN20Ed/uKBWv7DIMchhiWQ6t41GS7U MCnnGlTLqR9OKrC3j/EaWzYe4175nFrO0aC8+ZBs= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726834AbfFYDx1 (ORCPT ); Mon, 24 Jun 2019 23:53:27 -0400 Received: from mail.kernel.org ([198.145.29.99]:35610 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726833AbfFYDx1 (ORCPT ); Mon, 24 Jun 2019 23:53:27 -0400 Received: from localhost (unknown [116.226.249.212]) (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 B8B0620665; Tue, 25 Jun 2019 03:53:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1561434806; bh=WdAQksep6/G3ADoK98f+wAGREBeKGTO+oUjDyKFdzhI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=LY8ES9E+1etUoa9OPMc+panh2qCG8miOhtbRxxr9OeVCNbJpEVRVK+A1aa8UNuZ3M msEicCoNmHC5EA+p/sKZHpKrB/qREizhGj5EeDn7xjcihS0bvSWbc17dhHokARELoD Pnl+EDIZoHkN9Qlxn3m5YY+gIDHWJRng+JhRDnRA= Date: Tue, 25 Jun 2019 08:47:57 +0800 From: Greg KH To: CKI Project Cc: Linux Stable maillist Subject: Re: =?utf-8?B?4p2OIEZBSUw=?= =?utf-8?Q?=3A?= Stable queue: queue-4.19 Message-ID: <20190625004757.GA8185@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.12.1 (2019-06-15) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Jun 24, 2019 at 07:32:52PM -0400, CKI Project 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: 78778071092e - Linux 4.19.55 > > The results of these automated tests are provided below. > > Overall result: FAILED (see details below) > Merge: FAILED > > > > > When we attempted to merge the patchset, we received an error: > > Patch is empty. I'm all for reporting errors, but can you all figure out how to determine the difference between your scripts failing as they pull at an bad time, and a real problem? thanks, greg k-h