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 B33E5C64ED8 for ; Fri, 24 Feb 2023 10:35:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229967AbjBXKfe (ORCPT ); Fri, 24 Feb 2023 05:35:34 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59104 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229943AbjBXKez (ORCPT ); Fri, 24 Feb 2023 05:34:55 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 34EE657D1D; Fri, 24 Feb 2023 02:33:17 -0800 (PST) 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 1E35CB81B2C; Fri, 24 Feb 2023 10:28:01 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 60C26C433EF; Fri, 24 Feb 2023 10:27:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1677234479; bh=kM7MCuigNoYDO61daH0fOla+5ecmOkbreNuU2hHUUXg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bqaU3TlyXhr1AatFbf81rtky4awB0/+Kqk0aPEIxuEiqvmj3KjxqocLmYEzme1CsV Qpb7U+h6FzTH3QE+N7uN2IpmiFxWSmhHu1S8QjlZxN3qKxpXISZzUx8j9bvzXOI6i+ ok8elxwwbNrll4mYRXZ499OGqW9uqsiMNjZVSwIs= Date: Fri, 24 Feb 2023 11:27:57 +0100 From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: 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 5.15 00/37] 5.15.96-rc3 review Message-ID: References: <20230224102235.663354088@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230224102235.663354088@linuxfoundation.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 24, 2023 at 11:23:55AM +0100, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.15.96 release. > There are 37 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 Sun, 26 Feb 2023 10:22:23 +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.15.96-rc3.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.15.y > and the diffstat can be found below. Only change here is that the permission issue on scripts/pahole-version.sh _should_ now be resolved. If not, please let me know. thanks, greg k-h