The patch titled Subject: sysctl-add-helper-to-register-a-sysctl-mount-point-fix has been added to the -mm tree. Its filename is sysctl-add-helper-to-register-a-sysctl-mount-point-fix.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/sysctl-add-helper-to-register-a-sysctl-mount-point-fix.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/sysctl-add-helper-to-register-a-sysctl-mount-point-fix.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ 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 mm-bdi-initialize-bdi_min_ratio-when-bdi-unregister-fix.patch shmem-fix-a-race-between-shmem_unused_huge_shrink-and-shmem_evict_inode-checkpatch-fixes.patch kthread-add-the-helper-function-kthread_run_on_cpu-fix.patch mm.patch kmemleak-fix-kmemleak-false-positive-report-with-hw-tag-based-kasan-enable-fix.patch mm-remove-redundant-check-about-fault_flag_allow_retry-bit-checkpatch-fixes.patch mm-page-table-check-fix.patch mm-mempolicy-convert-from-atomic_t-to-refcount_t-on-mempolicy-refcnt-fix.patch mm-memcg-percpu-account-extra-objcg-space-to-memory-cgroups-fix.patch proc-make-the-proc_create-stubs-static-inlines-fix.patch panic-use-error_report_end-tracepoint-on-warnings-fix.patch sysctl-move-some-boundary-constants-from-sysctlc-to-sysctl_vals-fix.patch sysctl-add-helper-to-register-a-sysctl-mount-point-fix.patch kernel-forkc-export-kernel_thread-to-modules.patch