]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blob - debian.snapdragon/changelog
UBUNTU: Ubuntu-snapdragon-4.4.0-1027.30
[mirror_ubuntu-zesty-kernel.git] / debian.snapdragon / changelog
1 linux-snapdragon (4.4.0-1027.30) xenial; urgency=low
2
3 [ Joseph Salisbury ]
4
5 * Release Tracking Bug
6 - LP: #1625328
7
8 * thunder: chip errata w/ multiple CQEs for a TSO packet (LP: #1624569)
9 - net: thunderx: Fix for issues with multiple CQEs posted for a TSO packet
10
11 * thunder: faulty TSO padding (LP: #1623627)
12 - net: thunderx: Fix for HW issue while padding TSO packet
13
14 * CVE-2016-6828
15 - tcp: fix use after free in tcp_xmit_retransmit_queue()
16
17 * Sennheiser Officerunner - cannot get freq at ep 0x83 (LP: #1622763)
18 - SAUCE: (no-up) ALSA: usb-audio: Add quirk for sennheiser officerunner
19
20 * Backport E3 Skylake Support in ie31200_edac to Xenial (LP: #1619766)
21 - EDAC, ie31200_edac: Add Skylake support
22
23 * Ubuntu 16.04 - Full EEH Recovery Support for NVMe devices (LP: #1602724)
24 - SAUCE: nvme: Don't suspend admin queue that wasn't created
25
26 * ISST-LTE:pNV: system ben is hung during ST (nvme) (LP: #1620317)
27 - blk-mq: Allow timeouts to run while queue is freezing
28 - blk-mq: improve warning for running a queue on the wrong CPU
29 - blk-mq: don't overwrite rq->mq_ctx
30
31 * lsattr 32bit does not work on 64bit kernel (Inappropriate ioctl error)
32 (LP: #1619918)
33 - btrfs: bugfix: handle FS_IOC32_{GETFLAGS, SETFLAGS, GETVERSION} in
34 btrfs_ioctl
35
36 * radeon: monitor connected to onboard VGA doesn't work with Xenial
37 (LP: #1600092)
38 - drm/radeon/dp: add back special handling for NUTMEG
39
40 * initramfs includes qle driver, but not firmware (LP: #1623187)
41 - qed: add MODULE_FIRMWARE()
42
43 * [Hyper-V] Rebase Hyper-V to 4.7.2 (stable) (LP: #1616677)
44 - hv_netvsc: Implement support for VF drivers on Hyper-V
45 - hv_netvsc: Fix the list processing for network change event
46 - Drivers: hv: vmbus: Introduce functions for estimating room in the ring
47 buffer
48 - Drivers: hv: vmbus: Use READ_ONCE() to read variables that are volatile
49 - Drivers: hv: vmbus: Export the vmbus_set_event() API
50 - lcoking/barriers, arch: Use smp barriers in smp_store_release()
51 - asm-generic: guard smp_store_release/load_acquire
52 - x86: reuse asm-generic/barrier.h
53 - asm-generic: add __smp_xxx wrappers
54 - x86: define __smp_xxx
55 - asm-generic: implement virt_xxx memory barriers
56 - Drivers: hv: vmbus: Move some ring buffer functions to hyperv.h
57 - Drivers: hv: vmbus: Implement APIs to support "in place" consumption of
58 vmbus packets
59 - drivers:hv: Lock access to hyperv_mmio resource tree
60 - drivers:hv: Make a function to free mmio regions through vmbus
61 - drivers:hv: Track allocations of children of hv_vmbus in private resource
62 tree
63 - drivers:hv: Separate out frame buffer logic when picking MMIO range
64 - Drivers: hv: vmbus: handle various crash scenarios
65 - Drivers: hv: balloon: don't crash when memory is added in non-sorted order
66 - Drivers: hv: balloon: reset host_specified_ha_region
67 - tools: hv: lsvmbus: add pci pass-through UUID
68 - hv_netvsc: move start_remove flag to net_device_context
69 - hv_netvsc: use start_remove flag to protect netvsc_link_change()
70 - hv_netvsc: untangle the pointer mess
71 - hv_netvsc: get rid of struct net_device pointer in struct netvsc_device
72 - hv_netvsc: synchronize netvsc_change_mtu()/netvsc_set_channels() with
73 netvsc_remove()
74 - hv_netvsc: set nvdev link after populating chn_table
75 - hv_netvsc: Fix VF register on vlan devices
76 - hv_netvsc: remove redundant assignment in netvsc_recv_callback()
77 - hv_netvsc: introduce {net, hv}_device_to_netvsc_device() helpers
78 - hv_netvsc: pass struct netvsc_device to rndis_filter_{open, close}()
79 - hv_netvsc: pass struct net_device to rndis_filter_set_device_mac()
80 - hv_netvsc: pass struct net_device to rndis_filter_set_offload_params()
81 - netvsc: get rid of completion timeouts
82 - PCI: hv: Don't leak buffer in hv_pci_onchannelcallback()
83 - PCI: hv: Handle all pending messages in hv_pci_onchannelcallback()
84 - netvsc: Use the new in-place consumption APIs in the rx path
85 - x86/kernel: Audit and remove any unnecessary uses of module.h
86 - PCI: hv: Fix interrupt cleanup path
87 - hv_netvsc: Fix VF register on bonding devices
88 - hv_netvsc: don't lose VF information
89 - hv_netvsc: avoid deadlocks between rtnl lock and vf_use_cnt wait
90 - hv_netvsc: reset vf_inject on VF removal
91 - hv_netvsc: protect module refcount by checking net_device_ctx->vf_netdev
92 - hv_netvsc: fix bonding devices check in netvsc_netdev_event()
93 - Drivers: hv: vmbus: Use the new virt_xx barrier code
94 - ixgbevf: call ndo_stop() instead of dev_close() when running offline
95 selftest
96 - ixgbevf: fix error code path when setting MAC address
97 - ixgbevf: use bit operations for setting and checking resets
98 - ixgbevf: Add support for generic Tx checksums
99 - ixgbe/ixgbevf: Add support for bulk free in Tx cleanup & cleanup boolean
100 logic
101 - ixgbevf: refactor ethtool stats handling
102 - ixgbevf: add support for per-queue ethtool stats
103 - ixgbevf: make use of BIT() macro to avoid shift of signed values
104 - ixgbevf: Move API negotiation function into mac_ops
105 - ixgbevf: Add the device ID's presented while running on Hyper-V
106 - ixgbevf: Support Windows hosts (Hyper-V)
107 - ixgbevf: Change the relaxed order settings in VF driver for sparc
108 - ixgbevf: Use mac_ops instead of trying to identify NIC type
109
110 * New device ID for Kabypoint (LP: #1622469)
111 - mfd: lpss: Add Intel Kaby Lake PCH-H PCI IDs
112 - SAUCE: i2c: i801: Add support for Kaby Lake PCH-H
113
114 * Xenial update to v4.4.21 stable release (LP: #1624037)
115 - Revert "i40e: fix: do not sleep in netdev_ops"
116 - fs: Check for invalid i_uid in may_follow_link()
117 - netfilter: x_tables: check for size overflow
118 - ext4: validate that metadata blocks do not overlap superblock
119 - ext4: fix xattr shifting when expanding inodes
120 - ext4: fix xattr shifting when expanding inodes part 2
121 - ext4: properly align shifted xattrs when expanding inodes
122 - ext4: avoid deadlock when expanding inode size
123 - ext4: avoid modifying checksum fields directly during checksum verification
124 - block: Fix race triggered by blk_set_queue_dying()
125 - block: make sure a big bio is split into at most 256 bvecs
126 - cgroup: reduce read locked section of cgroup_threadgroup_rwsem during fork
127 - s390/sclp_ctl: fix potential information leak with /dev/sclp
128 - drm/radeon: fix radeon_move_blit on 32bit systems
129 - drm: Reject page_flip for !DRIVER_MODESET
130 - drm/msm: fix use of copy_from_user() while holding spinlock
131 - ASoC: atmel_ssc_dai: Don't unconditionally reset SSC on stream startup
132 - xfs: fix superblock inprogress check
133 - timekeeping: Cap array access in timekeeping_debug
134 - timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPING
135 - lustre: remove unused declaration
136 - wrappers for ->i_mutex access
137 - ovl: don't copy up opaqueness
138 - ovl: remove posix_acl_default from workdir
139 - ovl: listxattr: use strnlen()
140 - ovl: fix workdir creation
141 - ubifs: Fix assertion in layout_in_gaps()
142 - bcache: RESERVE_PRIO is too small by one when prio_buckets() is a power of
143 two.
144 - vhost/scsi: fix reuse of &vq->iov[out] in response
145 - x86/apic: Do not init irq remapping if ioapic is disabled
146 - uprobes: Fix the memcg accounting
147 - crypto: caam - fix IV loading for authenc (giv)decryption
148 - ALSA: usb-audio: Add sample rate inquiry quirk for B850V3 CP2114
149 - ALSA: firewire-tascam: accessing to user space outside spinlock
150 - ALSA: fireworks: accessing to user space outside spinlock
151 - ALSA: rawmidi: Fix possible deadlock with virmidi registration
152 - ALSA: hda - Add headset mic quirk for Dell Inspiron 5468
153 - ALSA: hda - Enable subwoofer on Dell Inspiron 7559
154 - ALSA: timer: fix NULL pointer dereference in read()/ioctl() race
155 - ALSA: timer: fix division by zero after SNDRV_TIMER_IOCTL_CONTINUE
156 - ALSA: timer: fix NULL pointer dereference on memory allocation failure
157 - scsi: fix upper bounds check of sense key in scsi_sense_key_string()
158 - metag: Fix atomic_*_return inline asm constraints
159 - cpufreq: Fix GOV_LIMITS handling for the userspace governor
160 - hwrng: exynos - Disable runtime PM on probe failure
161 - regulator: anatop: allow regulator to be in bypass mode
162 - lib/mpi: mpi_write_sgl(): fix skipping of leading zero limbs
163 - Linux 4.4.21
164
165 * Headset mic detection on some variants of Dell Inspiron 5468 (LP: #1617900)
166 - ALSA: hda - Add headset mic quirk for Dell Inspiron 5468
167
168 * Xenial update to v4.4.20 stable release (LP: #1621113)
169 - hugetlb: fix nr_pmds accounting with shared page tables
170 - x86/mm: Disable preemption during CR3 read+write
171 - uprobes/x86: Fix RIP-relative handling of EVEX-encoded instructions
172 - tools/testing/nvdimm: fix SIGTERM vs hotplug crash
173 - SUNRPC: Handle EADDRNOTAVAIL on connection failures
174 - SUNRPC: allow for upcalls for same uid but different gss service
175 - powerpc/eeh: eeh_pci_enable(): fix checking of post-request state
176 - ALSA: usb-audio: Add a sample rate quirk for Creative Live! Cam Socialize HD
177 (VF0610)
178 - ALSA: usb-audio: Add quirk for ELP HD USB Camera
179 - arm64: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFO
180 - parisc: Fix order of EREFUSED define in errno.h
181 - virtio: fix memory leak in virtqueue_add()
182 - vfio/pci: Fix NULL pointer oops in error interrupt setup handling
183 - perf intel-pt: Fix occasional decoding errors when tracing system-wide
184 - libnvdimm, nd_blk: mask off reserved status bits
185 - ALSA: hda - Manage power well properly for resume
186 - NVMe: Don't unmap controller registers on reset
187 - PCI: Support PCIe devices with short cfg_size
188 - PCI: Add Netronome vendor and device IDs
189 - PCI: Limit config space size for Netronome NFP6000 family
190 - PCI: Add Netronome NFP4000 PF device ID
191 - PCI: Limit config space size for Netronome NFP4000
192 - mmc: sdhci-acpi: Reduce Baytrail eMMC/SD/SDIO hangs
193 - ACPI: CPPC: Return error if _CPC is invalid on a CPU
194 - ACPI / CPPC: Prevent cpc_desc_ptr points to the invalid data
195 - um: Don't discard .text.exit section
196 - genirq/msi: Remove unused MSI_FLAG_IDENTITY_MAP
197 - genirq/msi: Make sure PCI MSIs are activated early
198 - crypto: caam - fix non-hmac hashes
199 - crypto: caam - fix echainiv(authenc) encrypt shared descriptor
200 - crypto: caam - defer aead_set_sh_desc in case of zero authsize
201 - usb: ehci: change order of register cleanup during shutdown
202 - usb: misc: usbtest: add fix for driver hang
203 - usb: dwc3: pci: add Intel Kabylake PCI ID
204 - usb: dwc3: gadget: increment request->actual once
205 - usb: hub: Fix unbalanced reference count/memory leak/deadlocks
206 - USB: hub: fix up early-exit pathway in hub_activate
207 - USB: hub: change the locking in hub_activate
208 - usb: renesas_usbhs: clear the BRDYSTS in usbhsg_ep_enable()
209 - usb: renesas_usbhs: Use dmac only if the pipe type is bulk
210 - USB: validate wMaxPacketValue entries in endpoint descriptors
211 - usb: gadget: fsl_qe_udc: off by one in setup_received_handle()
212 - usb/gadget: fix gadgetfs aio support.
213 - xhci: always handle "Command Ring Stopped" events
214 - usb: xhci: Fix panic if disconnect
215 - xhci: don't dereference a xhci member after removing xhci
216 - USB: serial: fix memleak in driver-registration error path
217 - USB: serial: option: add D-Link DWM-156/A3
218 - USB: serial: option: add support for Telit LE920A4
219 - USB: serial: ftdi_sio: add device ID for WICED USB UART dev board
220 - USB: serial: ftdi_sio: add PIDs for Ivium Technologies devices
221 - iommu/dma: Don't put uninitialised IOVA domains
222 - iommu/arm-smmu: Fix CMDQ error handling
223 - iommu/arm-smmu: Don't BUG() if we find aborting STEs with disable_bypass
224 - pinctrl/amd: Remove the default de-bounce time
225 - EDAC: Increment correct counter in edac_inc_ue_error()
226 - s390/dasd: fix hanging device after clear subchannel
227 - mac80211: fix purging multicast PS buffer queue
228 - arm64: dts: rockchip: add reset saradc node for rk3368 SoCs
229 - of: fix reference counting in of_graph_get_endpoint_by_regs
230 - sched/cputime: Fix NO_HZ_FULL getrusage() monotonicity regression
231 - sched/nohz: Fix affine unpinned timers mess
232 - iio: fix sched WARNING "do not call blocking ops when !TASK_RUNNING"
233 - drm/amdgpu: Change GART offset to 64-bit
234 - drm/amdgpu: fix amdgpu_move_blit on 32bit systems
235 - drm/amdgpu: avoid a possible array overflow
236 - drm/amdgpu: skip TV/CV in display parsing
237 - drm/amd/amdgpu: sdma resume fail during S4 on CI
238 - drm/amdgpu: record error code when ring test failed
239 - drm/i915: fix aliasing_ppgtt leak
240 - ARC: build: Better way to detect ISA compatible toolchain
241 - ARC: use correct offset in pt_regs for saving/restoring user mode r25
242 - ARC: Call trace_hardirqs_on() before enabling irqs
243 - ARC: Elide redundant setup of DMA callbacks
244 - aacraid: Check size values after double-fetch from user
245 - mfd: cros_ec: Add cros_ec_cmd_xfer_status() helper
246 - i2c: cros-ec-tunnel: Fix usage of cros_ec_cmd_xfer()
247 - cdc-acm: fix wrong pipe type on rx interrupt xfers
248 - mpt3sas: Fix resume on WarpDrive flash cards
249 - megaraid_sas: Fix probing cards without io port
250 - usb: renesas_usbhs: gadget: fix return value check in
251 usbhs_mod_gadget_probe()
252 - gpio: Fix OF build problem on UM
253 - fs/seq_file: fix out-of-bounds read
254 - btrfs: waiting on qgroup rescan should not always be interruptible
255 - btrfs: properly track when rescan worker is running
256 - Input: tegra-kbc - fix inverted reset logic
257 - Input: i8042 - break load dependency between atkbd/psmouse and i8042
258 - Input: i8042 - set up shared ps2_cmd_mutex for AUX ports
259 - crypto: nx - off by one bug in nx_of_update_msc()
260 - crypto: qat - fix aes-xts key sizes
261 - dmaengine: usb-dmac: check CHCR.DE bit in usb_dmac_isr_channel()
262 - USB: avoid left shift by -1
263 - usb: chipidea: udc: don't touch DP when controller is in host mode
264 - USB: fix typo in wMaxPacketSize validation
265 - USB: serial: mos7720: fix non-atomic allocation in write path
266 - USB: serial: mos7840: fix non-atomic allocation in write path
267 - USB: serial: option: add WeTelecom WM-D200
268 - USB: serial: option: add WeTelecom 0x6802 and 0x6803 products
269 - staging: comedi: daqboard2000: bug fix board type matching code
270 - staging: comedi: comedi_test: fix timer race conditions
271 - staging: comedi: ni_mio_common: fix AO inttrig backwards compatibility
272 - staging: comedi: ni_mio_common: fix wrong insn_write handler
273 - ACPI / drivers: fix typo in ACPI_DECLARE_PROBE_ENTRY macro
274 - ACPI / drivers: replace acpi_probe_lock spinlock with mutex
275 - ACPI / sysfs: fix error code in get_status()
276 - ACPI / SRAT: fix SRAT parsing order with both LAPIC and X2APIC present
277 - ALSA: line6: Remove double line6_pcm_release() after failed acquire.
278 - ALSA: line6: Give up on the lock while URBs are released.
279 - ALSA: line6: Fix POD sysfs attributes segfault
280 - hwmon: (iio_hwmon) fix memory leak in name attribute
281 - sysfs: correctly handle read offset on PREALLOC attrs
282 - Linux 4.4.20
283
284 * Failed to acknowledge elog: /sys/firmware/opal/elog/0x5018d709/acknowledge
285 (2:No such file or directory) (LP: #1619552)
286 - powerpc/powernv : Drop reference added by kset_find_obj()
287
288 * backport support for userspace access of DP aux devices (LP: #1619756)
289 - drm/dp: Add a drm_aux-dev module for reading/writing dpcd registers.
290 - drm/dp: Allow signals to interrupt drm_aux-dev reads/writes
291 - [Config] CONFIG_DRM_DP_AUX_CHARDEV=y
292
293 * Enable virtual scsi server driver for Power (LP: #1615665)
294 - SAUCE: Ibmvscsis: Properly deregister target sessions
295 - SAUCE: Return TCMU-generated sense data to fabric module
296 - SAUCE: Ibmvscsis: Code cleanup of print statements
297 - SAUCE: Ibmvscsis: Fixed a bug reported by Dan Carpenter
298
299 * ISST-LTE: system dropped into xmon at pcibios_release_device+0x5c/0x80
300 during running dlpar test on monklp3 (LP: #1618151)
301 - powerpc/pseries: use pci_host_bridge.release_fn() to kfree(phb)
302
303 * Kernel Build Fails for Fuse Module (LP: #1617550)
304 - SAUCE: (namespace) userns: Export current_in_userns to modules
305
306 * boot-time kernel panic introduced in 4.4.0-18, not present in 4.4.0-15
307 (LP: #1572630)
308 - blk-mq: Reuse hardware context cpumask for tags
309 - blk-mq: Use proper cpumask iterator
310
311
312 -- Joseph Salisbury <joseph.salisbury@canonical.com> Thu, 22 Sep 2016 09:02:27 -0400
313
314 linux-snapdragon (4.4.0-1026.29) xenial; urgency=low
315
316 [ Tim Gardner ]
317
318 * Release Tracking Bug
319 - LP: #1620701
320
321 [ Ubuntu: 4.4.0-38.57 ]
322
323 * CIFS client: access problems after updating to kernel 4.4.0-29-generic
324 (LP: #1612135)
325 - Revert "UBUNTU: SAUCE: (namespace) Bypass sget() capability check for nfs"
326 - fs: Call d_automount with the filesystems creds
327
328 * apt-key add fails in overlayfs (LP: #1618572)
329 - SAUCE: overlayfs: fix regression in whiteout detection
330
331 -- Tim Gardner <tim.gardner@canonical.com> Tue, 30 Aug 2016 12:34:04 -0600
332
333 linux-snapdragon (4.4.0-1025.28) xenial; urgency=low
334
335 [ Tim Gardner ]
336
337 * Release Tracking Bug
338 - LP: #1618153
339
340 [ Ubuntu: 4.4.0-37.56 ]
341
342 * [Feature] Instruction decoder support for new SKX instructions- AVX512
343 (LP: #1591655)
344 - x86/insn: perf tools: Fix vcvtph2ps instruction decoding
345 - x86/insn: Add AVX-512 support to the instruction decoder
346 - perf tools: Add AVX-512 support to the instruction decoder used by Intel PT
347 - perf tools: Add AVX-512 instructions to the new instructions test
348
349 * [Ubuntu 16.04] FCoE Lun not visible in OS with inbox driver - Issue with
350 ioremap() call on 32bit kernel (LP: #1608652)
351 - lpfc: Correct issue with ioremap() call on 32bit kernel
352
353 * [Feature] turbostat support for Skylake-SP server (LP: #1591802)
354 - tools/power turbostat: decode more CPUID fields
355 - tools/power turbostat: CPUID(0x16) leaf shows base, max, and bus frequency
356 - tools/power turbostat: decode HWP registers
357 - tools/power turbostat: Decode MSR_MISC_PWR_MGMT
358 - tools/power turbostat: allow sub-sec intervals
359 - tools/power turbostat: Intel Xeon x200: fix erroneous bclk value
360 - tools/power turbostat: Intel Xeon x200: fix turbo-ratio decoding
361 - tools/power turbostat: re-name "%Busy" field to "Busy%"
362 - tools/power turbostat: add --out option for saving output in a file
363 - tools/power turbostat: fix compiler warnings
364 - tools/power turbostat: make fewer systems calls
365 - tools/power turbostat: show IRQs per CPU
366 - tools/power turbostat: show GFXMHz
367 - tools/power turbostat: show GFX%rc6
368 - tools/power turbostat: detect and work around syscall jitter
369 - tools/power turbostat: indicate SMX and SGX support
370 - tools/power turbostat: call __cpuid() instead of __get_cpuid()
371 - tools/power turbostat: correct output for MSR_NHM_SNB_PKG_CST_CFG_CTL dump
372 - tools/power turbostat: bugfix: TDP MSRs print bits fixing
373 - tools/power turbostat: SGX state should print only if --debug
374 - tools/power turbostat: print IRTL MSRs
375 - tools/power turbostat: initial BXT support
376 - tools/power turbostat: decode BXT TSC frequency via CPUID
377 - tools/power turbostat: initial SKX support
378
379 * [BYT] display hotplug doesn't work on console (LP: #1616894)
380 - drm/i915/vlv: Make intel_crt_reset() per-encoder
381 - drm/i915/vlv: Reset the ADPA in vlv_display_power_well_init()
382 - drm/i915/vlv: Disable HPD in valleyview_crt_detect_hotplug()
383 - drm/i915: Enable polling when we don't have hpd
384
385 * [Feature]intel_idle enabling on Broxton-P (LP: #1520446)
386 - intel_idle: add BXT support
387
388 * [Feature] EDAC: Update driver for SKX-SP (LP: #1591815)
389 - [Config] CONFIG_EDAC_SKX=m
390 - EDAC, skx_edac: Add EDAC driver for Skylake
391
392 * [Feature] KBL: Sandy Peak(3168) WiFi/BT support (LP: #1591648)
393 - Bluetooth: Add support for Intel Bluetooth device 3168 [8087:0aa7]
394
395 * MacBookPro11,4 fails to poweroff or suspend (LP: #1587714)
396 - SAUCE: PCI: Workaround to enable poweroff on Mac Pro 11
397
398 * Support Edge Gateway's Bluetooth LED (LP: #1512999)
399 - SAUCE: Bluetooth: Support for LED on Edge Gateways
400 - SAUCE: Bluetooth: Use host bridge subsystem IDs to identify Edge Gateways
401
402 * Please add support for alps touchpad. (LP: #1616813)
403 - [Config] CONFIG_HID_ALPS=m
404 - HID: add Alps I2C HID Touchpad-Stick support
405 - HID: alps: struct u1_dev *priv is internal to the driver
406 - HID: alps: pass correct sizes to hid_hw_raw_request()
407 - HID: alps: match alps devices in core
408 - HID: alps: a few cleanups
409
410 * DINO2M - System hangs with a black screen during s4 stress test
411 (LP: #1616781)
412 - x86/power/64: Fix kernel text mapping corruption during image restoration
413
414 * Xenial update to v4.4.17 stable release (LP: #1611833)
415 - USB: OHCI: Don't mark EDs as ED_OPER if scheduling fails
416 - x86/quirks: Apply nvidia_bugs quirk only on root bus
417 - x86/quirks: Reintroduce scanning of secondary buses
418 - x86/quirks: Add early quirk to reset Apple AirPort card
419 - dmaengine: at_xdmac: align descriptors on 64 bits
420 - dmaengine: at_xdmac: fix residue corruption
421 - dmaengine: at_xdmac: double FIFO flush needed to compute residue
422 - mm, sl[au]b: add __GFP_ATOMIC to the GFP reclaim mask
423 - mm, compaction: abort free scanner if split fails
424 - fs/nilfs2: fix potential underflow in call to crc32_le
425 - mm, compaction: prevent VM_BUG_ON when terminating freeing scanner
426 - mm, meminit: always return a valid node from early_pfn_to_nid
427 - mm, meminit: ensure node is online before checking whether pages are
428 uninitialised
429 - vmlinux.lds: account for destructor sections
430 - pps: do not crash when failed to register
431 - kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while
432 processing sysrq-w
433 - arc: unwind: warn only once if DW2_UNWIND is disabled
434 - ARC: unwind: ensure that .debug_frame is generated (vs. .eh_frame)
435 - xen/pciback: Fix conf_space read/write overlap check.
436 - xenbus: don't BUG() on user mode induced condition
437 - xenbus: don't bail early from xenbus_dev_request_and_reply()
438 - Input: vmmouse - remove port reservation
439 - Input: elantech - add more IC body types to the list
440 - Input: xpad - fix oops when attaching an unknown Xbox One gamepad
441 - Input: wacom_w8001 - w8001_MAX_LENGTH should be 13
442 - Input: xpad - validate USB endpoint count during probe
443 - Input: tsc200x - report proper input_dev name
444 - pvclock: Add CPU barriers to get correct version value
445 - pinctrl: single: Fix missing flush of posted write for a wakeirq
446 - pinctrl: imx: Do not treat a PIN without MUX register as an error
447 - cgroup: set css->id to -1 during init
448 - power_supply: power_supply_read_temp only if use_cnt > 0
449 - locks: use file_inode()
450 - Revert "ecryptfs: forbid opening files without mmap handler"
451 - ecryptfs: don't allow mmap when the lower fs doesn't support it
452 - ext4: verify extent header depth
453 - 9p: use file_dentry()
454 - namespace: update event counter when umounting a deleted dentry
455 - spi: sunxi: fix transfer timeout
456 - spi: sun4i: fix FIFO limit
457 - clk: rockchip: initialize flags of clk_init_data in mmc-phase clock
458 - platform/chrome: cros_ec_dev - double fetch bug in ioctl
459 - block: fix use-after-free in sys_ioprio_get()
460 - mmc: block: fix packed command header endianness
461 - sched/fair: Fix effective_load() to consistently use smoothed load
462 - ovl: handle ATTR_KILL*
463 - perf/x86: fix PEBS issues on Intel Atom/Core2
464 - can: at91_can: RX queue could get stuck at high bus load
465 - can: c_can: Update D_CAN TX and RX functions to 32 bit - fix Altera Cyclone
466 access
467 - can: fix handling of unmodifiable configuration options fix
468 - can: fix oops caused by wrong rtnl dellink usage
469 - RDS: fix rds_tcp_init() error path
470 - SCSI: fix new bug in scsi_dev_info_list string matching
471 - ipr: Clear interrupt on croc/crocodile when running with LSI
472 - posix_cpu_timer: Exit early when process has been reaped
473 - i2c: mux: reg: wrong condition checked for of_address_to_resource return
474 value
475 - libata: LITE-ON CX1-JB256-HP needs lower max_sectors
476 - libceph: apply new_state before new_up_client on incrementals
477 - net: mvneta: set real interrupt per packet for tx_done
478 - intel_th: pci: Add Kaby Lake PCH-H support
479 - intel_th: Fix a deadlock in modprobing
480 - vfs: fix deadlock in file_remove_privs() on overlayfs
481 - Linux 4.4.17
482 - xenbus: don't look up transaction IDs for ordinary writes
483
484 * Enable virtual scsi server driver for Power (LP: #1615665)
485 - [Config] CONFIG_SCSI_IBMVSCSIS=m
486 - target: Add target_alloc_session() helper function
487 - ibmvscsis: Initial commit of IBM VSCSI Tgt Driver
488
489 * AES-XTS poor performance in Ubuntu 16.04 (LP: #1613295)
490 - crypto: vmx: Only call enable_kernel_vsx()
491 - powerpc: Create disable_kernel_{fp,altivec,vsx,spe}()
492 - crypto: vmx - Adding asm subroutines for XTS
493 - crypto: xts - consolidate sanity check for keys
494 - crypto: vmx - Adding support for XTS
495 - crypto: vmx - Fix aes_p8_xts_decrypt build failure
496 - crypto: xts - fix compile errors
497
498 * System hang when plug/pull USB 3.1 key via thunderbolt port over 5 times
499 (LP: #1616318)
500 - USB: don't free bandwidth_mutex too early
501
502 * Ubuntu 16.04 - Full EEH Recovery Support for NVMe devices (LP: #1602724)
503 - nvme: Suspend all queues before deletion
504
505 * change_hat is logging failures during expected hat probing (LP: #1615893)
506 - SAUCE: apparmor: Fix auditing behavior for change_hat probing
507
508 * deleted files outside of the namespace are not being treated as disconnected
509 (LP: #1615892)
510 - SAUCE: apparmor: deleted dentries can be disconnected
511
512 * stacking to unconfined in a child namespace confuses mediation
513 (LP: #1615890)
514 - SAUCE: apparmor: special case unconfined when determining the mode
515
516 * apparmor module parameters can be changed after the policy is locked
517 (LP: #1615895)
518 - SAUCE: apparmor: fix: parameters can be changed after policy is locked
519
520 * AppArmor profile reloading causes an intermittent kernel BUG (LP: #1579135)
521 - SAUCE: apparmor: fix vec_unique for vectors larger than 8
522
523 * label vec reductions can result in reference labels instead of direct access
524 to labels (LP: #1615889)
525 - SAUCE: apparmor: reduction of vec to single entry is just that entry
526
527 * profiles from different namespaces can block other namespaces from being
528 able to load a profile (LP: #1615887)
529 - SAUCE: apparmor: profiles in one ns can affect mediation in another ns
530
531 * vmalloc failure leads to null ptr dereference in aa_dfa_next (LP: #1592547)
532 - SAUCE: apparmor: oops in profile_unpack() when policy_db is not present
533
534 * vmalloc_addr is being checked on the failed return address of kvzalloc()
535 (LP: #1615885)
536 - SAUCE: apparmor: fix: don't check for vmalloc_addr if kvzalloc() failed
537
538 * dfa is missing a bounds check which can cause an oops (LP: #1615882)
539 - SAUCE: apparmor: Add missing id bounds check on dfa verification
540
541 * The label build for onexec when stacking is wrong (LP: #1615881)
542 - SAUCE: apparmor: Fix label build for onexec stacking.
543
544 * The inherit check for new to old label comparison for domain transitions is
545 wrong (LP: #1615880)
546 - SAUCE: apparmor: Fix new to old label comparison for domain transitions
547
548 * warning stack trace while playing with apparmor namespaces (LP: #1593874)
549 - SAUCE: apparmor: fix stack trace when removing namespace with profiles
550
551 * __label_update proxy comparison test is wrong (LP: #1615878)
552 - SAUCE: apparmor: Fix __label_update proxy comparison test
553
554 * Xenial update to v4.4.19 stable release (LP: #1615620)
555 - usb: gadget: avoid exposing kernel stack
556 - usb: f_fs: off by one bug in _ffs_func_bind()
557 - usb: renesas_usbhs: protect the CFIFOSEL setting in usbhsg_ep_enable()
558 - usb: dwc3: fix for the isoc transfer EP_BUSY flag
559 - USB: serial: option: add support for Telit LE910 PID 0x1206
560 - usb: renesas_usbhs: fix NULL pointer dereference in xfer_work()
561 - arm64: kernel: Save and restore UAO and addr_limit on exception entry
562 - arm64: debug: unmask PSTATE.D earlier
563 - arm64: Fix incorrect per-cpu usage for boot CPU
564 - tty: serial: msm: Don't read off end of tx fifo
565 - serial: samsung: Fix ERR pointer dereference on deferred probe
566 - tty/serial: atmel: fix RS485 half duplex with DMA
567 - gpio: pca953x: Fix NBANK calculation for PCA9536
568 - gpio: intel-mid: Remove potentially harmful code
569 - Bluetooth: hci_intel: Fix null gpio desc pointer dereference
570 - pinctrl: cherryview: prevent concurrent access to GPIO controllers
571 - arm64: dts: rockchip: fixes the gic400 2nd region size for rk3368
572 - arm64: mm: avoid fdt_check_header() before the FDT is fully mapped
573 - KVM: PPC: Book3S HV: Pull out TM state save/restore into separate procedures
574 - KVM: PPC: Book3S HV: Save/restore TM state in H_CEDE
575 - KVM: MTRR: fix kvm_mtrr_check_gfn_range_consistency page fault
576 - KVM: VMX: handle PML full VMEXIT that occurs during event delivery
577 - KVM: nVMX: Fix memory corruption when using VMCS shadowing
578 - intel_pstate: Fix MSR_CONFIG_TDP_x addressing in core_get_max_pstate()
579 - mfd: qcom_rpm: Fix offset error for msm8660
580 - mfd: qcom_rpm: Parametrize also ack selector size
581 - media: usbtv: prevent access to free'd resources
582 - media: dvb_ringbuffer: Add memory barriers
583 - vb2: core: Skip planes array verification if pb is NULL
584 - Fix RC5 decoding with Fintek CIR chipset
585 - sur40: lower poll interval to fix occasional FPS drops to ~56 FPS
586 - sur40: fix occasional oopses on device close
587 - dm: set DMF_SUSPENDED* _before_ clearing DMF_NOFLUSH_SUSPENDING
588 - hp-wmi: Fix wifi cannot be hard-unblocked
589 - s5p-mfc: Set device name for reserved memory region devs
590 - s5p-mfc: Add release callback for memory region devs
591 - i2c: efm32: fix a failure path in efm32_i2c_probe()
592 - spi: pxa2xx: Clear all RFT bits in reset_sccr1() on Intel Quark
593 - Bluetooth: Fix l2cap_sock_setsockopt() with optname BT_RCVMTU
594 - EDAC: Correct channel count limit
595 - HID: uhid: fix timeout when probe races with IO
596 - ovl: disallow overlayfs as upperdir
597 - remoteproc: Fix potential race condition in rproc_add
598 - ARC: mm: don't loose PTE_SPECIAL in pte_modify()
599 - jbd2: make journal y2038 safe
600 - fs/cifs: make share unaccessible at root level mountable
601 - cifs: Check for existing directory when opening file with O_CREAT
602 - cifs: fix crash due to race in hmac(md5) handling
603 - CIFS: Fix a possible invalid memory access in smb2_query_symlink()
604 - random: initialize the non-blocking pool via add_hwgenerator_randomness()
605 - random: print a warning for the first ten uninitialized random users
606 - random: add interrupt callback to VMBus IRQ handler
607 - MIPS: KVM: Fix mapped fault broken commpage handling
608 - MIPS: KVM: Add missing gfn range check
609 - MIPS: KVM: Fix gfn range check in kseg0 tlb faults
610 - MIPS: KVM: Propagate kseg0/mapped tlb fault errors
611 - nfs: don't create zero-length requests
612 - nfsd: Fix race between FREE_STATEID and LOCK
613 - nfsd: don't return an unhashed lock stateid after taking mutex
614 - drm/i915: Don't complain about lack of ACPI video bios
615 - iommu/exynos: Suppress unbinding to prevent system failure
616 - iommu/vt-d: Return error code in domain_context_mapping_one()
617 - iommu/amd: Handle IOMMU_DOMAIN_DMA in ops->domain_free call-back
618 - iommu/amd: Init unity mappings only for dma_ops domains
619 - iommu/amd: Update Alias-DTE in update_device_table()
620 - audit: fix a double fetch in audit_log_single_execve_arg()
621 - ARM: dts: sunxi: Add a startup delay for fixed regulator enabled phys
622 - netlabel: add address family checks to netlbl_{sock,req}_delattr()
623 - w1:omap_hdq: fix regression
624 - drm/amdgpu: add a delay after ATPX dGPU power off
625 - drm/amdgpu: Poll for both connect/disconnect on analog connectors
626 - drm/amdgpu: support backlight control for UNIPHY3
627 - drm/amdgpu: Disable RPM helpers while reprobing connectors on resume
628 - drm/amdgpu: fix firmware info version checks
629 - drm/amdgpu/gmc7: add missing mullins case
630 - drm/radeon: add a delay after ATPX dGPU power off
631 - drm/radeon: Poll for both connect/disconnect on analog connectors
632 - drm/radeon: fix firmware info version checks
633 - drm/radeon: support backlight control for UNIPHY3
634 - drm/nouveau/gr/nv3x: fix instobj write offsets in gr setup
635 - drm/nouveau/fbcon: fix font width not divisible by 8
636 - drm: Restore double clflush on the last partial cacheline
637 - drm/edid: Add 6 bpc quirk for display AEO model 0.
638 - drm/i915: Never fully mask the the EI up rps interrupt on SNB/IVB
639 - drm/i915/dp: Revert "drm/i915/dp: fall back to 18 bpp when sink capability
640 is unknown"
641 - balloon: check the number of available pages in leak balloon
642 - ftrace/recordmcount: Work around for addition of metag magic but not
643 relocations
644 - metag: Fix __cmpxchg_u32 asm constraint for CMP
645 - block: add missing group association in bio-cloning functions
646 - block: fix bdi vs gendisk lifetime mismatch
647 - mtd: nand: fix bug writing 1 byte less than page size
648 - mm/hugetlb: avoid soft lockup in set_max_huge_pages()
649 - ALSA: hda: Fix krealloc() with __GFP_ZERO usage
650 - ALSA: hda/realtek - Can't adjust speaker's volume on a Dell AIO
651 - ALSA: hda: add AMD Bonaire AZ PCI ID with proper driver caps
652 - ALSA: hda - Fix headset mic detection problem for two dell machines
653 - IB/mlx5: Fix MODIFY_QP command input structure
654 - IB/mlx5: Fix entries checks in mlx5_ib_create_cq
655 - IB/mlx5: Fix returned values of query QP
656 - IB/mlx5: Fix entries check in mlx5_ib_resize_cq
657 - IB/mlx5: Fix post send fence logic
658 - IB/mlx5: Return PORT_ERR in Active to Initializing tranisition
659 - IB/SA: Use correct free function
660 - IB/IPoIB: Don't update neigh validity for unresolved entries
661 - IB/IWPM: Fix a potential skb leak
662 - IB/mlx4: Fix the SQ size of an RC QP
663 - IB/mlx4: Fix error flow when sending mads under SRIOV
664 - IB/mlx4: Fix memory leak if QP creation failed
665 - of: fix memory leak related to safe_name()
666 - ubi: Make volume resize power cut aware
667 - ubi: Fix early logging
668 - ubi: Fix race condition between ubi device creation and udev
669 - iscsi-target: Fix panic when adding second TCP connection to iSCSI session
670 - target: Fix ordered task target_setup_cmd_from_cdb exception hang
671 - target: Fix missing complete during ABORT_TASK + CMD_T_FABRIC_STOP
672 - target: Fix race between iscsi-target connection shutdown + ABORT_TASK
673 - target: Fix max_unmap_lba_count calc overflow
674 - target: Fix ordered task CHECK_CONDITION early exception handling
675 - Input: elan_i2c - properly wake up touchpad on ASUS laptops
676 - SUNRPC: Don't allocate a full sockaddr_storage for tracing
677 - MIPS: mm: Fix definition of R6 cache instruction
678 - MIPS: Don't register r4k sched clock when CPUFREQ enabled
679 - MIPS: hpet: Increase HPET_MIN_PROG_DELTA and decrease HPET_MIN_CYCLES
680 - PCI: Mark Atheros AR9485 and QCA9882 to avoid bus reset
681 - x86/platform/intel_mid_pci: Rework IRQ0 workaround
682 - ACPI / EC: Work around method reentrancy limit in ACPICA for _Qxx
683 - rtc: s3c: Add s3c_rtc_{enable/disable}_clk in s3c_rtc_setfreq()
684 - dm flakey: error READ bios during the down_interval
685 - module: Invalidate signatures on force-loaded modules
686 - Documentation/module-signing.txt: Note need for version info if reusing a
687 key
688 - Linux 4.4.19
689
690 * xfrm: ipsec crash when updating spd thresholds (LP: #1613787)
691 - xfrm: Ignore socket policies when rebuilding hash tables
692
693 * ISST-LTE:pKVM311:lotg5:Ubutu16041:lotg5 crashed @
694 writeback_sb_inodes+0x30c/0x590 (LP: #1614565)
695 - writeback: Write dirty times for WB_SYNC_ALL writeback
696
697 * IBM Power 720 Ethernet Not Seen (LP: #1612725)
698 - [Config] CONFIG_IBMEBUS=y for powerpc
699
700 * CAPI: Update default setting for the psl_fir_cntl register (LP: #1612431)
701 - cxl: Set psl_fir_cntl to production environment value
702
703 * Xenial update to v4.4.18 stable release (LP: #1614560)
704 - tcp: enable per-socket rate limiting of all 'challenge acks'
705 - ipv4: reject RTNH_F_DEAD and RTNH_F_LINKDOWN from user space
706 - bonding: set carrier off for devices created through netlink
707 - net: bgmac: Fix infinite loop in bgmac_dma_tx_add()
708 - net/irda: fix NULL pointer dereference on memory allocation failure
709 - qed: Fix setting/clearing bit in completion bitmap
710 - tcp: consider recv buf for the initial window scale
711 - ipath: Restrict use of the write() interface
712 - scsi: ignore errors from scsi_dh_add_device()
713 - HID: sony: do not bail out when the sixaxis refuses the output report
714 - i2c: i801: Allow ACPI SystemIO OpRegion to conflict with PCI BAR
715 - arm: oabi compat: add missing access checks
716 - KEYS: 64-bit MIPS needs to use compat_sys_keyctl for 32-bit userspace
717 - Revert "s390/kdump: Clear subchannel ID to signal non-CCW/SCSI IPL"
718 - random: strengthen input validation for RNDADDTOENTCNT
719 - devpts: clean up interface to pty drivers
720 - x86/mm/pat: Add support of non-default PAT MSR setting
721 - x86/mm/pat: Add pat_disable() interface
722 - x86/mm/pat: Replace cpu_has_pat with boot_cpu_has()
723 - x86/mtrr: Fix Xorg crashes in Qemu sessions
724 - x86/mtrr: Fix PAT init handling when MTRR is disabled
725 - x86/xen, pat: Remove PAT table init code from Xen
726 - x86/pat: Document the PAT initialization sequence
727 - x86/mm/pat: Fix BUG_ON() in mmap_mem() on QEMU/i386
728 - drm/i915: Pretend cursor is always on for ILK-style WM calculations (v2)
729 - x86/syscalls/64: Add compat_sys_keyctl for 32-bit userspace
730 - block: fix use-after-free in seq file
731 - sysv, ipc: fix security-layer leaking
732 - fuse: fsync() did not return IO errors
733 - fuse: fuse_flush must check mapping->flags for errors
734 - fuse: fix wrong assignment of ->flags in fuse_send_init()
735 - fs/dcache.c: avoid soft-lockup in dput()
736 - crypto: gcm - Filter out async ghash if necessary
737 - crypto: scatterwalk - Fix test in scatterwalk_done
738 - ext4: check for extents that wrap around
739 - ext4: fix deadlock during page writeback
740 - ext4: don't call ext4_should_journal_data() on the journal inode
741 - ext4: validate s_reserved_gdt_blocks on mount
742 - ext4: short-cut orphan cleanup on error
743 - ext4: fix reference counting bug on block allocation error
744 - mm: memcontrol: fix cgroup creation failure after many small jobs
745 - mm: memcontrol: fix swap counter leak on swapout from offline cgroup
746 - mm: memcontrol: fix memcg id ref counter on swap charge move
747 - Linux 4.4.18
748
749 * Ubuntu16.10:installation fails on Brazos system (31TB and 192 cores) No
750 memory for flatten_device_tree (no room) (LP: #1614309)
751 - SAUCE: powerpc/pseries: Increase RMA size to 512MB.
752
753 * [SRU] xgene_enet: 10g performance only hits ~75% on multi-client tests
754 (LP: #1613157)
755 - drivers: net: xgene: Add support for Classifier engine
756 - drivers: net: xgene: Add support for RSS
757 - drivers: net: xgene: Add support for multiple queues
758
759 * [SRU] xgene_enet: an extra interrupt may be pending for an interrupt
760 controller that doesn't support irq_disable and hardware with level
761 interrupt (LP: #1611399)
762 - drivers: net: xgene: fix extra IRQ issue
763
764 * Mic mute hotkey does not work on usb keyboard [03f0:2f4a] (LP: #1609606)
765 - HID: input: add mic mute key on HP slim keyboard
766
767 -- Tim Gardner <tim.gardner@canonical.com> Mon, 29 Aug 2016 11:27:56 -0600
768
769 linux-snapdragon (4.4.0-1024.27) xenial; urgency=low
770
771 [ Stefan Bader ]
772
773 * Release Tracking Bug
774 - LP: #1612349
775
776 [ Ubuntu: 4.4.0-36.55 ]
777
778 * I2C touchpad does not work on AMD platform (LP: #1612006)
779 - SAUCE: pinctrl/amd: Remove the default de-bounce time
780 * CVE-2016-5696
781 - tcp: make challenge acks less predictable
782
783 -- Stefan Bader <stefan.bader@canonical.com> Fri, 12 Aug 2016 11:36:44 +0200
784
785 linux-snapdragon (4.4.0-1023.26) xenial; urgency=low
786
787 [ Stefan Bader ]
788
789 * Release Tracking Bug
790 - LP: #1611239
791
792 [ Ubuntu: 4.4.0-35.54 ]
793
794 * [i915_bpo] Sync with v4.7 (LP: #1609742)
795 - SAUCE: i915_bpo: Sync with v4.7
796 * s390/cio: fix reset of channel measurement block (LP: #1609415)
797 - s390/cio: allow to reset channel measurement block
798 * in Ubuntu16.10: Hit on Call traces and system goes down when transactional
799 memory tests are running in 32TB Brazos system (LP: #1606786)
800 - powerpc/tm: Avoid SLB faults in treclaim/trecheckpoint when RI=0
801 - powerpc/tm: Fix stack pointer corruption in __tm_recheckpoint()
802 * Power Menu does not display after press the Power Button (LP: #1609204)
803 - intel-vbtn: new driver for Intel Virtual Button
804 - [config] enable CONFIG_INTEL_VBTN=m
805 * OptiPlex 7450 AIO hangs when rebooting (LP: #1608762)
806 - x86/reboot: Add Dell Optiplex 7450 AIO reboot quirk
807 * virtualbox+usb 3.0 breaks boot, -28 kernel works (LP: #1604058)
808 - SAUCE: xhci: Fix soft lockup in xhci_pci_probe path when XHCI_STATE_HALTED
809 * linux-kernel: Freeing IRQ from IRQ context (LP: #1597908)
810 - block: defer timeouts to a workqueue
811 * Tunnel offload indications not stripped from encapsulated packets, causing
812 performance overhead (LP: #1602755)
813 - tunnels: Remove encapsulation offloads on decap.
814 * lm-sensors is throwing "ERROR: Can't get value of subfeature temp1_input:
815 I/O error" for be2net driver (LP: #1607387)
816 - be2net: perform temperature query in adapter regardless of its interface
817 state
818 * Dell dock MAC Address pass through doesn't work in Ubuntu (LP: #1579984)
819 - r8152: Add support for setting pass through MAC address on RTL8153-AD
820 * vmxnet3 LRO IPv6 performance issues (stalling TCP) (LP: #1605494)
821 - Driver: Vmxnet3: set CHECKSUM_UNNECESSARY for IPv6 packets
822 * ISST-LTE:pVM:monklp5:Ubuntu16.04.1:system crashed at
823 lpfc_sli4_scmd_to_wqidx_distr (LP: #1597974)
824 - SAUCE: lpfc: fix oops in lpfc_sli4_scmd_to_wqidx_distr() from
825 lpfc_send_taskmgmt()
826 * Backport cxlflash shutdown patch to Xenial SRU (LP: #1605405)
827 - SAUCE: cxlflash: Verify problem state area is mapped before notifying
828 shutdown
829 * Xenial update to v4.4.16 stable release (LP: #1607404)
830 - mac80211: fix fast_tx header alignment
831 - mac80211: mesh: flush mesh paths unconditionally
832 - mac80211_hwsim: Add missing check for HWSIM_ATTR_SIGNAL
833 - mac80211: Fix mesh estab_plinks counting in STA removal case
834 - EDAC, sb_edac: Fix rank lookup on Broadwell
835 - IB/cm: Fix a recently introduced locking bug
836 - IB/mlx4: Properly initialize GRH TClass and FlowLabel in AHs
837 - powerpc/pseries: Fix IBM_ARCH_VEC_NRCORES_OFFSET since POWER8NVL was added
838 - powerpc/tm: Always reclaim in start_thread() for exec() class syscalls
839 - usb: dwc2: fix regression on big-endian PowerPC/ARM systems
840 - USB: EHCI: declare hostpc register as zero-length array
841 - usb: common: otg-fsm: add license to usb-otg-fsm
842 - mnt: fs_fully_visible test the proper mount for MNT_LOCKED
843 - mnt: Account for MS_RDONLY in fs_fully_visible
844 - mnt: If fs_fully_visible fails call put_filesystem.
845 - of: fix autoloading due to broken modalias with no 'compatible'
846 - of: irq: fix of_irq_get[_byname]() kernel-doc
847 - locking/ww_mutex: Report recursive ww_mutex locking early
848 - locking/qspinlock: Fix spin_unlock_wait() some more
849 - locking/static_key: Fix concurrent static_key_slow_inc()
850 - x86, build: copy ldlinux.c32 to image.iso
851 - kprobes/x86: Clear TF bit in fault on single-stepping
852 - x86/amd_nb: Fix boot crash on non-AMD systems
853 - Revert "gpiolib: Split GPIO flags parsing and GPIO configuration"
854 - uvc: Forward compat ioctls to their handlers directly
855 - thermal: cpu_cooling: fix improper order during initialization
856 - writeback: use higher precision calculation in domain_dirty_limits()
857 - nfsd4/rpc: move backchannel create logic into rpc code
858 - nfsd: Always lock state exclusively.
859 - nfsd: Extend the mutex holding region around in nfsd4_process_open2()
860 - posix_acl: Add set_posix_acl
861 - nfsd: check permissions when setting ACLs
862 - make nfs_atomic_open() call d_drop() on all ->open_context() errors.
863 - NFS: Fix another OPEN_DOWNGRADE bug
864 - ARM: imx6ul: Fix Micrel PHY mask
865 - ARM: 8578/1: mm: ensure pmd_present only checks the valid bit
866 - ARM: 8579/1: mm: Fix definition of pmd_mknotpresent
867 - MIPS: KVM: Fix modular KVM under QEMU
868 - mm: Export migrate_page_move_mapping and migrate_page_copy
869 - UBIFS: Implement ->migratepage()
870 - sched/fair: Fix cfs_rq avg tracking underflow
871 - packet: Use symmetric hash for PACKET_FANOUT_HASH.
872 - net_sched: fix mirrored packets checksum
873 - cdc_ncm: workaround for EM7455 "silent" data interface
874 - ipv6: Fix mem leak in rt6i_pcpu
875 - ARCv2: Check for LL-SC livelock only if LLSC is enabled
876 - ARCv2: LLSC: software backoff is NOT needed starting HS2.1c
877 - kvm: Fix irq route entries exceeding KVM_MAX_IRQ_ROUTES
878 - KVM: nVMX: VMX instructions: fix segment checks when L1 is in long mode.
879 - HID: elo: kill not flush the work
880 - HID: hiddev: validate num_values for HIDIOCGUSAGES, HIDIOCSUSAGES commands
881 - tracing: Handle NULL formats in hold_module_trace_bprintk_format()
882 - base: make module_create_drivers_dir race-free
883 - iommu/arm-smmu: Wire up map_sg for arm-smmu-v3
884 - iommu/vt-d: Enable QI on all IOMMUs before setting root entry
885 - iommu/amd: Fix unity mapping initialization race
886 - drm/mgag200: Black screen fix for G200e rev 4
887 - ipmi: Remove smi_msg from waiting_rcv_msgs list before handle_one_recv_msg()
888 - arm64: Rework valid_user_regs
889 - vfs: add d_real_inode() helper
890 - af_unix: fix hard linked sockets on overlay
891 - btrfs: account for non-CoW'd blocks in btrfs_abort_transaction
892 - drm/radeon: fix asic initialization for virtualized environments
893 - drm/amdgpu/gfx7: fix broken condition check
894 - ubi: Make recover_peb power cut aware
895 - drm/amdkfd: unbind only existing processes
896 - drm/amdkfd: destroy dbgmgr in notifier release
897 - drm/dp/mst: Always clear proposed vcpi table for port.
898 - drm/nouveau/disp/sor/gf119: both links use the same training register
899 - drm/nouveau/gr/gf100-: update sm error decoding from gk20a nvgpu headers
900 - drm/nouveau/fbcon: fix out-of-bounds memory accesses
901 - drm/nouveau: fix for disabled fbdev emulation
902 - drm/nouveau/disp/sor/gf119: select correct sor when poking training pattern
903 - drm/i915/ilk: Don't disable SSC source if it's in use
904 - drm/i915: Refresh cached DP port register value on resume
905 - drm/i915: Update ifdeffery for mutex->owner
906 - drm/i915: Update CDCLK_FREQ register on BDW after changing cdclk frequency
907 - drm: add missing drm_mode_set_crtcinfo call
908 - drm: make drm_atomic_set_mode_prop_for_crtc() more reliable
909 - drm: atmel-hlcdc: actually disable scaling when no scaling is required
910 - drm/ttm: Make ttm_bo_mem_compat available
911 - drm/vmwgfx: Add an option to change assumed FB bpp
912 - drm/vmwgfx: Work around mode set failure in 2D VMs
913 - drm/vmwgfx: Check pin count before attempting to move a buffer
914 - drm/vmwgfx: Delay pinning fbdev framebuffer until after mode set
915 - drm/vmwgfx: Fix error paths when mapping framebuffer
916 - memory: omap-gpmc: Fix omap gpmc EXTRADELAY timing
917 - perf/x86: Fix undefined shift on 32-bit kernels
918 - xen/balloon: Fix declared-but-not-defined warning
919 - iio: Fix error handling in iio_trigger_attach_poll_func
920 - iio:st_pressure: fix sampling gains (bring inline with ABI)
921 - iio: light apds9960: Add the missing dev.parent
922 - iio: proximity: as3935: correct IIO_CHAN_INFO_RAW output
923 - iio: proximity: as3935: remove triggered buffer processing
924 - iio: proximity: as3935: fix buffer stack trashing
925 - iio: humidity: hdc100x: correct humidity integration time mask
926 - iio: humidity: hdc100x: fix IIO_TEMP channel reporting
927 - iio: hudmidity: hdc100x: fix incorrect shifting and scaling
928 - staging: iio: accel: fix error check
929 - iio: accel: kxsd9: fix the usage of spi_w8r8()
930 - iio:ad7266: Fix broken regulator error handling
931 - iio:ad7266: Fix support for optional regulators
932 - iio:ad7266: Fix probe deferral for vref
933 - tty/vt/keyboard: fix OOB access in do_compute_shiftstate()
934 - hwmon: (dell-smm) Restrict fan control and serial number to CAP_SYS_ADMIN by
935 default
936 - hwmon: (dell-smm) Disallow fan_type() calls on broken machines
937 - hwmon: (dell-smm) Cache fan_type() calls and change fan detection
938 - ALSA: dummy: Fix a use-after-free at closing
939 - ALSA: hda - Fix the headset mic jack detection on Dell machine
940 - ALSA: hda / realtek - add two more Thinkpad IDs (5050,5053) for tpt460 fixup
941 - ALSA: au88x0: Fix calculation in vortex_wtdma_bufshift()
942 - ALSA: echoaudio: Fix memory allocation
943 - ALSA: timer: Fix negative queue usage by racy accesses
944 - ALSA: hda/realtek: Add Lenovo L460 to docking unit fixup
945 - ALSA: hda - Add PCI ID for Kabylake-H
946 - ALSA: hda - fix read before array start
947 - ALSA: hda/realtek - add new pin definition in alc225 pin quirk table
948 - ALSA: pcm: Free chmap at PCM free callback, too
949 - ALSA: ctl: Stop notification after disconnection
950 - ALSA: hda - fix use-after-free after module unload
951 - ALSA: hda: add AMD Stoney PCI ID with proper driver caps
952 - ARM: sunxi/dt: make the CHIP inherit from allwinner,sun5i-a13
953 - ARM: dts: armada-38x: fix MBUS_ID for crypto SRAM on Armada 385 Linksys
954 - ARM: mvebu: fix HW I/O coherency related deadlocks
955 - ovl: Copy up underlying inode's ->i_mode to overlay inode
956 - ovl: verify upper dentry in ovl_remove_and_whiteout()
957 - scsi: fix race between simultaneous decrements of ->host_failed
958 - 53c700: fix BUG on untagged commands
959 - Fix reconnect to not defer smb3 session reconnect long after socket
960 reconnect
961 - cifs: dynamic allocation of ntlmssp blob
962 - File names with trailing period or space need special case conversion
963 - xen/acpi: allow xen-acpi-processor driver to load on Xen 4.7
964 - crypto: qat - make qat_asym_algs.o depend on asn1 headers
965 - tmpfs: don't undo fallocate past its last page
966 - tmpfs: fix regression hang in fallocate undo
967 - drm/i915: Revert DisplayPort fast link training feature
968 - ovl: verify upper dentry before unlink and rename
969 - Linux 4.4.16
970 * Regression caused by `fuse: Add support for pid namespaces` in 4.4.0-6.21
971 (LP: #1605344)
972 - SAUCE: (namespace) fuse: Permit requests from other pid namespaces
973 * CVE-2016-5400
974 - media: fix airspy usb probe error path
975 * Cannot mount proc in unprivileged containers if /proc/xen is mounted
976 (LP: #1607374)
977 - SAUCE: xenbus: Use proc_create_mount_point() to create /proc/xen
978 * Mic mute key does not work for Ideapad laptops (LP: #1607153)
979 - ideapad_laptop: Add an event for mic mute hotkey
980 * NVMe stress test fails after 12 hours on Ubuntu 16.04 (LP: #1604995)
981 - block: atari: Return early for unsupported sector size
982 * Console extremely slow with 4.4 kernels for servers with Matrox G200er2 or
983 similar (LP: #1605662)
984 - SAUCE: vesafb: Set mtrr:3 (write-combining) as default
985 * Ubuntu 16.04 - Full EEH Recovery Support for NVMe devices (LP: #1602724)
986 - nvme: use a work item to submit async event requests
987 - nvme: don't poll the CQ from the kthread
988 - nvme: replace the kthread with a per-device watchdog timer
989 - NVMe: Fix reset/remove race
990 - nvme: Avoid reset work on watchdog timer function during error recovery
991 - NVMe: Always use MSI/MSI-x interrupts
992 * [LTC-Test] - NMI watchdog Bug and call traces when trinity is executed.
993 (LP: #1602524)
994 - ext4: factor out determining of hole size
995 - ext4: return hole from ext4_map_blocks()
996 - ext4: more efficient SEEK_DATA implementation
997 * changelog: add CVEs as first class citizens (LP: #1604344)
998 - avoid duplicate CVE numbers in changelog
999 * [LTCTest][Opal][OP820] Machine crashed with Oops: Kernel access of bad area,
1000 sig: 11 [#1] while executing Froze PE Error injection (LP: #1603449)
1001 - powerpc/eeh: Fix invalid cached PE primary bus
1002 * Hotplug remove and re-add adds PCI adapter to next PCI domain (PCI)
1003 (LP: #1603574)
1004 - powerpc/pci: Assign fixed PHB number based on device-tree properties
1005 * nvme - reset_controller is not working after adapter's firmware upgrade
1006 (adapter quirk is needed) (LP: #1602726)
1007 - NVMe: Create discard zero quirk white list
1008 - nvme/quirk: Add a delay before checking for adapter readiness
1009 * ovs nat: conntrack netlink event are missing (LP: #1603468)
1010 - openvswitch: fix conntrack netlink event delivery
1011 * FlashGT - In Tuleta 8284-22A with card in card slot P1-C9, system Fails to
1012 boot operating system (LP: #1602785)
1013 - cxl: Ignore CAPI adapters misplaced in switched slots
1014 * CVE-2016-5728
1015 - misc: mic: Fix for double fetch security bug in VOP driver
1016 * CVE-2016-5244 (LP: #1589041)
1017 - rds: fix an infoleak in rds_inc_info_copy
1018 * Miscellaneous Ubuntu changes
1019 - Added Snapcraft files
1020 - SAUCE: snapcraft: cleanup and remove unnecessary elements
1021
1022 [ Ubuntu: 4.4.0-34.53 ]
1023
1024 * [APL][SAUCE] Slow system response time due to a monitor bug (LP: #1606147)
1025 - x86/cpu/intel: Introduce macros for Intel family numbers
1026 - SAUCE: x86/cpu: Add workaround for MONITOR instruction erratum on Goldmont
1027 based CPUs
1028
1029 -- Stefan Bader <stefan.bader@canonical.com> Wed, 10 Aug 2016 16:55:01 +0200
1030
1031 linux-snapdragon (4.4.0-1022.25) xenial; urgency=low
1032
1033 [ Seth Forshee ]
1034
1035 * Release Tracking Bug
1036 - LP: #1605716
1037
1038 [ Ubuntu: 4.4.0-33.52 ]
1039
1040 * Release Tracking Bug
1041 - LP: #1605709
1042 * [regression] NFS client: access problems after updating to kernel
1043 4.4.0-31-generic (LP: #1603719)
1044 - SAUCE: (namespace) Bypass sget() capability check for nfs
1045
1046 -- Seth Forshee <seth.forshee@canonical.com> Fri, 22 Jul 2016 16:52:25 -0500
1047
1048 linux-snapdragon (4.4.0-1021.24) xenial; urgency=low
1049
1050 [ Seth Forshee ]
1051
1052 * Release Tracking Bug
1053 - LP: #1604458
1054
1055 * Drop superseded namespace mount patches (LP: #1604830)
1056 - UBUNTU: SAUCE: fs: Ensure the mounter of a filesystem is privileged towards its inodes
1057 - UBUNTU: SAUCE: quota: Treat superblock owner as privilged
1058 - UBUNTU: SAUCE: kernfs: Always set super block owner to init_user_ns
1059 - UBUNTU: SAUCE: proc: Always set super block owner to init_user_ns
1060
1061 * UBUNTU: [Config] updateconfigs after 4.4.0-32.51 rebase (LP: #1603483)
1062
1063 [ Kamal Mostafa ]
1064
1065 * [Debian] embed derivative target name in release tag (LP: #1599924)
1066
1067 [ Ubuntu: 4.4.0-32.51 ]
1068
1069 * Release Tracking Bug
1070 - LP: #1604443
1071 * thinkpad yoga 260 wacom touchscreen not working (LP: #1603975)
1072 - HID: wacom: break out parsing of device and registering of input
1073 - HID: wacom: Initialize hid_data.inputmode to -1
1074 - HID: wacom: Support switching from vendor-defined device mode on G9 and G11
1075 * changelog: add CVEs as first class citizens (LP: #1604344)
1076 - use CVE numbers in changelog
1077 * [Xenial] Include Huawei PCIe SSD hio kernel driver (LP: #1603483)
1078 - SAUCE: import Huawei ES3000_V2 (2.1.0.23)
1079 - SAUCE: hio: bio_endio() no longer takes errors arg
1080 - SAUCE: hio: blk_queue make_request_fn now returns a blk_qc_t
1081 - SAUCE: hio: use alloc_cpumask_var to avoid -Wframe-larger-than
1082 - SAUCE: hio: fix mask maybe-uninitialized warning
1083 - [config] enable CONFIG_HIO (Huawei ES3000_V2 PCIe SSD driver)
1084 - SAUCE: hio: Makefile and Kconfig
1085 * CVE-2016-5243 (LP: #1589036)
1086 - tipc: fix an infoleak in tipc_nl_compat_link_dump
1087 - tipc: fix nl compat regression for link statistics
1088 * CVE-2016-4470
1089 - KEYS: potential uninitialized variable
1090 * integer overflow in xt_alloc_table_info (LP: #1555353)
1091 - netfilter: x_tables: check for size overflow
1092 * CVE-2016-3135:
1093 - Revert "UBUNTU: SAUCE: (noup) netfilter: x_tables: check for size overflow"
1094 * CVE-2016-4440 (LP: #1584192)
1095 - kvm:vmx: more complete state update on APICv on/off
1096 * the system hangs in the dma driver when reboot or shutdown on a baytrail-m
1097 laptop (LP: #1602579)
1098 - dmaengine: dw: platform: power on device on shutdown
1099 - ACPI / LPSS: override power state for LPSS DMA device
1100 * Add proper palm detection support for MS Precision Touchpad (LP: #1593124)
1101 - Revert "HID: multitouch: enable palm rejection if device implements
1102 confidence usage"
1103 - HID: multitouch: enable palm rejection for Windows Precision Touchpad
1104 * Add support for Intel 8265 Bluetooth ([8087:0A2B]) (LP: #1599068)
1105 - Bluetooth: Add support for Intel Bluetooth device 8265 [8087:0a2b]
1106 * CVE-2016-4794 (LP: #1581871)
1107 - percpu: fix synchronization between chunk->map_extend_work and chunk
1108 destruction
1109 - percpu: fix synchronization between synchronous map extension and chunk
1110 destruction
1111 * Xenial update to v4.4.15 stable release (LP: #1601952)
1112 - net_sched: fix pfifo_head_drop behavior vs backlog
1113 - net: Don't forget pr_fmt on net_dbg_ratelimited for CONFIG_DYNAMIC_DEBUG
1114 - sit: correct IP protocol used in ipip6_err
1115 - esp: Fix ESN generation under UDP encapsulation
1116 - netem: fix a use after free
1117 - ipmr/ip6mr: Initialize the last assert time of mfc entries.
1118 - Bridge: Fix ipv6 mc snooping if bridge has no ipv6 address
1119 - sock_diag: do not broadcast raw socket destruction
1120 - bpf, perf: delay release of BPF prog after grace period
1121 - neigh: Explicitly declare RCU-bh read side critical section in neigh_xmit()
1122 - net: macb: fix default configuration for GMAC on AT91
1123 - net: alx: Work around the DMA RX overflow issue
1124 - bpf: try harder on clones when writing into skb
1125 - AX.25: Close socket connection on session completion
1126 - crypto: ux500 - memmove the right size
1127 - crypto: user - re-add size check for CRYPTO_MSG_GETALG
1128 - USB: uas: Fix slave queue_depth not being set
1129 - usb: quirks: Fix sorting
1130 - usb: quirks: Add no-lpm quirk for Acer C120 LED Projector
1131 - usb: musb: only restore devctl when session was set in backup
1132 - usb: musb: Stop bulk endpoint while queue is rotated
1133 - usb: musb: Ensure rx reinit occurs for shared_fifo endpoints
1134 - usb: musb: host: correct cppi dma channel for isoch transfer
1135 - usb: xhci-plat: properly handle probe deferral for devm_clk_get()
1136 - USB: xhci: Add broken streams quirk for Frescologic device id 1009
1137 - xhci: Fix handling timeouted commands on hosts in weird states.
1138 - USB: mos7720: delete parport
1139 - usb: gadget: fix spinlock dead lock in gadgetfs
1140 - usb: host: ehci-tegra: Grab the correct UTMI pads reset
1141 - usb: dwc3: exynos: Fix deferred probing storm.
1142 - Linux 4.4.15
1143 * qeth: delete napi struct when removing a qeth device (LP: #1601831)
1144 - qeth: delete napi struct when removing a qeth device
1145 * Adjust KBL PCI-ID's (LP: #1600124)
1146 - drm/i915: Add more Kabylake PCI IDs.
1147 - drm/i915: Removing PCI IDs that are no longer listed as Kabylake.
1148 * [i915_bpo] Rebase driver to v4.7-rc6 + gen9 workarounds + KBP PCH support
1149 (LP: #1599109)
1150 - drm/kms_helper: Add a common place to call init and exit functions.
1151 - drm: Add helper for DP++ adaptors
1152 - GPU-DRM: Delete unnecessary checks before drm_property_unreference_blob()
1153 - drm: introduce pipe color correction properties
1154 - drm: fix blob pointer check
1155 - drm: atomic helper: do not unreference error pointer
1156 - drm: fix lut value extraction function
1157 - drm/dsi: Add a helper to get bits per pixel of MIPI DSI pixel format
1158 - SAUCE: drm: Introduce drm_malloc_gfp()
1159 - SAUCE: i915_bpo: Rebase to v4.7-rc6
1160 - SAUCE: i915_bpo: Add backported workarounds for gen9
1161 - SAUCE: i915_bpo: Revert "drm/i915: Get panel_type from OpRegion panel
1162 details"
1163 - SAUCE: i915_bpo: Introduce Kabypoint PCH for Kabylake H/DT.
1164 * Baytrail-I got black screen with HDMI output (LP: #1599379)
1165 - drm/i915: Only ignore eDP ports that are connected
1166 - drm/i915: Check VBT for port presence in addition to the strap on VLV/CHV
1167 * [Hyper-V] storvsc messages for CD-ROM medium not present tray closed
1168 (LP: #1590655)
1169 - SAUCE: (no-up) scsi: storvsc: Filter out storvsc messages CD-ROM medium not
1170 present
1171 * Hotplug device addition issue - missing patches on Xenial kernel
1172 (LP: #1599250)
1173 - Revert "UBUNTU: SAUCE: powerpc/eeh: Validate arch in eeh_add_device_early()"
1174 - Revert "powerpc/eeh: Fix crash in eeh_add_device_early() on Cell"
1175 - powerpc/iommu: Remove the dependency on EEH struct in DDW mechanism
1176 - powerpc/pseries: Fix PCI config address for DDW
1177 * kernel: signal return with invalid floating-point control (LP: #1597971)
1178 - s390: fix test_fp_ctl inline assembly contraints
1179 * [Toshiba P50W-B00F] Touchscreen no longer working (LP: #1498667)
1180 - SAUCE: (no-up) usb: quirks: Add no-lpm quirk for Elan Microelectronics
1181 Touchpad
1182 * [yakkety] d-i does not support (ehci_msm) Qualcomm On-Chip EHCI Host
1183 Controller (LP: #1599347)
1184 - d-i: Add ehci_msm to usb-modules
1185 * [Bug] Legacy audio couldn't work after S3 resume on Kabylake (LP: #1596871)
1186 - ALSA: hda - Skip ELD notification during PM process
1187 - ALSA: hda - hdmi add wmb barrier for audio component
1188 - ALSA: hda - hdmi defer to register acomp eld notifier
1189 * sync spl 0.6.5.6-0ubuntu4 changes into Xenial kernel source (LP: #1599257)
1190 - SAUCE: (noup) Update spl to 0.6.5.6-0ubuntu4
1191 * Config: missing AMD Seattle platform support (LP: #1597574)
1192 - [Config] Enable the AMD Seattle platform
1193 * Network installer fails to detect network on AMD Overdrive (ARM64)
1194 (LP: #1597573)
1195 - [Config] Add amd-xgbe to nic-modules udeb
1196 * exercising ptys causes a kernel oops (LP: #1586418)
1197 - devpts: fix null pointer dereference on failed memory allocation
1198 * Regression (constant vibration of device) in xpad driver in Ubuntu 16.04
1199 (LP: #1574102)
1200 - Input: xpad - move pending clear to the correct location
1201 * thunderx nics fail to establish link (LP: #1597867)
1202 - net: thunderx: Fix link status reporting
1203 * Xenial update to v4.4.14 stable release (LP: #1596575)
1204 - scsi_lib: correctly retry failed zero length REQ_TYPE_FS commands
1205 - scsi: Add QEMU CD-ROM to VPD Inquiry Blacklist
1206 - netlink: Fix dump skb leak/double free
1207 - tipc: fix nametable publication field in nl compat
1208 - switchdev: pass pointer to fib_info instead of copy
1209 - tuntap: correctly wake up process during uninit
1210 - udp: prevent skbs lingering in tunnel socket queues
1211 - uapi glibc compat: fix compilation when !__USE_MISC in glibc
1212 - sfc: on MC reset, clear PIO buffer linkage in TXQs
1213 - team: don't call netdev_change_features under team->lock
1214 - vxlan: Accept user specified MTU value when create new vxlan link
1215 - tcp: record TLP and ER timer stats in v6 stats
1216 - bridge: Don't insert unnecessary local fdb entry on changing mac address
1217 - l2tp: fix configuration passed to setup_udp_tunnel_sock()
1218 - ipv6: Skip XFRM lookup if dst_entry in socket cache is valid
1219 - vxlan: Relax MTU constraints
1220 - geneve: Relax MTU constraints
1221 - vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devices
1222 - KVM: x86: fix OOPS after invalid KVM_SET_DEBUGREGS
1223 - KVM: irqfd: fix NULL pointer dereference in kvm_irq_map_gsi
1224 - ALSA: hda - Add PCI ID for Kabylake
1225 - ALSA: hda - Fix headset mic detection problem for Dell machine
1226 - ALSA: hda/realtek - ALC256 speaker noise issue
1227 - ALSA: hda/realtek - Add support for new codecs ALC700/ALC701/ALC703
1228 - ALSA: hda/realtek: Add T560 docking unit fixup
1229 - ARM: fix PTRACE_SETVFPREGS on SMP systems
1230 - gpio: bcm-kona: fix bcm_kona_gpio_reset() warnings
1231 - s390/bpf: fix recache skb->data/hlen for skb_vlan_push/pop
1232 - s390/bpf: reduce maximum program size to 64 KB
1233 - irqchip/gic-v3: Fix ICC_SGI1R_EL1.INTID decoding mask
1234 - crypto: public_key: select CRYPTO_AKCIPHER
1235 - crypto: ccp - Fix AES XTS error for request sizes above 4096
1236 - arm64: Provide "model name" in /proc/cpuinfo for PER_LINUX32 tasks
1237 - arm64: mm: always take dirty state from new pte in ptep_set_access_flags
1238 - powerpc/pseries/eeh: Handle RTAS delay requests in configure_bridge
1239 - powerpc: Fix definition of SIAR and SDAR registers
1240 - powerpc: Use privileged SPR number for MMCR2
1241 - powerpc/pseries: Add POWER8NVL support to ibm,client-architecture-support
1242 call
1243 - pinctrl: mediatek: fix dual-edge code defect
1244 - parisc: Fix pagefault crash in unaligned __get_user() call
1245 - memcg: add RCU locking around css_for_each_descendant_pre() in
1246 memcg_offline_kmem()
1247 - wext: Fix 32 bit iwpriv compatibility issue with 64 bit Kernel
1248 - x86/entry/traps: Don't force in_interrupt() to return true in IST handlers
1249 - fix d_walk()/non-delayed __d_free() race
1250 - sparc: Fix system call tracing register handling.
1251 - sparc64: Fix bootup regressions on some Kconfig combinations.
1252 - sparc64: Fix numa node distance initialization
1253 - sparc64: Fix sparc64_set_context stack handling.
1254 - sparc/PCI: Fix for panic while enabling SR-IOV
1255 - sparc64: Reduce TLB flushes during hugepte changes
1256 - sparc64: Take ctx_alloc_lock properly in hugetlb_setup().
1257 - sparc: Harden signal return frame checks.
1258 - sparc64: Fix return from trap window fill crashes.
1259 - MIPS: Fix 64k page support for 32 bit kernels.
1260 - crypto: qat - fix adf_ctl_drv.c:undefined reference to adf_init_pf_wq
1261 - drm/core: Do not preserve framebuffer on rmfb, v4.
1262 - Linux 4.4.14
1263 * [Hyper-V] Rebase Hyper-V to 4.6 kernel (LP: #1583357)
1264 - hv_netvsc: rework link status change handling
1265 - hv_netvsc: Resize some of the variables in hv_netvsc_packet
1266 - hv_netvsc: Rearrange the hv_negtvsc_packet to be space efficient
1267 - hv_netvsc: Eliminate the channel field in hv_netvsc_packet structure
1268 - hv_netvsc: Eliminate rndis_msg pointer from hv_netvsc_packet structure
1269 - hv_netvsc: Eliminatte the data field from struct hv_netvsc_packet
1270 - hv_netvsc: Eliminate send_completion from struct hv_netvsc_packet
1271 - hv_netvsc: Eliminate send_completion_ctx from struct hv_netvsc_packet
1272 - hv_netvsc: Don't ask for additional head room in the skb
1273 - hv_netvsc: move subchannel existence check to netvsc_select_queue()
1274 - hv_netvsc: remove locking in netvsc_send()
1275 - hv_netvsc: Eliminate page_buf from struct hv_netvsc_packet
1276 - hv_netvsc: Eliminate send_completion_tid from struct hv_netvsc_packet
1277 - hv_netvsc: Eliminate is_data_pkt from struct hv_netvsc_packet
1278 - hv_netvsc: Eliminate completion_func from struct hv_netvsc_packet
1279 - hv_netvsc: Eliminate xmit_more from struct hv_netvsc_packet
1280 - hv_netvsc: Eliminate status from struct hv_netvsc_packet
1281 - hv_netvsc: Eliminate vlan_tci from struct hv_netvsc_packet
1282 - storvsc: add logging for error/warning messages
1283 - hv_netvsc: Fix race condition on Multi-Send Data field
1284 - kvm/x86: split ioapic-handled and EOI exit bitmaps
1285 - kvm/x86: per-vcpu apicv deactivation support
1286 - kvm/x86: Hyper-V synthetic interrupt controller
1287 - kvm/x86: Hyper-V kvm exit
1288 - kvm/x86: Rearrange func's declarations inside Hyper-V header
1289 - kvm/x86: Added Hyper-V vcpu_to_hv_vcpu()/hv_vcpu_to_vcpu() helpers
1290 - kvm/x86: Hyper-V internal helper to read MSR HV_X64_MSR_TIME_REF_COUNT
1291 - kvm/x86: Hyper-V SynIC message slot pending clearing at SINT ack
1292 - kvm/x86: Hyper-V SynIC timers
1293 - storvsc: Fix a bug in the layout of the hv_fc_wwn_packet
1294 - storvsc: Properly support Fibre Channel devices
1295 - storvsc: Refactor the code in storvsc_channel_init()
1296 - storvsc: Tighten up the interrupt path
1297 - storvsc: Fix typo in MODULE_PARM_DESC
1298 - Revert "hv_netvsc: use skb_get_hash() instead of a homegrown implementation"
1299 - hv_netvsc: use skb_get_hash() instead of a homegrown implementation
1300 - hv_netvsc: Fix book keeping of skb during batching process
1301 - storvsc: Install the storvsc specific timeout handler for FC devices
1302 - storvsc: Use the specified target ID in device lookup
1303 - Revert "Drivers: hv: vmbus: Cleanup vmbus_set_event()"
1304 - Drivers: hv: vmbus: Cleanup vmbus_set_event()
1305 - Revert "Drivers: hv: vmbus: Eliminate the spin lock on the read path"
1306 - Drivers: hv: vmbus: Eliminate the spin lock on the read path
1307 - Revert "hv_netvsc: cleanup netdev feature flags for netvsc"
1308 - hv_netvsc: cleanup netdev feature flags for netvsc
1309 - hv_netvsc: Restore needed_headroom request
1310 - kvm/x86: Rename Hyper-V long spin wait hypercall
1311 - hv_netvsc: add software transmit timestamp support
1312 - hv_netvsc: add ethtool support for set and get of settings
1313 - hv_netvsc: Fix accessing freed memory in netvsc_change_mtu()
1314 - hv_netvsc: Fix the array sizes to be max supported channels
1315 - hv_netvsc: Fix the order of num_sc_offered decrement
1316 - x86/hyperv: Avoid reporting bogus NMI status for Gen2 instances
1317 - Drivers: hv: vmbus: Fix signaling logic in hv_need_to_signal_on_read()
1318 - Drivers: hv: kvp: fix IP Failover
1319
1320 [ Ubuntu: 4.4.0-31.50 ]
1321
1322 * Release Tracking Bug
1323 - LP: #1602449
1324 * nouveau: boot hangs at blank screen with unsupported graphics cards
1325 (LP: #1602340)
1326 - SAUCE: drm: check for supported chipset before booting fbdev off the hw
1327
1328 -- Seth Forshee <seth.forshee@canonical.com> Wed, 20 Jul 2016 10:46:39 -0500
1329
1330 linux-snapdragon (4.4.0-1020.23) xenial; urgency=low
1331
1332 [ Kamal Mostafa ]
1333
1334 * Release Tracking Bug
1335 - LP: #1597903
1336
1337 [ Ubuntu: 4.4.0-30.49 ]
1338
1339 * FCP devices are not detected correctly nor deterministically (LP: #1567602)
1340 - scsi_dh_alua: Disable ALUA handling for non-disk devices
1341 - scsi_dh_alua: Use vpd_pg83 information
1342 - scsi_dh_alua: improved logging
1343 - scsi_dh_alua: sanitze sense code handling
1344 - scsi_dh_alua: use standard logging functions
1345 - scsi_dh_alua: return standard SCSI return codes in submit_rtpg
1346 - scsi_dh_alua: fixup description of stpg_endio()
1347 - scsi_dh_alua: use flag for RTPG extended header
1348 - scsi_dh_alua: use unaligned access macros
1349 - scsi_dh_alua: rework alua_check_tpgs() to return the tpgs mode
1350 - scsi_dh_alua: simplify sense code handling
1351 - scsi: Add scsi_vpd_lun_id()
1352 - scsi: Add scsi_vpd_tpg_id()
1353 - scsi_dh_alua: use scsi_vpd_tpg_id()
1354 - scsi_dh_alua: Remove stale variables
1355 - scsi_dh_alua: Pass buffer as function argument
1356 - scsi_dh_alua: separate out alua_stpg()
1357 - scsi_dh_alua: Make stpg synchronous
1358 - scsi_dh_alua: call alua_rtpg() if stpg fails
1359 - scsi_dh_alua: switch to scsi_execute_req_flags()
1360 - scsi_dh_alua: allocate RTPG buffer separately
1361 - scsi_dh_alua: Use separate alua_port_group structure
1362 - scsi_dh_alua: use unique device id
1363 - scsi_dh_alua: simplify alua_initialize()
1364 - revert commit a8e5a2d593cb ("[SCSI] scsi_dh_alua: ALUA handler attach should
1365 succeed while TPG is transitioning")
1366 - scsi_dh_alua: move optimize_stpg evaluation
1367 - scsi_dh_alua: remove 'rel_port' from alua_dh_data structure
1368 - scsi_dh_alua: Use workqueue for RTPG
1369 - scsi_dh_alua: Allow workqueue to run synchronously
1370 - scsi_dh_alua: Add new blacklist flag 'BLIST_SYNC_ALUA'
1371 - scsi_dh_alua: Recheck state on unit attention
1372 - scsi_dh_alua: update all port states
1373 - scsi_dh_alua: Send TEST UNIT READY to poll for transitioning
1374 - scsi_dh_alua: do not fail for unknown VPD identification
1375
1376 [ Ubuntu: 4.4.0-29.48 ]
1377
1378 * Wireless hotkey fails on Dell XPS 15 9550 (LP: #1589886)
1379 - intel-hid: new hid event driver for hotkeys
1380 - intel-hid: fix incorrect entries in intel_hid_keymap
1381 - intel-hid: allocate correct amount of memory for private struct
1382 - intel-hid: add a workaround to ignore an event after waking up from S4.
1383 - [Config] CONFIG_INTEL_HID_EVENT=m
1384 * cgroupfs mounts can hang (LP: #1588056)
1385 - Revert "UBUNTU: SAUCE: (namespace) mqueue: Super blocks must be owned by the
1386 user ns which owns the ipc ns"
1387 - Revert "UBUNTU: SAUCE: kernfs: Do not match superblock in another user
1388 namespace when mounting"
1389 - Revert "UBUNTU: SAUCE: cgroup: Use a new super block when mounting in a
1390 cgroup namespace"
1391 - (namespace) bpf: Use mount_nodev not mount_ns to mount the bpf filesystem
1392 - (namespace) bpf, inode: disallow userns mounts
1393 - (namespace) ipc: Initialize ipc_namespace->user_ns early.
1394 - (namespace) vfs: Pass data, ns, and ns->userns to mount_ns
1395 - SAUCE: (namespace) Sync with upstream s_user_ns patches
1396 - (namespace) kernfs: The cgroup filesystem also benefits from SB_I_NOEXEC
1397 - (namespace) ipc/mqueue: The mqueue filesystem should never contain
1398 executables
1399 * KVM system crashes after starting guest (LP: #1596635)
1400 - xhci: Cleanup only when releasing primary hcd
1401 * Upstream patch "crypto: vmx - IV size failing on skcipher API" for Ubuntu
1402 16.04 (LP: #1596557)
1403 - crypto: vmx - IV size failing on skcipher API
1404 * [Bug]tpm initialization fails on x86 (LP: #1596469)
1405 - tpm_crb: drop struct resource res from struct crb_priv
1406 - tpm_crb: fix mapping of the buffers
1407 * Device shutdown notification for CAPI Flash cards (LP: #1592114)
1408 - cxlflash: Fix regression issue with re-ordering patch
1409 - cxlflash: Fix to drain operations from previous reset
1410 - cxlflash: Add device dependent flags
1411 - cxlflash: Shutdown notify support for CXL Flash cards
1412 * scsi-modules udeb should include pm80xx (LP: #1595628)
1413 - [Config] Add pm80xx scsi driver to d-i
1414 * Sync up latest relevant upstream bug fixes (LP: #1594871)
1415 - SAUCE: (noup) Update zfs to 0.6.5.6-0ubuntu10
1416 * Cannot compile module tda10071 (LP: #1592531)
1417 - [media] tda10071: Fix dependency to REGMAP_I2C
1418 * lsvpd doesn't show correct location code for devices attached to a CAPI card
1419 (LP: #1594847)
1420 - cxl: Make vPHB device node match adapter's
1421 * enable CRC32 and AES ARM64 by default or as module (LP: #1594455)
1422 - [Config] Enable arm64 AES and CRC32 crypto
1423 * VMX kernel crypto module exhibits poor performance in Ubuntu 16.04
1424 (LP: #1592481)
1425 - crypto: vmx - comply with ABIs that specify vrsave as reserved.
1426 - crypto: vmx - Fix ABI detection
1427 - crypto: vmx - Increase priority of aes-cbc cipher
1428 * build squashfs into xenial kernels by default (LP: #1593134)
1429 - [Config] CONFIG_SQUASHFS=y
1430 * Restore irqfd fast path for PPC (LP: #1592809)
1431 - KVM: PPC: Book3S HV: Re-enable XICS fast path for irqfd-generated interrupts
1432 * Unable to start guests with memballoon default. (LP: #1592042)
1433 - virtio_balloon: fix PFN format for virtio-1
1434 * Key 5 automatically pressed on some Logitech wireless keyboards
1435 (LP: #1579190)
1436 - HID: core: prevent out-of-bound readings
1437 * ZFS: Running ztest repeatedly for long periods of time eventually results in
1438 "zdb: can't open 'ztest': No such file or directory" (LP: #1587686)
1439 - Fix ztest truncated cache file
1440 * STC840.20:Alpine:alp7fp1:Ubuntu 16.04, BlueFin (SAN) EEH 6 times during boot
1441 then disabled SRC BA188002:b0314a_1612.840 (LP: #1587316)
1442 - lpfc: Fix DMA faults observed upon plugging loopback connector
1443
1444 -- Kamal Mostafa <kamal@canonical.com> Thu, 30 Jun 2016 14:22:47 -0700
1445
1446 linux-snapdragon (4.4.0-1019.22) xenial; urgency=low
1447
1448 [ Kamal Mostafa ]
1449
1450 * Release Tracking Bug
1451 - LP: #1595882
1452
1453 [ Ubuntu: 4.4.0-28.47 ]
1454
1455 * Linux netfilter local privilege escalation issues (LP: #1595350)
1456 - netfilter: x_tables: don't move to non-existent next rule
1457 - netfilter: x_tables: validate targets of jumps
1458 - netfilter: x_tables: add and use xt_check_entry_offsets
1459 - netfilter: x_tables: kill check_entry helper
1460 - netfilter: x_tables: assert minimum target size
1461 - netfilter: x_tables: add compat version of xt_check_entry_offsets
1462 - netfilter: x_tables: check standard target size too
1463 - netfilter: x_tables: check for bogus target offset
1464 - netfilter: x_tables: validate all offsets and sizes in a rule
1465 - netfilter: x_tables: don't reject valid target size on some architectures
1466 - netfilter: arp_tables: simplify translate_compat_table args
1467 - netfilter: ip_tables: simplify translate_compat_table args
1468 - netfilter: ip6_tables: simplify translate_compat_table args
1469 - netfilter: x_tables: xt_compat_match_from_user doesn't need a retval
1470 - netfilter: x_tables: do compat validation via translate_table
1471 - netfilter: x_tables: introduce and use xt_copy_counters_from_user
1472 * Linux netfilter IPT_SO_SET_REPLACE memory corruption (LP: #1555338)
1473 - netfilter: x_tables: validate e->target_offset early
1474 - netfilter: x_tables: make sure e->next_offset covers remaining blob size
1475 - netfilter: x_tables: fix unconditional helper
1476
1477 -- Kamal Mostafa <kamal@canonical.com> Fri, 24 Jun 2016 08:22:41 -0700
1478
1479 linux-snapdragon (4.4.0-1018.21) xenial; urgency=low
1480
1481 [ Kamal Mostafa ]
1482
1483 * Release Tracking Bug
1484 - LP: #1594929
1485
1486 [ Ubuntu: 4.4.0-27.46 ]
1487
1488 * Support Edge Gateway's Bluetooth LED (LP: #1512999)
1489 - Revert "UBUNTU: SAUCE: Bluetooth: Support for LED on Marvell modules"
1490
1491 -- Kamal Mostafa <kamal@canonical.com> Tue, 21 Jun 2016 12:35:33 -0700
1492
1493 linux-snapdragon (4.4.0-1017.20) xenial; urgency=low
1494
1495 [ Kamal Mostafa ]
1496
1497 * Release Tracking Bug
1498 - LP: #1594480
1499
1500 [ Ubuntu: 4.4.0-26.45 ]
1501
1502 * linux: Implement secure boot state variables (LP: #1593075)
1503 - SAUCE: UEFI: Add secure boot and MOK SB State disabled sysctl
1504 * failures building userspace packages that include ethtool.h (LP: #1592930)
1505 - ethtool.h: define INT_MAX for userland
1506
1507 -- Kamal Mostafa <kamal@canonical.com> Mon, 20 Jun 2016 11:48:30 -0700
1508
1509 linux-snapdragon (4.4.0-1016.19) xenial; urgency=low
1510
1511 [ Kamal Mostafa ]
1512
1513 * Release Tracking Bug
1514 - LP: #1591462
1515
1516 [ Ubuntu: 4.4.0-25.44 ]
1517
1518 * Xenial update to v4.4.13 stable release (LP: #1590455)
1519 - MIPS64: R6: R2 emulation bugfix
1520 - MIPS: math-emu: Fix jalr emulation when rd == $0
1521 - MIPS: MSA: Fix a link error on `_init_msa_upper' with older GCC
1522 - MIPS: Don't unwind to user mode with EVA
1523 - MIPS: Avoid using unwind_stack() with usermode
1524 - MIPS: Fix siginfo.h to use strict posix types
1525 - MIPS: Fix uapi include in exported asm/siginfo.h
1526 - MIPS: Fix watchpoint restoration
1527 - MIPS: Flush highmem pages in __flush_dcache_page
1528 - MIPS: Handle highmem pages in __update_cache
1529 - MIPS: Sync icache & dcache in set_pte_at
1530 - MIPS: ath79: make bootconsole wait for both THRE and TEMT
1531 - MIPS: Reserve nosave data for hibernation
1532 - MIPS: Loongson-3: Reserve 32MB for RS780E integrated GPU
1533 - MIPS: Use copy_s.fmt rather than copy_u.fmt
1534 - MIPS: Fix MSA ld_*/st_* asm macros to use PTR_ADDU
1535 - MIPS: Prevent "restoration" of MSA context in non-MSA kernels
1536 - MIPS: Disable preemption during prctl(PR_SET_FP_MODE, ...)
1537 - MIPS: ptrace: Fix FP context restoration FCSR regression
1538 - MIPS: ptrace: Prevent writes to read-only FCSR bits
1539 - MIPS: Fix sigreturn via VDSO on microMIPS kernel
1540 - MIPS: Build microMIPS VDSO for microMIPS kernels
1541 - MIPS: lib: Mark intrinsics notrace
1542 - MIPS: VDSO: Build with `-fno-strict-aliasing'
1543 - affs: fix remount failure when there are no options changed
1544 - ASoC: ak4642: Enable cache usage to fix crashes on resume
1545 - Input: uinput - handle compat ioctl for UI_SET_PHYS
1546 - ARM: mvebu: fix GPIO config on the Linksys boards
1547 - ARM: dts: at91: fix typo in sama5d2 PIN_PD24 description
1548 - ARM: dts: exynos: Add interrupt line to MAX8997 PMIC on exynos4210-trats
1549 - ARM: dts: imx35: restore existing used clock enumeration
1550 - ath9k: Add a module parameter to invert LED polarity.
1551 - ath9k: Fix LED polarity for some Mini PCI AR9220 MB92 cards.
1552 - ath10k: fix debugfs pktlog_filter write
1553 - ath10k: fix firmware assert in monitor mode
1554 - ath10k: fix rx_channel during hw reconfigure
1555 - ath10k: fix kernel panic, move arvifs list head init before htt init
1556 - ath5k: Change led pin configuration for compaq c700 laptop
1557 - hwrng: exynos - Fix unbalanced PM runtime put on timeout error path
1558 - rtlwifi: rtl8723be: Add antenna select module parameter
1559 - rtlwifi: btcoexist: Implement antenna selection
1560 - rtlwifi: Fix logic error in enter/exit power-save mode
1561 - rtlwifi: pci: use dev_kfree_skb_irq instead of kfree_skb in
1562 rtl_pci_reset_trx_ring
1563 - aacraid: Relinquish CPU during timeout wait
1564 - aacraid: Fix for aac_command_thread hang
1565 - aacraid: Fix for KDUMP driver hang
1566 - hwmon: (ads7828) Enable internal reference
1567 - mfd: intel-lpss: Save register context on suspend
1568 - mfd: intel_soc_pmic_core: Terminate panel control GPIO lookup table
1569 correctly
1570 - PM / Runtime: Fix error path in pm_runtime_force_resume()
1571 - cpuidle: Indicate when a device has been unregistered
1572 - cpuidle: Fix cpuidle_state_is_coupled() argument in cpuidle_enter()
1573 - clk: bcm2835: Fix PLL poweron
1574 - clk: at91: fix check of clk_register() returned value
1575 - clk: bcm2835: pll_off should only update CM_PLL_ANARST
1576 - clk: bcm2835: divider value has to be 1 or more
1577 - pinctrl: exynos5440: Use off-stack memory for pinctrl_gpio_range
1578 - PCI: Disable all BAR sizing for devices with non-compliant BARs
1579 - media: v4l2-compat-ioctl32: fix missing reserved field copy in
1580 put_v4l2_create32
1581 - mm: use phys_addr_t for reserve_bootmem_region() arguments
1582 - wait/ptrace: assume __WALL if the child is traced
1583 - QE-UART: add "fsl,t1040-ucc-uart" to of_device_id
1584 - powerpc/book3s64: Fix branching to OOL handlers in relocatable kernel
1585 - powerpc/eeh: Don't report error in eeh_pe_reset_and_recover()
1586 - powerpc/eeh: Restore initial state in eeh_pe_reset_and_recover()
1587 - xen/events: Don't move disabled irqs
1588 - xen: use same main loop for counting and remapping pages
1589 - sunrpc: fix stripping of padded MIC tokens
1590 - drm/gma500: Fix possible out of bounds read
1591 - drm/vmwgfx: Enable SVGA_3D_CMD_DX_SET_PREDICATION
1592 - drm/vmwgfx: use vmw_cmd_dx_cid_check for query commands.
1593 - drm/vmwgfx: Fix order of operation
1594 - drm/amdgpu: use drm_mode_vrefresh() rather than mode->vrefresh
1595 - drm/amdgpu: Fix hdmi deep color support.
1596 - drm/i915/fbdev: Fix num_connector references in intel_fb_initial_config()
1597 - drm/fb_helper: Fix references to dev->mode_config.num_connector
1598 - drm/atomic: Verify connector->funcs != NULL when clearing states
1599 - drm/i915: Don't leave old junk in ilk active watermarks on readout
1600 - drm/imx: Match imx-ipuv3-crtc components using device node in platform data
1601 - ext4: fix hang when processing corrupted orphaned inode list
1602 - ext4: clean up error handling when orphan list is corrupted
1603 - ext4: fix oops on corrupted filesystem
1604 - ext4: address UBSAN warning in mb_find_order_for_block()
1605 - ext4: silence UBSAN in ext4_mb_init()
1606 - PM / sleep: Handle failures in device_suspend_late() consistently
1607 - dma-debug: avoid spinlock recursion when disabling dma-debug
1608 - scripts/package/Makefile: rpmbuild add support of RPMOPTS
1609 - gcov: disable tree-loop-im to reduce stack usage
1610 - xfs: disallow rw remount on fs with unknown ro-compat features
1611 - xfs: Don't wrap growfs AGFL indexes
1612 - xfs: xfs_iflush_cluster fails to abort on error
1613 - xfs: fix inode validity check in xfs_iflush_cluster
1614 - xfs: skip stale inodes in xfs_iflush_cluster
1615 - xfs: print name of verifier if it fails
1616 - xfs: handle dquot buffer readahead in log recovery correctly
1617 - Linux 4.4.13
1618 * 168c:001c [HP Compaq Presario C700 Notebook PC] Wireless led button doesn't
1619 switch colors (LP: #972604)
1620 - ath5k: Change led pin configuration for compaq c700 laptop
1621 * Extended statistics from balloon for proper memory management (LP: #1587091)
1622 - mm/page_alloc.c: calculate 'available' memory in a separate function
1623 - virtio_balloon: export 'available' memory to balloon statistics
1624 * CAPI: CGZIP AFU contexts do not receive interrupts after heavy afu
1625 open/close (LP: #1588468)
1626 - misc: cxl: use kobj_to_dev()
1627 - cxl: Move common code away from bare-metal-specific files
1628 - cxl: Move bare-metal specific code to specialized files
1629 - cxl: Define process problem state area at attach time only
1630 - cxl: Introduce implementation-specific API
1631 - cxl: Rename some bare-metal specific functions
1632 - cxl: Isolate a few bare-metal-specific calls
1633 - cxl: Update cxl_irq() prototype
1634 - cxl: IRQ allocation for guests
1635 - powerpc: New possible return value from hcall
1636 - cxl: New hcalls to support cxl adapters
1637 - cxl: Separate bare-metal fields in adapter and AFU data structures
1638 - cxlflash: Simplify PCI registration
1639 - cxlflash: Unmap problem state area before detaching master context
1640 - cxlflash: Split out context initialization
1641 - cxlflash: Simplify attach path error cleanup
1642 - cxlflash: Reorder user context initialization
1643 - cxl: Add guest-specific code
1644 - cxl: sysfs support for guests
1645 - cxl: Support to flash a new image on the adapter from a guest
1646 - cxl: Parse device tree and create cxl device(s) at boot
1647 - cxl: Support the cxl kernel API from a guest
1648 - cxl: Adapter failure handling
1649 - cxl: Add tracepoints around the cxl hcall
1650 - cxlflash: Use new cxl_pci_read_adapter_vpd() API
1651 - cxl: Remove cxl_get_phys_dev() kernel API
1652 - cxl: Ignore probes for virtual afu pci devices
1653 - cxl: Poll for outstanding IRQs when detaching a context
1654 * NVMe max_segments queue parameter gets set to 1 (LP: #1588449)
1655 - nvme: set queue limits for the admin queue
1656 - nvme: fix max_segments integer truncation
1657 - block: fix blk_rq_get_max_sectors for driver private requests
1658 * workaround cavium thunderx silicon erratum 23144 (LP: #1589704)
1659 - irqchip/gicv3-its: numa: Enable workaround for Cavium thunderx erratum 23144
1660 * Xenial update to v4.4.12 stable release (LP: #1588945)
1661 - Btrfs: don't use src fd for printk
1662 - perf/x86/intel/pt: Generate PMI in the STOP region as well
1663 - perf/core: Fix perf_event_open() vs. execve() race
1664 - perf test: Fix build of BPF and LLVM on older glibc libraries
1665 - ext4: iterate over buffer heads correctly in move_extent_per_page()
1666 - arm64: Fix typo in the pmdp_huge_get_and_clear() definition
1667 - arm64: Ensure pmd_present() returns false after pmd_mknotpresent()
1668 - arm64: Implement ptep_set_access_flags() for hardware AF/DBM
1669 - arm64: Implement pmdp_set_access_flags() for hardware AF/DBM
1670 - arm64: cpuinfo: Missing NULL terminator in compat_hwcap_str
1671 - arm/arm64: KVM: Enforce Break-Before-Make on Stage-2 page tables
1672 - kvm: arm64: Fix EC field in inject_abt64
1673 - remove directory incorrectly tries to set delete on close on non-empty
1674 directories
1675 - fs/cifs: correctly to anonymous authentication via NTLMSSP
1676 - fs/cifs: correctly to anonymous authentication for the LANMAN authentication
1677 - fs/cifs: correctly to anonymous authentication for the NTLM(v1)
1678 authentication
1679 - fs/cifs: correctly to anonymous authentication for the NTLM(v2)
1680 authentication
1681 - asix: Fix offset calculation in asix_rx_fixup() causing slow transmissions
1682 - ring-buffer: Use long for nr_pages to avoid overflow failures
1683 - ring-buffer: Prevent overflow of size in ring_buffer_resize()
1684 - crypto: caam - fix caam_jr_alloc() ret code
1685 - crypto: talitos - fix ahash algorithms registration
1686 - crypto: sun4i-ss - Replace spinlock_bh by spin_lock_irq{save|restore}
1687 - clk: qcom: msm8916: Fix crypto clock flags
1688 - sched/loadavg: Fix loadavg artifacts on fully idle and on fully loaded
1689 systems
1690 - mfd: omap-usb-tll: Fix scheduling while atomic BUG
1691 - Input: pwm-beeper - fix - scheduling while atomic
1692 - irqchip/gic: Ensure ordering between read of INTACK and shared data
1693 - irqchip/gic-v3: Configure all interrupts as non-secure Group-1
1694 - can: fix handling of unmodifiable configuration options
1695 - mmc: mmc: Fix partition switch timeout for some eMMCs
1696 - mmc: sdhci-acpi: Remove MMC_CAP_BUS_WIDTH_TEST for Intel controllers
1697 - ACPI / osi: Fix an issue that acpi_osi=!* cannot disable ACPICA internal
1698 strings
1699 - dell-rbtn: Ignore ACPI notifications if device is suspended
1700 - mmc: longer timeout for long read time quirk
1701 - mmc: sdhci-pci: Remove MMC_CAP_BUS_WIDTH_TEST for Intel controllers
1702 - Bluetooth: vhci: fix open_timeout vs. hdev race
1703 - Bluetooth: vhci: purge unhandled skbs
1704 - Bluetooth: vhci: Fix race at creating hci device
1705 - mei: fix NULL dereferencing during FW initiated disconnection
1706 - mei: amthif: discard not read messages
1707 - mei: bus: call mei_cl_read_start under device lock
1708 - USB: serial: mxuport: fix use-after-free in probe error path
1709 - USB: serial: keyspan: fix use-after-free in probe error path
1710 - USB: serial: quatech2: fix use-after-free in probe error path
1711 - USB: serial: io_edgeport: fix memory leaks in attach error path
1712 - USB: serial: io_edgeport: fix memory leaks in probe error path
1713 - USB: serial: option: add support for Cinterion PH8 and AHxx
1714 - USB: serial: option: add more ZTE device ids
1715 - USB: serial: option: add even more ZTE device ids
1716 - usb: gadget: f_fs: Fix EFAULT generation for async read operations
1717 - usb: f_mass_storage: test whether thread is running before starting another
1718 - usb: misc: usbtest: fix pattern tests for scatterlists.
1719 - usb: gadget: udc: core: Fix argument of dev_err() in
1720 usb_gadget_map_request()
1721 - staging: comedi: das1800: fix possible NULL dereference
1722 - KVM: x86: fix ordering of cr0 initialization code in vmx_cpu_reset
1723 - MIPS: KVM: Fix timer IRQ race when freezing timer
1724 - MIPS: KVM: Fix timer IRQ race when writing CP0_Compare
1725 - KVM: x86: mask CPUID(0xD,0x1).EAX against host value
1726 - xen/x86: actually allocate legacy interrupts on PV guests
1727 - tty: vt, return error when con_startup fails
1728 - TTY: n_gsm, fix false positive WARN_ON
1729 - tty/serial: atmel: fix hardware handshake selection
1730 - Fix OpenSSH pty regression on close
1731 - serial: 8250_pci: fix divide error bug if baud rate is 0
1732 - serial: 8250_mid: use proper bar for DNV platform
1733 - serial: 8250_mid: recognize interrupt source in handler
1734 - serial: samsung: Reorder the sequence of clock control when call
1735 s3c24xx_serial_set_termios()
1736 - locking,qspinlock: Fix spin_is_locked() and spin_unlock_wait()
1737 - clk: bcm2835: add locking to pll*_on/off methods
1738 - mcb: Fixed bar number assignment for the gdd
1739 - ALSA: hda/realtek - New codecs support for ALC234/ALC274/ALC294
1740 - ALSA: hda - Fix headphone noise on Dell XPS 13 9360
1741 - ALSA: hda/realtek - Add support for ALC295/ALC3254
1742 - ALSA: hda - Fix headset mic detection problem for one Dell machine
1743 - IB/srp: Fix a debug kernel crash
1744 - thunderbolt: Fix double free of drom buffer
1745 - SIGNAL: Move generic copy_siginfo() to signal.h
1746 - UBI: Fix static volume checks when Fastmap is used
1747 - hpfs: fix remount failure when there are no options changed
1748 - hpfs: implement the show_options method
1749 - scsi: Add intermediate STARGET_REMOVE state to scsi_target_state
1750 - Revert "scsi: fix soft lockup in scsi_remove_target() on module removal"
1751 - kbuild: move -Wunused-const-variable to W=1 warning level
1752 - Linux 4.4.12
1753 * [Hyper-V] fixes for kdump when running on a VM (LP: #1588965)
1754 - clocksource: Allow unregistering the watchdog
1755 * net_admin apparmor denial when using Go (LP: #1465724)
1756 - SAUCE: kernel: Add noaudit variant of ns_capable()
1757 - SAUCE: net: Use ns_capable_noaudit() when determining net sysctl permissions
1758 * [Hyper-V] Put tools/hv/lsvmbus in /usr/sbin (LP: #1585311)
1759 - [Debian] Install lsvmbus in cloud tools
1760 - SAUCE: tools/hv/lsvmbus -- convert to python3
1761 - SAUCE: tools/hv/lsvmbus -- add manual page
1762 * btrfs: file write crashes with false ENOSPC during snapshot creation since
1763 kernel 4.4 - fix available (LP: #1584052)
1764 - btrfs: Continue write in case of can_not_nocow
1765 * boot stalls on USB detection errors (LP: #1437492)
1766 - usb: core: hub: hub_port_init lock controller instead of bus
1767 * [Bug]KNL:Spread MWAIT cache lines over all nodes (LP: #1585850)
1768 - kernek/fork.c: allocate idle task for a CPU always on its local node
1769 * [Hyper-V] PCI Passthrough kernel hang and explicit barriers (LP: #1581243)
1770 - PCI: hv: Report resources release after stopping the bus
1771 - PCI: hv: Add explicit barriers to config space access
1772 * Kernel 4.2.X and 4.4.X - Fix USB3.0 link power management (LPM)
1773 claim/release logic in USBFS (LP: #1577024)
1774 - USB: leave LPM alone if possible when binding/unbinding interface drivers
1775 * STC840.20:tuleta:tul516p01 panic after injecting Leaf EEH (LP: #1581034)
1776 - NVMe: Fix namespace removal deadlock
1777 - NVMe: Requeue requests on suspended queues
1778 - NVMe: Move error handling to failed reset handler
1779 - blk-mq: End unstarted requests on dying queue
1780 * conflicting modules in udebs - arc4.ko (LP: #1582991)
1781 - [Config] Remove arc4 from nic-modules
1782 * CVE-2016-4482 (LP: #1578493)
1783 - USB: usbfs: fix potential infoleak in devio
1784 * mlx5_core kexec fail (LP: #1585978)
1785 - net/mlx5: Add pci shutdown callback
1786 * backport fix for /proc/net issues with containers (LP: #1584953)
1787 - netfilter: Set /proc/net entries owner to root in namespace
1788 * CVE-2016-4951 (LP: #1585365)
1789 - tipc: check nl sock before parsing nested attributes
1790 * CVE-2016-4578 (LP: #1581866)
1791 - ALSA: timer: Fix leak in events via snd_timer_user_ccallback
1792 - ALSA: timer: Fix leak in events via snd_timer_user_tinterrupt
1793 * CVE-2016-4569 (LP: #1580379)
1794 - ALSA: timer: Fix leak in SNDRV_TIMER_IOCTL_PARAMS
1795 * s390/pci: fix use after free in dma_init (LP: #1584828)
1796 - s390/pci: fix use after free in dma_init
1797 * s390/mm: fix asce_bits handling with dynamic pagetable levels (LP: #1584827)
1798 - s390/mm: fix asce_bits handling with dynamic pagetable levels
1799 * CAPI: CGZIP Wrong CAPI MMIO timeout (256usec desired but 1usec default
1800 setting in cxl.ko driver) (LP: #1584066)
1801 - powerpc: Define PVR value for POWER8NVL processor
1802 - cxl: Configure the PSL for two CAPI ports on POWER8NVL
1803 - cxl: Increase timeout for detection of AFU mmio hang
1804 * ThunderX: soft lockup in cursor_timer_handler() (LP: #1574814)
1805 - SAUCE: tty: vt: Fix soft lockup in fbcon cursor blink timer.
1806 * debian.master/.../getabis bogus warnings "inconsistant compiler versions"
1807 and "not a git repository" (LP: #1584890)
1808 - [debian] getabis: Only git add $abidir if running in local repo
1809 - [debian] getabis: Fix inconsistent compiler versions check
1810 * Backport cxlflash patch related to EEH recovery into Xenial SRU stream
1811 (LP: #1584935)
1812 - cxlflash: Fix to resolve dead-lock during EEH recovery
1813 * Xenial update to 4.4.11 stable release (LP: #1584912)
1814 - decnet: Do not build routes to devices without decnet private data.
1815 - route: do not cache fib route info on local routes with oif
1816 - packet: fix heap info leak in PACKET_DIAG_MCLIST sock_diag interface
1817 - net: sched: do not requeue a NULL skb
1818 - bpf/verifier: reject invalid LD_ABS | BPF_DW instruction
1819 - cdc_mbim: apply "NDP to end" quirk to all Huawei devices
1820 - net: use skb_postpush_rcsum instead of own implementations
1821 - vlan: pull on __vlan_insert_tag error path and fix csum correction
1822 - openvswitch: use flow protocol when recalculating ipv6 checksums
1823 - ipv4/fib: don't warn when primary address is missing if in_dev is dead
1824 - net/mlx4_en: fix spurious timestamping callbacks
1825 - bpf: fix check_map_func_compatibility logic
1826 - samples/bpf: fix trace_output example
1827 - net: Implement net_dbg_ratelimited() for CONFIG_DYNAMIC_DEBUG case
1828 - gre: do not pull header in ICMP error processing
1829 - net_sched: introduce qdisc_replace() helper
1830 - net_sched: update hierarchical backlog too
1831 - sch_htb: update backlog as well
1832 - sch_dsmark: update backlog as well
1833 - netem: Segment GSO packets on enqueue
1834 - net: fec: only clear a queue's work bit if the queue was emptied
1835 - VSOCK: do not disconnect socket when peer has shutdown SEND only
1836 - net: bridge: fix old ioctl unlocked net device walk
1837 - bridge: fix igmp / mld query parsing
1838 - uapi glibc compat: fix compile errors when glibc net/if.h included before
1839 linux/if.h MIME-Version: 1.0
1840 - net: fix a kernel infoleak in x25 module
1841 - net: thunderx: avoid exposing kernel stack
1842 - tcp: refresh skb timestamp at retransmit time
1843 - net/route: enforce hoplimit max value
1844 - ocfs2: revert using ocfs2_acl_chmod to avoid inode cluster lock hang
1845 - ocfs2: fix posix_acl_create deadlock
1846 - zsmalloc: fix zs_can_compact() integer overflow
1847 - crypto: qat - fix invalid pf2vf_resp_wq logic
1848 - crypto: hash - Fix page length clamping in hash walk
1849 - crypto: testmgr - Use kmalloc memory for RSA input
1850 - ALSA: usb-audio: Quirk for yet another Phoenix Audio devices (v2)
1851 - ALSA: usb-audio: Yet another Phoneix Audio device quirk
1852 - ALSA: hda - Fix subwoofer pin on ASUS N751 and N551
1853 - ALSA: hda - Fix white noise on Asus UX501VW headset
1854 - ALSA: hda - Fix broken reconfig
1855 - spi: pxa2xx: Do not detect number of enabled chip selects on Intel SPT
1856 - spi: spi-ti-qspi: Fix FLEN and WLEN settings if bits_per_word is overridden
1857 - spi: spi-ti-qspi: Handle truncated frames properly
1858 - pinctrl: at91-pio4: fix pull-up/down logic
1859 - regmap: spmi: Fix regmap_spmi_ext_read in multi-byte case
1860 - perf/core: Disable the event on a truncated AUX record
1861 - vfs: add vfs_select_inode() helper
1862 - vfs: rename: check backing inode being equal
1863 - ARM: dts: at91: sam9x5: Fix the memory range assigned to the PMC
1864 - workqueue: fix rebind bound workers warning
1865 - regulator: s2mps11: Fix invalid selector mask and voltages for buck9
1866 - regulator: axp20x: Fix axp22x ldo_io voltage ranges
1867 - atomic_open(): fix the handling of create_error
1868 - qla1280: Don't allocate 512kb of host tags
1869 - tools lib traceevent: Do not reassign parg after collapse_tree()
1870 - get_rock_ridge_filename(): handle malformed NM entries
1871 - Input: max8997-haptic - fix NULL pointer dereference
1872 - Revert "[media] videobuf2-v4l2: Verify planes array in buffer dequeueing"
1873 - drm/radeon: fix PLL sharing on DCE6.1 (v2)
1874 - drm/i915: Bail out of pipe config compute loop on LPT
1875 - drm/i915/bdw: Add missing delay during L3 SQC credit programming
1876 - drm/radeon: fix DP link training issue with second 4K monitor
1877 - nf_conntrack: avoid kernel pointer value leak in slab name
1878 - Linux 4.4.11
1879 * Support Edge Gateway's Bluetooth LED (LP: #1512999)
1880 - SAUCE: Bluetooth: Support for LED on Marvell modules
1881 * Support Edge Gateway's WIFI LED (LP: #1512997)
1882 - SAUCE: mwifiex: Switch WiFi LED state according to the device status
1883 * Marvell wireless driver update for FCC regulation (LP: #1528910)
1884 - mwifiex: parse adhoc start/join result
1885 - mwifiex: handle start AP error paths correctly
1886 - mwifiex: set regulatory info from EEPROM
1887 - mwifiex: don't follow AP if country code received from EEPROM
1888 - mwifiex: correction in region code to country mapping
1889 - mwifiex: update region_code_index array
1890 - mwifiex: use world for unidentified region code
1891 - SAUCE: mwifiex: add iw vendor command support
1892 * Kernel can be oopsed using remap_file_pages (LP: #1558120)
1893 - Revert "UBUNTU: SAUCE: mm/mmap: fix oopsing on remap_file_pages"
1894 - SAUCE: AUFS: mm/mmap: fix oopsing on remap_file_pages aufs mmap: bugfix,
1895 mainly for linux-4.5-rc5, remap_file_pages(2) emulation
1896 * cgroup namespace update (LP: #1584163)
1897 - Revert "UBUNTU: SAUCE: cgroup mount: ignore nsroot="
1898 - Revert "UBUNTU: SAUCE: (noup) cgroup namespaces: add a 'nsroot=' mountinfo
1899 field"
1900 - cgroup, kernfs: make mountinfo show properly scoped path for cgroup
1901 namespaces
1902 - kernfs: kernfs_sop_show_path: don't return 0 after seq_dentry call
1903 - cgroup: fix compile warning
1904 * Missing libunwind support in perf (LP: #1248289)
1905 - [Config] add binutils-dev to the Build-Depends: to fix perf unwinding
1906 * e1000 Tx Unit Hang (LP: #1582328)
1907 - e1000: Double Tx descriptors needed check for 82544
1908 - e1000: Do not overestimate descriptor counts in Tx pre-check
1909 * Unsharing user and ipc namespaces simultaneously makes mqueue unmountable
1910 (LP: #1582378)
1911 - SAUCE: (namespace) mqueue: Super blocks must be owned by the user ns which
1912 owns the ipc ns
1913 * Pull in the amdgpu/radeon code from Linux 4.5.3 (LP: #1580526)
1914 - drm/radeon: rework fbdev handling on chips with no connectors
1915 - drm/radeon/mst: fix regression in lane/link handling.
1916 - drm/amd/powerplay: add uvd/vce dpm enabling flag to fix the performance
1917 issue for CZ
1918 - drm/amd/powerplay: fix segment fault issue in multi-display case.
1919 - drm/ttm: fix kref count mess in ttm_bo_move_to_lru_tail
1920 * aufs CONFIG_AUFS_EXPORT build option should be enabled (LP: #1121699)
1921 - [Config] enable CONFIG_AUFS_EXPORT
1922 * promote *_diag modules from linux-image-extra to linux-image (LP: #1580355)
1923 - [Config] Update inclusion list for CRIU
1924 * [Xenial] net: updates to ethtool and virtio_net for speed/duplex support
1925 (LP: #1581132)
1926 - ethtool: add speed/duplex validation functions
1927 - ethtool: make validate_speed accept all speeds between 0 and INT_MAX
1928 - virtio_net: add ethtool support for set and get of settings
1929 - virtio_net: validate ethtool port setting and explain the user validation
1930 * perf tool: Display event codes for Generic HW (PMU) events (LP: #1578211)
1931 - powerpc/perf: Remove PME_ prefix for power7 events
1932 - powerpc/perf: Export Power8 generic and cache events to sysfs
1933 * Mellanox ConnectX4 MTU limits: max and min (LP: #1528466)
1934 - net/mlx5: Introduce a new header file for physical port functions
1935 - net/mlx5e: Device's mtu field is u16 and not int
1936 - net/mlx5e: Fix minimum MTU
1937 * Miscellaneous Ubuntu changes
1938 - [Config] CONFIG_CAVIUM_ERRATUM_23144=y
1939
1940 -- Kamal Mostafa <kamal@canonical.com> Mon, 13 Jun 2016 11:42:36 -0700
1941
1942 linux-snapdragon (4.4.0-1015.18) xenial; urgency=low
1943
1944 [ Kamal Mostafa ]
1945
1946 [ Ubuntu: 4.4.0-24.42 ]
1947
1948 * CVE-2016-1583 (LP: #1588871)
1949 - ecryptfs: fix handling of directory opening
1950 - SAUCE: proc: prevent stacking filesystems on top
1951 - SAUCE: ecryptfs: forbid opening files without mmap handler
1952 - SAUCE: sched: panic on corrupted stack end
1953 * arm64: statically link rtc-efi (LP: #1583738)
1954 - [Config] Link rtc-efi statically on arm64
1955
1956 -- Andy Whitcroft <apw@canonical.com> Wed, 08 Jun 2016 21:34:43 +0100
1957
1958 linux-snapdragon (4.4.0-1014.16) xenial; urgency=low
1959
1960 [ Kamal Mostafa ]
1961
1962 * Rebase against Ubuntu-4.4.0-23.41
1963 * Release Tracking Bug
1964 - LP: #1582679
1965
1966 * zfs: disable module checks for zfs when cross-compiling (LP: #1581127)
1967 - [Packaging] disable zfs module checks when cross-compiling
1968
1969 * Xenial update to v4.4.10 stable release (LP: #1580754)
1970 - Revert "UBUNTU: SAUCE: (no-up) ACPICA: Dispatcher: Update thread ID for
1971 recursive method calls"
1972 - Revert "UBUNTU: SAUCE: nbd: ratelimit error msgs after socket close"
1973 - Revert: "powerpc/tm: Check for already reclaimed tasks"
1974 - RDMA/iw_cxgb4: Fix bar2 virt addr calculation for T4 chips
1975 - ipvs: handle ip_vs_fill_iph_skb_off failure
1976 - ipvs: correct initial offset of Call-ID header search in SIP persistence
1977 engine
1978 - ipvs: drop first packet to redirect conntrack
1979 - mfd: intel-lpss: Remove clock tree on error path
1980 - nbd: ratelimit error msgs after socket close
1981 - ata: ahci_xgene: dereferencing uninitialized pointer in probe
1982 - mwifiex: fix corner case association failure
1983 - CNS3xxx: Fix PCI cns3xxx_write_config()
1984 - clk-divider: make sure read-only dividers do not write to their register
1985 - soc: rockchip: power-domain: fix err handle while probing
1986 - clk: rockchip: free memory in error cases when registering clock branches
1987 - clk: meson: Fix meson_clk_register_clks() signature type mismatch
1988 - clk: qcom: msm8960: fix ce3_core clk enable register
1989 - clk: versatile: sp810: support reentrance
1990 - clk: qcom: msm8960: Fix ce3_src register offset
1991 - lpfc: fix misleading indentation
1992 - ath9k: ar5008_hw_cmn_spur_mitigate: add missing mask_m & mask_p
1993 initialisation
1994 - mac80211: fix statistics leak if dev_alloc_name() fails
1995 - tracing: Don't display trigger file for events that can't be enabled
1996 - MD: make bio mergeable
1997 - Minimal fix-up of bad hashing behavior of hash_64()
1998 - mm, cma: prevent nr_isolated_* counters from going negative
1999 - mm/zswap: provide unique zpool name
2000 - ARM: EXYNOS: Properly skip unitialized parent clock in power domain on
2001 - ARM: SoCFPGA: Fix secondary CPU startup in thumb2 kernel
2002 - xen: Fix page <-> pfn conversion on 32 bit systems
2003 - xen/balloon: Fix crash when ballooning on x86 32 bit PAE
2004 - xen/evtchn: fix ring resize when binding new events
2005 - HID: wacom: Add support for DTK-1651
2006 - HID: Fix boot delay for Creative SB Omni Surround 5.1 with quirk
2007 - Input: zforce_ts - fix dual touch recognition
2008 - proc: prevent accessing /proc/<PID>/environ until it's ready
2009 - mm: update min_free_kbytes from khugepaged after core initialization
2010 - batman-adv: fix DAT candidate selection (must use vid)
2011 - batman-adv: Check skb size before using encapsulated ETH+VLAN header
2012 - batman-adv: Fix broadcast/ogm queue limit on a removed interface
2013 - batman-adv: Reduce refcnt of removed router when updating route
2014 - writeback: Fix performance regression in wb_over_bg_thresh()
2015 - MAINTAINERS: Remove asterisk from EFI directory names
2016 - x86/tsc: Read all ratio bits from MSR_PLATFORM_INFO
2017 - ARM: cpuidle: Pass on arm_cpuidle_suspend()'s return value
2018 - ARC: Add missing io barriers to io{read,write}{16,32}be()
2019 - x86/sysfb_efi: Fix valid BAR address range check
2020 - ACPICA: Dispatcher: Update thread ID for recursive method calls
2021 - powerpc: Fix bad inline asm constraint in create_zero_mask()
2022 - libahci: save port map for forced port map
2023 - ata: ahci-platform: Add ports-implemented DT bindings.
2024 - USB: serial: cp210x: add ID for Link ECU
2025 - USB: serial: cp210x: add Straizona Focusers device ids
2026 - nvmem: mxs-ocotp: fix buffer overflow in read
2027 - gpu: ipu-v3: Fix imx-ipuv3-crtc module autoloading
2028 - drm/amdgpu: make sure vertical front porch is at least 1
2029 - drm/amdgpu: set metadata pointer to NULL after freeing.
2030 - iio: ak8975: Fix NULL pointer exception on early interrupt
2031 - iio: ak8975: fix maybe-uninitialized warning
2032 - drm/radeon: make sure vertical front porch is at least 1
2033 - drm/i915/ddi: Fix eDP VDD handling during booting and suspend/resume
2034 - drm/i915: Fix eDP low vswing for Broadwell
2035 - drm/i915: Make RPS EI/thresholds multiple of 25 on SNB-BDW
2036 - drm/i915: Fake HDMI live status
2037 - lib/test-string_helpers.c: fix and improve string_get_size() tests
2038 - drm/i915/skl: Fix DMC load on Skylake J0 and K0
2039 - Linux 4.4.10
2040
2041 * HDMI audio playback noise observed on AMD Polaris 10/11 GPU (LP: #1577288)
2042 - ALSA: hda: add AMD Polaris-10/11 AZ PCI IDs with proper driver caps
2043
2044 * [i915_bpo] Update i915 backport driver (LP: #1580114)
2045 - SAUCE: i915_bpo: Drop is_preliminary from BXT/KBL.
2046 - SAUCE: i915_bpo: Sync with v4.6-rc7
2047
2048 * CVE-2016-4486 (LP: #1578497)
2049 - net: fix infoleak in rtnetlink
2050
2051 * CVE-2016-4485 (LP: #1578496)
2052 - net: fix infoleak in llc
2053
2054 * drm.ko < kernel version 4.5 has a dead lock bug (LP: #1579610)
2055 - drm: Balance error path for GEM handle allocation
2056
2057 * Cannot use CONFIG_CC_STACKPROTECTOR_STRONG: -fstack-protector-strong not
2058 supported by compiler (LP: #1574982)
2059 - SAUCE: (no-up) disable -pie when gcc has it enabled by default
2060
2061 * system freeze after vt switching (LP: #1542939)
2062 - drm/atomic: Add __drm_atomic_helper_connector_reset, v2.
2063 - drm/atomic: Remove drm_atomic_connectors_for_crtc.
2064
2065 * CVE-2016-4558 (LP: #1579140)
2066 - bpf: fix refcnt overflow
2067
2068 * Kernel Panic on EC2 After Upgrading from 14.04 to 16.04 via do-release-
2069 upgrade -d (LP: #1573231)
2070 - SAUCE: (no-up) x86/topology: Handle CPUID bogosity gracefully
2071
2072 * PCI Call Traces hw csum failure in dmesg with 4.4.0-2-generic
2073 (LP: #1544978)
2074 - net/mlx4_en: Fix endianness bug in IPV6 csum calculation
2075
2076 * Missing libunwind support in perf (LP: #1248289)
2077 - [Config] Add liblzma-dev to enable libunwind support in perf
2078
2079 * thunderbolt hotplug is broken (LP: #1577898)
2080 - SAUCE: (no-up) ACPICA: Dispatcher: Update thread ID for recursive method
2081 calls
2082
2083 * Kernel can be oopsed using remap_file_pages (LP: #1558120)
2084 - SAUCE: mm/mmap: fix oopsing on remap_file_pages
2085
2086 * ZFS is confused by user namespaces (uid/gid mapping) when used with
2087 acltype=posixac (LP: #1567558)
2088 - zfs: Fix user namespaces uid/gid mapping
2089
2090 * oops when propagating mounts into containers - RIP:
2091 0010:[<ffffffff8123cb3e>] [<ffffffff8123cb3e>] propagate_one+0xbe/0x1c0
2092 (LP: #1572316)
2093 - fs/pnode.c: treat zero mnt_group_id-s as unequal
2094 - propogate_mnt: Handle the first propogated copy being a slave
2095
2096 * OOPS on wily+ for Haswell-ULT and Broadwell (LP: #1577748)
2097 - PNP: Add Broadwell to Intel MCH size workaround
2098 - PNP: Add Haswell-ULT to Intel MCH size workaround
2099
2100 * Xenial update to v4.4.9 stable release (LP: #1578798)
2101 - block: loop: fix filesystem corruption in case of aio/dio
2102 - x86/mce: Avoid using object after free in genpool
2103 - kvm: x86: do not leak guest xcr0 into host interrupt handlers
2104 - ARM: dts: AM43x-epos: Fix clk parent for synctimer
2105 - ARM: mvebu: Correct unit address for linksys
2106 - ARM: OMAP2: Fix up interconnect barrier initialization for DRA7
2107 - ARM: OMAP2+: hwmod: Fix updating of sysconfig register
2108 - assoc_array: don't call compare_object() on a node
2109 - usb: xhci: applying XHCI_PME_STUCK_QUIRK to Intel BXT B0 host
2110 - xhci: resume USB 3 roothub first
2111 - usb: xhci: fix wild pointers in xhci_mem_cleanup
2112 - xhci: fix 10 second timeout on removal of PCI hotpluggable xhci controllers
2113 - usb: hcd: out of bounds access in for_each_companion
2114 - usb: gadget: f_fs: Fix use-after-free
2115 - dm cache metadata: fix READ_LOCK macros and cleanup WRITE_LOCK macros
2116 - dm cache metadata: fix cmd_read_lock() acquiring write lock
2117 - lib: lz4: fixed zram with lz4 on big endian machines
2118 - debugfs: Make automount point inodes permanently empty
2119 - dmaengine: dw: fix master selection
2120 - dmaengine: hsu: correct use of channel status register
2121 - dmaengine: pxa_dma: fix the maximum requestor line
2122 - sched/cgroup: Fix/cleanup cgroup teardown/init
2123 - x86/mm/xen: Suppress hugetlbfs in PV guests
2124 - x86 EDAC, sb_edac.c: Repair damage introduced when "fixing" channel address
2125 - ALSA: hda - Don't trust the reported actual power state
2126 - ALSA: hda/realtek - Add ALC3234 headset mode for Optiplex 9020m
2127 - ALSA: hda - Keep powering up ADCs on Cirrus codecs
2128 - ALSA: hda - add PCI ID for Intel Broxton-T
2129 - ALSA: pcxhr: Fix missing mutex unlock
2130 - ALSA: hda - Add dock support for ThinkPad X260
2131 - asm-generic/futex: Re-enable preemption in futex_atomic_cmpxchg_inatomic()
2132 - futex: Handle unlock_pi race gracefully
2133 - futex: Acknowledge a new waiter in counter before plist
2134 - drm/nouveau/core: use vzalloc for allocating ramht
2135 - drm/qxl: fix cursor position with non-zero hotspot
2136 - drm/i915: Fix race condition in intel_dp_destroy_mst_connector()
2137 - Revert "drm/radeon: disable runtime pm on PX laptops without dGPU power
2138 control"
2139 - Revert "drm/amdgpu: disable runtime pm on PX laptops without dGPU power
2140 control"
2141 - cpufreq: intel_pstate: Fix processing for turbo activation ratio
2142 - iwlwifi: pcie: lower the debug level for RSA semaphore access
2143 - iwlwifi: mvm: fix memory leak in paging
2144 - crypto: ccp - Prevent information leakage on export
2145 - crypto: sha1-mb - use corrcet pointer while completing jobs
2146 - crypto: talitos - fix crash in talitos_cra_init()
2147 - crypto: talitos - fix AEAD tcrypt tests
2148 - powerpc: scan_features() updates incorrect bits for REAL_LE
2149 - powerpc: Update cpu_user_features2 in scan_features()
2150 - powerpc: Update TM user feature bits in scan_features()
2151 - nl80211: check netlink protocol in socket release notification
2152 - netlink: don't send NETLINK_URELEASE for unbound sockets
2153 - Input: pmic8xxx-pwrkey - fix algorithm for converting trigger delay
2154 - xen kconfig: don't "select INPUT_XEN_KBDDEV_FRONTEND"
2155 - pinctrl: mediatek: correct debounce time unit in mtk_gpio_set_debounce
2156 - pinctrl: single: Fix pcs_parse_bits_in_pinctrl_entry to use __ffs than ffs
2157 - iommu/amd: Fix checking of pci dma aliases
2158 - iommu/dma: Restore scatterlist offsets correctly
2159 - drm/amdgpu: when suspending, if uvd/vce was running. need to cancel delay
2160 work.
2161 - drm/amdgpu: use defines for CRTCs and AMFT blocks
2162 - drm/amdgpu: bump the afmt limit for CZ, ST, Polaris
2163 - amdgpu/uvd: add uvd fw version for amdgpu
2164 - drm/amdgpu: fix regression on CIK (v2)
2165 - drm/radeon: add a quirk for a XFX R9 270X
2166 - drm/radeon: fix initial connector audio value
2167 - drm/radeon: forbid mapping of userptr bo through radeon device file
2168 - drm/radeon: fix vertical bars appear on monitor (v2)
2169 - drm: Loongson-3 doesn't fully support wc memory
2170 - drm/nouveau/gr/gf100: select a stream master to fixup tfb offset queries
2171 - drm/dp/mst: Validate port in drm_dp_payload_send_msg()
2172 - drm/dp/mst: Restore primary hub guid on resume
2173 - drm/dp/mst: Get validated port ref in drm_dp_update_payload_part1()
2174 - pwm: brcmstb: Fix check of devm_ioremap_resource() return code
2175 - drm/i915: Cleanup phys status page too
2176 - drm/i915: skl_update_scaler() wants a rotation bitmask instead of bit number
2177 - drm/amdkfd: uninitialized variable in dbgdev_wave_control_set_registers()
2178 - drm/i915: Fixup the free space logic in ring_prepare
2179 - drm/i915: Use fw_domains_put_with_fifo() on HSW
2180 - perf intel-pt: Fix segfault tracing transactions
2181 - i2c: cpm: Fix build break due to incompatible pointer types
2182 - i2c: exynos5: Fix possible ABBA deadlock by keeping I2C clock prepared
2183 - toshiba_acpi: Fix regression caused by hotkey enabling value
2184 - EDAC: i7core, sb_edac: Don't return NOTIFY_BAD from mce_decoder callback
2185 - ASoC: s3c24xx: use const snd_soc_component_driver pointer
2186 - ASoC: ssm4567: Reset device before regcache_sync()
2187 - ASoC: dapm: Make sure we have a card when displaying component widgets
2188 - ASoC: rt5640: Correct the digital interface data select
2189 - vb2-memops: Fix over allocation of frame vectors
2190 - v4l2-dv-timings.h: fix polarity for 4k formats
2191 - cxl: Keep IRQ mappings on context teardown
2192 - IB/mlx5: Expose correct max_sge_rd limit
2193 - IB/security: Restrict use of the write() interface
2194 - efi: Fix out-of-bounds read in variable_matches()
2195 - efi: Expose non-blocking set_variable() wrapper to efivars
2196 - x86/apic: Handle zero vector gracefully in clear_vector_irq()
2197 - workqueue: fix ghost PENDING flag while doing MQ IO
2198 - slub: clean up code for kmem cgroup support to kmem_cache_free_bulk
2199 - cgroup, cpuset: replace cpuset_post_attach_flush() with
2200 cgroup_subsys->post_attach callback
2201 - memcg: relocate charge moving from ->attach to ->post_attach
2202 - mm/huge_memory: replace VM_NO_THP VM_BUG_ON with actual VMA check
2203 - numa: fix /proc/<pid>/numa_maps for THP
2204 - mm: vmscan: reclaim highmem zone if buffer_heads is over limit
2205 - mm/hwpoison: fix wrong num_poisoned_pages accounting
2206 - cgroup: make sure a parent css isn't freed before its children
2207 - videobuf2-core: Check user space planes array in dqbuf
2208 - videobuf2-v4l2: Verify planes array in buffer dequeueing
2209 - Revert "regulator: core: Fix nested locking of supplies"
2210 - regulator: core: fix regulator_lock_supply regression
2211 - regulator: core: Ensure we lock all regulators
2212 - regulator: core: Fix nested locking of supplies
2213 - locking/mcs: Fix mcs_spin_lock() ordering
2214 - spi/rockchip: Make sure spi clk is on in rockchip_spi_set_cs
2215 - irqchip/sunxi-nmi: Fix error check of of_io_request_and_map()
2216 - irqchip/mxs: Fix error check of of_io_request_and_map()
2217 - regulator: s5m8767: fix get_register() error handling
2218 - paride: make 'verbose' parameter an 'int' again
2219 - scsi_dh: force modular build if SCSI is a module
2220 - fbdev: da8xx-fb: fix videomodes of lcd panels
2221 - misc/bmp085: Enable building as a module
2222 - misc: mic/scif: fix wrap around tests
2223 - PM / OPP: Initialize u_volt_min/max to a valid value
2224 - PM / Domains: Fix removal of a subdomain
2225 - rtc: hym8563: fix invalid year calculation
2226 - rtc: vr41xx: Wire up alarm_irq_enable
2227 - rtc: ds1685: passing bogus values to irq_restore
2228 - rtc: rx8025: remove rv8803 id
2229 - rtc: max77686: Properly handle regmap_irq_get_virq() error code
2230 - drivers/misc/ad525x_dpot: AD5274 fix RDAC read back errors
2231 - perf evlist: Reference count the cpu and thread maps at set_maps()
2232 - x86/mm/kmmio: Fix mmiotrace for hugepages
2233 - ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()
2234 - serial: sh-sci: Remove cpufreq notifier to fix crash/deadlock
2235 - mtd: spi-nor: remove micron_quad_enable()
2236 - mtd: brcmnand: Fix v7.1 register offsets
2237 - mtd: nand: Drop mtd.owner requirement in nand_scan
2238 - perf hists browser: Only offer symbol scripting when a symbol is under the
2239 cursor
2240 - perf tools: handle spaces in file names obtained from /proc/pid/maps
2241 - perf stat: Document --detailed option
2242 - ext4: fix races between page faults and hole punching
2243 - ext4: move unlocked dio protection from ext4_alloc_file_blocks()
2244 - ext4: fix races between buffered IO and collapse / insert range
2245 - ext4: fix races of writeback with punch hole and zero range
2246 - ARM: OMAP3: Add cpuidle parameters table for omap3430
2247 - ARM: prima2: always enable reset controller
2248 - ARM: EXYNOS: select THERMAL_OF
2249 - ARM: dts: armada-375: use armada-370-sata for SATA
2250 - ARM: dts: pxa: fix dma engine node to pxa3xx-nand
2251 - bus: imx-weim: Take the 'status' property value into account
2252 - jme: Do not enable NIC WoL functions on S0
2253 - jme: Fix device PM wakeup API usage
2254 - unbreak allmodconfig KCONFIG_ALLCONFIG=...
2255 - thermal: rockchip: fix a impossible condition caused by the warning
2256 - sunrpc/cache: drop reference when sunrpc_cache_pipe_upcall() detects a race
2257 - megaraid_sas: add missing curly braces in ioctl handler
2258 - stm class: Select CONFIG_SRCU
2259 - extcon: max77843: Use correct size for reading the interrupt register
2260 - Linux 4.4.9
2261
2262 * Stoney powerplay support (LP: #1578305)
2263 - amdgpu/powerplay: Add Stoney to list of early init cases
2264
2265 * CVE-2016-2117 (LP: #1561403)
2266 - atl2: Disable unimplemented scatter/gather feature
2267
2268 * CVE-2016-2187 (LP: #1575706)
2269 - Input: gtco - fix crash on detecting device without endpoints
2270
2271 * zfs posix default permissions lost on reboot or unmount (LP: #1574801)
2272 - Fix ZPL miswrite of default POSIX ACL
2273
2274 * WARNING: at /build/linux-aWXT0l/linux-4.4.0/drivers/pci/pci.c:1595
2275 [travis3EN] (LP: #1574697)
2276 - net/mlx4_core: Implement pci_resume callback
2277 - net/mlx4_core: Avoid repeated calls to pci enable/disable
2278
2279 * Add support to thinkpad keyboard backlight (LP: #1574498)
2280 - thinkpad_acpi: Add support for keyboard backlight
2281
2282 * Please enable kconfig X86_LEGACY_VM86 for i386 (LP: #1499089)
2283 - [Config] CONFIG_VM86=y, CONFIG_X86_LEGACY_VM86=y
2284
2285 * Miscellaneous Ubuntu changes
2286 - updateconfigs for Linux v4.4.9
2287
2288 -- Kamal Mostafa <kamal@canonical.com> Tue, 17 May 2016 11:25:43 -0700
2289
2290 linux-snapdragon (4.4.0-1013.15) xenial; urgency=low
2291
2292 [ Kamal Mostafa ]
2293
2294 * Rebase against Ubuntu-4.4.0-22.40
2295
2296 * CVE-2016-3713 (LP: #1581201)
2297 - SAUCE: KVM: MTRR: remove MSR 0x2f8
2298
2299 * CVE-2016-0758 (LP: #1581202)
2300 - SAUCE: KEYS: Fix ASN.1 indefinite length object parsing
2301
2302 -- Kamal Mostafa <kamal@canonical.com> Fri, 13 May 2016 08:05:26 -0700
2303
2304 linux-snapdragon (4.4.0-1013.14) xenial; urgency=low
2305
2306 [ Kamal Mostafa ]
2307
2308 * Release Tracking Bug
2309 - LP: #1578759
2310
2311 * Rebase to Ubuntu-4.4.0-22.39
2312
2313 -- Kamal Mostafa <kamal@canonical.com> Thu, 05 May 2016 11:17:11 -0700
2314
2315 linux-snapdragon (4.4.0-1013.13) xenial; urgency=low
2316
2317 [ Kamal Mostafa ]
2318
2319 * Release Tracking Bug
2320 - LP: #1575237
2321
2322 * Miscellaneous Ubuntu changes
2323 - [Config] updateconfigs after 4.4.0-22.38 rebase
2324
2325 -- Kamal Mostafa <kamal@canonical.com> Tue, 26 Apr 2016 08:27:08 -0700
2326
2327 linux-snapdragon (4.4.0-1012.12) xenial; urgency=low
2328
2329 [ Tim Gardner ]
2330
2331 * Release Tracking Bug
2332 - LP: #1572284
2333
2334 * Rebase to Ubuntu-4.4.0-21.37
2335
2336 -- Tim Gardner <tim.gardner@canonical.com> Tue, 19 Apr 2016 13:03:54 -0600
2337
2338 linux-snapdragon (4.4.0-1011.11) xenial; urgency=low
2339
2340 [ Tim Gardner ]
2341
2342 * Release Tracking Bug
2343 - LP: #1567379
2344
2345 * Miscellaneous Ubuntu changes
2346 - [Config] disable PROVE_LOCKING
2347 - [Config] PREEMPT_VOLUNTARY=y
2348 - [Config] disable DEBUG_LOCK_ALLOC
2349 - [Config] disable DEBUG_SPINLOCK
2350 - [Config] disable DEBUG_MUTEXES
2351 - [Config] INLINE_*_UNLOCK=y
2352
2353 * Miscellaneous upstream changes
2354 - arm64: clean up defconfig with savedefconfig
2355 - configs: add SPI_SPIDEV as module in distro.config
2356 - arm64: dts: apq8016-sbc: Add aliases to spi device.
2357 - regulator: qcom_spmi: Add slewing delays for all SMPS types
2358 - regulator: qcom_spmi: Only use selector based regulator ops
2359
2360 -- Paolo Pisati <paolo.pisati@canonical.com> Wed, 06 Apr 2016 16:29:44 +0200
2361
2362 linux-snapdragon (4.4.0-1010.10) xenial; urgency=low
2363
2364 [ Tim Gardner ]
2365
2366 * Release Tracking Bug
2367 - LP: #1563910
2368 * Rebase to Ubuntu-4.4.0-17.33
2369
2370 * Miscellaneous Ubuntu changes
2371 - handle rprovides via dpkg-gencontrol
2372 - [Config] updateconfigs after rebase to Ubuntu-4.4.0-17.33
2373
2374 -- Tim Gardner <tim.gardner@canonical.com> Wed, 30 Mar 2016 08:30:18 -0600
2375
2376 linux-snapdragon (4.4.0-1009.9) xenial; urgency=low
2377
2378 * rebased on Ubuntu-4.4.0-13.29
2379 * Feature Freeze Exception (LP: #1558535)
2380
2381 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Mar 2016 15:33:32 -0600
2382
2383 linux-snapdragon (4.4.0-1008.8) xenial; urgency=low
2384
2385 [ Paolo Pisati ]
2386
2387 * Rebased on Ubuntu-4.4.0-11.26
2388
2389 * Miscellaneous Ubuntu changes
2390 - [Config] CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
2391
2392 -- Paolo Pisati <paolo.pisati@canonical.com> Thu, 10 Mar 2016 11:16:08 +0100
2393
2394 linux-snapdragon (4.4.0-1007.7) xenial; urgency=low
2395
2396 [ Paolo Pisati ]
2397
2398 * Rebased on Ubuntu-4.4.0-10.25
2399
2400 * need arm64 acpi parking protocol support in xenial (LP: #1547047)
2401 - arm64: kernel: implement ACPI parking protocol
2402
2403 * Miscellaneous Ubuntu changes
2404 - [Config] ARM64_ACPI_PARKING_PROTOCOL=y
2405
2406 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 07 Mar 2016 15:57:39 +0100
2407
2408 linux-snapdragon (4.4.0-1006.6) xenial; urgency=low
2409
2410 [ Paolo Pisati ]
2411
2412 * Updated qcomlt-4.4 BSP @ 86e3204d9
2413 * Rebased on Ubuntu-4.4.0-6.21
2414
2415 * Miscellaneous Ubuntu changes
2416 - [Config] updateconfigs
2417
2418 * Miscellaneous upstream changes
2419 - ASoC: qcom: use snd_dma_alloc/free* apis
2420 - ASoC: qcom: add wrdma register details to lpass_variant
2421 - ASoC: qcom: rename rdmactl_audif_start to dmactrl_audif_start
2422 - ASoC: qcom: pass direction to dma allocation
2423 - ASoC: qcom: ipq806x: add error in dma allocation.
2424 - ASoC: qcom: ipq806x: add wrdma related register offsets
2425 - ASoC: qcom: add mic related i2s control register defines
2426 - ASoC: qcom: add wrdma dma channel start
2427 - ASoC: qcom: rename rdma_ch_bit_map to dma_ch_bit_map
2428 - ASoC: qcom: apq8016: add wrdma support
2429 - ASoC: qcom: add wrdma register definations
2430 - ASoC: qcom: add generic bit masks for RDMA and WRDMA
2431 - ASoC: qcom: apq8016: set the correct max register for regmap
2432 - ASoC: qcom: add mic support
2433 - ASoC: qcom: apq8016-sbc: add mic support
2434 - ASoC: add audio routing support
2435 - arm64: dts: qcom: add audio capture support
2436 - drm/i2c: adv7511: Add HPD support
2437 - arm64: dts: qcom: apq8016-sbc: Enable ADV7533 interrupts
2438 - dts: arm64: qcom: remove dmic pins in default pinctrl
2439 - ASoC: codec: msm8x16: check return value of msm8x16_wcd_codec_parse_dt
2440 - ASoC: codec: msm8x16: enable regulators before accessing registers
2441 - drm/msm: Boost the GPU clock on msm8916 for better performance
2442 - firmware: qcom: scm: Convert to platform driver
2443 - firmware: scm: make scm_init call from probe
2444 - arm64: dts: qcom : add scm device node
2445 - firmware: scm: make scm clks optional
2446 - arm: dts: qcom : add scm device node
2447 - iommu: qcom: check scm avaiablity before initialization.
2448 - ARM: dts: ifc6410: remove pinctrl defaults from gpio node.
2449
2450 -- Paolo Pisati <paolo.pisati@canonical.com> Fri, 26 Feb 2016 14:39:48 +0100
2451
2452 linux-snapdragon (4.4.0-1005.5) xenial; urgency=low
2453
2454 [ Paolo Pisati ]
2455
2456 * SAUCE: dtb: add a custom apq8016 for snappy with sdhc_2's vmmc-supply
2457 disabled
2458
2459 -- Paolo Pisati <paolo.pisati@canonical.com> Fri, 19 Feb 2016 13:34:25 +0100
2460
2461 linux-snapdragon (4.4.0-1004.4) xenial; urgency=low
2462
2463 [ Paolo Pisati ]
2464
2465 * [Config] MMC_BLOCK_MINORS=32
2466
2467 -- Paolo Pisati <paolo.pisati@canonical.com> Tue, 09 Feb 2016 10:27:30 +0100
2468
2469 linux-snapdragon (4.4.0-1003.3) xenial; urgency=low
2470
2471 [ Upstream Kernel Changes ]
2472
2473 * arm64: dts: qcom: fix typo in usb id pins
2474 * usb: phy: msm: Fix state machine worker logic for OTG mode.
2475
2476 -- Paolo Pisati <paolo.pisati@canonical.com> Fri, 05 Feb 2016 14:38:07 +0100
2477
2478 linux-snapdragon (4.4.0-1002.2) xenial; urgency=low
2479
2480 [ Paolo Pisati ]
2481
2482 * [Config] copy annotations from master
2483 * [Config] updateconfigs
2484 * [Config] better align config with qcomlt-4.4
2485 * [Config] FTBFS: disable DRM_PANEL_SIMPLE
2486
2487 -- Paolo Pisati <paolo.pisati@canonical.com> Thu, 04 Feb 2016 17:21:00 +0100
2488
2489 linux-snapdragon (4.4.0-1001.1) xenial; urgency=low
2490
2491 [ Paolo Pisati ]
2492
2493 * Imported http://git.linaro.org/landing-teams/working/qualcomm/kernel.git - qcomlt-4.4 @ 17a6dbb
2494 * Rebased on Ubuntu-4.4.0-2.16
2495
2496 [ Upstream Kernel Changes ]
2497
2498 * mmc: mmci: Support any block sizes for ux500v2 and qcom variant
2499 * hid: add support for Lilliput touchscreen
2500 * ARM: qcom_defconfig: Add QCOM specific drivers
2501 * arm:multi_v7_defconfig: Add QCOM specific Kconfigs
2502 * WIP:pwrseq: Convert in to proper platform device
2503 * iommu:msm: fix compilation error.
2504 * Input: pm8941: Add RESIN_N input handling
2505 * media: v4l2-controls: add h264 5.2 level and constrained high profile
2506 * media: vidc: Qualcomm video encoder/decoder driver
2507 * PCI: designware: add memory barrier after enabling region
2508 * DT: PCI: qcom: Document PCIe devicetree bindings
2509 * PCI: qcom: Add Qualcomm PCIe controller driver
2510 * drm/edid: Add support to get edid early
2511 * drm/edid: export edid_vendor()
2512 * drm/panel: simple-panel: Add panel picker support.
2513 * drm/msm: mdp4 lvds: continue if the panel is not connected
2514 * drm/msm: mdp4 lvds: Check the panel node in detect_panel()
2515 * devicetree: Add hardware rng entry to qcom-apq8064.dtsi
2516 * ARM: dts: qcom: apq8064: Add hwmutex and SMEM nodes
2517 * ARM: dts: qcom: apq8064: Declare all pm8921 regulators
2518 * ARM: dts: qcom: apq8064: Introduce gsbi5 and gsbi5 serial node
2519 * arm: dts: qcom: Add generic PMIC gpio/MPP compat strings
2520 * arm: dts: qcom: apq8064: Add fixed rate on-board oscillators
2521 * ARM: dts: qcom: apq8064-ifc6410 Use hardware flow control for GSBI6
2522 * ARM: dts: apq8064: add pcie devicetree node
2523 * ARM: dts: ifc6410: enable pcie dt node for this board
2524 * ARM: dts: apq8064: Add MDP support
2525 * ARM: dts: ifc6410: enable MDP support
2526 * ARM: dts: qs600: enable MDP support
2527 * ARM: dts: ifc6410: add inforce LVDS panel support
2528 * ARM: dts: APQ8064: Add iommu
2529 * ARM: dts: apq8064: add pci support in CM QS600
2530 * ARM: dts: qcom: Add necessary DT data for Krait cpufreq
2531 * ARM: qcom: add description of KPSS WDT for APQ8064
2532 * ARM: dts: apq8064: Assign a power supply to each CPU
2533 * ARM: dts: apq8064: Add OPP data for frequencies above 1ghz
2534 * ARM: dts: apq8064: Add thermal cooling maps
2535 * ARM: dts: apq8064: Add voltage ranges of the SAW2 regulators
2536 * ARM: dts: apq8064: Add reference to the L2 clock
2537 * ARM: dts: apq8064: Add a DT node for the L2 data
2538 * ARM: dts: apq8064: Add ADM configuration node
2539 * arm: dts: Added eInfochips ERAGON600 board support
2540 * ARM: dts: ifc6410: HACK add bt reset gpios to pwrseq
2541 * ARM: dts: apq8064: Increase critical temperature to 110C
2542 * arm: dts: apq8064: Add thermal zones, tsens and qfprom nodes
2543 * arm64: dts: qcom: 8x16: UART1 add CTS_N, RTS_N pin configurations
2544 * arm64: dts: qcom: 8x16: UART1 and UART2 use DMA for RX and TX
2545 * arm64: dts: qcom: Make msm8916-mtp compatible string compliant
2546 * arm64: dts: qcom: Alias pm8916 on msm8916 devices
2547 * arm64: dts: qcom: msm8916: Add fixed rate on-board oscillators
2548 * arm64: dts: fix the i2c aliasing to match to schematics.
2549 * arm64: dts: set the default i2c pin drive strength to 16mA
2550 * arm64: dts: qcom: Add MSM8916 SMEM nodes
2551 * arm64: dts: qcom: Add RPM/SMD support on MSM8916
2552 * arm64: dts: Add PM8916 support on MSM8916
2553 * arm64: dts: qcom: Add pm8994, pmi8994, pm8004 PMIC skeletons
2554 * arm64: dts: qcom: Add pm8994 gpios and MPPs
2555 * arm64: dts: apq8016-sbc: enable UART0 on LS connector
2556 * arm64: dts: apq8016-sbc: add label properties for UART, I2C, and SPI
2557 * devicetree: bindings: Document qcom,msm-id and qcom,board-id
2558 * arm64: dts: Add Qualcomm MSM8916 & MTP8916 ids
2559 * DT: arm64: msm8916-mtp: enable spi3
2560 * arm64: dts: qcom: Add APQ8016 SBC support
2561 * arm64: dts: qcom: Add USB related device nodes on APQ8016 SBC board
2562 * arm64: dts: qcom: Add sdhci support for APQ8016 SBC board
2563 * arm64: dts: Add nodes we need for SMP boot
2564 * ARM: dts: Enable SD card (disable vmcc)
2565 * arm64: msm8916 dtsi: Add mdss support
2566 * arm64: sb8016: Add ADV7533 bridge in sbc8016 dtsi
2567 * arm64: dts: Add apq8016-sbc hdmi audio support
2568 * arm64: dts: qcom: apq8016-sbc: Don't hog client driver pins
2569 * arm64: dts: qcom: Fix apq8016-sbc board USB related pin definitions
2570 * arm64: dts: qcom: apq8016-sbc: add D+/D- route switch GPIO
2571 * arm64: dts: qcom: apq8016-sbc: Fix sdhci pinctrl default state name
2572 * arm64: dts: qcom: apq8016-sbc: Enable SD card slot
2573 * arm64: dts: qcom: Fix MPP's function used for LED control
2574 * arm64: dts: qcom: Enable USB manual pullup on msm8916
2575 * arm64: dts: qcom: msm8916: Add RPMCC DT node
2576 * arm64: dts: qcom: msm8916: Add A53 DT node
2577 * arm64: dts: Add cpufreq-dt support for msm8916
2578 * arm64: dts: Add clock-latency for msm8916
2579 * arm64: dts: Add CPR DT node for msm8916
2580 * arm64: dts: Add cpu-supply properties for cpufreq
2581 * arm: dts: msm8974: Add thermal zones, tsens and eeprom nodes
2582 * arm: dts: apq8084: Add thermal zones, tsens and eeprom nodes
2583 * arm64: dts: msm8916: Add thermal zones, tsens and eeprom nodes
2584 * arm64: dts: Add spmi-regulator nodes for pm8916
2585 * arm64: dts: msm8916: Add cpu cooling maps
2586 * WIP: dt: add support for gpu on msm8916/apq8016
2587 * DT: arm64: add iommu dtsi files
2588 * arm64: dt: Add WCNSS related nodes
2589 * dts: arm64: apq8016-sbc: enable LS 1.8v regulator by default
2590 * ARM64: dts: Fix the missing usb otg regulators.
2591 * arm64: dts: Fix memory region descriptions
2592 * arm64: dts: msm8916: add wcd codec support
2593 * arm64: dts: add support to analog audio playback
2594 * arm64: dts: qcom: 8x16: Add fixed rate on-board XO oscillator
2595 * arm64: dts: qcom: Add msm8916 CoreSight components
2596 * dts: qcom: Add CoreSight components for MSM8916
2597 * arm64: dts: Fix the hypervisor and tz memory region size
2598 * arm64: dts: remove the #if 0 around bluetooth
2599 * wcn36xx: Update DT to support wcn36xx wifi driver
2600 * WIP:dts: arm64: add q6v5 pil support
2601 * arm64: dt: Add msm bus nodes
2602 * arm64: dts: usb: Add bus scaling suppport
2603 * arm64: dts: Add rpm_log support
2604 * dts: arm64: msm8916: add vidc dt nodes
2605 * dts: arm64: qcom: apq8016-sbc: enable vidc and vidc-rproc
2606 * arm64: apq8016-sbc.dtsi: Add regulators needed by adv7533
2607 * arm64: msm8916-mdss.dtsi: Add bus scaling properties for mdp
2608 * arm64: dts: Align msm8916 cpu thermal trip point ranges
2609 * arm64: dts: qcom: apq8016-sbc: Add Volume Up key device node
2610 * arm64: dts: qcom: apq8016-sbc: Add Volume Down definitions
2611 * arm64: dts: qcom: apq8016-sbc: Limit MPP4 high state to 1.8V
2612 * arm64: dts: apq8016-sbc: add regulators support
2613 * arm64: dts: move smem node after the soc node
2614 * arm64: dts: add spmi prefix to regulators
2615 * WIP: update iommu header
2616 * soc: qcom: import socinfo.h
2617 * iommu: qcom: forward port iommu v1
2618 * iommu: qcom: v1: rework secure part and build
2619 * iommu: qcom: v1: fix wrong sg interator
2620 * iommu: msm: Invalidate properly from iommu_unmap
2621 * arm64: provide dma cache routines with same API as 32 bit
2622 * qcom: iommu: Make use of domain_alloc and domain_free
2623 * DOWNSTREAM: drm/msm: use downstream iommu
2624 * iommu/msm: Add DT adaptation
2625 * iommu/msm: Move the contents from msm_iommu_dev.c to msm_iommu.c
2626 * iommu/msm: Add support for generic master bindings
2627 * iommu/msm: Set cacheability attributes without tex remap
2628 * temp: Add dummy msm_iommu_get_ctx and fix broken build
2629 * arm: dma-mapping: Don't override dma_ops in arch_setup_dma_ops()
2630 * of: dma: Move range size workaround to of_dma_get_range()
2631 * of: dma: Make of_dma_deconfigure() public
2632 * of: dma: Split of_configure_dma() into mask and ops configuration
2633 * drivers: platform: Configure dma operations at probe time
2634 * iommu: of: Document the of_iommu_configure() function
2635 * iommu: of: Handle IOMMU lookup failure with deferred probing or error
2636 * drm/msm: temp: Add a check to be compatible against both iommuv0/v1
2637 * iommu/msm: Fix "scheduling while atomic" bug
2638 * pci: use new of_dma_configure* apis
2639 * dt/bindings: qcom_adm: Fix channel specifiers
2640 * dmaengine: Add ADM driver
2641 * dmaengine: adm: Fix ADM hardware descriptor creation when flow control
2642 is enabled
2643 * dmaengine: adm: Use 'soft' flush when stopping DMA
2644 * dmaengine: adm: Don't reset controller during probe
2645 * dmaengine: adm: Start next DMA even if there is no ongoing transaction
2646 * ARM: cpuidle: Add cpuidle support for QCOM cpus
2647 * arm64: defconfig: qcom: Enable restart driver
2648 * arm64: introduce CPU_OF_TABLES for cpu ops selection
2649 * arm64: smp: move the pen to a header file
2650 * arm64: qcom: add cpu operations
2651 * arm64: defconfig: add qcom specifics
2652 * common: DMA-mapping: Add strongly ordered memory attribute
2653 * arm: Add option to skip buffer zeroing
2654 * arm64: Add support for DMA_ATTR_STRONGLY_ORDERED
2655 * arm64: dma-mapping: add support for IOMMU mapper
2656 * arm64: mm: Fix a bug in iommu dma-mapping
2657 * arm64: dma-mapping: fix DMA_ATTR_STRONGLY_ORDERED in __get_dma_pgprot
2658 * arm64: dma-mapping: map sg lists into the SMMU as virtually contiguous
2659 * arm64: fixup for mm renames
2660 * drm/mipi_dsi: refactor device creation
2661 * drm/mipi_dsi: check for used channels
2662 * drm/mipi_dsi: Create dummy DSI devices
2663 * drm/mipi_dsi: Get DSI host by DT device node
2664 * drm/i2c: adv7511: Fix mutex deadlock when interrupts are disabled
2665 * drm/i2c: adv7511: Initial support for adv7533
2666 * drm/i2c: adv7511: Refactor encoder slave functions
2667 * drm/i2c: adv7511: Add drm_bridge/connector for ADV7533
2668 * drm/i2c: adv7511: Create mipi_dsi_device for ADV7533
2669 * drm/i2c: adv7511: setup CEC registers during power off-power-on
2670 sequence
2671 * drm/i2c: adv7511: Use internal timing generator
2672 * drm/i2c: adv7511: Change DSI lanes dynamically
2673 * drm/i2c: adv7511: Move the common data structures to header file
2674 * drm/i2c: adv7511: Add Audio support.
2675 * drm/i2c: adv7511: Enable the audio data and clock pads on adv7533
2676 * HACK: drm/i2c: adv7511: Remove hotplug event handling
2677 * drm/i2c: adv7511: move to use reg_sequence
2678 * drm/i2c: adv7511: fixup the dapm bias level access
2679 * drm/i2c: adv7511: Init regulators
2680 * clk: qcom: gdsc: Use PM clocks to control gdsc clocks
2681 * clk: qcom: gdsc: Enable an RCG before turing on the gdsc
2682 * clk: qcom: gdsc: Manage clocks with !CONFIG_PM
2683 * clk: qcom: common: Add API to register board clocks backwards
2684 compatibly
2685 * clk: qcom: Move cxo/pxo/xo into dt files
2686 * clk: qcom: msm8916: Move xo and sleep clocks into DT
2687 * ARM: Add Krait L2 register accessor functions
2688 * clk: Avoid sending high rates to downstream clocks during set_rate
2689 * clk: mux: Split out register accessors for reuse
2690 * clk: Add safe switch hook
2691 * clk: qcom: Add support for High-Frequency PLLs (HFPLLs)
2692 * clk: qcom: Add HFPLL driver
2693 * clk: qcom: Add MSM8960/APQ8064's HFPLLs
2694 * clk: qcom: Add IPQ806X's HFPLLs
2695 * clk: qcom: Add support for Krait clocks
2696 * clk: qcom: Add KPSS ACC/GCC driver
2697 * clk: qcom: Add Krait clock controller driver
2698 * cpufreq: Add module to register cpufreq on Krait CPUs
2699 * clk: qcom: Add support for SMD-RPM Clocks
2700 * clk: qcom: Add support for RPM Clocks
2701 * clk: qcom: Add support for msm8974 RPM-SMD clocks
2702 * clk: qcom: msm8974: Remove gfx3d clock from MMCC
2703 * clk: qcom: Add support for apq8084 RPM-SMD clocks
2704 * clk: qcom: Add support for regmap mux-div clocks
2705 * clk: qcom: Add A53 clock driver
2706 * soc: qcom: Add support for SAW2 regulators
2707 * clk:gcc-msm8916: add missing mss_q6_bimc_axi clock
2708 * thermal: qcom: tsens: Add a skeletal TSENS drivers
2709 * thermal: qcom: tsens-8916: Add support for 8916 family of SoCs
2710 * thermal: qcom: tsens-8974: Add support for 8974 family of SoCs
2711 * thermal: qcom: tsens-8960: Add support for 8960 family of SoCs
2712 * amba: Defer device peripheral ID read
2713 * coresight-etm3x: Add Qualcomm PTM v1.1 peripheral ID
2714 * i2c: qup: Change qup_wait_writeready function to use for all timeouts
2715 * qup: i2c: factor out common code for reuse
2716 * i2c: qup: Add V2 tags support
2717 * i2c: qup: Transfer each i2c_msg in i2c_msgs without a stop bit
2718 * i2c: qup: Add bam dma capabilities
2719 * i2c: qup: Remove verbose messages.
2720 * drm/msm/dsi: Parse lane swap information from DT
2721 * drm/msm/dsi: Add a delay when performing software reset
2722 * drm/msm/dsi: Remove incorrect warning on host attach
2723 * drm/msm/dsi: Don't call hpd helper unconditionally
2724 * HACK: drm/msm/mdp5: Make sure mdp5 clocks aren't disbaled when we need
2725 them
2726 * mdp4: Add iommu detach_dev in error path
2727 * drm/msm: remove pm_runtime_put() calls
2728 * drm/msm/dsi: Update the "vdd" voltage range
2729 * drm/msm/mdp5: Update bus scaling support
2730 * mmc: sdhci: let GPIO based card detection have higher precedence
2731 * mmc: sdhci-msm: Add SDHCI_QUIRK_NO_CARD_NO_RESET
2732 * soc: qcom: Introduce common SMEM state machine code
2733 * soc: qcom: smsm: Add driver for Qualcomm SMSM
2734 * soc: qcom: smp2p: Qualcomm Shared Memory Point to Point
2735 * soc: qcom: enable smsm/smp2p modular build
2736 * ARM: qcom: select ARM_CPU_SUSPEND for power management
2737 * soc: qcom: Introduce WCNSS_CTRL SMD client
2738 * soc: qcom: smd-rpm: Add existing platform support
2739 * ARM: 8485/1: cpuidle: remove cpu parameter from the cpuidle_ops suspend
2740 hook
2741 * drivers/soc/qcom/smd.c: use __ioread32_copy() instead of open-coding it
2742 * regulator: qcom-smd: Add PM8916 support
2743 * regulator: qcom-smd: Add support for PMA8084
2744 * arm64: add qcom_defconfig
2745 * soc: qcom: smem: Add debugfs
2746 * remoteproc: core: Make the loaded resource table optional
2747 * remoteproc: qcom-pil: Implementation of Qualcomm TZ backed PIL
2748 * remoteproc: Add additional crash reasons
2749 * remoteproc: qcom-tz-pil: Add interrupts and gpio hooks
2750 * remoteproc: qcom-tz: Inform SMD about crashing remotes
2751 * remoteproc: qcom-tz: Finish shutdown on timeout
2752 * remoteproc: qcom: tz-pil: Round up max address
2753 * remoteproc: Support loading firmware from lately mounted fs (HACK)
2754 * remoteproc: qcom: q6v5 pil: Initial hack to boot mss
2755 * remoteproc: qcom-tz: Update to match smem api changes
2756 * remoteproc: qcom-tz: Update smem prototypes
2757 * remoteproc: qcom-tz: Drop smd reset stuff for now
2758 * remoteproc: qcom: Extract PAS and fix compilation for 4.1
2759 * remoteproc: qcom_tz_pil: Fix compiler issues
2760 * remoteproc: qcom_q6v5_pil: Fix 64 bit
2761 * regulator: qcom: smd: Regulator driver for the Qualcomm RPM
2762 * gpio: qcom-smsm: Add driver for Qualcomm SMSM
2763 * gpio: smsm: Update smem prototypes
2764 * gpio: smsm: Fix compiler warnings
2765 * soc: qcom: smd: Use correct smem id
2766 * gpio: qcom-smp2p: Qualcomm Shared Memory Point to Point
2767 * dt-binding: gpio: Introduce qcom,smp2p binding documentation
2768 * gpio: qcom-smp2p: Fix compile issues
2769 * remoteproc: tz_pil: Fixes to support 8916
2770 * HACK: soc: qcom: smd: Add debug to fix timing
2771 * regulator: smd: Add floor and corner operations
2772 * regulator: smd: Make set_{corner,floor} work with regulator struct
2773 * regulator: smd: Add correct ifdef flag for stubs
2774 * regulator: smd: remove left over debug statement
2775 * remoteproc: tz_pil: make irqs, smd edge & crash-reason optional
2776 properties
2777 * remoteproc: tz_pil: take relocation flag into account
2778 * remoteproc: tz_pil: skip waiting ready irq if it not provided
2779 * gpio:smp2p:qcom: kill set_irq_flags and use genirq
2780 * qcom-smd-rpm: Add MSM8916 support
2781 * soc: smd: Migrate the wifi driver from old smd driver to new smd
2782 driver.
2783 * soc: qcom: smd: Introduce callback setter
2784 * soc: qcom: smd: Split discovery and state change work
2785 * soc: qcom: smd: Refactor channel open and close handling
2786 * soc: qcom: smd: Support multiple channels per sdev
2787 * soc: qcom: smd: Support opening additional channels
2788 * WIP: remoteproc: q6: remove some commented out code
2789 * WIP:remoteproc:q6pil: add segment_is_loadable and
2790 segment_is_relocatable macros
2791 * WIP: remoteproc: q6: add support to memory-region
2792 * WIP: remoteproc: q6: add support to scm restart
2793 * WIP: remoteproc: HACK to get it working on DB410c
2794 * remoteproc: tz: Allow no scm clocks support
2795 * soc: qcom: Add msm_bus driver
2796 * soc: qcom: rpm_log: Add rpm log driver
2797 * soc: qcom: Stub IPCRTR client driver
2798 * Fix: Make it buildable on v4.3
2799 * Move to new qcom_smem_get() api
2800 * PM / OPP: Support adjusting OPP voltages at runtime
2801 * OPP: Allow notifiers to call dev_pm_opp_get_{voltage, freq} RCU-free
2802 * cpufreq-dt: Handle OPP voltage adjust events
2803 * power: avs: Add support for CPR (Core Power Reduction)
2804 * power: avs: cpr: Use raw mem access for qfprom
2805 * power: avs: Register CPR with cpufreq-dt
2806 * power: avs: cpr: Fix Duplicate OPPs warning
2807 * pwer:avs: cpr: fix with new reg_sequence structures
2808 * cpufreq-dt: Add L2 frequency scaling support
2809 * firmware: qcom: scm: Add support for ARM64 SoCs
2810 * firmware: qcom: scm: Generalize shared error map
2811 * firmware: qcom: scm: Add boot APIs
2812 * firmware: qcom: scm: Peripheral Authentication Service
2813 * firmware: qcom: scm: Add 64 bit PAS APIs
2814 * firmware: qcom: scm: Fix NULL coherent device
2815 * firmware: qcom: scm: Split out 32-bit specific SCM code
2816 * firmware: qcom: scm: Support PIL SCMs
2817 * firmware: qcom: scm: Support IOMMU scm calls
2818 * firmware: qcom: scm: add video (vidc) scm calls
2819 * firmware: qcom: scm: Fixup arm64 asm
2820 * firmware: scm: add proc restart support
2821 * wcn36xx: add wcn3620 chip type definition
2822 * wcn36xx: get chip type from platform ops
2823 * wcn36xx: use 3680 dxe regs for 3620
2824 * wcn36xx: introduce WCN36XX_HAL_AVOID_FREQ_RANGE_IND
2825 * wcn36xx: swallow two wcn3620 IND messages
2826 * wcn36xx: remove powersaving for wcn3620
2827 * wcn36xx: handle new hal response format
2828 * wcn3620: use new response format for wcn3620 trigger_ba
2829 * wcn3620: use new response format for wcn3620 remove_bsskey
2830 * net wireless wcn36xx add wcnss platform code
2831 * net wireless wcn36xx adapt wcnss platform to select module by DT
2832 * wcn36xx: add later fw capabilities
2833 * Got workable wireless driver.
2834 * Set the dma mask for platform device which is not created from DT.
2835 * Update the initialization sequence to enable DB410c.
2836 * Migrate the wifi driver from old smd driver to new smd driver.
2837 * Bluetooth: Add HCI device identifier for Qualcomm SMD
2838 * Bluetooth: btqcomsmd: Qualcomm WCNSS HCI driver
2839 * wcn36xx: Update the smd client driver to use new smd channel
2840 * wcn36xx: eliminate the warning for unsupported SMD_EVENT
2841 * wcn36xx: avoid alloc mem with GFP_KERNEL in smd callback.
2842 * linaro: add defconfig fragment with basic linaro config
2843 * kernel: configs: move linaro distro.conf as proper %.config fragment
2844 * kernel: configs: update distro.config
2845 * kernel: configs: improve distro.config, mostly for systemd
2846 * kernel: configs: update distro config from release branch
2847 * kernel: configs: Enable input misc device drivers
2848 * media: vidc: debug: fix build warnings
2849 * media: vidc: venc/vdec: vb2 structure reorganisation
2850 * iommu: qcom: v1: move iommu-sec pgtable allocation
2851 * dts: arm: apq8064: add support to q6 pil via pil-tz
2852 * arm: dts: apq8064: add support to smd apr_audio svc channel
2853 * dts: arm: add support to digital audio via dsp
2854 * arm: dts: qcom: apq8064: Add RPMCC DT node
2855 * arm: dts: qcom: apq8064: Add fixed rate on-board oscillators
2856 * ARM: dts: ERAGON: fix uart pinctrl
2857 * dts: qcom: Add CoreSight components for APQ8064
2858 * arm: dts: apq8064: fix clock names according to new rpmcc
2859 * usb: phy: msm: fix error handling in probe.
2860 * usb: phy: msm: HACK: Make Vddc configuration optional
2861 * usb: phy: msm: Disable driver runtime PM
2862 * usb: phy: msm: Ensure that workers are initialized before use
2863 * usb: chipidea: msm: Use posted data writes on AHB
2864 * usb: host: ehci-msm: Use posted data writes on AHB
2865 * drivers: usb: Add bus scaling suppport
2866 * ASoC: hdmi-codec: Add hdmi-codec for external HDMI-encoders
2867 * ALSA: pcm: add IEC958 channel status helper for hw_params
2868 * sound: codec: Add support to msm8x16_wcd codec.
2869 * sound: qcom: add dsp support to apq8064
2870 * WIP: drm: msm: add proper hdmi codec driver.
2871 * ASoC: qcom: use correct device pointer in dma allocation
2872 * arm: dts: remove duplicate entires
2873 * cpufreq-dt: Add missing rcu_read_lock() for find_device_opp()
2874 * multi_v7_defconfig: add msm iommu kconfig
2875 * kernel: add DRM_LOAD_EDID_FIRMWARE in distro.config
2876 * kernel: configs: add I2C_CHARDEV in distro.config
2877 * kernel: configs: add CONFIG_INPUT_JOYDEV in distro.config
2878 * fixup! ARM: qcom_defconfig: Add QCOM specific drivers
2879 * wcn36xx: handle rx skb allocation failure to avoid system crash
2880 * wcn36xx: split DMA mask register writing.
2881 * wcn36xx: Clean up wcn36xx_smd_send_beacon
2882 * wcn36xx: Pad TIM PVM if needed
2883 * wcn36xx: Add helper macros to cast vif to private vif and vice versa
2884 * wcn36xx: Use consistent name for private vif
2885 * wcn36xx: Use define for invalid index and fix typo
2886 * wcn36xx: Fetch private sta data from sta entry instead of from vif
2887 * wcn36xx: Add helper macros to cast sta to priv
2888 * wcn36xx: Remove sta pointer in private vif struct
2889 * wcn36xx: Parse trigger_ba response properly
2890 * wcn36xx: Copy all members in config_sta v1 conversion
2891 * wcn36xx: Use allocated self sta index instead of hard coded
2892 * wcn36xx: Clear encrypt_type when deleting bss key
2893 * wcn36xx: Track association state
2894 * wcn36xx: Implement multicast filtering
2895 * wcn36xx: don't pad beacons for mesh
2896 * wcn36xx: Use correct command struct for EXIT_BMPS_REQ
2897 * wcn36xx: Disable power save for now
2898 * wcn36xx: remove references to IFF_PROMISC
2899
2900 -- Paolo Pisati <paolo.pisati@canonical.com> Thu, 04 Feb 2016 16:20:26 +0100
2901
2902 linux-snapdragon (4.2.0-2012.12) xenial; urgency=low
2903
2904 [ Tim Gardner ]
2905
2906 * [Config] renamed to snapdragon
2907 * Rebased on Ubuntu-4.2.0-25.30
2908
2909 -- Tim Gardner <tim.gardner@canonical.com> Tue, 26 Jan 2016 15:04:16 -0700
2910
2911 linux-snapdragon (4.2.0-2011.11) xenial; urgency=low
2912
2913 [ Upstream Kernel Changes ]
2914
2915 * arm64: errata: Add -mpc-relative-literal-loads to erratum #843419 build
2916 flags
2917 - LP: #1533009
2918
2919 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 25 Jan 2016 11:51:37 +0100
2920
2921 linux-snapdragon (4.2.0-2010.10) xenial; urgency=low
2922
2923 [ Paolo Pisati ]
2924
2925 * [Config] DEBUG_MEMORY_INIT=y
2926 * [Config] DEBUG_MUTEXES=y && DEBUG_SPINLOCK=y
2927
2928 -- Paolo Pisati <paolo.pisati@canonical.com> Thu, 21 Jan 2016 09:30:55 +0100
2929
2930 linux-dragon410c (4.2.0-2009.9) xenial; urgency=low
2931
2932 [ Paolo Pisati ]
2933
2934 * [Config] USB_HSIC_USB3503=y
2935 * [Config] USB_MSM_OTG=y
2936 * [Config] USB_GADGET=y
2937 * [Config] USB_CHIPIDEA=y
2938
2939 -- Paolo Pisati <paolo.pisati@canonical.com> Tue, 19 Jan 2016 11:39:28 +0100
2940
2941 linux-dragon410c (4.2.0-2008.8) xenial; urgency=low
2942
2943 [ Paolo Pisati ]
2944
2945 * rebased on Ubuntu-4.2.0-24.29
2946 * update Linaro BSP qcomlt-4.2 @ f1bd413
2947 * [Config] disable QCOM_[CPUFREQ|CPUIDLE], use the DT generic
2948 * [Config] BUS_TOPOLOGY_ADHOC=y
2949 * [Config] disable MMC_CLKGATE
2950 * [Config] MSM_BUS_SCALING=y
2951 * [Config] disable NO_HZ
2952 * [Config] disable PM_DEVFREQ
2953 * [Config] disable PM_WAKELOCKS
2954 * [Config] USB_OHCI_HCD_PLATFORM=y
2955 * [Config] disable USB_UHCI_HCD
2956 * [Config] disable USB_XHCI_HCD
2957
2958 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 18 Jan 2016 11:43:16 +0100
2959
2960 linux-dragon410c (4.2.0-2007.7) xenial; urgency=low
2961
2962 [ Paolo Pisati ]
2963
2964 * [Config] disable all arm64 SOCs but QCOM
2965 * [Config] REGULATOR_FAN53555=y
2966 * [Config] MMC_CLKGATE=y
2967 * [Config] USB_EHCI_HCD_PLATFORM=y && USB_EHCI_MSM=y
2968 * [Config] annotations: enable EHCI platform on arm64
2969 * [Config] DMA_CMA=y
2970 * [Config] I2C_QUP=y
2971 * [Config] HW_RANDOM_MSM=y && HW_RANDOM_TPM=y
2972 * [Config] INPUT_PM8941_PWRKEY=y
2973 * [Config] LEDS_GPIO=y && LEDS_TRIGGER*=y
2974 * [Config] AUTOFS4_FS=y
2975 * [Config] SPMI=y, REGULATOR_QCOM_SPMI=y, PINCTRL_QCOM_SPMI_PMIC
2976 * [Config] MMC_QCOM_DML=y
2977 * [Config] MSM_RPMCC_8064=y
2978 * [Config] QCOM_QFPROM=y && QCOM_TSENS=y
2979
2980 -- Paolo Pisati <paolo.pisati@canonical.com> Wed, 13 Jan 2016 21:56:58 +0100
2981
2982 linux-dragon410c (4.2.0-2006.6) xenial; urgency=low
2983
2984 [ Paolo Pisati ]
2985
2986 * [Config] NLS_ISO8859_1=y
2987
2988 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 04 Jan 2016 15:51:22 +0100
2989
2990 linux-dragon410c (4.2.0-2005.5) xenial; urgency=low
2991
2992 [ Paolo Pisati ]
2993
2994 * Revert "[Config] FTBFS: disable ARM64_CRYPTO"
2995 * [Config] REGULATOR_FIXED_VOLTAGE=y
2996 * [Config] QCOM_A53=y
2997 * [Config] MFD_QCOM_RPM=y
2998 * [Config] MMC_SDHCI=y && MMC_SDHCI_MSM=y
2999 * [Config] PINCTRL_MSM8916=y
3000 * [Config] QCOM_BAM_DMA && QCOM_GSBI=y
3001 * [Config] REGULATOR_QCOM_RPM=y
3002 * [Config] MMC_BLOCK_MINORS=32
3003 * [Config] CRYPTO_DRBG=y
3004
3005 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 04 Jan 2016 11:11:59 +0100
3006
3007 linux-dragon410c (4.2.0-2004.4) xenial; urgency=low
3008
3009 [ Paolo Pisati ]
3010
3011 * [Config] FTBFS: disable ARM64_CRYPTO
3012
3013 -- Paolo Pisati <paolo.pisati@canonical.com> Wed, 09 Dec 2015 14:12:54 +0100
3014
3015 linux-dragon410c (4.2.0-2003.3) xenial; urgency=low
3016
3017 [ Paolo Pisati ]
3018
3019 * [Config] COMMON_CLK_QCOM=y && HWSPINLOCK_QCOM=y
3020 * [Config] QCOM_SMD=y (fix FTBFS SERIAL_MSM_SMD)
3021 * [Config] MFD_QCOM_SMD_RPM=y && REGULATOR_QCOM_SMD_RPM=y
3022 * [Config] VIDEO_V4L2=y
3023 * [Config] MSM_VIDC_V4L2=y
3024 * [Config] QCOM_Q6V5_PIL=y && QCOM_TZ_PIL=y
3025 * [Config] DRM_MSM=y && DRM_I2C_ADV7511=y
3026 * [Config] SND_SOC_QCOM=y
3027 * [Config] MSM_GCC_8916=y
3028 * [Config] DRM_PANEL_SIMPLE=y
3029
3030 -- Paolo Pisati <paolo.pisati@canonical.com> Wed, 09 Dec 2015 11:33:29 +0100
3031
3032 linux-dragon410c (4.2.0-2002.2) xenial; urgency=low
3033
3034 [ Paolo Pisati ]
3035
3036 * [Config] snappy config fragments: generic, systemd, lxc, security and
3037 snappy
3038 * [Config] snappy/security: CC_STACKPROTECTOR_REGULAR=y
3039 * [Config] snappy/snappy: RFKILL_REGULATOR depends on REGULATOR=y
3040 * [Config] snappy/generic: CRASH_DUMP=y
3041 * [Config] snappy/generic: NVRAM=m
3042 * [Config] snappy/generic: INPUT_UINPUT=y
3043 * [Config] snappy/generic: SYSVIPC=y && SYSVIPC_SYSCTL=y
3044 * [Config] snappy/generic: LOCALVERSION= to avoid packaging failure
3045 * [Config] updateconfigs
3046
3047 [ Upstream Kernel Changes ]
3048
3049 * media: vidc: fix compile error
3050
3051 -- Paolo Pisati <paolo.pisati@canonical.com> Fri, 04 Dec 2015 15:24:16 +0100
3052
3053 linux-dragon410c (4.2.0-2001.1) xenial; urgency=low
3054
3055 [ Paolo Pisati ]
3056
3057 * import http://git.linaro.org/landing-teams/working/qualcomm/kernel.git @
3058 ubuntu-qcom-dragonboard410c-15.09
3059 * rebased on Ubuntu-4.2.0-19.23
3060
3061 -- Paolo Pisati <paolo.pisati@canonical.com> Thu, 03 Dec 2015 17:18:07 +0200