The patch titled Subject: sysctl-add-and-use-base-directory-declarer-and-registration-helper-fix has been removed from the -mm tree. Its filename was sysctl-add-and-use-base-directory-declarer-and-registration-helper-fix.patch This patch was dropped because it was folded into sysctl-add-and-use-base-directory-declarer-and-registration-helper.patch ------------------------------------------------------ From: Luis Chamberlain <mcgrof@xxxxxxxxxx> Subject: sysctl-add-and-use-base-directory-declarer-and-registration-helper-fix null-terminate the ctl_table arrays Link: https://lkml.kernel.org/r/YafJY3rXDYnjK/gs@xxxxxxxxxxxxxxxxxxxxxx Cc: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/sysctl.h | 1 + 1 file changed, 1 insertion(+) --- a/include/linux/sysctl.h~sysctl-add-and-use-base-directory-declarer-and-registration-helper-fix +++ a/include/linux/sysctl.h @@ -201,6 +201,7 @@ static struct ctl_table _name##_base_tab .mode = 0555, \ .child = _table, \ }, \ + { }, \ } extern int __register_sysctl_base(struct ctl_table *base_table); _ Patches currently in -mm which might be from mcgrof@xxxxxxxxxx are hpet-simplify-subdirectory-registration-with-register_sysctl.patch i915-simplify-subdirectory-registration-with-register_sysctl.patch macintosh-mac_hidc-simplify-subdirectory-registration-with-register_sysctl.patch ocfs2-simplify-subdirectory-registration-with-register_sysctl.patch test_sysctl-simplify-subdirectory-registration-with-register_sysctl.patch cdrom-simplify-subdirectory-registration-with-register_sysctl.patch sysctl-add-helper-to-register-a-sysctl-mount-point.patch fs-move-binfmt_misc-sysctl-to-its-own-file.patch sysctl-share-unsigned-long-const-values.patch fs-move-inode-sysctls-to-its-own-file.patch fs-move-fs-stat-sysctls-to-file_tablec.patch fs-move-dcache-sysctls-to-its-own-file.patch sysctl-move-maxolduid-as-a-sysctl-specific-const.patch fs-move-shared-sysctls-to-fs-sysctlsc.patch fs-move-locking-sysctls-where-they-are-used.patch fs-move-namei-sysctls-to-its-own-file.patch fs-move-fs-execc-sysctls-into-its-own-file.patch fs-move-pipe-sysctls-to-is-own-file.patch sysctl-add-and-use-base-directory-declarer-and-registration-helper.patch fs-move-namespace-sysctls-and-declare-fs-base-directory.patch kernel-sysctlc-rename-sysctl_init-to-sysctl_init_bases.patch