* [PATCH 2/3] remove verify_area() - remove or edit references to verify_area in Documentation/
@ 2005-08-29 21:25 Jesper Juhl
0 siblings, 0 replies; only message in thread
From: Jesper Juhl @ 2005-08-29 21:25 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-kernel
Remove (or edit) remaining references to the now dead verify_area() function
from files in Documentation/.
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
---
Documentation/cdrom/sonycd535 | 3 ++-
Documentation/exception.txt | 2 +-
Documentation/feature-removal-schedule.txt | 8 --------
3 files changed, 3 insertions(+), 10 deletions(-)
diff -upr -X ./linux-2.6.13/Documentation/dontdiff linux-2.6.13-orig/Documentation/feature-removal-schedule.txt linux-2.6.13/Documentation/feature-removal-schedule.txt
--- linux-2.6.13-orig/Documentation/feature-removal-schedule.txt 2005-08-29 01:41:01.000000000 +0200
+++ linux-2.6.13/Documentation/feature-removal-schedule.txt 2005-08-29 03:37:36.000000000 +0200
@@ -74,14 +74,6 @@ Who: Paul E. McKenney <paulmck@us.ibm.co
---------------------------
-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
diff -upr -X ./linux-2.6.13/Documentation/dontdiff linux-2.6.13-orig/Documentation/cdrom/sonycd535 linux-2.6.13/Documentation/cdrom/sonycd535
--- linux-2.6.13-orig/Documentation/cdrom/sonycd535 2005-08-29 01:41:01.000000000 +0200
+++ linux-2.6.13/Documentation/cdrom/sonycd535 2005-08-29 03:36:21.000000000 +0200
@@ -68,7 +68,8 @@ it a better device citizen. Further tha
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
diff -upr -X ./linux-2.6.13/Documentation/dontdiff linux-2.6.13-orig/Documentation/exception.txt linux-2.6.13/Documentation/exception.txt
--- linux-2.6.13-orig/Documentation/exception.txt 2005-08-29 01:41:01.000000000 +0200
+++ linux-2.6.13/Documentation/exception.txt 2005-08-29 03:37:19.000000000 +0200
@@ -7,7 +7,7 @@ To protect itself the kernel has to veri
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-08-29 21:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-08-29 21:25 [PATCH 2/3] remove verify_area() - remove or edit references to verify_area in Documentation/ Jesper Juhl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome