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 598652 Details for
Bug 840267
Modules compiled in F16 can't be inserted into 3.5-pre kernel
[?]
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]
/tmp/modsign.diff
modsign.patch (text/plain), 644 bytes, created by
David Howells
on 2012-07-17 14:17:00 UTC
(
hide
)
Description:
/tmp/modsign.diff
Filename:
MIME Type:
Creator:
David Howells
Created:
2012-07-17 14:17:00 UTC
Size:
644 bytes
patch
obsolete
>diff --git a/kernel/module-verify.c b/kernel/module-verify.c >index cbee21c..354547a 100644 >--- a/kernel/module-verify.c >+++ b/kernel/module-verify.c >@@ -124,7 +124,9 @@ do { if (unlikely(!(X))) { line = __LINE__; goto symcheck_error; } } while (0) > * example). > */ > seccheck(section->sh_offset >= hdr->e_ehsize); >- seccheck((section->sh_offset & (section->sh_addralign - 1)) == 0); >+ if (section->sh_addralign > 1) >+ seccheck((section->sh_offset & >+ (section->sh_addralign - 1)) == 0); > seccheck(section->sh_offset <= size); > if (section->sh_type != SHT_NOBITS) > seccheck(section->sh_size <= size - section->sh_offset);
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 840267
:
598285
| 598652