|
|
Subscribe / Log in / New account

[PATCH] add note about verify_area removal to Documentation/feature-removal-schedule.txt

From:  Jesper Juhl <juhl-lkml@dif.dk>
To:  Andrew Morton <akpm@osdl.org>
Subject:  [PATCH] add note about verify_area removal to Documentation/feature-removal-schedule.txt
Date:  Mon, 13 Jun 2005 22:26:23 +0200 (CEST)
Cc:  linux-kernel@vger.kernel.org

Add note about the soon-to-come removal of verify_area() to 
Documentation/feature-removal-schedule.txt, so it can be clearly 
deprecated *and* documented to go away real-soon-now in 2.6.12 (if there's 
time to push it to Linus before 2.6.12 hits).

This was already in -mm earlier, but some duplicate patch submission 
(error on my part) caused it to be messed up and then removed.


Signed-off-by: Jesper Juhl <juhl-lkml@dif.dk>
---

 Documentation/feature-removal-schedule.txt |    8 ++++++++
 1 files changed, 8 insertions(+)

--- linux-2.6.12-rc6-mm1-orig/Documentation/feature-removal-schedule.txt	2005-06-12
15:58:39.000000000 +0200
+++ linux-2.6.12-rc6-mm1/Documentation/feature-removal-schedule.txt	2005-06-13 22:20:30.000000000
+0200
@@ -100,3 +100,11 @@
 Files:	kernel/panic.c
 Why:	No modular usage in the kernel.
 Who:	Adrian Bunk <bunk@stusta.de>
+
+---------------------------
+
+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>





Copyright © 2005, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds