Hi all, Today's linux-next merge of the net-next tree got a conflict in: include/net/sock.h between commit: 8f905c0e7354 ("inet: fully convert sk->sk_rx_dst to RCU rules") from the net tree and commit: 43f51df41729 ("net: move early demux fields close to sk_refcnt") from the net-next tree. I fixed it up (see below) and can carry the fix as necessary. This is now fixed as far as linux-next is concerned, but any non trivial conflicts should be mentioned to your upstream maintainer when your tree is submitted for merging. You may also want to consider cooperating with the maintainer of the conflicting tree to minimise any particularly complex conflicts. -- Cheers, Stephen Rothwell diff --cc include/net/sock.h index d47e9658da28,37f878564d25..000000000000 --- a/include/net/sock.h +++ b/include/net/sock.h @@@ -391,6 -392,11 +392,11 @@@ struct sock #define sk_flags __sk_common.skc_flags #define sk_rxhash __sk_common.skc_rxhash + /* early demux fields */ - struct dst_entry *sk_rx_dst; ++ struct dst_entry __rcu *sk_rx_dst; + int sk_rx_dst_ifindex; + u32 sk_rx_dst_cookie; + socket_lock_t sk_lock; atomic_t sk_drops; int sk_rcvlowat;