Re: [PATCH resend 4/5] score: Fix exception handler label

2015-05-25 Thread Lennox Wu
I will issue a pull request in this week. Best, Lennox 2015-05-23 12:24 GMT+08:00 Guenter Roeck : > On 05/04/2015 03:30 PM, Guenter Roeck wrote: >> >> The latest version of modinfo fails to compile score architecture >> targets with the following error. >> >> FATAL: The relocation at __ex_table+0

Re: [PATCH resend 4/5] score: Fix exception handler label

2015-05-22 Thread Guenter Roeck
On 05/04/2015 03:30 PM, Guenter Roeck wrote: The latest version of modinfo fails to compile score architecture targets with the following error. FATAL: The relocation at __ex_table+0x634 references section "__ex_table" which is not executable, IOW the kernel will fault if it ever tries to jump t

Re: [PATCH resend 4/5] score: Fix exception handler label

2015-05-05 Thread Lennox Wu
Hi Roeck, You are right! I will push the patch. Thank you. Acked-by: Lennox Wu 2015-05-05 6:30 GMT+08:00 Guenter Roeck : > The latest version of modinfo fails to compile score architecture > targets with the following error. > > FATAL: The relocation at __ex_table+0x634 references > section "__e

[PATCH resend 4/5] score: Fix exception handler label

2015-05-04 Thread Guenter Roeck
The latest version of modinfo fails to compile score architecture targets with the following error. FATAL: The relocation at __ex_table+0x634 references section "__ex_table" which is not executable, IOW the kernel will fault if it ever tries to jump to it. Something is seriously wrong and should