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=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 A68A0C43387 for ; Tue, 15 Jan 2019 22:12:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8036A20866 for ; Tue, 15 Jan 2019 22:12:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731337AbfAOWM3 (ORCPT ); Tue, 15 Jan 2019 17:12:29 -0500 Received: from mx2.suse.de ([195.135.220.15]:39176 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728876AbfAOWM2 (ORCPT ); Tue, 15 Jan 2019 17:12:28 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay1.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 15AD5AB4D; Tue, 15 Jan 2019 22:12:27 +0000 (UTC) Date: Tue, 15 Jan 2019 23:12:26 +0100 Message-ID: From: Takashi Iwai To: Chuck Lever Cc: Stephen Rothwell , Anna Schumaker , Trond Myklebust , Linux NFS Mailing List , Linux Next Mailing List , Linux Kernel Mailing List , Paul Gortmaker Subject: Re: linux-next: Fixes tag needs some work in the nfs-anna tree In-Reply-To: References: <20190116083831.256824cf@canb.auug.org.au> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/26 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 15 Jan 2019 22:41:21 +0100, Chuck Lever wrote: > > Hi Stephen- > > On Jan 15, 2019, at 4:38 PM, Stephen Rothwell wrote: > > > [I am experimenting with checking the Fixes tags in commits in linux-next. > > Please let me know if you think I am being too strict.] > > > > Hi all, > > > > Commit > > > > deaa5c96c2f7 ("SUNRPC: Address Kerberos performance/behavior regression") > > > > has problem with this Fixes tag: > > > > Fixes: 918f3c1fe83c ("SUNRPC: Improve latency for interactive ... ") > > > > The subject should match the subject of the fixed commit. > > > > -- > > Cheers, > > Stephen Rothwell > > I shortened the commit title so that the Fixes: line is shorter than 68 > characters. I can leave these titles alone if that's preferred. I've sometimes shorted the subject like the above, too, as I find a too long text annoying. Maybe the partial string matching should suffice, especially when it ends with "..." ? thanks, Takashi