On Tue, Nov 29, 2016 at 9:56 AM, Lorenzo Colitti <lore...@google.com> wrote: > Commit e2d118a1cb5e ("net: inet: Support UID-based routing in IP > protocols.") made __build_flow_key call sock_net(sk) to determine > the network namespace of the passed-in socket. This crashes if sk > is NULL.
Since I missed this in the patch description: this is targeted to net-next (the code it fixes is not in net yet). Also: Fixes: e2d118a1cb5e ("net: inet: Support UID-based routing in IP protocols.")