From: Wei Liu <wei.liu2@citrix.com>
To: Eugene Istomin <e.istomin@edss.ee>
Cc: wei.liu2@citrix.com, xen-devel@lists.xen.org
Subject: Re: [Xen-users] kernel 3.9.2 - xen 4.2.2/4.3rc1 => BUG unable to handle kernel paging request netif_poll+0x49c/0xe8
Date: Fri, 17 May 2013 09:59:23 +0100 [thread overview]
Message-ID: <20130517085923.GC14401@zion.uk.xensource.com> (raw)
In-Reply-To: <8511913.uMAmUdIO30@eistomin.edss.local>
Moving discussion to Xen-devel
On Thu, May 16, 2013 at 10:29:56PM +0300, Eugene Istomin wrote:
> Hello,
>
> I tried to use 3.9.2 kernel with xen 4.2.2/4.3rc1 and in both variants leads
> to this error in network-intensive load (such as iperf, 100 nginx parallel
> requests to 1M files and so on):
>
It would be more helpful if you can provide info on your configurations
(Dom0 and DomU), your workload, how to reproduce the bug.
I run iperf and NFS to test Xen network, but never see any crash like
this myself.
> BUG: unable to handle kernel paging request at ffff8800795a3000
> [ 60.246945] IP: [<ffffffffa001a75c>] netif_poll+0x49c/0xe80 [xennet]
> [ 60.246975] PGD a8a067 PUD a9a067 PMD 7fc27067 PTE
> 80100000795a3065
> [ 60.247004] Oops: 0003 [#1] SMP
> [ 60.247020] Modules linked in: af_packet hwmon domctl crc32_pclmul
> crc32c_intel ghash_clmulni_intel aesni_intel ablk_helper cryptd lrw
> aes_x86_64 joydev xts gf128mul autofs4 scsi_dh_emc scsi_dh_alua
> scsi_dh_rdac scsi_dh_hp_sw scsi_dh xenblk cdrom xennet ata_generic
> ata_piix
> [ 60.247144] CPU 0
> [ 60.247154] Pid: 0, comm: swapper/0 Not tainted 3.9.2-1.g04040b9-xen
> #1
> [ 60.247179] RIP: e030:[<ffffffffa001a75c>] [<ffffffffa001a75c>]
> netif_poll+0x49c/0xe80 [xennet]
> ...
Could you provide fuul stack trace? AFAICT there is no netif_poll in Xen
netfront/back.
Presumably this is Dom0 log? (from the domctl module)
>
> We have couple of production hypervisors on 3.4 kernels with high-
> throughput internal network (VM-to-VM in one Dom0), iperf on them is
> working well:
> [ 3] 0.0- 2.0 sec 3357 MBytes 14080 Mbits/sec
> [ 3] 2.0- 4.0 sec 2880 MBytes 12077 Mbits/sec
> [ 3] 4.0- 6.0 sec 2909 MBytes 12202 Mbits/sec
> [ 3] 6.0- 8.0 sec 2552 MBytes 10702 Mbits/sec
> [ 3] 8.0-10.0 sec 3616 MBytes 15166 Mbits/sec
> [ 3] 10.0-12.0 sec 3415 MBytes 14324 Mbits/sec
>
>
> Seems like a kernel bug, is this related to one of this fixes in linux-next or i
> need to create new bugreport?
>
> 1) https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=1aaf6d3d3d1e95f4be07e32dd84aa1c93855fbbd
> 2) https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=9ecd1a75d977e2e8c48139c7d3efed183f898d94
> 3) https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=2810e5b9a7731ca5fce22bfbe12c96e16ac44b6f
> 4) https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=03393fd5cc2b6cdeec32b704ecba64dbb0feae3c
> 5) https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=59ccb4ebbc35e36a3c143f2d1355deb75c2e628f
>
I don't think these patches can fix your problem at first glance.
Wei.
next parent reply other threads:[~2013-05-17 8:59 UTC|newest]
Thread overview: 85+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <8511913.uMAmUdIO30@eistomin.edss.local>
2013-05-17 8:59 ` Wei Liu [this message]
2013-05-17 9:08 ` [Xen-users] kernel 3.9.2 - xen 4.2.2/4.3rc1 => BUG unable to handle kernel paging request netif_poll+0x49c/0xe8 Jan Beulich
2013-05-17 9:37 ` Eugene Istomin
2013-05-17 9:40 ` Eugene Istomin
2013-05-17 10:45 ` Jan Beulich
2013-05-17 12:03 ` Eugene Istomin
2013-05-17 12:25 ` Jan Beulich
2013-05-17 12:30 ` Eugene Istomin
2013-05-17 12:36 ` Jan Beulich
2013-05-17 12:52 ` Eugene Istomin
2013-05-17 13:00 ` Eugene Istomin
2013-05-18 10:06 ` Eugene Istomin
2013-05-20 6:52 ` Eugene Istomin
2013-05-20 8:58 ` Ian Campbell
2013-05-20 9:06 ` Wei Liu
2013-05-20 9:17 ` Eugene Istomin
2013-05-20 9:24 ` Wei Liu
2013-05-21 9:55 ` Jan Beulich
2013-05-21 11:09 ` Eugene Istomin
2013-05-21 11:49 ` Jan Beulich
2013-05-21 16:19 ` Eugene Istomin
2013-05-31 3:37 ` Eugene Istomin
2013-05-31 6:19 ` Jan Beulich
2013-05-31 6:22 ` Eugene Istomin
2013-05-31 8:20 ` Wei Liu
2013-05-21 15:28 ` Wei Liu
2013-05-31 15:47 ` Wei Liu
2013-05-31 16:00 ` Jan Beulich
2013-05-31 16:05 ` Wei Liu
2013-07-04 13:43 ` Dion Kant
2013-07-04 14:18 ` Jan Beulich
2013-07-04 15:01 ` Wei Liu
2013-07-05 9:32 ` [PATCH] xen-netfront: pull on receive skb may need to happen earlier Jan Beulich
2013-07-05 14:53 ` Wei Liu
2013-07-07 1:10 ` David Miller
2013-07-07 1:10 ` David Miller
2013-07-08 9:59 ` Jan Beulich
2013-07-08 12:16 ` Dion Kant
2013-07-08 12:41 ` Jan Beulich
2013-07-08 12:41 ` Jan Beulich
2013-07-08 14:20 ` [Xen-devel] " Jan Beulich
2013-07-08 15:22 ` Eric Dumazet
2013-07-09 7:47 ` Jan Beulich
2013-07-09 7:47 ` Jan Beulich
2013-07-08 15:22 ` Eric Dumazet
2013-07-08 15:48 ` Wei Liu
2013-07-08 15:48 ` [Xen-devel] " Wei Liu
2013-07-09 6:52 ` Jan Beulich
2013-07-09 16:51 ` Wei Liu
2013-07-10 6:58 ` Jan Beulich
2013-07-10 6:58 ` [Xen-devel] " Jan Beulich
2013-07-10 10:04 ` Wei Liu
2013-07-10 10:46 ` Jan Beulich
2013-07-10 10:46 ` [Xen-devel] " Jan Beulich
2013-07-10 12:50 ` Ian Campbell
2013-07-10 12:53 ` Wei Liu
2013-07-10 12:53 ` [Xen-devel] " Wei Liu
2013-07-10 13:58 ` Jan Beulich
2013-07-10 13:58 ` Jan Beulich
2013-07-10 12:50 ` Ian Campbell
2013-07-10 10:04 ` Wei Liu
2013-07-10 13:19 ` [Xen-devel] " Eric Dumazet
2013-07-10 13:19 ` Eric Dumazet
2013-07-09 16:51 ` Wei Liu
2013-07-09 6:52 ` Jan Beulich
2013-07-12 8:32 ` [Xen-devel] " Wei Liu
2013-07-12 8:56 ` Jan Beulich
2013-07-12 8:56 ` [Xen-devel] " Jan Beulich
2013-07-13 11:26 ` Dion Kant
2013-07-13 11:26 ` [Xen-devel] " Dion Kant
2013-07-13 20:17 ` Dion Kant
2013-07-15 6:37 ` Jan Beulich
2013-07-12 8:32 ` Wei Liu
2013-07-08 14:20 ` Jan Beulich
2013-07-08 9:59 ` Jan Beulich
2013-07-05 14:53 ` Wei Liu
2013-07-05 9:32 ` Jan Beulich
2013-07-05 9:36 ` kernel 3.9.2 - xen 4.2.2/4.3rc1 => BUG unable to handle kernel paging request netif_poll+0x49c/0xe8 Jan Beulich
2013-07-05 10:40 ` [Xen-users] " Dion Kant
2013-07-05 10:54 ` Wei Liu
2013-07-05 19:11 ` Dion Kant
2013-07-05 10:56 ` Jan Beulich
2013-07-05 19:46 ` Dion Kant
2013-07-06 13:36 ` Wei Liu
2013-07-08 8:25 ` Jan Beulich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130517085923.GC14401@zion.uk.xensource.com \
--to=wei.liu2@citrix.com \
--cc=e.istomin@edss.ee \
--cc=xen-devel@lists.xen.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.