Bug 646384
Summary: | kernel BUG at mm/migrate.c:113! | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Qian Cai <qcai> |
Component: | kernel | Assignee: | Andrea Arcangeli <aarcange> |
Status: | CLOSED ERRATA | QA Contact: | Caspar Zhang <czhang> |
Severity: | urgent | Docs Contact: | |
Priority: | urgent | ||
Version: | 6.0 | CC: | aarcange, czhang, dhoward, fhrbata, plyons, qcai, syeghiay, tburke |
Target Milestone: | rc | Keywords: | Regression, ZStream |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | kernel-2.6.32-81.el6 | Doc Type: | Bug Fix |
Doc Text: |
Running certain workload tests on a Non-Uniform Memory Architecture (NUMA) system could cause kernel panic at mm/migrate.c:113. This was due to a false positive BUG_ON. With this update, the false positive BUG_ON has been removed.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2011-05-19 12:01:44 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: | 580951 | ||
Bug Blocks: | 647391 |
Description
Qian Cai
2010-10-25 09:42:48 UTC
Fix posted to rhkernel-list with Message-ID: <20101025173439.GM910> I removed the false positive BUG_ON and introduced one new VM_BUG_ON in a s/!pmd_present/pmd_none/ related place, the VM_BUG_ON introduced will be converted to BUG_ON to exercise it in the build that I will provide to QA. The build system I use has disk full problem, as soon as it's fixed I'll provide a build with patch included. Thanks! Build with fix in comment #3 included (with VM_BUG_ON converted to BUG_ON) here: http://brewweb.devel.redhat.com/brew/taskinfo?taskID=2850419 This request was evaluated by Red Hat Product Management for inclusion in a Red Hat Enterprise Linux maintenance release. Product Management has requested further review of this request by Red Hat Engineering, for potential inclusion in a Red Hat Enterprise Linux Update release for currently deployed products. This request is not yet committed for inclusion in an Update release. Patch(es) available on kernel-2.6.32-82.el6 Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: Running certain workload tests on a Non-Uniform Memory Architecture (NUMA) system could cause kernel panic at mm/migrate.c:113. This was due to a false positive BUG_ON. With this update, the false positive BUG_ON has been removed. An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHSA-2011-0542.html |