The patch titled Subject: proc: merge fix for proc_pident_lookup() API change has been removed from the -mm tree. Its filename was proc-calculate-end-pointer-for-proc-lookup-at-compile-time-fix.patch This patch was dropped because it was folded into proc-calculate-end-pointer-for-proc-lookup-at-compile-time.patch ------------------------------------------------------ From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Subject: proc: merge fix for proc_pident_lookup() API change Link: http://lkml.kernel.org/r/20190131160135.4a8ae70b@xxxxxxxxxxxxxxxx Signed-off-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Cc: James Morris <jmorris@xxxxxxxxx> Cc: Alexey Dobriyan <adobriyan@xxxxxxxxx> Cc: Casey Schaufler <casey@xxxxxxxxxxxxxxxx> Cc: Kees Cook <keescook@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/proc/base.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/fs/proc/base.c~proc-calculate-end-pointer-for-proc-lookup-at-compile-time-fix +++ a/fs/proc/base.c @@ -2608,7 +2608,7 @@ static struct dentry *proc_##LSM##_attr_ { \ return proc_pident_lookup(dir, dentry, \ LSM##_attr_dir_stuff, \ - ARRAY_SIZE(LSM##_attr_dir_stuff)); \ + LSM##_attr_dir_stuff + ARRAY_SIZE(LSM##_attr_dir_stuff)); \ } \ \ static const struct inode_operations proc_##LSM##_attr_dir_inode_ops = { \ _ Patches currently in -mm which might be from sfr@xxxxxxxxxxxxxxxx are proc-calculate-end-pointer-for-proc-lookup-at-compile-time.patch