[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20170511213122.gemj5buwrct2aemd@squirrel.local>
Date: Thu, 11 May 2017 23:31:22 +0200
From: Matthijs van Duin <matthijsvanduin@...il.com>
To: Guenter Roeck <linux@...ck-us.net>
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
linux-kernel@...r.kernel.org, torvalds@...ux-foundation.org,
akpm@...ux-foundation.org, shuahkh@....samsung.com,
patches@...nelci.org, ben.hutchings@...ethink.co.uk,
stable@...r.kernel.org, Tony Lindgren <tony@...mide.com>
Subject: Re: [PATCH 3.18 00/39] 3.18.53-stable review
On Thu, May 11, 2017 at 02:16:07PM -0700, Guenter Roeck wrote:
> arch/arm/mach-omap2/omap-headsmp.S:60: Error: bad instruction `badr r0,hyp_boot'
>
> I see "badr" used in later kernels, but not in v3.18. Does this possibly
> require some secondary patches ?
It was introduced in kernel 4.2 by
14327c662822 "ARM: replace BSYM() with badr assembly macro"
The correct backport would therefore just be:
- adr r0, hyp_boot
+ adr r0, BSYM(hyp_boot)
Right?
Powered by blists - more mailing lists