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 470ACECAAD3 for ; Thu, 1 Sep 2022 10:30:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232804AbiIAKav (ORCPT ); Thu, 1 Sep 2022 06:30:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36106 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234071AbiIAKar (ORCPT ); Thu, 1 Sep 2022 06:30:47 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 27315DD744; Thu, 1 Sep 2022 03:30:43 -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 dfw.source.kernel.org (Postfix) with ESMTPS id 1082961CEF; Thu, 1 Sep 2022 10:30:42 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CA065C433B5; Thu, 1 Sep 2022 10:30:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1662028241; bh=5x525oxOQnL5n2nwqhJjrzExqTe/rEL0u72839GNWBE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QU0V3e0WFz9AhpRDxUHs/QGDxBSbwSxyBzxh9MUe6detw1ed0d7y6qv1F0f8VsMSf bixtTRnEKXniCojgtzgzjjr4ua6y6m0DAmR0udb4jzjKoDMbtsnaumC7uVzHRk9lzD 8GIlS7IFbC6dWaj0Wy9Kq7PczxHvDhsgJSwAw/cs= Date: Thu, 1 Sep 2022 12:30:38 +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: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! greg k-h