Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 75527 Details for
Bug 115176
rt2570 doesn't work anymore with kernel >=2.6.14-gentoo-r2 becaus of unknown symbol verify_area
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
verify-write patch
verify-write-api-change.patch (text/plain), 669 bytes, created by
Steev Klimaszewski (RETIRED)
on 2005-12-25 14:18:52 UTC
(
hide
)
Description:
verify-write patch
Filename:
MIME Type:
Creator:
Steev Klimaszewski (RETIRED)
Created:
2005-12-25 14:18:52 UTC
Size:
669 bytes
patch
obsolete
>diff -Nru rt2570-1.1.0+cvs20050930.orig/Module/rtusb_info.c rt2570-1.1.0+cvs20050930.patched/Module/rtusb_info.c >--- rt2570-1.1.0+cvs20050930.orig/Module/rtusb_info.c 2005-10-17 23:11:47.000000000 +1000 >+++ rt2570-1.1.0+cvs20050930.patched/Module/rtusb_info.c 2005-10-18 00:52:54.000000000 +1000 >@@ -4150,7 +4150,7 @@ > > case SIOCGIWPRIV: > if (wrq->u.data.pointer) { >- if ( verify_area(VERIFY_WRITE, wrq->u.data.pointer, sizeof(privtab)) ) >+ if ( access_ok(VERIFY_WRITE, wrq->u.data.pointer, sizeof(privtab)) ) > break; > wrq->u.data.length = sizeof(privtab) / sizeof(privtab[0]); > if (copy_to_user(wrq->u.data.pointer, privtab, sizeof(privtab)))
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 115176
:
75527
|
75574