The patch titled Subject: s390: add explicit <linux/stringify.h> for jump label has been added to the -mm tree. Its filename is s390-add-explicit-linux-stringifyh-for-jump-label.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/s390-add-explicit-linux-stringifyh-for-jump-label.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/s390-add-explicit-linux-stringifyh-for-jump-label.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/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Jason Baron <jbaron@xxxxxxxxxx> Subject: s390: add explicit <linux/stringify.h> for jump label Ensure that we always have __stringify(). Link: http://lkml.kernel.org/r/f242f753b4c819b8da5351007d81ed055b4b8bdf.1463778029.git.jbaron@xxxxxxxxxx Signed-off-by: Jason Baron <jbaron@xxxxxxxxxx> Cc: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx> Cc: Heiko Carstens <heiko.carstens@xxxxxxxxxx> Cc: Martin Schwidefsky <schwidefsky@xxxxxxxxxx> Cc: Michael Ellerman <mpe@xxxxxxxxxxxxxx> Cc: Paul Mackerras <paulus@xxxxxxxxx> Cc: Joe Perches <joe@xxxxxxxxxxx> Cc: Peter Zijlstra <peterz@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/s390/include/asm/jump_label.h | 1 + 1 file changed, 1 insertion(+) diff -puN arch/s390/include/asm/jump_label.h~s390-add-explicit-linux-stringifyh-for-jump-label arch/s390/include/asm/jump_label.h --- a/arch/s390/include/asm/jump_label.h~s390-add-explicit-linux-stringifyh-for-jump-label +++ a/arch/s390/include/asm/jump_label.h @@ -4,6 +4,7 @@ #ifndef __ASSEMBLY__ #include <linux/types.h> +#include <linux/stringify.h> #define JUMP_LABEL_NOP_SIZE 6 #define JUMP_LABEL_NOP_OFFSET 2 _ Patches currently in -mm which might be from jbaron@xxxxxxxxxx are jump_label-remove-bugh-atomich-dependencies-for-have_jump_label.patch powerpc-add-explicit-include-asm-asm-compath-for-jump-label.patch s390-add-explicit-linux-stringifyh-for-jump-label.patch dynamic_debug-add-jump-label-support.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