linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] ARM: zynq: smp improvements
@ 2019-08-06  3:07 Luis Araneda
  2019-08-06  3:07 ` [PATCH 1/2] ARM: zynq: support smp in thumb mode Luis Araneda
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Luis Araneda @ 2019-08-06  3:07 UTC (permalink / raw)
  To: linux, michal.simek; +Cc: stable, linux-arm-kernel, linux-kernel, Luis Araneda

This series adds support for kernel compiled in Thumb mode
and fixes a kernel panic on smp bring-up when FORTIFY_SOURCE
is enabled.

The series started with the second patch as an RFC, and
the first patch were suggested on the review to complement
the fix.

The changes were run-tested on a Digilent Zybo Z7 board

Luis Araneda (2):
  ARM: zynq: support smp in thumb mode
  ARM: zynq: Use memcpy_toio instead of memcpy on smp bring-up

 arch/arm/mach-zynq/headsmp.S | 2 ++
 arch/arm/mach-zynq/platsmp.c | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

-- 
2.22.0


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

end of thread, other threads:[~2019-08-08  9:19 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-06  3:07 [PATCH 0/2] ARM: zynq: smp improvements Luis Araneda
2019-08-06  3:07 ` [PATCH 1/2] ARM: zynq: support smp in thumb mode Luis Araneda
2019-08-06  5:17   ` Greg KH
2019-08-06  6:39   ` Michal Simek
2019-08-06 12:40     ` Luis Araneda
2019-08-08  9:18       ` Michal Simek
2019-08-06  3:07 ` [PATCH 2/2] ARM: zynq: Use memcpy_toio instead of memcpy on smp bring-up Luis Araneda
2019-08-06  5:17   ` Greg KH
2019-08-06  6:41   ` Michal Simek
2019-08-06 12:49     ` Luis Araneda
2019-08-08  9:19       ` Michal Simek
2019-08-06  5:17 ` [PATCH 0/2] ARM: zynq: smp improvements Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).