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 100DCC76196 for ; Mon, 3 Apr 2023 23:03:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230044AbjDCXDN (ORCPT ); Mon, 3 Apr 2023 19:03:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40802 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233762AbjDCXDH (ORCPT ); Mon, 3 Apr 2023 19:03:07 -0400 Received: from mail-il1-x12b.google.com (mail-il1-x12b.google.com [IPv6:2607:f8b0:4864:20::12b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1A9AD90 for ; Mon, 3 Apr 2023 16:02:57 -0700 (PDT) Received: by mail-il1-x12b.google.com with SMTP id n1so15403048ili.10 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=sJKVdixEh1/sRWEPKdKICJCOzf+Pknd5zCH3/lS+gFMm432eJAnlO0/nEP0dGYbmMq kMGK9voThEocrj1978q7K5OXDTIMa0TflZ9f8PCt0VbWSQ8yypxpn/cA3IbaRjfOy31N utX32fAIdYzOmGH4eHK70Wf04b5vVFu4KgSd07737VSiImltZ1EI4y0YEB56jY8mzg3U BcB+6DjLOOL2jb3gukOcIj9/9TKDboo8V8ocgRxyK5hvKTKpLDO8nFndwny37UeCO2gq HmayIKJRS/5BYWz42120wym99IgO1zML7MJtUY6L13EKExalSzWpALk5cqhlutTAHYdI GSPQ== X-Gm-Message-State: AAQBX9dEPBg+rqgoNzXL4wVNjECAwqMlsRpYuH+4D3C9QSeXgG1+wYcO 8jo2DOvVA+2mClcXPRka+LdWSw== 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 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 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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