search for: run_timer_softirq

Displaying 20 results from an estimated 52 matches for "run_timer_softirq".

2013 Oct 06
40
[xen] double fault: 0000 [#1] PREEMPT SMP DEBUG_PAGEALLOC
Greetings, I got the below dmesg and the first bad commit is commit cf39c8e5352b4fb9efedfe7e9acb566a85ed847c Merge: 3398d25 23b7eaf Author: Linus Torvalds <torvalds@linux-foundation.org> Date: Wed Sep 4 17:45:39 2013 -0700 Merge tag ''stable/for-linus-3.12-rc0-tag'' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip Pull Xen updates from Konrad
2013 Oct 02
2
Kmemleak: false-positive in vring_add_indirect ?
...fffff814e34b0>] ip6_finish_output+0x90/0xb0 [<ffffffff814e3507>] ip6_output+0x37/0xb0 [<ffffffff815021eb>] igmp6_send+0x2db/0x470 [<ffffffff81502645>] igmp6_timer_handler+0x95/0xa0 [<ffffffff8104b57c>] call_timer_fn+0x2c/0x90 [<ffffffff8104b7ba>] run_timer_softirq+0x1da/0x1f0 [<ffffffff81045721>] __do_softirq+0xd1/0x1b0 May it be that the allocated memory within vring_add_indirect should be marked as kmemleak_ignore(), because it is mapped from a virtual to a physical address and thus kmemleak cannot detect that the memory is actually still being...
2013 Oct 02
2
Kmemleak: false-positive in vring_add_indirect ?
...fffff814e34b0>] ip6_finish_output+0x90/0xb0 [<ffffffff814e3507>] ip6_output+0x37/0xb0 [<ffffffff815021eb>] igmp6_send+0x2db/0x470 [<ffffffff81502645>] igmp6_timer_handler+0x95/0xa0 [<ffffffff8104b57c>] call_timer_fn+0x2c/0x90 [<ffffffff8104b7ba>] run_timer_softirq+0x1da/0x1f0 [<ffffffff81045721>] __do_softirq+0xd1/0x1b0 May it be that the allocated memory within vring_add_indirect should be marked as kmemleak_ignore(), because it is mapped from a virtual to a physical address and thus kmemleak cannot detect that the memory is actually still being...
2006 Feb 19
3
ext3 involved in kernel panic in 2.6.13?
...h contains references to ext3 code. I'm not sure how others manage to get these typed out, but I'm manually typing it from what's on the monitor: Call Trace: <IRQ> <ffffffff802820df>{i8042_interrupt+111} <ffffffff80200080>{commit_timeout+0} <ffffffff8013f143>{run_timer_softirq+387} <ffffffff8013b111>{__do_softirq+113} <ffffffff8010ee63>{call_softirq+31} <ffffffff80110a55>{do_softirq+53} <ffffffff8010e5c8>{apic_timer_interrupt+132} <EOI> <ffffffff801fb8a6>{do_get_write_access+118} <ffffffff801fb88e>{do_get_write_access+94} <ff...
2013 Jan 11
3
[PATCH] virtio: suppress kmemleak false positive
...595ae8>] ip6_finish_output+0x98/0x200 [<ffffffff81595ca1>] ip6_output+0x51/0x1b0 [<ffffffff815b51af>] mld_sendpack+0x19f/0x360 [<ffffffff815b59b4>] mld_ifc_timer_expire+0x194/0x290 [<ffffffff8104b794>] call_timer_fn+0x74/0xf0 [<ffffffff8104bb1b>] run_timer_softirq+0x18b/0x220 [<ffffffff81045f81>] __do_softirq+0xe1/0x1c0 [<ffffffff8160a4fc>] call_softirq+0x1c/0x30 Seems the function vring_add_indirect stores an array of struct vring_desc by using virt_to_phys and kmemleak doesn't track the pointer. The following patch can fix this....
2013 Jan 11
3
[PATCH] virtio: suppress kmemleak false positive
...595ae8>] ip6_finish_output+0x98/0x200 [<ffffffff81595ca1>] ip6_output+0x51/0x1b0 [<ffffffff815b51af>] mld_sendpack+0x19f/0x360 [<ffffffff815b59b4>] mld_ifc_timer_expire+0x194/0x290 [<ffffffff8104b794>] call_timer_fn+0x74/0xf0 [<ffffffff8104bb1b>] run_timer_softirq+0x18b/0x220 [<ffffffff81045f81>] __do_softirq+0xe1/0x1c0 [<ffffffff8160a4fc>] call_softirq+0x1c/0x30 Seems the function vring_add_indirect stores an array of struct vring_desc by using virt_to_phys and kmemleak doesn't track the pointer. The following patch can fix this....
2013 Oct 03
0
Kmemleak: false-positive in vring_add_indirect ?
...nish_output+0x90/0xb0 > [<ffffffff814e3507>] ip6_output+0x37/0xb0 > [<ffffffff815021eb>] igmp6_send+0x2db/0x470 > [<ffffffff81502645>] igmp6_timer_handler+0x95/0xa0 > [<ffffffff8104b57c>] call_timer_fn+0x2c/0x90 > [<ffffffff8104b7ba>] run_timer_softirq+0x1da/0x1f0 > [<ffffffff81045721>] __do_softirq+0xd1/0x1b0 > > May it be that the allocated memory within vring_add_indirect should be marked > as kmemleak_ignore(), because it is mapped from a virtual to a physical > address and thus kmemleak cannot detect that the memory...
2014 Sep 11
3
blk-mq crash under KVM in multiqueue block code (with virtio-blk and ext4)
...65.998224] ([<0000000000000001>] 0x1) [ 65.998227] [<00000000003f17b6>] blk_mq_tag_busy_iter+0x7a/0xc4 [ 65.998228] [<00000000003edcd6>] blk_mq_rq_timer+0x96/0x13c [ 65.999226] [<000000000013ee60>] call_timer_fn+0x40/0x110 [ 65.999230] [<000000000013f642>] run_timer_softirq+0x2de/0x3d0 [ 65.999238] [<0000000000135b70>] __do_softirq+0x124/0x2ac [ 65.999241] [<0000000000136000>] irq_exit+0xc4/0xe4 [ 65.999435] [<000000000010bc08>] do_IRQ+0x64/0x84 [ 66.437533] [<000000000067ccd8>] ext_skip+0x42/0x46 [ 66.437541] [<00000000003ed7...
2014 Sep 11
3
blk-mq crash under KVM in multiqueue block code (with virtio-blk and ext4)
...65.998224] ([<0000000000000001>] 0x1) [ 65.998227] [<00000000003f17b6>] blk_mq_tag_busy_iter+0x7a/0xc4 [ 65.998228] [<00000000003edcd6>] blk_mq_rq_timer+0x96/0x13c [ 65.999226] [<000000000013ee60>] call_timer_fn+0x40/0x110 [ 65.999230] [<000000000013f642>] run_timer_softirq+0x2de/0x3d0 [ 65.999238] [<0000000000135b70>] __do_softirq+0x124/0x2ac [ 65.999241] [<0000000000136000>] irq_exit+0xc4/0xe4 [ 65.999435] [<000000000010bc08>] do_IRQ+0x64/0x84 [ 66.437533] [<000000000067ccd8>] ext_skip+0x42/0x46 [ 66.437541] [<00000000003ed7...
2006 Sep 23
1
dom0 crash while booting from AOE devices
...c_i801 i2c_core pci_hotplug snd_intel8x0 snd_ac97_codec snd_pcm_oss snd_mixer_oss snd_pcm snd_timer snd soundcore snd_page_alloc e1000 floppy unix sd_mod aacraid scsi_mod ext3 jbd dm_mod CPU: 0 EIP: 0061:[<c012cc32>] Tainted: P VLI EFLAGS: 00010012 (2.6.12.6-xen) EIP is at run_timer_softirq+0xa2/0x1c0 eax: 00000000 ebx: 00000000 ecx: f33dbe00 edx: c03f3f0c esi: 00000100 edi: c26deda0 ebp: 00000000 esp: c03f3ef8 ds: 007b es: 007b ss: 0069 Process swapper (pid: 0, threadinfo=c03f2000 task=c0369fc0) Stack: 00000000 c03f3f7c 00000100 c01438a0 c03f2000 f33dbe00 c044926...
2009 Jul 11
1
Samba freezes server when writing 50MB MS Word document (sometimes)
...t;] xfs_bmap_search_extents+0x6f/0x150 [xfs] Jul 3 15:01:44 [..] [apic_timer_interrupt+0x28/0x30] apic_timer_interrupt+0x28/0x30 Jul 3 15:01:44 [..] [<f98a4714>] xfs_bmapi+0x1e4/0x16a0 [xfs] Jul 3 15:01:44 [..] [net_rx_action+0x12d/0x210] net_rx_action+0x12d/0x210 Jul 3 15:01:44 [..] [run_timer_softirq+0x30/0x1e0] run_timer_softirq+0x30/0x1e0 Jul 3 15:01:44 [..] [tick_program_event+0x38/0x60] tick_program_event+0x38/0x60 Jul 3 15:01:44 [..] [__do_softirq+0x82/0x110] __do_softirq+0x82/0x110 Jul 3 15:01:44 [..] [<f98c83c9>] xfs_iomap_eof_want_preallocate+0x149/0x220 [xfs] Jul 3 15:01:4...
2007 Jan 19
2
Installing 4.4 - problem on 386
...s to be relevant: ] >> >> Call Trace: >> cdrom_start_packet_command [code...] >> cdrom_timer_expiry [code] >> ide_do_rw_cdrom [code] >> start_rewuest [code] >> ide_do_request [code] >> ide_timer_expiry [code] >> ide_timer_expiry [code] >> run_timer_softirq [code] >> __do_softirq [code] >> do_softirq [code] >> ============== >> do_IRQ [code] >> common_interrupt [code] >> default_idle [code] >> apm_cpu_idle [code] >> cpu_idle [code] >> start_keernel [code] >> Code: [code] >> <0>Ker...
2016 Feb 19
2
Network hangs after several hours (Centos 6 recently upgraded kernel/glibc)
...ath_fmt+0x46/0x50 Feb 18 05:04:36 kernel: [<ffffffff8144a4fd>] ? dev_watchdog+0x26d/0x280 Feb 18 05:04:36 kernel: [<ffffffff8108b3fd>] ? insert_work+0x6d/0xb0 Feb 18 05:04:36 kernel: [<ffffffff8144a290>] ? dev_watchdog+0x0/0x280 Feb 18 05:04:36 kernel: [<ffffffff8107c7f7>] ? run_timer_softirq+0x197/0x340 Feb 18 05:04:36 kernel: [<ffffffff810a0a10>] ? tick_sched_timer+0x0/0xc0 Feb 18 05:04:36 kernel: [<ffffffff8102ad6d>] ? lapic_next_event+0x1d/0x30 Feb 18 05:04:36 kernel: [<ffffffff81072001>] ? __do_softirq+0xc1/0x1d0 Feb 18 05:04:36 kernel: [<ffffffff81095610>]...
2012 Oct 03
1
PCI Passthrough of NIC
...ff8125e2ff>] ? netdev_drivername+0x3b/0x40 [ 106.816328] [<ffffffff812739a6>] ? dev_watchdog+0xe2/0x194 [ 106.816340] [<ffffffff8100ecf2>] ? check_events+0x12/0x20 [ 106.816349] [<ffffffff8100ec12>] ? xen_vcpuop_set_next_event+0x0/0x60 [ 106.816361] [<ffffffff8105b713>] ? run_timer_softirq+0x1c9/0x268 [ 106.816372] [<ffffffff81054dbf>] ? __do_softirq+0xdd/0x1a6 [ 106.816383] [<ffffffff811f2b5f>] ? __xen_evtchn_do_upcall+0x245/0x28d [ 106.816394] [<ffffffff81012cac>] ? call_softirq+0x1c/0x30 [ 106.816404] [<ffffffff8101422b>] ? do_softirq+0x3f/0x7c [ 106.816414...
2011 Oct 25
1
Page allocation failure
...24851e>] ? __alloc_skb+0x3e/0x15a [488054.896170] [<ffffffff8128b0e7>] ? tcp_delack_timer+0x0/0x1fe [488054.896182] [<ffffffff812880fd>] ? tcp_send_ack+0x23/0xf4 [488054.896193] [<ffffffff8128b275>] ? tcp_delack_timer+0x18e/0x1fe [488054.896207] [<ffffffff8105a5ff>] ? run_timer_softirq+0x1c9/0x268 [488054.896220] [<ffffffff81094a9f>] ? handle_IRQ_event+0x117/0x126 [488054.896234] [<ffffffff81053cab>] ? __do_softirq+0xdd/0x1a6 [488054.896245] [<ffffffff81096154>] ? handle_percpu_irq+0x4e/0x6a [488054.896258] [<ffffffff81011cac>] ? call_softirq+0x1c/0x30...
2013 Jun 28
0
Re: kernel panic in skb_copy_bits
...lt;ffffffff810573fe>] ? account_idle_ticks+0xe/0x10 > >> [<ffffffff81447e10>] ? neigh_alloc+0x180/0x180 > >> [<ffffffff8107dbaa>] call_timer_fn+0x4a/0x110 > >> [<ffffffff81447e10>] ? neigh_alloc+0x180/0x180 > >> [<ffffffff8107f82a>] run_timer_softirq+0x13a/0x220 > >> [<ffffffff81075c39>] __do_softirq+0xb9/0x1d0 > >> [<ffffffff810d9678>] ? handle_percpu_irq+0x48/0x70 > >> [<ffffffff81511d3c>] call_softirq+0x1c/0x30 > >> [<ffffffff810172e5>] do_softirq+0x65/0xa0 > >> [<f...
2016 Feb 19
3
Network hangs after several hours (Centos 6 recently upgraded kernel/glibc)
...;> [<ffffffff8144a4fd>] ? dev_watchdog+0x26d/0x280 Feb 18 05:04:36 >> kernel: [<ffffffff8108b3fd>] ? insert_work+0x6d/0xb0 Feb 18 >> 05:04:36 kernel: [<ffffffff8144a290>] ? dev_watchdog+0x0/0x280 >> Feb 18 05:04:36 kernel: [<ffffffff8107c7f7>] ? >> run_timer_softirq+0x197/0x340 >> Feb 18 05:04:36 kernel: [<ffffffff810a0a10>] ? >> tick_sched_timer+0x0/0xc0 Feb 18 05:04:36 kernel: >> [<ffffffff8102ad6d>] ? lapic_next_event+0x1d/0x30 Feb 18 05:04:36 >> kernel: [<ffffffff81072001>] ? __do_softirq+0xc1/0x1d0 Feb 18 >>...
2012 Oct 01
1
Bug#674907: shifts the clock by 50 minutes unexplicably under a Xen dom0
I have exactly the same problem. I have two cluster nodes HP Proliant DL 580 G5 systems with four quad core Xeon processors. Operating system is debian squeeze. Uname -a: Linux xen-p02 2.6.32-5-xen-amd64 #1 SMP Sun Sep 23 13:49:30 UTC 2012 x86_64 GNU/Linux This is an annoying problem, the system clock in dom0 jumps forward 50 minutes and this cause my cluster node to be fenced and then rebooted.
2013 Oct 04
1
Kmemleak: false-positive in vring_add_indirect ?
...nish_output+0x90/0xb0 > [<ffffffff814e3507>] ip6_output+0x37/0xb0 > [<ffffffff815021eb>] igmp6_send+0x2db/0x470 > [<ffffffff81502645>] igmp6_timer_handler+0x95/0xa0 > [<ffffffff8104b57c>] call_timer_fn+0x2c/0x90 > [<ffffffff8104b7ba>] run_timer_softirq+0x1da/0x1f0 > [<ffffffff81045721>] __do_softirq+0xd1/0x1b0 > > Address gets embedded in a descriptor via virt_to_phys(). See detach_buf, > which frees it: > > if (vq->vring.desc[i].flags & VRING_DESC_F_INDIRECT) > kfree(phys_to_virt(vq-...
2014 Jun 01
0
Divide error in kvm_unlock_kick()
...rq_work_run+0x77/0x9b [<ffffffff810063e2>] smp_irq_work_interrupt+0x2a/0x31 [<ffffffff8158739d>] irq_work_interrupt+0x6d/0x80 [<ffffffff81585336>] ? _raw_spin_unlock_irqrestore+0x41/0x6a [<ffffffff810f5402>] rcu_process_callbacks+0x162/0x486 [<ffffffff810c4140>] ? run_timer_softirq+0x19f/0x1c0 [<ffffffff810be612>] __do_softirq+0xe1/0x1e9 [<ffffffff810be8b7>] irq_exit+0x40/0x87 [<ffffffff810283f1>] smp_apic_timer_interrupt+0x3f/0x4b [<ffffffff81586e9d>] apic_timer_interrupt+0x6d/0x80 <EOI> Code: c5 40 50 87 81 49 8d 44 0d 00 48 8b 30 4c 39 e...