On Thu, May 21, 2026 at 6:14 PM Kenny Glowner <[email protected]> wrote: > > Add a trailing newline ('\n') to the pr_warn! call in set_param to > ensure the kernel ring buffer flushes the message correctly and > prevents log line smearing.
Did you see log smearing? IIRC this changed with the buffer rework -- it is still the convention we expect, though, so the diff contents are good. > Link: https://github.com/Rust-for-Linux/linux/issues/1139 > > Signed-off-by: Kenny Glowner <[email protected]> Andreas, Sami, Daniel, Luis, Petr: will this one go through modules too? Otherwise, please let me know and I can take it. (Trivial conflict with the `pr_warn_once!` one applied yesterday.) Thanks! Cheers, Miguel

