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 CFC3CC433F5 for ; Tue, 30 Nov 2021 01:03:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234918AbhK3BHE (ORCPT ); Mon, 29 Nov 2021 20:07:04 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40770 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230144AbhK3BHE (ORCPT ); Mon, 29 Nov 2021 20:07:04 -0500 Received: from mail-io1-xd2b.google.com (mail-io1-xd2b.google.com [IPv6:2607:f8b0:4864:20::d2b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0FDB6C061574 for ; Mon, 29 Nov 2021 17:03:46 -0800 (PST) Received: by mail-io1-xd2b.google.com with SMTP id 14so23849739ioe.2 for ; Mon, 29 Nov 2021 17:03:46 -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=Ub8y2t6CvoWMMXL1SGmN4XQr4X7Aiu40uy05RxrBVYo=; b=JLxMn9RIg9DVen50YD9OJ8uTaf/Zv32uIT+xhmowlYAssutOE7PeZldeZtNYyKRRJF 0q/d6FZ2wampMwlOStx43G+PJ0s5/0ona19n19CYTwET0/rFDv4pox6WbRdGXfCWjojh 890a+bm+TawB/180ubwIH1g7FhZ/M/TszJXJI= 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=Ub8y2t6CvoWMMXL1SGmN4XQr4X7Aiu40uy05RxrBVYo=; b=j12tRqbJofWIbVuODqt40UnZrQE+CJXj/odRe+ogGZV0hcRUxCH/I2zsxuAsQzNxBE MlMSu6XoKr0GDsRgjJdQ/pjYO1IgzR6Jk/0ZGN1hgG7G57F8PeUi97hL+/l35+e7l2hd kjit9TyZSjudpbOneFV0GC1DCKmP0qC1aIT7KUXVhuFf6XUihb7xOrJkLkyUX9ZpMV7D mUeFuzzx2953di33Meioo4tnnhwTcJd49orWaN1KNiY7PZdMhm75+3T4gKHfo4ElrYG2 LJA/9GU2zT6AUzR4PTCFe7RXk/n2I7opaxScD0fRryGDPQ5WX9+2WjEBJLK4xKr7Nnju s52w== X-Gm-Message-State: AOAM532ptjwLYGwNYHDDy4CxMuYk6LY3JEvSAz/ByvWFiItl/SndLAfQ unYNAOuA32DCpdnmaD5rWh6hCw== X-Google-Smtp-Source: ABdhPJxzKZel7RToshHbtSXYVhU0BewSja8jSUE++YKfspqxG7JezEL2Kf5IVNq8ZYGtvfBTKfC2jA== X-Received: by 2002:a05:6602:2b94:: with SMTP id r20mr1286666iov.97.1638234225485; Mon, 29 Nov 2021 17:03:45 -0800 (PST) Received: from [192.168.1.112] (c-24-9-64-241.hsd1.co.comcast.net. [24.9.64.241]) by smtp.gmail.com with ESMTPSA id s3sm8745381ilv.69.2021.11.29.17.03.44 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 29 Nov 2021 17:03:45 -0800 (PST) Subject: Re: [PATCH 5.4 00/92] 5.4.163-rc1 review To: Greg Kroah-Hartman , linux-kernel@vger.kernel.org Cc: 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, stable@vger.kernel.org, Shuah Khan References: <20211129181707.392764191@linuxfoundation.org> From: Shuah Khan Message-ID: <1fdb90eb-87d4-2625-42fd-1f21a6a30f07@linuxfoundation.org> Date: Mon, 29 Nov 2021 18:03:44 -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: <20211129181707.392764191@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: linux-kernel@vger.kernel.org On 11/29/21 11:17 AM, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.4.163 release. > There are 92 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, 01 Dec 2021 18:16:51 +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.163-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