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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3E15BC433EF for ; Tue, 26 Oct 2021 00:58:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 19A126058D for ; Tue, 26 Oct 2021 00:58:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235981AbhJZBAk (ORCPT ); Mon, 25 Oct 2021 21:00:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42848 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235947AbhJZBAj (ORCPT ); Mon, 25 Oct 2021 21:00:39 -0400 Received: from mail-io1-xd30.google.com (mail-io1-xd30.google.com [IPv6:2607:f8b0:4864:20::d30]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 94596C061745 for ; Mon, 25 Oct 2021 17:58:16 -0700 (PDT) Received: by mail-io1-xd30.google.com with SMTP id p142so18087879iod.0 for ; Mon, 25 Oct 2021 17:58:16 -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=2ll5cKDY8kF1fxCicyzWa7qSx1nS6AEo9QjRtCDlYXo=; b=W8HsSqzcAP+xsHtCowkvy/5QMMu8JCwdsxeQStgC3ofogmMzwUOWnTXJJPKM9iAtGV CxIiq6jXldenexKPyj7No6473ctL+cQHcs+HZn5fRtBYl8ugBNK1meKcGU8H3FdfyMU6 cqofg7YoXG7Qac6F3SbirESeH2+Aku9ZZUkZE= 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=2ll5cKDY8kF1fxCicyzWa7qSx1nS6AEo9QjRtCDlYXo=; b=uYJ158OhyFiLaC+tZOluu4slytJXIEj7perxrA+mpkE6ZkkhWpwMqXbhyoEBNPRIkv ARjfNSAVSilQjlZfAPDuGGlaZq9pee2W+HL7OUxK547StL1ZrJ7eSEchzKJjywvDm5QI dhpN3ajO+VBsLbm9m/JbEOHae6IlFkUWrXfpDMAP7We8rfdH/83vdLSw4mkLYuogNP04 SMfUDovnkp7woOCGtYGro4KHdseVO91Ci1iSKhPvO3+TlkU+5navRVyi70gkI+Qpr/Cf PJGUfxxpdBtbSqbhoSyIX8X8n3BJ8MGg9RaROkDZvbWezW+cHgUSX3NIa5fahyrUdoMQ k9cA== X-Gm-Message-State: AOAM530t8Sh6WpYGsuiyQXX8Hffg7LqOBzJYg50EHFlGhyU1wKtpcX53 kN7CDKuLrt45Jn3MrSMf0kIffQ== X-Google-Smtp-Source: ABdhPJyavai07WYgOgchftSef2eb9FYIDIHkTe4QrRGsmWEt5AaK+oGJ8NbZOTWv2gKjMzzjGgKlfw== X-Received: by 2002:a05:6602:199:: with SMTP id m25mr12935210ioo.173.1635209894336; Mon, 25 Oct 2021 17:58:14 -0700 (PDT) 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 t2sm5018453ilg.1.2021.10.25.17.58.13 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 25 Oct 2021 17:58:13 -0700 (PDT) Subject: Re: [PATCH 5.14 000/169] 5.14.15-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: <20211025191017.756020307@linuxfoundation.org> From: Shuah Khan Message-ID: <2eded1f9-e4bc-fa26-3faa-e4193ec1364b@linuxfoundation.org> Date: Mon, 25 Oct 2021 18:58:12 -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: <20211025191017.756020307@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 10/25/21 1:13 PM, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.14.15 release. > There are 169 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, 27 Oct 2021 19:08:09 +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.14.15-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.14.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