Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Pull more misc uaccess and vfs updates from Al Viro: "The rest of the stuff from -next (more uaccess work) + assorted fixes" * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs: score: traps: Add missing include file to fix build error fs/super.c: don't fool lockdep in freeze_super() and thaw_super() paths fs/super.c: fix race between freeze_super() and thaw_super() overlayfs: Fix setting IOP_XATTR flag iov_iter: kernel-doc import_iovec() and rw_copy_check_uvector() blackfin: no access_ok() for __copy_{to,from}_user() arm64: don't zero in __copy_from_user{,_inatomic} arm: don't zero in __copy_from_user_inatomic()/__copy_from_user() arc: don't leak bits of kernel stack into coredump alpha: get rid of tail-zeroing in __copy_user()
No related branches found
No related tags found
Showing
- arch/alpha/include/asm/uaccess.h 5 additions, 4 deletionsarch/alpha/include/asm/uaccess.h
- arch/alpha/lib/copy_user.S 1 addition, 15 deletionsarch/alpha/lib/copy_user.S
- arch/alpha/lib/ev6-copy_user.S 1 addition, 22 deletionsarch/alpha/lib/ev6-copy_user.S
- arch/arc/kernel/signal.c 4 additions, 4 deletionsarch/arc/kernel/signal.c
- arch/arm/include/asm/uaccess.h 6 additions, 5 deletionsarch/arm/include/asm/uaccess.h
- arch/arm/lib/copy_from_user.S 3 additions, 6 deletionsarch/arm/lib/copy_from_user.S
- arch/arm64/include/asm/uaccess.h 6 additions, 4 deletionsarch/arm64/include/asm/uaccess.h
- arch/arm64/lib/copy_from_user.S 1 addition, 6 deletionsarch/arm64/lib/copy_from_user.S
- arch/blackfin/include/asm/uaccess.h 20 additions, 12 deletionsarch/blackfin/include/asm/uaccess.h
- arch/score/kernel/traps.c 1 addition, 0 deletionsarch/score/kernel/traps.c
- fs/overlayfs/super.c 6 additions, 5 deletionsfs/overlayfs/super.c
- fs/read_write.c 29 additions, 0 deletionsfs/read_write.c
- fs/super.c 28 additions, 15 deletionsfs/super.c
- lib/iov_iter.c 22 additions, 0 deletionslib/iov_iter.c
Please register or sign in to comment