Al Viro
2d8f30380a
[PATCH] sanitize __user_walk_fd() et.al.
...
* do not pass nameidata; struct path is all the callers want.
* switch to new helpers:
user_path_at(dfd, pathname, flags, &path)
user_path(pathname, &path)
user_lpath(pathname, &path)
user_path_dir(pathname, &path) (fail if not a directory)
The last 3 are trivial macro wrappers for the first one.
* remove nameidata in callers.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2008-07-26 20:53:34 -04:00
..
2008-04-17 10:42:34 -04:00
2008-04-29 08:06:29 -07:00
2007-06-01 08:18:29 -07:00
2006-10-08 12:32:36 -07:00
2006-10-08 12:32:36 -07:00
2008-02-07 08:42:25 -08:00
2006-10-08 12:32:36 -07:00
2008-06-26 11:24:35 +02:00
2007-04-17 16:36:27 -07:00
2006-10-08 12:32:36 -07:00
2008-06-20 16:46:10 -07:00
2008-04-28 08:58:27 -07:00
2008-04-28 08:58:27 -07:00
2006-10-08 12:32:36 -07:00
2007-10-16 09:43:03 -07:00
2007-05-02 19:02:35 -07:00
2007-05-02 19:02:35 -07:00
2007-12-17 19:28:16 -08:00
2006-10-08 12:32:36 -07:00
2007-12-17 19:28:16 -08:00
2007-12-17 19:28:16 -08:00
2005-04-16 15:20:36 -07:00
2006-06-30 19:25:36 +02:00
2007-07-26 11:11:57 -07:00
2008-05-16 17:22:20 -04:00
2005-04-16 15:20:36 -07:00
2006-10-11 11:17:07 -07:00
2006-10-08 12:32:35 -07:00
2006-10-08 12:32:35 -07:00
2006-10-08 12:32:35 -07:00
2006-10-08 12:32:35 -07:00
2008-06-05 15:18:30 +02:00
2007-12-17 19:28:16 -08:00
2008-04-17 10:42:34 -04:00
2008-04-28 08:58:27 -07:00
2005-04-16 15:20:36 -07:00
2008-07-26 20:53:34 -04:00
2005-04-16 15:20:36 -07:00
2008-04-28 08:58:27 -07:00
2008-02-05 09:44:21 -08:00
2008-06-20 16:46:10 -07:00
2008-06-26 11:24:38 +02:00
2007-06-01 08:18:29 -07:00
2007-10-16 09:43:03 -07:00
2008-02-08 09:22:38 -08:00
2007-05-30 10:07:54 -07:00
2006-06-30 19:25:36 +02:00
2005-04-16 15:20:36 -07:00
2008-06-26 11:24:38 +02:00
2008-04-28 08:58:27 -07:00
2007-07-16 09:05:37 -07:00
2008-04-28 08:58:27 -07:00
2006-10-08 12:32:35 -07:00
2007-06-01 08:18:29 -07:00
2006-10-08 12:32:35 -07:00
2006-10-08 12:32:35 -07:00
2006-10-08 12:32:36 -07:00
2008-04-28 08:58:27 -07:00
2006-12-07 08:39:26 -08:00
2006-10-08 12:32:36 -07:00
2008-04-24 08:35:46 -07:00
2007-04-17 16:36:27 -07:00
2007-04-17 16:36:27 -07:00
2006-07-31 13:28:38 -07:00
2006-10-08 12:32:35 -07:00
2008-04-28 08:58:27 -07:00
2008-04-28 08:58:27 -07:00
2007-04-17 16:36:27 -07:00
2006-10-08 12:32:35 -07:00
2007-08-11 15:47:42 -07:00
2006-10-08 12:32:35 -07:00
2008-02-05 09:44:07 -08:00
2008-02-13 13:29:25 -08:00
2008-06-20 16:46:10 -07:00
2008-07-04 10:40:09 -07:00