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=-4.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 0DFB6C4363D for ; Wed, 7 Oct 2020 09:11:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C20F520872 for ; Wed, 7 Oct 2020 09:11:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602061866; bh=TjJk+OlCaYlARVePXxyEOjbbXiierRu6Y7J6fm6iYSA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=IPPuCIMrZrwEr97hvga4S3CoNFGaDNZh+eEyIzC50QM+IZumhfLpXlU1MEeb32QMO EnOsvGMibgd4koGmr0g3Bo5zqivmPcmBaXhhRGTszT6SmX2FoVqXzY4WyoLQ3UKMfK fr7G1nj44u7QSHAOHd/36nab4vjq/HwqcdxD4ArI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727211AbgJGJLG (ORCPT ); Wed, 7 Oct 2020 05:11:06 -0400 Received: from mail.kernel.org ([198.145.29.99]:49644 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726248AbgJGJLF (ORCPT ); Wed, 7 Oct 2020 05:11:05 -0400 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (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 CCF2E20789; Wed, 7 Oct 2020 09:11:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602061865; bh=TjJk+OlCaYlARVePXxyEOjbbXiierRu6Y7J6fm6iYSA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=rz2OWmYyvilixxRF/bj8beR0DpyH3GhZmlWdjkOiRCnRZCbLHkC68yABSycdBi/2O M3R+bE/k9Zk+mkQRCjyBxHOk0fMg2BnIz1EmS+R8kwHCm2h08Bk6++K17kohmFqibu sFIN/RlQ4Y/GPEyNV1EP1IVVo6Oolbnqmw6ZBBiA= Date: Wed, 7 Oct 2020 11:11:49 +0200 From: Greg Kroah-Hartman To: Guenter Roeck Cc: 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, pavel@denx.de, stable@vger.kernel.org Subject: Re: [PATCH 5.8 00/85] 5.8.14-rc1 review Message-ID: <20201007091149.GA614379@kroah.com> References: <20201005142114.732094228@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Oct 06, 2020 at 11:18:06AM -0700, Guenter Roeck wrote: > On 10/5/20 8:25 AM, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 5.8.14 release. > > There are 85 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 Wed, 07 Oct 2020 14:20:55 +0000. > > Anything received after that time might be too late. > > > > Build results: > total: 154 pass: 154 fail: 0 > Qemu test results: > total: 430 pass: 430 fail: 0 > > Tested-by: Guenter Roeck Thanks for testing all of these and letting me know. I'll try to get to the perf 4.19 issues "soon"... greg k-h