Re: [PATCH net] net/mlx5e: Fix del vxlan port command

2016-07-20 Thread Saeed Mahameed
On Wed, Jul 20, 2016 at 7:15 PM, Alexei Starovoitov wrote: > On Wed, Jul 20, 2016 at 05:48:48PM +0300, Saeed Mahameed wrote: >> mlx5e_vxlan_core_del_port_cmd cleared the wrong address, the address of >> the pointer of the buffer rather than clearing the buffer itself. >> >> This can lead to a seri

Re: [PATCH net] net/mlx5e: Fix del vxlan port command

2016-07-20 Thread Alexei Starovoitov
On Wed, Jul 20, 2016 at 05:48:48PM +0300, Saeed Mahameed wrote: > mlx5e_vxlan_core_del_port_cmd cleared the wrong address, the address of > the pointer of the buffer rather than clearing the buffer itself. > > This can lead to a serious stack corruption. The change is fine, but commit log is comp

[PATCH net] net/mlx5e: Fix del vxlan port command

2016-07-20 Thread Saeed Mahameed
mlx5e_vxlan_core_del_port_cmd cleared the wrong address, the address of the pointer of the buffer rather than clearing the buffer itself. This can lead to a serious stack corruption. Fixes: b3f63c3d5e2c ("net/mlx5e: Add netdev support for VXLAN tunneling") Signed-off-by: Saeed Mahameed --- driv