On Tue, Sep 8, 2015 at 10:14 PM, Konrad Rzeszutek Wilk wrote: > > (Removed Linus and Andrew from the To, added Corinna ..) and resending again without HTML (sorry, thought I had HTML-emails disabled by default) > > On Thu, Sep 3, 2015 at 1:35 AM, David Miller wrote: >> >> >> Another merge window, another set of networking changes. I've heard >> rumblings that the lightweight tunnels infrastructure has been voted >> networking change of the year. But what do I know? >> > .. snip.. >> >> Corinna Vinschen (2): >> r8169: Add values missing in @get_stats64 from HW counters > > > .. cases an regression when SWIOTLB is in use. (See full attached serial log), but > the relevant snippet is: > > [ 12.010065] BUG: sleeping function called from invalid context at /home/konrad/ssd/konrad/linux/mm/page_alloc.c:3186 > [ 12.88021e49b938 ffffffff8174ff50 ffff8800c6637748 > [ 12.051548] ttyS1: 4 input overrun(s) > [ 12.055485] ffff8800c6637140 ffff88021e49b958 ffffffff810cf22e 0000000000000001^G^G^G^G^G^G^G^G > [ 12.064566] 0000000000000000 ffff88021e49b988^G^G^G^G^G^G^G^G ffffffff810cf2cd ffff88021e49b9b4 > [ 12.073639] Call Trace: > [ 12.076156] [] dump_stack+0x4f/0x68 > [ 12.081444] [] ___might_sleep+0xde/0x130 > [ 12.087176] [] __might_sleep+0x4d/0x90 > [ 12.092731] [] __alloc_pages_nodemask+0x26f/0xa20 > [ 12.099271] [] ? create_object+0x21e/0x2c0 > [ 12.105183] [] ? kmemleak_alloc+0x23/0x40 > [ 12.111006] [] ? kmem_cache_alloc_trace+0x184/0x190 > [ 12.117721] [] ? kmemleak_alloc+0x23/0x40 > [ 12.123546] [] dma_generic_alloc_coherent+0x9d/0x140 > [ 12.130354] [] x86_swiotlb_alloc_coherent+0x30/0x60 > [ 12.137072] [] dma_alloc_attrs+0x4c/0xb0 > [ 12.142808] [] rtl8169_update_counters+0x7e/0x150 [r8169] > [ 12.150061] [] rtl8169_get_stats64+0xcb/0x130 [r8169] > [ 12.156956] [] dev_get_stats+0x38/0x90 > [ 12.162511] [] dev_seq_printf_stats+0x23/0x100 > [ 12.168786] [] ? create_object+0x21e/0x2c0 > [ 12.174715] [] dev_seq_show+0xf/0x30 > [ 12.180098] [] seq_read+0x26a/0x400 > [ 12.185384] [] proc_reg_read+0x3e/0x70 > [ 12.190943] [] __vfs_read+0x2f/0xe0 > [ 12.196245] [] ? security_file_permission+0xa2/0xb0 > [ 12.202972] [] ? rw_verify_area+0x58/0xe0 > [ 12.208799] [] vfs_read+0x92/0xd0 > [ 12.213908] [] ? __fdget+0xe/0x10 > [ 12.219024] [] SyS_read+0x51/0xb0 > [ 12.224140] [] entry_SYSCALL_64_fastpath+0x12/0x71 > done. > > If I revert 6e85d5ad36a26debc23a9a865c029cbe242b2dc8 "r8169: Add values missing in @get_stats64 from HW counters" > I don't get this message. > > Thank you! >> >>