Hi Dave, Buildinf Linus' tree, today's linux-next build (powerpc ppc64_defconfig) produced these warnings: drivers/net/bonding/bond_main.c: In function 'bond_handle_frame': drivers/net/bonding/bond_main.c:1463:13: warning: assignment from incompatible pointer type [enabled by default] drivers/net/bonding/bond_main.c: In function 'bond_open': drivers/net/bonding/bond_main.c:3441:21: warning: assignment from incompatible pointer type [enabled by default] drivers/net/bonding/bond_main.c:3448:20: warning: assignment from incompatible pointer type [enabled by default] Introduced by commit 13a8e0c8cdb4 ("bonding: don't increase rx_dropped after processing LACPDUs"). recv-probe in struct bonding is a function returning void, but the local variable it assigned to/from has been changed to a function returning int ... -- Cheers, Stephen Rothwell sfr@canb.auug.org.au