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=-11.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 032E0C432BE for ; Tue, 27 Jul 2021 05:14:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D2C66610A5 for ; Tue, 27 Jul 2021 05:14:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235186AbhG0FOQ (ORCPT ); Tue, 27 Jul 2021 01:14:16 -0400 Received: from mail.kernel.org ([198.145.29.99]:40544 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234905AbhG0FOO (ORCPT ); Tue, 27 Jul 2021 01:14:14 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 90145610A1; Tue, 27 Jul 2021 05:13:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1627362854; bh=8VonUF7E8l/saHVZpJSIFekUDI4ifTMTqmLbaZjJpYc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qcKZuG2FBnQcptn8huoxsu71yn6kSiutOi0+jDMt7kGrCI+gm34uYILWpz0Etxmmc 6lOKib4dsIvWYdoyCycll9EQD8i18T7ZgZQClZMninq7yA5s7JGNyDyvamnoYTCUQc AT2Q0SZLFibZ5YJnjbr7FR4gg9TIFJqBNZZozpmo= Date: Tue, 27 Jul 2021 07:13:09 +0200 From: Greg Kroah-Hartman To: Sudip Mukherjee Cc: Daniel =?iso-8859-1?Q?D=EDaz?= , Shuah Khan , Florian Fainelli , patches@kernelci.org, lkft-triage@lists.linaro.org, Jonathan Hunter , Stable , Pavel Machek , Andrew Morton , Linus Torvalds , Guenter Roeck , linux-kernel Subject: Re: [PATCH 5.13 000/223] 5.13.6-rc1 review Message-ID: References: <20210726153846.245305071@linuxfoundation.org> <99b34fe9-0f1f-c94f-58d5-cfb43de98d76@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 26, 2021 at 06:05:27PM +0100, Sudip Mukherjee wrote: > On Mon, Jul 26, 2021 at 5:47 PM Daniel Díaz wrote: > > > > Hello! > > > > On 7/26/21 10:36 AM, Greg Kroah-Hartman wrote: > > > This is the start of the stable review cycle for the 5.13.6 release. > > > There are 223 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, 28 Jul 2021 15:38:12 +0000. > > > Anything received after that time might be too late. > > > > > > The whole patch series can be found in one patch at: > > > https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.13.6-rc1.gz > > > or in the git tree and branch at: > > > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.13.y > > > and the diffstat can be found below. > > > > > > thanks, > > > > > > greg k-h > > > > Build regressions detected across plenty of architectures and configurations: > > I was going to report the same but just noticed that Greg has pushed out -rc2. I forgot to push it out last night, it's there now, sorry for the delay. greg k-h