mbox series

[net,0/2] inet: fix NLM_F_DUMP_INTR logic

Message ID 20240215172107.3461054-1-edumazet@google.com (mailing list archive)
Headers show
Series inet: fix NLM_F_DUMP_INTR logic | expand

Message

Eric Dumazet Feb. 15, 2024, 5:21 p.m. UTC
Make sure NLM_F_DUMP_INTR is generated if dev_base_seq and
dev_addr_genid are changed by the same amount.

Eric Dumazet (2):
  ipv4: properly combine dev_base_seq and ipv4.dev_addr_genid
  ipv6: properly combine dev_base_seq and ipv6.dev_addr_genid

 net/ipv4/devinet.c  | 21 +++++++++++++++++----
 net/ipv6/addrconf.c | 21 ++++++++++++++++++---
 2 files changed, 35 insertions(+), 7 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Feb. 18, 2024, 10:30 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by David S. Miller <davem@davemloft.net>:

On Thu, 15 Feb 2024 17:21:05 +0000 you wrote:
> Make sure NLM_F_DUMP_INTR is generated if dev_base_seq and
> dev_addr_genid are changed by the same amount.
> 
> Eric Dumazet (2):
>   ipv4: properly combine dev_base_seq and ipv4.dev_addr_genid
>   ipv6: properly combine dev_base_seq and ipv6.dev_addr_genid
> 
> [...]

Here is the summary with links:
  - [net,1/2] ipv4: properly combine dev_base_seq and ipv4.dev_addr_genid
    https://git.kernel.org/netdev/net/c/081a0e3b0d4c
  - [net,2/2] ipv6: properly combine dev_base_seq and ipv6.dev_addr_genid
    https://git.kernel.org/netdev/net/c/e898e4cd1aab

You are awesome, thank you!