[PATCH] ARM: module: Add ".ref.text" to arm unwind tables

2015-06-19 Thread Vignesh Radhakrishnan
Functions inside kernel modules that use __ref will end up being placed in .ARM.exidx.ref.text section by gcc. Currently we don't consider adding these functions to arm unwind tables. Hence, if we turn slub debug on by default we end up with the messages of this sort: unwind: Index not found

[PATCH] ARM: module: Add .ref.text to arm unwind tables

2015-06-19 Thread Vignesh Radhakrishnan
Functions inside kernel modules that use __ref will end up being placed in .ARM.exidx.ref.text section by gcc. Currently we don't consider adding these functions to arm unwind tables. Hence, if we turn slub debug on by default we end up with the messages of this sort: unwind: Index not found

Re: [PATCH] ARM: module: Add ".ref.text" to arm unwind tables

2015-06-10 Thread Russell King - ARM Linux
On Wed, Jun 10, 2015 at 12:25:54PM -, vigne...@codeaurora.org wrote: > Gentle reminder for review comments. I don't see anything wrong with the patch... but it needs to find its way into the patch system to be applied, so it doesn't get forgotten. Please add it there along with Laura's

Re: [PATCH] ARM: module: Add ".ref.text" to arm unwind tables

2015-06-10 Thread vigneshr
Gentle reminder for review comments. > Forgot to add Maintainers. Adding them now. > >> On 05/13/2015 08:20 AM, Vignesh Radhakrishnan wrote: >>> Functions inside kernel modules that use __ref >>> will end up being placed in .ARM.exidx.ref.text >>> section by gcc. >>> >>> Currently we don't

Re: [PATCH] ARM: module: Add .ref.text to arm unwind tables

2015-06-10 Thread vigneshr
Gentle reminder for review comments. Forgot to add Maintainers. Adding them now. On 05/13/2015 08:20 AM, Vignesh Radhakrishnan wrote: Functions inside kernel modules that use __ref will end up being placed in .ARM.exidx.ref.text section by gcc. Currently we don't consider adding these

Re: [PATCH] ARM: module: Add .ref.text to arm unwind tables

2015-06-10 Thread Russell King - ARM Linux
On Wed, Jun 10, 2015 at 12:25:54PM -, vigne...@codeaurora.org wrote: Gentle reminder for review comments. I don't see anything wrong with the patch... but it needs to find its way into the patch system to be applied, so it doesn't get forgotten. Please add it there along with Laura's

Re: [PATCH] ARM: module: Add ".ref.text" to arm unwind tables

2015-05-25 Thread vigneshr
Forgot to add Maintainers. Adding them now. > On 05/13/2015 08:20 AM, Vignesh Radhakrishnan wrote: >> Functions inside kernel modules that use __ref >> will end up being placed in .ARM.exidx.ref.text >> section by gcc. >> >> Currently we don't consider adding these functions >> to arm unwind

Re: [PATCH] ARM: module: Add .ref.text to arm unwind tables

2015-05-25 Thread vigneshr
Forgot to add Maintainers. Adding them now. On 05/13/2015 08:20 AM, Vignesh Radhakrishnan wrote: Functions inside kernel modules that use __ref will end up being placed in .ARM.exidx.ref.text section by gcc. Currently we don't consider adding these functions to arm unwind tables. Hence,

Re: [PATCH] ARM: module: Add ".ref.text" to arm unwind tables

2015-05-14 Thread Laura Abbott
On 05/13/2015 08:20 AM, Vignesh Radhakrishnan wrote: Functions inside kernel modules that use __ref will end up being placed in .ARM.exidx.ref.text section by gcc. Currently we don't consider adding these functions to arm unwind tables. Hence, if we turn slub debug on by default we end up with

Re: [PATCH] ARM: module: Add .ref.text to arm unwind tables

2015-05-14 Thread Laura Abbott
On 05/13/2015 08:20 AM, Vignesh Radhakrishnan wrote: Functions inside kernel modules that use __ref will end up being placed in .ARM.exidx.ref.text section by gcc. Currently we don't consider adding these functions to arm unwind tables. Hence, if we turn slub debug on by default we end up with

[PATCH] ARM: module: Add ".ref.text" to arm unwind tables

2015-05-13 Thread Vignesh Radhakrishnan
Functions inside kernel modules that use __ref will end up being placed in .ARM.exidx.ref.text section by gcc. Currently we don't consider adding these functions to arm unwind tables. Hence, if we turn slub debug on by default we end up with the messages of this sort: unwind: Index not

[PATCH] ARM: module: Add .ref.text to arm unwind tables

2015-05-13 Thread Vignesh Radhakrishnan
Functions inside kernel modules that use __ref will end up being placed in .ARM.exidx.ref.text section by gcc. Currently we don't consider adding these functions to arm unwind tables. Hence, if we turn slub debug on by default we end up with the messages of this sort: unwind: Index not