Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp746626pxj; Thu, 13 May 2021 16:15:56 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxBkkzm+oMUu1CDhtS7Nzl1MZDgkY/ilz0r1uHgPskrn4gkB4UVdEuQcqcHZahs80FDlvuy X-Received: by 2002:a05:6402:3594:: with SMTP id y20mr52252968edc.226.1620947756233; Thu, 13 May 2021 16:15:56 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1620947756; cv=none; d=google.com; s=arc-20160816; b=SJtsxQ1E4PHCVPNucRQpQq2lrSTvVtWSQ1+QNghi76EMTAH+UBP5oGDHU4CXIUEguU +DFmEeQabZRbgIuOzZB1vM2AqCYq0gqcHAA3oG86BpMzXdeJhNGZoSIFwWRgiOw47djs oBsFHJqxTGyEEdxu/UWkBDb8MLIxl4fG7nzgp/vp8FgiqPD095ARka84k4HCTExx4sex vwXca12sTIZdfzIUp1fj/X6jUFA1dFbn1GSjQqkFYC5v1S/VnHCXkpIBuduxPhdOUxFQ 4c1TivoGbFB/GpRwK8wNoQ//qM3I4o5Z9yfS/cjERCeA/RHX6tSXQzeYPN95paRSwLGD qcxw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=q/HtSIuNDepXB77E584yoDn0wBm0nMP2JctncADY/A0=; b=uDTDVk8Gc8pkfkGyAwwU83hkgmCClE56FP2Wc+WeBAieYjn0Q/Xky40jkqGXZOnqPp sG8RMnWb5is+T9oYZnxtX3ZsFXjst641kkdWbkpuMxACyIkyMCJ8zzWffhBC3PDbhu0l 2eXrV1yyqT0H/KTtnJ9SeR9wS36G3AxxFdO003Ri9mdv92WJbP/JgMcDKNrgSs0nsl42 X21Xme7i0+6NJ90uUt6p/wD+kQNvV5q6xDtoAg2EqJK55mZ3lvaEYZQORGl4Vy4waQas pzmo5i9/G1mJXnQTPFm5ExP/hwxJ8aBTUthof+fPvDrbWSN5D5wa7QeRYiqgWWgvxGDh VJZA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-nfs-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-nfs-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id y19si4263787eda.66.2021.05.13.16.15.32; Thu, 13 May 2021 16:15:56 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-nfs-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-nfs-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-nfs-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231961AbhEMTCA (ORCPT + 99 others); Thu, 13 May 2021 15:02:00 -0400 Received: from mail.kernel.org ([198.145.29.99]:47482 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230352AbhEMTB7 (ORCPT ); Thu, 13 May 2021 15:01:59 -0400 Received: from gandalf.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id A049C613B5; Thu, 13 May 2021 19:00:48 +0000 (UTC) Date: Thu, 13 May 2021 15:00:47 -0400 From: Steven Rostedt To: Chuck Lever III Cc: Linux NFS Mailing List , David Wysochanski , Bruce Fields Subject: Re: [PATCH v2 01/25] NFSD: Fix TP_printk() format specifier in trace_nfsd_dirent() Message-ID: <20210513150047.6b8ed9fb@gandalf.local.home> In-Reply-To: <107A51EE-E0A8-46FE-9E62-9FC586B91F19@oracle.com> References: <162083366966.3108.12581818416105328952.stgit@klimt.1015granger.net> <162083370248.3108.7424008399973918267.stgit@klimt.1015granger.net> <20210512122623.79ee0dda@gandalf.local.home> <238C0E2D-C2A4-4578-ADD2-C565B3B99842@oracle.com> <20210513105018.7539996a@gandalf.local.home> <107A51EE-E0A8-46FE-9E62-9FC586B91F19@oracle.com> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org On Thu, 13 May 2021 18:43:29 +0000 Chuck Lever III wrote: > >> Would something like that work? > > > > I will test later today and let you know in this thread. > > All good. > > Tested-by: Chuck Lever Thanks, since this is an enhancement and not a fix, it will need to wait till the next merge window to go in. I can write up a formal patch and let you add it to this patch set as the first patch, or I can add it to my tree if you don't expect this to get into the next merge window. -- Steve