Received: by 2002:a05:6a10:17d3:0:0:0:0 with SMTP id hz19csp233917pxb; Fri, 16 Apr 2021 04:26:16 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx5VS9R0FQ+iUpSjyDMh4Hhie1Qbevai3AhUDDLaNkRBeu2DCAg0nQYwcUsuFxF0Cmr4eXC X-Received: by 2002:a17:902:ea89:b029:ea:c781:daad with SMTP id x9-20020a170902ea89b02900eac781daadmr8886946plb.62.1618572376731; Fri, 16 Apr 2021 04:26:16 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1618572376; cv=none; d=google.com; s=arc-20160816; b=or+53IxtyQcLgbMNXSS4kayixAX0CypHh648W3JRVWJS6cKl7oLic6CyPTXeqLGqCo eYfakErDo3bSZnCvfho0oe9v3HFnc2XeYRJLuLe8yRvgLDKXjCnIXH+FvywdU9d+ydhY yy43po/lpTkYyrLj3z+7iO9Ga+XORsj+ekCzpHCu42Dr73XzoZw/HR0qfbnqakNKOXt7 3n22hkI81Lh/Ivc4pTgJl35iTPA8ZQwPXHPTNpaJzMn0ljto50FBuZo0zhntuGGKkM9w 3mPPaUleCxBeS8jcX9jRWvWYwUiq3iG/oima/Tazaq5L+VWrn5Q5FvERuPT0kqNySdzX Ao7g== 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=yiATeghKuP5aj24VisrximTirhuh+RkOQ+ptLT1nHow=; b=yf9A/vUxFzd4HoniXSBmErwU61KiGI5G6lQEKhwv/tkNvDXRu9Vklvtv5CRgKduuoE ZdS98+j+k+5E2psRWVkwtkRuax/rb1+0u5HQ8AkVX4xuGm5xNnxQfdhMmS5HOlqedPo5 fOeFOXcFW69liVoDNe4+AAtxi4bThGvPIYOHPqTwjl9fw8+SVU3nrGtmLHO7dERIkJ79 0zSM9hcHaorCmMmalQQMBLUt5oVi6oIaOd6TE2WES4V1mLL9ApEwJuoZRjUE0mo+2cZ6 uD9OIN/yn3j14/9FEy+r3S/gibRdcxgiaBgKVS/oBw2elwH87oZ9bDdnKV0Ce61vJE+I tN8Q== 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 y5si7785597pjp.126.2021.04.16.04.26.04; Fri, 16 Apr 2021 04:26:16 -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 S242220AbhDPJwn (ORCPT + 99 others); Fri, 16 Apr 2021 05:52:43 -0400 Received: from szxga05-in.huawei.com ([45.249.212.191]:16470 "EHLO szxga05-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239120AbhDPJwm (ORCPT ); Fri, 16 Apr 2021 05:52:42 -0400 Received: from DGGEMS404-HUB.china.huawei.com (unknown [172.30.72.60]) by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4FMBJk5Hy6zwSDG; Fri, 16 Apr 2021 17:49:58 +0800 (CST) Received: from [10.174.178.100] (10.174.178.100) by DGGEMS404-HUB.china.huawei.com (10.3.19.204) with Microsoft SMTP Server id 14.3.498.0; Fri, 16 Apr 2021 17:52:16 +0800 Subject: Re: [PATCH 4.19 00/13] 4.19.188-rc1 review To: Greg Kroah-Hartman , CC: , , , , , , , , , References: <20210415144411.596695196@linuxfoundation.org> From: Samuel Zou Message-ID: <1968a47e-4ef3-dce5-e70d-1e076e880bfa@huawei.com> Date: Fri, 16 Apr 2021 17:52:15 +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: <20210415144411.596695196@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.100] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2021/4/15 22:47, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.19.188 release. > There are 13 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, 17 Apr 2021 14:44:01 +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/v4.x/stable-review/patch-4.19.188-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-4.19.y > and the diffstat can be found below. > > thanks, > > greg k-h > Tested on arm64 and x86 for 4.19.188-rc1, Kernel repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git Branch: linux-4.19.y Version: 4.19.188-rc1 Commit: 9f5de887b160253cf03d6ae91e72ba7dbd4a2317 Compiler: gcc version 7.3.0 (GCC) arm64: -------------------------------------------------------------------- Testcase Result Summary: total: 5723 passed: 5723 failed: 0 timeout: 0 -------------------------------------------------------------------- x86: -------------------------------------------------------------------- Testcase Result Summary: total: 5723 passed: 5723 failed: 0 timeout: 0 -------------------------------------------------------------------- Tested-by: Hulk Robot