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 3D1D7C433F5 for ; Mon, 7 Mar 2022 23:49:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344030AbiCGXuu (ORCPT ); Mon, 7 Mar 2022 18:50:50 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60490 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1343971AbiCGXuk (ORCPT ); Mon, 7 Mar 2022 18:50:40 -0500 Received: from mail-il1-x130.google.com (mail-il1-x130.google.com [IPv6:2607:f8b0:4864:20::130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E496F21E30 for ; Mon, 7 Mar 2022 15:49:29 -0800 (PST) Received: by mail-il1-x130.google.com with SMTP id o12so3448329ilg.5 for ; Mon, 07 Mar 2022 15:49:29 -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=v8EgM3T4UQTB5yUI0lflaivPtAYu3R9eYXESkt6E+LE=; b=N0nDn3GbWfRU2xJrNRq51kEZzZZ2JRjgbUV5k722waGto8ccawCClvrSiSh3pWuQwi lXoWSHM4Ci2MIOK2zGbJZHot7GcQmX+1o8MFvqSUD9uRJU343wl4FE7nbX4X1HCGN5bM f5V7CJvR6A5GAk8xMxO2iIBe2tHnIRHl3mkQI= 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=v8EgM3T4UQTB5yUI0lflaivPtAYu3R9eYXESkt6E+LE=; b=rsd3EsyYtocgtZxLjIqPXy8fw21LDjSRGL2X1C2lygq4mod4cwvI6KI1v97zJf3ST/ Zau2U/h6ktUkWNyuYpzKiX/o/xFRv79OjXmcOO+b1uoswFGcM0Iz6rP6voxXrwvJUHPg 0HHVOr/OnoHKFkifN6ndoCWDn0eO7ggosIRGVyXnk8jUPCZ7Ms/7TtMDrxhl1XFIy9OC O9TRWCyaun3nb2gXGav10EGmpvY4eQMcvauEg1C0Nw7oBYYnwR/hl/VnSKKTKIEppcrk ZnblexZd7ObyPXY7vBoxtWg6X2Fza8JFtLoX+yzNf+zE+IOgubAcrb/4h3R62XYGYG1R Rclw== X-Gm-Message-State: AOAM53115ig3qInY1eMUlGGsOZkWYCW93MKfXnVm9VqauvxMP6w3uTaF oR3CtWptfFHG5ocabbsshfLNj9rYuLIOOA== X-Google-Smtp-Source: ABdhPJw0cltGgBxFBwzl1GayR1ZaZvC7yjmngtkAEGSqpohxY2x5mZG9cPiVdTfAWlA8Hg4rIsiLJA== X-Received: by 2002:a05:6e02:174a:b0:2c4:691c:b746 with SMTP id y10-20020a056e02174a00b002c4691cb746mr12337093ill.29.1646696969237; Mon, 07 Mar 2022 15:49:29 -0800 (PST) Received: from [192.168.1.128] ([71.205.29.0]) by smtp.gmail.com with ESMTPSA id u9-20020a5d8189000000b006415781ebe5sm9758419ion.5.2022.03.07.15.49.28 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 07 Mar 2022 15:49:28 -0800 (PST) Subject: Re: [PATCH 5.16 000/184] 5.16.13-rc2 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: <20220307162147.440035361@linuxfoundation.org> From: Shuah Khan Message-ID: <6faacb78-3fa7-5374-65ae-88c6a00f5210@linuxfoundation.org> Date: Mon, 7 Mar 2022 16:49:27 -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: <20220307162147.440035361@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 3/7/22 9:28 AM, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.16.13 release. > There are 184 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 16:21:20 +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.16.13-rc2.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.16.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