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 37588CCA47C for ; Wed, 6 Jul 2022 23:55:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234550AbiGFXy6 (ORCPT ); Wed, 6 Jul 2022 19:54:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36950 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234388AbiGFXy5 (ORCPT ); Wed, 6 Jul 2022 19:54:57 -0400 Received: from mail-io1-xd34.google.com (mail-io1-xd34.google.com [IPv6:2607:f8b0:4864:20::d34]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C35DB2D1DB for ; Wed, 6 Jul 2022 16:54:56 -0700 (PDT) Received: by mail-io1-xd34.google.com with SMTP id d3so15399657ioi.9 for ; Wed, 06 Jul 2022 16:54:56 -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=X+SKcGDi/3Vpuz7zts3QVdWjQ+ceALJgn0lTynUN7MA=; b=LtiEy4o9eJ2X3uQWTdJ/qvTWBSU/XybxOAMKgpr5MSdZagDKt3qTOoPDro2Md/az10 GMOWHB3SRBxnoxdBnOPWpbZBGKiO055Ec6Lvq3UqzMvqLJ+u9MHeS9uafduTgd8OJbT7 5S5sv+fqBZMlBQ/kPU0ywghoL4ka6/elRvk9A= 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=X+SKcGDi/3Vpuz7zts3QVdWjQ+ceALJgn0lTynUN7MA=; b=3VNbgpZ7YZrFzyU3zbxucr1gWQNwfK70YGIX4ow2zd7FXOh1JChMp7XxhlSFJtqjgC bgQikjptHtjwNu6T542vDSwAzv/7K5nZH2/s5rVSMV6kYNl8uRsU04kLH6fG9Zy3JDRi hnQ11rBeUifLAziS+3hGs3REI0FGODfQn1TRAbwSvzNVTeRI3lwIn43Bn/sz7QUQHIQz g8bwEwKkGx3R4W6db4fa5wMnrOHQd5k8p8NiIYDOuYuM251ec7PkiCR+BfPaE7U48k6y Vy4otuTUExa4AFZ+QvRlL00Jf2dyGtdawXZqeWILiTdm8BVVlUvuzozIsfWGsE9IN0Uj GhbA== X-Gm-Message-State: AJIora8o/bDQ7qPhNMWcEs0csk1zx9zc93eg7V8tTokEfc9gv5dPVNUw WNi8GRhEF/okX/OajXN0RZ2z9g== X-Google-Smtp-Source: AGRyM1sbfoDCgXPJb2bvcTdEXovQJWQZf0x47aSfvTpXGuox5ve910306UGXQzpz0gYlDaBiZhUnJg== X-Received: by 2002:a6b:3e87:0:b0:678:de2a:9103 with SMTP id l129-20020a6b3e87000000b00678de2a9103mr613423ioa.140.1657151696140; Wed, 06 Jul 2022 16:54:56 -0700 (PDT) Received: from [192.168.1.128] ([38.15.45.1]) by smtp.gmail.com with ESMTPSA id w13-20020a927b0d000000b002dc33dbed87sm1219996ilc.39.2022.07.06.16.54.55 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 06 Jul 2022 16:54:55 -0700 (PDT) Subject: Re: [PATCH 5.15 00/98] 5.15.53-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: <20220705115617.568350164@linuxfoundation.org> From: Shuah Khan Message-ID: Date: Wed, 6 Jul 2022 17:54:55 -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: <20220705115617.568350164@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 7/5/22 5:57 AM, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.15.53 release. > There are 98 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, 07 Jul 2022 11:55:56 +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.53-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