linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][0/4] let's kill verify_area
@ 2005-01-07  1:18 Jesper Juhl
  2005-01-07  1:26 ` Andrew Morton
  0 siblings, 1 reply; 5+ messages in thread
From: Jesper Juhl @ 2005-01-07  1:18 UTC (permalink / raw)
  To: linux-kernel; +Cc: Andrew Morton


verify_area() if just a wrapper for access_ok() (or similar function or 
dummy function) for all arch's. I say it's time we just get rid of it as 
it no longer serves any purpose and it's easy to convert to access_ok. 
Converting all users may take some time, so initially deprecate it (which 
will get the janitors attention as well as maintainers and ordinary users) 
and then when all users of the function are converted we can kill it and 
all comments related to it.

The following patches deprecate the function for all arch's and then do a 
few initial conversions just to get things moving.

Comments are welcome.


-- 
Jesper Juhl

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-01-09  1:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-07  1:18 [PATCH][0/4] let's kill verify_area Jesper Juhl
2005-01-07  1:26 ` Andrew Morton
2005-01-07  1:49   ` Jesper Juhl
2005-01-07  1:56     ` Andrew Morton
2005-01-09  1:20       ` Jesper Juhl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).