From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-il1-f176.google.com (mail-il1-f176.google.com [209.85.166.176]) (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 5A8C8A954 for ; Mon, 3 Apr 2023 23:02:57 +0000 (UTC) Received: by mail-il1-f176.google.com with SMTP id j2so9106163ila.8 for ; Mon, 03 Apr 2023 16:02:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; t=1680562976; 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=2DJUnpvToW+YdaGaIjOCej5ju9qtc5BUSfOsOwGVCeU=; b=cibzMPWLipxjGJW474of9k5eZIZmb3VDh/W8OYCGm+K6Ura/lICW2BXQ8s71A5AI+K 8ec5/EIHODyoIw2+7bu/VjX3d5DrMNXMMHRfRt57NjXGg+ogXzD4Hxn6Pxv8rOIjgMlD inqcQlsX6tqvcoSkhqKjqSC//JPZTs8RAWdhc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1680562976; 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=2DJUnpvToW+YdaGaIjOCej5ju9qtc5BUSfOsOwGVCeU=; b=5kCwYfuSXPa2Sw4S893HqUYGszXYc5rF8fn+9+oqvGK3i8ZfVFpvfpZ1LjiFd9HniU Qikq6pdogQrfuKQLz0GUBvff07V374wHvZl2MMdGpzYRAiAj7ebG6KBlRSV7MLJChdjF SylluLaz5Lc+JCXYIQ8XZOVMX0agTNlySzFBXcYzmB2TaOPMYOQbRU8pn+hjxhW/uABH eP7ooRo4IaS+zt9h8Kx7iI7TM3q6Mw5x5Ah5UaulnR6mZ9D02YcDP48uYXu7CAVFJ7mR JhDktURm4bc/ZD5Vqcinf8SiWSDrTjFHlYwORCPAV/cTMMXq0wohyz/03ET4MVBap49E 58AA== X-Gm-Message-State: AAQBX9ceJkWhXAj6Fo2OXz1B3JOsFO5alRytTgEYgcO8eUOJyBV1iJQZ MeEcPOXtsOe6djq1Kfa+Tako9w== X-Google-Smtp-Source: AKy350YHQsG6dRFgRMo1YTtY8mehsEEl+9emNZMA9fHQ84PPSQInKrEHswOPdfuT07hDnjfdpUIs/Q== X-Received: by 2002:a92:7b14:0:b0:326:8404:4534 with SMTP id w20-20020a927b14000000b0032684044534mr503619ilc.0.1680562976326; Mon, 03 Apr 2023 16:02:56 -0700 (PDT) Received: from [192.168.1.128] ([38.15.45.1]) by smtp.gmail.com with ESMTPSA id r17-20020a056e02109100b00325c21a9e44sm2878638ilj.13.2023.04.03.16.02.55 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 03 Apr 2023 16:02:56 -0700 (PDT) Message-ID: Date: Mon, 3 Apr 2023 17:02:55 -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.9.0 Subject: Re: [PATCH 5.10 000/173] 5.10.177-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: <20230403140414.174516815@linuxfoundation.org> From: Shuah Khan In-Reply-To: <20230403140414.174516815@linuxfoundation.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 4/3/23 08:06, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.10.177 release. > There are 173 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, 05 Apr 2023 14:03:18 +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.177-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.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