NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: port-arm/49299: earmv7hfeb kernels can not load modules
> On Nov 3, 2014, at 9:45 AM, Masao Uebayashi <uebayasi%gmail.com@localhost> wrote:
>
> The following reply was made to PR port-arm/49299; it has been noted by GNATS.
>
> From: Masao Uebayashi <uebayasi%gmail.com@localhost>
> To: gnats-bugs%netbsd.org@localhost
> Cc:
> Subject: Re: port-arm/49299: earmv7hfeb kernels can not load modules
> Date: Tue, 4 Nov 2014 02:40:08 +0900
>
> 0xdc0a0e1 looks like the exact first instruction of filemon_modcmd,
> but inverted endian:
>
> 000001d4 <filemon_modcmd>:
> 1d4: e1a0c00d mov ip, sp
> :
>
Code needs to added to iterate though the $a/$d/$t symbols and do the appropriate byte swapping of instruction. I don’t even know our ksyms can deal with symbols that have multiple values.
Home |
Main Index |
Thread Index |
Old Index