Received: by 2002:a05:6a10:a852:0:0:0:0 with SMTP id d18csp976828pxy; Wed, 5 May 2021 19:56:40 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzHXA2JaMQU1pJbQMe4zE/4ygsEGggKYLrF0hLTvakViwoHMPu5Ha6nOgHFfWn21MYPQgxd X-Received: by 2002:aa7:8051:0:b029:272:7b9c:cde1 with SMTP id y17-20020aa780510000b02902727b9ccde1mr2116891pfm.55.1620269800270; Wed, 05 May 2021 19:56:40 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1620269800; cv=none; d=google.com; s=arc-20160816; b=ZsUl3EbgjIKcGt6/Csf5N7xyaXRKt/jh9RwnoqZ2jZNohEr9prp99l2id4M2pbwY05 XUJrWIg18Sz6RJz7IHt0yvKtZxao9DOLXEx4blvtF1/ioeNSK9b0eSUwOfL+c6MF2aHR irRsLto33hBvLtm+36+TIpGXa7RcCQK+7gwKeAYCmzUj1MlMXSZpQWNIxhTLcEV6+5zA x4u3+f5tFz4H0TQ0gplNDtCMmKlG3YbjE4s7LdM9Yfdn34HquKxV4MguyaRYoNC9UQFX A3Ts5981S120CXHwu+r1QJ3Oq/vV/HelmwbaUU7mcQuviZVHCitdNxDZxxfK29WsDLgy 7nFA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:content-language :in-reply-to:mime-version:user-agent:date:message-id:from:references :cc:to:subject; bh=qQKcgUkPxDkS6A2XsNNmsUye917Ryz+aaMPfeoJMA08=; b=N1kj9AUbiqOOkUIEaWCtp4y3RBdOtlcfMk5Kfn/5H5Q7I8zwYiaqDock9Y+2MNFrz2 OP1j5TKM+8uvwiRZ/vwZVr42dXk02FixXVctAoMdxoMTT7l0xS3FPXRehjc8L9R5qbOJ xP5sd6aV10/BxxTCsH1s195m4fA63E3XYYqIk2T9LnMqQS6nsCAvR4q+HcbJCAZhwNZ7 u6tc5ryIoeHIbPOvcvCR1IEtW7YOL22SEf7OH2dx9BfPYUCCTChT8paP0GL42T7qxlvS xUCMxIn3tDr6whRcE3aJlN5jkWn6yv2jsgqr+8M6GrgYRonj3vt1MSwnmSdEV9m55Iou doog== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=huawei.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id e15si1360972pgn.139.2021.05.05.19.56.27; Wed, 05 May 2021 19:56:40 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=huawei.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231232AbhEFCxq (ORCPT + 99 others); Wed, 5 May 2021 22:53:46 -0400 Received: from szxga05-in.huawei.com ([45.249.212.191]:18002 "EHLO szxga05-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229465AbhEFCxq (ORCPT ); Wed, 5 May 2021 22:53:46 -0400 Received: from DGGEMS403-HUB.china.huawei.com (unknown [172.30.72.60]) by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4FbJ2K6KkYzPwpT; Thu, 6 May 2021 10:49:29 +0800 (CST) Received: from [10.174.178.208] (10.174.178.208) by DGGEMS403-HUB.china.huawei.com (10.3.19.203) with Microsoft SMTP Server id 14.3.498.0; Thu, 6 May 2021 10:52:41 +0800 Subject: Re: [PATCH 5.10 00/29] 5.10.35-rc1 review To: Greg Kroah-Hartman , CC: , , , , , , , , , References: <20210505112326.195493232@linuxfoundation.org> From: Samuel Zou Message-ID: <0dee0995-7078-4217-5ee7-59b378f72ed9@huawei.com> Date: Thu, 6 May 2021 10:52:40 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: <20210505112326.195493232@linuxfoundation.org> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.174.178.208] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2021/5/5 20:05, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.10.35 release. > There are 29 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, 07 May 2021 11:23:16 +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.35-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 > Tested on arm64 and x86 for 5.10.35-rc1, Kernel repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git Branch: linux-5.10.y Version: 5.10.35-rc1 Commit: 5f894e4a8758db7af6eeb43311c0e9314871b031 Compiler: gcc version 7.3.0 (GCC) arm64: -------------------------------------------------------------------- Testcase Result Summary: total: 8476 passed: 8476 failed: 0 timeout: 0 -------------------------------------------------------------------- x86: -------------------------------------------------------------------- Testcase Result Summary: total: 8476 passed: 8476 failed: 0 timeout: 0 -------------------------------------------------------------------- Tested-by: Hulk Robot