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=-0.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS 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 0FEFDC11D25 for ; Mon, 24 Feb 2020 07:34:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DAD392072D for ; Mon, 24 Feb 2020 07:34:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1582529698; bh=o+yL1rAZEZaOSpkYZ2IJzD35Vhx8Z6VvSOO76ueSMKg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=FWSVXxrpq86PYtdnAm1niRLMpoAnunWPPlNTVollwG9a300hCzFdfU4EGyjB0V0oJ 0PB80XVOBu+yvbxYwwwU/IZPdlLD+tuajX6922c94B1t2kaKBRfQV7HqOmVh4IBbVU rPUASxmT0N01dFFmxRfYkZTwZJJbJggY5wdGKvuo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727290AbgBXHe5 (ORCPT ); Mon, 24 Feb 2020 02:34:57 -0500 Received: from mail.kernel.org ([198.145.29.99]:46828 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726709AbgBXHe4 (ORCPT ); Mon, 24 Feb 2020 02:34:56 -0500 Received: from localhost (95-141-97-180.as16211.net [95.141.97.180]) (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 4765020637; Mon, 24 Feb 2020 07:34:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1582529695; bh=o+yL1rAZEZaOSpkYZ2IJzD35Vhx8Z6VvSOO76ueSMKg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=sq/dMG06eMMypKL0oNarz1mCbIGJDWhBYEhVFN74xs/mT43BNH5SVOnPnvk+Pti46 tfu7FujvUf58RQjJ94R1dEoZ2thZYZ7DsrZKvgzu7ZA+hxjRLIwLMFT70WnkFjGyjC 1nVVu5QzJdVHfGfJ7SOCdKpgAQK7niJL82fIAHFQ= Date: Mon, 24 Feb 2020 08:34:53 +0100 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, stable@vger.kernel.org Subject: Re: [PATCH 5.5 000/399] 5.5.6-stable review Message-ID: <20200224073453.GA651792@kroah.com> References: <20200221072402.315346745@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Feb 23, 2020 at 04:18:46PM -0800, Guenter Roeck wrote: > On 2/20/20 11:35 PM, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 5.5.6 release. > > There are 399 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 Sun, 23 Feb 2020 07:19:49 +0000. > > Anything received after that time might be too late. > > > > For v5.5.5-393-g8ba99698af46: > > Build results: > total: 157 pass: 157 fail: 0 > Qemu test results: > total: 416 pass: 416 fail: 0 Great, thanks for all the help in testing this round. greg k-h