Re: [PATCH net-next v2 0/3] vxlan fdb nexthop misc fixes

2020-05-30 Thread Roopa Prabhu
On Sat, May 30, 2020 at 9:59 PM David Miller wrote: > > From: Roopa Prabhu > Date: Sat, 30 May 2020 21:48:38 -0700 > > > Roopa Prabhu (3): > > vxlan: add check to prevent use of remote ip attributes with NDA_NH_ID > > vxlan: few locking fixes in nexthop event handler > > vxlan: fix derefere

Re: [PATCH net-next v2 0/3] vxlan fdb nexthop misc fixes

2020-05-30 Thread David Miller
From: Roopa Prabhu Date: Sat, 30 May 2020 21:48:38 -0700 > Roopa Prabhu (3): > vxlan: add check to prevent use of remote ip attributes with NDA_NH_ID > vxlan: few locking fixes in nexthop event handler > vxlan: fix dereference of nexthop group in nexthop update path Mid-air collision :-)

[PATCH net-next v2 0/3] vxlan fdb nexthop misc fixes

2020-05-30 Thread Roopa Prabhu
From: Roopa Prabhu Roopa Prabhu (3): vxlan: add check to prevent use of remote ip attributes with NDA_NH_ID vxlan: few locking fixes in nexthop event handler vxlan: fix dereference of nexthop group in nexthop update path drivers/net/vxlan.c | 40 +++- 1