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 ECF53C54E94 for ; Tue, 24 Jan 2023 01:02:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232550AbjAXBC5 (ORCPT ); Mon, 23 Jan 2023 20:02:57 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39054 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231851AbjAXBCz (ORCPT ); Mon, 23 Jan 2023 20:02:55 -0500 Received: from mail-io1-xd2c.google.com (mail-io1-xd2c.google.com [IPv6:2607:f8b0:4864:20::d2c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 99252303C8 for ; Mon, 23 Jan 2023 17:02:54 -0800 (PST) Received: by mail-io1-xd2c.google.com with SMTP id q130so6439528iod.4 for ; Mon, 23 Jan 2023 17:02:54 -0800 (PST) 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:subject:date:message-id:reply-to; bh=QzXjtHokknNOIo6i/tDT9iY3dlftA7c+qD6KDgI/3xM=; b=Ya6DyH/c2FTdfl3jQ1YJUj5Gj+vPmDibNyFtLMocR61+n4mprvIqqG0ILITHWaCZTg 2ITPjo7yI3ZJQbIBmiY+Chnr1F2iODXnGQDW0aSbNJrLTg9N4bjZI/2Ed0P5JNVIobYF nP+fAv8scO5NYmXkEZ5CsCEiETs5Ir+2Y5oG8= 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:subject:date:message-id:reply-to; bh=QzXjtHokknNOIo6i/tDT9iY3dlftA7c+qD6KDgI/3xM=; b=vS7Q/6ghH5eIqu6wWH5DIkit/TIOi9kQqazsbXcB67v3AV8tNOouG27sMqJOlcV8DM 3vjW+qy3V0telXFyq1/e/Vk0jr5Xalb6QN7L1X76n3twGwi4XWcCvJ4kV7Z+7W+9gp5K dUfGNqh7bt8cm8zWdWeys60ZgmCjhvbsR4h7wDPoPzt6j1JYTWIyPZ6NetjFVgrAuXdQ R4C5swed45QxJRqoA5nAutnXY7TsX8PEPIG7XUpMccMUhbmnMMi/9WlCndHtkYm9Mo8W WzstpUWrXpzG8gBistXDnKTp8CRt36tQsxj8OQ5GDXFfmvGk0WWyRRI/f28xzzSTvAHn A+YA== X-Gm-Message-State: AFqh2kof4k7prWIc7p7du2Yt21DXCi93oKPsiSLmgHFEjfTFrY05Fb1w WqK7+wGmHxgjmW3FryjKykfOjA== X-Google-Smtp-Source: AMrXdXuT7QTYaVhT7eW2ioWfw+txTXicI4WfnHl2vrWE842osIoJlfttp/JuUbxsMP+NGaq8VNAW9g== X-Received: by 2002:a5d:875a:0:b0:707:d0c0:1bd6 with SMTP id k26-20020a5d875a000000b00707d0c01bd6mr348453iol.1.1674522172688; Mon, 23 Jan 2023 17:02:52 -0800 (PST) Received: from [192.168.1.128] ([38.15.45.1]) by smtp.gmail.com with ESMTPSA id a15-20020a02998f000000b003a53692d6dbsm216336jal.124.2023.01.23.17.02.51 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 23 Jan 2023 17:02:52 -0800 (PST) Message-ID: Date: Mon, 23 Jan 2023 18:02:51 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Subject: Re: [PATCH 6.1 000/188] 6.1.8-rc2 review Content-Language: en-US To: Greg Kroah-Hartman , 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, Shuah Khan References: <20230123094931.568794202@linuxfoundation.org> From: Shuah Khan In-Reply-To: <20230123094931.568794202@linuxfoundation.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 1/23/23 02:52, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 6.1.8 release. > There are 188 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, 25 Jan 2023 09:48:53 +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.1.8-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.1.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