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.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 60B60C433E1 for ; Wed, 1 Jul 2020 14:41:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3DFE4207BB for ; Wed, 1 Jul 2020 14:41:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1593614497; bh=nvSH9+2UcI96e3EjDMa5kVK8In3TIpQBLCm5N8cVFi0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=ZHkKXes+tS2YV2qBX6BhO/emaOb01Qs1clJ1IcZTGGgwXJ3Md+ObP3QjyCbGDbKOd 4ES7MSGxmFYKstwkKaAqQ55CB1ZmDEwMIMeGrKuA+8EvScECsUM2HvCDsG6TGHZvte 4upfO+kmPAn95Q/qFEv54C+fwgP2sd+bOLPkIYr0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731576AbgGAOlg (ORCPT ); Wed, 1 Jul 2020 10:41:36 -0400 Received: from mail.kernel.org ([198.145.29.99]:40392 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730264AbgGAOlf (ORCPT ); Wed, 1 Jul 2020 10:41:35 -0400 Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (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 1F468206BE; Wed, 1 Jul 2020 14:41:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1593614495; bh=nvSH9+2UcI96e3EjDMa5kVK8In3TIpQBLCm5N8cVFi0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=eORGEak+Owgx+ynvZGvWQlOfu+Ht2UxINJv+97tD9Y6h72mcvJMvLK103WUonhgKe W1l9ho/ij7oUlMoQQTeoPKbw+j7W4ofbFiaKfvgpR9f1AfRE7hhc5Ght8kzbj+MVnj sBvUuYwuHN6vWjDnFXg53jQW+gDs+z/cCI/b7s8U= Date: Wed, 1 Jul 2020 10:41:34 -0400 From: Sasha Levin To: Naresh Kamboju Cc: open list , linux- stable , Ben Hutchings , Linus Torvalds , patches@kernelci.org, lkft-triage@lists.linaro.org, Andrew Morton , Shuah Khan , Guenter Roeck Subject: Re: [PATCH 5.7 000/265] 5.7.7-rc1 review Message-ID: <20200701144134.GD2687961@sasha-vm> References: <20200629151818.2493727-1-sashal@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 30, 2020 at 10:44:12AM +0530, Naresh Kamboju wrote: >On Mon, 29 Jun 2020 at 20:48, Sasha Levin wrote: >> >> >> This is the start of the stable review cycle for the 5.7.7 release. >> There are 265 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 01 Jul 2020 03:14:48 PM UTC. >> Anything received after that time might be too late. >> >> The whole patch series can be found in one patch at: >> https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/patch/?id=linux-5.7.y&id2=v5.7.6 >> >> or in the git tree and branch at: >> git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.7.y >> and the diffstat can be found below. >> >> -- >> Thanks, >> Sasha > >Results from Linaro’s test farm. >No regressions on arm64, arm, x86_64, and i386. Thanks for testing! -- Thanks, Sasha