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 D75F9C433FE for ; Thu, 11 Nov 2021 16:26:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BFBA36124C for ; Thu, 11 Nov 2021 16:26:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234255AbhKKQ3S (ORCPT ); Thu, 11 Nov 2021 11:29:18 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55440 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234175AbhKKQ3P (ORCPT ); Thu, 11 Nov 2021 11:29:15 -0500 Received: from mail-il1-x133.google.com (mail-il1-x133.google.com [IPv6:2607:f8b0:4864:20::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4C49FC061767 for ; Thu, 11 Nov 2021 08:26:26 -0800 (PST) Received: by mail-il1-x133.google.com with SMTP id m11so6381899ilh.5 for ; Thu, 11 Nov 2021 08:26:26 -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=Lk/yN+EyR4iwNeMFvXGxKhh7xX7AkHPc4DA7pDgu7gA=; b=YviBg9nIwU+0ZlAjKHWEsoRn3nemhwHZs4+dZP+uZeDc4WswP3fYQi2kSA4VXMibRQ POHRXwWre9oOnKOo4Dgl2NWDD29XuIyWa2ZT3uMY+S7/iCUKyCcBh9vc4f07UwNDTz9s cvWPkG/lufaOJb2Z8I4YgNGkU0Z3HpIrysuhM= 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=Lk/yN+EyR4iwNeMFvXGxKhh7xX7AkHPc4DA7pDgu7gA=; b=DD1HePav1BvI9EfpO/YirT5CVN3R8gtVEndoA7fWOzkKlDnS8tD3jG4kx8cbzjCLV9 wBX3CDO50cZuaMRemSg1SgEM9GEFtA+nUS/vUbN2S/pwkhu62z22iI4EEjntvRFQoew9 yTCxFT+fyi5e/z0THWMwpFbIKKvkeRauFbWaXE4ORFvg/0n7BW0gag+wrV/X8q8m/Orm doUB8SC9Mnv8xklZfnQHOagIiG7WrJZlMzwBj5CuLGC8Y7uC5YRNFgIdIWVL4yY+5gYL 7LShExuC2xnOkcn7m8ACz5U5qM3Cc8BH1Ir6+avaGb/Tje6Wz48JqMoFcuKQX3CFpCKK MXag== X-Gm-Message-State: AOAM533i/bpm2aDxi7JGMyeqyLdo2F2sJWwSh0mN6rOed7fF5kfTO2Nf ovskqNyx8NZaYmZTlJDjwocm7A== X-Google-Smtp-Source: ABdhPJwZXBweMEyVtMRjaAjlS2dWfF+KVJRM4iJa0Xn4+XJyfT+YGQAgtJRH2SsOOQ3zMIOgfQ9Hxw== X-Received: by 2002:a92:d341:: with SMTP id a1mr5076548ilh.59.1636647985670; Thu, 11 Nov 2021 08:26:25 -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 c12sm2103142ils.31.2021.11.11.08.26.24 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 11 Nov 2021 08:26:25 -0800 (PST) Subject: Re: [PATCH 5.15 00/26] 5.15.2-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: <20211110182003.700594531@linuxfoundation.org> From: Shuah Khan Message-ID: <83be18b6-dce4-d790-855a-d29b58643228@linuxfoundation.org> Date: Thu, 11 Nov 2021 09:26:23 -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: <20211110182003.700594531@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/10/21 11:43 AM, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.15.2 release. > There are 26 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 Fri, 12 Nov 2021 18:19:54 +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.15.2-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.15.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