You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement rcu_dereference_raw by calling into READ_ONCE. This function
is intended for reading pointers in an rcu_read_lock region. It
establishes a consume ordering, so it is valid to read the memory behind
the pointer.
Signed-off-by: Alice Ryhl <aliceryhl@google.com>
0 commit comments