[ubuntu/trusty-updates] linux_3.13.0-101.148_amd64.tar.gz - (Accepted)
Seth Forshee
seth.forshee at canonical.com
Wed Nov 9 16:08:43 UTC 2016
linux (3.13.0-101.148) trusty; urgency=low
[ Seth Forshee ]
* Release Tracking Bug
- LP: #1635430
* [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)"
- [Config] CONFIG_RTC_DRV_EFI=y
* proc_keys_show crash when reading /proc/keys (LP: #1634496)
- KEYS: ensure xbuf is large enough to fix buffer overflow in proc_keys_show
(LP: #1634496)
* [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
* 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: Thu, 20 Oct 2016 16:50:48 -0500
Changed-By: Seth Forshee <seth.forshee at canonical.com>
Maintainer: Launchpad Build Daemon <buildd at lgw01-40.buildd>
-------------- next part --------------
Format: 1.8
Date: Thu, 20 Oct 2016 16:50:48 -0500
Source: linux
Binary: linux-source-3.13.0 linux-doc linux-headers-3.13.0-101 linux-libc-dev linux-tools-common linux-tools-3.13.0-101 linux-cloud-tools-common linux-cloud-tools-3.13.0-101 linux-image-3.13.0-101-generic linux-image-extra-3.13.0-101-generic linux-headers-3.13.0-101-generic linux-image-3.13.0-101-generic-dbgsym linux-tools-3.13.0-101-generic linux-cloud-tools-3.13.0-101-generic linux-udebs-generic linux-image-3.13.0-101-generic-lpae linux-image-extra-3.13.0-101-generic-lpae linux-headers-3.13.0-101-generic-lpae linux-image-3.13.0-101-generic-lpae-dbgsym linux-tools-3.13.0-101-generic-lpae linux-cloud-tools-3.13.0-101-generic-lpae linux-udebs-generic-lpae linux-image-3.13.0-101-lowlatency linux-image-extra-3.13.0-101-lowlatency linux-headers-3.13.0-101-lowlatency linux-image-3.13.0-101-lowlatency-dbgsym linux-tools-3.13.0-101-lowlatency linux-cloud-tools-3.13.0-101-lowlatency linux-udebs-lowlatency linux-image-3.13.0-101-powerpc-e500 linux-image-extra-3.13.0-101-powerpc-e500
linux-headers-3.13.0-101-powerpc-e500 linux-image-3.13.0-101-powerpc-e500-dbgsym linux-tools-3.13.0-101-powerpc-e500 linux-cloud-tools-3.13.0-101-powerpc-e500 linux-udebs-powerpc-e500 linux-image-3.13.0-101-powerpc-e500mc linux-image-extra-3.13.0-101-powerpc-e500mc linux-headers-3.13.0-101-powerpc-e500mc linux-image-3.13.0-101-powerpc-e500mc-dbgsym linux-tools-3.13.0-101-powerpc-e500mc linux-cloud-tools-3.13.0-101-powerpc-e500mc linux-udebs-powerpc-e500mc linux-image-3.13.0-101-powerpc-smp linux-image-extra-3.13.0-101-powerpc-smp linux-headers-3.13.0-101-powerpc-smp linux-image-3.13.0-101-powerpc-smp-dbgsym linux-tools-3.13.0-101-powerpc-smp linux-cloud-tools-3.13.0-101-powerpc-smp linux-udebs-powerpc-smp linux-image-3.13.0-101-powerpc64-emb linux-image-extra-3.13.0-101-powerpc64-emb linux-headers-3.13.0-101-powerpc64-emb linux-image-3.13.0-101-powerpc64-emb-dbgsym linux-tools-3.13.0-101-powerpc64-emb linux-cloud-tools-3.13.0-101-powerpc64-emb
linux-udebs-powerpc64-emb linux-image-3.13.0-101-powerpc64-smp linux-image-extra-3.13.0-101-powerpc64-smp linux-headers-3.13.0-101-powerpc64-smp linux-image-3.13.0-101-powerpc64-smp-dbgsym linux-tools-3.13.0-101-powerpc64-smp linux-cloud-tools-3.13.0-101-powerpc64-smp linux-udebs-powerpc64-smp kernel-image-3.13.0-101-generic-di nic-modules-3.13.0-101-generic-di nic-shared-modules-3.13.0-101-generic-di serial-modules-3.13.0-101-generic-di ppp-modules-3.13.0-101-generic-di pata-modules-3.13.0-101-generic-di firewire-core-modules-3.13.0-101-generic-di scsi-modules-3.13.0-101-generic-di plip-modules-3.13.0-101-generic-di floppy-modules-3.13.0-101-generic-di fat-modules-3.13.0-101-generic-di nfs-modules-3.13.0-101-generic-di md-modules-3.13.0-101-generic-di multipath-modules-3.13.0-101-generic-di usb-modules-3.13.0-101-generic-di pcmcia-storage-modules-3.13.0-101-generic-di fb-modules-3.13.0-101-generic-di input-modules-3.13.0-101-generic-di
mouse-modules-3.13.0-101-generic-di irda-modules-3.13.0-101-generic-di parport-modules-3.13.0-101-generic-di nic-pcmcia-modules-3.13.0-101-generic-di pcmcia-modules-3.13.0-101-generic-di nic-usb-modules-3.13.0-101-generic-di sata-modules-3.13.0-101-generic-di crypto-modules-3.13.0-101-generic-di squashfs-modules-3.13.0-101-generic-di speakup-modules-3.13.0-101-generic-di virtio-modules-3.13.0-101-generic-di fs-core-modules-3.13.0-101-generic-di fs-secondary-modules-3.13.0-101-generic-di storage-core-modules-3.13.0-101-generic-di block-modules-3.13.0-101-generic-di message-modules-3.13.0-101-generic-di vlan-modules-3.13.0-101-generic-di
ipmi-modules-3.13.0-101-generic-di
Architecture: amd64 amd64_translations
Version: 3.13.0-101.148
Distribution: trusty
Urgency: low
Maintainer: Launchpad Build Daemon <buildd at lgw01-40.buildd>
Changed-By: Seth Forshee <seth.forshee at canonical.com>
Description:
block-modules-3.13.0-101-generic-di - Block storage devices (udeb)
crypto-modules-3.13.0-101-generic-di - crypto modules (udeb)
fat-modules-3.13.0-101-generic-di - FAT filesystem support (udeb)
fb-modules-3.13.0-101-generic-di - Framebuffer modules (udeb)
firewire-core-modules-3.13.0-101-generic-di - Firewire (IEEE-1394) Support (udeb)
floppy-modules-3.13.0-101-generic-di - Floppy driver support (udeb)
fs-core-modules-3.13.0-101-generic-di - Base filesystem modules (udeb)
fs-secondary-modules-3.13.0-101-generic-di - Extra filesystem modules (udeb)
input-modules-3.13.0-101-generic-di - Support for various input methods (udeb)
ipmi-modules-3.13.0-101-generic-di - ipmi modules (udeb)
irda-modules-3.13.0-101-generic-di - Support for Infrared protocols (udeb)
kernel-image-3.13.0-101-generic-di - Linux kernel binary image for the Debian installer (udeb)
linux-cloud-tools-3.13.0-101 - Linux kernel version specific cloud tools for version 3.13.0-101
linux-cloud-tools-3.13.0-101-generic - Linux kernel version specific cloud tools for version 3.13.0-101
linux-cloud-tools-3.13.0-101-generic-lpae - Linux kernel version specific cloud tools for version 3.13.0-101
linux-cloud-tools-3.13.0-101-lowlatency - Linux kernel version specific cloud tools for version 3.13.0-101
linux-cloud-tools-3.13.0-101-powerpc-e500 - Linux kernel version specific cloud tools for version 3.13.0-101
linux-cloud-tools-3.13.0-101-powerpc-e500mc - Linux kernel version specific cloud tools for version 3.13.0-101
linux-cloud-tools-3.13.0-101-powerpc-smp - Linux kernel version specific cloud tools for version 3.13.0-101
linux-cloud-tools-3.13.0-101-powerpc64-emb - Linux kernel version specific cloud tools for version 3.13.0-101
linux-cloud-tools-3.13.0-101-powerpc64-smp - Linux kernel version specific cloud tools for version 3.13.0-101
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-101 - Header files related to Linux kernel version 3.13.0
linux-headers-3.13.0-101-generic - Linux kernel headers for version 3.13.0 on 64 bit x86 SMP
linux-headers-3.13.0-101-generic-lpae - Linux kernel headers for version 3.13.0 on 64 bit x86 SMP
linux-headers-3.13.0-101-lowlatency - Linux kernel headers for version 3.13.0 on 64 bit x86 SMP
linux-headers-3.13.0-101-powerpc-e500 - Linux kernel headers for version 3.13.0 on 32-bit Freescale Power
linux-headers-3.13.0-101-powerpc-e500mc - Linux kernel headers for version 3.13.0 on 32-bit Freescale Power
linux-headers-3.13.0-101-powerpc-smp - Linux kernel headers for version 3.13.0 on 32-bit PowerPC SMP
linux-headers-3.13.0-101-powerpc64-emb - Linux kernel headers for version 3.13.0 on 64-bit PowerPC SMP Boo
linux-headers-3.13.0-101-powerpc64-smp - Linux kernel headers for version 3.13.0 on 64-bit PowerPC SMP
linux-image-3.13.0-101-generic - Linux kernel image for version 3.13.0 on 64 bit x86 SMP
linux-image-3.13.0-101-generic-dbgsym - Linux kernel debug image for version 3.13.0 on 64 bit x86 SMP
linux-image-3.13.0-101-generic-lpae - Linux kernel image for version 3.13.0 on 64 bit x86 SMP
linux-image-3.13.0-101-generic-lpae-dbgsym - Linux kernel debug image for version 3.13.0 on 64 bit x86 SMP
linux-image-3.13.0-101-lowlatency - Linux kernel image for version 3.13.0 on 64 bit x86 SMP
linux-image-3.13.0-101-lowlatency-dbgsym - Linux kernel debug image for version 3.13.0 on 64 bit x86 SMP
linux-image-3.13.0-101-powerpc-e500 - Linux kernel image for version 3.13.0 on 32-bit Freescale Power e
linux-image-3.13.0-101-powerpc-e500-dbgsym - Linux kernel debug image for version 3.13.0 on 32-bit Freescale P
linux-image-3.13.0-101-powerpc-e500mc - Linux kernel image for version 3.13.0 on 32-bit Freescale Power e
linux-image-3.13.0-101-powerpc-e500mc-dbgsym - Linux kernel debug image for version 3.13.0 on 32-bit Freescale P
linux-image-3.13.0-101-powerpc-smp - Linux kernel image for version 3.13.0 on 32-bit PowerPC SMP
linux-image-3.13.0-101-powerpc-smp-dbgsym - Linux kernel debug image for version 3.13.0 on 32-bit PowerPC SMP
linux-image-3.13.0-101-powerpc64-emb - Linux kernel image for version 3.13.0 on 64-bit PowerPC SMP Book3
linux-image-3.13.0-101-powerpc64-emb-dbgsym - Linux kernel debug image for version 3.13.0 on 64-bit PowerPC SMP
linux-image-3.13.0-101-powerpc64-smp - Linux kernel image for version 3.13.0 on 64-bit PowerPC SMP
linux-image-3.13.0-101-powerpc64-smp-dbgsym - Linux kernel debug image for version 3.13.0 on 64-bit PowerPC SMP
linux-image-extra-3.13.0-101-generic - Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
linux-image-extra-3.13.0-101-generic-lpae - Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
linux-image-extra-3.13.0-101-lowlatency - Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
linux-image-extra-3.13.0-101-powerpc-e500 - Linux kernel extra modules for version 3.13.0 on 32-bit Freescale
linux-image-extra-3.13.0-101-powerpc-e500mc - Linux kernel extra modules for version 3.13.0 on 32-bit Freescale
linux-image-extra-3.13.0-101-powerpc-smp - Linux kernel extra modules for version 3.13.0 on 32-bit PowerPC S
linux-image-extra-3.13.0-101-powerpc64-emb - Linux kernel extra modules for version 3.13.0 on 64-bit PowerPC S
linux-image-extra-3.13.0-101-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-101 - Linux kernel version specific tools for version 3.13.0-101
linux-tools-3.13.0-101-generic - Linux kernel version specific tools for version 3.13.0-101
linux-tools-3.13.0-101-generic-lpae - Linux kernel version specific tools for version 3.13.0-101
linux-tools-3.13.0-101-lowlatency - Linux kernel version specific tools for version 3.13.0-101
linux-tools-3.13.0-101-powerpc-e500 - Linux kernel version specific tools for version 3.13.0-101
linux-tools-3.13.0-101-powerpc-e500mc - Linux kernel version specific tools for version 3.13.0-101
linux-tools-3.13.0-101-powerpc-smp - Linux kernel version specific tools for version 3.13.0-101
linux-tools-3.13.0-101-powerpc64-emb - Linux kernel version specific tools for version 3.13.0-101
linux-tools-3.13.0-101-powerpc64-smp - Linux kernel version specific tools for version 3.13.0-101
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-101-generic-di - Multi-device support (raid, device-mapper, lvm) (udeb)
message-modules-3.13.0-101-generic-di - Fusion and i2o storage modules (udeb)
mouse-modules-3.13.0-101-generic-di - Mouse support (udeb)
multipath-modules-3.13.0-101-generic-di - DM-Multipath support (udeb)
nfs-modules-3.13.0-101-generic-di - NFS filesystem drivers (udeb)
nic-modules-3.13.0-101-generic-di - Network interface support (udeb)
nic-pcmcia-modules-3.13.0-101-generic-di - PCMCIA network interface support (udeb)
nic-shared-modules-3.13.0-101-generic-di - nic shared modules (udeb)
nic-usb-modules-3.13.0-101-generic-di - USB network interface support (udeb)
parport-modules-3.13.0-101-generic-di - Parallel port support (udeb)
pata-modules-3.13.0-101-generic-di - PATA support modules (udeb)
pcmcia-modules-3.13.0-101-generic-di - PCMCIA Modules (udeb)
pcmcia-storage-modules-3.13.0-101-generic-di - PCMCIA storage support (udeb)
plip-modules-3.13.0-101-generic-di - PLIP (parallel port) networking support (udeb)
ppp-modules-3.13.0-101-generic-di - PPP (serial port) networking support (udeb)
sata-modules-3.13.0-101-generic-di - SATA storage support (udeb)
scsi-modules-3.13.0-101-generic-di - SCSI storage support (udeb)
serial-modules-3.13.0-101-generic-di - Serial port support (udeb)
speakup-modules-3.13.0-101-generic-di - speakup modules (udeb)
squashfs-modules-3.13.0-101-generic-di - squashfs modules (udeb)
storage-core-modules-3.13.0-101-generic-di - Core storage support (udeb)
usb-modules-3.13.0-101-generic-di - Core USB support (udeb)
virtio-modules-3.13.0-101-generic-di - VirtIO Modules (udeb)
vlan-modules-3.13.0-101-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 1634496 1635430
Changes:
linux (3.13.0-101.148) trusty; urgency=low
.
[ Seth Forshee ]
.
* Release Tracking Bug
- LP: #1635430
.
* [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)"
- [Config] CONFIG_RTC_DRV_EFI=y
.
* proc_keys_show crash when reading /proc/keys (LP: #1634496)
- KEYS: ensure xbuf is large enough to fix buffer overflow in proc_keys_show
(LP: #1634496)
.
* [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
.
* 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:
8476de98b32b931113f5fbb9849d0efec5e14aa1 469430 linux-tools-3.13.0-101_3.13.0-101.148_amd64.deb
8599582383dbdaaab1580140b5b38198ecea2e04 860 linux-tools-3.13.0-101-dbgsym_3.13.0-101.148_amd64.ddeb
2d34cfbba8c18257080c9d05052e4dd492296268 24359 linux_3.13.0-101.148_amd64_translations.tar.gz
1942093830f47b50d8ba5b2ff7c3f33e7b918115 20792 linux-cloud-tools-3.13.0-101_3.13.0-101.148_amd64.deb
56959850f7dc349347ff7dbdcb9e3ab3acbdb2b7 838 linux-cloud-tools-3.13.0-101-dbgsym_3.13.0-101.148_amd64.ddeb
fdee79eb9ca0a98acf2c6f2bc915dafed43e475f 15237458 linux-image-3.13.0-101-generic_3.13.0-101.148_amd64.deb
646ff4a9966bfdc6767462a8ed02d2f5253801c8 36744998 linux-image-extra-3.13.0-101-generic_3.13.0-101.148_amd64.deb
5e54b863188b7ee76e3c152fa62619c111ef8580 696656 linux-headers-3.13.0-101-generic_3.13.0-101.148_amd64.deb
2665d04e4d1862586b7eda752e2c6a897eb90ddc 390283492 linux-image-3.13.0-101-generic-dbgsym_3.13.0-101.148_amd64.ddeb
3d4fc5f30dd3b6e4a4918af09f8ba1d8407e5bf8 1822 linux-tools-3.13.0-101-generic_3.13.0-101.148_amd64.deb
11c2d242de98c9f9d26b267e7e9095061fa52097 1780 linux-cloud-tools-3.13.0-101-generic_3.13.0-101.148_amd64.deb
929352362dd04d6fe508142402652961ab924d4c 51933934 linux-image-3.13.0-101-lowlatency_3.13.0-101.148_amd64.deb
08acb5a30471d8527a55ee2941f765b72d0108c4 696504 linux-headers-3.13.0-101-lowlatency_3.13.0-101.148_amd64.deb
680d020c346e8944a97d36f1ecbde5ca0d5df701 389213726 linux-image-3.13.0-101-lowlatency-dbgsym_3.13.0-101.148_amd64.ddeb
8b34e34c3c348291ddb28d6e4965b1c8cf5ef670 1824 linux-tools-3.13.0-101-lowlatency_3.13.0-101.148_amd64.deb
f7972bcf7acaecec757cd5569e9c013c3868aa3e 1784 linux-cloud-tools-3.13.0-101-lowlatency_3.13.0-101.148_amd64.deb
dfd43c35912a585c6e7a73a0a09ba647a342e74e 11565046 linux_3.13.0-101.148_amd64.tar.gz
f6e6887ffb1a6d6a9d016702ef0cc42cc25db138 6326196 kernel-image-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
016c72bd98d5da9a7926f5d13471b3266c018cf2 3893776 nic-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
53eb768236a884fd5658ad5f009e0ead382f3375 449700 nic-shared-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
0fe79a47be0c9ae3b28a7d6306f023127054560a 83886 serial-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
70d2335e82b745a181025dfc4eca9446834b2f21 26014 ppp-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
f2b60caf0133b521d9bf2c03ff6ddb106f451463 131584 pata-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
85ce4730b0a8905b8823044ccf6a763c78b9e850 68352 firewire-core-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
9297d2bb9bc2e4a46beb88e45963a46798d89562 2018042 scsi-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
01e5910ee2e03f97a49d5f5a05bafcda48b98bcf 9322 plip-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
54dd62f04ff3b3bd3d842c7d62bb030104c58283 32666 floppy-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
0f85ec80b35463168870800190ba12c507038a18 4116 fat-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
16c6054ae46165fe42490d8a296c7232fd63aa4d 468566 nfs-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
0770d2cf35ac5fb09b952b69d2e39b478572e6f6 228334 md-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
a68b1397669049ed024d9527849cb7eaeacc727b 17994 multipath-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
84592b28320e98472b196dd5d12cc83d7f6a8d46 112930 usb-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
a933f97badb2dabe6a519823e88544617384d03b 68674 pcmcia-storage-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
fbff520c2b46a0daf7e9a7b6f6b61fd601eb4f50 13404 fb-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
1ef36c9f527bbecb82bf32776cc789e55b6e96c2 106662 input-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
7190bef0bc926c09b6ae6b10e45f788c359b3ba4 47854 mouse-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
c2b74f550166c8eacd6748f3f8ba0146cd97f9ae 181050 irda-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
c58095949053c6e140fa025f1a88aff87a1360a4 31556 parport-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
bd3f86a9acc7b70749f9cfabda66a517ed8c35fc 146126 nic-pcmcia-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
ab5a1931b91eab419fbe36434bcaa46976edbce6 64890 pcmcia-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
4f06c1efe22eea09308721f5988ed5134f6d763d 296276 nic-usb-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
755b72fefe43bf682e82dddcaaad993866608d5b 98664 sata-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
5e51f39379edd8f35f0eadf6fb2099c355b6ac56 316808 crypto-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
48c86e6ad5a41ea23f84173cb21083f61e3e30d7 21912 squashfs-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
ea2ddfefebebb775f2c74000755f88e15bbef69d 55038 speakup-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
2d6732d9cead9b79e832e64c7c485ff6363290cf 56912 virtio-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
391376017f748a1b88c82cc99c958955a64811a3 513322 fs-core-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
495a46e31623a507bc953c45ae6c758af8695572 537384 fs-secondary-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
4057a10794a072f30a396fd74538ebbd832a0988 44802 storage-core-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
17146cc257efe2d45ffe2859847aa2a29ecc04ab 394090 block-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
b34d5c0336a85d91051b76d1674377f9708641f6 254478 message-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
33e0a1d4386d77ff1791e4d2b8fe9c81d7cc8c04 26974 vlan-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
e47cd18457887d361a7679876f15961ae7eec9e0 40774 ipmi-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
0e70e6ee637837dc98d6007f783fc21bda9e4cae 948 linux-udebs-generic_3.13.0-101.148_amd64.udeb
bdf19a4e6491c5d2aec062f968baa476c2c0e7aa 769820 linux-libc-dev_3.13.0-101.148_amd64.deb
Checksums-Sha256:
3eebb95115a09b8764d2bb14ecb93959eac0c5c2f586afe7b4c2db2acc27b4df 469430 linux-tools-3.13.0-101_3.13.0-101.148_amd64.deb
654ebd3fd019f2ee2a91cff4b5ae7cca8eb55bfb1888b4a5ddaa0661471c6a90 860 linux-tools-3.13.0-101-dbgsym_3.13.0-101.148_amd64.ddeb
2bd2ff9c5e2fcbe4a4d5f8b1edb162bfff311d1ee60fc5dfd22a35f4f3fd50c6 24359 linux_3.13.0-101.148_amd64_translations.tar.gz
369bf7a92877e3af0718b8c30ae3b4a687a100d2e02276bdf235ddbfd53c717b 20792 linux-cloud-tools-3.13.0-101_3.13.0-101.148_amd64.deb
48e827c840e93b5f7ebed82be200fc7aae4cf501e1867a50c38dfdea839eb7ae 838 linux-cloud-tools-3.13.0-101-dbgsym_3.13.0-101.148_amd64.ddeb
827573a3194f4fee3cc566f6f65eafd63e7024c675cca056eb52709736332c05 15237458 linux-image-3.13.0-101-generic_3.13.0-101.148_amd64.deb
ae622ad9a99ca25b05fc7936bb96bab660e0c8b0d1d1baf969004e74fd6d680e 36744998 linux-image-extra-3.13.0-101-generic_3.13.0-101.148_amd64.deb
efbd1131aacf8a14545f043177b5dee5ee63fe476c30fce271ab7703f8468a16 696656 linux-headers-3.13.0-101-generic_3.13.0-101.148_amd64.deb
b2ed13aba45a5a8cd775517d1c06a3869a52cd6b53683772a081fa2fe4f53453 390283492 linux-image-3.13.0-101-generic-dbgsym_3.13.0-101.148_amd64.ddeb
d25eba5c7d3a4aeb281d51e8a9e628e00b852343e0afa78b7c078db6ae6b9802 1822 linux-tools-3.13.0-101-generic_3.13.0-101.148_amd64.deb
0ea89395a8c7ac5ca5a6752c37c5797612c24afcf0ce652e268e1d658aaf3ae3 1780 linux-cloud-tools-3.13.0-101-generic_3.13.0-101.148_amd64.deb
e2cb98d11fd9a562ecdc674a801ef12614d391b4c0ea152d42ffbaf44e20e6ac 51933934 linux-image-3.13.0-101-lowlatency_3.13.0-101.148_amd64.deb
596a30d80d9769b49081f0e10031059d1a5853a510861ed76a640c800281bd75 696504 linux-headers-3.13.0-101-lowlatency_3.13.0-101.148_amd64.deb
2cbddc46a7a0b2f5ae1e6cb4f01b1da68bffc1febea2fdf839377150a939d876 389213726 linux-image-3.13.0-101-lowlatency-dbgsym_3.13.0-101.148_amd64.ddeb
b935215f30a73f85b7748b73495026141b2a1b3df9b84dd11b7be923c10f1048 1824 linux-tools-3.13.0-101-lowlatency_3.13.0-101.148_amd64.deb
4bcd80dfea1e4cd8bccd757c364f33cf4f7b81523e4f70ad2454b1a5f3783d55 1784 linux-cloud-tools-3.13.0-101-lowlatency_3.13.0-101.148_amd64.deb
db115b7fb3b4c7b7c2a1b4a5c01547ec26a6cc5cf77a3b179a94e2732dfb5cfa 11565046 linux_3.13.0-101.148_amd64.tar.gz
2fb834f4333fbbf6b7a5fee79ad8342c0744e50fc7fa1610d80209ddc48112bd 6326196 kernel-image-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
3c5ee7e242d4a7d2def994def17adfe3be5cbde3ee59325430b41515aad2c8c2 3893776 nic-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
6514a323213b4a22c32a1f88fabe71e7d9faaef44dbed0cbbc5c591d67fa984a 449700 nic-shared-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
d946da1d7d627d527e79c899b52ebe0754c28a63813123e394f9ab4856c33887 83886 serial-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
d3a0291b7286ae3ae9c6213ea24635deb297cf53c99f6dcac67397489e8e756b 26014 ppp-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
10d6778318e023c674ca9073816d9606ec5427733a0f07763946b68d2c550bc7 131584 pata-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
7a5a8235b5d2f7f2889bd6bd0083cdcc4b3663b9f46359da7686579383d9f7a0 68352 firewire-core-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
929a571dbd18bbccec70b8871219cf2f38a0178ee1af92a2fc9b4322f5b549e3 2018042 scsi-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
de7f4e9eb93c5cd6b598d86071c8a803dad5f0ce4993592426178005d4b216f9 9322 plip-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
b8211898f97c8d9e57c01e0fc5e726542ed1e4b627954f0a9b8b797f45c356b2 32666 floppy-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
b09f98212e5357cfcfecc21f670daf114ef41e5240e984a362b6c52258b971d9 4116 fat-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
32900baf885e5ffc08d4fdee9b2589b1c19333f464fd1897ff6256ce924770e7 468566 nfs-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
9d5bc79477d0b7e20b2d196498931b1eda728f94ffd9e7d75cbd1018434f0596 228334 md-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
d8af81d80c3b8258c4c6b3be4fcd1528072e00149927e622093dbf8ffc5b0dda 17994 multipath-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
0daca5af762e30c76df252de66425b3b78daf4257cceea34d0743f84e7786d41 112930 usb-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
102120542ae3454fdaaeca722f1516064aba1408aff96b13558ac23536d5b2bc 68674 pcmcia-storage-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
d3526bd6caad4c0fad3b35ad17a550dc9019f119442e17a5480550842ad93138 13404 fb-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
282292571160574bc7a90131662ae5d58816be1e1fdabe481c90a35d951cbfa0 106662 input-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
63617e18e9d054fea15bb9921cb54490ac909a75eb442868d0e3d8c1ad1e2684 47854 mouse-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
48fb8526331a373012f2d3b40ae0ab1f4df323abce7cf18072b20d8277f7bc25 181050 irda-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
9ad8dcefa84b7924ab273fe33c763f426a05043bd4c98dd3a3f17de8487c93f0 31556 parport-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
82e9fc9f16a883e695553efda051a93795eee69599cd5e82f69173dd5dbbd8e3 146126 nic-pcmcia-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
c85a69965676f74691d4aca3792e0f413b857be88a4025acbfdd30fe0c82c31f 64890 pcmcia-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
464c7bb0835fa042b863c02cdb6cf498d17d01c34921d8b79fc2417e530cbaad 296276 nic-usb-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
b68c912b5d1b62c0ba2c214714bf4240e226fbb56c505dcd409d2e7079401a8a 98664 sata-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
deed737cd7c6936ab563d4c424b2de499967c22b81a0f7f18a7d648560624bd3 316808 crypto-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
dfbb24e8662d1fb1fb0b57c55b0b2368014f5a9f963ad622e8daef0fe219e1c8 21912 squashfs-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
d0d489defdf572948fe4934ff2060f293d39bfadf918d699c5473da08385e7ab 55038 speakup-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
8ba53c788f0c0f84ef2f75180d53ad0454385e4223d22122c7da4866ab85dc8e 56912 virtio-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
1fc352abb077af7967490c51d1b93a2f769a205136fe66656c78362fb88645f3 513322 fs-core-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
133102387ac2bdf65ffbed63f350b8694c06d43a5af49b5702d2b72d3d3f13d5 537384 fs-secondary-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
9108fe98f8acde0e7b7c8d17bbc599c98e9c2980e264be5b7fc6a060d4761354 44802 storage-core-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
35ffc44949a6077e21ac11f42e29b0e36294fc5474c62e919d9ceb08b6586a88 394090 block-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
3f95ce3eec9639baddab2288ae702a9660c14bdae633b8fce700bc89d6c341a6 254478 message-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
ce6f067b03464c28705fcae333727e826a38d0c8ff2f013a29a6cbd76f94b9e5 26974 vlan-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
7e766a2401b8465d452014c738b44d25fca3a5b6fa5978634672e28be9b154fe 40774 ipmi-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
fa566c6b97b8e7532aa519c821472fdb425f9e2f140d66364a03dc4229bcea90 948 linux-udebs-generic_3.13.0-101.148_amd64.udeb
1f16c952c2ae28b3371f551f9d3796454cb08d24177cc5835732db1034de0eb7 769820 linux-libc-dev_3.13.0-101.148_amd64.deb
Files:
ce537624abe43341ab1059935108d4a1 469430 devel optional linux-tools-3.13.0-101_3.13.0-101.148_amd64.deb
7b81d534b433b7420b1c1306c6f51db8 860 devel extra linux-tools-3.13.0-101-dbgsym_3.13.0-101.148_amd64.ddeb
a7fd690e1fa63a635388ac5c5b78c687 24359 raw-translations - linux_3.13.0-101.148_amd64_translations.tar.gz
e490ddf193bada25394ddf5755f56b40 20792 devel optional linux-cloud-tools-3.13.0-101_3.13.0-101.148_amd64.deb
fbe7a3bf93eb333f4a92ee5055266f7f 838 devel extra linux-cloud-tools-3.13.0-101-dbgsym_3.13.0-101.148_amd64.ddeb
44f6475b63d2d237211480d443973363 15237458 kernel optional linux-image-3.13.0-101-generic_3.13.0-101.148_amd64.deb
1824ac4de30cc077b9fb0fcd4ddee72b 36744998 kernel optional linux-image-extra-3.13.0-101-generic_3.13.0-101.148_amd64.deb
97d8bbb8e2c40ac5633bf56e2108c46d 696656 devel optional linux-headers-3.13.0-101-generic_3.13.0-101.148_amd64.deb
7c6b813bcbfccfaf63f0c647b3880bd0 390283492 devel optional linux-image-3.13.0-101-generic-dbgsym_3.13.0-101.148_amd64.ddeb
f7472d6a4c810158a5f47aad7702a4af 1822 devel optional linux-tools-3.13.0-101-generic_3.13.0-101.148_amd64.deb
63b4494e4aa582cb81acb1c12e5acd53 1780 devel optional linux-cloud-tools-3.13.0-101-generic_3.13.0-101.148_amd64.deb
7a053ffffd7e4bfd6f5720daeed1b219 51933934 kernel optional linux-image-3.13.0-101-lowlatency_3.13.0-101.148_amd64.deb
10d0b564e366a5264a72799d54e2c80b 696504 devel optional linux-headers-3.13.0-101-lowlatency_3.13.0-101.148_amd64.deb
59cb0d1869af9c2ff47fac335d51744e 389213726 devel optional linux-image-3.13.0-101-lowlatency-dbgsym_3.13.0-101.148_amd64.ddeb
a8baac8ae75fdb5ef780f55b9d6c0e18 1824 devel optional linux-tools-3.13.0-101-lowlatency_3.13.0-101.148_amd64.deb
b951182d8d8efefbc880d07ecab65fb0 1784 devel optional linux-cloud-tools-3.13.0-101-lowlatency_3.13.0-101.148_amd64.deb
416c4ea3084a5a360ce3c02683836a5c 11565046 raw-uefi - linux_3.13.0-101.148_amd64.tar.gz
70e0f5a4a08fed2236b07c69e3a87390 6326196 debian-installer extra kernel-image-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
5ad24fb4ffe624d66920d2921fc9ce1a 3893776 debian-installer standard nic-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
26d34dda95e8a0e7ebc9d0e80fdd19df 449700 debian-installer standard nic-shared-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
746dda62a18b38c74d4e51421419b0b2 83886 debian-installer standard serial-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
aa8e6fbd30fa4fafe881e0dfe3ce510e 26014 debian-installer standard ppp-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
6abafffb819ee4b32fdb7bf57ccbc2e0 131584 debian-installer standard pata-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
62f85e7ed63f0276c105f9ee2a9b03c9 68352 debian-installer standard firewire-core-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
c21ec16b2901fecaae9d69d5de6c8a8b 2018042 debian-installer standard scsi-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
8c8126a673b87b08155482bf1c0dd993 9322 debian-installer standard plip-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
95672e9ec035902895fb04e243edd56a 32666 debian-installer standard floppy-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
f6bea5f3ea3c532d34618416312d5466 4116 debian-installer standard fat-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
5486554c77f75328c5985401b26bc917 468566 debian-installer standard nfs-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
b6bf826dc4abcd35aca541d6d5d85c86 228334 debian-installer standard md-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
d4b3f79f071a1903c9db075f8036d040 17994 debian-installer extra multipath-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
8e2a92fcf0ee25fd1bd235d58b49e373 112930 debian-installer standard usb-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
7bc2226569f60e8528fef0e67e33440d 68674 debian-installer standard pcmcia-storage-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
83a7d9825c0b5627c287e136eec81813 13404 debian-installer standard fb-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
32642a4e1847a67a67e5d7279d7ecadc 106662 debian-installer standard input-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
e7169d5168341d5359a292eee6f78db8 47854 debian-installer extra mouse-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
46671b894503c64522a9b5ff4d9b5c19 181050 debian-installer standard irda-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
0d9ea936e745da2e3e04d112570337d4 31556 debian-installer standard parport-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
3f8b9bd48181534b794fc283f1c82c95 146126 debian-installer standard nic-pcmcia-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
068a65a32cc35e7facdad37f8f23ca95 64890 debian-installer standard pcmcia-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
d90fd4ebcea189871170a7349324f9e9 296276 debian-installer standard nic-usb-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
fe3cc3046c7ca69127d759dc9717f014 98664 debian-installer standard sata-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
33943433247f6dc4afe300dce5e7c22e 316808 debian-installer extra crypto-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
e0909ab0099eae9f81335ea6063d03d4 21912 debian-installer extra squashfs-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
7d71e160e5b2febb44ecf7ef0f5e08ff 55038 debian-installer extra speakup-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
5adc408ffdf310ee5e8aa49901d3497e 56912 debian-installer standard virtio-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
ecb60ead3bda697018f5133c6e54bae5 513322 debian-installer standard fs-core-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
17309b84c31a6913d1631d1409165a6a 537384 debian-installer standard fs-secondary-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
eeb5ef870686c4ebd684b9cfa759e8ca 44802 debian-installer standard storage-core-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
230af292f83de732341861c665d40a35 394090 debian-installer standard block-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
d126da3203296ff593a759e3dcc2c263 254478 debian-installer standard message-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
fb5bc447f87f5b874367411148c61184 26974 debian-installer extra vlan-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
4ee43a9b04a9725a0bcdab855a14cf8b 40774 debian-installer standard ipmi-modules-3.13.0-101-generic-di_3.13.0-101.148_amd64.udeb
58dbcb6aab383f186a529f53bd6dab10 948 debian-installer optional linux-udebs-generic_3.13.0-101.148_amd64.udeb
32335f77905259cf90a8100cf8104835 769820 devel optional linux-libc-dev_3.13.0-101.148_amd64.deb
Package-Type: udeb
More information about the Trusty-changes
mailing list