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 ADC6FECAAD8 for ; Mon, 29 Aug 2022 22:16:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229936AbiH2WQv (ORCPT ); Mon, 29 Aug 2022 18:16:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49796 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229911AbiH2WQl (ORCPT ); Mon, 29 Aug 2022 18:16:41 -0400 Received: from mail-il1-x12f.google.com (mail-il1-x12f.google.com [IPv6:2607:f8b0:4864:20::12f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E7B72A2232 for ; Mon, 29 Aug 2022 15:16:27 -0700 (PDT) Received: by mail-il1-x12f.google.com with SMTP id l16so5009760ilj.2 for ; Mon, 29 Aug 2022 15:16:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc; bh=6dInvOteQ3lzdPJd76FsV5wAJ82OObCz5h6Ys2Bn19U=; b=GoYgJcz7jUmqyCmWWVm2K5cnjbC2/z9tujERp9lU0GcVxM6Lz/5oRF5hWI3tXT87uR hBoC5qzNdRdf3fkEAtRft4gfO/PsG8ximqAzmfNti5Xkcm2xXnyms3RhJz7sLwU5gLQ0 L8dJXrZbT83nPW2Rfxdj5c1VnpQctY7ASWjZs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc; bh=6dInvOteQ3lzdPJd76FsV5wAJ82OObCz5h6Ys2Bn19U=; b=MA/2VkRC+gswqy7PaNynFIhH/KJl3+0U2z7hK6bjGSpUj7kavluY1Hck2OIN5NgCCZ ZdgtERzeeDvrhyY7UVJ64IOcayhiU3ZqIgCxpgZvsJihCUi+1tyFj1Pn1CCFGMYj5+Hr TSm0l3rsQe77WBCjRawKUHCvbaJXV1ii03k6sPQVnHBQ/dZ/CGsQArSoZk/bxoObKlsV xSIAtbzcG/PapKmVBqQSM/Pk9wksX9/hbrJRFVex+mNhgcEZprCPyOYY88VFx+cM8naU +ZaptjgH7yKiurR1vM6U3tBLLluUc4wcEBHhgxrW+vdkBjWViOyIv6s8yc5H2nL7/Lm5 8iGA== X-Gm-Message-State: ACgBeo3vcXmHBzrO584lprdY/NIJg4X64LPKdQm0RhjvwYxVlht1sjw+ 37ng8z/MAf0I5wdKeXbjyBCMtQ== X-Google-Smtp-Source: AA6agR4i8Ju+JPr4JAnoEBquWHORCnVqiWl+dpl1U5V96v9EnI75bhwMCF8fwkaTDzD29IiBs4gfkg== X-Received: by 2002:a05:6e02:1be9:b0:2eb:5480:dd40 with SMTP id y9-20020a056e021be900b002eb5480dd40mr452770ilv.117.1661811386519; Mon, 29 Aug 2022 15:16:26 -0700 (PDT) Received: from [192.168.1.128] ([38.15.45.1]) by smtp.gmail.com with ESMTPSA id 14-20020a056e020cae00b002e97becb248sm4903257ilg.29.2022.08.29.15.16.25 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 29 Aug 2022 15:16:26 -0700 (PDT) Message-ID: <367c4a1c-b5dd-ace9-2327-4f2b65c8d15a@linuxfoundation.org> Date: Mon, 29 Aug 2022 16:16:25 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [PATCH 5.15 000/136] 5.15.64-rc1 review Content-Language: en-US To: Greg Kroah-Hartman , linux-kernel@vger.kernel.org Cc: stable@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, slade@sladewatkins.com, Shuah Khan References: <20220829105804.609007228@linuxfoundation.org> From: Shuah Khan In-Reply-To: <20220829105804.609007228@linuxfoundation.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On 8/29/22 04:57, 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. > > 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.64-rc1.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. > > thanks, > > greg k-h > Compiled and booted on my test system. No dmesg regressions. Tested-by: Shuah Khan thanks, -- Shuah