linux 4.4.0-112.135 source package in Ubuntu

Changelog

linux (4.4.0-112.135) xenial; urgency=low

  * linux: 4.4.0-112.135 -proposed tracker (LP: #1744244)

  * CVE-2017-5715 // CVE-2017-5753
    - x86/cpuid: Provide get_scattered_cpuid_leaf()
    - SAUCE: Fix spec_ctrl support in KVM
    - SAUCE: s390: improve cpu alternative handling for gmb and nobp
    - SAUCE: s390: print messages for gmb and nobp
    - [Config] KERNEL_NOBP=y

linux (4.4.0-111.134) xenial; urgency=low

  * linux: 4.4.0-111.134 -proposed tracker (LP: #1743362)

  * Do not duplicate changelog entries assigned to more than one bug or CVE
    (LP: #1743383)
    - [Packaging] git-ubuntu-log -- handle multiple bugs/cves better

  * CVE-2017-5715 // CVE-2017-5753
    - SAUCE: x86/microcode: Extend post microcode reload to support IBPB feature
      -- repair missmerge
    - Revert "x86/svm: Add code to clear registers on VM exit"
    - kvm: vmx: Scrub hardware GPRs at VM-exit

  * CVE-2017-5754
    - SAUCE: powerpc: use sync instead of hwsync mnemonic

linux (4.4.0-110.133) xenial; urgency=low

  * linux: 4.4.0-110.133 -proposed tracker (LP: #1742995)

  * CVE-2017-5753
    - x86/microcode/AMD: Add support for fam17h microcode loading
    - bpf: add bpf_patch_insn_single helper
    - bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apis
    - bpf: add generic constant blinding for use in jits
    - locking/barriers: introduce new memory barrier gmb()
    - bpf: prevent speculative execution in eBPF interpreter
    - x86, bpf, jit: prevent speculative execution when JIT is enabled
    - uvcvideo: prevent speculative execution
    - carl9170: prevent speculative execution
    - qla2xxx: prevent speculative execution
    - Thermal/int340x: prevent speculative execution
    - userns: prevent speculative execution
    - ipv6: prevent speculative execution
    - fs: prevent speculative execution
    - net: mpls: prevent speculative execution
    - udf: prevent speculative execution
    - x86/feature: Enable the x86 feature to control Speculation
    - x86/feature: Report presence of IBPB and IBRS control
    - x86/enter: MACROS to set/clear IBRS and set IBPB
    - x86/enter: Use IBRS on syscall and interrupts
    - x86/idle: Disable IBRS entering idle and enable it on wakeup
    - x86/idle: Disable IBRS when offlining cpu and re-enable on wakeup
    - x86/mm: Set IBPB upon context switch
    - x86/mm: Only set IBPB when the new thread cannot ptrace current thread
    - x86/entry: Stuff RSB for entry to kernel for non-SMEP platform
    - x86/kvm: add MSR_IA32_SPEC_CTRL and MSR_IA32_PRED_CMD to kvm
    - x86/kvm: Set IBPB when switching VM
    - x86/kvm: Toggle IBRS on VM entry and exit
    - x86/kvm: Pad RSB on VM transition
    - x86/spec_ctrl: Add sysctl knobs to enable/disable SPEC_CTRL feature
    - x86/spec_ctrl: Add lock to serialize changes to ibrs and ibpb control
    - x86/syscall: Clear unused extra registers on syscall entrance
    - x86/syscall: Clear unused extra registers on 32-bit compatible syscall
      entrance
    - x86/entry: Use retpoline for syscall's indirect calls
    - x86/cpu/amd, kvm: Satisfy guest kernel reads of IC_CFG MSR
    - x86/cpu/AMD: Add speculative control support for AMD
    - x86/microcode: Extend post microcode reload to support IBPB feature
    - KVM: SVM: Do not intercept new speculative control MSRs
    - x86/svm: Set IBRS value on VM entry and exit
    - x86/svm: Set IBPB when running a different VCPU
    - KVM: x86: Add speculative control CPUID support for guests
    - x86/svm: Add code to clobber the RSB on VM exit
    - x86/svm: Add code to clear registers on VM exit
    - x86/cpu/AMD: Make the LFENCE instruction serialized
    - x86/cpu/AMD: Remove now unused definition of MFENCE_RDTSC feature
    - powerpc: add gmb barrier
    - s390/spinlock: add gmb memory barrier
    - SAUCE: x86/kvm: Fix stuff_RSB() for 32-bit
    - arm64: no gmb() implementation yet
    - arm: no gmb() implementation yet

  * CVE-2017-5715
    - x86/microcode/AMD: Add support for fam17h microcode loading
    - bpf: add bpf_patch_insn_single helper
    - bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apis
    - bpf: add generic constant blinding for use in jits
    - locking/barriers: introduce new memory barrier gmb()
    - bpf: prevent speculative execution in eBPF interpreter
    - x86, bpf, jit: prevent speculative execution when JIT is enabled
    - uvcvideo: prevent speculative execution
    - carl9170: prevent speculative execution
    - qla2xxx: prevent speculative execution
    - Thermal/int340x: prevent speculative execution
    - userns: prevent speculative execution
    - ipv6: prevent speculative execution
    - fs: prevent speculative execution
    - net: mpls: prevent speculative execution
    - udf: prevent speculative execution
    - x86/feature: Enable the x86 feature to control Speculation
    - x86/feature: Report presence of IBPB and IBRS control
    - x86/enter: MACROS to set/clear IBRS and set IBPB
    - x86/enter: Use IBRS on syscall and interrupts
    - x86/idle: Disable IBRS entering idle and enable it on wakeup
    - x86/idle: Disable IBRS when offlining cpu and re-enable on wakeup
    - x86/mm: Set IBPB upon context switch
    - x86/mm: Only set IBPB when the new thread cannot ptrace current thread
    - x86/entry: Stuff RSB for entry to kernel for non-SMEP platform
    - x86/kvm: add MSR_IA32_SPEC_CTRL and MSR_IA32_PRED_CMD to kvm
    - x86/kvm: Set IBPB when switching VM
    - x86/kvm: Toggle IBRS on VM entry and exit
    - x86/kvm: Pad RSB on VM transition
    - x86/spec_ctrl: Add sysctl knobs to enable/disable SPEC_CTRL feature
    - x86/spec_ctrl: Add lock to serialize changes to ibrs and ibpb control
    - x86/syscall: Clear unused extra registers on syscall entrance
    - x86/syscall: Clear unused extra registers on 32-bit compatible syscall
      entrance
    - x86/entry: Use retpoline for syscall's indirect calls
    - x86/cpu/amd, kvm: Satisfy guest kernel reads of IC_CFG MSR
    - x86/cpu/AMD: Add speculative control support for AMD
    - x86/microcode: Extend post microcode reload to support IBPB feature
    - KVM: SVM: Do not intercept new speculative control MSRs
    - x86/svm: Set IBRS value on VM entry and exit
    - x86/svm: Set IBPB when running a different VCPU
    - KVM: x86: Add speculative control CPUID support for guests
    - x86/svm: Add code to clobber the RSB on VM exit
    - x86/svm: Add code to clear registers on VM exit
    - x86/cpu/AMD: Make the LFENCE instruction serialized
    - x86/cpu/AMD: Remove now unused definition of MFENCE_RDTSC feature
    - powerpc: add gmb barrier
    - s390/spinlock: add gmb memory barrier
    - SAUCE: x86/kvm: Fix stuff_RSB() for 32-bit
    - arm64: no gmb() implementation yet
    - arm: no gmb() implementation yet

  * powerpc: flush L1D on return to use (LP: #1742772)
    - SAUCE: powerpc: Secure memory rfi flush
    - SAUCE: rfi-flush: Make DEBUG_RFI a CONFIG option
    - SAUCE: rfi-flush: Add HRFI_TO_UNKNOWN and use it in denorm
    - SAUCE: Fixup rfid in kvmppc_skip_Hinterrupt should be hrfid
    - SAUCE: rfi-flush: kvmppc_skip_(H)interrupt returns to host
    - SAUCE: KVM: Revert the implementation of H_GET_CPU_CHARACTERISTICS
    - SAUCE: rfi-flush: Implement congruence-first fallback flush
    - SAUCE: rfi-flush: Make l1d_flush_type bit flags
    - SAUCE: rfi-flush: Push the instruction selection down to the patching
      routine
    - SAUCE: rfi-flush: Expand the RFI section to two nop slots
    - SAUCE: rfi-flush: Support more than one flush type at once
    - SAUCE: rfi-flush: Allow HV to advertise multiple flush types
    - SAUCE: rfi-flush: Add speculation barrier before ori 30,30,0 flush
    - SAUCE: powerpc/asm: Allow including ppc_asm.h in asm files
    - SAUCE: Remove setup.h include file otherwise compilation complains about
      missing header file.
    - SAUCE: Fix compilation errors for arch/powerpc/lib/feature-fixups.c
    - SAUCE: rfi-flush: Add barriers to the fallback L1D flushing
    - SAUCE: rfi-flush: Rework powernv logic to be more cautious
    - SAUCE: rfi-flush: Rework pseries logic to be more cautious
    - SAUCE: rfi-flush: Fix the fallback flush to actually activate
    - SAUCE: rfi-flush: Fix HRFI_TO_UNKNOWN
    - SAUCE: rfi-flush: Refactor the macros so the nops are defined once
    - SAUCE: rfi-flush: Add no_rfi_flush and nopti comandline options
    - SAUCE: rfi-flush: Use rfi-flush in printks
    - SAUCE: rfi-flush: Fallback flush add load dependency
    - SAUCE: rfi-flush: Fix the 32-bit KVM build
    - SAUCE: rfi-flush: Fix some RFI conversions in the KVM code
    - SAUCE: UBUNTU: [Config] Disable CONFIG_PPC_DEBUG_RFI

  * s390: add ppa to kernel entry/exit (LP: #1742771)
    - s390: introduce CPU alternatives
    - s390: add ppa to kernel entry / exit

  * CVE-2017-5754
    - x86/tlb: Drop the _GPL from the cpu_tlbstate export
    - Map the vsyscall page with _PAGE_USER
    - s390: introduce CPU alternatives
    - s390: add ppa to kernel entry / exit
    - SAUCE: powerpc: Secure memory rfi flush
    - SAUCE: rfi-flush: Make DEBUG_RFI a CONFIG option
    - SAUCE: rfi-flush: Add HRFI_TO_UNKNOWN and use it in denorm
    - SAUCE: Fixup rfid in kvmppc_skip_Hinterrupt should be hrfid
    - SAUCE: rfi-flush: kvmppc_skip_(H)interrupt returns to host
    - SAUCE: KVM: Revert the implementation of H_GET_CPU_CHARACTERISTICS
    - SAUCE: rfi-flush: Implement congruence-first fallback flush
    - SAUCE: rfi-flush: Make l1d_flush_type bit flags
    - SAUCE: rfi-flush: Push the instruction selection down to the patching
      routine
    - SAUCE: rfi-flush: Expand the RFI section to two nop slots
    - SAUCE: rfi-flush: Support more than one flush type at once
    - SAUCE: rfi-flush: Allow HV to advertise multiple flush types
    - SAUCE: rfi-flush: Add speculation barrier before ori 30,30,0 flush
    - SAUCE: powerpc/asm: Allow including ppc_asm.h in asm files
    - SAUCE: Remove setup.h include file otherwise compilation complains about
      missing header file.
    - SAUCE: Fix compilation errors for arch/powerpc/lib/feature-fixups.c
    - SAUCE: rfi-flush: Add barriers to the fallback L1D flushing
    - SAUCE: rfi-flush: Rework powernv logic to be more cautious
    - SAUCE: rfi-flush: Rework pseries logic to be more cautious
    - SAUCE: rfi-flush: Fix the fallback flush to actually activate
    - SAUCE: rfi-flush: Fix HRFI_TO_UNKNOWN
    - SAUCE: rfi-flush: Refactor the macros so the nops are defined once
    - SAUCE: rfi-flush: Add no_rfi_flush and nopti comandline options
    - SAUCE: rfi-flush: Use rfi-flush in printks
    - SAUCE: rfi-flush: Fallback flush add load dependency
    - SAUCE: rfi-flush: Fix the 32-bit KVM build
    - SAUCE: rfi-flush: Fix some RFI conversions in the KVM code
    - SAUCE: UBUNTU: [Config] Disable CONFIG_PPC_DEBUG_RFI

 -- Stefan Bader <email address hidden>  Fri, 19 Jan 2018 11:03:51 +0100

Upload details

Uploaded by:
Stefan Bader
Uploaded to:
Xenial
Original maintainer:
Ubuntu Kernel Team
Architectures:
all i386 amd64 armhf arm64 x32 powerpc ppc64el s390x
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
linux_4.4.0.orig.tar.gz 126.7 MiB 730e75919b5d30a9bc934ccb300eaedfdf44994ca9ee1d07a46901c46c221357
linux_4.4.0-112.135.diff.gz 13.2 MiB b5b6adc87ea98ffa48d31aee2ee5ec301a01c2b4fa64fa20d1564a4e95bdd6ad
linux_4.4.0-112.135.dsc 9.5 KiB 9804c7bd06a1ef07ff9094979d44e8fa7a25e539d5d9088f44ce6fff43d6cc15

View changes file

Binary packages built by this source

block-modules-4.4.0-112-generic-di: No summary available for block-modules-4.4.0-112-generic-di in ubuntu xenial.

No description available for block-modules-4.4.0-112-generic-di in ubuntu xenial.

block-modules-4.4.0-112-generic-lpae-di: No summary available for block-modules-4.4.0-112-generic-lpae-di in ubuntu xenial.

No description available for block-modules-4.4.0-112-generic-lpae-di in ubuntu xenial.

block-modules-4.4.0-112-powerpc-e500mc-di: Block storage devices

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

block-modules-4.4.0-112-powerpc-smp-di: Block storage devices

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

block-modules-4.4.0-112-powerpc64-smp-di: Block storage devices

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

crypto-modules-4.4.0-112-generic-di: No summary available for crypto-modules-4.4.0-112-generic-di in ubuntu xenial.

No description available for crypto-modules-4.4.0-112-generic-di in ubuntu xenial.

crypto-modules-4.4.0-112-generic-lpae-di: No summary available for crypto-modules-4.4.0-112-generic-lpae-di in ubuntu xenial.

No description available for crypto-modules-4.4.0-112-generic-lpae-di in ubuntu xenial.

crypto-modules-4.4.0-112-powerpc-e500mc-di: crypto modules

 This package contains crypto modules.

crypto-modules-4.4.0-112-powerpc-smp-di: crypto modules

 This package contains crypto modules.

crypto-modules-4.4.0-112-powerpc64-smp-di: crypto modules

 This package contains crypto modules.

dasd-extra-modules-4.4.0-112-generic-di: No summary available for dasd-extra-modules-4.4.0-112-generic-di in ubuntu xenial.

No description available for dasd-extra-modules-4.4.0-112-generic-di in ubuntu xenial.

dasd-modules-4.4.0-112-generic-di: No summary available for dasd-modules-4.4.0-112-generic-di in ubuntu xenial.

No description available for dasd-modules-4.4.0-112-generic-di in ubuntu xenial.

fat-modules-4.4.0-112-generic-di: No summary available for fat-modules-4.4.0-112-generic-di in ubuntu xenial.

No description available for fat-modules-4.4.0-112-generic-di in ubuntu xenial.

fat-modules-4.4.0-112-generic-lpae-di: No summary available for fat-modules-4.4.0-112-generic-lpae-di in ubuntu xenial.

No description available for fat-modules-4.4.0-112-generic-lpae-di in ubuntu xenial.

fat-modules-4.4.0-112-powerpc-e500mc-di: FAT filesystem support

 This includes Windows FAT and VFAT support.

fat-modules-4.4.0-112-powerpc-smp-di: FAT filesystem support

 This includes Windows FAT and VFAT support.

fat-modules-4.4.0-112-powerpc64-smp-di: FAT filesystem support

 This includes Windows FAT and VFAT support.

fb-modules-4.4.0-112-generic-di: No summary available for fb-modules-4.4.0-112-generic-di in ubuntu xenial.

No description available for fb-modules-4.4.0-112-generic-di in ubuntu xenial.

firewire-core-modules-4.4.0-112-generic-di: No summary available for firewire-core-modules-4.4.0-112-generic-di in ubuntu xenial.

No description available for firewire-core-modules-4.4.0-112-generic-di in ubuntu xenial.

firewire-core-modules-4.4.0-112-powerpc-e500mc-di: Firewire (IEEE-1394) Support
firewire-core-modules-4.4.0-112-powerpc-smp-di: Firewire (IEEE-1394) Support
firewire-core-modules-4.4.0-112-powerpc64-smp-di: Firewire (IEEE-1394) Support
floppy-modules-4.4.0-112-generic-di: No summary available for floppy-modules-4.4.0-112-generic-di in ubuntu xenial.

No description available for floppy-modules-4.4.0-112-generic-di in ubuntu xenial.

floppy-modules-4.4.0-112-powerpc-e500mc-di: Floppy driver support
floppy-modules-4.4.0-112-powerpc-smp-di: Floppy driver support
floppy-modules-4.4.0-112-powerpc64-smp-di: Floppy driver support
fs-core-modules-4.4.0-112-generic-di: No summary available for fs-core-modules-4.4.0-112-generic-di in ubuntu xenial.

No description available for fs-core-modules-4.4.0-112-generic-di in ubuntu xenial.

fs-core-modules-4.4.0-112-generic-lpae-di: No summary available for fs-core-modules-4.4.0-112-generic-lpae-di in ubuntu xenial.

No description available for fs-core-modules-4.4.0-112-generic-lpae-di in ubuntu xenial.

fs-core-modules-4.4.0-112-powerpc-e500mc-di: Base filesystem modules

 This includes jfs, reiserfs and xfs.

fs-core-modules-4.4.0-112-powerpc-smp-di: Base filesystem modules

 This includes jfs, reiserfs and xfs.

fs-core-modules-4.4.0-112-powerpc64-smp-di: Base filesystem modules

 This includes jfs, reiserfs and xfs.

fs-secondary-modules-4.4.0-112-generic-di: No summary available for fs-secondary-modules-4.4.0-112-generic-di in ubuntu xenial.

No description available for fs-secondary-modules-4.4.0-112-generic-di in ubuntu xenial.

fs-secondary-modules-4.4.0-112-generic-lpae-di: No summary available for fs-secondary-modules-4.4.0-112-generic-lpae-di in ubuntu xenial.

No description available for fs-secondary-modules-4.4.0-112-generic-lpae-di in ubuntu xenial.

fs-secondary-modules-4.4.0-112-powerpc-e500mc-di: Extra filesystem modules

 This includes support for Windows NTFS and MacOS HFS/HFSPlus

fs-secondary-modules-4.4.0-112-powerpc-smp-di: Extra filesystem modules

 This includes support for Windows NTFS and MacOS HFS/HFSPlus

fs-secondary-modules-4.4.0-112-powerpc64-smp-di: Extra filesystem modules

 This includes support for Windows NTFS and MacOS HFS/HFSPlus

input-modules-4.4.0-112-generic-di: No summary available for input-modules-4.4.0-112-generic-di in ubuntu xenial.

No description available for input-modules-4.4.0-112-generic-di in ubuntu xenial.

input-modules-4.4.0-112-generic-lpae-di: No summary available for input-modules-4.4.0-112-generic-lpae-di in ubuntu xenial.

No description available for input-modules-4.4.0-112-generic-lpae-di in ubuntu xenial.

input-modules-4.4.0-112-powerpc-e500mc-di: Support for various input methods
input-modules-4.4.0-112-powerpc-smp-di: Support for various input methods
input-modules-4.4.0-112-powerpc64-smp-di: Support for various input methods
ipmi-modules-4.4.0-112-generic-di: No summary available for ipmi-modules-4.4.0-112-generic-di in ubuntu xenial.

No description available for ipmi-modules-4.4.0-112-generic-di in ubuntu xenial.

ipmi-modules-4.4.0-112-generic-lpae-di: No summary available for ipmi-modules-4.4.0-112-generic-lpae-di in ubuntu xenial.

No description available for ipmi-modules-4.4.0-112-generic-lpae-di in ubuntu xenial.

ipmi-modules-4.4.0-112-powerpc-e500mc-di: ipmi modules
ipmi-modules-4.4.0-112-powerpc-smp-di: ipmi modules
ipmi-modules-4.4.0-112-powerpc64-smp-di: ipmi modules
irda-modules-4.4.0-112-generic-di: No summary available for irda-modules-4.4.0-112-generic-di in ubuntu xenial.

No description available for irda-modules-4.4.0-112-generic-di in ubuntu xenial.

irda-modules-4.4.0-112-generic-lpae-di: No summary available for irda-modules-4.4.0-112-generic-lpae-di in ubuntu xenial.

No description available for irda-modules-4.4.0-112-generic-lpae-di in ubuntu xenial.

irda-modules-4.4.0-112-powerpc-e500mc-di: Support for Infrared protocols
irda-modules-4.4.0-112-powerpc-smp-di: Support for Infrared protocols
irda-modules-4.4.0-112-powerpc64-smp-di: Support for Infrared protocols
kernel-image-4.4.0-112-generic-di: No summary available for kernel-image-4.4.0-112-generic-di in ubuntu xenial.

No description available for kernel-image-4.4.0-112-generic-di in ubuntu xenial.

kernel-image-4.4.0-112-generic-lpae-di: No summary available for kernel-image-4.4.0-112-generic-lpae-di in ubuntu xenial.

No description available for kernel-image-4.4.0-112-generic-lpae-di in ubuntu xenial.

kernel-image-4.4.0-112-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-4.4.0-112-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-4.4.0-112-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-4.4.0-112: No summary available for linux-cloud-tools-4.4.0-112 in ubuntu xenial.

No description available for linux-cloud-tools-4.4.0-112 in ubuntu xenial.

linux-cloud-tools-4.4.0-112-dbgsym: No summary available for linux-cloud-tools-4.4.0-112-dbgsym in ubuntu xenial.

No description available for linux-cloud-tools-4.4.0-112-dbgsym in ubuntu xenial.

linux-cloud-tools-4.4.0-112-generic: No summary available for linux-cloud-tools-4.4.0-112-generic in ubuntu xenial.

No description available for linux-cloud-tools-4.4.0-112-generic in ubuntu xenial.

linux-cloud-tools-4.4.0-112-lowlatency: No summary available for linux-cloud-tools-4.4.0-112-lowlatency in ubuntu xenial.

No description available for linux-cloud-tools-4.4.0-112-lowlatency in ubuntu xenial.

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

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

linux-doc: Linux kernel specific documentation for version 4.4.0

 This package provides the various documents in the 4.4.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-4.4.0-112: Header files related to Linux kernel version 4.4.0

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

linux-headers-4.4.0-112-generic: No summary available for linux-headers-4.4.0-112-generic in ubuntu xenial.

No description available for linux-headers-4.4.0-112-generic in ubuntu xenial.

linux-headers-4.4.0-112-generic-lpae: No summary available for linux-headers-4.4.0-112-generic-lpae in ubuntu xenial.

No description available for linux-headers-4.4.0-112-generic-lpae in ubuntu xenial.

linux-headers-4.4.0-112-lowlatency: No summary available for linux-headers-4.4.0-112-lowlatency in ubuntu xenial.

No description available for linux-headers-4.4.0-112-lowlatency in ubuntu xenial.

linux-headers-4.4.0-112-powerpc-e500mc: Linux kernel headers for version 4.4.0 on 32-bit Freescale Power e500mc

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

linux-headers-4.4.0-112-powerpc-smp: Linux kernel headers for version 4.4.0 on 32-bit PowerPC SMP

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

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

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

linux-headers-4.4.0-112-powerpc64-smp: Linux kernel headers for version 4.4.0 on 64-bit PowerPC SMP

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

linux-image-4.4.0-112-generic: No summary available for linux-image-4.4.0-112-generic in ubuntu xenial.

No description available for linux-image-4.4.0-112-generic in ubuntu xenial.

linux-image-4.4.0-112-generic-dbgsym: No summary available for linux-image-4.4.0-112-generic-dbgsym in ubuntu xenial.

No description available for linux-image-4.4.0-112-generic-dbgsym in ubuntu xenial.

linux-image-4.4.0-112-generic-lpae: No summary available for linux-image-4.4.0-112-generic-lpae in ubuntu xenial.

No description available for linux-image-4.4.0-112-generic-lpae in ubuntu xenial.

linux-image-4.4.0-112-generic-lpae-dbgsym: No summary available for linux-image-4.4.0-112-generic-lpae-dbgsym in ubuntu xenial.

No description available for linux-image-4.4.0-112-generic-lpae-dbgsym in ubuntu xenial.

linux-image-4.4.0-112-lowlatency: No summary available for linux-image-4.4.0-112-lowlatency in ubuntu xenial.

No description available for linux-image-4.4.0-112-lowlatency in ubuntu xenial.

linux-image-4.4.0-112-lowlatency-dbgsym: No summary available for linux-image-4.4.0-112-lowlatency-dbgsym in ubuntu xenial.

No description available for linux-image-4.4.0-112-lowlatency-dbgsym in ubuntu xenial.

linux-image-4.4.0-112-powerpc-e500mc: Linux kernel image for version 4.4.0 on 32-bit Freescale Power e500mc

 This package contains the Linux kernel image for version 4.4.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-4.4.0-112-powerpc-e500mc-dbgsym: Linux kernel debug image for version 4.4.0 on 32-bit Freescale Power e500mc

 This package provides a kernel debug image for version 4.4.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-4.4.0-112-powerpc-smp: Linux kernel image for version 4.4.0 on 32-bit PowerPC SMP

 This package contains the Linux kernel image for version 4.4.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-4.4.0-112-powerpc-smp-dbgsym: Linux kernel debug image for version 4.4.0 on 32-bit PowerPC SMP

 This package provides a kernel debug image for version 4.4.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-4.4.0-112-powerpc64-emb: Linux kernel image for version 4.4.0 on 64-bit PowerPC SMP Book3E

 This package contains the Linux kernel image for version 4.4.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-4.4.0-112-powerpc64-emb-dbgsym: Linux kernel debug image for version 4.4.0 on 64-bit PowerPC SMP Book3E

 This package provides a kernel debug image for version 4.4.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-4.4.0-112-powerpc64-smp: Linux kernel image for version 4.4.0 on 64-bit PowerPC SMP

 This package contains the Linux kernel image for version 4.4.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-4.4.0-112-powerpc64-smp-dbgsym: Linux kernel debug image for version 4.4.0 on 64-bit PowerPC SMP

 This package provides a kernel debug image for version 4.4.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-4.4.0-112-generic: No summary available for linux-image-extra-4.4.0-112-generic in ubuntu xenial.

No description available for linux-image-extra-4.4.0-112-generic in ubuntu xenial.

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-4.4.0: Linux kernel source for version 4.4.0 with Ubuntu patches

 This package provides the source code for the Linux kernel version
 4.4.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-4.4.0-112: Linux kernel version specific tools for version 4.4.0-112

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

linux-tools-4.4.0-112-dbgsym: debug symbols for package linux-tools-4.4.0-112

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

linux-tools-4.4.0-112-generic: No summary available for linux-tools-4.4.0-112-generic in ubuntu xenial.

No description available for linux-tools-4.4.0-112-generic in ubuntu xenial.

linux-tools-4.4.0-112-generic-lpae: No summary available for linux-tools-4.4.0-112-generic-lpae in ubuntu xenial.

No description available for linux-tools-4.4.0-112-generic-lpae in ubuntu xenial.

linux-tools-4.4.0-112-lowlatency: No summary available for linux-tools-4.4.0-112-lowlatency in ubuntu xenial.

No description available for linux-tools-4.4.0-112-lowlatency in ubuntu xenial.

linux-tools-4.4.0-112-powerpc-e500mc: Linux kernel version specific tools for version 4.4.0-112

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

linux-tools-4.4.0-112-powerpc-smp: Linux kernel version specific tools for version 4.4.0-112

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

linux-tools-4.4.0-112-powerpc64-emb: Linux kernel version specific tools for version 4.4.0-112

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

linux-tools-4.4.0-112-powerpc64-smp: Linux kernel version specific tools for version 4.4.0-112

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

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

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

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-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-4.4.0-112-generic-di: No summary available for md-modules-4.4.0-112-generic-di in ubuntu xenial.

No description available for md-modules-4.4.0-112-generic-di in ubuntu xenial.

md-modules-4.4.0-112-generic-lpae-di: No summary available for md-modules-4.4.0-112-generic-lpae-di in ubuntu xenial.

No description available for md-modules-4.4.0-112-generic-lpae-di in ubuntu xenial.

md-modules-4.4.0-112-powerpc-e500mc-di: Multi-device support (raid, device-mapper, lvm)
md-modules-4.4.0-112-powerpc-smp-di: Multi-device support (raid, device-mapper, lvm)
md-modules-4.4.0-112-powerpc64-smp-di: Multi-device support (raid, device-mapper, lvm)
message-modules-4.4.0-112-generic-di: No summary available for message-modules-4.4.0-112-generic-di in ubuntu xenial.

No description available for message-modules-4.4.0-112-generic-di in ubuntu xenial.

message-modules-4.4.0-112-powerpc-e500mc-di: Fusion and i2o storage modules

 This package containes the fusion and i2o storage modules.

message-modules-4.4.0-112-powerpc-smp-di: Fusion and i2o storage modules

 This package containes the fusion and i2o storage modules.

message-modules-4.4.0-112-powerpc64-smp-di: Fusion and i2o storage modules

 This package containes the fusion and i2o storage modules.

mouse-modules-4.4.0-112-generic-di: No summary available for mouse-modules-4.4.0-112-generic-di in ubuntu xenial.

No description available for mouse-modules-4.4.0-112-generic-di in ubuntu xenial.

mouse-modules-4.4.0-112-generic-lpae-di: No summary available for mouse-modules-4.4.0-112-generic-lpae-di in ubuntu xenial.

No description available for mouse-modules-4.4.0-112-generic-lpae-di in ubuntu xenial.

mouse-modules-4.4.0-112-powerpc-e500mc-di: Mouse support

 This package contains mouse drivers for the Linux kernel.

mouse-modules-4.4.0-112-powerpc-smp-di: Mouse support

 This package contains mouse drivers for the Linux kernel.

mouse-modules-4.4.0-112-powerpc64-smp-di: Mouse support

 This package contains mouse drivers for the Linux kernel.

multipath-modules-4.4.0-112-generic-di: No summary available for multipath-modules-4.4.0-112-generic-di in ubuntu xenial.

No description available for multipath-modules-4.4.0-112-generic-di in ubuntu xenial.

multipath-modules-4.4.0-112-generic-lpae-di: No summary available for multipath-modules-4.4.0-112-generic-lpae-di in ubuntu xenial.

No description available for multipath-modules-4.4.0-112-generic-lpae-di in ubuntu xenial.

multipath-modules-4.4.0-112-powerpc-e500mc-di: DM-Multipath support

  This package contains modules for device-mapper multipath support.

multipath-modules-4.4.0-112-powerpc-smp-di: DM-Multipath support

  This package contains modules for device-mapper multipath support.

multipath-modules-4.4.0-112-powerpc64-smp-di: DM-Multipath support

  This package contains modules for device-mapper multipath support.

nfs-modules-4.4.0-112-generic-di: No summary available for nfs-modules-4.4.0-112-generic-di in ubuntu xenial.

No description available for nfs-modules-4.4.0-112-generic-di in ubuntu xenial.

nfs-modules-4.4.0-112-generic-lpae-di: No summary available for nfs-modules-4.4.0-112-generic-lpae-di in ubuntu xenial.

No description available for nfs-modules-4.4.0-112-generic-lpae-di in ubuntu xenial.

nfs-modules-4.4.0-112-powerpc-e500mc-di: NFS filesystem drivers

 Includes the NFS client driver, and supporting modules.

nfs-modules-4.4.0-112-powerpc-smp-di: NFS filesystem drivers

 Includes the NFS client driver, and supporting modules.

nfs-modules-4.4.0-112-powerpc64-smp-di: NFS filesystem drivers

 Includes the NFS client driver, and supporting modules.

nic-modules-4.4.0-112-generic-di: No summary available for nic-modules-4.4.0-112-generic-di in ubuntu xenial.

No description available for nic-modules-4.4.0-112-generic-di in ubuntu xenial.

nic-modules-4.4.0-112-generic-lpae-di: No summary available for nic-modules-4.4.0-112-generic-lpae-di in ubuntu xenial.

No description available for nic-modules-4.4.0-112-generic-lpae-di in ubuntu xenial.

nic-modules-4.4.0-112-powerpc-e500mc-di: Network interface support
nic-modules-4.4.0-112-powerpc-smp-di: Network interface support
nic-modules-4.4.0-112-powerpc64-smp-di: Network interface support
nic-pcmcia-modules-4.4.0-112-generic-di: No summary available for nic-pcmcia-modules-4.4.0-112-generic-di in ubuntu xenial.

No description available for nic-pcmcia-modules-4.4.0-112-generic-di in ubuntu xenial.

nic-shared-modules-4.4.0-112-generic-di: No summary available for nic-shared-modules-4.4.0-112-generic-di in ubuntu xenial.

No description available for nic-shared-modules-4.4.0-112-generic-di in ubuntu xenial.

nic-shared-modules-4.4.0-112-generic-lpae-di: No summary available for nic-shared-modules-4.4.0-112-generic-lpae-di in ubuntu xenial.

No description available for nic-shared-modules-4.4.0-112-generic-lpae-di in ubuntu xenial.

nic-shared-modules-4.4.0-112-powerpc-e500mc-di: nic shared modules

  This package contains modules which support nic modules

nic-shared-modules-4.4.0-112-powerpc-smp-di: nic shared modules

  This package contains modules which support nic modules

nic-shared-modules-4.4.0-112-powerpc64-smp-di: nic shared modules

  This package contains modules which support nic modules

nic-usb-modules-4.4.0-112-generic-di: No summary available for nic-usb-modules-4.4.0-112-generic-di in ubuntu xenial.

No description available for nic-usb-modules-4.4.0-112-generic-di in ubuntu xenial.

nic-usb-modules-4.4.0-112-generic-lpae-di: No summary available for nic-usb-modules-4.4.0-112-generic-lpae-di in ubuntu xenial.

No description available for nic-usb-modules-4.4.0-112-generic-lpae-di in ubuntu xenial.

nic-usb-modules-4.4.0-112-powerpc-e500mc-di: USB network interface support
nic-usb-modules-4.4.0-112-powerpc-smp-di: USB network interface support
nic-usb-modules-4.4.0-112-powerpc64-smp-di: USB network interface support
parport-modules-4.4.0-112-generic-di: No summary available for parport-modules-4.4.0-112-generic-di in ubuntu xenial.

No description available for parport-modules-4.4.0-112-generic-di in ubuntu xenial.

parport-modules-4.4.0-112-generic-lpae-di: No summary available for parport-modules-4.4.0-112-generic-lpae-di in ubuntu xenial.

No description available for parport-modules-4.4.0-112-generic-lpae-di in ubuntu xenial.

parport-modules-4.4.0-112-powerpc-e500mc-di: Parallel port support
parport-modules-4.4.0-112-powerpc-smp-di: Parallel port support
parport-modules-4.4.0-112-powerpc64-smp-di: Parallel port support
pata-modules-4.4.0-112-generic-di: No summary available for pata-modules-4.4.0-112-generic-di in ubuntu xenial.

No description available for pata-modules-4.4.0-112-generic-di in ubuntu xenial.

pata-modules-4.4.0-112-powerpc-e500mc-di: PATA support modules
pata-modules-4.4.0-112-powerpc-smp-di: PATA support modules
pata-modules-4.4.0-112-powerpc64-smp-di: PATA support modules
pcmcia-modules-4.4.0-112-generic-di: No summary available for pcmcia-modules-4.4.0-112-generic-di in ubuntu xenial.

No description available for pcmcia-modules-4.4.0-112-generic-di in ubuntu xenial.

pcmcia-storage-modules-4.4.0-112-generic-di: No summary available for pcmcia-storage-modules-4.4.0-112-generic-di in ubuntu xenial.

No description available for pcmcia-storage-modules-4.4.0-112-generic-di in ubuntu xenial.

plip-modules-4.4.0-112-generic-di: No summary available for plip-modules-4.4.0-112-generic-di in ubuntu xenial.

No description available for plip-modules-4.4.0-112-generic-di in ubuntu xenial.

plip-modules-4.4.0-112-generic-lpae-di: No summary available for plip-modules-4.4.0-112-generic-lpae-di in ubuntu xenial.

No description available for plip-modules-4.4.0-112-generic-lpae-di in ubuntu xenial.

plip-modules-4.4.0-112-powerpc-e500mc-di: PLIP (parallel port) networking support
plip-modules-4.4.0-112-powerpc-smp-di: PLIP (parallel port) networking support
plip-modules-4.4.0-112-powerpc64-smp-di: PLIP (parallel port) networking support
ppp-modules-4.4.0-112-generic-di: No summary available for ppp-modules-4.4.0-112-generic-di in ubuntu xenial.

No description available for ppp-modules-4.4.0-112-generic-di in ubuntu xenial.

ppp-modules-4.4.0-112-generic-lpae-di: No summary available for ppp-modules-4.4.0-112-generic-lpae-di in ubuntu xenial.

No description available for ppp-modules-4.4.0-112-generic-lpae-di in ubuntu xenial.

ppp-modules-4.4.0-112-powerpc-e500mc-di: PPP (serial port) networking support
ppp-modules-4.4.0-112-powerpc-smp-di: PPP (serial port) networking support
ppp-modules-4.4.0-112-powerpc64-smp-di: PPP (serial port) networking support
sata-modules-4.4.0-112-generic-di: No summary available for sata-modules-4.4.0-112-generic-di in ubuntu xenial.

No description available for sata-modules-4.4.0-112-generic-di in ubuntu xenial.

sata-modules-4.4.0-112-generic-lpae-di: No summary available for sata-modules-4.4.0-112-generic-lpae-di in ubuntu xenial.

No description available for sata-modules-4.4.0-112-generic-lpae-di in ubuntu xenial.

sata-modules-4.4.0-112-powerpc-e500mc-di: SATA storage support
sata-modules-4.4.0-112-powerpc-smp-di: SATA storage support
sata-modules-4.4.0-112-powerpc64-smp-di: SATA storage support
scsi-modules-4.4.0-112-generic-di: No summary available for scsi-modules-4.4.0-112-generic-di in ubuntu xenial.

No description available for scsi-modules-4.4.0-112-generic-di in ubuntu xenial.

scsi-modules-4.4.0-112-generic-lpae-di: No summary available for scsi-modules-4.4.0-112-generic-lpae-di in ubuntu xenial.

No description available for scsi-modules-4.4.0-112-generic-lpae-di in ubuntu xenial.

scsi-modules-4.4.0-112-powerpc-e500mc-di: SCSI storage support
scsi-modules-4.4.0-112-powerpc-smp-di: SCSI storage support
scsi-modules-4.4.0-112-powerpc64-smp-di: SCSI storage support
serial-modules-4.4.0-112-generic-di: No summary available for serial-modules-4.4.0-112-generic-di in ubuntu xenial.

No description available for serial-modules-4.4.0-112-generic-di in ubuntu xenial.

speakup-modules-4.4.0-112-generic-di: No summary available for speakup-modules-4.4.0-112-generic-di in ubuntu xenial.

No description available for speakup-modules-4.4.0-112-generic-di in ubuntu xenial.

speakup-modules-4.4.0-112-generic-lpae-di: No summary available for speakup-modules-4.4.0-112-generic-lpae-di in ubuntu xenial.

No description available for speakup-modules-4.4.0-112-generic-lpae-di in ubuntu xenial.

speakup-modules-4.4.0-112-powerpc-e500mc-di: speakup modules

 This package contains speakup modules.

speakup-modules-4.4.0-112-powerpc-smp-di: speakup modules

 This package contains speakup modules.

speakup-modules-4.4.0-112-powerpc64-smp-di: speakup modules

 This package contains speakup modules.

storage-core-modules-4.4.0-112-generic-di: No summary available for storage-core-modules-4.4.0-112-generic-di in ubuntu xenial.

No description available for storage-core-modules-4.4.0-112-generic-di in ubuntu xenial.

storage-core-modules-4.4.0-112-generic-lpae-di: No summary available for storage-core-modules-4.4.0-112-generic-lpae-di in ubuntu xenial.

No description available for storage-core-modules-4.4.0-112-generic-lpae-di in ubuntu xenial.

storage-core-modules-4.4.0-112-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-4.4.0-112-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-4.4.0-112-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-4.4.0-112-generic-di: No summary available for usb-modules-4.4.0-112-generic-di in ubuntu xenial.

No description available for usb-modules-4.4.0-112-generic-di in ubuntu xenial.

usb-modules-4.4.0-112-generic-lpae-di: No summary available for usb-modules-4.4.0-112-generic-lpae-di in ubuntu xenial.

No description available for usb-modules-4.4.0-112-generic-lpae-di in ubuntu xenial.

usb-modules-4.4.0-112-powerpc-e500mc-di: Core USB support
usb-modules-4.4.0-112-powerpc-smp-di: Core USB support
usb-modules-4.4.0-112-powerpc64-smp-di: Core USB support
virtio-modules-4.4.0-112-generic-di: No summary available for virtio-modules-4.4.0-112-generic-di in ubuntu xenial.

No description available for virtio-modules-4.4.0-112-generic-di in ubuntu xenial.

virtio-modules-4.4.0-112-powerpc-e500mc-di: VirtIO Modules

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

virtio-modules-4.4.0-112-powerpc-smp-di: VirtIO Modules

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

virtio-modules-4.4.0-112-powerpc64-smp-di: VirtIO Modules

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

vlan-modules-4.4.0-112-generic-di: No summary available for vlan-modules-4.4.0-112-generic-di in ubuntu xenial.

No description available for vlan-modules-4.4.0-112-generic-di in ubuntu xenial.

vlan-modules-4.4.0-112-generic-lpae-di: No summary available for vlan-modules-4.4.0-112-generic-lpae-di in ubuntu xenial.

No description available for vlan-modules-4.4.0-112-generic-lpae-di in ubuntu xenial.

vlan-modules-4.4.0-112-powerpc-e500mc-di: vlan modules

 This package contains vlan (8021.Q) modules.

vlan-modules-4.4.0-112-powerpc-smp-di: vlan modules

 This package contains vlan (8021.Q) modules.

vlan-modules-4.4.0-112-powerpc64-smp-di: vlan modules

 This package contains vlan (8021.Q) modules.