Bug 518022
Summary: | 2.6.31 virtio_net oops in skb_copy_from_linear_data_offset() | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | James Laska <jlaska> |
Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | rawhide | CC: | herbert.xu, itamar, jturner, kernel-maint, markmc, mtosatti, virt-maint |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | kernel-2.6.31-0.200.rc8.git2.fc12 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2009-09-03 14:42:30 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 498968 |
Description
James Laska
2009-08-18 14:00:59 UTC
Oh dear, this is new. It's nothing to do with the other NFS issues we're having in libvirt Looks identical to http://www.kerneloops.org/raw.php?rawid=642150 Pity it's not reproducible Could be a pvmmu issue perhaps? The bogus pointer (fffb680c) comes from EDI, which is supplied by the sunrpc code. So it doesn't appear to be a virtio-net or even general networking problem. As the only report appears with KVM, I agree with you that perhaps it's a KVM MM issue. Justin has just committed this patch from Marcelo http://patchwork.kernel.org/patch/43695/ * Thu Sep 03 2009 Justin M.Forbes <jforbes> - Fix xen guest with stack protector. (#508120) - Small kvm fixes. |