On Thu, Jul 04, 2019 at 01:46:36PM +0200, Arnd Bergmann wrote:
arch/arm/mm/init.c:471:13: warning: unused variable 'itcm_end' [-Wunused-variable] arch/arm/mm/init.c:470:13: warning: unused variable 'dtcm_end' [-Wunused-variable]
Please backport this to 5.1-stable:
e6c4375f7c92 ("ARM: 8865/1: mm: remove unused variables")
It's not in mainline yet.
include/linux/module.h:132:6: warning: 'init_module' specifies less restrictive attribute than its target 'rp_init': 'cold' [-Wmissing-attributes]
Please backport this to all stable kernels (2.6.39+):
423ea3255424 ("tty: rocket: fix incorrect forward declaration of 'rp_init()'"
I've queued this one for all trees, thanks.
-- Thanks, Sasha