The patch titled Subject: h8300: fix PREEMPTION build, TI_PRE_COUNT undefined has been added to the -mm tree. Its filename is h8300-fix-preemption-build-ti_pre_count-undefined.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/h8300-fix-preemption-build-ti_pre_count-undefined.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/h8300-fix-preemption-build-ti_pre_count-undefined.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: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Subject: h8300: fix PREEMPTION build, TI_PRE_COUNT undefined Fix a build error for undefined 'TI_PRE_COUNT' by adding it to asm-offsets.c. h8300-linux-ld: arch/h8300/kernel/entry.o: in function `resume_kernel': (.text+0x29a): undefined reference to `TI_PRE_COUNT' Link: https://lkml.kernel.org/r/20210212021650.22740-1-rdunlap@xxxxxxxxxxxxx Fixes: df2078b8daa7 ("h8300: Low level entry") Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Reported-by: kernel test robot <lkp@xxxxxxxxx> Cc: Yoshinori Sato <ysato@xxxxxxxxxxxxxxxxxxxx> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/h8300/kernel/asm-offsets.c | 3 +++ 1 file changed, 3 insertions(+) --- a/arch/h8300/kernel/asm-offsets.c~h8300-fix-preemption-build-ti_pre_count-undefined +++ a/arch/h8300/kernel/asm-offsets.c @@ -63,6 +63,9 @@ int main(void) OFFSET(TI_FLAGS, thread_info, flags); OFFSET(TI_CPU, thread_info, cpu); OFFSET(TI_PRE, thread_info, preempt_count); +#ifdef CONFIG_PREEMPTION + DEFINE(TI_PRE_COUNT, offsetof(struct thread_info, preempt_count)); +#endif return 0; } _ Patches currently in -mm which might be from rdunlap@xxxxxxxxxxxxx are h8300-fix-preemption-build-ti_pre_count-undefined.patch hexagon-remove-config_experimental-from-defconfigs.patch ntfs-layouth-delete-duplicated-words.patch fs-delete-repeated-words-in-comments.patch mm-zswap-clean-up-confusing-comment.patch alpha-remove-config_experimental-from-defconfigs.patch include-linux-remove-repeated-words.patch kernel-delete-repeated-words-in-comments.patch