Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 309761 Details for
Bug 452004
gfs2: BUG: unable to handle kernel paging request at ffff81002690e000
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to fix the problem
452004.patch (text/plain), 562 bytes, created by
Robert Peterson
on 2008-06-18 16:45:05 UTC
(
hide
)
Description:
Patch to fix the problem
Filename:
MIME Type:
Creator:
Robert Peterson
Created:
2008-06-18 16:45:05 UTC
Size:
562 bytes
patch
obsolete
>diff -pur a/fs/gfs2/rgrp.c b/fs/gfs2/rgrp.c >--- a/fs/gfs2/rgrp.c 2008-06-16 12:14:46.000000000 -0500 >+++ b/fs/gfs2/rgrp.c 2008-06-18 11:46:26.000000000 -0500 >@@ -186,7 +186,7 @@ ulong_aligned: > depending on architecture. I've experimented with several ways > of writing this section such as using an else before the goto > but this one seems to be the fastest. */ >- while ((unsigned char *)plong < end - 1) { >+ while ((unsigned char *)plong < end - sizeof(unsigned long)) { > prefetch(plong + 1); > if (((*plong) & LBITMASK) != lskipval) > break;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 452004
: 309761 |
310194