[Bug 1348442] Re: Unable to compile proprietary kernel driver under ARM64 Ubuntu 14.04

2015-01-06 Thread Joseph Salisbury
** Tags removed: kernel-key -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1348442 Title: Unable to compile proprietary kernel driver under ARM64 Ubuntu 14.04 To manage notifications about this bug

[Bug 1348442] Re: Unable to compile proprietary kernel driver under ARM64 Ubuntu 14.04

2014-12-04 Thread Joseph Salisbury
** Tags added: kernel-key -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1348442 Title: Unable to compile proprietary kernel driver under ARM64 Ubuntu 14.04 To manage notifications about this bug

[Bug 1348442] Re: Unable to compile proprietary kernel driver under ARM64 Ubuntu 14.04

2014-12-04 Thread Andy Whitcroft
You are not permitted to link to GPL only symbols if your module is not GPL, the error there is telling you you are trying to do exactly that: FATAL: modpost: GPL-incompatible module test.ko uses GPL-only symbol 'xen_dma_ops' Either one has to work with the upstream contributor to relax that

[Bug 1348442] Re: Unable to compile proprietary kernel driver under ARM64 Ubuntu 14.04

2014-12-04 Thread Andy Whitcroft
The dependencies on xen_dma_ops were introduced in the commit below: commit c7e9bc548325f19635e7ac7cd5f3ec587228952e Author: Stefano Stabellini stefano.stabell...@eu.citrix.com Date: Fri Oct 18 16:01:26 2013 + arm/xen: get_dma_ops: return xen_dma_ops if we are running as

[Bug 1348442] Re: Unable to compile proprietary kernel driver under ARM64 Ubuntu 14.04

2014-07-29 Thread Joseph Salisbury
** Changed in: linux (Ubuntu) Importance: Undecided = Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1348442 Title: Unable to compile proprietary kernel driver under ARM64 Ubuntu 14.04 To

[Bug 1348442] Re: Unable to compile proprietary kernel driver under ARM64 Ubuntu 14.04

2014-07-24 Thread Ctuffli
** Attachment added: Example driver exhibiting the problem described https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1348442/+attachment/4162418/+files/test.tar.gz ** Tags added: apport-collected trusty ** Description changed: Compiling a kernel driver with a proprietary license