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 22F23C32772 for ; Tue, 23 Aug 2022 22:04:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231827AbiHWWD6 (ORCPT ); Tue, 23 Aug 2022 18:03:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45256 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229778AbiHWWDz (ORCPT ); Tue, 23 Aug 2022 18:03:55 -0400 Received: from mail-oo1-xc2d.google.com (mail-oo1-xc2d.google.com [IPv6:2607:f8b0:4864:20::c2d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 347A513D71 for ; Tue, 23 Aug 2022 15:03:51 -0700 (PDT) Received: by mail-oo1-xc2d.google.com with SMTP id n11-20020a4aa7cb000000b0044b3583d373so589923oom.2 for ; Tue, 23 Aug 2022 15:03:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=content-transfer-encoding:content-language:in-reply-to:mime-version :user-agent:date:message-id:from:references:cc:to:subject:from:to:cc; bh=XgjUPoYbteTJSFK5trDNYbEc67FboLDVoKN4OKyAxFY=; b=Ku+Fu5Ayvzh0zXpjv8bDVq7swHTjr+TJGPKsq+lEMz+7ZYeBAxqd07lU/wuRywMQ4X w3RgjBk+yNDGrXStDgUMS/z51pOy8xtmqKzaETzMCpYlpoYguYVCMSF4ZHe6P5pBJ51I dnFSyv4czrvGNEvyNQ5kkhbiNIKZkvnkZEyco= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:content-language:in-reply-to:mime-version :user-agent:date:message-id:from:references:cc:to:subject :x-gm-message-state:from:to:cc; bh=XgjUPoYbteTJSFK5trDNYbEc67FboLDVoKN4OKyAxFY=; b=foFQWjwaJPCdYem5y8Jg2wgTOPmy1jNWl3ABv/gmn6YV+9EmpkgSWpkVvkzyyvhWJr MTqTq1tIiPLyfLXIeRs3pvx3shMQw/o9OF07Hf29us/JkX7I8t6nx+8wKhSRoqVka7Ih nHT+Knnq2Z68VbS+dbRne23SWDhWaYT0DuSCm+1yJl5L1R7hbFQe7oNc2I39si02ChqC V6+KvKHlleounGpUN9rI5yrbBgH399APHV/kHTXhKIPro4qv3Zl0MUo7/iVOpwOZwnyu /rSnmfPe05pI3GUq7WY5PR5mxa9Ke041/4iLNMz3pTLmyLv0VJtBfmgEuKglay2Xz8K5 PlTw== X-Gm-Message-State: ACgBeo0YXK6nj8M9LRlHe/E4O+KHgSRfUMMo8tz15AKzfd0lz8KEwOGz J9f+xj2saxbOLD3Yej8tK1flqiv472CuRg== X-Google-Smtp-Source: AA6agR6iV5XjigRyxhI6uHsO6B5njoDoDy81UG2PpWj9kgaLmMQy49Ld+mYJWcKi2CYP7+uMIqmOaw== X-Received: by 2002:a4a:abcf:0:b0:428:47bc:4bc0 with SMTP id o15-20020a4aabcf000000b0042847bc4bc0mr8700404oon.15.1661292230823; Tue, 23 Aug 2022 15:03:50 -0700 (PDT) Received: from [192.168.1.128] ([38.15.45.1]) by smtp.gmail.com with ESMTPSA id x10-20020a4ae78a000000b00443abbc1f3csm2727169oov.24.2022.08.23.15.03.49 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 23 Aug 2022 15:03:50 -0700 (PDT) Subject: Re: [PATCH 5.4 000/389] 5.4.211-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: <20220823080115.331990024@linuxfoundation.org> From: Shuah Khan Message-ID: Date: Tue, 23 Aug 2022 16:03:49 -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: <20220823080115.331990024@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 8/23/22 2:21 AM, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.4.211 release. > There are 389 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 Thu, 25 Aug 2022 08:00:15 +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.211-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