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