From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C6FC0140377; Thu, 22 Feb 2024 18:30:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708626603; cv=none; b=jSIAetVkdBnRU24eKKPpG9TzrismM2Fq/9ritCi7MIVnve9SKAl8ZpvUp500o/0TByj8MXC3t7HSJ3HWBCP6/cNOYUaTvrBx9dUMcV53cZh8+U/an01f6dBDBBXdaBZtuqSHb2Ff0ZDc4ED+33BzPVN6mzYbfWL7OLftje+9piU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708626603; c=relaxed/simple; bh=Npnj8evtP1IDJMxVpAu3m1ovc7BdIp5IIXBqQcwayR0=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=ZurJ8YnUDgCZC5vIuVtGshWXynOYlJcKZ5t8Fh2s6cgVNAZJeIJUxhEG4p8LDEtbNVTCAK/ICQgC2wy7dltTcE6EKxjvS5CH97O3jiaaJjVw1wsW2hBS4EZgvl8VfVDvRAogjPC+QMMambvtrJrgKSrL0rwBx2o40I6sfPK03Lw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8F3EBC433F1; Thu, 22 Feb 2024 18:30:02 +0000 (UTC) Date: Thu, 22 Feb 2024 13:31:53 -0500 From: Steven Rostedt To: Chuck Lever Cc: LKML , Linux Trace Kernel , linux-nfs@vger.kernel.org, Jeff Layton , Neil Brown , Olga Kornievskaia , Dai Ngo , Tom Talpey Subject: Re: [PATCH] NFSD: Fix nfsd_clid_class use of __string_len() macro Message-ID: <20240222133153.39260aa9@gandalf.local.home> In-Reply-To: References: <20240222122828.3d8d213c@gandalf.local.home> X-Mailer: Claws Mail 3.19.1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-trace-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Thu, 22 Feb 2024 13:25:34 -0500 Chuck Lever wrote: > Do you want me to take this through the nfsd tree, or would you like > an Ack from me so you can handle it as part of your clean up? Just > in case: > > Acked-by: Chuck Lever > As my patches depend on this, I can take it with your ack. Thanks! -- Steve