rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Fix broken `srctree/` links and warn about them
@ 2025-07-30 13:07 Miguel Ojeda
  2025-07-30 13:07 ` [PATCH 1/3] rust: block: fix `srctree/` links Miguel Ojeda
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Miguel Ojeda @ 2025-07-30 13:07 UTC (permalink / raw)
  To: Miguel Ojeda, Alex Gaynor, Andreas Hindborg, Maarten Lankhorst,
	Maxime Ripard, Thomas Zimmermann, David Airlie, Simona Vetter
  Cc: Boqun Feng, Gary Guo, Björn Roy Baron, Benno Lossin,
	Alice Ryhl, Trevor Gross, Danilo Krummrich, rust-for-linux,
	linux-block, dri-devel, linux-kernel, patches

This fixes a handful of broken links and introduces a warning to
prevent them from happening in the future.

Relatedly, we could also perhaps check the other side of the links, but
perhaps there are cases we want to customize. Alternatively, we could
also in the future introduce custom syntax for these that avoids
repetition or a fancier preprocessing step.

Miguel Ojeda (3):
  rust: block: fix `srctree/` links
  rust: drm: fix `srctree/` links
  rust: warn if `srctree/` links do not exist

 rust/Makefile                    | 6 ++++++
 rust/kernel/block/mq/gen_disk.rs | 2 +-
 rust/kernel/drm/device.rs        | 2 +-
 rust/kernel/drm/driver.rs        | 2 +-
 rust/kernel/drm/file.rs          | 2 +-
 rust/kernel/drm/gem/mod.rs       | 2 +-
 rust/kernel/drm/ioctl.rs         | 2 +-
 7 files changed, 12 insertions(+), 6 deletions(-)

--
2.50.1

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-07-30 13:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-30 13:07 [PATCH 0/3] Fix broken `srctree/` links and warn about them Miguel Ojeda
2025-07-30 13:07 ` [PATCH 1/3] rust: block: fix `srctree/` links Miguel Ojeda
2025-07-30 13:07 ` [PATCH 2/3] rust: drm: " Miguel Ojeda
2025-07-30 13:19   ` Danilo Krummrich
2025-07-30 13:07 ` [PATCH 3/3] rust: warn if `srctree/` links do not exist Miguel Ojeda
2025-07-30 13:13   ` Onur Özkan
2025-07-30 13:36 ` [PATCH 0/3] Fix broken `srctree/` links and warn about them Daniel Almeida

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).