Re: No section mismatch warnings for Thumb2 kernels

2013-02-20 Thread Jon Medhurst (Tixy)
On Wed, 2013-02-20 at 11:28 -0500, Nicolas Pitre wrote: > On Wed, 20 Feb 2013, Jon Medhurst (Tixy) wrote: > > > After some time investigating why I wasn't seeing some kernel section > > mismatch errors that someone else was seeing, I found the cause was that > > in Linaro we build Thumb2 kernels i

Re: No section mismatch warnings for Thumb2 kernels

2013-02-20 Thread Nicolas Pitre
On Wed, 20 Feb 2013, Jon Medhurst (Tixy) wrote: > After some time investigating why I wasn't seeing some kernel section > mismatch errors that someone else was seeing, I found the cause was that > in Linaro we build Thumb2 kernels in the main, and modpost.c doesn't > have support for any of the Th

No section mismatch warnings for Thumb2 kernels

2013-02-20 Thread Jon Medhurst (Tixy)
After some time investigating why I wasn't seeing some kernel section mismatch errors that someone else was seeing, I found the cause was that in Linaro we build Thumb2 kernels in the main, and modpost.c doesn't have support for any of the Thumb relocation types in addend_arm_rel(). I thought I wo