* Kamalesh Babulal <kamalesh@linux.vnet.ibm.com> wrote:this call_for_each_cic/radix_tree_gang_lookup locked up, and all other CPUs deadlocked in stopmachine, due to this one. call_for_each_cic is in ./block/cfq-iosched.c uses RCU, but you've got classic-RCU: CONFIG_CLASSIC_RCU=y # CONFIG_PREEMPT_RCU is not set so it's not related to the preempt-RCU changes either. It is this part that locks up: do { ... nr = radix_tree_gang_lookup(&ioc->radix_root, (void **) cics, index, CIC_GANG_NR); ... } while (nr == CIC_GANG_NR); ... it seems the radix tree will yield new entries again and again. Either it got corrupted, or some other CPU is filling it faster than we can deplete it [unlikely i think]. Ingo --
| Linus Torvalds | Linux 2.6.27-rc5 |
| Greg KH | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Greg Kroah-Hartman | [PATCH 004/196] Chinese: add translation of SubmittingPatches |
| Trent Piepho | Re: [PATCH] [POWERPC] Improve (in|out)_beXX() asm code |
git: | |
| Christoph Hellwig | Re: [PATCH 06/32] IGET: Mark iget() and read_inode() as being obsolete [try #2] |
| Gerrit Renker | [PATCH 0/37] dccp: Feature negotiation - last call for comments |
| David Miller | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| David Miller | [GIT]: Networking |
