Re: [PATCH v2 net-next 00/13] neighbour: Namespacify arp_tbl and nd_tbl.
Kuniyuki Iwashima <[email protected]>
| Newsgroups | gmane.linux.network |
|---|---|
| Message-ID | <CAAVpQUAOGGWcndwLQB8uSd-f3deQcr6PhBKhEFdXv6ahMBN1EQ@mail.gmail.com> |
On Sat, Aug 8, 2026 at 1:03 PM Jakub Kicinski <[email protected]> wrote: > > On Fri, 7 Aug 2026 23:28:38 +0000 Kuniyuki Iwashima wrote: > > The neighbour subsystem is almost ready to drop RTNL. > > CI says 🪲️: > https://netdev.bots.linux.dev/contest.html?pw-n=0&branch=net-next-2026-08-08--03-00&pw-n=0&pass=0 Sorry, the lockdep splat is false-positive, but I'll drop timer_shutdown_sync() and use tbl->entries to free the table. Thanks !