]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
UBUNTU: rebase to Ubuntu-4.11.0-11.16
authorAndy Whitcroft <apw@canonical.com>
Thu, 13 Jul 2017 17:27:17 +0000 (18:27 +0100)
committerKhalid Elmously <khalid.elmously@canonical.com>
Fri, 16 Feb 2018 22:12:13 +0000 (17:12 -0500)
Signed-off-by: Andy Whitcroft <apw@canonical.com>
(cherry picked from commit 245d19cc17d63f7b2cc5bbb906bc287c1505abf9)
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
debian.raspi2/changelog

index ee68be6173b2ba16f7871d147d74b9572b6319b7..ece46da7de8af3ea5d59563545b6b87333244ea4 100644 (file)
@@ -4,6 +4,233 @@ linux-raspi2 (4.11.0-1004.5) UNRELEASED; urgency=low
   CHANGELOG: Use the printchanges target to see the curent changes.
   CHANGELOG: Use the insertchanges target to create the final log.
 
+  [ Ubuntu: 4.11.0-11.16 ]
+
+  * linux: 4.11.0-11.16 -proposed tracker (LP: #1703901)
+  * Artful update to v4.11.10 stable release (LP: #1703854)
+    - fs: add a VALID_OPEN_FLAGS
+    - fs: completely ignore unknown open flags
+    - driver core: platform: fix race condition with driver_override
+    - RDMA/uverbs: Check port number supplied by user verbs cmds
+    - ceph: choose readdir frag based on previous readdir reply
+    - tracing/kprobes: Allow to create probe with a module name starting with a
+      digit
+    - usb: dwc3: replace %p with %pK
+    - USB: serial: cp210x: add ID for CEL EM3588 USB ZigBee stick
+    - Add USB quirk for HVR-950q to avoid intermittent device resets
+    - usb: usbip: set buffer pointers to NULL after free
+    - usb: Fix typo in the definition of Endpoint[out]Request
+    - USB: core: fix device node leak
+    - arm: remove wrong CONFIG_PROC_SYSCTL ifdef
+    - pinctrl: sh-pfc: r8a7794: Swap ATA signals
+    - pinctrl: sh-pfc: r8a7791: Fix SCIF2 pinmux data
+    - pinctrl: sh-pfc: r8a7791: Add missing DVC_MUTE signal
+    - pinctrl: sh-pfc: r8a7795: Fix hscif2_clk_b and hscif4_ctrl
+    - pinctrl: meson: meson8b: fix the NAND DQS pins
+    - pinctrl: stm32: Fix bad function call
+    - pinctrl: sunxi: Fix SPDIF function name for A83T
+    - pinctrl: core: Fix warning by removing bogus code
+    - pinctrl: mxs: atomically switch mux and drive strength config
+    - pinctrl: sh-pfc: r8a7791: Add missing HSCIF1 pinmux data
+    - pinctrl: sh-pfc: Update info pointer after SoC-specific init
+    - USB: serial: option: add two Longcheer device ids
+    - USB: serial: qcserial: new Sierra Wireless EM7305 device ID
+    - xhci: Limit USB2 port wake support for AMD Promontory hosts
+    - gfs2: Fix glock rhashtable rcu bug
+    - Add "shutdown" to "struct class".
+    - tpm: Issue a TPM2_Shutdown for TPM2 devices.
+    - tpm: fix a kernel memory leak in tpm-sysfs.c
+    - x86/uaccess: Optimize copy_user_enhanced_fast_string() for short strings
+    - xen: avoid deadlock in xenbus driver
+    - crypto: drbg - Fixes panic in wait_for_completion call
+    - rt286: add Thinkpad Helix 2 to force_combo_jack_table
+    - Linux 4.11.10
+  * CVE-2017-10810
+    - drm/virtio: don't leak bo on drm_gem_object_init failure
+  * cxlflash update request in the Xenial SRU stream (LP: #1702521)
+    - scsi: cxlflash: Separate RRQ processing from the RRQ interrupt handler
+    - scsi: cxlflash: Serialize RRQ access and support offlevel processing
+    - scsi: cxlflash: Implement IRQ polling for RRQ processing
+    - scsi: cxlflash: Update sysfs helper routines to pass config structure
+    - scsi: cxlflash: Support dynamic number of FC ports
+    - scsi: cxlflash: Remove port configuration assumptions
+    - scsi: cxlflash: Hide FC internals behind common access routine
+    - scsi: cxlflash: SISlite updates to support 4 ports
+    - scsi: cxlflash: Support up to 4 ports
+    - scsi: cxlflash: Fence EEH during probe
+    - scsi: cxlflash: Remove unnecessary DMA mapping
+    - scsi: cxlflash: Fix power-of-two validations
+    - scsi: cxlflash: Fix warnings/errors
+    - scsi: cxlflash: Improve asynchronous interrupt processing
+    - scsi: cxlflash: Support multiple hardware queues
+    - scsi: cxlflash: Add hardware queues attribute
+    - scsi: cxlflash: Introduce hardware queue steering
+    - cxl: Enable PCI device IDs for future IBM CXL adapters
+    - scsi: cxlflash: Select IRQ_POLL
+    - scsi: cxlflash: Combine the send queue locks
+    - scsi: cxlflash: Update cxlflash_afu_sync() to return errno
+    - scsi: cxlflash: Reset hardware queue context via specified register
+    - scsi: cxlflash: Schedule asynchronous reset of the host
+    - scsi: cxlflash: Handle AFU sync failures
+    - scsi: cxlflash: Track pending scsi commands in each hardware queue
+    - scsi: cxlflash: Flush pending commands in cleanup path
+    - scsi: cxlflash: Add scsi command abort handler
+    - scsi: cxlflash: Create character device to provide host management interface
+    - scsi: cxlflash: Separate AFU internal command handling from AFU sync
+      specifics
+    - scsi: cxlflash: Introduce host ioctl support
+    - scsi: cxlflash: Refactor AFU capability checking
+    - scsi: cxlflash: Support LUN provisioning
+    - scsi: cxlflash: Support AFU debug
+    - scsi: cxlflash: Support WS16 unmap
+    - scsi: cxlflash: Remove zeroing of private command data
+    - scsi: cxlflash: Update TMF command processing
+    - scsi: cxlflash: Avoid double free of character device
+    - scsi: cxlflash: Update send_tmf() parameters
+    - scsi: cxlflash: Update debug prints in reset handlers
+  * make snap-pkg support (LP: #1700747)
+    - make snap-pkg support
+  * Quirk for non-compliant PCI bridge on HiSilicon D05 board (LP: #1698706)
+    - SAUCE: PCI: Support hibmc VGA cards behind a misbehaving HiSilicon bridge
+  * arm64: fix crash reading /proc/kcore (LP: #1702749)
+    - fs/proc: kcore: use kcore_list type to check for vmalloc/module address
+    - arm64: mm: select CONFIG_ARCH_PROC_KCORE_TEXT
+  * Opal and POWER9 DD2 (LP: #1702159)
+    - SAUCE: powerpc/powernv: Tell OPAL about our MMU mode on POWER9
+  * Data corruption with hio driver  (LP: #1701316)
+    - SAUCE: hio: Fix incorrect use of enum req_opf values
+  * Artful update to v4.11.9 stable release (LP: #1702515)
+    - net: don't call strlen on non-terminated string in dev_set_alias()
+    - net: Fix inconsistent teardown and release of private netdev state.
+    - net: s390: fix up for "Fix inconsistent teardown and release of private
+      netdev state"
+    - mac80211: free netdev on dev_alloc_name() error
+    - decnet: dn_rtmsg: Improve input length sanitization in
+      dnrmg_receive_user_skb
+    - net: Zero ifla_vf_info in rtnl_fill_vfinfo()
+    - net: ipv6: Release route when device is unregistering
+    - net: vrf: Make add_fib_rules per network namespace flag
+    - af_unix: Add sockaddr length checks before accessing sa_family in bind and
+      connect handlers
+    - Fix an intermittent pr_emerg warning about lo becoming free.
+    - sctp: disable BH in sctp_for_each_endpoint
+    - net: caif: Fix a sleep-in-atomic bug in cfpkt_create_pfx
+    - net: tipc: Fix a sleep-in-atomic bug in tipc_msg_reverse
+    - net/mlx5: Remove several module events out of ethtool stats
+    - net/mlx5e: Added BW check for DIM decision mechanism
+    - net/mlx5e: Fix wrong indications in DIM due to counter wraparound
+    - net/mlx5: Enable 4K UAR only when page size is bigger than 4K
+    - proc: snmp6: Use correct type in memset
+    - igmp: acquire pmc lock for ip_mc_clear_src()
+    - igmp: add a missing spin_lock_init()
+    - qmi_wwan: new Telewell and Sierra device IDs
+    - net: don't global ICMP rate limit packets originating from loopback
+    - ipv6: fix calling in6_ifa_hold incorrectly for dad work
+    - sctp: return next obj by passing pos + 1 into sctp_transport_get_idx
+    - net/mlx5e: Fix min inline value for VF rep SQs
+    - net/mlx5e: Avoid doing a cleanup call if the profile doesn't have it
+    - net/mlx5: Wait for FW readiness before initializing command interface
+    - net/mlx5e: Fix timestamping capabilities reporting
+    - decnet: always not take dst->__refcnt when inserting dst into hash table
+    - net: 8021q: Fix one possible panic caused by BUG_ON in free_netdev
+    - ipv6: Do not leak throw route references
+    - rtnetlink: add IFLA_GROUP to ifla_policy
+    - netfilter: synproxy: fix conntrackd interaction
+    - NFSv4.x/callback: Create the callback service through svc_create_pooled
+    - xen/blkback: don't use xen_blkif_get() in xen-blkback kthread
+    - MIPS: head: Reorder instructions missing a delay slot
+    - MIPS: Avoid accidental raw backtrace
+    - MIPS: pm-cps: Drop manual cache-line alignment of ready_count
+    - MIPS: Fix IRQ tracing & lockdep when rescheduling
+    - ALSA: hda - Fix endless loop of codec configure
+    - ALSA: hda - set input_path bitmap to zero after moving it to new place
+    - NFSv4.2: Don't send mode again in post-EXCLUSIVE4_1 SETATTR with umask
+    - NFSv4.1: Fix a race in nfs4_proc_layoutget
+    - Revert "NFS: nfs_rename() handle -ERESTARTSYS dentry left behind"
+    - ovl: copy-up: don't unlock between lookup and link
+    - gpiolib: fix filtering out unwanted events
+    - x86/intel_rdt: Fix memory leak on mount failure
+    - perf/x86/intel/uncore: Fix wrong box pointer check
+    - drm/vmwgfx: Free hash table allocated by cmdbuf managed res mgr
+    - dm thin: do not queue freed thin mapping for next stage processing
+    - x86/mm: Fix boot crash caused by incorrect loop count calculation in
+      sync_global_pgds()
+    - mm/vmalloc.c: huge-vmap: fail gracefully on unexpected huge vmap mappings
+    - xen/blkback: don't free be structure too early
+    - xfrm6: Fix IPv6 payload_len in xfrm6_transport_finish
+    - xfrm: move xfrm_garbage_collect out of xfrm_policy_flush
+    - xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICY
+    - xfrm: NULL dereference on allocation failure
+    - xfrm: Oops on error in pfkey_msg2xfrm_state()
+    - watchdog: bcm281xx: Fix use of uninitialized spinlock.
+    - ARM64: PCI: Fix struct acpi_pci_root_ops allocation failure path
+    - ARM64/ACPI: Fix BAD_MADT_GICC_ENTRY() macro implementation
+    - ARM: 8685/1: ensure memblock-limit is pmd-aligned
+    - ARM: davinci: PM: Free resources in error handling path in 'davinci_pm_init'
+    - ARM: davinci: PM: Do not free useful resources in normal path in
+      'davinci_pm_init'
+    - tools arch: Sync arch/x86/lib/memcpy_64.S with the kernel
+    - Revert "x86/entry: Fix the end of the stack for newly forked tasks"
+    - x86/mshyperv: Remove excess #includes from mshyperv.h
+    - x86/boot/KASLR: Fix kexec crash due to 'virt_addr' calculation bug
+    - perf/x86: Fix spurious NMI with PEBS Load Latency event
+    - x86/mpx: Correctly report do_mpx_bt_fault() failures to user-space
+    - x86/mm: Fix flush_tlb_page() on Xen
+    - ocfs2: o2hb: revert hb threshold to keep compatible
+    - ocfs2: fix deadlock caused by recursive locking in xattr
+    - iommu/dma: Don't reserve PCI I/O windows
+    - iommu/amd: Fix incorrect error handling in amd_iommu_bind_pasid()
+    - iommu/amd: Fix interrupt remapping when disable guest_mode
+    - infiniband: hns: avoid gcc-7.0.1 warning for uninitialized data
+    - mtd: nand: brcmnand: Check flash #WP pin status before nand erase/program
+    - mtd: nand: fsmc: fix NAND width handling
+    - KVM: x86: fix emulation of RSM and IRET instructions
+    - KVM: x86/vPMU: fix undefined shift in intel_pmu_refresh()
+    - KVM: x86: zero base3 of unusable segments
+    - KVM: nVMX: Fix exception injection
+    - esp4: Fix udpencap for local TCP packets.
+    - hsi: Fix build regression due to netdev destructor fix.
+    - Linux 4.11.9
+  * update ENA driver to 1.2.0k from net-next (LP: #1701575)
+    - net/ena: switch to pci_alloc_irq_vectors
+    - net: ena: fix rare uncompleted admin command false alarm
+    - net: ena: fix bug that might cause hang after consecutive open/close
+      interface.
+    - net: ena: add missing return when ena_com_get_io_handlers() fails
+    - net: ena: fix race condition between submit and completion admin command
+    - net: ena: add missing unmap bars on device removal
+    - net: ena: fix theoretical Rx hang on low memory systems
+    - net: ena: disable admin msix while working in polling mode
+    - net: ena: bug fix in lost tx packets detection mechanism
+    - net: ena: update ena driver to version 1.1.7
+    - net: ena: change return value for unsupported features unsupported return
+      value
+    - net: ena: add hardware hints capability to the driver
+    - net: ena: change sizeof() argument to be the type pointer
+    - net: ena: add reset reason for each device FLR
+    - net: ena: add support for out of order rx buffers refill
+    - net: ena: allow the driver to work with small number of msix vectors
+    - net: ena: use napi_schedule_irqoff when possible
+    - net: ena: separate skb allocation to dedicated function
+    - net: ena: use lower_32_bits()/upper_32_bits() to split dma address
+    - net: ena: update driver's rx drop statistics
+    - net: ena: update ena driver to version 1.2.0
+  * APST gets enabled against explicit kernel option (LP: #1699004)
+    - nvme: Display raw APST configuration via DYNAMIC_DEBUG
+    - nvme: Add nvme_core.force_apst to ignore the NO_APST quirk
+    - nvme: explicitly disable APST on quirked devices
+  * New NVLINK2 patches (LP: #1701272)
+    - powerpc/powernv/npu-dma: Add explicit flush when sending an ATSD
+    - powerpc/npu-dma: Remove spurious WARN_ON when a PCI device has no of_node
+  * ERAT invalidate on context switch removal (LP: #1700819)
+    - powerpc: Only do ERAT invalidate on radix context switch on P9 DD1
+  * Miscellaneous Ubuntu changes
+    - SAUCE: (noup) Update spl to 0.6.5.10-1, zfs to 0.6.5.10-1ubuntu2
+    - snapcraft.yaml: Sync with xenial
+  * Miscellaneous upstream changes
+    - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and
+      MokSBState"
+
  -- Andy Whitcroft <apw@canonical.com>  Thu, 13 Jul 2017 17:52:36 +0100
 
 linux-raspi2 (4.11.0-1003.4) artful; urgency=low