This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 17ae69aba89d Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/l [...] new 4313e3523373 ecryptfs: get rid of pointless dget/dput in ->symlink() an [...] new b2648d512eb2 ecryptfs: saner API for lock_parent() new 483bc7e82ccf ecryptfs: get rid of unused accessors new 9d786beb6fe5 ecryptfs: ecryptfs_dentry_info->crypt_stat is never used new b28866f4bb77 Merge branch 'work.ecryptfs' of git://git.kernel.org/pub/s [...] new a2bbe66493ee constify dentry argument of dentry_path()/dentry_path_raw() new 2be7828c9fef get rid of autofs_getpath() new 90432e600619 buffer: a small optimization in grow_buffers new 64b2f34f38cb apparmor:match_mn() - constify devpath argument new eecf77e097d2 autofs: should_expire() argument is guaranteed to be positive new a0d8d552783b whack-a-mole: kill strlen_user() (again) new d692d397e8a6 hostfs_open(): don't open-code file_dentry() new 80e5d1ff5d5f useful constants: struct qstr for ".." new 27787ba3fa49 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/l [...]
The 14 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/csky/include/asm/uaccess.h | 2 - arch/csky/lib/usercopy.c | 2 +- arch/nds32/include/asm/uaccess.h | 1 - arch/nios2/include/asm/uaccess.h | 1 - arch/riscv/include/asm/uaccess.h | 1 - fs/autofs/autofs_i.h | 1 + fs/autofs/expire.c | 2 +- fs/autofs/waitq.c | 72 ++++------------- fs/buffer.c | 6 +- fs/d_path.c | 10 +-- fs/dcache.c | 2 + fs/ecryptfs/ecryptfs_kernel.h | 17 +--- fs/ecryptfs/inode.c | 163 ++++++++++++++++++--------------------- fs/ext2/namei.c | 3 +- fs/ext4/namei.c | 3 +- fs/f2fs/dir.c | 4 +- fs/f2fs/namei.c | 3 +- fs/fuse/inode.c | 3 +- fs/hostfs/hostfs_kern.c | 2 +- fs/nilfs2/namei.c | 3 +- fs/udf/namei.c | 3 +- fs/ufs/super.c | 3 +- include/linux/dcache.h | 5 +- security/apparmor/mount.c | 4 +- 24 files changed, 116 insertions(+), 200 deletions(-)