All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] omap assembly fixes for CONFIG_DEBUG_RODATA
@ 2016-01-21 19:12 ` Tony Lindgren
  0 siblings, 0 replies; 20+ messages in thread
From: Tony Lindgren @ 2016-01-21 19:12 UTC (permalink / raw)
  To: linux-omap
  Cc: Nicolas Pitre, Nishanth Menon, Richard Woodruff, Russell King,
	Kees Cook, Sergei Shtylyov, Tero Kristo, Laura Abbott,
	linux-arm-kernel

Hi all,
 
Here are read-only data fixes for omaps discovered few weeks ago
with "[PATCH v2] ARM: mm: flip priority of CONFIG_DEBUG_RODATA"
that caused issues during deeper idle states on omaps [0].
 
Please review and test if possible. I'd like to merge these fixes
during v4.5-rc cycle to remove these blockers for making it possible
to have CONFIG_DEBUG_RODATA enabled by default.
 
Regards,
 
Tony

Changes since v1:

- Fix missing ldr in patch 2/5 as Noticed by Nicolas Pitre. This
  had gone unnoticed as the code just happened to work on omap36xx
  without actually toggling the L2 cache. And patches 4 and 5 are setting
  the address, not the value unlike patch 2/5. I've added some comments
  to patch 2/5 too.

- Fix a typo noticed by Sergei Shtylyov in patch 3/5.

[0] https://lkml.org/lkml/2015/12/2/908

Tony Lindgren (5):
  ARM: OMAP2+: Fix wait_dll_lock_timed for rodata
  ARM: OMAP2+: Fix l2dis_3630 for rodata
  ARM: OMAP2+: Fix save_secure_ram_context for rodata
  ARM: OMAP2+: Fix l2_inv_api_params for rodata
  ARM: OMAP2+: Fix ppa_zero_params and ppa_por_params for rodata

 arch/arm/mach-omap2/sleep34xx.S | 61 ++++++++++++++++++++---------------------
 arch/arm/mach-omap2/sleep44xx.S | 25 +++++++++++------
 2 files changed, 47 insertions(+), 39 deletions(-)

-- 
2.7.0.rc3

^ permalink raw reply	[flat|nested] 20+ messages in thread
* [PATCH 0/5] omap assembly fixes for CONFIG_DEBUG_RODATA
@ 2016-01-19 17:48 Tony Lindgren
  2016-01-19 17:48   ` Tony Lindgren
  0 siblings, 1 reply; 20+ messages in thread
From: Tony Lindgren @ 2016-01-19 17:48 UTC (permalink / raw)
  To: linux-omap
  Cc: Nicolas Pitre, Richard Woodruff, Russell King, Kees Cook,
	Tero Kristo, Nishanth Menon, Laura Abbott, linux-arm-kernel

Hi all,

Here are read-only data fixes for omaps discovered few weeks ago
with "[PATCH v2] ARM: mm: flip priority of CONFIG_DEBUG_RODATA"
that caused issues during deeper idle states on omaps [0].

Please review and test if possible. I'd like to merge these fixes
during v4.5-rc cycle to remove these blockers for making it possible
to have CONFIG_DEBUG_RODATA enabled by default.

Regards,

Tony


[0] https://lkml.org/lkml/2015/12/2/908

Tony Lindgren (5):
  ARM: OMAP2+: Fix wait_dll_lock_timed for rodata
  ARM: OMAP2+: Fix l2dis_3630 for rodata
  ARM: OMAP2+: Fix save_secure_ram_context for rodata
  ARM: OMAP2+: Fix l2_inv_api_params for rodata
  ARM: OMAP2+: Fix ppa_zero_params and ppa_por_params for rodata

 arch/arm/mach-omap2/sleep34xx.S | 60 ++++++++++++++++++++---------------------
 arch/arm/mach-omap2/sleep44xx.S | 25 +++++++++++------
 2 files changed, 47 insertions(+), 38 deletions(-)

-- 
2.7.0.rc3

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

end of thread, other threads:[~2016-01-21 19:26 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-21 19:12 [PATCH v2 0/5] omap assembly fixes for CONFIG_DEBUG_RODATA Tony Lindgren
2016-01-21 19:12 ` Tony Lindgren
2016-01-21 19:12 ` [PATCH 1/5] ARM: OMAP2+: Fix wait_dll_lock_timed for rodata Tony Lindgren
2016-01-21 19:12   ` Tony Lindgren
2016-01-21 19:12 ` [PATCH 2/5] ARM: OMAP2+: Fix l2dis_3630 " Tony Lindgren
2016-01-21 19:12   ` Tony Lindgren
2016-01-21 19:12 ` [PATCH 3/5] ARM: OMAP2+: Fix save_secure_ram_context " Tony Lindgren
2016-01-21 19:12   ` Tony Lindgren
2016-01-21 19:12 ` [PATCH 4/5] ARM: OMAP2+: Fix l2_inv_api_params " Tony Lindgren
2016-01-21 19:12   ` Tony Lindgren
2016-01-21 19:12 ` [PATCH 5/5] ARM: OMAP2+: Fix ppa_zero_params and ppa_por_params " Tony Lindgren
2016-01-21 19:12   ` Tony Lindgren
2016-01-21 19:26 ` [PATCH v2 0/5] omap assembly fixes for CONFIG_DEBUG_RODATA Nicolas Pitre
2016-01-21 19:26   ` Nicolas Pitre
  -- strict thread matches above, loose matches on Subject: below --
2016-01-19 17:48 [PATCH " Tony Lindgren
2016-01-19 17:48 ` [PATCH 2/5] ARM: OMAP2+: Fix l2dis_3630 for rodata Tony Lindgren
2016-01-19 17:48   ` Tony Lindgren
2016-01-19 18:10   ` Nicolas Pitre
2016-01-19 18:10     ` Nicolas Pitre
2016-01-19 18:40     ` Tony Lindgren
2016-01-19 18:40       ` Tony Lindgren

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.