Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7402
b: refs/heads/master
c: 720a845
h: refs/heads/master
v: v3
  • Loading branch information
Jesper Juhl authored and Linus Torvalds committed Sep 7, 2005
1 parent 61595db commit 0b4faf9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 97de50c0add1e8f3b4e764c66a13c07235fee631
refs/heads/master: 720a845911097cea1394fe7abb2c9efa76e32715
3 changes: 2 additions & 1 deletion trunk/Documentation/cdrom/sonycd535
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ it a better device citizen. Further thanks to Joel Katz
Porfiri Claudio <C.Porfiri@nisms.tei.ericsson.se> for patches
to make the driver work with the older CDU-510/515 series, and
Heiko Eissfeldt <heiko@colossus.escape.de> for pointing out that
the verify_area() checks were ignoring the results of said checks.
the verify_area() checks were ignoring the results of said checks
(note: verify_area() has since been replaced by access_ok()).

(Acknowledgments from Ron Jeppesen in the 0.3 release:)
Thanks to Corey Minyard who wrote the original CDU-31A driver on which
Expand Down
2 changes: 1 addition & 1 deletion trunk/Documentation/exception.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ To protect itself the kernel has to verify this address.

In older versions of Linux this was done with the
int verify_area(int type, const void * addr, unsigned long size)
function.
function (which has since been replaced by access_ok()).

This function verified that the memory area starting at address
addr and of size size was accessible for the operation specified
Expand Down
8 changes: 0 additions & 8 deletions trunk/Documentation/feature-removal-schedule.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,6 @@ Who: Paul E. McKenney <paulmck@us.ibm.com>

---------------------------

What: remove verify_area()
When: July 2006
Files: Various uaccess.h headers.
Why: Deprecated and redundant. access_ok() should be used instead.
Who: Jesper Juhl <juhl-lkml@dif.dk>

---------------------------

What: IEEE1394 Audio and Music Data Transmission Protocol driver,
Connection Management Procedures driver
When: November 2005
Expand Down

0 comments on commit 0b4faf9

Please sign in to comment.