aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/lib/code-patching.c
diff options
context:
space:
mode:
authorMiklos Szeredi <[email protected]>2012-08-15 11:01:24 +0000
committerMiklos Szeredi <[email protected]>2012-08-15 11:01:24 +0000
commite68726ff72cf7ba5e7d789857fcd9a75ca573f03 (patch)
tree7d5f3416543a750574955fdef5f12b3dd498de05 /arch/powerpc/lib/code-patching.c
parentMerge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... (diff)
downloadkernel-e68726ff72cf7ba5e7d789857fcd9a75ca573f03.tar.gz
kernel-e68726ff72cf7ba5e7d789857fcd9a75ca573f03.zip
vfs: canonicalize create mode in build_open_flags()
Userspace can pass weird create mode in open(2) that we canonicalize to "(mode & S_IALLUGO) | S_IFREG" in vfs_create(). The problem is that we use the uncanonicalized mode before calling vfs_create() with unforseen consequences. So do the canonicalization early in build_open_flags(). Signed-off-by: Miklos Szeredi <[email protected]> Tested-by: Richard W.M. Jones <[email protected]> CC: [email protected]
Diffstat (limited to 'arch/powerpc/lib/code-patching.c')
0 files changed, 0 insertions, 0 deletions