From patchwork Fri Jul 22 17:25:19 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chuck Lever X-Patchwork-Id: 12926671 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 742C5C43334 for ; Fri, 22 Jul 2022 17:25:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230486AbiGVRZ1 (ORCPT ); Fri, 22 Jul 2022 13:25:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48176 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230300AbiGVRZ1 (ORCPT ); Fri, 22 Jul 2022 13:25:27 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EDE9F6716D for ; Fri, 22 Jul 2022 10:25:25 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id C9B0362268 for ; Fri, 22 Jul 2022 17:25:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 046DBC341C6; Fri, 22 Jul 2022 17:25:23 +0000 (UTC) Subject: [PATCH 0/4] Pre-requisites for client-side RPC-with-TLS support From: Chuck Lever To: anna.schumaker@netapp.com, trondmy@hammerspace.com Cc: linux-nfs@vger.kernel.org Date: Fri, 22 Jul 2022 13:25:19 -0400 Message-ID: <165851065336.361126.17865870911497306083.stgit@morisot.1015granger.net> User-Agent: StGit/1.5 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org As Jeff recently suggested, here are a few generic patches from my RPC-with-TLS series that I believe can go in now. --- Chuck Lever (4): SUNRPC: Fail faster on bad verifier SUNRPC: Widen rpc_task::tk_flags SUNRPC: Replace dprintk() call site in xs_data_ready NFS: Replace fs_context-related dprintk() call sites with tracepoints fs/nfs/fs_context.c | 25 +++++++----- fs/nfs/nfstrace.h | 77 +++++++++++++++++++++++++++++++++++ include/linux/sunrpc/clnt.h | 6 ++- include/linux/sunrpc/sched.h | 32 +++++++-------- include/trace/events/sunrpc.h | 18 ++++++++ net/sunrpc/clnt.c | 13 +++--- net/sunrpc/debugfs.c | 2 +- net/sunrpc/xprtsock.c | 6 ++- 8 files changed, 142 insertions(+), 37 deletions(-) -- Chuck Lever