From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-io1-f53.google.com (mail-io1-f53.google.com [209.85.166.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0A782ED1 for ; Wed, 26 Apr 2023 00:19:22 +0000 (UTC) Received: by mail-io1-f53.google.com with SMTP id ca18e2360f4ac-760a1c94c28so35523239f.1 for ; Tue, 25 Apr 2023 17:19:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; t=1682468362; x=1685060362; 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=huNhI4IWX2EwAA9qPYkeCvObWSufY3n/3dilITZs/nE=; b=OaoiOXyVdX6bHwHaWq02JAGXO2oveqZGkFj2EFCI0ciAU6fkWvAVOpckJTDYh2wr/z Ra/9rwRealoYHf1anMaa/opnOB57Zhzn5fZG5LL6VU1FTvnURvw4A2BuXzrHhyZZqqax gqk+3kLYt9F+E4S3hjHmPUX7EO98NwDYJcgXA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1682468362; x=1685060362; 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=huNhI4IWX2EwAA9qPYkeCvObWSufY3n/3dilITZs/nE=; b=Z6o5KCOU1tIsr7CDy+lSiBhGFI6tkOzA87U0Zb8//Ym8txNVu+P3YU/OYlmvVloVhO J2d3HlZ8VLOnMi0Q6PqWlK1zNmp9770euy2l+NXoSOppIFnjgNWocwTOlP7MwnWZ2Qyv E0M/yF8GGO+Y7+sJ7QhXRTroKj7WNN2ILVtcizDNWYLFowKwb1a9lrlUCoraRfll7VK/ uttsPYN09AiNADPSaNO+0Kq8Kv+h4qRO+4umADWtiyCFaiZCYNbELxTNaUjoPdkUS+yf t/x5TFQyNQfDscUxqQPPkQQEcBiP1tSRtGpJub/xMlrWKJiADO6zslWdBeNEPjWaMF99 /Z/g== X-Gm-Message-State: AAQBX9dpkmhdNb0UfVhwuaPRi5JqatHotGwBSAO53xhUhSO7brWdgguz zirkPf+nINivAabZrnQ7TR3waA== X-Google-Smtp-Source: AKy350Zr2Bd+FRkC11D/o8t1DbcRF4VismVdhpiUwm2MJNZc65UQF5ztEUvFTSUAX4CmLo1bAR++OA== X-Received: by 2002:a05:6602:2d81:b0:760:ea9d:4af6 with SMTP id k1-20020a0566022d8100b00760ea9d4af6mr2690297iow.1.1682468362137; Tue, 25 Apr 2023 17:19:22 -0700 (PDT) Received: from [192.168.1.128] ([38.15.45.1]) by smtp.gmail.com with ESMTPSA id m43-20020a05663840ab00b00411bf6b457bsm1897216jam.101.2023.04.25.17.19.21 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 25 Apr 2023 17:19:21 -0700 (PDT) Message-ID: Date: Tue, 25 Apr 2023 18:19:20 -0600 Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0 Subject: Re: [PATCH 6.1 00/98] 6.1.26-rc1 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: <20230424131133.829259077@linuxfoundation.org> From: Shuah Khan In-Reply-To: <20230424131133.829259077@linuxfoundation.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 4/24/23 07:16, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 6.1.26 release. > There are 98 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, 26 Apr 2023 13:11:11 +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.26-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-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