Bug 467093
| Summary: | kernel warning when booting XO | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Bryan Kearney <bkearney> |
| Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | cebbert, dcantrell, jlaska, jpechane, kernel-maint, lmacken, tcallawa |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | NEEDSRETESTING | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-11-13 16:10:29 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: | 461806, 466414 | ||
|
Description
Bryan Kearney
2008-10-15 17:45:52 UTC
arch/x86/mm/pageattr.c:
/* Ensure we are PAGE_SIZE aligned */
if (addr & ~PAGE_MASK) {
addr &= PAGE_MASK;
/*
* People should not be passing in unaligned addresses:
*/
WARN_ON_ONCE(1);
}
Assuming this is on freeing the ramdisk (whichit looks like), it looks like the ramdisk address is page aligned to me. *** Bug 470182 has been marked as a duplicate of this bug. *** *** Bug 470347 has been marked as a duplicate of this bug. *** Aha, no it wasn't. I've updated http://katzj.fedorapeople.org/olpc/livecd-iso-to-disk.sh -- if you try it now, can you confirm that you don't see this warning anymore? It seems to do the trick for me. Can somebody please re-test this so that we can confirm the fix? After several reboots ... not seeing this as of a livecd-creator built image from today. James, that was using jeremy's livecd-iso-to-disk right? If so, this needs to be re-opened until a package with that change is tagged. yeah, I grabbed a livecd-iso-to-disk.sh this morning and built a new Live image this morning. # md5sum /tmp/livecd-iso-to-disk.sh 6dc19fe6ed50ea70b7568ba193cdff5a /tmp/livecd-iso-to-disk.sh Apologies ... it slipped my mind that the script (http://katzj.fedorapeople.org/olpc/livecd-iso-to-disk.sh) wasn't yet added to livecd-tools. Should we re-assign this to livecd-tools? Thanks for the verification jlaska. Pushed changes to the livecd-tools repo and I'm intending to get a release and build of it done tonight (changes are almost entirely livecd-iso-to-disk changes) And livecd-tools built |