Re: [PATCH v2 1/4] tpm: Add explicit endianness cast

2018-04-24 Thread Thiebaud Weksteen
On Mon, Apr 23, 2018 at 12:06 PM Luc Van Oostenryck < luc.vanoostenr...@gmail.com> wrote: > On Mon, Apr 23, 2018 at 09:22:06AM +, Thiebaud Weksteen wrote: > > On Fri, Apr 20, 2018 at 4:57 PM Jason Gunthorpe wrote: > > > > > On Thu, Apr 19, 2018 at 01:09:12PM +, Thiebaud Weksteen wrote: >

Re: [PATCH v2 1/4] tpm: Add explicit endianness cast

2018-04-23 Thread Luc Van Oostenryck
On Mon, Apr 23, 2018 at 09:22:06AM +, Thiebaud Weksteen wrote: > On Fri, Apr 20, 2018 at 4:57 PM Jason Gunthorpe wrote: > > > On Thu, Apr 19, 2018 at 01:09:12PM +, Thiebaud Weksteen wrote: > > > On Tue, Apr 17, 2018 at 4:00 PM Jason Gunthorpe wrote: > > > > > > > On Tue, Apr 17, 2018 at

Re: [PATCH v2 1/4] tpm: Add explicit endianness cast

2018-04-23 Thread Thiebaud Weksteen
On Fri, Apr 20, 2018 at 4:57 PM Jason Gunthorpe wrote: > On Thu, Apr 19, 2018 at 01:09:12PM +, Thiebaud Weksteen wrote: > > On Tue, Apr 17, 2018 at 4:00 PM Jason Gunthorpe wrote: > > > > > On Tue, Apr 17, 2018 at 08:32:33AM +, Thiebaud Weksteen wrote: > > > > On Tue, Apr 17, 2018 at 5:02

Re: [PATCH v2 1/4] tpm: Add explicit endianness cast

2018-04-20 Thread Jason Gunthorpe
On Thu, Apr 19, 2018 at 01:09:12PM +, Thiebaud Weksteen wrote: > On Tue, Apr 17, 2018 at 4:00 PM Jason Gunthorpe wrote: > > > On Tue, Apr 17, 2018 at 08:32:33AM +, Thiebaud Weksteen wrote: > > > On Tue, Apr 17, 2018 at 5:02 AM Jason Gunthorpe wrote: > > > > > > > On Thu, Apr 12, 2018 at

Re: [PATCH v2 1/4] tpm: Add explicit endianness cast

2018-04-19 Thread Jarkko Sakkinen
On Thu, Apr 12, 2018 at 12:13:47PM +0200, Thiebaud Weksteen wrote: > Signed-off-by: Thiebaud Weksteen Reviewed-by: Jarkko Sakkinen Tested-by: Jarkko Sakkinen /Jarkko

Re: [PATCH v2 1/4] tpm: Add explicit endianness cast

2018-04-19 Thread Thiebaud Weksteen
On Tue, Apr 17, 2018 at 4:00 PM Jason Gunthorpe wrote: > On Tue, Apr 17, 2018 at 08:32:33AM +, Thiebaud Weksteen wrote: > > On Tue, Apr 17, 2018 at 5:02 AM Jason Gunthorpe wrote: > > > > > On Thu, Apr 12, 2018 at 12:13:47PM +0200, Thiebaud Weksteen wrote: > > > > Signed-off-by: Thiebaud Weks

Re: [PATCH v2 1/4] tpm: Add explicit endianness cast

2018-04-17 Thread Jason Gunthorpe
On Tue, Apr 17, 2018 at 08:32:33AM +, Thiebaud Weksteen wrote: > On Tue, Apr 17, 2018 at 5:02 AM Jason Gunthorpe wrote: > > > On Thu, Apr 12, 2018 at 12:13:47PM +0200, Thiebaud Weksteen wrote: > > > Signed-off-by: Thiebaud Weksteen > > > drivers/char/tpm/tpm_eventlog_of.c | 4 ++-- > > > 1

Re: [PATCH v2 1/4] tpm: Add explicit endianness cast

2018-04-17 Thread Thiebaud Weksteen
On Tue, Apr 17, 2018 at 5:02 AM Jason Gunthorpe wrote: > On Thu, Apr 12, 2018 at 12:13:47PM +0200, Thiebaud Weksteen wrote: > > Signed-off-by: Thiebaud Weksteen > > drivers/char/tpm/tpm_eventlog_of.c | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/drivers/char

Re: [PATCH v2 1/4] tpm: Add explicit endianness cast

2018-04-16 Thread Jason Gunthorpe
On Thu, Apr 12, 2018 at 12:13:47PM +0200, Thiebaud Weksteen wrote: > Signed-off-by: Thiebaud Weksteen > drivers/char/tpm/tpm_eventlog_of.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/char/tpm/tpm_eventlog_of.c > b/drivers/char/tpm/tpm_eventlog_of.c > ind

[PATCH v2 1/4] tpm: Add explicit endianness cast

2018-04-12 Thread Thiebaud Weksteen
Signed-off-by: Thiebaud Weksteen --- drivers/char/tpm/tpm_eventlog_of.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/char/tpm/tpm_eventlog_of.c b/drivers/char/tpm/tpm_eventlog_of.c index 96fd5646f866..d74568d58a66 100644 --- a/drivers/char/tpm/tpm_eventlog_of.c