]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
UBUNTU: Ubuntu-4.10.0-12.14 Ubuntu-4.10.0-12.14
authorTim Gardner <tim.gardner@canonical.com>
Wed, 8 Mar 2017 20:12:59 +0000 (13:12 -0700)
committerTim Gardner <tim.gardner@canonical.com>
Wed, 8 Mar 2017 20:12:59 +0000 (13:12 -0700)
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
debian.master/changelog

index d8fe113dbcc0fb3e342a0fb661da004d4194ae6c..faf1a20c1fa35853eec95d45ac3b8251f7620c4b 100644 (file)
@@ -1,8 +1,110 @@
-linux (4.10.0-12.14) UNRELEASED; urgency=low
+linux (4.10.0-12.14) zesty; urgency=low
 
-  CHANGELOG: Do not edit directly. Autogenerated at release.
-  CHANGELOG: Use the printchanges target to see the curent changes.
-  CHANGELOG: Use the insertchanges target to create the final log.
+  [ Tim Gardner ]
+
+  * Release Tracking Bug
+    - LP: #1671235
+
+  * POWER9: Improve CAS negotiation (LP: #1671169)
+    - powerpc: Parse the command line before calling CAS
+    - powerpc: Update to new option-vector-5 format for CAS
+
+  * lowlatency kernel is lacking support for latencytop (LP: #1655986)
+    - [Config] CONFIG_LATENCYTOP=y for amd64 lowlatency
+
+  * Power9 kernel: add virtualization patches (LP: #1670800)
+    - powerpc: Add POWER9 architected mode to cputable
+
+  * h-prod does not function across cores (LP: #1670726)
+    - KVM: PPC: Book3S HV: Fix H_PROD to actually wake the target vcpu
+
+  * CIFS: Enable encryption for SMB3 (LP: #1670508)
+    - cifs: Simplify SMB2 and SMB311 dependencies
+    - cifs: Only select the required crypto modules
+    - cifs: Add soft dependencies
+    - CIFS: Separate SMB2 header structure
+    - CIFS: Make SendReceive2() takes resp iov
+    - CIFS: Make send_cancel take rqst as argument
+    - CIFS: Send RFC1001 length in a separate iov
+    - CIFS: Separate SMB2 sync header processing
+    - CIFS: Separate RFC1001 length processing for SMB2 read
+    - CIFS: Add capability to transform requests before sending
+    - CIFS: Enable encryption during session setup phase
+    - CIFS: Encrypt SMB3 requests before sending
+    - CIFS: Add transform header handling callbacks
+    - CIFS: Add mid handle callback
+    - CIFS: Add copy into pages callback for a read operation
+    - CIFS: Decrypt and process small encrypted packets
+    - CIFS: Add capability to decrypt big read responses
+    - CIFS: Allow to switch on encryption with seal mount option
+    - CIFS: Fix possible use after free in demultiplex thread
+
+  * FC Adapter (LPe32000-based) prints "iotag out of range", goes offline, and
+    delays boot a lot (Ubuntu17.04/Emulex/lpfc)) (LP: #1670490)
+    - scsi: lpfc: Correct WQ creation for pagesize
+    - scsi: lpfc: Add missing memory barrier
+
+  * Ubuntu 17.04: Guest does not reflect all the cpus hotplugged (LP: #1670315)
+    - powerpc/64: Don't try to use radix MMU under a hypervisor
+    - powerpc/pseries: Fixes for the "ibm,architecture-vec-5" options
+    - powerpc/64: Enable use of radix MMU under hypervisor on POWER9
+    - powerpc/pseries: Advertise HPT resizing support via CAS
+    - powerpc/pseries: Advertise Hot Plug Event support to firmware
+    - powerpc/pseries: Report DLPAR capabilities
+    - powerpc/pseries: Make the acquire/release of the drc for memory a seperate step
+    - powerpc/pseries: Introduce memory hotplug READD operation
+    - powerpc/pseries: Fix build break when MEMORY_HOTREMOVE=n
+    - powerpc/pseries: Implement indexed-count hotplug memory add
+    - powerpc/pseries: Implement indexed-count hotplug memory remove
+    - powerpc/pseries: Revert 'Auto-online hotplugged memory'
+
+  * Allow Unity8 to run inside Virtualbox (LP: #1669807)
+    - ubuntu: vbox -- Update to 5.1.14-dfsg-3
+
+  * ecryptfs fails to load block cipher on ppc64el  (LP: #1666483)
+    - crypto: vmx - Use skcipher for cbc fallback
+    - crypto: vmx - Use skcipher for xts fallback
+    - [Config] CONFIG_CRYPTO_DEV_VMX=y
+
+  * Regression in 4.4.0-65-generic causes very frequent system crashes
+    (LP: #1669611)
+    - Revert "UBUNTU: SAUCE: apparmor: fix lock ordering for mkdir"
+    - Revert "UBUNTU: SAUCE: apparmor: fix leak on securityfs pin count"
+    - Revert "UBUNTU: SAUCE: apparmor: fix reference count leak when securityfs_setup_d_inode() fails"
+    - Revert "UBUNTU: SAUCE: apparmor: fix not handling error case when securityfs_pin_fs() fails"
+
+  * [ubuntu 16.10] Enable OPTPROBES for powerpc (LP: #1585741)
+    - powerpc/optprobes: Fix TOC handling in optprobes trampoline
+
+  * [Ubuntu 17.04] Kernel panics when large number of hugepages is passed as an
+    boot argument to kernel. (LP: #1665113)
+    - SAUCE: mm/cgroup: avoid panic when init with low memory
+
+  * bcache device numbers increase by 16 (LP: #1667078)
+    - SAUCE: bcache: Fix bcache device names
+
+  * [Feature] GLK Intel PT write (LP: #1645962)
+    - perf/x86/intel/pt: Add format strings for PTWRITE and power event tracing
+
+  * arm64: ACPI platform MSI support required for new systems (LP: #1669061)
+    - SAUCE: ACPI: IORT: fix the indentation in iort_scan_node()
+    - SAUCE: ACPI: IORT: add missing comment for iort_dev_find_its_id()
+    - SAUCE: ACPI: IORT: minor cleanup for iort_match_node_callback()
+    - SAUCE: irqchip: gic-v3-its: keep the head file include in alphabetic order
+    - SAUCE: irqchip: gicv3-its: platform-msi: refactor its_pmsi_prepare()
+    - SAUCE: irqchip: gicv3-its: platform-msi: refactor its_pmsi_init() to prepare for ACPI
+    - SAUCE: irqchip: gicv3-its: platform-msi: scan MADT to create platform msi domain
+    - SAUCE: ACPI: IORT: rename iort_node_map_rid() to make it generic
+    - SAUCE: ACPI: IORT: introduce iort_node_map_platform_id() to retrieve dev id
+    - SAUCE: ACPI: platform-msi: retrieve dev id from IORT
+    - SAUCE: ACPI: platform: setup MSI domain for ACPI based platform device
+    - SAUCE: msi: platform: make platform_msi_create_device_domain() ACPI aware
+    - SAUCE: irqchip: mbigen: drop module owner
+    - SAUCE: irqchip: mbigen: introduce mbigen_of_create_domain()
+    - SAUCE: irqchip: mbigen: Add ACPI support
+
+  * Miscellaneous Ubuntu changes
+    - [Debian] Don't attempt to sign files if CONFIG_MODULE_SIG=n
 
  -- Tim Gardner <tim.gardner@canonical.com>  Thu, 02 Mar 2017 05:37:29 -0700