From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id C99DAC433EF for ; Fri, 11 Mar 2022 14:18:06 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id EC9B783ADB; Fri, 11 Mar 2022 15:18:02 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=bytesnap.co.uk Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id C8B2683A2B; Fri, 11 Mar 2022 13:21:10 +0100 (CET) Received: from mail608b.mxthunder.net (mail608b.mxthunder.com [209.41.68.216]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 2CFC783AE7 for ; Fri, 11 Mar 2022 13:21:06 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=bytesnap.co.uk Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=VilleB@bytesnap.co.uk Received: from bolt108b.mxthunder.net (bolt108b.mxthunder.net [209.41.68.125]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (2048 bits)) (No client certificate requested) by mail608b.mxthunder.net (Postfix) with ESMTPS id 4KFQ5D0Tjqz3dlt5 for ; Fri, 11 Mar 2022 04:21:04 -0800 (PST) X-MXT-TRACKING-KEY: 4KFQ5C3gyPzHTN1-108b From: Ville Baillie To: "u-boot@lists.denx.de" Subject: ubifs: fix journal replay wrt. xattr nodes Thread-Topic: ubifs: fix journal replay wrt. xattr nodes Thread-Index: Adg1QgFUiqvRDQnIQ0i/IFLro0NHfg== Date: Fri, 11 Mar 2022 12:21:01 +0000 Message-ID: Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.0.27.99] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-FILTER-ID: 6xudtN X-MXT-FILTER-ID: a6xudtN_500b_108b X-Mailman-Approved-At: Fri, 11 Mar 2022 15:18:01 +0100 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.5 at phobos.denx.de X-Virus-Status: Clean Hi all Has there been any thought about bringing this fix into the u-boot ubifs la= yer? https://github.com/torvalds/linux/commit/1cb51a15b576ee325d527726afff409472= 18fd5e=20 This fixes something that can break boot if you rely on UBIFS to load your = kernel images. Thanks Ville