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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4BB92ECAAD3 for ; Thu, 1 Sep 2022 12:05:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232394AbiIAMFt (ORCPT ); Thu, 1 Sep 2022 08:05:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35438 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229813AbiIAMFs (ORCPT ); Thu, 1 Sep 2022 08:05:48 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 248E020BF3; Thu, 1 Sep 2022 05:05:47 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id C4136B825D9; Thu, 1 Sep 2022 12:05:45 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 04813C433C1; Thu, 1 Sep 2022 12:05:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1662033944; bh=1/ITtPajvsuGeSUwQV54RoSheDKrLAMesTYSkiT4bJE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=RqOjwBAkfaA3609lbc8VisopUG2tRFoLxEaKQYuofocIe5xgEUAhpXra3x13huxdL yN0McEMjC6Zhp/82PcibrfRUEkzX+uarnhhdsWCuUNqJI7n9aqRm2460IHhm+qnN6q bnb/vhfsnqL98lPcXesn1DqZUI6nrVgTpIJ4FFwg= Date: Thu, 1 Sep 2022 14:05:41 +0200 From: Greg Kroah-Hartman To: Sudip Mukherjee Cc: linux-kernel , Stable , Linus Torvalds , Andrew Morton , Guenter Roeck , Shuah Khan , patches@kernelci.org, lkft-triage@lists.linaro.org, Pavel Machek , Jonathan Hunter , Florian Fainelli , slade@sladewatkins.com Subject: Re: [PATCH 5.15 000/136] 5.15.64-rc1 review Message-ID: References: <20220829105804.609007228@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: stable@vger.kernel.org On Thu, Sep 01, 2022 at 11:56:20AM +0100, Sudip Mukherjee wrote: > On Thu, Sep 1, 2022 at 11:30 AM Greg Kroah-Hartman > wrote: > > > > On Thu, Sep 01, 2022 at 11:22:53AM +0100, Sudip Mukherjee wrote: > > > On Thu, Sep 1, 2022 at 10:46 AM Greg Kroah-Hartman > > > wrote: > > > > > > > > On Mon, Aug 29, 2022 at 09:11:28PM +0100, Sudip Mukherjee wrote: > > > > > Hi Greg, > > > > > > > > > > On Mon, Aug 29, 2022 at 12:00 PM Greg Kroah-Hartman > > > > > wrote: > > > > > > > > > > > > This is the start of the stable review cycle for the 5.15.64 release. > > > > > > There are 136 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, 31 Aug 2022 10:57:37 +0000. > > > > > > Anything received after that time might be too late. > > > > > > > > > > My builds are still running, but just an initial report for gcc-12. (I > > > > > know v5.15.y still does not build completely with gcc-12). > > > > > > > > > > x86_64 and arm64 allmodconfig build fails with gcc-12, with the error: > > > > > > > > > > > > > > > > > > > > > > > > Introduced in v5.15.61 due to 2711bedab26c ("Bluetooth: L2CAP: Fix > > > > > l2cap_global_chan_by_psm regression"). > > > > > But v5.19.y and mainline does not show the build failure as they also > > > > > have 41b7a347bf14 ("powerpc: Book3S 64-bit outline-only KASAN > > > > > support"). > > > > > > > > Ick, ok, what to do here? I can't really backport 41b7a347bf14 to 5.15 > > > > easily as it's huge and a new feature. Any other ideas? > > > > > > Yeah. > > > https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/commit/?id=b840304fb46cdf7012722f456bce06f151b3e81b > > > will fix the it for mips and csky failure in mainline and v5.19.y. And > > > I just verified that it will fix for powerpc also in v5.15.y. So, we > > > just need to wait for now. > > > > Ah good, thanks for pointing that out! > > uhh.. I can see you already added to the stable tree, but its not in > mainline yet. It's on track to get to Linus and fixes a build problem, should be ok.