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 7B7A730DED0; Wed, 26 Nov 2025 16:44:34 +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=1764175474; cv=none; b=W89z5dTtmzPrqCJ4jRYPkBiL7CbISotra+VP+w98ryTrCegcdXeSG3XR2bnTV9AjjlRVPtkbO5CGrUPhJW7i4/Zj1Kmx+aS2Sbl9j0niFx+evy1C8bLkLVj9yV1GybH6gjClIdAUbV6CfR+q0TSL57by5yeCgn+HCpbKBp8LEkw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764175474; c=relaxed/simple; bh=QcpVmq6NWzlYxIeOQafJwSKxAIQrLZyYqUfFMow43Xk=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=j5YBK07FMCBPJ78M0KQTmLsh3AiUTLRByYU/Nx0V0+wMaEkCoi+sQjm4lutugzxH+/XODqE2ajzlOU46YXa96mY8TUblTterKe8JDgGWZIUI4xotnoKG4WemE7CAqXqD/Jqg0oo42VoVdjiStnFNz6XNy1iduGX55GsYX5KFWto= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b=Gx4gxrz6; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b="Gx4gxrz6" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BB56AC4CEF7; Wed, 26 Nov 2025 16:44:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1764175473; bh=QcpVmq6NWzlYxIeOQafJwSKxAIQrLZyYqUfFMow43Xk=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=Gx4gxrz6AzK6r3D9OrP8vHRUaqnlmZ1jephUy4r2ZI0oO7VPxXAeDyyrWYp2OnMrG MOQMxxaF/zZTvJmZRZ7MMoBWorOvbPlX3t7g3+SVNKFU/z9IvqeZjeS+9IzqVMEF6L SLaTFvg4IKBmsTRtTuC87Iz4c+SgTWZRcQZFH8Uk= Date: Wed, 26 Nov 2025 08:44:33 -0800 From: Andrew Morton To: Breno Leitao Cc: Stephen Rothwell , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: build warning after merge of the mm-nonmm-unstable tree Message-Id: <20251126084433.28bf7035fa56b11c5ee158d4@linux-foundation.org> In-Reply-To: References: <20251126125556.1dbda9c9@canb.auug.org.au> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-kernel@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 Wed, 26 Nov 2025 05:55:36 -0800 Breno Leitao wrote: > On Wed, Nov 26, 2025 at 12:55:56PM +1100, Stephen Rothwell wrote: > > Hi all, > > > > After merging the mm-nonmm-unstable tree, today's linux-next build > > (htmldocs) produced this warning: > > > > Documentation/driver-api/hw-recoverable-errors.rst: WARNING: document isn't included in any toctree [toc.not_included] > > > > Introduced by commit > > > > c03fb5253a03 ("vmcoreinfo: track and log recoverable hardware errors") > > Thanks for the report, this is my fault, and I am working on it. > > Andrew, > > Do you want an additional commit or should I respin the previous one? Either is fine, thanks. I think a little fixup is kinder to those who have already reviewed the original patch. I'll squash such a fixup before sending it upstream.