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 4E79AC433FE for ; Fri, 28 Jan 2022 01:01:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241773AbiA1BBb (ORCPT ); Thu, 27 Jan 2022 20:01:31 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55430 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236921AbiA1BBa (ORCPT ); Thu, 27 Jan 2022 20:01:30 -0500 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 77EFEC06173B for ; Thu, 27 Jan 2022 17:01:30 -0800 (PST) Received: by mail-io1-xd30.google.com with SMTP id i62so5916261ioa.1 for ; Thu, 27 Jan 2022 17:01:30 -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=DtIHByrmtg/N6r8E0c5x7qqpNKMlVncwM44j0DO3CY8=; b=IFXvUuUy79IXzd6VOL/3b58aUeYZaitnalo/G42ozAK1MrGaFkZ2tCC8k7weJyrTWi Rkw+LsH2Kra78SuSoZeQVO2XfEeaGsBvGyofa0S8W/o5omv8u0eLoAGREortjkZzLI3j Nfvg8cliW9KWxsAkS7RmwTWTf/BiFZId0a5H8= 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=DtIHByrmtg/N6r8E0c5x7qqpNKMlVncwM44j0DO3CY8=; b=gYQ39TmdD7DaxOi3JquYwiocYOPuZCF38/AOlIFYtmv1PgTuCDULAYiq+SHUzLmT6l 8vDHYHERrqqDDVAE2fJDlMfRtCFnHuZerb5BbkGJH5UfqyBRP0H6WQNkSqEmY0bKnOGE fFMXZZGj/wJXl4tiEt5pZDXLlaFiDQ4Fc51jr61qzkz+8RLOUZZqR5VWLZsUdyX3mBHJ vokdz82wgsRCecM76ogVfz0tRaoVQNhCBkx0372ssUzmVwPnAhmH9bXJojnDUCODy8wg NsVN380CHI9ZvCvJdIHw489t+LeWi2Xk/SpsnnT7ACEC+gFrnX+o450o1nkP3vVoZNc+ /ZqQ== X-Gm-Message-State: AOAM532XVcDSfY1TXDgQwEZLp0OSenyKp3dHVuQ/PqHxvjaBsktun8Zd baKT4p3ALvu6rCzHamXtGT46kw== X-Google-Smtp-Source: ABdhPJwjU+vrxsp3NYD3+0pEfhyhOkH88CNLtwjUNSJk+a2xCuITgCB/cOANHciokAD+OUu9cFn13Q== X-Received: by 2002:a5d:884b:: with SMTP id t11mr3684882ios.53.1643331689740; Thu, 27 Jan 2022 17:01:29 -0800 (PST) Received: from ?IPv6:2601:282:8200:4c:fcdb:3423:ed25:a583? ([2601:282:8200:4c:fcdb:3423:ed25:a583]) by smtp.gmail.com with ESMTPSA id l7sm13086344ilv.75.2022.01.27.17.01.26 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 27 Jan 2022 17:01:29 -0800 (PST) Subject: Re: [PATCH 5.15 00/12] 5.15.18-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, Shuah Khan References: <20220127180259.078563735@linuxfoundation.org> From: Shuah Khan Message-ID: <2752ffb2-19d1-d463-0317-4aabd4e691b1@linuxfoundation.org> Date: Thu, 27 Jan 2022 18:01:24 -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: <20220127180259.078563735@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 1/27/22 11:09 AM, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.15.18 release. > There are 12 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 Sat, 29 Jan 2022 18:02: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.15.18-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