linux 3.13.0-143.192 source package in Ubuntu

Changelog

linux (3.13.0-143.192) trusty; urgency=medium

  * linux: 3.13.0-143.192 -proposed tracker (LP: #1751838)

  * CVE-2017-5715 (Spectre v2 retpoline)
    - x86/alternatives: Fix ALTERNATIVE_2 padding generation properly
    - x86/alternatives: Fix alt_max_short macro to really be a max()
    - x86/alternatives: Guard NOPs optimization
    - x86/alternatives: Switch AMD F15h and later to the P6 NOPs
    - x86/alternatives: Make optimize_nops() interrupt safe and synced
    - x86/alternatives: Fix optimize_nops() checking
    - x86/cpuid: Provide get_scattered_cpuid_leaf()
    - x86/cpu: Factor out application of forced CPU caps
    - x86/cpufeatures: Make CPU bugs sticky
    - x86/cpufeatures: Add X86_BUG_CPU_INSECURE
    - x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWN
    - x86/cpufeatures: Add X86_BUG_SPECTRE_V[12]
    - x86/cpu, x86/pti: Do not enable PTI on AMD processors
    - x86/cpu: Merge bugs.c and bugs_64.c
    - sysfs/cpu: Add vulnerability folder
    - x86/cpu: Implement CPU vulnerabilites sysfs functions
    - x86/alternatives: Add missing '\n' at end of ALTERNATIVE inline asm
    - x86/mm/32: Move setup_clear_cpu_cap(X86_FEATURE_PCID) earlier
    - x86/asm: Use register variable to get stack pointer value
    - x86/kbuild: enable modversions for symbols exported from asm
    - x86/asm: Make asm/alternative.h safe from assembly
    - EXPORT_SYMBOL() for asm
    - kconfig.h: use __is_defined() to check if MODULE is defined
    - x86/retpoline: Add initial retpoline support
    - x86/spectre: Add boot time option to select Spectre v2 mitigation
    - x86/retpoline/crypto: Convert crypto assembler indirect jumps
    - x86/retpoline/entry: Convert entry assembler indirect jumps
    - x86/retpoline/ftrace: Convert ftrace assembler indirect jumps
    - x86/retpoline/hyperv: Convert assembler indirect jumps
    - x86/retpoline/xen: Convert Xen hypercall indirect jumps
    - x86/retpoline/checksum32: Convert assembler indirect jumps
    - x86/retpoline/irq32: Convert assembler indirect jumps
    - x86/retpoline: Fill return stack buffer on vmexit
    - x86/retpoline: Remove compile time warning
    - x86/retpoline: Add LFENCE to the retpoline/RSB filling RSB macros
    - module: Add retpoline tag to VERMAGIC
    - x86/mce: Make machine check speculation protected
    - retpoline: Introduce start/end markers of indirect thunk
    - kprobes/x86: Disable optimizing on the function jumps to indirect thunk
    - x86/retpoline: Optimize inline assembler for vmexit_fill_RSB
    - [Config] CONFIG_RETPOLINE=y
    - [Packaging] retpoline -- add call site validation
    - [Packaging] retpoline files must be sorted
    - [Config] disable retpoline for the first upload
    - [Config] updateconfigs - enable CONFIG_GENERIC_CPU_VULNERABILITIES

  * retpoline abi files are empty on i386 (LP: #1751021)
    - [Packaging] retpoline-extract -- instantiate retpoline files for i386
    - [Packaging] final-checks -- sanity checking ABI contents
    - [Packaging] final-checks -- check for empty retpoline files

  * CVE-2017-5715 (Spectre v2 Intel)
    - x86, microcode: Share native MSR accessing variants
    - kvm: vmx: Scrub hardware GPRs at VM-exit
    - SAUCE: x86/feature: Enable the x86 feature to control Speculation
    - SAUCE: x86/feature: Report presence of IBPB and IBRS control
    - SAUCE: x86/enter: MACROS to set/clear IBRS and set IBPB
    - SAUCE: x86/enter: Use IBRS on syscall and interrupts
    - SAUCE: x86/idle: Disable IBRS entering idle and enable it on wakeup
    - SAUCE: x86/idle: Disable IBRS when offlining cpu and re-enable on wakeup
    - SAUCE: x86/mm: Set IBPB upon context switch
    - SAUCE: x86/mm: Only set IBPB when the new thread cannot ptrace current
      thread
    - SAUCE: x86/entry: Stuff RSB for entry to kernel for non-SMEP platform
    - SAUCE: x86/kvm: add MSR_IA32_SPEC_CTRL and MSR_IA32_PRED_CMD to kvm
    - SAUCE: x86/kvm: Set IBPB when switching VM
    - SAUCE: x86/kvm: Toggle IBRS on VM entry and exit
    - SAUCE: x86/spec_ctrl: Add sysctl knobs to enable/disable SPEC_CTRL feature
    - SAUCE: x86/spec_ctrl: Add lock to serialize changes to ibrs and ibpb control
    - SAUCE: x86/cpu/AMD: Add speculative control support for AMD
    - SAUCE: x86/microcode: Extend post microcode reload to support IBPB feature
    - SAUCE: KVM: SVM: Do not intercept new speculative control MSRs
    - SAUCE: x86/svm: Set IBRS value on VM entry and exit
    - SAUCE: x86/svm: Set IBPB when running a different VCPU
    - SAUCE: KVM: x86: Add speculative control CPUID support for guests
    - SAUCE: x86/entry: Fixup 32bit compat call locations
    - SAUCE: KVM: Fix spec_ctrl CPUID support for guests
    - SAUCE: x86/cpuid: Fix ordering of scattered feature list
    - SAUCE: turn off IBRS when full retpoline is present

  * CVE-2017-5753 (Spectre v1 Intel)
    - x86: Add another set of MSR accessor functions
    - x86/cpu/AMD: Make the LFENCE instruction serialized
    - SAUCE: x86/cpu/AMD: switch to lfence rather than mfence
    - locking/barriers: introduce new observable speculation barrier
    - bpf: prevent speculative execution in eBPF interpreter
    - uvcvideo: prevent speculative execution
    - carl9170: prevent speculative execution
    - qla2xxx: prevent speculative execution
    - fs: prevent speculative execution
    - udf: prevent speculative execution
    - userns: prevent speculative execution
    - SAUCE: claim mitigation via observable speculation barrier
    - powerpc: add osb barrier
    - s390/spinlock: add osb memory barrier
    - arm64: no osb() implementation yet
    - arm: no osb() implementation yet

  * CVE-2017-5715 (revert embargoed) // CVE-2017-5753 (revert embargoed)
    - Revert "UBUNTU: SAUCE: x86/cpuid: Fix ordering of scattered feature list"
    - Revert "UBUNTU: SAUCE: KVM: Fix spec_ctrl CPUID support for guests"
    - Revert "UBUNTU: SAUCE: x86/entry: Fixup 32bit compat call locations"
    - Revert "UBUNTU: SAUCE: powerpc: no gmb() implementation yet"
    - Revert "UBUNTU: SAUCE: arm: no gmb() implementation yet"
    - Revert "UBUNTU: SAUCE: arm64: no gmb() implementation yet"
    - Revert "UBUNTU: SAUCE: x86/kvm: Fix stuff_RSB() for 32-bit"
    - Revert "UBUNTU: SAUCE: x86/cpu/AMD: Remove now unused definition of
      MFENCE_RDTSC feature"
    - Revert "UBUNTU: SAUCE: x86/cpu/AMD: Make the LFENCE instruction serialized"
    - Revert "UBUNTU: SAUCE: x86/svm: Add code to clobber the RSB on VM exit"
    - Revert "UBUNTU: SAUCE: KVM: x86: Add speculative control CPUID support for
      guests"
    - Revert "UBUNTU: SAUCE: x86/svm: Set IBPB when running a different VCPU"
    - Revert "UBUNTU: SAUCE: x86/svm: Set IBRS value on VM entry and exit"
    - Revert "UBUNTU: SAUCE: KVM: SVM: Do not intercept new speculative control
      MSRs"
    - Revert "UBUNTU: SAUCE: x86/microcode: Extend post microcode reload to
      support IBPB feature"
    - Revert "UBUNTU: SAUCE: x86/cpu/AMD: Add speculative control support for AMD"
    - Revert "UBUNTU: SAUCE: x86/entry: Use retpoline for syscall's indirect
      calls"
    - Revert "UBUNTU: SAUCE: x86/spec_ctrl: Add lock to serialize changes to ibrs
      and ibpb control"
    - Revert "UBUNTU: SAUCE: x86/spec_ctrl: Add sysctl knobs to enable/disable
      SPEC_CTRL feature"
    - Revert "UBUNTU: SAUCE: x86/kvm: Pad RSB on VM transition"
    - Revert "UBUNTU: SAUCE: x86/kvm: Toggle IBRS on VM entry and exit"
    - Revert "UBUNTU: SAUCE: x86/kvm: Set IBPB when switching VM"
    - Revert "UBUNTU: SAUCE: x86/kvm: add MSR_IA32_SPEC_CTRL and MSR_IA32_PRED_CMD
      to kvm"
    - Revert "UBUNTU: SAUCE: x86/entry: Stuff RSB for entry to kernel for non-SMEP
      platform"
    - Revert "UBUNTU: SAUCE: x86/mm: Only set IBPB when the new thread cannot
      ptrace current thread"
    - Revert "UBUNTU: SAUCE: x86/mm: Set IBPB upon context switch"
    - Revert "UBUNTU: SAUCE: x86/idle: Disable IBRS when offlining cpu and re-
      enable on wakeup"
    - Revert "UBUNTU: SAUCE: x86/idle: Disable IBRS entering idle and enable it on
      wakeup"
    - Revert "UBUNTU: SAUCE: x86/enter: Use IBRS on syscall and interrupts"
    - Revert "UBUNTU: SAUCE: x86/enter: MACROS to set/clear IBRS and set IBPB"
    - Revert "UBUNTU: SAUCE: x86/feature: Report presence of IBPB and IBRS
      control"
    - Revert "UBUNTU: SAUCE: x86/feature: Enable the x86 feature to control
      Speculation"
    - Revert "UBUNTU: SAUCE: udf: prevent speculative execution"
    - Revert "UBUNTU: SAUCE: fs: prevent speculative execution"
    - Revert "UBUNTU: SAUCE: userns: prevent speculative execution"
    - Revert "UBUNTU: SAUCE: cw1200: prevent speculative execution"
    - Revert "UBUNTU: SAUCE: qla2xxx: prevent speculative execution"
    - Revert "UBUNTU: SAUCE: p54: prevent speculative execution"
    - Revert "UBUNTU: SAUCE: carl9170: prevent speculative execution"
    - Revert "UBUNTU: SAUCE: uvcvideo: prevent speculative execution"
    - Revert "UBUNTU: SAUCE: locking/barriers: introduce new memory barrier gmb()"
    - Revert "kvm: vmx: Scrub hardware GPRs at VM-exit"
    - Revert "x86/cpuid: Provide get_scattered_cpuid_leaf()"
    - Revert "x86: Add another set of MSR accessor functions"
    - Revert "x86, microcode: Share native MSR accessing variants"

  * stress-ng enosys stressor triggers a kernel BUG (LP: #1750786)
    - SAUCE: x86, extable: fix uaccess fixup detection

 -- Kleber Sacilotto de Souza <email address hidden>  Tue, 27 Feb 2018 10:32:36 +0100

Upload details

Uploaded by:
Kleber Sacilotto de Souza
Uploaded to:
Trusty
Original maintainer:
Ubuntu Kernel Team
Architectures:
all i386 amd64 armhf arm64 x32 powerpc ppc64el
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
linux_3.13.0.orig.tar.gz 111.0 MiB 073d6a589655031564407e349c86a316941fc26ef3444bb73a092b43a48347ec
linux_3.13.0-143.192.diff.gz 9.2 MiB c7c51d308e275229b365aaf4d6593386273067a98082fcd3e85713bfe771a8e4
linux_3.13.0-143.192.dsc 7.6 KiB be85b88b17783ae470c3e239bc22fd6ad08a6eb567703dc04e3a28eabf9a2783

Available diffs

View changes file

Binary packages built by this source

block-modules-3.13.0-143-generic-di: No summary available for block-modules-3.13.0-143-generic-di in ubuntu trusty.

No description available for block-modules-3.13.0-143-generic-di in ubuntu trusty.

block-modules-3.13.0-143-generic-lpae-di: No summary available for block-modules-3.13.0-143-generic-lpae-di in ubuntu trusty.

No description available for block-modules-3.13.0-143-generic-lpae-di in ubuntu trusty.

block-modules-3.13.0-143-powerpc-e500-di: Block storage devices

 This package contains the block storage devices, including DAC960 and
 paraide.

block-modules-3.13.0-143-powerpc-e500mc-di: Block storage devices

 This package contains the block storage devices, including DAC960 and
 paraide.

block-modules-3.13.0-143-powerpc-smp-di: Block storage devices

 This package contains the block storage devices, including DAC960 and
 paraide.

block-modules-3.13.0-143-powerpc64-smp-di: Block storage devices

 This package contains the block storage devices, including DAC960 and
 paraide.

crypto-modules-3.13.0-143-generic-di: No summary available for crypto-modules-3.13.0-143-generic-di in ubuntu trusty.

No description available for crypto-modules-3.13.0-143-generic-di in ubuntu trusty.

crypto-modules-3.13.0-143-generic-lpae-di: No summary available for crypto-modules-3.13.0-143-generic-lpae-di in ubuntu trusty.

No description available for crypto-modules-3.13.0-143-generic-lpae-di in ubuntu trusty.

crypto-modules-3.13.0-143-powerpc-e500-di: crypto modules

 This package contains crypto modules.

crypto-modules-3.13.0-143-powerpc-e500mc-di: crypto modules

 This package contains crypto modules.

crypto-modules-3.13.0-143-powerpc-smp-di: crypto modules

 This package contains crypto modules.

crypto-modules-3.13.0-143-powerpc64-smp-di: crypto modules

 This package contains crypto modules.

fat-modules-3.13.0-143-generic-di: No summary available for fat-modules-3.13.0-143-generic-di in ubuntu trusty.

No description available for fat-modules-3.13.0-143-generic-di in ubuntu trusty.

fat-modules-3.13.0-143-generic-lpae-di: No summary available for fat-modules-3.13.0-143-generic-lpae-di in ubuntu trusty.

No description available for fat-modules-3.13.0-143-generic-lpae-di in ubuntu trusty.

fat-modules-3.13.0-143-powerpc-e500-di: FAT filesystem support

 This includes Windows FAT and VFAT support.

fat-modules-3.13.0-143-powerpc-e500mc-di: FAT filesystem support

 This includes Windows FAT and VFAT support.

fat-modules-3.13.0-143-powerpc-smp-di: FAT filesystem support

 This includes Windows FAT and VFAT support.

fat-modules-3.13.0-143-powerpc64-smp-di: FAT filesystem support

 This includes Windows FAT and VFAT support.

fb-modules-3.13.0-143-generic-di: No summary available for fb-modules-3.13.0-143-generic-di in ubuntu trusty.

No description available for fb-modules-3.13.0-143-generic-di in ubuntu trusty.

firewire-core-modules-3.13.0-143-generic-di: No summary available for firewire-core-modules-3.13.0-143-generic-di in ubuntu trusty.

No description available for firewire-core-modules-3.13.0-143-generic-di in ubuntu trusty.

firewire-core-modules-3.13.0-143-powerpc-e500-di: Firewire (IEEE-1394) Support
firewire-core-modules-3.13.0-143-powerpc-e500mc-di: Firewire (IEEE-1394) Support
firewire-core-modules-3.13.0-143-powerpc-smp-di: Firewire (IEEE-1394) Support
firewire-core-modules-3.13.0-143-powerpc64-smp-di: Firewire (IEEE-1394) Support
floppy-modules-3.13.0-143-generic-di: No summary available for floppy-modules-3.13.0-143-generic-di in ubuntu trusty.

No description available for floppy-modules-3.13.0-143-generic-di in ubuntu trusty.

floppy-modules-3.13.0-143-powerpc-e500-di: Floppy driver support
floppy-modules-3.13.0-143-powerpc-e500mc-di: Floppy driver support
floppy-modules-3.13.0-143-powerpc-smp-di: Floppy driver support
floppy-modules-3.13.0-143-powerpc64-smp-di: Floppy driver support
fs-core-modules-3.13.0-143-generic-di: No summary available for fs-core-modules-3.13.0-143-generic-di in ubuntu trusty.

No description available for fs-core-modules-3.13.0-143-generic-di in ubuntu trusty.

fs-core-modules-3.13.0-143-generic-lpae-di: No summary available for fs-core-modules-3.13.0-143-generic-lpae-di in ubuntu trusty.

No description available for fs-core-modules-3.13.0-143-generic-lpae-di in ubuntu trusty.

fs-core-modules-3.13.0-143-powerpc-e500-di: Base filesystem modules

 This includes jfs, reiserfs and xfs.

fs-core-modules-3.13.0-143-powerpc-e500mc-di: Base filesystem modules

 This includes jfs, reiserfs and xfs.

fs-core-modules-3.13.0-143-powerpc-smp-di: Base filesystem modules

 This includes jfs, reiserfs and xfs.

fs-core-modules-3.13.0-143-powerpc64-smp-di: Base filesystem modules

 This includes jfs, reiserfs and xfs.

fs-secondary-modules-3.13.0-143-generic-di: No summary available for fs-secondary-modules-3.13.0-143-generic-di in ubuntu trusty.

No description available for fs-secondary-modules-3.13.0-143-generic-di in ubuntu trusty.

fs-secondary-modules-3.13.0-143-generic-lpae-di: No summary available for fs-secondary-modules-3.13.0-143-generic-lpae-di in ubuntu trusty.

No description available for fs-secondary-modules-3.13.0-143-generic-lpae-di in ubuntu trusty.

fs-secondary-modules-3.13.0-143-powerpc-e500-di: Extra filesystem modules

 This includes support for Windows NTFS and MacOS HFS/HFSPlus

fs-secondary-modules-3.13.0-143-powerpc-e500mc-di: Extra filesystem modules

 This includes support for Windows NTFS and MacOS HFS/HFSPlus

fs-secondary-modules-3.13.0-143-powerpc-smp-di: Extra filesystem modules

 This includes support for Windows NTFS and MacOS HFS/HFSPlus

fs-secondary-modules-3.13.0-143-powerpc64-smp-di: Extra filesystem modules

 This includes support for Windows NTFS and MacOS HFS/HFSPlus

input-modules-3.13.0-143-generic-di: No summary available for input-modules-3.13.0-143-generic-di in ubuntu trusty.

No description available for input-modules-3.13.0-143-generic-di in ubuntu trusty.

input-modules-3.13.0-143-generic-lpae-di: No summary available for input-modules-3.13.0-143-generic-lpae-di in ubuntu trusty.

No description available for input-modules-3.13.0-143-generic-lpae-di in ubuntu trusty.

input-modules-3.13.0-143-powerpc-e500-di: Support for various input methods
input-modules-3.13.0-143-powerpc-e500mc-di: Support for various input methods
input-modules-3.13.0-143-powerpc-smp-di: Support for various input methods
input-modules-3.13.0-143-powerpc64-smp-di: Support for various input methods
ipmi-modules-3.13.0-143-generic-di: No summary available for ipmi-modules-3.13.0-143-generic-di in ubuntu trusty.

No description available for ipmi-modules-3.13.0-143-generic-di in ubuntu trusty.

ipmi-modules-3.13.0-143-generic-lpae-di: No summary available for ipmi-modules-3.13.0-143-generic-lpae-di in ubuntu trusty.

No description available for ipmi-modules-3.13.0-143-generic-lpae-di in ubuntu trusty.

ipmi-modules-3.13.0-143-powerpc-e500-di: ipmi modules
ipmi-modules-3.13.0-143-powerpc-e500mc-di: ipmi modules
ipmi-modules-3.13.0-143-powerpc-smp-di: ipmi modules
ipmi-modules-3.13.0-143-powerpc64-smp-di: ipmi modules
irda-modules-3.13.0-143-generic-di: No summary available for irda-modules-3.13.0-143-generic-di in ubuntu trusty.

No description available for irda-modules-3.13.0-143-generic-di in ubuntu trusty.

irda-modules-3.13.0-143-generic-lpae-di: No summary available for irda-modules-3.13.0-143-generic-lpae-di in ubuntu trusty.

No description available for irda-modules-3.13.0-143-generic-lpae-di in ubuntu trusty.

irda-modules-3.13.0-143-powerpc-e500-di: Support for Infrared protocols
irda-modules-3.13.0-143-powerpc-e500mc-di: Support for Infrared protocols
irda-modules-3.13.0-143-powerpc-smp-di: Support for Infrared protocols
irda-modules-3.13.0-143-powerpc64-smp-di: Support for Infrared protocols
kernel-image-3.13.0-143-generic-di: No summary available for kernel-image-3.13.0-143-generic-di in ubuntu trusty.

No description available for kernel-image-3.13.0-143-generic-di in ubuntu trusty.

kernel-image-3.13.0-143-generic-lpae-di: No summary available for kernel-image-3.13.0-143-generic-lpae-di in ubuntu trusty.

No description available for kernel-image-3.13.0-143-generic-lpae-di in ubuntu trusty.

kernel-image-3.13.0-143-powerpc-e500-di: Linux kernel binary image for the Debian installer

 This package contains the kernel image for the Debian installer
 boot images. It does _not_ provide a usable kernel for your full
 Debian system.

kernel-image-3.13.0-143-powerpc-e500mc-di: Linux kernel binary image for the Debian installer

 This package contains the kernel image for the Debian installer
 boot images. It does _not_ provide a usable kernel for your full
 Debian system.

kernel-image-3.13.0-143-powerpc-smp-di: Linux kernel binary image for the Debian installer

 This package contains the kernel image for the Debian installer
 boot images. It does _not_ provide a usable kernel for your full
 Debian system.

kernel-image-3.13.0-143-powerpc64-smp-di: Linux kernel binary image for the Debian installer

 This package contains the kernel image for the Debian installer
 boot images. It does _not_ provide a usable kernel for your full
 Debian system.

linux-cloud-tools-3.13.0-143: No summary available for linux-cloud-tools-3.13.0-143 in ubuntu trusty.

No description available for linux-cloud-tools-3.13.0-143 in ubuntu trusty.

linux-cloud-tools-3.13.0-143-dbgsym: No summary available for linux-cloud-tools-3.13.0-143-dbgsym in ubuntu trusty.

No description available for linux-cloud-tools-3.13.0-143-dbgsym in ubuntu trusty.

linux-cloud-tools-3.13.0-143-generic: No summary available for linux-cloud-tools-3.13.0-143-generic in ubuntu trusty.

No description available for linux-cloud-tools-3.13.0-143-generic in ubuntu trusty.

linux-cloud-tools-3.13.0-143-lowlatency: No summary available for linux-cloud-tools-3.13.0-143-lowlatency in ubuntu trusty.

No description available for linux-cloud-tools-3.13.0-143-lowlatency in ubuntu trusty.

linux-cloud-tools-common: Linux kernel version specific cloud tools for version 3.13.0

 This package provides the architecture independent parts for kernel
 version locked tools for cloud tools for version PGKVER.

linux-doc: Linux kernel specific documentation for version 3.13.0

 This package provides the various documents in the 3.13.0 kernel
 Documentation/ subdirectory. These document kernel subsystems, APIs, device
 drivers, and so on. See
 /usr/share/doc/linux-doc/00-INDEX for a list of what is
 contained in each file.

linux-headers-3.13.0-143: Header files related to Linux kernel version 3.13.0

 This package provides kernel header files for version 3.13.0, for sites
 that want the latest kernel headers. Please read
 /usr/share/doc/linux-headers-3.13.0-143/debian.README.gz for details

linux-headers-3.13.0-143-generic: No summary available for linux-headers-3.13.0-143-generic in ubuntu trusty.

No description available for linux-headers-3.13.0-143-generic in ubuntu trusty.

linux-headers-3.13.0-143-generic-lpae: No summary available for linux-headers-3.13.0-143-generic-lpae in ubuntu trusty.

No description available for linux-headers-3.13.0-143-generic-lpae in ubuntu trusty.

linux-headers-3.13.0-143-lowlatency: No summary available for linux-headers-3.13.0-143-lowlatency in ubuntu trusty.

No description available for linux-headers-3.13.0-143-lowlatency in ubuntu trusty.

linux-headers-3.13.0-143-powerpc-e500: Linux kernel headers for version 3.13.0 on 32-bit Freescale Power e500v1 and e500v2

 This package provides kernel header files for version 3.13.0 on
 32-bit Freescale Power e500v1 and e500v2.
 .
 This is for sites that want the latest kernel headers. Please read
 /usr/share/doc/linux-headers-3.13.0-143/debian.README.gz for details.

linux-headers-3.13.0-143-powerpc-e500mc: Linux kernel headers for version 3.13.0 on 32-bit Freescale Power e500mc

 This package provides kernel header files for version 3.13.0 on
 32-bit Freescale Power e500mc.
 .
 This is for sites that want the latest kernel headers. Please read
 /usr/share/doc/linux-headers-3.13.0-143/debian.README.gz for details.

linux-headers-3.13.0-143-powerpc-smp: Linux kernel headers for version 3.13.0 on 32-bit PowerPC SMP

 This package provides kernel header files for version 3.13.0 on
 32-bit PowerPC SMP.
 .
 This is for sites that want the latest kernel headers. Please read
 /usr/share/doc/linux-headers-3.13.0-143/debian.README.gz for details.

linux-headers-3.13.0-143-powerpc64-emb: Linux kernel headers for version 3.13.0 on 64-bit PowerPC SMP Book3E

 This package provides kernel header files for version 3.13.0 on
 64-bit PowerPC SMP Book3E.
 .
 This is for sites that want the latest kernel headers. Please read
 /usr/share/doc/linux-headers-3.13.0-143/debian.README.gz for details.

linux-headers-3.13.0-143-powerpc64-smp: Linux kernel headers for version 3.13.0 on 64-bit PowerPC SMP

 This package provides kernel header files for version 3.13.0 on
 64-bit PowerPC SMP.
 .
 This is for sites that want the latest kernel headers. Please read
 /usr/share/doc/linux-headers-3.13.0-143/debian.README.gz for details.

linux-image-3.13.0-143-generic: No summary available for linux-image-3.13.0-143-generic in ubuntu trusty.

No description available for linux-image-3.13.0-143-generic in ubuntu trusty.

linux-image-3.13.0-143-generic-dbgsym: No summary available for linux-image-3.13.0-143-generic-dbgsym in ubuntu trusty.

No description available for linux-image-3.13.0-143-generic-dbgsym in ubuntu trusty.

linux-image-3.13.0-143-generic-lpae: No summary available for linux-image-3.13.0-143-generic-lpae in ubuntu trusty.

No description available for linux-image-3.13.0-143-generic-lpae in ubuntu trusty.

linux-image-3.13.0-143-generic-lpae-dbgsym: No summary available for linux-image-3.13.0-143-generic-lpae-dbgsym in ubuntu trusty.

No description available for linux-image-3.13.0-143-generic-lpae-dbgsym in ubuntu trusty.

linux-image-3.13.0-143-lowlatency: No summary available for linux-image-3.13.0-143-lowlatency in ubuntu trusty.

No description available for linux-image-3.13.0-143-lowlatency in ubuntu trusty.

linux-image-3.13.0-143-lowlatency-dbgsym: No summary available for linux-image-3.13.0-143-lowlatency-dbgsym in ubuntu trusty.

No description available for linux-image-3.13.0-143-lowlatency-dbgsym in ubuntu trusty.

linux-image-3.13.0-143-powerpc-e500: Linux kernel image for version 3.13.0 on 32-bit Freescale Power e500v1 and e500v2

 This package contains the Linux kernel image for version 3.13.0 on
 32-bit Freescale Power e500v1 and e500v2.
 .
 Also includes the corresponding System.map file, the modules built by the
 packager, and scripts that try to ensure that the system is not left in an
 unbootable state after an update.
 .
 Supports 32-bit Freescale Power e500v1 and e500v2 processors.
 .
 Geared toward server systems.
 .
 You likely do not want to install this package directly. Instead, install
 the linux-powerpc-e500 meta-package, which will ensure that upgrades work
 correctly, and that supporting packages are also installed.

linux-image-3.13.0-143-powerpc-e500-dbgsym: Linux kernel debug image for version 3.13.0 on 32-bit Freescale Power e500v1 and e500v2

 This package provides a kernel debug image for version 3.13.0 on
 32-bit Freescale Power e500v1 and e500v2.
 .
 This is for sites that wish to debug the kernel.
 .
 The kernel image contained in this package is NOT meant to boot from. It
 is uncompressed, and unstripped. This package also includes the
 unstripped modules.

linux-image-3.13.0-143-powerpc-e500mc: Linux kernel image for version 3.13.0 on 32-bit Freescale Power e500mc

 This package contains the Linux kernel image for version 3.13.0 on
 32-bit Freescale Power e500mc.
 .
 Also includes the corresponding System.map file, the modules built by the
 packager, and scripts that try to ensure that the system is not left in an
 unbootable state after an update.
 .
 Supports 32-bit Freescale Power e500mc processors.
 .
 Geared toward server systems.
 .
 You likely do not want to install this package directly. Instead, install
 the linux-powerpc-e500mc meta-package, which will ensure that upgrades work
 correctly, and that supporting packages are also installed.

linux-image-3.13.0-143-powerpc-e500mc-dbgsym: Linux kernel debug image for version 3.13.0 on 32-bit Freescale Power e500mc

 This package provides a kernel debug image for version 3.13.0 on
 32-bit Freescale Power e500mc.
 .
 This is for sites that wish to debug the kernel.
 .
 The kernel image contained in this package is NOT meant to boot from. It
 is uncompressed, and unstripped. This package also includes the
 unstripped modules.

linux-image-3.13.0-143-powerpc-smp: Linux kernel image for version 3.13.0 on 32-bit PowerPC SMP

 This package contains the Linux kernel image for version 3.13.0 on
 32-bit PowerPC SMP.
 .
 Also includes the corresponding System.map file, the modules built by the
 packager, and scripts that try to ensure that the system is not left in an
 unbootable state after an update.
 .
 Supports 32-bit PowerPC SMP processors.
 .
 Geared toward desktop or server systems.
 .
 You likely do not want to install this package directly. Instead, install
 the linux-powerpc-smp meta-package, which will ensure that upgrades work
 correctly, and that supporting packages are also installed.

linux-image-3.13.0-143-powerpc-smp-dbgsym: Linux kernel debug image for version 3.13.0 on 32-bit PowerPC SMP

 This package provides a kernel debug image for version 3.13.0 on
 32-bit PowerPC SMP.
 .
 This is for sites that wish to debug the kernel.
 .
 The kernel image contained in this package is NOT meant to boot from. It
 is uncompressed, and unstripped. This package also includes the
 unstripped modules.

linux-image-3.13.0-143-powerpc64-emb: Linux kernel image for version 3.13.0 on 64-bit PowerPC SMP Book3E

 This package contains the Linux kernel image for version 3.13.0 on
 64-bit PowerPC SMP Book3E.
 .
 Also includes the corresponding System.map file, the modules built by the
 packager, and scripts that try to ensure that the system is not left in an
 unbootable state after an update.
 .
 Supports 64-bit PowerPC SMP Book3E processors.
 .
 Geared toward desktop or server systems.
 .
 You likely do not want to install this package directly. Instead, install
 the linux-powerpc64-emb meta-package, which will ensure that upgrades work
 correctly, and that supporting packages are also installed.

linux-image-3.13.0-143-powerpc64-emb-dbgsym: Linux kernel debug image for version 3.13.0 on 64-bit PowerPC SMP Book3E

 This package provides a kernel debug image for version 3.13.0 on
 64-bit PowerPC SMP Book3E.
 .
 This is for sites that wish to debug the kernel.
 .
 The kernel image contained in this package is NOT meant to boot from. It
 is uncompressed, and unstripped. This package also includes the
 unstripped modules.

linux-image-3.13.0-143-powerpc64-smp: Linux kernel image for version 3.13.0 on 64-bit PowerPC SMP

 This package contains the Linux kernel image for version 3.13.0 on
 64-bit PowerPC SMP.
 .
 Also includes the corresponding System.map file, the modules built by the
 packager, and scripts that try to ensure that the system is not left in an
 unbootable state after an update.
 .
 Supports 64-bit PowerPC SMP processors.
 .
 Geared toward desktop or server systems.
 .
 You likely do not want to install this package directly. Instead, install
 the linux-powerpc64-smp meta-package, which will ensure that upgrades work
 correctly, and that supporting packages are also installed.

linux-image-3.13.0-143-powerpc64-smp-dbgsym: Linux kernel debug image for version 3.13.0 on 64-bit PowerPC SMP

 This package provides a kernel debug image for version 3.13.0 on
 64-bit PowerPC SMP.
 .
 This is for sites that wish to debug the kernel.
 .
 The kernel image contained in this package is NOT meant to boot from. It
 is uncompressed, and unstripped. This package also includes the
 unstripped modules.

linux-image-extra-3.13.0-143-generic: No summary available for linux-image-extra-3.13.0-143-generic in ubuntu trusty.

No description available for linux-image-extra-3.13.0-143-generic in ubuntu trusty.

linux-libc-dev: Linux Kernel Headers for development

 This package provides headers from the Linux kernel. These headers
 are used by the installed headers for GNU glibc and other system
 libraries. They are NOT meant to be used to build third-party modules for
 your kernel. Use linux-headers-* packages for that.

linux-source-3.13.0: Linux kernel source for version 3.13.0 with Ubuntu patches

 This package provides the source code for the Linux kernel version
 3.13.0.
 .
 This package is mainly meant for other packages to use, in order to build
 custom flavours.
 .
 If you wish to use this package to create a custom Linux kernel, then it
 is suggested that you investigate the package kernel-package, which has
 been designed to ease the task of creating kernel image packages.
 .
 If you are simply trying to build third-party modules for your kernel,
 you do not want this package. Install the appropriate linux-headers
 package instead.

linux-tools-3.13.0-143: Linux kernel version specific tools for version 3.13.0-143

 This package provides the architecture dependant parts for kernel
 version locked tools (such as perf and x86_energy_perf_policy) for
 version 3.13.0-143 on
 PowerPC (32 bit userspace).
 You probabally want to install linux-tools-3.13.0-143-<flavour>.

linux-tools-3.13.0-143-dbgsym: debug symbols for package linux-tools-3.13.0-143

 This package provides the architecture dependant parts for kernel
 version locked tools (such as perf and x86_energy_perf_policy) for
 version 3.13.0-143 on
 PowerPC (32 bit userspace).
 You probabally want to install linux-tools-3.13.0-143-<flavour>.

linux-tools-3.13.0-143-generic: No summary available for linux-tools-3.13.0-143-generic in ubuntu trusty.

No description available for linux-tools-3.13.0-143-generic in ubuntu trusty.

linux-tools-3.13.0-143-generic-lpae: No summary available for linux-tools-3.13.0-143-generic-lpae in ubuntu trusty.

No description available for linux-tools-3.13.0-143-generic-lpae in ubuntu trusty.

linux-tools-3.13.0-143-lowlatency: No summary available for linux-tools-3.13.0-143-lowlatency in ubuntu trusty.

No description available for linux-tools-3.13.0-143-lowlatency in ubuntu trusty.

linux-tools-3.13.0-143-powerpc-e500: Linux kernel version specific tools for version 3.13.0-143

 This package provides the architecture dependant parts for kernel
 version locked tools (such as perf and x86_energy_perf_policy) for
 version 3.13.0-143 on
 PowerPC (32 bit userspace).

linux-tools-3.13.0-143-powerpc-e500mc: Linux kernel version specific tools for version 3.13.0-143

 This package provides the architecture dependant parts for kernel
 version locked tools (such as perf and x86_energy_perf_policy) for
 version 3.13.0-143 on
 PowerPC (32 bit userspace).

linux-tools-3.13.0-143-powerpc-smp: Linux kernel version specific tools for version 3.13.0-143

 This package provides the architecture dependant parts for kernel
 version locked tools (such as perf and x86_energy_perf_policy) for
 version 3.13.0-143 on
 PowerPC (32 bit userspace).

linux-tools-3.13.0-143-powerpc64-emb: Linux kernel version specific tools for version 3.13.0-143

 This package provides the architecture dependant parts for kernel
 version locked tools (such as perf and x86_energy_perf_policy) for
 version 3.13.0-143 on
 PowerPC (32 bit userspace).

linux-tools-3.13.0-143-powerpc64-smp: Linux kernel version specific tools for version 3.13.0-143

 This package provides the architecture dependant parts for kernel
 version locked tools (such as perf and x86_energy_perf_policy) for
 version 3.13.0-143 on
 PowerPC (32 bit userspace).

linux-tools-common: Linux kernel version specific tools for version 3.13.0

 This package provides the architecture independent parts for kernel
 version locked tools (such as perf and x86_energy_perf_policy) for
 version PGKVER.

linux-udebs-generic: Metapackage depending on kernel udebs

 This package depends on the all udebs that the kernel build generated,
 for easier version and migration tracking.

linux-udebs-generic-lpae: Metapackage depending on kernel udebs

 This package depends on the all udebs that the kernel build generated,
 for easier version and migration tracking.

linux-udebs-powerpc-e500: Metapackage depending on kernel udebs

 This package depends on the all udebs that the kernel build generated,
 for easier version and migration tracking.

linux-udebs-powerpc-e500mc: Metapackage depending on kernel udebs

 This package depends on the all udebs that the kernel build generated,
 for easier version and migration tracking.

linux-udebs-powerpc-smp: Metapackage depending on kernel udebs

 This package depends on the all udebs that the kernel build generated,
 for easier version and migration tracking.

linux-udebs-powerpc64-smp: Metapackage depending on kernel udebs

 This package depends on the all udebs that the kernel build generated,
 for easier version and migration tracking.

md-modules-3.13.0-143-generic-di: No summary available for md-modules-3.13.0-143-generic-di in ubuntu trusty.

No description available for md-modules-3.13.0-143-generic-di in ubuntu trusty.

md-modules-3.13.0-143-generic-lpae-di: No summary available for md-modules-3.13.0-143-generic-lpae-di in ubuntu trusty.

No description available for md-modules-3.13.0-143-generic-lpae-di in ubuntu trusty.

md-modules-3.13.0-143-powerpc-e500-di: Multi-device support (raid, device-mapper, lvm)
md-modules-3.13.0-143-powerpc-e500mc-di: Multi-device support (raid, device-mapper, lvm)
md-modules-3.13.0-143-powerpc-smp-di: Multi-device support (raid, device-mapper, lvm)
md-modules-3.13.0-143-powerpc64-smp-di: Multi-device support (raid, device-mapper, lvm)
message-modules-3.13.0-143-generic-di: No summary available for message-modules-3.13.0-143-generic-di in ubuntu trusty.

No description available for message-modules-3.13.0-143-generic-di in ubuntu trusty.

message-modules-3.13.0-143-powerpc-e500-di: Fusion and i2o storage modules

 This package containes the fusion and i2o storage modules.

message-modules-3.13.0-143-powerpc-e500mc-di: Fusion and i2o storage modules

 This package containes the fusion and i2o storage modules.

message-modules-3.13.0-143-powerpc-smp-di: Fusion and i2o storage modules

 This package containes the fusion and i2o storage modules.

message-modules-3.13.0-143-powerpc64-smp-di: Fusion and i2o storage modules

 This package containes the fusion and i2o storage modules.

mouse-modules-3.13.0-143-generic-di: No summary available for mouse-modules-3.13.0-143-generic-di in ubuntu trusty.

No description available for mouse-modules-3.13.0-143-generic-di in ubuntu trusty.

mouse-modules-3.13.0-143-generic-lpae-di: No summary available for mouse-modules-3.13.0-143-generic-lpae-di in ubuntu trusty.

No description available for mouse-modules-3.13.0-143-generic-lpae-di in ubuntu trusty.

mouse-modules-3.13.0-143-powerpc-e500-di: Mouse support

 This package contains mouse drivers for the Linux kernel.

mouse-modules-3.13.0-143-powerpc-e500mc-di: Mouse support

 This package contains mouse drivers for the Linux kernel.

mouse-modules-3.13.0-143-powerpc-smp-di: Mouse support

 This package contains mouse drivers for the Linux kernel.

mouse-modules-3.13.0-143-powerpc64-smp-di: Mouse support

 This package contains mouse drivers for the Linux kernel.

multipath-modules-3.13.0-143-generic-di: No summary available for multipath-modules-3.13.0-143-generic-di in ubuntu trusty.

No description available for multipath-modules-3.13.0-143-generic-di in ubuntu trusty.

multipath-modules-3.13.0-143-generic-lpae-di: No summary available for multipath-modules-3.13.0-143-generic-lpae-di in ubuntu trusty.

No description available for multipath-modules-3.13.0-143-generic-lpae-di in ubuntu trusty.

multipath-modules-3.13.0-143-powerpc-e500-di: DM-Multipath support

  This package contains modules for device-mapper multipath support.

multipath-modules-3.13.0-143-powerpc-e500mc-di: DM-Multipath support

  This package contains modules for device-mapper multipath support.

multipath-modules-3.13.0-143-powerpc-smp-di: DM-Multipath support

  This package contains modules for device-mapper multipath support.

multipath-modules-3.13.0-143-powerpc64-smp-di: DM-Multipath support

  This package contains modules for device-mapper multipath support.

nfs-modules-3.13.0-143-generic-di: No summary available for nfs-modules-3.13.0-143-generic-di in ubuntu trusty.

No description available for nfs-modules-3.13.0-143-generic-di in ubuntu trusty.

nfs-modules-3.13.0-143-generic-lpae-di: No summary available for nfs-modules-3.13.0-143-generic-lpae-di in ubuntu trusty.

No description available for nfs-modules-3.13.0-143-generic-lpae-di in ubuntu trusty.

nfs-modules-3.13.0-143-powerpc-e500-di: NFS filesystem drivers

 Includes the NFS client driver, and supporting modules.

nfs-modules-3.13.0-143-powerpc-e500mc-di: NFS filesystem drivers

 Includes the NFS client driver, and supporting modules.

nfs-modules-3.13.0-143-powerpc-smp-di: NFS filesystem drivers

 Includes the NFS client driver, and supporting modules.

nfs-modules-3.13.0-143-powerpc64-smp-di: NFS filesystem drivers

 Includes the NFS client driver, and supporting modules.

nic-modules-3.13.0-143-generic-di: No summary available for nic-modules-3.13.0-143-generic-di in ubuntu trusty.

No description available for nic-modules-3.13.0-143-generic-di in ubuntu trusty.

nic-modules-3.13.0-143-generic-lpae-di: No summary available for nic-modules-3.13.0-143-generic-lpae-di in ubuntu trusty.

No description available for nic-modules-3.13.0-143-generic-lpae-di in ubuntu trusty.

nic-modules-3.13.0-143-powerpc-e500-di: Network interface support
nic-modules-3.13.0-143-powerpc-e500mc-di: Network interface support
nic-modules-3.13.0-143-powerpc-smp-di: Network interface support
nic-modules-3.13.0-143-powerpc64-smp-di: Network interface support
nic-pcmcia-modules-3.13.0-143-generic-di: No summary available for nic-pcmcia-modules-3.13.0-143-generic-di in ubuntu trusty.

No description available for nic-pcmcia-modules-3.13.0-143-generic-di in ubuntu trusty.

nic-shared-modules-3.13.0-143-generic-di: No summary available for nic-shared-modules-3.13.0-143-generic-di in ubuntu trusty.

No description available for nic-shared-modules-3.13.0-143-generic-di in ubuntu trusty.

nic-shared-modules-3.13.0-143-generic-lpae-di: No summary available for nic-shared-modules-3.13.0-143-generic-lpae-di in ubuntu trusty.

No description available for nic-shared-modules-3.13.0-143-generic-lpae-di in ubuntu trusty.

nic-shared-modules-3.13.0-143-powerpc-e500-di: nic shared modules

  This package contains modules which support nic modules

nic-shared-modules-3.13.0-143-powerpc-e500mc-di: nic shared modules

  This package contains modules which support nic modules

nic-shared-modules-3.13.0-143-powerpc-smp-di: nic shared modules

  This package contains modules which support nic modules

nic-shared-modules-3.13.0-143-powerpc64-smp-di: nic shared modules

  This package contains modules which support nic modules

nic-usb-modules-3.13.0-143-generic-di: No summary available for nic-usb-modules-3.13.0-143-generic-di in ubuntu trusty.

No description available for nic-usb-modules-3.13.0-143-generic-di in ubuntu trusty.

nic-usb-modules-3.13.0-143-generic-lpae-di: No summary available for nic-usb-modules-3.13.0-143-generic-lpae-di in ubuntu trusty.

No description available for nic-usb-modules-3.13.0-143-generic-lpae-di in ubuntu trusty.

nic-usb-modules-3.13.0-143-powerpc-e500-di: USB network interface support
nic-usb-modules-3.13.0-143-powerpc-e500mc-di: USB network interface support
nic-usb-modules-3.13.0-143-powerpc-smp-di: USB network interface support
nic-usb-modules-3.13.0-143-powerpc64-smp-di: USB network interface support
parport-modules-3.13.0-143-generic-di: No summary available for parport-modules-3.13.0-143-generic-di in ubuntu trusty.

No description available for parport-modules-3.13.0-143-generic-di in ubuntu trusty.

parport-modules-3.13.0-143-generic-lpae-di: No summary available for parport-modules-3.13.0-143-generic-lpae-di in ubuntu trusty.

No description available for parport-modules-3.13.0-143-generic-lpae-di in ubuntu trusty.

parport-modules-3.13.0-143-powerpc-e500-di: Parallel port support
parport-modules-3.13.0-143-powerpc-e500mc-di: Parallel port support
parport-modules-3.13.0-143-powerpc-smp-di: Parallel port support
parport-modules-3.13.0-143-powerpc64-smp-di: Parallel port support
pata-modules-3.13.0-143-generic-di: No summary available for pata-modules-3.13.0-143-generic-di in ubuntu trusty.

No description available for pata-modules-3.13.0-143-generic-di in ubuntu trusty.

pata-modules-3.13.0-143-powerpc-e500-di: PATA support modules
pata-modules-3.13.0-143-powerpc-e500mc-di: PATA support modules
pata-modules-3.13.0-143-powerpc-smp-di: PATA support modules
pata-modules-3.13.0-143-powerpc64-smp-di: PATA support modules
pcmcia-modules-3.13.0-143-generic-di: No summary available for pcmcia-modules-3.13.0-143-generic-di in ubuntu trusty.

No description available for pcmcia-modules-3.13.0-143-generic-di in ubuntu trusty.

pcmcia-storage-modules-3.13.0-143-generic-di: No summary available for pcmcia-storage-modules-3.13.0-143-generic-di in ubuntu trusty.

No description available for pcmcia-storage-modules-3.13.0-143-generic-di in ubuntu trusty.

plip-modules-3.13.0-143-generic-di: No summary available for plip-modules-3.13.0-143-generic-di in ubuntu trusty.

No description available for plip-modules-3.13.0-143-generic-di in ubuntu trusty.

plip-modules-3.13.0-143-generic-lpae-di: No summary available for plip-modules-3.13.0-143-generic-lpae-di in ubuntu trusty.

No description available for plip-modules-3.13.0-143-generic-lpae-di in ubuntu trusty.

plip-modules-3.13.0-143-powerpc-e500-di: PLIP (parallel port) networking support
plip-modules-3.13.0-143-powerpc-e500mc-di: PLIP (parallel port) networking support
plip-modules-3.13.0-143-powerpc-smp-di: PLIP (parallel port) networking support
plip-modules-3.13.0-143-powerpc64-smp-di: PLIP (parallel port) networking support
ppp-modules-3.13.0-143-generic-di: No summary available for ppp-modules-3.13.0-143-generic-di in ubuntu trusty.

No description available for ppp-modules-3.13.0-143-generic-di in ubuntu trusty.

ppp-modules-3.13.0-143-generic-lpae-di: No summary available for ppp-modules-3.13.0-143-generic-lpae-di in ubuntu trusty.

No description available for ppp-modules-3.13.0-143-generic-lpae-di in ubuntu trusty.

ppp-modules-3.13.0-143-powerpc-e500-di: PPP (serial port) networking support
ppp-modules-3.13.0-143-powerpc-e500mc-di: PPP (serial port) networking support
ppp-modules-3.13.0-143-powerpc-smp-di: PPP (serial port) networking support
ppp-modules-3.13.0-143-powerpc64-smp-di: PPP (serial port) networking support
sata-modules-3.13.0-143-generic-di: No summary available for sata-modules-3.13.0-143-generic-di in ubuntu trusty.

No description available for sata-modules-3.13.0-143-generic-di in ubuntu trusty.

sata-modules-3.13.0-143-generic-lpae-di: No summary available for sata-modules-3.13.0-143-generic-lpae-di in ubuntu trusty.

No description available for sata-modules-3.13.0-143-generic-lpae-di in ubuntu trusty.

sata-modules-3.13.0-143-powerpc-e500-di: SATA storage support
sata-modules-3.13.0-143-powerpc-e500mc-di: SATA storage support
sata-modules-3.13.0-143-powerpc-smp-di: SATA storage support
sata-modules-3.13.0-143-powerpc64-smp-di: SATA storage support
scsi-modules-3.13.0-143-generic-di: No summary available for scsi-modules-3.13.0-143-generic-di in ubuntu trusty.

No description available for scsi-modules-3.13.0-143-generic-di in ubuntu trusty.

scsi-modules-3.13.0-143-generic-lpae-di: No summary available for scsi-modules-3.13.0-143-generic-lpae-di in ubuntu trusty.

No description available for scsi-modules-3.13.0-143-generic-lpae-di in ubuntu trusty.

scsi-modules-3.13.0-143-powerpc-e500-di: SCSI storage support
scsi-modules-3.13.0-143-powerpc-e500mc-di: SCSI storage support
scsi-modules-3.13.0-143-powerpc-smp-di: SCSI storage support
scsi-modules-3.13.0-143-powerpc64-smp-di: SCSI storage support
serial-modules-3.13.0-143-generic-di: No summary available for serial-modules-3.13.0-143-generic-di in ubuntu trusty.

No description available for serial-modules-3.13.0-143-generic-di in ubuntu trusty.

speakup-modules-3.13.0-143-generic-di: No summary available for speakup-modules-3.13.0-143-generic-di in ubuntu trusty.

No description available for speakup-modules-3.13.0-143-generic-di in ubuntu trusty.

speakup-modules-3.13.0-143-generic-lpae-di: No summary available for speakup-modules-3.13.0-143-generic-lpae-di in ubuntu trusty.

No description available for speakup-modules-3.13.0-143-generic-lpae-di in ubuntu trusty.

speakup-modules-3.13.0-143-powerpc-e500-di: speakup modules

 This package contains speakup modules.

speakup-modules-3.13.0-143-powerpc-e500mc-di: speakup modules

 This package contains speakup modules.

speakup-modules-3.13.0-143-powerpc-smp-di: speakup modules

 This package contains speakup modules.

speakup-modules-3.13.0-143-powerpc64-smp-di: speakup modules

 This package contains speakup modules.

squashfs-modules-3.13.0-143-generic-di: No summary available for squashfs-modules-3.13.0-143-generic-di in ubuntu trusty.

No description available for squashfs-modules-3.13.0-143-generic-di in ubuntu trusty.

squashfs-modules-3.13.0-143-generic-lpae-di: No summary available for squashfs-modules-3.13.0-143-generic-lpae-di in ubuntu trusty.

No description available for squashfs-modules-3.13.0-143-generic-lpae-di in ubuntu trusty.

squashfs-modules-3.13.0-143-powerpc-e500-di: squashfs modules

 This package contains squashfs modules.

squashfs-modules-3.13.0-143-powerpc-e500mc-di: squashfs modules

 This package contains squashfs modules.

squashfs-modules-3.13.0-143-powerpc-smp-di: squashfs modules

 This package contains squashfs modules.

squashfs-modules-3.13.0-143-powerpc64-smp-di: squashfs modules

 This package contains squashfs modules.

storage-core-modules-3.13.0-143-generic-di: No summary available for storage-core-modules-3.13.0-143-generic-di in ubuntu trusty.

No description available for storage-core-modules-3.13.0-143-generic-di in ubuntu trusty.

storage-core-modules-3.13.0-143-generic-lpae-di: No summary available for storage-core-modules-3.13.0-143-generic-lpae-di in ubuntu trusty.

No description available for storage-core-modules-3.13.0-143-generic-lpae-di in ubuntu trusty.

storage-core-modules-3.13.0-143-powerpc-e500-di: Core storage support

 Includes core SCSI, LibATA, USB-Storage. Also includes related block
 devices for CD, Disk and Tape medium (and IDE Floppy).

storage-core-modules-3.13.0-143-powerpc-e500mc-di: Core storage support

 Includes core SCSI, LibATA, USB-Storage. Also includes related block
 devices for CD, Disk and Tape medium (and IDE Floppy).

storage-core-modules-3.13.0-143-powerpc-smp-di: Core storage support

 Includes core SCSI, LibATA, USB-Storage. Also includes related block
 devices for CD, Disk and Tape medium (and IDE Floppy).

storage-core-modules-3.13.0-143-powerpc64-smp-di: Core storage support

 Includes core SCSI, LibATA, USB-Storage. Also includes related block
 devices for CD, Disk and Tape medium (and IDE Floppy).

usb-modules-3.13.0-143-generic-di: No summary available for usb-modules-3.13.0-143-generic-di in ubuntu trusty.

No description available for usb-modules-3.13.0-143-generic-di in ubuntu trusty.

usb-modules-3.13.0-143-generic-lpae-di: No summary available for usb-modules-3.13.0-143-generic-lpae-di in ubuntu trusty.

No description available for usb-modules-3.13.0-143-generic-lpae-di in ubuntu trusty.

usb-modules-3.13.0-143-powerpc-e500-di: Core USB support
usb-modules-3.13.0-143-powerpc-e500mc-di: Core USB support
usb-modules-3.13.0-143-powerpc-smp-di: Core USB support
usb-modules-3.13.0-143-powerpc64-smp-di: Core USB support
virtio-modules-3.13.0-143-generic-di: No summary available for virtio-modules-3.13.0-143-generic-di in ubuntu trusty.

No description available for virtio-modules-3.13.0-143-generic-di in ubuntu trusty.

virtio-modules-3.13.0-143-powerpc-e500-di: VirtIO Modules

 Includes modules for VirtIO (virtual machine, generally kvm guests)

virtio-modules-3.13.0-143-powerpc-e500mc-di: VirtIO Modules

 Includes modules for VirtIO (virtual machine, generally kvm guests)

virtio-modules-3.13.0-143-powerpc-smp-di: VirtIO Modules

 Includes modules for VirtIO (virtual machine, generally kvm guests)

virtio-modules-3.13.0-143-powerpc64-smp-di: VirtIO Modules

 Includes modules for VirtIO (virtual machine, generally kvm guests)

vlan-modules-3.13.0-143-generic-di: No summary available for vlan-modules-3.13.0-143-generic-di in ubuntu trusty.

No description available for vlan-modules-3.13.0-143-generic-di in ubuntu trusty.

vlan-modules-3.13.0-143-generic-lpae-di: No summary available for vlan-modules-3.13.0-143-generic-lpae-di in ubuntu trusty.

No description available for vlan-modules-3.13.0-143-generic-lpae-di in ubuntu trusty.

vlan-modules-3.13.0-143-powerpc-e500-di: vlan modules

 This package contains vlan (8021.Q) modules.

vlan-modules-3.13.0-143-powerpc-e500mc-di: vlan modules

 This package contains vlan (8021.Q) modules.

vlan-modules-3.13.0-143-powerpc-smp-di: vlan modules

 This package contains vlan (8021.Q) modules.

vlan-modules-3.13.0-143-powerpc64-smp-di: vlan modules

 This package contains vlan (8021.Q) modules.