Hi James, >-----Original Message----- >From: James Morse [mailto:james.mo...@arm.com] >Sent: 21 August 2019 18:23 >To: Shiju Jose <shiju.j...@huawei.com> >Cc: linux-a...@vger.kernel.org; linux-e...@vger.kernel.org; linux- >ker...@vger.kernel.org; r...@rjwysocki.net; l...@kernel.org; >tony.l...@intel.com; b...@alien8.de; bai...@os.amperecomputing.com; >Linuxarm <linux...@huawei.com>; Jonathan Cameron ><jonathan.came...@huawei.com>; tanxiaofei <tanxiao...@huawei.com> >Subject: Re: [PATCH RFC 2/4] ACPI: APEI: Add ghes_handle_memory_failure to >the new notification method > >Hi, > >On 12/08/2019 11:11, Shiju Jose wrote: >> This patch adds ghes_handle_memory_failure to the new error >> notification method. > >The commit message doesn't answer the question: why? > >The existing code works. This just looks like additional churn. >Given a user, I think the vendor specific example is useful. I don't think >making >this thing more pluggable is a good idea. This was intended to replace the number of if(guid_equal(...)) else if(guid_equal(...)) checks in the ghes_do_proc() , which would grow when new UEFI defined error sections would be added in the future. > > >Thanks, > >James
Thanks, Shiju