Message ID | 20240929111608.1016757-1-mathieu.desnoyers@efficios.com (mailing list archive) |
---|---|
Headers | show |
Series | Introduce ptr_eq() to preserve address dependency | expand |
On Sun, Sep 29, 2024 at 07:16:06AM -0400, Mathieu Desnoyers wrote: > Introduce ptr_eq() to compare two addresses while preserving the address > dependencies for later use of the address. It should be used when > comparing an address returned by rcu_dereference(). Both patches are now much better. Thank you. Acked-by: Alan Stern <stern@rowland.harvard.edu> Alan Stern