From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 0FACD1A0034 for ; Tue, 4 Aug 2015 10:51:35 +1000 (AEST) Message-ID: <1438649494.9418.0.camel@ellerman.id.au> Subject: Re: [PATCH] powerpc/hvsi: Fix endianness issues in the HVSI driver From: Michael Ellerman To: Laurent Dufour Cc: linuxppc-dev@lists.ozlabs.org, Greg Kroah-Hartman , Jiri Slaby , linux-kernel@vger.kernel.org Date: Tue, 04 Aug 2015 10:51:34 +1000 In-Reply-To: <1438334990-11765-1-git-send-email-ldufour@linux.vnet.ibm.com> References: <1438334990-11765-1-git-send-email-ldufour@linux.vnet.ibm.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 be in big endian > format. Can you include the sparse output before and after? cheers