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.5 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 9B8BAC5B578 for ; Wed, 3 Jul 2019 21:56:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7AC2C218A0 for ; Wed, 3 Jul 2019 21:56:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726902AbfGCV4l (ORCPT ); Wed, 3 Jul 2019 17:56:41 -0400 Received: from fieldses.org ([173.255.197.46]:40126 "EHLO fieldses.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726821AbfGCV4l (ORCPT ); Wed, 3 Jul 2019 17:56:41 -0400 Received: by fieldses.org (Postfix, from userid 2815) id 33BC72014; Wed, 3 Jul 2019 17:56:41 -0400 (EDT) Date: Wed, 3 Jul 2019 17:56:41 -0400 From: "J. Bruce Fields" To: Stephen Rothwell Cc: Linux Next Mailing List , Linux Kernel Mailing List , Paul Menzel Subject: Re: linux-next: Fixes tag needs some work in the nfsd tree Message-ID: <20190703215641.GA11243@fieldses.org> References: <20190704074048.65556740@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190704074048.65556740@canb.auug.org.au> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-next-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Thu, Jul 04, 2019 at 07:40:48AM +1000, Stephen Rothwell wrote: > Hi all, > > In commit > > 56496758e181 ("nfsd: Fix overflow causing non-working mounts on 1 TB machines") > > Fixes tag > > Fixes: 10a68cdf10 (nfsd: fix performance-limiting session calculation) > > has these problem(s): > > - Target SHA1 does not exist > > Did you mean > > Fixes: c54f24e338ed ("nfsd: fix performance-limiting session calculation") Thanks, fixed. --b