Uli Luckas | 3 Jun 2012 02:31
Picon

em8300 Kbuild fix for compat_ioctl

Hi all,
Starting with kernel 3.1 I have a problem with em8300_ioctl32 not being 
compiled into my em8300 kernel module.
The system is 32-bit debian with an amd64 kernel.
The kernel headers come from the debian package. The em8300 module is 
compiled from source.

Looking into the problem I found ARCH to be "x86"! I have no idea why 
this is so but I suspect that depending on CONFIG_COMPAT is the better 
approch any way.

So feel free to apply attached patch to the em8300 repository.

Regards,
Uli

Attachment (em8300_Kbuild.patch): text/x-patch, 361 bytes
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Dxr3-devel mailing list
Dxr3-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dxr3-devel
(Continue reading)

Uli Luckas | 4 Jun 2012 08:07
Picon

Re: em8300 Kbuild fix for compat_ioctl

On 06/03/2012 02:31 AM, Uli Luckas wrote:
> Hi all,
> Starting with kernel 3.1 I have a problem with em8300_ioctl32 not 
> being compiled into my em8300 kernel module.
> The system is 32-bit debian with an amd64 kernel.
> The kernel headers come from the debian package. The em8300 module is 
> compiled from source.
>
> Looking into the problem I found ARCH to be "x86"! I have no idea why 
> this is so but I suspect that depending on CONFIG_COMPAT is the better 
> approch any way.
>
> So feel free to apply attached patch to the em8300 repository.
>
> Regards,
> Uli
>
Just pushed to github:
git://github.com/uluckas/em8300.git

You might be able to pull with hg's git plugin.

Uli

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
(Continue reading)


Gmane