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 852491DDC2B; Mon, 16 Feb 2026 09:45:28 +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=1771235128; cv=none; b=AXGKKgq5qp27ZASQZrRnTHHOLIKt3VMZJJAoreLwtkPHTGXtRqU9q85vpxer/+i28JHoUJVeI35Ozh3AuZLb7m8Dv/BOyA8CAmICztyNI6zcMjdHgzzXhQ42xxJBo2UQX5Xu3VRBuB4FKQTD8ImyZ14eq/yj4eopTA8M1LW5xCY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771235128; c=relaxed/simple; bh=7NunW6RQ2SBImUQczKO4pkXAhCVgbYmwdk+s/Y6+W4c=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=E9cMKuDmrPvxcy47VcSEc9xvOyLzkcw2s1K49fjqZf/Qy0VWT2DFObH0I4pZ7bnLJWx1PwBVA4qyqpa88ER7XhMGkdmIzFSpVwjK9Vxt1KboTXOwMNIoU2twzR9ME6o36d+5nIqFaSYwMTXtSe6Hrwv9+XNMek92UXLiaPXvThQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=xNL5Ln/G; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="xNL5Ln/G" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A8543C116C6; Mon, 16 Feb 2026 09:45:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1771235128; bh=7NunW6RQ2SBImUQczKO4pkXAhCVgbYmwdk+s/Y6+W4c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=xNL5Ln/GHbKcYxO9OK9TGyqNcd/W3Shk6BTBuL2YDjBV27c6Vz4DDyLGjzv+io9hQ PdOiDxodlXjS4AQt6gi27iSLT1dCqRXkcJQqVxWZzKI70+VtmhSilMxCY2wh/9oCBZ WKCQU1RzcPAKLDryNuS/m9oJEqItky7rfCgukamY= Date: Mon, 16 Feb 2026 10:45:19 +0100 From: Greg Kroah-Hartman To: Miguel Ojeda Cc: Sasha Levin , David Gow , stable@vger.kernel.org, FUJITA Tomonori , Andreas Hindborg , Robin Murphy , Daniel Almeida , Abdiel Janulgue , "Rafael J. Wysocki" , Danilo Krummrich , Bjorn Helgaas , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , linux-pci@vger.kernel.org, driver-core@lists.linux.dev, rust-for-linux Subject: Re: Consider backporting rustdoc fixes for 6.18.y Message-ID: <2026021612-hazy-stank-831c@gregkh> References: Precedence: bulk X-Mailing-List: linux-pci@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Sun, Feb 15, 2026 at 03:11:31PM +0100, Miguel Ojeda wrote: > Hi Greg, Sasha, David, > > I have been seeing these warnings (errors with `WERROR=y`) in stable > 6.18 UML + Rust on the `rustdoc` target [1]. > > Unless David (who works around UML + Rust) or the different > maintainers (Cc'd) have a concern, please consider backporting: > > a9a42f0754b6 ("rust: device: fix broken intra-doc links") > 32cb3840386f ("rust: dma: fix broken intra-doc links") > 4c9f6a782f60 ("rust: driver: fix broken intra-doc links to example > driver types") > > They had Fixes tags, but not Cc: stable tags. All now queued up, thanks. greg k-h