[ubuntu/trusty-proposed] linux_3.13.0-99.146_amd64.tar.gz - (Accepted)
Seth Forshee
seth.forshee at canonical.com
Sat Oct 15 17:47:51 UTC 2016
linux (3.13.0-99.146) trusty; urgency=low
[ Seth Forshee ]
* Release Tracking Bug
- LP: #1632844
* [Trusty->Yakkety] powerpc/64: Fix incorrect return value from
__copy_tofrom_user (LP: #1632462)
- SAUCE: (no-up) powerpc/64: Fix incorrect return value from
__copy_tofrom_user
* Ubuntu 16.10: Oops panic in move_page_tables/page_remove_rmap after running
memory_stress_ng. (LP: #1628976)
- SAUCE: (no-up) powerpc/pseries: Fix stack corruption in htpe code
* sha1-powerpc returning wrong results (LP: #1629977)
- crypto: sha1-powerpc - little-endian support
* [arm64] nova instances can't boot with 3.13.0-92 (LP: #1608854)
- Revert "efi: Disable interrupts around EFI calls, not in the epilog/prolog
calls"
- Revert "x86/efi: Use all 64 bit of efi_memmap in setup_e820()"
- Revert "x86/efi: Store upper bits of command line buffer address in
ext_cmd_line_ptr"
- Revert "efivarfs: Ensure VariableName is NUL-terminated"
- Revert "efi/libstub: Fix boundary checking in efi_high_alloc()"
- Revert "arm64: efi: only attempt efi map setup if booting via EFI"
- Revert "UBUNTU: arm64: Implement efi_enabled()"
- Revert "efi/arm64: ignore dtb= when UEFI SecureBoot is enabled"
- Revert "doc: arm64: add description of EFI stub support"
- Revert "UBUNTU: Move get_dram_base to arm private file"
- Revert "arm64: efi: add EFI stub"
- Revert "arm64: add EFI runtime services"
- Revert "efi: Add shared FDT related functions for ARM/ARM64"
- Revert "efi: add helper function to get UEFI params from FDT"
- Revert "doc: efi-stub.txt updates for ARM"
- Revert "efi: Add get_dram_base() helper function"
- Revert "efi: create memory map iteration helper"
- Revert "x86, ia64: Move EFI_FB vga_default_device() initialization to
pci_vga_fixup()"
- Revert "firmware: Do not use WARN_ON(!spin_is_locked())"
- Revert "efi-pstore: Fix an overflow on 32-bit builds"
- Revert "x86/efi: Fix 32-bit fallout"
- Revert "x86/efi: Check krealloc return value"
- Revert "x86/efi: Runtime services virtual mapping"
- Revert "x86/efi: Fix off-by-one bug in EFI Boot Services reservation"
- x86/efi: Simplify EFI_DEBUG
- x86/efi: Runtime services virtual mapping
- x86/efi: Check krealloc return value
- SAUCE: Merge tag 'efi-next' of
git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/efi
- doc: Fix trivial spelling mistake in efi-stub.txt
- x86/efi: Remove unused variables in __map_region()
- x86/efi: Add a wrapper function efi_map_region_fixed()
- x86/efi: Fix off-by-one bug in EFI Boot Services reservation
- x86/efi: Cleanup efi_enter_virtual_mode() function
- efi: Export more EFI table variables to sysfs
- [Config] CONFIG_EFI_RUNTIME_MAP=y
- efi: Export EFI runtime memory mapping to sysfs
- x86/efi: Pass necessary EFI data for kexec via setup_data
- x86/efi: Delete superfluous global variables
- x86/efi: parse_efi_setup() build fix
- SAUCE: Merge tag 'v3.13-rc7' into x86/efi-kexec to resolve conflicts
- x86/efi: Allow mapping BGRT on x86-32
- x86/efi: Fix 32-bit fallout
- x86/efi: Check status field to validate BGRT header
- x86/efi: Quirk out SGI UV
- v3.14 - Bacported EFI up to v3.14
- efi: Move facility flags to struct efi
- efi: Set feature flags inside feature init functions
- efivarfs: 'efivarfs_file_write' function reorganization
- x86/efi: Delete out-of-date comments of efi_query_variable_store
- x86/efi: Style neatening
- x86/efi: Dump the EFI page table
- x86, pageattr: Export page unmapping interface
- x86/efi: Make efi virtual runtime map passing more robust
- x86/efi: Split efi_enter_virtual_mode
- ia64/efi: Implement efi_enabled()
- efi: Use NULL instead of 0 for pointer
- x86, tools: Consolidate #ifdef code
- x86/efi: Delete dead code when checking for non-native
- efi: Add separate 32-bit/64-bit definitions
- x86/efi: Build our own EFI services pointer table
- x86/efi: Add early thunk code to go from 64-bit to 32-bit
- x86/efi: Firmware agnostic handover entry points
- [Config] CONFIG_EFI_MIXED=y
- x86/efi: Wire up CONFIG_EFI_MIXED
- x86/efi: Re-disable interrupts after calling firmware services
- SAUCE: Merge remote-tracking branch 'tip/x86/efi-mixed' into efi-for-mingo
- x86, tools: Fix up compiler warnings
- x86/efi: Preserve segment registers in mixed mode
- x86/efi: Rip out phys_efi_get_time()
- x86/efi: Restore 'attr' argument to query_variable_info()
- SAUCE: merge with v3.15
- fs/efivarfs/super.c: use static const for dentry_operations
- SAUCE: merge with v3.16
- efi: efi-stub-helper cleanup
- efi: create memory map iteration helper
- efi: Add shared printk wrapper for consistent prefixing
- efi: Add get_dram_base() helper function
- efi: x86: Handle arbitrary Unicode characters
- x86/efi: Delete most of the efi_call* macros
- x86/efi: Implement a __efi_call_virt macro
- x86/efi: Save and restore FPU context around efi_calls (x86_64)
- x86/efi: Save and restore FPU context around efi_calls (i386)
- efivars: Use local variables instead of a pointer dereference
- efivars: Check size of user object
- efivars: Stop passing a struct argument to efivar_validate()
- efivars: Refactor sanity checking code into separate function
- efivars: Add compatibility code for compat tasks
- doc: efi-stub.txt updates for ARM
- efi: add helper function to get UEFI params from FDT
- efi: Add shared FDT related functions for ARM/ARM64
- [Config] CONFIG_LIBFDT=y
- arm64: add EFI runtime services
- arm64: efi: add EFI stub
- doc: arm64: add description of EFI stub support
- efi/arm64: ignore dtb= when UEFI SecureBoot is enabled
- arm64: efi: only attempt efi map setup if booting via EFI
- efi-pstore: Fix an overflow on 32-bit builds
- firmware: Do not use WARN_ON(!spin_is_locked())
- x86, ia64: Move EFI_FB vga_default_device() initialization to
pci_vga_fixup()
- efivarfs: Ensure VariableName is NUL-terminated
- x86/efi: Store upper bits of command line buffer address in ext_cmd_line_ptr
- x86/efi: Use all 64 bit of efi_memmap in setup_e820()
- efi: Disable interrupts around EFI calls, not in the epilog/prolog calls
- x86/efi: Fix boot failure with EFI stub
- x86/efi: Fix boot crash by mapping EFI memmap entries bottom-up at runtime,
instead of top-down
- efi/libstub: Fix boundary checking in efi_high_alloc()
- efi: Fix compiler warnings (unused, const, type)
- efi: fdt: Do not report an error during boot if UEFI is not available
- efi: Make our variable validation list include the guid
- lib/ucs2_string: Add ucs2 -> utf8 helper functions
- efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad version
- efi/reboot: Add generic wrapper around EfiResetSystem()
- efi/arm64: efistub: remove local copy of linux_banner
- x86/reboot: Add EFI reboot quirk for ACPI Hardware Reduced flag
- efi/reboot: Allow powering off machines using EFI
- efi: Fix error handling in add_sysfs_runtime_map_entry()
- efi: Small leak on error in runtime map code
- arm64/efi: map the entire UEFI vendor string before reading it
- arm64/efi: add missing call to early_ioremap_reset()
- efi/arm64: Store Runtime Services revision
- SAUCE: UEFI: Add secure_modules() call
- SAUCE: UEFI: PCI: Lock down BAR access when module security is enabled
- SAUCE: UEFI: x86: Lock down IO port access when module security is enabled
- SAUCE: UEFI: ACPI: Limit access to custom_method
- SAUCE: UEFI: asus-wmi: Restrict debugfs interface when module loading is
restricted
- SAUCE: UEFI: Restrict /dev/mem and /dev/kmem when module loading is
restricted
- SAUCE: UEFI: acpi: Ignore acpi_rsdp kernel parameter when module loading is
restricted
- SAUCE: UEFI: kexec: Disable at runtime if the kernel enforces module loading
restrictions
- SAUCE: UEFI: x86: Restrict MSR access when module loading is restricted
- [Config] CONFIG_EFI_SECURE_BOOT_SIG_ENFORCE=y
- SAUCE: UEFI: Add option to automatically enforce module signatures when in
Secure Boot mode
- SAUCE: UEFI: efi: Make EFI_SECURE_BOOT_SIG_ENFORCE depend on EFI
- SAUCE: UEFI MODSIGN: Import certificates from UEFI Secure Boot
- SAUCE: UEFI: efi: Disable secure boot if shim is in insecure mode
- SAUCE: UEFI: Display MOKSBState when disabled
- SAUCE: UEFI: Add secure boot and MOK SB State disabled sysctl
- SAUCE: UEFI: Set EFI_SECURE_BOOT bit in x86_efi_facility
- Revert "x86/efi: Save and restore FPU context around efi_calls (x86_64)"
* linux: Implement secure boot state variables (LP: #1593075)
- SAUCE: UEFI: Add secure boot and MOK SB State disabled sysctl
- SAUCE: UEFI: Set EFI_SECURE_BOOT bit in x86_efi_facility
* linux: MokSBState is ignored (LP: #1571691)
- SAUCE: UEFI MODSIGN: Import certificates from UEFI Secure Boot
- SAUCE: UEFI: efi: Disable secure boot if shim is in insecure mode
- SAUCE: UEFI: Display MOKSBState when disabled
* linux: Enforce signed module loading when UEFI secure boot (LP: #1566221)
- SAUCE: UEFI: Add secure_modules() call
- SAUCE: UEFI: PCI: Lock down BAR access when module security is enabled
- SAUCE: UEFI: x86: Lock down IO port access when module security is enabled
- SAUCE: UEFI: ACPI: Limit access to custom_method
- SAUCE: UEFI: asus-wmi: Restrict debugfs interface when module loading is
restricted
- SAUCE: UEFI: Restrict /dev/mem and /dev/kmem when module loading is
restricted
- SAUCE: UEFI: acpi: Ignore acpi_rsdp kernel parameter when module loading is
restricted
- SAUCE: UEFI: kexec: Disable at runtime if the kernel enforces module loading
restrictions
- SAUCE: UEFI: x86: Restrict MSR access when module loading is restricted
- SAUCE: UEFI: Add option to automatically enforce module signatures when in
Secure Boot mode
- SAUCE: UEFI: efi: Make EFI_SECURE_BOOT_SIG_ENFORCE depend on EFI
- SAUCE: UEFI MODSIGN: Import certificates from UEFI Secure Boot
- SAUCE: UEFI: efi: Disable secure boot if shim is in insecure mode
- SAUCE: UEFI: Display MOKSBState when disabled
* Utopic update to 3.16.7-ckt5 stable release (LP: #1419125)
- arm64/efi: add missing call to early_ioremap_reset()
* Trusty update to 3.16.7-ckt17 stable release (LP: #1500484)
- arm64/efi: map the entire UEFI vendor string before reading it
* Utopic update to 3.16.7-ckt8 stable release (LP: #1434595)
- efi: Small leak on error in runtime map code
* Utopic update to 3.16.7-ckt12 stable release (LP: #1465613)
- efi/reboot: Add generic wrapper around EfiResetSystem()
- x86/reboot: Add EFI reboot quirk for ACPI Hardware Reduced flag
- efi/reboot: Allow powering off machines using EFI
- efi: Fix error handling in add_sysfs_runtime_map_entry()
* Trusty update to 3.16.7-ckt26 stable release (LP: #1563345)
- efi: Make our variable validation list include the guid
- lib/ucs2_string: Add ucs2 -> utf8 helper functions
- efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad version
* Utopic update to 3.16.7-ckt9 stable release (LP: #1441317)
- efi/libstub: Fix boundary checking in efi_high_alloc()
* Trusty update to 3.16.7-ckt19 stable release (LP: #1514911)
- x86/efi: Fix boot crash by mapping EFI memmap entries bottom-up at runtime,
instead of top-down
* Boot failure with EFI stub (LP: #1603476)
- x86/efi: Fix boot failure with EFI stub
* Trusty update to v3.13.11-ckt33 stable release (LP: #1538756)
- efi: Disable interrupts around EFI calls, not in the epilog/prolog calls
* Trusty update to 3.13.11-ckt26 stable release (LP: #1493305)
- x86/efi: Use all 64 bit of efi_memmap in setup_e820()
* Trusty update to v3.13.11.9 stable release (LP: #1381234)
- x86, ia64: Move EFI_FB vga_default_device() initialization to
pci_vga_fixup()
* CVE-2015-7833
- usbvision: revert commit 588afcc1
* CVE-2014-9904
- ALSA: compress: fix an integer overflow check
* CVE-2015-3288
- mm: avoid setting up anonymous pages into file mapping
* CVE-2016-3961 (LP: #1571020)
- mm: hugetlb: allow hugepages_supported to be architecture specific
- s390/hugetlb: add hugepages_supported define
- x86/mm/xen: Suppress hugetlbfs in PV guests
Date: Wed, 12 Oct 2016 15:32:10 -0500
Changed-By: Seth Forshee <seth.forshee at canonical.com>
Maintainer: Launchpad Build Daemon <buildd at lcy01-16.buildd>
-------------- next part --------------
Format: 1.8
Date: Wed, 12 Oct 2016 15:32:10 -0500
Source: linux
Binary: linux-source-3.13.0 linux-doc linux-headers-3.13.0-99 linux-libc-dev linux-tools-common linux-tools-3.13.0-99 linux-cloud-tools-common linux-cloud-tools-3.13.0-99 linux-image-3.13.0-99-generic linux-image-extra-3.13.0-99-generic linux-headers-3.13.0-99-generic linux-image-3.13.0-99-generic-dbgsym linux-tools-3.13.0-99-generic linux-cloud-tools-3.13.0-99-generic linux-udebs-generic linux-image-3.13.0-99-generic-lpae linux-image-extra-3.13.0-99-generic-lpae linux-headers-3.13.0-99-generic-lpae linux-image-3.13.0-99-generic-lpae-dbgsym linux-tools-3.13.0-99-generic-lpae linux-cloud-tools-3.13.0-99-generic-lpae linux-udebs-generic-lpae linux-image-3.13.0-99-lowlatency linux-image-extra-3.13.0-99-lowlatency linux-headers-3.13.0-99-lowlatency linux-image-3.13.0-99-lowlatency-dbgsym linux-tools-3.13.0-99-lowlatency linux-cloud-tools-3.13.0-99-lowlatency linux-udebs-lowlatency linux-image-3.13.0-99-powerpc-e500 linux-image-extra-3.13.0-99-powerpc-e500
linux-headers-3.13.0-99-powerpc-e500 linux-image-3.13.0-99-powerpc-e500-dbgsym linux-tools-3.13.0-99-powerpc-e500 linux-cloud-tools-3.13.0-99-powerpc-e500 linux-udebs-powerpc-e500 linux-image-3.13.0-99-powerpc-e500mc linux-image-extra-3.13.0-99-powerpc-e500mc linux-headers-3.13.0-99-powerpc-e500mc linux-image-3.13.0-99-powerpc-e500mc-dbgsym linux-tools-3.13.0-99-powerpc-e500mc linux-cloud-tools-3.13.0-99-powerpc-e500mc linux-udebs-powerpc-e500mc linux-image-3.13.0-99-powerpc-smp linux-image-extra-3.13.0-99-powerpc-smp linux-headers-3.13.0-99-powerpc-smp linux-image-3.13.0-99-powerpc-smp-dbgsym linux-tools-3.13.0-99-powerpc-smp linux-cloud-tools-3.13.0-99-powerpc-smp linux-udebs-powerpc-smp linux-image-3.13.0-99-powerpc64-emb linux-image-extra-3.13.0-99-powerpc64-emb linux-headers-3.13.0-99-powerpc64-emb linux-image-3.13.0-99-powerpc64-emb-dbgsym linux-tools-3.13.0-99-powerpc64-emb linux-cloud-tools-3.13.0-99-powerpc64-emb linux-udebs-powerpc64-emb
linux-image-3.13.0-99-powerpc64-smp linux-image-extra-3.13.0-99-powerpc64-smp linux-headers-3.13.0-99-powerpc64-smp linux-image-3.13.0-99-powerpc64-smp-dbgsym linux-tools-3.13.0-99-powerpc64-smp linux-cloud-tools-3.13.0-99-powerpc64-smp linux-udebs-powerpc64-smp kernel-image-3.13.0-99-generic-di nic-modules-3.13.0-99-generic-di nic-shared-modules-3.13.0-99-generic-di serial-modules-3.13.0-99-generic-di ppp-modules-3.13.0-99-generic-di pata-modules-3.13.0-99-generic-di firewire-core-modules-3.13.0-99-generic-di scsi-modules-3.13.0-99-generic-di plip-modules-3.13.0-99-generic-di floppy-modules-3.13.0-99-generic-di fat-modules-3.13.0-99-generic-di nfs-modules-3.13.0-99-generic-di md-modules-3.13.0-99-generic-di multipath-modules-3.13.0-99-generic-di usb-modules-3.13.0-99-generic-di pcmcia-storage-modules-3.13.0-99-generic-di fb-modules-3.13.0-99-generic-di input-modules-3.13.0-99-generic-di mouse-modules-3.13.0-99-generic-di irda-modules-3.13.0-99-generic-di
parport-modules-3.13.0-99-generic-di nic-pcmcia-modules-3.13.0-99-generic-di pcmcia-modules-3.13.0-99-generic-di nic-usb-modules-3.13.0-99-generic-di sata-modules-3.13.0-99-generic-di crypto-modules-3.13.0-99-generic-di squashfs-modules-3.13.0-99-generic-di speakup-modules-3.13.0-99-generic-di virtio-modules-3.13.0-99-generic-di fs-core-modules-3.13.0-99-generic-di fs-secondary-modules-3.13.0-99-generic-di storage-core-modules-3.13.0-99-generic-di block-modules-3.13.0-99-generic-di message-modules-3.13.0-99-generic-di vlan-modules-3.13.0-99-generic-di
ipmi-modules-3.13.0-99-generic-di
Architecture: amd64 amd64_translations
Version: 3.13.0-99.146
Distribution: trusty
Urgency: low
Maintainer: Launchpad Build Daemon <buildd at lcy01-16.buildd>
Changed-By: Seth Forshee <seth.forshee at canonical.com>
Description:
block-modules-3.13.0-99-generic-di - Block storage devices (udeb)
crypto-modules-3.13.0-99-generic-di - crypto modules (udeb)
fat-modules-3.13.0-99-generic-di - FAT filesystem support (udeb)
fb-modules-3.13.0-99-generic-di - Framebuffer modules (udeb)
firewire-core-modules-3.13.0-99-generic-di - Firewire (IEEE-1394) Support (udeb)
floppy-modules-3.13.0-99-generic-di - Floppy driver support (udeb)
fs-core-modules-3.13.0-99-generic-di - Base filesystem modules (udeb)
fs-secondary-modules-3.13.0-99-generic-di - Extra filesystem modules (udeb)
input-modules-3.13.0-99-generic-di - Support for various input methods (udeb)
ipmi-modules-3.13.0-99-generic-di - ipmi modules (udeb)
irda-modules-3.13.0-99-generic-di - Support for Infrared protocols (udeb)
kernel-image-3.13.0-99-generic-di - Linux kernel binary image for the Debian installer (udeb)
linux-cloud-tools-3.13.0-99 - Linux kernel version specific cloud tools for version 3.13.0-99
linux-cloud-tools-3.13.0-99-generic - Linux kernel version specific cloud tools for version 3.13.0-99
linux-cloud-tools-3.13.0-99-generic-lpae - Linux kernel version specific cloud tools for version 3.13.0-99
linux-cloud-tools-3.13.0-99-lowlatency - Linux kernel version specific cloud tools for version 3.13.0-99
linux-cloud-tools-3.13.0-99-powerpc-e500 - Linux kernel version specific cloud tools for version 3.13.0-99
linux-cloud-tools-3.13.0-99-powerpc-e500mc - Linux kernel version specific cloud tools for version 3.13.0-99
linux-cloud-tools-3.13.0-99-powerpc-smp - Linux kernel version specific cloud tools for version 3.13.0-99
linux-cloud-tools-3.13.0-99-powerpc64-emb - Linux kernel version specific cloud tools for version 3.13.0-99
linux-cloud-tools-3.13.0-99-powerpc64-smp - Linux kernel version specific cloud tools for version 3.13.0-99
linux-cloud-tools-common - Linux kernel version specific cloud tools for version 3.13.0
linux-doc - Linux kernel specific documentation for version 3.13.0
linux-headers-3.13.0-99 - Header files related to Linux kernel version 3.13.0
linux-headers-3.13.0-99-generic - Linux kernel headers for version 3.13.0 on 64 bit x86 SMP
linux-headers-3.13.0-99-generic-lpae - Linux kernel headers for version 3.13.0 on 64 bit x86 SMP
linux-headers-3.13.0-99-lowlatency - Linux kernel headers for version 3.13.0 on 64 bit x86 SMP
linux-headers-3.13.0-99-powerpc-e500 - Linux kernel headers for version 3.13.0 on 32-bit Freescale Power
linux-headers-3.13.0-99-powerpc-e500mc - Linux kernel headers for version 3.13.0 on 32-bit Freescale Power
linux-headers-3.13.0-99-powerpc-smp - Linux kernel headers for version 3.13.0 on 32-bit PowerPC SMP
linux-headers-3.13.0-99-powerpc64-emb - Linux kernel headers for version 3.13.0 on 64-bit PowerPC SMP Boo
linux-headers-3.13.0-99-powerpc64-smp - Linux kernel headers for version 3.13.0 on 64-bit PowerPC SMP
linux-image-3.13.0-99-generic - Linux kernel image for version 3.13.0 on 64 bit x86 SMP
linux-image-3.13.0-99-generic-dbgsym - Linux kernel debug image for version 3.13.0 on 64 bit x86 SMP
linux-image-3.13.0-99-generic-lpae - Linux kernel image for version 3.13.0 on 64 bit x86 SMP
linux-image-3.13.0-99-generic-lpae-dbgsym - Linux kernel debug image for version 3.13.0 on 64 bit x86 SMP
linux-image-3.13.0-99-lowlatency - Linux kernel image for version 3.13.0 on 64 bit x86 SMP
linux-image-3.13.0-99-lowlatency-dbgsym - Linux kernel debug image for version 3.13.0 on 64 bit x86 SMP
linux-image-3.13.0-99-powerpc-e500 - Linux kernel image for version 3.13.0 on 32-bit Freescale Power e
linux-image-3.13.0-99-powerpc-e500-dbgsym - Linux kernel debug image for version 3.13.0 on 32-bit Freescale P
linux-image-3.13.0-99-powerpc-e500mc - Linux kernel image for version 3.13.0 on 32-bit Freescale Power e
linux-image-3.13.0-99-powerpc-e500mc-dbgsym - Linux kernel debug image for version 3.13.0 on 32-bit Freescale P
linux-image-3.13.0-99-powerpc-smp - Linux kernel image for version 3.13.0 on 32-bit PowerPC SMP
linux-image-3.13.0-99-powerpc-smp-dbgsym - Linux kernel debug image for version 3.13.0 on 32-bit PowerPC SMP
linux-image-3.13.0-99-powerpc64-emb - Linux kernel image for version 3.13.0 on 64-bit PowerPC SMP Book3
linux-image-3.13.0-99-powerpc64-emb-dbgsym - Linux kernel debug image for version 3.13.0 on 64-bit PowerPC SMP
linux-image-3.13.0-99-powerpc64-smp - Linux kernel image for version 3.13.0 on 64-bit PowerPC SMP
linux-image-3.13.0-99-powerpc64-smp-dbgsym - Linux kernel debug image for version 3.13.0 on 64-bit PowerPC SMP
linux-image-extra-3.13.0-99-generic - Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
linux-image-extra-3.13.0-99-generic-lpae - Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
linux-image-extra-3.13.0-99-lowlatency - Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
linux-image-extra-3.13.0-99-powerpc-e500 - Linux kernel extra modules for version 3.13.0 on 32-bit Freescale
linux-image-extra-3.13.0-99-powerpc-e500mc - Linux kernel extra modules for version 3.13.0 on 32-bit Freescale
linux-image-extra-3.13.0-99-powerpc-smp - Linux kernel extra modules for version 3.13.0 on 32-bit PowerPC S
linux-image-extra-3.13.0-99-powerpc64-emb - Linux kernel extra modules for version 3.13.0 on 64-bit PowerPC S
linux-image-extra-3.13.0-99-powerpc64-smp - Linux kernel extra modules for version 3.13.0 on 64-bit PowerPC S
linux-libc-dev - Linux Kernel Headers for development
linux-source-3.13.0 - Linux kernel source for version 3.13.0 with Ubuntu patches
linux-tools-3.13.0-99 - Linux kernel version specific tools for version 3.13.0-99
linux-tools-3.13.0-99-generic - Linux kernel version specific tools for version 3.13.0-99
linux-tools-3.13.0-99-generic-lpae - Linux kernel version specific tools for version 3.13.0-99
linux-tools-3.13.0-99-lowlatency - Linux kernel version specific tools for version 3.13.0-99
linux-tools-3.13.0-99-powerpc-e500 - Linux kernel version specific tools for version 3.13.0-99
linux-tools-3.13.0-99-powerpc-e500mc - Linux kernel version specific tools for version 3.13.0-99
linux-tools-3.13.0-99-powerpc-smp - Linux kernel version specific tools for version 3.13.0-99
linux-tools-3.13.0-99-powerpc64-emb - Linux kernel version specific tools for version 3.13.0-99
linux-tools-3.13.0-99-powerpc64-smp - Linux kernel version specific tools for version 3.13.0-99
linux-tools-common - Linux kernel version specific tools for version 3.13.0
linux-udebs-generic - Metapackage depending on kernel udebs (udeb)
linux-udebs-generic-lpae - Metapackage depending on kernel udebs (udeb)
linux-udebs-lowlatency - Metapackage depending on kernel udebs (udeb)
linux-udebs-powerpc-e500 - Metapackage depending on kernel udebs (udeb)
linux-udebs-powerpc-e500mc - Metapackage depending on kernel udebs (udeb)
linux-udebs-powerpc-smp - Metapackage depending on kernel udebs (udeb)
linux-udebs-powerpc64-emb - Metapackage depending on kernel udebs (udeb)
linux-udebs-powerpc64-smp - Metapackage depending on kernel udebs (udeb)
md-modules-3.13.0-99-generic-di - Multi-device support (raid, device-mapper, lvm) (udeb)
message-modules-3.13.0-99-generic-di - Fusion and i2o storage modules (udeb)
mouse-modules-3.13.0-99-generic-di - Mouse support (udeb)
multipath-modules-3.13.0-99-generic-di - DM-Multipath support (udeb)
nfs-modules-3.13.0-99-generic-di - NFS filesystem drivers (udeb)
nic-modules-3.13.0-99-generic-di - Network interface support (udeb)
nic-pcmcia-modules-3.13.0-99-generic-di - PCMCIA network interface support (udeb)
nic-shared-modules-3.13.0-99-generic-di - nic shared modules (udeb)
nic-usb-modules-3.13.0-99-generic-di - USB network interface support (udeb)
parport-modules-3.13.0-99-generic-di - Parallel port support (udeb)
pata-modules-3.13.0-99-generic-di - PATA support modules (udeb)
pcmcia-modules-3.13.0-99-generic-di - PCMCIA Modules (udeb)
pcmcia-storage-modules-3.13.0-99-generic-di - PCMCIA storage support (udeb)
plip-modules-3.13.0-99-generic-di - PLIP (parallel port) networking support (udeb)
ppp-modules-3.13.0-99-generic-di - PPP (serial port) networking support (udeb)
sata-modules-3.13.0-99-generic-di - SATA storage support (udeb)
scsi-modules-3.13.0-99-generic-di - SCSI storage support (udeb)
serial-modules-3.13.0-99-generic-di - Serial port support (udeb)
speakup-modules-3.13.0-99-generic-di - speakup modules (udeb)
squashfs-modules-3.13.0-99-generic-di - squashfs modules (udeb)
storage-core-modules-3.13.0-99-generic-di - Core storage support (udeb)
usb-modules-3.13.0-99-generic-di - Core USB support (udeb)
virtio-modules-3.13.0-99-generic-di - VirtIO Modules (udeb)
vlan-modules-3.13.0-99-generic-di - vlan modules (udeb)
Launchpad-Bugs-Fixed: 1381234 1419125 1434595 1441317 1465613 1493305 1500484 1514911 1538756 1563345 1566221 1571020 1571691 1593075 1603476 1608854 1628976 1629977 1632462 1632844
Changes:
linux (3.13.0-99.146) trusty; urgency=low
.
[ Seth Forshee ]
.
* Release Tracking Bug
- LP: #1632844
.
* [Trusty->Yakkety] powerpc/64: Fix incorrect return value from
__copy_tofrom_user (LP: #1632462)
- SAUCE: (no-up) powerpc/64: Fix incorrect return value from
__copy_tofrom_user
.
* Ubuntu 16.10: Oops panic in move_page_tables/page_remove_rmap after running
memory_stress_ng. (LP: #1628976)
- SAUCE: (no-up) powerpc/pseries: Fix stack corruption in htpe code
.
* sha1-powerpc returning wrong results (LP: #1629977)
- crypto: sha1-powerpc - little-endian support
.
* [arm64] nova instances can't boot with 3.13.0-92 (LP: #1608854)
- Revert "efi: Disable interrupts around EFI calls, not in the epilog/prolog
calls"
- Revert "x86/efi: Use all 64 bit of efi_memmap in setup_e820()"
- Revert "x86/efi: Store upper bits of command line buffer address in
ext_cmd_line_ptr"
- Revert "efivarfs: Ensure VariableName is NUL-terminated"
- Revert "efi/libstub: Fix boundary checking in efi_high_alloc()"
- Revert "arm64: efi: only attempt efi map setup if booting via EFI"
- Revert "UBUNTU: arm64: Implement efi_enabled()"
- Revert "efi/arm64: ignore dtb= when UEFI SecureBoot is enabled"
- Revert "doc: arm64: add description of EFI stub support"
- Revert "UBUNTU: Move get_dram_base to arm private file"
- Revert "arm64: efi: add EFI stub"
- Revert "arm64: add EFI runtime services"
- Revert "efi: Add shared FDT related functions for ARM/ARM64"
- Revert "efi: add helper function to get UEFI params from FDT"
- Revert "doc: efi-stub.txt updates for ARM"
- Revert "efi: Add get_dram_base() helper function"
- Revert "efi: create memory map iteration helper"
- Revert "x86, ia64: Move EFI_FB vga_default_device() initialization to
pci_vga_fixup()"
- Revert "firmware: Do not use WARN_ON(!spin_is_locked())"
- Revert "efi-pstore: Fix an overflow on 32-bit builds"
- Revert "x86/efi: Fix 32-bit fallout"
- Revert "x86/efi: Check krealloc return value"
- Revert "x86/efi: Runtime services virtual mapping"
- Revert "x86/efi: Fix off-by-one bug in EFI Boot Services reservation"
- x86/efi: Simplify EFI_DEBUG
- x86/efi: Runtime services virtual mapping
- x86/efi: Check krealloc return value
- SAUCE: Merge tag 'efi-next' of
git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/efi
- doc: Fix trivial spelling mistake in efi-stub.txt
- x86/efi: Remove unused variables in __map_region()
- x86/efi: Add a wrapper function efi_map_region_fixed()
- x86/efi: Fix off-by-one bug in EFI Boot Services reservation
- x86/efi: Cleanup efi_enter_virtual_mode() function
- efi: Export more EFI table variables to sysfs
- [Config] CONFIG_EFI_RUNTIME_MAP=y
- efi: Export EFI runtime memory mapping to sysfs
- x86/efi: Pass necessary EFI data for kexec via setup_data
- x86/efi: Delete superfluous global variables
- x86/efi: parse_efi_setup() build fix
- SAUCE: Merge tag 'v3.13-rc7' into x86/efi-kexec to resolve conflicts
- x86/efi: Allow mapping BGRT on x86-32
- x86/efi: Fix 32-bit fallout
- x86/efi: Check status field to validate BGRT header
- x86/efi: Quirk out SGI UV
- v3.14 - Bacported EFI up to v3.14
- efi: Move facility flags to struct efi
- efi: Set feature flags inside feature init functions
- efivarfs: 'efivarfs_file_write' function reorganization
- x86/efi: Delete out-of-date comments of efi_query_variable_store
- x86/efi: Style neatening
- x86/efi: Dump the EFI page table
- x86, pageattr: Export page unmapping interface
- x86/efi: Make efi virtual runtime map passing more robust
- x86/efi: Split efi_enter_virtual_mode
- ia64/efi: Implement efi_enabled()
- efi: Use NULL instead of 0 for pointer
- x86, tools: Consolidate #ifdef code
- x86/efi: Delete dead code when checking for non-native
- efi: Add separate 32-bit/64-bit definitions
- x86/efi: Build our own EFI services pointer table
- x86/efi: Add early thunk code to go from 64-bit to 32-bit
- x86/efi: Firmware agnostic handover entry points
- [Config] CONFIG_EFI_MIXED=y
- x86/efi: Wire up CONFIG_EFI_MIXED
- x86/efi: Re-disable interrupts after calling firmware services
- SAUCE: Merge remote-tracking branch 'tip/x86/efi-mixed' into efi-for-mingo
- x86, tools: Fix up compiler warnings
- x86/efi: Preserve segment registers in mixed mode
- x86/efi: Rip out phys_efi_get_time()
- x86/efi: Restore 'attr' argument to query_variable_info()
- SAUCE: merge with v3.15
- fs/efivarfs/super.c: use static const for dentry_operations
- SAUCE: merge with v3.16
- efi: efi-stub-helper cleanup
- efi: create memory map iteration helper
- efi: Add shared printk wrapper for consistent prefixing
- efi: Add get_dram_base() helper function
- efi: x86: Handle arbitrary Unicode characters
- x86/efi: Delete most of the efi_call* macros
- x86/efi: Implement a __efi_call_virt macro
- x86/efi: Save and restore FPU context around efi_calls (x86_64)
- x86/efi: Save and restore FPU context around efi_calls (i386)
- efivars: Use local variables instead of a pointer dereference
- efivars: Check size of user object
- efivars: Stop passing a struct argument to efivar_validate()
- efivars: Refactor sanity checking code into separate function
- efivars: Add compatibility code for compat tasks
- doc: efi-stub.txt updates for ARM
- efi: add helper function to get UEFI params from FDT
- efi: Add shared FDT related functions for ARM/ARM64
- [Config] CONFIG_LIBFDT=y
- arm64: add EFI runtime services
- arm64: efi: add EFI stub
- doc: arm64: add description of EFI stub support
- efi/arm64: ignore dtb= when UEFI SecureBoot is enabled
- arm64: efi: only attempt efi map setup if booting via EFI
- efi-pstore: Fix an overflow on 32-bit builds
- firmware: Do not use WARN_ON(!spin_is_locked())
- x86, ia64: Move EFI_FB vga_default_device() initialization to
pci_vga_fixup()
- efivarfs: Ensure VariableName is NUL-terminated
- x86/efi: Store upper bits of command line buffer address in ext_cmd_line_ptr
- x86/efi: Use all 64 bit of efi_memmap in setup_e820()
- efi: Disable interrupts around EFI calls, not in the epilog/prolog calls
- x86/efi: Fix boot failure with EFI stub
- x86/efi: Fix boot crash by mapping EFI memmap entries bottom-up at runtime,
instead of top-down
- efi/libstub: Fix boundary checking in efi_high_alloc()
- efi: Fix compiler warnings (unused, const, type)
- efi: fdt: Do not report an error during boot if UEFI is not available
- efi: Make our variable validation list include the guid
- lib/ucs2_string: Add ucs2 -> utf8 helper functions
- efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad version
- efi/reboot: Add generic wrapper around EfiResetSystem()
- efi/arm64: efistub: remove local copy of linux_banner
- x86/reboot: Add EFI reboot quirk for ACPI Hardware Reduced flag
- efi/reboot: Allow powering off machines using EFI
- efi: Fix error handling in add_sysfs_runtime_map_entry()
- efi: Small leak on error in runtime map code
- arm64/efi: map the entire UEFI vendor string before reading it
- arm64/efi: add missing call to early_ioremap_reset()
- efi/arm64: Store Runtime Services revision
- SAUCE: UEFI: Add secure_modules() call
- SAUCE: UEFI: PCI: Lock down BAR access when module security is enabled
- SAUCE: UEFI: x86: Lock down IO port access when module security is enabled
- SAUCE: UEFI: ACPI: Limit access to custom_method
- SAUCE: UEFI: asus-wmi: Restrict debugfs interface when module loading is
restricted
- SAUCE: UEFI: Restrict /dev/mem and /dev/kmem when module loading is
restricted
- SAUCE: UEFI: acpi: Ignore acpi_rsdp kernel parameter when module loading is
restricted
- SAUCE: UEFI: kexec: Disable at runtime if the kernel enforces module loading
restrictions
- SAUCE: UEFI: x86: Restrict MSR access when module loading is restricted
- [Config] CONFIG_EFI_SECURE_BOOT_SIG_ENFORCE=y
- SAUCE: UEFI: Add option to automatically enforce module signatures when in
Secure Boot mode
- SAUCE: UEFI: efi: Make EFI_SECURE_BOOT_SIG_ENFORCE depend on EFI
- SAUCE: UEFI MODSIGN: Import certificates from UEFI Secure Boot
- SAUCE: UEFI: efi: Disable secure boot if shim is in insecure mode
- SAUCE: UEFI: Display MOKSBState when disabled
- SAUCE: UEFI: Add secure boot and MOK SB State disabled sysctl
- SAUCE: UEFI: Set EFI_SECURE_BOOT bit in x86_efi_facility
- Revert "x86/efi: Save and restore FPU context around efi_calls (x86_64)"
.
* linux: Implement secure boot state variables (LP: #1593075)
- SAUCE: UEFI: Add secure boot and MOK SB State disabled sysctl
- SAUCE: UEFI: Set EFI_SECURE_BOOT bit in x86_efi_facility
.
* linux: MokSBState is ignored (LP: #1571691)
- SAUCE: UEFI MODSIGN: Import certificates from UEFI Secure Boot
- SAUCE: UEFI: efi: Disable secure boot if shim is in insecure mode
- SAUCE: UEFI: Display MOKSBState when disabled
.
* linux: Enforce signed module loading when UEFI secure boot (LP: #1566221)
- SAUCE: UEFI: Add secure_modules() call
- SAUCE: UEFI: PCI: Lock down BAR access when module security is enabled
- SAUCE: UEFI: x86: Lock down IO port access when module security is enabled
- SAUCE: UEFI: ACPI: Limit access to custom_method
- SAUCE: UEFI: asus-wmi: Restrict debugfs interface when module loading is
restricted
- SAUCE: UEFI: Restrict /dev/mem and /dev/kmem when module loading is
restricted
- SAUCE: UEFI: acpi: Ignore acpi_rsdp kernel parameter when module loading is
restricted
- SAUCE: UEFI: kexec: Disable at runtime if the kernel enforces module loading
restrictions
- SAUCE: UEFI: x86: Restrict MSR access when module loading is restricted
- SAUCE: UEFI: Add option to automatically enforce module signatures when in
Secure Boot mode
- SAUCE: UEFI: efi: Make EFI_SECURE_BOOT_SIG_ENFORCE depend on EFI
- SAUCE: UEFI MODSIGN: Import certificates from UEFI Secure Boot
- SAUCE: UEFI: efi: Disable secure boot if shim is in insecure mode
- SAUCE: UEFI: Display MOKSBState when disabled
.
* Utopic update to 3.16.7-ckt5 stable release (LP: #1419125)
- arm64/efi: add missing call to early_ioremap_reset()
.
* Trusty update to 3.16.7-ckt17 stable release (LP: #1500484)
- arm64/efi: map the entire UEFI vendor string before reading it
.
* Utopic update to 3.16.7-ckt8 stable release (LP: #1434595)
- efi: Small leak on error in runtime map code
.
* Utopic update to 3.16.7-ckt12 stable release (LP: #1465613)
- efi/reboot: Add generic wrapper around EfiResetSystem()
- x86/reboot: Add EFI reboot quirk for ACPI Hardware Reduced flag
- efi/reboot: Allow powering off machines using EFI
- efi: Fix error handling in add_sysfs_runtime_map_entry()
.
* Trusty update to 3.16.7-ckt26 stable release (LP: #1563345)
- efi: Make our variable validation list include the guid
- lib/ucs2_string: Add ucs2 -> utf8 helper functions
- efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad version
.
* Utopic update to 3.16.7-ckt9 stable release (LP: #1441317)
- efi/libstub: Fix boundary checking in efi_high_alloc()
.
* Trusty update to 3.16.7-ckt19 stable release (LP: #1514911)
- x86/efi: Fix boot crash by mapping EFI memmap entries bottom-up at runtime,
instead of top-down
.
* Boot failure with EFI stub (LP: #1603476)
- x86/efi: Fix boot failure with EFI stub
.
* Trusty update to v3.13.11-ckt33 stable release (LP: #1538756)
- efi: Disable interrupts around EFI calls, not in the epilog/prolog calls
.
* Trusty update to 3.13.11-ckt26 stable release (LP: #1493305)
- x86/efi: Use all 64 bit of efi_memmap in setup_e820()
.
* Trusty update to v3.13.11.9 stable release (LP: #1381234)
- x86, ia64: Move EFI_FB vga_default_device() initialization to
pci_vga_fixup()
.
* CVE-2015-7833
- usbvision: revert commit 588afcc1
.
* CVE-2014-9904
- ALSA: compress: fix an integer overflow check
.
* CVE-2015-3288
- mm: avoid setting up anonymous pages into file mapping
.
* CVE-2016-3961 (LP: #1571020)
- mm: hugetlb: allow hugepages_supported to be architecture specific
- s390/hugetlb: add hugepages_supported define
- x86/mm/xen: Suppress hugetlbfs in PV guests
Checksums-Sha1:
7475f9f12dbc6378a438976bed198d504f1ab8f7 469126 linux-tools-3.13.0-99_3.13.0-99.146_amd64.deb
6f658facb9e2a173fb796c9b6636ba54e9b21c16 858 linux-tools-3.13.0-99-dbgsym_3.13.0-99.146_amd64.ddeb
8ce2eeed6e0da941592c7785c30ffcd76cc74c1a 24278 linux_3.13.0-99.146_amd64_translations.tar.gz
0fb2de84365674f1e8cc35a07e8153f443aebd61 20646 linux-cloud-tools-3.13.0-99_3.13.0-99.146_amd64.deb
acb86edcad0c775fa52bae8c199f29ff620d6259 836 linux-cloud-tools-3.13.0-99-dbgsym_3.13.0-99.146_amd64.ddeb
48354180576a83e1d1315e2a84d3e7f0bc9d790c 15269448 linux-image-3.13.0-99-generic_3.13.0-99.146_amd64.deb
10507678bf50d0d411684314e15bcf33c6c4c352 36761452 linux-image-extra-3.13.0-99-generic_3.13.0-99.146_amd64.deb
f7bd45604c9cb26677e6a258c6ad23476db98960 692818 linux-headers-3.13.0-99-generic_3.13.0-99.146_amd64.deb
5d07d8d13d90f131d27e9f6beeb198a9354de621 390629460 linux-image-3.13.0-99-generic-dbgsym_3.13.0-99.146_amd64.ddeb
3bba89b6dc00fa14cb76e0915236fc8fa9d25e70 1826 linux-tools-3.13.0-99-generic_3.13.0-99.146_amd64.deb
91ca2e91f3d8aea0aa7f2216dafd6654c0c15a68 1784 linux-cloud-tools-3.13.0-99-generic_3.13.0-99.146_amd64.deb
9e87486495d218c6ea9a53c96261c38d7284b165 51941282 linux-image-3.13.0-99-lowlatency_3.13.0-99.146_amd64.deb
72446ea89efd27b1b8a8a341dcc12322e21d08f1 692094 linux-headers-3.13.0-99-lowlatency_3.13.0-99.146_amd64.deb
18cdb9eb86bfce2283f4d780ea06da13040cb341 389754668 linux-image-3.13.0-99-lowlatency-dbgsym_3.13.0-99.146_amd64.ddeb
2a8d29c2b19b056f99428daf697e63e5d1da27f3 1826 linux-tools-3.13.0-99-lowlatency_3.13.0-99.146_amd64.deb
48bf76937295b691f272dc8122b87e60619ef6ae 1792 linux-cloud-tools-3.13.0-99-lowlatency_3.13.0-99.146_amd64.deb
feeab2d3be6c3c5d235b8a1103fa5cf410542a81 11565057 linux_3.13.0-99.146_amd64.tar.gz
cbf8ada6f4878f0b40dfaca2ca9eee777cbee39a 6326050 kernel-image-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
dd45557acdc76b620aec5149821c2d253c644f05 3884342 nic-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
6c6b9a11e96fb197a4171ae3b492acc6b1c6ae28 450114 nic-shared-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
fe0a0336f27d751c4ab10e2dadfa62de053d054b 83778 serial-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
d741b3d331ba299969fa52454a9ce8681343ee00 25982 ppp-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
b8ddf990f53ef2686219c42e81da86577918ea61 131534 pata-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
821de07167669a034edde98f0ca287733cafa152 68346 firewire-core-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
5f798e5dec55a2b85571ca19387ae9d973c75b3e 2021808 scsi-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
324f55a1cc634f17ebef44a18ea118f9e46c5a29 9326 plip-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
9f4154defe9e476e06e252fcba73298ee5e708ae 32742 floppy-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
52ce1eab07c45f8ead2d5d80f6fd2950558e66cf 4112 fat-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
56659980bc2c78139f702f35f3e56e5ac67d4e68 466322 nfs-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
81c5f343aab11952896d438d16955dc75fb1e72d 228288 md-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
26e2f82ec15899f74e4bfe09f5217f778d20900e 17978 multipath-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
6d1ee3835e30162e596a1b3c4705cda2c6f6d818 112546 usb-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
d88f5c66b7f61b300c045e0adbd5ba1330e1fc81 68506 pcmcia-storage-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
7973f8d3ce95425347735633883cec77f4b518b2 13406 fb-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
e92944882df990423dd755c10138f297b104ad84 106646 input-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
3790a8a119e619cb3a624774a98e371eec311fcf 47858 mouse-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
7eb07a94fb960434edc5690a7222c5ea4c8b02ff 180616 irda-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
67c41de9424064a7d98ca2debc7057628cd1f2ca 31548 parport-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
db48f42fcc6363e6a223222b56fe133066897ed3 146172 nic-pcmcia-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
18c28ce99458d8b91c427357cda2138e3f68851a 65032 pcmcia-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
b81e484b727b2cb8758c79ce86fc90a156abdbe7 295308 nic-usb-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
7d05566d46e8da74c8316d0784016e17e15f37b6 98862 sata-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
2e697cd6a61f9c84de6f756761fd5e5d2534d1d7 325534 crypto-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
0d6c474a5123686e4bbe2619756ed09ebb341e93 21896 squashfs-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
2401ccc6c5da4eea5d56f2e0d1f6082f8a36533b 54850 speakup-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
c5d5b339a3361ae1a15549fdede68c7548b94bec 57028 virtio-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
24411fc7434d7e7af61fc1c0c59755decccefbd0 517074 fs-core-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
cde263f2403c7fe7aa11184bba9baeb1f63bfb36 536128 fs-secondary-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
b3ec8881a022c261200c538f27f24051253cb58a 45036 storage-core-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
90d7fa7a6d7feb74e9484bc4aa9e84c88cec7f55 398004 block-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
7ef65842b13ae4c92d079ee0ca0f3d2ffc96f165 254754 message-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
7802aee6f752d258a34f86605d785cb646354f1c 26926 vlan-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
19e8b21d9ef4f03f3617077b4810c36d66d0433a 40630 ipmi-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
1c81d96ec8cef67b2bd8d07e0668d2e36602c6b3 948 linux-udebs-generic_3.13.0-99.146_amd64.udeb
0db262f4d8313038669428b9e8072fcd4db5203a 770256 linux-libc-dev_3.13.0-99.146_amd64.deb
Checksums-Sha256:
331be61af162c205cd769070648c0bf20a5e920547350a112a2a90bbc14450db 469126 linux-tools-3.13.0-99_3.13.0-99.146_amd64.deb
f4a8b3258a02be6accfa42fdc7ad15bf10fa9ae511994b0aab0e377e4d5bb820 858 linux-tools-3.13.0-99-dbgsym_3.13.0-99.146_amd64.ddeb
a2a7d9f9499ba54c6230d30887fa3fe4d3aaf1eb12f4ec24f623675033d66321 24278 linux_3.13.0-99.146_amd64_translations.tar.gz
7227e2611b5fdad690d521d977a6604299d91b2e4a0fc44bf834bbf4518d10fc 20646 linux-cloud-tools-3.13.0-99_3.13.0-99.146_amd64.deb
de427fb1ed91b5ba779418690d6fb0a5cb164ac94c7d9d75f35069f0824df897 836 linux-cloud-tools-3.13.0-99-dbgsym_3.13.0-99.146_amd64.ddeb
6d8b24228049ffea57fbf194778afd943ad612f305bf18529f38f577bd402f59 15269448 linux-image-3.13.0-99-generic_3.13.0-99.146_amd64.deb
160ac11814f938c69d85bc4c1cfaabf112c378f557d525db56e8ad71b8fc18ed 36761452 linux-image-extra-3.13.0-99-generic_3.13.0-99.146_amd64.deb
4c564b4a2544232f0a4b938640bef4b7b87a67689de3af370a0c89818897dcd2 692818 linux-headers-3.13.0-99-generic_3.13.0-99.146_amd64.deb
34bbc2d2bcd0fe54560d824b1e572434b23e97a145dfcb04b543800e38d526d8 390629460 linux-image-3.13.0-99-generic-dbgsym_3.13.0-99.146_amd64.ddeb
49cdcf2c93343e23cd1360e3e19a9333ed843beb89592bee1897383f282714fb 1826 linux-tools-3.13.0-99-generic_3.13.0-99.146_amd64.deb
db5aa4f6ff3d04d76f937b10170c11ebd83ae1745ec1d8fd7f96ca440c4c31b9 1784 linux-cloud-tools-3.13.0-99-generic_3.13.0-99.146_amd64.deb
7f5112651c7c0b802ae9aaa9af2b5394e866fa539a3c1a6a586423fed487ad9b 51941282 linux-image-3.13.0-99-lowlatency_3.13.0-99.146_amd64.deb
3ee83493466a297f3554d48dfd7096e2634ac94378505a6d72eccda09d2ed15e 692094 linux-headers-3.13.0-99-lowlatency_3.13.0-99.146_amd64.deb
cbb4000c3beff36f516bbd261e634b0819c42803e39e0720bb41a075bc45f883 389754668 linux-image-3.13.0-99-lowlatency-dbgsym_3.13.0-99.146_amd64.ddeb
337d3fab72996ce08c5c9557536a96e2dfad7910d27db53374f53d9076ba5e1f 1826 linux-tools-3.13.0-99-lowlatency_3.13.0-99.146_amd64.deb
89d5a2c9d065b133bac40f16d2417ba47025bdb629095f55d4e0249e93b6e477 1792 linux-cloud-tools-3.13.0-99-lowlatency_3.13.0-99.146_amd64.deb
c74f9b14d4d34cef934d54ced09aabc2a0c4d8995a0bcd396cbc8e131138d914 11565057 linux_3.13.0-99.146_amd64.tar.gz
4feb376685194e97530e1635e3622bd4b6c1e835242f909fef5f697b432eef9c 6326050 kernel-image-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
811f5f560fff3c85191a31dc0bb9e7f5e24e384763adcb5c3208d8e669bcda45 3884342 nic-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
67ce7c55136e423422f218318775f64f477ffe74594b7c9b87304abb5dc0a2a7 450114 nic-shared-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
0a0b348242f3ec666373f2db2d2ad66560e1af3293ba0ae7eb538188484d17a8 83778 serial-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
4efbd457be5916bd107c829ae9d0c0ddf0f67dd554e314d388e24efeecb436ae 25982 ppp-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
39c0860513656fa3e695902dee64947b43ea037e330fed8334cf2f0fb8d9845e 131534 pata-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
99dfc919a0d08f64737fd29263d7915abcb16c340a81f74e9e0263a569ac1bad 68346 firewire-core-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
f50de5b326f450d6033f454628d8a3c4b371fb454a0c73d8e46efcc0dce083ae 2021808 scsi-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
fc883bb12b4d2e6bbf977ba84008d677d13aa4969a3e912e82ec942a37b19a60 9326 plip-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
656e859cbbd87ee70a6d7a1b8b96ff2cc310d451d44c81926f7b7a44d5803bed 32742 floppy-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
55f08f99cbec3a51638f3356fda00b7dae3c03eaeaeb09befb5a2cd7200e5c82 4112 fat-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
46627c59e6efefbd0b97291bd05a5437a2466637b2b41c9e0130c24354ac33ee 466322 nfs-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
4caafef1bab19151071dc1b475261dbd85af48f452c6134d8e885e53f91c6e10 228288 md-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
32f00b6cd1ae1781de2a6ed73736434790980df92d651ce2ae1b6631583ec71f 17978 multipath-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
dc5bd21962ea6d7add8109fc2cf0ece6ed214d265a0b17e7b666cb239c300bfa 112546 usb-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
bc368c844f30f90473b0654f6355e5803d4eb6b98509ff5971d57e983f290c0b 68506 pcmcia-storage-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
d4ac3e7356be2450c5ced1fd20561dcebee95806f7a2f7fffce43122104f5484 13406 fb-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
823a610befcf289563683b629bb4957f65f270ce86517f288c4651d6d2b8b1b4 106646 input-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
8c0df6e5db68778d5719e593b276c6011414ba5111b9abd23815def379594a37 47858 mouse-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
241b9a8a9c862063a8f2a6bc4978949c25855761111415c3da6677f1a4ae5340 180616 irda-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
f880eb8a02dcee70986b740d5818ea20d360f07ca52cd64884a8a5a5b546517a 31548 parport-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
052c38468363bf6aaae3cc016a47153be7b271d6fe9d61bdfc69a8a2d3ee086c 146172 nic-pcmcia-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
9fe39acd4eeba16248d20f316c9cfff2236f022efa6b338470c7417ad30519f1 65032 pcmcia-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
eeb77038e9bb792cdc75ff98cca757654c59db7e9b8be46cd6367d7bfe6eac91 295308 nic-usb-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
19ecb6e70e76d0d882ec86e9bbe2cae82c1ceb74115dc02c8c351b82569d9829 98862 sata-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
86dfc1380ef74db389a7d02955b8b59310a60d39caf1475df660da5496341f74 325534 crypto-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
8fae4a0fa3a38b5610f8a3fb15c019076a9d7175304ca150d701e117fd3bd4bf 21896 squashfs-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
6d60a5676282fd648c68a737b900ccff0fe9c262009ad01f74a39f7701294994 54850 speakup-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
8eecf719add3674b8e0b7c99612b3d0b037323db6073ef25aa06b7e1740dc8bd 57028 virtio-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
92cf52cf38bbcfcd1f747b9aafa93b4efa2cf0aad976066ed33b001770219836 517074 fs-core-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
c976a518c01e6169719cdc818777dbc73fdb04f13a2c9841bfdcb4ec9b915fdd 536128 fs-secondary-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
834b68f4752b1ffa837b6389befb2b4e3bdad17de88c3a742ab4b3d5f50a3a07 45036 storage-core-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
477d189cd660373dac720ac7fbda506f8b0635e15ff8abe4dcbe3bc306ee4ef4 398004 block-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
ac7d4d7decde409735198ed167cca3e019b0b5432cae39c0979322f3c91e2bfb 254754 message-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
9b2660061afc0ebdd50330c3bd5b73e06dc568f07052435bf2fa9483a65ab34e 26926 vlan-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
4626441133a71374ad150d6bea69d9ac4a676a785ef24ec7ea73ce9f4bf11b89 40630 ipmi-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
47b219489eee665c39e77f45e360b5c62401eb46dd619921e5e36c07d989143f 948 linux-udebs-generic_3.13.0-99.146_amd64.udeb
2ee4433e3212c684851cb1890ab16ab6d5413a2ed7b58b5380193b37eb0a9f6e 770256 linux-libc-dev_3.13.0-99.146_amd64.deb
Files:
940af38357d83f4bf56d5ef1aa234db7 469126 devel optional linux-tools-3.13.0-99_3.13.0-99.146_amd64.deb
22b7beb9c86b9065dd137942348caf6d 858 devel extra linux-tools-3.13.0-99-dbgsym_3.13.0-99.146_amd64.ddeb
7fd30b77bab5fcce4d15eee6f0f248a6 24278 raw-translations - linux_3.13.0-99.146_amd64_translations.tar.gz
aa52e196b582c20b2886b334938be2b7 20646 devel optional linux-cloud-tools-3.13.0-99_3.13.0-99.146_amd64.deb
ecb7ed6cd69746cfeda6a14ad830d337 836 devel extra linux-cloud-tools-3.13.0-99-dbgsym_3.13.0-99.146_amd64.ddeb
2552e97d49d38449d8da9e9bc3263e2b 15269448 kernel optional linux-image-3.13.0-99-generic_3.13.0-99.146_amd64.deb
9bfb112ed2160393d21612427a2583f8 36761452 kernel optional linux-image-extra-3.13.0-99-generic_3.13.0-99.146_amd64.deb
339312e3b72135af4e17f294c4760367 692818 devel optional linux-headers-3.13.0-99-generic_3.13.0-99.146_amd64.deb
0e630ba36fb62d4d959da40382124185 390629460 devel optional linux-image-3.13.0-99-generic-dbgsym_3.13.0-99.146_amd64.ddeb
443445ad2c52e706849b085414324544 1826 devel optional linux-tools-3.13.0-99-generic_3.13.0-99.146_amd64.deb
ba9f5e5afaccf141cbf4efa3ccdc9013 1784 devel optional linux-cloud-tools-3.13.0-99-generic_3.13.0-99.146_amd64.deb
53681c72a6cf3b85a5ab5ffa71ca543e 51941282 kernel optional linux-image-3.13.0-99-lowlatency_3.13.0-99.146_amd64.deb
38f50b4bddddd0eca3fdcc0e293d1e6e 692094 devel optional linux-headers-3.13.0-99-lowlatency_3.13.0-99.146_amd64.deb
cfca44d1721a1b97caaccc2000badab0 389754668 devel optional linux-image-3.13.0-99-lowlatency-dbgsym_3.13.0-99.146_amd64.ddeb
c37b83876bd4804a04b4cb4397c03e0b 1826 devel optional linux-tools-3.13.0-99-lowlatency_3.13.0-99.146_amd64.deb
8a39261643dda24f966837e7b38549a5 1792 devel optional linux-cloud-tools-3.13.0-99-lowlatency_3.13.0-99.146_amd64.deb
021ad39d59685c85979057beb0f191d9 11565057 raw-uefi - linux_3.13.0-99.146_amd64.tar.gz
f8923f27986c27ac45829badf6f0a592 6326050 debian-installer extra kernel-image-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
2fc01a05f0104e73c32e3869aee1c1e2 3884342 debian-installer standard nic-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
128ce8097ac307379930992771f70d2a 450114 debian-installer standard nic-shared-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
a518c980799d83670c3facca74c9d05f 83778 debian-installer standard serial-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
bdfd9663c88ba36bcd9985621ba25a85 25982 debian-installer standard ppp-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
08dbf8f279e80da5fd39ea97bab4723c 131534 debian-installer standard pata-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
b4b8a62808350ddcbc8fcc85792c5e86 68346 debian-installer standard firewire-core-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
25b97847a0724ef66363ae39cd274fe8 2021808 debian-installer standard scsi-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
db5ace2b3a66e2fe2154a0484104be80 9326 debian-installer standard plip-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
073369a6cf7fbcc20b0d02cfb739f96f 32742 debian-installer standard floppy-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
291cb75ab4be1ddbedec26d535ed776e 4112 debian-installer standard fat-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
29e1f89e77d2836b951d38a1e62a0d9f 466322 debian-installer standard nfs-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
0422981a7910ae159112ff45c011c2e3 228288 debian-installer standard md-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
8231c42cdb59be9166b107bd88176008 17978 debian-installer extra multipath-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
376df88471831a840addc9e49477d3bb 112546 debian-installer standard usb-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
d0504aad42805bb75c2437926226f835 68506 debian-installer standard pcmcia-storage-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
597e3ecc039606ff7f70a4acd143029b 13406 debian-installer standard fb-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
27dd7bc0af2b7a196837f2e94b718e60 106646 debian-installer standard input-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
1ee77d6b5349dcf43d49891fb7545362 47858 debian-installer extra mouse-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
803229f66ba645decf178606184364ce 180616 debian-installer standard irda-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
1816814f5144f54d5cb24b5c5a0a2c09 31548 debian-installer standard parport-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
b50c10b4949ec85c485dd1c0ad8133b7 146172 debian-installer standard nic-pcmcia-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
9133b2556575401029b99a2c8c415a26 65032 debian-installer standard pcmcia-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
d3db27d3d8d79ba3f19c8e67249aa53a 295308 debian-installer standard nic-usb-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
1a7cc29017bcf72b7a8bffd2f53f8f69 98862 debian-installer standard sata-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
19a81ff9843fff03affc7ed4839d4daf 325534 debian-installer extra crypto-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
d673a440fc804773f886221b0eb736ac 21896 debian-installer extra squashfs-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
0107c61bd7f830a157c9890346535ab8 54850 debian-installer extra speakup-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
7bcc05e2e39080de680aa553b35b5d2a 57028 debian-installer standard virtio-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
b59171533c5f28615e6f22ca2d078c5a 517074 debian-installer standard fs-core-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
e28fe2f03aa918f3b7d07b28cdb775b1 536128 debian-installer standard fs-secondary-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
a1ce1417e044ce2a5526485821269b63 45036 debian-installer standard storage-core-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
6337ded0b493e42b97fdc67326b37a13 398004 debian-installer standard block-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
d3b825a30227a437fcbce9fcc73b8875 254754 debian-installer standard message-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
3bf5db5690bf7e5634f7608c052ff5d1 26926 debian-installer extra vlan-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
ce32223484237dd471318bfe35a3d641 40630 debian-installer standard ipmi-modules-3.13.0-99-generic-di_3.13.0-99.146_amd64.udeb
3af589317eb8d45ced836abd8dfc3d89 948 debian-installer optional linux-udebs-generic_3.13.0-99.146_amd64.udeb
6ae5ba3c6a55d7b5fced2a794af8dd22 770256 devel optional linux-libc-dev_3.13.0-99.146_amd64.deb
Package-Type: udeb
More information about the Trusty-changes
mailing list