From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XXncm-0006Hc-H0 for mharc-grub-devel@gnu.org; Sat, 27 Sep 2014 04:45:04 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54149) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXncf-00068x-Ei for grub-devel@gnu.org; Sat, 27 Sep 2014 04:45:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XXncZ-0003Tn-O0 for grub-devel@gnu.org; Sat, 27 Sep 2014 04:44:57 -0400 Received: from mail-la0-x22a.google.com ([2a00:1450:4010:c03::22a]:54606) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXncZ-0003TS-GO for grub-devel@gnu.org; Sat, 27 Sep 2014 04:44:51 -0400 Received: by mail-la0-f42.google.com with SMTP id hz20so15941177lab.29 for ; Sat, 27 Sep 2014 01:44:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=dz2iEQNtuLVMF3wRfW+3mqobSRctMdkuEyeJPbYX7D0=; b=bjtj3q5jh9nJe89Hnu/7p0bUSaPEX5YZ470gvDx+qFBbSgz2J7BI8kp5vuTY/2C+3n HATFnLZnQXD5XLdWmge0gHh8XMsTWBMRwLk/JsR823H1IOVO6dZ+msWLG3VzYEaB3ihP DPdXdmScAIwe5FTyhG62JFIxOobks5Cczy/crc7ZKzD+YqrxUrakMvx1tWDRUzjzxc7k YvfrYZckR9Q9CPyBWCFJ0E7baFoPe9ndlR41mgMGwH3rRdDQt11n8WfU4qPb9vxM5THv eDj4h5F9QRdrvsKC/2sm/rWsZl5sgfljlzlmqZwNGlDuVAeyjJS5/CQULqImpPMSq5h+ xtEg== X-Received: by 10.112.24.104 with SMTP id t8mr24625771lbf.46.1411807485429; Sat, 27 Sep 2014 01:44:45 -0700 (PDT) Received: from opensuse.site (ppp94-29-94-89.pppoe.spdop.ru. [94.29.94.89]) by mx.google.com with ESMTPSA id l1sm2704271lbj.20.2014.09.27.01.44.44 for (version=SSLv3 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 27 Sep 2014 01:44:44 -0700 (PDT) Date: Sat, 27 Sep 2014 12:44:42 +0400 From: Andrei Borzenkov To: The development of GNU GRUB Subject: Re: btrfs on Big Endian systems - anyone? Message-ID: <20140927124442.54c5956e@opensuse.site> In-Reply-To: <20140927083737.GA13683@riva.ucam.org> References: <20140927094820.59f68723@opensuse.site> <20140927083737.GA13683@riva.ucam.org> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.23; x86_64-suse-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22a Cc: cjwatson@ubuntu.com X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Sep 2014 08:45:03 -0000 =D0=92 Sat, 27 Sep 2014 09:37:37 +0100 Colin Watson =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > On Sat, Sep 27, 2014 at 09:48:20AM +0400, Andrei Borzenkov wrote: > > I am not able to access btrfs on PowerPC. I did not test all of them, > > but other filesystems I tried are OK. Looking at platforms, PPC seems > > to be the only BE platform widely used for Linux; there are SPARC and > > MIPS but I doubt they use btrfs often. > >=20 > > It sounds like missing endian conversion somewhere; any idea how it can > > be found without learning btrfs by heart? :) >=20 > Can you reproduce it in grub-fstest from userspace? That would let you > use gdb et al. >=20 Unfortunately I do not have PPC userspace available ...