From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 45D77EEC3; Thu, 26 Sep 2024 13:15:16 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727356517; cv=none; b=KoKvOXhVyapjeLyMv0MtdkYxpHw3Tsu1bgcsYwmmVswkE3M6ebzqPp3XUHzmBYCSzpqfSTT119XMBv1bWGXfndkkDtZxBVnvEmFXBOd3684ELummuEs77ruHKGowb2sNN8p3F7mWNv0c8UlqB51Z1fD3jNnCHshZ8rJ8TBMLBbk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727356517; c=relaxed/simple; bh=gxVmWFEt2GWQMnmcJ6rp6grZF3WWMqJhdkuKM33rAMo=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=mjGxgVGQMixYqePZWUsq0dgUQoq9FZRleu56fm7HqQnJa0t+Z3wBz6DPZxjDMp00anN9Tz8AbG0jkppcIm+QrjkPC0mvBtU0/iYyFm1gui/De3fTHwRouD1eSXdWP6xs9wFALi03qhsoPRlbZC6n/os6nDLAP/OVr6ehfm/x6Mg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6AE37C4CEC5; Thu, 26 Sep 2024 13:15:09 +0000 (UTC) Date: Thu, 26 Sep 2024 09:14:52 -0400 From: Steven Rostedt To: Stephen Rothwell Cc: Masami Hiramatsu , Linux Kernel Mailing List , Linux Next Mailing List , linux-doc@vger.kernel.org, Jonathan Corbet Subject: Re: linux-next: build warning after merge of the ftrace tree Message-ID: <20240926091452.4be87000@rorschach.local.home> In-Reply-To: <20240919150513.067dd727@canb.auug.org.au> References: <20240919150513.067dd727@canb.auug.org.au> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-next@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Thu, 19 Sep 2024 15:05:13 +1000 Stephen Rothwell wrote: > Hi all, > > After merging the ftrace tree, today's linux-next build (htmldocs) > produced this warning: > > Documentation/trace/debugging.rst: WARNING: document isn't included in any toctree > > Introduced by commit > > 2fcd5aff92aa ("tracing/Documentation: Start a document on how to debug with tracing") > Thanks for reporting this Stephen, but I don't know how to fix it. Jon? -- Steve