From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 86ADDC137; Mon, 14 Aug 2023 16:52:50 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B3E53C433C7; Mon, 14 Aug 2023 16:52:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1692031970; bh=S8/38gOX8CEBqpB9alrToiwydnTBozTScdBE+KGfjnc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=txcWCsP8BvaHjh2RYmoe7+RTCg0O53+D1jmlGgIBOBq9VC2ckkSWUXdoUM/aLXN6J i2gV1zWw0rlBkNU0i43AzAopUr5Uw8voedWq/fF1K4giCWiNUtokKBUbRZNcqD6dTS TA1rejJzKREjB927mRsWauqHeM5oz+IXbPk9m4aUtoGsh8Lyl+/n2PkmLeB/zDZFI3 TU+oLFWBOPZP2kpl12Byg5Hi5rv8zJAnmTpUObZNYlyWxtjGzNCaMMCpzRhOYRb6st 3psq2Q4f43NQMM2v4nMPj3kanRCCUi/ywS/2oY1P3thPtfbizvDB/6xhnkApd1fSzC r1fZjGAVeUaFQ== Date: Mon, 14 Aug 2023 09:52:46 -0700 From: Nathan Chancellor To: Borislav Petkov Cc: Guenter Roeck , Naresh Kamboju , Greg Kroah-Hartman , clang-built-linux , stable@vger.kernel.org, patches@lists.linux.dev, linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, 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, conor@kernel.org, Nick Desaulniers , Sven Volkinsfeld , Daniel Kolesa , x86@kernel.org Subject: Re: [PATCH 6.1 000/127] 6.1.45-rc1 review Message-ID: <20230814165246.GA911700@dev-arch.thelio-3990X> References: <20230809103636.615294317@linuxfoundation.org> <078d6e3d-9572-a624-2c5a-e2d58473e6d0@roeck-us.net> <20230811041339.GA193223@dev-arch.thelio-3990X> <20230813110254.GDZNi4XhHjY4xlNdBJ@fat_crate.local> Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230813110254.GDZNi4XhHjY4xlNdBJ@fat_crate.local> On Sun, Aug 13, 2023 at 01:02:54PM +0200, Borislav Petkov wrote: > On Thu, Aug 10, 2023 at 09:13:39PM -0700, Nathan Chancellor wrote: > > 1911 is still being investigated (some additional eyes on it would not > > hurt). > > I'm hoping that we can take this one: > > https://lore.kernel.org/r/20230809072200.543939260@infradead.org > > which should resolve this issue, right? Yes, it does, as least for mainline and 6.4. The backport to 6.1 seems hairy (due to a lack of call depth tracking me thinks). It may be worth taking Nick's change there for simplicity's sake but I'll let y'all make that decision. Cheers, Nathan