Build check errors found: 2025-05-13

2025-05-12 Thread postmaster
Name of failed tests stable -- * smatch v6.15-rc1 CONFIG_BATMAN_ADV_BLA=y CONFIG_BATMAN_ADV_DAT=y CONFIG_BATMAN_ADV_DEBUG=n CONFIG_BATMAN_ADV_TRACING=y CONFIG_BATMAN_ADV_NC=y CONFIG_BATMAN_ADV_MCAST=y CONFIG_BATMAN_ADV_BATMAN_V=y main * difference between net-n

[linux-next] LinuxNextTracking branch, master, updated. next-20250512

2025-05-12 Thread batman
The following commit has been merged in the master branch: commit 4e1ccc8e52e5eb3a072d7e4faecd80c6f326bfd2 Author: Sven Eckelmann Date: Sun Apr 13 11:09:03 2025 +0200 batman-adv: Drop unused net_namespace.h include Since commit 69c7be1b903f ("rtnetlink: Pack newlink() params into s

[linux-next] LinuxNextTracking branch, master, updated. next-20250512

2025-05-12 Thread batman
The following commit has been merged in the master branch: commit bdbfcfc7415e5dbf990e1780a2906d208a8accb2 Merge: a88f9dd95d34a9b946913a135d9a55fd1506a5e6 0b28182c73a3d013bcabbb890dc1070a8388f55a Author: Stephen Rothwell Date: Mon May 12 12:32:12 2025 +1000 Merge branch 'main' of git://gi

[linux-next] LinuxNextTracking branch, master, updated. next-20250512

2025-05-12 Thread batman
The following commit has been merged in the master branch: commit 8a7bb74a79d4324bf09e78f5a941521dea83a24f Author: Antonio Quartulli Date: Mon Mar 17 13:39:59 2025 +0100 batman-adv: no need to start/stop queue on mesh-iface The batman-adv mesh-iface is flagged with IFF_NO_QUEUE,

[linux-next] LinuxNextTracking branch, master, updated. next-20250512

2025-05-12 Thread batman
The following commit has been merged in the master branch: commit a608f11d3a3b9464bd6ec63b7e3e84cccd556e06 Author: Sven Eckelmann Date: Sun Apr 13 10:14:42 2025 +0200 batman-adv: Switch to crc32 header for crc32c The crc32c() function was moved in commit 8df36829045a ("lib/crc32:

[linux-next] LinuxNextTracking branch, master, updated. next-20250512

2025-05-12 Thread batman
The following commit has been merged in the master branch: commit 4a1cff317d952d79dfcc951e0e4e5c4a096e765b Author: Simon Wunderlich Date: Wed Apr 9 10:03:38 2025 +0200 batman-adv: Start new development cycle This version will contain all the (major or even only minor) changes for

[linux-next] LinuxNextTracking branch, master, updated. next-20250512

2025-05-12 Thread batman
The following commit has been merged in the master branch: commit 6a63b01567fb2bb49830daf7329c290a4b68d716 Merge: 3c9ff6eb2de5d06a4cebaa46bf4bbbab491e9110 4e1ccc8e52e5eb3a072d7e4faecd80c6f326bfd2 Author: Jakub Kicinski Date: Fri May 9 17:09:37 2025 -0700 Merge tag 'batadv-next-pullrequest-

[linux-next] LinuxNextTracking branch, master, updated. next-20250512

2025-05-12 Thread batman
The following commit has been merged in the master branch: commit 4d64321c4f6faf90b5a3b9f52ee1e7e0eeeff00c Merge: e4f349bd6e58051df698b82f94721f18a02a293d 8772cc49e0b8ab782e475ce5ef659eedab601a09 Author: Jakub Kicinski Date: Fri May 9 17:09:39 2025 -0700 Merge tag 'batadv-net-pullrequest-2

[linux-next] LinuxNextTracking branch, master, updated. next-20250512

2025-05-12 Thread batman
The following commit has been merged in the master branch: commit 8772cc49e0b8ab782e475ce5ef659eedab601a09 Author: Matthias Schiffer Date: Wed Apr 16 20:37:56 2025 +0200 batman-adv: fix duplicate MAC address check batadv_check_known_mac_addr() is both too lenient and too strict:

[linux-next] LinuxNextTracking branch, master, updated. next-20250512

2025-05-12 Thread batman
The following commit has been merged in the master branch: commit d699628dae07038cf21fe288ac00c0a0062b4e0d Author: Matthias Schiffer Date: Tue Apr 8 17:53:36 2025 +0200 batman-adv: constify and move broadcast addr definition The variable is used only once and is read-only. Make it