Prev: Good news for you
Next: missing post?
From: Fernando Lopez-Lezcano on 9 Jul 2010 19:10 On Fri, 2010-07-09 at 15:31 -0700, john stultz wrote: > On Fri, 2010-07-09 at 15:13 -0700, Fernando Lopez-Lezcano wrote: > > On Fri, 2010-07-09 at 12:54 -0700, john stultz wrote: > > > On Fri, 2010-07-09 at 12:02 -0700, Fernando Lopez-Lezcano wrote: > > > > Ok, I got one! (had to go buy a null modem cable, I thought I had one > > > > but it has disappeared since the last time I did this :-) > > > > > > Great! Sorry to make you go shopping! But this points out the problem > > > nicely. > > > > No problem at all, I was sure I had one... anyway, I still need it :-< > > > > > > Find it below... it keeps spewing stuff every once in a while. Hopefully > > > > this will be enough. No response from the network or the keyboard or > > > > mouse at this point, reset is the only way out. > > > > > > > > I can retest if somebody comes up with a patch... > > > > Sorry, it looks like the patch patched correctly and this is the new > > kernel, but I still get a hang as before. > > Huh. Exact same backtrace? Maybe there's more then one issue with that > function... Hmmm, most likely I made some mistake - I'll double check and report back. -- Fernando -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Fernando Lopez-Lezcano on 9 Jul 2010 19:20 On Fri, 2010-07-09 at 15:57 -0700, john stultz wrote: > On Fri, 2010-07-09 at 15:13 -0700, Fernando Lopez-Lezcano wrote: > > On Fri, 2010-07-09 at 12:54 -0700, john stultz wrote: > > > On Fri, 2010-07-09 at 12:02 -0700, Fernando Lopez-Lezcano wrote: > > > > Ok, I got one! (had to go buy a null modem cable, I thought I had one > > > > but it has disappeared since the last time I did this :-) > > > > > > Great! Sorry to make you go shopping! But this points out the problem > > > nicely. > > > > No problem at all, I was sure I had one... anyway, I still need it :-< > > > > > > Find it below... it keeps spewing stuff every once in a while. Hopefully > > > > this will be enough. No response from the network or the keyboard or > > > > mouse at this point, reset is the only way out. > > > > > > > > I can retest if somebody comes up with a patch... > > > > Sorry, it looks like the patch patched correctly and this is the new > > kernel, but I still get a hang as before. > > So looking over it, I'm not easily seeing what else could be off. > > So Lets see if we can cut some of the guess work out of this... > > > [<c04e08e9>] ? d_materialise_unique+0xbf/0x29e > > I'm curious exactly where that is in d_materialise_unique. To find out, > can you find the vmlinux image in the base of the directory you built > the kernel you triggered this in? > > Then run: > # gdb ./vmlinux > > Once gdb loads: > (gdb) list *0xc04e08e9 > > That should point to exactly where in the function we are trying to > acquire a previously locked lock. I'll have to rebuild. I'm doing full rpm package builds or a build server and the original build tree is gone. -- Fernando -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Fernando Lopez-Lezcano on 9 Jul 2010 19:30 On Fri, 2010-07-09 at 16:07 -0700, Fernando Lopez-Lezcano wrote: > On Fri, 2010-07-09 at 15:31 -0700, john stultz wrote: > > On Fri, 2010-07-09 at 15:13 -0700, Fernando Lopez-Lezcano wrote: > > > On Fri, 2010-07-09 at 12:54 -0700, john stultz wrote: > > > > On Fri, 2010-07-09 at 12:02 -0700, Fernando Lopez-Lezcano wrote: > > > > > Ok, I got one! (had to go buy a null modem cable, I thought I had one > > > > > but it has disappeared since the last time I did this :-) > > > > > > > > Great! Sorry to make you go shopping! But this points out the problem > > > > nicely. > > > > > > No problem at all, I was sure I had one... anyway, I still need it :-< > > > > > > > > Find it below... it keeps spewing stuff every once in a while. Hopefully > > > > > this will be enough. No response from the network or the keyboard or > > > > > mouse at this point, reset is the only way out. > > > > > > > > > > I can retest if somebody comes up with a patch... > > > > > > Sorry, it looks like the patch patched correctly and this is the new > > > kernel, but I still get a hang as before. > > > > Huh. Exact same backtrace? Maybe there's more then one issue with that > > function... > > Hmmm, most likely I made some mistake - I'll double check and report > back. Argh, something's wrong with what I did, I'm looking at the source in the build server and it appears to not be patched (but I saw it being patched in the logs with no error? go figure...). -- Fernando -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: A D on 10 Jul 2010 02:40 On 09/07/10 09:10, john stultz wrote: > On Thu, 2010-07-08 at 15:44 -0700, Fernando Lopez-Lezcano wrote: >> On Thu, 2010-07-08 at 15:33 -0700, john stultz wrote: >>> On Thu, 2010-07-08 at 10:19 -0700, Fernando Lopez-Lezcano wrote: >>>> We are having problems with 2.6.33.5+rt23, at least in our configuration >>>> while accessing an nfs automounted directory. This causes a complete >>>> machine lockup (press reset to exit as the only option). I replied to this yesterday., then realized that it was a one-way news group of lkml. Let's see if I can fudge a threaded reply. ================================================ I also have some nfs issues with this combo, but not as severe. Maybe my fstab mount options help: noauto,users,rsize=4096,wsize=4096,timeo=14,intr,hard Anyway, Fedora 13,both vanilla 2.6.33.5 and Redhat patched, exhibit it as a kernel fault upon user mounting a nfs partition. It is the uniprocessor variant kernel (not PAE). I get an operating nfs connection, but the kernel auto bug reporting thingy (abrt) pops up shortly after the mount. I was going to work through a few variations on kernels etc before trying bugzilla but I've acquired a bug of the non-computer variety and won't feel up to this for a week or so. WARNING: at fs/namespace.c:1203 umount_tree+0xd8/0x118() Hardware name: VT8366-8233A Modules linked in: nfs fuse nfsd lockd nfs_acl auth_rpcgss exportfs sunrpc ipv6 binfmt_misc snd_via82xx snd_ac97_codec ac97_bus snd_seq snd_pcm snd_timer snd_page_alloc snd_mpu401_uart 8250_pnp snd_rawmidi 8250 snd_seq_device pcspkr i2c_viapro snd serial_core parport_pc 8139too i2c_core fan thermal 8139cp soundcore mii firewire_ohci uhci_hcd floppy firewire_core [last unloaded: freq_table] Pid: 2842, comm: mount.nfs Not tainted 2.6.33.5-rt23.fc13.i686 #1 Call Trace: [<c0434f84>] warn_slowpath_common+0x6a/0x81 [<c04d281a>] ? umount_tree+0xd8/0x118 [<c0434fad>] warn_slowpath_null+0x12/0x15 [<c04d281a>] umount_tree+0xd8/0x118 [<c04d3084>] put_mnt_ns+0x80/0xa4 [<c04c8339>] ? vfs_path_lookup+0x8a/0x99 [<f89e58d2>] nfs_follow_remote_path+0x46/0xec [nfs] [<f89e587c>] ? nfs_do_root_mount+0x61/0x71 [nfs] [<f89e5a65>] nfs4_try_mount+0x61/0x94 [nfs] [<f89e6bc8>] nfs_get_sb+0x61d/0x815 [nfs] [<c04ba568>] ? pcpu_alloc+0x6bb/0x6d0 [<c070cd77>] ? rt_spin_unlock+0xd/0xf [<c04a3da5>] ? kstrdup+0x2f/0x3f [<c04a3da5>] ? kstrdup+0x2f/0x3f [<c04c11f7>] vfs_kern_mount+0x86/0x11f [<c04c12db>] do_kern_mount+0x34/0xb4 [<c04d44e1>] do_mount+0x67f/0x6de [<c04d26a2>] ? copy_mount_options+0x78/0xd7 [<c04d45a6>] sys_mount+0x66/0x94 [<c040329f>] sysenter_do_call+0x12/0x28 If you want to follow up via email bump the user digits by one place to the right. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Fernando Lopez-Lezcano on 12 Jul 2010 19:40
On Fri, 2010-07-09 at 15:57 -0700, john stultz wrote: > On Fri, 2010-07-09 at 15:13 -0700, Fernando Lopez-Lezcano wrote: > > On Fri, 2010-07-09 at 12:54 -0700, john stultz wrote: > > > On Fri, 2010-07-09 at 12:02 -0700, Fernando Lopez-Lezcano wrote: > > > > Ok, I got one! (had to go buy a null modem cable, I thought I had one > > > > but it has disappeared since the last time I did this :-) > > > > > > Great! Sorry to make you go shopping! But this points out the problem > > > nicely. > > > > No problem at all, I was sure I had one... anyway, I still need it :-< > > > > > > Find it below... it keeps spewing stuff every once in a while. Hopefully > > > > this will be enough. No response from the network or the keyboard or > > > > mouse at this point, reset is the only way out. > > > > > > > > I can retest if somebody comes up with a patch... > > > > Sorry, it looks like the patch patched correctly and this is the new > > kernel, but I still get a hang as before. > > So looking over it, I'm not easily seeing what else could be off. > > So Lets see if we can cut some of the guess work out of this... > > > [<c04e08e9>] ? d_materialise_unique+0xbf/0x29e > > I'm curious exactly where that is in d_materialise_unique. To find out, > can you find the vmlinux image in the base of the directory you built > the kernel you triggered this in? > > Then run: > # gdb ./vmlinux > > Once gdb loads: > (gdb) list *0xc04e08e9 > > That should point to exactly where in the function we are trying to > acquire a previously locked lock. Finally... I did a local build in my desktop machine so I now have access to the full patched/compiled source tree. I confirmed that the patch you sent is there (moving a spin_lock one line down). This is from a different kernel (non-PAE) so the exact address is different from the previous report: (gdb) list *0xc04d82dd 0xc04d82dd is in d_materialise_unique (fs/dcache.c:2100). 2095 spin_lock(&aparent->d_lock); 2096 spin_lock(&dparent->d_lock); 2097 spin_lock(&dentry->d_lock); 2098 spin_lock(&anon->d_lock); 2099 2100 dentry->d_parent = (aparent == anon) ? dentry : aparent; 2101 list_del(&dentry->d_u.d_child); 2102 if (!IS_ROOT(dentry)) 2103 list_add(&dentry->d_u.d_child, &dentry->d_parent->d_subdirs); 2104 else See below for the full dump of the BUG through the serial console in this particular occurrence. Let me know if there is anything else I could do. -- Fernando ------------[ cut here ]------------ kernel BUG at kernel/rtmutex.c:808! invalid opcode: 0000 [#1] PREEMPT SMP last sysfs file: /sys/devices/pci0000:00/0000:00:1c.5/0000:02:00.0/net/eth0/statistics/collisions Modules linked in: fuse autofs4 act_police cls_flow cls_fw cls_u32 sch_htb sch_hfsc sch_ingress sch_sfq xt_time xt_connlimit xt_realm iptable_raw xt_comment xt_recent xt_policy ipt_ULOG ipt_REDIRECT ipt_NETMAP ipt_MASQUERADE ipt_ECN ipt_ecn ipt_CLUSTERIP ipt_ah ipt_addrtype nf_nat_tftp nf_nat_snmp_basic nf_nat_sip nf_nat_pptp nf_nat_proto_gre nf_nat_irc nf_nat_h323 nf_nat_ftp nf_nat_amanda ts_kmp nf_conntrack_amanda nf_conntrack_sane nf_conntrack_tftp nf_conntrack_sip nf_conntrack_proto_sctp nf_conntrack_pptp nf_conntrack_proto_gre nf_conntrack_netlink nf_conntrack_netbios_ns nf_conntrack_irc nf_conntrack_h323 nf_conntrack_ftp xt_TPROXY nf_tproxy_core xt_tcpmss xt_pkttype xt_physdev xt_owner xt_NFQUEUE xt_NFLOG nfnetlink_log xt_multiport xt_MARK xt_mark xt_mac xt_limit xt_length xt_iprange xt_helper xt_hashlimit xt_DSCP xt_dscp xt_dccp xt_CONNMARK xt_connmark xt_CLASSIFY ipt_LOG iptable_nat nf_nat iptable_mangle nfnetlink coretemp hwmon_vid nfs lockd fscache nfs_acl auth_rpcgss sunrpc cpufreq_ondemand acpi_cpufreq ip6t_REJECT nf_conntrack_ipv6 ip6table_filter ip6_tables ipv6 dm_multipath uinput snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_ice1712 snd_ice17xx_ak4xxx snd_ak4xxx_adda snd_seq_dummy snd_cs8427 snd_ac97_codec iTCO_wdt snd_seq_oss snd_seq_midi_event snd_seq snd_pcm_oss snd_mixer_oss snd_pcm iTCO_vendor_support ac97_bus snd_i2c snd_mpu401_uart snd_rawmidi snd_seq_device snd_timer i2c_i801 snd ohci1394 snd_page_alloc soundcore asus_atk0110 joydev sky2 serio_raw sata_sil24 radeon ttm drm_kms_helper drm i2c_algo_bit i2c_core [last unloaded: microcode] Pid: 2832, comm: nautilus Not tainted 2.6.33.6-147.rt23.3.fc12.ccrma.i686.rt #1 P5K/EPU/P5K/EPU EIP: 0060:[<c0780ab7>] EFLAGS: 00010046 CPU: 0 EIP is at rt_spin_lock_slowlock+0x43/0x1bb EAX: f21522b0 EBX: f022f7a4 ECX: f022f7a4 EDX: f21522b0 ESI: efcf9f1c EDI: f022fd3c EBP: f23b7d14 ESP: f23b7cbc DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068 preempt:00000001 Process nautilus (pid: 2832, ti=f23b6000 task=f21522b0 task.ti=f23b6000) Stack: 00000000 00000001 00000000 f23b7cd8 00000292 efcab7ac 00000000 f23b7d1c <0> fab0f5e6 00000246 f022f7a4 f022f79c 00000000 f23b7cfc c045e4cb efcab7ac <0> 00000000 c0781206 00000246 f022f7a4 efcf9f1c f022fd3c f23b7d20 c045e501 Call Trace: [<fab0f5e6>] ? nfs_refresh_inode_locked+0x79c/0xa1e [nfs] [<c045e4cb>] ? rt_spin_lock_fastlock.clone.1+0x26/0x5f [<c0781206>] ? rt_spin_unlock+0x8/0xa [<c045e501>] ? rt_spin_lock_fastlock.clone.1+0x5c/0x5f [<c07811f2>] ? rt_spin_lock+0x8/0xa [<c04d82dd>] ? d_materialise_unique+0xbf/0x29e [<fab0c5a0>] ? nfs_do_filldir+0x27b/0x3a9 [nfs] [<c04d5490>] ? filldir64+0x0/0xcb [<fab0cd57>] ? nfs_readdir+0x689/0x707 [nfs] [<c04d5490>] ? filldir64+0x0/0xcb [<c0424e61>] ? enqueue_task+0x70/0x80 [<fab1d0de>] ? nfs3_decode_dirent+0x0/0x10e [nfs] [<c045d24e>] ? do_futex+0x99/0x696 [<c0780e85>] ? rt_mutex_lock_killable+0x28/0x2c [<c04d574a>] ? vfs_readdir+0x66/0x92 [<c04d5490>] ? filldir64+0x0/0xcb [<c04d57d9>] ? sys_getdents64+0x63/0xa5 [<c0476d3f>] ? audit_syscall_entry+0x113/0x135 [<c040321f>] ? sysenter_do_call+0x12/0x28 Code: 7b 08 00 89 45 b8 75 12 8d 43 04 89 43 04 89 43 08 8d 43 0c 89 43 0c 89 43 10 8b 43 14 64 8b 15 7c d4 a3 c0 83 e0 fc 39 c2 75 04 <0f> 0b eb fe 8b 3a 81 ff 08 01 00 00 74 0a 83 ff 02 b8 04 00 00 EIP: [<c0780ab7>] rt_spin_lock_slowlock+0x43/0x1bb SS:ESP 0068:f23b7cbc ---[ end trace 21aa2c1d673e60c7 ]--- note: nautilus[2832] exited with preempt_count 1 BUG: soft lockup - CPU#2 stuck for 61s! [gvfs-gdu-volume:2718] Modules linked in: fuse autofs4 act_police cls_flow cls_fw cls_u32 sch_htb sch_hfsc sch_ingress sch_sfq xt_time xt_connlimit xt_realm iptable_raw xt_comment xt_recent xt_policy ipt_ULOG ipt_REDIRECT ipt_NETMAP ipt_MASQUERADE ipt_ECN ipt_ecn ipt_CLUSTERIP ipt_ah ipt_addrtype nf_nat_tftp nf_nat_snmp_basic nf_nat_sip nf_nat_pptp nf_nat_proto_gre nf_nat_irc nf_nat_h323 nf_nat_ftp nf_nat_amanda ts_kmp nf_conntrack_amanda nf_conntrack_sane nf_conntrack_tftp nf_conntrack_sip nf_conntrack_proto_sctp nf_conntrack_pptp nf_conntrack_proto_gre nf_conntrack_netlink nf_conntrack_netbios_ns nf_conntrack_irc nf_conntrack_h323 nf_conntrack_ftp xt_TPROXY nf_tproxy_core xt_tcpmss xt_pkttype xt_physdev xt_owner xt_NFQUEUE xt_NFLOG nfnetlink_log xt_multiport xt_MARK xt_mark xt_mac xt_limit xt_length xt_iprange xt_helper xt_hashlimit xt_DSCP xt_dscp xt_dccp xt_CONNMARK xt_connmark xt_CLASSIFY ipt_LOG iptable_nat nf_nat iptable_mangle nfnetlink coretemp hwmon_vid nfs lockd fscache nfs_acl auth_rpcgss sunrpc cpufreq_ondemand acpi_cpufreq ip6t_REJECT nf_conntrack_ipv6 ip6table_filter ip6_tables ipv6 dm_multipath uinput snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_ice1712 snd_ice17xx_ak4xxx snd_ak4xxx_adda snd_seq_dummy snd_cs8427 snd_ac97_codec iTCO_wdt snd_seq_oss snd_seq_midi_event snd_seq snd_pcm_oss snd_mixer_oss snd_pcm iTCO_vendor_support ac97_bus snd_i2c snd_mpu401_uart snd_rawmidi snd_seq_device snd_timer i2c_i801 snd ohci1394 snd_page_alloc soundcore asus_atk0110 joydev sky2 serio_raw sata_sil24 radeon ttm drm_kms_helper drm i2c_algo_bit i2c_core [last unloaded: microcode] Modules linked in: fuse autofs4 act_police cls_flow cls_fw cls_u32 sch_htb sch_hfsc sch_ingress sch_sfq xt_time xt_connlimit xt_realm iptable_raw xt_comment xt_recent xt_policy ipt_ULOG ipt_REDIRECT ipt_NETMAP ipt_MASQUERADE ipt_ECN ipt_ecn ipt_CLUSTERIP ipt_ah ipt_addrtype nf_nat_tftp nf_nat_snmp_basic nf_nat_sip nf_nat_pptp nf_nat_proto_gre nf_nat_irc nf_nat_h323 nf_nat_ftp nf_nat_amanda ts_kmp nf_conntrack_amanda nf_conntrack_sane nf_conntrack_tftp nf_conntrack_sip nf_conntrack_proto_sctp nf_conntrack_pptp nf_conntrack_proto_gre nf_conntrack_netlink nf_conntrack_netbios_ns nf_conntrack_irc nf_conntrack_h323 nf_conntrack_ftp xt_TPROXY nf_tproxy_core xt_tcpmss xt_pkttype xt_physdev xt_owner xt_NFQUEUE xt_NFLOG nfnetlink_log xt_multiport xt_MARK xt_mark xt_mac xt_limit xt_length xt_iprange xt_helper xt_hashlimit xt_DSCP xt_dscp xt_dccp xt_CONNMARK xt_connmark xt_CLASSIFY ipt_LOG iptable_nat nf_nat iptable_mangle nfnetlink coretemp hwmon_vid nfs lockd fscache nfs_acl auth_rpcgss sunrpc cpufreq_ondemand acpi_cpufreq ip6t_REJECT nf_conntrack_ipv6 ip6table_filter ip6_tables ipv6 dm_multipath uinput snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_ice1712 snd_ice17xx_ak4xxx snd_ak4xxx_adda snd_seq_dummy snd_cs8427 snd_ac97_codec iTCO_wdt snd_seq_oss snd_seq_midi_event snd_seq snd_pcm_oss snd_mixer_oss snd_pcm iTCO_vendor_support ac97_bus snd_i2c snd_mpu401_uart snd_rawmidi snd_seq_device snd_timer i2c_i801 snd ohci1394 snd_page_alloc soundcore asus_atk0110 joydev sky2 serio_raw sata_sil24 radeon ttm drm_kms_helper drm i2c_algo_bit i2c_core [last unloaded: microcode] Pid: 2718, comm: gvfs-gdu-volume Tainted: G D 2.6.33.6-147.rt23.3.fc12.ccrma.i686.rt #1 P5K/EPU/P5K/EPU EIP: 0060:[<c045ec5a>] EFLAGS: 00200202 CPU: 2 EIP is at smp_call_function_many+0x16b/0x175 EAX: 00200296 EBX: c360353c ECX: 00000004 EDX: 00000020 ESI: 00000002 EDI: c3603554 EBP: f18c7c90 ESP: f18c7c78 DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068 preempt:00010003 Process gvfs-gdu-volume (pid: 2718, ti=f18c6000 task=f214f0b0 task.ti=f18c6000) Stack: 014ad48f 00000000 c0423a7a f18c6000 c0423a7a 00000224 f18c7ca0 c045ec8a <0> 00000001 00000000 f18c7cb4 c043d731 00000246 00000020 00000224 f18c7cbc <0> c04239e8 f18c7d58 c04ad6ad 00000000 00000021 00000225 00000226 00000227 Call Trace: [<c0423a7a>] ? do_flush_tlb_all+0x0/0x37 [<c0423a7a>] ? do_flush_tlb_all+0x0/0x37 [<c045ec8a>] ? smp_call_function+0x26/0x43 [<c043d731>] ? on_each_cpu+0x1b/0x4c [<c04239e8>] ? flush_tlb_all+0x14/0x16 [<c04ad6ad>] ? pkmap_get_free+0x146/0x188 [<c04ad702>] ? pkmap_insert+0x13/0x108 [<c04ad823>] ? kmap_high+0x2c/0x33 [<c0424605>] ? kmap+0x4b/0x5a [<c041fa66>] ? kmap_atomic_func+0x16/0x18 [<c04b0a25>] ? handle_mm_fault+0xb4/0x7d1 [<c056e902>] ? avc_has_perm+0x3c/0x46 [<c0783ccb>] ? do_page_fault+0x29d/0x2b3 [<c0783a2e>] ? do_page_fault+0x0/0x2b3 [<c0781db7>] ? error_code+0x73/0x78 [<c049bacb>] ? file_read_actor+0x28/0xda [<c049d3ca>] ? generic_file_aio_read+0x340/0x519 [<c04c9896>] ? do_sync_read+0x87/0xc2 [<c0569a84>] ? security_file_permission+0xf/0x11 [<c04c9969>] ? rw_verify_area+0x98/0xbb [<c04c980f>] ? do_sync_read+0x0/0xc2 [<c04c9eb8>] ? vfs_read+0x7d/0xdc [<c04d08d9>] ? path_put+0x15/0x18 [<c04c9fab>] ? sys_read+0x3b/0x5d [<c040321f>] ? sysenter_do_call+0x12/0x28 Code: c0 89 c2 b8 88 61 94 c0 89 59 04 e8 f7 27 32 00 0f ae f0 89 f6 89 f8 ff 15 e8 4c 97 c0 80 7d eb 00 75 04 eb 08 f3 90 f6 43 10 01 <75> f8 8d 65 f4 5b 5e 5f 5d c3 55 89 e5 53 89 e3 81 e3 00 e0 ff Call Trace: [<c0423a7a>] ? do_flush_tlb_all+0x0/0x37 [<c0423a7a>] ? do_flush_tlb_all+0x0/0x37 [<c045ec8a>] smp_call_function+0x26/0x43 [<c043d731>] on_each_cpu+0x1b/0x4c [<c04239e8>] flush_tlb_all+0x14/0x16 [<c04ad6ad>] pkmap_get_free+0x146/0x188 [<c04ad702>] pkmap_insert+0x13/0x108 [<c04ad823>] kmap_high+0x2c/0x33 [<c0424605>] kmap+0x4b/0x5a [<c041fa66>] kmap_atomic_func+0x16/0x18 [<c04b0a25>] handle_mm_fault+0xb4/0x7d1 [<c056e902>] ? avc_has_perm+0x3c/0x46 [<c0783ccb>] do_page_fault+0x29d/0x2b3 [<c0783a2e>] ? do_page_fault+0x0/0x2b3 [<c0781db7>] error_code+0x73/0x78 [<c049bacb>] ? file_read_actor+0x28/0xda [<c049d3ca>] generic_file_aio_read+0x340/0x519 [<c04c9896>] do_sync_read+0x87/0xc2 [<c0569a84>] ? security_file_permission+0xf/0x11 [<c04c9969>] ? rw_verify_area+0x98/0xbb [<c04c980f>] ? do_sync_read+0x0/0xc2 [<c04c9eb8>] vfs_read+0x7d/0xdc [<c04d08d9>] ? path_put+0x15/0x18 [<c04c9fab>] sys_read+0x3b/0x5d [<c040321f>] sysenter_do_call+0x12/0x28 BUG: soft lockup - CPU#3 stuck for 61s! [gnome-keyring-d:2595] Modules linked in: fuse autofs4 act_police cls_flow cls_fw cls_u32 sch_htb sch_hfsc sch_ingress sch_sfq xt_time xt_connlimit xt_realm iptable_raw xt_comment xt_recent xt_policy ipt_ULOG ipt_REDIRECT ipt_NETMAP ipt_MASQUERADE ipt_ECN ipt_ecn ipt_CLUSTERIP ipt_ah ipt_addrtype nf_nat_tftp nf_nat_snmp_basic nf_nat_sip nf_nat_pptp nf_nat_proto_gre nf_nat_irc nf_nat_h323 nf_nat_ftp nf_nat_amanda ts_kmp nf_conntrack_amanda nf_conntrack_sane nf_conntrack_tftp nf_conntrack_sip nf_conntrack_proto_sctp nf_conntrack_pptp nf_conntrack_proto_gre nf_conntrack_netlink nf_conntrack_netbios_ns nf_conntrack_irc nf_conntrack_h323 nf_conntrack_ftp xt_TPROXY nf_tproxy_core xt_tcpmss xt_pkttype xt_physdev xt_owner xt_NFQUEUE xt_NFLOG nfnetlink_log xt_multiport xt_MARK xt_mark xt_mac xt_limit xt_length xt_iprange xt_helper xt_hashlimit xt_DSCP xt_dscp xt_dccp xt_CONNMARK xt_connmark xt_CLASSIFY ipt_LOG iptable_nat nf_nat iptable_mangle nfnetlink coretemp hwmon_vid nfs lockd fscache nfs_acl auth_rpcgss sunrpc cpufreq_ondemand acpi_cpufreq ip6t_REJECT nf_conntrack_ipv6 ip6table_filter ip6_tables ipv6 dm_multipath uinput snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_ice1712 snd_ice17xx_ak4xxx snd_ak4xxx_adda snd_seq_dummy snd_cs8427 snd_ac97_codec iTCO_wdt snd_seq_oss snd_seq_midi_event snd_seq snd_pcm_oss snd_mixer_oss snd_pcm iTCO_vendor_support ac97_bus snd_i2c snd_mpu401_uart snd_rawmidi snd_seq_device snd_timer i2c_i801 snd ohci1394 snd_page_alloc soundcore asus_atk0110 joydev sky2 serio_raw sata_sil24 radeon ttm drm_kms_helper drm i2c_algo_bit i2c_core [last unloaded: microcode] Modules linked in: fuse autofs4 act_police cls_flow cls_fw cls_u32 sch_htb sch_hfsc sch_ingress sch_sfq xt_time xt_connlimit xt_realm iptable_raw xt_comment xt_recent xt_policy ipt_ULOG ipt_REDIRECT ipt_NETMAP ipt_MASQUERADE ipt_ECN ipt_ecn ipt_CLUSTERIP ipt_ah ipt_addrtype nf_nat_tftp nf_nat_snmp_basic nf_nat_sip nf_nat_pptp nf_nat_proto_gre nf_nat_irc nf_nat_h323 nf_nat_ftp nf_nat_amanda ts_kmp nf_conntrack_amanda nf_conntrack_sane nf_conntrack_tftp nf_conntrack_sip nf_conntrack_proto_sctp nf_conntrack_pptp nf_conntrack_proto_gre nf_conntrack_netlink nf_conntrack_netbios_ns nf_conntrack_irc nf_conntrack_h323 nf_conntrack_ftp xt_TPROXY nf_tproxy_core xt_tcpmss xt_pkttype xt_physdev xt_owner xt_NFQUEUE xt_NFLOG nfnetlink_log xt_multiport xt_MARK xt_mark xt_mac xt_limit xt_length xt_iprange xt_helper xt_hashlimit xt_DSCP xt_dscp xt_dccp xt_CONNMARK xt_connmark xt_CLASSIFY ipt_LOG iptable_nat nf_nat iptable_mangle nfnetlink coretemp hwmon_vid nfs lockd fscache nfs_acl auth_rpcgss sunrpc cpufreq_ondemand acpi_cpufreq ip6t_REJECT nf_conntrack_ipv6 ip6table_filter ip6_tables ipv6 dm_multipath uinput snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_ice1712 snd_ice17xx_ak4xxx snd_ak4xxx_adda snd_seq_dummy snd_cs8427 snd_ac97_codec iTCO_wdt snd_seq_oss snd_seq_midi_event snd_seq snd_pcm_oss snd_mixer_oss snd_pcm iTCO_vendor_support ac97_bus snd_i2c snd_mpu401_uart snd_rawmidi snd_seq_device snd_timer i2c_i801 snd ohci1394 snd_page_alloc soundcore asus_atk0110 joydev sky2 serio_raw sata_sil24 radeon ttm drm_kms_helper drm i2c_algo_bit i2c_core [last unloaded: microcode] Pid: 2595, comm: gnome-keyring-d Tainted: G D 2.6.33.6-147.rt23.3.fc12.ccrma.i686.rt #1 P5K/EPU/P5K/EPU EIP: 0060:[<c045ec56>] EFLAGS: 00200202 CPU: 3 EIP is at smp_call_function_many+0x167/0x175 EAX: 00200282 EBX: c370353c ECX: 00000004 EDX: 00000020 ESI: 00000003 EDI: c3703554 EBP: f23e5e34 ESP: f23e5e1c DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068 preempt:00010003 Process gnome-keyring-d (pid: 2595, ti=f23e4000 task=f2240d30 task.ti=f23e4000) Stack: 014ad48f 00000000 c0423a7a f23e4000 c0423a7a 00000246 f23e5e44 c045ec8a <0> 00000001 00000000 f23e5e58 c043d731 00000267 00000020 00000246 f23e5e60 <0> c04239e8 f23e5efc c04ad6ad 00000021 00000020 00000247 00000248 00000249 Call Trace: [<c0423a7a>] ? do_flush_tlb_all+0x0/0x37 [<c0423a7a>] ? do_flush_tlb_all+0x0/0x37 [<c045ec8a>] ? smp_call_function+0x26/0x43 [<c043d731>] ? on_each_cpu+0x1b/0x4c [<c04239e8>] ? flush_tlb_all+0x14/0x16 [<c04ad6ad>] ? pkmap_get_free+0x146/0x188 [<c04ad702>] ? pkmap_insert+0x13/0x108 [<c04ad823>] ? kmap_high+0x2c/0x33 [<c0424605>] ? kmap+0x4b/0x5a [<c041fa66>] ? kmap_atomic_func+0x16/0x18 [<c04b0a25>] ? handle_mm_fault+0xb4/0x7d1 [<c044e9f9>] ? autoremove_wake_function+0x0/0x2f [<c0783ccb>] ? do_page_fault+0x29d/0x2b3 [<c0783a2e>] ? do_page_fault+0x0/0x2b3 [<c0781db7>] ? error_code+0x73/0x78 Code: 1d 80 61 94 c0 89 c2 b8 88 61 94 c0 89 59 04 e8 f7 27 32 00 0f ae f0 89 f6 89 f8 ff 15 e8 4c 97 c0 80 7d eb 00 75 04 eb 08 f3 90 <f6> 43 10 01 75 f8 8d 65 f4 5b 5e 5f 5d c3 55 89 e5 53 89 e3 81 Call Trace: [<c0423a7a>] ? do_flush_tlb_all+0x0/0x37 [<c0423a7a>] ? do_flush_tlb_all+0x0/0x37 [<c045ec8a>] smp_call_function+0x26/0x43 [<c043d731>] on_each_cpu+0x1b/0x4c [<c04239e8>] flush_tlb_all+0x14/0x16 [<c04ad6ad>] pkmap_get_free+0x146/0x188 [<c04ad702>] pkmap_insert+0x13/0x108 [<c04ad823>] kmap_high+0x2c/0x33 [<c0424605>] kmap+0x4b/0x5a [<c041fa66>] kmap_atomic_func+0x16/0x18 [<c04b0a25>] handle_mm_fault+0xb4/0x7d1 [<c044e9f9>] ? autoremove_wake_function+0x0/0x2f [<c0783ccb>] do_page_fault+0x29d/0x2b3 [<c0783a2e>] ? do_page_fault+0x0/0x2b3 [<c0781db7>] error_code+0x73/0x78 BUG: soft lockup - CPU#0 stuck for 61s! [rsyslogd:1287] Modules linked in: fuse autofs4 act_police cls_flow cls_fw cls_u32 sch_htb sch_hfsc sch_ingress sch_sfq xt_time xt_connlimit xt_realm iptable_raw xt_comment xt_recent xt_policy ipt_ULOG ipt_REDIRECT ipt_NETMAP ipt_MASQUERADE ipt_ECN ipt_ecn ipt_CLUSTERIP ipt_ah ipt_addrtype nf_nat_tftp nf_nat_snmp_basic nf_nat_sip nf_nat_pptp nf_nat_proto_gre nf_nat_irc nf_nat_h323 nf_nat_ftp nf_nat_amanda ts_kmp nf_conntrack_amanda nf_conntrack_sane nf_conntrack_tftp nf_conntrack_sip nf_conntrack_proto_sctp nf_conntrack_pptp nf_conntrack_proto_gre nf_conntrack_netlink nf_conntrack_netbios_ns nf_conntrack_irc nf_conntrack_h323 nf_conntrack_ftp xt_TPROXY nf_tproxy_core xt_tcpmss xt_pkttype xt_physdev xt_owner xt_NFQUEUE xt_NFLOG nfnetlink_log xt_multiport xt_MARK xt_mark xt_mac xt_limit xt_length xt_iprange xt_helper xt_hashlimit xt_DSCP xt_dscp xt_dccp xt_CONNMARK xt_connmark xt_CLASSIFY ipt_LOG iptable_nat nf_nat iptable_mangle nfnetlink coretemp hwmon_vid nfs lockd fscache nfs_acl auth_rpcgss sunrpc cpufreq_ondemand acpi_cpufreq ip6t_REJECT nf_conntrack_ipv6 ip6table_filter ip6_tables ipv6 dm_multipath uinput snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_ice1712 snd_ice17xx_ak4xxx snd_ak4xxx_adda snd_seq_dummy snd_cs8427 snd_ac97_codec iTCO_wdt snd_seq_oss snd_seq_midi_event snd_seq snd_pcm_oss snd_mixer_oss snd_pcm iTCO_vendor_support ac97_bus snd_i2c snd_mpu401_uart snd_rawmidi snd_seq_device snd_timer i2c_i801 snd ohci1394 snd_page_alloc soundcore asus_atk0110 joydev sky2 serio_raw sata_sil24 radeon ttm drm_kms_helper drm i2c_algo_bit i2c_core [last unloaded: microcode] Modules linked in: fuse autofs4 act_police cls_flow cls_fw cls_u32 sch_htb sch_hfsc sch_ingress sch_sfq xt_time xt_connlimit xt_realm iptable_raw xt_comment xt_recent xt_policy ipt_ULOG ipt_REDIRECT ipt_NETMAP ipt_MASQUERADE ipt_ECN ipt_ecn ipt_CLUSTERIP ipt_ah ipt_addrtype nf_nat_tftp nf_nat_snmp_basic nf_nat_sip nf_nat_pptp nf_nat_proto_gre nf_nat_irc nf_nat_h323 nf_nat_ftp nf_nat_amanda ts_kmp nf_conntrack_amanda nf_conntrack_sane nf_conntrack_tftp nf_conntrack_sip nf_conntrack_proto_sctp nf_conntrack_pptp nf_conntrack_proto_gre nf_conntrack_netlink nf_conntrack_netbios_ns nf_conntrack_irc nf_conntrack_h323 nf_conntrack_ftp xt_TPROXY nf_tproxy_core xt_tcpmss xt_pkttype xt_physdev xt_owner xt_NFQUEUE xt_NFLOG nfnetlink_log xt_multiport xt_MARK xt_mark xt_mac xt_limit xt_length xt_iprange xt_helper xt_hashlimit xt_DSCP xt_dscp xt_dccp xt_CONNMARK xt_connmark xt_CLASSIFY ipt_LOG iptable_nat nf_nat iptable_mangle nfnetlink coretemp hwmon_vid nfs lockd fscache nfs_acl auth_rpcgss sunrpc cpufreq_ondemand acpi_cpufreq ip6t_REJECT nf_conntrack_ipv6 ip6table_filter ip6_tables ipv6 dm_multipath uinput snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_ice1712 snd_ice17xx_ak4xxx snd_ak4xxx_adda snd_seq_dummy snd_cs8427 snd_ac97_codec iTCO_wdt snd_seq_oss snd_seq_midi_event snd_seq snd_pcm_oss snd_mixer_oss snd_pcm iTCO_vendor_support ac97_bus snd_i2c snd_mpu401_uart snd_rawmidi snd_seq_device snd_timer i2c_i801 snd ohci1394 snd_page_alloc soundcore asus_atk0110 joydev sky2 serio_raw sata_sil24 radeon ttm drm_kms_helper drm i2c_algo_bit i2c_core [last unloaded: microcode] Pid: 1287, comm: rsyslogd Tainted: G D 2.6.33.6-147.rt23.3.fc12.ccrma.i686.rt #1 P5K/EPU/P5K/EPU EIP: 0060:[<c045ec56>] EFLAGS: 00000202 CPU: 0 EIP is at smp_call_function_many+0x167/0x175 EAX: 00000292 EBX: c340353c ECX: 00000004 EDX: 00000020 ESI: 00000000 EDI: c3403554 EBP: f4203cd0 ESP: f4203cb8 DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068 preempt:00010003 Process rsyslogd (pid: 1287, ti=f4202000 task=f5ebc170 task.ti=f4202000) Stack: 014ad48f 00000000 c0423a7a f4202000 c0423a7a 00000267 f4203ce0 c045ec8a <0> 00000001 00000000 f4203cf4 c043d731 00000288 00000020 00000267 f4203cfc <0> c04239e8 f4203d98 c04ad6ad 00000020 00000020 00000268 00000269 0000026a Call Trace: [<c0423a7a>] ? do_flush_tlb_all+0x0/0x37 [<c0423a7a>] ? do_flush_tlb_all+0x0/0x37 [<c045ec8a>] ? smp_call_function+0x26/0x43 [<c043d731>] ? on_each_cpu+0x1b/0x4c [<c04239e8>] ? flush_tlb_all+0x14/0x16 [<c04ad6ad>] ? pkmap_get_free+0x146/0x188 [<c04ad702>] ? pkmap_insert+0x13/0x108 [<c04ad823>] ? kmap_high+0x2c/0x33 [<c0424605>] ? kmap+0x4b/0x5a [<c049b6ee>] ? iov_iter_copy_from_user_atomic+0x1d/0x63 [<c049b80d>] ? generic_file_buffered_write+0xd9/0x1b3 [<c049c861>] ? __generic_file_aio_write+0x256/0x287 [<c049c8ef>] ? generic_file_aio_write+0x5d/0xa4 [<c04c97d4>] ? do_sync_write+0x87/0xc2 [<c0432002>] ? pick_next_task_fair+0xb3/0xbb [<c0569a84>] ? security_file_permission+0xf/0x11 [<c04c9969>] ? rw_verify_area+0x98/0xbb [<c04c974d>] ? do_sync_write+0x0/0xc2 [<c04c9d26>] ? vfs_write+0x80/0xdf [<c04c9e19>] ? sys_write+0x3b/0x5d [<c040321f>] ? sysenter_do_call+0x12/0x28 Code: 1d 80 61 94 c0 89 c2 b8 88 61 94 c0 89 59 04 e8 f7 27 32 00 0f ae f0 89 f6 89 f8 ff 15 e8 4c 97 c0 80 7d eb 00 75 04 eb 08 f3 90 <f6> 43 10 01 75 f8 8d 65 f4 5b 5e 5f 5d c3 55 89 e5 53 89 e3 81 Call Trace: [<c0423a7a>] ? do_flush_tlb_all+0x0/0x37 [<c0423a7a>] ? do_flush_tlb_all+0x0/0x37 [<c045ec8a>] smp_call_function+0x26/0x43 [<c043d731>] on_each_cpu+0x1b/0x4c [<c04239e8>] flush_tlb_all+0x14/0x16 [<c04ad6ad>] pkmap_get_free+0x146/0x188 [<c04ad702>] pkmap_insert+0x13/0x108 [<c04ad823>] kmap_high+0x2c/0x33 [<c0424605>] kmap+0x4b/0x5a [<c049b6ee>] iov_iter_copy_from_user_atomic+0x1d/0x63 [<c049b80d>] generic_file_buffered_write+0xd9/0x1b3 [<c049c861>] __generic_file_aio_write+0x256/0x287 [<c049c8ef>] generic_file_aio_write+0x5d/0xa4 [<c04c97d4>] do_sync_write+0x87/0xc2 [<c0432002>] ? pick_next_task_fair+0xb3/0xbb [<c0569a84>] ? security_file_permission+0xf/0x11 [<c04c9969>] ? rw_verify_area+0x98/0xbb [<c04c974d>] ? do_sync_write+0x0/0xc2 [<c04c9d26>] vfs_write+0x80/0xdf [<c04c9e19>] sys_write+0x3b/0x5d [<c040321f>] sysenter_do_call+0x12/0x28 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |