From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kees Cook Subject: Re: [PATCH 0/5] omap assembly fixes for CONFIG_DEBUG_RODATA Date: Tue, 19 Jan 2016 10:12:07 -0800 Message-ID: References: <1453225734-16993-1-git-send-email-tony@atomide.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1453225734-16993-1-git-send-email-tony@atomide.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Tony Lindgren Cc: Nicolas Pitre , Richard Woodruff , Russell King , Tero Kristo , Nishanth Menon , linux-omap@vger.kernel.org, Laura Abbott , "linux-arm-kernel@lists.infradead.org" List-Id: linux-omap@vger.kernel.org On Tue, Jan 19, 2016 at 9:48 AM, Tony Lindgren wrote: > 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. Yay! :) Thanks for working on this. -Kees > > 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 > -- Kees Cook Chrome OS & Brillo Security From mboxrd@z Thu Jan 1 00:00:00 1970 From: keescook@chromium.org (Kees Cook) Date: Tue, 19 Jan 2016 10:12:07 -0800 Subject: [PATCH 0/5] omap assembly fixes for CONFIG_DEBUG_RODATA In-Reply-To: <1453225734-16993-1-git-send-email-tony@atomide.com> References: <1453225734-16993-1-git-send-email-tony@atomide.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Jan 19, 2016 at 9:48 AM, Tony Lindgren wrote: > 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. Yay! :) Thanks for working on this. -Kees > > 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 > -- Kees Cook Chrome OS & Brillo Security