All of lore.kernel.org
 help / color / mirror / Atom feed
* Fwd: Re:  soft lockups of tapdisk2 process - xen 4.4, kernel 3.12.17
@ 2014-04-17  6:52 Eugene Istomin
  2014-04-17  7:43 ` Jan Beulich
  0 siblings, 1 reply; 2+ messages in thread
From: Eugene Istomin @ 2014-04-17  6:52 UTC (permalink / raw)
  To: jbeulich; +Cc: xen-devel

Hello Jan,

can you help in resolving?
Can patches "xen-ipi-per-cpu-irq", "xen-privcmd-hcall-preemption" leads to 
misfolding IPI?

Thanks.

---
Best regards,
Eugene Istomin

----------  Forwarded Message  ----------

Subject: Re: [Xen-devel] soft lockups of tapdisk2 process - xen 4.4, kernel 
3.12.17
Date: Thursday, April 17, 2014, 09:39:27 AM
From: Eugene Istomin <E.Istomin@edss.ee>
To: xen-devel@lists.xen.org

We compare 3.12/3.13/3.14 kernels (keyword - PREEMPT_NEED_RESCHED), 3.12 
haven't any patches for related to PREEMPT_NEED_RESCHED:

3.12 - https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/log/?id=refs%2Ftags%2Fv3.12.17&qt=grep&q=PREEMPT_NEED_RESCHED 

3.13 - https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/log/?id=refs%2Ftags%2Fv3.13.10&qt=grep&q=PREEMPT_NEED_RESCHED 

3.14 - https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/log/?id=refs%2Ftags%2Fv3.14.1&qt=grep&q=kmemleak.c 


What do you think about commit ba1f14fbe70965ae0fb1655a5275a62723f65b77  
(https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/commit/?id=ba1f14fbe70965ae0fb1655a5275a62723f65b77 
)? May this problem related to interrupt handling?

[ 6624.928058] Call Trace:
[ 6624.928058]  [<ffffffff8036d192>] notify_remote_via_ipi+0x82/0xb0
..



---
Best regards,
Eugene Istomin


On Thursday, April 17, 2014 08:11:25 AM Eugene Istomin wrote:

Hello,

after updating from xen 4.3 to xen 4.4 we have strange soft lockups, here is 
log - https://gist.github.com/evis/10953677.

We already disabled c-states in BIOS, kernel (processor.max_cstate=1 
intel_idle.max_cstate=0), dom0 (xenpm set-max-cstate 1). An easy step to 
reproduce in our environment - run 2 VMs with DRBD-backed disk.


What "blktap_run_deferred" in this trace mean and why dom0 needs to call 
"blktap_device_restart"?

force_evtchn_callback+0xe/0x10
blktap_device_restart+0xdf/0xf0 [blktap2]
blktap_run_deferred+0xd1/0xe0 [blktap2]
blktap_ring_ioctl+0x3a5/0x4d0 [blktap2]

Thanks.

---
Best regards,
Eugene Istomin



	

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
-----------------------------------------

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Fwd: Re:  soft lockups of tapdisk2 process - xen 4.4, kernel 3.12.17
  2014-04-17  6:52 Fwd: Re: soft lockups of tapdisk2 process - xen 4.4, kernel 3.12.17 Eugene Istomin
@ 2014-04-17  7:43 ` Jan Beulich
  0 siblings, 0 replies; 2+ messages in thread
From: Jan Beulich @ 2014-04-17  7:43 UTC (permalink / raw)
  To: Eugene Istomin; +Cc: xen-devel

>>> On 17.04.14 at 08:52, <E.Istomin@edss.ee> wrote:
> can you help in resolving?
> Can patches "xen-ipi-per-cpu-irq", "xen-privcmd-hcall-preemption" leads to 
> misfolding IPI?

They're not known to.

But that aside - please report SUSE specific problems on SUSE specific
lists. Albeit - there's no openSUSE around with kernel 3.12.17, so it's
entirely unclear to me what environment you're using. That's probably
the first thing you should state when re-sending your problem report
in the right forum.

Also, pointing to a few upstream Linux things (like you did, quoted
below) without meaningful comments as to what it is you are thinking
or asking isn't very helpful.

Jan

> ----------  Forwarded Message  ----------
> 
> Subject: Re: [Xen-devel] soft lockups of tapdisk2 process - xen 4.4, kernel 
> 3.12.17
> Date: Thursday, April 17, 2014, 09:39:27 AM
> From: Eugene Istomin <E.Istomin@edss.ee>
> To: xen-devel@lists.xen.org 
> 
> We compare 3.12/3.13/3.14 kernels (keyword - PREEMPT_NEED_RESCHED), 3.12 
> haven't any patches for related to PREEMPT_NEED_RESCHED:
> 
> 3.12 - 
> https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/log/?id= 
> refs%2Ftags%2Fv3.12.17&qt=grep&q=PREEMPT_NEED_RESCHED 
> 
> 3.13 - 
> https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/log/?id= 
> refs%2Ftags%2Fv3.13.10&qt=grep&q=PREEMPT_NEED_RESCHED 
> 
> 3.14 - 
> https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/log/?id= 
> refs%2Ftags%2Fv3.14.1&qt=grep&q=kmemleak.c 
> 
> 
> What do you think about commit ba1f14fbe70965ae0fb1655a5275a62723f65b77  
> (https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/commit 
> /?id=ba1f14fbe70965ae0fb1655a5275a62723f65b77 
> )? May this problem related to interrupt handling?
> 
> [ 6624.928058] Call Trace:
> [ 6624.928058]  [<ffffffff8036d192>] notify_remote_via_ipi+0x82/0xb0
> ..
> 
> 
> 
> ---
> Best regards,
> Eugene Istomin
> 
> 
> On Thursday, April 17, 2014 08:11:25 AM Eugene Istomin wrote:
> 
> Hello,
> 
> after updating from xen 4.3 to xen 4.4 we have strange soft lockups, here is 
> 
> log - https://gist.github.com/evis/10953677.
> 
> We already disabled c-states in BIOS, kernel (processor.max_cstate=1 
> intel_idle.max_cstate=0), dom0 (xenpm set-max-cstate 1). An easy step to 
> reproduce in our environment - run 2 VMs with DRBD-backed disk.
> 
> 
> What "blktap_run_deferred" in this trace mean and why dom0 needs to call 
> "blktap_device_restart"?
> 
> force_evtchn_callback+0xe/0x10
> blktap_device_restart+0xdf/0xf0 [blktap2]
> blktap_run_deferred+0xd1/0xe0 [blktap2]
> blktap_ring_ioctl+0x3a5/0x4d0 [blktap2]
> 
> Thanks.
> 
> ---
> Best regards,
> Eugene Istomin
> 
> 
> 
> 	
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org 
> http://lists.xen.org/xen-devel 
> -----------------------------------------

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-04-17  7:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-17  6:52 Fwd: Re: soft lockups of tapdisk2 process - xen 4.4, kernel 3.12.17 Eugene Istomin
2014-04-17  7:43 ` Jan Beulich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.