/openbmc/linux/fs/coda/ |
H A D | pioctl.c | diff 2d8f30380ab8c706f4e0a8f1aaa22b5886e9ac8a Tue Jul 22 08:59:21 CDT 2008 Al Viro <viro@zeniv.linux.org.uk> [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>
|
/openbmc/linux/fs/ |
H A D | utimes.c | diff 2d8f30380ab8c706f4e0a8f1aaa22b5886e9ac8a Tue Jul 22 08:59:21 CDT 2008 Al Viro <viro@zeniv.linux.org.uk> [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>
|
H A D | stat.c | diff 2d8f30380ab8c706f4e0a8f1aaa22b5886e9ac8a Tue Jul 22 08:59:21 CDT 2008 Al Viro <viro@zeniv.linux.org.uk> [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>
|
H A D | xattr.c | diff 2d8f30380ab8c706f4e0a8f1aaa22b5886e9ac8a Tue Jul 22 08:59:21 CDT 2008 Al Viro <viro@zeniv.linux.org.uk> [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>
|
H A D | open.c | diff 2d8f30380ab8c706f4e0a8f1aaa22b5886e9ac8a Tue Jul 22 08:59:21 CDT 2008 Al Viro <viro@zeniv.linux.org.uk> [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>
|
H A D | namespace.c | diff 2d8f30380ab8c706f4e0a8f1aaa22b5886e9ac8a Tue Jul 22 08:59:21 CDT 2008 Al Viro <viro@zeniv.linux.org.uk> [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>
|
H A D | namei.c | diff 2d8f30380ab8c706f4e0a8f1aaa22b5886e9ac8a Tue Jul 22 08:59:21 CDT 2008 Al Viro <viro@zeniv.linux.org.uk> [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>
|
/openbmc/linux/include/linux/ |
H A D | namei.h | diff 2d8f30380ab8c706f4e0a8f1aaa22b5886e9ac8a Tue Jul 22 08:59:21 CDT 2008 Al Viro <viro@zeniv.linux.org.uk> [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>
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | osf_sys.c | diff 2d8f30380ab8c706f4e0a8f1aaa22b5886e9ac8a Tue Jul 22 08:59:21 CDT 2008 Al Viro <viro@zeniv.linux.org.uk> [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>
|