Received: by 2002:a05:6a10:af89:0:0:0:0 with SMTP id iu9csp4622958pxb; Tue, 25 Jan 2022 14:47:36 -0800 (PST) X-Google-Smtp-Source: ABdhPJyGIAmE1rBb3oy0di9VApGlI5N/8D0TCrvYVM1NGwe/wR87+KmeYNX+d07sVp658tGbuBsH X-Received: by 2002:a17:907:2704:: with SMTP id w4mr17719060ejk.134.1643150856731; Tue, 25 Jan 2022 14:47:36 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1643150856; cv=none; d=google.com; s=arc-20160816; b=JR2WoT80/3U6ynclWRfRHhzRaLc4yxu5TbNGewHvd6ES2TM2/6DoiKruAqbZDFLJ+T 03OSXFO6iYS1QpedbNQ1Xqpi8vgfE5BhJOnX8jx620xSrXUVQ/pYknJAXV6A7E+xTBud UdY3hv8JnvZ00nr5blg1T/JwczYOuYBNxSItZYy8dnCA5ICtWYPq+7ZZyEmdqCU3RA3z xzPmodVpTBYrrvrr+P/67IatfONO4uVtzub6IJGn2f/YwaP+jkAlLUPgT9BaNt/oe7si jwtwv7umIJHjK5BDn4v6zn77j2bI5o5Om97+zGUCKU42mkZ2vsXbEx84JtwQN+uN6lvv oFZQ== 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=wVqYDef7goYev1iPguTbSuLNW9r4Gk6ig2ApKLJZqLo=; b=ugV5K4P/dP0KzHQk7dd9MsXzQU70xjPA63ndCwYh6MDxOko2bJxSV15fEFWPMKbqBu 7c6KpHALPRusjWoNWhbfrOlXlA10MU7xFkkUh90+jlXzqNIO7SUgJQDZdB1MV7CsyQFr 38AiRot4RPbF/cz82fU46rh5QxnqLsWXHfxEa8p1r8X2ZpkueWyVGHi3iIRkTK1ly2rF Exbrz8IUsRpk+UDFu7VyZfYzsfavedrIEnskabooWVZ/xzNqjGWtZRHzO9UPeTuxCa4e oyqLadq1uum79Ui0puwdHaIwZZqJnpAohc9hi7G9Z4PstIBOuWfFYLkyakiF4WUjCDBs KE9g== 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 eb13si13235607edb.442.2022.01.25.14.47.10; Tue, 25 Jan 2022 14:47:36 -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 S1581334AbiAYPFV (ORCPT + 99 others); Tue, 25 Jan 2022 10:05:21 -0500 Received: from out30-56.freemail.mail.aliyun.com ([115.124.30.56]:52742 "EHLO out30-56.freemail.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1581208AbiAYPDA (ORCPT ); Tue, 25 Jan 2022 10:03:00 -0500 X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R171e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=e01e04426;MF=xueshuai@linux.alibaba.com;NM=1;PH=DS;RN=11;SR=0;TI=SMTPD_---0V2qsuta_1643122967; Received: from 30.27.234.82(mailfrom:xueshuai@linux.alibaba.com fp:SMTPD_---0V2qsuta_1643122967) by smtp.aliyun-inc.com(127.0.0.1); Tue, 25 Jan 2022 23:02:49 +0800 Message-ID: <94dababf-76dd-dd9f-61e4-fe05b02f6241@linux.alibaba.com> Date: Tue, 25 Jan 2022 23:02:47 +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: [RESEND PATCH v3 1/2] efi/cper: add cper_mem_err_status_str to decode error description Content-Language: en-US To: Borislav Petkov Cc: rric@kernel.org, mchehab@kernel.org, tony.luck@intel.com, james.morse@arm.com, ardb@kernel.org, linux-edac@vger.kernel.org, linux-kernel@vger.kernel.org, linux-efi@vger.kernel.org, zhangliguang@linux.alibaba.com, zhuo.song@linux.alibaba.com References: <20211210134019.28536-1-xueshuai@linux.alibaba.com> <20220124024759.19176-2-xueshuai@linux.alibaba.com> <98aae382-ac38-8811-f147-d00b953f608d@linux.alibaba.com> <0e156b79-6343-72b2-47fb-baa29ffe60fd@linux.alibaba.com> From: Shuai Xue In-Reply-To: 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/25 PM8:37, Borislav Petkov 写道: > On Tue, Jan 25, 2022 at 07:49:41PM +0800, Shuai Xue wrote: >> I am sorry if you feel the RESEND tag is pushing you. > > It is not pushing me - there are rules, simply. Rules you should read > first before sending patches. Got it. I will learn rules first. > How about I start flooding you a patchset every day? Haha, I see. I am sorry to bother you and thank you very much for your patient and valuable comments, just take your time. By the way, after sending patchset v3 8 days, I resend it yesterday, and the patchset v4 sent today is to address your comments, not a resend patchset. Anyway, I will be more patient. > Also, please do not top-post. That's also explained in that > documentation directory I mentioned. Read about it too pls. I will, thank you. Best Regards, Shuai