Re: [PATCH v4 2/2] TPM: remove unnecessary little endian conversion

2015-06-29 Thread Hon Ching(Vicky) Lo
Re: [PATCH v4 2/2] TPM: remove unnecessary little endian conversion > Date: Thu, 18 Jun 2015 08:23:33 -0500 (CDT) > Looks good. > Reviewed-by: Ashley Lai > Ashley Lai On Wed, 2015-06-17 at 18:17 -0400, Hon Ching(Vicky) Lo wrote: > The base pointer for the event log is allo

Re: [PATCH v4 2/2] TPM: remove unnecessary little endian conversion

2015-06-29 Thread Hon Ching(Vicky) Lo
...@ashleylai.com, Vicky Lo honclo2...@gmail.com, linux-kernel@vger.kernel.org, Joy Latten jmlat...@linux.vnet.ibm.com Subject: Re: [PATCH v4 2/2] TPM: remove unnecessary little endian conversion Date: Thu, 18 Jun 2015 08:23:33 -0500 (CDT) Looks good. Reviewed-by: Ashley Lai ash...@ahsleylai.com

Re: [PATCH v4 2/2] TPM: remove unnecessary little endian conversion

2015-06-18 Thread Ashley Lai
Looks good. Reviewed-by: Ashley Lai Ashley Lai -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH v4 2/2] TPM: remove unnecessary little endian conversion

2015-06-18 Thread Ashley Lai
Looks good. Reviewed-by: Ashley Lai ash...@ahsleylai.com Ashley Lai -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at

[PATCH v4 2/2] TPM: remove unnecessary little endian conversion

2015-06-17 Thread Hon Ching(Vicky) Lo
The base pointer for the event log is allocated in the local kernel (in prom_instantiate_sml()), therefore it is already in the host's endian byte order and requires no conversion. The content of the 'basep' pointer in read_log() stores the base address of the log. This patch ensures that it is

[PATCH v4 2/2] TPM: remove unnecessary little endian conversion

2015-06-17 Thread Hon Ching(Vicky) Lo
The base pointer for the event log is allocated in the local kernel (in prom_instantiate_sml()), therefore it is already in the host's endian byte order and requires no conversion. The content of the 'basep' pointer in read_log() stores the base address of the log. This patch ensures that it is