linux-hwe 4.13.0-37.42~16.04.1 source package in Ubuntu
Changelog
linux-hwe (4.13.0-37.42~16.04.1) xenial; urgency=medium * linux-hwe: 4.13.0-37.42~16.04.1 -proposed tracker (LP: #1751803) * linux: 4.13.0-37.42 -proposed tracker (LP: #1751798) * CVE-2017-5715 // CVE-2017-5753 // CVE-2017-5754 - arm64: Add ASM_BUG() - arm64: consistently use bl for C exception entry - arm64: move non-entry code out of .entry.text - arm64: unwind: avoid percpu indirection for irq stack - arm64: unwind: disregard frame.sp when validating frame pointer - arm64: mm: Fix set_memory_valid() declaration - arm64: Convert __inval_cache_range() to area-based - arm64: Expose DC CVAP to userspace - arm64: Handle trapped DC CVAP - arm64: Implement pmem API support - arm64: uaccess: Implement *_flushcache variants - arm64/vdso: Support mremap() for vDSO - arm64: unwind: reference pt_regs via embedded stack frame - arm64: unwind: remove sp from struct stackframe - arm64: uaccess: Add the uaccess_flushcache.c file - arm64: fix pmem interface definition - arm64: compat: Remove leftover variable declaration - fork: allow arch-override of VMAP stack alignment - arm64: kernel: remove {THREAD,IRQ_STACK}_START_SP - arm64: factor out PAGE_* and CONT_* definitions - arm64: clean up THREAD_* definitions - arm64: clean up irq stack definitions - arm64: move SEGMENT_ALIGN to <asm/memory.h> - efi/arm64: add EFI_KIMG_ALIGN - arm64: factor out entry stack manipulation - arm64: assembler: allow adr_this_cpu to use the stack pointer - arm64: use an irq stack pointer - arm64: add basic VMAP_STACK support - arm64: add on_accessible_stack() - arm64: add VMAP_STACK overflow detection - arm64: Convert pte handling from inline asm to using (cmp)xchg - kvm: arm64: Convert kvm_set_s2pte_readonly() from inline asm to cmpxchg() - arm64: Move PTE_RDONLY bit handling out of set_pte_at() - arm64: Ignore hardware dirty bit updates in ptep_set_wrprotect() - arm64: Remove the !CONFIG_ARM64_HW_AFDBM alternative code paths - arm64: introduce separated bits for mm_context_t flags - arm64: cleanup {COMPAT_,}SET_PERSONALITY() macro - KVM: arm/arm64: Fix guest external abort matching - KVM: arm/arm64: vgic: constify seq_operations and file_operations - KVM: arm/arm64: vITS: Drop its_ite->lpi field - KVM: arm/arm64: Extract GICv3 max APRn index calculation - KVM: arm/arm64: Support uaccess of GICC_APRn - arm64: Use larger stacks when KASAN is selected - arm64: Define cputype macros for Falkor CPU - arm64: SW PAN: Point saved ttbr0 at the zero page when switching to init_mm - arm64: SW PAN: Update saved ttbr0 value on enter_lazy_tlb - x86/syscalls: Check address limit on user-mode return - arm/syscalls: Check address limit on user-mode return - arm64/syscalls: Check address limit on user-mode return - Revert "arm/syscalls: Check address limit on user-mode return" - syscalls: Use CHECK_DATA_CORRUPTION for addr_limit_user_check - arm/syscalls: Optimize address limit check - arm64/syscalls: Move address limit check in loop - futex: Remove duplicated code and fix undefined behaviour - arm64: KVM: Fix SMCCC handling of unimplemented SMC/HVC calls - arm64: syscallno is secretly an int, make it official - arm64: move TASK_* definitions to <asm/processor.h> - arm64: mm: Use non-global mappings for kernel space - arm64: mm: Temporarily disable ARM64_SW_TTBR0_PAN - arm64: mm: Move ASID from TTBR0 to TTBR1 - arm64: mm: Remove pre_ttbr0_update_workaround for Falkor erratum #E1003 - arm64: mm: Rename post_ttbr0_update_workaround - arm64: mm: Fix and re-enable ARM64_SW_TTBR0_PAN - arm64: mm: Allocate ASIDs in pairs - arm64: mm: Add arm64_kernel_unmapped_at_el0 helper - arm64: mm: Invalidate both kernel and user ASIDs when performing TLBI - arm64: entry: Add exception trampoline page for exceptions from EL0 - arm64: mm: Map entry trampoline into trampoline and kernel page tables - arm64: entry: Explicitly pass exception level to kernel_ventry macro - arm64: entry: Hook up entry trampoline to exception vectors - arm64: erratum: Work around Falkor erratum #E1003 in trampoline code - arm64: cpu_errata: Add Kryo to Falkor 1003 errata - arm64: tls: Avoid unconditional zeroing of tpidrro_el0 for native tasks - arm64: entry: Add fake CPU feature for unmapping the kernel at EL0 - arm64: kaslr: Put kernel vectors address in separate data page - arm64: use RET instruction for exiting the trampoline - arm64: Kconfig: Add CONFIG_UNMAP_KERNEL_AT_EL0 - arm64: Kconfig: Reword UNMAP_KERNEL_AT_EL0 kconfig entry - arm64: Take into account ID_AA64PFR0_EL1.CSV3 - arm64: capabilities: Handle duplicate entries for a capability - arm64: mm: Introduce TTBR_ASID_MASK for getting at the ASID in the TTBR - arm64: kpti: Fix the interaction between ASID switching and software PAN - arm64: cputype: Add MIDR values for Cavium ThunderX2 CPUs - arm64: Turn on KPTI only on CPUs that need it - arm64: kpti: Make use of nG dependent on arm64_kernel_unmapped_at_el0() - arm64: mm: Permit transitioning from Global to Non-Global without BBM - arm64: kpti: Add ->enable callback to remap swapper using nG mappings - arm64: Force KPTI to be disabled on Cavium ThunderX - arm64: entry: Reword comment about post_ttbr_update_workaround - arm64: idmap: Use "awx" flags for .idmap.text .pushsection directives - arm64: barrier: Add CSDB macros to control data-value prediction - arm64: Implement array_index_mask_nospec() - arm64: Make USER_DS an inclusive limit - arm64: Use pointer masking to limit uaccess speculation - arm64: entry: Ensure branch through syscall table is bounded under speculation - arm64: uaccess: Prevent speculative use of the current addr_limit - arm64: uaccess: Don't bother eliding access_ok checks in __{get, put}_user - arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_user - arm64: futex: Mask __user pointers prior to dereference - arm64: cpufeature: __this_cpu_has_cap() shouldn't stop early - arm64: Run enable method for errata work arounds on late CPUs - arm64: cpufeature: Pass capability structure to ->enable callback - drivers/firmware: Expose psci_get_version through psci_ops structure - arm64: Move post_ttbr_update_workaround to C code - arm64: Add skeleton to harden the branch predictor against aliasing attacks - arm64: Move BP hardening to check_and_switch_context - arm64: KVM: Use per-CPU vector when BP hardening is enabled - arm64: entry: Apply BP hardening for high-priority synchronous exceptions - arm64: entry: Apply BP hardening for suspicious interrupts from EL0 - arm64: cputype: Add missing MIDR values for Cortex-A72 and Cortex-A75 - arm64: Implement branch predictor hardening for affected Cortex-A CPUs - arm64: Implement branch predictor hardening for Falkor - arm64: Branch predictor hardening for Cavium ThunderX2 - arm64: KVM: Increment PC after handling an SMC trap - arm/arm64: KVM: Consolidate the PSCI include files - arm/arm64: KVM: Add PSCI_VERSION helper - arm/arm64: KVM: Add smccc accessors to PSCI code - arm/arm64: KVM: Implement PSCI 1.0 support - arm/arm64: KVM: Advertise SMCCC v1.1 - arm64: KVM: Make PSCI_VERSION a fast path - arm/arm64: KVM: Turn kvm_psci_version into a static inline - arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening support - arm64: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handling - firmware/psci: Expose PSCI conduit - firmware/psci: Expose SMCCC version through psci_ops - arm/arm64: smccc: Make function identifiers an unsigned quantity - arm/arm64: smccc: Implement SMCCC v1.1 inline primitive - arm64: Add ARM_SMCCC_ARCH_WORKAROUND_1 BP hardening support - arm64: Kill PSCI_GET_VERSION as a variant-2 workaround - [Config] UNMAP_KERNEL_AT_EL0=y && HARDEN_BRANCH_PREDICTOR=y - SAUCE: arm64: __idmap_cpu_set_reserved_ttbr1: fix !ARM64_PA_BITS_52 logic - arm64: Add missing Falkor part number for branch predictor hardening - arm64: mm: fix thinko in non-global page table attribute check * linux-image-4.13.0-26-generic / linux-image-extra-4.13.0-26-generic fail to boot (LP: #1742721) - staging: sm750fb: Fix parameter mistake in poke32 -- Kleber Sacilotto de Souza <email address hidden> Wed, 07 Mar 2018 16:03:07 +0100
Upload details
- Uploaded by:
- Kleber Sacilotto de Souza
- Uploaded to:
- Xenial
- Original maintainer:
- Ubuntu Kernel Team
- Architectures:
- all i386 amd64 armhf arm64 ppc64el s390x
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
linux-hwe_4.13.0.orig.tar.gz | 148.3 MiB | 9511260e17e474183b9c3b2ea601d5af256dde783e14dba4031854eaa98d5089 |
linux-hwe_4.13.0-37.42~16.04.1.diff.gz | 8.4 MiB | f736a1d82ff78e59d2e7eb997fe03e48932685059c7b77655d12e6efaa1685d4 |
linux-hwe_4.13.0-37.42~16.04.1.dsc | 5.4 KiB | c5ba6a89bfc026d27b8f44775e72908124081486167e0508cf2dd380b61fb30e |
Available diffs
Binary packages built by this source
- block-modules-4.13.0-37-generic-di: Block storage devices
This package contains the block storage devices, including DAC960 and
paraide.
- block-modules-4.13.0-37-generic-lpae-di: Block storage devices
This package contains the block storage devices, including DAC960 and
paraide.
- crypto-modules-4.13.0-37-generic-di: crypto modules
This package contains crypto modules.
- crypto-modules-4.13.0-37-generic-lpae-di: crypto modules
This package contains crypto modules.
- dasd-extra-modules-4.13.0-37-generic-di: DASD storage support -- extras
- dasd-modules-4.13.0-37-generic-di: DASD storage support
- fat-modules-4.13.0-37-generic-di: FAT filesystem support
This includes Windows FAT and VFAT support.
- fat-modules-4.13.0-37-generic-lpae-di: FAT filesystem support
This includes Windows FAT and VFAT support.
- fb-modules-4.13.0-37-generic-di: Framebuffer modules
- firewire-core-modules-4.13.0-37-generic-di: Firewire (IEEE-1394) Support
- floppy-modules-4.13.0-37-generic-di: Floppy driver support
- fs-core-modules-4.13.0-37-generic-di: Base filesystem modules
This includes jfs, reiserfs and xfs.
- fs-core-modules-4.13.0-37-generic-lpae-di: Base filesystem modules
This includes jfs, reiserfs and xfs.
- fs-secondary-modules-4.13.0-37-generic-di: Extra filesystem modules
This includes support for Windows NTFS and MacOS HFS/HFSPlus
- fs-secondary-modules-4.13.0-37-generic-lpae-di: Extra filesystem modules
This includes support for Windows NTFS and MacOS HFS/HFSPlus
- input-modules-4.13.0-37-generic-di: Support for various input methods
- input-modules-4.13.0-37-generic-lpae-di: Support for various input methods
- ipmi-modules-4.13.0-37-generic-di: ipmi modules
- ipmi-modules-4.13.0-37-generic-lpae-di: ipmi modules
- irda-modules-4.13.0-37-generic-di: Support for Infrared protocols
- irda-modules-4.13.0-37-generic-lpae-di: Support for Infrared protocols
- kernel-image-4.13.0-37-generic-di: kernel image and system map
- kernel-image-4.13.0-37-generic-lpae-di: kernel image and system map
- linux-cloud-tools-4.13.0-37-generic: Linux kernel version specific cloud tools for version 4.13.0-37
This package provides the architecture dependant parts for kernel
version locked tools for cloud for version 4.13.0-37 on
64 bit x86.
- linux-cloud-tools-4.13.0-37-lowlatency: Linux kernel version specific cloud tools for version 4.13.0-37
This package provides the architecture dependant parts for kernel
version locked tools for cloud for version 4.13.0-37 on
64 bit x86.
- linux-headers-4.13.0-37: Header files related to Linux kernel version 4.13.0
This package provides kernel header files for version 4.13.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux- hwe-headers- 4.13.0- 37/debian. README. gz for details
- linux-headers-4.13.0-37-generic: Linux kernel headers for version 4.13.0 on ARM (hard float) SMP
This package provides kernel header files for version 4.13.0 on
ARM (hard float) SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux- headers- 4.13.0- 37/debian. README. gz for details.
- linux-headers-4.13.0-37-generic-lpae: Linux kernel headers for version 4.13.0 on ARM (hard float) SMP
This package provides kernel header files for version 4.13.0 on
ARM (hard float) SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux- headers- 4.13.0- 37/debian. README. gz for details.
- linux-headers-4.13.0-37-lowlatency: Linux kernel headers for version 4.13.0 on 64 bit x86 SMP
This package provides kernel header files for version 4.13.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux- headers- 4.13.0- 37/debian. README. gz for details.
- linux-hwe-cloud-tools-4.13.0-37: Linux kernel version specific cloud tools for version 4.13.0-37
This package provides the architecture dependant parts for kernel
version locked tools for cloud tools for version 4.13.0-37 on
64 bit x86.
You probably want to install linux-cloud-tools-4. 13.0-37- <flavour> .
- linux-hwe-cloud-tools-4.13.0-37-dbgsym: debug symbols for package linux-hwe-cloud-tools-4.13.0-37
This package provides the architecture dependant parts for kernel
version locked tools for cloud tools for version 4.13.0-37 on
64 bit x86.
You probably want to install linux-cloud-tools-4. 13.0-37- <flavour> .
- linux-hwe-tools-4.13.0-37: Linux kernel version specific tools for version 4.13.0-37
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 4.13.0-37 on
ARM (hard float).
You probably want to install linux-tools-4.13.0- 37-<flavour> .
- linux-hwe-tools-4.13.0-37-dbgsym: debug symbols for package linux-hwe-tools-4.13.0-37
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 4.13.0-37 on
ARM (hard float).
You probably want to install linux-tools-4.13.0- 37-<flavour> .
- linux-hwe-udebs-generic: Metapackage depending on kernel udebs
This package depends on the all udebs that the kernel build generated,
for easier version and migration tracking.
- linux-hwe-udebs-generic-lpae: Metapackage depending on kernel udebs
This package depends on the all udebs that the kernel build generated,
for easier version and migration tracking.
- linux-image-4.13.0-37-generic: Linux kernel image for version 4.13.0 on ARM (hard float) SMP
This package contains the Linux kernel image for version 4.13.0 on
ARM (hard float) SMP.
.
Also includes the corresponding System.map file, the modules built by the
packager, and scripts that try to ensure that the system is not left in an
unbootable state after an update.
.
Supports Generic processors.
.
Geared toward desktop and server systems.
.
You likely do not want to install this package directly. Instead, install
the linux-generic meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
- linux-image-4.13.0-37-generic-dbgsym: Linux kernel debug image for version 4.13.0 on ARM (hard float) SMP
This package provides a kernel debug image for version 4.13.0 on
ARM (hard float) SMP.
.
This is for sites that wish to debug the kernel.
.
The kernel image contained in this package is NOT meant to boot from. It
is uncompressed, and unstripped. This package also includes the
unstripped modules.
- linux-image-4.13.0-37-generic-lpae: Linux kernel image for version 4.13.0 on ARM (hard float) SMP
This package contains the Linux kernel image for version 4.13.0 on
ARM (hard float) SMP.
.
Also includes the corresponding System.map file, the modules built by the
packager, and scripts that try to ensure that the system is not left in an
unbootable state after an update.
.
Supports Generic LPAE processors.
.
Geared toward desktop and server systems.
.
You likely do not want to install this package directly. Instead, install
the linux-generic-lpae meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
- linux-image-4.13.0-37-generic-lpae-dbgsym: Linux kernel debug image for version 4.13.0 on ARM (hard float) SMP
This package provides a kernel debug image for version 4.13.0 on
ARM (hard float) SMP.
.
This is for sites that wish to debug the kernel.
.
The kernel image contained in this package is NOT meant to boot from. It
is uncompressed, and unstripped. This package also includes the
unstripped modules.
- linux-image-4.13.0-37-lowlatency: Linux kernel image for version 4.13.0 on 64 bit x86 SMP
This package contains the Linux kernel image for version 4.13.0 on
64 bit x86 SMP.
.
Also includes the corresponding System.map file, the modules built by the
packager, and scripts that try to ensure that the system is not left in an
unbootable state after an update.
.
Supports Lowlatency processors.
.
Geared toward desktop and server systems.
.
You likely do not want to install this package directly. Instead, install
the linux-lowlatency meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
- linux-image-4.13.0-37-lowlatency-dbgsym: Linux kernel debug image for version 4.13.0 on 64 bit x86 SMP
This package provides a kernel debug image for version 4.13.0 on
64 bit x86 SMP.
.
This is for sites that wish to debug the kernel.
.
The kernel image contained in this package is NOT meant to boot from. It
is uncompressed, and unstripped. This package also includes the
unstripped modules.
- linux-image-extra-4.13.0-37-generic: Linux kernel extra modules for version 4.13.0 on ARMv8 SMP
This package contains the Linux kernel extra modules for version 4.13.0 on
ARMv8 SMP.
.
Also includes the corresponding System.map file, the modules built by the
packager, and scripts that try to ensure that the system is not left in an
unbootable state after an update.
.
Supports Generic processors.
.
Geared toward desktop and server systems.
.
You likely do not want to install this package directly. Instead, install
the linux-generic meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
- linux-source-4.13.0: Linux kernel source for version 4.13.0 with Ubuntu patches
This package provides the source code for the Linux kernel version
4.13.0.
.
This package is mainly meant for other packages to use, in order to build
custom flavours.
.
If you wish to use this package to create a custom Linux kernel, then it
is suggested that you investigate the package kernel-package, which has
been designed to ease the task of creating kernel image packages.
.
If you are simply trying to build third-party modules for your kernel,
you do not want this package. Install the appropriate linux-headers
package instead.
- linux-tools-4.13.0-37-generic: Linux kernel version specific tools for version 4.13.0-37
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 4.13.0-37 on
ARM (hard float).
- linux-tools-4.13.0-37-generic-lpae: Linux kernel version specific tools for version 4.13.0-37
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 4.13.0-37 on
ARM (hard float).
- linux-tools-4.13.0-37-lowlatency: Linux kernel version specific tools for version 4.13.0-37
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 4.13.0-37 on
64 bit x86.
- md-modules-4.13.0-37-generic-di: Multi-device support (raid, device-mapper, lvm)
- md-modules-4.13.0-37-generic-lpae-di: Multi-device support (raid, device-mapper, lvm)
- message-modules-4.13.0-37-generic-di: Fusion and i2o storage modules
This package containes the fusion and i2o storage modules.
- mouse-modules-4.13.0-37-generic-di: Mouse support
This package contains mouse drivers for the Linux kernel.
- mouse-modules-4.13.0-37-generic-lpae-di: Mouse support
This package contains mouse drivers for the Linux kernel.
- multipath-modules-4.13.0-37-generic-di: DM-Multipath support
This package contains modules for device-mapper multipath support.
- multipath-modules-4.13.0-37-generic-lpae-di: DM-Multipath support
This package contains modules for device-mapper multipath support.
- nfs-modules-4.13.0-37-generic-di: NFS filesystem drivers
Includes the NFS client driver, and supporting modules.
- nfs-modules-4.13.0-37-generic-lpae-di: NFS filesystem drivers
Includes the NFS client driver, and supporting modules.
- nic-modules-4.13.0-37-generic-di: Network interface support
- nic-modules-4.13.0-37-generic-lpae-di: Network interface support
- nic-pcmcia-modules-4.13.0-37-generic-di: PCMCIA network interface support
- nic-shared-modules-4.13.0-37-generic-di: nic shared modules
This package contains modules which support nic modules
- nic-shared-modules-4.13.0-37-generic-lpae-di: nic shared modules
This package contains modules which support nic modules
- nic-usb-modules-4.13.0-37-generic-di: USB network interface support
- nic-usb-modules-4.13.0-37-generic-lpae-di: USB network interface support
- parport-modules-4.13.0-37-generic-di: Parallel port support
- parport-modules-4.13.0-37-generic-lpae-di: Parallel port support
- pata-modules-4.13.0-37-generic-di: PATA support modules
- pcmcia-modules-4.13.0-37-generic-di: PCMCIA Modules
- pcmcia-storage-modules-4.13.0-37-generic-di: PCMCIA storage support
- plip-modules-4.13.0-37-generic-di: PLIP (parallel port) networking support
- plip-modules-4.13.0-37-generic-lpae-di: PLIP (parallel port) networking support
- ppp-modules-4.13.0-37-generic-di: PPP (serial port) networking support
- ppp-modules-4.13.0-37-generic-lpae-di: PPP (serial port) networking support
- sata-modules-4.13.0-37-generic-di: SATA storage support
- sata-modules-4.13.0-37-generic-lpae-di: SATA storage support
- scsi-modules-4.13.0-37-generic-di: SCSI storage support
- scsi-modules-4.13.0-37-generic-lpae-di: SCSI storage support
- serial-modules-4.13.0-37-generic-di: Serial port support
- storage-core-modules-4.13.0-37-generic-di: Core storage support
Includes core SCSI, LibATA, USB-Storage. Also includes related block
devices for CD, Disk and Tape medium (and IDE Floppy).
- storage-core-modules-4.13.0-37-generic-lpae-di: Core storage support
Includes core SCSI, LibATA, USB-Storage. Also includes related block
devices for CD, Disk and Tape medium (and IDE Floppy).
- usb-modules-4.13.0-37-generic-di: Core USB support
- usb-modules-4.13.0-37-generic-lpae-di: Core USB support
- virtio-modules-4.13.0-37-generic-di: VirtIO Modules
Includes modules for VirtIO (virtual machine, generally kvm guests)
- vlan-modules-4.13.0-37-generic-di: vlan modules
This package contains vlan (8021.Q) modules.
- vlan-modules-4.13.0-37-generic-lpae-di: vlan modules
This package contains vlan (8021.Q) modules.