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