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,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 8C77DC47255 for ; Mon, 11 May 2020 14:01:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 70AD9206D3 for ; Mon, 11 May 2020 14:01:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729495AbgEKOB7 (ORCPT ); Mon, 11 May 2020 10:01:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35258 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1727792AbgEKOB6 (ORCPT ); Mon, 11 May 2020 10:01:58 -0400 Received: from fieldses.org (fieldses.org [IPv6:2600:3c00::f03c:91ff:fe50:41d6]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B845FC061A0C for ; Mon, 11 May 2020 07:01:58 -0700 (PDT) Received: by fieldses.org (Postfix, from userid 2815) id 516D34F44; Mon, 11 May 2020 10:01:58 -0400 (EDT) Date: Mon, 11 May 2020 10:01:58 -0400 From: "bfields@fieldses.org" To: Trond Myklebust Cc: "msys.mizuma@gmail.com" , "schumakeranna@gmail.com" , "linux-nfs@vger.kernel.org" Subject: Re: [PATCH] nfs: fix NULL deference in nfs4_get_valid_delegation Message-ID: <20200511140158.GD8629@fieldses.org> References: <20200508221935.GA11225@fieldses.org> <20200511121054.l2j34vnwqxhvd2ao@gabell> <20200511131637.GA8629@fieldses.org> <8f9f84f11df6f5caf054d1eada2d91ea158a6882.camel@hammerspace.com> <20200511135745.GB8629@fieldses.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200511135745.GB8629@fieldses.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-nfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org On Mon, May 11, 2020 at 09:57:45AM -0400, bfields@fieldses.org wrote: > On Mon, May 11, 2020 at 01:43:30PM +0000, Trond Myklebust wrote: > > On Mon, 2020-05-11 at 09:16 -0400, J. Bruce Fields wrote: > > > Thanks, applying.--b. > > > > > > > You're applying? So should I remove it from the NFS client bugfixes? > > No. Sorry, I responded to the wrong email! I do have a patch including the tags and oops provided by Masayoshi Mizuma, if you'd like to take that instead. See followup.--b.