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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 18311C433EF for ; Tue, 18 Jan 2022 22:21:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1343596AbiARWVE (ORCPT ); Tue, 18 Jan 2022 17:21:04 -0500 Received: from server.atrad.com.au ([150.101.241.2]:41372 "EHLO server.atrad.com.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238049AbiARWVE (ORCPT ); Tue, 18 Jan 2022 17:21:04 -0500 Received: from marvin.atrad.com.au (IDENT:1008@marvin.atrad.com.au [192.168.0.2]) by server.atrad.com.au (8.17.1/8.17.1) with ESMTPS id 20IMKoUS005198 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Wed, 19 Jan 2022 08:50:52 +1030 Date: Wed, 19 Jan 2022 08:50:50 +1030 From: Jonathan Woithe To: Bruce Fields Cc: Chuck Lever III , Linux NFS Mailing List Subject: Re: [PATCH 1/2] lockd: fix server crash on reboot of client holding lock Message-ID: <20220118222050.GB30863@marvin.atrad.com.au> References: <20220115081420.GB8808@marvin.atrad.com.au> <927EED04-840E-4DA6-B2B1-B604A7577B4E@oracle.com> <20220115212336.GB30050@marvin.atrad.com.au> <20220116220627.GA19813@marvin.atrad.com.au> <1E71316C-9EE8-4C71-ADA1-71E2910CA070@oracle.com> <20220117074430.GA22026@marvin.atrad.com.au> <20220117220851.GA8494@marvin.atrad.com.au> <20220117221156.GB3090@fieldses.org> <20220118220016.GB16108@fieldses.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220118220016.GB16108@fieldses.org> User-Agent: Mutt/1.10.1 (2018-07-13) X-MIMEDefang-action: accept X-Scanned-By: MIMEDefang 2.86 on 192.168.0.1 Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org On Tue, Jan 18, 2022 at 05:00:16PM -0500, Bruce Fields wrote: > From: "J. Bruce Fields" > > I thought I was iterating over the array when actually the iteration is > over the values contained in the array? > : Would you like me to apply this against a 5.15.x kernel and test locally? Or should I just wait for a 5.15.x stable series update which includes it? Regards jonathan