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 BCD2AC61DA4 for ; Thu, 23 Feb 2023 23:39:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229596AbjBWXjH (ORCPT ); Thu, 23 Feb 2023 18:39:07 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55914 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229551AbjBWXjE (ORCPT ); Thu, 23 Feb 2023 18:39:04 -0500 Received: from mail-il1-x130.google.com (mail-il1-x130.google.com [IPv6:2607:f8b0:4864:20::130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3680417CD1 for ; Thu, 23 Feb 2023 15:39:03 -0800 (PST) Received: by mail-il1-x130.google.com with SMTP id s8so6190321ilv.10 for ; Thu, 23 Feb 2023 15:39:03 -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=lsTG0FwmjQUr8gaZ4XIHrpahplxKBBfScZGNbgfy4VI=; b=Lg29eO1NWuiVzLsytUG/ShQCC92533DRbmqFrEX1/DPQgBCcuPm7seh/KNeZSi3Qqx szhm3z0jWm44HU9SJscqSzlAhbVX0uxKA6g8NWWSevpovZKyfNbOOiOMSw3wv6JAgvmt xx2HlzfxNGb2YFuNj8XiJEtXZEDb9d32nUm6U= 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=lsTG0FwmjQUr8gaZ4XIHrpahplxKBBfScZGNbgfy4VI=; b=w6MeWo5j6F/5bnyekulNCUZ9Sri+Xv3W5c2DSHZDQBHe4x929gVnsTwjNQ2HTzmHfP OpcSnu6isxPmQE4TbZr0C9LsORPzYEkbUIVuYSpc+iS6m+cQb2fYqGGrFg78hgrTTYtP 0A1SVWeLuQVXladUAH3BcKsfQz8rwh6miQ8KoDjlPH49FrTJcWtVoItl916yZYjWKlPc pp81ZefPvCPj2VP1G7h/0OaXixtjIB/c0AOsojxMsC5rV5tKKMucCJjQn7XmkE+37XDH EhjNXUjSxv9KaBLWgtYM6gLG1wJrXZDLqBeNKXPqkyU18PhTn1mEmxrhWhz5yqvw4Cfb Y0ZA== X-Gm-Message-State: AO0yUKXxudOaGlXUXuy5T9pQDrfzX2mpJMrSKI5Ik3h/VTDWsqWfNtvp gbt8gWwQ3C7um/1IoA4J7JFEbw== X-Google-Smtp-Source: AK7set996W7EQ94N8uwtK4I40yH1eBvB/ADZjQyUwT3eY3/TCJvmTfXR0icA5PWKybCohDe9y/Pu7g== X-Received: by 2002:a92:c706:0:b0:316:ef1e:5e1f with SMTP id a6-20020a92c706000000b00316ef1e5e1fmr3771399ilp.1.1677195542501; Thu, 23 Feb 2023 15:39:02 -0800 (PST) Received: from [192.168.1.128] ([38.15.45.1]) by smtp.gmail.com with ESMTPSA id k6-20020a02a706000000b003c505bdf305sm2424635jam.141.2023.02.23.15.39.01 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 23 Feb 2023 15:39:01 -0800 (PST) Message-ID: <12776196-f79c-03c0-eab2-1a69945be8bd@linuxfoundation.org> Date: Thu, 23 Feb 2023 16:39:00 -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.4 00/19] 5.4.233-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: <20230223141539.591151658@linuxfoundation.org> From: Shuah Khan In-Reply-To: <20230223141539.591151658@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.4.233 release. > There are 19 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.4.233-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.4.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