Comment 5 for bug 1888715

Revision history for this message
Seth Arnold (seth-arnold) wrote :

Hello Dexuan, wonderful, thanks;

Eric's proposed patch confuses me on one point:

- if (rcu_access_pointer(sk->sk_filter) &&
- udp_lib_checksum_complete(skb))
+ if (udp_lib_checksum_complete(skb))
                goto csum_error;

Do you know why the rcu_access_pointer() call has been removed?

Thanks