From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 8053C25B68F; Tue, 11 Mar 2025 14:21:51 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741702913; cv=none; b=PNwc09HE7PhsbJMJX9hi1Km42zPBeOZJfhxnbI7kMxFokcUpRxY5t7pFEujwpl+3gwA3ofgCvlSDWu4VFXt4rBHAH1B9F0yIZRT0ONXfkHsXMW/tBB7L3WElZXJVd3Uu4bjJpjS3dwKgsqkpITn5LYFyVBvDkS5Kxp0oRKkR/s4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741702913; c=relaxed/simple; bh=gnnxfXrI/j17ReBUFkKwGmj3BFF/0mbRExyDYdjISKc=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=mnBuYaB3o45xT7XiUrEZ/1QnRCr4nPKm1+M7OyfDmFvvldD2+R+NfLy4J4LNaqE8X/aGTosP9v4u9ULHY26oiNkVucH57ptEb+9vtW0Onq7Mj7QmxVYD6uORzzB7ba1r/f1hUWsY++4JyeUrGrb+tv9laBbCnsPLs5A0C4FT/BI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id C43DF1516; Tue, 11 Mar 2025 07:22:01 -0700 (PDT) Received: from [10.119.37.172] (unknown [10.119.37.172]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 725473F694; Tue, 11 Mar 2025 07:21:50 -0700 (PDT) Message-ID: Date: Tue, 11 Mar 2025 09:21:49 -0500 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: linux-next: build warning after merge of the tpmdd tree To: Jarkko Sakkinen , Stephen Rothwell Cc: Linux Kernel Mailing List , Linux Next Mailing List References: <20250311210011.18b7ab80@canb.auug.org.au> Content-Language: en-US From: Stuart Yoder In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 3/11/25 5:10 AM, Jarkko Sakkinen wrote: > On Tue, Mar 11, 2025 at 09:00:11PM +1100, Stephen Rothwell wrote: >> Hi all, >> >> After merging the tpmdd tree, today's linux-next build (htmldocs) >> produced this warning: >> >> Documentation/security/tpm/tpm_ffa_crb.rst: WARNING: document isn't included in any toctree >> >> Introduced by commit >> >> 115be78c0bfe ("Documentation: tpm: add documentation for the CRB FF-A interface") >> >> -- >> Cheers, >> Stephen Rothwell > > Stuart, could you send a replacement patch and I'll repeal and replace? Replacement patch is set. I just sent v7 patch 5/5. If you need me to resend the entire series as v7 I'll do that. Thanks! Stuart