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 11450ECAAD4 for ; Mon, 29 Aug 2022 22:19:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229486AbiH2WTi (ORCPT ); Mon, 29 Aug 2022 18:19:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53672 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229449AbiH2WTh (ORCPT ); Mon, 29 Aug 2022 18:19:37 -0400 Received: from mail-io1-xd2a.google.com (mail-io1-xd2a.google.com [IPv6:2607:f8b0:4864:20::d2a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B0D507B289 for ; Mon, 29 Aug 2022 15:19:36 -0700 (PDT) Received: by mail-io1-xd2a.google.com with SMTP id 62so7813112iov.5 for ; Mon, 29 Aug 2022 15:19:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc; bh=z16LTytwree0PKSjWnzmVijEsQZawIjTScg5cLJbx4c=; b=DAE/19mVHjTvFqLQc+TeszZ2qDTXRKh5npmLwg8DNKTiocc51bxxarD5Yk+8EZZ7m2 DhMYxP+pXYTrKEPkwNQ24xYWITPAwbHW/XrrL8uP0dhvx1UnJh9EDi8E2wY4OKmtBd/c szJZ5Js98RStfj+ESiqFrIHLx3eFHP3K5+5hE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc; bh=z16LTytwree0PKSjWnzmVijEsQZawIjTScg5cLJbx4c=; b=nBQUkC48Vxbh13U4Ya1XsMaBNy+iyUylOiOq3Ca83lNbpyNZJTHfVpG2BIfSitaaQ2 hlYx1zXvzzIhZ3sGoiSHvrjhFkrXgH6Ag2NmE8tQ49h2tqirEzfx6IOfokk7EII0Jv0j Xr1iEo3MVyPezCXWeA+5jDKt2nOZeMG/ugDoIYWygcSnxIM81So7FcJB6SElJ2sNB+2A kdY0ub+keDQtuy35bA8pyIepRVd+G+NOnjoR1oLyqGawBwD3bj0+P9SXffTObQBVHEWo MPImh2p8sawaPorK6JuMELaaCY8JIX2J/VUp7iTTHTA3cd9q0XxeB0FS9/U2vRskOc6d GnEA== X-Gm-Message-State: ACgBeo3M5qea3wTeV7xg7hk40Ep/RcvdXWrwVd5Xynmok0mXexXaJmX/ 5eFUzl7u5u8INW6LrO3gIJWFct2xgGNkzA== X-Google-Smtp-Source: AA6agR5dRxu3/NWPGWPcf3nUkCF9fPzF4dQYdscjh+c/ZVPiRjnANruqP0m1k2RrYxBL/WrSucWDfw== X-Received: by 2002:a05:6638:1c17:b0:349:b6d3:c4bb with SMTP id ca23-20020a0566381c1700b00349b6d3c4bbmr10304187jab.222.1661811576137; Mon, 29 Aug 2022 15:19:36 -0700 (PDT) Received: from [192.168.1.128] ([38.15.45.1]) by smtp.gmail.com with ESMTPSA id ca12-20020a0566381c0c00b0034a11fe7513sm4773814jab.125.2022.08.29.15.19.35 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 29 Aug 2022 15:19:35 -0700 (PDT) Message-ID: <41b97b77-1433-6cc6-90ed-c5227740f471@linuxfoundation.org> Date: Mon, 29 Aug 2022 16:19:34 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [PATCH 5.10 00/86] 5.10.140-rc1 review Content-Language: en-US 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: <20220829105756.500128871@linuxfoundation.org> From: Shuah Khan In-Reply-To: <20220829105756.500128871@linuxfoundation.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On 8/29/22 04:58, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.10.140 release. > There are 86 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, 31 Aug 2022 10:57:37 +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.10.140-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.10.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