* Stephen Hemminger <[email protected]> wrote: > > hm, from your log it appears that lockdep did not find anything, > > still the hang does trigger. > > > > it's /sbin/ifconfig and inet_ioctl() / dev_close() / rtl8169_down() > > that seems to be hanging. I've extracted the relevant backtrace > > below. I've Cc:-ed people who might have a better idea about what's > > going on. > > Are you building with NAPI enabled or not. Looks like the following > might help the non-napi case. the config from: http://www.dea.icai.upcomillas.es/romano/linux/info/2624rc1_1/ suggests that NAPI was disabled: CONFIG_R8169=m # CONFIG_R8169_NAPI is not set CONFIG_R8169_VLAN=y Ingo - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- [PATCH] r8169: don't call napi_disable if not doing NAPI
- From: Stephen Hemminger <[email protected]>
- [PATCH] r8169: don't call napi_disable if not doing NAPI
- References:
- Linux v2.6.24-rc1
- From: Linus Torvalds <[email protected]>
- 2.6.24-rc1 fails with lockup and BUG:
- From: Romano Giannetti <[email protected]>
- Re: 2.6.24-rc1 fails with lockup and BUG:
- From: Ingo Molnar <[email protected]>
- Re: 2.6.24-rc1 fails with lockup and BUG:
- From: Romano Giannetti <[email protected]>
- Re: 2.6.24-rc1 fails with lockup and BUG:
- From: Ingo Molnar <[email protected]>
- Re: 2.6.24-rc1 fails with lockup and BUG:
- From: Peter Zijlstra <[email protected]>
- Re: 2.6.24-rc1 fails with lockup and BUG:
- From: Romano Giannetti <[email protected]>
- Re: 2.6.24-rc1 fails with lockup - /sbin/ifconfig / inet_ioctl() / dev_close() / rtl8169_down()
- From: Ingo Molnar <[email protected]>
- Re: 2.6.24-rc1 fails with lockup - /sbin/ifconfig / inet_ioctl() / dev_close() / rtl8169_down()
- From: Stephen Hemminger <[email protected]>
- Linux v2.6.24-rc1
- Prev by Date: Re: [RFC 0/3] Recursive reclaim (on __PF_MEMALLOC)
- Next by Date: [RFC PATCH] coding style fix of drivers/md/mktables.c (based on 2.6.23)
- Previous by thread: Re: 2.6.24-rc1 fails with lockup - /sbin/ifconfig / inet_ioctl() / dev_close() / rtl8169_down()
- Next by thread: [PATCH] r8169: don't call napi_disable if not doing NAPI
- Index(es):