The patch titled Subject: sysctl-add-helper-to-register-a-sysctl-mount-point-fix has been removed from the -mm tree. Its filename was sysctl-add-helper-to-register-a-sysctl-mount-point-fix.patch This patch was dropped because it was folded into sysctl-add-helper-to-register-a-sysctl-mount-point.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: sysctl-add-helper-to-register-a-sysctl-mount-point-fix export register_sysctl_mount_point() to modules ERROR: modpost: "register_sysctl_mount_point" [fs/binfmt_misc.ko] undefined! Cc: Luis Chamberlain <mcgrof@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/proc/proc_sysctl.c | 1 + 1 file changed, 1 insertion(+) --- a/fs/proc/proc_sysctl.c~sysctl-add-helper-to-register-a-sysctl-mount-point-fix +++ a/fs/proc/proc_sysctl.c @@ -47,6 +47,7 @@ struct ctl_table_header *register_sysctl { return register_sysctl(path, sysctl_mount_point); } +EXPORT_SYMBOL(register_sysctl_mount_point); static bool is_empty_dir(struct ctl_table_header *head) { _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are sysctl-add-helper-to-register-a-sysctl-mount-point.patch sysctl-move-maxolduid-as-a-sysctl-specific-const-fix.patch proc-remove-pde_data-completely-fix.patch proc-remove-pde_data-completely-fix-fix.patch mm-remove-cleancache-fix.patch mm-simplify-try_to_unuse-fix.patch mm.patch documentation-vm-page_ownerrst-update-the-documentation-fix.patch mm-mempolicy-convert-from-atomic_t-to-refcount_t-on-mempolicy-refcnt-fix.patch arch-x86-include-asm-pgtableh-needs-spinlockh.patch mutex-subsystem-synchro-test-module-fix.patch kernel-forkc-export-kernel_thread-to-modules.patch