On Thu, Mar 20, 2025 at 3:08 AM Antonio Hickey <[email protected]> wrote: > > Replacing all occurrences of `addr_of!(place)` with > `&raw const place`. > > This will allow us to reduce macro complexity, and improve consistency > with existing reference syntax as `&raw const` is similar to `&` making > it fit more naturally with other existing code. > > Suggested-by: Benno Lossin <[email protected]> > Link: https://github.com/Rust-for-Linux/linux/issues/1148 > Signed-off-by: Antonio Hickey <[email protected]>
In general, you should pick the previous tags (e.g. Reviewed-by) that you were given for each patch (unless you think there are enough changes that it should not be done anymore etc.). For instance, in v4, this one was Reviewed-by: David, and a couple others were Reviewed-by Boqun; and from what I can tell, they didn't change. Thanks! Cheers, Miguel

