Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp1410522yba; Sun, 5 May 2019 05:54:04 -0700 (PDT) X-Google-Smtp-Source: APXvYqzzq+NMnQ348UGJaAfmiAD+lxHGTnlMTS4PFgDE3cCaePuqLgsEOUfS1TGoqzWag3Pa+jIA X-Received: by 2002:a17:902:20cb:: with SMTP id v11mr24780198plg.324.1557060844645; Sun, 05 May 2019 05:54:04 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1557060844; cv=none; d=google.com; s=arc-20160816; b=hxJA9/awA7vuy+7MEIANWESYm8kdO4n5uwnwUnT8cZXzOxtJOHW4V+4XcWusMMbr2t bBV5a8mSdyxqvW8eDjbm1d48D0XbeFpI7l5J9BBTl8UjYTMJTe9tzGLCldEBETrXmytQ dobJVPxaTJT+7NExMDlSHxtD6G3ofWJxzPZDAZxDhel2W3LXGFqcaN3Ov/NbOHWiCO1z P3A5QsA0L7HVdlWu83/8RdZByzDIXzgp6GmWArECnGSnUCcyBlAIfHH6Kr3efw3dA81k gM6clQpUjbH2TiWYPhnEAjzl++amLBVg1E+u7ci62nl2RqXR+bwxyOpzuHH1c3fc0zTX d3tQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-transfer-encoding:content-disposition:mime-version :references:message-id:subject:to:from:date:dkim-signature; bh=R6FX7sti9Rm0nnBfHRvGZT0j1N+GA819IhVrdHxzBxo=; b=VFqPFlZUsAgw8HFfAEOlrJ0JQylEjwwQ4NFqCypfqWtS+fBAgdVs+2MTNHptGQVvyd SrSlDNbuzAaB3bylro/uqYUin8KQpatLAjlwTv/ilpkh0wOjy6meFgowu4zA/pRpuRrr UyzSa5PYe7/zYFDzwHvTJXjtkqyfVFbgdUpyfOYTFxMmFFC0HGY2BKdRzTUc3npnHCdA SKda+A4N9NzbQcHn6dIULZEp7T/VfH2GfgUpKAk3ROfDg/QsjGwuHcvnh5tVtMy6h9QP ryXtPI+h7R1RsolFjrK90RjuRYm0pReJ4YtE89kvBGJ05YeI5udPvlKwv/8OSlSEepbd DX7g== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=sJ1DEylQ; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id a5si10309381pff.39.2019.05.05.05.53.49; Sun, 05 May 2019 05:54:04 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=sJ1DEylQ; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727696AbfEEMlZ (ORCPT + 99 others); Sun, 5 May 2019 08:41:25 -0400 Received: from mail.kernel.org ([198.145.29.99]:41370 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727547AbfEEMlZ (ORCPT ); Sun, 5 May 2019 08:41:25 -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 EA6DC20675; Sun, 5 May 2019 12:41:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1557060084; bh=oTLoU8O/Iq3RghvEuonBsUORgGoSFe14q+ZWeNUPvpw=; h=Date:From:To:Subject:References:In-Reply-To:From; b=sJ1DEylQVS3JVhj8MyUcQA/b5dIX08EJqxtor/x7bz5ZhIDpZowfauod0kWPodF+Q ngd/aoREJgAUDb7lJnAUDF32YirC9Guo32O3CdQ+k+vH+4V2Z/pYX5Lg6QcHefCoYr IThCm5sN7xkh67QPo1uHGndNM4KvVMBzBNZkyjCg= Date: Sun, 5 May 2019 14:41:21 +0200 From: Greg Kroah-Hartman To: Guenter Roeck , linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, shuah@kernel.org, patches@kernelci.org, ben.hutchings@codethink.co.uk, lkft-triage@lists.linaro.org, stable@vger.kernel.org Subject: Re: [PATCH 5.0 00/32] 5.0.13-stable review Message-ID: <20190505124121.GA17233@kroah.com> References: <20190504102452.523724210@linuxfoundation.org> <20190505030515.txopqluki6mc2px2@xps.therub.org> <4913833a-5b46-20d0-4dce-3e6d46a7a498@roeck-us.net> <20190505121748.p7yeymdissakg4q5@xps.therub.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20190505121748.p7yeymdissakg4q5@xps.therub.org> User-Agent: Mutt/1.11.4 (2019-03-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, May 05, 2019 at 07:17:48AM -0500, Dan Rue wrote: > On Sat, May 04, 2019 at 08:31:36PM -0700, Guenter Roeck wrote: > > On 5/4/19 8:05 PM, Dan Rue wrote: > > > On Sat, May 04, 2019 at 12:24:45PM +0200, Greg Kroah-Hartman wrote: > > > > This is the start of the stable review cycle for the 5.0.13 release. > > > > There are 32 patches in this series, all will be posted as a response > > > > to this one. If anyone has any issues with these being applied, please > > > > let me know. > > > > > > > > Responses should be made by Mon 06 May 2019 10:24:23 AM UTC. > > > > Anything received after that time might be too late. > > > > > > Results from Linaro’s test farm. > > > Regressions detected. > > > > > > > Confusing. What are the regressions ? Below it says that there are none. > > My mistake for dashing it off too quickly. No regressions on arm64, arm, > x86_64, and i386. Thanks for confirming this. greg k-h