From patchwork Fri Jul 22 19:07:58 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chuck Lever X-Patchwork-Id: 12926770 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 B171FC43334 for ; Fri, 22 Jul 2022 19:08:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230300AbiGVTIE (ORCPT ); Fri, 22 Jul 2022 15:08:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46618 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229593AbiGVTID (ORCPT ); Fri, 22 Jul 2022 15:08:03 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 31F3E25C66 for ; Fri, 22 Jul 2022 12:08:02 -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 ams.source.kernel.org (Postfix) with ESMTPS id DB542B82A00 for ; Fri, 22 Jul 2022 19:08:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 60CA9C341C6; Fri, 22 Jul 2022 19:07:59 +0000 (UTC) Subject: [PATCH v2 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 15:07:58 -0400 Message-ID: <165851677341.2312015.16636288284789960852.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. Changes since v1: - Record presentation addresses in trace_xs_data_ready() - Drop trace_nfs_mount_addr_err() --- 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 | 24 ++++++++------ fs/nfs/nfstrace.h | 59 +++++++++++++++++++++++++++++++++++ include/linux/sunrpc/clnt.h | 6 ++-- include/linux/sunrpc/sched.h | 32 +++++++++---------- include/trace/events/sunrpc.h | 20 ++++++++++++ net/sunrpc/clnt.c | 13 ++++---- net/sunrpc/debugfs.c | 2 +- net/sunrpc/xprtsock.c | 6 ++-- 8 files changed, 125 insertions(+), 37 deletions(-) -- Chuck Lever