public inbox for rust-for-linux@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] rust: replace WARN_ONCE TODOs with pr_warn_once!
@ 2026-02-26 12:08 Adarsh Das
  2026-02-26 12:08 ` [PATCH 1/4] rust: error: use `pr_warn_once!` instead of `pr_warn!` Adarsh Das
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Adarsh Das @ 2026-02-26 12:08 UTC (permalink / raw)
  To: Miguel Ojeda
  Cc: Boqun Feng, Gary Guo, Björn Roy Baron, Benno Lossin,
	Andreas Hindborg, Alice Ryhl, Trevor Gross, Danilo Krummrich,
	rust-for-linux, Adarsh Das

Replace pr_warn and TODO comments for pr_warn_once with the macro call.

Adarsh Das (4):
  rust: error: use `pr_warn_once!` instead of `pr_warn!`
  rust: module_params: use `pr_warn_once!` instead of `pr_warn!`
  rust: mm: add `pr_warn_once!` for invalid range in
    `zap_page_range_single`
  rust: time: add `pr_warn_once!` for clamped delta in `fsleep`

 rust/kernel/error.rs        | 3 +--
 rust/kernel/mm/virt.rs      | 2 +-
 rust/kernel/module_param.rs | 3 +--
 rust/kernel/time/delay.rs   | 2 +-
 4 files changed, 4 insertions(+), 6 deletions(-)

-- 
2.53.0


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

end of thread, other threads:[~2026-02-26 14:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-26 12:08 [PATCH 0/4] rust: replace WARN_ONCE TODOs with pr_warn_once! Adarsh Das
2026-02-26 12:08 ` [PATCH 1/4] rust: error: use `pr_warn_once!` instead of `pr_warn!` Adarsh Das
2026-02-26 12:08 ` [PATCH 2/4] rust: module_params: " Adarsh Das
2026-02-26 12:08 ` [PATCH 3/4] rust: mm: add `pr_warn_once!` for invalid range in `zap_page_range_single` Adarsh Das
2026-02-26 12:08 ` [PATCH 4/4] rust: time: add `pr_warn_once!` for clamped delta in `fsleep` Adarsh Das
2026-02-26 12:59   ` FUJITA Tomonori
2026-02-26 14:18     ` Gary Guo
2026-02-26 14:36     ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox