spl-linux 0.6.5.6-0ubuntu4 source package in Ubuntu

Changelog

spl-linux (0.6.5.6-0ubuntu4) xenial; urgency=medium

  * Fix do_div() types in condvar:timeout (LP: #1599219)
    - The do_div() macro expects unsigned types and this is detected in
      powerpc implementation of do_div().
  * Only perform dep8 tests on real hardware (LP: #1599221)
    - Add isolation-machine to tests/control Restrictions as
      we need to insert/remove the spl kernel module.
    - Also restrict spl tests to 64 bit systems and don't run on 32 bit
      architectures.
    - Limit large memory splat tests on systems with plenty of memory to
      accommodate the tests.
  * Fix dep8 splat test, should be kmem:slab_align and not slab_align in
    the SPLAT_TESTS large memory test case (LP: #1599259)

 -- Colin Ian King <email address hidden>  Tue, 05 Jul 2016 19:51:41 +0100

Upload details

Uploaded by:
Colin Ian King
Sponsored by:
Tim Gardner
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
kernel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial updates universe kernel

Downloads

File Size SHA-256 Checksum
spl-linux_0.6.5.6.orig.tar.xz 148.8 KiB bb16c615835d2fead16b11db23a5c0e7625216d990adc630c546bf726eabb518
spl-linux_0.6.5.6-0ubuntu4.debian.tar.gz 11.8 KiB d4991e21bd67b0d21a0021b5e6e42187057a04d974ba93b7fb8915b902a478c9
spl-linux_0.6.5.6-0ubuntu4.dsc 1.9 KiB b8e11bac170df74c25e1f1c341019802b6fa158272583fd9ca72956df83d2c8d

View changes file

Binary packages built by this source

spl: Solaris Porting Layer utilities for Linux

 This package provides the userspace utilities for the SPL and SPLAT Linux
 kernel modules.

spl-dbgsym: debug symbols for package spl

 This package provides the userspace utilities for the SPL and SPLAT Linux
 kernel modules.

spl-dkms: Solaris Porting Layer kernel modules for Linux

 The Solaris Porting Layer (SPL) is a Linux kernel module which provides many of
 the Solaris kernel APIs. This shim layer makes it possible to run Solaris
 kernel code in the Linux kernel with relatively minimal modification.
 .
 The Solaris Porting LAyer Tests (SPLAT) is a Linux kernel module which provides
 a testing harness for the SPL module.