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.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,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 0963CCA9ECB for ; Thu, 31 Oct 2019 16:37:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DA7B7208C0 for ; Thu, 31 Oct 2019 16:37:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728519AbfJaQhe (ORCPT ); Thu, 31 Oct 2019 12:37:34 -0400 Received: from mx2.suse.de ([195.135.220.15]:58218 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727856AbfJaQhe (ORCPT ); Thu, 31 Oct 2019 12:37:34 -0400 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 B6345B12F; Thu, 31 Oct 2019 16:37:32 +0000 (UTC) Received: by quack2.suse.cz (Postfix, from userid 1000) id 57FB91E482D; Thu, 31 Oct 2019 17:37:32 +0100 (CET) Date: Thu, 31 Oct 2019 17:37:32 +0100 From: Jan Kara To: Stephen Rothwell Cc: Jan Kara , Linux Next Mailing List , Linux Kernel Mailing List , Jeff Mahoney Subject: Re: linux-next: Fixes tag needs some work in the ext3 tree Message-ID: <20191031163732.GA13321@quack2.suse.cz> References: <20191031072331.1830d07d@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191031072331.1830d07d@canb.auug.org.au> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-next-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Thu 31-10-19 07:23:31, Stephen Rothwell wrote: > Hi all, > > In commit > > 08b866beeb61 ("reiserfs: fix extended attributes on the root directory") > > Fixes tag > > Fixes: d0a5b995a30 ("vfs: Add IOP_XATTR inode operations flag") > > has these problem(s): > > - SHA1 should be at least 12 digits long > Can be fixed by setting core.abbrev to 12 (or more) or (for git v2.11 > or later) just making sure it is not set (or set to "auto"). Thanks for the notice. I've fixed that up and added commit hook to auto-fix Fixes tags. So it should not happen in the future. Honza -- Jan Kara SUSE Labs, CR