This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 81160dda9a7a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev [...] new ff0ebee239ce filename_lookup(): audit_inode() argument is always 0 new 39145f5f0cc9 filename_mountpoint(): make LOOKUP_NO_EVAL unconditional there new c9b07eab0c87 audit_inode(): switch to passing AUDIT_INODE_... new fbb7d9d56d16 kill LOOKUP_NO_EVAL, don't bother including namei.h from audit.h new 6b61aed06a3b namei.h: get the comments on LOOKUP_... in sync with reality new ce6595a28a15 kill the last users of user_{path,lpath,path_dir}() new ee594bfff389 fs/namei.c: new helper - legitimize_root() new 84a2bd39405f fs/namei.c: keep track of nd->root refcount status new 29dfeb0b6ae6 hypfs: don't bother with d_delete() new 6effcab4da7b infiniband: don't bother with d_delete() new 46c46f8df9aa devpts_pty_kill(): don't bother with d_delete() new 53e5e7a7a71c Merge branch 'work.namei' of git://git.kernel.org/pub/scm/ [...] new f2683bd8d5bd [PATCH] fix d_absolute_path() interplay with fsmount() new b30d87cf969e Merge branch 'work.dcache' of git://git.kernel.org/pub/scm [...] new 1dd9bc08cf14 vfs: set fs_context::user_ns for reconfigure new 533770cc0ae8 new helper: get_tree_keyed() new fe62c3a4e17d vfs: Create fs_context-aware mount_bdev() replacement new 0f071004109d mtd: Provide fs_context-aware mount_mtd() replacement new e170eb27715f Merge branch 'work.mount-base' of git://git.kernel.org/pub [...]
The 19 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: arch/s390/hypfs/inode.c | 2 +- drivers/infiniband/hw/qib/qib_fs.c | 2 +- drivers/mtd/mtdcore.h | 1 + drivers/mtd/mtdsuper.c | 179 ++++++++++++++++++++++++++++++++++++- fs/coda/pioctl.c | 7 +- fs/d_path.c | 6 +- fs/devpts/inode.c | 2 +- fs/fs_context.c | 4 +- fs/namei.c | 64 ++++++------- fs/namespace.c | 10 +-- fs/nfs/nfstrace.h | 2 - fs/nfsd/nfsctl.c | 3 +- fs/proc/root.c | 3 +- fs/super.c | 104 +++++++++++++++++++++ fs/xfs/xfs_ioctl.c | 2 +- include/linux/audit.h | 21 ++--- include/linux/fs_context.h | 12 ++- include/linux/mtd/super.h | 3 + include/linux/namei.h | 63 ++++--------- ipc/mqueue.c | 3 +- net/sunrpc/rpc_pipe.c | 3 +- 21 files changed, 369 insertions(+), 127 deletions(-)