Received: by 10.213.65.68 with SMTP id h4csp463805imn; Sat, 17 Mar 2018 10:29:16 -0700 (PDT) X-Google-Smtp-Source: AG47ELvXizwJSabWQl3lNdfmu6pl7aqLyW/fiz++EO5NifNuNv1o9bdgO1GYSUBRroFON5ojNopi X-Received: by 2002:a17:902:4643:: with SMTP id o61-v6mr6464231pld.103.1521307756339; Sat, 17 Mar 2018 10:29:16 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1521307756; cv=none; d=google.com; s=arc-20160816; b=hljjM0QQqkgw1zlwNIuVOeSHvNU2zJursfZNtkj9xOt7T5TD+JFc+4WYppShkVqOpQ bnwe93+PVFijqtVhQ6YARCBVqClInd/53tLu0hZdh7E3vIOZRdQ2lLx4Ptb7qOgf4ezr xDWuiTrFiSpZZFQLmRI1oeBGL0rajlvOVb0+Droq/reCdT5TIR3vp8RTHeDoUxVmeC4g WGlDSLgIsqQw6AOk5btWZuZBhSE9K3rKZsGLoKfnKtM/krO0vBECkLIa9VOD6+b+npGn k4A1HWV0SQBsxawXjD2Czl8fizFSP7POl0MSetgg84oBKF+CNKcjoD4O4TTyZBWH5czX b91g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=jeyRRtj+8yDwtAq7VFaelFJB7fu2dogmaVkVi2HnhNw=; b=Q3K/ABk1cYFCbYe3rOIS86MIh7rvlua1g568bzierSYGbAWGMZPYKjpEmJCGMHRjGH NqJNMhhTWAx1+SBNLulveGHh+Ci57Ko0HnazDEDtFo+LUOwVijjD9ee23PkNNQn9rgPp Htn3ONIVtGIrW2QWDr0vTAtjXkHsxp72VbG89Jfou2aGxw0UEPuEcUw6UJHc+akL1x+F xC7I+MPtunKjqWX1/zyqSGjyZcvAk8O03kozCY7HsXM9vQrzf6bvvyGF8qk3DmS8rbI6 n8/KpF//Mm4lI9xTPaJTpCuYwWP2gXOOSinhDn2uLz/pqmG5Nm1r1xqOe+W/NjWbA0VZ De3A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id y12-v6si9169993pln.298.2018.03.17.10.29.01; Sat, 17 Mar 2018 10:29:16 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753478AbeCQR1V (ORCPT + 99 others); Sat, 17 Mar 2018 13:27:21 -0400 Received: from manchmal.in-ulm.de ([217.10.9.201]:53892 "EHLO manchmal.in-ulm.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752836AbeCQR1U (ORCPT ); Sat, 17 Mar 2018 13:27:20 -0400 Date: Sat, 17 Mar 2018 18:27:15 +0100 From: Christoph Biedl To: Greg Kroah-Hartman Cc: linux-btrfs@vger.kernel.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org, Anand Jain , Liu Bo , David Sterba Subject: Re: [PATCH 4.14 024/110] btrfs: use proper endianness accessors for super_copy Message-ID: <1521305582@msgid.manchmal.in-ulm.de> References: <20180307191039.748351103@linuxfoundation.org> <20180307191042.810088712@linuxfoundation.org> <1521139304@msgid.manchmal.in-ulm.de> <20180316123049.GC25079@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180316123049.GC25079@kroah.com> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Greg Kroah-Hartman wrote... > On Thu, Mar 15, 2018 at 07:55:42PM +0100, Christoph Biedl wrote: > > > commit 3c181c12c431fe33b669410d663beb9cceefcd1b upstream. > > On big-endian systems, this change intruduces severe corruption, > > resulting in complete loss of the data on the used block device. > That sucks. Can you test Linus's tree to verify the problem is there? > I'll gladly revert this if Linus's tree also gets the revert, I don't > want you to hit this when you upgrade to a newer kernel. Confirmed: The problem is, err ... was in Linus' tree as well. The rather recent commit 8f5fd927c3a7 reverted the change, after that everything is as expected again. Looking at the original commit, I don't have a clue why things go wrong so horribly - otherwise don't be afraid of my data. I took this as a chance to verify my data recovery procedure, with success. Christoph