Home
last modified time | relevance | path

Searched hist:"2 d8f30380ab8c706f4e0a8f1aaa22b5886e9ac8a" (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/fs/coda/
H A Dpioctl.cdiff 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 Dutimes.cdiff 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 Dstat.cdiff 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 Dxattr.cdiff 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 Dopen.cdiff 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 Dnamespace.cdiff 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 Dnamei.cdiff 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 Dnamei.hdiff 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 Dosf_sys.cdiff 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>