From nobody Tue Apr 7 09:07:22 2026 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 376671DF75A for ; Sat, 14 Mar 2026 00:14:05 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.137.202.133 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773447247; cv=none; b=tsUzhHhH+HKx0VDFeJJoRPhE0tzN4X3keIXKKeDTBNdq/icALr4NFITd9X1shwcoo+xxB25aSqIyxazb3CGv/jjCwMz1+swC1NOJbSfgGi3mnmhnXOLKLudyf6LbXk0elnVwRokou8el0ilxjMIq2Iou+kbLVeKqrT4QxBj0zlA= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773447247; c=relaxed/simple; bh=BKWh0yEhI84XoPogbn2S4kJQWdXuKDHhfWuDsmwWF2E=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=sALXkxS8ZQnkNmbH3s/EErCKTqvTB9sw8yrzLHLf9Ji755qSlScUzTi+un8kAfQfYnF+SYIgUIPlO0xeCLqri57QbYf8X2MKjqII5tU7iuUJRotlI6lCPUafXAFj28zzmglxRr1rcIqAZE8YEMmxFSsLmcD5mTUBKm4gPbSM+n8= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=infradead.org; spf=none smtp.mailfrom=infradead.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b=CjyNNyZc; arc=none smtp.client-ip=198.137.202.133 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=infradead.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="CjyNNyZc" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: MIME-Version:Message-ID:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type: Content-ID:Content-Description:In-Reply-To:References; bh=hru6kUGf7QuaSehyCxnEvCalQc5uAixgub49d/aexak=; b=CjyNNyZczvRX36IUtXqvpCayen NecfxdYL3X7wcLnQmBufWlAYm7dg8aOSrz4h+bB7/n7mMMM3X22UgPJWthpDkv9Bfw58c5L12HC7l 3VWdObD6IhSx1amdDQVT7qGPuP7zmNuLENvk58VKDsj6TypIlClfem8HpqhKeCJekMlXQ4+Pl0Kn0 PitPr+Y0Osj9OSNR0FU1LI+mQMaVAV654HtE5NNpY0Q/+/P3Xk/rsKK7FCV1rOfuPCCSZFIdw/ilR C27oNFAmKKWQldS90MBo1vlitZyP4Mu30AiisqZ0wm0e6C6tiRbKfEeeBAHHINeJH2LLhvQVh1TJv VKCP3JMA==; Received: from [50.53.43.113] (helo=bombadil.infradead.org) by bombadil.infradead.org with esmtpsa (Exim 4.98.2 #2 (Red Hat Linux)) id 1w1Cdn-00000001LKF-3aDf; Sat, 14 Mar 2026 00:14:03 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , Mathieu Desnoyers , Andrew Morton Subject: [PATCH -next] Docs: add percpu-counter-tree to core-api index Date: Fri, 13 Mar 2026 17:14:02 -0700 Message-ID: <20260314001402.1416274-1-rdunlap@infradead.org> X-Mailer: git-send-email 2.53.0 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Add percpu-counter-tree to the core-api index to prevent a docs warning: Documentation/core-api/percpu-counter-tree.rst: WARNING: document isn't inc= luded in any toctree [toc.not_included] Signed-off-by: Randy Dunlap --- Cc: Mathieu Desnoyers Cc: Andrew Morton M: Jonathan Corbet R: Shuah Khan L: linux-doc@vger.kernel.org Documentation/core-api/index.rst | 1 + 1 file changed, 1 insertion(+) --- linux-next-20260313.orig/Documentation/core-api/index.rst +++ linux-next-20260313/Documentation/core-api/index.rst @@ -57,6 +57,7 @@ Library functionality that is used throu min_heap parser list + percpu-counter-tree =20 Low level entry and exit =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D