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 63473C433F5 for ; Mon, 28 Feb 2022 21:42:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230491AbiB1Vna (ORCPT ); Mon, 28 Feb 2022 16:43:30 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39042 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229913AbiB1Vn3 (ORCPT ); Mon, 28 Feb 2022 16:43:29 -0500 Received: from mail-io1-xd36.google.com (mail-io1-xd36.google.com [IPv6:2607:f8b0:4864:20::d36]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 249EB192A9 for ; Mon, 28 Feb 2022 13:42:49 -0800 (PST) Received: by mail-io1-xd36.google.com with SMTP id q8so16365999iod.2 for ; Mon, 28 Feb 2022 13:42:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=DurEJmUs/1Btth8W+8YJcVQjbNp4GPf9v8HiyJ+Ki+E=; b=hBxet8wWMJhD0UNSY4UNM4Qpf/cw31YHmtpSmRtcGXbpvbi/8FrFWenG/QjjCsaTdE N37/MgcF+tDOTiIpW80rExa9HX6GYlrqqLQ1UkGvrG2BRv2qpg+ABYwo7NxciucU5Bs+ BfvREqSuJeaH/nZVOpDE5jnPgP60VjdeBOYvQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=DurEJmUs/1Btth8W+8YJcVQjbNp4GPf9v8HiyJ+Ki+E=; b=VgVVfoqX6TesiGD0XEEEjBFXhAowGeXZNsBgOUOJB5Sz7n7WS3+B/pfr3djaAXGCOc LD4jBc2FU6/Xfyy5G6Z6FEV714en5iAMvy/VeZuvsX8+liEI2OfYHdmoQL8Lzp/ZjPcu WffxArqMts3J1bK9M1FktXnI9SYistSS3tRmE3tdUp4pvxMHo3DB0ZW2UXDadz+gMF6Q Bdgx3KW+f6CFX7+AHTve8jCMB0Ge/qzcPf0e+TqiT83xUZZ2RwJGm/C41/t7kmN20bFN hRkp04MuWgj2kjyztbNILvH5JCR+JnZav0aFTJOmpBE4zOtjWJYAdUhbmYiRbgWyBk+a RiuQ== X-Gm-Message-State: AOAM531ZvB+mM+0TWHuM88BCJ/YATWzXWLlSSRbVAQSzEdqoh0XDyGoN 0eQz7yKd1WJb75IWkbT8a/t8dA== X-Google-Smtp-Source: ABdhPJw9FX8rGbCYOTbMfusLnTwz39xTzxQs2cR+/7PXL1K+LSBLsbqPKg914AwnASr6pgnO0VRVDQ== X-Received: by 2002:a5d:84c5:0:b0:60b:bd34:bb6f with SMTP id z5-20020a5d84c5000000b0060bbd34bb6fmr17060778ior.32.1646084568516; Mon, 28 Feb 2022 13:42:48 -0800 (PST) Received: from [192.168.1.128] ([71.205.29.0]) by smtp.gmail.com with ESMTPSA id v17-20020a927a11000000b002c29e9b5186sm7021747ilc.43.2022.02.28.13.42.47 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 28 Feb 2022 13:42:48 -0800 (PST) Subject: Re: [PATCH 4.19 00/34] 4.19.232-rc1 review To: Greg Kroah-Hartman , linux-kernel@vger.kernel.org Cc: stable@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, slade@sladewatkins.com, Shuah Khan References: <20220228172207.090703467@linuxfoundation.org> From: Shuah Khan Message-ID: Date: Mon, 28 Feb 2022 14:42:47 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: <20220228172207.090703467@linuxfoundation.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On 2/28/22 10:24 AM, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.19.232 release. > There are 34 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, 02 Mar 2022 17:20:16 +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/v4.x/stable-review/patch-4.19.232-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-4.19.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