testing kernel module build in branches/304 and branches/340

Luca Boccassi luca.boccassi at gmail.com
Fri Feb 26 00:44:56 UTC 2016


On Thu, 2016-02-25 at 02:42 +0100, Andreas Beckmann wrote:
> Hi Luca,
> 
> if you have some time, maybe you could test the kernel module build in
> the 304 and 340 branches - especially i386 (both) and armhf (only 340),
> and both -source and -dkms builds.

Hi,

Ran some tests on 340, I'll do 304 tomorrow or during the weekend.

I've tested 3.2 on amd64 and i386, and 3.16.0-0.bpo.4, 4.3.0-1, 4.4.0-1
on all architectures. 4.5 fails due to missing file as per other thread,
not our fault.

DKMS builds fine on amd64 and i386, but fails on ARM because the Xen
test fails, despite the patch and that ARCH is set to arm:

...
if ! /bin/sh /var/lib/dkms/nvidia-current/340.96/build/conftest.sh "
gcc-4.9" " gcc-4.9" arm ...

conftest.sh:

...
CC="$1"
HOSTCC="$2"
ARCH=$3
...
if [ "$ARCH" = "arm" ] ||
         ! test_configuration_option CONFIG_XEN ||
         test_configuration_option CONFIG_PARAVIRT; then
        XEN_PRESENT=0
fi

Also, the dkms.conf on arm has the UVM bits enabled:

BUILT_MODULE_NAME[1]="nvidia-uvm"
BUILT_MODULE_LOCATION[1]="uvm/"
...


The kernel-source builds on i386, but curiously not on amd64,
conftest.sh is failing.

I'll investigate further tomorrow or during the weekend.

Kind regards,
Luca Boccassi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part
URL: <http://lists.alioth.debian.org/pipermail/pkg-nvidia-devel/attachments/20160226/d44419a4/attachment.sig>


More information about the pkg-nvidia-devel mailing list