Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965709AbbLWVpV (ORCPT ); Wed, 23 Dec 2015 16:45:21 -0500 Received: from mail-qg0-f48.google.com ([209.85.192.48]:33511 "EHLO mail-qg0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932483AbbLWVpT (ORCPT ); Wed, 23 Dec 2015 16:45:19 -0500 Date: Wed, 23 Dec 2015 16:45:16 -0500 (EST) From: Nicolas Pitre To: Tony Lindgren cc: Laura Abbott , Kees Cook , Russell King , Arnd Bergmann , Ard Biesheuvel , Catalin Marinas , Will Deacon , LKML , Linux-MM , kernel-hardening@lists.openwall.com, linux-arm-kernel@lists.infradead.org, Laura Abbott Subject: Re: [PATCH v2] ARM: mm: flip priority of CONFIG_DEBUG_RODATA In-Reply-To: <20151223212911.GR2793@atomide.com> Message-ID: References: <20151202202725.GA794@www.outflux.net> <20151223195129.GP2793@atomide.com> <567B04AB.6010906@redhat.com> <20151223212911.GR2793@atomide.com> User-Agent: Alpine 2.20 (LFD 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1351 Lines: 40 On Wed, 23 Dec 2015, Tony Lindgren wrote: > Hi, > > * Laura Abbott [151223 12:31]: > > > > Looks like a case similar to Geert's > > > > adr r7, kick_counter > > wait_dll_lock_timed: > > ldr r4, wait_dll_lock_counter > > add r4, r4, #1 > > str r4, [r7, #wait_dll_lock_counter - kick_counter] > > ldr r4, sdrc_dlla_status > > /* Wait 20uS for lock */ > > mov r6, #8 > > > > > > kick_counter and wait_dll_lock_counter are in the text section which is marked read only. > > They need to be moved to the data section along with a few other variables from what I > > can tell (maybe those are read only?). > > Thanks for looking, yeah so it seem. > > > I suspect this is going to be a common issue with suspend/resume code paths since those > > are hand written assembly. > > Yes I suspect we have quite a few cases like this. We fixed a bunch of similar issues where code was located in the .data section for ease of use from assembly code. See commit b4e61537 and d0776aff for example. Nicolas -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/