From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XY7fZ-0002jJ-DI for mharc-grub-devel@gnu.org; Sun, 28 Sep 2014 02:09:17 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43327) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XY7fP-0002iJ-9G for grub-devel@gnu.org; Sun, 28 Sep 2014 02:09:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XY7fG-00043z-3f for grub-devel@gnu.org; Sun, 28 Sep 2014 02:09:07 -0400 Received: from mail-lb0-x236.google.com ([2a00:1450:4010:c04::236]:65459) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XY7fF-00043o-RF for grub-devel@gnu.org; Sun, 28 Sep 2014 02:08:58 -0400 Received: by mail-lb0-f182.google.com with SMTP id z11so4669143lbi.27 for ; Sat, 27 Sep 2014 23:08:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=Jl2UQPAJMlly10axVZY7l4jyMOjBivsbwJTx1j69D6w=; b=pH5SWB+QdeCclbtLvorTIK6hiY6kXfnWSgt6bSfm/un6GXe3ZxyDPJvtYpy6r5eNld fZozJUOqDDaV/8nrnZOOf7tOZ9BGNM2YU79D1TNZG1cE/PT2ZyF+4oC68QG4Tku5rNQ9 /dvct4dwIexUhucGreANb2Vz2jrkXoxdfqHfzLFV/ijlbH26C9lXPd+TwG3m8GDdRRNc HwwrjQExZPoPcKChbfxQSJ8UFVAx3ld3JsWM3xOtG+PsNsT5mGgqpA7zNeXFnWCuJ2xY 4a5yfeMh3OBb38wcKsEhwu8i8TgvUm+LKT8DICIcAaoFAJWO2ZbI1lKp0t/t0GI8bLcX 0V8w== X-Received: by 10.152.203.167 with SMTP id kr7mr31211177lac.9.1411884531599; Sat, 27 Sep 2014 23:08:51 -0700 (PDT) Received: from opensuse.site (ppp94-29-94-89.pppoe.spdop.ru. [94.29.94.89]) by mx.google.com with ESMTPSA id f6sm1287535lbh.10.2014.09.27.23.08.50 for (version=SSLv3 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 27 Sep 2014 23:08:50 -0700 (PDT) Date: Sun, 28 Sep 2014 10:08:49 +0400 From: Andrei Borzenkov To: grub-devel@gnu.org Subject: Re: btrfs on Big Endian systems - anyone? Message-ID: <20140928100849.5eb90d28@opensuse.site> In-Reply-To: <20140927094820.59f68723@opensuse.site> References: <20140927094820.59f68723@opensuse.site> 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:c04::236 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: Sun, 28 Sep 2014 06:09:16 -0000 =D0=92 Sat, 27 Sep 2014 09:48:20 +0400 Andrei Borzenkov =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > 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? :) Forget it. It is already fixed in GIT, just that our sources missed this patch. Sorry for the noise.