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
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
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