Re: powerpc/hvsi: Fix endianness issues in the HVSI driver

2015-08-21 Thread Michael Ellerman
On Fri, 2015-31-07 at 09:29:50 UTC, Laurent Dufour wrote: > This patch fixes several endianness issues detected when running the HVSI > driver in little endian mode. > > These issues are raised in little endian mode because the data exchanged in > memory between the kernel and the hypervisor has t

Re: [PATCH] powerpc/hvsi: Fix endianness issues in the HVSI driver

2015-08-19 Thread Michael Ellerman
On Thu, 2015-08-20 at 11:40 +1000, Michael Ellerman wrote: > On Wed, 2015-08-19 at 23:53 +0200, Laurent Dufour wrote: > > On 04/08/2015 02:51, Michael Ellerman wrote: > > > On Fri, 2015-07-31 at 11:29 +0200, Laurent Dufour wrote: > > >> This patch fixes several endianness issues detected when runni

Re: [PATCH] powerpc/hvsi: Fix endianness issues in the HVSI driver

2015-08-19 Thread Michael Ellerman
On Wed, 2015-08-19 at 23:53 +0200, Laurent Dufour wrote: > On 04/08/2015 02:51, Michael Ellerman wrote: > > On Fri, 2015-07-31 at 11:29 +0200, Laurent Dufour wrote: > >> This patch fixes several endianness issues detected when running the HVSI > >> driver in little endian mode. > >> > >> These issu

Re: [PATCH] powerpc/hvsi: Fix endianness issues in the HVSI driver

2015-08-19 Thread Laurent Dufour
On 04/08/2015 02:51, Michael Ellerman wrote: > On Fri, 2015-07-31 at 11:29 +0200, Laurent Dufour wrote: >> This patch fixes several endianness issues detected when running the HVSI >> driver in little endian mode. >> >> These issues are raised in little endian mode because the data exchanged in >>

Re: [PATCH] powerpc/hvsi: Fix endianness issues in the HVSI driver

2015-08-19 Thread Benjamin Herrenschmidt
On Wed, 2015-08-19 at 23:37 +0200, Laurent Dufour wrote: > On 03/08/2015 13:00, David Laight wrote: From: Laurent Dufour > > > Sent: 31 July 2015 10:30 > > > This patch fixes several endianness issues detected when running > > > the HVSI > > > driver in little endian mode. > > > > > > These issues

Re: [PATCH] powerpc/hvsi: Fix endianness issues in the HVSI driver

2015-08-19 Thread Laurent Dufour
On 03/08/2015 13:00, David Laight wrote: > From: Laurent Dufour >> Sent: 31 July 2015 10:30 >> This patch fixes several endianness issues detected when running the HVSI >> driver in little endian mode. >> >> These issues are raised in little endian mode because the data exchanged in >> memory betwe

Re: [PATCH] powerpc/hvsi: Fix endianness issues in the HVSI driver

2015-08-03 Thread Michael Ellerman
On Fri, 2015-07-31 at 11:29 +0200, Laurent Dufour wrote: > This patch fixes several endianness issues detected when running the HVSI > driver in little endian mode. > > These issues are raised in little endian mode because the data exchanged in > memory between the kernel and the hypervisor has to

RE: [PATCH] powerpc/hvsi: Fix endianness issues in the HVSI driver

2015-08-03 Thread David Laight
From: Laurent Dufour > Sent: 31 July 2015 10:30 > This patch fixes several endianness issues detected when running the HVSI > driver in little endian mode. > > These issues are raised in little endian mode because the data exchanged in > memory between the kernel and the hypervisor has to be in bi

[PATCH] powerpc/hvsi: Fix endianness issues in the HVSI driver

2015-07-31 Thread Laurent Dufour
This patch fixes several endianness issues detected when running the HVSI driver in little endian mode. These issues are raised in little endian mode because the data exchanged in memory between the kernel and the hypervisor has to be in big endian format. Signed-off-by: Laurent Dufour CC: Greg