From patchwork Fri Jun 16 23:36:23 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: SeongJae Park X-Patchwork-Id: 13283381 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 26289EB64D7 for ; Fri, 16 Jun 2023 23:36:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234059AbjFPXgc (ORCPT ); Fri, 16 Jun 2023 19:36:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49158 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232916AbjFPXga (ORCPT ); Fri, 16 Jun 2023 19:36:30 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EED273AA5; Fri, 16 Jun 2023 16:36:29 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 7FCE061635; Fri, 16 Jun 2023 23:36:29 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4C002C433C0; Fri, 16 Jun 2023 23:36:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1686958588; bh=fuD4vsb1ySPmK8WEETFKGXFZO5Goh2NbdKNHsCr+VRs=; h=From:To:Cc:Subject:Date:From; b=OtZewDrV7Xjf+QqnPXfWWYFdKZ1p1ixBC6EHKGKGpb/DLFRQ9ZPImpl8VXf8iesLU vk2mfr/WPN3WfhY4sbrccRwCBN8c9F+NYnQUZk9TBRnvOkm8S2a3JyFRurUCBWZz2q v/5t5sxi/hiqwTYyMaq1tOHBqbl7+iMkze3Yl0oxuQVdhsHLg0cjFaKn637o30zYi5 VPxtpdv6h2/rwCVlhfVJFtPR6pbun0zd/EaoCF1UQ7TZFEHQK+VP7IZGs4S6uzktWg 07J+A5xaBSzGu36IJ2zIIJpeGWSI5G3Q1nF/a1UKNVPo2DnvRuGYU6RRTpJt97Sgrz 8wmq6nenxeAQw== From: SeongJae Park To: paulmck@kernel.org Cc: SeongJae Park , joel@joelfernandes.org, mmpgouride@gmail.com, corbet@lwn.net, rcu@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v4 0/3] Docs/RCU/rculist_nulls: Minor fixup Date: Fri, 16 Jun 2023 23:36:23 +0000 Message-Id: <20230616233626.83906-1-sj@kernel.org> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: rcu@vger.kernel.org Changes from v3 (https://lore.kernel.org/rcu/20230615181004.86850-1-sj@kernel.org/) - Fix Paul's name on 'Suggested-by:' tag - Use 'atomic_t' for refcnt field of 'struct object' Changes from v2 (https://lore.kernel.org/rcu/20230613182434.88317-1-sj@kernel.org/) - Drop first two patches that merged to Paul's tree - Add definition of 'obj' (Paul E. McKenney) - Fix more wrong hlist_[nulls]_head field name mentions Changes from v1 (https://lore.kernel.org/rcu/20230518224008.2468-1-sj@kernel.org/) - Add Reviewed-by tags from Joel Fernandes for first three patches - Fix the text for wrong extra _release() --- Fix minor problems in example code snippets and the text of rculist_nulls.rst file. SeongJae Park (3): Docs/RCU/rculist_nulls: Specify type of the object in examples Docs/RCU/rculist_nulls: Fix hlist_[nulls]_head field names of 'obj' Docs/RCU/rculist_nulls: Fix text about atomic_set_release() Documentation/RCU/rculist_nulls.rst | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-)