summaryrefslogtreecommitdiff
path: root/fs/xattr.c
diff options
context:
space:
mode:
authorJann Horn <jannh@google.com>2018-06-25 19:34:10 +0300
committerEric W. Biederman <ebiederm@xmission.com>2018-08-11 10:05:53 +0300
commit42a0cc3478584d4d63f68f2f5af021ddbea771fa (patch)
tree8dc33625ea1c8488e01965f159ef3f597eba42cb /fs/xattr.c
parent5820f140edef111a9ea2ef414ab2428b8cb805b1 (diff)
downloadlinux-42a0cc3478584d4d63f68f2f5af021ddbea771fa.tar.xz
sys: don't hold uts_sem while accessing userspace memory
Holding uts_sem as a writer while accessing userspace memory allows a namespace admin to stall all processes that attempt to take uts_sem. Instead, move data through stack buffers and don't access userspace memory while uts_sem is held. Cc: stable@vger.kernel.org Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2") Signed-off-by: Jann Horn <jannh@google.com> Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Diffstat (limited to 'fs/xattr.c')
0 files changed, 0 insertions, 0 deletions