All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH stable 4.14 0/3] ARM: ftrace MODULE_PLTS warning fixes
@ 2021-09-22  2:41 ` Florian Fainelli
  0 siblings, 0 replies; 8+ messages in thread
From: Florian Fainelli @ 2021-09-22  2:41 UTC (permalink / raw)
  To: linux-kernel
  Cc: stable, Greg Kroah-Hartman, Sasha Levin, Florian Fainelli,
	Steven Rostedt, Ingo Molnar, Russell King, Alexander Sverdlin,
	moderated list:ARM PORT

This patch series is present in v5.14 and fixes warnings seen at insmod
with FTRACE and MODULE_PLTS enabled on ARM/Linux.

Alex Sverdlin (3):
  ARM: 9077/1: PLT: Move struct plt_entries definition to header
  ARM: 9078/1: Add warn suppress parameter to arm_gen_branch_link()
  ARM: 9079/1: ftrace: Add MODULE_PLTS support

 arch/arm/include/asm/ftrace.h |  3 +++
 arch/arm/include/asm/insn.h   |  8 +++---
 arch/arm/include/asm/module.h | 10 +++++++
 arch/arm/kernel/ftrace.c      | 46 ++++++++++++++++++++++++++------
 arch/arm/kernel/insn.c        | 19 +++++++-------
 arch/arm/kernel/module-plts.c | 49 +++++++++++++++++++++++++++--------
 6 files changed, 103 insertions(+), 32 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-09-22  2:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-22  2:41 [PATCH stable 4.14 0/3] ARM: ftrace MODULE_PLTS warning fixes Florian Fainelli
2021-09-22  2:41 ` Florian Fainelli
2021-09-22  2:41 ` [PATCH stable 4.14 1/3] ARM: 9077/1: PLT: Move struct plt_entries definition to header Florian Fainelli
2021-09-22  2:41   ` Florian Fainelli
2021-09-22  2:41 ` [PATCH stable 4.14 2/3] ARM: 9078/1: Add warn suppress parameter to arm_gen_branch_link() Florian Fainelli
2021-09-22  2:41   ` Florian Fainelli
2021-09-22  2:41 ` [PATCH stable 4.14 3/3] ARM: 9079/1: ftrace: Add MODULE_PLTS support Florian Fainelli
2021-09-22  2:41   ` Florian Fainelli

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.