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 58C73C64ED6 for ; Thu, 23 Feb 2023 23:36:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229557AbjBWXgm (ORCPT ); Thu, 23 Feb 2023 18:36:42 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54042 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229463AbjBWXgk (ORCPT ); Thu, 23 Feb 2023 18:36:40 -0500 Received: from mail-io1-xd33.google.com (mail-io1-xd33.google.com [IPv6:2607:f8b0:4864:20::d33]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F0765570A6 for ; Thu, 23 Feb 2023 15:36:38 -0800 (PST) Received: by mail-io1-xd33.google.com with SMTP id i202so5704538ioa.3 for ; Thu, 23 Feb 2023 15:36:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; t=1677195398; 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=rZ5XJ/W/Z6pz+mE4JXishSgSwq3TLTzAZ8KW6Yk7eCA=; b=ew09ybr11sadIu/Mmo/7iDzVonOX97T8sVDxIWqfjgD4jnw0mlorc8j1s65KHHEf7o KrNaycu41YE2cXK/OzQ3Vqx8mHL3zrAwG3IAGLVxjGgtzz29PNItud+CDd5NsIisiBpW sRWi+8qorCrTFoKzdh2pX8Ep1Po/jfDqAiv2I= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1677195398; 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=rZ5XJ/W/Z6pz+mE4JXishSgSwq3TLTzAZ8KW6Yk7eCA=; b=RhUf+PVkzqIbzbgAFQVj/op6Hnr61b8Tn3az0hRR/ghwQ3kIFpmO8YcomzueAar06v vVl/vPW+pxjLpkhANjrcllVjV1vqLSyAPHQT4kvgOFdxmQbcI5IdzFajgECTfJsrnZll uMh7rAweGkrNfyxT35T++wK3Ajm4LiHtbKlhuiATkZGwEPSUI6Dul3gspAEPN6nK0JRL U1kJD+N1voDtYV+Sq19W/kn4TLBvjncfZtsZn8INoD/DqHK4LtGrsQMvFo2kQPP/QDzU 860h9UESpn0NwEfrfBbk3bZOyBG+j5kUm52gTxrKHes77Z3zR8AeLwNuEblupWdAgfiO sZoQ== X-Gm-Message-State: AO0yUKWJLdnbxsTlpEaDduqxlBVy4SAFbCdhrlx37Nn5uD9w5S3Z6bhQ bU6G8oGoM6wdp8UBNyHMMjJRWA== X-Google-Smtp-Source: AK7set8ws5hms6wUDgPHHTZsJvHTu1rgiDsEMij3CfBGIaZjO+bRFxhQvVnRDPiRE6PWqh1OdGBx2A== X-Received: by 2002:a5d:9d81:0:b0:719:6a2:99d8 with SMTP id ay1-20020a5d9d81000000b0071906a299d8mr12048956iob.0.1677195398249; Thu, 23 Feb 2023 15:36:38 -0800 (PST) Received: from [192.168.1.128] ([38.15.45.1]) by smtp.gmail.com with ESMTPSA id z22-20020a6be216000000b0073fd8ca79c6sm2520203ioc.9.2023.02.23.15.36.37 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 23 Feb 2023 15:36:37 -0800 (PST) Message-ID: Date: Thu, 23 Feb 2023 16:36:36 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1 Subject: Re: [PATCH 5.10 00/26] 5.10.170-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: <20230223141540.701637224@linuxfoundation.org> From: Shuah Khan In-Reply-To: <20230223141540.701637224@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 2/23/23 07:16, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.10.170 release. > There are 26 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 Sat, 25 Feb 2023 14:15:30 +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.10.170-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-5.10.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