The patch titled Subject: mm/hmm: struct hmm is only use by HMM mirror functionality v2 fix has been removed from the -mm tree. Its filename was mm-hmm-struct-hmm-is-only-use-by-hmm-mirror-functionality-v2-fix.patch This patch was dropped because it was folded into mm-hmm-avoid-bloating-arch-that-do-not-make-use-of-hmm.patch ------------------------------------------------------ From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Subject: mm/hmm: struct hmm is only use by HMM mirror functionality v2 fix fix build (arm multi_v7_defconfig) Link: http://lkml.kernel.org/r/20170828181849.323ab81b@xxxxxxxxxxxxxxxx Signed-off-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Cc: Jérôme Glisse <jglisse@xxxxxxxxxx> Cc: Arnd Bergmann <arnd@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/hmm.h | 3 +++ 1 file changed, 3 insertions(+) diff -puN include/linux/hmm.h~mm-hmm-struct-hmm-is-only-use-by-hmm-mirror-functionality-v2-fix include/linux/hmm.h --- a/include/linux/hmm.h~mm-hmm-struct-hmm-is-only-use-by-hmm-mirror-functionality-v2-fix +++ a/include/linux/hmm.h @@ -514,5 +514,8 @@ static inline void hmm_mm_init(struct mm #endif /* IS_ENABLED(CONFIG_HMM_MIRROR) */ +#else /* IS_ENABLED(CONFIG_HMM) */ +static inline void hmm_mm_destroy(struct mm_struct *mm) {} +static inline void hmm_mm_init(struct mm_struct *mm) {} #endif /* IS_ENABLED(CONFIG_HMM) */ #endif /* LINUX_HMM_H */ _ Patches currently in -mm which might be from sfr@xxxxxxxxxxxxxxxx are mm-hmm-avoid-bloating-arch-that-do-not-make-use-of-hmm.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html