Received: by 2002:a05:6a10:af89:0:0:0:0 with SMTP id iu9csp5879824pxb; Thu, 27 Jan 2022 01:16:21 -0800 (PST) X-Google-Smtp-Source: ABdhPJzce21lS1HBQVtDOMXPnjZmBjkNBrsozqpuXIraDLzdNzhsvsMgt6JsQ0x1A2kxebKk35mq X-Received: by 2002:a17:90a:7084:: with SMTP id g4mr12980509pjk.5.1643274981703; Thu, 27 Jan 2022 01:16:21 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1643274981; cv=none; d=google.com; s=arc-20160816; b=p/GE/cnCaH6GJQsf8UXZH2eaeQ2cxAEFd1WuwwZjLoBWqLAENmgBfuBg46xs53ttZU Mg7XKVLz9JIe98Siw12LWHE5xTHBbulDenpTjix2eyAYSB8enCHrRJBwrS3R/vbZL19j FQIP8w/MnFqeuy4ZXw03zahPzT3+gb/hROec5kHFVarWOySg85UScNfYyg+mMnavvyq7 UTxU4s3dasfADSnOXL99N4R08sIvosb+W1djTK6+7UKvnmW3nhZYDtNtFL/SGDtylt6f elwbg8Qs1EkMGVmgrLrHkSRtDLZapPT8CxfKpR3T8N3bOqGGTkGp5x5R57YuIDHLXtFz xUwg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:in-reply-to:from :references:cc:to:content-language:subject:user-agent:mime-version :date:message-id; bh=0zhEZa7JpFo8HFNTrQyghcM7VcAB47IbsVyJPZsTdUo=; b=vWJRp9FV8zILvWVkOTjprVNKLjai4Wz3J4vgJ54gACxVx0AYwgkdvd9JZ46k8v5xhl 9QML1fF/IFO/joMyUbN4BM2jdwSqu9kDjbgl0i80+anyaBhfYckSTuDYZ6YqIPV9KbSx 06IHLdI4U94cfpxTDK/tkhu2A8u9SRD6jFM2N8uN2Zgiqor2gHrF7uTxud60uBm6CbgY hFl4mfE4FuLSgNz3uFZj+S3Ie0bb3zMXJFqdbVuliMLMrP2D1ZSYVfbrH6wh35Soe4+t re7N/QBbePg7gzhHe8ex3/8xrtD3xoOi0ek47vtv6PaNBjLsQ5dqFKt+/CAJpTJhrCH4 2oNw== 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=alibaba.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id x11si1826195plg.24.2022.01.27.01.16.09; Thu, 27 Jan 2022 01:16:21 -0800 (PST) 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=alibaba.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235100AbiA0C2g (ORCPT + 99 others); Wed, 26 Jan 2022 21:28:36 -0500 Received: from out30-133.freemail.mail.aliyun.com ([115.124.30.133]:33118 "EHLO out30-133.freemail.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229518AbiA0C2d (ORCPT ); Wed, 26 Jan 2022 21:28:33 -0500 X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R161e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=e01e04407;MF=xueshuai@linux.alibaba.com;NM=1;PH=DS;RN=11;SR=0;TI=SMTPD_---0V2xgVBs_1643250509; Received: from 30.240.124.63(mailfrom:xueshuai@linux.alibaba.com fp:SMTPD_---0V2xgVBs_1643250509) by smtp.aliyun-inc.com(127.0.0.1); Thu, 27 Jan 2022 10:28:30 +0800 Message-ID: <69183787-0a18-2d49-08c5-ca6e93c87b3a@linux.alibaba.com> Date: Thu, 27 Jan 2022 10:28:28 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 Subject: Re: [PATCH v5 0/2] EDAC/ghes: refactor memory error reporting to avoid code duplication Content-Language: en-US To: Boris Petkov Cc: rric@kernel.org, mchehab@kernel.org, zhangliguang@linux.alibaba.com, tony.luck@intel.com, james.morse@arm.com, linux-edac@vger.kernel.org, linux-efi@vger.kernel.org, ardb@kernel.org, linux-kernel@vger.kernel.org, zhuo.song@linux.alibaba.com References: <20211210134019.28536-1-xueshuai@linux.alibaba.com> <20220126081702.55167-1-xueshuai@linux.alibaba.com> <8d89ffe0-6e34-a82d-09f0-9dd803fc256f@linux.alibaba.com> <5D5735C8-3922-49D9-9DD0-605746B5CCE4@alien8.de> From: Shuai Xue In-Reply-To: <5D5735C8-3922-49D9-9DD0-605746B5CCE4@alien8.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Borislav, 在 2022/1/26 PM6:16, Boris Petkov 写道: > On January 26, 2022 9:26:01 AM UTC, Shuai Xue wrote: >> By the way, I have a question about review process: after waiting for a period >> of time, how can I tell whether you have no comments or are still in review process? >> > > A good sign for when review is done is to wait to see replies to every patch. > > BUT, there are other people on CC too so they would need to get a chance to have a look too. > > Regardless, you wait for a week and then you incorporate all review comments and resend - not before. > > This constant spamming with the patchset is not productive. You're not the only one who sends patches and wants review - you should consider that there are others who would need to get reviewed too. Got it. Thank you very much. Best Regards, Shuai