Bug 137828
Summary: | kernel unaligned access | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 3 | Reporter: | satish <ksatishv> |
Component: | kernel | Assignee: | Ernie Petrides <petrides> |
Status: | CLOSED NOTABUG | QA Contact: | Brian Brock <bbrock> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 3.0 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | ia64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2004-11-03 21:05:24 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: |
Description
satish
2004-11-01 21:00:16 UTC
Is there way in which to prevent the message from appearing on console ?. I looked at the kernel sources and it looks like user level programs can use the sysctl to prevent thise. In the kernel there's no way to prevent these warnings from coming. Is there any particular reason why it's forced on users this way ? There is no current way to suppress messages caused by unaligned accesses from kernel mode. The reason that this has been "forced on users this way" is because these scenarios represent kernel bugs, which should be fixed. We might in the future provide a mechanism to suppress these messages (although this would not be the default case). But for now, you'll need to fix your driver. |