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 3CF85C47404 for ; Fri, 11 Oct 2019 17:15:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1A8AC206A1 for ; Fri, 11 Oct 2019 17:15:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728594AbfJKRPg (ORCPT ); Fri, 11 Oct 2019 13:15:36 -0400 Received: from fieldses.org ([173.255.197.46]:59098 "EHLO fieldses.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727984AbfJKRPg (ORCPT ); Fri, 11 Oct 2019 13:15:36 -0400 Received: by fieldses.org (Postfix, from userid 2815) id DF9B51C95; Fri, 11 Oct 2019 13:15:35 -0400 (EDT) Date: Fri, 11 Oct 2019 13:15:35 -0400 From: "J . Bruce Fields" To: NeilBrown Cc: Pavel Tikhomirov , "David S . Miller" , Trond Myklebust , Anna Schumaker , Chuck Lever , Neil F Brown , "linux-kernel@vger.kernel.org" , "linux-nfs@vger.kernel.org" , "netdev@vger.kernel.org" , Konstantin Khorenko , Vasiliy Averin Subject: Re: [PATCH] sunrpc: fix crash when cache_head become valid before update Message-ID: <20191011171535.GG19318@fieldses.org> References: <20191001080359.6034-1-ptikhomirov@virtuozzo.com> <3e455bb4-2a03-551e-6efb-1d41b5258327@virtuozzo.com> <20191008202332.GB9151@fieldses.org> <87wodergus.fsf@notabene.neil.brown.name> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87wodergus.fsf@notabene.neil.brown.name> 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 Wed, Oct 09, 2019 at 09:51:23AM +1100, NeilBrown wrote: > On Tue, Oct 08 2019, J . Bruce Fields wrote: > > > On Tue, Oct 08, 2019 at 10:02:53AM +0000, Pavel Tikhomirov wrote: > >> Add Neil to CC, sorry, had lost it somehow... > > > > Always happy when we can fix a bug by deleting code, and your > > explanation makes sense to me, but I'll give Neil a chance to look it > > over if he wants. > > Yes, it makes sense to me. But I'm not sure that is worth much. The > original fix got a Reviewed-by from me but was wrong. > Acked-by: NeilBrown > > 'Acked' is weaker than 'reviewed' - isn't it? :-) Hah--"Self-deprecatingly-reviewed-by:"? Anyway, applied thanks. --b.