Bug 37732
Summary: | intel-kvm/ksmd gp fault after some page scan changes in /sys/kernel/mm/ksm/ | ||
---|---|---|---|
Product: | Virtualization | Reporter: | Konstantin (kon) |
Component: | kvm | Assignee: | virtualization_kvm |
Status: | RESOLVED INSUFFICIENT_DATA | ||
Severity: | normal | CC: | alan, avi |
Priority: | P1 | ||
Hardware: | x86-64 | ||
OS: | Linux | ||
Kernel Version: | 2.6.38.5 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Konstantin
2011-06-17 06:12:16 UTC
2b: 48 8b 00 mov (%rax),%rax RAX: 00008804530057f8 The high 16 bits of RAX are clear. Please re-run with the kernel parameter slub_debug=ZFPU and report (assuming CONFIG_SLUB=y) Are you using netfilter? Likely a duplicate of https://bugzilla.kernel.org/show_bug.cgi?id=27052 and of http://www.spinics.net/lists/kvm/msg55556.html. RAX should contain ffff8804530057f8 right? If so then i understand the gp fault here :-) ... a bit Yes i use netfilter to forward traffic to and from vm's. Is it possible that the RCU subsystem is involved cause netfilter use it? I will try again with slub_debug=ZFPU and report as soon as possible. But first i have to setup a dev box todo this. Now this server is running with 2.6.38.8. (In reply to comment #2) This machine is using SLAB not SLUB. Please reconfigure using SLUB and run the tests. We don't suspect SLUB; rather we want to use its debug capabilities. |