Re: [PATCH 0/6] objtool: Add support for Arm64

2019-04-24 Thread Josh Poimboeuf
On Wed, Apr 24, 2019 at 04:08:15PM +, Raphael Gault wrote: > > For the next version, please base it on the -tip tree, as that's where > > all the latest objtool changes are. Peter refactored some code which > > has some minor conflicts with yours. > > > > Thanks for letting me know about

Re: [PATCH 0/6] objtool: Add support for Arm64

2019-04-24 Thread Raphael Gault
Hi Josh, On 4/23/19 10:09 PM, Josh Poimboeuf wrote: > On Tue, Apr 09, 2019 at 02:52:37PM +0100, Raphael Gault wrote: >> Hi, >> >> As of now, objtool only supports the x86_64 architecture but the >> groundwork has already been done in order to add support for other >> architecture without too much

Re: [PATCH 0/6] objtool: Add support for Arm64

2019-04-23 Thread Josh Poimboeuf
On Tue, Apr 09, 2019 at 02:52:37PM +0100, Raphael Gault wrote: > Hi, > > As of now, objtool only supports the x86_64 architecture but the > groundwork has already been done in order to add support for other > architecture without too much effort. > > This series of patches adds support for the

Re: [PATCH 0/6] objtool: Add support for Arm64

2019-04-10 Thread Julien Thierry
On 10/04/2019 04:37, Josh Poimboeuf wrote: > On Tue, Apr 09, 2019 at 10:43:18AM -0700, Ard Biesheuvel wrote: >> On Tue, 9 Apr 2019 at 06:53, Raphael Gault wrote: >>> >>> Hi, >>> >>> As of now, objtool only supports the x86_64 architecture but the >>> groundwork has already been done in order

Re: [PATCH 0/6] objtool: Add support for Arm64

2019-04-09 Thread Josh Poimboeuf
On Tue, Apr 09, 2019 at 10:43:18AM -0700, Ard Biesheuvel wrote: > On Tue, 9 Apr 2019 at 06:53, Raphael Gault wrote: > > > > Hi, > > > > As of now, objtool only supports the x86_64 architecture but the > > groundwork has already been done in order to add support for other > > architecture without

Re: [PATCH 0/6] objtool: Add support for Arm64

2019-04-09 Thread Ard Biesheuvel
On Tue, 9 Apr 2019 at 06:53, Raphael Gault wrote: > > Hi, > > As of now, objtool only supports the x86_64 architecture but the > groundwork has already been done in order to add support for other > architecture without too much effort. > > This series of patches adds support for the arm64

Re: [PATCH 0/6] objtool: Add support for Arm64

2019-04-09 Thread Josh Poimboeuf
On Tue, Apr 09, 2019 at 02:52:37PM +0100, Raphael Gault wrote: > Hi, > > As of now, objtool only supports the x86_64 architecture but the > groundwork has already been done in order to add support for other > architecture without too much effort. Hi Raphael, This was a pleasant surprise in my

[PATCH 0/6] objtool: Add support for Arm64

2019-04-09 Thread Raphael Gault
Hi, As of now, objtool only supports the x86_64 architecture but the groundwork has already been done in order to add support for other architecture without too much effort. This series of patches adds support for the arm64 architecture based on the Armv8.5 Architecture Reference Manual. *