]> git.baikalelectronics.ru Git - kernel.git/commit
fs/compat: fix lookup_dcookie() parameter handling
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Wed, 29 Jan 2014 22:05:46 +0000 (14:05 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 30 Jan 2014 00:22:40 +0000 (16:22 -0800)
commit872a6f36e5964f514a8dbc7e92c3295f8a230a70
tree7f52af4737d5435e87a25e767d04de33223fccc5
parentd6f18c8b366d0666fdc17064eb8b840ae66ca386
fs/compat: fix lookup_dcookie() parameter handling

Commit f059eb3543ec ("consolidate compat lookup_dcookie()") coverted all
architectures to the new compat_sys_lookup_dcookie() syscall.

The "len" paramater of the new compat syscall must have the type
compat_size_t in order to enforce zero extension for architectures where
the ABI requires that the caller of a function performed zero and/or
sign extension to 64 bit of all parameters.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Hendrik Brueckner <brueckner@linux.vnet.ibm.com>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: <stable@vger.kernel.org> [v3.10+]
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/dcookies.c
include/linux/compat.h