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 X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B1D92C432C0 for ; Tue, 26 Nov 2019 15:44:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9076D20727 for ; Tue, 26 Nov 2019 15:44:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728562AbfKZPo5 (ORCPT ); Tue, 26 Nov 2019 10:44:57 -0500 Received: from mx2.suse.de ([195.135.220.15]:44672 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725972AbfKZPo4 (ORCPT ); Tue, 26 Nov 2019 10:44:56 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id EFD85699BB; Tue, 26 Nov 2019 15:44:54 +0000 (UTC) Received: by ds.suse.cz (Postfix, from userid 10065) id 2BE99DA898; Tue, 26 Nov 2019 16:44:53 +0100 (CET) Date: Tue, 26 Nov 2019 16:44:53 +0100 From: David Sterba To: Geert Uytterhoeven Cc: David Sterba , Andreas =?iso-8859-1?Q?F=E4rber?= , Qu Wenruo , David Sterba , Johannes Thumshirn , Chris Mason , Josef Bacik , linux-btrfs , Linux ARM , Linux Kernel Mailing List Subject: Re: [PATCH next 1/2] btrfs: tree-checker: Fix error format string Message-ID: <20191126154452.GG2734@twin.jikos.cz> Reply-To: dsterba@suse.cz Mail-Followup-To: dsterba@suse.cz, Geert Uytterhoeven , Andreas =?iso-8859-1?Q?F=E4rber?= , Qu Wenruo , David Sterba , Johannes Thumshirn , Chris Mason , Josef Bacik , linux-btrfs , Linux ARM , Linux Kernel Mailing List References: <20191108213853.16635-1-afaerber@suse.de> <20191108213853.16635-2-afaerber@suse.de> <20191111183158.GT3001@twin.jikos.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23.1-rc1 (2014-03-12) Sender: linux-btrfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org On Tue, Nov 26, 2019 at 11:36:58AM +0100, Geert Uytterhoeven wrote: > > > Fixes: a31ccb4b7ba2 ("btrfs: tree-checker: Check item size before reading file extent type") > > > > As the patch is still in the devel branch, the commit id is not stable > > It indeed is not: > Fixes: 153a6d299956983d ("btrfs: tree-checker: Check item size before > reading file extent type") > > > and I'll fold the change to to the patch. Thanks. > > Apparently that was forgotten, and now the issue is part of Linus' tree. Mistake on my side so I'll apply the full fixup patch, thanks for noticing.