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 B981AC77B73 for ; Wed, 19 Apr 2023 13:17:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233403AbjDSNRT (ORCPT ); Wed, 19 Apr 2023 09:17:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54864 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233378AbjDSNRS (ORCPT ); Wed, 19 Apr 2023 09:17:18 -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 C6ED614472; Wed, 19 Apr 2023 06:17:16 -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 647ED63EF8; Wed, 19 Apr 2023 13:17:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4FAF6C433EF; Wed, 19 Apr 2023 13:17:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1681910235; bh=iE7BNBBGCWRG/2DR7rqlRVpNkn0RTXZ5B8iTUcViCog=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=zX7S8a/WgHEoKpcRqqD6SDeDIrdWec864eScvaqoe3B4l5rzaOPva3GpR+tItx9Db pycPlfBlZB1rV6iU/axHMsT2835GsNywfyoZifIOZtiOnvrDp+GikxLn30HdeoXYbi aDrifpdRkpLG+8RCUDsGP8a3JurjkXzvmsSLLCQg= Date: Wed, 19 Apr 2023 15:17:13 +0200 From: Greg KH To: Conor.Dooley@microchip.com Cc: stable@vger.kernel.org, hi@alyssa.is, patches@lists.linux.dev, linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org, lkft-triage@lists.linaro.org, pavel@denx.de, jonathanh@nvidia.com, f.fainelli@gmail.com, sudipm.mukherjee@gmail.com, srw@sladewatkins.net, rwarsow@gmx.de Subject: Re: [PATCH 6.2 000/138] 6.2.12-rc2 review Message-ID: <2023041957-sector-purposely-859f@gregkh> References: <20230419093655.693770727@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: linux-kernel@vger.kernel.org On Wed, Apr 19, 2023 at 12:26:26PM +0000, Conor.Dooley@microchip.com wrote: > On 19/04/2023 10:40, Greg Kroah-Hartman wrote: > > EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe > > > > This is the start of the stable review cycle for the 6.2.12 release. > > There are 138 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 Fri, 21 Apr 2023 09:36:26 +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/v6.x/stable-review/patch-6.2.12-rc2.gz > > or in the git tree and branch at: > > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.2.y > > and the diffstat can be found below. > > > > thanks, > > > > greg k-h > > > > Alyssa Ross > > purgatory: fix disabling debug info > > > > Heiko Stuebner > > RISC-V: add infrastructure to allow different str* implementations > > Lore is ~dead for me right now, but there should be a custom backport of > Alyssa's commit, submitted by her, here: > https://lore.kernel.org/all/20230417134044.1821014-1-hi@alyssa.is/ > > Perhaps the reason is just the quantity of email, but that was > submitted against the "fail" email (and within a few hours), so why > was another commit pulled back instead of using what she provided? Ok, now both dropped, this got confusing fast. > > Alexandre Ghiti > > riscv: Do not set initial_boot_params to the linear address of the dtb > > Same as 6.1.y, Alex said he'll provide a backport for the whole > series, so just drop this here too please. Ok, will drop it from this tree too. thanks for the quick review. greg k-h