Hi all, After merging the net-next tree, today's linux-next build (arm multi_v7_defconfig, gcc 4.6.3) failed like this: drivers/built-in.o: In function `cdc_ncm_get_coalesce': ak8975.c:(.text+0x1ac994): undefined reference to `__aeabi_uldivmod' (The file name above seems to be rubbish, the above function is in drivers/net/usb/cdc_ncm.c) Probably caused by commit 6c4e548ff366 ("net: cdc_ncm: use ethtool to tune coalescing settings"). I assume that there are some 64 bit divides in that function. I have used the net-next tree from next-20140516 for today. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au