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 BE874C433EF for ; Mon, 7 Mar 2022 23:48:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238992AbiCGXsy (ORCPT ); Mon, 7 Mar 2022 18:48:54 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58980 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1343942AbiCGXsw (ORCPT ); Mon, 7 Mar 2022 18:48:52 -0500 Received: from mail-il1-x12a.google.com (mail-il1-x12a.google.com [IPv6:2607:f8b0:4864:20::12a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 77EB9192A1 for ; Mon, 7 Mar 2022 15:47:57 -0800 (PST) Received: by mail-il1-x12a.google.com with SMTP id p2so2482275ile.2 for ; Mon, 07 Mar 2022 15:47:57 -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=IopVmLbgsBx+U3bO5WgLGYHgN3jazsf3R/frvDuEvH4=; b=J6RDuaf03elhF2pngDWfoDt08Yr0IHdvWHLJtY8lpTcY81aQtr5ZGEL4E7b7jF/WKB MTfmy4JOJRxUAkJUgb7qoGdKHkXlWu1UjiqPfyNNhyNekDiPAv/yhgoxg6y6MzN3UIFl dgcrW3o64gAHEwyl70inLIGY1ItQnHBjDA2Jg= 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=IopVmLbgsBx+U3bO5WgLGYHgN3jazsf3R/frvDuEvH4=; b=Sv8NRNQtb/Za/UaUv4b/XMH49o0aDd3S4v0qtc4vKswiYytxebzhxxkVfAICIdf0yX pYvLl0wYp4Qdcv4NeW+bUcLtxMMqubLmbUEwdBQnUPOAywUp9QuTG9MINBFWgUt1TPLE gG+6gUIPYZIphfp+pDSjS+O0IG3K846RKWAfKlyXfnQOcuKh7rgbfM7Ei/xH/vB3l6GM Dy0DZgqLkFnkE/PfZLZshw4g6p+E/wfaxuqH599o0ED8de1o/vrNja75lkNcuJyKi0Dk HViDx9p7MYsp5X+QdhLMMMO0KQAqtOTohpJ8LI6aIoJQyCO6YCOHSikgUMWVsPWhrIyK QNvA== X-Gm-Message-State: AOAM531uQ1LxHjRFWneoY3yUfDLCoIRfgl+ADEIDox0wj5i8PfxYDBfH QfeD5hily7WsfgRn3jeWZhezzg== X-Google-Smtp-Source: ABdhPJwH8md1kdozONddjGTGxcpmyBXVUSAx2Xo2Ha2WREv1Q8zbriYWX2doWNvkzuRAXnRjriRRUw== X-Received: by 2002:a05:6e02:1d08:b0:2c6:49d5:4c39 with SMTP id i8-20020a056e021d0800b002c649d54c39mr4533667ila.168.1646696876850; Mon, 07 Mar 2022 15:47:56 -0800 (PST) Received: from [192.168.1.128] ([71.205.29.0]) by smtp.gmail.com with ESMTPSA id 14-20020a92180e000000b002c1bfa2a5e6sm11092979ily.65.2022.03.07.15.47.55 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 07 Mar 2022 15:47:56 -0800 (PST) Subject: Re: [PATCH 5.4 00/64] 5.4.183-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: <20220307091639.136830784@linuxfoundation.org> From: Shuah Khan Message-ID: <605f0706-ee6a-cd3f-7bef-77293096c112@linuxfoundation.org> Date: Mon, 7 Mar 2022 16:47:55 -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: <20220307091639.136830784@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 3/7/22 2:18 AM, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.4.183 release. > There are 64 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, 09 Mar 2022 09:16:25 +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.183-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.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