The patch titled fix x86_64-mm-patch-inline-replacements-for section warnings has been added to the -mm tree. Its filename is fix-x86_64-mm-patch-inline-replacements-for-section-warnings.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: fix x86_64-mm-patch-inline-replacements-for section warnings From: Rusty Russell <rusty@xxxxxxxxxxxxxxx> modpost compains about a "section mismatch" because the .parainstructions section sometimes refers to the .init.text section. This is fine, put it in whitelist. Signed-off-by: Rusty Russell <rusty@xxxxxxxxxxxxxxx> Cc: Andi Kleen <ak@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- scripts/mod/modpost.c | 1 + 1 file changed, 1 insertion(+) diff -puN scripts/mod/modpost.c~fix-x86_64-mm-patch-inline-replacements-for-section-warnings scripts/mod/modpost.c --- a/scripts/mod/modpost.c~fix-x86_64-mm-patch-inline-replacements-for-section-warnings +++ a/scripts/mod/modpost.c @@ -932,6 +932,7 @@ static int init_section_ref_ok(const cha ".eh_frame", ".debug", ".rodata", + ".parainstructions", NULL }; /* part of section name */ _ Patches currently in -mm which might be from rusty@xxxxxxxxxxxxxxx are paravirt-cpu-detect.patch fix-x86_64-mm-patch-inline-replacements-for.patch fix-x86_64-mm-patch-inline-replacements-for-section-warnings.patch fix-kunmap_atomics-use-of-kpte_clear_flush.patch generic-bug-implementation.patch generic-bug-for-i386.patch generic-bug-for-x86-64.patch bug-test-1.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