From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suzuki K Poulose Subject: Re: [PATCH V3 02/10] ras: acpi/apei: cper: generic error data entry v3 per ACPI 6.1 Date: Fri, 14 Oct 2016 17:28:58 +0100 Message-ID: <38c7c9ac-e8ad-6fb5-3ee9-3ba85e4b8299@arm.com> References: <1475875882-2604-1-git-send-email-tbaicar@codeaurora.org> <1475875882-2604-3-git-send-email-tbaicar@codeaurora.org> <3f17d0a8-6b63-5792-903a-341effaae432@arm.com> <064dca7d-0625-c0d0-09ae-72ef7abdc63f@arm.com> <912acc88-fbaf-2576-8048-1fcc67439600@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <912acc88-fbaf-2576-8048-1fcc67439600-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org> Sender: linux-efi-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: "Baicar, Tyler" , christoffer.dall-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, marc.zyngier-5wv7dgnIgG8@public.gmane.org, pbonzini-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org, rkrcmar-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org, linux-I+IVW8TIWO2tmTQ+vhA3Yw@public.gmane.org, catalin.marinas-5wv7dgnIgG8@public.gmane.org, will.deacon-5wv7dgnIgG8@public.gmane.org, rjw-LthD3rsA81gm4RdzfppkhA@public.gmane.org, lenb-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, matt-mF/unelCI9GS6iBeEJttW/XRex20P6io@public.gmane.org, robert.moore-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org, lv.zheng-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org, mark.rutland-5wv7dgnIgG8@public.gmane.org, james.morse-5wv7dgnIgG8@public.gmane.org, akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org, sandeepa.s.prabhu-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, shijie.huang-5wv7dgnIgG8@public.gmane.org, paul.gortmaker-CWA4WttNNZF54TAoqtyWWQ@public.gmane.org, tomasz.nowicki-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, fu.wei-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, rostedt-nx8X9YLhiw1AfugRpC6u6w@public.gmane.org, bristot-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, kvmarm-FPEHb7Xf0XXUo1n7N8X6UoWGPAHP3yOg@public.gmane.org, Dkvm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-acpi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devel-E0kO6a4B6psdnm+yROfE0A@public.gmane.org Cc: "Jonathan (Zhixiong) Zhang" , Richard Ruigrok , Naveen Kaje List-Id: linux-acpi@vger.kernel.org On 13/10/16 20:37, Baicar, Tyler wrote: > Hello Suzuki, > > On 10/13/2016 2:50 AM, Suzuki K Poulose wrote: >> On 12/10/16 23:10, Baicar, Tyler wrote: >>>> Please could you keep the people who reviewed/commented on your series in the past, >>>> whenever you post a new version ? >>> Do you mean to just send the new version to their e-mail directly in addition to the lists? If so, I will do that next time. >> >> If you send a new version of a series to the list, it is a good idea to keep >> the people who commented (significantly) on your previous version in Cc, especially >> when you have addressed their feedback. That will help them to keep track of the >> series. People can always see the new version in the list, but then it is so easy >> to miss something in the 100s of emails you get each day. I am sure people have >> special filters for the emails based on if they are in Cc/To etc. >> > Okay, understood. I'll make sure to add those who have commented in the cc/to list to avoid the e-mail filters. Thanks ! >> Is it always the same endianness as that of the CPU ? > It is a fair assumption that the firmware populating this record will use a CPU of the same endianness. There is no mechanism in the spec to indicate otherwise. Yep, you are right. The EFI expects the EL2/EL1 to be of the same endianness Cheers Suzuki