]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - debian.snapdragon/changelog
UBUNTU: Start new release
[mirror_ubuntu-artful-kernel.git] / debian.snapdragon / changelog
CommitLineData
927e0eef
TLSC
1linux-snapdragon (4.4.0-1068.73) UNRELEASED; urgency=low
2
3 CHANGELOG: Do not edit directly. Autogenerated at release.
4 CHANGELOG: Use the printchanges target to see the curent changes.
5 CHANGELOG: Use the insertchanges target to create the final log.
6
7 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Fri, 21 Jul 2017 06:56:48 -0300
8
aa2bd06a 9linux-snapdragon (4.4.0-1067.72) xenial; urgency=low
41a87f9f 10
aa2bd06a 11 * linux-snapdragon: 4.4.0-1067.72 -proposed tracker (LP: #1705566)
41a87f9f 12
aa2bd06a
TLSC
13 * sock_recvmsg has dropped size argument (LP: #1701697)
14 - Packaging: Breaks yet another iscsitarget-dkms version
15
16 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Thu, 20 Jul 2017 17:27:10 -0300
41a87f9f 17
75fa5834 18linux-snapdragon (4.4.0-1066.71) xenial; urgency=low
3404cd9d 19
75fa5834 20 * linux-snapdragon: 4.4.0-1066.71 -proposed tracker (LP: #1704989)
3404cd9d 21
75fa5834
TLSC
22 [ Ubuntu: 4.4.0-87.110 ]
23
24 * linux: 4.4.0-87.110 -proposed tracker (LP: #1704982)
25 * CVE-2017-1000364
26 - mm/mmap.c: do not blow on PROT_NONE MAP_FIXED holes in the stack
27 - mm/mmap.c: expand_downwards: don't require the gap if !vm_prev
28 * CIFS causes oops (LP: #1704857)
29 - CIFS: Fix null pointer deref during read resp processing
30 - CIFS: Fix some return values in case of error in 'crypt_message'
31
32 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Tue, 18 Jul 2017 10:51:11 -0300
3404cd9d 33
a24a2942 34linux-snapdragon (4.4.0-1065.70) xenial; urgency=low
85d7daf1 35
a24a2942 36 * linux-snapdragon: 4.4.0-1065.70 -proposed tracker (LP: #1703999)
85d7daf1 37
a24a2942
KSS
38 * sock_recvmsg has dropped size argument (LP: #1701697)
39 - Packaging: Breaks unfixed iscsitarget versions
40
41 [ Ubuntu: 4.4.0-86.109 ]
42
43 * linux: 4.4.0-86.109 -proposed tracker (LP: #1703995)
44 * sock_recvmsg has dropped size argument (LP: #1701697)
45 - Packaging: Breaks unfixed iscsitarget versions
46
47 [ Ubuntu: 4.4.0-85.108 ]
48
49 * linux: 4.4.0-85.108 -proposed tracker (LP: #1702103)
50 * [Hyper-V] Implement Hyper-V PTP Source (LP: #1676635)
51 - SAUCE: hv: make clocksource available for PTP device supporting
52 - Drivers: hv: util: Use hv_get_current_tick() to get current tick
53 - hv_util: switch to using timespec64
54 - hv_utils: implement Hyper-V PTP source
55 - Drivers: hv: util: Fix a typo
56 - Drivers: hv: util: don't forget to init host_ts.lock
57 - hv_utils: drop .getcrosststamp() support from PTP driver
58 - hv_utils: fix TimeSync work on pre-TimeSync-v4 hosts
59
60 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Thu, 13 Jul 2017 17:09:01 +0200
85d7daf1 61
bc1e8b33 62linux-snapdragon (4.4.0-1064.69) xenial; urgency=low
aba7c552 63
bc1e8b33 64 * linux-snapdragon: 4.4.0-1064.69 -proposed tracker (LP: #1701027)
aba7c552 65
bc1e8b33
TLSC
66 [ Ubuntu: 4.4.0-84.107 ]
67
68 * linux: 4.4.0-84.107 -proposed tracker (LP: #1701024)
69 * Can't disable USB port from BIOS (LP: #1695216)
70 - SAUCE: xhci: AMD Promontory USB disable port support
71 * KILLER1435-S[0489:e0a2] BT cannot search BT 4.0 device (LP: #1699651)
72 - Bluetooth: btusb: Add support for 0489:e0a2 QCA_ROME device
73 * CIFS: Enable encryption for SMB3 (LP: #1670508)
74 - Revert "Handle mismatched open calls"
75 - Revert "Call echo service immediately after socket reconnect"
76 - cifs: Make echo interval tunable
77 - Prepare for encryption support (first part). Add decryption and encryption
78 key generation. Thanks to Metze for helping with this.
79 - [net] drop 'size' argument of sock_recvmsg()
80 - cifs: merge the hash calculation helpers
81 - cifs: no need to wank with copying and advancing iovec on recvmsg side
82 either
83 - cifs: don't bother with kmap on read_pages side
84 - cifs_readv_receive: use cifs_read_from_socket()
85 - Fix memory leaks in cifs_do_mount()
86 - SMB3: Add mount parameter to allow user to override max credits
87 - SMB2: Separate Kerberos authentication from SMB2_sess_setup
88 - SMB2: Separate RawNTLMSSP authentication from SMB2_sess_setup
89 - SMB3: parsing for new snapshot timestamp mount parm
90 - cifs: Simplify SMB2 and SMB311 dependencies
91 - cifs: Only select the required crypto modules
92 - cifs: Add soft dependencies
93 - CIFS: Separate SMB2 header structure
94 - CIFS: Make SendReceive2() takes resp iov
95 - CIFS: Make send_cancel take rqst as argument
96 - CIFS: Send RFC1001 length in a separate iov
97 - CIFS: Separate SMB2 sync header processing
98 - CIFS: Separate RFC1001 length processing for SMB2 read
99 - CIFS: Add capability to transform requests before sending
100 - CIFS: Enable encryption during session setup phase
101 - CIFS: Encrypt SMB3 requests before sending
102 - CIFS: Add transform header handling callbacks
103 - CIFS: Add mid handle callback
104 - CIFS: Add copy into pages callback for a read operation
105 - CIFS: Decrypt and process small encrypted packets
106 - CIFS: Add capability to decrypt big read responses
107 - CIFS: Allow to switch on encryption with seal mount option
108 - CIFS: Fix possible use after free in demultiplex thread
109 - Call echo service immediately after socket reconnect
110 - Handle mismatched open calls
111 * CVE-2017-9150
112 - bpf: don't let ldimm64 leak map addresses on unprivileged
113 * CVE-2015-8944
114 - Make file credentials available to the seqfile interfaces
115 - /proc/iomem: only expose physical resource addresses to privileged users
116 * Xenial update to 4.4.73 stable release (LP: #1698817)
117 - s390/vmem: fix identity mapping
118 - partitions/msdos: FreeBSD UFS2 file systems are not recognized
119 - ARM: dts: imx6dl: Fix the VDD_ARM_CAP voltage for 396MHz operation
120 - staging: rtl8192e: rtl92e_fill_tx_desc fix write to mapped out memory.
121 - net: xilinx_emaclite: fix freezes due to unordered I/O
122 - net: xilinx_emaclite: fix receive buffer overflow
123 - ipv6: Handle IPv4-mapped src to in6addr_any dst.
124 - ipv6: Inhibit IPv4-mapped src address on the wire.
125 - NET: Fix /proc/net/arp for AX.25
126 - NET: mkiss: Fix panic
127 - net: hns: Fix the device being used for dma mapping during TX
128 - sierra_net: Skip validating irrelevant fields for IDLE LSIs
129 - sierra_net: Add support for IPv6 and Dual-Stack Link Sense Indications
130 - i2c: piix4: Fix request_region size
131 - ipv6: Fix IPv6 packet loss in scenarios involving roaming + snooping
132 switches
133 - PM / runtime: Avoid false-positive warnings from might_sleep_if()
134 - jump label: pass kbuild_cflags when checking for asm goto support
135 - kasan: respect /proc/sys/kernel/traceoff_on_warning
136 - log2: make order_base_2() behave correctly on const input value zero
137 - ethtool: do not vzalloc(0) on registers dump
138 - fscache: Fix dead object requeue
139 - fscache: Clear outstanding writes when disabling a cookie
140 - FS-Cache: Initialise stores_lock in netfs cookie
141 - ipv6: fix flow labels when the traffic class is non-0
142 - drm/nouveau: prevent userspace from deleting client object
143 - drm/nouveau/fence/g84-: protect against concurrent access to semaphore
144 buffers
145 - gianfar: synchronize DMA API usage by free_skb_rx_queue w/ gfar_new_page
146 - pinctrl: berlin-bg4ct: fix the value for "sd1a" of pin SCRD0_CRD_PRES
147 - net: adaptec: starfire: add checks for dma mapping errors
148 - parisc, parport_gsc: Fixes for printk continuation lines
149 - drm/nouveau: Don't enabling polling twice on runtime resume
150 - drm/ast: Fixed system hanged if disable P2A
151 - ravb: unmap descriptors when freeing rings
152 - nfs: Fix "Don't increment lock sequence ID after NFS4ERR_MOVED"
153 - r8152: re-schedule napi for tx
154 - r8152: fix rtl8152_post_reset function
155 - r8152: avoid start_xmit to schedule napi when napi is disabled
156 - sctp: sctp_addr_id2transport should verify the addr before looking up assoc
157 - romfs: use different way to generate fsid for BLOCK or MTD
158 - proc: add a schedule point in proc_pid_readdir()
159 - tipc: ignore requests when the connection state is not CONNECTED
160 - xtensa: don't use linux IRQ #0
161 - s390/kvm: do not rely on the ILC on kvm host protection fauls
162 - sparc64: make string buffers large enough
163 - Linux 4.4.73
164 * Xenial update to 4.4.72 stable release (LP: #1698799)
165 - bnx2x: Fix Multi-Cos
166 - ipv6: xfrm: Handle errors reported by xfrm6_find_1stfragopt()
167 - cxgb4: avoid enabling napi twice to the same queue
168 - tcp: disallow cwnd undo when switching congestion control
169 - vxlan: fix use-after-free on deletion
170 - ipv6: Fix leak in ipv6_gso_segment().
171 - net: ping: do not abuse udp_poll()
172 - net: ethoc: enable NAPI before poll may be scheduled
173 - net: bridge: start hello timer only if device is up
174 - sparc64: mm: fix copy_tsb to correctly copy huge page TSBs
175 - sparc: Machine description indices can vary
176 - sparc64: reset mm cpumask after wrap
177 - sparc64: combine activate_mm and switch_mm
178 - sparc64: redefine first version
179 - sparc64: add per-cpu mm of secondary contexts
180 - sparc64: new context wrap
181 - sparc64: delete old wrap code
182 - arch/sparc: support NR_CPUS = 4096
183 - serial: ifx6x60: fix use-after-free on module unload
184 - ptrace: Properly initialize ptracer_cred on fork
185 - KEYS: fix dereferencing NULL payload with nonzero length
186 - KEYS: fix freeing uninitialized memory in key_update()
187 - crypto: gcm - wait for crypto op not signal safe
188 - drm/amdgpu/ci: disable mclk switching for high refresh rates (v2)
189 - nfsd4: fix null dereference on replay
190 - nfsd: Fix up the "supattr_exclcreat" attributes
191 - kvm: async_pf: fix rcu_irq_enter() with irqs enabled
192 - KVM: cpuid: Fix read/write out-of-bounds vulnerability in cpuid emulation
193 - arm: KVM: Allow unaligned accesses at HYP
194 - KVM: async_pf: avoid async pf injection when in guest mode
195 - dmaengine: usb-dmac: Fix DMAOR AE bit definition
196 - dmaengine: ep93xx: Always start from BASE0
197 - xen/privcmd: Support correctly 64KB page granularity when mapping memory
198 - xen-netfront: do not cast grant table reference to signed short
199 - xen-netfront: cast grant table reference first to type int
200 - ext4: fix SEEK_HOLE
201 - ext4: keep existing extra fields when inode expands
202 - ext4: fix fdatasync(2) after extent manipulation operations
203 - usb: gadget: f_mass_storage: Serialize wake and sleep execution
204 - usb: chipidea: udc: fix NULL pointer dereference if udc_start failed
205 - usb: chipidea: debug: check before accessing ci_role
206 - staging/lustre/lov: remove set_fs() call from lov_getstripe()
207 - iio: light: ltr501 Fix interchanged als/ps register field
208 - iio: proximity: as3935: fix AS3935_INT mask
209 - drivers: char: random: add get_random_long()
210 - random: properly align get_random_int_hash
211 - stackprotector: Increase the per-task stack canary's random range from 32
212 bits to 64 bits on 64-bit platforms
213 - cpufreq: cpufreq_register_driver() should return -ENODEV if init fails
214 - target: Re-add check to reject control WRITEs with overflow data
215 - drm/msm: Expose our reservation object when exporting a dmabuf.
216 - Input: elantech - add Fujitsu Lifebook E546/E557 to force crc_enabled
217 - cpuset: consider dying css as offline
218 - fs: add i_blocksize()
219 - ufs: restore proper tail allocation
220 - fix ufs_isblockset()
221 - ufs: restore maintaining ->i_blocks
222 - ufs: set correct ->s_maxsize
223 - ufs_extend_tail(): fix the braino in calling conventions of
224 ufs_new_fragments()
225 - ufs_getfrag_block(): we only grab ->truncate_mutex on block creation path
226 - cxl: Fix error path on bad ioctl
227 - btrfs: use correct types for page indices in btrfs_page_exists_in_range
228 - btrfs: fix memory leak in update_space_info failure path
229 - KVM: arm/arm64: Handle possible NULL stage2 pud when ageing pages
230 - scsi: qla2xxx: don't disable a not previously enabled PCI device
231 - powerpc/eeh: Avoid use after free in eeh_handle_special_event()
232 - powerpc/numa: Fix percpu allocations to be NUMA aware
233 - powerpc/hotplug-mem: Fix missing endian conversion of aa_index
234 - perf/core: Drop kernel samples even though :u is specified
235 - drm/vmwgfx: Handle vmalloc() failure in vmw_local_fifo_reserve()
236 - drm/vmwgfx: Make sure backup_handle is always valid
237 - drm/nouveau/tmr: fully separate alarm execution/pending lists
238 - ALSA: timer: Fix race between read and ioctl
239 - ALSA: timer: Fix missing queue indices reset at SNDRV_TIMER_IOCTL_SELECT
240 - ASoC: Fix use-after-free at card unregistration
241 - drivers: char: mem: Fix wraparound check to allow mappings up to the end
242 - tty: Drop krefs for interrupted tty lock
243 - serial: sh-sci: Fix panic when serial console and DMA are enabled
244 - mm: consider memblock reservations for deferred memory initialization sizing
245 - NFS: Ensure we revalidate attributes before using execute_ok()
246 - NFSv4: Don't perform cached access checks before we've OPENed the file
247 - Make __xfs_xattr_put_listen preperly report errors.
248 - arm64: hw_breakpoint: fix watchpoint matching for tagged pointers
249 - arm64: entry: improve data abort handling of tagged pointers
250 - RDMA/qib,hfi1: Fix MR reference count leak on write with immediate
251 - usercopy: Adjust tests to deal with SMAP/PAN
252 - arm64: armv8_deprecated: ensure extension of addr
253 - arm64: ensure extension of smp_store_release value
254 - Linux 4.4.72
255 * Xenial update to 4.4.71 stable release (LP: #1697001)
256 - sparc: Fix -Wstringop-overflow warning
257 - s390/qeth: handle sysfs error during initialization
258 - s390/qeth: unbreak OSM and OSN support
259 - s390/qeth: avoid null pointer dereference on OSN
260 - tcp: avoid fragmenting peculiar skbs in SACK
261 - sctp: fix src address selection if using secondary addresses for ipv6
262 - tcp: eliminate negative reordering in tcp_clean_rtx_queue
263 - net: Improve handling of failures on link and route dumps
264 - bridge: netlink: check vlan_default_pvid range
265 - qmi_wwan: add another Lenovo EM74xx device ID
266 - bridge: start hello_timer when enabling KERNEL_STP in br_stp_start
267 - be2net: Fix offload features for Q-in-Q packets
268 - virtio-net: enable TSO/checksum offloads for Q-in-Q vlans
269 - tcp: avoid fastopen API to be used on AF_UNSPEC
270 - sctp: fix ICMP processing if skb is non-linear
271 - ipv4: add reference counting to metrics
272 - netem: fix skb_orphan_partial()
273 - net: phy: marvell: Limit errata to 88m1101
274 - vlan: Fix tcp checksum offloads in Q-in-Q vlans
275 - i2c: i2c-tiny-usb: fix buffer not being DMA capable
276 - mmc: sdhci-iproc: suppress spurious interrupt with Multiblock read
277 - HID: wacom: Have wacom_tpc_irq guard against possible NULL dereference
278 - scsi: mpt3sas: Force request partial completion alignment
279 - drm/radeon/ci: disable mclk switching for high refresh rates (v2)
280 - drm/radeon: Unbreak HPD handling for r600+
281 - pcmcia: remove left-over %Z format
282 - ALSA: hda - apply STAC_9200_DELL_M22 quirk for Dell Latitude D430
283 - slub/memcg: cure the brainless abuse of sysfs attributes
284 - drm/gma500/psb: Actually use VBT mode when it is found
285 - mm/migrate: fix refcount handling when !hugepage_migration_supported()
286 - mlock: fix mlock count can not decrease in race condition
287 - xfs: Fix missed holes in SEEK_HOLE implementation
288 - xfs: fix off-by-one on max nr_pages in xfs_find_get_desired_pgoff()
289 - xfs: fix over-copying of getbmap parameters from userspace
290 - xfs: handle array index overrun in xfs_dir2_leaf_readbuf()
291 - xfs: prevent multi-fsb dir readahead from reading random blocks
292 - xfs: fix up quotacheck buffer list error handling
293 - xfs: support ability to wait on new inodes
294 - xfs: update ag iterator to support wait on new inodes
295 - xfs: wait on new inodes during quotaoff dquot release
296 - xfs: fix indlen accounting error on partial delalloc conversion
297 - xfs: bad assertion for delalloc an extent that start at i_size
298 - xfs: fix unaligned access in xfs_btree_visit_blocks
299 - xfs: in _attrlist_by_handle, copy the cursor back to userspace
300 - xfs: only return -errno or success from attr ->put_listent
301 - Linux 4.4.71
302 * CVE-2017-7346
303 - drm/vmwgfx: limit the number of mip levels in vmw_gb_surface_define_ioctl()
304 * Power button does not work on Latitude 7480 (LP: #1697116)
305 - intel-hid: Remove duplicated acpi_remove_notify_handler
306 - platform/x86: intel-hid: Support 5 button array
307 * CVE-2017-9074
308 - ipv6: Check ip6_find_1stfragopt() return value properly.
309 * CVE-2014-9900
310 - net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol()
311
312 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Thu, 29 Jun 2017 06:56:07 -0300
aba7c552 313
99246587 314linux-snapdragon (4.4.0-1063.68) xenial; urgency=low
dcb1ee39 315
99246587 316 * linux-snapdragon: 4.4.0-1063.68 -proposed tracker (LP: #1700545)
dcb1ee39 317
99246587
TLSC
318 [ Ubuntu: 4.4.0-83.106 ]
319
320 * linux: 4.4.0-83.106 -proposed tracker (LP: #1700541)
321 * CVE-2017-1000364
322 - Revert "UBUNTU: SAUCE: mm: Only expand stack if guard area is hit"
323 - Revert "mm: do not collapse stack gap into THP"
324 - Revert "mm: enlarge stack guard gap"
325 - mm: vma_adjust: remove superfluous confusing update in remove_next == 1 case
326 - mm: larger stack guard gap, between vmas
327 - mm: fix new crash in unmapped_area_topdown()
328 - Allow stack to grow up to address space limit
329
330 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Mon, 26 Jun 2017 15:28:51 -0300
dcb1ee39 331
efd80e96 332linux-snapdragon (4.4.0-1062.67) xenial; urgency=low
92a7d4bb 333
efd80e96 334 * linux-snapdragon: 4.4.0-1062.67 -proposed tracker (LP: #1699068)
92a7d4bb 335
efd80e96
KSS
336 * Disable CONFIG_I2C_THUNDERX for snapdragon kernel (LP: #1696937)
337 - [Config] Disable CONFIG_I2C_THUNDERX
338
339 [ Ubuntu: 4.4.0-82.105 ]
340
341 * linux: 4.4.0-82.105 -proposed tracker (LP: #1699064)
342 * CVE-2017-1000364
343 - SAUCE: mm: Only expand stack if guard area is hit
344 * linux-aws/linux-gke incorrectly producing and using linux-*-tools-
345 common/linux-*-cloud-tools-common (LP: #1688579)
346 - [Config] make linux-tools-common and linux-cloud-tools-common protection
347 consistent
348 * CVE-2017-9242
349 - ipv6: fix out of bound writes in __ip6_append_data()
350 * CVE-2017-9075
351 - sctp: do not inherit ipv6_{mc|ac|fl}_list from parent
352 * CVE-2017-9074
353 - ipv6: Prevent overrun when parsing v6 header options
354 * CVE-2017-9076
355 - ipv6/dccp: do not inherit ipv6_mc_list from parent
356 * CVE-2017-9077
357 - ipv6/dccp: do not inherit ipv6_mc_list from parent
358 * CVE-2017-8890
359 - dccp/tcp: do not inherit mc_list from parent
360 * Module signing exclusion for staging drivers does not work properly
361 (LP: #1690908)
362 - SAUCE: Fix module signing exclusion in package builds
363 * extend-diff-ignore should use exact matches (LP: #1693504)
364 - [Packaging] exact extend-diff-ignore matches
365 * Dell XPS 9360 wifi 5G performance is poor (LP: #1692836)
366 - SAUCE: ath10k: fix the wifi speed issue for kill 1535
367 * Upgrade Redpine WLAN/BT driver to ver. 1.2.RC12 (LP: #1694607)
368 - SAUCE: Redpine: Upgrade to ver. 1.2.RC12
369 * [DP MST] No audio output through HDMI/DP/mDP ports in Dell WD15 and TB15
370 docking stations (LP: #1694665)
371 - drm/i915: Store port enum in intel_encoder
372 - drm/i915: Eliminate redundant local variable definition
373 - drm/i915: Switch to using port stored in intel_encoder
374 - drm/i915: Move audio_connector to intel_encoder
375 - drm/i915/dp: DP audio API changes for MST
376 - drm/i915: abstract ddi being audio enabled
377 - drm/i915/audio: extend get_saved_enc() to support more scenarios
378 - drm/i915: enable dp mst audio
379 * Xenial update to 4.4.70 stable release (LP: #1694621)
380 - usb: misc: legousbtower: Fix buffers on stack
381 - usb: misc: legousbtower: Fix memory leak
382 - USB: ene_usb6250: fix DMA to the stack
383 - watchdog: pcwd_usb: fix NULL-deref at probe
384 - char: lp: fix possible integer overflow in lp_setup()
385 - USB: core: replace %p with %pK
386 - ARM: tegra: paz00: Mark panel regulator as enabled on boot
387 - tpm_crb: check for bad response size
388 - infiniband: call ipv6 route lookup via the stub interface
389 - dm btree: fix for dm_btree_find_lowest_key()
390 - dm raid: select the Kconfig option CONFIG_MD_RAID0
391 - dm bufio: avoid a possible ABBA deadlock
392 - dm bufio: check new buffer allocation watermark every 30 seconds
393 - dm cache metadata: fail operations if fail_io mode has been established
394 - dm bufio: make the parameter "retain_bytes" unsigned long
395 - dm thin metadata: call precommit before saving the roots
396 - dm space map disk: fix some book keeping in the disk space map
397 - md: update slab_cache before releasing new stripes when stripes resizing
398 - rtlwifi: rtl8821ae: setup 8812ae RFE according to device type
399 - mwifiex: pcie: fix cmd_buf use-after-free in remove/reset
400 - ima: accept previously set IMA_NEW_FILE
401 - KVM: x86: Fix load damaged SSEx MXCSR register
402 - KVM: X86: Fix read out-of-bounds vulnerability in kvm pio emulation
403 - regulator: tps65023: Fix inverted core enable logic.
404 - s390/kdump: Add final note
405 - s390/cputime: fix incorrect system time
406 - ath9k_htc: Add support of AirTies 1eda:2315 AR9271 device
407 - ath9k_htc: fix NULL-deref at probe
408 - drm/amdgpu: Avoid overflows/divide-by-zero in latency_watermark
409 calculations.
410 - drm/amdgpu: Make display watermark calculations more accurate
411 - drm/nouveau/therm: remove ineffective workarounds for alarm bugs
412 - drm/nouveau/tmr: ack interrupt before processing alarms
413 - drm/nouveau/tmr: fix corruption of the pending list when rescheduling an
414 alarm
415 - drm/nouveau/tmr: avoid processing completed alarms when adding a new one
416 - drm/nouveau/tmr: handle races with hw when updating the next alarm time
417 - cdc-acm: fix possible invalid access when processing notification
418 - proc: Fix unbalanced hard link numbers
419 - of: fix sparse warning in of_pci_range_parser_one
420 - iio: dac: ad7303: fix channel description
421 - pid_ns: Sleep in TASK_INTERRUPTIBLE in zap_pid_ns_processes
422 - pid_ns: Fix race between setns'ed fork() and zap_pid_ns_processes()
423 - USB: serial: ftdi_sio: fix setting latency for unprivileged users
424 - USB: serial: ftdi_sio: add Olimex ARM-USB-TINY(H) PIDs
425 - ext4 crypto: don't let data integrity writebacks fail with ENOMEM
426 - ext4 crypto: fix some error handling
427 - net: qmi_wwan: Add SIMCom 7230E
428 - fscrypt: fix context consistency check when key(s) unavailable
429 - f2fs: check entire encrypted bigname when finding a dentry
430 - fscrypt: avoid collisions when presenting long encrypted filenames
431 - usb: host: xhci-plat: propagate return value of platform_get_irq()
432 - xhci: apply PME_STUCK_QUIRK and MISSING_CAS quirk for Denverton
433 - usb: host: xhci-mem: allocate zeroed Scratchpad Buffer
434 - net: irda: irda-usb: fix firmware name on big-endian hosts
435 - usbvision: fix NULL-deref at probe
436 - mceusb: fix NULL-deref at probe
437 - ttusb2: limit messages to buffer size
438 - usb: musb: tusb6010_omap: Do not reset the other direction's packet size
439 - USB: iowarrior: fix info ioctl on big-endian hosts
440 - usb: serial: option: add Telit ME910 support
441 - USB: serial: qcserial: add more Lenovo EM74xx device IDs
442 - USB: serial: mct_u232: fix big-endian baud-rate handling
443 - USB: serial: io_ti: fix div-by-zero in set_termios
444 - USB: hub: fix SS hub-descriptor handling
445 - USB: hub: fix non-SS hub-descriptor handling
446 - ipx: call ipxitf_put() in ioctl error path
447 - iio: proximity: as3935: fix as3935_write
448 - ceph: fix recursion between ceph_set_acl() and __ceph_setattr()
449 - gspca: konica: add missing endpoint sanity check
450 - s5p-mfc: Fix unbalanced call to clock management
451 - dib0700: fix NULL-deref at probe
452 - zr364xx: enforce minimum size when reading header
453 - dvb-frontends/cxd2841er: define symbol_rate_min/max in T/C fe-ops
454 - cx231xx-audio: fix init error path
455 - cx231xx-audio: fix NULL-deref at probe
456 - cx231xx-cards: fix NULL-deref at probe
457 - powerpc/book3s/mce: Move add_taint() later in virtual mode
458 - powerpc/pseries: Fix of_node_put() underflow during DLPAR remove
459 - powerpc/64e: Fix hang when debugging programs with relocated kernel
460 - ARM: dts: at91: sama5d3_xplained: fix ADC vref
461 - ARM: dts: at91: sama5d3_xplained: not all ADC channels are available
462 - arm64: xchg: hazard against entire exchange variable
463 - arm64: uaccess: ensure extension of access_ok() addr
464 - arm64: documentation: document tagged pointer stack constraints
465 - xc2028: Fix use-after-free bug properly
466 - Revert "UBUNTU: SAUCE: mm: Respect FOLL_FORCE/FOLL_COW for thp"
467 - mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for thp
468 - staging: rtl8192e: fix 2 byte alignment of register BSSIDR.
469 - staging: rtl8192e: rtl92e_get_eeprom_size Fix read size of EPROM_CMD.
470 - iommu/vt-d: Flush the IOTLB to get rid of the initial kdump mappings
471 - metag/uaccess: Fix access_ok()
472 - metag/uaccess: Check access_ok in strncpy_from_user
473 - uwb: fix device quirk on big-endian hosts
474 - genirq: Fix chained interrupt data ordering
475 - osf_wait4(): fix infoleak
476 - tracing/kprobes: Enforce kprobes teardown after testing
477 - PCI: Fix pci_mmap_fits() for HAVE_PCI_RESOURCE_TO_USER platforms
478 - PCI: Freeze PME scan before suspending devices
479 - drm/edid: Add 10 bpc quirk for LGD 764 panel in HP zBook 17 G2
480 - nfsd: encoders mustn't use unitialized values in error cases
481 - drivers: char: mem: Check for address space wraparound with mmap()
482 - Linux 4.4.70
483 * Xenial update to 4.4.69 stable release (LP: #1692900)
484 - xen: adjust early dom0 p2m handling to xen hypervisor behavior
485 - target: Fix compare_and_write_callback handling for non GOOD status
486 - target/fileio: Fix zero-length READ and WRITE handling
487 - target: Convert ACL change queue_depth se_session reference usage
488 - iscsi-target: Set session_fall_back_to_erl0 when forcing reinstatement
489 - usb: host: xhci: print correct command ring address
490 - USB: serial: ftdi_sio: add device ID for Microsemi/Arrow SF2PLUS Dev Kit
491 - USB: Proper handling of Race Condition when two USB class drivers try to
492 call init_usb_class simultaneously
493 - staging: vt6656: use off stack for in buffer USB transfers.
494 - staging: vt6656: use off stack for out buffer USB transfers.
495 - staging: gdm724x: gdm_mux: fix use-after-free on module unload
496 - staging: comedi: jr3_pci: fix possible null pointer dereference
497 - staging: comedi: jr3_pci: cope with jiffies wraparound
498 - usb: misc: add missing continue in switch
499 - usb: Make sure usb/phy/of gets built-in
500 - usb: hub: Fix error loop seen after hub communication errors
501 - usb: hub: Do not attempt to autosuspend disconnected devices
502 - x86/boot: Fix BSS corruption/overwrite bug in early x86 kernel startup
503 - selftests/x86/ldt_gdt_32: Work around a glibc sigaction() bug
504 - x86, pmem: Fix cache flushing for iovec write < 8 bytes
505 - um: Fix PTRACE_POKEUSER on x86_64
506 - KVM: x86: fix user triggerable warning in kvm_apic_accept_events()
507 - KVM: arm/arm64: fix races in kvm_psci_vcpu_on
508 - block: fix blk_integrity_register to use template's interval_exp if not 0
509 - crypto: algif_aead - Require setkey before accept(2)
510 - dm era: save spacemap metadata root after the pre-commit
511 - vfio/type1: Remove locked page accounting workqueue
512 - IB/core: Fix sysfs registration error flow
513 - IB/IPoIB: ibX: failed to create mcg debug file
514 - IB/mlx4: Fix ib device initialization error flow
515 - IB/mlx4: Reduce SRIOV multicast cleanup warning message to debug level
516 - ext4: evict inline data when writing to memory map
517 - fs/xattr.c: zero out memory copied to userspace in getxattr
518 - ceph: fix memory leak in __ceph_setxattr()
519 - fs/block_dev: always invalidate cleancache in invalidate_bdev()
520 - Set unicode flag on cifs echo request to avoid Mac error
521 - SMB3: Work around mount failure when using SMB3 dialect to Macs
522 - CIFS: fix mapping of SFM_SPACE and SFM_PERIOD
523 - cifs: fix CIFS_IOC_GET_MNT_INFO oops
524 - CIFS: add misssing SFM mapping for doublequote
525 - padata: free correct variable
526 - arm64: KVM: Fix decoding of Rt/Rt2 when trapping AArch32 CP accesses
527 - serial: samsung: Use right device for DMA-mapping calls
528 - serial: omap: fix runtime-pm handling on unbind
529 - serial: omap: suspend device on probe errors
530 - tty: pty: Fix ldisc flush after userspace become aware of the data already
531 - Bluetooth: Fix user channel for 32bit userspace on 64bit kernel
532 - Bluetooth: hci_bcm: add missing tty-device sanity check
533 - Bluetooth: hci_intel: add missing tty-device sanity check
534 - mac80211: pass RX aggregation window size to driver
535 - mac80211: pass block ack session timeout to to driver
536 - mac80211: RX BA support for sta max_rx_aggregation_subframes
537 - wlcore: Pass win_size taken from ieee80211_sta to FW
538 - wlcore: Add RX_BA_WIN_SIZE_CHANGE_EVENT event
539 - ipmi: Fix kernel panic at ipmi_ssif_thread()
540 - Linux 4.4.69
541 * Support IPMI system interface on Cavium ThunderX (LP: #1688132)
542 - i2c: octeon: Cleanup kerneldoc comments
543 - i2c: octeon: Cleanup i2c-octeon driver
544 - i2c: octeon: Cleanup resource allocation code
545 - i2c: octeon: Support I2C_M_RECV_LEN
546 - i2c: octeon: Increase retry default and use fixed timeout value
547 - i2c: octeon: Move set-clock and init-lowlevel upward
548 - i2c: octeon: Rename [read|write]_sw to reg_[read|write]
549 - i2c: octeon: Introduce helper functions for register access
550 - i2c: octeon: Remove superfluous check in octeon_i2c_test_iflg
551 - i2c: octeon: Improve error status checking
552 - i2c: octeon: Use i2c recovery framework
553 - i2c: octeon: Add flush writeq helper function
554 - i2c: octeon: Enable High-Level Controller
555 - i2c: octeon: Add support for cn78xx chips
556 - i2c: octeon: Remove zero-length message support
557 - i2c: octeon: Improve performance if interrupt is early
558 - i2c: octeon: Add workaround for broken irqs on CN3860
559 - i2c: octeon: Missing AAK flag in case of I2C_M_RECV_LEN
560 - i2c: octeon: Avoid printk after too long SMBUS message
561 - i2c: octeon: Rename driver to prepare for split
562 - i2c: octeon: Split the driver into two parts
563 - [Config] CONFIG_I2C_THUNDERX=m
564 - i2c: thunderx: Add i2c driver for ThunderX SOC
565 - i2c: thunderx: Add SMBUS alert support
566 - i2c: octeon,thunderx: Move register offsets to struct
567 - i2c: octeon: Sort include files alphabetically
568 - i2c: octeon: Use booleon values for booleon variables
569 - i2c: octeon: thunderx: Add MAINTAINERS entry
570 - i2c: octeon: Fix set SCL recovery function
571 - i2c: octeon: Avoid sending STOP during recovery
572 - i2c: octeon: Fix high-level controller status check
573 - i2c: octeon: thunderx: TWSI software reset in recovery
574 - i2c: octeon: thunderx: Remove double-check after interrupt
575 - i2c: octeon: thunderx: Limit register access retries
576 - i2c: thunderx: Enable HWMON class probing
577 * Xenial update to 4.4.68 stable release (LP: #1691418)
578 - 9p: fix a potential acl leak
579 - ARM: 8452/3: PJ4: make coprocessor access sequences buildable in Thumb2 mode
580 - cpupower: Fix turbo frequency reporting for pre-Sandy Bridge cores
581 - powerpc/powernv: Fix opal_exit tracepoint opcode
582 - power: supply: bq24190_charger: Fix irq trigger to IRQF_TRIGGER_FALLING
583 - power: supply: bq24190_charger: Call set_mode_host() on pm_resume()
584 - power: supply: bq24190_charger: Install irq_handler_thread() at end of
585 probe()
586 - power: supply: bq24190_charger: Call power_supply_changed() for relevant
587 component
588 - power: supply: bq24190_charger: Don't read fault register outside
589 irq_handle_thread()
590 - power: supply: bq24190_charger: Handle fault before status on interrupt
591 - leds: ktd2692: avoid harmless maybe-uninitialized warning
592 - ARM: OMAP5 / DRA7: Fix HYP mode boot for thumb2 build
593 - mwifiex: debugfs: Fix (sometimes) off-by-1 SSID print
594 - mwifiex: remove redundant dma padding in AMSDU
595 - mwifiex: Avoid skipping WEP key deletion for AP
596 - x86/ioapic: Restore IO-APIC irq_chip retrigger callback
597 - x86/pci-calgary: Fix iommu_free() comparison of unsigned expression >= 0
598 - clk: Make x86/ conditional on CONFIG_COMMON_CLK
599 - kprobes/x86: Fix kernel panic when certain exception-handling addresses are
600 probed
601 - x86/platform/intel-mid: Correct MSI IRQ line for watchdog device
602 - Revert "KVM: nested VMX: disable perf cpuid reporting"
603 - KVM: nVMX: initialize PML fields in vmcs02
604 - KVM: nVMX: do not leak PML full vmexit to L1
605 - usb: host: ehci-exynos: Decrese node refcount on exynos_ehci_get_phy() error
606 paths
607 - usb: host: ohci-exynos: Decrese node refcount on exynos_ehci_get_phy() error
608 paths
609 - usb: chipidea: Only read/write OTGSC from one place
610 - usb: chipidea: Handle extcon events properly
611 - USB: serial: keyspan_pda: fix receive sanity checks
612 - USB: serial: digi_acceleport: fix incomplete rx sanity check
613 - USB: serial: ssu100: fix control-message error handling
614 - USB: serial: io_edgeport: fix epic-descriptor handling
615 - USB: serial: ti_usb_3410_5052: fix control-message error handling
616 - USB: serial: ark3116: fix open error handling
617 - USB: serial: ftdi_sio: fix latency-timer error handling
618 - USB: serial: quatech2: fix control-message error handling
619 - USB: serial: mct_u232: fix modem-status error handling
620 - USB: serial: io_edgeport: fix descriptor error handling
621 - phy: qcom-usb-hs: Add depends on EXTCON
622 - serial: 8250_omap: Fix probe and remove for PM runtime
623 - scsi: mac_scsi: Fix MAC_SCSI=m option when SCSI=m
624 - MIPS: R2-on-R6 MULTU/MADDU/MSUBU emulation bugfix
625 - brcmfmac: Ensure pointer correctly set if skb data location changes
626 - brcmfmac: Make skb header writable before use
627 - staging: wlan-ng: add missing byte order conversion
628 - staging: emxx_udc: remove incorrect __init annotations
629 - ALSA: hda - Fix deadlock of controller device lock at unbinding
630 - tcp: do not underestimate skb->truesize in tcp_trim_head()
631 - bpf, arm64: fix jit branch offset related to ldimm64
632 - tcp: fix wraparound issue in tcp_lp
633 - tcp: do not inherit fastopen_req from parent
634 - ipv4, ipv6: ensure raw socket message is big enough to hold an IP header
635 - rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME string
636 - ipv6: initialize route null entry in addrconf_init()
637 - ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notf
638 - bnxt_en: allocate enough space for ->ntp_fltr_bmap
639 - f2fs: sanity check segment count
640 - drm/ttm: fix use-after-free races in vm fault handling
641 - block: get rid of blk_integrity_revalidate()
642 - Linux 4.4.68
643 * Keyboard backlight control does not work on some dell laptops.
644 (LP: #1693126)
645 - platform/x86: dell-laptop: Add Latitude 7480 and others to the DMI whitelist
646 - platform/x86: dell-laptop: Add keyboard backlight timeout AC settings
647 * Upgrade Redpine WLAN/BT driver to ver. 1.2.RC9 (LP: #1690498)
648 - SAUCE: Redpine: Upgrade to ver. 1.2.RC9
649 * exec'ing a setuid binary from a threaded program sometimes fails to setuid
650 (LP: #1672819)
651 - SAUCE: exec: ensure file system accounting in check_unsafe_exec is correct
652 * attempts to rename vlans / vlans have addr_assign_type of 0 on kernel 4.4
653 (LP: #1682871)
654 - vlan: Propagate MAC address to VLANs
655 * Exar usb-serial doesn't restore baud rate after resume from S3/S4
656 (LP: #1690362)
657 - SAUCE: xr-usb-serial: re-initialise baudrate after resume from S3/S4
658 * st_pressure, st_accel IIO drivers fail to detect sensors after reloading
659 kernel modules (LP: #1690310)
660 - SAUCE: (no-up) iio: st_pressure: st_accel: Initialise sensor platform data
661 properly
662 * nvidia-docker on ppc64le-ubuntu16.04 issue due to cross-thread naming if
663 !PR_DUMPABLE (LP: #1690225)
664 - procfs: fix pthread cross-thread naming if !PR_DUMPABLE
665 * linux xenial derivatives fail to build (LP: #1691814)
666 - [Packaging] Set do_tools_common in common vars
667
668 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Wed, 21 Jun 2017 10:45:33 +0200
92a7d4bb 669
e30621bd 670linux-snapdragon (4.4.0-1061.66) xenial; urgency=low
259b89e8 671
e30621bd
SB
672 [ Ubuntu: 4.4.0-81.104 ]
673
674 * CVE-2017-1000364
675 - mm: enlarge stack guard gap
676 - mm: do not collapse stack gap into THP
259b89e8
SB
677
678 -- Stefan Bader <stefan.bader@canonical.com> Wed, 14 Jun 2017 12:22:51 +0200
679
3f2a5dc6 680linux-snapdragon (4.4.0-1059.63) xenial; urgency=low
f7e53616 681
3f2a5dc6 682 * linux-snapdragon: 4.4.0-1059.63 -proposed tracker (LP: #1691183)
f7e53616 683
3f2a5dc6
TLSC
684 * linux xenial derivatives fail to build (LP: #1691814)
685 - [Packaging] Set do_tools_common in common vars
686 - [Packaging] Do not build tools-common
687
688 [ Ubuntu: 4.4.0-79.100 ]
689
690 * linux: 4.4.0-79.100 -proposed tracker (LP: #1691180)
691 * linux-aws/linux-gke incorrectly producing and using linux-*-tools-
692 common/linux-*-cloud-tools-common (LP: #1688579)
693 - [Config] make linux-tools-common and linux-cloud-tools-common provide linux-
694 gke versions
695 - [Config] make linux-tools-common and linux-cloud-tools-common provide linux-
696 aws versions
697 - [Packaging] prevent linux-*-tools-common from being produced from non linux
698 packages
699 * CVE-2017-0605
700 - tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline()
701 * i915-bpo crashes on external hdmi input (LP: #1580272)
702 - SAUCE: i915_bpo: Silence the warning about watermark entries not changing
703 * Kernel panics on Xenial when using cgroups and strict CFS limits
704 (LP: #1687512)
705 - sched/fair: Initialize throttle_count for new task-groups lazily
706 - sched/fair: Do not announce throttled next buddy in dequeue_task_fair()
707 * bonding - mlx5 - speed changed to 0 after changing ring size (LP: #1687877)
708 - bonding: allow notifications for bond_set_slave_link_state
709 * Xenial update to 4.4.67 stable release (LP: #1689296)
710 - timerfd: Protect the might cancel mechanism proper
711 - Handle mismatched open calls
712 - ASoC: intel: Fix PM and non-atomic crash in bytcr drivers
713 - ALSA: ppc/awacs: shut up maybe-uninitialized warning
714 - drbd: avoid redefinition of BITS_PER_PAGE
715 - mtd: avoid stack overflow in MTD CFI code
716 - net: tg3: avoid uninitialized variable warning
717 - netlink: Allow direct reclaim for fallback allocation
718 - IB/qib: rename BITS_PER_PAGE to RVT_BITS_PER_PAGE
719 - IB/ehca: fix maybe-uninitialized warnings
720 - ext4: require encryption feature for EXT4_IOC_SET_ENCRYPTION_POLICY
721 - ext4 crypto: revalidate dentry after adding or removing the key
722 - ext4 crypto: use dget_parent() in ext4_d_revalidate()
723 - ext4/fscrypto: avoid RCU lookup in d_revalidate
724 - nfsd4: minor NFSv2/v3 write decoding cleanup
725 - nfsd: stricter decoding of write-like NFSv2/v3 ops
726 - dm ioctl: prevent stack leak in dm ioctl call
727 - Linux 4.4.67
728 * Precision Rack failed to resume from S4 (LP: #1686061)
729 - x86 / hibernate: Use hlt_play_dead() when resuming from hibernation
730 - x86/boot: Split out kernel_ident_mapping_init()
731 - x86/power/64: Always create temporary identity mapping correctly
732 * Xenial update to 4.4.66 stable release (LP: #1688505)
733 - f2fs: do more integrity verification for superblock
734 - xc2028: unlock on error in xc2028_set_config()
735 - ARM: OMAP2+: timer: add probe for clocksources
736 - clk: sunxi: Add apb0 gates for H3
737 - crypto: testmgr - fix out of bound read in __test_aead()
738 - drm/amdgpu: fix array out of bounds
739 - ext4: check if in-inode xattr is corrupted in ext4_expand_extra_isize_ea()
740 - md:raid1: fix a dead loop when read from a WriteMostly disk
741 - MIPS: Fix crash registers on non-crashing CPUs
742 - net: cavium: liquidio: Avoid dma_unmap_single on uninitialized ndata
743 - net_sched: close another race condition in tcf_mirred_release()
744 - RDS: Fix the atomicity for congestion map update
745 - regulator: core: Clear the supply pointer if enabling fails
746 - usb: gadget: f_midi: Fixed a bug when buflen was smaller than wMaxPacketSize
747 - xen/x86: don't lose event interrupts
748 - sparc64: kern_addr_valid regression
749 - sparc64: Fix kernel panic due to erroneous #ifdef surrounding pmd_write()
750 - net: neigh: guard against NULL solicit() method
751 - net: phy: handle state correctly in phy_stop_machine
752 - l2tp: purge socket queues in the .destruct() callback
753 - l2tp: take reference on sessions being dumped
754 - l2tp: fix PPP pseudo-wire auto-loading
755 - net: ipv4: fix multipath RTM_GETROUTE behavior when iif is given
756 - sctp: listen on the sock only when it's state is listening or closed
757 - tcp: clear saved_syn in tcp_disconnect()
758 - dp83640: don't recieve time stamps twice
759 - net: ipv6: RTF_PCPU should not be settable from userspace
760 - netpoll: Check for skb->queue_mapping
761 - ip6mr: fix notification device destruction
762 - macvlan: Fix device ref leak when purging bc_queue
763 - ipv6: check skb->protocol before lookup for nexthop
764 - ipv6: check raw payload size correctly in ioctl
765 - ALSA: firewire-lib: fix inappropriate assignment between signed/unsigned
766 type
767 - ALSA: seq: Don't break snd_use_lock_sync() loop by timeout
768 - MIPS: KGDB: Use kernel context for sleeping threads
769 - MIPS: Avoid BUG warning in arch_check_elf
770 - p9_client_readdir() fix
771 - Input: i8042 - add Clevo P650RS to the i8042 reset list
772 - nfsd: check for oversized NFSv2/v3 arguments
773 - ARCv2: save r30 on kernel entry as gcc uses it for code-gen
774 - ftrace/x86: Fix triple fault with graph tracing and suspend-to-ram
775 - Linux 4.4.66
776 * Xenial update to 4.4.65 stable release (LP: #1688483)
777 - tipc: make sure IPv6 header fits in skb headroom
778 - tipc: make dist queue pernet
779 - tipc: re-enable compensation for socket receive buffer double counting
780 - tipc: correct error in node fsm
781 - tty: nozomi: avoid a harmless gcc warning
782 - hostap: avoid uninitialized variable use in hfa384x_get_rid
783 - gfs2: avoid uninitialized variable warning
784 - tipc: fix random link resets while adding a second bearer
785 - tipc: fix socket timer deadlock
786 - xc2028: avoid use after free
787 - netfilter: nfnetlink: correctly validate length of batch messages
788 - tipc: check minimum bearer MTU
789 - vfio/pci: Fix integer overflows, bitmask check
790 - staging/android/ion : fix a race condition in the ion driver
791 - ping: implement proper locking
792 - perf/core: Fix concurrent sys_perf_event_open() vs. 'move_group' race
793 - Linux 4.4.65
794 * Xenial update to 4.4.64 stable release (LP: #1687638)
795 - KEYS: Disallow keyrings beginning with '.' to be joined as session keyrings
796 - KEYS: Change the name of the dead type to ".dead" to prevent user access
797 - KEYS: fix keyctl_set_reqkey_keyring() to not leak thread keyrings
798 - tracing: Allocate the snapshot buffer before enabling probe
799 - ring-buffer: Have ring_buffer_iter_empty() return true when empty
800 - cifs: Do not send echoes before Negotiate is complete
801 - CIFS: remove bad_network_name flag
802 - s390/mm: fix CMMA vs KSM vs others
803 - VSOCK: Detach QP check should filter out non matching QPs.
804 - Input: elantech - add Fujitsu Lifebook E547 to force crc_enabled
805 - ACPI / power: Avoid maybe-uninitialized warning
806 - mmc: sdhci-esdhc-imx: increase the pad I/O drive strength for DDR50 card
807 - mac80211: reject ToDS broadcast data frames
808 - ubi/upd: Always flush after prepared for an update
809 - powerpc/kprobe: Fix oops when kprobed on 'stdu' instruction
810 - x86/mce/AMD: Give a name to MCA bank 3 when accessed with legacy MSRs
811 - kvm: arm/arm64: Fix locking for kvm_free_stage2_pgd
812 - x86, pmem: fix broken __copy_user_nocache cache-bypass assumptions
813 - block: fix del_gendisk() vs blkdev_ioctl crash
814 - tipc: fix crash during node removal
815 - Linux 4.4.64
816 * Xenial update to 4.4.63 stable release (LP: #1687629)
817 - cgroup, kthread: close race window where new kthreads can be migrated to
818 non-root cgroups
819 - thp: fix MADV_DONTNEED vs clear soft dirty race
820 - drm/nouveau/mpeg: mthd returns true on success now
821 - drm/nouveau/mmu/nv4a: use nv04 mmu rather than the nv44 one
822 - CIFS: store results of cifs_reopen_file to avoid infinite wait
823 - Input: xpad - add support for Razer Wildcat gamepad
824 - perf/x86: Avoid exposing wrong/stale data in intel_pmu_lbr_read_32()
825 - x86/vdso: Ensure vdso32_enabled gets set to valid values only
826 - x86/vdso: Plug race between mapping and ELF header setup
827 - acpi, nfit, libnvdimm: fix interleave set cookie calculation (64-bit
828 comparison)
829 - iscsi-target: Fix TMR reference leak during session shutdown
830 - iscsi-target: Drop work-around for legacy GlobalSAN initiator
831 - scsi: sr: Sanity check returned mode data
832 - scsi: sd: Consider max_xfer_blocks if opt_xfer_blocks is unusable
833 - scsi: sd: Fix capacity calculation with 32-bit sector_t
834 - xen, fbfront: fix connecting to backend
835 - libnvdimm: fix reconfig_mutex, mmap_sem, and jbd2_handle lockdep splat
836 - irqchip/irq-imx-gpcv2: Fix spinlock initialization
837 - ftrace: Fix removing of second function probe
838 - char: Drop bogus dependency of DEVPORT on !M68K
839 - char: lack of bool string made CONFIG_DEVPORT always on
840 - Revert "MIPS: Lantiq: Fix cascaded IRQ setup"
841 - kvm: fix page struct leak in handle_vmon
842 - zram: do not use copy_page with non-page aligned address
843 - powerpc: Disable HFSCR[TM] if TM is not supported
844 - crypto: ahash - Fix EINPROGRESS notification callback
845 - ath9k: fix NULL pointer dereference
846 - dvb-usb-v2: avoid use-after-free
847 - ext4: fix inode checksum calculation problem if i_extra_size is small
848 - platform/x86: acer-wmi: setup accelerometer when machine has appropriate
849 notify event
850 - rtc: tegra: Implement clock handling
851 - mm: Tighten x86 /dev/mem with zeroing reads
852 - dvb-usb: don't use stack for firmware load
853 - dvb-usb-firmware: don't do DMA on stack
854 - virtio-console: avoid DMA from stack
855 - pegasus: Use heap buffers for all register access
856 - rtl8150: Use heap buffers for all register access
857 - catc: Combine failure cleanup code in catc_probe()
858 - catc: Use heap buffer for memory size test
859 - tty/serial: atmel: RS485 half duplex w/DMA: enable RX after TX is done
860 - net: ipv6: check route protocol when deleting routes
861 - MIPS: fix Select HAVE_IRQ_EXIT_ON_IRQ_STACK patch.
862 - Linux 4.4.63
863
864 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Fri, 19 May 2017 09:39:36 -0300
f7e53616 865
c63ca6da 866linux-snapdragon (4.4.0-1058.62) xenial; urgency=low
d66f60e9 867
c63ca6da 868 * linux-snapdragon: 4.4.0-1058.62 -proposed tracker (LP: #1686649)
d66f60e9 869
c63ca6da
TLSC
870 [ Ubuntu: 4.4.0-78.99 ]
871
872 * linux: 4.4.0-78.99 -proposed tracker (LP: #1686645)
873 * Please backport fix to reference leak in cgroup blkio throttle
874 (LP: #1683976)
875 - block: fix module reference leak on put_disk() call for cgroups throttle
876 * UbuntuKVM guest crashed while running I/O stress test with Ubuntu kernel
877 4.4.0-47-generic (LP: #1659111)
878 - block: Unhash block device inodes on gendisk destruction
879 - block: Use pointer to backing_dev_info from request_queue
880 - block: Dynamically allocate and refcount backing_dev_info
881 - block: Make blk_get_backing_dev_info() safe without open bdev
882 - block: Get rid of blk_get_backing_dev_info()
883 - block: Move bdev_unhash_inode() after invalidate_partition()
884 - block: Unhash also block device inode for the whole device
885 - block: Revalidate i_bdev reference in bd_aquire()
886 - block: Initialize bd_bdi on inode initialization
887 - block: Move bdi_unregister() to del_gendisk()
888 - block: Allow bdi re-registration
889 - bdi: Fix use-after-free in wb_congested_put()
890 - block: Make del_gendisk() safer for disks without queues
891 - block: Fix bdi assignment to bdev inode when racing with disk delete
892 - bdi: Mark congested->bdi as internal
893 - bdi: Make wb->bdi a proper reference
894 - bdi: Unify bdi->wb_list handling for root wb_writeback
895 - bdi: Shutdown writeback on all cgwbs in cgwb_bdi_destroy()
896 - bdi: Do not wait for cgwbs release in bdi_unregister()
897 - bdi: Rename cgwb_bdi_destroy() to cgwb_bdi_unregister()
898 - block: Fix oops in locked_inode_to_wb_and_lock_list()
899 - kobject: Export kobject_get_unless_zero()
900 - block: Fix oops scsi_disk_get()
901 * Touchpad not working correctly after kernel upgrade (LP: #1662589)
902 - Input: ALPS - fix V8+ protocol handling (73 03 28)
903 * Xenial update to v4.4.62 stable release (LP: #1683728)
904 - drm/i915: Avoid tweaking evaluation thresholds on Baytrail v3
905 - drm/i915: Stop using RP_DOWN_EI on Baytrail
906 - usb: dwc3: gadget: delay unmap of bounced requests
907 - mtd: bcm47xxpart: fix parsing first block after aligned TRX
908 - MIPS: Introduce irq_stack
909 - MIPS: Stack unwinding while on IRQ stack
910 - MIPS: Only change $28 to thread_info if coming from user mode
911 - MIPS: Switch to the irq_stack in interrupts
912 - MIPS: Select HAVE_IRQ_EXIT_ON_IRQ_STACK
913 - MIPS: IRQ Stack: Fix erroneous jal to plat_irq_dispatch
914 - crypto: caam - fix RNG deinstantiation error checking
915 - Linux 4.4.62
916 * ifup service of network device stay active after driver stop (LP: #1672144)
917 - net: use net->count to check whether a netns is alive or not
918 * [Hyper-V] mkfs regression in kernel 4.4+ (LP: #1682215)
919 - block: relax check on sg gap
920 * [Feature] KBL: intel_powerclamp driver support (LP: #1591641)
921 - thermal/powerclamp: remove cpu whitelist
922 - thermal/powerclamp: correct cpu support check
923 - thermal/powerclamp: add back module device table
924 * sysfs channel reads of lps22hb pressure sensor are stale (LP: #1682103)
925 - iio: st_pressure: initialize lps22hb bootime
926 * Backlight control does not work and there are no entries in
927 /sys/class/backlight (LP: #1667323)
928 - Revert "ACPI / video: Add force_native quirk for HP Pavilion dv6"
929 * [Feature] KBL: intel_rapl driver support (LP: #1591640)
930 - powercap/intel_rapl: Add support for Kabylake
931 * Xenial update to v4.4.61 stable release (LP: #1682140)
932 - drm/vmwgfx: Type-check lookups of fence objects
933 - drm/vmwgfx: NULL pointer dereference in vmw_surface_define_ioctl()
934 - drm/vmwgfx: avoid calling vzalloc with a 0 size in vmw_get_cap_3d_ioctl()
935 - drm/ttm, drm/vmwgfx: Relax permission checking when opening surfaces
936 - drm/vmwgfx: Remove getparam error message
937 - drm/vmwgfx: fix integer overflow in vmw_surface_define_ioctl()
938 - sysfs: be careful of error returns from ops->show()
939 - staging: android: ashmem: lseek failed due to no FMODE_LSEEK.
940 - arm/arm64: KVM: Take mmap_sem in stage2_unmap_vm
941 - arm/arm64: KVM: Take mmap_sem in kvm_arch_prepare_memory_region
942 - iio: bmg160: reset chip when probing
943 - Reset TreeId to zero on SMB2 TREE_CONNECT
944 - ptrace: fix PTRACE_LISTEN race corrupting task->state
945 - ring-buffer: Fix return value check in test_ringbuffer()
946 - metag/usercopy: Drop unused macros
947 - metag/usercopy: Fix alignment error checking
948 - metag/usercopy: Add early abort to copy_to_user
949 - metag/usercopy: Zero rest of buffer from copy_from_user
950 - metag/usercopy: Set flags before ADDZ
951 - metag/usercopy: Fix src fixup in from user rapf loops
952 - metag/usercopy: Add missing fixups
953 - powerpc/mm: Add missing global TLB invalidate if cxl is active
954 - powerpc: Don't try to fix up misaligned load-with-reservation instructions
955 - nios2: reserve boot memory for device tree
956 - s390/decompressor: fix initrd corruption caused by bss clear
957 - s390/uaccess: get_user() should zero on failure (again)
958 - MIPS: Force o32 fp64 support on 32bit MIPS64r6 kernels
959 - MIPS: ralink: Fix typos in rt3883 pinctrl
960 - MIPS: End spinlocks with .insn
961 - MIPS: Lantiq: fix missing xbar kernel panic
962 - MIPS: Flush wrong invalid FTLB entry for huge page
963 - mm/mempolicy.c: fix error handling in set_mempolicy and mbind.
964 - Linux 4.4.61
965 * Xenial update to v4.4.60 stable release (LP: #1681862)
966 - libceph: force GFP_NOIO for socket allocations
967 - xen/setup: Don't relocate p2m over existing one
968 - scsi: mpt3sas: fix hang on ata passthrough commands
969 - scsi: sg: check length passed to SG_NEXT_CMD_LEN
970 - scsi: libsas: fix ata xfer length
971 - ALSA: seq: Fix race during FIFO resize
972 - ALSA: hda - fix a problem for lineout on a Dell AIO machine
973 - ASoC: atmel-classd: fix audio clock rate
974 - ACPI: Fix incompatibility with mcount-based function graph tracing
975 - ACPI: Do not create a platform_device for IOAPIC/IOxAPIC
976 - tty/serial: atmel: fix race condition (TX+DMA)
977 - tty/serial: atmel: fix TX path in atmel_console_write()
978 - USB: fix linked-list corruption in rh_call_control()
979 - KVM: x86: clear bus pointer when destroyed
980 - drm/radeon: Override fpfn for all VRAM placements in radeon_evict_flags
981 - mm, hugetlb: use pte_present() instead of pmd_present() in follow_huge_pmd()
982 - MIPS: Lantiq: Fix cascaded IRQ setup
983 - rtc: s35390a: fix reading out alarm
984 - rtc: s35390a: make sure all members in the output are set
985 - rtc: s35390a: implement reset routine as suggested by the reference
986 - rtc: s35390a: improve irq handling
987 - KVM: kvm_io_bus_unregister_dev() should never fail
988 - power: reset: at91-poweroff: timely shutdown LPDDR memories
989 - blk: improve order of bio handling in generic_make_request()
990 - blk: Ensure users for current->bio_list can see the full list.
991 - padata: avoid race in reordering
992 - Linux 4.4.60
993
994 [ Ubuntu: 4.4.0-77.98 ]
995
996 * linux: 4.4.0-77.98 -proposed tracker (LP: #1686040)
997 * [Hyper-V][SAUCE] pci-hyperv: Use only 16 bit integer for PCI domain
998 (LP: #1684971)
999 - SAUCE: pci-hyperv: Use only 16 bit integer for PCI domain
1000 * Upgrade Redpine WLAN/BT driver to ver. 1.2.RC4 (LP: #1669672)
1001 - SAUCE: sdhci: use PCI ID to identify Dell IoT gateways
1002 - SAUCE: Redpine: Upgrade to ver. 1.2.RC4
1003 - [Config] Update CONFIG_VEN_RSI_* configs
1004 - SAUCE: Redpine: add copyright to kernel packages
1005 * Fix RX fail issue on Exar USB serial driver after resume from S3/S4
1006 (LP: #1685133)
1007 - SAUCE: xr-usb-serial: Update driver for Exar USB serial ports
1008 * Miscellaneous Ubuntu changes
1009 - [Config] updating configs to match redpine driver changes
1010
1011 [ Ubuntu: 4.4.0-75.96 ]
1012
1013 * linux: 4.4.0-75.96 -proposed tracker (LP: #1684441)
1014 * [Hyper-V] hv: util: move waiting for release to hv_utils_transport itself
1015 (LP: #1682561)
1016 - Drivers: hv: util: move waiting for release to hv_utils_transport itself
1017
1018 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Thu, 27 Apr 2017 18:07:58 -0300
d66f60e9 1019
d7443b33 1020linux-snapdragon (4.4.0-1057.61) xenial; urgency=low
1fb8bc44 1021
d7443b33
SB
1022 * linux-snapdragon: 4.4.0-1057.61 -proposed tracker (LP: #1682045)
1023
1024 [ Ubuntu: 4.4.0-74.95 ]
1025
1026 * linux: 4.4.0-74.95 -proposed tracker (LP: #1682041)
1027 * [Hyper-V] hv: vmbus: Raise retry/wait limits in vmbus_post_msg()
1028 (LP: #1681893)
1029 - Drivers: hv: vmbus: Raise retry/wait limits in vmbus_post_msg()
1fb8bc44
SB
1030
1031 -- Stefan Bader <stefan.bader@canonical.com> Wed, 12 Apr 2017 15:27:24 +0200
1032
41f5872e 1033linux-snapdragon (4.4.0-1056.60) xenial; urgency=low
e3b1ed4c 1034
41f5872e 1035 * linux-snapdragon: 4.4.0-1056.60 -proposed tracker (LP: #1680423)
e3b1ed4c 1036
41f5872e
TLSC
1037 [ Ubuntu: 4.4.0-73.94 ]
1038
1039 * linux: 4.4.0-73.94 -proposed tracker (LP: #1680416)
1040 * CVE-2017-6353
1041 - sctp: deny peeloff operation on asocs with threads sleeping on it
1042 * vfat: missing iso8859-1 charset (LP: #1677230)
1043 - [Config] NLS_ISO8859_1=y
1044 * Regression: KVM modules should be on main kernel package (LP: #1678099)
1045 - [Config] powerpc: Add kvm-hv and kvm-pr to the generic inclusion list
1046 * linux-lts-xenial 4.4.0-63.84~14.04.2 ADT test failure with linux-lts-xenial
1047 4.4.0-63.84~14.04.2 (LP: #1664912)
1048 - SAUCE: apparmor: fix link auditing failure due to, uninitialized var
1049 * regession tests failing after stackprofile test is run (LP: #1661030)
1050 - SAUCE: fix regression with domain change in complain mode
1051 * Permission denied and inconsistent behavior in complain mode with 'ip netns
1052 list' command (LP: #1648903)
1053 - SAUCE: fix regression with domain change in complain mode
1054 * unexpected errno=13 and disconnected path when trying to open /proc/1/ns/mnt
1055 from a unshared mount namespace (LP: #1656121)
1056 - SAUCE: apparmor: null profiles should inherit parent control flags
1057 * apparmor refcount leak of profile namespace when removing profiles
1058 (LP: #1660849)
1059 - SAUCE: apparmor: fix ns ref count link when removing profiles from policy
1060 * tor in lxd: apparmor="DENIED" operation="change_onexec"
1061 namespace="root//CONTAINERNAME_<var-lib-lxd>" profile="unconfined"
1062 name="system_tor" (LP: #1648143)
1063 - SAUCE: apparmor: Fix no_new_privs blocking change_onexec when using stacked
1064 namespaces
1065 * apparmor oops in bind_mnt when dev_path lookup fails (LP: #1660840)
1066 - SAUCE: apparmor: fix oops in bind_mnt when dev_path lookup fails
1067 * apparmor auditing denied access of special apparmor .null fi\ le
1068 (LP: #1660836)
1069 - SAUCE: apparmor: Don't audit denied access of special apparmor .null file
1070 * apparmor label leak when new label is unused (LP: #1660834)
1071 - SAUCE: apparmor: fix label leak when new label is unused
1072 * apparmor reference count bug in label_merge_insert() (LP: #1660833)
1073 - SAUCE: apparmor: fix reference count bug in label_merge_insert()
1074 * apparmor's raw_data file in securityfs is sometimes truncated (LP: #1638996)
1075 - SAUCE: apparmor: fix replacement race in reading rawdata
1076 * unix domain socket cross permission check failing with nested namespaces
1077 (LP: #1660832)
1078 - SAUCE: apparmor: fix cross ns perm of unix domain sockets
1079 * Xenial update to v4.4.59 stable release (LP: #1678960)
1080 - xfrm: policy: init locks early
1081 - virtio_balloon: init 1st buffer in stats vq
1082 - pinctrl: qcom: Don't clear status bit on irq_unmask
1083 - c6x/ptrace: Remove useless PTRACE_SETREGSET implementation
1084 - h8300/ptrace: Fix incorrect register transfer count
1085 - mips/ptrace: Preserve previous registers for short regset write
1086 - sparc/ptrace: Preserve previous registers for short regset write
1087 - metag/ptrace: Preserve previous registers for short regset write
1088 - metag/ptrace: Provide default TXSTATUS for short NT_PRSTATUS
1089 - metag/ptrace: Reject partial NT_METAG_RPIPE writes
1090 - fscrypt: remove broken support for detecting keyring key revocation
1091 - sched/rt: Add a missing rescheduling point
1092 - Linux 4.4.59
1093 * Update ENA driver to 1.1.2 from net-next (LP: #1664312)
1094 - net: ena: Remove unnecessary pci_set_drvdata()
1095 - net: ena: Fix error return code in ena_device_init()
1096 - net: ena: change the return type of ena_set_push_mode() to be void.
1097 - net: ena: use setup_timer() and mod_timer()
1098 - net/ena: remove ntuple filter support from device feature list
1099 - net/ena: fix queues number calculation
1100 - net/ena: fix ethtool RSS flow configuration
1101 - net/ena: fix RSS default hash configuration
1102 - net/ena: fix NULL dereference when removing the driver after device reset
1103 failed
1104 - net/ena: refactor ena_get_stats64 to be atomic context safe
1105 - net/ena: fix potential access to freed memory during device reset
1106 - net/ena: use READ_ONCE to access completion descriptors
1107 - net/ena: reduce the severity of ena printouts
1108 - net/ena: change driver's default timeouts
1109 - net/ena: change condition for host attribute configuration
1110 - net/ena: update driver version to 1.1.2
1111 * Xenial update to v4.4.58 stable release (LP: #1677600)
1112 - net/openvswitch: Set the ipv6 source tunnel key address attribute correctly
1113 - net: bcmgenet: Do not suspend PHY if Wake-on-LAN is enabled
1114 - net: properly release sk_frag.page
1115 - amd-xgbe: Fix jumbo MTU processing on newer hardware
1116 - net: unix: properly re-increment inflight counter of GC discarded candidates
1117 - net/mlx5: Increase number of max QPs in default profile
1118 - net/mlx5e: Count LRO packets correctly
1119 - net: bcmgenet: remove bcmgenet_internal_phy_setup()
1120 - ipv4: provide stronger user input validation in nl_fib_input()
1121 - socket, bpf: fix sk_filter use after free in sk_clone_lock
1122 - tcp: initialize icsk_ack.lrcvtime at session start time
1123 - Input: elan_i2c - add ASUS EeeBook X205TA special touchpad fw
1124 - Input: i8042 - add noloop quirk for Dell Embedded Box PC 3000
1125 - Input: iforce - validate number of endpoints before using them
1126 - Input: ims-pcu - validate number of endpoints before using them
1127 - Input: hanwang - validate number of endpoints before using them
1128 - Input: yealink - validate number of endpoints before using them
1129 - Input: cm109 - validate number of endpoints before using them
1130 - Input: kbtab - validate number of endpoints before using them
1131 - Input: sur40 - validate number of endpoints before using them
1132 - ALSA: seq: Fix racy cell insertions during snd_seq_pool_done()
1133 - ALSA: ctxfi: Fix the incorrect check of dma_set_mask() call
1134 - ALSA: hda - Adding a group of pin definition to fix headset problem
1135 - USB: serial: option: add Quectel UC15, UC20, EC21, and EC25 modems
1136 - USB: serial: qcserial: add Dell DW5811e
1137 - ACM gadget: fix endianness in notifications
1138 - usb: gadget: f_uvc: Fix SuperSpeed companion descriptor's wBytesPerInterval
1139 - usb-core: Add LINEAR_FRAME_INTR_BINTERVAL USB quirk
1140 - USB: uss720: fix NULL-deref at probe
1141 - USB: lvtest: fix NULL-deref at probe
1142 - USB: idmouse: fix NULL-deref at probe
1143 - USB: wusbcore: fix NULL-deref at probe
1144 - usb: musb: cppi41: don't check early-TX-interrupt for Isoch transfer
1145 - usb: hub: Fix crash after failure to read BOS descriptor
1146 - uwb: i1480-dfu: fix NULL-deref at probe
1147 - uwb: hwa-rc: fix NULL-deref at probe
1148 - mmc: ushc: fix NULL-deref at probe
1149 - iio: adc: ti_am335x_adc: fix fifo overrun recovery
1150 - iio: hid-sensor-trigger: Change get poll value function order to avoid
1151 sensor properties losing after resume from S3
1152 - parport: fix attempt to write duplicate procfiles
1153 - ext4: mark inode dirty after converting inline directory
1154 - mmc: sdhci: Do not disable interrupts while waiting for clock
1155 - xen/acpi: upload PM state from init-domain to Xen
1156 - iommu/vt-d: Fix NULL pointer dereference in device_to_iommu
1157 - ARM: at91: pm: cpu_idle: switch DDR to power-down mode
1158 - ARM: dts: at91: sama5d2: add dma properties to UART nodes
1159 - cpufreq: Restore policy min/max limits on CPU online
1160 - raid10: increment write counter after bio is split
1161 - libceph: don't set weight to IN when OSD is destroyed
1162 - xfs: don't allow di_size with high bit set
1163 - xfs: fix up xfs_swap_extent_forks inline extent handling
1164 - nl80211: fix dumpit error path RTNL deadlocks
1165 - USB: usbtmc: add missing endpoint sanity check
1166 - xfs: clear _XBF_PAGES from buffers when readahead page
1167 - igb: add i211 to i210 PHY workaround
1168 - vfio/spapr: Postpone allocation of userspace version of TCE table
1169 - block: allow WRITE_SAME commands with the SG_IO ioctl
1170 - fbcon: Fix vc attr at deinit
1171 - crypto: algif_hash - avoid zero-sized array
1172 - Linux 4.4.58
1173 * PS/2 mouse does not work on Dell embedded computer (LP: #1591053)
1174 - Input: i8042 - add noloop quirk for Dell Embedded Box PC 3000
1175 * Xenial update to v4.4.57 stable release (LP: #1676424)
1176 - give up on gcc ilog2() constant optimizations
1177 - perf/core: Fix event inheritance on fork()
1178 - cpufreq: Fix and clean up show_cpuinfo_cur_freq()
1179 - powerpc/boot: Fix zImage TOC alignment
1180 - md/raid1/10: fix potential deadlock
1181 - target/pscsi: Fix TYPE_TAPE + TYPE_MEDIMUM_CHANGER export
1182 - scsi: lpfc: Add shutdown method for kexec
1183 - scsi: libiscsi: add lock around task lists to fix list corruption regression
1184 - target: Fix VERIFY_16 handling in sbc_parse_cdb
1185 - isdn/gigaset: fix NULL-deref at probe
1186 - gfs2: Avoid alignment hole in struct lm_lockname
1187 - percpu: acquire pcpu_lock when updating pcpu_nr_empty_pop_pages
1188 - ext4: fix fencepost in s_first_meta_bg validation
1189 - Linux 4.4.57
1190 * Xenial update to v4.4.56 stable release (LP: #1675789)
1191 - netlink: remove mmapped netlink support
1192 - [Config] CONFIG_NETLINK_MMAP disappeared
1193 - vxlan: correctly validate VXLAN ID against VXLAN_N_VID
1194 - vti6: return GRE_KEY for vti6
1195 - ipv4: mask tos for input route
1196 - l2tp: avoid use-after-free caused by l2tp_ip_backlog_recv
1197 - net: don't call strlen() on the user buffer in packet_bind_spkt()
1198 - net: net_enable_timestamp() can be called from irq contexts
1199 - dccp: Unlock sock before calling sk_free()
1200 - tcp: fix various issues for sockets morphing to listen state
1201 - net: fix socket refcounting in skb_complete_wifi_ack()
1202 - net: fix socket refcounting in skb_complete_tx_timestamp()
1203 - dccp: fix use-after-free in dccp_feat_activate_values
1204 - vrf: Fix use-after-free in vrf_xmit
1205 - uapi: fix linux/packet_diag.h userspace compilation error
1206 - act_connmark: avoid crashing on malformed nlattrs with null parms
1207 - mpls: Send route delete notifications when router module is unloaded
1208 - ipv6: make ECMP route replacement less greedy
1209 - ipv6: avoid write to a possibly cloned skb
1210 - dccp/tcp: fix routing redirect race
1211 - dccp: fix memory leak during tear-down of unsuccessful connection request
1212 - net sched actions: decrement module reference count after table flush.
1213 - fscrypt: fix renaming and linking special files
1214 - fscrypto: lock inode while setting encryption policy
1215 - x86/kasan: Fix boot with KASAN=y and PROFILE_ANNOTATED_BRANCHES=y
1216 - x86/perf: Fix CR4.PCE propagation to use active_mm instead of mm
1217 - futex: Fix potential use-after-free in FUTEX_REQUEUE_PI
1218 - futex: Add missing error handling to FUTEX_REQUEUE_PI
1219 - Linux 4.4.56
1220 * Kernel linux-image-4.4.0-67-generic prevent the boot on Microsoft Hyper-v
1221 2012r2 Gen2 VM (LP: #1674635)
1222 - scsi: storvsc: Workaround for virtual DVD SCSI version
1223 * [Hyper-V][Mellanox] net/mlx4_core: Avoid delays during VF driver device
1224 shutdown (LP: #1672785)
1225 - net/mlx4_core: Avoid delays during VF driver device shutdown
1226 * Channel data values for IIO based st_sensors (st_accel, st_pressure) are
1227 incorrect (LP: #1676356)
1228 - iio: core: added support for IIO_VAL_INT
1229 - iio: st_sensors: simplify buffer address handling
1230 - iio: st_sensors: read each channel individually
1231 - iio:st_sensors: emulate SMBus block read if needed
1232 - iio:st_sensors: align on storagebits boundaries
1233 - iio:st_pressure: temperature triggered buffering
1234 - iio:st_pressure: clean useless static channel initializers
1235 - iio: st_pressure: Fix data sign
1236 * Enable lspcon on i915 (LP: #1676747)
1237 - drm: Helper for lspcon in drm_dp_dual_mode
1238 - drm/i915: Add lspcon support for I915 driver
1239 - drm/i915: Parse VBT data for lspcon
1240 - drm/i915: Enable lspcon initialization
1241 - drm/i915: Add lspcon resume function
1242 * stress_smoke_test passing and exiting rc=9 (linux 4.9.0-12.13 ADT test
1243 failure with linux 4.9.0-12.13) (LP: #1658633)
1244 - ext4: lock the xattr block before checksuming it
1245 * Fix line-out port noise on Baytrail-I with RT5660 based sound card
1246 (LP: #1675327)
1247 - SAUCE: (no-up): ASoC: Intel: bytcr-rt5660: Fix noise in line-out
1248 * Kernel 4.4.0-67 Defaults to ACPI-cpufreq rather than P-State - Dell
1249 Precision 5520 (LP: #1674390)
1250 - cpufreq: intel_pstate: Enable HWP by default
1251 * ip_rcv_finish() NULL pointer kernel panic (LP: #1672470)
1252 - bridge: drop netfilter fake rtable unconditionally
1253 * dm-queue-length module is not included in installer/initramfs (LP: #1673350)
1254 - d-i: Also add dm-queue-length to multipath modules
1255 * Broadcom bluetooth modules sometimes fail to initialize (LP: #1483101)
1256 - Bluetooth: btbcm: Add a delay for module reset
1257 * Need support of Broadcom bluetooth device [413c:8143] (LP: #1166113)
1258 - Bluetooth: btusb: Add support for 413c:8143
1259 * i40e Intel X710 error during device probe prevents link set up and ip
1260 association (LP: #1672550)
1261 - i40e: check for and deal with non-contiguous TCs
1262 * CIFS: Call echo service immediately after socket reconnect (LP: #1669941)
1263 - Call echo service immediately after socket reconnect
1264 * FC Adapter (LPe32000-based) prints "iotag out of range", goes offline, and
1265 delays boot a lot (Ubuntu17.04/Emulex/lpfc)) (LP: #1670490)
1266 - scsi: lpfc: Add missing memory barrier
1267 * No C-State Deeper than C3 utilized by Kaby Lake 7820HQ in Precision 5520
1268 (LP: #1672439)
1269 - intel_idle: Add KBL support
1270 * [Hyper-V] Missing PCI patches breaking SR-IOV hot remove (LP: #1670518)
1271 - PCI: hv: Fix hv_pci_remove() for hot-remove
1272 - PCI: hv: Delete the device earlier from hbus->children for hot-remove
1273 - PCI: hv: Make unnecessarily global IRQ masking functions static
1274 - PCI: hv: Allocate physically contiguous hypercall params buffer
1275 * Xenial update to v4.4.55 stable release (LP: #1674292)
1276 - USB: serial: digi_acceleport: fix OOB data sanity check
1277 - USB: serial: digi_acceleport: fix OOB-event processing
1278 - crypto: improve gcc optimization flags for serpent and wp512
1279 - MIPS: Update defconfigs for NF_CT_PROTO_DCCP/UDPLITE change
1280 - MIPS: ip27: Disable qlge driver in defconfig
1281 - MIPS: Update ip27_defconfig for SCSI_DH change
1282 - MIPS: ip22: Fix ip28 build for modern gcc
1283 - MIPS: Update lemote2f_defconfig for CPU_FREQ_STAT change
1284 - mtd: pmcmsp: use kstrndup instead of kmalloc+strncpy
1285 - MIPS: ralink: Cosmetic change to prom_init().
1286 - MIPS: ralink: Remove unused rt*_wdt_reset functions
1287 - cpmac: remove hopeless #warning
1288 - mm: memcontrol: avoid unused function warning
1289 - MIPS: DEC: Avoid la pseudo-instruction in delay slots
1290 - MIPS: Netlogic: Fix CP0_EBASE redefinition warnings
1291 - tracing: Add #undef to fix compile error
1292 - powerpc: Emulation support for load/store instructions on LE
1293 - usb: gadget: dummy_hcd: clear usb_gadget region before registration
1294 - usb: dwc3: gadget: make Set Endpoint Configuration macros safe
1295 - usb: gadget: function: f_fs: pass companion descriptor along
1296 - usb: host: xhci-dbg: HCIVERSION should be a binary number
1297 - usb: host: xhci-plat: Fix timeout on removal of hot pluggable xhci
1298 controllers
1299 - USB: serial: safe_serial: fix information leak in completion handler
1300 - USB: serial: omninet: fix reference leaks at open
1301 - USB: iowarrior: fix NULL-deref at probe
1302 - USB: iowarrior: fix NULL-deref in write
1303 - USB: serial: io_ti: fix NULL-deref in interrupt callback
1304 - USB: serial: io_ti: fix information leak in completion handler
1305 - serial: samsung: Continue to work if DMA request fails
1306 - mvsas: fix misleading indentation
1307 - KVM: s390: Fix guest migration for huge guests resulting in panic
1308 - s390/kdump: Use "LINUX" ELF note name instead of "CORE"
1309 - nfit, libnvdimm: fix interleave set cookie calculation
1310 - dm: flush queued bios when process blocks to avoid deadlock
1311 - ext4: don't BUG when truncating encrypted inodes on the orphan list
1312 - Linux 4.4.55
1313 * Xenial update to v4.4.54 stable release (LP: #1673541)
1314 - serial: 8250_pci: Add MKS Tenta SCOM-0800 and SCOM-0801 cards
1315 - KVM: s390: Disable dirty log retrieval for UCONTROL guests
1316 - KVM: VMX: use correct vmcs_read/write for guest segment selector/base
1317 - Bluetooth: Add another AR3012 04ca:3018 device
1318 - s390/qdio: clear DSCI prior to scanning multiple input queues
1319 - s390/dcssblk: fix device size calculation in dcssblk_direct_access()
1320 - s390: TASK_SIZE for kernel threads
1321 - s390: make setup_randomness work
1322 - s390: use correct input data address for setup_randomness
1323 - net: mvpp2: fix DMA address calculation in mvpp2_txq_inc_put()
1324 - mnt: Tuck mounts under others instead of creating shadow/side mounts.
1325 - IB/ipoib: Fix deadlock between rmmod and set_mode
1326 - IB/IPoIB: Add destination address when re-queue packet
1327 - IB/srp: Avoid that duplicate responses trigger a kernel bug
1328 - IB/srp: Fix race conditions related to task management
1329 - ktest: Fix child exit code processing
1330 - ceph: remove req from unsafe list when unregistering it
1331 - target: Fix NULL dereference during LUN lookup + active I/O shutdown
1332 - nlm: Ensure callback code also checks that the files match
1333 - pwm: pca9685: Fix period change with same duty cycle
1334 - xtensa: move parse_tag_fdt out of #ifdef CONFIG_BLK_DEV_INITRD
1335 - mac80211: flush delayed work when entering suspend
1336 - drm/amdgpu: add more cases to DCE11 possible crtc mask setup
1337 - drm/ast: Fix test for VGA enabled
1338 - drm/ast: Call open_key before enable_mmio in POST code
1339 - drm/ast: Fix AST2400 POST failure without BMC FW or VBIOS
1340 - drm/edid: Add EDID_QUIRK_FORCE_8BPC quirk for Rotel RSX-1058
1341 - drm/ttm: Make sure BOs being swapped out are cacheable
1342 - drm/atomic: fix an error code in mode_fixup()
1343 - fakelb: fix schedule while atomic
1344 - drm/i915/dsi: Do not clear DPOUNIT_CLOCK_GATE_DISABLE from
1345 vlv_init_display_clock_gating
1346 - libceph: use BUG() instead of BUG_ON(1)
1347 - fat: fix using uninitialized fields of fat_inode/fsinfo_inode
1348 - drivers: hv: Turn off write permission on the hypercall page
1349 - Linux 4.4.54
1350 * Xenial update to v4.4.53 stable release (LP: #1673538)
1351 - samples: move mic/mpssd example code from Documentation
1352 - MIPS: Fix special case in 64 bit IP checksumming.
1353 - MIPS: BCM47XX: Fix button inversion for Asus WL-500W
1354 - MIPS: OCTEON: Fix copy_from_user fault handling for large buffers
1355 - MIPS: Lantiq: Keep ethernet enabled during boot
1356 - MIPS: Clear ISA bit correctly in get_frame_info()
1357 - MIPS: Prevent unaligned accesses during stack unwinding
1358 - MIPS: Fix get_frame_info() handling of microMIPS function size
1359 - MIPS: Fix is_jump_ins() handling of 16b microMIPS instructions
1360 - MIPS: Calculate microMIPS ra properly when unwinding the stack
1361 - MIPS: Handle microMIPS jumps in the same way as MIPS32/MIPS64 jumps
1362 - am437x-vpfe: always assign bpp variable
1363 - uvcvideo: Fix a wrong macro
1364 - media: fix dm1105.c build error
1365 - ARM: at91: define LPDDR types
1366 - ARM: dts: at91: Enable DMA on sama5d4_xplained console
1367 - ARM: dts: at91: Enable DMA on sama5d2_xplained console
1368 - ALSA: hda/realtek - Cannot adjust speaker's volume on a Dell AIO
1369 - ALSA: hda - fix Lewisburg audio issue
1370 - ALSA: timer: Reject user params with too small ticks
1371 - ALSA: ctxfi: Fallback DMA mask to 32bit
1372 - ALSA: seq: Fix link corruption by event error handling
1373 - ALSA: hda - Add subwoofer support for Dell Inspiron 17 7000 Gaming
1374 - ALSA: hda - Fix micmute hotkey problem for a lenovo AIO machine
1375 - staging: rtl: fix possible NULL pointer dereference
1376 - regulator: Fix regulator_summary for deviceless consumers
1377 - iommu/vt-d: Fix some macros that are incorrectly specified in intel-iommu
1378 - iommu/vt-d: Tylersburg isoch identity map check is done too late.
1379 - mm/page_alloc: fix nodes for reclaim in fast path
1380 - mm: vmpressure: fix sending wrong events on underflow
1381 - mm: do not access page->mapping directly on page_endio
1382 - ipc/shm: Fix shmat mmap nil-page protection
1383 - dm cache: fix corruption seen when using cache > 2TB
1384 - dm stats: fix a leaked s->histogram_boundaries array
1385 - Revert "scsi: storvsc: properly set residual data length on errors"
1386 - scsi: storvsc: properly set residual data length on errors
1387 - scsi: aacraid: Reorder Adapter status check
1388 - scsi: use 'scsi_device_from_queue()' for scsi_dh
1389 - sd: get disk reference in sd_check_events()
1390 - Fix: Disable sys_membarrier when nohz_full is enabled
1391 - jbd2: don't leak modified metadata buffers on an aborted journal
1392 - block/loop: fix race between I/O and set_status
1393 - loop: fix LO_FLAGS_PARTSCAN hang
1394 - ext4: Include forgotten start block on fallocate insert range
1395 - ext4: do not polute the extents cache while shifting extents
1396 - ext4: trim allocation requests to group size
1397 - ext4: fix data corruption in data=journal mode
1398 - ext4: fix inline data error paths
1399 - ext4: preserve the needs_recovery flag when the journal is aborted
1400 - ext4: return EROFS if device is r/o and journal replay is needed
1401 - samples/seccomp: fix 64-bit comparison macros
1402 - target: Obtain se_node_acl->acl_kref during get_initiator_node_acl
1403 - target: Fix multi-session dynamic se_node_acl double free OOPs
1404 - ath5k: drop bogus warning on drv_set_key with unsupported cipher
1405 - ath9k: fix race condition in enabling/disabling IRQs
1406 - ath9k: use correct OTP register offsets for the AR9340 and AR9550
1407 - crypto: testmgr - Pad aes_ccm_enc_tv_template vector
1408 - fuse: add missing FR_FORCE
1409 - arm/arm64: KVM: Enforce unconditional flush to PoC when mapping to stage-2
1410 - iio: pressure: mpl115: do not rely on structure field ordering
1411 - iio: pressure: mpl3115: do not rely on structure field ordering
1412 - can: usb_8dev: Fix memory leak of priv->cmd_msg_buffer
1413 - w1: don't leak refcount on slave attach failure in w1_attach_slave_device()
1414 - w1: ds2490: USB transfer buffers need to be DMAable
1415 - usb: musb: da8xx: Remove CPPI 3.0 quirk and methods
1416 - usb: host: xhci: plat: check hcc_params after add hcd
1417 - usb: gadget: udc: fsl: Add missing complete function.
1418 - hv: allocate synic pages for all present CPUs
1419 - hv: init percpu_list in hv_synic_alloc()
1420 - Drivers: hv: util: kvp: Fix a rescind processing issue
1421 - Drivers: hv: util: Fcopy: Fix a rescind processing issue
1422 - Drivers: hv: util: Backup: Fix a rescind processing issue
1423 - RDMA/core: Fix incorrect structure packing for booleans
1424 - rdma_cm: fail iwarp accepts w/o connection params
1425 - gfs2: Add missing rcu locking for glock lookup
1426 - rtlwifi: Fix alignment issues
1427 - rtlwifi: rtl8192c-common: Fix "BUG: KASAN:
1428 - nfsd: minor nfsd_setattr cleanup
1429 - nfsd: special case truncates some more
1430 - NFSv4: Fix memory and state leak in _nfs4_open_and_get_state
1431 - NFSv4: fix getacl head length estimation
1432 - NFSv4: fix getacl ERANGE for some ACL buffer sizes
1433 - rtc: sun6i: Add some locking
1434 - rtc: sun6i: Switch to the external oscillator
1435 - md linear: fix a race between linear_add() and linear_congested()
1436 - bcma: use (get|put)_device when probing/removing device driver
1437 - dmaengine: ipu: Make sure the interrupt routine checks all interrupts.
1438 - powerpc/xmon: Fix data-breakpoint
1439 - MIPS: IP22: Reformat inline assembler code to modern standards.
1440 - MIPS: IP22: Fix build error due to binutils 2.25 uselessnes.
1441 - scsi: lpfc: Correct WQ creation for pagesize
1442 - Linux 4.4.53
1443 * move aufs.ko from -extra to linux-image package (LP: #1673498)
1444 - [config] aufs.ko moved to linux-image package
1445 * [Xenial] net: better skb->sender_cpu and skb->napi_id cohabitation
1446 (LP: #1673303)
1447 - net: better skb->sender_cpu and skb->napi_id cohabitation
1448 * lsattr 32bit does not work on 64bit kernel (Inappropriate ioctl error)
1449 (LP: #1619918)
1450 - btrfs: fix btrfs_compat_ioctl failures on non-compat ioctls
1451 * linux-tools-common should Depends: lsb-release (LP: #1667571)
1452 - [Config] linux-tools-common depends on lsb-release
1453 * Add Use-After-Free Patch for Ubuntu16.10 - EEH on BELL3 adapter fails to
1454 recover (serial/tty) (LP: #1669153)
1455 - 8250_pci: Fix potential use-after-free in error path
1456 * [Hyper-V] pci-hyperv: Use device serial number as PCI domain (LP: #1667527)
1457 - net/mlx4_core: Use cq quota in SRIOV when creating completion EQs
1458 - PCI: hv: Use device serial number as PCI domain
1459 * [Xenial - 16.04 ]Bonding driver - stack corruption when trying to copy 20
1460 bytes to a sockaddr (LP: #1668042)
1461 - net/bonding: Enforce active-backup policy for IPoIB bonds
1462 * Request to backport cxlflash patches to Xenial SRU stream (LP: #1623750)
1463 - scsi: cxlflash: Scan host only after the port is ready for I/O
1464 - scsi: cxlflash: Remove the device cleanly in the system shutdown path
1465 - scsi: cxlflash: Fix to avoid EEH and host reset collisions
1466 - scsi: cxlflash: Improve EEH recovery time
1467 * Xenial update to v4.4.52 stable release (LP: #1669016)
1468 - net/llc: avoid BUG_ON() in skb_orphan()
1469 - packet: fix races in fanout_add()
1470 - packet: Do not call fanout_release from atomic contexts
1471 - irda: Fix lockdep annotations in hashbin_delete().
1472 - ip: fix IP_CHECKSUM handling
1473 - net: socket: fix recvmmsg not returning error from sock_error
1474 - tty: serial: msm: Fix module autoload
1475 - USB: serial: mos7840: fix another NULL-deref at open
1476 - USB: serial: cp210x: add new IDs for GE Bx50v3 boards
1477 - USB: serial: ftdi_sio: fix modem-status error handling
1478 - USB: serial: ftdi_sio: fix extreme low-latency setting
1479 - USB: serial: ftdi_sio: fix line-status over-reporting
1480 - USB: serial: spcp8x5: fix modem-status handling
1481 - USB: serial: opticon: fix CTS retrieval at open
1482 - USB: serial: ark3116: fix register-accessor error handling
1483 - x86/platform/goldfish: Prevent unconditional loading
1484 - goldfish: Sanitize the broken interrupt handler
1485 - block: fix double-free in the failure path of cgwb_bdi_init()
1486 - rtlwifi: rtl_usb: Fix for URB leaking when doing ifconfig up/down
1487 - Revert "usb: chipidea: imx: enable CI_HDRC_SET_NON_ZERO_TTHA"
1488 - kvm: vmx: ensure VMCS is current while enabling PML
1489 - Linux 4.4.52
1490 * Xenial update to v4.4.51 stable release (LP: #1669015)
1491 - vfs: fix uninitialized flags in splice_to_pipe()
1492 - siano: make it work again with CONFIG_VMAP_STACK
1493 - fuse: fix use after free issue in fuse_dev_do_read()
1494 - scsi: don't BUG_ON() empty DMA transfers
1495 - Fix missing sanity check in /dev/sg
1496 - Input: elan_i2c - add ELAN0605 to the ACPI table
1497 - drm/radeon: Use mode h/vdisplay fields to hide out of bounds HW cursor
1498 - drm/dp/mst: fix kernel oops when turning off secondary monitor
1499 - futex: Move futex_init() to core_initcall
1500 - ARM: 8658/1: uaccess: fix zeroing of 64-bit get_user()
1501 - printk: use rcuidle console tracepoint
1502 - NTB: ntb_transport: fix debugfs_remove_recursive
1503 - ntb_transport: Pick an unused queue
1504 - bcache: Make gc wakeup sane, remove set_task_state()
1505 - mmc: core: fix multi-bit bus width without high-speed mode
1506 - Linux 4.4.51
1507 * Xenial update to v4.4.50 stable release (LP: #1666324)
1508 - can: Fix kernel panic at security_sock_rcv_skb
1509 - ipv6: fix ip6_tnl_parse_tlv_enc_lim()
1510 - ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim()
1511 - tcp: fix 0 divide in __tcp_select_window()
1512 - net: use a work queue to defer net_disable_timestamp() work
1513 - ipv4: keep skb->dst around in presence of IP options
1514 - netlabel: out of bound access in cipso_v4_validate()
1515 - ip6_gre: fix ip6gre_err() invalid reads
1516 - ipv6: tcp: add a missing tcp_v6_restore_cb()
1517 - tcp: avoid infinite loop in tcp_splice_read()
1518 - tun: read vnet_hdr_sz once
1519 - macvtap: read vnet_hdr_size once
1520 - mlx4: Invoke softirqs after napi_reschedule
1521 - sctp: avoid BUG_ON on sctp_wait_for_sndbuf
1522 - sit: fix a double free on error path
1523 - net: introduce device min_header_len
1524 - packet: round up linear to header len
1525 - ping: fix a null pointer dereference
1526 - l2tp: do not use udp_ioctl()
1527 - Linux 4.4.50
1528 * FlashGT Integration and Setup: fsbmc30: After 17th reboot of soft bootme,
1529 HTX & Linux errors seen with 256 virtual LUNs (LP: #1667239)
1530 - cxl: Fix coredump generation when cxl_get_fd() is used
1531 * [Hyper-V] Ubuntu 14.04.2 LTS Generation 2 SCSI Errors on VSS Based Backups
1532 (LP: #1470250)
1533 - Drivers: hv: vss: Operation timeouts should match host expectation
1534 - SAUCE: Tools: hv: vss: Thaw the filesystem and continue after freeze fails
1535 * kernel 4.4.0-63 with USB WLAN RTL8192CU freezes desktop (LP: #1666421)
1536 - rtlwifi: rtl_usb: Fix missing entry in USB driver's private data
1537 * Export symbol "dev_pm_qos_update_user_latency_tolerance" (LP: #1666401)
1538 - PM / QoS: Export dev_pm_qos_update_user_latency_tolerance
1539 * Linux ZFS port doesn't respect RLIMIT_FSIZE (LP: #1656259)
1540 - SAUCE: (noup) Update zfs to 0.6.5.6-0ubuntu16
1541
1542 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Fri, 07 Apr 2017 15:57:34 +0100
e3b1ed4c 1543
685f60f7 1544linux-snapdragon (4.4.0-1055.59) xenial; urgency=low
12696e54 1545
685f60f7
SB
1546 * linux-snapdragon: 4.4.0-1055.59 -proposed tracker (LP: #1678084)
1547
1548 [ Ubuntu: 4.4.0-72.93 ]
1549
1550 * linux: 4.4.0-72.93 -proposed tracker (LP: #1678078)
1551 * Fix CVE-2017-7308 (LP: #1678009)
1552 - net/packet: fix overflow in check for priv area size
1553 - net/packet: fix overflow in check for tp_frame_nr
1554 - net/packet: fix overflow in check for tp_reserve
12696e54
SB
1555
1556 -- Stefan Bader <stefan.bader@canonical.com> Fri, 31 Mar 2017 16:49:38 +0200
1557
105ef4c1 1558linux-snapdragon (4.4.0-1054.58) xenial; urgency=low
4a5bfcf9 1559
105ef4c1 1560 [ Ubuntu: 4.4.0-71.92 ]
4a5bfcf9 1561
105ef4c1
TLSC
1562 * CVE-2017-7184
1563 - xfrm_user: validate XFRM_MSG_NEWAE XFRMA_REPLAY_ESN_VAL replay_window
1564 - xfrm_user: validate XFRM_MSG_NEWAE incoming ESN size harder
1565
1566 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Fri, 24 Mar 2017 10:39:14 -0300
4a5bfcf9 1567
ee85acf2 1568linux-snapdragon (4.4.0-1053.57) xenial; urgency=low
440b9f98 1569
ee85acf2
SB
1570 * linux-snapdragon: 4.4.0-1053.57 -proposed tracker (LP: #1674941)
1571
1572
1573 [ Ubuntu: 4.4.0-70.91 ]
1574
1575 * linux: 4.4.0-70.91 -proposed tracker (LP: #1674938)
1576 * snaps with classic + jailmode confinement started to fail on zesty
1577 (LP: #1666897)
1578 - Revert "UBUNTU: SAUCE: apparmor: fix link auditing failure due to,
1579 uninitialized var"
1580 - Revert "UBUNTU: SAUCE: fix regression with domain change in complain mode"
1581 - Revert "UBUNTU: SAUCE: apparmor: flock mediation is not being enforced on
1582 cache check"
1583 - Revert "UBUNTU: SAUCE: apparmor: null profiles should inherit parent control
1584 flags"
1585 - Revert "UBUNTU: SAUCE: apparmor: fix ns ref count link when removing
1586 profiles from policy"
1587 - Revert "UBUNTU: SAUCE: apparmor: Fix no_new_privs blocking change_onexec
1588 when using stacked namespaces"
1589 - Revert "UBUNTU: SAUCE: apparmor: fix oops in bind_mnt when dev_path lookup
1590 fails"
1591 - Revert "UBUNTU: SAUCE: apparmor: Don't audit denied access of special
1592 apparmor .null file"
1593 - Revert "UBUNTU: SAUCE: apparmor: fix label leak when new label is unused"
1594 - Revert "UBUNTU: SAUCE: apparmor: fix reference count bug in
1595 label_merge_insert()"
1596 - Revert "UBUNTU: SAUCE: apparmor: fix replacement race in reading rawdata"
1597 - Revert "UBUNTU: SAUCE: apparmor: fix cross ns perm of unix domain sockets"
440b9f98
SB
1598
1599 -- Stefan Bader <stefan.bader@canonical.com> Wed, 22 Mar 2017 10:05:14 +0100
1600
7afa6a94 1601linux-snapdragon (4.4.0-1051.55) xenial; urgency=low
8ce856bd 1602
7afa6a94 1603 [ Thadeu Lima de Souza Cascardo ]
8ce856bd 1604
7afa6a94
TLSC
1605 * linux-snapdragon: 4.4.0-1051.55 -proposed tracker (LP: #1671191)
1606 * Miscellaneous Ubuntu changes
1607 - [Config] Sync config with master
1608
1609 [ Ubuntu: 4.4.0-67.88 ]
1610
1611 * linux: 4.4.0-67.88 -proposed tracker (LP: #1667052)
1612 * Recent KVM RTC cherry-picks break (some) Windows Live-Migrations
1613 (LP: #1668594)
1614 - kvm: x86: correctly reset dest_map->vector when restoring LAPIC state
1615 * Regression in 4.4.0-65-generic causes very frequent system crashes
1616 (LP: #1669611)
1617 - Revert "UBUNTU: SAUCE: apparmor: fix lock ordering for mkdir"
1618 - Revert "UBUNTU: SAUCE: apparmor: fix leak on securityfs pin count"
1619 - Revert "UBUNTU: SAUCE: apparmor: fix reference count leak when
1620 securityfs_setup_d_inode() fails"
1621 - Revert "UBUNTU: SAUCE: apparmor: fix not handling error case when
1622 securityfs_pin_fs() fails"
1623 * Upgrade Redpine RS9113 driver to support AP mode (LP: #1665211)
1624 - SAUCE: Redpine driver to support Host AP mode
1625 * NFS client : permission denied when trying to access subshare, since kernel
1626 4.4.0-31 (LP: #1649292)
1627 - fs: Better permission checking for submounts
1628 * [Hyper-V] SAUCE: pci-hyperv fixes for SR-IOV on Azure (LP: #1665097)
1629 - SAUCE: PCI: hv: Fix wslot_to_devfn() to fix warnings on device removal
1630 - SAUCE: pci-hyperv: properly handle pci bus remove
1631 - SAUCE: pci-hyperv: lock pci bus on device eject
1632 * [Hyper-V/Azure] Please include Mellanox OFED drivers in Azure kernel and
1633 image (LP: #1650058)
1634 - net/mlx4_en: Fix bad WQE issue
1635 - net/mlx4_core: Fix racy CQ (Completion Queue) free
1636 - net/mlx4_core: Fix when to save some qp context flags for dynamic VST to VGT
1637 transitions
1638 - net/mlx4_core: Avoid command timeouts during VF driver device shutdown
1639 * Xenial update to v4.4.49 stable release (LP: #1664960)
1640 - ARC: [arcompact] brown paper bag bug in unaligned access delay slot fixup
1641 - selinux: fix off-by-one in setprocattr
1642 - Revert "x86/ioapic: Restore IO-APIC irq_chip retrigger callback"
1643 - cpumask: use nr_cpumask_bits for parsing functions
1644 - hns: avoid stack overflow with CONFIG_KASAN
1645 - ARM: 8643/3: arm/ptrace: Preserve previous registers for short regset write
1646 - target: Don't BUG_ON during NodeACL dynamic -> explicit conversion
1647 - target: Use correct SCSI status during EXTENDED_COPY exception
1648 - target: Fix early transport_generic_handle_tmr abort scenario
1649 - target: Fix COMPARE_AND_WRITE ref leak for non GOOD status
1650 - ARM: 8642/1: LPAE: catch pending imprecise abort on unmask
1651 - mac80211: Fix adding of mesh vendor IEs
1652 - netvsc: Set maximum GSO size in the right place
1653 - scsi: zfcp: fix use-after-free by not tracing WKA port open/close on failed
1654 send
1655 - scsi: aacraid: Fix INTx/MSI-x issue with older controllers
1656 - scsi: mpt3sas: disable ASPM for MPI2 controllers
1657 - xen-netfront: Delete rx_refill_timer in xennet_disconnect_backend()
1658 - ALSA: seq: Fix race at creating a queue
1659 - ALSA: seq: Don't handle loop timeout at snd_seq_pool_done()
1660 - drm/i915: fix use-after-free in page_flip_completed()
1661 - Linux 4.4.49
1662 * NFS client : kernel 4.4.0-57 crash with nfsv4 enries in /etc/fstab
1663 (LP: #1650336)
1664 - SUNRPC: fix refcounting problems with auth_gss messages.
1665 * [0bda:0328] Card reader failed after S3 (LP: #1664809)
1666 - usb: hub: Wait for connection to be reestablished after port reset
1667 * linux-lts-xenial 4.4.0-63.84~14.04.2 ADT test failure with linux-lts-xenial
1668 4.4.0-63.84~14.04.2 (LP: #1664912)
1669 - SAUCE: apparmor: fix link auditing failure due to, uninitialized var
1670 * ibmvscsis: Add SGL LIMIT (LP: #1662551)
1671 - ibmvscsis: Add SGL limit
1672 * [Hyper-V] Bug fixes for storvsc (tagged queuing, error conditions)
1673 (LP: #1663687)
1674 - scsi: storvsc: Enable tracking of queue depth
1675 - scsi: storvsc: Remove the restriction on max segment size
1676 - scsi: storvsc: Enable multi-queue support
1677 - scsi: storvsc: use tagged SRB requests if supported by the device
1678 - scsi: storvsc: properly handle SRB_ERROR when sense message is present
1679 - scsi: storvsc: properly set residual data length on errors
1680 * ISST-LTE:pNV: ppc64_cpu command is hung w HDs, SSDs and NVMe (LP: #1662666)
1681 - blk-mq: Avoid memory reclaim when remapping queues
1682 - blk-mq: Fix failed allocation path when mapping queues
1683 * Possible missing firmware /lib/firmware/i915/kbl_dmc_ver1.bin for module
1684 i915_bpo (LP: #1624164)
1685 - SAUCE: i915_bpo: Remove MODULE_FIRMWARE statement for i915/kbl_dmc_ver1.bin
1686 * Intel I210 ethernet does not work both after S3 (LP: #1662763)
1687 - igb: implement igb_ptp_suspend
1688 - igb: call igb_ptp_suspend during suspend/resume cycle
1689 * [Hyper-V] Fix ring buffer handling to avoid host throttling (LP: #1661430)
1690 - Drivers: hv: vmbus: On write cleanup the logic to interrupt the host
1691 - Drivers: hv: vmbus: On the read path cleanup the logic to interrupt the host
1692 - Drivers: hv: vmbus: finally fix hv_need_to_signal_on_read()
1693 * brd module compiled as built-in (LP: #1593293)
1694 - [Config] CONFIG_BLK_DEV_RAM=m
1695 * regession tests failing after stackprofile test is run (LP: #1661030)
1696 - SAUCE: fix regression with domain change in complain mode
1697 * Permission denied and inconsistent behavior in complain mode with 'ip netns
1698 list' command (LP: #1648903)
1699 - SAUCE: fix regression with domain change in complain mode
1700 * flock not mediated by 'k' (LP: #1658219)
1701 - SAUCE: apparmor: flock mediation is not being enforced on cache check
1702 * unexpected errno=13 and disconnected path when trying to open /proc/1/ns/mnt
1703 from a unshared mount namespace (LP: #1656121)
1704 - SAUCE: apparmor: null profiles should inherit parent control flags
1705 * apparmor refcount leak of profile namespace when removing profiles
1706 (LP: #1660849)
1707 - SAUCE: apparmor: fix ns ref count link when removing profiles from policy
1708 * tor in lxd: apparmor="DENIED" operation="change_onexec"
1709 namespace="root//CONTAINERNAME_<var-lib-lxd>" profile="unconfined"
1710 name="system_tor" (LP: #1648143)
1711 - SAUCE: apparmor: Fix no_new_privs blocking change_onexec when using stacked
1712 namespaces
1713 * apparmor_parser hangs indefinitely when called by multiple threads
1714 (LP: #1645037)
1715 - SAUCE: apparmor: fix lock ordering for mkdir
1716 * apparmor leaking securityfs pin count (LP: #1660846)
1717 - SAUCE: apparmor: fix leak on securityfs pin count
1718 * apparmor reference count leak when securityfs_setup_d_inode\ () fails
1719 (LP: #1660845)
1720 - SAUCE: apparmor: fix reference count leak when securityfs_setup_d_inode()
1721 fails
1722 * apparmor not checking error if security_pin_fs() fails (LP: #1660842)
1723 - SAUCE: apparmor: fix not handling error case when securityfs_pin_fs() fails
1724 * apparmor oops in bind_mnt when dev_path lookup fails (LP: #1660840)
1725 - SAUCE: apparmor: fix oops in bind_mnt when dev_path lookup fails
1726 * apparmor auditing denied access of special apparmor .null fi\ le
1727 (LP: #1660836)
1728 - SAUCE: apparmor: Don't audit denied access of special apparmor .null file
1729 * apparmor label leak when new label is unused (LP: #1660834)
1730 - SAUCE: apparmor: fix label leak when new label is unused
1731 * apparmor reference count bug in label_merge_insert() (LP: #1660833)
1732 - SAUCE: apparmor: fix reference count bug in label_merge_insert()
1733 * apparmor's raw_data file in securityfs is sometimes truncated (LP: #1638996)
1734 - SAUCE: apparmor: fix replacement race in reading rawdata
1735 * unix domain socket cross permission check failing with nested namespaces
1736 (LP: #1660832)
1737 - SAUCE: apparmor: fix cross ns perm of unix domain sockets
1738 * docker permission issues with overlay2 storage driver (LP: #1659417)
1739 - SAUCE: overlayfs: Replace ovl_prepare_creds() with ovl_override_creds()
1740 - Revert "UBUNTU: SAUCE: cred: Add clone_cred() interface"
1741 - ovl: check mounter creds on underlying lookup
1742 * Enable CONFIG_NET_DROP_MONITOR=m in Ubuntu Kernel (LP: #1660634)
1743 - [Config] CONFIG_NET_DROP_MONITOR=m
1744 * Xenial update to v4.4.48 stable release (LP: #1663657)
1745 - PCI/ASPM: Handle PCI-to-PCIe bridges as roots of PCIe hierarchies
1746 - ext4: validate s_first_meta_bg at mount time
1747 - drm/nouveau/disp/gt215: Fix HDA ELD handling (thus, HDMI audio) on gt215
1748 - drm/nouveau/nv1a,nv1f/disp: fix memory clock rate retrieval
1749 - crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an alg
1750 - crypto: arm64/aes-blk - honour iv_out requirement in CBC and CTR modes
1751 - perf/core: Fix PERF_RECORD_MMAP2 prot/flags for anonymous memory
1752 - ata: sata_mv:- Handle return value of devm_ioremap.
1753 - libata: apply MAX_SEC_1024 to all CX1-JB*-HP devices
1754 - powerpc/eeh: Fix wrong flag passed to eeh_unfreeze_pe()
1755 - powerpc: Add missing error check to prom_find_boot_cpu()
1756 - NFSD: Fix a null reference case in find_or_create_lock_stateid()
1757 - svcrpc: fix oops in absence of krb5 module
1758 - zswap: disable changing params if init fails
1759 - cifs: initialize file_info_lock
1760 - mm/memory_hotplug.c: check start_pfn in test_pages_in_a_zone()
1761 - mm, fs: check for fatal signals in do_generic_file_read()
1762 - can: bcm: fix hrtimer/tasklet termination in bcm op removal
1763 - mmc: sdhci: Ignore unexpected CARD_INT interrupts
1764 - percpu-refcount: fix reference leak during percpu-atomic transition
1765 - HID: wacom: Fix poor prox handling in 'wacom_pl_irq'
1766 - KVM: x86: do not save guest-unsupported XSAVE state
1767 - USB: serial: qcserial: add Dell DW5570 QDL
1768 - USB: serial: pl2303: add ATEN device ID
1769 - USB: Add quirk for WORLDE easykey.25 MIDI keyboard
1770 - usb: gadget: f_fs: Assorted buffer overflow checks.
1771 - USB: serial: option: add device ID for HP lt2523 (Novatel E371)
1772 - x86/irq: Make irq activate operations symmetric
1773 - base/memory, hotplug: fix a kernel oops in show_valid_zones()
1774 - Linux 4.4.48
1775 * Xenial update to v4.4.47 stable release (LP: #1662507)
1776 - r8152: fix the sw rx checksum is unavailable
1777 - mlxsw: spectrum: Fix memory leak at skb reallocation
1778 - mlxsw: switchx2: Fix memory leak at skb reallocation
1779 - mlxsw: pci: Fix EQE structure definition
1780 - net: lwtunnel: Handle lwtunnel_fill_encap failure
1781 - net: ipv4: fix table id in getroute response
1782 - net: systemport: Decouple flow control from __bcm_sysport_tx_reclaim
1783 - tcp: fix tcp_fastopen unaligned access complaints on sparc
1784 - openvswitch: maintain correct checksum state in conntrack actions
1785 - ravb: do not use zero-length alignment DMA descriptor
1786 - ax25: Fix segfault after sock connection timeout
1787 - net: fix harmonize_features() vs NETIF_F_HIGHDMA
1788 - net: phy: bcm63xx: Utilize correct config_intr function
1789 - ipv6: addrconf: Avoid addrconf_disable_change() using RCU read-side lock
1790 - tcp: initialize max window for a new fastopen socket
1791 - bridge: netlink: call br_changelink() during br_dev_newlink()
1792 - r8152: don't execute runtime suspend if the tx is not empty
1793 - af_unix: move unix_mknod() out of bindlock
1794 - qmi_wwan/cdc_ether: add device ID for HP lt2523 (Novatel E371) WWAN card
1795 - net: dsa: Bring back device detaching in dsa_slave_suspend()
1796 - Linux 4.4.47
1797 * Xenial update to v4.4.46 stable release (LP: #1660994)
1798 - fbdev: color map copying bounds checking
1799 - tile/ptrace: Preserve previous registers for short regset write
1800 - drm: Fix broken VT switch with video=1366x768 option
1801 - mm/mempolicy.c: do not put mempolicy before using its nodemask
1802 - sysctl: fix proc_doulongvec_ms_jiffies_minmax()
1803 - ISDN: eicon: silence misleading array-bounds warning
1804 - RDMA/cma: Fix unknown symbol when CONFIG_IPV6 is not enabled
1805 - s390/ptrace: Preserve previous registers for short regset write
1806 - can: c_can_pci: fix null-pointer-deref in c_can_start() - set device pointer
1807 - can: ti_hecc: add missing prepare and unprepare of the clock
1808 - ARC: udelay: fix inline assembler by adding LP_COUNT to clobber list
1809 - ARC: [arcompact] handle unaligned access delay slot corner case
1810 - parisc: Don't use BITS_PER_LONG in userspace-exported swab.h header
1811 - nfs: Don't increment lock sequence ID after NFS4ERR_MOVED
1812 - NFSv4.0: always send mode in SETATTR after EXCLUSIVE4
1813 - SUNRPC: cleanup ida information when removing sunrpc module
1814 - drm/i915: Don't leak edid in intel_crt_detect_ddc()
1815 - IB/ipoib: move back IB LL address into the hard header
1816 - IB/umem: Release pid in error and ODP flow
1817 - s5k4ecgx: select CRC32 helper
1818 - pinctrl: broxton: Use correct PADCFGLOCK offset
1819 - platform/x86: intel_mid_powerbtn: Set IRQ_ONESHOT
1820 - mm, memcg: do not retry precharge charges
1821 - Linux 4.4.46
1822 * Xenial update to v4.4.45 stable release (LP: #1660993)
1823 - ftrace/x86: Set ftrace_stub to weak to prevent gcc from using short jumps to
1824 it
1825 - IB/mlx5: Wait for all async command completions to complete
1826 - IB/mlx4: Set traffic class in AH
1827 - IB/mlx4: Fix out-of-range array index in destroy qp flow
1828 - IB/mlx4: Fix port query for 56Gb Ethernet links
1829 - IB/mlx4: When no DMFS for IPoIB, don't allow NET_IF QPs
1830 - IB/IPoIB: Remove can't use GFP_NOIO warning
1831 - perf scripting: Avoid leaking the scripting_context variable
1832 - ARM: dts: imx31: fix clock control module interrupts description
1833 - ARM: dts: imx31: move CCM device node to AIPS2 bus devices
1834 - ARM: dts: imx31: fix AVIC base address
1835 - tmpfs: clear S_ISGID when setting posix ACLs
1836 - x86/PCI: Ignore _CRS on Supermicro X8DTH-i/6/iF/6F
1837 - svcrpc: don't leak contexts on PROC_DESTROY
1838 - fuse: clear FR_PENDING flag when moving requests out of pending queue
1839 - PCI: Enumerate switches below PCI-to-PCIe bridges
1840 - HID: corsair: fix DMA buffers on stack
1841 - HID: corsair: fix control-transfer error handling
1842 - mmc: mxs-mmc: Fix additional cycles after transmission stop
1843 - ieee802154: atusb: do not use the stack for buffers to make them DMA able
1844 - mtd: nand: xway: disable module support
1845 - x86/ioapic: Restore IO-APIC irq_chip retrigger callback
1846 - qla2xxx: Fix crash due to null pointer access
1847 - ubifs: Fix journal replay wrt. xattr nodes
1848 - clocksource/exynos_mct: Clear interrupt when cpu is shut down
1849 - svcrdma: avoid duplicate dma unmapping during error recovery
1850 - ARM: 8634/1: hw_breakpoint: blacklist Scorpion CPUs
1851 - ceph: fix bad endianness handling in parse_reply_info_extra
1852 - ARM: dts: da850-evm: fix read access to SPI flash
1853 - arm64/ptrace: Preserve previous registers for short regset write
1854 - arm64/ptrace: Preserve previous registers for short regset write - 2
1855 - arm64/ptrace: Preserve previous registers for short regset write - 3
1856 - arm64/ptrace: Avoid uninitialised struct padding in fpr_set()
1857 - arm64/ptrace: Reject attempts to set incomplete hardware breakpoint fields
1858 - ARM: dts: imx6qdl-nitrogen6_max: fix sgtl5000 pinctrl init
1859 - ARM: ux500: fix prcmu_is_cpu_in_wfi() calculation
1860 - ARM: 8613/1: Fix the uaccess crash on PB11MPCore
1861 - blackfin: check devm_pinctrl_get() for errors
1862 - ite-cir: initialize use_demodulator before using it
1863 - dmaengine: pl330: Fix runtime PM support for terminated transfers
1864 - selftest/powerpc: Wrong PMC initialized in pmc56_overflow test
1865 - arm64: avoid returning from bad_mode
1866 - Linux 4.4.45
1867
1868 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Wed, 08 Mar 2017 15:07:51 -0300
8ce856bd 1869
487003d1 1870linux-snapdragon (4.4.0-1050.54) xenial; urgency=low
dd1c6a97 1871
487003d1
SB
1872 [ Ubuntu: 4.4.0-66.87 ]
1873
1874 * CVE-2017-2636
1875 - TTY: n_hdlc, fix lockdep false positive
1876 - tty: n_hdlc: get rid of racy n_hdlc.tbuf
dd1c6a97
SB
1877
1878 -- Stefan Bader <stefan.bader@canonical.com> Sat, 04 Mar 2017 08:44:00 +0100
1879
eee7123a 1880linux-snapdragon (4.4.0-1048.52) xenial; urgency=low
2c987c14 1881
eee7123a
SB
1882 [ Ubuntu: 4.4.0-64.85 ]
1883
1884 * CVE-2017-6074 (LP: #1665935)
1885 - dccp: fix freeing skb too early for IPV6_RECVPKTINFO
2c987c14
SB
1886
1887 -- Stefan Bader <stefan.bader@canonical.com> Mon, 20 Feb 2017 12:02:33 +0100
1888
3cf470dd 1889linux-snapdragon (4.4.0-1047.51) xenial; urgency=low
9b8afaba 1890
3cf470dd
TLSC
1891 [ Thadeu Lima de Souza Cascardo ]
1892
1893 * Release Tracking Bug
1894 - LP: #1660724
1895
1896 [ Ubuntu: 4.4.0-63.84 ]
1897
1898 * Release Tracking Bug
1899 - LP: #1660704
1900 * Backport Dirty COW patch to prevent wineserver freeze (LP: #1658270)
1901 - SAUCE: mm: Respect FOLL_FORCE/FOLL_COW for thp
1902 * Kdump through NMI SMP and single core not working on Ubuntu16.10
1903 (LP: #1630924)
1904 - x86/hyperv: Handle unknown NMIs on one CPU when unknown_nmi_panic
1905 - SAUCE: hv: don't reset hv_context.tsc_page on crash
1906 * [regression 4.8.0-14 -> 4.8.0-17] keyboard and touchscreen lost on Acer
1907 Chromebook R11 (LP: #1630238)
1908 - [Config] CONFIG_PINCTRL_CHERRYVIEW=y
1909 * Call trace when testing fstat stressor on ppc64el with virtual keyboard and
1910 mouse present (LP: #1652132)
1911 - SAUCE: HID: usbhid: Quirk a AMI virtual mouse and keyboard with ALWAYS_POLL
1912 * VLAN SR-IOV regression for IXGBE driver (LP: #1658491)
1913 - ixgbe: Force VLNCTRL.VFE to be set in all VMDq paths
1914 * "Out of memory" errors after upgrade to 4.4.0-59 (LP: #1655842)
1915 - mm, page_alloc: convert alloc_flags to unsigned
1916 - mm, compaction: change COMPACT_ constants into enum
1917 - mm, compaction: distinguish COMPACT_DEFERRED from COMPACT_SKIPPED
1918 - mm, compaction: simplify __alloc_pages_direct_compact feedback interface
1919 - mm, compaction: distinguish between full and partial COMPACT_COMPLETE
1920 - mm, compaction: abstract compaction feedback to helpers
1921 - mm, oom: protect !costly allocations some more
1922 - mm: consider compaction feedback also for costly allocation
1923 - mm, oom, compaction: prevent from should_compact_retry looping for ever for
1924 costly orders
1925 - mm, oom: protect !costly allocations some more for !CONFIG_COMPACTION
1926 - mm, oom: prevent premature OOM killer invocation for high order request
1927 * Backport 3 patches to fix bugs with AIX clients using IBMVSCSI Target Driver
1928 (LP: #1657194)
1929 - SAUCE: ibmvscsis: Fix max transfer length
1930 - SAUCE: ibmvscsis: fix sleeping in interrupt context
1931 - SAUCE: ibmvscsis: Fix srp_transfer_data fail return code
1932 * NVMe: adapter is missing after abnormal shutdown followed by quick reboot,
1933 quirk needed (LP: #1656913)
1934 - nvme: apply DELAY_BEFORE_CHK_RDY quirk at probe time too
1935 * Ubuntu 16.10 KVM SRIOV: if enable sriov while ping flood is running ping
1936 will stop working (LP: #1625318)
1937 - PCI: Do any VF BAR updates before enabling the BARs
1938 - PCI: Ignore BAR updates on virtual functions
1939 - PCI: Update BARs using property bits appropriate for type
1940 - PCI: Separate VF BAR updates from standard BAR updates
1941 - PCI: Don't update VF BARs while VF memory space is enabled
1942 - PCI: Remove pci_resource_bar() and pci_iov_resource_bar()
1943 - PCI: Decouple IORESOURCE_ROM_ENABLE and PCI_ROM_ADDRESS_ENABLE
1944 - PCI: Add comments about ROM BAR updating
1945 * Linux rtc self test fails in a VM under xenial (LP: #1649718)
1946 - kvm: x86: Convert ioapic->rtc_status.dest_map to a struct
1947 - kvm: x86: Track irq vectors in ioapic->rtc_status.dest_map
1948 - kvm: x86: Check dest_map->vector to match eoi signals for rtc
1949 * Xenial update to v4.4.44 stable release (LP: #1658091)
1950 - Input: xpad - use correct product id for x360w controllers
1951 - Input: i8042 - add Pegatron touchpad to noloop table
1952 - selftests: do not require bash to run netsocktests testcase
1953 - selftests: do not require bash for the generated test
1954 - mm: fix devm_memremap_pages crash, use mem_hotplug_{begin, done}
1955 - ocfs2: fix crash caused by stale lvb with fsdlm plugin
1956 - mm/hugetlb.c: fix reservation race when freeing surplus pages
1957 - KVM: x86: fix emulation of "MOV SS, null selector"
1958 - KVM: eventfd: fix NULL deref irqbypass consumer
1959 - jump_labels: API for flushing deferred jump label updates
1960 - KVM: x86: flush pending lapic jump label updates on module unload
1961 - KVM: x86: add Align16 instruction flag
1962 - KVM: x86: add asm_safe wrapper
1963 - KVM: x86: emulate FXSAVE and FXRSTOR
1964 - KVM: x86: Introduce segmented_write_std
1965 - nl80211: fix sched scan netlink socket owner destruction
1966 - USB: serial: kl5kusb105: fix line-state error handling
1967 - USB: serial: ch341: fix initial modem-control state
1968 - USB: serial: ch341: fix open error handling
1969 - USB: serial: ch341: fix control-message error handling
1970 - USB: serial: ch341: fix open and resume after B0
1971 - Input: elants_i2c - avoid divide by 0 errors on bad touchscreen data
1972 - i2c: print correct device invalid address
1973 - i2c: fix kernel memory disclosure in dev interface
1974 - xhci: fix deadlock at host remove by running watchdog correctly
1975 - vme: Fix wrong pointer utilization in ca91cx42_slave_get
1976 - mnt: Protect the mountpoint hashtable with mount_lock
1977 - tty/serial: atmel_serial: BUG: stop DMA from transmitting in stop_tx
1978 - sysrq: attach sysrq handler correctly for 32-bit kernel
1979 - sysctl: Drop reference added by grab_header in proc_sys_readdir
1980 - drm/radeon: drop verde dpm quirks
1981 - USB: serial: ch341: fix resume after reset
1982 - USB: serial: ch341: fix modem-control and B0 handling
1983 - x86/cpu: Fix bootup crashes by sanitizing the argument of the 'clearcpuid='
1984 command-line option
1985 - btrfs: fix locking when we put back a delayed ref that's too new
1986 - btrfs: fix error handling when run_delayed_extent_op fails
1987 - pinctrl: meson: fix gpio request disabling other modes
1988 - pNFS: Fix race in pnfs_wait_on_layoutreturn
1989 - NFS: Fix a performance regression in readdir
1990 - NFSv4.1: nfs4_fl_prepare_ds must be careful about reporting success.
1991 - cpufreq: powernv: Disable preemption while checking CPU throttling state
1992 - block: cfq_cpd_alloc() should use @gfp
1993 - ACPI / APEI: Fix NMI notification handling
1994 - blk-mq: Always schedule hctx->next_cpu
1995 - bus: vexpress-config: fix device reference leak
1996 - powerpc/ibmebus: Fix further device reference leaks
1997 - powerpc/ibmebus: Fix device reference leaks in sysfs interface
1998 - pinctrl: sh-pfc: Do not unconditionally support PIN_CONFIG_BIAS_DISABLE
1999 - Linux 4.4.44
2000 * Add support for RT5660 codec based sound cards on Baytrail (LP: #1657674)
2001 - ASoC: rt5660: add rt5660 codec driver
2002 - ASoC: rt5660: enable MCLK detection
2003 - ASoC: Intel: Atom: flip logic for gain Switch
2004 - SAUCE: (no-up) ASoC: rt5660: Add ACPI support
2005 - SAUCE: (no-up) ASoC: Intel: Support machine driver for RT5660 on Baytrail
2006 - [Config] CONFIG_SND_SOC_INTEL_BYTCR_RT5660_MACH=m, CONFIG_SND_SOC_RT5660=m
2007 * Support latest Redpine WLAN/BT RS9113 driver (LP: #1657682)
2008 - SAUCE: Support Redpine RS9113 WLAN/BT
2009 - SAUCE: Separate Redpine RS9113 WLAN/BT vendor and kernel drivers
2010 - SAUCE: Redpine RS9113 WLAN/BT driver ver. 0.9.7
2011 - SAUCE: RS9113: Use vendor driver to support WLAN/BT card on Caracalla HW
2012 only
2013 - SAUCE: RS9113: Comment out IDs from upstream driver
2014 - [Config] Enable CONFIG_VEN_RSI_* configs
2015 * [Hyper-V] netvsc: add rcu_read locked to netvsc callback (LP: #1657540)
2016 - netvsc: add rcu_read locking to netvsc callback
2017 * [Hyper-V] Rebase Hyper-V in 16.04 and 16.10 to the the upstream 4.9 kernel
2018 (LP: #1650059)
2019 - memory-hotplug: add automatic onlining policy for the newly added memory
2020 - hv_netvsc: Add query for initial physical link speed
2021 - hv_netvsc: Add handler for physical link speed change
2022 - hv_netvsc: Implement batching of receive completions
2023 - PCI: hv: Use list_move_tail() instead of list_del() + list_add_tail()
2024 - hv_netvsc: fix rtnl locking in callback
2025 - hv_netvsc: make RSS hash key static
2026 - hv_netvsc: use kcalloc
2027 - hv_netvsc: style cleanups
2028 - hv_netvsc: make inline functions static
2029 - hv_netvsc: use ARRAY_SIZE() for NDIS versions
2030 - hv_netvsc: make device_remove void
2031 - hv_netvsc: init completion during alloc
2032 - hv_netvsc: rearrange start_xmit
2033 - hv_netvsc: refactor completion function
2034 - hv_netvsc: make netvsc_destroy_buf void
2035 - hv_netvsc: make variable local
2036 - hv_netvsc: report vmbus name in ethtool
2037 - hv_netvsc: add ethtool statistics for tx packet issues
2038 - Drivers: hv: get rid of redundant messagecount in create_gpadl_header()
2039 - Drivers: hv: don't leak memory in vmbus_establish_gpadl()
2040 - Drivers: hv: get rid of timeout in vmbus_open()
2041 - Drivers: hv: utils: fix a race on userspace daemons registration
2042 - Drivers: hv: vmbus: fix the race when querying & updating the percpu list
2043 - Drivers: hv: vmbus: Enable explicit signaling policy for NIC channels
2044 - Drivers: hv: vmbus: Reduce the delay between retries in vmbus_post_msg()
2045 - Drivers: hv: vmbus: Implement a mechanism to tag the channel for low latency
2046 - Tools: hv: kvp: ensure kvp device fd is closed on exec
2047 - Drivers: hv: balloon: keep track of where ha_region starts
2048 - Drivers: hv: balloon: account for gaps in hot add regions
2049 - Drivers: hv: balloon: don't wait for ol_waitevent when memhp_auto_online is
2050 enabled
2051 - Drivers: hv: balloon: replace ha_region_mutex with spinlock
2052 - Drivers: hv: balloon: Use available memory value in pressure report
2053 - Drivers: hv: cleanup vmbus_open() for wrap around mappings
2054 - Drivers: hv: ring_buffer: wrap around mappings for ring buffers
2055 - Drivers: hv: ring_buffer: use wrap around mappings in hv_copy{from,
2056 to}_ringbuffer()
2057 - Drivers: hv: ring_buffer: count on wrap around mappings in
2058 get_next_pkt_raw()
2059 - Drivers: hv: Introduce a policy for controlling channel affinity
2060 - Drivers: hv: utils: Continue to poll VSS channel after handling requests.
2061 - Drivers: hv: utils: Check VSS daemon is listening before a hot backup
2062 - PCI: hv: Use zero-length array in struct pci_packet
2063 - PCI: hv: Use pci_function_description[0] in struct definitions
2064 - PCI: hv: Remove the unused 'wrk' in struct hv_pcibus_device
2065 - PCI: hv: Handle vmbus_sendpacket() failure in hv_compose_msi_msg()
2066 - PCI: hv: Handle hv_pci_generic_compl() error case
2067 - Revert "Drivers: hv: ring_buffer: count on wrap around mappings in
2068 get_next_pkt_raw()"
2069 - Driver: hv: vmbus: Make mmio resource local
2070 - Drivers: hv: vmbus: suppress some "hv_vmbus: Unknown GUID" warnings
2071 - Drivers: hv: utils: Rename version definitions to reflect protocol version.
2072 - Drivers: hv: utils: Use TimeSync samples to adjust the clock after boot.
2073 - Drivers: hv: utils: Support TimeSync version 4.0 protocol samples.
2074 - Drivers: hv: hv_util: Avoid dynamic allocation in time synch
2075 - Revert "hv_netvsc: make inline functions static"
2076 - hv_netvsc: use consume_skb
2077 - hv_netvsc: dev hold/put reference to VF
2078 - hv_netvsc: simplify callback event code
2079 - hv_netvsc: improve VF device matching
2080 - hv_netvsc: use RCU to protect vf_netdev
2081 - hv_netvsc: remove VF in flight counters
2082 - hv_netvsc: count multicast packets received
2083 - hv_netvsc: fix comments
2084 - Drivers: hv: make VMBus bus ids persistent
2085 - Drivers: hv: get rid of id in struct vmbus_channel
2086 - netvsc: fix checksum on UDP IPV6
2087 - netvsc: Remove mistaken udp.h inclusion.
2088 - net/hyperv: avoid uninitialized variable
2089 - Revert "hv_netvsc: report vmbus name in ethtool"
2090 - vmbus: make sysfs names consistent with PCI
2091 - netvsc: reduce maximum GSO size
2092 - Drivers: hv: vmbus: Base host signaling strictly on the ring state
2093 - tools: hv: Add a script to help bonding synthetic and VF NICs
2094 * Ubuntu - ibmveth: abnormally large TCP MSS value caused a TCP session to
2095 hang with a zero window (LP: #1655420)
2096 - ibmveth: set correct gso_size and gso_type
2097 - ibmveth: calculate gso_segs for large packets
2098 * netfilter regression introducing a performance slowdown in binary
2099 arp/ip/ip6tables (LP: #1640786)
2100 - netfilter: x_tables: pass xt_counters struct instead of packet counter
2101 - netfilter: x_tables: pass xt_counters struct to counter allocator
2102 - netfilter: x_tables: pack percpu counter allocations
2103 * Move some kernel modules to the main kernel package (part 2) (LP: #1655002)
2104 - [Config] Add IBM power drivers to the inclusion list
2105 * Xenial update to v4.4.43 stable release (LP: #1656876)
2106 - netvsc: reduce maximum GSO size
2107 - ser_gigaset: return -ENOMEM on error instead of success
2108 - net: vrf: Drop conntrack data after pass through VRF device on Tx
2109 - ipv6: handle -EFAULT from skb_copy_bits
2110 - net, sched: fix soft lockup in tc_classify
2111 - net: stmmac: Fix race between stmmac_drv_probe and stmmac_open
2112 - net/mlx5: Check FW limitations on log_max_qp before setting it
2113 - net/mlx5: Avoid shadowing numa_node
2114 - drop_monitor: add missing call to genlmsg_end
2115 - drop_monitor: consider inserted data in genlmsg_end
2116 - igmp: Make igmp group member RFC 3376 compliant
2117 - ipv4: Do not allow MAIN to be alias for new LOCAL w/ custom rules
2118 - r8152: split rtl8152_suspend function
2119 - r8152: fix rx issue for runtime suspend
2120 - gro: Enter slow-path if there is no tailroom
2121 - gro: use min_t() in skb_gro_reset_offset()
2122 - gro: Disable frag0 optimization on IPv6 ext headers
2123 - net: ipv4: Fix multipath selection with vrf
2124 - net: vrf: do not allow table id 0
2125 - HID: hid-cypress: validate length of report
2126 - ALSA: firewire-tascam: Fix to handle error from initialization of stream
2127 data
2128 - powerpc: Fix build warning on 32-bit PPC
2129 - ARM: zynq: Reserve correct amount of non-DMA RAM
2130 - ARM: OMAP4+: Fix bad fallthrough for cpuidle
2131 - spi: mvebu: fix baudrate calculation for armada variant
2132 - ALSA: usb-audio: Add a quirk for Plantronics BT600
2133 - mm/init: fix zone boundary creation
2134 - Linux 4.4.43
2135 * Xenial update to v4.4.42 stable release (LP: #1655969)
2136 - ALSA: hda - Fix up GPIO for ASUS ROG Ranger
2137 - ALSA: hda - Apply asus-mode8 fixup to ASUS X71SL
2138 - ALSA: usb-audio: Fix irq/process data synchronization
2139 - ARM: davinci: da850: don't add emac clock to lookup table twice
2140 - mac80211: initialize fast-xmit 'info' later
2141 - KVM: x86: reset MMU on KVM_SET_VCPU_EVENTS
2142 - KVM: MIPS: Flush KVM entry code from icache globally
2143 - usb: musb: core: add clear_ep_rxintr() to musb_platform_ops
2144 - usb: musb: dsps: implement clear_ep_rxintr() callback
2145 - usb: storage: unusual_uas: Add JMicron JMS56x to unusual device
2146 - usb: gadgetfs: restrict upper bound on device configuration size
2147 - USB: gadgetfs: fix unbounded memory allocation bug
2148 - USB: gadgetfs: fix use-after-free bug
2149 - USB: gadgetfs: fix checks of wTotalLength in config descriptors
2150 - USB: fix problems with duplicate endpoint addresses
2151 - USB: dummy-hcd: fix bug in stop_activity (handle ep0)
2152 - usb: gadget: composite: Test get_alt() presence instead of set_alt()
2153 - usb: dwc3: core: avoid Overflow events
2154 - usb: xhci: fix possible wild pointer
2155 - xhci: workaround for hosts missing CAS bit
2156 - usb: xhci: apply XHCI_PME_STUCK_QUIRK to Intel Apollo Lake
2157 - xhci: free xhci virtual devices with leaf nodes first
2158 - usb: xhci: fix return value of xhci_setup_device()
2159 - usb: host: xhci: Fix possible wild pointer when handling abort command
2160 - xhci: Handle command completion and timeout race
2161 - usb: xhci: hold lock over xhci_abort_cmd_ring()
2162 - USB: serial: omninet: fix NULL-derefs at open and disconnect
2163 - USB: serial: quatech2: fix sleep-while-atomic in close
2164 - USB: serial: pl2303: fix NULL-deref at open
2165 - USB: serial: keyspan_pda: verify endpoints at probe
2166 - USB: serial: spcp8x5: fix NULL-deref at open
2167 - USB: serial: io_ti: fix NULL-deref at open
2168 - USB: serial: io_ti: fix another NULL-deref at open
2169 - USB: serial: io_ti: fix I/O after disconnect
2170 - USB: serial: iuu_phoenix: fix NULL-deref at open
2171 - USB: serial: garmin_gps: fix memory leak on failed URB submit
2172 - USB: serial: ti_usb_3410_5052: fix NULL-deref at open
2173 - USB: serial: io_edgeport: fix NULL-deref at open
2174 - USB: serial: oti6858: fix NULL-deref at open
2175 - USB: serial: cyberjack: fix NULL-deref at open
2176 - USB: serial: kobil_sct: fix NULL-deref in write
2177 - USB: serial: mos7840: fix NULL-deref at open
2178 - USB: serial: mos7720: fix NULL-deref at open
2179 - USB: serial: mos7720: fix use-after-free on probe errors
2180 - USB: serial: mos7720: fix parport use-after-free on probe errors
2181 - USB: serial: mos7720: fix parallel probe
2182 - usb: xhci-mem: use passed in GFP flags instead of GFP_KERNEL
2183 - xhci: Use delayed_work instead of timer for command timeout
2184 - xhci: Fix race related to abort operation
2185 - usb: dwc3: pci: add Intel Gemini Lake PCI ID
2186 - usb: musb: Fix trying to free already-free IRQ 4
2187 - usb: hub: Move hub_port_disable() to fix warning if PM is disabled
2188 - usb: musb: blackfin: add bfin_fifo_offset in bfin_ops
2189 - ALSA: usb-audio: Fix bogus error return in snd_usb_create_stream()
2190 - USB: serial: kl5kusb105: abort on open exception path
2191 - ARM: dts: r8a7794: Correct hsusb parent clock
2192 - USB: phy: am335x-control: fix device and of_node leaks
2193 - USB: serial: io_ti: bind to interface after fw download
2194 - mei: bus: fix mei_cldev_enable KDoc
2195 - staging: iio: ad7606: fix improper setting of oversampling pins
2196 - usb: dwc3: gadget: always unmap EP0 requests
2197 - usb: dwc3: ep0: add dwc3_ep0_prepare_one_trb()
2198 - usb: dwc3: ep0: explicitly call dwc3_ep0_prepare_one_trb()
2199 - stable-fixup: hotplug: fix unused function warning
2200 - ath10k: use the right length of "background"
2201 - cris: Only build flash rescue image if CONFIG_ETRAX_AXISFLASHMAP is selected
2202 - hwmon: (scpi) Fix module autoload
2203 - hwmon: (amc6821) sign extension temperature
2204 - hwmon: (ds620) Fix overflows seen when writing temperature limits
2205 - hwmon: (nct7802) Fix overflows seen when writing into limit attributes
2206 - hwmon: (g762) Fix overflows and crash seen when writing limit attributes
2207 - clk: clk-wm831x: fix a logic error
2208 - clk: imx31: fix rewritten input argument of mx31_clocks_init()
2209 - iommu/amd: Missing error code in amd_iommu_init_device()
2210 - iommu/amd: Fix the left value check of cmd buffer
2211 - iommu/vt-d: Fix pasid table size encoding
2212 - iommu/vt-d: Flush old iommu caches for kdump when the device gets context
2213 mapped
2214 - ASoC: samsung: i2s: Fixup last IRQ unsafe spin lock call
2215 - scsi: mvsas: fix command_active typo
2216 - target/iscsi: Fix double free in lio_target_tiqn_addtpg()
2217 - irqchip/bcm7038-l1: Implement irq_cpu_offline() callback
2218 - PM / wakeirq: Fix dedicated wakeirq for drivers not using autosuspend
2219 - mmc: mmc_test: Uninitialized return value
2220 - s390/crypto: unlock on error in prng_tdes_read()
2221 - crypto: arm64/sha2-ce - fix for big endian
2222 - crypto: arm64/ghash-ce - fix for big endian
2223 - crypto: arm/aes-ce - fix for big endian
2224 - crypto: arm64/aes-ccm-ce: fix for big endian
2225 - crypto: arm64/aes-neon - fix for big endian
2226 - crypto: arm64/sha1-ce - fix for big endian
2227 - crypto: arm64/aes-xts-ce: fix for big endian
2228 - crypto: arm64/aes-ce - fix for big endian
2229 - md: MD_RECOVERY_NEEDED is set for mddev->recovery
2230 - powerpc/pci/rpadlpar: Fix device reference leaks
2231 - staging: comedi: dt282x: tidy up register bit defines
2232 - cred/userns: define current_user_ns() as a function
2233 - net: ti: cpmac: Fix compiler warning due to type confusion
2234 - net: vxge: avoid unused function warnings
2235 - cx23885-dvb: move initialization of a8293_pdata
2236 - drm/radeon: Always store CRTC relative radeon_crtc->cursor_x/y values
2237 - tick/broadcast: Prevent NULL pointer dereference
2238 - Revert "usb: gadget: composite: always set ep->mult to a sensible value"
2239 - usb: gadget: composite: always set ep->mult to a sensible value
2240 - Linux 4.4.42
2241 * Xenial update to v4.4.41 stable release (LP: #1655041)
2242 - ssb: Fix error routine when fallback SPROM fails
2243 - rtlwifi: Fix enter/exit power_save
2244 - cfg80211/mac80211: fix BSS leaks when abandoning assoc attempts
2245 - ath9k: Really fix LED polarity for some Mini PCI AR9220 MB92 cards.
2246 - mmc: sdhci: Fix recovery from tuning timeout
2247 - regulator: stw481x-vmmc: fix ages old enable error
2248 - timekeeping_Force_unsigned_clocksource_to_nanoseconds_conversion
2249 - clk: bcm2835: Avoid overwriting the div info when disabling a pll_div clk
2250 - thermal: hwmon: Properly report critical temperature in sysfs
2251 - staging: comedi: ni_mio_common: fix M Series ni_ai_insn_read() data mask
2252 - staging: comedi: ni_mio_common: fix E series ni_ai_insn_read() data
2253 - ACPI / video: Add force_native quirk for Dell XPS 17 L702X
2254 - ACPI / video: Add force_native quirk for HP Pavilion dv6
2255 - drm/nouveau/kms: lvds panel strap moved again on maxwell
2256 - drm/nouveau/bios: require checksum to match for fast acpi shadow method
2257 - drm/nouveau/ltc: protect clearing of comptags with mutex
2258 - drm/nouveau/fifo/gf100-: protect channel preempt with subdev mutex
2259 - drm/nouveau/i2c/gk110b,gm10x: use the correct implementation
2260 - drm/radeon: Also call cursor_move_locked when the cursor size changes
2261 - drm/radeon: Hide the HW cursor while it's out of bounds
2262 - drm/radeon: add additional pci revision to dpm workaround
2263 - drm/gma500: Add compat ioctl
2264 - drivers/gpu/drm/ast: Fix infinite loop if read fails
2265 - mei: request async autosuspend at the end of enumeration
2266 - block: protect iterate_bdevs() against concurrent close
2267 - vt: fix Scroll Lock LED trigger name
2268 - scsi: megaraid_sas: For SRIOV enabled firmware, ensure VF driver waits for
2269 30secs before reset
2270 - scsi: megaraid_sas: Do not set MPI2_TYPE_CUDA for JBOD FP path for FW which
2271 does not support JBOD sequence map
2272 - scsi: zfcp: fix use-after-"free" in FC ingress path after TMF
2273 - scsi: zfcp: do not trace pure benign residual HBA responses at default level
2274 - scsi: zfcp: fix rport unblock race with LUN recovery
2275 - scsi: avoid a permanent stop of the scsi device's request queue
2276 - ARC: mm: arc700: Don't assume 2 colours for aliasing VIPT dcache
2277 - firmware: fix usermode helper fallback loading
2278 - s390/vmlogrdr: fix IUCV buffer allocation
2279 - sc16is7xx: Drop bogus use of IRQF_ONESHOT
2280 - md/raid5: limit request size according to implementation limits
2281 - KVM: PPC: Book3S HV: Save/restore XER in checkpointed register state
2282 - KVM: PPC: Book3S HV: Don't lose hardware R/C bit updates in H_PROTECT
2283 - kvm: nVMX: Allow L1 to intercept software exceptions (#BP and #OF)
2284 - platform/x86: asus-nb-wmi.c: Add X45U quirk
2285 - fgraph: Handle a case where a tracer ignores set_graph_notrace
2286 - IB/mad: Fix an array index check
2287 - IPoIB: Avoid reading an uninitialized member variable
2288 - IB/multicast: Check ib_find_pkey() return value
2289 - IB/cma: Fix a race condition in iboe_addr_get_sgid()
2290 - media: solo6x10: fix lockup by avoiding delayed register write
2291 - Input: drv260x - fix input device's parent assignment
2292 - PCI: Check for PME in targeted sleep state
2293 - libceph: verify authorize reply on connect
2294 - nfs_write_end(): fix handling of short copies
2295 - powerpc/ps3: Fix system hang with GCC 5 builds
2296 - powerpc: Convert cmp to cmpd in idle enter sequence
2297 - kconfig/nconf: Fix hang when editing symbol with a long prompt
2298 - sg_write()/bsg_write() is not fit to be called under KERNEL_DS
2299 - net: mvpp2: fix dma unmapping of TX buffers for fragments
2300 - Linux 4.4.41
9b8afaba
TLSC
2301
2302 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Wed, 01 Feb 2017 11:10:24 -0200
2303
2c6ba306 2304linux-snapdragon (4.4.0-1046.50) xenial; urgency=low
37e2e87a 2305
2c6ba306
TLSC
2306 [ Thadeu Lima de Souza Cascardo ]
2307
2308 * Release Tracking Bug
2309 - LP: #1657433
2310
2311 [ Ubuntu: 4.4.0-62.83 ]
2312
2313 * Release Tracking Bug
2314 - LP: #1657430
2315 * Backport DP MST fixes to i915 (LP: #1657353)
2316 - SAUCE: i915_bpo: Fix DP link rate math
2317 - SAUCE: i915_bpo: Validate mode against max. link data rate for DP MST
2318 * Ubuntu xenial - 4.4.0-59-generic i3 I/O performance issue (LP: #1657281)
2319 - blk-mq: really fix plug list flushing for nomerge queues
37e2e87a
TLSC
2320
2321 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Wed, 18 Jan 2017 15:24:09 -0200
2322
4228614a 2323linux-snapdragon (4.4.0-1045.49) xenial; urgency=low
dba09507 2324
4228614a 2325 [ Thadeu Lima de Souza Cascardo ]
dba09507 2326
4228614a
TLSC
2327 * Release Tracking Bug
2328 - LP: #1656814
2329
2330 [ Ubuntu: 4.4.0-61.82 ]
2331
2332 * Release Tracking Bug
2333 - LP: #1656810
2334 * Xen MSI setup code incorrectly re-uses cached pirq (LP: #1656381)
2335 - SAUCE: xen: do not re-use pirq number cached in pci device msi msg data
2336 * nvme drive probe failure (LP: #1626894)
2337 - nvme: revert NVMe: only setup MSIX once
2338
2339 [ Ubuntu: 4.4.0-60.81 ]
2340
2341 * Release Tracking Bug
2342 - LP: #1656084
2343 * Couldn't emulate instruction 0x7813427c (LP: #1634129)
2344 - KVM: PPC: Book3S PR: Fix illegal opcode emulation
2345 * perf: 24x7: Eliminate domain name suffix in event names (LP: #1560482)
2346 - powerpc/perf/hv-24x7: Fix usage with chip events.
2347 - powerpc/perf/hv-24x7: Display change in counter values
2348 - powerpc/perf/hv-24x7: Display domain indices in sysfs
2349 - powerpc/perf/24x7: Eliminate domain suffix in event names
2350 * i386 ftrace tests hang on ADT testing (LP: #1655040)
2351 - ftrace/x86_32: Set ftrace_stub to weak to prevent gcc from using short jumps
2352 to it
2353 * VMX module autoloading if available (LP: #1651322)
2354 - powerpc: Add module autoloading based on CPU features
2355 - crypto: vmx - Convert to CPU feature based module autoloading
2356 * ACPI probe support for AD5592/3 configurable multi-channel converter
2357 (LP: #1654497)
2358 - SAUCE: iio: dac: ad5592r: Add ACPI support
2359 - SAUCE: iio: dac: ad5593r: Add ACPI support
2360 * Xenial update to v4.4.40 stable release (LP: #1654602)
2361 - btrfs: limit async_work allocation and worker func duration
2362 - Btrfs: fix tree search logic when replaying directory entry deletes
2363 - btrfs: store and load values of stripes_min/stripes_max in balance status
2364 item
2365 - Btrfs: fix qgroup rescan worker initialization
2366 - USB: serial: option: add support for Telit LE922A PIDs 0x1040, 0x1041
2367 - USB: serial: option: add dlink dwm-158
2368 - USB: serial: kl5kusb105: fix open error path
2369 - USB: cdc-acm: add device id for GW Instek AFG-125
2370 - usb: hub: Fix auto-remount of safely removed or ejected USB-3 devices
2371 - usb: gadget: f_uac2: fix error handling at afunc_bind
2372 - usb: gadget: composite: correctly initialize ep->maxpacket
2373 - USB: UHCI: report non-PME wakeup signalling for Intel hardware
2374 - ALSA: usb-audio: Add QuickCam Communicate Deluxe/S7500 to
2375 volume_control_quirks
2376 - ALSA: hiface: Fix M2Tech hiFace driver sampling rate change
2377 - ALSA: hda/ca0132 - Add quirk for Alienware 15 R2 2016
2378 - ALSA: hda - ignore the assoc and seq when comparing pin configurations
2379 - ALSA: hda - fix headset-mic problem on a Dell laptop
2380 - ALSA: hda - Gate the mic jack on HP Z1 Gen3 AiO
2381 - ALSA: hda: when comparing pin configurations, ignore assoc in addition to
2382 seq
2383 - clk: ti: omap36xx: Work around sprz319 advisory 2.1
2384 - Btrfs: fix memory leak in reading btree blocks
2385 - Btrfs: bail out if block group has different mixed flag
2386 - Btrfs: return gracefully from balance if fs tree is corrupted
2387 - Btrfs: don't leak reloc root nodes on error
2388 - Btrfs: fix memory leak in do_walk_down
2389 - Btrfs: don't BUG() during drop snapshot
2390 - btrfs: make file clone aware of fatal signals
2391 - block_dev: don't test bdev->bd_contains when it is not stable
2392 - ptrace: Capture the ptracer's creds not PT_PTRACE_CAP
2393 - crypto: caam - fix AEAD givenc descriptors
2394 - ext4: fix mballoc breakage with 64k block size
2395 - ext4: fix stack memory corruption with 64k block size
2396 - ext4: use more strict checks for inodes_per_block on mount
2397 - ext4: fix in-superblock mount options processing
2398 - ext4: add sanity checking to count_overhead()
2399 - ext4: reject inodes with negative size
2400 - ext4: return -ENOMEM instead of success
2401 - ext4: do not perform data journaling when data is encrypted
2402 - f2fs: set ->owner for debugfs status file's file_operations
2403 - loop: return proper error from loop_queue_rq()
2404 - mm/vmscan.c: set correct defer count for shrinker
2405 - fs: exec: apply CLOEXEC before changing dumpable task flags
2406 - exec: Ensure mm->user_ns contains the execed files
2407 - usb: gadget: composite: always set ep->mult to a sensible value
2408 - blk-mq: Do not invoke .queue_rq() for a stopped queue
2409 - dm flakey: return -EINVAL on interval bounds error in flakey_ctr()
2410 - dm crypt: mark key as invalid until properly loaded
2411 - dm space map metadata: fix 'struct sm_metadata' leak on failed create
2412 - ASoC: intel: Fix crash at suspend/resume without card registration
2413 - CIFS: Fix a possible memory corruption during reconnect
2414 - CIFS: Fix missing nls unload in smb2_reconnect()
2415 - CIFS: Fix a possible memory corruption in push locks
2416 - kernel/watchdog: use nmi registers snapshot in hardlockup handler
2417 - kernel/debug/debug_core.c: more properly delay for secondary CPUs
2418 - tpm xen: Remove bogus tpm_chip_unregister
2419 - xen/gntdev: Use VM_MIXEDMAP instead of VM_IO to avoid NUMA balancing
2420 - arm/xen: Use alloc_percpu rather than __alloc_percpu
2421 - xfs: set AGI buffer type in xlog_recover_clear_agi_bucket
2422 - driver core: fix race between creating/querying glue dir and its cleanup
2423 - ppp: defer netns reference release for ppp channel
2424 - Linux 4.4.40
2425 * igb i210 probe of pci device failed with error -2 (LP: #1639810)
2426 - SAUCE: igb: Workaround for igb i210 firmware issue.
2427 - SAUCE: igb: add i211 to i210 PHY workaround
2428 * PowerNV: PCI Slot is invalid after fencedPHB Error injection (LP: #1652018)
2429 - powerpc/powernv: Call opal_pci_poll() if needed
2430 * mfd: intel-lpss: Add default I2C device properties for Apollo Lake
2431 (LP: #1635177)
2432 - mfd: intel-lpss: Add default I2C device properties for Apollo Lake
2433 * Xenial update to v4.4.39 stable release (LP: #1650609)
2434 - powerpc/eeh: Fix deadlock when PE frozen state can't be cleared
2435 - parisc: Purge TLB before setting PTE
2436 - parisc: Remove unnecessary TLB purges from flush_dcache_page_asm and
2437 flush_icache_page_asm
2438 - parisc: Fix TLB related boot crash on SMP machines
2439 - zram: restrict add/remove attributes to root only
2440 - locking/rtmutex: Prevent dequeue vs. unlock race
2441 - locking/rtmutex: Use READ_ONCE() in rt_mutex_owner()
2442 - perf/x86: Fix full width counter, counter overflow
2443 - crypto: mcryptd - Check mcryptd algorithm compatibility
2444 - can: raw: raw_setsockopt: limit number of can_filter that can be set
2445 - can: peak: fix bad memory access and free sequence
2446 - arm64: futex.h: Add missing PAN toggling
2447 - m68k: Fix ndelay() macro
2448 - batman-adv: Check for alloc errors when preparing TT local data
2449 - hotplug: Make register and unregister notifier API symmetric
2450 - crypto: rsa - Add Makefile dependencies to fix parallel builds
2451 - Linux 4.4.39
2452 * Xenial update to v4.4.38 stable release (LP: #1650607)
2453 - virtio-net: add a missing synchronize_net()
2454 - net: check dead netns for peernet2id_alloc()
2455 - ip6_tunnel: disable caching when the traffic class is inherited
2456 - net: sky2: Fix shutdown crash
2457 - af_unix: conditionally use freezable blocking calls in read
2458 - rtnetlink: fix FDB size computation
2459 - l2tp: fix racy SOCK_ZAPPED flag check in l2tp_ip{,6}_bind()
2460 - net: dsa: bcm_sf2: Ensure we re-negotiate EEE during after link change
2461 - net, sched: respect rcu grace period on cls destruction
2462 - net/sched: pedit: make sure that offset is valid
2463 - netlink: Call cb->done from a worker thread
2464 - netlink: Do not schedule work from sk_destruct
2465 - net/dccp: fix use-after-free in dccp_invalid_packet
2466 - net: bcmgenet: Utilize correct struct device for all DMA operations
2467 - sh_eth: remove unchecked interrupts for RZ/A1
2468 - geneve: avoid use-after-free of skb->data
2469 - net: ping: check minimum size on ICMP header length
2470 - sparc32: Fix inverted invalid_frame_pointer checks on sigreturns
2471 - sparc64: Fix find_node warning if numa node cannot be found
2472 - sparc64: fix compile warning section mismatch in find_node()
2473 - constify iov_iter_count() and iter_is_iovec()
2474 - Don't feed anything but regular iovec's to blk_rq_map_user_iov
2475 - ipv6: Set skb->protocol properly for local output
2476 - ipv4: Set skb->protocol properly for local output
2477 - esp4: Fix integrity verification when ESN are used
2478 - esp6: Fix integrity verification when ESN are used
2479 - Linux 4.4.38
2480 * Xenial update to v4.4.37 stable release (LP: #1650604)
2481 - ARC: Don't use "+l" inline asm constraint
2482 - zram: fix unbalanced idr management at hot removal
2483 - kasan: update kasan_global for gcc 7
2484 - x86/traps: Ignore high word of regs->cs in early_fixup_exception()
2485 - rcu: Fix soft lockup for rcu_nocb_kthread
2486 - PCI: Export pcie_find_root_port
2487 - PCI: Set Read Completion Boundary to 128 iff Root Port supports it (_HPX)
2488 - mwifiex: printk() overflow with 32-byte SSIDs
2489 - pwm: Fix device reference leak
2490 - arm64: cpufeature: Schedule enable() calls instead of calling them via IPI
2491 - arm64: mm: Set PSTATE.PAN from the cpu_enable_pan() call
2492 - arm64: suspend: Reconfigure PSTATE after resume from idle
2493 - Linux 4.4.37
2494 * Xenial update to v4.4.36 stable release (LP: #1650601)
2495 - iommu/vt-d: Fix PASID table allocation
2496 - iommu/vt-d: Fix IOMMU lookup for SR-IOV Virtual Functions
2497 - KVM: x86: check for pic and ioapic presence before use
2498 - usb: chipidea: move the lock initialization to core file
2499 - USB: serial: cp210x: add ID for the Zone DPMX
2500 - USB: serial: ftdi_sio: add support for TI CC3200 LaunchPad
2501 - Fix USB CB/CBI storage devices with CONFIG_VMAP_STACK=y
2502 - scsi: mpt3sas: Fix secure erase premature termination
2503 - tile: avoid using clocksource_cyc2ns with absolute cycle count
2504 - cfg80211: limit scan results cache size
2505 - NFSv4.x: hide array-bounds warning
2506 - parisc: Fix races in parisc_setup_cache_timing()
2507 - parisc: Fix race in pci-dma.c
2508 - parisc: Also flush data TLB in flush_icache_page_asm
2509 - mpi: Fix NULL ptr dereference in mpi_powm() [ver #3]
2510 - drm/radeon: Ensure vblank interrupt is enabled on DPMS transition to on
2511 - mei: me: disable driver on SPT SPS firmware
2512 - mei: me: fix place for kaby point device ids.
2513 - mei: fix return value on disconnection
2514 - scsi: mpt3sas: Unblock device after controller reset
2515 - Linux 4.4.36
2516 * Miscellaneous Ubuntu changes
2517 - [Debian] consider renames in gen-auto-reconstruct
2518
2519 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Tue, 17 Jan 2017 12:11:56 -0200
dba09507 2520
e0c4fa5b 2521linux-snapdragon (4.4.0-1044.48) xenial; urgency=low
f6582fda 2522
e0c4fa5b
LH
2523 [ Luis Henriques ]
2524
2525 * Release Tracking Bug
2526 - LP: #1654285
2527
2528 [ Ubuntu: 4.4.0-59.80 ]
2529
2530 * Release Tracking Bug
2531 - LP: #1654282
2532 * [2.1.1] MAAS has nvme0n1 set as boot disk, curtin fails (LP: #1651602)
2533 - (fix) nvme: only require 1 interrupt vector, not 2+
f6582fda
LH
2534
2535 -- Luis Henriques <luis.henriques@canonical.com> Fri, 06 Jan 2017 18:20:19 +0000
2536
a3338e42 2537linux-snapdragon (4.4.0-1043.47) xenial; urgency=low
1ea38224 2538
a3338e42
LH
2539 [ Luis Henriques ]
2540
2541 * Release Tracking Bug
2542 - LP: #1651405
2543
2544 * UBUNTU: [Config] updateconfigs
2545
2546 [ Ubuntu: 4.4.0-58.79 ]
2547
2548 * Release Tracking Bug
2549 - LP: #1651402
2550 * Support ACPI probe for IIO sensor drivers from ST Micro (LP: #1650123)
2551 - SAUCE: iio: st_sensors: match sensors using ACPI handle
2552 - SAUCE: iio: st_accel: Support sensor i2c probe using acpi
2553 - SAUCE: iio: st_pressure: Support i2c probe using acpi
2554 - [Config] CONFIG_HTS221=m, CONFIG_HTS221_I2C=m, CONFIG_HTS221_SPI=m
2555 * Fix channel data parsing in ST Micro sensor IIO drivers (LP: #1650189)
2556 - SAUCE: iio: common: st_sensors: fix channel data parsing
2557 * ST Micro lng2dm 3-axis "femto" accelerometer support (LP: #1650112)
2558 - SAUCE: iio: st-accel: add support for lis2dh12
2559 - SAUCE: iio: st_sensors: support active-low interrupts
2560 - SAUCE: iio: accel: Add support for the h3lis331dl accelerometer
2561 - SAUCE: iio: st_sensors: verify interrupt event to status
2562 - SAUCE: iio: st_sensors: support open drain mode
2563 - SAUCE: iio:st_sensors: fix power regulator usage
2564 - SAUCE: iio: st_sensors: switch to a threaded interrupt
2565 - SAUCE: iio: accel: st_accel: Add lis3l02dq support
2566 - SAUCE: iio: st_sensors: fix scale configuration for h3lis331dl
2567 - SAUCE: iio: accel: st_accel: add support to lng2dm
2568 - SAUCE: iio: accel: st_accel: inline per-sensor data
2569 - SAUCE: Documentation: dt: iio: accel: add lng2dm sensor device binding
2570 * ST Micro hts221 relative humidity sensor support (LP: #1650116)
2571 - SAUCE: iio: humidity: add support to hts221 rh/temp combo device
2572 - SAUCE: Documentation: dt: iio: humidity: add hts221 sensor device binding
2573 - SAUCE: iio: humidity: remove
2574 - SAUCE: iio: humidity: Support acpi probe for hts211
2575 * crypto : tolerate new crypto hardware for z Systems (LP: #1644557)
2576 - s390/zcrypt: Introduce CEX6 toleration
2577 * Acer, Inc ID 5986:055a is useless after 14.04.2 installed. (LP: #1433906)
2578 - uvcvideo: uvc_scan_fallback() for webcams with broken chain
2579 * vmxnet3 driver could causes kernel panic with v4.4 if LRO enabled.
2580 (LP: #1650635)
2581 - vmxnet3: segCnt can be 1 for LRO packets
2582 * system freeze when swapping to encrypted swap partition (LP: #1647400)
2583 - mm, oom: rework oom detection
2584 - mm: throttle on IO only when there are too many dirty and writeback pages
2585 * Kernel Fixes to get TCMU File Backed Optical to work (LP: #1646204)
2586 - target/user: Use sense_reason_t in tcmu_queue_cmd_ring
2587 - target/user: Return an error if cmd data size is too large
2588 - target/user: Fix comments to not refer to data ring
2589 - SAUCE: (no-up) target/user: Fix use-after-free of tcmu_cmds if they are
2590 expired
2591 * CVE-2016-9756
2592 - KVM: x86: drop error recovery in em_jmp_far and em_ret_far
2593 * Dell Precision 5520 & 3520 freezes at login screent (LP: #1650054)
2594 - ACPI / blacklist: add _REV quirks for Dell Precision 5520 and 3520
2595 * CVE-2016-9794
2596 - ALSA: pcm : Call kill_fasync() in stream lock
2597 * Allow fuse user namespace mounts by default in xenial (LP: #1634964)
2598 - (namespace) mnt: Move the FS_USERNS_MOUNT check into sget_userns
2599 - (namespace) Revert "UBUNTU: SAUCE: fs: Refuse uid/gid changes which don't
2600 map into s_user_ns"
2601 - (namespace) fs: Refuse uid/gid changes which don't map into s_user_ns
2602 - (namespace) Revert "UBUNTU: SAUCE: fs: Update posix_acl support to handle
2603 user namespace mounts"
2604 - (namespace) vfs: Verify acls are valid within superblock's s_user_ns.
2605 - SAUCE: (namespace) posix_acl: Export posix_acl_fix_xattr_userns() to modules
2606 - SAUCE: (namespace) fuse: Translate ids in posix acl xattrs
2607 - (namespace) vfs: Don't modify inodes with a uid or gid unknown to the vfs
2608 - (namespace) vfs: Don't create inodes with a uid or gid unknown to the vfs
2609 - (namespace) Revert "UBUNTU: SAUCE: quota: Require that qids passed to
2610 dqget() be valid and map into s_user_ns"
2611 - (namespace) Revert "UBUNTU: SAUCE: quota: Convert ids relative to s_user_ns"
2612 - (namespace) quota: Ensure qids map to the filesystem
2613 - (namespace) quota: Handle quota data stored in s_user_ns in quota_setxquota
2614 - (namespace) dquot: For now explicitly don't support filesystems outside of
2615 init_user_ns
2616 - (namespace) Revert "UBUNTU: SAUCE: ima/evm: Allow root in s_user_ns to set
2617 xattrs"
2618 - SAUCE: (namespace) security/integrity: Harden against malformed xattrs
2619 - (namespace) Revert "UBUNTU: SAUCE: fs: Allow superblock owner to change
2620 ownership of inodes with unmappable ids"
2621 - SAUCE: (namespace) fs: Allow superblock owner to change ownership of inodes
2622 - (namespace) Revert "UBUNTU: SAUCE: fs: Don't remove suid for CAP_FSETID in
2623 s_user_ns"
2624 - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID for userns root
2625 - SAUCE: (namespace) fuse: Allow user namespace mounts by default
2626 * Boot crash in xen_send_IPI_one (LP: #1649821)
2627 - xen/qspinlock: Don't kick CPU if IRQ is not initialized
2628 * linux: Staging modules should be unsigned (LP: #1642368)
2629 - [Debian] Suppress module signing for staging drivers
2630 - SAUCE: Add rtl drivers to signature inclusion list
2631 * Ethernet not work after upgrade from kernel 3.19 to 4.4 [10ec:8168]
2632 (LP: #1648279)
2633 - ACPI / blacklist: Make Dell Latitude 3350 ethernet work
2634 * CVE-2016-9793
2635 - net: avoid signed overflows for SO_{SND|RCV}BUFFORCE
2636 * [Hyper-V] Kernel panic not functional on 32bit Ubuntu 14.10, 15.04, and
2637 15.10 (LP: #1400319)
2638 - Drivers: hv: avoid vfree() on crash
2639 * [Hyper-V] netvsc: fix incorrect receive checksum offloading (LP: #1636656)
2640 - netvsc: fix incorrect receive checksum offloading
1ea38224 2641
a3338e42 2642 -- Luis Henriques <luis.henriques@canonical.com> Tue, 20 Dec 2016 14:14:44 +0000
1ea38224 2643
e40dba44 2644linux-snapdragon (4.4.0-1042.46) xenial; urgency=low
2544779d 2645
e40dba44
LH
2646 [ Luis Henriques ]
2647
2648 * Release Tracking Bug
2649 - LP: #1648875
2650
2651 [ Ubuntu: 4.4.0-57.78 ]
2652
2653 * Release Tracking Bug
2654 - LP: #1648867
2655 * Miscellaneous Ubuntu changes
2656 - SAUCE: Do not build the xr-usb-serial driver for s390
2657
2658 [ Ubuntu: 4.4.0-56.77 ]
2659
2660 * Release Tracking Bug
2661 - LP: #1648867
2662 * Release Tracking Bug
2663 - LP: #1648579
2664 * CONFIG_NR_CPUS=256 is too low (LP: #1579205)
2665 - [Config] Increase the NR_CPUS to 512 for amd64 to support systems with a
2666 large number of cores.
2667 * NVMe drives in Amazon AWS instance fail to initialize (LP: #1648449)
2668 - SAUCE: (no-up) NVMe: only setup MSIX once
2669
2670 [ Ubuntu: 4.4.0-55.76 ]
2671
2672 * Release Tracking Bug
2673 - LP: #1648503
2674 * NVMe driver accidentally reverted to use GSI instead of MSIX (LP: #1647887)
2675 - (fix) NVMe: restore code to always use MSI/MSI-x interrupts
2544779d
LH
2676
2677 -- Luis Henriques <luis.henriques@canonical.com> Sat, 10 Dec 2016 10:54:57 +0000
2678
9612b72a 2679linux-snapdragon (4.4.0-1041.45) xenial; urgency=low
714033f4 2680
9612b72a
LH
2681 [ Luis Henriques ]
2682
2683 * Release Tracking Bug
2684 - LP: #1648512
2685
2686 [ Ubuntu: 4.4.0-55.76 ]
2687
2688 * Release Tracking Bug
2689 - LP: #1648503
2690 * NVMe driver accidentally reverted to use GSI instead of MSIX (LP: #1647887)
2691 - (fix) NVMe: restore code to always use MSI/MSI-x interrupts
714033f4 2692
9612b72a 2693 -- Luis Henriques <luis.henriques@canonical.com> Thu, 08 Dec 2016 15:59:37 +0000
714033f4 2694
91d25941 2695linux-snapdragon (4.4.0-1040.44) xenial; urgency=low
cb4741d1 2696
91d25941
LH
2697 [ Luis Henriques ]
2698
2699 * Release Tracking Bug
2700 - LP: #1648021
2701
2702 * UBUNTU: [Config] updateconfigs
2703
2704 [ Ubuntu: 4.4.0-54.75 ]
2705
2706 * Release Tracking Bug
2707 - LP: #1648017
2708 * Update hio driver to 2.1.0.28 (LP: #1646643)
2709 - SAUCE: hio: update to Huawei ES3000_V2 (2.1.0.28)
2710 * linux: Enable live patching for all supported architectures (LP: #1633577)
2711 - [Config] CONFIG_LIVEPATCH=y for s390x
2712 * Botched backport breaks level triggered EOIs in QEMU guests with --machine
2713 kernel_irqchip=split (LP: #1644394)
2714 - kvm/irqchip: kvm_arch_irq_routing_update renaming split
2715 * Xenial update to v4.4.35 stable release (LP: #1645453)
2716 - x86/cpu/AMD: Fix cpu_llc_id for AMD Fam17h systems
2717 - KVM: x86: fix missed SRCU usage in kvm_lapic_set_vapic_addr
2718 - KVM: Disable irq while unregistering user notifier
2719 - fuse: fix fuse_write_end() if zero bytes were copied
2720 - mfd: intel-lpss: Do not put device in reset state on suspend
2721 - can: bcm: fix warning in bcm_connect/proc_register
2722 - i2c: mux: fix up dependencies
2723 - kbuild: add -fno-PIE
2724 - scripts/has-stack-protector: add -fno-PIE
2725 - x86/kexec: add -fno-PIE
2726 - kbuild: Steal gcc's pie from the very beginning
2727 - ext4: sanity check the block and cluster size at mount time
2728 - crypto: caam - do not register AES-XTS mode on LP units
2729 - drm/amdgpu: Attach exclusive fence to prime exported bo's. (v5)
2730 - clk: mmp: pxa910: fix return value check in pxa910_clk_init()
2731 - clk: mmp: pxa168: fix return value check in pxa168_clk_init()
2732 - clk: mmp: mmp2: fix return value check in mmp2_clk_init()
2733 - rtc: omap: Fix selecting external osc
2734 - iwlwifi: pcie: fix SPLC structure parsing
2735 - mfd: core: Fix device reference leak in mfd_clone_cell
2736 - uwb: fix device reference leaks
2737 - PM / sleep: fix device reference leak in test_suspend
2738 - PM / sleep: don't suspend parent when async child suspend_{noirq, late}
2739 fails
2740 - IB/mlx4: Check gid_index return value
2741 - IB/mlx4: Fix create CQ error flow
2742 - IB/mlx5: Use cache line size to select CQE stride
2743 - IB/mlx5: Fix fatal error dispatching
2744 - IB/core: Avoid unsigned int overflow in sg_alloc_table
2745 - IB/uverbs: Fix leak of XRC target QPs
2746 - IB/cm: Mark stale CM id's whenever the mad agent was unregistered
2747 - netfilter: nft_dynset: fix element timeout for HZ != 1000
2748 - Linux 4.4.35
2749 * Upstream stable 4.4.34 and 4.8.10 regression (LP: #1645278)
2750 - flow_dissect: call init_default_flow_dissectors() earlier
2751 * AD5593R configurable multi-channel converter support (LP: #1644726)
2752 - iio: dac: Add support for the AD5592R/AD5593R ADCs/DACs
2753 - iio: dac: ad5592r: Off by one bug in ad5592r_alloc_channels()
2754 - [Config] CONFIG_AD5592R/AD5593R=m
2755 * ST Micro lps22hb pressure sensor support (LP: #1642258)
2756 - iio:st_pressure:initial lps22hb sensor support
2757 - iio:st_pressure: align storagebits on power of 2
2758 - iio:st_pressure: document sampling gains
2759 - iio:st_pressure:lps22hb: temperature support
2760 * Fix Kernel Crashing under IBM Virtual Scsi Driver (LP: #1642299)
2761 - SAUCE: ibmvscsis: Rearrange functions for future patches
2762 - SAUCE: ibmvscsis: Synchronize cmds at tpg_enable_store time
2763 - SAUCE: ibmvscsis: Synchronize cmds at remove time
2764 - SAUCE: ibmvscsis: Clean up properly if target_submit_cmd/tmr fails
2765 - SAUCE: ibmvscsis: Return correct partition name/# to client
2766 - SAUCE: ibmvscsis: Issues from Dan Carpenter/Smatch
2767 * System stalls when creating device node on booting (LP: #1643797)
2768 - sched/fair: Fix new task's load avg removed from source CPU in
2769 wake_up_new_task()
2770 * nvme: improve performance for virtual Google NVMe devices (LP: #1637565)
2771 - blk-mq: add blk_mq_alloc_request_hctx
2772 - nvme.h: add NVMe over Fabrics definitions
2773 - [Config] CONFIG_NVME_VENDOR_EXT_GOOGLE=y
2774 - SAUCE: nvme: improve performance for virtual NVMe devices
2775 * Move some kernel modules to the main kernel package (LP: #1642228)
2776 - [Config] Move some powerpc kernel modules to the main kernel package
2777 * sched: Match-all classifier is missing in xenial (LP: #1642514)
2778 - [Config] CONFIG_NET_CLS_MATCHALL=m
2779 - net/sched: introduce Match-all classifier
2780 * Xenial update to 4.4.34 stable release (LP: #1643637)
2781 - dctcp: avoid bogus doubling of cwnd after loss
2782 - net: clear sk_err_soft in sk_clone_lock()
2783 - net: mangle zero checksum in skb_checksum_help()
2784 - bgmac: stop clearing DMA receive control register right after it is set
2785 - ip6_tunnel: Clear IP6CB in ip6tunnel_xmit()
2786 - tcp: fix potential memory corruption
2787 - dccp: do not send reset to already closed sockets
2788 - dccp: fix out of bound access in dccp_v4_err()
2789 - ipv6: dccp: fix out of bound access in dccp_v6_err()
2790 - ipv6: dccp: add missing bind_conflict to dccp_ipv6_mapped
2791 - sctp: assign assoc_id earlier in __sctp_connect
2792 - fib_trie: Correct /proc/net/route off by one error
2793 - sock: fix sendmmsg for partial sendmsg
2794 - net: __skb_flow_dissect() must cap its return value
2795 - ipv4: use new_gw for redirect neigh lookup
2796 - tcp: take care of truncations done by sk_filter()
2797 - tty: Prevent ldisc drivers from re-using stale tty fields
2798 - sparc: Don't leak context bits into thread->fault_address
2799 - sparc: serial: sunhv: fix a double lock bug
2800 - sparc64 mm: Fix base TSB sizing when hugetlb pages are used
2801 - sparc: Handle negative offsets in arch_jump_label_transform
2802 - sparc64: Handle extremely large kernel TSB range flushes sanely.
2803 - sparc64: Fix illegal relative branches in hypervisor patched TLB code.
2804 - sparc64: Fix instruction count in comment for
2805 __hypervisor_flush_tlb_pending.
2806 - sparc64: Fix illegal relative branches in hypervisor patched TLB cross-call
2807 code.
2808 - sparc64: Handle extremely large kernel TLB range flushes more gracefully.
2809 - sparc64: Delete __ret_efault.
2810 - sparc64: Prepare to move to more saner user copy exception handling.
2811 - sparc64: Convert copy_in_user to accurate exception reporting.
2812 - sparc64: Convert GENcopy_{from,to}_user to accurate exception reporting.
2813 - sparc64: Convert U1copy_{from,to}_user to accurate exception reporting.
2814 - sparc64: Convert NG4copy_{from,to}_user to accurate exception reporting.
2815 - sparc64: Convert NGcopy_{from,to}_user to accurate exception reporting.
2816 - sparc64: Convert NG2copy_{from,to}_user to accurate exception reporting.
2817 - sparc64: Convert U3copy_{from,to}_user to accurate exception reporting.
2818 - sparc64: Delete now unused user copy assembler helpers.
2819 - sparc64: Delete now unused user copy fixup functions.
2820 - Linux 4.4.34
2821 * Xenial update to v4.4.33 stable release (LP: #1642968)
2822 - ALSA: info: Return error for invalid read/write
2823 - ALSA: info: Limit the proc text input size
2824 - ASoC: cs4270: fix DAPM stream name mismatch
2825 - dib0700: fix nec repeat handling
2826 - swapfile: fix memory corruption via malformed swapfile
2827 - coredump: fix unfreezable coredumping task
2828 - s390/hypfs: Use get_free_page() instead of kmalloc to ensure page alignment
2829 - ARC: timer: rtc: implement read loop in "C" vs. inline asm
2830 - pinctrl: cherryview: Serialize register access in suspend/resume
2831 - pinctrl: cherryview: Prevent possible interrupt storm on resume
2832 - staging: iio: ad5933: avoid uninitialized variable in error case
2833 - drivers: staging: nvec: remove bogus reset command for PS/2 interface
2834 - Revert "staging: nvec: ps2: change serio type to passthrough"
2835 - staging: nvec: remove managed resource from PS2 driver
2836 - USB: cdc-acm: fix TIOCMIWAIT
2837 - usb: gadget: u_ether: remove interrupt throttling
2838 - drbd: Fix kernel_sendmsg() usage - potential NULL deref
2839 - toshiba-wmi: Fix loading the driver on non Toshiba laptops
2840 - clk: qoriq: Don't allow CPU clocks higher than starting value
2841 - iio: hid-sensors: Increase the precision of scale to fix wrong reading
2842 interpretation.
2843 - iio: orientation: hid-sensor-rotation: Add PM function (fix non working
2844 driver)
2845 - scsi: qla2xxx: Fix scsi scan hang triggered if adapter fails during init
2846 - scsi: mpt3sas: Fix for block device of raid exists even after deleting raid
2847 disk
2848 - KVM: MIPS: Precalculate MMIO load resume PC
2849 - drm/i915: Respect alternate_ddc_pin for all DDI ports
2850 - dmaengine: at_xdmac: fix spurious flag status for mem2mem transfers
2851 - tty/serial: at91: fix hardware handshake on Atmel platforms
2852 - iommu/amd: Free domain id when free a domain of struct dma_ops_domain
2853 - iommu/vt-d: Fix dead-locks in disable_dmar_iommu() path
2854 - mei: bus: fix received data size check in NFC fixup
2855 - lib/genalloc.c: start search from start of chunk
2856 - hwrng: core - Don't use a stack buffer in add_early_randomness()
2857 - i40e: fix call of ndo_dflt_bridge_getlink()
2858 - ACPI / APEI: Fix incorrect return value of ghes_proc()
2859 - ASoC: sun4i-codec: return error code instead of NULL when create_card fails
2860 - mmc: mxs: Initialize the spinlock prior to using it
2861 - btrfs: qgroup: Prevent qgroup->reserved from going subzero
2862 - netfilter: fix namespace handling in nf_log_proc_dostring
2863 - Linux 4.4.33
2864 * Xenial update to 4.4.32 stable release (LP: #1642573)
2865 - tcp: fix overflow in __tcp_retransmit_skb()
2866 - net: avoid sk_forward_alloc overflows
2867 - tcp: fix wrong checksum calculation on MTU probing
2868 - tcp: fix a compile error in DBGUNDO()
2869 - ip6_gre: fix flowi6_proto value in ip6gre_xmit_other()
2870 - ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_route
2871 - tg3: Avoid NULL pointer dereference in tg3_io_error_detected()
2872 - net: fec: set mac address unconditionally
2873 - net: pktgen: fix pkt_size
2874 - net/sched: act_vlan: Push skb->data to mac_header prior calling skb_vlan_*()
2875 functions
2876 - net: Add netdev all_adj_list refcnt propagation to fix panic
2877 - packet: call fanout_release, while UNREGISTERING a netdev
2878 - netlink: do not enter direct reclaim from netlink_dump()
2879 - ipv6: tcp: restore IP6CB for pktoptions skbs
2880 - ip6_tunnel: fix ip6_tnl_lookup
2881 - net: pktgen: remove rcu locking in pktgen_change_name()
2882 - bridge: multicast: restore perm router ports on multicast enable
2883 - rtnetlink: Add rtnexthop offload flag to compare mask
2884 - net: add recursion limit to GRO
2885 - ipv4: disable BH in set_ping_group_range()
2886 - ipv4: use the right lock for ping_group_range
2887 - net: sctp, forbid negative length
2888 - udp: fix IP_CHECKSUM handling
2889 - net sched filters: fix notification of filter delete with proper handle
2890 - sctp: validate chunk len before actually using it
2891 - packet: on direct_xmit, limit tso and csum to supported devices
2892 - of: silence warnings due to max() usage
2893 - Revert KVM: MIPS: Drop other CPU ASIDs on guest MMU changes
2894 - KVM: MIPS: Drop other CPU ASIDs on guest MMU changes
2895 - drm/amdgpu/dp: add back special handling for NUTMEG
2896 - drm/amdgpu: fix DP mode validation
2897 - drm/radeon: fix DP mode validation
2898 - scsi: megaraid_sas: fix macro MEGASAS_IS_LOGICAL to avoid regression
2899 - Linux 4.4.32
2900 * Xenial update to 4.4.31 stable release (LP: #1642572)
2901 - i2c: xgene: Avoid dma_buffer overrun
2902 - i2c: core: fix NULL pointer dereference under race condition
2903 - drm/dp/mst: Clear port->pdt when tearing down the i2c adapter
2904 - h8300: fix syscall restarting
2905 - libxfs: clean up _calc_dquots_per_chunk
2906 - mm/list_lru.c: avoid error-path NULL pointer deref
2907 - mm: memcontrol: do not recurse in direct reclaim
2908 - ALSA: usb-audio: Add quirk for Syntek STK1160
2909 - ALSA: hda - Merge RIRB_PRE_DELAY into CTX_WORKAROUND caps
2910 - ALSA: hda - Raise AZX_DCAPS_RIRB_DELAY handling into top drivers
2911 - ALSA: hda - allow 40 bit DMA mask for NVidia devices
2912 - ALSA: hda - Adding a new group of pin cfg into ALC295 pin quirk table
2913 - ALSA: hda - Fix headset mic detection problem for two Dell laptops
2914 - ANDROID: binder: Add strong ref checks
2915 - ANDROID: binder: Clear binder and cookie when setting handle in flat binder
2916 struct
2917 - btrfs: fix races on root_log_ctx lists
2918 - ubifs: Abort readdir upon error
2919 - ubifs: Fix regression in ubifs_readdir()
2920 - mei: txe: don't clean an unprocessed interrupt cause.
2921 - usb: gadget: function: u_ether: don't starve tx request queue
2922 - USB: serial: fix potential NULL-dereference at probe
2923 - USB: serial: ftdi_sio: add support for Infineon TriBoard TC2X7
2924 - xhci: use default USB_RESUME_TIMEOUT when resuming ports.
2925 - usb: increase ohci watchdog delay to 275 msec
2926 - Fix potential infoleak in older kernels
2927 - vt: clear selection before resizing
2928 - xhci: add restart quirk for Intel Wildcatpoint PCH
2929 - tty: limit terminal size to 4M chars
2930 - USB: serial: cp210x: fix tiocmget error handling
2931 - dm: free io_barrier after blk_cleanup_queue call
2932 - KVM: x86: fix wbinvd_dirty_mask use-after-free
2933 - KVM: MIPS: Make ERET handle ERL before EXL
2934 - ovl: fsync after copy-up
2935 - parisc: Ensure consistent state when switching to kernel stack at syscall
2936 entry
2937 - virtio_ring: Make interrupt suppression spec compliant
2938 - virtio: console: Unlock vqs while freeing buffers
2939 - dm mirror: fix read error on recovery after default leg failure
2940 - Input: i8042 - add XMG C504 to keyboard reset table
2941 - firewire: net: guard against rx buffer overflows
2942 - firewire: net: fix fragmented datagram_size off-by-one
2943 - mac80211: discard multicast and 4-addr A-MSDUs
2944 - scsi: megaraid_sas: Fix data integrity failure for JBOD (passthrough)
2945 devices
2946 - scsi: scsi_debug: Fix memory leak if LBP enabled and module is unloaded
2947 - scsi: arcmsr: Send SYNCHRONIZE_CACHE command to firmware
2948 - mmc: dw_mmc-pltfm: fix the potential NULL pointer dereference
2949 - Revert "drm/radeon: fix DP link training issue with second 4K monitor"
2950 - drm/radeon/si_dpm: Limit clocks on HD86xx part
2951 - drm/radeon/si_dpm: workaround for SI kickers
2952 - drm/radeon: drop register readback in cayman_cp_int_cntl_setup
2953 - drm/dp/mst: Check peer device type before attempting EDID read
2954 - perf build: Fix traceevent plugins build race
2955 - x86/xen: fix upper bound of pmd loop in xen_cleanhighmap()
2956 - powerpc/ptrace: Fix out of bounds array access warning
2957 - ARM: 8584/1: floppy: avoid gcc-6 warning
2958 - mm/cma: silence warnings due to max() usage
2959 - drm/exynos: fix error handling in exynos_drm_subdrv_open
2960 - cgroup: avoid false positive gcc-6 warning
2961 - smc91x: avoid self-comparison warning
2962 - Disable "frame-address" warning
2963 - UBI: fastmap: scrub PEB when bitflips are detected in a free PEB EC header
2964 - pwm: Unexport children before chip removal
2965 - usb: dwc3: Fix size used in dma_free_coherent()
2966 - tty: vt, fix bogus division in csi_J
2967 - kvm: x86: Check memopp before dereference (CVE-2016-8630)
2968 - ubi: fastmap: Fix add_vol() return value test in ubi_attach_fastmap()
2969 - HID: usbhid: add ATEN CS962 to list of quirky devices
2970 - Linux 4.4.31
2971 * CVE-2016-6213
2972 - mnt: Add a per mount namespace limit on the number of mounts
2973 * ThinkPad T460 hotkeys stop working in Ubuntu 16.04 (LP: #1642114)
2974 - thinkpad_acpi: Add support for HKEY version 0x200
2975 * CVE-2016-4568
2976 - videobuf2-v4l2: Verify planes array in buffer dequeueing
2977 * [SRU] Add 0cf3:e009 to btusb (LP: #1641562)
2978 - Bluetooth: btusb: Add support for 0cf3:e009
2979 * Fix resource leak in btusb (LP: #1641569)
2980 - SAUCE: Bluetooth: decrease refcount after use
2981 * WiFi LED doesn't work on some Edge Gateway units (LP: #1640418)
2982 - SAUCE: mwifiex: Use PCI ID instead of DMI ID to identify Edge Gateways
2983 * [Hyper-V] do not lose pending heartbeat vmbus packets (LP: #1632786)
2984 - hv: do not lose pending heartbeat vmbus packets
2985 * ipv6: connected routes are missing after a down/up cycle on the loopback
2986 (LP: #1634545)
2987 - ipv6: correctly add local routes when lo goes up
2988 * audit: prevent a new auditd to stop an old auditd still alive (LP: #1633404)
2989 - audit: stop an old auditd being starved out by a new auditd
2990 * hv_set_ifconfig script parsing fails for certain configuration
2991 (LP: #1640109)
2992 - hv_set_ifconfig -- handle DHCP interfaces correctly
2993 - hv_set_ifconfig -- ensure we include the last stanza
2994 * CVE-2016-7039 and CVE-2016-8666 (LP: #1631287)
2995 - Revert "UBUNTU: SAUCE: net: add recursion limit to GRO"
2996
2997 [ Ubuntu: 4.4.0-53.74 ]
2998
2999 * CVE-2016-8655 (LP: #1646318)
3000 - packet: fix race condition in packet_set_ring
3001
3002 [ Ubuntu: 4.4.0-51.72 ]
3003
3004 * Release Tracking Bug
3005 - LP: #1644611
3006 * 4.4.0-1037-snapdragon #41: kernel panic on boot (LP: #1644596)
3007 - Revert "dma-mapping: introduce the DMA_ATTR_NO_WARN attribute"
3008 - Revert "powerpc: implement the DMA_ATTR_NO_WARN attribute"
3009 - Revert "nvme: use the DMA_ATTR_NO_WARN attribute"
3010
3011 [ Ubuntu: 4.4.0-50.71 ]
3012
3013 * Release Tracking Bug
3014 - LP: #1644169
3015 * xenial 4.4.0-49.70 kernel breaks LXD userspace (LP: #1644165)
3016 - Revert "UBUNTU: SAUCE: (namespace) fuse: Allow user namespace mounts by
3017 default"
3018 - Revert "UBUNTU: SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID for
3019 userns root"
3020 - Revert "(namespace) Revert "UBUNTU: SAUCE: fs: Don't remove suid for
3021 CAP_FSETID in s_user_ns""
3022 - Revert "UBUNTU: SAUCE: (namespace) fs: Allow superblock owner to change
3023 ownership of inodes"
3024 - Revert "(namespace) Revert "UBUNTU: SAUCE: fs: Allow superblock owner to
3025 change ownership of inodes with unmappable ids""
3026 - Revert "UBUNTU: SAUCE: (namespace) security/integrity: Harden against
3027 malformed xattrs"
3028 - Revert "(namespace) Revert "UBUNTU: SAUCE: ima/evm: Allow root in s_user_ns
3029 to set xattrs""
3030 - Revert "(namespace) dquot: For now explicitly don't support filesystems
3031 outside of init_user_ns"
3032 - Revert "(namespace) quota: Handle quota data stored in s_user_ns in
3033 quota_setxquota"
3034 - Revert "(namespace) quota: Ensure qids map to the filesystem"
3035 - Revert "(namespace) Revert "UBUNTU: SAUCE: quota: Convert ids relative to
3036 s_user_ns""
3037 - Revert "(namespace) Revert "UBUNTU: SAUCE: quota: Require that qids passed
3038 to dqget() be valid and map into s_user_ns""
3039 - Revert "(namespace) vfs: Don't create inodes with a uid or gid unknown to
3040 the vfs"
3041 - Revert "(namespace) vfs: Don't modify inodes with a uid or gid unknown to
3042 the vfs"
3043 - Revert "UBUNTU: SAUCE: (namespace) fuse: Translate ids in posix acl xattrs"
3044 - Revert "UBUNTU: SAUCE: (namespace) posix_acl: Export
3045 posix_acl_fix_xattr_userns() to modules"
3046 - Revert "(namespace) vfs: Verify acls are valid within superblock's
3047 s_user_ns."
3048 - Revert "(namespace) Revert "UBUNTU: SAUCE: fs: Update posix_acl support to
3049 handle user namespace mounts""
3050 - Revert "(namespace) fs: Refuse uid/gid changes which don't map into
3051 s_user_ns"
3052 - Revert "(namespace) Revert "UBUNTU: SAUCE: fs: Refuse uid/gid changes which
3053 don't map into s_user_ns""
3054 - Revert "(namespace) mnt: Move the FS_USERNS_MOUNT check into sget_userns"
3055
3056 [ Ubuntu: 4.4.0-49.70 ]
3057
3058 * Release Tracking Bug
3059 - LP: #1640921
3060 * Infiniband driver (kernel module) needed for Azure (LP: #1641139)
3061 - SAUCE: RDMA Infiniband for Windows Azure
3062 - [Config] CONFIG_HYPERV_INFINIBAND_ND=m
3063 - SAUCE: Makefile RDMA infiniband driver for Windows Azure
3064 - [Config] Add hv_network_direct.ko to generic inclusion list
3065 - SAUCE: RDMA Infiniband for Windows Azure is dependent on amd64
3066
3067 [ Ubuntu: 4.4.0-48.69 ]
3068
3069 * Release Tracking Bug
3070 - LP: #1640758
3071 * lxc-attach to malicious container allows access to host (LP: #1639345)
3072 - Revert "UBUNTU: SAUCE: (noup) ptrace: being capable wrt a process requires
3073 mapped uids/gids"
3074 - (upstream) mm: Add a user_ns owner to mm_struct and fix ptrace permission
3075 checks
3076 * take 'P' command from upstream xmon (LP: #1637978)
3077 - powerpc/xmon: Add xmon command to dump process/task similar to ps(1)
3078 * zfs: importing zpool with vdev on zvol hangs kernel (LP: #1636517)
3079 - SAUCE: (noup) Update zfs to 0.6.5.6-0ubuntu15
3080 * I2C touchpad does not work on AMD platform (LP: #1612006)
3081 - pinctrl/amd: Configure GPIO register using BIOS settings
3082 - pinctrl/amd: switch to using a bool for level
3083 * [LTCTest] vfio_pci not loaded on Ubuntu 16.10 by default (LP: #1636733)
3084 - [Config] CONFIG_VFIO_PCI=y for ppc64el
3085 * QEMU throws failure msg while booting guest with SRIOV VF (LP: #1630554)
3086 - KVM: PPC: Always select KVM_VFIO, plus Makefile cleanup
3087 * Allow fuse user namespace mounts by default in xenial (LP: #1634964)
3088 - (namespace) mnt: Move the FS_USERNS_MOUNT check into sget_userns
3089 - (namespace) Revert "UBUNTU: SAUCE: fs: Refuse uid/gid changes which don't
3090 map into s_user_ns"
3091 - (namespace) fs: Refuse uid/gid changes which don't map into s_user_ns
3092 - (namespace) Revert "UBUNTU: SAUCE: fs: Update posix_acl support to handle
3093 user namespace mounts"
3094 - (namespace) vfs: Verify acls are valid within superblock's s_user_ns.
3095 - SAUCE: (namespace) posix_acl: Export posix_acl_fix_xattr_userns() to modules
3096 - SAUCE: (namespace) fuse: Translate ids in posix acl xattrs
3097 - (namespace) vfs: Don't modify inodes with a uid or gid unknown to the vfs
3098 - (namespace) vfs: Don't create inodes with a uid or gid unknown to the vfs
3099 - (namespace) Revert "UBUNTU: SAUCE: quota: Require that qids passed to
3100 dqget() be valid and map into s_user_ns"
3101 - (namespace) Revert "UBUNTU: SAUCE: quota: Convert ids relative to s_user_ns"
3102 - (namespace) quota: Ensure qids map to the filesystem
3103 - (namespace) quota: Handle quota data stored in s_user_ns in quota_setxquota
3104 - (namespace) dquot: For now explicitly don't support filesystems outside of
3105 init_user_ns
3106 - (namespace) Revert "UBUNTU: SAUCE: ima/evm: Allow root in s_user_ns to set
3107 xattrs"
3108 - SAUCE: (namespace) security/integrity: Harden against malformed xattrs
3109 - (namespace) Revert "UBUNTU: SAUCE: fs: Allow superblock owner to change
3110 ownership of inodes with unmappable ids"
3111 - SAUCE: (namespace) fs: Allow superblock owner to change ownership of inodes
3112 - (namespace) Revert "UBUNTU: SAUCE: fs: Don't remove suid for CAP_FSETID in
3113 s_user_ns"
3114 - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID for userns root
3115 - SAUCE: (namespace) fuse: Allow user namespace mounts by default
3116 * [Feature] KBL - New device ID for Kabypoint(KbP) (LP: #1591618)
3117 - SAUCE: mfd: lpss: Fix Intel Kaby Lake PCH-H properties
3118 * hio: SSD data corruption under stress test (LP: #1638700)
3119 - SAUCE: hio: set bi_error field to signal an I/O error on a BIO
3120 - SAUCE: hio: splitting bio in the entry of .make_request_fn
3121 * Module sha1-mb fails to load (LP: #1637165)
3122 - crypto: sha-mb - Fix load failure
3123 - crypto: mcryptd - Fix load failure
3124 * please include mlx5_core modules in linux-image-generic package
3125 (LP: #1635223)
3126 - [Config] Include mlx5 in main package
3127 * xgene i2c slimpro driver fails to load (LP: #1625232)
3128 - mailbox: Add support for APM X-Gene platform mailbox driver
3129 - mailbox/xgene-slimpro: Checking for IS_ERR instead of NULL
3130 - mailbox: xgene-slimpro: Fix wrong test for devm_kzalloc
3131 - [Config] Enabled XGENE_SLIMPRO_MBOX as a module
3132 * [Dell][XPS]Touchscreen fails to function after resume from s3 by Lid
3133 close/open (LP: #1632527)
3134 - gpio/pinctrl: sunxi: stop poking around in private vars
3135 - pinctrl: intel: Only restore pins that are used by the driver
3136 * Xenial update to v4.4.30 stable release (LP: #1638272)
3137 - Revert "x86/mm: Expand the exception table logic to allow new handling
3138 options"
3139 - Revert "fix minor infoleak in get_user_ex()"
3140 - Linux 4.4.30
3141 * Xenial update to v4.4.29 stable release (LP: #1638267)
3142 - drm/prime: Pass the right module owner through to dma_buf_export()
3143 - drm/amdgpu: fix IB alignment for UVD
3144 - drm/amdgpu/dce10: disable hpd on local panels
3145 - drm/amdgpu/dce8: disable hpd on local panels
3146 - drm/amdgpu/dce11: disable hpd on local panels
3147 - drm/amdgpu/dce11: add missing drm_mode_config_cleanup call
3148 - drm/amdgpu: change vblank_time's calculation method to reduce computational
3149 error.
3150 - drm/radeon: narrow asic_init for virtualization
3151 - drm/radeon/si/dpm: fix phase shedding setup
3152 - drm/radeon: change vblank_time's calculation method to reduce computational
3153 error.
3154 - drm/vmwgfx: Limit the user-space command buffer size
3155 - drm/i915/gen9: fix the WaWmMemoryReadLatency implementation
3156 - Revert "drm/i915: Check live status before reading edid"
3157 - drm/i915: Account for TSEG size when determining 865G stolen base
3158 - drm/i915: Unalias obj->phys_handle and obj->userptr
3159 - mm/hugetlb: fix memory offline with hugepage size > memory block size
3160 - posix_acl: Clear SGID bit when setting file permissions
3161 - ipip: Properly mark ipip GRO packets as encapsulated.
3162 - powerpc/eeh: Null check uses of eeh_pe_bus_get
3163 - perf stat: Fix interval output values
3164 - genirq/generic_chip: Add irq_unmap callback
3165 - uio: fix dmem_region_start computation
3166 - ARM: clk-imx35: fix name for ckil clk
3167 - spi: spi-fsl-dspi: Drop extra spi_master_put in device remove function
3168 - mwifiex: correct aid value during tdls setup
3169 - crypto: gcm - Fix IV buffer size in crypto_gcm_setkey
3170 - crypto: arm/ghash-ce - add missing async import/export
3171 - hwrng: omap - Only fail if pm_runtime_get_sync returns < 0
3172 - ASoC: topology: Fix error return code in soc_tplg_dapm_widget_create()
3173 - ASoC: dapm: Fix possible uninitialized variable in snd_soc_dapm_get_volsw()
3174 - ASoC: dapm: Fix value setting for _ENUM_DOUBLE MUX's second channel
3175 - ASoC: dapm: Fix kcontrol creation for output driver widget
3176 - staging: r8188eu: Fix scheduling while atomic splat
3177 - power: bq24257: Fix use of uninitialized pointer bq->charger
3178 - dmaengine: ipu: remove bogus NO_IRQ reference
3179 - x86/mm: Expand the exception table logic to allow new handling options
3180 - s390/cio: fix accidental interrupt enabling during resume
3181 - s390/con3270: fix use of uninitialised data
3182 - s390/con3270: fix insufficient space padding
3183 - clk: qoriq: fix a register offset error
3184 - clk: divider: Fix clk_divider_round_rate() to use clk_readl()
3185 - perf hists browser: Fix event group display
3186 - perf symbols: Check symbol_conf.allow_aliases for kallsyms loading too
3187 - perf symbols: Fixup symbol sizes before picking best ones
3188 - mpt3sas: Don't spam logs if logging level is 0
3189 - powerpc/nvram: Fix an incorrect partition merge
3190 - ARM: pxa: pxa_cplds: fix interrupt handling
3191 - Linux 4.4.29
3192 * KVM: PPC: Book3S HV: Migrate pinned pages out of CMA (LP: #1632045)
3193 - KVM: PPC: Book3S HV: Migrate pinned pages out of CMA
3194 * Xenial update to v4.4.28 stable release (LP: #1637510)
3195 - gpio: mpc8xxx: Correct irq handler function
3196 - mei: me: add kaby point device ids
3197 - regulator: tps65910: Work around silicon erratum SWCZ010
3198 - clk: imx6: initialize GPU clocks
3199 - PM / devfreq: event: remove duplicate devfreq_event_get_drvdata()
3200 - rtlwifi: Fix missing country code for Great Britain
3201 - mmc: block: don't use CMD23 with very old MMC cards
3202 - mmc: sdhci: cast unsigned int to unsigned long long to avoid unexpeted error
3203 - PCI: Mark Atheros AR9580 to avoid bus reset
3204 - platform: don't return 0 from platform_get_irq[_byname]() on error
3205 - cpufreq: intel_pstate: Fix unsafe HWP MSR access
3206 - parisc: Increase KERNEL_INITIAL_SIZE for 32-bit SMP kernels
3207 - parisc: Fix kernel memory layout regarding position of __gp
3208 - parisc: Increase initial kernel mapping size
3209 - pstore/ramoops: fixup driver removal
3210 - pstore/core: drop cmpxchg based updates
3211 - pstore/ram: Use memcpy_toio instead of memcpy
3212 - pstore/ram: Use memcpy_fromio() to save old buffer
3213 - perf intel-pt: Fix snapshot overlap detection decoder errors
3214 - perf intel-pt: Fix estimated timestamps for cycle-accurate mode
3215 - perf intel-pt: Fix MTC timestamp calculation for large MTC periods
3216 - dm: mark request_queue dead before destroying the DM device
3217 - dm: return correct error code in dm_resume()'s retry loop
3218 - dm mpath: check if path's request_queue is dying in activate_path()
3219 - dm crypt: fix crash on exit
3220 - powerpc/vdso64: Use double word compare on pointers
3221 - powerpc/powernv: Pass CPU-endian PE number to opal_pci_eeh_freeze_clear()
3222 - powerpc/powernv: Use CPU-endian hub diag-data type in
3223 pnv_eeh_get_and_dump_hub_diag()
3224 - powerpc/powernv: Use CPU-endian PEST in pnv_pci_dump_p7ioc_diag_data()
3225 - ubi: Deal with interrupted erasures in WL
3226 - zfcp: fix fc_host port_type with NPIV
3227 - zfcp: fix ELS/GS request&response length for hardware data router
3228 - zfcp: close window with unblocked rport during rport gone
3229 - zfcp: retain trace level for SCSI and HBA FSF response records
3230 - zfcp: restore: Dont use 0 to indicate invalid LUN in rec trace
3231 - zfcp: trace on request for open and close of WKA port
3232 - zfcp: restore tracing of handle for port and LUN with HBA records
3233 - zfcp: fix D_ID field with actual value on tracing SAN responses
3234 - zfcp: fix payload trace length for SAN request&response
3235 - zfcp: trace full payload of all SAN records (req,resp,iels)
3236 - scsi: zfcp: spin_lock_irqsave() is not nestable
3237 - fbdev/efifb: Fix 16 color palette entry calculation
3238 - ovl: Fix info leak in ovl_lookup_temp()
3239 - ovl: copy_up_xattr(): use strnlen
3240 - mb86a20s: fix the locking logic
3241 - mb86a20s: fix demod settings
3242 - cx231xx: don't return error on success
3243 - cx231xx: fix GPIOs for Pixelview SBTVD hybrid
3244 - ALSA: hda - Fix a failure of micmute led when having multi adcs
3245 - MIPS: Fix -mabi=64 build of vdso.lds
3246 - MIPS: ptrace: Fix regs_return_value for kernel context
3247 - lib: move strtobool() to kstrtobool()
3248 - lib: update single-char callers of strtobool()
3249 - lib: add "on"/"off" support to kstrtobool
3250 - Input: i8042 - skip selftest on ASUS laptops
3251 - Input: elantech - force needed quirks on Fujitsu H760
3252 - Input: elantech - add Fujitsu Lifebook E556 to force crc_enabled
3253 - sunrpc: fix write space race causing stalls
3254 - NFSv4: Don't report revoked delegations as valid in nfs_have_delegation()
3255 - NFSv4: nfs4_copy_delegation_stateid() must fail if the delegation is invalid
3256 - NFSv4: Open state recovery must account for file permission changes
3257 - NFSv4.2: Fix a reference leak in nfs42_proc_layoutstats_generic
3258 - scsi: Fix use-after-free
3259 - metag: Only define atomic_dec_if_positive conditionally
3260 - mm: filemap: don't plant shadow entries without radix tree node
3261 - ipc/sem.c: fix complex_count vs. simple op race
3262 - arc: don't leak bits of kernel stack into coredump
3263 - fs/super.c: fix race between freeze_super() and thaw_super()
3264 - cifs: Limit the overall credit acquired
3265 - fs/cifs: keep guid when assigning fid to fileinfo
3266 - Clarify locking of cifs file and tcon structures and make more granular
3267 - Display number of credits available
3268 - Set previous session id correctly on SMB3 reconnect
3269 - SMB3: GUIDs should be constructed as random but valid uuids
3270 - Do not send SMB3 SET_INFO request if nothing is changing
3271 - Cleanup missing frees on some ioctls
3272 - blkcg: Unlock blkcg_pol_mutex only once when cpd == NULL
3273 - x86/e820: Don't merge consecutive E820_PRAM ranges
3274 - kvm: x86: memset whole irq_eoi
3275 - irqchip/gicv3: Handle loop timeout proper
3276 - sd: Fix rw_max for devices that report an optimal xfer size
3277 - hpsa: correct skipping masked peripherals
3278 - PKCS#7: Don't require SpcSpOpusInfo in Authenticode pkcs7 signatures
3279 - bnx2x: Prevent false warning for lack of FC NPIV
3280 - net/mlx4_core: Allow resetting VF admin mac to zero
3281 - acpi, nfit: check for the correct event code in notifications
3282 - mm: workingset: fix crash in shadow node shrinker caused by
3283 replace_page_cache_page()
3284 - mm: filemap: fix mapping->nrpages double accounting in fuse
3285 - Using BUG_ON() as an assert() is _never_ acceptable
3286 - s390/mm: fix gmap tlb flush issues
3287 - irqchip/gic-v3-its: Fix entry size mask for GITS_BASER
3288 - isofs: Do not return EACCES for unknown filesystems
3289 - memstick: rtsx_usb_ms: Runtime resume the device when polling for cards
3290 - memstick: rtsx_usb_ms: Manage runtime PM when accessing the device
3291 - arm64: percpu: rewrite ll/sc loops in assembly
3292 - arm64: kernel: Init MDCR_EL2 even in the absence of a PMU
3293 - ceph: fix error handling in ceph_read_iter
3294 - powerpc/mm: Prevent unlikely crash in copro_calculate_slb()
3295 - mmc: core: Annotate cmd_hdr as __le32
3296 - mmc: rtsx_usb_sdmmc: Avoid keeping the device runtime resumed when unused
3297 - mmc: rtsx_usb_sdmmc: Handle runtime PM while changing the led
3298 - ext4: do not advertise encryption support when disabled
3299 - jbd2: fix incorrect unlock on j_list_lock
3300 - ubifs: Fix xattr_names length in exit paths
3301 - target: Re-add missing SCF_ACK_KREF assignment in v4.1.y
3302 - target: Make EXTENDED_COPY 0xe4 failure return COPY TARGET DEVICE NOT
3303 REACHABLE
3304 - target: Don't override EXTENDED_COPY xcopy_pt_cmd SCSI status code
3305 - Linux 4.4.28
3306 * Xenial update to v4.4.27 stable release (LP: #1637501)
3307 - serial: 8250_dw: Check the data->pclk when get apb_pclk
3308 - btrfs: assign error values to the correct bio structs
3309 - drivers: base: dma-mapping: page align the size when unmap_kernel_range
3310 - fuse: listxattr: verify xattr list
3311 - fuse: invalidate dir dentry after chmod
3312 - fuse: fix killing s[ug]id in setattr
3313 - i40e: avoid NULL pointer dereference and recursive errors on early PCI error
3314 - brcmfmac: fix memory leak in brcmf_fill_bss_param
3315 - ASoC: Intel: Atom: add a missing star in a memcpy call
3316 - reiserfs: Unlock superblock before calling reiserfs_quota_on_mount()
3317 - reiserfs: switch to generic_{get,set,remove}xattr()
3318 - async_pq_val: fix DMA memory leak
3319 - scsi: arcmsr: Simplify user_len checking
3320 - ext4: enforce online defrag restriction for encrypted files
3321 - ext4: reinforce check of i_dtime when clearing high fields of uid and gid
3322 - ext4: fix memory leak in ext4_insert_range()
3323 - ext4: allow DAX writeback for hole punch
3324 - ext4: release bh in make_indexed_dir
3325 - dlm: free workqueues after the connections
3326 - vfs: move permission checking into notify_change() for utimes(NULL)
3327 - cfq: fix starvation of asynchronous writes
3328 - Linux 4.4.27
3329 * Xenial update to v4.4.26 stable release (LP: #1637500)
3330 - x86/build: Build compressed x86 kernels as PIE
3331 - Linux 4.4.26
3332 * ISST-LTE:pVM nvme 0000:a0:00.0: iommu_alloc failed on NVMe card
3333 (LP: #1633128)
3334 - dma-mapping: introduce the DMA_ATTR_NO_WARN attribute
3335 - powerpc: implement the DMA_ATTR_NO_WARN attribute
3336 - nvme: use the DMA_ATTR_NO_WARN attribute
3337 * CVE-2016-8658
3338 - brcmfmac: avoid potential stack overflow in brcmf_cfg80211_start_ap()
3339 * Hotkey doesn't work on HP x360 (LP: #1620979)
3340 - gpiolib: Make it possible to exclude GPIOs from IRQ domain
3341 - pinctrl: cherryview: Do not mask all interrupts in probe
3342 - pinctrl: cherryview: Do not add all southwest and north GPIOs to IRQ domain
3343 * Bad page state in process genwqe_gunzip pfn:3c275 in the genwqe device
3344 driver (LP: #1559194)
3345 - SAUCE: (noup) Bad page state in process genwqe_gunzip pfn:3c275 in the
3346 genwqe device driver
3347 * CVE-2016-7425
3348 - scsi: arcmsr: Buffer overflow in arcmsr_iop_message_xfer()
3349 * Add ipvlan module to 16.04 kernel (LP: #1634705)
3350 - [Config] Add ipvlan to the generic inclusion list
3351 * kernel generates ACPI Exception: AE_NOT_FOUND, Evaluating _DOD incorrectly
3352 (LP: #1634607)
3353 - ACPI / video: skip evaluating _DOD when it does not exist
3354 * BT still shows off after resume by wireless hotkey (LP: #1634380)
3355 - Bluetooth: btusb: Fix atheros firmware download error
3356 * ghash-clmulni-intel module fails to load (LP: #1633058)
3357 - crypto: ghash-clmulni - Fix load failure
3358 - crypto: cryptd - Assign statesize properly
3359 * Xenial update to v4.4.25 stable release (LP: #1634153)
3360 - timekeeping: Fix __ktime_get_fast_ns() regression
3361 - ALSA: ali5451: Fix out-of-bound position reporting
3362 - ALSA: usb-audio: Extend DragonFly dB scale quirk to cover other variants
3363 - ALSA: usb-line6: use the same declaration as definition in header for MIDI
3364 manufacturer ID
3365 - mfd: rtsx_usb: Avoid setting ucr->current_sg.status
3366 - mfd: atmel-hlcdc: Do not sleep in atomic context
3367 - mfd: 88pm80x: Double shifting bug in suspend/resume
3368 - mfd: wm8350-i2c: Make sure the i2c regmap functions are compiled
3369 - KVM: PPC: Book3s PR: Allow access to unprivileged MMCR2 register
3370 - KVM: MIPS: Drop other CPU ASIDs on guest MMU changes
3371 - KVM: PPC: BookE: Fix a sanity check
3372 - x86/boot: Fix kdump, cleanup aborted E820_PRAM max_pfn manipulation
3373 - x86/irq: Prevent force migration of irqs which are not in the vector domain
3374 - x86/dumpstack: Fix x86_32 kernel_stack_pointer() previous stack access
3375 - ARM: dts: mvebu: armada-390: add missing compatibility string and bracket
3376 - ARM: dts: MSM8064 remove flags from SPMI/MPP IRQs
3377 - ARM: cpuidle: Fix error return code
3378 - ima: use file_dentry()
3379 - tpm: fix a race condition in tpm2_unseal_trusted()
3380 - tpm_crb: fix crb_req_canceled behavior
3381 - Linux 4.4.25
3382 * backport fwts UEFI test driver to Xenial (LP: #1633506)
3383 - efi: Add efi_test driver for exporting UEFI runtime service interfaces
3384 - [Config] CONFIG_EFI_TEST=m
3385 * Fix alps driver for multitouch function. (LP: #1633321)
3386 - HID: alps: fix multitouch cursor issue
3387 * xgene merlin crashes when running as iperf server (LP: #1632739)
3388 - drivers: net: xgene: optimizing the code
3389 - xgene: get_phy_device() doesn't return NULL anymore
3390 - drivers: net: xgene: Get channel number from device binding
3391 - drivers: net: xgene: constify xgene_cle_ops structure
3392 - drivers: net: xgene: Fix error handling
3393 - drivers: net: xgene: fix IPv4 forward crash
3394 - drivers: net: xgene: fix sharing of irqs
3395 - drivers: net: xgene: fix ununiform latency across queues
3396 - drivers: net: xgene: fix statistics counters race condition
3397 - drivers: net: xgene: fix register offset
3398 - drivers: net: xgene: Separate set_speed from mac_init
3399 - drivers: net: xgene: Fix module unload crash - hw resource cleanup
3400 - drivers: net: xgene: Fix module unload crash - change sw sequence
3401 - drivers: net: xgene: Fix module unload crash - clkrst sequence
3402 - drivers: net: phy: xgene: Add MDIO driver
3403 - drivers: net: xgene: Add backward compatibility
3404 - drivers: net: xgene: Enable MDIO driver
3405 - drivers: net: xgene: Use exported functions
3406 - drivers: net: xgene: ethtool: Use phy_ethtool_gset and sset
3407 - dtb: xgene: Add MDIO node
3408 - MAINTAINERS: xgene: Add driver and documentation path
3409 - [Config] Enable MDIO_XGENE as a modules
3410 * Add support for KabeLake i219-LOM chips (LP: #1632578)
3411 - e1000e: Initial support for KabeLake
cb4741d1 3412
91d25941 3413 -- Luis Henriques <luis.henriques@canonical.com> Wed, 07 Dec 2016 18:10:04 +0000
cb4741d1 3414
08b49b6a 3415linux-snapdragon (4.4.0-1039.43) xenial; urgency=low
8ec37f21 3416
08b49b6a
BF
3417 * CVE-2016-8655 (LP: #1646318)
3418 - packet: fix race condition in packet_set_ring
8ec37f21
BF
3419
3420 -- Brad Figg <brad.figg@canonical.com> Fri, 02 Dec 2016 11:24:31 -0800
3421
07c572af 3422linux-snapdragon (4.4.0-1035.39) xenial; urgency=low
83d69d30 3423
07c572af
LH
3424 [ Luis Henriques ]
3425
3426 * Release Tracking Bug
3427 - LP: #1640520
3428
3429 * unexpectedly large memory usage of mounted snaps (LP: #1636847)
3430 - [Config] switch squashfs to single threaded decode
83d69d30
LH
3431
3432 -- Luis Henriques <luis.henriques@canonical.com> Wed, 09 Nov 2016 15:44:52 +0000
3433
f7596226 3434linux-snapdragon (4.4.0-1034.38) xenial; urgency=low
284afaa7 3435
f7596226
KM
3436 [ Kamal Mostafa ]
3437
3438 * Release Tracking Bug
3439 - LP: #1636948
3440
3441 [ Ubuntu: 4.4.0-47.68 ]
3442
3443 * Add a driver for Amazon Elastic Network Adapters (ENA) (LP: #1635721)
3444 - lib/bitmap.c: conversion routines to/from u32 array
3445 - net: ethtool: add new ETHTOOL_xLINKSETTINGS API
3446 - net: ena: Add a driver for Amazon Elastic Network Adapters (ENA)
3447 - [config] enable CONFIG_ENA_ETHERNET=m (Amazon ENA driver)
3448 * unexpectedly large memory usage of mounted snaps (LP: #1636847)
3449 - [Config] switch squashfs to single threaded decode
284afaa7
KM
3450
3451 -- Kamal Mostafa <kamal@canonical.com> Wed, 26 Oct 2016 13:34:19 -0700
3452
046749ae 3453linux-snapdragon (4.4.0-1033.37) xenial; urgency=low
7c525b7a 3454
046749ae 3455 [ Seth Forshee ]
7c525b7a 3456
046749ae
SF
3457 * Release Tracking Bug
3458 - LP: #1635247
3459
3460 [ Ubuntu: 4.4.0-46.67 ]
3461
3462 * Release Tracking Bug
3463 - LP: #1635242
3464 * proc_keys_show crash when reading /proc/keys (LP: #1634496)
3465 - SAUCE: KEYS: ensure xbuf is large enough to fix buffer overflow in
3466 proc_keys_show (LP: #1634496)
3467 * [Trusty->Yakkety] powerpc/64: Fix incorrect return value from
3468 __copy_tofrom_user (LP: #1632462)
3469 - SAUCE: (no-up) powerpc/64: Fix incorrect return value from
3470 __copy_tofrom_user
3471 * Ubuntu 16.10: Oops panic in move_page_tables/page_remove_rmap after running
3472 memory_stress_ng. (LP: #1628976)
3473 - SAUCE: (no-up) powerpc/pseries: Fix stack corruption in htpe code
3474 * Paths not failed properly when unmapping virtual FC ports in VIOS (using
3475 ibmvfc) (LP: #1632116)
3476 - scsi: ibmvfc: Fix I/O hang when port is not mapped
3477 * PSL data cache should be flushed before resetting CAPI adapter
3478 (LP: #1632049)
3479 - cxl: Flush PSL cache before resetting the adapter
3480 * thunder nic: avoid link delays due to RX_PACKET_DIS (LP: #1630038)
3481 - net: thunderx: Don't set RX_PACKET_DIS while initializing
3482 * Support snaps inside of lxd containers (LP: #1611078)
3483 - Revert "UBUNTU: SAUCE: apparmor: fix sleep in critical section"
3484 - SAUCE: (no-up) apparmor: sync of apparmor 3.6 (from Ubuntu 16.10)
3485 * crypto/vmx/p8_ghash memory corruption (LP: #1630970)
3486 - crypto: ghash-generic - move common definitions to a new header file
3487 - crypto: vmx - Fix memory corruption caused by p8_ghash
3488 - crypto: vmx - Ensure ghash-generic is enabled
3489 * Xenial update to v4.4.24 stable release (LP: #1631468)
3490 - cpuset: handle race between CPU hotplug and cpuset_hotplug_work
3491 - mtd: nand: davinci: Reinitialize the HW ECC engine in 4bit hwctl
3492 - mm,ksm: fix endless looping in allocating memory when ksm enable
3493 - can: dev: fix deadlock reported after bus-off
3494 - x86/init: Fix cr4_init_shadow() on CR4-less machines
3495 - x86/boot: Initialize FPU and X86_FEATURE_ALWAYS even if we don't have CPUID
3496 - drm/nouveau/fifo/nv04: avoid ramht race against cookie insertion
3497 - drm/radeon/si/dpm: add workaround for for Jet parts
3498 - ARM: 8616/1: dt: Respect property size when parsing CPUs
3499 - ARM: 8617/1: dma: fix dma_max_pfn()
3500 - usb: musb: Fix DMA desired mode for Mentor DMA engine
3501 - usb: musb: fix DMA for host mode
3502 - iwlwifi: mvm: fix a few firmware capability checks
3503 - perf/core: Fix pmu::filter_match for SW-led groups
3504 - i40e: avoid null pointer dereference
3505 - pinctrl: uniphier: fix .pin_dbg_show() callback
3506 - pinctrl: Flag strict is a field in struct pinmux_ops
3507 - drivers/perf: arm_pmu: Fix leak in error path
3508 - mmc: pxamci: fix potential oops
3509 - tools/vm/slabinfo: fix an unintentional printf
3510 - ipvs: fix bind to link-local mcast IPv6 address in backup
3511 - nvmem: Declare nvmem_cell_read() consistently
3512 - hwmon: (adt7411) set bit 3 in CFG1 register
3513 - spi: sh-msiof: Avoid invalid clock generator parameters
3514 - iwlwifi: pcie: fix access to scratch buffer
3515 - iwlwifi: mvm: don't use ret when not initialised
3516 - ceph: fix race during filling readdir cache
3517 - usb: gadget: fsl_qe_udc: signedness bug in qe_get_frame()
3518 - gpio: sa1100: fix irq probing for ucb1x00
3519 - irqchip/gicv3: Silence noisy DEBUG_PER_CPU_MAPS warning
3520 - ARM: 8618/1: decompressor: reset ttbcr fields to use TTBR0 on ARMv7
3521 - arm64: debug: avoid resetting stepping state machine when TIF_SINGLESTEP
3522 - MIPS: uprobes: remove incorrect set_orig_insn
3523 - MIPS: fix uretprobe implementation
3524 - MIPS: Malta: Fix IOCU disable switch read for MIPS64
3525 - MIPS: uprobes: fix use of uninitialised variable
3526 - printk: fix parsing of "brl=" option
3527 - tpm: fix byte-order for the value read by tpm2_get_tpm_pt
3528 - regulator: qcom_spmi: Add support for S4 supply on pm8941
3529 - regulator: qcom_spmi: Add support for get_mode/set_mode on switches
3530 - regulator: qcom_spmi: Update mvs1/mvs2 switches on pm8941
3531 - regulator: qcom_smd: Fix voltage ranges for pm8x41
3532 - ARM: sun5i: Fix typo in trip point temperature
3533 - ARM: sa1100: register clocks early
3534 - ARM: sa1100: fix 3.6864MHz clock
3535 - ARM: sa1100: clear reset status prior to reboot
3536 - ARM: shmobile: fix regulator quirk for Gen2
3537 - ARM: sa1111: fix pcmcia suspend/resume
3538 - hwrng: omap - Fix assumption that runtime_get_sync will always succeed
3539 - blk-mq: actually hook up defer list when running requests
3540 - pstore: drop file opened reference count
3541 - tile: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFO
3542 - iwlmvm: mvm: set correct state in smart-fifo configuration
3543 - NFC: fdp: Detect errors from fdp_nci_create_conn()
3544 - em28xx-i2c: rt_mutex_trylock() returns zero on failure
3545 - gspca: avoid unused variable warnings
3546 - ath9k: Fix programming of minCCA power threshold
3547 - avr32: off by one in at32_init_pio()
3548 - fnic: pci_dma_mapping_error() doesn't return an error code
3549 - dmaengine: at_xdmac: fix debug string
3550 - svc: Avoid garbage replies when pc_func() returns rpc_drop_reply
3551 - NFS: Don't drop CB requests with invalid principals
3552 - pNFS/files: Fix layoutcommit after a commit to DS
3553 - pNFS/flexfiles: Fix layoutcommit after a commit to DS
3554 - ASoC: Intel: Skylake: Fix error return code in skl_probe()
3555 - brcmfmac: Fix glob_skb leak in brcmf_sdiod_recv_chain
3556 - brcmsmac: Free packet if dma_mapping_error() fails in dma_rxfill
3557 - brcmsmac: Initialize power in brcms_c_stf_ss_algo_channel_get()
3558 - powerpc/prom: Fix sub-processor option passed to ibm, client-architecture-
3559 support
3560 - sysctl: handle error writing UINT_MAX to u32 fields
3561 - ASoC: omap-mcpdm: Fix irq resource handling
3562 - kernel/fork: fix CLONE_CHILD_CLEARTID regression in nscd
3563 - dmaengine: at_xdmac: fix to pass correct device identity to free_irq()
3564 - KVM: nVMX: postpone VMCS changes on MSR_IA32_APICBASE write
3565 - IB/ipoib: Fix memory corruption in ipoib cm mode connect flow
3566 - IB/core: Fix use after free in send_leave function
3567 - IB/ipoib: Don't allow MC joins during light MC flush
3568 - IB/mlx4: Fix incorrect MC join state bit-masking on SR-IOV
3569 - IB/mlx4: Fix code indentation in QP1 MAD flow
3570 - IB/mlx4: Use correct subnet-prefix in QP1 mads under SR-IOV
3571 - batman-adv: remove unused callback from batadv_algo_ops struct
3572 - aio: mark AIO pseudo-fs noexec
3573 - clk: xgene: Add missing parenthesis when clearing divider value
3574 - dm log writes: fix bug with too large bios
3575 - USB: serial: cp210x: fix hardware flow-control disable
3576 - usb: misc: legousbtower: Fix NULL pointer deference
3577 - Staging: fbtft: Fix bug in fbtft-core
3578 - USB: serial: cp210x: Add ID for a Juniper console
3579 - Revert "usbtmc: convert to devm_kzalloc"
3580 - ALSA: hda - Adding one more ALC255 pin definition for headset problem
3581 - ACPICA: acpi_get_sleep_type_data: Reduce warnings
3582 - ALSA: hda - Fix headset mic detection problem for several Dell laptops
3583 - ALSA: hda - Add the top speaker pin config for HP Spectre x360
3584 - Linux 4.4.24
3585 * sha1-powerpc returning wrong results (LP: #1629977)
3586 - crypto: sha1-powerpc - little-endian support
3587 * Dell Precision Trackpoint not working after suspend (LP: #1630857)
3588 - HID: alps: fix stick device not working after resume
3589 * OOPS on beaglebone on boot of 4.4.0-36-generic under snappy ubuntu core
3590 xenial (LP: #1625177)
3591 - net: ethernet: ti: cpdma: fix lockup in cpdma_ctlr_destroy()
3592 - drivers: net: cpsw: fix wrong regs access in cpsw_remove
3593 - drivers: net: cpsw: use of_platform_depopulate()
3594 - ARM: OMAP2+: omap_device: fix crash on omap_device removal
3595 - ARM: OMAP2+: Fix omap_device for module reload on PM runtime forbid
3596 - ARM: OMAP2+: Fix typo in omap_device.c
3597 - drivers: net: cpsw: fix suspend when all ethX devices are down
3598 - drivers: net: cpsw: fix wrong regs access in cpsw_ndo_open
3599 - drivers: net: cpsw: check return code from pm runtime calls
3600 - drivers: net: cpsw: remove pm runtime calls from suspend callbacks
3601 - drivers: net: cpsw: ethtool: fix accessing to suspended device
3602 - drivers: net: cpsw: ndev: fix accessing to suspended device
3603 - drivers: net: cpsw: fix kmemleak false-positive reports for sk buffers
3604 * Autofs parameter substitution broken in kernel 4.4.0-38 and 4.4.0-40
3605 (LP: #1629204)
3606 - SAUCE: (namespace) autofs4: Use real_cred for requestor's ids
3607 * Xenial update to v4.4.23 stable release (LP: #1629386)
3608 - include/linux/kernel.h: change abs() macro so it uses consistent return type
3609 - Fix build warning in kernel/cpuset.c
3610 - reiserfs: fix "new_insert_key may be used uninitialized ..."
3611 - ipv4: panic in leaf_walk_rcu due to stale node pointer
3612 - ipv6: release dst in ping_v6_sendmsg
3613 - tcp: cwnd does not increase in TCP YeAH
3614 - tcp: properly scale window in tcp_v[46]_reqsk_send_ack()
3615 - crypto: arm64/aes-ctr - fix NULL dereference in tail processing
3616 - crypto: arm/aes-ctr - fix NULL dereference in tail processing
3617 - crypto: skcipher - Fix blkcipher walk OOM crash
3618 - crypto: echainiv - Replace chaining with multiplication
3619 - ocfs2/dlm: fix race between convert and migration
3620 - ocfs2: fix start offset to ocfs2_zero_range_for_truncate()
3621 - kbuild: Do not run modules_install and install in paralel
3622 - Makefile: revert "Makefile: Document ability to make file.lst and file.S"
3623 partially
3624 - tools: Support relative directory path for 'O='
3625 - kbuild: forbid kernel directory to contain spaces and colons
3626 - Kbuild: disable 'maybe-uninitialized' warning for
3627 CONFIG_PROFILE_ALL_BRANCHES
3628 - gcov: disable -Wmaybe-uninitialized warning
3629 - Disable "maybe-uninitialized" warning globally
3630 - Disable "frame-address" warning
3631 - Makefile: Mute warning for __builtin_return_address(>0) for tracing only
3632 - net: caif: fix misleading indentation
3633 - Add braces to avoid "ambiguous ‘else’" compiler warnings
3634 - am437x-vfpe: fix typo in vpfe_get_app_input_index
3635 - ath9k: fix misleading indentation
3636 - iwlegacy: avoid warning about missing braces
3637 - Staging: iio: adc: fix indent on break statement
3638 - nouveau: fix nv40_perfctr_next() cleanup regression
3639 - bonding: Fix bonding crash
3640 - Revert "af_unix: Fix splice-bind deadlock"
3641 - af_unix: split 'u->readlock' into two: 'iolock' and 'bindlock'
3642 - vti: flush x-netns xfrm cache when vti interface is removed
3643 - net/irda: handle iriap_register_lsap() allocation failure
3644 - tipc: fix NULL pointer dereference in shutdown()
3645 - net/mlx5: Added missing check of msg length in verifying its signature
3646 - net: dsa: bcm_sf2: Fix race condition while unmasking interrupts
3647 - Revert "phy: IRQ cannot be shared"
3648 - net: smc91x: fix SMC accesses
3649 - bridge: re-introduce 'fix parsing of MLDv2 reports'
3650 - autofs races
3651 - autofs: use dentry flags to block walks during expire
3652 - xfs: prevent dropping ioend completions during buftarg wait
3653 - fsnotify: add a way to stop queueing events on group shutdown
3654 - fanotify: fix list corruption in fanotify_get_response()
3655 - fix fault_in_multipages_...() on architectures with no-op access_ok()
3656 - mtd: maps: sa1100-flash: potential NULL dereference
3657 - mtd: pmcmsp-flash: Allocating too much in init_msp_flash()
3658 - power: reset: hisi-reboot: Unmap region obtained by of_iomap
3659 - fix memory leaks in tracing_buffers_splice_read()
3660 - tracing: Move mutex to protect against resetting of seq data
3661 - mm: delete unnecessary and unsafe init_tlb_ubc()
3662 - can: flexcan: fix resume function
3663 - nl80211: validate number of probe response CSA counters
3664 - btrfs: ensure that file descriptor used with subvol ioctls is a dir
3665 - i2c-eg20t: fix race between i2c init and interrupt enable
3666 - i2c: qup: skip qup_i2c_suspend if the device is already runtime suspended
3667 - MIPS: Fix pre-r6 emulation FPU initialisation
3668 - MIPS: SMP: Fix possibility of deadlock when bringing CPUs online
3669 - MIPS: vDSO: Fix Malta EVA mapping to vDSO page structs
3670 - MIPS: Remove compact branch policy Kconfig entries
3671 - MIPS: Avoid a BUG warning during prctl(PR_SET_FP_MODE, ...)
3672 - MIPS: Add a missing ".set pop" in an early commit
3673 - MIPS: paravirt: Fix undefined reference to smp_bootstrap
3674 - PM / hibernate: Restore processor state before using per-CPU variables
3675 - PM / hibernate: Fix rtree_next_node() to avoid walking off list ends
3676 - power_supply: tps65217-charger: fix missing platform_set_drvdata()
3677 - power: supply: max17042_battery: fix model download bug.
3678 - qxl: check for kmap failures
3679 - hostfs: Freeing an ERR_PTR in hostfs_fill_sb_common()
3680 - Linux 4.4.23
3681 * Xenial update to v4.4.22 stable release (LP: #1627730)
3682 - ext4: use __GFP_NOFAIL in ext4_free_blocks()
3683 - fscrypto: add authorization check for setting encryption policy
3684 - clocksource/drivers/sun4i: Clear interrupts after stopping timer in probe
3685 function
3686 - MIPS: KVM: Check for pfn noslot case
3687 - fscrypto: require write access to mount to set encryption policy
3688 - lightnvm: put bio before return
3689 - powerpc/tm: do not use r13 for tabort_syscall
3690 - powerpc/mm: Don't alias user region to other regions below PAGE_OFFSET
3691 - kernfs: don't depend on d_find_any_alias() when generating notifications
3692 - pNFS: The client must not do I/O to the DS if it's lease has expired
3693 - NFSv4.x: Fix a refcount leak in nfs_callback_up_net
3694 - nfsd: Close race between nfsd4_release_lockowner and nfsd4_lock
3695 - pNFS: Ensure LAYOUTGET and LAYOUTRETURN are properly serialised
3696 - NFSv4.1: Fix the CREATE_SESSION slot number accounting
3697 - kexec: fix double-free when failing to relocate the purgatory
3698 - mm: introduce get_task_exe_file
3699 - audit: fix exe_file access in audit_exe_compare
3700 - dm flakey: fix reads to be issued if drop_writes configured
3701 - IB/uverbs: Fix race between uverbs_close and remove_one
3702 - ARC: mm: fix build breakage with STRICT_MM_TYPECHECKS
3703 - x86/paravirt: Do not trace _paravirt_ident_*() functions
3704 - x86/AMD: Apply erratum 665 on machines without a BIOS fix
3705 - kvm-arm: Unmap shadow pagetables properly
3706 - iio: accel: kxsd9: Fix raw read return
3707 - iio: proximity: as3935: set up buffer timestamps for non-zero values
3708 - iio: adc: rockchip_saradc: reset saradc controller before programming it
3709 - iio: adc: ti_am335x_adc: Protect FIFO1 from concurrent access
3710 - iio: adc: ti_am335x_adc: Increase timeout value waiting for ADC sample
3711 - iio: ad799x: Fix buffered capture for ad7991/ad7995/ad7999
3712 - iio: adc: at91: unbreak channel adc channel 3
3713 - iio: accel: bmc150: reset chip at init time
3714 - iio: fix pressure data output unit in hid-sensor-attributes
3715 - iio: accel: kxsd9: Fix scaling bug
3716 - iio:core: fix IIO_VAL_FRACTIONAL sign handling
3717 - iio: ensure ret is initialized to zero before entering do loop
3718 - serial: 8250_mid: fix divide error bug if baud rate is 0
3719 - serial: 8250: added acces i/o products quad and octal serial cards
3720 - USB: serial: simple: add support for another Infineon flashloader
3721 - usb: renesas_usbhs: fix clearing the {BRDY,BEMP}STS condition
3722 - usb: chipidea: udc: fix NULL ptr dereference in isr_setup_status_phase
3723 - ARM: dts: STiH410: Handle interconnect clock required by EHCI/OHCI (USB)
3724 - USB: change bInterval default to 10 ms
3725 - net: thunderx: Fix OOPs with ethtool --register-dump
3726 - cpuset: make sure new tasks conform to the current config of the cpuset
3727 - ARM: AM43XX: hwmod: Fix RSTST register offset for pruss
3728 - ARM: imx6: add missing BM_CLPCR_BYP_MMDC_CH0_LPM_HS setting for imx6ul
3729 - ARM: imx6: add missing BM_CLPCR_BYPASS_PMIC_READY setting for imx6sx
3730 - ARM: kirkwood: ib62x0: fix size of u-boot environment partition
3731 - ARM: OMAP3: hwmod data: Add sysc information for DSI
3732 - ARM: dts: imx6qdl: Fix SPDIF regression
3733 - ARM: dts: overo: fix gpmc nand cs0 range
3734 - ARM: dts: overo: fix gpmc nand on boards with ethernet
3735 - ARM: dts: STiH407-family: Provide interconnect clock for consumption in ST
3736 SDHCI
3737 - bus: arm-ccn: Fix PMU handling of MN
3738 - bus: arm-ccn: Do not attempt to configure XPs for cycle counter
3739 - bus: arm-ccn: Fix XP watchpoint settings bitmask
3740 - dm log writes: fix check of kthread_run() return value
3741 - dm log writes: move IO accounting earlier to fix error path
3742 - dm crypt: fix error with too large bios
3743 - pinctrl: pistachio: fix mfio pll_lock pinmux
3744 - pinctrl: sunxi: fix uart1 CTS/RTS pins at PG on A23/A33
3745 - arm64: spinlocks: implement smp_mb__before_spinlock() as smp_mb()
3746 - crypto: cryptd - initialize child shash_desc on import
3747 - Btrfs: remove root_log_ctx from ctx list before btrfs_sync_log returns
3748 - fuse: direct-io: don't dirty ITER_BVEC pages
3749 - xhci: fix null pointer dereference in stop command timeout function
3750 - md-cluster: make md-cluster also can work when compiled into kernel
3751 - ath9k: fix using sta->drv_priv before initializing it
3752 - Revert "wext: Fix 32 bit iwpriv compatibility issue with 64 bit Kernel"
3753 - sched/core: Fix a race between try_to_wake_up() and a woken up task
3754 - ipv6: addrconf: fix dev refcont leak when DAD failed
3755 - gma500: remove annoying deprecation warning
3756 - mpssd: fix buffer overflow warning
3757 - drm/i915: Avoid pointer arithmetic in calculating plane surface offset
3758 - mmc: dw_mmc: use resource_size_t to store physical address
3759 - pinctrl: at91-pio4: use %pr format string for resource
3760 - soc: qcom/spm: shut up uninitialized variable warning
3761 - kconfig: tinyconfig: provide whole choice blocks to avoid warnings
3762 - net: simplify napi_synchronize() to avoid warnings
3763 - drm: atmel-hlcdc: Fix vertical scaling
3764 - drm: Only use compat ioctl for addfb2 on X86/IA64
3765 - genirq: Provide irq_gc_{lock_irqsave,unlock_irqrestore}() helpers
3766 - irqchip/atmel-aic: Fix potential deadlock in ->xlate()
3767 - fix iov_iter_fault_in_readable()
3768 - microblaze: fix __get_user()
3769 - avr32: fix copy_from_user()
3770 - microblaze: fix copy_from_user()
3771 - fix minor infoleak in get_user_ex()
3772 - mn10300: failing __get_user() and get_user() should zero
3773 - m32r: fix __get_user()
3774 - sh64: failing __get_user() should zero
3775 - nios2: fix __get_user()
3776 - score: fix __get_user/get_user
3777 - s390: get_user() should zero on failure
3778 - ARC: uaccess: get_user to zero out dest in cause of fault
3779 - asm-generic: make get_user() clear the destination on errors
3780 - frv: fix clear_user()
3781 - cris: buggered copy_from_user/copy_to_user/clear_user
3782 - blackfin: fix copy_from_user()
3783 - score: fix copy_from_user() and friends
3784 - sh: fix copy_from_user()
3785 - hexagon: fix strncpy_from_user() error return
3786 - mips: copy_from_user() must zero the destination on access_ok() failure
3787 - asm-generic: make copy_from_user() zero the destination properly
3788 - alpha: fix copy_from_user()
3789 - metag: copy_from_user() should zero the destination on access_ok() failure
3790 - parisc: fix copy_from_user()
3791 - openrisc: fix copy_from_user()
3792 - nios2: copy_from_user() should zero the tail of destination
3793 - mn10300: copy_from_user() should zero on access_ok() failure...
3794 - sparc32: fix copy_from_user()
3795 - ppc32: fix copy_from_user()
3796 - genirq/msi: Fix broken debug output
3797 - ia64: copy_from_user() should zero the destination on access_ok() failure
3798 - avr32: fix 'undefined reference to `___copy_from_user'
3799 - openrisc: fix the fix of copy_from_user()
3800 - Linux 4.4.22
3801 * AES-XTS poor performance in Ubuntu 16.04 (LP: #1613295)
3802 - crypto: vmx - fix null dereference in p8_aes_xts_crypt
3803 * i40e/setting some ethtool features and remove module right after (modprobe
3804 -r) lead to crash in systems with more than 127 CPUs (LP: #1626782)
3805 - i40e: Fix errors resulted while turning off TSO
3806 * STC860:alpine-pdq:alpdq5p03: kernel panic when adding vnic (LP: #1626222)
3807 - ibmvnic: fix to use list_for_each_safe() when delete items
3808 * Stratton: ISST-LTE:UbuntuKVM: Failed to hotplug virtual devices to guest
3809 running Ubuntu 16.04.1 on UbuntuKVM16.04.1 #179 (LP: #1625986)
3810 - PCI: rpaphp: Fix slot registration for multiple slots under a PHB
3811 * nvme: Missing patch in Ubuntu-4.4.0-41.61 (LP: #1628520)
3812 - nvme: Call pci_disable_device on the error path.
3813
3814 -- Seth Forshee <seth.forshee@canonical.com> Thu, 20 Oct 2016 11:33:44 -0500
7c525b7a 3815
864d7536 3816linux-snapdragon (4.4.0-1032.36) xenial; urgency=low
43469ef1 3817
864d7536
SB
3818 [ Ubuntu: 4.4.0-45.66 ]
3819
3820 * CVE-2016-5195
3821 - SAUCE: mm: remove gup_flags FOLL_WRITE games from __get_user_pages()
3822 * srcname from mount rule corrupted under load (LP: #1634753)
3823 - SAUCE: apparmor: fix sleep in critical section
3824
3825 [ Ubuntu: 4.4.0-43.63 ]
3826
3827 * kswapd0 100% CPU usage (LP: #1518457)
3828 - SAUCE: (no-up) If zone is so small that watermarks are the same, stop zone
3829 balance.
43469ef1
SB
3830
3831 -- Stefan Bader <stefan.bader@canonical.com> Wed, 19 Oct 2016 13:25:51 +0200
3832
3703319b 3833linux-snapdragon (4.4.0-1030.33) xenial; urgency=low
d87d3b83 3834
3703319b 3835 [ Ubuntu: 4.4.0-42.62 ]
d87d3b83 3836
3703319b
SF
3837 * Fix GRO recursion overflow for tunneling protocols (LP: #1631287)
3838 - tunnels: Don't apply GRO to multiple layers of encapsulation.
3839 - gro: Allow tunnel stacking in the case of FOU/GUE
3840 * CVE-2016-7039
3841 - SAUCE: net: add recursion limit to GRO
3842
3843 -- Seth Forshee <seth.forshee@canonical.com> Fri, 07 Oct 2016 14:29:56 -0500
d87d3b83 3844
944a7887 3845linux-snapdragon (4.4.0-1029.32) xenial; urgency=low
873c8df5 3846
944a7887 3847 [ Kamal Mostafa ]
873c8df5 3848
944a7887
KM
3849 * Release Tracking Bug
3850 - LP: #1628228
3851
3852 [ Ubuntu: 4.4.0-41.61 ]
3853
3854 * nvme drive probe failure (LP: #1626894)
3855 - (fix) NVMe: Don't unmap controller registers on reset
3856
3857 -- Kamal Mostafa <kamal@canonical.com> Tue, 27 Sep 2016 10:10:15 -0700
873c8df5 3858
cebeef42 3859linux-snapdragon (4.4.0-1028.31) xenial; urgency=low
e16394fe 3860
cebeef42 3861 [ Ubuntu: 4.4.0-40.60 ]
e16394fe 3862
cebeef42
KM
3863 * Release Tracking Bug
3864 - LP: #1627077
3865 * Permission denied in CIFS with kernel 4.4.0-38 (LP: #1626112)
3866 - Fix memory leaks in cifs_do_mount()
3867 - Compare prepaths when comparing superblocks
3868 - SAUCE: Fix regression which breaks DFS mounting
3869 * Backlight does not change when adjust it higher than 50% after S3
3870 (LP: #1625932)
3871 - SAUCE: i915_bpo: drm/i915/backlight: setup and cache pwm alternate
3872 increment value
3873 - SAUCE: i915_bpo: drm/i915/backlight: setup backlight pwm alternate
3874 increment on backlight enable
3875
3876 [ Ubuntu: 4.4.0-39.59 ]
3877
3878 * thunder: chip errata w/ multiple CQEs for a TSO packet (LP: #1624569)
3879 - net: thunderx: Fix for issues with multiple CQEs posted for a TSO packet
3880 * thunder: faulty TSO padding (LP: #1623627)
3881 - net: thunderx: Fix for HW issue while padding TSO packet
3882 * CVE-2016-6828
3883 - tcp: fix use after free in tcp_xmit_retransmit_queue()
3884 * Sennheiser Officerunner - cannot get freq at ep 0x83 (LP: #1622763)
3885 - SAUCE: (no-up) ALSA: usb-audio: Add quirk for sennheiser officerunner
3886 * Backport E3 Skylake Support in ie31200_edac to Xenial (LP: #1619766)
3887 - EDAC, ie31200_edac: Add Skylake support
3888 * Ubuntu 16.04 - Full EEH Recovery Support for NVMe devices (LP: #1602724)
3889 - SAUCE: nvme: Don't suspend admin queue that wasn't created
3890 * ISST-LTE:pNV: system ben is hung during ST (nvme) (LP: #1620317)
3891 - blk-mq: Allow timeouts to run while queue is freezing
3892 - blk-mq: improve warning for running a queue on the wrong CPU
3893 - blk-mq: don't overwrite rq->mq_ctx
3894 * lsattr 32bit does not work on 64bit kernel (Inappropriate ioctl error)
3895 (LP: #1619918)
3896 - btrfs: bugfix: handle FS_IOC32_{GETFLAGS, SETFLAGS, GETVERSION} in
3897 btrfs_ioctl
3898 * radeon: monitor connected to onboard VGA doesn't work with Xenial
3899 (LP: #1600092)
3900 - drm/radeon/dp: add back special handling for NUTMEG
3901 * initramfs includes qle driver, but not firmware (LP: #1623187)
3902 - qed: add MODULE_FIRMWARE()
3903 * [Hyper-V] Rebase Hyper-V to 4.7.2 (stable) (LP: #1616677)
3904 - hv_netvsc: Implement support for VF drivers on Hyper-V
3905 - hv_netvsc: Fix the list processing for network change event
3906 - Drivers: hv: vmbus: Introduce functions for estimating room in the ring
3907 buffer
3908 - Drivers: hv: vmbus: Use READ_ONCE() to read variables that are volatile
3909 - Drivers: hv: vmbus: Export the vmbus_set_event() API
3910 - lcoking/barriers, arch: Use smp barriers in smp_store_release()
3911 - asm-generic: guard smp_store_release/load_acquire
3912 - x86: reuse asm-generic/barrier.h
3913 - asm-generic: add __smp_xxx wrappers
3914 - x86: define __smp_xxx
3915 - asm-generic: implement virt_xxx memory barriers
3916 - Drivers: hv: vmbus: Move some ring buffer functions to hyperv.h
3917 - Drivers: hv: vmbus: Implement APIs to support "in place" consumption of
3918 vmbus packets
3919 - drivers:hv: Lock access to hyperv_mmio resource tree
3920 - drivers:hv: Make a function to free mmio regions through vmbus
3921 - drivers:hv: Track allocations of children of hv_vmbus in private resource
3922 tree
3923 - drivers:hv: Separate out frame buffer logic when picking MMIO range
3924 - Drivers: hv: vmbus: handle various crash scenarios
3925 - Drivers: hv: balloon: don't crash when memory is added in non-sorted order
3926 - Drivers: hv: balloon: reset host_specified_ha_region
3927 - tools: hv: lsvmbus: add pci pass-through UUID
3928 - hv_netvsc: move start_remove flag to net_device_context
3929 - hv_netvsc: use start_remove flag to protect netvsc_link_change()
3930 - hv_netvsc: untangle the pointer mess
3931 - hv_netvsc: get rid of struct net_device pointer in struct netvsc_device
3932 - hv_netvsc: synchronize netvsc_change_mtu()/netvsc_set_channels() with
3933 netvsc_remove()
3934 - hv_netvsc: set nvdev link after populating chn_table
3935 - hv_netvsc: Fix VF register on vlan devices
3936 - hv_netvsc: remove redundant assignment in netvsc_recv_callback()
3937 - hv_netvsc: introduce {net, hv}_device_to_netvsc_device() helpers
3938 - hv_netvsc: pass struct netvsc_device to rndis_filter_{open, close}()
3939 - hv_netvsc: pass struct net_device to rndis_filter_set_device_mac()
3940 - hv_netvsc: pass struct net_device to rndis_filter_set_offload_params()
3941 - netvsc: get rid of completion timeouts
3942 - PCI: hv: Don't leak buffer in hv_pci_onchannelcallback()
3943 - PCI: hv: Handle all pending messages in hv_pci_onchannelcallback()
3944 - netvsc: Use the new in-place consumption APIs in the rx path
3945 - x86/kernel: Audit and remove any unnecessary uses of module.h
3946 - PCI: hv: Fix interrupt cleanup path
3947 - hv_netvsc: Fix VF register on bonding devices
3948 - hv_netvsc: don't lose VF information
3949 - hv_netvsc: avoid deadlocks between rtnl lock and vf_use_cnt wait
3950 - hv_netvsc: reset vf_inject on VF removal
3951 - hv_netvsc: protect module refcount by checking net_device_ctx->vf_netdev
3952 - hv_netvsc: fix bonding devices check in netvsc_netdev_event()
3953 - Drivers: hv: vmbus: Use the new virt_xx barrier code
3954 - ixgbevf: call ndo_stop() instead of dev_close() when running offline
3955 selftest
3956 - ixgbevf: fix error code path when setting MAC address
3957 - ixgbevf: use bit operations for setting and checking resets
3958 - ixgbevf: Add support for generic Tx checksums
3959 - ixgbe/ixgbevf: Add support for bulk free in Tx cleanup & cleanup boolean
3960 logic
3961 - ixgbevf: refactor ethtool stats handling
3962 - ixgbevf: add support for per-queue ethtool stats
3963 - ixgbevf: make use of BIT() macro to avoid shift of signed values
3964 - ixgbevf: Move API negotiation function into mac_ops
3965 - ixgbevf: Add the device ID's presented while running on Hyper-V
3966 - ixgbevf: Support Windows hosts (Hyper-V)
3967 - ixgbevf: Change the relaxed order settings in VF driver for sparc
3968 - ixgbevf: Use mac_ops instead of trying to identify NIC type
3969 * New device ID for Kabypoint (LP: #1622469)
3970 - mfd: lpss: Add Intel Kaby Lake PCH-H PCI IDs
3971 - SAUCE: i2c: i801: Add support for Kaby Lake PCH-H
3972 * Xenial update to v4.4.21 stable release (LP: #1624037)
3973 - Revert "i40e: fix: do not sleep in netdev_ops"
3974 - fs: Check for invalid i_uid in may_follow_link()
3975 - netfilter: x_tables: check for size overflow
3976 - ext4: validate that metadata blocks do not overlap superblock
3977 - ext4: fix xattr shifting when expanding inodes
3978 - ext4: fix xattr shifting when expanding inodes part 2
3979 - ext4: properly align shifted xattrs when expanding inodes
3980 - ext4: avoid deadlock when expanding inode size
3981 - ext4: avoid modifying checksum fields directly during checksum verification
3982 - block: Fix race triggered by blk_set_queue_dying()
3983 - block: make sure a big bio is split into at most 256 bvecs
3984 - cgroup: reduce read locked section of cgroup_threadgroup_rwsem during fork
3985 - s390/sclp_ctl: fix potential information leak with /dev/sclp
3986 - drm/radeon: fix radeon_move_blit on 32bit systems
3987 - drm: Reject page_flip for !DRIVER_MODESET
3988 - drm/msm: fix use of copy_from_user() while holding spinlock
3989 - ASoC: atmel_ssc_dai: Don't unconditionally reset SSC on stream startup
3990 - xfs: fix superblock inprogress check
3991 - timekeeping: Cap array access in timekeeping_debug
3992 - timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPING
3993 - lustre: remove unused declaration
3994 - wrappers for ->i_mutex access
3995 - ovl: don't copy up opaqueness
3996 - ovl: remove posix_acl_default from workdir
3997 - ovl: listxattr: use strnlen()
3998 - ovl: fix workdir creation
3999 - ubifs: Fix assertion in layout_in_gaps()
4000 - bcache: RESERVE_PRIO is too small by one when prio_buckets() is a power of
4001 two.
4002 - vhost/scsi: fix reuse of &vq->iov[out] in response
4003 - x86/apic: Do not init irq remapping if ioapic is disabled
4004 - uprobes: Fix the memcg accounting
4005 - crypto: caam - fix IV loading for authenc (giv)decryption
4006 - ALSA: usb-audio: Add sample rate inquiry quirk for B850V3 CP2114
4007 - ALSA: firewire-tascam: accessing to user space outside spinlock
4008 - ALSA: fireworks: accessing to user space outside spinlock
4009 - ALSA: rawmidi: Fix possible deadlock with virmidi registration
4010 - ALSA: hda - Add headset mic quirk for Dell Inspiron 5468
4011 - ALSA: hda - Enable subwoofer on Dell Inspiron 7559
4012 - ALSA: timer: fix NULL pointer dereference in read()/ioctl() race
4013 - ALSA: timer: fix division by zero after SNDRV_TIMER_IOCTL_CONTINUE
4014 - ALSA: timer: fix NULL pointer dereference on memory allocation failure
4015 - scsi: fix upper bounds check of sense key in scsi_sense_key_string()
4016 - metag: Fix atomic_*_return inline asm constraints
4017 - cpufreq: Fix GOV_LIMITS handling for the userspace governor
4018 - hwrng: exynos - Disable runtime PM on probe failure
4019 - regulator: anatop: allow regulator to be in bypass mode
4020 - lib/mpi: mpi_write_sgl(): fix skipping of leading zero limbs
4021 - Linux 4.4.21
4022 * Headset mic detection on some variants of Dell Inspiron 5468 (LP: #1617900)
4023 - ALSA: hda - Add headset mic quirk for Dell Inspiron 5468
4024 * Xenial update to v4.4.20 stable release (LP: #1621113)
4025 - hugetlb: fix nr_pmds accounting with shared page tables
4026 - x86/mm: Disable preemption during CR3 read+write
4027 - uprobes/x86: Fix RIP-relative handling of EVEX-encoded instructions
4028 - tools/testing/nvdimm: fix SIGTERM vs hotplug crash
4029 - SUNRPC: Handle EADDRNOTAVAIL on connection failures
4030 - SUNRPC: allow for upcalls for same uid but different gss service
4031 - powerpc/eeh: eeh_pci_enable(): fix checking of post-request state
4032 - ALSA: usb-audio: Add a sample rate quirk for Creative Live! Cam Socialize HD
4033 (VF0610)
4034 - ALSA: usb-audio: Add quirk for ELP HD USB Camera
4035 - arm64: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFO
4036 - parisc: Fix order of EREFUSED define in errno.h
4037 - virtio: fix memory leak in virtqueue_add()
4038 - vfio/pci: Fix NULL pointer oops in error interrupt setup handling
4039 - perf intel-pt: Fix occasional decoding errors when tracing system-wide
4040 - libnvdimm, nd_blk: mask off reserved status bits
4041 - ALSA: hda - Manage power well properly for resume
4042 - NVMe: Don't unmap controller registers on reset
4043 - PCI: Support PCIe devices with short cfg_size
4044 - PCI: Add Netronome vendor and device IDs
4045 - PCI: Limit config space size for Netronome NFP6000 family
4046 - PCI: Add Netronome NFP4000 PF device ID
4047 - PCI: Limit config space size for Netronome NFP4000
4048 - mmc: sdhci-acpi: Reduce Baytrail eMMC/SD/SDIO hangs
4049 - ACPI: CPPC: Return error if _CPC is invalid on a CPU
4050 - ACPI / CPPC: Prevent cpc_desc_ptr points to the invalid data
4051 - um: Don't discard .text.exit section
4052 - genirq/msi: Remove unused MSI_FLAG_IDENTITY_MAP
4053 - genirq/msi: Make sure PCI MSIs are activated early
4054 - crypto: caam - fix non-hmac hashes
4055 - crypto: caam - fix echainiv(authenc) encrypt shared descriptor
4056 - crypto: caam - defer aead_set_sh_desc in case of zero authsize
4057 - usb: ehci: change order of register cleanup during shutdown
4058 - usb: misc: usbtest: add fix for driver hang
4059 - usb: dwc3: pci: add Intel Kabylake PCI ID
4060 - usb: dwc3: gadget: increment request->actual once
4061 - usb: hub: Fix unbalanced reference count/memory leak/deadlocks
4062 - USB: hub: fix up early-exit pathway in hub_activate
4063 - USB: hub: change the locking in hub_activate
4064 - usb: renesas_usbhs: clear the BRDYSTS in usbhsg_ep_enable()
4065 - usb: renesas_usbhs: Use dmac only if the pipe type is bulk
4066 - USB: validate wMaxPacketValue entries in endpoint descriptors
4067 - usb: gadget: fsl_qe_udc: off by one in setup_received_handle()
4068 - usb/gadget: fix gadgetfs aio support.
4069 - xhci: always handle "Command Ring Stopped" events
4070 - usb: xhci: Fix panic if disconnect
4071 - xhci: don't dereference a xhci member after removing xhci
4072 - USB: serial: fix memleak in driver-registration error path
4073 - USB: serial: option: add D-Link DWM-156/A3
4074 - USB: serial: option: add support for Telit LE920A4
4075 - USB: serial: ftdi_sio: add device ID for WICED USB UART dev board
4076 - USB: serial: ftdi_sio: add PIDs for Ivium Technologies devices
4077 - iommu/dma: Don't put uninitialised IOVA domains
4078 - iommu/arm-smmu: Fix CMDQ error handling
4079 - iommu/arm-smmu: Don't BUG() if we find aborting STEs with disable_bypass
4080 - pinctrl/amd: Remove the default de-bounce time
4081 - EDAC: Increment correct counter in edac_inc_ue_error()
4082 - s390/dasd: fix hanging device after clear subchannel
4083 - mac80211: fix purging multicast PS buffer queue
4084 - arm64: dts: rockchip: add reset saradc node for rk3368 SoCs
4085 - of: fix reference counting in of_graph_get_endpoint_by_regs
4086 - sched/cputime: Fix NO_HZ_FULL getrusage() monotonicity regression
4087 - sched/nohz: Fix affine unpinned timers mess
4088 - iio: fix sched WARNING "do not call blocking ops when !TASK_RUNNING"
4089 - drm/amdgpu: Change GART offset to 64-bit
4090 - drm/amdgpu: fix amdgpu_move_blit on 32bit systems
4091 - drm/amdgpu: avoid a possible array overflow
4092 - drm/amdgpu: skip TV/CV in display parsing
4093 - drm/amd/amdgpu: sdma resume fail during S4 on CI
4094 - drm/amdgpu: record error code when ring test failed
4095 - drm/i915: fix aliasing_ppgtt leak
4096 - ARC: build: Better way to detect ISA compatible toolchain
4097 - ARC: use correct offset in pt_regs for saving/restoring user mode r25
4098 - ARC: Call trace_hardirqs_on() before enabling irqs
4099 - ARC: Elide redundant setup of DMA callbacks
4100 - aacraid: Check size values after double-fetch from user
4101 - mfd: cros_ec: Add cros_ec_cmd_xfer_status() helper
4102 - i2c: cros-ec-tunnel: Fix usage of cros_ec_cmd_xfer()
4103 - cdc-acm: fix wrong pipe type on rx interrupt xfers
4104 - mpt3sas: Fix resume on WarpDrive flash cards
4105 - megaraid_sas: Fix probing cards without io port
4106 - usb: renesas_usbhs: gadget: fix return value check in
4107 usbhs_mod_gadget_probe()
4108 - gpio: Fix OF build problem on UM
4109 - fs/seq_file: fix out-of-bounds read
4110 - btrfs: waiting on qgroup rescan should not always be interruptible
4111 - btrfs: properly track when rescan worker is running
4112 - Input: tegra-kbc - fix inverted reset logic
4113 - Input: i8042 - break load dependency between atkbd/psmouse and i8042
4114 - Input: i8042 - set up shared ps2_cmd_mutex for AUX ports
4115 - crypto: nx - off by one bug in nx_of_update_msc()
4116 - crypto: qat - fix aes-xts key sizes
4117 - dmaengine: usb-dmac: check CHCR.DE bit in usb_dmac_isr_channel()
4118 - USB: avoid left shift by -1
4119 - usb: chipidea: udc: don't touch DP when controller is in host mode
4120 - USB: fix typo in wMaxPacketSize validation
4121 - USB: serial: mos7720: fix non-atomic allocation in write path
4122 - USB: serial: mos7840: fix non-atomic allocation in write path
4123 - USB: serial: option: add WeTelecom WM-D200
4124 - USB: serial: option: add WeTelecom 0x6802 and 0x6803 products
4125 - staging: comedi: daqboard2000: bug fix board type matching code
4126 - staging: comedi: comedi_test: fix timer race conditions
4127 - staging: comedi: ni_mio_common: fix AO inttrig backwards compatibility
4128 - staging: comedi: ni_mio_common: fix wrong insn_write handler
4129 - ACPI / drivers: fix typo in ACPI_DECLARE_PROBE_ENTRY macro
4130 - ACPI / drivers: replace acpi_probe_lock spinlock with mutex
4131 - ACPI / sysfs: fix error code in get_status()
4132 - ACPI / SRAT: fix SRAT parsing order with both LAPIC and X2APIC present
4133 - ALSA: line6: Remove double line6_pcm_release() after failed acquire.
4134 - ALSA: line6: Give up on the lock while URBs are released.
4135 - ALSA: line6: Fix POD sysfs attributes segfault
4136 - hwmon: (iio_hwmon) fix memory leak in name attribute
4137 - sysfs: correctly handle read offset on PREALLOC attrs
4138 - Linux 4.4.20
4139 * Failed to acknowledge elog: /sys/firmware/opal/elog/0x5018d709/acknowledge
4140 (2:No such file or directory) (LP: #1619552)
4141 - powerpc/powernv : Drop reference added by kset_find_obj()
4142 * backport support for userspace access of DP aux devices (LP: #1619756)
4143 - drm/dp: Add a drm_aux-dev module for reading/writing dpcd registers.
4144 - drm/dp: Allow signals to interrupt drm_aux-dev reads/writes
4145 - [Config] CONFIG_DRM_DP_AUX_CHARDEV=y
4146 * Enable virtual scsi server driver for Power (LP: #1615665)
4147 - SAUCE: Ibmvscsis: Properly deregister target sessions
4148 - SAUCE: Return TCMU-generated sense data to fabric module
4149 - SAUCE: Ibmvscsis: Code cleanup of print statements
4150 - SAUCE: Ibmvscsis: Fixed a bug reported by Dan Carpenter
4151 * ISST-LTE: system dropped into xmon at pcibios_release_device+0x5c/0x80
4152 during running dlpar test on monklp3 (LP: #1618151)
4153 - powerpc/pseries: use pci_host_bridge.release_fn() to kfree(phb)
4154 * Kernel Build Fails for Fuse Module (LP: #1617550)
4155 - SAUCE: (namespace) userns: Export current_in_userns to modules
4156 * boot-time kernel panic introduced in 4.4.0-18, not present in 4.4.0-15
4157 (LP: #1572630)
4158 - blk-mq: Reuse hardware context cpumask for tags
4159 - blk-mq: Use proper cpumask iterator
4160
4161 -- Kamal Mostafa <kamal@canonical.com> Fri, 23 Sep 2016 12:16:37 -0700
e16394fe 4162
5df7c427 4163linux-snapdragon (4.4.0-1027.30) xenial; urgency=low
6ef003c3 4164
5df7c427 4165 [ Joseph Salisbury ]
6ef003c3 4166
5df7c427
JS
4167 * Release Tracking Bug
4168 - LP: #1625328
4169
4170 * thunder: chip errata w/ multiple CQEs for a TSO packet (LP: #1624569)
4171 - net: thunderx: Fix for issues with multiple CQEs posted for a TSO packet
4172
4173 * thunder: faulty TSO padding (LP: #1623627)
4174 - net: thunderx: Fix for HW issue while padding TSO packet
4175
4176 * CVE-2016-6828
4177 - tcp: fix use after free in tcp_xmit_retransmit_queue()
4178
4179 * Sennheiser Officerunner - cannot get freq at ep 0x83 (LP: #1622763)
4180 - SAUCE: (no-up) ALSA: usb-audio: Add quirk for sennheiser officerunner
4181
4182 * Backport E3 Skylake Support in ie31200_edac to Xenial (LP: #1619766)
4183 - EDAC, ie31200_edac: Add Skylake support
4184
4185 * Ubuntu 16.04 - Full EEH Recovery Support for NVMe devices (LP: #1602724)
4186 - SAUCE: nvme: Don't suspend admin queue that wasn't created
4187
4188 * ISST-LTE:pNV: system ben is hung during ST (nvme) (LP: #1620317)
4189 - blk-mq: Allow timeouts to run while queue is freezing
4190 - blk-mq: improve warning for running a queue on the wrong CPU
4191 - blk-mq: don't overwrite rq->mq_ctx
4192
4193 * lsattr 32bit does not work on 64bit kernel (Inappropriate ioctl error)
4194 (LP: #1619918)
4195 - btrfs: bugfix: handle FS_IOC32_{GETFLAGS, SETFLAGS, GETVERSION} in
4196 btrfs_ioctl
4197
4198 * radeon: monitor connected to onboard VGA doesn't work with Xenial
4199 (LP: #1600092)
4200 - drm/radeon/dp: add back special handling for NUTMEG
4201
4202 * initramfs includes qle driver, but not firmware (LP: #1623187)
4203 - qed: add MODULE_FIRMWARE()
4204
4205 * [Hyper-V] Rebase Hyper-V to 4.7.2 (stable) (LP: #1616677)
4206 - hv_netvsc: Implement support for VF drivers on Hyper-V
4207 - hv_netvsc: Fix the list processing for network change event
4208 - Drivers: hv: vmbus: Introduce functions for estimating room in the ring
4209 buffer
4210 - Drivers: hv: vmbus: Use READ_ONCE() to read variables that are volatile
4211 - Drivers: hv: vmbus: Export the vmbus_set_event() API
4212 - lcoking/barriers, arch: Use smp barriers in smp_store_release()
4213 - asm-generic: guard smp_store_release/load_acquire
4214 - x86: reuse asm-generic/barrier.h
4215 - asm-generic: add __smp_xxx wrappers
4216 - x86: define __smp_xxx
4217 - asm-generic: implement virt_xxx memory barriers
4218 - Drivers: hv: vmbus: Move some ring buffer functions to hyperv.h
4219 - Drivers: hv: vmbus: Implement APIs to support "in place" consumption of
4220 vmbus packets
4221 - drivers:hv: Lock access to hyperv_mmio resource tree
4222 - drivers:hv: Make a function to free mmio regions through vmbus
4223 - drivers:hv: Track allocations of children of hv_vmbus in private resource
4224 tree
4225 - drivers:hv: Separate out frame buffer logic when picking MMIO range
4226 - Drivers: hv: vmbus: handle various crash scenarios
4227 - Drivers: hv: balloon: don't crash when memory is added in non-sorted order
4228 - Drivers: hv: balloon: reset host_specified_ha_region
4229 - tools: hv: lsvmbus: add pci pass-through UUID
4230 - hv_netvsc: move start_remove flag to net_device_context
4231 - hv_netvsc: use start_remove flag to protect netvsc_link_change()
4232 - hv_netvsc: untangle the pointer mess
4233 - hv_netvsc: get rid of struct net_device pointer in struct netvsc_device
4234 - hv_netvsc: synchronize netvsc_change_mtu()/netvsc_set_channels() with
4235 netvsc_remove()
4236 - hv_netvsc: set nvdev link after populating chn_table
4237 - hv_netvsc: Fix VF register on vlan devices
4238 - hv_netvsc: remove redundant assignment in netvsc_recv_callback()
4239 - hv_netvsc: introduce {net, hv}_device_to_netvsc_device() helpers
4240 - hv_netvsc: pass struct netvsc_device to rndis_filter_{open, close}()
4241 - hv_netvsc: pass struct net_device to rndis_filter_set_device_mac()
4242 - hv_netvsc: pass struct net_device to rndis_filter_set_offload_params()
4243 - netvsc: get rid of completion timeouts
4244 - PCI: hv: Don't leak buffer in hv_pci_onchannelcallback()
4245 - PCI: hv: Handle all pending messages in hv_pci_onchannelcallback()
4246 - netvsc: Use the new in-place consumption APIs in the rx path
4247 - x86/kernel: Audit and remove any unnecessary uses of module.h
4248 - PCI: hv: Fix interrupt cleanup path
4249 - hv_netvsc: Fix VF register on bonding devices
4250 - hv_netvsc: don't lose VF information
4251 - hv_netvsc: avoid deadlocks between rtnl lock and vf_use_cnt wait
4252 - hv_netvsc: reset vf_inject on VF removal
4253 - hv_netvsc: protect module refcount by checking net_device_ctx->vf_netdev
4254 - hv_netvsc: fix bonding devices check in netvsc_netdev_event()
4255 - Drivers: hv: vmbus: Use the new virt_xx barrier code
4256 - ixgbevf: call ndo_stop() instead of dev_close() when running offline
4257 selftest
4258 - ixgbevf: fix error code path when setting MAC address
4259 - ixgbevf: use bit operations for setting and checking resets
4260 - ixgbevf: Add support for generic Tx checksums
4261 - ixgbe/ixgbevf: Add support for bulk free in Tx cleanup & cleanup boolean
4262 logic
4263 - ixgbevf: refactor ethtool stats handling
4264 - ixgbevf: add support for per-queue ethtool stats
4265 - ixgbevf: make use of BIT() macro to avoid shift of signed values
4266 - ixgbevf: Move API negotiation function into mac_ops
4267 - ixgbevf: Add the device ID's presented while running on Hyper-V
4268 - ixgbevf: Support Windows hosts (Hyper-V)
4269 - ixgbevf: Change the relaxed order settings in VF driver for sparc
4270 - ixgbevf: Use mac_ops instead of trying to identify NIC type
4271
4272 * New device ID for Kabypoint (LP: #1622469)
4273 - mfd: lpss: Add Intel Kaby Lake PCH-H PCI IDs
4274 - SAUCE: i2c: i801: Add support for Kaby Lake PCH-H
4275
4276 * Xenial update to v4.4.21 stable release (LP: #1624037)
4277 - Revert "i40e: fix: do not sleep in netdev_ops"
4278 - fs: Check for invalid i_uid in may_follow_link()
4279 - netfilter: x_tables: check for size overflow
4280 - ext4: validate that metadata blocks do not overlap superblock
4281 - ext4: fix xattr shifting when expanding inodes
4282 - ext4: fix xattr shifting when expanding inodes part 2
4283 - ext4: properly align shifted xattrs when expanding inodes
4284 - ext4: avoid deadlock when expanding inode size
4285 - ext4: avoid modifying checksum fields directly during checksum verification
4286 - block: Fix race triggered by blk_set_queue_dying()
4287 - block: make sure a big bio is split into at most 256 bvecs
4288 - cgroup: reduce read locked section of cgroup_threadgroup_rwsem during fork
4289 - s390/sclp_ctl: fix potential information leak with /dev/sclp
4290 - drm/radeon: fix radeon_move_blit on 32bit systems
4291 - drm: Reject page_flip for !DRIVER_MODESET
4292 - drm/msm: fix use of copy_from_user() while holding spinlock
4293 - ASoC: atmel_ssc_dai: Don't unconditionally reset SSC on stream startup
4294 - xfs: fix superblock inprogress check
4295 - timekeeping: Cap array access in timekeeping_debug
4296 - timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPING
4297 - lustre: remove unused declaration
4298 - wrappers for ->i_mutex access
4299 - ovl: don't copy up opaqueness
4300 - ovl: remove posix_acl_default from workdir
4301 - ovl: listxattr: use strnlen()
4302 - ovl: fix workdir creation
4303 - ubifs: Fix assertion in layout_in_gaps()
4304 - bcache: RESERVE_PRIO is too small by one when prio_buckets() is a power of
4305 two.
4306 - vhost/scsi: fix reuse of &vq->iov[out] in response
4307 - x86/apic: Do not init irq remapping if ioapic is disabled
4308 - uprobes: Fix the memcg accounting
4309 - crypto: caam - fix IV loading for authenc (giv)decryption
4310 - ALSA: usb-audio: Add sample rate inquiry quirk for B850V3 CP2114
4311 - ALSA: firewire-tascam: accessing to user space outside spinlock
4312 - ALSA: fireworks: accessing to user space outside spinlock
4313 - ALSA: rawmidi: Fix possible deadlock with virmidi registration
4314 - ALSA: hda - Add headset mic quirk for Dell Inspiron 5468
4315 - ALSA: hda - Enable subwoofer on Dell Inspiron 7559
4316 - ALSA: timer: fix NULL pointer dereference in read()/ioctl() race
4317 - ALSA: timer: fix division by zero after SNDRV_TIMER_IOCTL_CONTINUE
4318 - ALSA: timer: fix NULL pointer dereference on memory allocation failure
4319 - scsi: fix upper bounds check of sense key in scsi_sense_key_string()
4320 - metag: Fix atomic_*_return inline asm constraints
4321 - cpufreq: Fix GOV_LIMITS handling for the userspace governor
4322 - hwrng: exynos - Disable runtime PM on probe failure
4323 - regulator: anatop: allow regulator to be in bypass mode
4324 - lib/mpi: mpi_write_sgl(): fix skipping of leading zero limbs
4325 - Linux 4.4.21
4326
4327 * Headset mic detection on some variants of Dell Inspiron 5468 (LP: #1617900)
4328 - ALSA: hda - Add headset mic quirk for Dell Inspiron 5468
4329
4330 * Xenial update to v4.4.20 stable release (LP: #1621113)
4331 - hugetlb: fix nr_pmds accounting with shared page tables
4332 - x86/mm: Disable preemption during CR3 read+write
4333 - uprobes/x86: Fix RIP-relative handling of EVEX-encoded instructions
4334 - tools/testing/nvdimm: fix SIGTERM vs hotplug crash
4335 - SUNRPC: Handle EADDRNOTAVAIL on connection failures
4336 - SUNRPC: allow for upcalls for same uid but different gss service
4337 - powerpc/eeh: eeh_pci_enable(): fix checking of post-request state
4338 - ALSA: usb-audio: Add a sample rate quirk for Creative Live! Cam Socialize HD
4339 (VF0610)
4340 - ALSA: usb-audio: Add quirk for ELP HD USB Camera
4341 - arm64: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFO
4342 - parisc: Fix order of EREFUSED define in errno.h
4343 - virtio: fix memory leak in virtqueue_add()
4344 - vfio/pci: Fix NULL pointer oops in error interrupt setup handling
4345 - perf intel-pt: Fix occasional decoding errors when tracing system-wide
4346 - libnvdimm, nd_blk: mask off reserved status bits
4347 - ALSA: hda - Manage power well properly for resume
4348 - NVMe: Don't unmap controller registers on reset
4349 - PCI: Support PCIe devices with short cfg_size
4350 - PCI: Add Netronome vendor and device IDs
4351 - PCI: Limit config space size for Netronome NFP6000 family
4352 - PCI: Add Netronome NFP4000 PF device ID
4353 - PCI: Limit config space size for Netronome NFP4000
4354 - mmc: sdhci-acpi: Reduce Baytrail eMMC/SD/SDIO hangs
4355 - ACPI: CPPC: Return error if _CPC is invalid on a CPU
4356 - ACPI / CPPC: Prevent cpc_desc_ptr points to the invalid data
4357 - um: Don't discard .text.exit section
4358 - genirq/msi: Remove unused MSI_FLAG_IDENTITY_MAP
4359 - genirq/msi: Make sure PCI MSIs are activated early
4360 - crypto: caam - fix non-hmac hashes
4361 - crypto: caam - fix echainiv(authenc) encrypt shared descriptor
4362 - crypto: caam - defer aead_set_sh_desc in case of zero authsize
4363 - usb: ehci: change order of register cleanup during shutdown
4364 - usb: misc: usbtest: add fix for driver hang
4365 - usb: dwc3: pci: add Intel Kabylake PCI ID
4366 - usb: dwc3: gadget: increment request->actual once
4367 - usb: hub: Fix unbalanced reference count/memory leak/deadlocks
4368 - USB: hub: fix up early-exit pathway in hub_activate
4369 - USB: hub: change the locking in hub_activate
4370 - usb: renesas_usbhs: clear the BRDYSTS in usbhsg_ep_enable()
4371 - usb: renesas_usbhs: Use dmac only if the pipe type is bulk
4372 - USB: validate wMaxPacketValue entries in endpoint descriptors
4373 - usb: gadget: fsl_qe_udc: off by one in setup_received_handle()
4374 - usb/gadget: fix gadgetfs aio support.
4375 - xhci: always handle "Command Ring Stopped" events
4376 - usb: xhci: Fix panic if disconnect
4377 - xhci: don't dereference a xhci member after removing xhci
4378 - USB: serial: fix memleak in driver-registration error path
4379 - USB: serial: option: add D-Link DWM-156/A3
4380 - USB: serial: option: add support for Telit LE920A4
4381 - USB: serial: ftdi_sio: add device ID for WICED USB UART dev board
4382 - USB: serial: ftdi_sio: add PIDs for Ivium Technologies devices
4383 - iommu/dma: Don't put uninitialised IOVA domains
4384 - iommu/arm-smmu: Fix CMDQ error handling
4385 - iommu/arm-smmu: Don't BUG() if we find aborting STEs with disable_bypass
4386 - pinctrl/amd: Remove the default de-bounce time
4387 - EDAC: Increment correct counter in edac_inc_ue_error()
4388 - s390/dasd: fix hanging device after clear subchannel
4389 - mac80211: fix purging multicast PS buffer queue
4390 - arm64: dts: rockchip: add reset saradc node for rk3368 SoCs
4391 - of: fix reference counting in of_graph_get_endpoint_by_regs
4392 - sched/cputime: Fix NO_HZ_FULL getrusage() monotonicity regression
4393 - sched/nohz: Fix affine unpinned timers mess
4394 - iio: fix sched WARNING "do not call blocking ops when !TASK_RUNNING"
4395 - drm/amdgpu: Change GART offset to 64-bit
4396 - drm/amdgpu: fix amdgpu_move_blit on 32bit systems
4397 - drm/amdgpu: avoid a possible array overflow
4398 - drm/amdgpu: skip TV/CV in display parsing
4399 - drm/amd/amdgpu: sdma resume fail during S4 on CI
4400 - drm/amdgpu: record error code when ring test failed
4401 - drm/i915: fix aliasing_ppgtt leak
4402 - ARC: build: Better way to detect ISA compatible toolchain
4403 - ARC: use correct offset in pt_regs for saving/restoring user mode r25
4404 - ARC: Call trace_hardirqs_on() before enabling irqs
4405 - ARC: Elide redundant setup of DMA callbacks
4406 - aacraid: Check size values after double-fetch from user
4407 - mfd: cros_ec: Add cros_ec_cmd_xfer_status() helper
4408 - i2c: cros-ec-tunnel: Fix usage of cros_ec_cmd_xfer()
4409 - cdc-acm: fix wrong pipe type on rx interrupt xfers
4410 - mpt3sas: Fix resume on WarpDrive flash cards
4411 - megaraid_sas: Fix probing cards without io port
4412 - usb: renesas_usbhs: gadget: fix return value check in
4413 usbhs_mod_gadget_probe()
4414 - gpio: Fix OF build problem on UM
4415 - fs/seq_file: fix out-of-bounds read
4416 - btrfs: waiting on qgroup rescan should not always be interruptible
4417 - btrfs: properly track when rescan worker is running
4418 - Input: tegra-kbc - fix inverted reset logic
4419 - Input: i8042 - break load dependency between atkbd/psmouse and i8042
4420 - Input: i8042 - set up shared ps2_cmd_mutex for AUX ports
4421 - crypto: nx - off by one bug in nx_of_update_msc()
4422 - crypto: qat - fix aes-xts key sizes
4423 - dmaengine: usb-dmac: check CHCR.DE bit in usb_dmac_isr_channel()
4424 - USB: avoid left shift by -1
4425 - usb: chipidea: udc: don't touch DP when controller is in host mode
4426 - USB: fix typo in wMaxPacketSize validation
4427 - USB: serial: mos7720: fix non-atomic allocation in write path
4428 - USB: serial: mos7840: fix non-atomic allocation in write path
4429 - USB: serial: option: add WeTelecom WM-D200
4430 - USB: serial: option: add WeTelecom 0x6802 and 0x6803 products
4431 - staging: comedi: daqboard2000: bug fix board type matching code
4432 - staging: comedi: comedi_test: fix timer race conditions
4433 - staging: comedi: ni_mio_common: fix AO inttrig backwards compatibility
4434 - staging: comedi: ni_mio_common: fix wrong insn_write handler
4435 - ACPI / drivers: fix typo in ACPI_DECLARE_PROBE_ENTRY macro
4436 - ACPI / drivers: replace acpi_probe_lock spinlock with mutex
4437 - ACPI / sysfs: fix error code in get_status()
4438 - ACPI / SRAT: fix SRAT parsing order with both LAPIC and X2APIC present
4439 - ALSA: line6: Remove double line6_pcm_release() after failed acquire.
4440 - ALSA: line6: Give up on the lock while URBs are released.
4441 - ALSA: line6: Fix POD sysfs attributes segfault
4442 - hwmon: (iio_hwmon) fix memory leak in name attribute
4443 - sysfs: correctly handle read offset on PREALLOC attrs
4444 - Linux 4.4.20
4445
4446 * Failed to acknowledge elog: /sys/firmware/opal/elog/0x5018d709/acknowledge
4447 (2:No such file or directory) (LP: #1619552)
4448 - powerpc/powernv : Drop reference added by kset_find_obj()
4449
4450 * backport support for userspace access of DP aux devices (LP: #1619756)
4451 - drm/dp: Add a drm_aux-dev module for reading/writing dpcd registers.
4452 - drm/dp: Allow signals to interrupt drm_aux-dev reads/writes
4453 - [Config] CONFIG_DRM_DP_AUX_CHARDEV=y
4454
4455 * Enable virtual scsi server driver for Power (LP: #1615665)
4456 - SAUCE: Ibmvscsis: Properly deregister target sessions
4457 - SAUCE: Return TCMU-generated sense data to fabric module
4458 - SAUCE: Ibmvscsis: Code cleanup of print statements
4459 - SAUCE: Ibmvscsis: Fixed a bug reported by Dan Carpenter
4460
4461 * ISST-LTE: system dropped into xmon at pcibios_release_device+0x5c/0x80
4462 during running dlpar test on monklp3 (LP: #1618151)
4463 - powerpc/pseries: use pci_host_bridge.release_fn() to kfree(phb)
4464
4465 * Kernel Build Fails for Fuse Module (LP: #1617550)
4466 - SAUCE: (namespace) userns: Export current_in_userns to modules
4467
4468 * boot-time kernel panic introduced in 4.4.0-18, not present in 4.4.0-15
4469 (LP: #1572630)
4470 - blk-mq: Reuse hardware context cpumask for tags
4471 - blk-mq: Use proper cpumask iterator
4472
5df7c427 4473 -- Joseph Salisbury <joseph.salisbury@canonical.com> Thu, 22 Sep 2016 09:02:27 -0400
6ef003c3 4474
cbd28661 4475linux-snapdragon (4.4.0-1026.29) xenial; urgency=low
bf929c46 4476
cbd28661
TG
4477 [ Tim Gardner ]
4478
4479 * Release Tracking Bug
4480 - LP: #1620701
4481
4482 [ Ubuntu: 4.4.0-38.57 ]
4483
4484 * CIFS client: access problems after updating to kernel 4.4.0-29-generic
4485 (LP: #1612135)
4486 - Revert "UBUNTU: SAUCE: (namespace) Bypass sget() capability check for nfs"
4487 - fs: Call d_automount with the filesystems creds
4488
4489 * apt-key add fails in overlayfs (LP: #1618572)
4490 - SAUCE: overlayfs: fix regression in whiteout detection
bf929c46
TG
4491
4492 -- Tim Gardner <tim.gardner@canonical.com> Tue, 30 Aug 2016 12:34:04 -0600
4493
87e4fc3b 4494linux-snapdragon (4.4.0-1025.28) xenial; urgency=low
cbb30501 4495
87e4fc3b
TG
4496 [ Tim Gardner ]
4497
4498 * Release Tracking Bug
4499 - LP: #1618153
4500
4501 [ Ubuntu: 4.4.0-37.56 ]
4502
4503 * [Feature] Instruction decoder support for new SKX instructions- AVX512
4504 (LP: #1591655)
4505 - x86/insn: perf tools: Fix vcvtph2ps instruction decoding
4506 - x86/insn: Add AVX-512 support to the instruction decoder
4507 - perf tools: Add AVX-512 support to the instruction decoder used by Intel PT
4508 - perf tools: Add AVX-512 instructions to the new instructions test
4509
4510 * [Ubuntu 16.04] FCoE Lun not visible in OS with inbox driver - Issue with
4511 ioremap() call on 32bit kernel (LP: #1608652)
4512 - lpfc: Correct issue with ioremap() call on 32bit kernel
4513
4514 * [Feature] turbostat support for Skylake-SP server (LP: #1591802)
4515 - tools/power turbostat: decode more CPUID fields
4516 - tools/power turbostat: CPUID(0x16) leaf shows base, max, and bus frequency
4517 - tools/power turbostat: decode HWP registers
4518 - tools/power turbostat: Decode MSR_MISC_PWR_MGMT
4519 - tools/power turbostat: allow sub-sec intervals
4520 - tools/power turbostat: Intel Xeon x200: fix erroneous bclk value
4521 - tools/power turbostat: Intel Xeon x200: fix turbo-ratio decoding
4522 - tools/power turbostat: re-name "%Busy" field to "Busy%"
4523 - tools/power turbostat: add --out option for saving output in a file
4524 - tools/power turbostat: fix compiler warnings
4525 - tools/power turbostat: make fewer systems calls
4526 - tools/power turbostat: show IRQs per CPU
4527 - tools/power turbostat: show GFXMHz
4528 - tools/power turbostat: show GFX%rc6
4529 - tools/power turbostat: detect and work around syscall jitter
4530 - tools/power turbostat: indicate SMX and SGX support
4531 - tools/power turbostat: call __cpuid() instead of __get_cpuid()
4532 - tools/power turbostat: correct output for MSR_NHM_SNB_PKG_CST_CFG_CTL dump
4533 - tools/power turbostat: bugfix: TDP MSRs print bits fixing
4534 - tools/power turbostat: SGX state should print only if --debug
4535 - tools/power turbostat: print IRTL MSRs
4536 - tools/power turbostat: initial BXT support
4537 - tools/power turbostat: decode BXT TSC frequency via CPUID
4538 - tools/power turbostat: initial SKX support
4539
4540 * [BYT] display hotplug doesn't work on console (LP: #1616894)
4541 - drm/i915/vlv: Make intel_crt_reset() per-encoder
4542 - drm/i915/vlv: Reset the ADPA in vlv_display_power_well_init()
4543 - drm/i915/vlv: Disable HPD in valleyview_crt_detect_hotplug()
4544 - drm/i915: Enable polling when we don't have hpd
4545
4546 * [Feature]intel_idle enabling on Broxton-P (LP: #1520446)
4547 - intel_idle: add BXT support
4548
4549 * [Feature] EDAC: Update driver for SKX-SP (LP: #1591815)
4550 - [Config] CONFIG_EDAC_SKX=m
4551 - EDAC, skx_edac: Add EDAC driver for Skylake
4552
4553 * [Feature] KBL: Sandy Peak(3168) WiFi/BT support (LP: #1591648)
4554 - Bluetooth: Add support for Intel Bluetooth device 3168 [8087:0aa7]
4555
4556 * MacBookPro11,4 fails to poweroff or suspend (LP: #1587714)
4557 - SAUCE: PCI: Workaround to enable poweroff on Mac Pro 11
4558
4559 * Support Edge Gateway's Bluetooth LED (LP: #1512999)
4560 - SAUCE: Bluetooth: Support for LED on Edge Gateways
4561 - SAUCE: Bluetooth: Use host bridge subsystem IDs to identify Edge Gateways
4562
4563 * Please add support for alps touchpad. (LP: #1616813)
4564 - [Config] CONFIG_HID_ALPS=m
4565 - HID: add Alps I2C HID Touchpad-Stick support
4566 - HID: alps: struct u1_dev *priv is internal to the driver
4567 - HID: alps: pass correct sizes to hid_hw_raw_request()
4568 - HID: alps: match alps devices in core
4569 - HID: alps: a few cleanups
4570
4571 * DINO2M - System hangs with a black screen during s4 stress test
4572 (LP: #1616781)
4573 - x86/power/64: Fix kernel text mapping corruption during image restoration
4574
4575 * Xenial update to v4.4.17 stable release (LP: #1611833)
4576 - USB: OHCI: Don't mark EDs as ED_OPER if scheduling fails
4577 - x86/quirks: Apply nvidia_bugs quirk only on root bus
4578 - x86/quirks: Reintroduce scanning of secondary buses
4579 - x86/quirks: Add early quirk to reset Apple AirPort card
4580 - dmaengine: at_xdmac: align descriptors on 64 bits
4581 - dmaengine: at_xdmac: fix residue corruption
4582 - dmaengine: at_xdmac: double FIFO flush needed to compute residue
4583 - mm, sl[au]b: add __GFP_ATOMIC to the GFP reclaim mask
4584 - mm, compaction: abort free scanner if split fails
4585 - fs/nilfs2: fix potential underflow in call to crc32_le
4586 - mm, compaction: prevent VM_BUG_ON when terminating freeing scanner
4587 - mm, meminit: always return a valid node from early_pfn_to_nid
4588 - mm, meminit: ensure node is online before checking whether pages are
4589 uninitialised
4590 - vmlinux.lds: account for destructor sections
4591 - pps: do not crash when failed to register
4592 - kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while
4593 processing sysrq-w
4594 - arc: unwind: warn only once if DW2_UNWIND is disabled
4595 - ARC: unwind: ensure that .debug_frame is generated (vs. .eh_frame)
4596 - xen/pciback: Fix conf_space read/write overlap check.
4597 - xenbus: don't BUG() on user mode induced condition
4598 - xenbus: don't bail early from xenbus_dev_request_and_reply()
4599 - Input: vmmouse - remove port reservation
4600 - Input: elantech - add more IC body types to the list
4601 - Input: xpad - fix oops when attaching an unknown Xbox One gamepad
4602 - Input: wacom_w8001 - w8001_MAX_LENGTH should be 13
4603 - Input: xpad - validate USB endpoint count during probe
4604 - Input: tsc200x - report proper input_dev name
4605 - pvclock: Add CPU barriers to get correct version value
4606 - pinctrl: single: Fix missing flush of posted write for a wakeirq
4607 - pinctrl: imx: Do not treat a PIN without MUX register as an error
4608 - cgroup: set css->id to -1 during init
4609 - power_supply: power_supply_read_temp only if use_cnt > 0
4610 - locks: use file_inode()
4611 - Revert "ecryptfs: forbid opening files without mmap handler"
4612 - ecryptfs: don't allow mmap when the lower fs doesn't support it
4613 - ext4: verify extent header depth
4614 - 9p: use file_dentry()
4615 - namespace: update event counter when umounting a deleted dentry
4616 - spi: sunxi: fix transfer timeout
4617 - spi: sun4i: fix FIFO limit
4618 - clk: rockchip: initialize flags of clk_init_data in mmc-phase clock
4619 - platform/chrome: cros_ec_dev - double fetch bug in ioctl
4620 - block: fix use-after-free in sys_ioprio_get()
4621 - mmc: block: fix packed command header endianness
4622 - sched/fair: Fix effective_load() to consistently use smoothed load
4623 - ovl: handle ATTR_KILL*
4624 - perf/x86: fix PEBS issues on Intel Atom/Core2
4625 - can: at91_can: RX queue could get stuck at high bus load
4626 - can: c_can: Update D_CAN TX and RX functions to 32 bit - fix Altera Cyclone
4627 access
4628 - can: fix handling of unmodifiable configuration options fix
4629 - can: fix oops caused by wrong rtnl dellink usage
4630 - RDS: fix rds_tcp_init() error path
4631 - SCSI: fix new bug in scsi_dev_info_list string matching
4632 - ipr: Clear interrupt on croc/crocodile when running with LSI
4633 - posix_cpu_timer: Exit early when process has been reaped
4634 - i2c: mux: reg: wrong condition checked for of_address_to_resource return
4635 value
4636 - libata: LITE-ON CX1-JB256-HP needs lower max_sectors
4637 - libceph: apply new_state before new_up_client on incrementals
4638 - net: mvneta: set real interrupt per packet for tx_done
4639 - intel_th: pci: Add Kaby Lake PCH-H support
4640 - intel_th: Fix a deadlock in modprobing
4641 - vfs: fix deadlock in file_remove_privs() on overlayfs
4642 - Linux 4.4.17
4643 - xenbus: don't look up transaction IDs for ordinary writes
4644
4645 * Enable virtual scsi server driver for Power (LP: #1615665)
4646 - [Config] CONFIG_SCSI_IBMVSCSIS=m
4647 - target: Add target_alloc_session() helper function
4648 - ibmvscsis: Initial commit of IBM VSCSI Tgt Driver
4649
4650 * AES-XTS poor performance in Ubuntu 16.04 (LP: #1613295)
4651 - crypto: vmx: Only call enable_kernel_vsx()
4652 - powerpc: Create disable_kernel_{fp,altivec,vsx,spe}()
4653 - crypto: vmx - Adding asm subroutines for XTS
4654 - crypto: xts - consolidate sanity check for keys
4655 - crypto: vmx - Adding support for XTS
4656 - crypto: vmx - Fix aes_p8_xts_decrypt build failure
4657 - crypto: xts - fix compile errors
4658
4659 * System hang when plug/pull USB 3.1 key via thunderbolt port over 5 times
4660 (LP: #1616318)
4661 - USB: don't free bandwidth_mutex too early
4662
4663 * Ubuntu 16.04 - Full EEH Recovery Support for NVMe devices (LP: #1602724)
4664 - nvme: Suspend all queues before deletion
4665
4666 * change_hat is logging failures during expected hat probing (LP: #1615893)
4667 - SAUCE: apparmor: Fix auditing behavior for change_hat probing
4668
4669 * deleted files outside of the namespace are not being treated as disconnected
4670 (LP: #1615892)
4671 - SAUCE: apparmor: deleted dentries can be disconnected
4672
4673 * stacking to unconfined in a child namespace confuses mediation
4674 (LP: #1615890)
4675 - SAUCE: apparmor: special case unconfined when determining the mode
4676
4677 * apparmor module parameters can be changed after the policy is locked
4678 (LP: #1615895)
4679 - SAUCE: apparmor: fix: parameters can be changed after policy is locked
4680
4681 * AppArmor profile reloading causes an intermittent kernel BUG (LP: #1579135)
4682 - SAUCE: apparmor: fix vec_unique for vectors larger than 8
4683
4684 * label vec reductions can result in reference labels instead of direct access
4685 to labels (LP: #1615889)
4686 - SAUCE: apparmor: reduction of vec to single entry is just that entry
4687
4688 * profiles from different namespaces can block other namespaces from being
4689 able to load a profile (LP: #1615887)
4690 - SAUCE: apparmor: profiles in one ns can affect mediation in another ns
4691
4692 * vmalloc failure leads to null ptr dereference in aa_dfa_next (LP: #1592547)
4693 - SAUCE: apparmor: oops in profile_unpack() when policy_db is not present
4694
4695 * vmalloc_addr is being checked on the failed return address of kvzalloc()
4696 (LP: #1615885)
4697 - SAUCE: apparmor: fix: don't check for vmalloc_addr if kvzalloc() failed
4698
4699 * dfa is missing a bounds check which can cause an oops (LP: #1615882)
4700 - SAUCE: apparmor: Add missing id bounds check on dfa verification
4701
4702 * The label build for onexec when stacking is wrong (LP: #1615881)
4703 - SAUCE: apparmor: Fix label build for onexec stacking.
4704
4705 * The inherit check for new to old label comparison for domain transitions is
4706 wrong (LP: #1615880)
4707 - SAUCE: apparmor: Fix new to old label comparison for domain transitions
4708
4709 * warning stack trace while playing with apparmor namespaces (LP: #1593874)
4710 - SAUCE: apparmor: fix stack trace when removing namespace with profiles
4711
4712 * __label_update proxy comparison test is wrong (LP: #1615878)
4713 - SAUCE: apparmor: Fix __label_update proxy comparison test
4714
4715 * Xenial update to v4.4.19 stable release (LP: #1615620)
4716 - usb: gadget: avoid exposing kernel stack
4717 - usb: f_fs: off by one bug in _ffs_func_bind()
4718 - usb: renesas_usbhs: protect the CFIFOSEL setting in usbhsg_ep_enable()
4719 - usb: dwc3: fix for the isoc transfer EP_BUSY flag
4720 - USB: serial: option: add support for Telit LE910 PID 0x1206
4721 - usb: renesas_usbhs: fix NULL pointer dereference in xfer_work()
4722 - arm64: kernel: Save and restore UAO and addr_limit on exception entry
4723 - arm64: debug: unmask PSTATE.D earlier
4724 - arm64: Fix incorrect per-cpu usage for boot CPU
4725 - tty: serial: msm: Don't read off end of tx fifo
4726 - serial: samsung: Fix ERR pointer dereference on deferred probe
4727 - tty/serial: atmel: fix RS485 half duplex with DMA
4728 - gpio: pca953x: Fix NBANK calculation for PCA9536
4729 - gpio: intel-mid: Remove potentially harmful code
4730 - Bluetooth: hci_intel: Fix null gpio desc pointer dereference
4731 - pinctrl: cherryview: prevent concurrent access to GPIO controllers
4732 - arm64: dts: rockchip: fixes the gic400 2nd region size for rk3368
4733 - arm64: mm: avoid fdt_check_header() before the FDT is fully mapped
4734 - KVM: PPC: Book3S HV: Pull out TM state save/restore into separate procedures
4735 - KVM: PPC: Book3S HV: Save/restore TM state in H_CEDE
4736 - KVM: MTRR: fix kvm_mtrr_check_gfn_range_consistency page fault
4737 - KVM: VMX: handle PML full VMEXIT that occurs during event delivery
4738 - KVM: nVMX: Fix memory corruption when using VMCS shadowing
4739 - intel_pstate: Fix MSR_CONFIG_TDP_x addressing in core_get_max_pstate()
4740 - mfd: qcom_rpm: Fix offset error for msm8660
4741 - mfd: qcom_rpm: Parametrize also ack selector size
4742 - media: usbtv: prevent access to free'd resources
4743 - media: dvb_ringbuffer: Add memory barriers
4744 - vb2: core: Skip planes array verification if pb is NULL
4745 - Fix RC5 decoding with Fintek CIR chipset
4746 - sur40: lower poll interval to fix occasional FPS drops to ~56 FPS
4747 - sur40: fix occasional oopses on device close
4748 - dm: set DMF_SUSPENDED* _before_ clearing DMF_NOFLUSH_SUSPENDING
4749 - hp-wmi: Fix wifi cannot be hard-unblocked
4750 - s5p-mfc: Set device name for reserved memory region devs
4751 - s5p-mfc: Add release callback for memory region devs
4752 - i2c: efm32: fix a failure path in efm32_i2c_probe()
4753 - spi: pxa2xx: Clear all RFT bits in reset_sccr1() on Intel Quark
4754 - Bluetooth: Fix l2cap_sock_setsockopt() with optname BT_RCVMTU
4755 - EDAC: Correct channel count limit
4756 - HID: uhid: fix timeout when probe races with IO
4757 - ovl: disallow overlayfs as upperdir
4758 - remoteproc: Fix potential race condition in rproc_add
4759 - ARC: mm: don't loose PTE_SPECIAL in pte_modify()
4760 - jbd2: make journal y2038 safe
4761 - fs/cifs: make share unaccessible at root level mountable
4762 - cifs: Check for existing directory when opening file with O_CREAT
4763 - cifs: fix crash due to race in hmac(md5) handling
4764 - CIFS: Fix a possible invalid memory access in smb2_query_symlink()
4765 - random: initialize the non-blocking pool via add_hwgenerator_randomness()
4766 - random: print a warning for the first ten uninitialized random users
4767 - random: add interrupt callback to VMBus IRQ handler
4768 - MIPS: KVM: Fix mapped fault broken commpage handling
4769 - MIPS: KVM: Add missing gfn range check
4770 - MIPS: KVM: Fix gfn range check in kseg0 tlb faults
4771 - MIPS: KVM: Propagate kseg0/mapped tlb fault errors
4772 - nfs: don't create zero-length requests
4773 - nfsd: Fix race between FREE_STATEID and LOCK
4774 - nfsd: don't return an unhashed lock stateid after taking mutex
4775 - drm/i915: Don't complain about lack of ACPI video bios
4776 - iommu/exynos: Suppress unbinding to prevent system failure
4777 - iommu/vt-d: Return error code in domain_context_mapping_one()
4778 - iommu/amd: Handle IOMMU_DOMAIN_DMA in ops->domain_free call-back
4779 - iommu/amd: Init unity mappings only for dma_ops domains
4780 - iommu/amd: Update Alias-DTE in update_device_table()
4781 - audit: fix a double fetch in audit_log_single_execve_arg()
4782 - ARM: dts: sunxi: Add a startup delay for fixed regulator enabled phys
4783 - netlabel: add address family checks to netlbl_{sock,req}_delattr()
4784 - w1:omap_hdq: fix regression
4785 - drm/amdgpu: add a delay after ATPX dGPU power off
4786 - drm/amdgpu: Poll for both connect/disconnect on analog connectors
4787 - drm/amdgpu: support backlight control for UNIPHY3
4788 - drm/amdgpu: Disable RPM helpers while reprobing connectors on resume
4789 - drm/amdgpu: fix firmware info version checks
4790 - drm/amdgpu/gmc7: add missing mullins case
4791 - drm/radeon: add a delay after ATPX dGPU power off
4792 - drm/radeon: Poll for both connect/disconnect on analog connectors
4793 - drm/radeon: fix firmware info version checks
4794 - drm/radeon: support backlight control for UNIPHY3
4795 - drm/nouveau/gr/nv3x: fix instobj write offsets in gr setup
4796 - drm/nouveau/fbcon: fix font width not divisible by 8
4797 - drm: Restore double clflush on the last partial cacheline
4798 - drm/edid: Add 6 bpc quirk for display AEO model 0.
4799 - drm/i915: Never fully mask the the EI up rps interrupt on SNB/IVB
4800 - drm/i915/dp: Revert "drm/i915/dp: fall back to 18 bpp when sink capability
4801 is unknown"
4802 - balloon: check the number of available pages in leak balloon
4803 - ftrace/recordmcount: Work around for addition of metag magic but not
4804 relocations
4805 - metag: Fix __cmpxchg_u32 asm constraint for CMP
4806 - block: add missing group association in bio-cloning functions
4807 - block: fix bdi vs gendisk lifetime mismatch
4808 - mtd: nand: fix bug writing 1 byte less than page size
4809 - mm/hugetlb: avoid soft lockup in set_max_huge_pages()
4810 - ALSA: hda: Fix krealloc() with __GFP_ZERO usage
4811 - ALSA: hda/realtek - Can't adjust speaker's volume on a Dell AIO
4812 - ALSA: hda: add AMD Bonaire AZ PCI ID with proper driver caps
4813 - ALSA: hda - Fix headset mic detection problem for two dell machines
4814 - IB/mlx5: Fix MODIFY_QP command input structure
4815 - IB/mlx5: Fix entries checks in mlx5_ib_create_cq
4816 - IB/mlx5: Fix returned values of query QP
4817 - IB/mlx5: Fix entries check in mlx5_ib_resize_cq
4818 - IB/mlx5: Fix post send fence logic
4819 - IB/mlx5: Return PORT_ERR in Active to Initializing tranisition
4820 - IB/SA: Use correct free function
4821 - IB/IPoIB: Don't update neigh validity for unresolved entries
4822 - IB/IWPM: Fix a potential skb leak
4823 - IB/mlx4: Fix the SQ size of an RC QP
4824 - IB/mlx4: Fix error flow when sending mads under SRIOV
4825 - IB/mlx4: Fix memory leak if QP creation failed
4826 - of: fix memory leak related to safe_name()
4827 - ubi: Make volume resize power cut aware
4828 - ubi: Fix early logging
4829 - ubi: Fix race condition between ubi device creation and udev
4830 - iscsi-target: Fix panic when adding second TCP connection to iSCSI session
4831 - target: Fix ordered task target_setup_cmd_from_cdb exception hang
4832 - target: Fix missing complete during ABORT_TASK + CMD_T_FABRIC_STOP
4833 - target: Fix race between iscsi-target connection shutdown + ABORT_TASK
4834 - target: Fix max_unmap_lba_count calc overflow
4835 - target: Fix ordered task CHECK_CONDITION early exception handling
4836 - Input: elan_i2c - properly wake up touchpad on ASUS laptops
4837 - SUNRPC: Don't allocate a full sockaddr_storage for tracing
4838 - MIPS: mm: Fix definition of R6 cache instruction
4839 - MIPS: Don't register r4k sched clock when CPUFREQ enabled
4840 - MIPS: hpet: Increase HPET_MIN_PROG_DELTA and decrease HPET_MIN_CYCLES
4841 - PCI: Mark Atheros AR9485 and QCA9882 to avoid bus reset
4842 - x86/platform/intel_mid_pci: Rework IRQ0 workaround
4843 - ACPI / EC: Work around method reentrancy limit in ACPICA for _Qxx
4844 - rtc: s3c: Add s3c_rtc_{enable/disable}_clk in s3c_rtc_setfreq()
4845 - dm flakey: error READ bios during the down_interval
4846 - module: Invalidate signatures on force-loaded modules
4847 - Documentation/module-signing.txt: Note need for version info if reusing a
4848 key
4849 - Linux 4.4.19
4850
4851 * xfrm: ipsec crash when updating spd thresholds (LP: #1613787)
4852 - xfrm: Ignore socket policies when rebuilding hash tables
4853
4854 * ISST-LTE:pKVM311:lotg5:Ubutu16041:lotg5 crashed @
4855 writeback_sb_inodes+0x30c/0x590 (LP: #1614565)
4856 - writeback: Write dirty times for WB_SYNC_ALL writeback
4857
4858 * IBM Power 720 Ethernet Not Seen (LP: #1612725)
4859 - [Config] CONFIG_IBMEBUS=y for powerpc
4860
4861 * CAPI: Update default setting for the psl_fir_cntl register (LP: #1612431)
4862 - cxl: Set psl_fir_cntl to production environment value
4863
4864 * Xenial update to v4.4.18 stable release (LP: #1614560)
4865 - tcp: enable per-socket rate limiting of all 'challenge acks'
4866 - ipv4: reject RTNH_F_DEAD and RTNH_F_LINKDOWN from user space
4867 - bonding: set carrier off for devices created through netlink
4868 - net: bgmac: Fix infinite loop in bgmac_dma_tx_add()
4869 - net/irda: fix NULL pointer dereference on memory allocation failure
4870 - qed: Fix setting/clearing bit in completion bitmap
4871 - tcp: consider recv buf for the initial window scale
4872 - ipath: Restrict use of the write() interface
4873 - scsi: ignore errors from scsi_dh_add_device()
4874 - HID: sony: do not bail out when the sixaxis refuses the output report
4875 - i2c: i801: Allow ACPI SystemIO OpRegion to conflict with PCI BAR
4876 - arm: oabi compat: add missing access checks
4877 - KEYS: 64-bit MIPS needs to use compat_sys_keyctl for 32-bit userspace
4878 - Revert "s390/kdump: Clear subchannel ID to signal non-CCW/SCSI IPL"
4879 - random: strengthen input validation for RNDADDTOENTCNT
4880 - devpts: clean up interface to pty drivers
4881 - x86/mm/pat: Add support of non-default PAT MSR setting
4882 - x86/mm/pat: Add pat_disable() interface
4883 - x86/mm/pat: Replace cpu_has_pat with boot_cpu_has()
4884 - x86/mtrr: Fix Xorg crashes in Qemu sessions
4885 - x86/mtrr: Fix PAT init handling when MTRR is disabled
4886 - x86/xen, pat: Remove PAT table init code from Xen
4887 - x86/pat: Document the PAT initialization sequence
4888 - x86/mm/pat: Fix BUG_ON() in mmap_mem() on QEMU/i386
4889 - drm/i915: Pretend cursor is always on for ILK-style WM calculations (v2)
4890 - x86/syscalls/64: Add compat_sys_keyctl for 32-bit userspace
4891 - block: fix use-after-free in seq file
4892 - sysv, ipc: fix security-layer leaking
4893 - fuse: fsync() did not return IO errors
4894 - fuse: fuse_flush must check mapping->flags for errors
4895 - fuse: fix wrong assignment of ->flags in fuse_send_init()
4896 - fs/dcache.c: avoid soft-lockup in dput()
4897 - crypto: gcm - Filter out async ghash if necessary
4898 - crypto: scatterwalk - Fix test in scatterwalk_done
4899 - ext4: check for extents that wrap around
4900 - ext4: fix deadlock during page writeback
4901 - ext4: don't call ext4_should_journal_data() on the journal inode
4902 - ext4: validate s_reserved_gdt_blocks on mount
4903 - ext4: short-cut orphan cleanup on error
4904 - ext4: fix reference counting bug on block allocation error
4905 - mm: memcontrol: fix cgroup creation failure after many small jobs
4906 - mm: memcontrol: fix swap counter leak on swapout from offline cgroup
4907 - mm: memcontrol: fix memcg id ref counter on swap charge move
4908 - Linux 4.4.18
4909
4910 * Ubuntu16.10:installation fails on Brazos system (31TB and 192 cores) No
4911 memory for flatten_device_tree (no room) (LP: #1614309)
4912 - SAUCE: powerpc/pseries: Increase RMA size to 512MB.
4913
4914 * [SRU] xgene_enet: 10g performance only hits ~75% on multi-client tests
4915 (LP: #1613157)
4916 - drivers: net: xgene: Add support for Classifier engine
4917 - drivers: net: xgene: Add support for RSS
4918 - drivers: net: xgene: Add support for multiple queues
4919
4920 * [SRU] xgene_enet: an extra interrupt may be pending for an interrupt
4921 controller that doesn't support irq_disable and hardware with level
4922 interrupt (LP: #1611399)
4923 - drivers: net: xgene: fix extra IRQ issue
4924
4925 * Mic mute hotkey does not work on usb keyboard [03f0:2f4a] (LP: #1609606)
4926 - HID: input: add mic mute key on HP slim keyboard
cbb30501
TG
4927
4928 -- Tim Gardner <tim.gardner@canonical.com> Mon, 29 Aug 2016 11:27:56 -0600
4929
f4d1ee30 4930linux-snapdragon (4.4.0-1024.27) xenial; urgency=low
287a6c46 4931
f4d1ee30
SB
4932 [ Stefan Bader ]
4933
4934 * Release Tracking Bug
4935 - LP: #1612349
4936
4937 [ Ubuntu: 4.4.0-36.55 ]
4938
4939 * I2C touchpad does not work on AMD platform (LP: #1612006)
4940 - SAUCE: pinctrl/amd: Remove the default de-bounce time
4941 * CVE-2016-5696
4942 - tcp: make challenge acks less predictable
287a6c46
SB
4943
4944 -- Stefan Bader <stefan.bader@canonical.com> Fri, 12 Aug 2016 11:36:44 +0200
4945
7e74ed10 4946linux-snapdragon (4.4.0-1023.26) xenial; urgency=low
4122a4d0 4947
7e74ed10 4948 [ Stefan Bader ]
4122a4d0 4949
7e74ed10
SB
4950 * Release Tracking Bug
4951 - LP: #1611239
4952
4953 [ Ubuntu: 4.4.0-35.54 ]
4954
4955 * [i915_bpo] Sync with v4.7 (LP: #1609742)
4956 - SAUCE: i915_bpo: Sync with v4.7
4957 * s390/cio: fix reset of channel measurement block (LP: #1609415)
4958 - s390/cio: allow to reset channel measurement block
4959 * in Ubuntu16.10: Hit on Call traces and system goes down when transactional
4960 memory tests are running in 32TB Brazos system (LP: #1606786)
4961 - powerpc/tm: Avoid SLB faults in treclaim/trecheckpoint when RI=0
4962 - powerpc/tm: Fix stack pointer corruption in __tm_recheckpoint()
4963 * Power Menu does not display after press the Power Button (LP: #1609204)
4964 - intel-vbtn: new driver for Intel Virtual Button
4965 - [config] enable CONFIG_INTEL_VBTN=m
4966 * OptiPlex 7450 AIO hangs when rebooting (LP: #1608762)
4967 - x86/reboot: Add Dell Optiplex 7450 AIO reboot quirk
4968 * virtualbox+usb 3.0 breaks boot, -28 kernel works (LP: #1604058)
4969 - SAUCE: xhci: Fix soft lockup in xhci_pci_probe path when XHCI_STATE_HALTED
4970 * linux-kernel: Freeing IRQ from IRQ context (LP: #1597908)
4971 - block: defer timeouts to a workqueue
4972 * Tunnel offload indications not stripped from encapsulated packets, causing
4973 performance overhead (LP: #1602755)
4974 - tunnels: Remove encapsulation offloads on decap.
4975 * lm-sensors is throwing "ERROR: Can't get value of subfeature temp1_input:
4976 I/O error" for be2net driver (LP: #1607387)
4977 - be2net: perform temperature query in adapter regardless of its interface
4978 state
4979 * Dell dock MAC Address pass through doesn't work in Ubuntu (LP: #1579984)
4980 - r8152: Add support for setting pass through MAC address on RTL8153-AD
4981 * vmxnet3 LRO IPv6 performance issues (stalling TCP) (LP: #1605494)
4982 - Driver: Vmxnet3: set CHECKSUM_UNNECESSARY for IPv6 packets
4983 * ISST-LTE:pVM:monklp5:Ubuntu16.04.1:system crashed at
4984 lpfc_sli4_scmd_to_wqidx_distr (LP: #1597974)
4985 - SAUCE: lpfc: fix oops in lpfc_sli4_scmd_to_wqidx_distr() from
4986 lpfc_send_taskmgmt()
4987 * Backport cxlflash shutdown patch to Xenial SRU (LP: #1605405)
4988 - SAUCE: cxlflash: Verify problem state area is mapped before notifying
4989 shutdown
4990 * Xenial update to v4.4.16 stable release (LP: #1607404)
4991 - mac80211: fix fast_tx header alignment
4992 - mac80211: mesh: flush mesh paths unconditionally
4993 - mac80211_hwsim: Add missing check for HWSIM_ATTR_SIGNAL
4994 - mac80211: Fix mesh estab_plinks counting in STA removal case
4995 - EDAC, sb_edac: Fix rank lookup on Broadwell
4996 - IB/cm: Fix a recently introduced locking bug
4997 - IB/mlx4: Properly initialize GRH TClass and FlowLabel in AHs
4998 - powerpc/pseries: Fix IBM_ARCH_VEC_NRCORES_OFFSET since POWER8NVL was added
4999 - powerpc/tm: Always reclaim in start_thread() for exec() class syscalls
5000 - usb: dwc2: fix regression on big-endian PowerPC/ARM systems
5001 - USB: EHCI: declare hostpc register as zero-length array
5002 - usb: common: otg-fsm: add license to usb-otg-fsm
5003 - mnt: fs_fully_visible test the proper mount for MNT_LOCKED
5004 - mnt: Account for MS_RDONLY in fs_fully_visible
5005 - mnt: If fs_fully_visible fails call put_filesystem.
5006 - of: fix autoloading due to broken modalias with no 'compatible'
5007 - of: irq: fix of_irq_get[_byname]() kernel-doc
5008 - locking/ww_mutex: Report recursive ww_mutex locking early
5009 - locking/qspinlock: Fix spin_unlock_wait() some more
5010 - locking/static_key: Fix concurrent static_key_slow_inc()
5011 - x86, build: copy ldlinux.c32 to image.iso
5012 - kprobes/x86: Clear TF bit in fault on single-stepping
5013 - x86/amd_nb: Fix boot crash on non-AMD systems
5014 - Revert "gpiolib: Split GPIO flags parsing and GPIO configuration"
5015 - uvc: Forward compat ioctls to their handlers directly
5016 - thermal: cpu_cooling: fix improper order during initialization
5017 - writeback: use higher precision calculation in domain_dirty_limits()
5018 - nfsd4/rpc: move backchannel create logic into rpc code
5019 - nfsd: Always lock state exclusively.
5020 - nfsd: Extend the mutex holding region around in nfsd4_process_open2()
5021 - posix_acl: Add set_posix_acl
5022 - nfsd: check permissions when setting ACLs
5023 - make nfs_atomic_open() call d_drop() on all ->open_context() errors.
5024 - NFS: Fix another OPEN_DOWNGRADE bug
5025 - ARM: imx6ul: Fix Micrel PHY mask
5026 - ARM: 8578/1: mm: ensure pmd_present only checks the valid bit
5027 - ARM: 8579/1: mm: Fix definition of pmd_mknotpresent
5028 - MIPS: KVM: Fix modular KVM under QEMU
5029 - mm: Export migrate_page_move_mapping and migrate_page_copy
5030 - UBIFS: Implement ->migratepage()
5031 - sched/fair: Fix cfs_rq avg tracking underflow
5032 - packet: Use symmetric hash for PACKET_FANOUT_HASH.
5033 - net_sched: fix mirrored packets checksum
5034 - cdc_ncm: workaround for EM7455 "silent" data interface
5035 - ipv6: Fix mem leak in rt6i_pcpu
5036 - ARCv2: Check for LL-SC livelock only if LLSC is enabled
5037 - ARCv2: LLSC: software backoff is NOT needed starting HS2.1c
5038 - kvm: Fix irq route entries exceeding KVM_MAX_IRQ_ROUTES
5039 - KVM: nVMX: VMX instructions: fix segment checks when L1 is in long mode.
5040 - HID: elo: kill not flush the work
5041 - HID: hiddev: validate num_values for HIDIOCGUSAGES, HIDIOCSUSAGES commands
5042 - tracing: Handle NULL formats in hold_module_trace_bprintk_format()
5043 - base: make module_create_drivers_dir race-free
5044 - iommu/arm-smmu: Wire up map_sg for arm-smmu-v3
5045 - iommu/vt-d: Enable QI on all IOMMUs before setting root entry
5046 - iommu/amd: Fix unity mapping initialization race
5047 - drm/mgag200: Black screen fix for G200e rev 4
5048 - ipmi: Remove smi_msg from waiting_rcv_msgs list before handle_one_recv_msg()
5049 - arm64: Rework valid_user_regs
5050 - vfs: add d_real_inode() helper
5051 - af_unix: fix hard linked sockets on overlay
5052 - btrfs: account for non-CoW'd blocks in btrfs_abort_transaction
5053 - drm/radeon: fix asic initialization for virtualized environments
5054 - drm/amdgpu/gfx7: fix broken condition check
5055 - ubi: Make recover_peb power cut aware
5056 - drm/amdkfd: unbind only existing processes
5057 - drm/amdkfd: destroy dbgmgr in notifier release
5058 - drm/dp/mst: Always clear proposed vcpi table for port.
5059 - drm/nouveau/disp/sor/gf119: both links use the same training register
5060 - drm/nouveau/gr/gf100-: update sm error decoding from gk20a nvgpu headers
5061 - drm/nouveau/fbcon: fix out-of-bounds memory accesses
5062 - drm/nouveau: fix for disabled fbdev emulation
5063 - drm/nouveau/disp/sor/gf119: select correct sor when poking training pattern
5064 - drm/i915/ilk: Don't disable SSC source if it's in use
5065 - drm/i915: Refresh cached DP port register value on resume
5066 - drm/i915: Update ifdeffery for mutex->owner
5067 - drm/i915: Update CDCLK_FREQ register on BDW after changing cdclk frequency
5068 - drm: add missing drm_mode_set_crtcinfo call
5069 - drm: make drm_atomic_set_mode_prop_for_crtc() more reliable
5070 - drm: atmel-hlcdc: actually disable scaling when no scaling is required
5071 - drm/ttm: Make ttm_bo_mem_compat available
5072 - drm/vmwgfx: Add an option to change assumed FB bpp
5073 - drm/vmwgfx: Work around mode set failure in 2D VMs
5074 - drm/vmwgfx: Check pin count before attempting to move a buffer
5075 - drm/vmwgfx: Delay pinning fbdev framebuffer until after mode set
5076 - drm/vmwgfx: Fix error paths when mapping framebuffer
5077 - memory: omap-gpmc: Fix omap gpmc EXTRADELAY timing
5078 - perf/x86: Fix undefined shift on 32-bit kernels
5079 - xen/balloon: Fix declared-but-not-defined warning
5080 - iio: Fix error handling in iio_trigger_attach_poll_func
5081 - iio:st_pressure: fix sampling gains (bring inline with ABI)
5082 - iio: light apds9960: Add the missing dev.parent
5083 - iio: proximity: as3935: correct IIO_CHAN_INFO_RAW output
5084 - iio: proximity: as3935: remove triggered buffer processing
5085 - iio: proximity: as3935: fix buffer stack trashing
5086 - iio: humidity: hdc100x: correct humidity integration time mask
5087 - iio: humidity: hdc100x: fix IIO_TEMP channel reporting
5088 - iio: hudmidity: hdc100x: fix incorrect shifting and scaling
5089 - staging: iio: accel: fix error check
5090 - iio: accel: kxsd9: fix the usage of spi_w8r8()
5091 - iio:ad7266: Fix broken regulator error handling
5092 - iio:ad7266: Fix support for optional regulators
5093 - iio:ad7266: Fix probe deferral for vref
5094 - tty/vt/keyboard: fix OOB access in do_compute_shiftstate()
5095 - hwmon: (dell-smm) Restrict fan control and serial number to CAP_SYS_ADMIN by
5096 default
5097 - hwmon: (dell-smm) Disallow fan_type() calls on broken machines
5098 - hwmon: (dell-smm) Cache fan_type() calls and change fan detection
5099 - ALSA: dummy: Fix a use-after-free at closing
5100 - ALSA: hda - Fix the headset mic jack detection on Dell machine
5101 - ALSA: hda / realtek - add two more Thinkpad IDs (5050,5053) for tpt460 fixup
5102 - ALSA: au88x0: Fix calculation in vortex_wtdma_bufshift()
5103 - ALSA: echoaudio: Fix memory allocation
5104 - ALSA: timer: Fix negative queue usage by racy accesses
5105 - ALSA: hda/realtek: Add Lenovo L460 to docking unit fixup
5106 - ALSA: hda - Add PCI ID for Kabylake-H
5107 - ALSA: hda - fix read before array start
5108 - ALSA: hda/realtek - add new pin definition in alc225 pin quirk table
5109 - ALSA: pcm: Free chmap at PCM free callback, too
5110 - ALSA: ctl: Stop notification after disconnection
5111 - ALSA: hda - fix use-after-free after module unload
5112 - ALSA: hda: add AMD Stoney PCI ID with proper driver caps
5113 - ARM: sunxi/dt: make the CHIP inherit from allwinner,sun5i-a13
5114 - ARM: dts: armada-38x: fix MBUS_ID for crypto SRAM on Armada 385 Linksys
5115 - ARM: mvebu: fix HW I/O coherency related deadlocks
5116 - ovl: Copy up underlying inode's ->i_mode to overlay inode
5117 - ovl: verify upper dentry in ovl_remove_and_whiteout()
5118 - scsi: fix race between simultaneous decrements of ->host_failed
5119 - 53c700: fix BUG on untagged commands
5120 - Fix reconnect to not defer smb3 session reconnect long after socket
5121 reconnect
5122 - cifs: dynamic allocation of ntlmssp blob
5123 - File names with trailing period or space need special case conversion
5124 - xen/acpi: allow xen-acpi-processor driver to load on Xen 4.7
5125 - crypto: qat - make qat_asym_algs.o depend on asn1 headers
5126 - tmpfs: don't undo fallocate past its last page
5127 - tmpfs: fix regression hang in fallocate undo
5128 - drm/i915: Revert DisplayPort fast link training feature
5129 - ovl: verify upper dentry before unlink and rename
5130 - Linux 4.4.16
5131 * Regression caused by `fuse: Add support for pid namespaces` in 4.4.0-6.21
5132 (LP: #1605344)
5133 - SAUCE: (namespace) fuse: Permit requests from other pid namespaces
5134 * CVE-2016-5400
5135 - media: fix airspy usb probe error path
5136 * Cannot mount proc in unprivileged containers if /proc/xen is mounted
5137 (LP: #1607374)
5138 - SAUCE: xenbus: Use proc_create_mount_point() to create /proc/xen
5139 * Mic mute key does not work for Ideapad laptops (LP: #1607153)
5140 - ideapad_laptop: Add an event for mic mute hotkey
5141 * NVMe stress test fails after 12 hours on Ubuntu 16.04 (LP: #1604995)
5142 - block: atari: Return early for unsupported sector size
5143 * Console extremely slow with 4.4 kernels for servers with Matrox G200er2 or
5144 similar (LP: #1605662)
5145 - SAUCE: vesafb: Set mtrr:3 (write-combining) as default
5146 * Ubuntu 16.04 - Full EEH Recovery Support for NVMe devices (LP: #1602724)
5147 - nvme: use a work item to submit async event requests
5148 - nvme: don't poll the CQ from the kthread
5149 - nvme: replace the kthread with a per-device watchdog timer
5150 - NVMe: Fix reset/remove race
5151 - nvme: Avoid reset work on watchdog timer function during error recovery
5152 - NVMe: Always use MSI/MSI-x interrupts
5153 * [LTC-Test] - NMI watchdog Bug and call traces when trinity is executed.
5154 (LP: #1602524)
5155 - ext4: factor out determining of hole size
5156 - ext4: return hole from ext4_map_blocks()
5157 - ext4: more efficient SEEK_DATA implementation
5158 * changelog: add CVEs as first class citizens (LP: #1604344)
5159 - avoid duplicate CVE numbers in changelog
5160 * [LTCTest][Opal][OP820] Machine crashed with Oops: Kernel access of bad area,
5161 sig: 11 [#1] while executing Froze PE Error injection (LP: #1603449)
5162 - powerpc/eeh: Fix invalid cached PE primary bus
5163 * Hotplug remove and re-add adds PCI adapter to next PCI domain (PCI)
5164 (LP: #1603574)
5165 - powerpc/pci: Assign fixed PHB number based on device-tree properties
5166 * nvme - reset_controller is not working after adapter's firmware upgrade
5167 (adapter quirk is needed) (LP: #1602726)
5168 - NVMe: Create discard zero quirk white list
5169 - nvme/quirk: Add a delay before checking for adapter readiness
5170 * ovs nat: conntrack netlink event are missing (LP: #1603468)
5171 - openvswitch: fix conntrack netlink event delivery
5172 * FlashGT - In Tuleta 8284-22A with card in card slot P1-C9, system Fails to
5173 boot operating system (LP: #1602785)
5174 - cxl: Ignore CAPI adapters misplaced in switched slots
5175 * CVE-2016-5728
5176 - misc: mic: Fix for double fetch security bug in VOP driver
5177 * CVE-2016-5244 (LP: #1589041)
5178 - rds: fix an infoleak in rds_inc_info_copy
5179 * Miscellaneous Ubuntu changes
5180 - Added Snapcraft files
5181 - SAUCE: snapcraft: cleanup and remove unnecessary elements
5182
5183 [ Ubuntu: 4.4.0-34.53 ]
5184
5185 * [APL][SAUCE] Slow system response time due to a monitor bug (LP: #1606147)
5186 - x86/cpu/intel: Introduce macros for Intel family numbers
5187 - SAUCE: x86/cpu: Add workaround for MONITOR instruction erratum on Goldmont
5188 based CPUs
5189
5190 -- Stefan Bader <stefan.bader@canonical.com> Wed, 10 Aug 2016 16:55:01 +0200
4122a4d0 5191
52f24f93 5192linux-snapdragon (4.4.0-1022.25) xenial; urgency=low
8389a1fe 5193
52f24f93
SF
5194 [ Seth Forshee ]
5195
5196 * Release Tracking Bug
5197 - LP: #1605716
5198
5199 [ Ubuntu: 4.4.0-33.52 ]
5200
5201 * Release Tracking Bug
5202 - LP: #1605709
5203 * [regression] NFS client: access problems after updating to kernel
5204 4.4.0-31-generic (LP: #1603719)
5205 - SAUCE: (namespace) Bypass sget() capability check for nfs
8389a1fe 5206
52f24f93 5207 -- Seth Forshee <seth.forshee@canonical.com> Fri, 22 Jul 2016 16:52:25 -0500
8389a1fe 5208
bb812c19 5209linux-snapdragon (4.4.0-1021.24) xenial; urgency=low
9b0300d1 5210
bb812c19 5211 [ Seth Forshee ]
9b0300d1 5212
bb812c19
SF
5213 * Release Tracking Bug
5214 - LP: #1604458
5215
5216 * Drop superseded namespace mount patches (LP: #1604830)
5217 - UBUNTU: SAUCE: fs: Ensure the mounter of a filesystem is privileged towards its inodes
5218 - UBUNTU: SAUCE: quota: Treat superblock owner as privilged
5219 - UBUNTU: SAUCE: kernfs: Always set super block owner to init_user_ns
5220 - UBUNTU: SAUCE: proc: Always set super block owner to init_user_ns
5221
5222 * UBUNTU: [Config] updateconfigs after 4.4.0-32.51 rebase (LP: #1603483)
5223
5224 [ Kamal Mostafa ]
5225
5226 * [Debian] embed derivative target name in release tag (LP: #1599924)
5227
5228 [ Ubuntu: 4.4.0-32.51 ]
5229
5230 * Release Tracking Bug
5231 - LP: #1604443
5232 * thinkpad yoga 260 wacom touchscreen not working (LP: #1603975)
5233 - HID: wacom: break out parsing of device and registering of input
5234 - HID: wacom: Initialize hid_data.inputmode to -1
5235 - HID: wacom: Support switching from vendor-defined device mode on G9 and G11
5236 * changelog: add CVEs as first class citizens (LP: #1604344)
5237 - use CVE numbers in changelog
5238 * [Xenial] Include Huawei PCIe SSD hio kernel driver (LP: #1603483)
5239 - SAUCE: import Huawei ES3000_V2 (2.1.0.23)
5240 - SAUCE: hio: bio_endio() no longer takes errors arg
5241 - SAUCE: hio: blk_queue make_request_fn now returns a blk_qc_t
5242 - SAUCE: hio: use alloc_cpumask_var to avoid -Wframe-larger-than
5243 - SAUCE: hio: fix mask maybe-uninitialized warning
5244 - [config] enable CONFIG_HIO (Huawei ES3000_V2 PCIe SSD driver)
5245 - SAUCE: hio: Makefile and Kconfig
5246 * CVE-2016-5243 (LP: #1589036)
5247 - tipc: fix an infoleak in tipc_nl_compat_link_dump
5248 - tipc: fix nl compat regression for link statistics
5249 * CVE-2016-4470
5250 - KEYS: potential uninitialized variable
5251 * integer overflow in xt_alloc_table_info (LP: #1555353)
5252 - netfilter: x_tables: check for size overflow
5253 * CVE-2016-3135:
5254 - Revert "UBUNTU: SAUCE: (noup) netfilter: x_tables: check for size overflow"
5255 * CVE-2016-4440 (LP: #1584192)
5256 - kvm:vmx: more complete state update on APICv on/off
5257 * the system hangs in the dma driver when reboot or shutdown on a baytrail-m
5258 laptop (LP: #1602579)
5259 - dmaengine: dw: platform: power on device on shutdown
5260 - ACPI / LPSS: override power state for LPSS DMA device
5261 * Add proper palm detection support for MS Precision Touchpad (LP: #1593124)
5262 - Revert "HID: multitouch: enable palm rejection if device implements
5263 confidence usage"
5264 - HID: multitouch: enable palm rejection for Windows Precision Touchpad
5265 * Add support for Intel 8265 Bluetooth ([8087:0A2B]) (LP: #1599068)
5266 - Bluetooth: Add support for Intel Bluetooth device 8265 [8087:0a2b]
5267 * CVE-2016-4794 (LP: #1581871)
5268 - percpu: fix synchronization between chunk->map_extend_work and chunk
5269 destruction
5270 - percpu: fix synchronization between synchronous map extension and chunk
5271 destruction
5272 * Xenial update to v4.4.15 stable release (LP: #1601952)
5273 - net_sched: fix pfifo_head_drop behavior vs backlog
5274 - net: Don't forget pr_fmt on net_dbg_ratelimited for CONFIG_DYNAMIC_DEBUG
5275 - sit: correct IP protocol used in ipip6_err
5276 - esp: Fix ESN generation under UDP encapsulation
5277 - netem: fix a use after free
5278 - ipmr/ip6mr: Initialize the last assert time of mfc entries.
5279 - Bridge: Fix ipv6 mc snooping if bridge has no ipv6 address
5280 - sock_diag: do not broadcast raw socket destruction
5281 - bpf, perf: delay release of BPF prog after grace period
5282 - neigh: Explicitly declare RCU-bh read side critical section in neigh_xmit()
5283 - net: macb: fix default configuration for GMAC on AT91
5284 - net: alx: Work around the DMA RX overflow issue
5285 - bpf: try harder on clones when writing into skb
5286 - AX.25: Close socket connection on session completion
5287 - crypto: ux500 - memmove the right size
5288 - crypto: user - re-add size check for CRYPTO_MSG_GETALG
5289 - USB: uas: Fix slave queue_depth not being set
5290 - usb: quirks: Fix sorting
5291 - usb: quirks: Add no-lpm quirk for Acer C120 LED Projector
5292 - usb: musb: only restore devctl when session was set in backup
5293 - usb: musb: Stop bulk endpoint while queue is rotated
5294 - usb: musb: Ensure rx reinit occurs for shared_fifo endpoints
5295 - usb: musb: host: correct cppi dma channel for isoch transfer
5296 - usb: xhci-plat: properly handle probe deferral for devm_clk_get()
5297 - USB: xhci: Add broken streams quirk for Frescologic device id 1009
5298 - xhci: Fix handling timeouted commands on hosts in weird states.
5299 - USB: mos7720: delete parport
5300 - usb: gadget: fix spinlock dead lock in gadgetfs
5301 - usb: host: ehci-tegra: Grab the correct UTMI pads reset
5302 - usb: dwc3: exynos: Fix deferred probing storm.
5303 - Linux 4.4.15
5304 * qeth: delete napi struct when removing a qeth device (LP: #1601831)
5305 - qeth: delete napi struct when removing a qeth device
5306 * Adjust KBL PCI-ID's (LP: #1600124)
5307 - drm/i915: Add more Kabylake PCI IDs.
5308 - drm/i915: Removing PCI IDs that are no longer listed as Kabylake.
5309 * [i915_bpo] Rebase driver to v4.7-rc6 + gen9 workarounds + KBP PCH support
5310 (LP: #1599109)
5311 - drm/kms_helper: Add a common place to call init and exit functions.
5312 - drm: Add helper for DP++ adaptors
5313 - GPU-DRM: Delete unnecessary checks before drm_property_unreference_blob()
5314 - drm: introduce pipe color correction properties
5315 - drm: fix blob pointer check
5316 - drm: atomic helper: do not unreference error pointer
5317 - drm: fix lut value extraction function
5318 - drm/dsi: Add a helper to get bits per pixel of MIPI DSI pixel format
5319 - SAUCE: drm: Introduce drm_malloc_gfp()
5320 - SAUCE: i915_bpo: Rebase to v4.7-rc6
5321 - SAUCE: i915_bpo: Add backported workarounds for gen9
5322 - SAUCE: i915_bpo: Revert "drm/i915: Get panel_type from OpRegion panel
5323 details"
5324 - SAUCE: i915_bpo: Introduce Kabypoint PCH for Kabylake H/DT.
5325 * Baytrail-I got black screen with HDMI output (LP: #1599379)
5326 - drm/i915: Only ignore eDP ports that are connected
5327 - drm/i915: Check VBT for port presence in addition to the strap on VLV/CHV
5328 * [Hyper-V] storvsc messages for CD-ROM medium not present tray closed
5329 (LP: #1590655)
5330 - SAUCE: (no-up) scsi: storvsc: Filter out storvsc messages CD-ROM medium not
5331 present
5332 * Hotplug device addition issue - missing patches on Xenial kernel
5333 (LP: #1599250)
5334 - Revert "UBUNTU: SAUCE: powerpc/eeh: Validate arch in eeh_add_device_early()"
5335 - Revert "powerpc/eeh: Fix crash in eeh_add_device_early() on Cell"
5336 - powerpc/iommu: Remove the dependency on EEH struct in DDW mechanism
5337 - powerpc/pseries: Fix PCI config address for DDW
5338 * kernel: signal return with invalid floating-point control (LP: #1597971)
5339 - s390: fix test_fp_ctl inline assembly contraints
5340 * [Toshiba P50W-B00F] Touchscreen no longer working (LP: #1498667)
5341 - SAUCE: (no-up) usb: quirks: Add no-lpm quirk for Elan Microelectronics
5342 Touchpad
5343 * [yakkety] d-i does not support (ehci_msm) Qualcomm On-Chip EHCI Host
5344 Controller (LP: #1599347)
5345 - d-i: Add ehci_msm to usb-modules
5346 * [Bug] Legacy audio couldn't work after S3 resume on Kabylake (LP: #1596871)
5347 - ALSA: hda - Skip ELD notification during PM process
5348 - ALSA: hda - hdmi add wmb barrier for audio component
5349 - ALSA: hda - hdmi defer to register acomp eld notifier
5350 * sync spl 0.6.5.6-0ubuntu4 changes into Xenial kernel source (LP: #1599257)
5351 - SAUCE: (noup) Update spl to 0.6.5.6-0ubuntu4
5352 * Config: missing AMD Seattle platform support (LP: #1597574)
5353 - [Config] Enable the AMD Seattle platform
5354 * Network installer fails to detect network on AMD Overdrive (ARM64)
5355 (LP: #1597573)
5356 - [Config] Add amd-xgbe to nic-modules udeb
5357 * exercising ptys causes a kernel oops (LP: #1586418)
5358 - devpts: fix null pointer dereference on failed memory allocation
5359 * Regression (constant vibration of device) in xpad driver in Ubuntu 16.04
5360 (LP: #1574102)
5361 - Input: xpad - move pending clear to the correct location
5362 * thunderx nics fail to establish link (LP: #1597867)
5363 - net: thunderx: Fix link status reporting
5364 * Xenial update to v4.4.14 stable release (LP: #1596575)
5365 - scsi_lib: correctly retry failed zero length REQ_TYPE_FS commands
5366 - scsi: Add QEMU CD-ROM to VPD Inquiry Blacklist
5367 - netlink: Fix dump skb leak/double free
5368 - tipc: fix nametable publication field in nl compat
5369 - switchdev: pass pointer to fib_info instead of copy
5370 - tuntap: correctly wake up process during uninit
5371 - udp: prevent skbs lingering in tunnel socket queues
5372 - uapi glibc compat: fix compilation when !__USE_MISC in glibc
5373 - sfc: on MC reset, clear PIO buffer linkage in TXQs
5374 - team: don't call netdev_change_features under team->lock
5375 - vxlan: Accept user specified MTU value when create new vxlan link
5376 - tcp: record TLP and ER timer stats in v6 stats
5377 - bridge: Don't insert unnecessary local fdb entry on changing mac address
5378 - l2tp: fix configuration passed to setup_udp_tunnel_sock()
5379 - ipv6: Skip XFRM lookup if dst_entry in socket cache is valid
5380 - vxlan: Relax MTU constraints
5381 - geneve: Relax MTU constraints
5382 - vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devices
5383 - KVM: x86: fix OOPS after invalid KVM_SET_DEBUGREGS
5384 - KVM: irqfd: fix NULL pointer dereference in kvm_irq_map_gsi
5385 - ALSA: hda - Add PCI ID for Kabylake
5386 - ALSA: hda - Fix headset mic detection problem for Dell machine
5387 - ALSA: hda/realtek - ALC256 speaker noise issue
5388 - ALSA: hda/realtek - Add support for new codecs ALC700/ALC701/ALC703
5389 - ALSA: hda/realtek: Add T560 docking unit fixup
5390 - ARM: fix PTRACE_SETVFPREGS on SMP systems
5391 - gpio: bcm-kona: fix bcm_kona_gpio_reset() warnings
5392 - s390/bpf: fix recache skb->data/hlen for skb_vlan_push/pop
5393 - s390/bpf: reduce maximum program size to 64 KB
5394 - irqchip/gic-v3: Fix ICC_SGI1R_EL1.INTID decoding mask
5395 - crypto: public_key: select CRYPTO_AKCIPHER
5396 - crypto: ccp - Fix AES XTS error for request sizes above 4096
5397 - arm64: Provide "model name" in /proc/cpuinfo for PER_LINUX32 tasks
5398 - arm64: mm: always take dirty state from new pte in ptep_set_access_flags
5399 - powerpc/pseries/eeh: Handle RTAS delay requests in configure_bridge
5400 - powerpc: Fix definition of SIAR and SDAR registers
5401 - powerpc: Use privileged SPR number for MMCR2
5402 - powerpc/pseries: Add POWER8NVL support to ibm,client-architecture-support
5403 call
5404 - pinctrl: mediatek: fix dual-edge code defect
5405 - parisc: Fix pagefault crash in unaligned __get_user() call
5406 - memcg: add RCU locking around css_for_each_descendant_pre() in
5407 memcg_offline_kmem()
5408 - wext: Fix 32 bit iwpriv compatibility issue with 64 bit Kernel
5409 - x86/entry/traps: Don't force in_interrupt() to return true in IST handlers
5410 - fix d_walk()/non-delayed __d_free() race
5411 - sparc: Fix system call tracing register handling.
5412 - sparc64: Fix bootup regressions on some Kconfig combinations.
5413 - sparc64: Fix numa node distance initialization
5414 - sparc64: Fix sparc64_set_context stack handling.
5415 - sparc/PCI: Fix for panic while enabling SR-IOV
5416 - sparc64: Reduce TLB flushes during hugepte changes
5417 - sparc64: Take ctx_alloc_lock properly in hugetlb_setup().
5418 - sparc: Harden signal return frame checks.
5419 - sparc64: Fix return from trap window fill crashes.
5420 - MIPS: Fix 64k page support for 32 bit kernels.
5421 - crypto: qat - fix adf_ctl_drv.c:undefined reference to adf_init_pf_wq
5422 - drm/core: Do not preserve framebuffer on rmfb, v4.
5423 - Linux 4.4.14
5424 * [Hyper-V] Rebase Hyper-V to 4.6 kernel (LP: #1583357)
5425 - hv_netvsc: rework link status change handling
5426 - hv_netvsc: Resize some of the variables in hv_netvsc_packet
5427 - hv_netvsc: Rearrange the hv_negtvsc_packet to be space efficient
5428 - hv_netvsc: Eliminate the channel field in hv_netvsc_packet structure
5429 - hv_netvsc: Eliminate rndis_msg pointer from hv_netvsc_packet structure
5430 - hv_netvsc: Eliminatte the data field from struct hv_netvsc_packet
5431 - hv_netvsc: Eliminate send_completion from struct hv_netvsc_packet
5432 - hv_netvsc: Eliminate send_completion_ctx from struct hv_netvsc_packet
5433 - hv_netvsc: Don't ask for additional head room in the skb
5434 - hv_netvsc: move subchannel existence check to netvsc_select_queue()
5435 - hv_netvsc: remove locking in netvsc_send()
5436 - hv_netvsc: Eliminate page_buf from struct hv_netvsc_packet
5437 - hv_netvsc: Eliminate send_completion_tid from struct hv_netvsc_packet
5438 - hv_netvsc: Eliminate is_data_pkt from struct hv_netvsc_packet
5439 - hv_netvsc: Eliminate completion_func from struct hv_netvsc_packet
5440 - hv_netvsc: Eliminate xmit_more from struct hv_netvsc_packet
5441 - hv_netvsc: Eliminate status from struct hv_netvsc_packet
5442 - hv_netvsc: Eliminate vlan_tci from struct hv_netvsc_packet
5443 - storvsc: add logging for error/warning messages
5444 - hv_netvsc: Fix race condition on Multi-Send Data field
5445 - kvm/x86: split ioapic-handled and EOI exit bitmaps
5446 - kvm/x86: per-vcpu apicv deactivation support
5447 - kvm/x86: Hyper-V synthetic interrupt controller
5448 - kvm/x86: Hyper-V kvm exit
5449 - kvm/x86: Rearrange func's declarations inside Hyper-V header
5450 - kvm/x86: Added Hyper-V vcpu_to_hv_vcpu()/hv_vcpu_to_vcpu() helpers
5451 - kvm/x86: Hyper-V internal helper to read MSR HV_X64_MSR_TIME_REF_COUNT
5452 - kvm/x86: Hyper-V SynIC message slot pending clearing at SINT ack
5453 - kvm/x86: Hyper-V SynIC timers
5454 - storvsc: Fix a bug in the layout of the hv_fc_wwn_packet
5455 - storvsc: Properly support Fibre Channel devices
5456 - storvsc: Refactor the code in storvsc_channel_init()
5457 - storvsc: Tighten up the interrupt path
5458 - storvsc: Fix typo in MODULE_PARM_DESC
5459 - Revert "hv_netvsc: use skb_get_hash() instead of a homegrown implementation"
5460 - hv_netvsc: use skb_get_hash() instead of a homegrown implementation
5461 - hv_netvsc: Fix book keeping of skb during batching process
5462 - storvsc: Install the storvsc specific timeout handler for FC devices
5463 - storvsc: Use the specified target ID in device lookup
5464 - Revert "Drivers: hv: vmbus: Cleanup vmbus_set_event()"
5465 - Drivers: hv: vmbus: Cleanup vmbus_set_event()
5466 - Revert "Drivers: hv: vmbus: Eliminate the spin lock on the read path"
5467 - Drivers: hv: vmbus: Eliminate the spin lock on the read path
5468 - Revert "hv_netvsc: cleanup netdev feature flags for netvsc"
5469 - hv_netvsc: cleanup netdev feature flags for netvsc
5470 - hv_netvsc: Restore needed_headroom request
5471 - kvm/x86: Rename Hyper-V long spin wait hypercall
5472 - hv_netvsc: add software transmit timestamp support
5473 - hv_netvsc: add ethtool support for set and get of settings
5474 - hv_netvsc: Fix accessing freed memory in netvsc_change_mtu()
5475 - hv_netvsc: Fix the array sizes to be max supported channels
5476 - hv_netvsc: Fix the order of num_sc_offered decrement
5477 - x86/hyperv: Avoid reporting bogus NMI status for Gen2 instances
5478 - Drivers: hv: vmbus: Fix signaling logic in hv_need_to_signal_on_read()
5479 - Drivers: hv: kvp: fix IP Failover
5480
5481 [ Ubuntu: 4.4.0-31.50 ]
5482
5483 * Release Tracking Bug
5484 - LP: #1602449
5485 * nouveau: boot hangs at blank screen with unsupported graphics cards
5486 (LP: #1602340)
5487 - SAUCE: drm: check for supported chipset before booting fbdev off the hw
5488
5489 -- Seth Forshee <seth.forshee@canonical.com> Wed, 20 Jul 2016 10:46:39 -0500
9b0300d1 5490
ba0d567d 5491linux-snapdragon (4.4.0-1020.23) xenial; urgency=low
f6e2a9bc 5492
ba0d567d
KM
5493 [ Kamal Mostafa ]
5494
5495 * Release Tracking Bug
5496 - LP: #1597903
5497
5498 [ Ubuntu: 4.4.0-30.49 ]
5499
5500 * FCP devices are not detected correctly nor deterministically (LP: #1567602)
5501 - scsi_dh_alua: Disable ALUA handling for non-disk devices
5502 - scsi_dh_alua: Use vpd_pg83 information
5503 - scsi_dh_alua: improved logging
5504 - scsi_dh_alua: sanitze sense code handling
5505 - scsi_dh_alua: use standard logging functions
5506 - scsi_dh_alua: return standard SCSI return codes in submit_rtpg
5507 - scsi_dh_alua: fixup description of stpg_endio()
5508 - scsi_dh_alua: use flag for RTPG extended header
5509 - scsi_dh_alua: use unaligned access macros
5510 - scsi_dh_alua: rework alua_check_tpgs() to return the tpgs mode
5511 - scsi_dh_alua: simplify sense code handling
5512 - scsi: Add scsi_vpd_lun_id()
5513 - scsi: Add scsi_vpd_tpg_id()
5514 - scsi_dh_alua: use scsi_vpd_tpg_id()
5515 - scsi_dh_alua: Remove stale variables
5516 - scsi_dh_alua: Pass buffer as function argument
5517 - scsi_dh_alua: separate out alua_stpg()
5518 - scsi_dh_alua: Make stpg synchronous
5519 - scsi_dh_alua: call alua_rtpg() if stpg fails
5520 - scsi_dh_alua: switch to scsi_execute_req_flags()
5521 - scsi_dh_alua: allocate RTPG buffer separately
5522 - scsi_dh_alua: Use separate alua_port_group structure
5523 - scsi_dh_alua: use unique device id
5524 - scsi_dh_alua: simplify alua_initialize()
5525 - revert commit a8e5a2d593cb ("[SCSI] scsi_dh_alua: ALUA handler attach should
5526 succeed while TPG is transitioning")
5527 - scsi_dh_alua: move optimize_stpg evaluation
5528 - scsi_dh_alua: remove 'rel_port' from alua_dh_data structure
5529 - scsi_dh_alua: Use workqueue for RTPG
5530 - scsi_dh_alua: Allow workqueue to run synchronously
5531 - scsi_dh_alua: Add new blacklist flag 'BLIST_SYNC_ALUA'
5532 - scsi_dh_alua: Recheck state on unit attention
5533 - scsi_dh_alua: update all port states
5534 - scsi_dh_alua: Send TEST UNIT READY to poll for transitioning
5535 - scsi_dh_alua: do not fail for unknown VPD identification
5536
5537 [ Ubuntu: 4.4.0-29.48 ]
5538
5539 * Wireless hotkey fails on Dell XPS 15 9550 (LP: #1589886)
5540 - intel-hid: new hid event driver for hotkeys
5541 - intel-hid: fix incorrect entries in intel_hid_keymap
5542 - intel-hid: allocate correct amount of memory for private struct
5543 - intel-hid: add a workaround to ignore an event after waking up from S4.
5544 - [Config] CONFIG_INTEL_HID_EVENT=m
5545 * cgroupfs mounts can hang (LP: #1588056)
5546 - Revert "UBUNTU: SAUCE: (namespace) mqueue: Super blocks must be owned by the
5547 user ns which owns the ipc ns"
5548 - Revert "UBUNTU: SAUCE: kernfs: Do not match superblock in another user
5549 namespace when mounting"
5550 - Revert "UBUNTU: SAUCE: cgroup: Use a new super block when mounting in a
5551 cgroup namespace"
5552 - (namespace) bpf: Use mount_nodev not mount_ns to mount the bpf filesystem
5553 - (namespace) bpf, inode: disallow userns mounts
5554 - (namespace) ipc: Initialize ipc_namespace->user_ns early.
5555 - (namespace) vfs: Pass data, ns, and ns->userns to mount_ns
5556 - SAUCE: (namespace) Sync with upstream s_user_ns patches
5557 - (namespace) kernfs: The cgroup filesystem also benefits from SB_I_NOEXEC
5558 - (namespace) ipc/mqueue: The mqueue filesystem should never contain
5559 executables
5560 * KVM system crashes after starting guest (LP: #1596635)
5561 - xhci: Cleanup only when releasing primary hcd
5562 * Upstream patch "crypto: vmx - IV size failing on skcipher API" for Ubuntu
5563 16.04 (LP: #1596557)
5564 - crypto: vmx - IV size failing on skcipher API
5565 * [Bug]tpm initialization fails on x86 (LP: #1596469)
5566 - tpm_crb: drop struct resource res from struct crb_priv
5567 - tpm_crb: fix mapping of the buffers
5568 * Device shutdown notification for CAPI Flash cards (LP: #1592114)
5569 - cxlflash: Fix regression issue with re-ordering patch
5570 - cxlflash: Fix to drain operations from previous reset
5571 - cxlflash: Add device dependent flags
5572 - cxlflash: Shutdown notify support for CXL Flash cards
5573 * scsi-modules udeb should include pm80xx (LP: #1595628)
5574 - [Config] Add pm80xx scsi driver to d-i
5575 * Sync up latest relevant upstream bug fixes (LP: #1594871)
5576 - SAUCE: (noup) Update zfs to 0.6.5.6-0ubuntu10
5577 * Cannot compile module tda10071 (LP: #1592531)
5578 - [media] tda10071: Fix dependency to REGMAP_I2C
5579 * lsvpd doesn't show correct location code for devices attached to a CAPI card
5580 (LP: #1594847)
5581 - cxl: Make vPHB device node match adapter's
5582 * enable CRC32 and AES ARM64 by default or as module (LP: #1594455)
5583 - [Config] Enable arm64 AES and CRC32 crypto
5584 * VMX kernel crypto module exhibits poor performance in Ubuntu 16.04
5585 (LP: #1592481)
5586 - crypto: vmx - comply with ABIs that specify vrsave as reserved.
5587 - crypto: vmx - Fix ABI detection
5588 - crypto: vmx - Increase priority of aes-cbc cipher
5589 * build squashfs into xenial kernels by default (LP: #1593134)
5590 - [Config] CONFIG_SQUASHFS=y
5591 * Restore irqfd fast path for PPC (LP: #1592809)
5592 - KVM: PPC: Book3S HV: Re-enable XICS fast path for irqfd-generated interrupts
5593 * Unable to start guests with memballoon default. (LP: #1592042)
5594 - virtio_balloon: fix PFN format for virtio-1
5595 * Key 5 automatically pressed on some Logitech wireless keyboards
5596 (LP: #1579190)
5597 - HID: core: prevent out-of-bound readings
5598 * ZFS: Running ztest repeatedly for long periods of time eventually results in
5599 "zdb: can't open 'ztest': No such file or directory" (LP: #1587686)
5600 - Fix ztest truncated cache file
5601 * STC840.20:Alpine:alp7fp1:Ubuntu 16.04, BlueFin (SAN) EEH 6 times during boot
5602 then disabled SRC BA188002:b0314a_1612.840 (LP: #1587316)
5603 - lpfc: Fix DMA faults observed upon plugging loopback connector
f6e2a9bc 5604
ba0d567d 5605 -- Kamal Mostafa <kamal@canonical.com> Thu, 30 Jun 2016 14:22:47 -0700
f6e2a9bc 5606
21bb2b06 5607linux-snapdragon (4.4.0-1019.22) xenial; urgency=low
4e256318 5608
21bb2b06 5609 [ Kamal Mostafa ]
4e256318 5610
21bb2b06
KM
5611 * Release Tracking Bug
5612 - LP: #1595882
5613
5614 [ Ubuntu: 4.4.0-28.47 ]
5615
5616 * Linux netfilter local privilege escalation issues (LP: #1595350)
5617 - netfilter: x_tables: don't move to non-existent next rule
5618 - netfilter: x_tables: validate targets of jumps
5619 - netfilter: x_tables: add and use xt_check_entry_offsets
5620 - netfilter: x_tables: kill check_entry helper
5621 - netfilter: x_tables: assert minimum target size
5622 - netfilter: x_tables: add compat version of xt_check_entry_offsets
5623 - netfilter: x_tables: check standard target size too
5624 - netfilter: x_tables: check for bogus target offset
5625 - netfilter: x_tables: validate all offsets and sizes in a rule
5626 - netfilter: x_tables: don't reject valid target size on some architectures
5627 - netfilter: arp_tables: simplify translate_compat_table args
5628 - netfilter: ip_tables: simplify translate_compat_table args
5629 - netfilter: ip6_tables: simplify translate_compat_table args
5630 - netfilter: x_tables: xt_compat_match_from_user doesn't need a retval
5631 - netfilter: x_tables: do compat validation via translate_table
5632 - netfilter: x_tables: introduce and use xt_copy_counters_from_user
5633 * Linux netfilter IPT_SO_SET_REPLACE memory corruption (LP: #1555338)
5634 - netfilter: x_tables: validate e->target_offset early
5635 - netfilter: x_tables: make sure e->next_offset covers remaining blob size
5636 - netfilter: x_tables: fix unconditional helper
5637
5638 -- Kamal Mostafa <kamal@canonical.com> Fri, 24 Jun 2016 08:22:41 -0700
4e256318 5639
efe7a938 5640linux-snapdragon (4.4.0-1018.21) xenial; urgency=low
aa88bc0c 5641
efe7a938
KM
5642 [ Kamal Mostafa ]
5643
5644 * Release Tracking Bug
5645 - LP: #1594929
5646
5647 [ Ubuntu: 4.4.0-27.46 ]
5648
5649 * Support Edge Gateway's Bluetooth LED (LP: #1512999)
5650 - Revert "UBUNTU: SAUCE: Bluetooth: Support for LED on Marvell modules"
aa88bc0c 5651
efe7a938 5652 -- Kamal Mostafa <kamal@canonical.com> Tue, 21 Jun 2016 12:35:33 -0700
aa88bc0c 5653
c65c846d 5654linux-snapdragon (4.4.0-1017.20) xenial; urgency=low
df0c8eea 5655
c65c846d 5656 [ Kamal Mostafa ]
df0c8eea 5657
c65c846d
KM
5658 * Release Tracking Bug
5659 - LP: #1594480
5660
5661 [ Ubuntu: 4.4.0-26.45 ]
5662
5663 * linux: Implement secure boot state variables (LP: #1593075)
5664 - SAUCE: UEFI: Add secure boot and MOK SB State disabled sysctl
5665 * failures building userspace packages that include ethtool.h (LP: #1592930)
5666 - ethtool.h: define INT_MAX for userland
5667
5668 -- Kamal Mostafa <kamal@canonical.com> Mon, 20 Jun 2016 11:48:30 -0700
df0c8eea 5669
87e26068 5670linux-snapdragon (4.4.0-1016.19) xenial; urgency=low
8d902f1c 5671
87e26068
KM
5672 [ Kamal Mostafa ]
5673
5674 * Release Tracking Bug
5675 - LP: #1591462
5676
5677 [ Ubuntu: 4.4.0-25.44 ]
5678
5679 * Xenial update to v4.4.13 stable release (LP: #1590455)
5680 - MIPS64: R6: R2 emulation bugfix
5681 - MIPS: math-emu: Fix jalr emulation when rd == $0
5682 - MIPS: MSA: Fix a link error on `_init_msa_upper' with older GCC
5683 - MIPS: Don't unwind to user mode with EVA
5684 - MIPS: Avoid using unwind_stack() with usermode
5685 - MIPS: Fix siginfo.h to use strict posix types
5686 - MIPS: Fix uapi include in exported asm/siginfo.h
5687 - MIPS: Fix watchpoint restoration
5688 - MIPS: Flush highmem pages in __flush_dcache_page
5689 - MIPS: Handle highmem pages in __update_cache
5690 - MIPS: Sync icache & dcache in set_pte_at
5691 - MIPS: ath79: make bootconsole wait for both THRE and TEMT
5692 - MIPS: Reserve nosave data for hibernation
5693 - MIPS: Loongson-3: Reserve 32MB for RS780E integrated GPU
5694 - MIPS: Use copy_s.fmt rather than copy_u.fmt
5695 - MIPS: Fix MSA ld_*/st_* asm macros to use PTR_ADDU
5696 - MIPS: Prevent "restoration" of MSA context in non-MSA kernels
5697 - MIPS: Disable preemption during prctl(PR_SET_FP_MODE, ...)
5698 - MIPS: ptrace: Fix FP context restoration FCSR regression
5699 - MIPS: ptrace: Prevent writes to read-only FCSR bits
5700 - MIPS: Fix sigreturn via VDSO on microMIPS kernel
5701 - MIPS: Build microMIPS VDSO for microMIPS kernels
5702 - MIPS: lib: Mark intrinsics notrace
5703 - MIPS: VDSO: Build with `-fno-strict-aliasing'
5704 - affs: fix remount failure when there are no options changed
5705 - ASoC: ak4642: Enable cache usage to fix crashes on resume
5706 - Input: uinput - handle compat ioctl for UI_SET_PHYS
5707 - ARM: mvebu: fix GPIO config on the Linksys boards
5708 - ARM: dts: at91: fix typo in sama5d2 PIN_PD24 description
5709 - ARM: dts: exynos: Add interrupt line to MAX8997 PMIC on exynos4210-trats
5710 - ARM: dts: imx35: restore existing used clock enumeration
5711 - ath9k: Add a module parameter to invert LED polarity.
5712 - ath9k: Fix LED polarity for some Mini PCI AR9220 MB92 cards.
5713 - ath10k: fix debugfs pktlog_filter write
5714 - ath10k: fix firmware assert in monitor mode
5715 - ath10k: fix rx_channel during hw reconfigure
5716 - ath10k: fix kernel panic, move arvifs list head init before htt init
5717 - ath5k: Change led pin configuration for compaq c700 laptop
5718 - hwrng: exynos - Fix unbalanced PM runtime put on timeout error path
5719 - rtlwifi: rtl8723be: Add antenna select module parameter
5720 - rtlwifi: btcoexist: Implement antenna selection
5721 - rtlwifi: Fix logic error in enter/exit power-save mode
5722 - rtlwifi: pci: use dev_kfree_skb_irq instead of kfree_skb in
5723 rtl_pci_reset_trx_ring
5724 - aacraid: Relinquish CPU during timeout wait
5725 - aacraid: Fix for aac_command_thread hang
5726 - aacraid: Fix for KDUMP driver hang
5727 - hwmon: (ads7828) Enable internal reference
5728 - mfd: intel-lpss: Save register context on suspend
5729 - mfd: intel_soc_pmic_core: Terminate panel control GPIO lookup table
5730 correctly
5731 - PM / Runtime: Fix error path in pm_runtime_force_resume()
5732 - cpuidle: Indicate when a device has been unregistered
5733 - cpuidle: Fix cpuidle_state_is_coupled() argument in cpuidle_enter()
5734 - clk: bcm2835: Fix PLL poweron
5735 - clk: at91: fix check of clk_register() returned value
5736 - clk: bcm2835: pll_off should only update CM_PLL_ANARST
5737 - clk: bcm2835: divider value has to be 1 or more
5738 - pinctrl: exynos5440: Use off-stack memory for pinctrl_gpio_range
5739 - PCI: Disable all BAR sizing for devices with non-compliant BARs
5740 - media: v4l2-compat-ioctl32: fix missing reserved field copy in
5741 put_v4l2_create32
5742 - mm: use phys_addr_t for reserve_bootmem_region() arguments
5743 - wait/ptrace: assume __WALL if the child is traced
5744 - QE-UART: add "fsl,t1040-ucc-uart" to of_device_id
5745 - powerpc/book3s64: Fix branching to OOL handlers in relocatable kernel
5746 - powerpc/eeh: Don't report error in eeh_pe_reset_and_recover()
5747 - powerpc/eeh: Restore initial state in eeh_pe_reset_and_recover()
5748 - xen/events: Don't move disabled irqs
5749 - xen: use same main loop for counting and remapping pages
5750 - sunrpc: fix stripping of padded MIC tokens
5751 - drm/gma500: Fix possible out of bounds read
5752 - drm/vmwgfx: Enable SVGA_3D_CMD_DX_SET_PREDICATION
5753 - drm/vmwgfx: use vmw_cmd_dx_cid_check for query commands.
5754 - drm/vmwgfx: Fix order of operation
5755 - drm/amdgpu: use drm_mode_vrefresh() rather than mode->vrefresh
5756 - drm/amdgpu: Fix hdmi deep color support.
5757 - drm/i915/fbdev: Fix num_connector references in intel_fb_initial_config()
5758 - drm/fb_helper: Fix references to dev->mode_config.num_connector
5759 - drm/atomic: Verify connector->funcs != NULL when clearing states
5760 - drm/i915: Don't leave old junk in ilk active watermarks on readout
5761 - drm/imx: Match imx-ipuv3-crtc components using device node in platform data
5762 - ext4: fix hang when processing corrupted orphaned inode list
5763 - ext4: clean up error handling when orphan list is corrupted
5764 - ext4: fix oops on corrupted filesystem
5765 - ext4: address UBSAN warning in mb_find_order_for_block()
5766 - ext4: silence UBSAN in ext4_mb_init()
5767 - PM / sleep: Handle failures in device_suspend_late() consistently
5768 - dma-debug: avoid spinlock recursion when disabling dma-debug
5769 - scripts/package/Makefile: rpmbuild add support of RPMOPTS
5770 - gcov: disable tree-loop-im to reduce stack usage
5771 - xfs: disallow rw remount on fs with unknown ro-compat features
5772 - xfs: Don't wrap growfs AGFL indexes
5773 - xfs: xfs_iflush_cluster fails to abort on error
5774 - xfs: fix inode validity check in xfs_iflush_cluster
5775 - xfs: skip stale inodes in xfs_iflush_cluster
5776 - xfs: print name of verifier if it fails
5777 - xfs: handle dquot buffer readahead in log recovery correctly
5778 - Linux 4.4.13
5779 * 168c:001c [HP Compaq Presario C700 Notebook PC] Wireless led button doesn't
5780 switch colors (LP: #972604)
5781 - ath5k: Change led pin configuration for compaq c700 laptop
5782 * Extended statistics from balloon for proper memory management (LP: #1587091)
5783 - mm/page_alloc.c: calculate 'available' memory in a separate function
5784 - virtio_balloon: export 'available' memory to balloon statistics
5785 * CAPI: CGZIP AFU contexts do not receive interrupts after heavy afu
5786 open/close (LP: #1588468)
5787 - misc: cxl: use kobj_to_dev()
5788 - cxl: Move common code away from bare-metal-specific files
5789 - cxl: Move bare-metal specific code to specialized files
5790 - cxl: Define process problem state area at attach time only
5791 - cxl: Introduce implementation-specific API
5792 - cxl: Rename some bare-metal specific functions
5793 - cxl: Isolate a few bare-metal-specific calls
5794 - cxl: Update cxl_irq() prototype
5795 - cxl: IRQ allocation for guests
5796 - powerpc: New possible return value from hcall
5797 - cxl: New hcalls to support cxl adapters
5798 - cxl: Separate bare-metal fields in adapter and AFU data structures
5799 - cxlflash: Simplify PCI registration
5800 - cxlflash: Unmap problem state area before detaching master context
5801 - cxlflash: Split out context initialization
5802 - cxlflash: Simplify attach path error cleanup
5803 - cxlflash: Reorder user context initialization
5804 - cxl: Add guest-specific code
5805 - cxl: sysfs support for guests
5806 - cxl: Support to flash a new image on the adapter from a guest
5807 - cxl: Parse device tree and create cxl device(s) at boot
5808 - cxl: Support the cxl kernel API from a guest
5809 - cxl: Adapter failure handling
5810 - cxl: Add tracepoints around the cxl hcall
5811 - cxlflash: Use new cxl_pci_read_adapter_vpd() API
5812 - cxl: Remove cxl_get_phys_dev() kernel API
5813 - cxl: Ignore probes for virtual afu pci devices
5814 - cxl: Poll for outstanding IRQs when detaching a context
5815 * NVMe max_segments queue parameter gets set to 1 (LP: #1588449)
5816 - nvme: set queue limits for the admin queue
5817 - nvme: fix max_segments integer truncation
5818 - block: fix blk_rq_get_max_sectors for driver private requests
5819 * workaround cavium thunderx silicon erratum 23144 (LP: #1589704)
5820 - irqchip/gicv3-its: numa: Enable workaround for Cavium thunderx erratum 23144
5821 * Xenial update to v4.4.12 stable release (LP: #1588945)
5822 - Btrfs: don't use src fd for printk
5823 - perf/x86/intel/pt: Generate PMI in the STOP region as well
5824 - perf/core: Fix perf_event_open() vs. execve() race
5825 - perf test: Fix build of BPF and LLVM on older glibc libraries
5826 - ext4: iterate over buffer heads correctly in move_extent_per_page()
5827 - arm64: Fix typo in the pmdp_huge_get_and_clear() definition
5828 - arm64: Ensure pmd_present() returns false after pmd_mknotpresent()
5829 - arm64: Implement ptep_set_access_flags() for hardware AF/DBM
5830 - arm64: Implement pmdp_set_access_flags() for hardware AF/DBM
5831 - arm64: cpuinfo: Missing NULL terminator in compat_hwcap_str
5832 - arm/arm64: KVM: Enforce Break-Before-Make on Stage-2 page tables
5833 - kvm: arm64: Fix EC field in inject_abt64
5834 - remove directory incorrectly tries to set delete on close on non-empty
5835 directories
5836 - fs/cifs: correctly to anonymous authentication via NTLMSSP
5837 - fs/cifs: correctly to anonymous authentication for the LANMAN authentication
5838 - fs/cifs: correctly to anonymous authentication for the NTLM(v1)
5839 authentication
5840 - fs/cifs: correctly to anonymous authentication for the NTLM(v2)
5841 authentication
5842 - asix: Fix offset calculation in asix_rx_fixup() causing slow transmissions
5843 - ring-buffer: Use long for nr_pages to avoid overflow failures
5844 - ring-buffer: Prevent overflow of size in ring_buffer_resize()
5845 - crypto: caam - fix caam_jr_alloc() ret code
5846 - crypto: talitos - fix ahash algorithms registration
5847 - crypto: sun4i-ss - Replace spinlock_bh by spin_lock_irq{save|restore}
5848 - clk: qcom: msm8916: Fix crypto clock flags
5849 - sched/loadavg: Fix loadavg artifacts on fully idle and on fully loaded
5850 systems
5851 - mfd: omap-usb-tll: Fix scheduling while atomic BUG
5852 - Input: pwm-beeper - fix - scheduling while atomic
5853 - irqchip/gic: Ensure ordering between read of INTACK and shared data
5854 - irqchip/gic-v3: Configure all interrupts as non-secure Group-1
5855 - can: fix handling of unmodifiable configuration options
5856 - mmc: mmc: Fix partition switch timeout for some eMMCs
5857 - mmc: sdhci-acpi: Remove MMC_CAP_BUS_WIDTH_TEST for Intel controllers
5858 - ACPI / osi: Fix an issue that acpi_osi=!* cannot disable ACPICA internal
5859 strings
5860 - dell-rbtn: Ignore ACPI notifications if device is suspended
5861 - mmc: longer timeout for long read time quirk
5862 - mmc: sdhci-pci: Remove MMC_CAP_BUS_WIDTH_TEST for Intel controllers
5863 - Bluetooth: vhci: fix open_timeout vs. hdev race
5864 - Bluetooth: vhci: purge unhandled skbs
5865 - Bluetooth: vhci: Fix race at creating hci device
5866 - mei: fix NULL dereferencing during FW initiated disconnection
5867 - mei: amthif: discard not read messages
5868 - mei: bus: call mei_cl_read_start under device lock
5869 - USB: serial: mxuport: fix use-after-free in probe error path
5870 - USB: serial: keyspan: fix use-after-free in probe error path
5871 - USB: serial: quatech2: fix use-after-free in probe error path
5872 - USB: serial: io_edgeport: fix memory leaks in attach error path
5873 - USB: serial: io_edgeport: fix memory leaks in probe error path
5874 - USB: serial: option: add support for Cinterion PH8 and AHxx
5875 - USB: serial: option: add more ZTE device ids
5876 - USB: serial: option: add even more ZTE device ids
5877 - usb: gadget: f_fs: Fix EFAULT generation for async read operations
5878 - usb: f_mass_storage: test whether thread is running before starting another
5879 - usb: misc: usbtest: fix pattern tests for scatterlists.
5880 - usb: gadget: udc: core: Fix argument of dev_err() in
5881 usb_gadget_map_request()
5882 - staging: comedi: das1800: fix possible NULL dereference
5883 - KVM: x86: fix ordering of cr0 initialization code in vmx_cpu_reset
5884 - MIPS: KVM: Fix timer IRQ race when freezing timer
5885 - MIPS: KVM: Fix timer IRQ race when writing CP0_Compare
5886 - KVM: x86: mask CPUID(0xD,0x1).EAX against host value
5887 - xen/x86: actually allocate legacy interrupts on PV guests
5888 - tty: vt, return error when con_startup fails
5889 - TTY: n_gsm, fix false positive WARN_ON
5890 - tty/serial: atmel: fix hardware handshake selection
5891 - Fix OpenSSH pty regression on close
5892 - serial: 8250_pci: fix divide error bug if baud rate is 0
5893 - serial: 8250_mid: use proper bar for DNV platform
5894 - serial: 8250_mid: recognize interrupt source in handler
5895 - serial: samsung: Reorder the sequence of clock control when call
5896 s3c24xx_serial_set_termios()
5897 - locking,qspinlock: Fix spin_is_locked() and spin_unlock_wait()
5898 - clk: bcm2835: add locking to pll*_on/off methods
5899 - mcb: Fixed bar number assignment for the gdd
5900 - ALSA: hda/realtek - New codecs support for ALC234/ALC274/ALC294
5901 - ALSA: hda - Fix headphone noise on Dell XPS 13 9360
5902 - ALSA: hda/realtek - Add support for ALC295/ALC3254
5903 - ALSA: hda - Fix headset mic detection problem for one Dell machine
5904 - IB/srp: Fix a debug kernel crash
5905 - thunderbolt: Fix double free of drom buffer
5906 - SIGNAL: Move generic copy_siginfo() to signal.h
5907 - UBI: Fix static volume checks when Fastmap is used
5908 - hpfs: fix remount failure when there are no options changed
5909 - hpfs: implement the show_options method
5910 - scsi: Add intermediate STARGET_REMOVE state to scsi_target_state
5911 - Revert "scsi: fix soft lockup in scsi_remove_target() on module removal"
5912 - kbuild: move -Wunused-const-variable to W=1 warning level
5913 - Linux 4.4.12
5914 * [Hyper-V] fixes for kdump when running on a VM (LP: #1588965)
5915 - clocksource: Allow unregistering the watchdog
5916 * net_admin apparmor denial when using Go (LP: #1465724)
5917 - SAUCE: kernel: Add noaudit variant of ns_capable()
5918 - SAUCE: net: Use ns_capable_noaudit() when determining net sysctl permissions
5919 * [Hyper-V] Put tools/hv/lsvmbus in /usr/sbin (LP: #1585311)
5920 - [Debian] Install lsvmbus in cloud tools
5921 - SAUCE: tools/hv/lsvmbus -- convert to python3
5922 - SAUCE: tools/hv/lsvmbus -- add manual page
5923 * btrfs: file write crashes with false ENOSPC during snapshot creation since
5924 kernel 4.4 - fix available (LP: #1584052)
5925 - btrfs: Continue write in case of can_not_nocow
5926 * boot stalls on USB detection errors (LP: #1437492)
5927 - usb: core: hub: hub_port_init lock controller instead of bus
5928 * [Bug]KNL:Spread MWAIT cache lines over all nodes (LP: #1585850)
5929 - kernek/fork.c: allocate idle task for a CPU always on its local node
5930 * [Hyper-V] PCI Passthrough kernel hang and explicit barriers (LP: #1581243)
5931 - PCI: hv: Report resources release after stopping the bus
5932 - PCI: hv: Add explicit barriers to config space access
5933 * Kernel 4.2.X and 4.4.X - Fix USB3.0 link power management (LPM)
5934 claim/release logic in USBFS (LP: #1577024)
5935 - USB: leave LPM alone if possible when binding/unbinding interface drivers
5936 * STC840.20:tuleta:tul516p01 panic after injecting Leaf EEH (LP: #1581034)
5937 - NVMe: Fix namespace removal deadlock
5938 - NVMe: Requeue requests on suspended queues
5939 - NVMe: Move error handling to failed reset handler
5940 - blk-mq: End unstarted requests on dying queue
5941 * conflicting modules in udebs - arc4.ko (LP: #1582991)
5942 - [Config] Remove arc4 from nic-modules
5943 * CVE-2016-4482 (LP: #1578493)
5944 - USB: usbfs: fix potential infoleak in devio
5945 * mlx5_core kexec fail (LP: #1585978)
5946 - net/mlx5: Add pci shutdown callback
5947 * backport fix for /proc/net issues with containers (LP: #1584953)
5948 - netfilter: Set /proc/net entries owner to root in namespace
5949 * CVE-2016-4951 (LP: #1585365)
5950 - tipc: check nl sock before parsing nested attributes
5951 * CVE-2016-4578 (LP: #1581866)
5952 - ALSA: timer: Fix leak in events via snd_timer_user_ccallback
5953 - ALSA: timer: Fix leak in events via snd_timer_user_tinterrupt
5954 * CVE-2016-4569 (LP: #1580379)
5955 - ALSA: timer: Fix leak in SNDRV_TIMER_IOCTL_PARAMS
5956 * s390/pci: fix use after free in dma_init (LP: #1584828)
5957 - s390/pci: fix use after free in dma_init
5958 * s390/mm: fix asce_bits handling with dynamic pagetable levels (LP: #1584827)
5959 - s390/mm: fix asce_bits handling with dynamic pagetable levels
5960 * CAPI: CGZIP Wrong CAPI MMIO timeout (256usec desired but 1usec default
5961 setting in cxl.ko driver) (LP: #1584066)
5962 - powerpc: Define PVR value for POWER8NVL processor
5963 - cxl: Configure the PSL for two CAPI ports on POWER8NVL
5964 - cxl: Increase timeout for detection of AFU mmio hang
5965 * ThunderX: soft lockup in cursor_timer_handler() (LP: #1574814)
5966 - SAUCE: tty: vt: Fix soft lockup in fbcon cursor blink timer.
5967 * debian.master/.../getabis bogus warnings "inconsistant compiler versions"
5968 and "not a git repository" (LP: #1584890)
5969 - [debian] getabis: Only git add $abidir if running in local repo
5970 - [debian] getabis: Fix inconsistent compiler versions check
5971 * Backport cxlflash patch related to EEH recovery into Xenial SRU stream
5972 (LP: #1584935)
5973 - cxlflash: Fix to resolve dead-lock during EEH recovery
5974 * Xenial update to 4.4.11 stable release (LP: #1584912)
5975 - decnet: Do not build routes to devices without decnet private data.
5976 - route: do not cache fib route info on local routes with oif
5977 - packet: fix heap info leak in PACKET_DIAG_MCLIST sock_diag interface
5978 - net: sched: do not requeue a NULL skb
5979 - bpf/verifier: reject invalid LD_ABS | BPF_DW instruction
5980 - cdc_mbim: apply "NDP to end" quirk to all Huawei devices
5981 - net: use skb_postpush_rcsum instead of own implementations
5982 - vlan: pull on __vlan_insert_tag error path and fix csum correction
5983 - openvswitch: use flow protocol when recalculating ipv6 checksums
5984 - ipv4/fib: don't warn when primary address is missing if in_dev is dead
5985 - net/mlx4_en: fix spurious timestamping callbacks
5986 - bpf: fix check_map_func_compatibility logic
5987 - samples/bpf: fix trace_output example
5988 - net: Implement net_dbg_ratelimited() for CONFIG_DYNAMIC_DEBUG case
5989 - gre: do not pull header in ICMP error processing
5990 - net_sched: introduce qdisc_replace() helper
5991 - net_sched: update hierarchical backlog too
5992 - sch_htb: update backlog as well
5993 - sch_dsmark: update backlog as well
5994 - netem: Segment GSO packets on enqueue
5995 - net: fec: only clear a queue's work bit if the queue was emptied
5996 - VSOCK: do not disconnect socket when peer has shutdown SEND only
5997 - net: bridge: fix old ioctl unlocked net device walk
5998 - bridge: fix igmp / mld query parsing
5999 - uapi glibc compat: fix compile errors when glibc net/if.h included before
6000 linux/if.h MIME-Version: 1.0
6001 - net: fix a kernel infoleak in x25 module
6002 - net: thunderx: avoid exposing kernel stack
6003 - tcp: refresh skb timestamp at retransmit time
6004 - net/route: enforce hoplimit max value
6005 - ocfs2: revert using ocfs2_acl_chmod to avoid inode cluster lock hang
6006 - ocfs2: fix posix_acl_create deadlock
6007 - zsmalloc: fix zs_can_compact() integer overflow
6008 - crypto: qat - fix invalid pf2vf_resp_wq logic
6009 - crypto: hash - Fix page length clamping in hash walk
6010 - crypto: testmgr - Use kmalloc memory for RSA input
6011 - ALSA: usb-audio: Quirk for yet another Phoenix Audio devices (v2)
6012 - ALSA: usb-audio: Yet another Phoneix Audio device quirk
6013 - ALSA: hda - Fix subwoofer pin on ASUS N751 and N551
6014 - ALSA: hda - Fix white noise on Asus UX501VW headset
6015 - ALSA: hda - Fix broken reconfig
6016 - spi: pxa2xx: Do not detect number of enabled chip selects on Intel SPT
6017 - spi: spi-ti-qspi: Fix FLEN and WLEN settings if bits_per_word is overridden
6018 - spi: spi-ti-qspi: Handle truncated frames properly
6019 - pinctrl: at91-pio4: fix pull-up/down logic
6020 - regmap: spmi: Fix regmap_spmi_ext_read in multi-byte case
6021 - perf/core: Disable the event on a truncated AUX record
6022 - vfs: add vfs_select_inode() helper
6023 - vfs: rename: check backing inode being equal
6024 - ARM: dts: at91: sam9x5: Fix the memory range assigned to the PMC
6025 - workqueue: fix rebind bound workers warning
6026 - regulator: s2mps11: Fix invalid selector mask and voltages for buck9
6027 - regulator: axp20x: Fix axp22x ldo_io voltage ranges
6028 - atomic_open(): fix the handling of create_error
6029 - qla1280: Don't allocate 512kb of host tags
6030 - tools lib traceevent: Do not reassign parg after collapse_tree()
6031 - get_rock_ridge_filename(): handle malformed NM entries
6032 - Input: max8997-haptic - fix NULL pointer dereference
6033 - Revert "[media] videobuf2-v4l2: Verify planes array in buffer dequeueing"
6034 - drm/radeon: fix PLL sharing on DCE6.1 (v2)
6035 - drm/i915: Bail out of pipe config compute loop on LPT
6036 - drm/i915/bdw: Add missing delay during L3 SQC credit programming
6037 - drm/radeon: fix DP link training issue with second 4K monitor
6038 - nf_conntrack: avoid kernel pointer value leak in slab name
6039 - Linux 4.4.11
6040 * Support Edge Gateway's Bluetooth LED (LP: #1512999)
6041 - SAUCE: Bluetooth: Support for LED on Marvell modules
6042 * Support Edge Gateway's WIFI LED (LP: #1512997)
6043 - SAUCE: mwifiex: Switch WiFi LED state according to the device status
6044 * Marvell wireless driver update for FCC regulation (LP: #1528910)
6045 - mwifiex: parse adhoc start/join result
6046 - mwifiex: handle start AP error paths correctly
6047 - mwifiex: set regulatory info from EEPROM
6048 - mwifiex: don't follow AP if country code received from EEPROM
6049 - mwifiex: correction in region code to country mapping
6050 - mwifiex: update region_code_index array
6051 - mwifiex: use world for unidentified region code
6052 - SAUCE: mwifiex: add iw vendor command support
6053 * Kernel can be oopsed using remap_file_pages (LP: #1558120)
6054 - Revert "UBUNTU: SAUCE: mm/mmap: fix oopsing on remap_file_pages"
6055 - SAUCE: AUFS: mm/mmap: fix oopsing on remap_file_pages aufs mmap: bugfix,
6056 mainly for linux-4.5-rc5, remap_file_pages(2) emulation
6057 * cgroup namespace update (LP: #1584163)
6058 - Revert "UBUNTU: SAUCE: cgroup mount: ignore nsroot="
6059 - Revert "UBUNTU: SAUCE: (noup) cgroup namespaces: add a 'nsroot=' mountinfo
6060 field"
6061 - cgroup, kernfs: make mountinfo show properly scoped path for cgroup
6062 namespaces
6063 - kernfs: kernfs_sop_show_path: don't return 0 after seq_dentry call
6064 - cgroup: fix compile warning
6065 * Missing libunwind support in perf (LP: #1248289)
6066 - [Config] add binutils-dev to the Build-Depends: to fix perf unwinding
6067 * e1000 Tx Unit Hang (LP: #1582328)
6068 - e1000: Double Tx descriptors needed check for 82544
6069 - e1000: Do not overestimate descriptor counts in Tx pre-check
6070 * Unsharing user and ipc namespaces simultaneously makes mqueue unmountable
6071 (LP: #1582378)
6072 - SAUCE: (namespace) mqueue: Super blocks must be owned by the user ns which
6073 owns the ipc ns
6074 * Pull in the amdgpu/radeon code from Linux 4.5.3 (LP: #1580526)
6075 - drm/radeon: rework fbdev handling on chips with no connectors
6076 - drm/radeon/mst: fix regression in lane/link handling.
6077 - drm/amd/powerplay: add uvd/vce dpm enabling flag to fix the performance
6078 issue for CZ
6079 - drm/amd/powerplay: fix segment fault issue in multi-display case.
6080 - drm/ttm: fix kref count mess in ttm_bo_move_to_lru_tail
6081 * aufs CONFIG_AUFS_EXPORT build option should be enabled (LP: #1121699)
6082 - [Config] enable CONFIG_AUFS_EXPORT
6083 * promote *_diag modules from linux-image-extra to linux-image (LP: #1580355)
6084 - [Config] Update inclusion list for CRIU
6085 * [Xenial] net: updates to ethtool and virtio_net for speed/duplex support
6086 (LP: #1581132)
6087 - ethtool: add speed/duplex validation functions
6088 - ethtool: make validate_speed accept all speeds between 0 and INT_MAX
6089 - virtio_net: add ethtool support for set and get of settings
6090 - virtio_net: validate ethtool port setting and explain the user validation
6091 * perf tool: Display event codes for Generic HW (PMU) events (LP: #1578211)
6092 - powerpc/perf: Remove PME_ prefix for power7 events
6093 - powerpc/perf: Export Power8 generic and cache events to sysfs
6094 * Mellanox ConnectX4 MTU limits: max and min (LP: #1528466)
6095 - net/mlx5: Introduce a new header file for physical port functions
6096 - net/mlx5e: Device's mtu field is u16 and not int
6097 - net/mlx5e: Fix minimum MTU
6098 * Miscellaneous Ubuntu changes
6099 - [Config] CONFIG_CAVIUM_ERRATUM_23144=y
8d902f1c 6100
87e26068 6101 -- Kamal Mostafa <kamal@canonical.com> Mon, 13 Jun 2016 11:42:36 -0700
8d902f1c 6102
0104af29 6103linux-snapdragon (4.4.0-1015.18) xenial; urgency=low
36e44e90 6104
0104af29
KM
6105 [ Kamal Mostafa ]
6106
6107 [ Ubuntu: 4.4.0-24.42 ]
6108
6109 * CVE-2016-1583 (LP: #1588871)
6110 - ecryptfs: fix handling of directory opening
6111 - SAUCE: proc: prevent stacking filesystems on top
6112 - SAUCE: ecryptfs: forbid opening files without mmap handler
6113 - SAUCE: sched: panic on corrupted stack end
6114 * arm64: statically link rtc-efi (LP: #1583738)
6115 - [Config] Link rtc-efi statically on arm64
36e44e90 6116
0104af29 6117 -- Andy Whitcroft <apw@canonical.com> Wed, 08 Jun 2016 21:34:43 +0100
36e44e90 6118
3f01d9d1 6119linux-snapdragon (4.4.0-1014.16) xenial; urgency=low
66807bd2 6120
3f01d9d1
KM
6121 [ Kamal Mostafa ]
6122
6123 * Rebase against Ubuntu-4.4.0-23.41
6124 * Release Tracking Bug
6125 - LP: #1582679
6126
6127 * zfs: disable module checks for zfs when cross-compiling (LP: #1581127)
6128 - [Packaging] disable zfs module checks when cross-compiling
6129
6130 * Xenial update to v4.4.10 stable release (LP: #1580754)
6131 - Revert "UBUNTU: SAUCE: (no-up) ACPICA: Dispatcher: Update thread ID for
6132 recursive method calls"
6133 - Revert "UBUNTU: SAUCE: nbd: ratelimit error msgs after socket close"
6134 - Revert: "powerpc/tm: Check for already reclaimed tasks"
6135 - RDMA/iw_cxgb4: Fix bar2 virt addr calculation for T4 chips
6136 - ipvs: handle ip_vs_fill_iph_skb_off failure
6137 - ipvs: correct initial offset of Call-ID header search in SIP persistence
6138 engine
6139 - ipvs: drop first packet to redirect conntrack
6140 - mfd: intel-lpss: Remove clock tree on error path
6141 - nbd: ratelimit error msgs after socket close
6142 - ata: ahci_xgene: dereferencing uninitialized pointer in probe
6143 - mwifiex: fix corner case association failure
6144 - CNS3xxx: Fix PCI cns3xxx_write_config()
6145 - clk-divider: make sure read-only dividers do not write to their register
6146 - soc: rockchip: power-domain: fix err handle while probing
6147 - clk: rockchip: free memory in error cases when registering clock branches
6148 - clk: meson: Fix meson_clk_register_clks() signature type mismatch
6149 - clk: qcom: msm8960: fix ce3_core clk enable register
6150 - clk: versatile: sp810: support reentrance
6151 - clk: qcom: msm8960: Fix ce3_src register offset
6152 - lpfc: fix misleading indentation
6153 - ath9k: ar5008_hw_cmn_spur_mitigate: add missing mask_m & mask_p
6154 initialisation
6155 - mac80211: fix statistics leak if dev_alloc_name() fails
6156 - tracing: Don't display trigger file for events that can't be enabled
6157 - MD: make bio mergeable
6158 - Minimal fix-up of bad hashing behavior of hash_64()
6159 - mm, cma: prevent nr_isolated_* counters from going negative
6160 - mm/zswap: provide unique zpool name
6161 - ARM: EXYNOS: Properly skip unitialized parent clock in power domain on
6162 - ARM: SoCFPGA: Fix secondary CPU startup in thumb2 kernel
6163 - xen: Fix page <-> pfn conversion on 32 bit systems
6164 - xen/balloon: Fix crash when ballooning on x86 32 bit PAE
6165 - xen/evtchn: fix ring resize when binding new events
6166 - HID: wacom: Add support for DTK-1651
6167 - HID: Fix boot delay for Creative SB Omni Surround 5.1 with quirk
6168 - Input: zforce_ts - fix dual touch recognition
6169 - proc: prevent accessing /proc/<PID>/environ until it's ready
6170 - mm: update min_free_kbytes from khugepaged after core initialization
6171 - batman-adv: fix DAT candidate selection (must use vid)
6172 - batman-adv: Check skb size before using encapsulated ETH+VLAN header
6173 - batman-adv: Fix broadcast/ogm queue limit on a removed interface
6174 - batman-adv: Reduce refcnt of removed router when updating route
6175 - writeback: Fix performance regression in wb_over_bg_thresh()
6176 - MAINTAINERS: Remove asterisk from EFI directory names
6177 - x86/tsc: Read all ratio bits from MSR_PLATFORM_INFO
6178 - ARM: cpuidle: Pass on arm_cpuidle_suspend()'s return value
6179 - ARC: Add missing io barriers to io{read,write}{16,32}be()
6180 - x86/sysfb_efi: Fix valid BAR address range check
6181 - ACPICA: Dispatcher: Update thread ID for recursive method calls
6182 - powerpc: Fix bad inline asm constraint in create_zero_mask()
6183 - libahci: save port map for forced port map
6184 - ata: ahci-platform: Add ports-implemented DT bindings.
6185 - USB: serial: cp210x: add ID for Link ECU
6186 - USB: serial: cp210x: add Straizona Focusers device ids
6187 - nvmem: mxs-ocotp: fix buffer overflow in read
6188 - gpu: ipu-v3: Fix imx-ipuv3-crtc module autoloading
6189 - drm/amdgpu: make sure vertical front porch is at least 1
6190 - drm/amdgpu: set metadata pointer to NULL after freeing.
6191 - iio: ak8975: Fix NULL pointer exception on early interrupt
6192 - iio: ak8975: fix maybe-uninitialized warning
6193 - drm/radeon: make sure vertical front porch is at least 1
6194 - drm/i915/ddi: Fix eDP VDD handling during booting and suspend/resume
6195 - drm/i915: Fix eDP low vswing for Broadwell
6196 - drm/i915: Make RPS EI/thresholds multiple of 25 on SNB-BDW
6197 - drm/i915: Fake HDMI live status
6198 - lib/test-string_helpers.c: fix and improve string_get_size() tests
6199 - drm/i915/skl: Fix DMC load on Skylake J0 and K0
6200 - Linux 4.4.10
6201
6202 * HDMI audio playback noise observed on AMD Polaris 10/11 GPU (LP: #1577288)
6203 - ALSA: hda: add AMD Polaris-10/11 AZ PCI IDs with proper driver caps
6204
6205 * [i915_bpo] Update i915 backport driver (LP: #1580114)
6206 - SAUCE: i915_bpo: Drop is_preliminary from BXT/KBL.
6207 - SAUCE: i915_bpo: Sync with v4.6-rc7
6208
6209 * CVE-2016-4486 (LP: #1578497)
6210 - net: fix infoleak in rtnetlink
6211
6212 * CVE-2016-4485 (LP: #1578496)
6213 - net: fix infoleak in llc
6214
6215 * drm.ko < kernel version 4.5 has a dead lock bug (LP: #1579610)
6216 - drm: Balance error path for GEM handle allocation
6217
6218 * Cannot use CONFIG_CC_STACKPROTECTOR_STRONG: -fstack-protector-strong not
6219 supported by compiler (LP: #1574982)
6220 - SAUCE: (no-up) disable -pie when gcc has it enabled by default
6221
6222 * system freeze after vt switching (LP: #1542939)
6223 - drm/atomic: Add __drm_atomic_helper_connector_reset, v2.
6224 - drm/atomic: Remove drm_atomic_connectors_for_crtc.
6225
6226 * CVE-2016-4558 (LP: #1579140)
6227 - bpf: fix refcnt overflow
6228
6229 * Kernel Panic on EC2 After Upgrading from 14.04 to 16.04 via do-release-
6230 upgrade -d (LP: #1573231)
6231 - SAUCE: (no-up) x86/topology: Handle CPUID bogosity gracefully
6232
6233 * PCI Call Traces hw csum failure in dmesg with 4.4.0-2-generic
6234 (LP: #1544978)
6235 - net/mlx4_en: Fix endianness bug in IPV6 csum calculation
6236
6237 * Missing libunwind support in perf (LP: #1248289)
6238 - [Config] Add liblzma-dev to enable libunwind support in perf
6239
6240 * thunderbolt hotplug is broken (LP: #1577898)
6241 - SAUCE: (no-up) ACPICA: Dispatcher: Update thread ID for recursive method
6242 calls
6243
6244 * Kernel can be oopsed using remap_file_pages (LP: #1558120)
6245 - SAUCE: mm/mmap: fix oopsing on remap_file_pages
6246
6247 * ZFS is confused by user namespaces (uid/gid mapping) when used with
6248 acltype=posixac (LP: #1567558)
6249 - zfs: Fix user namespaces uid/gid mapping
6250
6251 * oops when propagating mounts into containers - RIP:
6252 0010:[<ffffffff8123cb3e>] [<ffffffff8123cb3e>] propagate_one+0xbe/0x1c0
6253 (LP: #1572316)
6254 - fs/pnode.c: treat zero mnt_group_id-s as unequal
6255 - propogate_mnt: Handle the first propogated copy being a slave
6256
6257 * OOPS on wily+ for Haswell-ULT and Broadwell (LP: #1577748)
6258 - PNP: Add Broadwell to Intel MCH size workaround
6259 - PNP: Add Haswell-ULT to Intel MCH size workaround
6260
6261 * Xenial update to v4.4.9 stable release (LP: #1578798)
6262 - block: loop: fix filesystem corruption in case of aio/dio
6263 - x86/mce: Avoid using object after free in genpool
6264 - kvm: x86: do not leak guest xcr0 into host interrupt handlers
6265 - ARM: dts: AM43x-epos: Fix clk parent for synctimer
6266 - ARM: mvebu: Correct unit address for linksys
6267 - ARM: OMAP2: Fix up interconnect barrier initialization for DRA7
6268 - ARM: OMAP2+: hwmod: Fix updating of sysconfig register
6269 - assoc_array: don't call compare_object() on a node
6270 - usb: xhci: applying XHCI_PME_STUCK_QUIRK to Intel BXT B0 host
6271 - xhci: resume USB 3 roothub first
6272 - usb: xhci: fix wild pointers in xhci_mem_cleanup
6273 - xhci: fix 10 second timeout on removal of PCI hotpluggable xhci controllers
6274 - usb: hcd: out of bounds access in for_each_companion
6275 - usb: gadget: f_fs: Fix use-after-free
6276 - dm cache metadata: fix READ_LOCK macros and cleanup WRITE_LOCK macros
6277 - dm cache metadata: fix cmd_read_lock() acquiring write lock
6278 - lib: lz4: fixed zram with lz4 on big endian machines
6279 - debugfs: Make automount point inodes permanently empty
6280 - dmaengine: dw: fix master selection
6281 - dmaengine: hsu: correct use of channel status register
6282 - dmaengine: pxa_dma: fix the maximum requestor line
6283 - sched/cgroup: Fix/cleanup cgroup teardown/init
6284 - x86/mm/xen: Suppress hugetlbfs in PV guests
6285 - x86 EDAC, sb_edac.c: Repair damage introduced when "fixing" channel address
6286 - ALSA: hda - Don't trust the reported actual power state
6287 - ALSA: hda/realtek - Add ALC3234 headset mode for Optiplex 9020m
6288 - ALSA: hda - Keep powering up ADCs on Cirrus codecs
6289 - ALSA: hda - add PCI ID for Intel Broxton-T
6290 - ALSA: pcxhr: Fix missing mutex unlock
6291 - ALSA: hda - Add dock support for ThinkPad X260
6292 - asm-generic/futex: Re-enable preemption in futex_atomic_cmpxchg_inatomic()
6293 - futex: Handle unlock_pi race gracefully
6294 - futex: Acknowledge a new waiter in counter before plist
6295 - drm/nouveau/core: use vzalloc for allocating ramht
6296 - drm/qxl: fix cursor position with non-zero hotspot
6297 - drm/i915: Fix race condition in intel_dp_destroy_mst_connector()
6298 - Revert "drm/radeon: disable runtime pm on PX laptops without dGPU power
6299 control"
6300 - Revert "drm/amdgpu: disable runtime pm on PX laptops without dGPU power
6301 control"
6302 - cpufreq: intel_pstate: Fix processing for turbo activation ratio
6303 - iwlwifi: pcie: lower the debug level for RSA semaphore access
6304 - iwlwifi: mvm: fix memory leak in paging
6305 - crypto: ccp - Prevent information leakage on export
6306 - crypto: sha1-mb - use corrcet pointer while completing jobs
6307 - crypto: talitos - fix crash in talitos_cra_init()
6308 - crypto: talitos - fix AEAD tcrypt tests
6309 - powerpc: scan_features() updates incorrect bits for REAL_LE
6310 - powerpc: Update cpu_user_features2 in scan_features()
6311 - powerpc: Update TM user feature bits in scan_features()
6312 - nl80211: check netlink protocol in socket release notification
6313 - netlink: don't send NETLINK_URELEASE for unbound sockets
6314 - Input: pmic8xxx-pwrkey - fix algorithm for converting trigger delay
6315 - xen kconfig: don't "select INPUT_XEN_KBDDEV_FRONTEND"
6316 - pinctrl: mediatek: correct debounce time unit in mtk_gpio_set_debounce
6317 - pinctrl: single: Fix pcs_parse_bits_in_pinctrl_entry to use __ffs than ffs
6318 - iommu/amd: Fix checking of pci dma aliases
6319 - iommu/dma: Restore scatterlist offsets correctly
6320 - drm/amdgpu: when suspending, if uvd/vce was running. need to cancel delay
6321 work.
6322 - drm/amdgpu: use defines for CRTCs and AMFT blocks
6323 - drm/amdgpu: bump the afmt limit for CZ, ST, Polaris
6324 - amdgpu/uvd: add uvd fw version for amdgpu
6325 - drm/amdgpu: fix regression on CIK (v2)
6326 - drm/radeon: add a quirk for a XFX R9 270X
6327 - drm/radeon: fix initial connector audio value
6328 - drm/radeon: forbid mapping of userptr bo through radeon device file
6329 - drm/radeon: fix vertical bars appear on monitor (v2)
6330 - drm: Loongson-3 doesn't fully support wc memory
6331 - drm/nouveau/gr/gf100: select a stream master to fixup tfb offset queries
6332 - drm/dp/mst: Validate port in drm_dp_payload_send_msg()
6333 - drm/dp/mst: Restore primary hub guid on resume
6334 - drm/dp/mst: Get validated port ref in drm_dp_update_payload_part1()
6335 - pwm: brcmstb: Fix check of devm_ioremap_resource() return code
6336 - drm/i915: Cleanup phys status page too
6337 - drm/i915: skl_update_scaler() wants a rotation bitmask instead of bit number
6338 - drm/amdkfd: uninitialized variable in dbgdev_wave_control_set_registers()
6339 - drm/i915: Fixup the free space logic in ring_prepare
6340 - drm/i915: Use fw_domains_put_with_fifo() on HSW
6341 - perf intel-pt: Fix segfault tracing transactions
6342 - i2c: cpm: Fix build break due to incompatible pointer types
6343 - i2c: exynos5: Fix possible ABBA deadlock by keeping I2C clock prepared
6344 - toshiba_acpi: Fix regression caused by hotkey enabling value
6345 - EDAC: i7core, sb_edac: Don't return NOTIFY_BAD from mce_decoder callback
6346 - ASoC: s3c24xx: use const snd_soc_component_driver pointer
6347 - ASoC: ssm4567: Reset device before regcache_sync()
6348 - ASoC: dapm: Make sure we have a card when displaying component widgets
6349 - ASoC: rt5640: Correct the digital interface data select
6350 - vb2-memops: Fix over allocation of frame vectors
6351 - v4l2-dv-timings.h: fix polarity for 4k formats
6352 - cxl: Keep IRQ mappings on context teardown
6353 - IB/mlx5: Expose correct max_sge_rd limit
6354 - IB/security: Restrict use of the write() interface
6355 - efi: Fix out-of-bounds read in variable_matches()
6356 - efi: Expose non-blocking set_variable() wrapper to efivars
6357 - x86/apic: Handle zero vector gracefully in clear_vector_irq()
6358 - workqueue: fix ghost PENDING flag while doing MQ IO
6359 - slub: clean up code for kmem cgroup support to kmem_cache_free_bulk
6360 - cgroup, cpuset: replace cpuset_post_attach_flush() with
6361 cgroup_subsys->post_attach callback
6362 - memcg: relocate charge moving from ->attach to ->post_attach
6363 - mm/huge_memory: replace VM_NO_THP VM_BUG_ON with actual VMA check
6364 - numa: fix /proc/<pid>/numa_maps for THP
6365 - mm: vmscan: reclaim highmem zone if buffer_heads is over limit
6366 - mm/hwpoison: fix wrong num_poisoned_pages accounting
6367 - cgroup: make sure a parent css isn't freed before its children
6368 - videobuf2-core: Check user space planes array in dqbuf
6369 - videobuf2-v4l2: Verify planes array in buffer dequeueing
6370 - Revert "regulator: core: Fix nested locking of supplies"
6371 - regulator: core: fix regulator_lock_supply regression
6372 - regulator: core: Ensure we lock all regulators
6373 - regulator: core: Fix nested locking of supplies
6374 - locking/mcs: Fix mcs_spin_lock() ordering
6375 - spi/rockchip: Make sure spi clk is on in rockchip_spi_set_cs
6376 - irqchip/sunxi-nmi: Fix error check of of_io_request_and_map()
6377 - irqchip/mxs: Fix error check of of_io_request_and_map()
6378 - regulator: s5m8767: fix get_register() error handling
6379 - paride: make 'verbose' parameter an 'int' again
6380 - scsi_dh: force modular build if SCSI is a module
6381 - fbdev: da8xx-fb: fix videomodes of lcd panels
6382 - misc/bmp085: Enable building as a module
6383 - misc: mic/scif: fix wrap around tests
6384 - PM / OPP: Initialize u_volt_min/max to a valid value
6385 - PM / Domains: Fix removal of a subdomain
6386 - rtc: hym8563: fix invalid year calculation
6387 - rtc: vr41xx: Wire up alarm_irq_enable
6388 - rtc: ds1685: passing bogus values to irq_restore
6389 - rtc: rx8025: remove rv8803 id
6390 - rtc: max77686: Properly handle regmap_irq_get_virq() error code
6391 - drivers/misc/ad525x_dpot: AD5274 fix RDAC read back errors
6392 - perf evlist: Reference count the cpu and thread maps at set_maps()
6393 - x86/mm/kmmio: Fix mmiotrace for hugepages
6394 - ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()
6395 - serial: sh-sci: Remove cpufreq notifier to fix crash/deadlock
6396 - mtd: spi-nor: remove micron_quad_enable()
6397 - mtd: brcmnand: Fix v7.1 register offsets
6398 - mtd: nand: Drop mtd.owner requirement in nand_scan
6399 - perf hists browser: Only offer symbol scripting when a symbol is under the
6400 cursor
6401 - perf tools: handle spaces in file names obtained from /proc/pid/maps
6402 - perf stat: Document --detailed option
6403 - ext4: fix races between page faults and hole punching
6404 - ext4: move unlocked dio protection from ext4_alloc_file_blocks()
6405 - ext4: fix races between buffered IO and collapse / insert range
6406 - ext4: fix races of writeback with punch hole and zero range
6407 - ARM: OMAP3: Add cpuidle parameters table for omap3430
6408 - ARM: prima2: always enable reset controller
6409 - ARM: EXYNOS: select THERMAL_OF
6410 - ARM: dts: armada-375: use armada-370-sata for SATA
6411 - ARM: dts: pxa: fix dma engine node to pxa3xx-nand
6412 - bus: imx-weim: Take the 'status' property value into account
6413 - jme: Do not enable NIC WoL functions on S0
6414 - jme: Fix device PM wakeup API usage
6415 - unbreak allmodconfig KCONFIG_ALLCONFIG=...
6416 - thermal: rockchip: fix a impossible condition caused by the warning
6417 - sunrpc/cache: drop reference when sunrpc_cache_pipe_upcall() detects a race
6418 - megaraid_sas: add missing curly braces in ioctl handler
6419 - stm class: Select CONFIG_SRCU
6420 - extcon: max77843: Use correct size for reading the interrupt register
6421 - Linux 4.4.9
6422
6423 * Stoney powerplay support (LP: #1578305)
6424 - amdgpu/powerplay: Add Stoney to list of early init cases
6425
6426 * CVE-2016-2117 (LP: #1561403)
6427 - atl2: Disable unimplemented scatter/gather feature
6428
6429 * CVE-2016-2187 (LP: #1575706)
6430 - Input: gtco - fix crash on detecting device without endpoints
6431
6432 * zfs posix default permissions lost on reboot or unmount (LP: #1574801)
6433 - Fix ZPL miswrite of default POSIX ACL
6434
6435 * WARNING: at /build/linux-aWXT0l/linux-4.4.0/drivers/pci/pci.c:1595
6436 [travis3EN] (LP: #1574697)
6437 - net/mlx4_core: Implement pci_resume callback
6438 - net/mlx4_core: Avoid repeated calls to pci enable/disable
6439
6440 * Add support to thinkpad keyboard backlight (LP: #1574498)
6441 - thinkpad_acpi: Add support for keyboard backlight
6442
6443 * Please enable kconfig X86_LEGACY_VM86 for i386 (LP: #1499089)
6444 - [Config] CONFIG_VM86=y, CONFIG_X86_LEGACY_VM86=y
6445
6446 * Miscellaneous Ubuntu changes
6447 - updateconfigs for Linux v4.4.9
66807bd2 6448
3f01d9d1 6449 -- Kamal Mostafa <kamal@canonical.com> Tue, 17 May 2016 11:25:43 -0700
66807bd2 6450
c470ebe1 6451linux-snapdragon (4.4.0-1013.15) xenial; urgency=low
5d07507a 6452
c470ebe1
KM
6453 [ Kamal Mostafa ]
6454
6455 * Rebase against Ubuntu-4.4.0-22.40
6456
6457 * CVE-2016-3713 (LP: #1581201)
6458 - SAUCE: KVM: MTRR: remove MSR 0x2f8
6459
6460 * CVE-2016-0758 (LP: #1581202)
6461 - SAUCE: KEYS: Fix ASN.1 indefinite length object parsing
5d07507a 6462
c470ebe1 6463 -- Kamal Mostafa <kamal@canonical.com> Fri, 13 May 2016 08:05:26 -0700
5d07507a 6464
88cdf287 6465linux-snapdragon (4.4.0-1013.14) xenial; urgency=low
82386350 6466
88cdf287 6467 [ Kamal Mostafa ]
82386350 6468
88cdf287
KM
6469 * Release Tracking Bug
6470 - LP: #1578759
6471
6472 * Rebase to Ubuntu-4.4.0-22.39
6473
6474 -- Kamal Mostafa <kamal@canonical.com> Thu, 05 May 2016 11:17:11 -0700
82386350 6475
02e372f8 6476linux-snapdragon (4.4.0-1013.13) xenial; urgency=low
a0acbcf6 6477
02e372f8 6478 [ Kamal Mostafa ]
a0acbcf6 6479
02e372f8
KM
6480 * Release Tracking Bug
6481 - LP: #1575237
6482
6483 * Miscellaneous Ubuntu changes
6484 - [Config] updateconfigs after 4.4.0-22.38 rebase
6485
6486 -- Kamal Mostafa <kamal@canonical.com> Tue, 26 Apr 2016 08:27:08 -0700
a0acbcf6 6487
d3a33280 6488linux-snapdragon (4.4.0-1012.12) xenial; urgency=low
72619649 6489
d3a33280
TG
6490 [ Tim Gardner ]
6491
6492 * Release Tracking Bug
6493 - LP: #1572284
6494
6495 * Rebase to Ubuntu-4.4.0-21.37
72619649
TG
6496
6497 -- Tim Gardner <tim.gardner@canonical.com> Tue, 19 Apr 2016 13:03:54 -0600
6498
0a888857 6499linux-snapdragon (4.4.0-1011.11) xenial; urgency=low
36075ea7 6500
0a888857
PP
6501 [ Tim Gardner ]
6502
6503 * Release Tracking Bug
6504 - LP: #1567379
6505
6506 * Miscellaneous Ubuntu changes
6507 - [Config] disable PROVE_LOCKING
6508 - [Config] PREEMPT_VOLUNTARY=y
6509 - [Config] disable DEBUG_LOCK_ALLOC
6510 - [Config] disable DEBUG_SPINLOCK
6511 - [Config] disable DEBUG_MUTEXES
6512 - [Config] INLINE_*_UNLOCK=y
6513
6514 * Miscellaneous upstream changes
6515 - arm64: clean up defconfig with savedefconfig
6516 - configs: add SPI_SPIDEV as module in distro.config
6517 - arm64: dts: apq8016-sbc: Add aliases to spi device.
6518 - regulator: qcom_spmi: Add slewing delays for all SMPS types
6519 - regulator: qcom_spmi: Only use selector based regulator ops
36075ea7
PP
6520
6521 -- Paolo Pisati <paolo.pisati@canonical.com> Wed, 06 Apr 2016 16:29:44 +0200
6522
353dee00 6523linux-snapdragon (4.4.0-1010.10) xenial; urgency=low
338420cd 6524
353dee00
TG
6525 [ Tim Gardner ]
6526
6527 * Release Tracking Bug
6528 - LP: #1563910
6529 * Rebase to Ubuntu-4.4.0-17.33
6530
6531 * Miscellaneous Ubuntu changes
6532 - handle rprovides via dpkg-gencontrol
6533 - [Config] updateconfigs after rebase to Ubuntu-4.4.0-17.33
338420cd
TG
6534
6535 -- Tim Gardner <tim.gardner@canonical.com> Wed, 30 Mar 2016 08:30:18 -0600
6536
7f59bbd5 6537linux-snapdragon (4.4.0-1009.9) xenial; urgency=low
13270ef7 6538
7f59bbd5
TG
6539 * rebased on Ubuntu-4.4.0-13.29
6540 * Feature Freeze Exception (LP: #1558535)
13270ef7
TG
6541
6542 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Mar 2016 15:33:32 -0600
6543
3d7776e5 6544linux-snapdragon (4.4.0-1008.8) xenial; urgency=low
868545ed 6545
3d7776e5
PP
6546 [ Paolo Pisati ]
6547
6548 * Rebased on Ubuntu-4.4.0-11.26
6549
6550 * Miscellaneous Ubuntu changes
6551 - [Config] CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
868545ed
PP
6552
6553 -- Paolo Pisati <paolo.pisati@canonical.com> Thu, 10 Mar 2016 11:16:08 +0100
6554
40e92b0b 6555linux-snapdragon (4.4.0-1007.7) xenial; urgency=low
2e39b469 6556
40e92b0b
PP
6557 [ Paolo Pisati ]
6558
6559 * Rebased on Ubuntu-4.4.0-10.25
6560
6561 * need arm64 acpi parking protocol support in xenial (LP: #1547047)
6562 - arm64: kernel: implement ACPI parking protocol
6563
6564 * Miscellaneous Ubuntu changes
6565 - [Config] ARM64_ACPI_PARKING_PROTOCOL=y
2e39b469
PP
6566
6567 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 07 Mar 2016 15:57:39 +0100
6568
20f0b1ec 6569linux-snapdragon (4.4.0-1006.6) xenial; urgency=low
da39c9cf 6570
20f0b1ec
PP
6571 [ Paolo Pisati ]
6572
6573 * Updated qcomlt-4.4 BSP @ 86e3204d9
6574 * Rebased on Ubuntu-4.4.0-6.21
6575
6576 * Miscellaneous Ubuntu changes
6577 - [Config] updateconfigs
6578
6579 * Miscellaneous upstream changes
6580 - ASoC: qcom: use snd_dma_alloc/free* apis
6581 - ASoC: qcom: add wrdma register details to lpass_variant
6582 - ASoC: qcom: rename rdmactl_audif_start to dmactrl_audif_start
6583 - ASoC: qcom: pass direction to dma allocation
6584 - ASoC: qcom: ipq806x: add error in dma allocation.
6585 - ASoC: qcom: ipq806x: add wrdma related register offsets
6586 - ASoC: qcom: add mic related i2s control register defines
6587 - ASoC: qcom: add wrdma dma channel start
6588 - ASoC: qcom: rename rdma_ch_bit_map to dma_ch_bit_map
6589 - ASoC: qcom: apq8016: add wrdma support
6590 - ASoC: qcom: add wrdma register definations
6591 - ASoC: qcom: add generic bit masks for RDMA and WRDMA
6592 - ASoC: qcom: apq8016: set the correct max register for regmap
6593 - ASoC: qcom: add mic support
6594 - ASoC: qcom: apq8016-sbc: add mic support
6595 - ASoC: add audio routing support
6596 - arm64: dts: qcom: add audio capture support
6597 - drm/i2c: adv7511: Add HPD support
6598 - arm64: dts: qcom: apq8016-sbc: Enable ADV7533 interrupts
6599 - dts: arm64: qcom: remove dmic pins in default pinctrl
6600 - ASoC: codec: msm8x16: check return value of msm8x16_wcd_codec_parse_dt
6601 - ASoC: codec: msm8x16: enable regulators before accessing registers
6602 - drm/msm: Boost the GPU clock on msm8916 for better performance
6603 - firmware: qcom: scm: Convert to platform driver
6604 - firmware: scm: make scm_init call from probe
6605 - arm64: dts: qcom : add scm device node
6606 - firmware: scm: make scm clks optional
6607 - arm: dts: qcom : add scm device node
6608 - iommu: qcom: check scm avaiablity before initialization.
6609 - ARM: dts: ifc6410: remove pinctrl defaults from gpio node.
da39c9cf
PP
6610
6611 -- Paolo Pisati <paolo.pisati@canonical.com> Fri, 26 Feb 2016 14:39:48 +0100
6612
583f75b6 6613linux-snapdragon (4.4.0-1005.5) xenial; urgency=low
e91c3819 6614
583f75b6
PP
6615 [ Paolo Pisati ]
6616
6617 * SAUCE: dtb: add a custom apq8016 for snappy with sdhc_2's vmmc-supply
6618 disabled
e91c3819
PP
6619
6620 -- Paolo Pisati <paolo.pisati@canonical.com> Fri, 19 Feb 2016 13:34:25 +0100
6621
91be654c 6622linux-snapdragon (4.4.0-1004.4) xenial; urgency=low
2e526272 6623
91be654c
PP
6624 [ Paolo Pisati ]
6625
6626 * [Config] MMC_BLOCK_MINORS=32
2e526272
PP
6627
6628 -- Paolo Pisati <paolo.pisati@canonical.com> Tue, 09 Feb 2016 10:27:30 +0100
6629
d1477dbb 6630linux-snapdragon (4.4.0-1003.3) xenial; urgency=low
f0cea59c 6631
d1477dbb
PP
6632 [ Upstream Kernel Changes ]
6633
6634 * arm64: dts: qcom: fix typo in usb id pins
6635 * usb: phy: msm: Fix state machine worker logic for OTG mode.
f0cea59c
PP
6636
6637 -- Paolo Pisati <paolo.pisati@canonical.com> Fri, 05 Feb 2016 14:38:07 +0100
6638
74135a23 6639linux-snapdragon (4.4.0-1002.2) xenial; urgency=low
be186804 6640
74135a23
PP
6641 [ Paolo Pisati ]
6642
6643 * [Config] copy annotations from master
6644 * [Config] updateconfigs
6645 * [Config] better align config with qcomlt-4.4
6646 * [Config] FTBFS: disable DRM_PANEL_SIMPLE
be186804
PP
6647
6648 -- Paolo Pisati <paolo.pisati@canonical.com> Thu, 04 Feb 2016 17:21:00 +0100
6649
4004fa98 6650linux-snapdragon (4.4.0-1001.1) xenial; urgency=low
11dd2ff3 6651
4004fa98
PP
6652 [ Paolo Pisati ]
6653
6654 * Imported http://git.linaro.org/landing-teams/working/qualcomm/kernel.git - qcomlt-4.4 @ 17a6dbb
6655 * Rebased on Ubuntu-4.4.0-2.16
6656
6657 [ Upstream Kernel Changes ]
6658
6659 * mmc: mmci: Support any block sizes for ux500v2 and qcom variant
6660 * hid: add support for Lilliput touchscreen
6661 * ARM: qcom_defconfig: Add QCOM specific drivers
6662 * arm:multi_v7_defconfig: Add QCOM specific Kconfigs
6663 * WIP:pwrseq: Convert in to proper platform device
6664 * iommu:msm: fix compilation error.
6665 * Input: pm8941: Add RESIN_N input handling
6666 * media: v4l2-controls: add h264 5.2 level and constrained high profile
6667 * media: vidc: Qualcomm video encoder/decoder driver
6668 * PCI: designware: add memory barrier after enabling region
6669 * DT: PCI: qcom: Document PCIe devicetree bindings
6670 * PCI: qcom: Add Qualcomm PCIe controller driver
6671 * drm/edid: Add support to get edid early
6672 * drm/edid: export edid_vendor()
6673 * drm/panel: simple-panel: Add panel picker support.
6674 * drm/msm: mdp4 lvds: continue if the panel is not connected
6675 * drm/msm: mdp4 lvds: Check the panel node in detect_panel()
6676 * devicetree: Add hardware rng entry to qcom-apq8064.dtsi
6677 * ARM: dts: qcom: apq8064: Add hwmutex and SMEM nodes
6678 * ARM: dts: qcom: apq8064: Declare all pm8921 regulators
6679 * ARM: dts: qcom: apq8064: Introduce gsbi5 and gsbi5 serial node
6680 * arm: dts: qcom: Add generic PMIC gpio/MPP compat strings
6681 * arm: dts: qcom: apq8064: Add fixed rate on-board oscillators
6682 * ARM: dts: qcom: apq8064-ifc6410 Use hardware flow control for GSBI6
6683 * ARM: dts: apq8064: add pcie devicetree node
6684 * ARM: dts: ifc6410: enable pcie dt node for this board
6685 * ARM: dts: apq8064: Add MDP support
6686 * ARM: dts: ifc6410: enable MDP support
6687 * ARM: dts: qs600: enable MDP support
6688 * ARM: dts: ifc6410: add inforce LVDS panel support
6689 * ARM: dts: APQ8064: Add iommu
6690 * ARM: dts: apq8064: add pci support in CM QS600
6691 * ARM: dts: qcom: Add necessary DT data for Krait cpufreq
6692 * ARM: qcom: add description of KPSS WDT for APQ8064
6693 * ARM: dts: apq8064: Assign a power supply to each CPU
6694 * ARM: dts: apq8064: Add OPP data for frequencies above 1ghz
6695 * ARM: dts: apq8064: Add thermal cooling maps
6696 * ARM: dts: apq8064: Add voltage ranges of the SAW2 regulators
6697 * ARM: dts: apq8064: Add reference to the L2 clock
6698 * ARM: dts: apq8064: Add a DT node for the L2 data
6699 * ARM: dts: apq8064: Add ADM configuration node
6700 * arm: dts: Added eInfochips ERAGON600 board support
6701 * ARM: dts: ifc6410: HACK add bt reset gpios to pwrseq
6702 * ARM: dts: apq8064: Increase critical temperature to 110C
6703 * arm: dts: apq8064: Add thermal zones, tsens and qfprom nodes
6704 * arm64: dts: qcom: 8x16: UART1 add CTS_N, RTS_N pin configurations
6705 * arm64: dts: qcom: 8x16: UART1 and UART2 use DMA for RX and TX
6706 * arm64: dts: qcom: Make msm8916-mtp compatible string compliant
6707 * arm64: dts: qcom: Alias pm8916 on msm8916 devices
6708 * arm64: dts: qcom: msm8916: Add fixed rate on-board oscillators
6709 * arm64: dts: fix the i2c aliasing to match to schematics.
6710 * arm64: dts: set the default i2c pin drive strength to 16mA
6711 * arm64: dts: qcom: Add MSM8916 SMEM nodes
6712 * arm64: dts: qcom: Add RPM/SMD support on MSM8916
6713 * arm64: dts: Add PM8916 support on MSM8916
6714 * arm64: dts: qcom: Add pm8994, pmi8994, pm8004 PMIC skeletons
6715 * arm64: dts: qcom: Add pm8994 gpios and MPPs
6716 * arm64: dts: apq8016-sbc: enable UART0 on LS connector
6717 * arm64: dts: apq8016-sbc: add label properties for UART, I2C, and SPI
6718 * devicetree: bindings: Document qcom,msm-id and qcom,board-id
6719 * arm64: dts: Add Qualcomm MSM8916 & MTP8916 ids
6720 * DT: arm64: msm8916-mtp: enable spi3
6721 * arm64: dts: qcom: Add APQ8016 SBC support
6722 * arm64: dts: qcom: Add USB related device nodes on APQ8016 SBC board
6723 * arm64: dts: qcom: Add sdhci support for APQ8016 SBC board
6724 * arm64: dts: Add nodes we need for SMP boot
6725 * ARM: dts: Enable SD card (disable vmcc)
6726 * arm64: msm8916 dtsi: Add mdss support
6727 * arm64: sb8016: Add ADV7533 bridge in sbc8016 dtsi
6728 * arm64: dts: Add apq8016-sbc hdmi audio support
6729 * arm64: dts: qcom: apq8016-sbc: Don't hog client driver pins
6730 * arm64: dts: qcom: Fix apq8016-sbc board USB related pin definitions
6731 * arm64: dts: qcom: apq8016-sbc: add D+/D- route switch GPIO
6732 * arm64: dts: qcom: apq8016-sbc: Fix sdhci pinctrl default state name
6733 * arm64: dts: qcom: apq8016-sbc: Enable SD card slot
6734 * arm64: dts: qcom: Fix MPP's function used for LED control
6735 * arm64: dts: qcom: Enable USB manual pullup on msm8916
6736 * arm64: dts: qcom: msm8916: Add RPMCC DT node
6737 * arm64: dts: qcom: msm8916: Add A53 DT node
6738 * arm64: dts: Add cpufreq-dt support for msm8916
6739 * arm64: dts: Add clock-latency for msm8916
6740 * arm64: dts: Add CPR DT node for msm8916
6741 * arm64: dts: Add cpu-supply properties for cpufreq
6742 * arm: dts: msm8974: Add thermal zones, tsens and eeprom nodes
6743 * arm: dts: apq8084: Add thermal zones, tsens and eeprom nodes
6744 * arm64: dts: msm8916: Add thermal zones, tsens and eeprom nodes
6745 * arm64: dts: Add spmi-regulator nodes for pm8916
6746 * arm64: dts: msm8916: Add cpu cooling maps
6747 * WIP: dt: add support for gpu on msm8916/apq8016
6748 * DT: arm64: add iommu dtsi files
6749 * arm64: dt: Add WCNSS related nodes
6750 * dts: arm64: apq8016-sbc: enable LS 1.8v regulator by default
6751 * ARM64: dts: Fix the missing usb otg regulators.
6752 * arm64: dts: Fix memory region descriptions
6753 * arm64: dts: msm8916: add wcd codec support
6754 * arm64: dts: add support to analog audio playback
6755 * arm64: dts: qcom: 8x16: Add fixed rate on-board XO oscillator
6756 * arm64: dts: qcom: Add msm8916 CoreSight components
6757 * dts: qcom: Add CoreSight components for MSM8916
6758 * arm64: dts: Fix the hypervisor and tz memory region size
6759 * arm64: dts: remove the #if 0 around bluetooth
6760 * wcn36xx: Update DT to support wcn36xx wifi driver
6761 * WIP:dts: arm64: add q6v5 pil support
6762 * arm64: dt: Add msm bus nodes
6763 * arm64: dts: usb: Add bus scaling suppport
6764 * arm64: dts: Add rpm_log support
6765 * dts: arm64: msm8916: add vidc dt nodes
6766 * dts: arm64: qcom: apq8016-sbc: enable vidc and vidc-rproc
6767 * arm64: apq8016-sbc.dtsi: Add regulators needed by adv7533
6768 * arm64: msm8916-mdss.dtsi: Add bus scaling properties for mdp
6769 * arm64: dts: Align msm8916 cpu thermal trip point ranges
6770 * arm64: dts: qcom: apq8016-sbc: Add Volume Up key device node
6771 * arm64: dts: qcom: apq8016-sbc: Add Volume Down definitions
6772 * arm64: dts: qcom: apq8016-sbc: Limit MPP4 high state to 1.8V
6773 * arm64: dts: apq8016-sbc: add regulators support
6774 * arm64: dts: move smem node after the soc node
6775 * arm64: dts: add spmi prefix to regulators
6776 * WIP: update iommu header
6777 * soc: qcom: import socinfo.h
6778 * iommu: qcom: forward port iommu v1
6779 * iommu: qcom: v1: rework secure part and build
6780 * iommu: qcom: v1: fix wrong sg interator
6781 * iommu: msm: Invalidate properly from iommu_unmap
6782 * arm64: provide dma cache routines with same API as 32 bit
6783 * qcom: iommu: Make use of domain_alloc and domain_free
6784 * DOWNSTREAM: drm/msm: use downstream iommu
6785 * iommu/msm: Add DT adaptation
6786 * iommu/msm: Move the contents from msm_iommu_dev.c to msm_iommu.c
6787 * iommu/msm: Add support for generic master bindings
6788 * iommu/msm: Set cacheability attributes without tex remap
6789 * temp: Add dummy msm_iommu_get_ctx and fix broken build
6790 * arm: dma-mapping: Don't override dma_ops in arch_setup_dma_ops()
6791 * of: dma: Move range size workaround to of_dma_get_range()
6792 * of: dma: Make of_dma_deconfigure() public
6793 * of: dma: Split of_configure_dma() into mask and ops configuration
6794 * drivers: platform: Configure dma operations at probe time
6795 * iommu: of: Document the of_iommu_configure() function
6796 * iommu: of: Handle IOMMU lookup failure with deferred probing or error
6797 * drm/msm: temp: Add a check to be compatible against both iommuv0/v1
6798 * iommu/msm: Fix "scheduling while atomic" bug
6799 * pci: use new of_dma_configure* apis
6800 * dt/bindings: qcom_adm: Fix channel specifiers
6801 * dmaengine: Add ADM driver
6802 * dmaengine: adm: Fix ADM hardware descriptor creation when flow control
6803 is enabled
6804 * dmaengine: adm: Use 'soft' flush when stopping DMA
6805 * dmaengine: adm: Don't reset controller during probe
6806 * dmaengine: adm: Start next DMA even if there is no ongoing transaction
6807 * ARM: cpuidle: Add cpuidle support for QCOM cpus
6808 * arm64: defconfig: qcom: Enable restart driver
6809 * arm64: introduce CPU_OF_TABLES for cpu ops selection
6810 * arm64: smp: move the pen to a header file
6811 * arm64: qcom: add cpu operations
6812 * arm64: defconfig: add qcom specifics
6813 * common: DMA-mapping: Add strongly ordered memory attribute
6814 * arm: Add option to skip buffer zeroing
6815 * arm64: Add support for DMA_ATTR_STRONGLY_ORDERED
6816 * arm64: dma-mapping: add support for IOMMU mapper
6817 * arm64: mm: Fix a bug in iommu dma-mapping
6818 * arm64: dma-mapping: fix DMA_ATTR_STRONGLY_ORDERED in __get_dma_pgprot
6819 * arm64: dma-mapping: map sg lists into the SMMU as virtually contiguous
6820 * arm64: fixup for mm renames
6821 * drm/mipi_dsi: refactor device creation
6822 * drm/mipi_dsi: check for used channels
6823 * drm/mipi_dsi: Create dummy DSI devices
6824 * drm/mipi_dsi: Get DSI host by DT device node
6825 * drm/i2c: adv7511: Fix mutex deadlock when interrupts are disabled
6826 * drm/i2c: adv7511: Initial support for adv7533
6827 * drm/i2c: adv7511: Refactor encoder slave functions
6828 * drm/i2c: adv7511: Add drm_bridge/connector for ADV7533
6829 * drm/i2c: adv7511: Create mipi_dsi_device for ADV7533
6830 * drm/i2c: adv7511: setup CEC registers during power off-power-on
6831 sequence
6832 * drm/i2c: adv7511: Use internal timing generator
6833 * drm/i2c: adv7511: Change DSI lanes dynamically
6834 * drm/i2c: adv7511: Move the common data structures to header file
6835 * drm/i2c: adv7511: Add Audio support.
6836 * drm/i2c: adv7511: Enable the audio data and clock pads on adv7533
6837 * HACK: drm/i2c: adv7511: Remove hotplug event handling
6838 * drm/i2c: adv7511: move to use reg_sequence
6839 * drm/i2c: adv7511: fixup the dapm bias level access
6840 * drm/i2c: adv7511: Init regulators
6841 * clk: qcom: gdsc: Use PM clocks to control gdsc clocks
6842 * clk: qcom: gdsc: Enable an RCG before turing on the gdsc
6843 * clk: qcom: gdsc: Manage clocks with !CONFIG_PM
6844 * clk: qcom: common: Add API to register board clocks backwards
6845 compatibly
6846 * clk: qcom: Move cxo/pxo/xo into dt files
6847 * clk: qcom: msm8916: Move xo and sleep clocks into DT
6848 * ARM: Add Krait L2 register accessor functions
6849 * clk: Avoid sending high rates to downstream clocks during set_rate
6850 * clk: mux: Split out register accessors for reuse
6851 * clk: Add safe switch hook
6852 * clk: qcom: Add support for High-Frequency PLLs (HFPLLs)
6853 * clk: qcom: Add HFPLL driver
6854 * clk: qcom: Add MSM8960/APQ8064's HFPLLs
6855 * clk: qcom: Add IPQ806X's HFPLLs
6856 * clk: qcom: Add support for Krait clocks
6857 * clk: qcom: Add KPSS ACC/GCC driver
6858 * clk: qcom: Add Krait clock controller driver
6859 * cpufreq: Add module to register cpufreq on Krait CPUs
6860 * clk: qcom: Add support for SMD-RPM Clocks
6861 * clk: qcom: Add support for RPM Clocks
6862 * clk: qcom: Add support for msm8974 RPM-SMD clocks
6863 * clk: qcom: msm8974: Remove gfx3d clock from MMCC
6864 * clk: qcom: Add support for apq8084 RPM-SMD clocks
6865 * clk: qcom: Add support for regmap mux-div clocks
6866 * clk: qcom: Add A53 clock driver
6867 * soc: qcom: Add support for SAW2 regulators
6868 * clk:gcc-msm8916: add missing mss_q6_bimc_axi clock
6869 * thermal: qcom: tsens: Add a skeletal TSENS drivers
6870 * thermal: qcom: tsens-8916: Add support for 8916 family of SoCs
6871 * thermal: qcom: tsens-8974: Add support for 8974 family of SoCs
6872 * thermal: qcom: tsens-8960: Add support for 8960 family of SoCs
6873 * amba: Defer device peripheral ID read
6874 * coresight-etm3x: Add Qualcomm PTM v1.1 peripheral ID
6875 * i2c: qup: Change qup_wait_writeready function to use for all timeouts
6876 * qup: i2c: factor out common code for reuse
6877 * i2c: qup: Add V2 tags support
6878 * i2c: qup: Transfer each i2c_msg in i2c_msgs without a stop bit
6879 * i2c: qup: Add bam dma capabilities
6880 * i2c: qup: Remove verbose messages.
6881 * drm/msm/dsi: Parse lane swap information from DT
6882 * drm/msm/dsi: Add a delay when performing software reset
6883 * drm/msm/dsi: Remove incorrect warning on host attach
6884 * drm/msm/dsi: Don't call hpd helper unconditionally
6885 * HACK: drm/msm/mdp5: Make sure mdp5 clocks aren't disbaled when we need
6886 them
6887 * mdp4: Add iommu detach_dev in error path
6888 * drm/msm: remove pm_runtime_put() calls
6889 * drm/msm/dsi: Update the "vdd" voltage range
6890 * drm/msm/mdp5: Update bus scaling support
6891 * mmc: sdhci: let GPIO based card detection have higher precedence
6892 * mmc: sdhci-msm: Add SDHCI_QUIRK_NO_CARD_NO_RESET
6893 * soc: qcom: Introduce common SMEM state machine code
6894 * soc: qcom: smsm: Add driver for Qualcomm SMSM
6895 * soc: qcom: smp2p: Qualcomm Shared Memory Point to Point
6896 * soc: qcom: enable smsm/smp2p modular build
6897 * ARM: qcom: select ARM_CPU_SUSPEND for power management
6898 * soc: qcom: Introduce WCNSS_CTRL SMD client
6899 * soc: qcom: smd-rpm: Add existing platform support
6900 * ARM: 8485/1: cpuidle: remove cpu parameter from the cpuidle_ops suspend
6901 hook
6902 * drivers/soc/qcom/smd.c: use __ioread32_copy() instead of open-coding it
6903 * regulator: qcom-smd: Add PM8916 support
6904 * regulator: qcom-smd: Add support for PMA8084
6905 * arm64: add qcom_defconfig
6906 * soc: qcom: smem: Add debugfs
6907 * remoteproc: core: Make the loaded resource table optional
6908 * remoteproc: qcom-pil: Implementation of Qualcomm TZ backed PIL
6909 * remoteproc: Add additional crash reasons
6910 * remoteproc: qcom-tz-pil: Add interrupts and gpio hooks
6911 * remoteproc: qcom-tz: Inform SMD about crashing remotes
6912 * remoteproc: qcom-tz: Finish shutdown on timeout
6913 * remoteproc: qcom: tz-pil: Round up max address
6914 * remoteproc: Support loading firmware from lately mounted fs (HACK)
6915 * remoteproc: qcom: q6v5 pil: Initial hack to boot mss
6916 * remoteproc: qcom-tz: Update to match smem api changes
6917 * remoteproc: qcom-tz: Update smem prototypes
6918 * remoteproc: qcom-tz: Drop smd reset stuff for now
6919 * remoteproc: qcom: Extract PAS and fix compilation for 4.1
6920 * remoteproc: qcom_tz_pil: Fix compiler issues
6921 * remoteproc: qcom_q6v5_pil: Fix 64 bit
6922 * regulator: qcom: smd: Regulator driver for the Qualcomm RPM
6923 * gpio: qcom-smsm: Add driver for Qualcomm SMSM
6924 * gpio: smsm: Update smem prototypes
6925 * gpio: smsm: Fix compiler warnings
6926 * soc: qcom: smd: Use correct smem id
6927 * gpio: qcom-smp2p: Qualcomm Shared Memory Point to Point
6928 * dt-binding: gpio: Introduce qcom,smp2p binding documentation
6929 * gpio: qcom-smp2p: Fix compile issues
6930 * remoteproc: tz_pil: Fixes to support 8916
6931 * HACK: soc: qcom: smd: Add debug to fix timing
6932 * regulator: smd: Add floor and corner operations
6933 * regulator: smd: Make set_{corner,floor} work with regulator struct
6934 * regulator: smd: Add correct ifdef flag for stubs
6935 * regulator: smd: remove left over debug statement
6936 * remoteproc: tz_pil: make irqs, smd edge & crash-reason optional
6937 properties
6938 * remoteproc: tz_pil: take relocation flag into account
6939 * remoteproc: tz_pil: skip waiting ready irq if it not provided
6940 * gpio:smp2p:qcom: kill set_irq_flags and use genirq
6941 * qcom-smd-rpm: Add MSM8916 support
6942 * soc: smd: Migrate the wifi driver from old smd driver to new smd
6943 driver.
6944 * soc: qcom: smd: Introduce callback setter
6945 * soc: qcom: smd: Split discovery and state change work
6946 * soc: qcom: smd: Refactor channel open and close handling
6947 * soc: qcom: smd: Support multiple channels per sdev
6948 * soc: qcom: smd: Support opening additional channels
6949 * WIP: remoteproc: q6: remove some commented out code
6950 * WIP:remoteproc:q6pil: add segment_is_loadable and
6951 segment_is_relocatable macros
6952 * WIP: remoteproc: q6: add support to memory-region
6953 * WIP: remoteproc: q6: add support to scm restart
6954 * WIP: remoteproc: HACK to get it working on DB410c
6955 * remoteproc: tz: Allow no scm clocks support
6956 * soc: qcom: Add msm_bus driver
6957 * soc: qcom: rpm_log: Add rpm log driver
6958 * soc: qcom: Stub IPCRTR client driver
6959 * Fix: Make it buildable on v4.3
6960 * Move to new qcom_smem_get() api
6961 * PM / OPP: Support adjusting OPP voltages at runtime
6962 * OPP: Allow notifiers to call dev_pm_opp_get_{voltage, freq} RCU-free
6963 * cpufreq-dt: Handle OPP voltage adjust events
6964 * power: avs: Add support for CPR (Core Power Reduction)
6965 * power: avs: cpr: Use raw mem access for qfprom
6966 * power: avs: Register CPR with cpufreq-dt
6967 * power: avs: cpr: Fix Duplicate OPPs warning
6968 * pwer:avs: cpr: fix with new reg_sequence structures
6969 * cpufreq-dt: Add L2 frequency scaling support
6970 * firmware: qcom: scm: Add support for ARM64 SoCs
6971 * firmware: qcom: scm: Generalize shared error map
6972 * firmware: qcom: scm: Add boot APIs
6973 * firmware: qcom: scm: Peripheral Authentication Service
6974 * firmware: qcom: scm: Add 64 bit PAS APIs
6975 * firmware: qcom: scm: Fix NULL coherent device
6976 * firmware: qcom: scm: Split out 32-bit specific SCM code
6977 * firmware: qcom: scm: Support PIL SCMs
6978 * firmware: qcom: scm: Support IOMMU scm calls
6979 * firmware: qcom: scm: add video (vidc) scm calls
6980 * firmware: qcom: scm: Fixup arm64 asm
6981 * firmware: scm: add proc restart support
6982 * wcn36xx: add wcn3620 chip type definition
6983 * wcn36xx: get chip type from platform ops
6984 * wcn36xx: use 3680 dxe regs for 3620
6985 * wcn36xx: introduce WCN36XX_HAL_AVOID_FREQ_RANGE_IND
6986 * wcn36xx: swallow two wcn3620 IND messages
6987 * wcn36xx: remove powersaving for wcn3620
6988 * wcn36xx: handle new hal response format
6989 * wcn3620: use new response format for wcn3620 trigger_ba
6990 * wcn3620: use new response format for wcn3620 remove_bsskey
6991 * net wireless wcn36xx add wcnss platform code
6992 * net wireless wcn36xx adapt wcnss platform to select module by DT
6993 * wcn36xx: add later fw capabilities
6994 * Got workable wireless driver.
6995 * Set the dma mask for platform device which is not created from DT.
6996 * Update the initialization sequence to enable DB410c.
6997 * Migrate the wifi driver from old smd driver to new smd driver.
6998 * Bluetooth: Add HCI device identifier for Qualcomm SMD
6999 * Bluetooth: btqcomsmd: Qualcomm WCNSS HCI driver
7000 * wcn36xx: Update the smd client driver to use new smd channel
7001 * wcn36xx: eliminate the warning for unsupported SMD_EVENT
7002 * wcn36xx: avoid alloc mem with GFP_KERNEL in smd callback.
7003 * linaro: add defconfig fragment with basic linaro config
7004 * kernel: configs: move linaro distro.conf as proper %.config fragment
7005 * kernel: configs: update distro.config
7006 * kernel: configs: improve distro.config, mostly for systemd
7007 * kernel: configs: update distro config from release branch
7008 * kernel: configs: Enable input misc device drivers
7009 * media: vidc: debug: fix build warnings
7010 * media: vidc: venc/vdec: vb2 structure reorganisation
7011 * iommu: qcom: v1: move iommu-sec pgtable allocation
7012 * dts: arm: apq8064: add support to q6 pil via pil-tz
7013 * arm: dts: apq8064: add support to smd apr_audio svc channel
7014 * dts: arm: add support to digital audio via dsp
7015 * arm: dts: qcom: apq8064: Add RPMCC DT node
7016 * arm: dts: qcom: apq8064: Add fixed rate on-board oscillators
7017 * ARM: dts: ERAGON: fix uart pinctrl
7018 * dts: qcom: Add CoreSight components for APQ8064
7019 * arm: dts: apq8064: fix clock names according to new rpmcc
7020 * usb: phy: msm: fix error handling in probe.
7021 * usb: phy: msm: HACK: Make Vddc configuration optional
7022 * usb: phy: msm: Disable driver runtime PM
7023 * usb: phy: msm: Ensure that workers are initialized before use
7024 * usb: chipidea: msm: Use posted data writes on AHB
7025 * usb: host: ehci-msm: Use posted data writes on AHB
7026 * drivers: usb: Add bus scaling suppport
7027 * ASoC: hdmi-codec: Add hdmi-codec for external HDMI-encoders
7028 * ALSA: pcm: add IEC958 channel status helper for hw_params
7029 * sound: codec: Add support to msm8x16_wcd codec.
7030 * sound: qcom: add dsp support to apq8064
7031 * WIP: drm: msm: add proper hdmi codec driver.
7032 * ASoC: qcom: use correct device pointer in dma allocation
7033 * arm: dts: remove duplicate entires
7034 * cpufreq-dt: Add missing rcu_read_lock() for find_device_opp()
7035 * multi_v7_defconfig: add msm iommu kconfig
7036 * kernel: add DRM_LOAD_EDID_FIRMWARE in distro.config
7037 * kernel: configs: add I2C_CHARDEV in distro.config
7038 * kernel: configs: add CONFIG_INPUT_JOYDEV in distro.config
7039 * fixup! ARM: qcom_defconfig: Add QCOM specific drivers
7040 * wcn36xx: handle rx skb allocation failure to avoid system crash
7041 * wcn36xx: split DMA mask register writing.
7042 * wcn36xx: Clean up wcn36xx_smd_send_beacon
7043 * wcn36xx: Pad TIM PVM if needed
7044 * wcn36xx: Add helper macros to cast vif to private vif and vice versa
7045 * wcn36xx: Use consistent name for private vif
7046 * wcn36xx: Use define for invalid index and fix typo
7047 * wcn36xx: Fetch private sta data from sta entry instead of from vif
7048 * wcn36xx: Add helper macros to cast sta to priv
7049 * wcn36xx: Remove sta pointer in private vif struct
7050 * wcn36xx: Parse trigger_ba response properly
7051 * wcn36xx: Copy all members in config_sta v1 conversion
7052 * wcn36xx: Use allocated self sta index instead of hard coded
7053 * wcn36xx: Clear encrypt_type when deleting bss key
7054 * wcn36xx: Track association state
7055 * wcn36xx: Implement multicast filtering
7056 * wcn36xx: don't pad beacons for mesh
7057 * wcn36xx: Use correct command struct for EXIT_BMPS_REQ
7058 * wcn36xx: Disable power save for now
7059 * wcn36xx: remove references to IFF_PROMISC
11dd2ff3
PP
7060
7061 -- Paolo Pisati <paolo.pisati@canonical.com> Thu, 04 Feb 2016 16:20:26 +0100
7062
3c0b18f1
PP
7063linux-snapdragon (4.2.0-2012.12) xenial; urgency=low
7064
7065 [ Tim Gardner ]
7066
7067 * [Config] renamed to snapdragon
7068 * Rebased on Ubuntu-4.2.0-25.30
7069
7070 -- Tim Gardner <tim.gardner@canonical.com> Tue, 26 Jan 2016 15:04:16 -0700
7071
7072linux-snapdragon (4.2.0-2011.11) xenial; urgency=low
7073
7074 [ Upstream Kernel Changes ]
7075
7076 * arm64: errata: Add -mpc-relative-literal-loads to erratum #843419 build
7077 flags
7078 - LP: #1533009
7079
7080 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 25 Jan 2016 11:51:37 +0100
7081
7082linux-snapdragon (4.2.0-2010.10) xenial; urgency=low
7083
7084 [ Paolo Pisati ]
7085
7086 * [Config] DEBUG_MEMORY_INIT=y
7087 * [Config] DEBUG_MUTEXES=y && DEBUG_SPINLOCK=y
7088
7089 -- Paolo Pisati <paolo.pisati@canonical.com> Thu, 21 Jan 2016 09:30:55 +0100
7090
7091linux-dragon410c (4.2.0-2009.9) xenial; urgency=low
7092
7093 [ Paolo Pisati ]
7094
7095 * [Config] USB_HSIC_USB3503=y
7096 * [Config] USB_MSM_OTG=y
7097 * [Config] USB_GADGET=y
7098 * [Config] USB_CHIPIDEA=y
7099
7100 -- Paolo Pisati <paolo.pisati@canonical.com> Tue, 19 Jan 2016 11:39:28 +0100
7101
7102linux-dragon410c (4.2.0-2008.8) xenial; urgency=low
7103
7104 [ Paolo Pisati ]
7105
7106 * rebased on Ubuntu-4.2.0-24.29
7107 * update Linaro BSP qcomlt-4.2 @ f1bd413
7108 * [Config] disable QCOM_[CPUFREQ|CPUIDLE], use the DT generic
7109 * [Config] BUS_TOPOLOGY_ADHOC=y
7110 * [Config] disable MMC_CLKGATE
7111 * [Config] MSM_BUS_SCALING=y
7112 * [Config] disable NO_HZ
7113 * [Config] disable PM_DEVFREQ
7114 * [Config] disable PM_WAKELOCKS
7115 * [Config] USB_OHCI_HCD_PLATFORM=y
7116 * [Config] disable USB_UHCI_HCD
7117 * [Config] disable USB_XHCI_HCD
7118
7119 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 18 Jan 2016 11:43:16 +0100
7120
7121linux-dragon410c (4.2.0-2007.7) xenial; urgency=low
7122
7123 [ Paolo Pisati ]
7124
7125 * [Config] disable all arm64 SOCs but QCOM
7126 * [Config] REGULATOR_FAN53555=y
7127 * [Config] MMC_CLKGATE=y
7128 * [Config] USB_EHCI_HCD_PLATFORM=y && USB_EHCI_MSM=y
7129 * [Config] annotations: enable EHCI platform on arm64
7130 * [Config] DMA_CMA=y
7131 * [Config] I2C_QUP=y
7132 * [Config] HW_RANDOM_MSM=y && HW_RANDOM_TPM=y
7133 * [Config] INPUT_PM8941_PWRKEY=y
7134 * [Config] LEDS_GPIO=y && LEDS_TRIGGER*=y
7135 * [Config] AUTOFS4_FS=y
7136 * [Config] SPMI=y, REGULATOR_QCOM_SPMI=y, PINCTRL_QCOM_SPMI_PMIC
7137 * [Config] MMC_QCOM_DML=y
7138 * [Config] MSM_RPMCC_8064=y
7139 * [Config] QCOM_QFPROM=y && QCOM_TSENS=y
7140
7141 -- Paolo Pisati <paolo.pisati@canonical.com> Wed, 13 Jan 2016 21:56:58 +0100
7142
7143linux-dragon410c (4.2.0-2006.6) xenial; urgency=low
7144
7145 [ Paolo Pisati ]
7146
7147 * [Config] NLS_ISO8859_1=y
7148
7149 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 04 Jan 2016 15:51:22 +0100
7150
7151linux-dragon410c (4.2.0-2005.5) xenial; urgency=low
7152
7153 [ Paolo Pisati ]
7154
7155 * Revert "[Config] FTBFS: disable ARM64_CRYPTO"
7156 * [Config] REGULATOR_FIXED_VOLTAGE=y
7157 * [Config] QCOM_A53=y
7158 * [Config] MFD_QCOM_RPM=y
7159 * [Config] MMC_SDHCI=y && MMC_SDHCI_MSM=y
7160 * [Config] PINCTRL_MSM8916=y
7161 * [Config] QCOM_BAM_DMA && QCOM_GSBI=y
7162 * [Config] REGULATOR_QCOM_RPM=y
7163 * [Config] MMC_BLOCK_MINORS=32
7164 * [Config] CRYPTO_DRBG=y
7165
7166 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 04 Jan 2016 11:11:59 +0100
7167
7168linux-dragon410c (4.2.0-2004.4) xenial; urgency=low
7169
7170 [ Paolo Pisati ]
7171
7172 * [Config] FTBFS: disable ARM64_CRYPTO
7173
7174 -- Paolo Pisati <paolo.pisati@canonical.com> Wed, 09 Dec 2015 14:12:54 +0100
7175
7176linux-dragon410c (4.2.0-2003.3) xenial; urgency=low
7177
7178 [ Paolo Pisati ]
7179
7180 * [Config] COMMON_CLK_QCOM=y && HWSPINLOCK_QCOM=y
7181 * [Config] QCOM_SMD=y (fix FTBFS SERIAL_MSM_SMD)
7182 * [Config] MFD_QCOM_SMD_RPM=y && REGULATOR_QCOM_SMD_RPM=y
7183 * [Config] VIDEO_V4L2=y
7184 * [Config] MSM_VIDC_V4L2=y
7185 * [Config] QCOM_Q6V5_PIL=y && QCOM_TZ_PIL=y
7186 * [Config] DRM_MSM=y && DRM_I2C_ADV7511=y
7187 * [Config] SND_SOC_QCOM=y
7188 * [Config] MSM_GCC_8916=y
7189 * [Config] DRM_PANEL_SIMPLE=y
7190
7191 -- Paolo Pisati <paolo.pisati@canonical.com> Wed, 09 Dec 2015 11:33:29 +0100
7192
7193linux-dragon410c (4.2.0-2002.2) xenial; urgency=low
7194
7195 [ Paolo Pisati ]
7196
7197 * [Config] snappy config fragments: generic, systemd, lxc, security and
7198 snappy
7199 * [Config] snappy/security: CC_STACKPROTECTOR_REGULAR=y
7200 * [Config] snappy/snappy: RFKILL_REGULATOR depends on REGULATOR=y
7201 * [Config] snappy/generic: CRASH_DUMP=y
7202 * [Config] snappy/generic: NVRAM=m
7203 * [Config] snappy/generic: INPUT_UINPUT=y
7204 * [Config] snappy/generic: SYSVIPC=y && SYSVIPC_SYSCTL=y
7205 * [Config] snappy/generic: LOCALVERSION= to avoid packaging failure
7206 * [Config] updateconfigs
7207
7208 [ Upstream Kernel Changes ]
7209
7210 * media: vidc: fix compile error
7211
7212 -- Paolo Pisati <paolo.pisati@canonical.com> Fri, 04 Dec 2015 15:24:16 +0100
7213
7214linux-dragon410c (4.2.0-2001.1) xenial; urgency=low
7215
7216 [ Paolo Pisati ]
7217
7218 * import http://git.linaro.org/landing-teams/working/qualcomm/kernel.git @
7219 ubuntu-qcom-dragonboard410c-15.09
7220 * rebased on Ubuntu-4.2.0-19.23
7221
7222 -- Paolo Pisati <paolo.pisati@canonical.com> Thu, 03 Dec 2015 17:18:07 +0200