mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-07-24 11:34:00 -04:00
Simon Wunderlich says: ==================== This batman-adv cleanup patchset includes the following patches, all by Sven Eckelmann: - drop batman-adv specific version - MAINTAINERS housekeeping for batman-adv (two patches) - add missing includes - use atomic_xchg() for gw.reselect check - extract netdev wifi detection information object - replace inappropriate atomic access with (READ|WRITE)_ONCE (six patches) - tt: replace open-coded overflow check with helper - tvlv: avoid unnecessary OGM buffer reallocations - use neigh_node's orig_node only as id * tag 'batadv-next-pullrequest-20260601' of https://git.open-mesh.org/batadv: batman-adv: use neigh_node's orig_node only as id batman-adv: tvlv: avoid unnecessary OGM buffer reallocations batman-adv: tt: replace open-coded overflow check with helper batman-adv: replace non-atomic last_ttvn with (READ|WRITE)_ONCE batman-adv: replace non-atomic packet_size_max with (READ|WRITE)_ONCE batman-adv: replace non-atomic mesh state with (READ|WRITE)_ONCE batman-adv: replace non-atomic vlan config fields with (READ|WRITE)_ONCE batman-adv: replace non-atomic hardif config fields with (READ|WRITE)_ONCE batman-adv: replace non-atomic meshif config fields with (READ|WRITE)_ONCE batman-adv: extract netdev wifi detection information object batman-adv: use atomic_xchg() for gw.reselect check batman-adv: add missing includes MAINTAINERS: Don't send batman-adv patches to netdev MAINTAINERS: Rename batman-adv T(ree) batman-adv: drop batman-adv specific version ==================== Link: https://patch.msgid.link/20260601123629.707089-1-sw@simonwunderlich.de Signed-off-by: Jakub Kicinski <kuba@kernel.org>