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 A1EC0C433F5 for ; Fri, 29 Apr 2022 18:36:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1379962AbiD2Sjz (ORCPT ); Fri, 29 Apr 2022 14:39:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57140 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1380053AbiD2Sjy (ORCPT ); Fri, 29 Apr 2022 14:39:54 -0400 Received: from mail-oi1-x235.google.com (mail-oi1-x235.google.com [IPv6:2607:f8b0:4864:20::235]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E03CAB6D0E for ; Fri, 29 Apr 2022 11:36:34 -0700 (PDT) Received: by mail-oi1-x235.google.com with SMTP id r1so9211669oie.4 for ; Fri, 29 Apr 2022 11:36:34 -0700 (PDT) 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=quVehm8AdBPS7PuXSm/zjt0DrN70Kgrs8EZ1OqzABbw=; b=Zc0N4POcB4EwKaPhhk7Uwn7/OOkIhf+UKEns8s9lUSDf8KRKZvIQObQtGMB+dOa1B3 SCYcFTviHzHE0DnZVi929a9BBQB9CafncxgA0U7uHR/OMH8F3snYN2peOg/64vf9/HN7 wKrVfxZiqynS+osFEC4caQ9r2DwD7ygXQjeAE= 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=quVehm8AdBPS7PuXSm/zjt0DrN70Kgrs8EZ1OqzABbw=; b=wXm5KzLEjyWiNnMzpfICBMBvscMcoM3BRzfkODSAw5H8kwcTe95M/dPPGSH/1YkhSV 2Sl0gSvALSKSqamEqo+SVrC/tfbE8EU6IUqJhNqnleX42DyHo/O+QdRlcRNcFxRy6bE5 qJueCRkFqRfz8FU0oM8ziyNoyevcgqe9cDON+deLC5XrfWwVWNnSe87mVPkMGuzzXIaG durBhpdy8B5bKT0aEX7cfyvBpCg2dLPJtUB/i470gJW8TYLn+zVjo33d8sPGvwad5Tj1 S3xj1EGmN/bGPTDCKY5aOLdlbnI/9AQUPCcdWwP1vc0fgNUyKasBL+BizvklzwvqVwtW 5cOQ== X-Gm-Message-State: AOAM530/is00ZFRWlcE9fk8ecghjQWuae6ny93vwdzLkhxgssVLgX658 a5rhFfBugk5Ifrn77RhESTwWYg== X-Google-Smtp-Source: ABdhPJyyAWalFRfpaWMOTNkeqwtLblCu1Ym3ztHwV6LUyrKf9sy5ztJ7MyGlPrjblR8fsfTQQfMWgw== X-Received: by 2002:a05:6808:180a:b0:322:bcd3:ddaf with SMTP id bh10-20020a056808180a00b00322bcd3ddafmr361017oib.35.1651257394186; Fri, 29 Apr 2022 11:36:34 -0700 (PDT) Received: from [192.168.1.128] ([71.205.29.0]) by smtp.gmail.com with ESMTPSA id ds10-20020a0568705b0a00b000e686d1387bsm3223866oab.21.2022.04.29.11.36.33 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 29 Apr 2022 11:36:33 -0700 (PDT) Subject: Re: [PATCH 4.19 00/12] 4.19.241-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: <20220429104048.459089941@linuxfoundation.org> From: Shuah Khan Message-ID: <63664acd-3e58-ee14-3a94-bead4631cc20@linuxfoundation.org> Date: Fri, 29 Apr 2022 12:36:32 -0600 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: <20220429104048.459089941@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 4/29/22 4:41 AM, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.19.241 release. > There are 12 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 Sun, 01 May 2022 10:40:41 +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.241-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