Re: [PATCH net-next v2 2/4] net: hsr: Add VLAN CTAG filter support

2024-10-25 Thread Vadim Fedorenko
On 24/10/2024 11:30, MD Danish Anwar wrote: From: Murali Karicheri This patch adds support for VLAN ctag based filtering at slave devices. The slave ethernet device may be capable of filtering ethernet packets based on VLAN ID. This requires that when the VLAN interface is created over an HSR/P

Re: [PATCH net] rxrpc: Fix deadlock around release of dst cached on udp tunnel

2021-01-29 Thread Vadim Fedorenko
On 29.01.2021 17:41, David Howells wrote: Vadim Fedorenko wrote: You missed the call to dst_release(sk->sk_rx_dst) in rxrpc_sock_destructor. Without it we are still leaking the dst. Hmmm... I no longer get the messages appearing with this patch. I'll have another look. Sorry

Re: [PATCH net] rxrpc: Fix deadlock around release of dst cached on udp tunnel

2021-01-29 Thread Vadim Fedorenko
On 29.01.2021 17:30, Vadim Fedorenko wrote: On 29.01.2021 16:44, David Howells wrote: AF_RXRPC sockets use UDP ports in encap mode.  This causes socket and dst from an incoming packet to get stolen and attached to the UDP socket from whence it is leaked when that socket is closed. When a

Re: [PATCH net] rxrpc: Fix deadlock around release of dst cached on udp tunnel

2021-01-29 Thread Vadim Fedorenko
On 29.01.2021 16:44, David Howells wrote: AF_RXRPC sockets use UDP ports in encap mode. This causes socket and dst from an incoming packet to get stolen and attached to the UDP socket from whence it is leaked when that socket is closed. When a network namespace is removed, the wait for dst reco

Re: BUG: Incorrect MTU on GRE device if remote is unspecified

2021-01-27 Thread Vadim Fedorenko
On 28.01.2021 01:38, Cong Wang wrote: On Wed, Jan 27, 2021 at 4:56 PM Jakub Kicinski wrote: On Mon, 25 Jan 2021 22:10:10 +0200 Slava Bacherikov wrote: Hi, I'd like to report a regression. Currently, if you create GRE interface on the latest stable or LTS kernel (5.4 branch) with unspecified r