]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - debian.snapdragon/changelog
UBUNTU: Start new release
[mirror_ubuntu-artful-kernel.git] / debian.snapdragon / changelog
1 linux-snapdragon (4.4.0-1087.92) UNRELEASED; urgency=medium
2
3 CHANGELOG: Do not edit directly. Autogenerated at release.
4 CHANGELOG: Use the printchanges target to see the curent changes.
5 CHANGELOG: Use the insertchanges target to create the final log.
6
7 -- Stefan Bader <stefan.bader@canonical.com> Tue, 13 Feb 2018 10:48:20 +0100
8
9 linux-snapdragon (4.4.0-1086.91) xenial; urgency=medium
10
11 * linux-snapdragon: 4.4.0-1086.91 -proposed tracker (LP: #1748494)
12
13 [ Ubuntu: 4.4.0-115.139 ]
14
15 * linux: 4.4.0-115.138 -proposed tracker (LP: #1748745)
16 * CVE-2017-5715 (Spectre v2 Intel)
17 - Revert "UBUNTU: SAUCE: turn off IBPB when full retpoline is present"
18 - SAUCE: turn off IBRS when full retpoline is present
19 - [Packaging] retpoline files must be sorted
20 - [Packaging] pull in retpoline files
21
22 [ Ubuntu: 4.4.0-114.137 ]
23
24 * linux: 4.4.0-114.137 -proposed tracker (LP: #1748484)
25 * ALSA backport missing NVIDIA GPU codec IDs to patch table to
26 Ubuntu 16.04 LTS Kernel (LP: #1744117)
27 - ALSA: hda - Add missing NVIDIA GPU codec IDs to patch table
28 * Shutdown hang on 16.04 with iscsi targets (LP: #1569925)
29 - scsi: libiscsi: Allow sd_shutdown on bad transport
30 * libata: apply MAX_SEC_1024 to all LITEON EP1 series devices (LP: #1743053)
31 - libata: apply MAX_SEC_1024 to all LITEON EP1 series devices
32 * KVM patches for s390x to provide facility bits 81 (ppa15) and 82 (bpb)
33 (LP: #1747090)
34 - KVM: s390: wire up bpb feature
35 - KVM: s390: Enable all facility bits that are known good for passthrough
36 * CVE-2017-5715 (Spectre v2 Intel)
37 - SAUCE: drop lingering gmb() macro
38 - x86/feature: Enable the x86 feature to control Speculation
39 - x86/feature: Report presence of IBPB and IBRS control
40 - x86/enter: MACROS to set/clear IBRS and set IBPB
41 - x86/enter: Use IBRS on syscall and interrupts
42 - x86/idle: Disable IBRS entering idle and enable it on wakeup
43 - x86/idle: Disable IBRS when offlining cpu and re-enable on wakeup
44 - x86/mm: Set IBPB upon context switch
45 - x86/mm: Only set IBPB when the new thread cannot ptrace current thread
46 - x86/kvm: add MSR_IA32_SPEC_CTRL and MSR_IA32_PRED_CMD to kvm
47 - x86/kvm: Set IBPB when switching VM
48 - x86/kvm: Toggle IBRS on VM entry and exit
49 - x86/spec_ctrl: Add sysctl knobs to enable/disable SPEC_CTRL feature
50 - x86/spec_ctrl: Add lock to serialize changes to ibrs and ibpb control
51 - x86/cpu/amd, kvm: Satisfy guest kernel reads of IC_CFG MSR
52 - x86/cpu/AMD: Add speculative control support for AMD
53 - x86/microcode: Extend post microcode reload to support IBPB feature
54 - KVM: SVM: Do not intercept new speculative control MSRs
55 - x86/svm: Set IBRS value on VM entry and exit
56 - x86/svm: Set IBPB when running a different VCPU
57 - KVM: x86: Add speculative control CPUID support for guests
58 - SAUCE: Fix spec_ctrl support in KVM
59 - SAUCE: turn off IBPB when full retpoline is present
60
61 -- Stefan Bader <stefan.bader@canonical.com> Mon, 12 Feb 2018 15:01:49 +0100
62
63 linux-snapdragon (4.4.0-1085.90) xenial; urgency=low
64
65 * linux-snapdragon: 4.4.0-1085.90 -proposed tracker (LP: #1746942)
66
67
68 [ Ubuntu: 4.4.0-113.136 ]
69
70 * linux: 4.4.0-113.136 -proposed tracker (LP: #1746936)
71 * Missing install-time driver for QLogic QED 25/40/100Gb Ethernet NIC
72 (LP: #1743638)
73 - [d-i] Add qede to nic-modules udeb
74 * CVE-2017-5753 (Spectre v1 Intel)
75 - x86/cpu/AMD: Make the LFENCE instruction serialized
76 - x86/cpu/AMD: Remove now unused definition of MFENCE_RDTSC feature
77 - SAUCE: reinstate MFENCE_RDTSC feature definition
78 - locking/barriers: introduce new observable speculation barrier
79 - bpf: prevent speculative execution in eBPF interpreter
80 - x86, bpf, jit: prevent speculative execution when JIT is enabled
81 - SAUCE: FIX: x86, bpf, jit: prevent speculative execution when JIT is enabled
82 - carl9170: prevent speculative execution
83 - qla2xxx: prevent speculative execution
84 - Thermal/int340x: prevent speculative execution
85 - ipv4: prevent speculative execution
86 - ipv6: prevent speculative execution
87 - fs: prevent speculative execution
88 - net: mpls: prevent speculative execution
89 - udf: prevent speculative execution
90 - userns: prevent speculative execution
91 - SAUCE: claim mitigation via observable speculation barrier
92 - SAUCE: powerpc: add osb barrier
93 - SAUCE: s390/spinlock: add osb memory barrier
94 - SAUCE: arm64: no osb() implementation yet
95 - SAUCE: arm: no osb() implementation yet
96 * CVE-2017-5715 (Spectre v2 retpoline)
97 - x86/cpuid: Provide get_scattered_cpuid_leaf()
98 - x86/cpu: Factor out application of forced CPU caps
99 - x86/cpufeatures: Make CPU bugs sticky
100 - x86/cpufeatures: Add X86_BUG_CPU_INSECURE
101 - x86/cpu, x86/pti: Do not enable PTI on AMD processors
102 - x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWN
103 - x86/cpufeatures: Add X86_BUG_SPECTRE_V[12]
104 - x86/cpu: Merge bugs.c and bugs_64.c
105 - sysfs/cpu: Add vulnerability folder
106 - x86/cpu: Implement CPU vulnerabilites sysfs functions
107 - x86/alternatives: Add missing '\n' at end of ALTERNATIVE inline asm
108 - x86/mm/32: Move setup_clear_cpu_cap(X86_FEATURE_PCID) earlier
109 - x86/asm: Use register variable to get stack pointer value
110 - x86/kbuild: enable modversions for symbols exported from asm
111 - x86/asm: Make asm/alternative.h safe from assembly
112 - EXPORT_SYMBOL() for asm
113 - kconfig.h: use __is_defined() to check if MODULE is defined
114 - x86/retpoline: Add initial retpoline support
115 - x86/spectre: Add boot time option to select Spectre v2 mitigation
116 - x86/retpoline/crypto: Convert crypto assembler indirect jumps
117 - x86/retpoline/entry: Convert entry assembler indirect jumps
118 - x86/retpoline/ftrace: Convert ftrace assembler indirect jumps
119 - x86/retpoline/hyperv: Convert assembler indirect jumps
120 - x86/retpoline/xen: Convert Xen hypercall indirect jumps
121 - x86/retpoline/checksum32: Convert assembler indirect jumps
122 - x86/retpoline/irq32: Convert assembler indirect jumps
123 - x86/retpoline: Fill return stack buffer on vmexit
124 - x86/retpoline: Remove compile time warning
125 - x86/retpoline: Add LFENCE to the retpoline/RSB filling RSB macros
126 - module: Add retpoline tag to VERMAGIC
127 - x86/mce: Make machine check speculation protected
128 - retpoline: Introduce start/end markers of indirect thunk
129 - kprobes/x86: Blacklist indirect thunk functions for kprobes
130 - kprobes/x86: Disable optimizing on the function jumps to indirect thunk
131 - x86/retpoline: Optimize inline assembler for vmexit_fill_RSB
132 - [Config] CONFIG_RETPOLINE=y
133 - [Packaging] retpoline -- add call site validation
134 - [Config] disable retpoline checks for first upload
135 * CVE-2017-5715 (revert embargoed) // CVE-2017-5753 (revert embargoed)
136 - Revert "UBUNTU: SAUCE: Fix spec_ctrl support in KVM"
137 - Revert "x86/cpuid: Provide get_scattered_cpuid_leaf()"
138 - Revert "kvm: vmx: Scrub hardware GPRs at VM-exit"
139 - Revert "Revert "x86/svm: Add code to clear registers on VM exit""
140 - Revert "UBUNTU: SAUCE: x86/microcode: Extend post microcode reload to
141 support IBPB feature -- repair missmerge"
142 - Revert "arm: no gmb() implementation yet"
143 - Revert "arm64: no gmb() implementation yet"
144 - Revert "UBUNTU: SAUCE: x86/kvm: Fix stuff_RSB() for 32-bit"
145 - Revert "s390/spinlock: add gmb memory barrier"
146 - Revert "powerpc: add gmb barrier"
147 - Revert "x86/cpu/AMD: Remove now unused definition of MFENCE_RDTSC feature"
148 - Revert "x86/cpu/AMD: Make the LFENCE instruction serialized"
149 - Revert "x86/svm: Add code to clear registers on VM exit"
150 - Revert "x86/svm: Add code to clobber the RSB on VM exit"
151 - Revert "KVM: x86: Add speculative control CPUID support for guests"
152 - Revert "x86/svm: Set IBPB when running a different VCPU"
153 - Revert "x86/svm: Set IBRS value on VM entry and exit"
154 - Revert "KVM: SVM: Do not intercept new speculative control MSRs"
155 - Revert "x86/microcode: Extend post microcode reload to support IBPB feature"
156 - Revert "x86/cpu/AMD: Add speculative control support for AMD"
157 - Revert "x86/cpu/amd, kvm: Satisfy guest kernel reads of IC_CFG MSR"
158 - Revert "x86/entry: Use retpoline for syscall's indirect calls"
159 - Revert "x86/syscall: Clear unused extra registers on 32-bit compatible
160 syscall entrance"
161 - Revert "x86/syscall: Clear unused extra registers on syscall entrance"
162 - Revert "x86/spec_ctrl: Add lock to serialize changes to ibrs and ibpb
163 control"
164 - Revert "x86/spec_ctrl: Add sysctl knobs to enable/disable SPEC_CTRL feature"
165 - Revert "x86/kvm: Pad RSB on VM transition"
166 - Revert "x86/kvm: Toggle IBRS on VM entry and exit"
167 - Revert "x86/kvm: Set IBPB when switching VM"
168 - Revert "x86/kvm: add MSR_IA32_SPEC_CTRL and MSR_IA32_PRED_CMD to kvm"
169 - Revert "x86/entry: Stuff RSB for entry to kernel for non-SMEP platform"
170 - Revert "x86/mm: Only set IBPB when the new thread cannot ptrace current
171 thread"
172 - Revert "x86/mm: Set IBPB upon context switch"
173 - Revert "x86/idle: Disable IBRS when offlining cpu and re-enable on wakeup"
174 - Revert "x86/idle: Disable IBRS entering idle and enable it on wakeup"
175 - Revert "x86/enter: Use IBRS on syscall and interrupts"
176 - Revert "x86/enter: MACROS to set/clear IBRS and set IBPB"
177 - Revert "x86/feature: Report presence of IBPB and IBRS control"
178 - Revert "x86/feature: Enable the x86 feature to control Speculation"
179 - Revert "udf: prevent speculative execution"
180 - Revert "net: mpls: prevent speculative execution"
181 - Revert "fs: prevent speculative execution"
182 - Revert "ipv6: prevent speculative execution"
183 - Revert "userns: prevent speculative execution"
184 - Revert "Thermal/int340x: prevent speculative execution"
185 - Revert "qla2xxx: prevent speculative execution"
186 - Revert "carl9170: prevent speculative execution"
187 - Revert "uvcvideo: prevent speculative execution"
188 - Revert "x86, bpf, jit: prevent speculative execution when JIT is enabled"
189 - Revert "bpf: prevent speculative execution in eBPF interpreter"
190 * CVE-2017-17712
191 - net: ipv4: fix for a race condition in raw_sendmsg
192 * upload urgency should be medium by default (LP: #1745338)
193 - [Packaging] update urgency to medium by default
194 * CVE-CVE-2017-12190
195 - more bio_map_user_iov() leak fixes
196 * CVE-2015-8952
197 - mbcache2: reimplement mbcache
198 - ext2: convert to mbcache2
199 - ext4: convert to mbcache2
200 - mbcache2: limit cache size
201 - mbcache2: Use referenced bit instead of LRU
202 - ext4: kill ext4_mballoc_ready
203 - ext4: shortcut setting of xattr to the same value
204 - mbcache: remove mbcache
205 - mbcache2: rename to mbcache
206 - mbcache: get rid of _e_hash_list_head
207 - mbcache: add reusable flag to cache entries
208 * CVE-2017-15115
209 - sctp: do not peel off an assoc from one netns to another one
210 * CVE-2017-8824
211 - dccp: CVE-2017-8824: use-after-free in DCCP code
212
213 [ Ubuntu: 4.4.0-112.135 ]
214
215 * linux: 4.4.0-112.135 -proposed tracker (LP: #1744244)
216 * CVE-2017-5715 // CVE-2017-5753
217 - x86/cpuid: Provide get_scattered_cpuid_leaf()
218 - SAUCE: Fix spec_ctrl support in KVM
219 - SAUCE: s390: improve cpu alternative handling for gmb and nobp
220 - SAUCE: s390: print messages for gmb and nobp
221 - [Config] KERNEL_NOBP=y
222
223 [ Ubuntu: 4.4.0-111.134 ]
224
225 * linux: 4.4.0-111.134 -proposed tracker (LP: #1743362)
226 * Do not duplicate changelog entries assigned to more than one bug or CVE
227 (LP: #1743383)
228 - [Packaging] git-ubuntu-log -- handle multiple bugs/cves better
229 * CVE-2017-5715 // CVE-2017-5753
230 - SAUCE: x86/microcode: Extend post microcode reload to support IBPB feature
231 -- repair missmerge
232 - Revert "x86/svm: Add code to clear registers on VM exit"
233 - kvm: vmx: Scrub hardware GPRs at VM-exit
234 * CVE-2017-5754
235 - SAUCE: powerpc: use sync instead of hwsync mnemonic
236
237 [ Ubuntu: 4.4.0-110.133 ]
238
239 * linux: 4.4.0-110.133 -proposed tracker (LP: #1742995)
240 * CVE-2017-5753
241 - x86/microcode/AMD: Add support for fam17h microcode loading
242 - bpf: add bpf_patch_insn_single helper
243 - bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apis
244 - bpf: add generic constant blinding for use in jits
245 - locking/barriers: introduce new memory barrier gmb()
246 - bpf: prevent speculative execution in eBPF interpreter
247 - x86, bpf, jit: prevent speculative execution when JIT is enabled
248 - uvcvideo: prevent speculative execution
249 - carl9170: prevent speculative execution
250 - qla2xxx: prevent speculative execution
251 - Thermal/int340x: prevent speculative execution
252 - userns: prevent speculative execution
253 - ipv6: prevent speculative execution
254 - fs: prevent speculative execution
255 - net: mpls: prevent speculative execution
256 - udf: prevent speculative execution
257 - x86/feature: Enable the x86 feature to control Speculation
258 - x86/feature: Report presence of IBPB and IBRS control
259 - x86/enter: MACROS to set/clear IBRS and set IBPB
260 - x86/enter: Use IBRS on syscall and interrupts
261 - x86/idle: Disable IBRS entering idle and enable it on wakeup
262 - x86/idle: Disable IBRS when offlining cpu and re-enable on wakeup
263 - x86/mm: Set IBPB upon context switch
264 - x86/mm: Only set IBPB when the new thread cannot ptrace current thread
265 - x86/entry: Stuff RSB for entry to kernel for non-SMEP platform
266 - x86/kvm: add MSR_IA32_SPEC_CTRL and MSR_IA32_PRED_CMD to kvm
267 - x86/kvm: Set IBPB when switching VM
268 - x86/kvm: Toggle IBRS on VM entry and exit
269 - x86/kvm: Pad RSB on VM transition
270 - x86/spec_ctrl: Add sysctl knobs to enable/disable SPEC_CTRL feature
271 - x86/spec_ctrl: Add lock to serialize changes to ibrs and ibpb control
272 - x86/syscall: Clear unused extra registers on syscall entrance
273 - x86/syscall: Clear unused extra registers on 32-bit compatible syscall
274 entrance
275 - x86/entry: Use retpoline for syscall's indirect calls
276 - x86/cpu/amd, kvm: Satisfy guest kernel reads of IC_CFG MSR
277 - x86/cpu/AMD: Add speculative control support for AMD
278 - x86/microcode: Extend post microcode reload to support IBPB feature
279 - KVM: SVM: Do not intercept new speculative control MSRs
280 - x86/svm: Set IBRS value on VM entry and exit
281 - x86/svm: Set IBPB when running a different VCPU
282 - KVM: x86: Add speculative control CPUID support for guests
283 - x86/svm: Add code to clobber the RSB on VM exit
284 - x86/svm: Add code to clear registers on VM exit
285 - x86/cpu/AMD: Make the LFENCE instruction serialized
286 - x86/cpu/AMD: Remove now unused definition of MFENCE_RDTSC feature
287 - powerpc: add gmb barrier
288 - s390/spinlock: add gmb memory barrier
289 - SAUCE: x86/kvm: Fix stuff_RSB() for 32-bit
290 - arm64: no gmb() implementation yet
291 - arm: no gmb() implementation yet
292 * CVE-2017-5715
293 - x86/microcode/AMD: Add support for fam17h microcode loading
294 - bpf: add bpf_patch_insn_single helper
295 - bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apis
296 - bpf: add generic constant blinding for use in jits
297 - locking/barriers: introduce new memory barrier gmb()
298 - bpf: prevent speculative execution in eBPF interpreter
299 - x86, bpf, jit: prevent speculative execution when JIT is enabled
300 - uvcvideo: prevent speculative execution
301 - carl9170: prevent speculative execution
302 - qla2xxx: prevent speculative execution
303 - Thermal/int340x: prevent speculative execution
304 - userns: prevent speculative execution
305 - ipv6: prevent speculative execution
306 - fs: prevent speculative execution
307 - net: mpls: prevent speculative execution
308 - udf: prevent speculative execution
309 - x86/feature: Enable the x86 feature to control Speculation
310 - x86/feature: Report presence of IBPB and IBRS control
311 - x86/enter: MACROS to set/clear IBRS and set IBPB
312 - x86/enter: Use IBRS on syscall and interrupts
313 - x86/idle: Disable IBRS entering idle and enable it on wakeup
314 - x86/idle: Disable IBRS when offlining cpu and re-enable on wakeup
315 - x86/mm: Set IBPB upon context switch
316 - x86/mm: Only set IBPB when the new thread cannot ptrace current thread
317 - x86/entry: Stuff RSB for entry to kernel for non-SMEP platform
318 - x86/kvm: add MSR_IA32_SPEC_CTRL and MSR_IA32_PRED_CMD to kvm
319 - x86/kvm: Set IBPB when switching VM
320 - x86/kvm: Toggle IBRS on VM entry and exit
321 - x86/kvm: Pad RSB on VM transition
322 - x86/spec_ctrl: Add sysctl knobs to enable/disable SPEC_CTRL feature
323 - x86/spec_ctrl: Add lock to serialize changes to ibrs and ibpb control
324 - x86/syscall: Clear unused extra registers on syscall entrance
325 - x86/syscall: Clear unused extra registers on 32-bit compatible syscall
326 entrance
327 - x86/entry: Use retpoline for syscall's indirect calls
328 - x86/cpu/amd, kvm: Satisfy guest kernel reads of IC_CFG MSR
329 - x86/cpu/AMD: Add speculative control support for AMD
330 - x86/microcode: Extend post microcode reload to support IBPB feature
331 - KVM: SVM: Do not intercept new speculative control MSRs
332 - x86/svm: Set IBRS value on VM entry and exit
333 - x86/svm: Set IBPB when running a different VCPU
334 - KVM: x86: Add speculative control CPUID support for guests
335 - x86/svm: Add code to clobber the RSB on VM exit
336 - x86/svm: Add code to clear registers on VM exit
337 - x86/cpu/AMD: Make the LFENCE instruction serialized
338 - x86/cpu/AMD: Remove now unused definition of MFENCE_RDTSC feature
339 - powerpc: add gmb barrier
340 - s390/spinlock: add gmb memory barrier
341 - SAUCE: x86/kvm: Fix stuff_RSB() for 32-bit
342 - arm64: no gmb() implementation yet
343 - arm: no gmb() implementation yet
344 * powerpc: flush L1D on return to use (LP: #1742772)
345 - SAUCE: powerpc: Secure memory rfi flush
346 - SAUCE: rfi-flush: Make DEBUG_RFI a CONFIG option
347 - SAUCE: rfi-flush: Add HRFI_TO_UNKNOWN and use it in denorm
348 - SAUCE: Fixup rfid in kvmppc_skip_Hinterrupt should be hrfid
349 - SAUCE: rfi-flush: kvmppc_skip_(H)interrupt returns to host
350 - SAUCE: KVM: Revert the implementation of H_GET_CPU_CHARACTERISTICS
351 - SAUCE: rfi-flush: Implement congruence-first fallback flush
352 - SAUCE: rfi-flush: Make l1d_flush_type bit flags
353 - SAUCE: rfi-flush: Push the instruction selection down to the patching
354 routine
355 - SAUCE: rfi-flush: Expand the RFI section to two nop slots
356 - SAUCE: rfi-flush: Support more than one flush type at once
357 - SAUCE: rfi-flush: Allow HV to advertise multiple flush types
358 - SAUCE: rfi-flush: Add speculation barrier before ori 30,30,0 flush
359 - SAUCE: powerpc/asm: Allow including ppc_asm.h in asm files
360 - SAUCE: Remove setup.h include file otherwise compilation complains about
361 missing header file.
362 - SAUCE: Fix compilation errors for arch/powerpc/lib/feature-fixups.c
363 - SAUCE: rfi-flush: Add barriers to the fallback L1D flushing
364 - SAUCE: rfi-flush: Rework powernv logic to be more cautious
365 - SAUCE: rfi-flush: Rework pseries logic to be more cautious
366 - SAUCE: rfi-flush: Fix the fallback flush to actually activate
367 - SAUCE: rfi-flush: Fix HRFI_TO_UNKNOWN
368 - SAUCE: rfi-flush: Refactor the macros so the nops are defined once
369 - SAUCE: rfi-flush: Add no_rfi_flush and nopti comandline options
370 - SAUCE: rfi-flush: Use rfi-flush in printks
371 - SAUCE: rfi-flush: Fallback flush add load dependency
372 - SAUCE: rfi-flush: Fix the 32-bit KVM build
373 - SAUCE: rfi-flush: Fix some RFI conversions in the KVM code
374 - SAUCE: UBUNTU: [Config] Disable CONFIG_PPC_DEBUG_RFI
375 * s390: add ppa to kernel entry/exit (LP: #1742771)
376 - s390: introduce CPU alternatives
377 - s390: add ppa to kernel entry / exit
378 * CVE-2017-5754
379 - x86/tlb: Drop the _GPL from the cpu_tlbstate export
380 - Map the vsyscall page with _PAGE_USER
381 - s390: introduce CPU alternatives
382 - s390: add ppa to kernel entry / exit
383 - SAUCE: powerpc: Secure memory rfi flush
384 - SAUCE: rfi-flush: Make DEBUG_RFI a CONFIG option
385 - SAUCE: rfi-flush: Add HRFI_TO_UNKNOWN and use it in denorm
386 - SAUCE: Fixup rfid in kvmppc_skip_Hinterrupt should be hrfid
387 - SAUCE: rfi-flush: kvmppc_skip_(H)interrupt returns to host
388 - SAUCE: KVM: Revert the implementation of H_GET_CPU_CHARACTERISTICS
389 - SAUCE: rfi-flush: Implement congruence-first fallback flush
390 - SAUCE: rfi-flush: Make l1d_flush_type bit flags
391 - SAUCE: rfi-flush: Push the instruction selection down to the patching
392 routine
393 - SAUCE: rfi-flush: Expand the RFI section to two nop slots
394 - SAUCE: rfi-flush: Support more than one flush type at once
395 - SAUCE: rfi-flush: Allow HV to advertise multiple flush types
396 - SAUCE: rfi-flush: Add speculation barrier before ori 30,30,0 flush
397 - SAUCE: powerpc/asm: Allow including ppc_asm.h in asm files
398 - SAUCE: Remove setup.h include file otherwise compilation complains about
399 missing header file.
400 - SAUCE: Fix compilation errors for arch/powerpc/lib/feature-fixups.c
401 - SAUCE: rfi-flush: Add barriers to the fallback L1D flushing
402 - SAUCE: rfi-flush: Rework powernv logic to be more cautious
403 - SAUCE: rfi-flush: Rework pseries logic to be more cautious
404 - SAUCE: rfi-flush: Fix the fallback flush to actually activate
405 - SAUCE: rfi-flush: Fix HRFI_TO_UNKNOWN
406 - SAUCE: rfi-flush: Refactor the macros so the nops are defined once
407 - SAUCE: rfi-flush: Add no_rfi_flush and nopti comandline options
408 - SAUCE: rfi-flush: Use rfi-flush in printks
409 - SAUCE: rfi-flush: Fallback flush add load dependency
410 - SAUCE: rfi-flush: Fix the 32-bit KVM build
411 - SAUCE: rfi-flush: Fix some RFI conversions in the KVM code
412 - SAUCE: UBUNTU: [Config] Disable CONFIG_PPC_DEBUG_RFI
413
414 [ Ubuntu: 4.4.0-109.132 ]
415
416 * linux: 4.4.0-109.132 -proposed tracker (LP: #1742252)
417 * Kernel trace with xenial 4.4 (4.4.0-108.131, Candidate kernels for PTI fix)
418 (LP: #1741934)
419 - SAUCE: kaiser: fix perf crashes - fix to original commit
420
421 [ Ubuntu: 4.4.0-108.131 ]
422
423 * linux: 4.4.0-108.131 -proposed tracker (LP: #1741727)
424 * CVE-2017-5754
425 - x86/mm: Disable PCID on 32-bit kernels
426
427 -- Khalid Elmously <khalid.elmously@canonical.com> Thu, 08 Feb 2018 03:29:01 +0000
428
429 linux-snapdragon (4.4.0-1084.89) xenial; urgency=low
430
431 * linux-snapdragon: 4.4.0-1084.89 -proposed tracker (LP: #1741653)
432
433 [ Ubuntu: 4.4.0-107.130 ]
434
435 * linux: 4.4.0-107.130 -proposed tracker (LP: #1741643)
436 * CVE-2017-5754
437 - Revert "UBUNTU: SAUCE: arch/x86/entry/vdso: temporarily disable vdso"
438 - KPTI: Report when enabled
439 - x86, vdso, pvclock: Simplify and speed up the vdso pvclock reader
440 - x86/vdso: Get pvclock data from the vvar VMA instead of the fixmap
441 - x86/kasan: Clear kasan_zero_page after TLB flush
442 - kaiser: Set _PAGE_NX only if supported
443
444 [ Ubuntu: 4.4.0-106.129 ]
445
446 * linux: 4.4.0-106.129 -proposed tracker (LP: #1741528)
447 * CVE-2017-5754
448 - KAISER: Kernel Address Isolation
449 - kaiser: merged update
450 - kaiser: do not set _PAGE_NX on pgd_none
451 - kaiser: stack map PAGE_SIZE at THREAD_SIZE-PAGE_SIZE
452 - kaiser: fix build and FIXME in alloc_ldt_struct()
453 - kaiser: KAISER depends on SMP
454 - kaiser: fix regs to do_nmi() ifndef CONFIG_KAISER
455 - kaiser: fix perf crashes
456 - kaiser: ENOMEM if kaiser_pagetable_walk() NULL
457 - kaiser: tidied up asm/kaiser.h somewhat
458 - kaiser: tidied up kaiser_add/remove_mapping slightly
459 - kaiser: kaiser_remove_mapping() move along the pgd
460 - kaiser: cleanups while trying for gold link
461 - kaiser: name that 0x1000 KAISER_SHADOW_PGD_OFFSET
462 - kaiser: delete KAISER_REAL_SWITCH option
463 - kaiser: vmstat show NR_KAISERTABLE as nr_overhead
464 - x86/mm: Enable CR4.PCIDE on supported systems
465 - x86/mm: Build arch/x86/mm/tlb.c even on !SMP
466 - x86/mm, sched/core: Uninline switch_mm()
467 - x86/mm: Add INVPCID helpers
468 - x86/mm: If INVPCID is available, use it to flush global mappings
469 - kaiser: enhanced by kernel and user PCIDs
470 - kaiser: load_new_mm_cr3() let SWITCH_USER_CR3 flush user
471 - kaiser: PCID 0 for kernel and 128 for user
472 - kaiser: x86_cr3_pcid_noflush and x86_cr3_pcid_user
473 - kaiser: paranoid_entry pass cr3 need to paranoid_exit
474 - kaiser: _pgd_alloc() without __GFP_REPEAT to avoid stalls
475 - kaiser: fix unlikely error in alloc_ldt_struct()
476 - kaiser: add "nokaiser" boot option, using ALTERNATIVE
477 - x86/kaiser: Rename and simplify X86_FEATURE_KAISER handling
478 - x86/boot: Add early cmdline parsing for options with arguments
479 - x86/kaiser: Check boottime cmdline params
480 - kaiser: use ALTERNATIVE instead of x86_cr3_pcid_noflush
481 - kaiser: drop is_atomic arg to kaiser_pagetable_walk()
482 - kaiser: asm/tlbflush.h handle noPGE at lower level
483 - kaiser: kaiser_flush_tlb_on_return_to_user() check PCID
484 - x86/paravirt: Dont patch flush_tlb_single
485 - x86/kaiser: Reenable PARAVIRT
486 - kaiser: disabled on Xen PV
487 - x86/kaiser: Move feature detection up
488 - kvm: x86: fix RSM when PCID is non-zero
489 - SAUCE: arch/x86/entry/vdso: temporarily disable vdso
490 - [Config]: CONFIG_KAISER=y
491
492 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Sun, 07 Jan 2018 12:46:26 +0100
493
494 linux-snapdragon (4.4.0-1082.87) xenial; urgency=low
495
496 * linux-snapdragon: 4.4.0-1082.87 -proposed tracker (LP: #1737520)
497
498 [ Ubuntu: 4.4.0-104.127 ]
499
500 * linux: 4.4.0-104.127 -proposed tracker (LP: #1737511)
501 * upgrading linux-image package to 4.4.0-103.126 breaks Ceph network file
502 system connection (LP: #1737033)
503 - Revert "libceph: MOSDOpReply v7 encoding"
504 - Revert "libceph: advertise support for TUNABLES5"
505 - Revert "crush: decode and initialize chooseleaf_stable"
506 - Revert "crush: add chooseleaf_stable tunable"
507 - Revert "crush: ensure take bucket value is valid"
508 - Revert "crush: ensure bucket id is valid before indexing buckets array"
509
510 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Mon, 11 Dec 2017 15:18:19 +0100
511
512 linux-snapdragon (4.4.0-1081.86) xenial; urgency=low
513
514 * linux-snapdragon: 4.4.0-1081.86 -proposed tracker (LP: #1736186)
515
516 [ Ubuntu: 4.4.0-103.126 ]
517
518 * linux: 4.4.0-103.126 -proposed tracker (LP: #1736181)
519 * CVE-2017-1000405
520 - mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()
521 * CVE-2017-16939
522 - netlink: add a start callback for starting a netlink dump
523 - ipsec: Fix aborted xfrm policy dump crash
524
525 -- Stefan Bader <stefan.bader@canonical.com> Mon, 04 Dec 2017 18:48:53 +0100
526
527 linux-snapdragon (4.4.0-1080.85) xenial; urgency=low
528
529 * linux-snapdragon: 4.4.0-1080.85 -proposed tracker (LP: #1733544)
530
531 * Update config with NET_DSA=n as required by changes in
532 upstream stable update to 4.4.98 (LP: #1732698)
533
534 [ Ubuntu: 4.4.0-102.125 ]
535
536 * linux: 4.4.0-102.125 -proposed tracker (LP: #1733541)
537 * tar -x sometimes fails on overlayfs (LP: #1728489)
538 - ovl: check if all layers are on the same fs
539 - ovl: persistent inode number for directories
540 * NVMe timeout is too short (LP: #1729119)
541 - nvme: update timeout module parameter type
542 * Set PANIC_TIMEOUT=10 on Power Systems (LP: #1730660)
543 - [Config]: Set PANIC_TIMEOUT=10 on ppc64el
544 * Cannot pair BLE remote devices when using combo BT SoC (LP: #1731467)
545 - Bluetooth: increase timeout for le auto connections
546 * CIFS errors on 4.4.0-98, but not on 4.4.0-97 with same config (LP: #1729337)
547 - SMB3: Validate negotiate request must always be signed
548 * Plantronics P610 does not support sample rate reading (LP: #1719853)
549 - ALSA: usb-audio: Add sample rate quirk for Plantronics P610
550 * Invalid btree pointer causes the kernel NULL pointer dereference
551 (LP: #1729256)
552 - xfs: reinit btree pointer on attr tree inactivation walk
553 * Samba mount/umount in docker container triggers kernel Oops (LP: #1729637)
554 - ipv6: only call ip6_route_dev_notify() once for NETDEV_UNREGISTER
555 - ipv6: fix NULL dereference in ip6_route_dev_notify()
556 * [kernel] tty/hvc: Use opal irqchip interface if available (LP: #1728098)
557 - tty/hvc: Use opal irqchip interface if available
558 * Device hotplugging with MPT SAS cannot work for VMWare ESXi (LP: #1730852)
559 - scsi: mptsas: Fixup device hotplug for VMWare ESXi
560 * NMI watchdog: BUG: soft lockup on Guest upon boot (KVM) (LP: #1727331)
561 - KVM: PPC: Book3S: Treat VTB as a per-subcore register, not per-thread
562 * Attempt to map rbd image from ceph jewel/luminous hangs (LP: #1728739)
563 - crush: ensure bucket id is valid before indexing buckets array
564 - crush: ensure take bucket value is valid
565 - crush: add chooseleaf_stable tunable
566 - crush: decode and initialize chooseleaf_stable
567 - libceph: advertise support for TUNABLES5
568 - libceph: MOSDOpReply v7 encoding
569 * Xenial update to 4.4.98 stable release (LP: #1732698)
570 - adv7604: Initialize drive strength to default when using DT
571 - video: fbdev: pmag-ba-fb: Remove bad `__init' annotation
572 - PCI: mvebu: Handle changes to the bridge windows while enabled
573 - xen/netback: set default upper limit of tx/rx queues to 8
574 - drm: drm_minor_register(): Clean up debugfs on failure
575 - KVM: PPC: Book 3S: XICS: correct the real mode ICP rejecting counter
576 - iommu/arm-smmu-v3: Clear prior settings when updating STEs
577 - powerpc/corenet: explicitly disable the SDHC controller on kmcoge4
578 - ARM: omap2plus_defconfig: Fix probe errors on UARTs 5 and 6
579 - crypto: vmx - disable preemption to enable vsx in aes_ctr.c
580 - iio: trigger: free trigger resource correctly
581 - phy: increase size of MII_BUS_ID_SIZE and bus_id
582 - serial: sh-sci: Fix register offsets for the IRDA serial port
583 - usb: hcd: initialize hcd->flags to 0 when rm hcd
584 - netfilter: nft_meta: deal with PACKET_LOOPBACK in netdev family
585 - IPsec: do not ignore crypto err in ah4 input
586 - Input: mpr121 - handle multiple bits change of status register
587 - Input: mpr121 - set missing event capability
588 - IB/ipoib: Change list_del to list_del_init in the tx object
589 - s390/qeth: issue STARTLAN as first IPA command
590 - (config) Add NET_DSA=n
591 - net: dsa: select NET_SWITCHDEV
592 - platform/x86: hp-wmi: Fix detection for dock and tablet mode
593 - cdc_ncm: Set NTB format again after altsetting switch for Huawei devices
594 - KEYS: trusted: sanitize all key material
595 - KEYS: trusted: fix writing past end of buffer in trusted_read()
596 - platform/x86: hp-wmi: Fix error value for hp_wmi_tablet_state
597 - platform/x86: hp-wmi: Do not shadow error values
598 - x86/uaccess, sched/preempt: Verify access_ok() context
599 - workqueue: Fix NULL pointer dereference
600 - crypto: x86/sha1-mb - fix panic due to unaligned access
601 - KEYS: fix NULL pointer dereference during ASN.1 parsing [ver #2]
602 - ARM: 8720/1: ensure dump_instr() checks addr_limit
603 - ALSA: seq: Fix OSS sysex delivery in OSS emulation
604 - ALSA: seq: Avoid invalid lockdep class warning
605 - MIPS: microMIPS: Fix incorrect mask in insn_table_MM
606 - MIPS: Fix CM region target definitions
607 - MIPS: SMP: Use a completion event to signal CPU up
608 - MIPS: Fix race on setting and getting cpu_online_mask
609 - MIPS: SMP: Fix deadlock & online race
610 - test: firmware_class: report errors properly on failure
611 - selftests: firmware: add empty string and async tests
612 - selftests: firmware: send expected errors to /dev/null
613 - tools: firmware: check for distro fallback udev cancel rule
614 - MIPS: AR7: Defer registration of GPIO
615 - MIPS: AR7: Ensure that serial ports are properly set up
616 - Input: elan_i2c - add ELAN060C to the ACPI table
617 - drm/vmwgfx: Fix Ubuntu 17.10 Wayland black screen issue
618 - rbd: use GFP_NOIO for parent stat and data requests
619 - can: sun4i: handle overrun in RX FIFO
620 - can: c_can: don't indicate triple sampling support for D_CAN
621 - x86/oprofile/ppro: Do not use __this_cpu*() in preemptible context
622 - PKCS#7: fix unitialized boolean 'want'
623 - Linux 4.4.98
624 * ELANTECH Touchpad is not detected in 'Lenovo Ideapad 320 14AST' after fresh
625 install (LP: #1727544)
626 - Input: elan_i2c - add ELAN060C to the ACPI table
627 * Xenial update to 4.4.97 stable release (LP: #1731915)
628 - ALSA: timer: Add missing mutex lock for compat ioctls
629 - ALSA: seq: Fix nested rwsem annotation for lockdep splat
630 - cifs: check MaxPathNameComponentLength != 0 before using it
631 - KEYS: return full count in keyring_read() if buffer is too small
632 - KEYS: fix out-of-bounds read during ASN.1 parsing
633 - ASoC: adau17x1: Workaround for noise bug in ADC
634 - arm64: ensure __dump_instr() checks addr_limit
635 - ARM: dts: mvebu: pl310-cache disable double-linefill
636 - ARM: 8715/1: add a private asm/unaligned.h
637 - ocfs2: fstrim: Fix start offset of first cluster group during fstrim
638 - perf tools: Fix build failure on perl script context
639 - drm/msm: Fix potential buffer overflow issue
640 - drm/msm: fix an integer overflow test
641 - tracing/samples: Fix creation and deletion of simple_thread_fn creation
642 - Fix tracing sample code warning.
643 - PM / wakeirq: report a wakeup_event on dedicated wekup irq
644 - mmc: s3cmci: include linux/interrupt.h for tasklet_struct
645 - ARM: pxa: Don't rely on public mmc header to include leds.h
646 - mfd: ab8500-sysctrl: Handle probe deferral
647 - mfd: axp20x: Fix axp288 PEK_DBR and PEK_DBF irqs being swapped
648 - staging: rtl8712u: Fix endian settings for structs describing network
649 packets
650 - ext4: fix stripe-unaligned allocations
651 - ext4: do not use stripe_width if it is not set
652 - i2c: riic: correctly finish transfers
653 - drm/amdgpu: when dpm disabled, also need to stop/start vce.
654 - perf tools: Only increase index if perf_evsel__new_idx() succeeds
655 - cx231xx: Fix I2C on Internal Master 3 Bus
656 - xen/manage: correct return value check on xenbus_scanf()
657 - scsi: aacraid: Process Error for response I/O
658 - platform/x86: intel_mid_thermal: Fix module autoload
659 - staging: lustre: llite: don't invoke direct_IO for the EOF case
660 - staging: lustre: hsm: stack overrun in hai_dump_data_field
661 - staging: lustre: ptlrpc: skip lock if export failed
662 - exynos4-is: fimc-is: Unmap region obtained by of_iomap()
663 - mei: return error on notification request to a disconnected client
664 - s390/dasd: check for device error pointer within state change interrupts
665 - bt8xx: fix memory leak
666 - xen: don't print error message in case of missing Xenstore entry
667 - staging: r8712u: Fix Sparse warning in rtl871x_xmit.c
668 - Linux 4.4.97
669 * Xenial update to 4.4.96 stable release (LP: #1731882)
670 - workqueue: replace pool->manager_arb mutex with a flag
671 - ALSA: hda/realtek - Add support for ALC236/ALC3204
672 - ALSA: hda - fix headset mic problem for Dell machines with alc236
673 - ceph: unlock dangling spinlock in try_flush_caps()
674 - usb: xhci: Handle error condition in xhci_stop_device()
675 - spi: uapi: spidev: add missing ioctl header
676 - fuse: fix READDIRPLUS skipping an entry
677 - xen/gntdev: avoid out of bounds access in case of partial gntdev_mmap()
678 - Input: elan_i2c - add ELAN0611 to the ACPI table
679 - Input: gtco - fix potential out-of-bound access
680 - assoc_array: Fix a buggy node-splitting case
681 - scsi: zfcp: fix erp_action use-before-initialize in REC action trace
682 - scsi: sg: Re-fix off by one in sg_fill_request_table()
683 - can: sun4i: fix loopback mode
684 - can: kvaser_usb: Correct return value in printout
685 - can: kvaser_usb: Ignore CMD_FLUSH_QUEUE_REPLY messages
686 - regulator: fan53555: fix I2C device ids
687 - x86/microcode/intel: Disable late loading on model 79
688 - ecryptfs: fix dereference of NULL user_key_payload
689 - Revert "drm: bridge: add DT bindings for TI ths8135"
690 - Linux 4.4.96
691 * Touchpad not detected - Lenovo ideapad 320-15IKB (LP: #1723736)
692 - Input: elan_i2c - add ELAN0611 to the ACPI table
693
694 [ Ubuntu: 4.4.0-101.124 ]
695
696 * linux: 4.4.0-101.124 -proposed tracker (LP: #1731264)
697 * s390/mm: fix write access check in gup_huge_pmd() (LP: #1730596)
698 - s390/mm: fix write access check in gup_huge_pmd()
699
700 -- Stefan Bader <stefan.bader@canonical.com> Wed, 22 Nov 2017 16:59:32 +0100
701
702 linux-snapdragon (4.4.0-1079.84) xenial; urgency=low
703
704 * linux-snapdragon: 4.4.0-1079.84 -proposed tracker (LP: #1729279)
705
706 [ Ubuntu: 4.4.0-100.123 ]
707
708 * linux: 4.4.0-100.123 -proposed tracker (LP: #1729273)
709 * Xenial update to 4.4.95 stable release (LP: #1729107)
710 - USB: devio: Revert "USB: devio: Don't corrupt user memory"
711 - USB: core: fix out-of-bounds access bug in usb_get_bos_descriptor()
712 - USB: serial: metro-usb: add MS7820 device id
713 - usb: cdc_acm: Add quirk for Elatec TWN3
714 - usb: quirks: add quirk for WORLDE MINI MIDI keyboard
715 - usb: hub: Allow reset retry for USB2 devices on connect bounce
716 - ALSA: usb-audio: Add native DSD support for Pro-Ject Pre Box S2 Digital
717 - can: gs_usb: fix busy loop if no more TX context is available
718 - usb: musb: sunxi: Explicitly release USB PHY on exit
719 - usb: musb: Check for host-mode using is_host_active() on reset interrupt
720 - can: esd_usb2: Fix can_dlc value for received RTR, frames
721 - drm/nouveau/bsp/g92: disable by default
722 - drm/nouveau/mmu: flush tlbs before deleting page tables
723 - ALSA: seq: Enable 'use' locking in all configurations
724 - ALSA: hda: Remove superfluous '-' added by printk conversion
725 - i2c: ismt: Separate I2C block read from SMBus block read
726 - brcmsmac: make some local variables 'static const' to reduce stack size
727 - bus: mbus: fix window size calculation for 4GB windows
728 - clockevents/drivers/cs5535: Improve resilience to spurious interrupts
729 - rtlwifi: rtl8821ae: Fix connection lost problem
730 - KEYS: encrypted: fix dereference of NULL user_key_payload
731 - lib/digsig: fix dereference of NULL user_key_payload
732 - KEYS: don't let add_key() update an uninstantiated key
733 - pkcs7: Prevent NULL pointer dereference, since sinfo is not always set.
734 - parisc: Avoid trashing sr2 and sr3 in LWS code
735 - parisc: Fix double-word compare and exchange in LWS code on 32-bit kernels
736 - sched/autogroup: Fix autogroup_move_group() to never skip sched_move_task()
737 - f2fs crypto: replace some BUG_ON()'s with error checks
738 - f2fs crypto: add missing locking for keyring_key access
739 - fscrypt: fix dereference of NULL user_key_payload
740 - KEYS: Fix race between updating and finding a negative key
741 - fscrypto: require write access to mount to set encryption policy
742 - FS-Cache: fix dereference of NULL user_key_payload
743 - Linux 4.4.95
744 * Xenial update to 4.4.94 stable release (LP: #1729105)
745 - percpu: make this_cpu_generic_read() atomic w.r.t. interrupts
746 - drm/dp/mst: save vcpi with payloads
747 - MIPS: Fix minimum alignment requirement of IRQ stack
748 - sctp: potential read out of bounds in sctp_ulpevent_type_enabled()
749 - bpf/verifier: reject BPF_ALU64|BPF_END
750 - udpv6: Fix the checksum computation when HW checksum does not apply
751 - ip6_gre: skb_push ipv6hdr before packing the header in ip6gre_header
752 - net: emac: Fix napi poll list corruption
753 - packet: hold bind lock when rebinding to fanout hook
754 - bpf: one perf event close won't free bpf program attached by another perf
755 event
756 - isdn/i4l: fetch the ppp_write buffer in one shot
757 - vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmit
758 - l2tp: Avoid schedule while atomic in exit_net
759 - l2tp: fix race condition in l2tp_tunnel_delete
760 - tun: bail out from tun_get_user() if the skb is empty
761 - packet: in packet_do_bind, test fanout with bind_lock held
762 - packet: only test po->has_vnet_hdr once in packet_snd
763 - net: Set sk_prot_creator when cloning sockets to the right proto
764 - tipc: use only positive error codes in messages
765 - Revert "bsg-lib: don't free job in bsg_prepare_job"
766 - locking/lockdep: Add nest_lock integrity test
767 - watchdog: kempld: fix gcc-4.3 build
768 - irqchip/crossbar: Fix incorrect type of local variables
769 - mac80211_hwsim: check HWSIM_ATTR_RADIO_NAME length
770 - mac80211: fix power saving clients handling in iwlwifi
771 - net/mlx4_en: fix overflow in mlx4_en_init_timestamp()
772 - netfilter: nf_ct_expect: Change __nf_ct_expect_check() return value.
773 - iio: adc: xilinx: Fix error handling
774 - Btrfs: send, fix failure to rename top level inode due to name collision
775 - f2fs: do not wait for writeback in write_begin
776 - md/linear: shutup lockdep warnning
777 - sparc64: Migrate hvcons irq to panicked cpu
778 - net/mlx4_core: Fix VF overwrite of module param which disables DMFS on new
779 probed PFs
780 - crypto: xts - Add ECB dependency
781 - ocfs2/dlmglue: prepare tracking logic to avoid recursive cluster lock
782 - slub: do not merge cache if slub_debug contains a never-merge flag
783 - scsi: scsi_dh_emc: return success in clariion_std_inquiry()
784 - net: mvpp2: release reference to txq_cpu[] entry after unmapping
785 - i2c: at91: ensure state is restored after suspending
786 - ceph: clean up unsafe d_parent accesses in build_dentry_path
787 - uapi: fix linux/rds.h userspace compilation errors
788 - uapi: fix linux/mroute6.h userspace compilation errors
789 - target/iscsi: Fix unsolicited data seq_end_offset calculation
790 - nfsd/callback: Cleanup callback cred on shutdown
791 - cpufreq: CPPC: add ACPI_PROCESSOR dependency
792 - Revert "tty: goldfish: Fix a parameter of a call to free_irq"
793 - Linux 4.4.94
794
795 [ Ubuntu: 4.4.0-99.122 ]
796
797 * linux: 4.4.0-99.122 -proposed tracker (LP: #1728945)
798 * Remove vmbus-rdma driver from Xenial kernel (LP: #1721538)
799 - SAUCE: remove hv_network_direct driver
800 - [Config]: Remove hv_network_direct driver
801 * usb 3-1: 2:1: cannot get freq at ep 0x1 (LP: #1708499)
802 - ALSA: usb-audio: Add sample rate quirk for Plantronics C310/C520-M
803 * Plantronics Blackwire C520-M - Cannot get freq at ep 0x1, 0x81
804 (LP: #1709282)
805 - ALSA: usb-audio: Add sample rate quirk for Plantronics C310/C520-M
806 * wait-for-root fails to detect nbd root (LP: #696435)
807 - nbd: Create size change events for userspace
808 * Fix OpenNSL GPL bugs found by CoverityScan static analysis (LP: #1718388)
809 - SAUCE: opennsl: bcm-knet: check for null sinfo to avoid a null pointer
810 dereference
811 - SAUCE: opennsl: bcm-knet: remove redundant null checks on dev->name
812 - SAUCE: opennsl: bde: check for out-of-bounds index io.dev
813 * HID: multitouch: Correct ALPS PTP Stick and Touchpad devices ID
814 (LP: #1722719)
815 - Revert "HID: multitouch: Support ALPS PTP stick with pid 0x120A"
816 * Xenial update to 4.4.93 stable release (LP: #1724836)
817 - brcmfmac: add length check in brcmf_cfg80211_escan_handler()
818 - ext4: in ext4_seek_{hole,data}, return -ENXIO for negative offsets
819 - CIFS: Reconnect expired SMB sessions
820 - nl80211: Define policy for packet pattern attributes
821 - iwlwifi: mvm: use IWL_HCMD_NOCOPY for MCAST_FILTER_CMD
822 - rcu: Allow for page faults in NMI handlers
823 - USB: dummy-hcd: Fix deadlock caused by disconnect detection
824 - MIPS: math-emu: Remove pr_err() calls from fpu_emu()
825 - dmaengine: edma: Align the memcpy acnt array size with the transfer
826 - HID: usbhid: fix out-of-bounds bug
827 - crypto: shash - Fix zero-length shash ahash digest crash
828 - KVM: nVMX: fix guest CR4 loading when emulating L2 to L1 exit
829 - usb: renesas_usbhs: Fix DMAC sequence for receiving zero-length packet
830 - iommu/amd: Finish TLB flush in amd_iommu_unmap()
831 - ALSA: usb-audio: Kill stray URB at exiting
832 - ALSA: seq: Fix use-after-free at creating a port
833 - ALSA: seq: Fix copy_from_user() call inside lock
834 - ALSA: caiaq: Fix stray URB at probe error path
835 - ALSA: line6: Fix leftover URB at error-path during probe
836 - usb: gadget: composite: Fix use-after-free in
837 usb_composite_overwrite_options
838 - direct-io: Prevent NULL pointer access in submit_page_section
839 - fix unbalanced page refcounting in bio_map_user_iov
840 - USB: serial: ftdi_sio: add id for Cypress WICED dev board
841 - USB: serial: cp210x: add support for ELV TFD500
842 - USB: serial: option: add support for TP-Link LTE module
843 - Revert "UBUNTU: SAUCE: USB: serial: qcserial: add Dell DW5818, DW5819"
844 - USB: serial: qcserial: add Dell DW5818, DW5819
845 - USB: serial: console: fix use-after-free after failed setup
846 - x86/alternatives: Fix alt_max_short macro to really be a max()
847 - Linux 4.4.93
848 * NULL pointer dereference in tty_write() in kernel 4.4.0-93.116+
849 (LP: #1721065)
850 - tty: Prepare for destroying line discipline on hangup
851 * Xenial update to 4.4.92 stable release (LP: #1724783)
852 - usb: gadget: inode.c: fix unbalanced spin_lock in ep0_write
853 - USB: gadgetfs: Fix crash caused by inadequate synchronization
854 - USB: gadgetfs: fix copy_to_user while holding spinlock
855 - usb: gadget: udc: atmel: set vbus irqflags explicitly
856 - usb-storage: unusual_devs entry to fix write-access regression for Seagate
857 external drives
858 - usb: renesas_usbhs: fix the BCLR setting condition for non-DCP pipe
859 - usb: renesas_usbhs: fix usbhsf_fifo_clear() for RX direction
860 - ALSA: usb-audio: Check out-of-bounds access by corrupted buffer descriptor
861 - usb: pci-quirks.c: Corrected timeout values used in handshake
862 - USB: dummy-hcd: fix connection failures (wrong speed)
863 - USB: dummy-hcd: fix infinite-loop resubmission bug
864 - USB: dummy-hcd: Fix erroneous synchronization change
865 - USB: devio: Don't corrupt user memory
866 - usb: gadget: mass_storage: set msg_registered after msg registered
867 - USB: g_mass_storage: Fix deadlock when driver is unbound
868 - lsm: fix smack_inode_removexattr and xattr_getsecurity memleak
869 - ALSA: compress: Remove unused variable
870 - ALSA: usx2y: Suppress kernel warning at page allocation failures
871 - driver core: platform: Don't read past the end of "driver_override" buffer
872 - Drivers: hv: fcopy: restore correct transfer length
873 - stm class: Fix a use-after-free
874 - ftrace: Fix kmemleak in unregister_ftrace_graph
875 - HID: i2c-hid: allocate hid buffers for real worst case
876 - iwlwifi: add workaround to disable wide channels in 5GHz
877 - scsi: sd: Do not override max_sectors_kb sysfs setting
878 - USB: uas: fix bug in handling of alternate settings
879 - USB: core: harden cdc_parse_cdc_header
880 - usb: Increase quirk delay for USB devices
881 - USB: fix out-of-bounds in usb_set_configuration
882 - xhci: fix finding correct bus_state structure for USB 3.1 hosts
883 - iio: adc: twl4030: Fix an error handling path in 'twl4030_madc_probe()'
884 - iio: adc: twl4030: Disable the vusb3v1 rugulator in the error handling path
885 of 'twl4030_madc_probe()'
886 - iio: ad_sigma_delta: Implement a dedicated reset function
887 - staging: iio: ad7192: Fix - use the dedicated reset function avoiding dma
888 from stack.
889 - iio: core: Return error for failed read_reg
890 - iio: ad7793: Fix the serial interface reset
891 - iio: adc: mcp320x: Fix readout of negative voltages
892 - iio: adc: mcp320x: Fix oops on module unload
893 - uwb: properly check kthread_run return value
894 - uwb: ensure that endpoint is interrupt
895 - brcmfmac: setup passive scan if requested by user-space
896 - drm/i915/bios: ignore HDMI on port A
897 - sched/cpuset/pm: Fix cpuset vs. suspend-resume bugs
898 - ext4: fix data corruption for mmap writes
899 - ext4: Don't clear SGID when inheriting ACLs
900 - ext4: don't allow encrypted operations without keys
901 - Linux 4.4.92
902 * Xenial update to 4.4.91 stable release (LP: #1724772)
903 - drm_fourcc: Fix DRM_FORMAT_MOD_LINEAR #define
904 - drm: bridge: add DT bindings for TI ths8135
905 - GFS2: Fix reference to ERR_PTR in gfs2_glock_iter_next
906 - RDS: RDMA: Fix the composite message user notification
907 - ARM: dts: r8a7790: Use R-Car Gen 2 fallback binding for msiof nodes
908 - MIPS: Ensure bss section ends on a long-aligned address
909 - MIPS: ralink: Fix incorrect assignment on ralink_soc
910 - igb: re-assign hw address pointer on reset after PCI error
911 - extcon: axp288: Use vbus-valid instead of -present to determine cable
912 presence
913 - sh_eth: use correct name for ECMR_MPDE bit
914 - hwmon: (gl520sm) Fix overflows and crash seen when writing into limit
915 attributes
916 - iio: adc: axp288: Drop bogus AXP288_ADC_TS_PIN_CTRL register modifications
917 - iio: adc: hx711: Add DT binding for avia,hx711
918 - ARM: 8635/1: nommu: allow enabling REMAP_VECTORS_TO_RAM
919 - tty: goldfish: Fix a parameter of a call to free_irq
920 - IB/ipoib: Fix deadlock over vlan_mutex
921 - IB/ipoib: rtnl_unlock can not come after free_netdev
922 - IB/ipoib: Replace list_del of the neigh->list with list_del_init
923 - drm/amdkfd: fix improper return value on error
924 - USB: serial: mos7720: fix control-message error handling
925 - USB: serial: mos7840: fix control-message error handling
926 - partitions/efi: Fix integer overflow in GPT size calculation
927 - ASoC: dapm: handle probe deferrals
928 - audit: log 32-bit socketcalls
929 - usb: chipidea: vbus event may exist before starting gadget
930 - ASoC: dapm: fix some pointer error handling
931 - MIPS: Lantiq: Fix another request_mem_region() return code check
932 - net: core: Prevent from dereferencing null pointer when releasing SKB
933 - net/packet: check length in getsockopt() called with PACKET_HDRLEN
934 - team: fix memory leaks
935 - usb: plusb: Add support for PL-27A1
936 - mmc: sdio: fix alignment issue in struct sdio_func
937 - bridge: netlink: register netdevice before executing changelink
938 - netfilter: invoke synchronize_rcu after set the _hook_ to NULL
939 - MIPS: IRQ Stack: Unwind IRQ stack onto task stack
940 - exynos-gsc: Do not swap cb/cr for semi planar formats
941 - netfilter: nfnl_cthelper: fix incorrect helper->expect_class_max
942 - parisc: perf: Fix potential NULL pointer dereference
943 - iommu/io-pgtable-arm: Check for leaf entry before dereferencing it
944 - rds: ib: add error handle
945 - md/raid10: submit bio directly to replacement disk
946 - i2c: meson: fix wrong variable usage in meson_i2c_put_data
947 - xfs: remove kmem_zalloc_greedy
948 - libata: transport: Remove circular dependency at free time
949 - drivers: firmware: psci: drop duplicate const from psci_of_match
950 - IB/qib: fix false-postive maybe-uninitialized warning
951 - ARM: remove duplicate 'const' annotations'
952 - ALSA: au88x0: avoid theoretical uninitialized access
953 - ttpci: address stringop overflow warning
954 - Linux 4.4.91
955
956 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Thu, 02 Nov 2017 15:14:16 -0200
957
958 linux-snapdragon (4.4.0-1078.83) xenial; urgency=low
959
960 * linux-snapdragon: 4.4.0-1078.83 -proposed tracker (LP: #1722304)
961
962 [ Ubuntu: 4.4.0-98.121 ]
963
964 * linux: 4.4.0-98.121 -proposed tracker (LP: #1722299)
965 * Controller lockup detected on ProLiant DL380 Gen9 with P440 Controller
966 (LP: #1720359)
967 - scsi: hpsa: limit transfer length to 1MB
968 * [Dell Docking IE][0bda:8153] Realtek USB Ethernet leads to system hang
969 (LP: #1720977)
970 - r8152: fix the list rx_done may be used without initialization
971 * Add installer support for Broadcom BCM573xx network drivers. (LP: #1720466)
972 - d-i: Add bnxt_en to nic-modules.
973 * snapcraft.yaml: add dpkg-dev to the build deps (LP: #1718886)
974 - snapcraft.yaml: add dpkg-dev to the build deps
975 * Support setting I2C_TIMEOUT via ioctl for i2c-designware (LP: #1718578)
976 - i2c: designware: Use transfer timeout from ioctl I2C_TIMEOUT
977 * 5U84 - ses driver isn't binding right - cannot blink lights on 1 of the 2
978 5u84 (LP: #1693369)
979 - scsi_transport_sas: add function to get SAS endpoint address
980 - ses: fix discovery of SATA devices in SAS enclosures
981 - scsi: sas: provide stub implementation for scsi_is_sas_rphy
982 - scsi: ses: Fix SAS device detection in enclosure
983 * multipath -ll is not showing the disks which are actually multipath
984 (LP: #1718397)
985 - fs: aio: fix the increment of aio-nr and counting against aio-max-nr
986 * Support Dell Wireless DW5819/5818 WWAN devices (LP: #1721455)
987 - SAUCE: USB: serial: qcserial: add Dell DW5818, DW5819
988 * CVE-2017-10911
989 - xen-blkback: don't leak stack data via response ring
990 * implement 'complain mode' in seccomp for developer mode with snaps
991 (LP: #1567597)
992 - seccomp: Provide matching filter for introspection
993 - seccomp: Sysctl to display available actions
994 - seccomp: Operation for checking if an action is available
995 - seccomp: Sysctl to configure actions that are allowed to be logged
996 - seccomp: Selftest for detection of filter flag support
997 - seccomp: Action to log before allowing
998 * implement errno action logging in seccomp for strict mode with snaps
999 (LP: #1721676)
1000 - seccomp: Provide matching filter for introspection
1001 - seccomp: Sysctl to display available actions
1002 - seccomp: Operation for checking if an action is available
1003 - seccomp: Sysctl to configure actions that are allowed to be logged
1004 - seccomp: Selftest for detection of filter flag support
1005 - seccomp: Filter flag to log all actions except SECCOMP_RET_ALLOW
1006 * [Xenial] update OpenNSL kernel modules to 6.5.10 (LP: #1721511)
1007 - SAUCE: update OpenNSL kernel modules to 6.5.10
1008 * Xenial update to 4.4.90 stable release (LP: #1721550)
1009 - cifs: release auth_key.response for reconnect.
1010 - mac80211: flush hw_roc_start work before cancelling the ROC
1011 - KVM: PPC: Book3S: Fix race and leak in kvm_vm_ioctl_create_spapr_tce()
1012 - tracing: Fix trace_pipe behavior for instance traces
1013 - tracing: Erase irqsoff trace with empty write
1014 - md/raid5: fix a race condition in stripe batch
1015 - md/raid5: preserve STRIPE_ON_UNPLUG_LIST in break_stripe_batch_list
1016 - scsi: scsi_transport_iscsi: fix the issue that iscsi_if_rx doesn't parse
1017 nlmsg properly
1018 - crypto: talitos - Don't provide setkey for non hmac hashing algs.
1019 - crypto: talitos - fix sha224
1020 - KEYS: fix writing past end of user-supplied buffer in keyring_read()
1021 - KEYS: prevent creating a different user's keyrings
1022 - KEYS: prevent KEYCTL_READ on negative key
1023 - powerpc/pseries: Fix parent_dn reference leak in add_dt_node()
1024 - Fix SMB3.1.1 guest authentication to Samba
1025 - SMB: Validate negotiate (to protect against downgrade) even if signing off
1026 - SMB3: Don't ignore O_SYNC/O_DSYNC and O_DIRECT flags
1027 - vfs: Return -ENXIO for negative SEEK_HOLE / SEEK_DATA offsets
1028 - nl80211: check for the required netlink attributes presence
1029 - bsg-lib: don't free job in bsg_prepare_job
1030 - seccomp: fix the usage of get/put_seccomp_filter() in seccomp_get_filter()
1031 - arm64: Make sure SPsel is always set
1032 - arm64: fault: Route pte translation faults via do_translation_fault
1033 - KVM: VMX: Do not BUG() on out-of-bounds guest IRQ
1034 - kvm: nVMX: Don't allow L2 to access the hardware CR8
1035 - PCI: Fix race condition with driver_override
1036 - btrfs: fix NULL pointer dereference from free_reloc_roots()
1037 - btrfs: propagate error to btrfs_cmp_data_prepare caller
1038 - btrfs: prevent to set invalid default subvolid
1039 - x86/fpu: Don't let userspace set bogus xcomp_bv
1040 - gfs2: Fix debugfs glocks dump
1041 - timer/sysclt: Restrict timer migration sysctl values to 0 and 1
1042 - KVM: VMX: do not change SN bit in vmx_update_pi_irte()
1043 - KVM: VMX: remove WARN_ON_ONCE in kvm_vcpu_trigger_posted_interrupt
1044 - cxl: Fix driver use count
1045 - dmaengine: mmp-pdma: add number of requestors
1046 - ARM: pxa: add the number of DMA requestor lines
1047 - ARM: pxa: fix the number of DMA requestor lines
1048 - KVM: VMX: use cmpxchg64
1049 - video: fbdev: aty: do not leak uninitialized padding in clk to userspace
1050 - swiotlb-xen: implement xen_swiotlb_dma_mmap callback
1051 - fix xen_swiotlb_dma_mmap prototype
1052 - Linux 4.4.90
1053 * Xenial update to 4.4.89 stable release (LP: #1721477)
1054 - ipv6: accept 64k - 1 packet length in ip6_find_1stfragopt()
1055 - ipv6: add rcu grace period before freeing fib6_node
1056 - ipv6: fix sparse warning on rt6i_node
1057 - qlge: avoid memcpy buffer overflow
1058 - Revert "net: phy: Correctly process PHY_HALTED in phy_stop_machine()"
1059 - Revert "net: use lib/percpu_counter API for fragmentation mem accounting"
1060 - Revert "net: fix percpu memory leaks"
1061 - gianfar: Fix Tx flow control deactivation
1062 - ipv6: fix memory leak with multiple tables during netns destruction
1063 - ipv6: fix typo in fib6_net_exit()
1064 - f2fs: check hot_data for roll-forward recovery
1065 - x86/fsgsbase/64: Report FSBASE and GSBASE correctly in core dumps
1066 - md/raid5: release/flush io in raid5_do_work()
1067 - nfsd: Fix general protection fault in release_lock_stateid()
1068 - mm: prevent double decrease of nr_reserved_highatomic
1069 - tty: improve tty_insert_flip_char() fast path
1070 - tty: improve tty_insert_flip_char() slow path
1071 - tty: fix __tty_insert_flip_char regression
1072 - Input: i8042 - add Gigabyte P57 to the keyboard reset table
1073 - MIPS: math-emu: <MAX|MAXA|MIN|MINA>.<D|S>: Fix quiet NaN propagation
1074 - MIPS: math-emu: <MAX|MAXA|MIN|MINA>.<D|S>: Fix cases of both inputs zero
1075 - MIPS: math-emu: <MAX|MIN>.<D|S>: Fix cases of both inputs negative
1076 - MIPS: math-emu: <MAXA|MINA>.<D|S>: Fix cases of input values with opposite
1077 signs
1078 - MIPS: math-emu: <MAXA|MINA>.<D|S>: Fix cases of both infinite inputs
1079 - MIPS: math-emu: MINA.<D|S>: Fix some cases of infinity and zero inputs
1080 - crypto: AF_ALG - remove SGL terminator indicator when chaining
1081 - ext4: fix incorrect quotaoff if the quota feature is enabled
1082 - ext4: fix quota inconsistency during orphan cleanup for read-only mounts
1083 - powerpc: Fix DAR reporting when alignment handler faults
1084 - block: Relax a check in blk_start_queue()
1085 - md/bitmap: disable bitmap_resize for file-backed bitmaps.
1086 - skd: Avoid that module unloading triggers a use-after-free
1087 - skd: Submit requests to firmware before triggering the doorbell
1088 - scsi: zfcp: fix queuecommand for scsi_eh commands when DIX enabled
1089 - scsi: zfcp: add handling for FCP_RESID_OVER to the fcp ingress path
1090 - scsi: zfcp: fix capping of unsuccessful GPN_FT SAN response trace records
1091 - scsi: zfcp: fix passing fsf_req to SCSI trace on TMF to correlate with HBA
1092 - scsi: zfcp: fix missing trace records for early returns in TMF eh handlers
1093 - scsi: zfcp: fix payload with full FCP_RSP IU in SCSI trace records
1094 - scsi: zfcp: trace HBA FSF response by default on dismiss or timedout late
1095 response
1096 - scsi: zfcp: trace high part of "new" 64 bit SCSI LUN
1097 - scsi: megaraid_sas: Check valid aen class range to avoid kernel panic
1098 - scsi: megaraid_sas: Return pended IOCTLs with cmd_status
1099 MFI_STAT_WRONG_STATE in case adapter is dead
1100 - scsi: storvsc: fix memory leak on ring buffer busy
1101 - scsi: sg: remove 'save_scat_len'
1102 - scsi: sg: use standard lists for sg_requests
1103 - scsi: sg: off by one in sg_ioctl()
1104 - scsi: sg: factor out sg_fill_request_table()
1105 - scsi: sg: fixup infoleak when using SG_GET_REQUEST_TABLE
1106 - scsi: qla2xxx: Fix an integer overflow in sysfs code
1107 - ftrace: Fix selftest goto location on error
1108 - tracing: Apply trace_clock changes to instance max buffer
1109 - ARC: Re-enable MMU upon Machine Check exception
1110 - PCI: shpchp: Enable bridge bus mastering if MSI is enabled
1111 - media: v4l2-compat-ioctl32: Fix timespec conversion
1112 - media: uvcvideo: Prevent heap overflow when accessing mapped controls
1113 - bcache: initialize dirty stripes in flash_dev_run()
1114 - bcache: Fix leak of bdev reference
1115 - bcache: do not subtract sectors_to_gc for bypassed IO
1116 - bcache: correct cache_dirty_target in __update_writeback_rate()
1117 - bcache: Correct return value for sysfs attach errors
1118 - bcache: fix for gc and write-back race
1119 - bcache: fix bch_hprint crash and improve output
1120 - ftrace: Fix memleak when unregistering dynamic ops when tracing disabled
1121 - Linux 4.4.89
1122 * ETPS/2 Elantech Touchpad inconsistently detected (Gigabyte P57W laptop)
1123 (LP: #1594214)
1124 - Input: i8042 - add Gigabyte P57 to the keyboard reset table
1125 * Xenial update to 4.4.88 stable release (LP: #1718195)
1126 - usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard
1127 - USB: serial: option: add support for D-Link DWM-157 C1
1128 - usb: Add device quirk for Logitech HD Pro Webcam C920-C
1129 - usb:xhci:Fix regression when ATI chipsets detected
1130 - USB: core: Avoid race of async_completed() w/ usbdev_release()
1131 - staging/rts5208: fix incorrect shift to extract upper nybble
1132 - driver core: bus: Fix a potential double free
1133 - intel_th: pci: Add Cannon Lake PCH-H support
1134 - intel_th: pci: Add Cannon Lake PCH-LP support
1135 - ath10k: fix memory leak in rx ring buffer allocation
1136 - rtlwifi: rtl_pci_probe: Fix fail path of _rtl_pci_find_adapter
1137 - Bluetooth: Add support of 13d3:3494 RTL8723BE device
1138 - dlm: avoid double-free on error path in dlm_device_{register,unregister}
1139 - mwifiex: correct channel stat buffer overflows
1140 - drm/nouveau/pci/msi: disable MSI on big-endian platforms by default
1141 - workqueue: Fix flag collision
1142 - cs5536: add support for IDE controller variant
1143 - scsi: sg: protect against races between mmap() and SG_SET_RESERVED_SIZE
1144 - scsi: sg: recheck MMAP_IO request length with lock held
1145 - drm: adv7511: really enable interrupts for EDID detection
1146 - drm/bridge: adv7511: Fix mutex deadlock when interrupts are disabled
1147 - drm/bridge: adv7511: Use work_struct to defer hotplug handing to out of irq
1148 context
1149 - drm/bridge: adv7511: Switch to using drm_kms_helper_hotplug_event()
1150 - drm/bridge: adv7511: Re-write the i2c address before EDID probing
1151 - btrfs: resume qgroup rescan on rw remount
1152 - locktorture: Fix potential memory leak with rw lock test
1153 - ALSA: msnd: Optimize / harden DSP and MIDI loops
1154 - ARM: 8692/1: mm: abort uaccess retries upon fatal signal
1155 - NFS: Fix 2 use after free issues in the I/O code
1156 - xfs: XFS_IS_REALTIME_INODE() should be false if no rt device present
1157 - Linux 4.4.88
1158 * Kernel has troule recognizing Corsair Strafe RGB keyboard (LP: #1678477)
1159 - usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard
1160
1161 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Wed, 11 Oct 2017 14:49:04 -0300
1162
1163 linux-snapdragon (4.4.0-1077.82) xenial; urgency=low
1164
1165 * linux-snapdragon: 4.4.0-1077.82 -proposed tracker (LP: #1718154)
1166
1167 [ Ubuntu: 4.4.0-97.120 ]
1168
1169 * linux: 4.4.0-97.120 -proposed tracker (LP: #1718149)
1170 * blk-mq: possible deadlock on CPU hot(un)plug (LP: #1670634)
1171 - [Config] s390x -- disable CONFIG_{DM, SCSI}_MQ_DEFAULT
1172 * Xenial update to 4.4.87 stable release (LP: #1715678)
1173 - irqchip: mips-gic: SYNC after enabling GIC region
1174 - i2c: ismt: Don't duplicate the receive length for block reads
1175 - i2c: ismt: Return EMSGSIZE for block reads with bogus length
1176 - ceph: fix readpage from fscache
1177 - cpumask: fix spurious cpumask_of_node() on non-NUMA multi-node configs
1178 - cpuset: Fix incorrect memory_pressure control file mapping
1179 - alpha: uapi: Add support for __SANE_USERSPACE_TYPES__
1180 - CIFS: remove endian related sparse warning
1181 - wl1251: add a missing spin_lock_init()
1182 - xfrm: policy: check policy direction value
1183 - drm/ttm: Fix accounting error when fail to get pages for pool
1184 - kvm: arm/arm64: Fix race in resetting stage2 PGD
1185 - kvm: arm/arm64: Force reading uncached stage2 PGD
1186 - epoll: fix race between ep_poll_callback(POLLFREE) and ep_free()/ep_remove()
1187 - crypto: algif_skcipher - only call put_page on referenced and used pages
1188 - Linux 4.4.87
1189 * Xenial update to 4.4.86 stable release (LP: #1715430)
1190 - scsi: isci: avoid array subscript warning
1191 - ALSA: au88x0: Fix zero clear of stream->resources
1192 - btrfs: remove duplicate const specifier
1193 - i2c: jz4780: drop superfluous init
1194 - gcov: add support for gcc version >= 6
1195 - gcov: support GCC 7.1
1196 - lightnvm: initialize ppa_addr in dev_to_generic_addr()
1197 - p54: memset(0) whole array
1198 - lpfc: Fix Device discovery failures during switch reboot test.
1199 - arm64: mm: abort uaccess retries upon fatal signal
1200 - x86/io: Add "memory" clobber to insb/insw/insl/outsb/outsw/outsl
1201 - arm64: fpsimd: Prevent registers leaking across exec
1202 - scsi: sg: protect accesses to 'reserved' page array
1203 - scsi: sg: reset 'res_in_use' after unlinking reserved array
1204 - drm/i915: fix compiler warning in drivers/gpu/drm/i915/intel_uncore.c
1205 - Linux 4.4.86
1206 * Xenial update to 4.4.85 stable release (LP: #1714298)
1207 - af_key: do not use GFP_KERNEL in atomic contexts
1208 - dccp: purge write queue in dccp_destroy_sock()
1209 - dccp: defer ccid_hc_tx_delete() at dismantle time
1210 - ipv4: fix NULL dereference in free_fib_info_rcu()
1211 - net_sched/sfq: update hierarchical backlog when drop packet
1212 - ipv4: better IP_MAX_MTU enforcement
1213 - sctp: fully initialize the IPv6 address in sctp_v6_to_addr()
1214 - tipc: fix use-after-free
1215 - ipv6: reset fn->rr_ptr when replacing route
1216 - ipv6: repair fib6 tree in failure case
1217 - tcp: when rearming RTO, if RTO time is in past then fire RTO ASAP
1218 - irda: do not leak initialized list.dev to userspace
1219 - net: sched: fix NULL pointer dereference when action calls some targets
1220 - net_sched: fix order of queue length updates in qdisc_replace()
1221 - mei: me: add broxton pci device ids
1222 - mei: me: add lewisburg device ids
1223 - Input: trackpoint - add new trackpoint firmware ID
1224 - Input: elan_i2c - add ELAN0602 ACPI ID to support Lenovo Yoga310
1225 - ALSA: core: Fix unexpected error at replacing user TLV
1226 - ALSA: hda - Add stereo mic quirk for Lenovo G50-70 (17aa:3978)
1227 - ARCv2: PAE40: Explicitly set MSB counterpart of SLC region ops addresses
1228 - i2c: designware: Fix system suspend
1229 - drm: Release driver tracking before making the object available again
1230 - drm/atomic: If the atomic check fails, return its value first
1231 - drm: rcar-du: lvds: Fix PLL frequency-related configuration
1232 - drm: rcar-du: lvds: Rename PLLEN bit to PLLON
1233 - drm: rcar-du: Fix crash in encoder failure error path
1234 - drm: rcar-du: Fix display timing controller parameter
1235 - drm: rcar-du: Fix H/V sync signal polarity configuration
1236 - tracing: Fix freeing of filter in create_filter() when set_str is false
1237 - cifs: Fix df output for users with quota limits
1238 - cifs: return ENAMETOOLONG for overlong names in cifs_open()/cifs_lookup()
1239 - nfsd: Limit end of page list when decoding NFSv4 WRITE
1240 - perf/core: Fix group {cpu,task} validation
1241 - Bluetooth: hidp: fix possible might sleep error in hidp_session_thread
1242 - Bluetooth: cmtp: fix possible might sleep error in cmtp_session
1243 - Bluetooth: bnep: fix possible might sleep error in bnep_session
1244 - binder: use group leader instead of open thread
1245 - binder: Use wake up hint for synchronous transactions.
1246 - ANDROID: binder: fix proc->tsk check.
1247 - iio: imu: adis16480: Fix acceleration scale factor for adis16480
1248 - iio: hid-sensor-trigger: Fix the race with user space powering up sensors
1249 - staging: rtl8188eu: add RNX-N150NUB support
1250 - ASoC: simple-card: don't fail if sysclk setting is not supported
1251 - ASoC: rsnd: disable SRC.out only when stop timing
1252 - ASoC: rsnd: avoid pointless loop in rsnd_mod_interrupt()
1253 - ASoC: rsnd: Add missing initialization of ADG req_rate
1254 - ASoC: rsnd: ssi: 24bit data needs right-aligned settings
1255 - ASoC: rsnd: don't call update callback if it was NULL
1256 - ntb_transport: fix qp count bug
1257 - ntb_transport: fix bug calculating num_qps_mw
1258 - ACPI: ioapic: Clear on-stack resource before using it
1259 - ACPI / APEI: Add missing synchronize_rcu() on NOTIFY_SCI removal
1260 - Linux 4.4.85
1261 * Xenial update to 4.4.84 stable release (LP: #1713729)
1262 - audit: Fix use after free in audit_remove_watch_rule()
1263 - parisc: pci memory bar assignment fails with 64bit kernels on dino/cujo
1264 - crypto: x86/sha1 - Fix reads beyond the number of blocks passed
1265 - Input: elan_i2c - Add antoher Lenovo ACPI ID for upcoming Lenovo NB
1266 - ALSA: seq: 2nd attempt at fixing race creating a queue
1267 - Revert "UBUNTU: SAUCE: (no-up) ALSA: usb-audio: Add quirk for sennheiser
1268 officerunner"
1269 - ALSA: usb-audio: Apply sample rate quirk to Sennheiser headset
1270 - ALSA: usb-audio: Add mute TLV for playback volumes on C-Media devices
1271 - mm/mempolicy: fix use after free when calling get_mempolicy
1272 - xen: fix bio vec merging
1273 - x86/asm/64: Clear AC on NMI entries
1274 - irqchip/atmel-aic: Fix unbalanced of_node_put() in aic_common_irq_fixup()
1275 - irqchip/atmel-aic: Fix unbalanced refcount in aic_common_rtc_irq_fixup()
1276 - Sanitize 'move_pages()' permission checks
1277 - pids: make task_tgid_nr_ns() safe
1278 - perf/x86: Fix LBR related crashes on Intel Atom
1279 - usb: optimize acpi companion search for usb port devices
1280 - usb: qmi_wwan: add D-Link DWM-222 device ID
1281 - Linux 4.4.84
1282 * Intel i40e PF reset due to incorrect MDD detection (LP: #1713553)
1283 - i40e: Limit TX descriptor count in cases where frag size is greater than 16K
1284 * Neighbour confirmation broken, breaks ARP cache aging (LP: #1715812)
1285 - sock: add sk_dst_pending_confirm flag
1286 - net: add dst_pending_confirm flag to skbuff
1287 - sctp: add dst_pending_confirm flag
1288 - tcp: replace dst_confirm with sk_dst_confirm
1289 - net: add confirm_neigh method to dst_ops
1290 - net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TP
1291 - net: pending_confirm is not used anymore
1292 * CVE-2017-14106
1293 - tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0
1294 * [CIFS] Fix maximum SMB2 header size (LP: #1713884)
1295 - CIFS: Fix maximum SMB2 header size
1296 * Middle button of trackpoint doesn't work (LP: #1715271)
1297 - Input: trackpoint - assume 3 buttons when buttons detection fails
1298 * kernel BUG at /build/linux-lts-xenial-_hWfOZ/linux-lts-
1299 xenial-4.4.0/security/apparmor/include/context.h:69! (LP: #1626984)
1300 - SAUCE: fix oops when disabled and module parameters, are accessed
1301 * Touchpad not detected (LP: #1708852)
1302 - Input: elan_i2c - add ELAN0608 to the ACPI table
1303
1304 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Wed, 20 Sep 2017 10:11:15 +0200
1305
1306 linux-snapdragon (4.4.0-1076.81) xenial; urgency=low
1307
1308 * linux-snapdragon: 4.4.0-1076.81 -proposed tracker (LP: #1716619)
1309
1310 [ Ubuntu: 4.4.0-96.119 ]
1311
1312 * linux: 4.4.0-96.119 -proposed tracker (LP: #1716613)
1313 * kernel panic -not syncing: Fatal exception: panic_on_oops (LP: #1708399)
1314 - s390/mm: no local TLB flush for clearing-by-ASCE IDTE
1315 - SAUCE: s390/mm: fix local TLB flushing vs. detach of an mm address space
1316 - SAUCE: s390/mm: fix race on mm->context.flush_mm
1317 * CVE-2017-1000251
1318 - Bluetooth: Properly check L2CAP config option output buffer length
1319
1320 -- Stefan Bader <stefan.bader@canonical.com> Tue, 12 Sep 2017 18:17:43 +0200
1321
1322 linux-snapdragon (4.4.0-1075.80) xenial; urgency=low
1323
1324 * linux-snapdragon: 4.4.0-1075.80 -proposed tracker (LP: #1715654)
1325
1326 [ Ubuntu: 4.4.0-95.118 ]
1327
1328 * linux: 4.4.0-95.118 -proposed tracker (LP: #1715651)
1329 * Xenial update to 4.4.78 stable release broke Address Sanitizer
1330 (LP: #1715636)
1331 - mm: revert x86_64 and arm64 ELF_ET_DYN_BASE base changes
1332
1333 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Fri, 08 Sep 2017 10:35:29 +0200
1334
1335 linux-snapdragon (4.4.0-1074.79) xenial; urgency=low
1336
1337 * linux-snapdragon: 4.4.0-1074.79 -proposed tracker (LP: #1713465)
1338
1339 * Include Broadcom GPL modules in Xenial Kernel (LP: #1665783)
1340 - [config] update config for master changes
1341
1342 * Backport more recent Broadcom bnxt_en driver (LP: #1711056)
1343 - [config] update config for master changes
1344
1345 [ Ubuntu: 4.4.0-94.117 ]
1346
1347 * linux: 4.4.0-94.117 -proposed tracker (LP: #1713462)
1348 * mwifiex causes kernel oops when AP mode is enabled (LP: #1712746)
1349 - SAUCE: net/wireless: do not dereference invalid pointer
1350 - SAUCE: mwifiex: do not dereference invalid pointer
1351 * Backport more recent Broadcom bnxt_en driver (LP: #1711056)
1352 - SAUCE: bnxt_en_bpo: Import bnxt_en driver version 1.8.1
1353 - SAUCE: bnxt_en_bpo: Drop distro out-of-tree detection logic
1354 - SAUCE: bnxt_en_bpo: Remove unnecessary compile flags
1355 - SAUCE: bnxt_en_bpo: Move config settings to Kconfig
1356 - SAUCE: bnxt_en_bpo: Remove PCI_IDs handled by the regular driver
1357 - SAUCE: bnxt_en_bpo: Rename the backport driver to bnxt_en_bpo
1358 - bnxt_en_bpo: [Config] Enable CONFIG_BNXT_BPO=m
1359 * HID: multitouch: Support ALPS PTP Stick and Touchpad devices (LP: #1712481)
1360 - HID: multitouch: Support PTP Stick and Touchpad device
1361 - SAUCE: HID: multitouch: Support ALPS PTP stick with pid 0x120A
1362 * igb: Support using Broadcom 54616 as PHY (LP: #1712024)
1363 - SAUCE: igb: add support for using Broadcom 54616 as PHY
1364 * IPR driver causes multipath to fail paths/stuck IO on Medium Errors
1365 (LP: #1682644)
1366 - scsi: ipr: do not set DID_PASSTHROUGH on CHECK CONDITION
1367 * accessing /dev/hvc1 with stress-ng on Ubuntu xenial causes crash
1368 (LP: #1711401)
1369 - tty/hvc: Use IRQF_SHARED for OPAL hvc consoles
1370 * memory-hotplug test needs to be fixed (LP: #1710868)
1371 - selftests: typo correction for memory-hotplug test
1372 - selftests: check hot-pluggagble memory for memory-hotplug test
1373 - selftests: check percentage range for memory-hotplug test
1374 - selftests: add missing test name in memory-hotplug test
1375 - selftests: fix memory-hotplug test
1376 * HP lt4132 LTE/HSPA+ 4G Module (03f0:a31d) does not work (LP: #1707643)
1377 - net: cdc_mbim: apply "NDP to end" quirk to HP lt4132
1378 * Migrating KSM page causes the VM lock up as the KSM page merging list is too
1379 large (LP: #1680513)
1380 - ksm: introduce ksm_max_page_sharing per page deduplication limit
1381 - ksm: fix use after free with merge_across_nodes = 0
1382 - ksm: cleanup stable_node chain collapse case
1383 - ksm: swap the two output parameters of chain/chain_prune
1384 - ksm: optimize refile of stable_node_dup at the head of the chain
1385 * sort ABI files with C.UTF-8 locale (LP: #1712345)
1386 - [Packaging] sort ABI files with C.UTF-8 locale
1387 * Include Broadcom GPL modules in Xenial Kernel (LP: #1665783)
1388 - [Config] OpenNSL Kconfig/Makefile
1389 - Import OpenNSL v3.1.0.17
1390 - [Config] CONFIG_OPENNSL=y for amd64
1391 - OpenNSL: Enable Kconfig and build
1392 - SAUCE: opennsl: add proper CFLAGS
1393 * Xenial update to 4.4.83 stable release (LP: #1711557)
1394 - cpuset: fix a deadlock due to incomplete patching of cpusets_enabled()
1395 - mm: ratelimit PFNs busy info message
1396 - iscsi-target: fix memory leak in iscsit_setup_text_cmd()
1397 - iscsi-target: Fix iscsi_np reset hung task during parallel delete
1398 - fuse: initialize the flock flag in fuse_file on allocation
1399 - nfs/flexfiles: fix leak of nfs4_ff_ds_version arrays
1400 - USB: serial: option: add D-Link DWM-222 device ID
1401 - USB: serial: cp210x: add support for Qivicon USB ZigBee dongle
1402 - USB: serial: pl2303: add new ATEN device id
1403 - usb: musb: fix tx fifo flush handling again
1404 - USB: hcd: Mark secondary HCD as dead if the primary one died
1405 - staging:iio:resolver:ad2s1210 fix negative IIO_ANGL_VEL read
1406 - iio: accel: bmc150: Always restore device to normal mode after suspend-
1407 resume
1408 - iio: light: tsl2563: use correct event code
1409 - uas: Add US_FL_IGNORE_RESIDUE for Initio Corporation INIC-3069
1410 - USB: Check for dropped connection before switching to full speed
1411 - usb: core: unlink urbs from the tail of the endpoint's urb_list
1412 - usb: quirks: Add no-lpm quirk for Moshi USB to Ethernet Adapter
1413 - usb:xhci:Add quirk for Certain failing HP keyboard on reset after resume
1414 - iio: adc: vf610_adc: Fix VALT selection value for REFSEL bits
1415 - pnfs/blocklayout: require 64-bit sector_t
1416 - pinctrl: sunxi: add a missing function of A10/A20 pinctrl driver
1417 - pinctrl: samsung: Remove bogus irq_[un]mask from resource management
1418 - Linux 4.4.83
1419 * Xenial update to 4.4.82 stable release (LP: #1711535)
1420 - tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction states
1421 - net: fix keepalive code vs TCP_FASTOPEN_CONNECT
1422 - bpf, s390: fix jit branch offset related to ldimm64
1423 - net: sched: set xt_tgchk_param par.nft_compat as 0 in ipt_init_target
1424 - tcp: fastopen: tcp_connect() must refresh the route
1425 - net: avoid skb_warn_bad_offload false positives on UFO
1426 - sparc64: Prevent perf from running during super critical sections
1427 - KVM: arm/arm64: Handle hva aging while destroying the vm
1428 - mm/mempool: avoid KASAN marking mempool poison checks as use-after-free
1429 - Linux 4.4.82
1430 * Xenial update to 4.4.81 stable release (LP: #1711526)
1431 - libata: array underflow in ata_find_dev()
1432 - workqueue: restore WQ_UNBOUND/max_active==1 to be ordered
1433 - ALSA: hda - Fix speaker output from VAIO VPCL14M1R
1434 - ASoC: do not close shared backend dailink
1435 - KVM: async_pf: make rcu irq exit if not triggered from idle task
1436 - mm/page_alloc: Remove kernel address exposure in free_reserved_area()
1437 - ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesize
1438 - ext4: fix overflow caused by missing cast in ext4_resize_fs()
1439 - ARM: dts: armada-38x: Fix irq type for pca955
1440 - media: platform: davinci: return -EINVAL for VPFE_CMD_S_CCDC_RAW_PARAMS
1441 ioctl
1442 - target: Avoid mappedlun symlink creation during lun shutdown
1443 - iscsi-target: Always wait for kthread_should_stop() before kthread exit
1444 - iscsi-target: Fix early sk_data_ready LOGIN_FLAGS_READY race
1445 - iscsi-target: Fix initial login PDU asynchronous socket close OOPs
1446 - iscsi-target: Fix delayed logout processing greater than
1447 SECONDS_FOR_LOGOUT_COMP
1448 - iser-target: Avoid isert_conn->cm_id dereference in isert_login_recv_done
1449 - mm, mprotect: flush TLB if potentially racing with a parallel reclaim
1450 leaving stale TLB entries
1451 - media: lirc: LIRC_GET_REC_RESOLUTION should return microseconds
1452 - f2fs: sanity check checkpoint segno and blkoff
1453 - drm: rcar-du: fix backport bug
1454 - saa7164: fix double fetch PCIe access condition
1455 - ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check()
1456 - net: Zero terminate ifr_name in dev_ifname().
1457 - ipv6: avoid overflow of offset in ip6_find_1stfragopt
1458 - ipv4: initialize fib_trie prior to register_netdev_notifier call.
1459 - rtnetlink: allocate more memory for dev_set_mac_address()
1460 - mcs7780: Fix initialization when CONFIG_VMAP_STACK is enabled
1461 - openvswitch: fix potential out of bound access in parse_ct
1462 - packet: fix use-after-free in prb_retire_rx_blk_timer_expired()
1463 - ipv6: Don't increase IPSTATS_MIB_FRAGFAILS twice in ip6_fragment()
1464 - net: ethernet: nb8800: Handle all 4 RGMII modes identically
1465 - dccp: fix a memleak that dccp_ipv6 doesn't put reqsk properly
1466 - dccp: fix a memleak that dccp_ipv4 doesn't put reqsk properly
1467 - dccp: fix a memleak for dccp_feat_init err process
1468 - sctp: don't dereference ptr before leaving _sctp_walk_{params, errors}()
1469 - sctp: fix the check for _sctp_walk_params and _sctp_walk_errors
1470 - net/mlx5: Fix command bad flow on command entry allocation failure
1471 - net: phy: Correctly process PHY_HALTED in phy_stop_machine()
1472 - net: phy: Fix PHY unbind crash
1473 - xen-netback: correctly schedule rate-limited queues
1474 - sparc64: Measure receiver forward progress to avoid send mondo timeout
1475 - wext: handle NULL extra data in iwe_stream_add_point better
1476 - sh_eth: R8A7740 supports packet shecksumming
1477 - net: phy: dp83867: fix irq generation
1478 - tg3: Fix race condition in tg3_get_stats64().
1479 - x86/boot: Add missing declaration of string functions
1480 - phy state machine: failsafe leave invalid RUNNING state
1481 - scsi: qla2xxx: Get mutex lock before checking optrom_state
1482 - drm/virtio: fix framebuffer sparse warning
1483 - virtio_blk: fix panic in initialization error path
1484 - ARM: 8632/1: ftrace: fix syscall name matching
1485 - mm, slab: make sure that KMALLOC_MAX_SIZE will fit into MAX_ORDER
1486 - lib/Kconfig.debug: fix frv build failure
1487 - signal: protect SIGNAL_UNKILLABLE from unintentional clearing.
1488 - mm: don't dereference struct page fields of invalid pages
1489 - workqueue: implicit ordered attribute should be overridable
1490 - Linux 4.4.81
1491 * Xenial update to 4.4.80 stable release (LP: #1710646)
1492 - af_key: Add lock to key dump
1493 - pstore: Make spinlock per zone instead of global
1494 - powerpc/pseries: Fix of_node_put() underflow during reconfig remove
1495 - crypto: authencesn - Fix digest_null crash
1496 - md/raid5: add thread_group worker async_tx_issue_pending_all
1497 - drm/vmwgfx: Fix gcc-7.1.1 warning
1498 - drm/nouveau/bar/gf100: fix access to upper half of BAR2
1499 - KVM: PPC: Book3S HV: Context-switch EBB registers properly
1500 - KVM: PPC: Book3S HV: Restore critical SPRs to host values on guest exit
1501 - KVM: PPC: Book3S HV: Reload HTM registers explicitly
1502 - KVM: PPC: Book3S HV: Save/restore host values of debug registers
1503 - Revert "powerpc/numa: Fix percpu allocations to be NUMA aware"
1504 - Staging: comedi: comedi_fops: Avoid orphaned proc entry
1505 - drm/rcar: Nuke preclose hook
1506 - drm: rcar-du: Perform initialization/cleanup at probe/remove time
1507 - drm: rcar-du: Simplify and fix probe error handling
1508 - perf intel-pt: Fix ip compression
1509 - perf intel-pt: Fix last_ip usage
1510 - perf intel-pt: Use FUP always when scanning for an IP
1511 - perf intel-pt: Ensure never to set 'last_ip' when packet 'count' is zero
1512 - xfs: don't BUG() on mixed direct and mapped I/O
1513 - nfc: fdp: fix NULL pointer dereference
1514 - net: phy: Do not perform software reset for Generic PHY
1515 - isdn: Fix a sleep-in-atomic bug
1516 - isdn/i4l: fix buffer overflow
1517 - ath10k: fix null deref on wmi-tlv when trying spectral scan
1518 - wil6210: fix deadlock when using fw_no_recovery option
1519 - mailbox: always wait in mbox_send_message for blocking Tx mode
1520 - mailbox: skip complete wait event if timer expired
1521 - mailbox: handle empty message in tx_tick
1522 - mpt3sas: Don't overreach ioc->reply_post[] during initialization
1523 - kaweth: fix firmware download
1524 - kaweth: fix oops upon failed memory allocation
1525 - sched/cgroup: Move sched_online_group() back into css_online() to fix crash
1526 - PM / Domains: defer dev_pm_domain_set() until genpd->attach_dev succeeds if
1527 present
1528 - RDMA/uverbs: Fix the check for port number
1529 - libnvdimm, btt: fix btt_rw_page not returning errors
1530 - ipmi/watchdog: fix watchdog timeout set on reboot
1531 - v4l: s5c73m3: fix negation operator
1532 - pstore: Allow prz to control need for locking
1533 - pstore: Correctly initialize spinlock and flags
1534 - pstore: Use dynamic spinlock initializer
1535 - net: skb_needs_check() accepts CHECKSUM_NONE for tx
1536 - sched/cputime: Fix prev steal time accouting during CPU hotplug
1537 - xen/blkback: don't free be structure too early
1538 - xen/blkback: don't use xen_blkif_get() in xen-blkback kthread
1539 - tpm: fix a kernel memory leak in tpm-sysfs.c
1540 - tpm: Replace device number bitmap with IDR
1541 - x86/mce/AMD: Make the init code more robust
1542 - r8169: add support for RTL8168 series add-on card.
1543 - ARM: dts: n900: Mark eMMC slot with no-sdio and no-sd flags
1544 - net/mlx4: Remove BUG_ON from ICM allocation routine
1545 - drm/msm: Ensure that the hardware write pointer is valid
1546 - drm/msm: Verify that MSM_SUBMIT_BO_FLAGS are set
1547 - vfio-pci: use 32-bit comparisons for register address for gcc-4.5
1548 - irqchip/keystone: Fix "scheduling while atomic" on rt
1549 - ASoC: tlv320aic3x: Mark the RESET register as volatile
1550 - spi: dw: Make debugfs name unique between instances
1551 - ASoC: nau8825: fix invalid configuration in Pre-Scalar of FLL
1552 - irqchip/mxs: Enable SKIP_SET_WAKE and MASK_ON_SUSPEND
1553 - openrisc: Add _text symbol to fix ksym build error
1554 - dmaengine: ioatdma: Add Skylake PCI Dev ID
1555 - dmaengine: ioatdma: workaround SKX ioatdma version
1556 - dmaengine: ti-dma-crossbar: Add some 'of_node_put()' in error path.
1557 - ARM64: zynqmp: Fix W=1 dtc 1.4 warnings
1558 - ARM64: zynqmp: Fix i2c node's compatible string
1559 - ARM: s3c2410_defconfig: Fix invalid values for NF_CT_PROTO_*
1560 - ACPI / scan: Prefer devices without _HID/_CID for _ADR matching
1561 - usb: gadget: Fix copy/pasted error message
1562 - Btrfs: adjust outstanding_extents counter properly when dio write is split
1563 - tools lib traceevent: Fix prev/next_prio for deadline tasks
1564 - xfrm: Don't use sk_family for socket policy lookups
1565 - perf tools: Install tools/lib/traceevent plugins with install-bin
1566 - perf symbols: Robustify reading of build-id from sysfs
1567 - video: fbdev: cobalt_lcdfb: Handle return NULL error from devm_ioremap
1568 - vfio-pci: Handle error from pci_iomap
1569 - arm64: mm: fix show_pte KERN_CONT fallout
1570 - nvmem: imx-ocotp: Fix wrong register size
1571 - sh_eth: enable RX descriptor word 0 shift on SH7734
1572 - ALSA: usb-audio: test EP_FLAG_RUNNING at urb completion
1573 - HID: ignore Petzl USB headlamp
1574 - scsi: fnic: Avoid sending reset to firmware when another reset is in
1575 progress
1576 - scsi: snic: Return error code on memory allocation failure
1577 - ASoC: dpcm: Avoid putting stream state to STOP when FE stream is paused
1578 - Linux 4.4.80
1579 * Please only recommend or suggest initramfs-tools | linux-initramfs-tool for
1580 kernels able to boot without initramfs (LP: #1700972)
1581 - [Debian] Don't depend on initramfs-tools
1582
1583 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Tue, 29 Aug 2017 12:36:57 +0200
1584
1585 linux-snapdragon (4.4.0-1073.78) xenial; urgency=low
1586
1587 * linux-snapdragon: 4.4.0-1073.78 -proposed tracker (LP: #1709299)
1588
1589 * snapcraft.yaml: correct image format and dtb installation path
1590 (LP: #1706938)
1591 - snapcraft.yaml: force image format to Image
1592 - snapcraft.yaml: install the apq8016-sbc and msm8916-mtp dtb files
1593
1594 [ Ubuntu: 4.4.0-93.116 ]
1595
1596 * linux: 4.4.0-93.116 -proposed tracker (LP: #1709296)
1597 * Creating conntrack entry failure with kernel 4.4.0-89 (LP: #1709032)
1598 - Revert "Revert "netfilter: synproxy: fix conntrackd interaction""
1599 - netfilter: nf_ct_ext: fix possible panic after nf_ct_extend_unregister
1600 * CVE-2017-1000112
1601 - Revert "udp: consistently apply ufo or fragmentation"
1602 - udp: consistently apply ufo or fragmentation
1603 * CVE-2017-1000111
1604 - Revert "net-packet: fix race in packet_set_ring on PACKET_RESERVE"
1605 - packet: fix tp_reserve race in packet_set_ring
1606 * kernel BUG at [tty_ldisc_reinit] mm/slub.c! (LP: #1709126)
1607 - tty: Simplify tty_set_ldisc() exit handling
1608 - tty: Reset c_line from driver's init_termios
1609 - tty: Handle NULL tty->ldisc
1610 - tty: Move tty_ldisc_kill()
1611 - tty: Use 'disc' for line discipline index name
1612 - tty: Refactor tty_ldisc_reinit() for reuse
1613 - tty: Destroy ldisc instance on hangup
1614 * atheros bt failed after S3 (LP: #1706833)
1615 - SAUCE: Bluetooth: Make request workqueue freezable
1616 * The Precision Touchpad(PTP) button sends incorrect event code (LP: #1708372)
1617 - HID: multitouch: handle external buttons for Precision Touchpads
1618 * Set CONFIG_SATA_HIGHBANK=y on armhf (LP: #1703430)
1619 - [Config] CONFIG_SATA_HIGHBANK=y
1620 * xfs slab objects (memory) leak when xfs shutdown is called (LP: #1706132)
1621 - xfs: fix xfs_log_ticket leak in xfs_end_io() after fs shutdown
1622 * Adt tests of src:linux time out often on armhf lxc containers (LP: #1705495)
1623 - [Packaging] tests -- reduce rebuild test to one flavour
1624 * CVE-2017-7495
1625 - ext4: fix data exposure after a crash
1626 * ubuntu/rsi driver downlink wifi throughput drops to 5-6 Mbps when BT
1627 keyboard is connected (LP: #1706991)
1628 - SAUCE: Redpine: enable power save by default for coex mode
1629 - SAUCE: Redpine: uapsd configuration changes
1630 * [Hyper-V] hv_netvsc: Exclude non-TCP port numbers from vRSS hashing
1631 (LP: #1690174)
1632 - hv_netvsc: Exclude non-TCP port numbers from vRSS hashing
1633 * ath10k doesn't report full RSSI information (LP: #1706531)
1634 - ath10k: add per chain RSSI reporting
1635 * ideapad_laptop don't support v310-14isk (LP: #1705378)
1636 - platform/x86: ideapad-laptop: Add several models to no_hw_rfkill
1637 * [8087:0a2b] Failed to load bluetooth firmware(might affect some other Intel
1638 bt devices) (LP: #1705633)
1639 - Bluetooth: btintel: Create common Intel Version Read function
1640 - Bluetooth: Use switch statement for Intel hardware variants
1641 - Bluetooth: Replace constant hw_variant from Intel Bluetooth firmware
1642 filename
1643 - Bluetooth: hci_intel: Fix firmware file name to use hw_variant
1644 - Bluetooth: btintel: Add MODULE_FIRMWARE entries for iBT 3.5 controllers
1645 * xhci_hcd: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 2
1646 comp_code 13 (LP: #1667750)
1647 - xhci: Bad Ethernet performance plugged in ASM1042A host
1648 * OpenPower: Some multipaths temporarily have only a single path
1649 (LP: #1696445)
1650 - scsi: ses: don't get power status of SES device slot on probe
1651 * Hotkeys on new Thinkpad systems aren't working (LP: #1705169)
1652 - platform/x86: thinkpad_acpi: Adding new hotkey ID for Lenovo thinkpad
1653 - platform/x86: thinkpad_acpi: guard generic hotkey case
1654 - platform/x86: thinkpad_acpi: add mapping for new hotkeys
1655 * CVE-2015-7837
1656 - SAUCE: (no-up) kexec/uefi: copy secure_boot flag in boot params across kexec
1657 reboot
1658 * misleading kernel warning skb_warn_bad_offload during checksum calculation
1659 (LP: #1705447)
1660 - net: reduce skb_warn_bad_offload() noise
1661 * bonding: stack dump when unregistering a netdev (LP: #1704102)
1662 - bonding: avoid NETDEV_CHANGEMTU event when unregistering slave
1663 * Ubuntu 16.04 IOB Error when the Mustang board rebooted (LP: #1693673)
1664 - drivers: net: xgene: Fix redundant prefetch buffer cleanup
1665 * Ubuntu16.04: NVMe 4K+T10 DIF/DIX format returns I/O error on dd with split
1666 op (LP: #1689946)
1667 - blk-mq: NVMe 512B/4K+T10 DIF/DIX format returns I/O error on dd with split
1668 op
1669 * linux >= 4.2: bonding 802.3ad does not work with 5G, 25G and 50G link speeds
1670 (LP: #1697892)
1671 - bonding: add 802.3ad support for 100G speeds
1672 - bonding: fix 802.3ad aggregator reselection
1673 - bonding: add 802.3ad support for 25G speeds
1674 - bonding: fix 802.3ad support for 5G and 50G speeds
1675 * Xenial update to 4.4.79 stable release (LP: #1707233)
1676 - disable new gcc-7.1.1 warnings for now
1677 - ir-core: fix gcc-7 warning on bool arithmetic
1678 - s5p-jpeg: don't return a random width/height
1679 - thermal: cpu_cooling: Avoid accessing potentially freed structures
1680 - ath9k: fix tx99 use after free
1681 - ath9k: fix tx99 bus error
1682 - NFC: fix broken device allocation
1683 - NFC: nfcmrvl_uart: add missing tty-device sanity check
1684 - NFC: nfcmrvl: do not use device-managed resources
1685 - NFC: nfcmrvl: use nfc-device for firmware download
1686 - NFC: nfcmrvl: fix firmware-management initialisation
1687 - nfc: Ensure presence of required attributes in the activate_target handler
1688 - nfc: Fix the sockaddr length sanitization in llcp_sock_connect
1689 - NFC: Add sockaddr length checks before accessing sa_family in bind handlers
1690 - perf intel-pt: Move decoder error setting into one condition
1691 - perf intel-pt: Improve sample timestamp
1692 - perf intel-pt: Fix missing stack clear
1693 - perf intel-pt: Ensure IP is zero when state is INTEL_PT_STATE_NO_IP
1694 - perf intel-pt: Clear FUP flag on error
1695 - Bluetooth: use constant time memory comparison for secret values
1696 - wlcore: fix 64K page support
1697 - ASoC: compress: Derive substream from stream based on direction
1698 - PM / Domains: Fix unsafe iteration over modified list of device links
1699 - PM / Domains: Fix unsafe iteration over modified list of domain providers
1700 - scsi: ses: do not add a device to an enclosure if enclosure_add_links()
1701 fails.
1702 - iscsi-target: Add login_keys_workaround attribute for non RFC initiators
1703 - powerpc/64: Fix atomic64_inc_not_zero() to return an int
1704 - powerpc: Fix emulation of mcrf in emulate_step()
1705 - powerpc: Fix emulation of mfocrf in emulate_step()
1706 - powerpc/asm: Mark cr0 as clobbered in mftb()
1707 - af_key: Fix sadb_x_ipsecrequest parsing
1708 - PCI/PM: Restore the status of PCI devices across hibernation
1709 - ipvs: SNAT packet replies only for NATed connections
1710 - xhci: fix 20000ms port resume timeout
1711 - xhci: Fix NULL pointer dereference when cleaning up streams for removed host
1712 - usb: storage: return on error to avoid a null pointer dereference
1713 - USB: cdc-acm: add device-id for quirky printer
1714 - usb: renesas_usbhs: fix usbhsc_resume() for !USBHSF_RUNTIME_PWCTRL
1715 - usb: renesas_usbhs: gadget: disable all eps when the driver stops
1716 - md: don't use flush_signals in userspace processes
1717 - x86/xen: allow userspace access during hypercalls
1718 - cx88: Fix regression in initial video standard setting
1719 - Raid5 should update rdev->sectors after reshape
1720 - s390/syscalls: Fix out of bounds arguments access
1721 - drm/amd/amdgpu: Return error if initiating read out of range on vram
1722 - drm/radeon/ci: disable mclk switching for high refresh rates (v2)
1723 - drm/radeon: Fix eDP for single-display iMac10,1 (v2)
1724 - ipmi: use rcu lock around call to intf->handlers->sender()
1725 - ipmi:ssif: Add missing unlock in error branch
1726 - f2fs: Don't clear SGID when inheriting ACLs
1727 - vfio: Fix group release deadlock
1728 - vfio: New external user group/file match
1729 - ftrace: Fix uninitialized variable in match_records()
1730 - MIPS: Fix mips_atomic_set() retry condition
1731 - MIPS: Fix mips_atomic_set() with EVA
1732 - MIPS: Negate error syscall return in trace
1733 - x86/acpi: Prevent out of bound access caused by broken ACPI tables
1734 - x86/ioapic: Pass the correct data to unmask_ioapic_irq()
1735 - MIPS: Fix MIPS I ISA /proc/cpuinfo reporting
1736 - MIPS: Save static registers before sysmips
1737 - MIPS: Actually decode JALX in `__compute_return_epc_for_insn'
1738 - MIPS: Fix unaligned PC interpretation in `compute_return_epc'
1739 - MIPS: math-emu: Prevent wrong ISA mode instruction emulation
1740 - MIPS: Send SIGILL for BPOSGE32 in `__compute_return_epc_for_insn'
1741 - MIPS: Rename `sigill_r6' to `sigill_r2r6' in `__compute_return_epc_for_insn'
1742 - MIPS: Send SIGILL for linked branches in `__compute_return_epc_for_insn'
1743 - MIPS: Fix a typo: s/preset/present/ in r2-to-r6 emulation error message
1744 - Input: i8042 - fix crash at boot time
1745 - NFS: only invalidate dentrys that are clearly invalid.
1746 - udf: Fix deadlock between writeback and udf_setsize()
1747 - target: Fix COMPARE_AND_WRITE caw_sem leak during se_cmd quiesce
1748 - perf annotate: Fix broken arrow at row 0 connecting jmp instruction to its
1749 target
1750 - Revert "perf/core: Drop kernel samples even though :u is specified"
1751 - staging: rtl8188eu: add TL-WN722N v2 support
1752 - ceph: fix race in concurrent readdir
1753 - RDMA/core: Initialize port_num in qp_attr
1754 - drm/mst: Fix error handling during MST sideband message reception
1755 - drm/mst: Avoid dereferencing a NULL mstb in drm_dp_mst_handle_up_req()
1756 - drm/mst: Avoid processing partially received up/down message transactions
1757 - of: device: Export of_device_{get_modalias, uvent_modalias} to modules
1758 - spmi: Include OF based modalias in device uevent
1759 - tracing: Fix kmemleak in instance_rmdir
1760 - alarmtimer: don't rate limit one-shot timers
1761 - Linux 4.4.79
1762 * Xenial update to 4.4.78 stable release (LP: #1705707)
1763 - net_sched: fix error recovery at qdisc creation
1764 - net: sched: Fix one possible panic when no destroy callback
1765 - net/phy: micrel: configure intterupts after autoneg workaround
1766 - ipv6: avoid unregistering inet6_dev for loopback
1767 - net: dp83640: Avoid NULL pointer dereference.
1768 - tcp: reset sk_rx_dst in tcp_disconnect()
1769 - net: prevent sign extension in dev_get_stats()
1770 - bpf: prevent leaking pointer via xadd on unpriviledged
1771 - net: handle NAPI_GRO_FREE_STOLEN_HEAD case also in napi_frags_finish()
1772 - ipv6: dad: don't remove dynamic addresses if link is down
1773 - net: ipv6: Compare lwstate in detecting duplicate nexthops
1774 - vrf: fix bug_on triggered by rx when destroying a vrf
1775 - rds: tcp: use sock_create_lite() to create the accept socket
1776 - brcmfmac: fix possible buffer overflow in brcmf_cfg80211_mgmt_tx()
1777 - cfg80211: Define nla_policy for NL80211_ATTR_LOCAL_MESH_POWER_MODE
1778 - cfg80211: Validate frequencies nested in NL80211_ATTR_SCAN_FREQUENCIES
1779 - cfg80211: Check if PMKID attribute is of expected size
1780 - irqchip/gic-v3: Fix out-of-bound access in gic_set_affinity
1781 - parisc: Report SIGSEGV instead of SIGBUS when running out of stack
1782 - parisc: use compat_sys_keyctl()
1783 - parisc: DMA API: return error instead of BUG_ON for dma ops on non dma devs
1784 - parisc/mm: Ensure IRQs are off in switch_mm()
1785 - tools/lib/lockdep: Reduce MAX_LOCK_DEPTH to avoid overflowing lock_chain/:
1786 Depth
1787 - kernel/extable.c: mark core_kernel_text notrace
1788 - mm/list_lru.c: fix list_lru_count_node() to be race free
1789 - fs/dcache.c: fix spin lockup issue on nlru->lock
1790 - checkpatch: silence perl 5.26.0 unescaped left brace warnings
1791 - binfmt_elf: use ELF_ET_DYN_BASE only for PIE
1792 - arm: move ELF_ET_DYN_BASE to 4MB
1793 - arm64: move ELF_ET_DYN_BASE to 4GB / 4MB
1794 - powerpc: move ELF_ET_DYN_BASE to 4GB / 4MB
1795 - s390: reduce ELF_ET_DYN_BASE
1796 - exec: Limit arg stack to at most 75% of _STK_LIM
1797 - vt: fix unchecked __put_user() in tioclinux ioctls
1798 - mnt: In umount propagation reparent in a separate pass
1799 - mnt: In propgate_umount handle visiting mounts in any order
1800 - mnt: Make propagate_umount less slow for overlapping mount propagation trees
1801 - selftests/capabilities: Fix the test_execve test
1802 - tpm: Get rid of chip->pdev
1803 - tpm: Provide strong locking for device removal
1804 - Add "shutdown" to "struct class".
1805 - tpm: Issue a TPM2_Shutdown for TPM2 devices.
1806 - mm: fix overflow check in expand_upwards()
1807 - crypto: talitos - Extend max key length for SHA384/512-HMAC and AEAD
1808 - crypto: atmel - only treat EBUSY as transient if backlog
1809 - crypto: sha1-ssse3 - Disable avx2
1810 - crypto: caam - fix signals handling
1811 - sched/topology: Fix overlapping sched_group_mask
1812 - sched/topology: Optimize build_group_mask()
1813 - PM / wakeirq: Convert to SRCU
1814 - PM / QoS: return -EINVAL for bogus strings
1815 - tracing: Use SOFTIRQ_OFFSET for softirq dectection for more accurate results
1816 - KVM: x86: disable MPX if host did not enable MPX XSAVE features
1817 - kvm: vmx: Do not disable intercepts for BNDCFGS
1818 - kvm: x86: Guest BNDCFGS requires guest MPX support
1819 - kvm: vmx: Check value written to IA32_BNDCFGS
1820 - kvm: vmx: allow host to access guest MSR_IA32_BNDCFGS
1821 - Linux 4.4.78
1822 * Xenial update to 4.4.77 stable release (LP: #1705238)
1823 - fs: add a VALID_OPEN_FLAGS
1824 - fs: completely ignore unknown open flags
1825 - driver core: platform: fix race condition with driver_override
1826 - bgmac: reset & enable Ethernet core before using it
1827 - mm: fix classzone_idx underflow in shrink_zones()
1828 - tracing/kprobes: Allow to create probe with a module name starting with a
1829 digit
1830 - usb: dwc3: replace %p with %pK
1831 - USB: serial: cp210x: add ID for CEL EM3588 USB ZigBee stick
1832 - Add USB quirk for HVR-950q to avoid intermittent device resets
1833 - usb: usbip: set buffer pointers to NULL after free
1834 - usb: Fix typo in the definition of Endpoint[out]Request
1835 - mac80211_hwsim: Replace bogus hrtimer clockid
1836 - sysctl: don't print negative flag for proc_douintvec
1837 - sysctl: report EINVAL if value is larger than UINT_MAX for proc_douintvec
1838 - pinctrl: sh-pfc: r8a7791: Fix SCIF2 pinmux data
1839 - pinctrl: meson: meson8b: fix the NAND DQS pins
1840 - pinctrl: sunxi: Fix SPDIF function name for A83T
1841 - pinctrl: mxs: atomically switch mux and drive strength config
1842 - pinctrl: sh-pfc: Update info pointer after SoC-specific init
1843 - USB: serial: option: add two Longcheer device ids
1844 - USB: serial: qcserial: new Sierra Wireless EM7305 device ID
1845 - gfs2: Fix glock rhashtable rcu bug
1846 - x86/tools: Fix gcc-7 warning in relocs.c
1847 - x86/uaccess: Optimize copy_user_enhanced_fast_string() for short strings
1848 - ath10k: override CE5 config for QCA9377
1849 - KEYS: Fix an error code in request_master_key()
1850 - RDMA/uverbs: Check port number supplied by user verbs cmds
1851 - mqueue: fix a use-after-free in sys_mq_notify()
1852 - tools include: Add a __fallthrough statement
1853 - tools string: Use __fallthrough in perf_atoll()
1854 - tools strfilter: Use __fallthrough
1855 - perf top: Use __fallthrough
1856 - perf intel-pt: Use __fallthrough
1857 - perf thread_map: Correctly size buffer used with dirent->dt_name
1858 - perf scripting perl: Fix compile error with some perl5 versions
1859 - perf tests: Avoid possible truncation with dirent->d_name + snprintf
1860 - perf bench numa: Avoid possible truncation when using snprintf()
1861 - perf tools: Use readdir() instead of deprecated readdir_r()
1862 - perf thread_map: Use readdir() instead of deprecated readdir_r()
1863 - perf script: Use readdir() instead of deprecated readdir_r()
1864 - perf tools: Remove duplicate const qualifier
1865 - perf annotate browser: Fix behaviour of Shift-Tab with nothing focussed
1866 - perf pmu: Fix misleadingly indented assignment (whitespace)
1867 - perf dwarf: Guard !x86_64 definitions under #ifdef else clause
1868 - perf trace: Do not process PERF_RECORD_LOST twice
1869 - perf tests: Remove wrong semicolon in while loop in CQM test
1870 - perf tools: Use readdir() instead of deprecated readdir_r() again
1871 - md: fix incorrect use of lexx_to_cpu in does_sb_need_changing
1872 - md: fix super_offset endianness in super_1_rdev_size_change
1873 - tcp: fix tcp_mark_head_lost to check skb len before fragmenting
1874 - staging: vt6556: vnt_start Fix missing call to vnt_key_init_table.
1875 - staging: comedi: fix clean-up of comedi_class in comedi_init()
1876 - ext4: check return value of kstrtoull correctly in reserved_clusters_store
1877 - x86/mm/pat: Don't report PAT on CPUs that don't support it
1878 - saa7134: fix warm Medion 7134 EEPROM read
1879 - Linux 4.4.77
1880
1881 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Mon, 14 Aug 2017 13:00:49 +0200
1882
1883 linux-snapdragon (4.4.0-1072.77) xenial; urgency=low
1884
1885 * linux-snapdragon: 4.4.0-1072.77 -proposed tracker (LP: #1709815)
1886
1887 [ Ubuntu: 4.4.0-92.115 ]
1888
1889 * linux: 4.4.0-92.115 -proposed tracker (LP: #1709812)
1890 * Creating conntrack entry failure with kernel 4.4.0-89 (LP: #1709032)
1891 - Revert "netfilter: synproxy: fix conntrackd interaction"
1892
1893 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Thu, 10 Aug 2017 12:34:25 +0200
1894
1895 linux-snapdragon (4.4.0-1071.76) xenial; urgency=low
1896
1897 [ Ubuntu: 4.4.0-91.114 ]
1898
1899 * CVE-2017-1000112
1900 - ipv4: Should use consistent conditional judgement for ip fragment in
1901 __ip_append_data and ip_finish_output
1902 - ipv6: Don't use ufo handling on later transformed packets
1903 - udp: avoid ufo handling on IP payload compression packets
1904 - ipv6: Should use consistent conditional judgement for ip6 fragment between
1905 __ip6_append_data and ip6_finish_output
1906 - net: account for current skb length when deciding about UFO
1907 - udp: consistently apply ufo or fragmentation
1908 * CVE-2017-1000111
1909 - net-packet: fix race in packet_set_ring on PACKET_RESERVE
1910
1911 -- Stefan Bader <stefan.bader@canonical.com> Tue, 08 Aug 2017 15:27:03 +0200
1912
1913 linux-snapdragon (4.4.0-1069.74) xenial; urgency=low
1914
1915 [ Ubuntu: 4.4.0-89.112 ]
1916
1917 * CVE-2017-7533
1918 - dentry name snapshots
1919
1920 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Tue, 01 Aug 2017 13:33:17 -0300
1921
1922 linux-snapdragon (4.4.0-1068.73) xenial; urgency=low
1923
1924 * linux-snapdragon: 4.4.0-1068.73 -proposed tracker (LP: #1705274)
1925
1926 * Snapcraft.yaml update (LP: #1700576)
1927 - snapcraft.yaml: various improvements
1928
1929 [ Ubuntu: 4.4.0-88.111 ]
1930
1931 * linux: 4.4.0-88.111 -proposed tracker (LP: #1705270)
1932 * [Xenial] nvme: Quirks for PM1725 controllers (LP: #1704435)
1933 - nvme: Quirks for PM1725 controllers
1934 * Upgrade Redpine WLAN/BT driver to ver. 1.2 (production release)
1935 (LP: #1697829)
1936 - SAUCE: Redpine: Upgrade to ver. 1.2 production release
1937 * ubuntu/rsi driver has several issues as picked up by static analysis
1938 (LP: #1694733)
1939 - SAUCE: Redpine: Upgrade to ver. 1.2 production release
1940 * Redpine vendor driver - Switching to AP mode causes kernel panic
1941 (LP: #1700941)
1942 - SAUCE: Redpine: Upgrade to ver. 1.2 production release
1943 * CVE-2017-10810
1944 - drm/virtio: don't leak bo on drm_gem_object_init failure
1945 * Ath10k to read different board data file if specify in SMBIOS (LP: #1666742)
1946 - ath10k: search SMBIOS for OEM board file extension
1947 * make snap-pkg support (LP: #1700747)
1948 - SAUCE: make snap-pkg support
1949 * ISST-LTE: Briggs:Stratton:UbuntuKVM: ics_opal_set_affinity on host kernel
1950 log using Intel X710 (i40e driver) (LP: #1703663)
1951 - i40e: use valid online CPU on q_vector initialization
1952 * Update snapcraft.yaml (LP: #1700480)
1953 - snapcraft.yaml: various improvements
1954 * Xenial update to 4.4.76 stable release (LP: #1702863)
1955 - ipv6: release dst on error in ip6_dst_lookup_tail
1956 - net: don't call strlen on non-terminated string in dev_set_alias()
1957 - decnet: dn_rtmsg: Improve input length sanitization in
1958 dnrmg_receive_user_skb
1959 - net: Zero ifla_vf_info in rtnl_fill_vfinfo()
1960 - af_unix: Add sockaddr length checks before accessing sa_family in bind and
1961 connect handlers
1962 - Fix an intermittent pr_emerg warning about lo becoming free.
1963 - net: caif: Fix a sleep-in-atomic bug in cfpkt_create_pfx
1964 - igmp: acquire pmc lock for ip_mc_clear_src()
1965 - igmp: add a missing spin_lock_init()
1966 - ipv6: fix calling in6_ifa_hold incorrectly for dad work
1967 - net/mlx5: Wait for FW readiness before initializing command interface
1968 - decnet: always not take dst->__refcnt when inserting dst into hash table
1969 - net: 8021q: Fix one possible panic caused by BUG_ON in free_netdev
1970 - sfc: provide dummy definitions of vswitch functions
1971 - ipv6: Do not leak throw route references
1972 - rtnetlink: add IFLA_GROUP to ifla_policy
1973 - netfilter: xt_TCPMSS: add more sanity tests on tcph->doff
1974 - netfilter: synproxy: fix conntrackd interaction
1975 - NFSv4: fix a reference leak caused WARNING messages
1976 - drm/ast: Handle configuration without P2A bridge
1977 - mm, swap_cgroup: reschedule when neeed in swap_cgroup_swapoff()
1978 - MIPS: Avoid accidental raw backtrace
1979 - MIPS: pm-cps: Drop manual cache-line alignment of ready_count
1980 - MIPS: Fix IRQ tracing & lockdep when rescheduling
1981 - ALSA: hda - Fix endless loop of codec configure
1982 - ALSA: hda - set input_path bitmap to zero after moving it to new place
1983 - drm/vmwgfx: Free hash table allocated by cmdbuf managed res mgr
1984 - usb: gadget: f_fs: Fix possibe deadlock
1985 - sysctl: enable strict writes
1986 - mm: numa: avoid waiting on freed migrated pages
1987 - KVM: x86: fix fixing of hypercalls
1988 - scsi: sd: Fix wrong DPOFUA disable in sd_read_cache_type
1989 - scsi: lpfc: Set elsiocb contexts to NULL after freeing it
1990 - qla2xxx: Fix erroneous invalid handle message
1991 - ARM: dts: BCM5301X: Correct GIC_PPI interrupt flags
1992 - net: mvneta: Fix for_each_present_cpu usage
1993 - MIPS: ath79: fix regression in PCI window initialization
1994 - net: korina: Fix NAPI versus resources freeing
1995 - MIPS: ralink: MT7688 pinmux fixes
1996 - MIPS: ralink: fix USB frequency scaling
1997 - MIPS: ralink: Fix invalid assignment of SoC type
1998 - MIPS: ralink: fix MT7628 pinmux typos
1999 - MIPS: ralink: fix MT7628 wled_an pinmux gpio
2000 - mtd: bcm47xxpart: limit scanned flash area on BCM47XX (MIPS) only
2001 - bgmac: fix a missing check for build_skb
2002 - mtd: bcm47xxpart: don't fail because of bit-flips
2003 - bgmac: Fix reversed test of build_skb() return value.
2004 - net: bgmac: Fix SOF bit checking
2005 - net: bgmac: Start transmit queue in bgmac_open
2006 - net: bgmac: Remove superflous netif_carrier_on()
2007 - powerpc/eeh: Enable IO path on permanent error
2008 - gianfar: Do not reuse pages from emergency reserve
2009 - Btrfs: fix truncate down when no_holes feature is enabled
2010 - virtio_console: fix a crash in config_work_handler
2011 - swiotlb-xen: update dev_addr after swapping pages
2012 - xen-netfront: Fix Rx stall during network stress and OOM
2013 - scsi: virtio_scsi: Reject commands when virtqueue is broken
2014 - platform/x86: ideapad-laptop: handle ACPI event 1
2015 - amd-xgbe: Check xgbe_init() return code
2016 - net: dsa: Check return value of phy_connect_direct()
2017 - drm/amdgpu: check ring being ready before using
2018 - vfio/spapr: fail tce_iommu_attach_group() when iommu_data is null
2019 - virtio_net: fix PAGE_SIZE > 64k
2020 - vxlan: do not age static remote mac entries
2021 - ibmveth: Add a proper check for the availability of the checksum features
2022 - kernel/panic.c: add missing \n
2023 - HID: i2c-hid: Add sleep between POWER ON and RESET
2024 - scsi: lpfc: avoid double free of resource identifiers
2025 - spi: davinci: use dma_mapping_error()
2026 - mac80211: initialize SMPS field in HT capabilities
2027 - x86/mpx: Use compatible types in comparison to fix sparse error
2028 - coredump: Ensure proper size of sparse core files
2029 - swiotlb: ensure that page-sized mappings are page-aligned
2030 - s390/ctl_reg: make __ctl_load a full memory barrier
2031 - be2net: fix status check in be_cmd_pmac_add()
2032 - perf probe: Fix to show correct locations for events on modules
2033 - net/mlx4_core: Eliminate warning messages for SRQ_LIMIT under SRIOV
2034 - sctp: check af before verify address in sctp_addr_id2transport
2035 - ravb: Fix use-after-free on `ifconfig eth0 down`
2036 - jump label: fix passing kbuild_cflags when checking for asm goto support
2037 - xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICY
2038 - xfrm: NULL dereference on allocation failure
2039 - xfrm: Oops on error in pfkey_msg2xfrm_state()
2040 - watchdog: bcm281xx: Fix use of uninitialized spinlock.
2041 - sched/loadavg: Avoid loadavg spikes caused by delayed NO_HZ accounting
2042 - ARM64/ACPI: Fix BAD_MADT_GICC_ENTRY() macro implementation
2043 - ARM: 8685/1: ensure memblock-limit is pmd-aligned
2044 - x86/mpx: Correctly report do_mpx_bt_fault() failures to user-space
2045 - x86/mm: Fix flush_tlb_page() on Xen
2046 - ocfs2: o2hb: revert hb threshold to keep compatible
2047 - iommu/vt-d: Don't over-free page table directories
2048 - iommu: Handle default domain attach failure
2049 - iommu/amd: Fix incorrect error handling in amd_iommu_bind_pasid()
2050 - cpufreq: s3c2416: double free on driver init error path
2051 - KVM: x86: fix emulation of RSM and IRET instructions
2052 - KVM: x86/vPMU: fix undefined shift in intel_pmu_refresh()
2053 - KVM: x86: zero base3 of unusable segments
2054 - KVM: nVMX: Fix exception injection
2055 - Linux 4.4.76
2056 * Xenial update to 4.4.75 stable release (LP: #1702118)
2057 - fs/exec.c: account for argv/envp pointers
2058 - autofs: sanity check status reported with AUTOFS_DEV_IOCTL_FAIL
2059 - lib/cmdline.c: fix get_options() overflow while parsing ranges
2060 - KVM: PPC: Book3S HV: Preserve userspace HTM state properly
2061 - CIFS: Improve readdir verbosity
2062 - HID: Add quirk for Dell PIXART OEM mouse
2063 - signal: Only reschedule timers on signals timers have sent
2064 - powerpc/kprobes: Pause function_graph tracing during jprobes handling
2065 - Input: i8042 - add Fujitsu Lifebook AH544 to notimeout list
2066 - time: Fix clock->read(clock) race around clocksource changes
2067 - target: Fix kref->refcount underflow in transport_cmd_finish_abort
2068 - iscsi-target: Reject immediate data underflow larger than SCSI transfer
2069 length
2070 - drm/radeon: add a PX quirk for another K53TK variant
2071 - drm/radeon: add a quirk for Toshiba Satellite L20-183
2072 - drm/amdgpu/atom: fix ps allocation size for EnableDispPowerGating
2073 - drm/amdgpu: adjust default display clock
2074 - USB: usbip: fix nonconforming hub descriptor
2075 - rxrpc: Fix several cases where a padded len isn't checked in ticket decode
2076 - of: Add check to of_scan_flat_dt() before accessing initial_boot_params
2077 - mtd: spi-nor: fix spansion quad enable
2078 - powerpc/slb: Force a full SLB flush when we insert for a bad EA
2079 - usb: gadget: f_fs: avoid out of bounds access on comp_desc
2080 - net: phy: Initialize mdio clock at probe function
2081 - net: phy: fix marvell phy status reading
2082 - Linux 4.4.75
2083 * Xenial update to 4.4.74 stable release (LP: #1702104)
2084 - configfs: Fix race between create_link and configfs_rmdir
2085 - can: gs_usb: fix memory leak in gs_cmd_reset()
2086 - cpufreq: conservative: Allow down_threshold to take values from 1 to 10
2087 - vb2: Fix an off by one error in 'vb2_plane_vaddr'
2088 - mac80211: don't look at the PM bit of BAR frames
2089 - mac80211/wpa: use constant time memory comparison for MACs
2090 - mac80211: fix CSA in IBSS mode
2091 - mac80211: fix IBSS presp allocation size
2092 - serial: efm32: Fix parity management in 'efm32_uart_console_get_options()'
2093 - x86/mm/32: Set the '__vmalloc_start_set' flag in initmem_init()
2094 - mfd: omap-usb-tll: Fix inverted bit use for USB TLL mode
2095 - staging: rtl8188eu: prevent an underflow in rtw_check_beacon_data()
2096 - iio: proximity: as3935: recalibrate RCO after resume
2097 - USB: hub: fix SS max number of ports
2098 - usb: core: fix potential memory leak in error path during hcd creation
2099 - pvrusb2: reduce stack usage pvr2_eeprom_analyze()
2100 - USB: gadget: dummy_hcd: fix hub-descriptor removable fields
2101 - usb: r8a66597-hcd: select a different endpoint on timeout
2102 - usb: r8a66597-hcd: decrease timeout
2103 - drivers/misc/c2port/c2port-duramar2150.c: checking for NULL instead of
2104 IS_ERR()
2105 - usb: xhci: ASMedia ASM1042A chipset need shorts TX quirk
2106 - USB: gadgetfs, dummy-hcd, net2280: fix locking for callbacks
2107 - mm/memory-failure.c: use compound_head() flags for huge pages
2108 - swap: cond_resched in swap_cgroup_prepare()
2109 - genirq: Release resources in __setup_irq() error path
2110 - alarmtimer: Prevent overflow of relative timers
2111 - usb: dwc3: exynos fix axius clock error path to do cleanup
2112 - MIPS: Fix bnezc/jialc return address calculation
2113 - alarmtimer: Rate limit periodic intervals
2114 - Linux 4.4.74
2115 * Side Button (Display Toggle) fails on Dell AIO systems (LP: #1702541)
2116 - dell-wmi: Add a WMI event code for display on/off
2117 * Intel i40e PF reset under load (LP: #1700834)
2118 - i40e/i40evf: Limit TSO to 7 descriptors for payload instead of 8 per packet
2119 * update ENA driver to 1.2.0k from net-next (LP: #1701575)
2120 - net: ena: remove superfluous check in ena_remove()
2121 - net: ena: fix rare uncompleted admin command false alarm
2122 - net: ena: add missing return when ena_com_get_io_handlers() fails
2123 - net: ena: fix race condition between submit and completion admin command
2124 - net: ena: add missing unmap bars on device removal
2125 - net: ena: fix theoretical Rx hang on low memory systems
2126 - net: ena: disable admin msix while working in polling mode
2127 - net: ena: bug fix in lost tx packets detection mechanism
2128 - net: ena: update ena driver to version 1.1.7
2129 - net: ena: change return value for unsupported features unsupported return
2130 value
2131 - net: ena: add hardware hints capability to the driver
2132 - net: ena: change sizeof() argument to be the type pointer
2133 - net: ena: add reset reason for each device FLR
2134 - net: ena: add support for out of order rx buffers refill
2135 - net: ena: use napi_schedule_irqoff when possible
2136 - net: ena: separate skb allocation to dedicated function
2137 - net: ena: use lower_32_bits()/upper_32_bits() to split dma address
2138 - net: ena: update driver's rx drop statistics
2139 - net: ena: update ena driver to version 1.2.0
2140
2141 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Tue, 25 Jul 2017 09:39:14 -0300
2142
2143 linux-snapdragon (4.4.0-1067.72) xenial; urgency=low
2144
2145 * linux-snapdragon: 4.4.0-1067.72 -proposed tracker (LP: #1705566)
2146
2147 * sock_recvmsg has dropped size argument (LP: #1701697)
2148 - Packaging: Breaks yet another iscsitarget-dkms version
2149
2150 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Thu, 20 Jul 2017 17:27:10 -0300
2151
2152 linux-snapdragon (4.4.0-1066.71) xenial; urgency=low
2153
2154 * linux-snapdragon: 4.4.0-1066.71 -proposed tracker (LP: #1704989)
2155
2156 [ Ubuntu: 4.4.0-87.110 ]
2157
2158 * linux: 4.4.0-87.110 -proposed tracker (LP: #1704982)
2159 * CVE-2017-1000364
2160 - mm/mmap.c: do not blow on PROT_NONE MAP_FIXED holes in the stack
2161 - mm/mmap.c: expand_downwards: don't require the gap if !vm_prev
2162 * CIFS causes oops (LP: #1704857)
2163 - CIFS: Fix null pointer deref during read resp processing
2164 - CIFS: Fix some return values in case of error in 'crypt_message'
2165
2166 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Tue, 18 Jul 2017 10:51:11 -0300
2167
2168 linux-snapdragon (4.4.0-1065.70) xenial; urgency=low
2169
2170 * linux-snapdragon: 4.4.0-1065.70 -proposed tracker (LP: #1703999)
2171
2172 * sock_recvmsg has dropped size argument (LP: #1701697)
2173 - Packaging: Breaks unfixed iscsitarget versions
2174
2175 [ Ubuntu: 4.4.0-86.109 ]
2176
2177 * linux: 4.4.0-86.109 -proposed tracker (LP: #1703995)
2178 * sock_recvmsg has dropped size argument (LP: #1701697)
2179 - Packaging: Breaks unfixed iscsitarget versions
2180
2181 [ Ubuntu: 4.4.0-85.108 ]
2182
2183 * linux: 4.4.0-85.108 -proposed tracker (LP: #1702103)
2184 * [Hyper-V] Implement Hyper-V PTP Source (LP: #1676635)
2185 - SAUCE: hv: make clocksource available for PTP device supporting
2186 - Drivers: hv: util: Use hv_get_current_tick() to get current tick
2187 - hv_util: switch to using timespec64
2188 - hv_utils: implement Hyper-V PTP source
2189 - Drivers: hv: util: Fix a typo
2190 - Drivers: hv: util: don't forget to init host_ts.lock
2191 - hv_utils: drop .getcrosststamp() support from PTP driver
2192 - hv_utils: fix TimeSync work on pre-TimeSync-v4 hosts
2193
2194 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Thu, 13 Jul 2017 17:09:01 +0200
2195
2196 linux-snapdragon (4.4.0-1064.69) xenial; urgency=low
2197
2198 * linux-snapdragon: 4.4.0-1064.69 -proposed tracker (LP: #1701027)
2199
2200 [ Ubuntu: 4.4.0-84.107 ]
2201
2202 * linux: 4.4.0-84.107 -proposed tracker (LP: #1701024)
2203 * Can't disable USB port from BIOS (LP: #1695216)
2204 - SAUCE: xhci: AMD Promontory USB disable port support
2205 * KILLER1435-S[0489:e0a2] BT cannot search BT 4.0 device (LP: #1699651)
2206 - Bluetooth: btusb: Add support for 0489:e0a2 QCA_ROME device
2207 * CIFS: Enable encryption for SMB3 (LP: #1670508)
2208 - Revert "Handle mismatched open calls"
2209 - Revert "Call echo service immediately after socket reconnect"
2210 - cifs: Make echo interval tunable
2211 - Prepare for encryption support (first part). Add decryption and encryption
2212 key generation. Thanks to Metze for helping with this.
2213 - [net] drop 'size' argument of sock_recvmsg()
2214 - cifs: merge the hash calculation helpers
2215 - cifs: no need to wank with copying and advancing iovec on recvmsg side
2216 either
2217 - cifs: don't bother with kmap on read_pages side
2218 - cifs_readv_receive: use cifs_read_from_socket()
2219 - Fix memory leaks in cifs_do_mount()
2220 - SMB3: Add mount parameter to allow user to override max credits
2221 - SMB2: Separate Kerberos authentication from SMB2_sess_setup
2222 - SMB2: Separate RawNTLMSSP authentication from SMB2_sess_setup
2223 - SMB3: parsing for new snapshot timestamp mount parm
2224 - cifs: Simplify SMB2 and SMB311 dependencies
2225 - cifs: Only select the required crypto modules
2226 - cifs: Add soft dependencies
2227 - CIFS: Separate SMB2 header structure
2228 - CIFS: Make SendReceive2() takes resp iov
2229 - CIFS: Make send_cancel take rqst as argument
2230 - CIFS: Send RFC1001 length in a separate iov
2231 - CIFS: Separate SMB2 sync header processing
2232 - CIFS: Separate RFC1001 length processing for SMB2 read
2233 - CIFS: Add capability to transform requests before sending
2234 - CIFS: Enable encryption during session setup phase
2235 - CIFS: Encrypt SMB3 requests before sending
2236 - CIFS: Add transform header handling callbacks
2237 - CIFS: Add mid handle callback
2238 - CIFS: Add copy into pages callback for a read operation
2239 - CIFS: Decrypt and process small encrypted packets
2240 - CIFS: Add capability to decrypt big read responses
2241 - CIFS: Allow to switch on encryption with seal mount option
2242 - CIFS: Fix possible use after free in demultiplex thread
2243 - Call echo service immediately after socket reconnect
2244 - Handle mismatched open calls
2245 * CVE-2017-9150
2246 - bpf: don't let ldimm64 leak map addresses on unprivileged
2247 * CVE-2015-8944
2248 - Make file credentials available to the seqfile interfaces
2249 - /proc/iomem: only expose physical resource addresses to privileged users
2250 * Xenial update to 4.4.73 stable release (LP: #1698817)
2251 - s390/vmem: fix identity mapping
2252 - partitions/msdos: FreeBSD UFS2 file systems are not recognized
2253 - ARM: dts: imx6dl: Fix the VDD_ARM_CAP voltage for 396MHz operation
2254 - staging: rtl8192e: rtl92e_fill_tx_desc fix write to mapped out memory.
2255 - net: xilinx_emaclite: fix freezes due to unordered I/O
2256 - net: xilinx_emaclite: fix receive buffer overflow
2257 - ipv6: Handle IPv4-mapped src to in6addr_any dst.
2258 - ipv6: Inhibit IPv4-mapped src address on the wire.
2259 - NET: Fix /proc/net/arp for AX.25
2260 - NET: mkiss: Fix panic
2261 - net: hns: Fix the device being used for dma mapping during TX
2262 - sierra_net: Skip validating irrelevant fields for IDLE LSIs
2263 - sierra_net: Add support for IPv6 and Dual-Stack Link Sense Indications
2264 - i2c: piix4: Fix request_region size
2265 - ipv6: Fix IPv6 packet loss in scenarios involving roaming + snooping
2266 switches
2267 - PM / runtime: Avoid false-positive warnings from might_sleep_if()
2268 - jump label: pass kbuild_cflags when checking for asm goto support
2269 - kasan: respect /proc/sys/kernel/traceoff_on_warning
2270 - log2: make order_base_2() behave correctly on const input value zero
2271 - ethtool: do not vzalloc(0) on registers dump
2272 - fscache: Fix dead object requeue
2273 - fscache: Clear outstanding writes when disabling a cookie
2274 - FS-Cache: Initialise stores_lock in netfs cookie
2275 - ipv6: fix flow labels when the traffic class is non-0
2276 - drm/nouveau: prevent userspace from deleting client object
2277 - drm/nouveau/fence/g84-: protect against concurrent access to semaphore
2278 buffers
2279 - gianfar: synchronize DMA API usage by free_skb_rx_queue w/ gfar_new_page
2280 - pinctrl: berlin-bg4ct: fix the value for "sd1a" of pin SCRD0_CRD_PRES
2281 - net: adaptec: starfire: add checks for dma mapping errors
2282 - parisc, parport_gsc: Fixes for printk continuation lines
2283 - drm/nouveau: Don't enabling polling twice on runtime resume
2284 - drm/ast: Fixed system hanged if disable P2A
2285 - ravb: unmap descriptors when freeing rings
2286 - nfs: Fix "Don't increment lock sequence ID after NFS4ERR_MOVED"
2287 - r8152: re-schedule napi for tx
2288 - r8152: fix rtl8152_post_reset function
2289 - r8152: avoid start_xmit to schedule napi when napi is disabled
2290 - sctp: sctp_addr_id2transport should verify the addr before looking up assoc
2291 - romfs: use different way to generate fsid for BLOCK or MTD
2292 - proc: add a schedule point in proc_pid_readdir()
2293 - tipc: ignore requests when the connection state is not CONNECTED
2294 - xtensa: don't use linux IRQ #0
2295 - s390/kvm: do not rely on the ILC on kvm host protection fauls
2296 - sparc64: make string buffers large enough
2297 - Linux 4.4.73
2298 * Xenial update to 4.4.72 stable release (LP: #1698799)
2299 - bnx2x: Fix Multi-Cos
2300 - ipv6: xfrm: Handle errors reported by xfrm6_find_1stfragopt()
2301 - cxgb4: avoid enabling napi twice to the same queue
2302 - tcp: disallow cwnd undo when switching congestion control
2303 - vxlan: fix use-after-free on deletion
2304 - ipv6: Fix leak in ipv6_gso_segment().
2305 - net: ping: do not abuse udp_poll()
2306 - net: ethoc: enable NAPI before poll may be scheduled
2307 - net: bridge: start hello timer only if device is up
2308 - sparc64: mm: fix copy_tsb to correctly copy huge page TSBs
2309 - sparc: Machine description indices can vary
2310 - sparc64: reset mm cpumask after wrap
2311 - sparc64: combine activate_mm and switch_mm
2312 - sparc64: redefine first version
2313 - sparc64: add per-cpu mm of secondary contexts
2314 - sparc64: new context wrap
2315 - sparc64: delete old wrap code
2316 - arch/sparc: support NR_CPUS = 4096
2317 - serial: ifx6x60: fix use-after-free on module unload
2318 - ptrace: Properly initialize ptracer_cred on fork
2319 - KEYS: fix dereferencing NULL payload with nonzero length
2320 - KEYS: fix freeing uninitialized memory in key_update()
2321 - crypto: gcm - wait for crypto op not signal safe
2322 - drm/amdgpu/ci: disable mclk switching for high refresh rates (v2)
2323 - nfsd4: fix null dereference on replay
2324 - nfsd: Fix up the "supattr_exclcreat" attributes
2325 - kvm: async_pf: fix rcu_irq_enter() with irqs enabled
2326 - KVM: cpuid: Fix read/write out-of-bounds vulnerability in cpuid emulation
2327 - arm: KVM: Allow unaligned accesses at HYP
2328 - KVM: async_pf: avoid async pf injection when in guest mode
2329 - dmaengine: usb-dmac: Fix DMAOR AE bit definition
2330 - dmaengine: ep93xx: Always start from BASE0
2331 - xen/privcmd: Support correctly 64KB page granularity when mapping memory
2332 - xen-netfront: do not cast grant table reference to signed short
2333 - xen-netfront: cast grant table reference first to type int
2334 - ext4: fix SEEK_HOLE
2335 - ext4: keep existing extra fields when inode expands
2336 - ext4: fix fdatasync(2) after extent manipulation operations
2337 - usb: gadget: f_mass_storage: Serialize wake and sleep execution
2338 - usb: chipidea: udc: fix NULL pointer dereference if udc_start failed
2339 - usb: chipidea: debug: check before accessing ci_role
2340 - staging/lustre/lov: remove set_fs() call from lov_getstripe()
2341 - iio: light: ltr501 Fix interchanged als/ps register field
2342 - iio: proximity: as3935: fix AS3935_INT mask
2343 - drivers: char: random: add get_random_long()
2344 - random: properly align get_random_int_hash
2345 - stackprotector: Increase the per-task stack canary's random range from 32
2346 bits to 64 bits on 64-bit platforms
2347 - cpufreq: cpufreq_register_driver() should return -ENODEV if init fails
2348 - target: Re-add check to reject control WRITEs with overflow data
2349 - drm/msm: Expose our reservation object when exporting a dmabuf.
2350 - Input: elantech - add Fujitsu Lifebook E546/E557 to force crc_enabled
2351 - cpuset: consider dying css as offline
2352 - fs: add i_blocksize()
2353 - ufs: restore proper tail allocation
2354 - fix ufs_isblockset()
2355 - ufs: restore maintaining ->i_blocks
2356 - ufs: set correct ->s_maxsize
2357 - ufs_extend_tail(): fix the braino in calling conventions of
2358 ufs_new_fragments()
2359 - ufs_getfrag_block(): we only grab ->truncate_mutex on block creation path
2360 - cxl: Fix error path on bad ioctl
2361 - btrfs: use correct types for page indices in btrfs_page_exists_in_range
2362 - btrfs: fix memory leak in update_space_info failure path
2363 - KVM: arm/arm64: Handle possible NULL stage2 pud when ageing pages
2364 - scsi: qla2xxx: don't disable a not previously enabled PCI device
2365 - powerpc/eeh: Avoid use after free in eeh_handle_special_event()
2366 - powerpc/numa: Fix percpu allocations to be NUMA aware
2367 - powerpc/hotplug-mem: Fix missing endian conversion of aa_index
2368 - perf/core: Drop kernel samples even though :u is specified
2369 - drm/vmwgfx: Handle vmalloc() failure in vmw_local_fifo_reserve()
2370 - drm/vmwgfx: Make sure backup_handle is always valid
2371 - drm/nouveau/tmr: fully separate alarm execution/pending lists
2372 - ALSA: timer: Fix race between read and ioctl
2373 - ALSA: timer: Fix missing queue indices reset at SNDRV_TIMER_IOCTL_SELECT
2374 - ASoC: Fix use-after-free at card unregistration
2375 - drivers: char: mem: Fix wraparound check to allow mappings up to the end
2376 - tty: Drop krefs for interrupted tty lock
2377 - serial: sh-sci: Fix panic when serial console and DMA are enabled
2378 - mm: consider memblock reservations for deferred memory initialization sizing
2379 - NFS: Ensure we revalidate attributes before using execute_ok()
2380 - NFSv4: Don't perform cached access checks before we've OPENed the file
2381 - Make __xfs_xattr_put_listen preperly report errors.
2382 - arm64: hw_breakpoint: fix watchpoint matching for tagged pointers
2383 - arm64: entry: improve data abort handling of tagged pointers
2384 - RDMA/qib,hfi1: Fix MR reference count leak on write with immediate
2385 - usercopy: Adjust tests to deal with SMAP/PAN
2386 - arm64: armv8_deprecated: ensure extension of addr
2387 - arm64: ensure extension of smp_store_release value
2388 - Linux 4.4.72
2389 * Xenial update to 4.4.71 stable release (LP: #1697001)
2390 - sparc: Fix -Wstringop-overflow warning
2391 - s390/qeth: handle sysfs error during initialization
2392 - s390/qeth: unbreak OSM and OSN support
2393 - s390/qeth: avoid null pointer dereference on OSN
2394 - tcp: avoid fragmenting peculiar skbs in SACK
2395 - sctp: fix src address selection if using secondary addresses for ipv6
2396 - tcp: eliminate negative reordering in tcp_clean_rtx_queue
2397 - net: Improve handling of failures on link and route dumps
2398 - bridge: netlink: check vlan_default_pvid range
2399 - qmi_wwan: add another Lenovo EM74xx device ID
2400 - bridge: start hello_timer when enabling KERNEL_STP in br_stp_start
2401 - be2net: Fix offload features for Q-in-Q packets
2402 - virtio-net: enable TSO/checksum offloads for Q-in-Q vlans
2403 - tcp: avoid fastopen API to be used on AF_UNSPEC
2404 - sctp: fix ICMP processing if skb is non-linear
2405 - ipv4: add reference counting to metrics
2406 - netem: fix skb_orphan_partial()
2407 - net: phy: marvell: Limit errata to 88m1101
2408 - vlan: Fix tcp checksum offloads in Q-in-Q vlans
2409 - i2c: i2c-tiny-usb: fix buffer not being DMA capable
2410 - mmc: sdhci-iproc: suppress spurious interrupt with Multiblock read
2411 - HID: wacom: Have wacom_tpc_irq guard against possible NULL dereference
2412 - scsi: mpt3sas: Force request partial completion alignment
2413 - drm/radeon/ci: disable mclk switching for high refresh rates (v2)
2414 - drm/radeon: Unbreak HPD handling for r600+
2415 - pcmcia: remove left-over %Z format
2416 - ALSA: hda - apply STAC_9200_DELL_M22 quirk for Dell Latitude D430
2417 - slub/memcg: cure the brainless abuse of sysfs attributes
2418 - drm/gma500/psb: Actually use VBT mode when it is found
2419 - mm/migrate: fix refcount handling when !hugepage_migration_supported()
2420 - mlock: fix mlock count can not decrease in race condition
2421 - xfs: Fix missed holes in SEEK_HOLE implementation
2422 - xfs: fix off-by-one on max nr_pages in xfs_find_get_desired_pgoff()
2423 - xfs: fix over-copying of getbmap parameters from userspace
2424 - xfs: handle array index overrun in xfs_dir2_leaf_readbuf()
2425 - xfs: prevent multi-fsb dir readahead from reading random blocks
2426 - xfs: fix up quotacheck buffer list error handling
2427 - xfs: support ability to wait on new inodes
2428 - xfs: update ag iterator to support wait on new inodes
2429 - xfs: wait on new inodes during quotaoff dquot release
2430 - xfs: fix indlen accounting error on partial delalloc conversion
2431 - xfs: bad assertion for delalloc an extent that start at i_size
2432 - xfs: fix unaligned access in xfs_btree_visit_blocks
2433 - xfs: in _attrlist_by_handle, copy the cursor back to userspace
2434 - xfs: only return -errno or success from attr ->put_listent
2435 - Linux 4.4.71
2436 * CVE-2017-7346
2437 - drm/vmwgfx: limit the number of mip levels in vmw_gb_surface_define_ioctl()
2438 * Power button does not work on Latitude 7480 (LP: #1697116)
2439 - intel-hid: Remove duplicated acpi_remove_notify_handler
2440 - platform/x86: intel-hid: Support 5 button array
2441 * CVE-2017-9074
2442 - ipv6: Check ip6_find_1stfragopt() return value properly.
2443 * CVE-2014-9900
2444 - net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol()
2445
2446 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Thu, 29 Jun 2017 06:56:07 -0300
2447
2448 linux-snapdragon (4.4.0-1063.68) xenial; urgency=low
2449
2450 * linux-snapdragon: 4.4.0-1063.68 -proposed tracker (LP: #1700545)
2451
2452 [ Ubuntu: 4.4.0-83.106 ]
2453
2454 * linux: 4.4.0-83.106 -proposed tracker (LP: #1700541)
2455 * CVE-2017-1000364
2456 - Revert "UBUNTU: SAUCE: mm: Only expand stack if guard area is hit"
2457 - Revert "mm: do not collapse stack gap into THP"
2458 - Revert "mm: enlarge stack guard gap"
2459 - mm: vma_adjust: remove superfluous confusing update in remove_next == 1 case
2460 - mm: larger stack guard gap, between vmas
2461 - mm: fix new crash in unmapped_area_topdown()
2462 - Allow stack to grow up to address space limit
2463
2464 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Mon, 26 Jun 2017 15:28:51 -0300
2465
2466 linux-snapdragon (4.4.0-1062.67) xenial; urgency=low
2467
2468 * linux-snapdragon: 4.4.0-1062.67 -proposed tracker (LP: #1699068)
2469
2470 * Disable CONFIG_I2C_THUNDERX for snapdragon kernel (LP: #1696937)
2471 - [Config] Disable CONFIG_I2C_THUNDERX
2472
2473 [ Ubuntu: 4.4.0-82.105 ]
2474
2475 * linux: 4.4.0-82.105 -proposed tracker (LP: #1699064)
2476 * CVE-2017-1000364
2477 - SAUCE: mm: Only expand stack if guard area is hit
2478 * linux-aws/linux-gke incorrectly producing and using linux-*-tools-
2479 common/linux-*-cloud-tools-common (LP: #1688579)
2480 - [Config] make linux-tools-common and linux-cloud-tools-common protection
2481 consistent
2482 * CVE-2017-9242
2483 - ipv6: fix out of bound writes in __ip6_append_data()
2484 * CVE-2017-9075
2485 - sctp: do not inherit ipv6_{mc|ac|fl}_list from parent
2486 * CVE-2017-9074
2487 - ipv6: Prevent overrun when parsing v6 header options
2488 * CVE-2017-9076
2489 - ipv6/dccp: do not inherit ipv6_mc_list from parent
2490 * CVE-2017-9077
2491 - ipv6/dccp: do not inherit ipv6_mc_list from parent
2492 * CVE-2017-8890
2493 - dccp/tcp: do not inherit mc_list from parent
2494 * Module signing exclusion for staging drivers does not work properly
2495 (LP: #1690908)
2496 - SAUCE: Fix module signing exclusion in package builds
2497 * extend-diff-ignore should use exact matches (LP: #1693504)
2498 - [Packaging] exact extend-diff-ignore matches
2499 * Dell XPS 9360 wifi 5G performance is poor (LP: #1692836)
2500 - SAUCE: ath10k: fix the wifi speed issue for kill 1535
2501 * Upgrade Redpine WLAN/BT driver to ver. 1.2.RC12 (LP: #1694607)
2502 - SAUCE: Redpine: Upgrade to ver. 1.2.RC12
2503 * [DP MST] No audio output through HDMI/DP/mDP ports in Dell WD15 and TB15
2504 docking stations (LP: #1694665)
2505 - drm/i915: Store port enum in intel_encoder
2506 - drm/i915: Eliminate redundant local variable definition
2507 - drm/i915: Switch to using port stored in intel_encoder
2508 - drm/i915: Move audio_connector to intel_encoder
2509 - drm/i915/dp: DP audio API changes for MST
2510 - drm/i915: abstract ddi being audio enabled
2511 - drm/i915/audio: extend get_saved_enc() to support more scenarios
2512 - drm/i915: enable dp mst audio
2513 * Xenial update to 4.4.70 stable release (LP: #1694621)
2514 - usb: misc: legousbtower: Fix buffers on stack
2515 - usb: misc: legousbtower: Fix memory leak
2516 - USB: ene_usb6250: fix DMA to the stack
2517 - watchdog: pcwd_usb: fix NULL-deref at probe
2518 - char: lp: fix possible integer overflow in lp_setup()
2519 - USB: core: replace %p with %pK
2520 - ARM: tegra: paz00: Mark panel regulator as enabled on boot
2521 - tpm_crb: check for bad response size
2522 - infiniband: call ipv6 route lookup via the stub interface
2523 - dm btree: fix for dm_btree_find_lowest_key()
2524 - dm raid: select the Kconfig option CONFIG_MD_RAID0
2525 - dm bufio: avoid a possible ABBA deadlock
2526 - dm bufio: check new buffer allocation watermark every 30 seconds
2527 - dm cache metadata: fail operations if fail_io mode has been established
2528 - dm bufio: make the parameter "retain_bytes" unsigned long
2529 - dm thin metadata: call precommit before saving the roots
2530 - dm space map disk: fix some book keeping in the disk space map
2531 - md: update slab_cache before releasing new stripes when stripes resizing
2532 - rtlwifi: rtl8821ae: setup 8812ae RFE according to device type
2533 - mwifiex: pcie: fix cmd_buf use-after-free in remove/reset
2534 - ima: accept previously set IMA_NEW_FILE
2535 - KVM: x86: Fix load damaged SSEx MXCSR register
2536 - KVM: X86: Fix read out-of-bounds vulnerability in kvm pio emulation
2537 - regulator: tps65023: Fix inverted core enable logic.
2538 - s390/kdump: Add final note
2539 - s390/cputime: fix incorrect system time
2540 - ath9k_htc: Add support of AirTies 1eda:2315 AR9271 device
2541 - ath9k_htc: fix NULL-deref at probe
2542 - drm/amdgpu: Avoid overflows/divide-by-zero in latency_watermark
2543 calculations.
2544 - drm/amdgpu: Make display watermark calculations more accurate
2545 - drm/nouveau/therm: remove ineffective workarounds for alarm bugs
2546 - drm/nouveau/tmr: ack interrupt before processing alarms
2547 - drm/nouveau/tmr: fix corruption of the pending list when rescheduling an
2548 alarm
2549 - drm/nouveau/tmr: avoid processing completed alarms when adding a new one
2550 - drm/nouveau/tmr: handle races with hw when updating the next alarm time
2551 - cdc-acm: fix possible invalid access when processing notification
2552 - proc: Fix unbalanced hard link numbers
2553 - of: fix sparse warning in of_pci_range_parser_one
2554 - iio: dac: ad7303: fix channel description
2555 - pid_ns: Sleep in TASK_INTERRUPTIBLE in zap_pid_ns_processes
2556 - pid_ns: Fix race between setns'ed fork() and zap_pid_ns_processes()
2557 - USB: serial: ftdi_sio: fix setting latency for unprivileged users
2558 - USB: serial: ftdi_sio: add Olimex ARM-USB-TINY(H) PIDs
2559 - ext4 crypto: don't let data integrity writebacks fail with ENOMEM
2560 - ext4 crypto: fix some error handling
2561 - net: qmi_wwan: Add SIMCom 7230E
2562 - fscrypt: fix context consistency check when key(s) unavailable
2563 - f2fs: check entire encrypted bigname when finding a dentry
2564 - fscrypt: avoid collisions when presenting long encrypted filenames
2565 - usb: host: xhci-plat: propagate return value of platform_get_irq()
2566 - xhci: apply PME_STUCK_QUIRK and MISSING_CAS quirk for Denverton
2567 - usb: host: xhci-mem: allocate zeroed Scratchpad Buffer
2568 - net: irda: irda-usb: fix firmware name on big-endian hosts
2569 - usbvision: fix NULL-deref at probe
2570 - mceusb: fix NULL-deref at probe
2571 - ttusb2: limit messages to buffer size
2572 - usb: musb: tusb6010_omap: Do not reset the other direction's packet size
2573 - USB: iowarrior: fix info ioctl on big-endian hosts
2574 - usb: serial: option: add Telit ME910 support
2575 - USB: serial: qcserial: add more Lenovo EM74xx device IDs
2576 - USB: serial: mct_u232: fix big-endian baud-rate handling
2577 - USB: serial: io_ti: fix div-by-zero in set_termios
2578 - USB: hub: fix SS hub-descriptor handling
2579 - USB: hub: fix non-SS hub-descriptor handling
2580 - ipx: call ipxitf_put() in ioctl error path
2581 - iio: proximity: as3935: fix as3935_write
2582 - ceph: fix recursion between ceph_set_acl() and __ceph_setattr()
2583 - gspca: konica: add missing endpoint sanity check
2584 - s5p-mfc: Fix unbalanced call to clock management
2585 - dib0700: fix NULL-deref at probe
2586 - zr364xx: enforce minimum size when reading header
2587 - dvb-frontends/cxd2841er: define symbol_rate_min/max in T/C fe-ops
2588 - cx231xx-audio: fix init error path
2589 - cx231xx-audio: fix NULL-deref at probe
2590 - cx231xx-cards: fix NULL-deref at probe
2591 - powerpc/book3s/mce: Move add_taint() later in virtual mode
2592 - powerpc/pseries: Fix of_node_put() underflow during DLPAR remove
2593 - powerpc/64e: Fix hang when debugging programs with relocated kernel
2594 - ARM: dts: at91: sama5d3_xplained: fix ADC vref
2595 - ARM: dts: at91: sama5d3_xplained: not all ADC channels are available
2596 - arm64: xchg: hazard against entire exchange variable
2597 - arm64: uaccess: ensure extension of access_ok() addr
2598 - arm64: documentation: document tagged pointer stack constraints
2599 - xc2028: Fix use-after-free bug properly
2600 - Revert "UBUNTU: SAUCE: mm: Respect FOLL_FORCE/FOLL_COW for thp"
2601 - mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for thp
2602 - staging: rtl8192e: fix 2 byte alignment of register BSSIDR.
2603 - staging: rtl8192e: rtl92e_get_eeprom_size Fix read size of EPROM_CMD.
2604 - iommu/vt-d: Flush the IOTLB to get rid of the initial kdump mappings
2605 - metag/uaccess: Fix access_ok()
2606 - metag/uaccess: Check access_ok in strncpy_from_user
2607 - uwb: fix device quirk on big-endian hosts
2608 - genirq: Fix chained interrupt data ordering
2609 - osf_wait4(): fix infoleak
2610 - tracing/kprobes: Enforce kprobes teardown after testing
2611 - PCI: Fix pci_mmap_fits() for HAVE_PCI_RESOURCE_TO_USER platforms
2612 - PCI: Freeze PME scan before suspending devices
2613 - drm/edid: Add 10 bpc quirk for LGD 764 panel in HP zBook 17 G2
2614 - nfsd: encoders mustn't use unitialized values in error cases
2615 - drivers: char: mem: Check for address space wraparound with mmap()
2616 - Linux 4.4.70
2617 * Xenial update to 4.4.69 stable release (LP: #1692900)
2618 - xen: adjust early dom0 p2m handling to xen hypervisor behavior
2619 - target: Fix compare_and_write_callback handling for non GOOD status
2620 - target/fileio: Fix zero-length READ and WRITE handling
2621 - target: Convert ACL change queue_depth se_session reference usage
2622 - iscsi-target: Set session_fall_back_to_erl0 when forcing reinstatement
2623 - usb: host: xhci: print correct command ring address
2624 - USB: serial: ftdi_sio: add device ID for Microsemi/Arrow SF2PLUS Dev Kit
2625 - USB: Proper handling of Race Condition when two USB class drivers try to
2626 call init_usb_class simultaneously
2627 - staging: vt6656: use off stack for in buffer USB transfers.
2628 - staging: vt6656: use off stack for out buffer USB transfers.
2629 - staging: gdm724x: gdm_mux: fix use-after-free on module unload
2630 - staging: comedi: jr3_pci: fix possible null pointer dereference
2631 - staging: comedi: jr3_pci: cope with jiffies wraparound
2632 - usb: misc: add missing continue in switch
2633 - usb: Make sure usb/phy/of gets built-in
2634 - usb: hub: Fix error loop seen after hub communication errors
2635 - usb: hub: Do not attempt to autosuspend disconnected devices
2636 - x86/boot: Fix BSS corruption/overwrite bug in early x86 kernel startup
2637 - selftests/x86/ldt_gdt_32: Work around a glibc sigaction() bug
2638 - x86, pmem: Fix cache flushing for iovec write < 8 bytes
2639 - um: Fix PTRACE_POKEUSER on x86_64
2640 - KVM: x86: fix user triggerable warning in kvm_apic_accept_events()
2641 - KVM: arm/arm64: fix races in kvm_psci_vcpu_on
2642 - block: fix blk_integrity_register to use template's interval_exp if not 0
2643 - crypto: algif_aead - Require setkey before accept(2)
2644 - dm era: save spacemap metadata root after the pre-commit
2645 - vfio/type1: Remove locked page accounting workqueue
2646 - IB/core: Fix sysfs registration error flow
2647 - IB/IPoIB: ibX: failed to create mcg debug file
2648 - IB/mlx4: Fix ib device initialization error flow
2649 - IB/mlx4: Reduce SRIOV multicast cleanup warning message to debug level
2650 - ext4: evict inline data when writing to memory map
2651 - fs/xattr.c: zero out memory copied to userspace in getxattr
2652 - ceph: fix memory leak in __ceph_setxattr()
2653 - fs/block_dev: always invalidate cleancache in invalidate_bdev()
2654 - Set unicode flag on cifs echo request to avoid Mac error
2655 - SMB3: Work around mount failure when using SMB3 dialect to Macs
2656 - CIFS: fix mapping of SFM_SPACE and SFM_PERIOD
2657 - cifs: fix CIFS_IOC_GET_MNT_INFO oops
2658 - CIFS: add misssing SFM mapping for doublequote
2659 - padata: free correct variable
2660 - arm64: KVM: Fix decoding of Rt/Rt2 when trapping AArch32 CP accesses
2661 - serial: samsung: Use right device for DMA-mapping calls
2662 - serial: omap: fix runtime-pm handling on unbind
2663 - serial: omap: suspend device on probe errors
2664 - tty: pty: Fix ldisc flush after userspace become aware of the data already
2665 - Bluetooth: Fix user channel for 32bit userspace on 64bit kernel
2666 - Bluetooth: hci_bcm: add missing tty-device sanity check
2667 - Bluetooth: hci_intel: add missing tty-device sanity check
2668 - mac80211: pass RX aggregation window size to driver
2669 - mac80211: pass block ack session timeout to to driver
2670 - mac80211: RX BA support for sta max_rx_aggregation_subframes
2671 - wlcore: Pass win_size taken from ieee80211_sta to FW
2672 - wlcore: Add RX_BA_WIN_SIZE_CHANGE_EVENT event
2673 - ipmi: Fix kernel panic at ipmi_ssif_thread()
2674 - Linux 4.4.69
2675 * Support IPMI system interface on Cavium ThunderX (LP: #1688132)
2676 - i2c: octeon: Cleanup kerneldoc comments
2677 - i2c: octeon: Cleanup i2c-octeon driver
2678 - i2c: octeon: Cleanup resource allocation code
2679 - i2c: octeon: Support I2C_M_RECV_LEN
2680 - i2c: octeon: Increase retry default and use fixed timeout value
2681 - i2c: octeon: Move set-clock and init-lowlevel upward
2682 - i2c: octeon: Rename [read|write]_sw to reg_[read|write]
2683 - i2c: octeon: Introduce helper functions for register access
2684 - i2c: octeon: Remove superfluous check in octeon_i2c_test_iflg
2685 - i2c: octeon: Improve error status checking
2686 - i2c: octeon: Use i2c recovery framework
2687 - i2c: octeon: Add flush writeq helper function
2688 - i2c: octeon: Enable High-Level Controller
2689 - i2c: octeon: Add support for cn78xx chips
2690 - i2c: octeon: Remove zero-length message support
2691 - i2c: octeon: Improve performance if interrupt is early
2692 - i2c: octeon: Add workaround for broken irqs on CN3860
2693 - i2c: octeon: Missing AAK flag in case of I2C_M_RECV_LEN
2694 - i2c: octeon: Avoid printk after too long SMBUS message
2695 - i2c: octeon: Rename driver to prepare for split
2696 - i2c: octeon: Split the driver into two parts
2697 - [Config] CONFIG_I2C_THUNDERX=m
2698 - i2c: thunderx: Add i2c driver for ThunderX SOC
2699 - i2c: thunderx: Add SMBUS alert support
2700 - i2c: octeon,thunderx: Move register offsets to struct
2701 - i2c: octeon: Sort include files alphabetically
2702 - i2c: octeon: Use booleon values for booleon variables
2703 - i2c: octeon: thunderx: Add MAINTAINERS entry
2704 - i2c: octeon: Fix set SCL recovery function
2705 - i2c: octeon: Avoid sending STOP during recovery
2706 - i2c: octeon: Fix high-level controller status check
2707 - i2c: octeon: thunderx: TWSI software reset in recovery
2708 - i2c: octeon: thunderx: Remove double-check after interrupt
2709 - i2c: octeon: thunderx: Limit register access retries
2710 - i2c: thunderx: Enable HWMON class probing
2711 * Xenial update to 4.4.68 stable release (LP: #1691418)
2712 - 9p: fix a potential acl leak
2713 - ARM: 8452/3: PJ4: make coprocessor access sequences buildable in Thumb2 mode
2714 - cpupower: Fix turbo frequency reporting for pre-Sandy Bridge cores
2715 - powerpc/powernv: Fix opal_exit tracepoint opcode
2716 - power: supply: bq24190_charger: Fix irq trigger to IRQF_TRIGGER_FALLING
2717 - power: supply: bq24190_charger: Call set_mode_host() on pm_resume()
2718 - power: supply: bq24190_charger: Install irq_handler_thread() at end of
2719 probe()
2720 - power: supply: bq24190_charger: Call power_supply_changed() for relevant
2721 component
2722 - power: supply: bq24190_charger: Don't read fault register outside
2723 irq_handle_thread()
2724 - power: supply: bq24190_charger: Handle fault before status on interrupt
2725 - leds: ktd2692: avoid harmless maybe-uninitialized warning
2726 - ARM: OMAP5 / DRA7: Fix HYP mode boot for thumb2 build
2727 - mwifiex: debugfs: Fix (sometimes) off-by-1 SSID print
2728 - mwifiex: remove redundant dma padding in AMSDU
2729 - mwifiex: Avoid skipping WEP key deletion for AP
2730 - x86/ioapic: Restore IO-APIC irq_chip retrigger callback
2731 - x86/pci-calgary: Fix iommu_free() comparison of unsigned expression >= 0
2732 - clk: Make x86/ conditional on CONFIG_COMMON_CLK
2733 - kprobes/x86: Fix kernel panic when certain exception-handling addresses are
2734 probed
2735 - x86/platform/intel-mid: Correct MSI IRQ line for watchdog device
2736 - Revert "KVM: nested VMX: disable perf cpuid reporting"
2737 - KVM: nVMX: initialize PML fields in vmcs02
2738 - KVM: nVMX: do not leak PML full vmexit to L1
2739 - usb: host: ehci-exynos: Decrese node refcount on exynos_ehci_get_phy() error
2740 paths
2741 - usb: host: ohci-exynos: Decrese node refcount on exynos_ehci_get_phy() error
2742 paths
2743 - usb: chipidea: Only read/write OTGSC from one place
2744 - usb: chipidea: Handle extcon events properly
2745 - USB: serial: keyspan_pda: fix receive sanity checks
2746 - USB: serial: digi_acceleport: fix incomplete rx sanity check
2747 - USB: serial: ssu100: fix control-message error handling
2748 - USB: serial: io_edgeport: fix epic-descriptor handling
2749 - USB: serial: ti_usb_3410_5052: fix control-message error handling
2750 - USB: serial: ark3116: fix open error handling
2751 - USB: serial: ftdi_sio: fix latency-timer error handling
2752 - USB: serial: quatech2: fix control-message error handling
2753 - USB: serial: mct_u232: fix modem-status error handling
2754 - USB: serial: io_edgeport: fix descriptor error handling
2755 - phy: qcom-usb-hs: Add depends on EXTCON
2756 - serial: 8250_omap: Fix probe and remove for PM runtime
2757 - scsi: mac_scsi: Fix MAC_SCSI=m option when SCSI=m
2758 - MIPS: R2-on-R6 MULTU/MADDU/MSUBU emulation bugfix
2759 - brcmfmac: Ensure pointer correctly set if skb data location changes
2760 - brcmfmac: Make skb header writable before use
2761 - staging: wlan-ng: add missing byte order conversion
2762 - staging: emxx_udc: remove incorrect __init annotations
2763 - ALSA: hda - Fix deadlock of controller device lock at unbinding
2764 - tcp: do not underestimate skb->truesize in tcp_trim_head()
2765 - bpf, arm64: fix jit branch offset related to ldimm64
2766 - tcp: fix wraparound issue in tcp_lp
2767 - tcp: do not inherit fastopen_req from parent
2768 - ipv4, ipv6: ensure raw socket message is big enough to hold an IP header
2769 - rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME string
2770 - ipv6: initialize route null entry in addrconf_init()
2771 - ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notf
2772 - bnxt_en: allocate enough space for ->ntp_fltr_bmap
2773 - f2fs: sanity check segment count
2774 - drm/ttm: fix use-after-free races in vm fault handling
2775 - block: get rid of blk_integrity_revalidate()
2776 - Linux 4.4.68
2777 * Keyboard backlight control does not work on some dell laptops.
2778 (LP: #1693126)
2779 - platform/x86: dell-laptop: Add Latitude 7480 and others to the DMI whitelist
2780 - platform/x86: dell-laptop: Add keyboard backlight timeout AC settings
2781 * Upgrade Redpine WLAN/BT driver to ver. 1.2.RC9 (LP: #1690498)
2782 - SAUCE: Redpine: Upgrade to ver. 1.2.RC9
2783 * exec'ing a setuid binary from a threaded program sometimes fails to setuid
2784 (LP: #1672819)
2785 - SAUCE: exec: ensure file system accounting in check_unsafe_exec is correct
2786 * attempts to rename vlans / vlans have addr_assign_type of 0 on kernel 4.4
2787 (LP: #1682871)
2788 - vlan: Propagate MAC address to VLANs
2789 * Exar usb-serial doesn't restore baud rate after resume from S3/S4
2790 (LP: #1690362)
2791 - SAUCE: xr-usb-serial: re-initialise baudrate after resume from S3/S4
2792 * st_pressure, st_accel IIO drivers fail to detect sensors after reloading
2793 kernel modules (LP: #1690310)
2794 - SAUCE: (no-up) iio: st_pressure: st_accel: Initialise sensor platform data
2795 properly
2796 * nvidia-docker on ppc64le-ubuntu16.04 issue due to cross-thread naming if
2797 !PR_DUMPABLE (LP: #1690225)
2798 - procfs: fix pthread cross-thread naming if !PR_DUMPABLE
2799 * linux xenial derivatives fail to build (LP: #1691814)
2800 - [Packaging] Set do_tools_common in common vars
2801
2802 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Wed, 21 Jun 2017 10:45:33 +0200
2803
2804 linux-snapdragon (4.4.0-1061.66) xenial; urgency=low
2805
2806 [ Ubuntu: 4.4.0-81.104 ]
2807
2808 * CVE-2017-1000364
2809 - mm: enlarge stack guard gap
2810 - mm: do not collapse stack gap into THP
2811
2812 -- Stefan Bader <stefan.bader@canonical.com> Wed, 14 Jun 2017 12:22:51 +0200
2813
2814 linux-snapdragon (4.4.0-1059.63) xenial; urgency=low
2815
2816 * linux-snapdragon: 4.4.0-1059.63 -proposed tracker (LP: #1691183)
2817
2818 * linux xenial derivatives fail to build (LP: #1691814)
2819 - [Packaging] Set do_tools_common in common vars
2820 - [Packaging] Do not build tools-common
2821
2822 [ Ubuntu: 4.4.0-79.100 ]
2823
2824 * linux: 4.4.0-79.100 -proposed tracker (LP: #1691180)
2825 * linux-aws/linux-gke incorrectly producing and using linux-*-tools-
2826 common/linux-*-cloud-tools-common (LP: #1688579)
2827 - [Config] make linux-tools-common and linux-cloud-tools-common provide linux-
2828 gke versions
2829 - [Config] make linux-tools-common and linux-cloud-tools-common provide linux-
2830 aws versions
2831 - [Packaging] prevent linux-*-tools-common from being produced from non linux
2832 packages
2833 * CVE-2017-0605
2834 - tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline()
2835 * i915-bpo crashes on external hdmi input (LP: #1580272)
2836 - SAUCE: i915_bpo: Silence the warning about watermark entries not changing
2837 * Kernel panics on Xenial when using cgroups and strict CFS limits
2838 (LP: #1687512)
2839 - sched/fair: Initialize throttle_count for new task-groups lazily
2840 - sched/fair: Do not announce throttled next buddy in dequeue_task_fair()
2841 * bonding - mlx5 - speed changed to 0 after changing ring size (LP: #1687877)
2842 - bonding: allow notifications for bond_set_slave_link_state
2843 * Xenial update to 4.4.67 stable release (LP: #1689296)
2844 - timerfd: Protect the might cancel mechanism proper
2845 - Handle mismatched open calls
2846 - ASoC: intel: Fix PM and non-atomic crash in bytcr drivers
2847 - ALSA: ppc/awacs: shut up maybe-uninitialized warning
2848 - drbd: avoid redefinition of BITS_PER_PAGE
2849 - mtd: avoid stack overflow in MTD CFI code
2850 - net: tg3: avoid uninitialized variable warning
2851 - netlink: Allow direct reclaim for fallback allocation
2852 - IB/qib: rename BITS_PER_PAGE to RVT_BITS_PER_PAGE
2853 - IB/ehca: fix maybe-uninitialized warnings
2854 - ext4: require encryption feature for EXT4_IOC_SET_ENCRYPTION_POLICY
2855 - ext4 crypto: revalidate dentry after adding or removing the key
2856 - ext4 crypto: use dget_parent() in ext4_d_revalidate()
2857 - ext4/fscrypto: avoid RCU lookup in d_revalidate
2858 - nfsd4: minor NFSv2/v3 write decoding cleanup
2859 - nfsd: stricter decoding of write-like NFSv2/v3 ops
2860 - dm ioctl: prevent stack leak in dm ioctl call
2861 - Linux 4.4.67
2862 * Precision Rack failed to resume from S4 (LP: #1686061)
2863 - x86 / hibernate: Use hlt_play_dead() when resuming from hibernation
2864 - x86/boot: Split out kernel_ident_mapping_init()
2865 - x86/power/64: Always create temporary identity mapping correctly
2866 * Xenial update to 4.4.66 stable release (LP: #1688505)
2867 - f2fs: do more integrity verification for superblock
2868 - xc2028: unlock on error in xc2028_set_config()
2869 - ARM: OMAP2+: timer: add probe for clocksources
2870 - clk: sunxi: Add apb0 gates for H3
2871 - crypto: testmgr - fix out of bound read in __test_aead()
2872 - drm/amdgpu: fix array out of bounds
2873 - ext4: check if in-inode xattr is corrupted in ext4_expand_extra_isize_ea()
2874 - md:raid1: fix a dead loop when read from a WriteMostly disk
2875 - MIPS: Fix crash registers on non-crashing CPUs
2876 - net: cavium: liquidio: Avoid dma_unmap_single on uninitialized ndata
2877 - net_sched: close another race condition in tcf_mirred_release()
2878 - RDS: Fix the atomicity for congestion map update
2879 - regulator: core: Clear the supply pointer if enabling fails
2880 - usb: gadget: f_midi: Fixed a bug when buflen was smaller than wMaxPacketSize
2881 - xen/x86: don't lose event interrupts
2882 - sparc64: kern_addr_valid regression
2883 - sparc64: Fix kernel panic due to erroneous #ifdef surrounding pmd_write()
2884 - net: neigh: guard against NULL solicit() method
2885 - net: phy: handle state correctly in phy_stop_machine
2886 - l2tp: purge socket queues in the .destruct() callback
2887 - l2tp: take reference on sessions being dumped
2888 - l2tp: fix PPP pseudo-wire auto-loading
2889 - net: ipv4: fix multipath RTM_GETROUTE behavior when iif is given
2890 - sctp: listen on the sock only when it's state is listening or closed
2891 - tcp: clear saved_syn in tcp_disconnect()
2892 - dp83640: don't recieve time stamps twice
2893 - net: ipv6: RTF_PCPU should not be settable from userspace
2894 - netpoll: Check for skb->queue_mapping
2895 - ip6mr: fix notification device destruction
2896 - macvlan: Fix device ref leak when purging bc_queue
2897 - ipv6: check skb->protocol before lookup for nexthop
2898 - ipv6: check raw payload size correctly in ioctl
2899 - ALSA: firewire-lib: fix inappropriate assignment between signed/unsigned
2900 type
2901 - ALSA: seq: Don't break snd_use_lock_sync() loop by timeout
2902 - MIPS: KGDB: Use kernel context for sleeping threads
2903 - MIPS: Avoid BUG warning in arch_check_elf
2904 - p9_client_readdir() fix
2905 - Input: i8042 - add Clevo P650RS to the i8042 reset list
2906 - nfsd: check for oversized NFSv2/v3 arguments
2907 - ARCv2: save r30 on kernel entry as gcc uses it for code-gen
2908 - ftrace/x86: Fix triple fault with graph tracing and suspend-to-ram
2909 - Linux 4.4.66
2910 * Xenial update to 4.4.65 stable release (LP: #1688483)
2911 - tipc: make sure IPv6 header fits in skb headroom
2912 - tipc: make dist queue pernet
2913 - tipc: re-enable compensation for socket receive buffer double counting
2914 - tipc: correct error in node fsm
2915 - tty: nozomi: avoid a harmless gcc warning
2916 - hostap: avoid uninitialized variable use in hfa384x_get_rid
2917 - gfs2: avoid uninitialized variable warning
2918 - tipc: fix random link resets while adding a second bearer
2919 - tipc: fix socket timer deadlock
2920 - xc2028: avoid use after free
2921 - netfilter: nfnetlink: correctly validate length of batch messages
2922 - tipc: check minimum bearer MTU
2923 - vfio/pci: Fix integer overflows, bitmask check
2924 - staging/android/ion : fix a race condition in the ion driver
2925 - ping: implement proper locking
2926 - perf/core: Fix concurrent sys_perf_event_open() vs. 'move_group' race
2927 - Linux 4.4.65
2928 * Xenial update to 4.4.64 stable release (LP: #1687638)
2929 - KEYS: Disallow keyrings beginning with '.' to be joined as session keyrings
2930 - KEYS: Change the name of the dead type to ".dead" to prevent user access
2931 - KEYS: fix keyctl_set_reqkey_keyring() to not leak thread keyrings
2932 - tracing: Allocate the snapshot buffer before enabling probe
2933 - ring-buffer: Have ring_buffer_iter_empty() return true when empty
2934 - cifs: Do not send echoes before Negotiate is complete
2935 - CIFS: remove bad_network_name flag
2936 - s390/mm: fix CMMA vs KSM vs others
2937 - VSOCK: Detach QP check should filter out non matching QPs.
2938 - Input: elantech - add Fujitsu Lifebook E547 to force crc_enabled
2939 - ACPI / power: Avoid maybe-uninitialized warning
2940 - mmc: sdhci-esdhc-imx: increase the pad I/O drive strength for DDR50 card
2941 - mac80211: reject ToDS broadcast data frames
2942 - ubi/upd: Always flush after prepared for an update
2943 - powerpc/kprobe: Fix oops when kprobed on 'stdu' instruction
2944 - x86/mce/AMD: Give a name to MCA bank 3 when accessed with legacy MSRs
2945 - kvm: arm/arm64: Fix locking for kvm_free_stage2_pgd
2946 - x86, pmem: fix broken __copy_user_nocache cache-bypass assumptions
2947 - block: fix del_gendisk() vs blkdev_ioctl crash
2948 - tipc: fix crash during node removal
2949 - Linux 4.4.64
2950 * Xenial update to 4.4.63 stable release (LP: #1687629)
2951 - cgroup, kthread: close race window where new kthreads can be migrated to
2952 non-root cgroups
2953 - thp: fix MADV_DONTNEED vs clear soft dirty race
2954 - drm/nouveau/mpeg: mthd returns true on success now
2955 - drm/nouveau/mmu/nv4a: use nv04 mmu rather than the nv44 one
2956 - CIFS: store results of cifs_reopen_file to avoid infinite wait
2957 - Input: xpad - add support for Razer Wildcat gamepad
2958 - perf/x86: Avoid exposing wrong/stale data in intel_pmu_lbr_read_32()
2959 - x86/vdso: Ensure vdso32_enabled gets set to valid values only
2960 - x86/vdso: Plug race between mapping and ELF header setup
2961 - acpi, nfit, libnvdimm: fix interleave set cookie calculation (64-bit
2962 comparison)
2963 - iscsi-target: Fix TMR reference leak during session shutdown
2964 - iscsi-target: Drop work-around for legacy GlobalSAN initiator
2965 - scsi: sr: Sanity check returned mode data
2966 - scsi: sd: Consider max_xfer_blocks if opt_xfer_blocks is unusable
2967 - scsi: sd: Fix capacity calculation with 32-bit sector_t
2968 - xen, fbfront: fix connecting to backend
2969 - libnvdimm: fix reconfig_mutex, mmap_sem, and jbd2_handle lockdep splat
2970 - irqchip/irq-imx-gpcv2: Fix spinlock initialization
2971 - ftrace: Fix removing of second function probe
2972 - char: Drop bogus dependency of DEVPORT on !M68K
2973 - char: lack of bool string made CONFIG_DEVPORT always on
2974 - Revert "MIPS: Lantiq: Fix cascaded IRQ setup"
2975 - kvm: fix page struct leak in handle_vmon
2976 - zram: do not use copy_page with non-page aligned address
2977 - powerpc: Disable HFSCR[TM] if TM is not supported
2978 - crypto: ahash - Fix EINPROGRESS notification callback
2979 - ath9k: fix NULL pointer dereference
2980 - dvb-usb-v2: avoid use-after-free
2981 - ext4: fix inode checksum calculation problem if i_extra_size is small
2982 - platform/x86: acer-wmi: setup accelerometer when machine has appropriate
2983 notify event
2984 - rtc: tegra: Implement clock handling
2985 - mm: Tighten x86 /dev/mem with zeroing reads
2986 - dvb-usb: don't use stack for firmware load
2987 - dvb-usb-firmware: don't do DMA on stack
2988 - virtio-console: avoid DMA from stack
2989 - pegasus: Use heap buffers for all register access
2990 - rtl8150: Use heap buffers for all register access
2991 - catc: Combine failure cleanup code in catc_probe()
2992 - catc: Use heap buffer for memory size test
2993 - tty/serial: atmel: RS485 half duplex w/DMA: enable RX after TX is done
2994 - net: ipv6: check route protocol when deleting routes
2995 - MIPS: fix Select HAVE_IRQ_EXIT_ON_IRQ_STACK patch.
2996 - Linux 4.4.63
2997
2998 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Fri, 19 May 2017 09:39:36 -0300
2999
3000 linux-snapdragon (4.4.0-1058.62) xenial; urgency=low
3001
3002 * linux-snapdragon: 4.4.0-1058.62 -proposed tracker (LP: #1686649)
3003
3004 [ Ubuntu: 4.4.0-78.99 ]
3005
3006 * linux: 4.4.0-78.99 -proposed tracker (LP: #1686645)
3007 * Please backport fix to reference leak in cgroup blkio throttle
3008 (LP: #1683976)
3009 - block: fix module reference leak on put_disk() call for cgroups throttle
3010 * UbuntuKVM guest crashed while running I/O stress test with Ubuntu kernel
3011 4.4.0-47-generic (LP: #1659111)
3012 - block: Unhash block device inodes on gendisk destruction
3013 - block: Use pointer to backing_dev_info from request_queue
3014 - block: Dynamically allocate and refcount backing_dev_info
3015 - block: Make blk_get_backing_dev_info() safe without open bdev
3016 - block: Get rid of blk_get_backing_dev_info()
3017 - block: Move bdev_unhash_inode() after invalidate_partition()
3018 - block: Unhash also block device inode for the whole device
3019 - block: Revalidate i_bdev reference in bd_aquire()
3020 - block: Initialize bd_bdi on inode initialization
3021 - block: Move bdi_unregister() to del_gendisk()
3022 - block: Allow bdi re-registration
3023 - bdi: Fix use-after-free in wb_congested_put()
3024 - block: Make del_gendisk() safer for disks without queues
3025 - block: Fix bdi assignment to bdev inode when racing with disk delete
3026 - bdi: Mark congested->bdi as internal
3027 - bdi: Make wb->bdi a proper reference
3028 - bdi: Unify bdi->wb_list handling for root wb_writeback
3029 - bdi: Shutdown writeback on all cgwbs in cgwb_bdi_destroy()
3030 - bdi: Do not wait for cgwbs release in bdi_unregister()
3031 - bdi: Rename cgwb_bdi_destroy() to cgwb_bdi_unregister()
3032 - block: Fix oops in locked_inode_to_wb_and_lock_list()
3033 - kobject: Export kobject_get_unless_zero()
3034 - block: Fix oops scsi_disk_get()
3035 * Touchpad not working correctly after kernel upgrade (LP: #1662589)
3036 - Input: ALPS - fix V8+ protocol handling (73 03 28)
3037 * Xenial update to v4.4.62 stable release (LP: #1683728)
3038 - drm/i915: Avoid tweaking evaluation thresholds on Baytrail v3
3039 - drm/i915: Stop using RP_DOWN_EI on Baytrail
3040 - usb: dwc3: gadget: delay unmap of bounced requests
3041 - mtd: bcm47xxpart: fix parsing first block after aligned TRX
3042 - MIPS: Introduce irq_stack
3043 - MIPS: Stack unwinding while on IRQ stack
3044 - MIPS: Only change $28 to thread_info if coming from user mode
3045 - MIPS: Switch to the irq_stack in interrupts
3046 - MIPS: Select HAVE_IRQ_EXIT_ON_IRQ_STACK
3047 - MIPS: IRQ Stack: Fix erroneous jal to plat_irq_dispatch
3048 - crypto: caam - fix RNG deinstantiation error checking
3049 - Linux 4.4.62
3050 * ifup service of network device stay active after driver stop (LP: #1672144)
3051 - net: use net->count to check whether a netns is alive or not
3052 * [Hyper-V] mkfs regression in kernel 4.4+ (LP: #1682215)
3053 - block: relax check on sg gap
3054 * [Feature] KBL: intel_powerclamp driver support (LP: #1591641)
3055 - thermal/powerclamp: remove cpu whitelist
3056 - thermal/powerclamp: correct cpu support check
3057 - thermal/powerclamp: add back module device table
3058 * sysfs channel reads of lps22hb pressure sensor are stale (LP: #1682103)
3059 - iio: st_pressure: initialize lps22hb bootime
3060 * Backlight control does not work and there are no entries in
3061 /sys/class/backlight (LP: #1667323)
3062 - Revert "ACPI / video: Add force_native quirk for HP Pavilion dv6"
3063 * [Feature] KBL: intel_rapl driver support (LP: #1591640)
3064 - powercap/intel_rapl: Add support for Kabylake
3065 * Xenial update to v4.4.61 stable release (LP: #1682140)
3066 - drm/vmwgfx: Type-check lookups of fence objects
3067 - drm/vmwgfx: NULL pointer dereference in vmw_surface_define_ioctl()
3068 - drm/vmwgfx: avoid calling vzalloc with a 0 size in vmw_get_cap_3d_ioctl()
3069 - drm/ttm, drm/vmwgfx: Relax permission checking when opening surfaces
3070 - drm/vmwgfx: Remove getparam error message
3071 - drm/vmwgfx: fix integer overflow in vmw_surface_define_ioctl()
3072 - sysfs: be careful of error returns from ops->show()
3073 - staging: android: ashmem: lseek failed due to no FMODE_LSEEK.
3074 - arm/arm64: KVM: Take mmap_sem in stage2_unmap_vm
3075 - arm/arm64: KVM: Take mmap_sem in kvm_arch_prepare_memory_region
3076 - iio: bmg160: reset chip when probing
3077 - Reset TreeId to zero on SMB2 TREE_CONNECT
3078 - ptrace: fix PTRACE_LISTEN race corrupting task->state
3079 - ring-buffer: Fix return value check in test_ringbuffer()
3080 - metag/usercopy: Drop unused macros
3081 - metag/usercopy: Fix alignment error checking
3082 - metag/usercopy: Add early abort to copy_to_user
3083 - metag/usercopy: Zero rest of buffer from copy_from_user
3084 - metag/usercopy: Set flags before ADDZ
3085 - metag/usercopy: Fix src fixup in from user rapf loops
3086 - metag/usercopy: Add missing fixups
3087 - powerpc/mm: Add missing global TLB invalidate if cxl is active
3088 - powerpc: Don't try to fix up misaligned load-with-reservation instructions
3089 - nios2: reserve boot memory for device tree
3090 - s390/decompressor: fix initrd corruption caused by bss clear
3091 - s390/uaccess: get_user() should zero on failure (again)
3092 - MIPS: Force o32 fp64 support on 32bit MIPS64r6 kernels
3093 - MIPS: ralink: Fix typos in rt3883 pinctrl
3094 - MIPS: End spinlocks with .insn
3095 - MIPS: Lantiq: fix missing xbar kernel panic
3096 - MIPS: Flush wrong invalid FTLB entry for huge page
3097 - mm/mempolicy.c: fix error handling in set_mempolicy and mbind.
3098 - Linux 4.4.61
3099 * Xenial update to v4.4.60 stable release (LP: #1681862)
3100 - libceph: force GFP_NOIO for socket allocations
3101 - xen/setup: Don't relocate p2m over existing one
3102 - scsi: mpt3sas: fix hang on ata passthrough commands
3103 - scsi: sg: check length passed to SG_NEXT_CMD_LEN
3104 - scsi: libsas: fix ata xfer length
3105 - ALSA: seq: Fix race during FIFO resize
3106 - ALSA: hda - fix a problem for lineout on a Dell AIO machine
3107 - ASoC: atmel-classd: fix audio clock rate
3108 - ACPI: Fix incompatibility with mcount-based function graph tracing
3109 - ACPI: Do not create a platform_device for IOAPIC/IOxAPIC
3110 - tty/serial: atmel: fix race condition (TX+DMA)
3111 - tty/serial: atmel: fix TX path in atmel_console_write()
3112 - USB: fix linked-list corruption in rh_call_control()
3113 - KVM: x86: clear bus pointer when destroyed
3114 - drm/radeon: Override fpfn for all VRAM placements in radeon_evict_flags
3115 - mm, hugetlb: use pte_present() instead of pmd_present() in follow_huge_pmd()
3116 - MIPS: Lantiq: Fix cascaded IRQ setup
3117 - rtc: s35390a: fix reading out alarm
3118 - rtc: s35390a: make sure all members in the output are set
3119 - rtc: s35390a: implement reset routine as suggested by the reference
3120 - rtc: s35390a: improve irq handling
3121 - KVM: kvm_io_bus_unregister_dev() should never fail
3122 - power: reset: at91-poweroff: timely shutdown LPDDR memories
3123 - blk: improve order of bio handling in generic_make_request()
3124 - blk: Ensure users for current->bio_list can see the full list.
3125 - padata: avoid race in reordering
3126 - Linux 4.4.60
3127
3128 [ Ubuntu: 4.4.0-77.98 ]
3129
3130 * linux: 4.4.0-77.98 -proposed tracker (LP: #1686040)
3131 * [Hyper-V][SAUCE] pci-hyperv: Use only 16 bit integer for PCI domain
3132 (LP: #1684971)
3133 - SAUCE: pci-hyperv: Use only 16 bit integer for PCI domain
3134 * Upgrade Redpine WLAN/BT driver to ver. 1.2.RC4 (LP: #1669672)
3135 - SAUCE: sdhci: use PCI ID to identify Dell IoT gateways
3136 - SAUCE: Redpine: Upgrade to ver. 1.2.RC4
3137 - [Config] Update CONFIG_VEN_RSI_* configs
3138 - SAUCE: Redpine: add copyright to kernel packages
3139 * Fix RX fail issue on Exar USB serial driver after resume from S3/S4
3140 (LP: #1685133)
3141 - SAUCE: xr-usb-serial: Update driver for Exar USB serial ports
3142 * Miscellaneous Ubuntu changes
3143 - [Config] updating configs to match redpine driver changes
3144
3145 [ Ubuntu: 4.4.0-75.96 ]
3146
3147 * linux: 4.4.0-75.96 -proposed tracker (LP: #1684441)
3148 * [Hyper-V] hv: util: move waiting for release to hv_utils_transport itself
3149 (LP: #1682561)
3150 - Drivers: hv: util: move waiting for release to hv_utils_transport itself
3151
3152 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Thu, 27 Apr 2017 18:07:58 -0300
3153
3154 linux-snapdragon (4.4.0-1057.61) xenial; urgency=low
3155
3156 * linux-snapdragon: 4.4.0-1057.61 -proposed tracker (LP: #1682045)
3157
3158 [ Ubuntu: 4.4.0-74.95 ]
3159
3160 * linux: 4.4.0-74.95 -proposed tracker (LP: #1682041)
3161 * [Hyper-V] hv: vmbus: Raise retry/wait limits in vmbus_post_msg()
3162 (LP: #1681893)
3163 - Drivers: hv: vmbus: Raise retry/wait limits in vmbus_post_msg()
3164
3165 -- Stefan Bader <stefan.bader@canonical.com> Wed, 12 Apr 2017 15:27:24 +0200
3166
3167 linux-snapdragon (4.4.0-1056.60) xenial; urgency=low
3168
3169 * linux-snapdragon: 4.4.0-1056.60 -proposed tracker (LP: #1680423)
3170
3171 [ Ubuntu: 4.4.0-73.94 ]
3172
3173 * linux: 4.4.0-73.94 -proposed tracker (LP: #1680416)
3174 * CVE-2017-6353
3175 - sctp: deny peeloff operation on asocs with threads sleeping on it
3176 * vfat: missing iso8859-1 charset (LP: #1677230)
3177 - [Config] NLS_ISO8859_1=y
3178 * Regression: KVM modules should be on main kernel package (LP: #1678099)
3179 - [Config] powerpc: Add kvm-hv and kvm-pr to the generic inclusion list
3180 * linux-lts-xenial 4.4.0-63.84~14.04.2 ADT test failure with linux-lts-xenial
3181 4.4.0-63.84~14.04.2 (LP: #1664912)
3182 - SAUCE: apparmor: fix link auditing failure due to, uninitialized var
3183 * regession tests failing after stackprofile test is run (LP: #1661030)
3184 - SAUCE: fix regression with domain change in complain mode
3185 * Permission denied and inconsistent behavior in complain mode with 'ip netns
3186 list' command (LP: #1648903)
3187 - SAUCE: fix regression with domain change in complain mode
3188 * unexpected errno=13 and disconnected path when trying to open /proc/1/ns/mnt
3189 from a unshared mount namespace (LP: #1656121)
3190 - SAUCE: apparmor: null profiles should inherit parent control flags
3191 * apparmor refcount leak of profile namespace when removing profiles
3192 (LP: #1660849)
3193 - SAUCE: apparmor: fix ns ref count link when removing profiles from policy
3194 * tor in lxd: apparmor="DENIED" operation="change_onexec"
3195 namespace="root//CONTAINERNAME_<var-lib-lxd>" profile="unconfined"
3196 name="system_tor" (LP: #1648143)
3197 - SAUCE: apparmor: Fix no_new_privs blocking change_onexec when using stacked
3198 namespaces
3199 * apparmor oops in bind_mnt when dev_path lookup fails (LP: #1660840)
3200 - SAUCE: apparmor: fix oops in bind_mnt when dev_path lookup fails
3201 * apparmor auditing denied access of special apparmor .null fi\ le
3202 (LP: #1660836)
3203 - SAUCE: apparmor: Don't audit denied access of special apparmor .null file
3204 * apparmor label leak when new label is unused (LP: #1660834)
3205 - SAUCE: apparmor: fix label leak when new label is unused
3206 * apparmor reference count bug in label_merge_insert() (LP: #1660833)
3207 - SAUCE: apparmor: fix reference count bug in label_merge_insert()
3208 * apparmor's raw_data file in securityfs is sometimes truncated (LP: #1638996)
3209 - SAUCE: apparmor: fix replacement race in reading rawdata
3210 * unix domain socket cross permission check failing with nested namespaces
3211 (LP: #1660832)
3212 - SAUCE: apparmor: fix cross ns perm of unix domain sockets
3213 * Xenial update to v4.4.59 stable release (LP: #1678960)
3214 - xfrm: policy: init locks early
3215 - virtio_balloon: init 1st buffer in stats vq
3216 - pinctrl: qcom: Don't clear status bit on irq_unmask
3217 - c6x/ptrace: Remove useless PTRACE_SETREGSET implementation
3218 - h8300/ptrace: Fix incorrect register transfer count
3219 - mips/ptrace: Preserve previous registers for short regset write
3220 - sparc/ptrace: Preserve previous registers for short regset write
3221 - metag/ptrace: Preserve previous registers for short regset write
3222 - metag/ptrace: Provide default TXSTATUS for short NT_PRSTATUS
3223 - metag/ptrace: Reject partial NT_METAG_RPIPE writes
3224 - fscrypt: remove broken support for detecting keyring key revocation
3225 - sched/rt: Add a missing rescheduling point
3226 - Linux 4.4.59
3227 * Update ENA driver to 1.1.2 from net-next (LP: #1664312)
3228 - net: ena: Remove unnecessary pci_set_drvdata()
3229 - net: ena: Fix error return code in ena_device_init()
3230 - net: ena: change the return type of ena_set_push_mode() to be void.
3231 - net: ena: use setup_timer() and mod_timer()
3232 - net/ena: remove ntuple filter support from device feature list
3233 - net/ena: fix queues number calculation
3234 - net/ena: fix ethtool RSS flow configuration
3235 - net/ena: fix RSS default hash configuration
3236 - net/ena: fix NULL dereference when removing the driver after device reset
3237 failed
3238 - net/ena: refactor ena_get_stats64 to be atomic context safe
3239 - net/ena: fix potential access to freed memory during device reset
3240 - net/ena: use READ_ONCE to access completion descriptors
3241 - net/ena: reduce the severity of ena printouts
3242 - net/ena: change driver's default timeouts
3243 - net/ena: change condition for host attribute configuration
3244 - net/ena: update driver version to 1.1.2
3245 * Xenial update to v4.4.58 stable release (LP: #1677600)
3246 - net/openvswitch: Set the ipv6 source tunnel key address attribute correctly
3247 - net: bcmgenet: Do not suspend PHY if Wake-on-LAN is enabled
3248 - net: properly release sk_frag.page
3249 - amd-xgbe: Fix jumbo MTU processing on newer hardware
3250 - net: unix: properly re-increment inflight counter of GC discarded candidates
3251 - net/mlx5: Increase number of max QPs in default profile
3252 - net/mlx5e: Count LRO packets correctly
3253 - net: bcmgenet: remove bcmgenet_internal_phy_setup()
3254 - ipv4: provide stronger user input validation in nl_fib_input()
3255 - socket, bpf: fix sk_filter use after free in sk_clone_lock
3256 - tcp: initialize icsk_ack.lrcvtime at session start time
3257 - Input: elan_i2c - add ASUS EeeBook X205TA special touchpad fw
3258 - Input: i8042 - add noloop quirk for Dell Embedded Box PC 3000
3259 - Input: iforce - validate number of endpoints before using them
3260 - Input: ims-pcu - validate number of endpoints before using them
3261 - Input: hanwang - validate number of endpoints before using them
3262 - Input: yealink - validate number of endpoints before using them
3263 - Input: cm109 - validate number of endpoints before using them
3264 - Input: kbtab - validate number of endpoints before using them
3265 - Input: sur40 - validate number of endpoints before using them
3266 - ALSA: seq: Fix racy cell insertions during snd_seq_pool_done()
3267 - ALSA: ctxfi: Fix the incorrect check of dma_set_mask() call
3268 - ALSA: hda - Adding a group of pin definition to fix headset problem
3269 - USB: serial: option: add Quectel UC15, UC20, EC21, and EC25 modems
3270 - USB: serial: qcserial: add Dell DW5811e
3271 - ACM gadget: fix endianness in notifications
3272 - usb: gadget: f_uvc: Fix SuperSpeed companion descriptor's wBytesPerInterval
3273 - usb-core: Add LINEAR_FRAME_INTR_BINTERVAL USB quirk
3274 - USB: uss720: fix NULL-deref at probe
3275 - USB: lvtest: fix NULL-deref at probe
3276 - USB: idmouse: fix NULL-deref at probe
3277 - USB: wusbcore: fix NULL-deref at probe
3278 - usb: musb: cppi41: don't check early-TX-interrupt for Isoch transfer
3279 - usb: hub: Fix crash after failure to read BOS descriptor
3280 - uwb: i1480-dfu: fix NULL-deref at probe
3281 - uwb: hwa-rc: fix NULL-deref at probe
3282 - mmc: ushc: fix NULL-deref at probe
3283 - iio: adc: ti_am335x_adc: fix fifo overrun recovery
3284 - iio: hid-sensor-trigger: Change get poll value function order to avoid
3285 sensor properties losing after resume from S3
3286 - parport: fix attempt to write duplicate procfiles
3287 - ext4: mark inode dirty after converting inline directory
3288 - mmc: sdhci: Do not disable interrupts while waiting for clock
3289 - xen/acpi: upload PM state from init-domain to Xen
3290 - iommu/vt-d: Fix NULL pointer dereference in device_to_iommu
3291 - ARM: at91: pm: cpu_idle: switch DDR to power-down mode
3292 - ARM: dts: at91: sama5d2: add dma properties to UART nodes
3293 - cpufreq: Restore policy min/max limits on CPU online
3294 - raid10: increment write counter after bio is split
3295 - libceph: don't set weight to IN when OSD is destroyed
3296 - xfs: don't allow di_size with high bit set
3297 - xfs: fix up xfs_swap_extent_forks inline extent handling
3298 - nl80211: fix dumpit error path RTNL deadlocks
3299 - USB: usbtmc: add missing endpoint sanity check
3300 - xfs: clear _XBF_PAGES from buffers when readahead page
3301 - igb: add i211 to i210 PHY workaround
3302 - vfio/spapr: Postpone allocation of userspace version of TCE table
3303 - block: allow WRITE_SAME commands with the SG_IO ioctl
3304 - fbcon: Fix vc attr at deinit
3305 - crypto: algif_hash - avoid zero-sized array
3306 - Linux 4.4.58
3307 * PS/2 mouse does not work on Dell embedded computer (LP: #1591053)
3308 - Input: i8042 - add noloop quirk for Dell Embedded Box PC 3000
3309 * Xenial update to v4.4.57 stable release (LP: #1676424)
3310 - give up on gcc ilog2() constant optimizations
3311 - perf/core: Fix event inheritance on fork()
3312 - cpufreq: Fix and clean up show_cpuinfo_cur_freq()
3313 - powerpc/boot: Fix zImage TOC alignment
3314 - md/raid1/10: fix potential deadlock
3315 - target/pscsi: Fix TYPE_TAPE + TYPE_MEDIMUM_CHANGER export
3316 - scsi: lpfc: Add shutdown method for kexec
3317 - scsi: libiscsi: add lock around task lists to fix list corruption regression
3318 - target: Fix VERIFY_16 handling in sbc_parse_cdb
3319 - isdn/gigaset: fix NULL-deref at probe
3320 - gfs2: Avoid alignment hole in struct lm_lockname
3321 - percpu: acquire pcpu_lock when updating pcpu_nr_empty_pop_pages
3322 - ext4: fix fencepost in s_first_meta_bg validation
3323 - Linux 4.4.57
3324 * Xenial update to v4.4.56 stable release (LP: #1675789)
3325 - netlink: remove mmapped netlink support
3326 - [Config] CONFIG_NETLINK_MMAP disappeared
3327 - vxlan: correctly validate VXLAN ID against VXLAN_N_VID
3328 - vti6: return GRE_KEY for vti6
3329 - ipv4: mask tos for input route
3330 - l2tp: avoid use-after-free caused by l2tp_ip_backlog_recv
3331 - net: don't call strlen() on the user buffer in packet_bind_spkt()
3332 - net: net_enable_timestamp() can be called from irq contexts
3333 - dccp: Unlock sock before calling sk_free()
3334 - tcp: fix various issues for sockets morphing to listen state
3335 - net: fix socket refcounting in skb_complete_wifi_ack()
3336 - net: fix socket refcounting in skb_complete_tx_timestamp()
3337 - dccp: fix use-after-free in dccp_feat_activate_values
3338 - vrf: Fix use-after-free in vrf_xmit
3339 - uapi: fix linux/packet_diag.h userspace compilation error
3340 - act_connmark: avoid crashing on malformed nlattrs with null parms
3341 - mpls: Send route delete notifications when router module is unloaded
3342 - ipv6: make ECMP route replacement less greedy
3343 - ipv6: avoid write to a possibly cloned skb
3344 - dccp/tcp: fix routing redirect race
3345 - dccp: fix memory leak during tear-down of unsuccessful connection request
3346 - net sched actions: decrement module reference count after table flush.
3347 - fscrypt: fix renaming and linking special files
3348 - fscrypto: lock inode while setting encryption policy
3349 - x86/kasan: Fix boot with KASAN=y and PROFILE_ANNOTATED_BRANCHES=y
3350 - x86/perf: Fix CR4.PCE propagation to use active_mm instead of mm
3351 - futex: Fix potential use-after-free in FUTEX_REQUEUE_PI
3352 - futex: Add missing error handling to FUTEX_REQUEUE_PI
3353 - Linux 4.4.56
3354 * Kernel linux-image-4.4.0-67-generic prevent the boot on Microsoft Hyper-v
3355 2012r2 Gen2 VM (LP: #1674635)
3356 - scsi: storvsc: Workaround for virtual DVD SCSI version
3357 * [Hyper-V][Mellanox] net/mlx4_core: Avoid delays during VF driver device
3358 shutdown (LP: #1672785)
3359 - net/mlx4_core: Avoid delays during VF driver device shutdown
3360 * Channel data values for IIO based st_sensors (st_accel, st_pressure) are
3361 incorrect (LP: #1676356)
3362 - iio: core: added support for IIO_VAL_INT
3363 - iio: st_sensors: simplify buffer address handling
3364 - iio: st_sensors: read each channel individually
3365 - iio:st_sensors: emulate SMBus block read if needed
3366 - iio:st_sensors: align on storagebits boundaries
3367 - iio:st_pressure: temperature triggered buffering
3368 - iio:st_pressure: clean useless static channel initializers
3369 - iio: st_pressure: Fix data sign
3370 * Enable lspcon on i915 (LP: #1676747)
3371 - drm: Helper for lspcon in drm_dp_dual_mode
3372 - drm/i915: Add lspcon support for I915 driver
3373 - drm/i915: Parse VBT data for lspcon
3374 - drm/i915: Enable lspcon initialization
3375 - drm/i915: Add lspcon resume function
3376 * stress_smoke_test passing and exiting rc=9 (linux 4.9.0-12.13 ADT test
3377 failure with linux 4.9.0-12.13) (LP: #1658633)
3378 - ext4: lock the xattr block before checksuming it
3379 * Fix line-out port noise on Baytrail-I with RT5660 based sound card
3380 (LP: #1675327)
3381 - SAUCE: (no-up): ASoC: Intel: bytcr-rt5660: Fix noise in line-out
3382 * Kernel 4.4.0-67 Defaults to ACPI-cpufreq rather than P-State - Dell
3383 Precision 5520 (LP: #1674390)
3384 - cpufreq: intel_pstate: Enable HWP by default
3385 * ip_rcv_finish() NULL pointer kernel panic (LP: #1672470)
3386 - bridge: drop netfilter fake rtable unconditionally
3387 * dm-queue-length module is not included in installer/initramfs (LP: #1673350)
3388 - d-i: Also add dm-queue-length to multipath modules
3389 * Broadcom bluetooth modules sometimes fail to initialize (LP: #1483101)
3390 - Bluetooth: btbcm: Add a delay for module reset
3391 * Need support of Broadcom bluetooth device [413c:8143] (LP: #1166113)
3392 - Bluetooth: btusb: Add support for 413c:8143
3393 * i40e Intel X710 error during device probe prevents link set up and ip
3394 association (LP: #1672550)
3395 - i40e: check for and deal with non-contiguous TCs
3396 * CIFS: Call echo service immediately after socket reconnect (LP: #1669941)
3397 - Call echo service immediately after socket reconnect
3398 * FC Adapter (LPe32000-based) prints "iotag out of range", goes offline, and
3399 delays boot a lot (Ubuntu17.04/Emulex/lpfc)) (LP: #1670490)
3400 - scsi: lpfc: Add missing memory barrier
3401 * No C-State Deeper than C3 utilized by Kaby Lake 7820HQ in Precision 5520
3402 (LP: #1672439)
3403 - intel_idle: Add KBL support
3404 * [Hyper-V] Missing PCI patches breaking SR-IOV hot remove (LP: #1670518)
3405 - PCI: hv: Fix hv_pci_remove() for hot-remove
3406 - PCI: hv: Delete the device earlier from hbus->children for hot-remove
3407 - PCI: hv: Make unnecessarily global IRQ masking functions static
3408 - PCI: hv: Allocate physically contiguous hypercall params buffer
3409 * Xenial update to v4.4.55 stable release (LP: #1674292)
3410 - USB: serial: digi_acceleport: fix OOB data sanity check
3411 - USB: serial: digi_acceleport: fix OOB-event processing
3412 - crypto: improve gcc optimization flags for serpent and wp512
3413 - MIPS: Update defconfigs for NF_CT_PROTO_DCCP/UDPLITE change
3414 - MIPS: ip27: Disable qlge driver in defconfig
3415 - MIPS: Update ip27_defconfig for SCSI_DH change
3416 - MIPS: ip22: Fix ip28 build for modern gcc
3417 - MIPS: Update lemote2f_defconfig for CPU_FREQ_STAT change
3418 - mtd: pmcmsp: use kstrndup instead of kmalloc+strncpy
3419 - MIPS: ralink: Cosmetic change to prom_init().
3420 - MIPS: ralink: Remove unused rt*_wdt_reset functions
3421 - cpmac: remove hopeless #warning
3422 - mm: memcontrol: avoid unused function warning
3423 - MIPS: DEC: Avoid la pseudo-instruction in delay slots
3424 - MIPS: Netlogic: Fix CP0_EBASE redefinition warnings
3425 - tracing: Add #undef to fix compile error
3426 - powerpc: Emulation support for load/store instructions on LE
3427 - usb: gadget: dummy_hcd: clear usb_gadget region before registration
3428 - usb: dwc3: gadget: make Set Endpoint Configuration macros safe
3429 - usb: gadget: function: f_fs: pass companion descriptor along
3430 - usb: host: xhci-dbg: HCIVERSION should be a binary number
3431 - usb: host: xhci-plat: Fix timeout on removal of hot pluggable xhci
3432 controllers
3433 - USB: serial: safe_serial: fix information leak in completion handler
3434 - USB: serial: omninet: fix reference leaks at open
3435 - USB: iowarrior: fix NULL-deref at probe
3436 - USB: iowarrior: fix NULL-deref in write
3437 - USB: serial: io_ti: fix NULL-deref in interrupt callback
3438 - USB: serial: io_ti: fix information leak in completion handler
3439 - serial: samsung: Continue to work if DMA request fails
3440 - mvsas: fix misleading indentation
3441 - KVM: s390: Fix guest migration for huge guests resulting in panic
3442 - s390/kdump: Use "LINUX" ELF note name instead of "CORE"
3443 - nfit, libnvdimm: fix interleave set cookie calculation
3444 - dm: flush queued bios when process blocks to avoid deadlock
3445 - ext4: don't BUG when truncating encrypted inodes on the orphan list
3446 - Linux 4.4.55
3447 * Xenial update to v4.4.54 stable release (LP: #1673541)
3448 - serial: 8250_pci: Add MKS Tenta SCOM-0800 and SCOM-0801 cards
3449 - KVM: s390: Disable dirty log retrieval for UCONTROL guests
3450 - KVM: VMX: use correct vmcs_read/write for guest segment selector/base
3451 - Bluetooth: Add another AR3012 04ca:3018 device
3452 - s390/qdio: clear DSCI prior to scanning multiple input queues
3453 - s390/dcssblk: fix device size calculation in dcssblk_direct_access()
3454 - s390: TASK_SIZE for kernel threads
3455 - s390: make setup_randomness work
3456 - s390: use correct input data address for setup_randomness
3457 - net: mvpp2: fix DMA address calculation in mvpp2_txq_inc_put()
3458 - mnt: Tuck mounts under others instead of creating shadow/side mounts.
3459 - IB/ipoib: Fix deadlock between rmmod and set_mode
3460 - IB/IPoIB: Add destination address when re-queue packet
3461 - IB/srp: Avoid that duplicate responses trigger a kernel bug
3462 - IB/srp: Fix race conditions related to task management
3463 - ktest: Fix child exit code processing
3464 - ceph: remove req from unsafe list when unregistering it
3465 - target: Fix NULL dereference during LUN lookup + active I/O shutdown
3466 - nlm: Ensure callback code also checks that the files match
3467 - pwm: pca9685: Fix period change with same duty cycle
3468 - xtensa: move parse_tag_fdt out of #ifdef CONFIG_BLK_DEV_INITRD
3469 - mac80211: flush delayed work when entering suspend
3470 - drm/amdgpu: add more cases to DCE11 possible crtc mask setup
3471 - drm/ast: Fix test for VGA enabled
3472 - drm/ast: Call open_key before enable_mmio in POST code
3473 - drm/ast: Fix AST2400 POST failure without BMC FW or VBIOS
3474 - drm/edid: Add EDID_QUIRK_FORCE_8BPC quirk for Rotel RSX-1058
3475 - drm/ttm: Make sure BOs being swapped out are cacheable
3476 - drm/atomic: fix an error code in mode_fixup()
3477 - fakelb: fix schedule while atomic
3478 - drm/i915/dsi: Do not clear DPOUNIT_CLOCK_GATE_DISABLE from
3479 vlv_init_display_clock_gating
3480 - libceph: use BUG() instead of BUG_ON(1)
3481 - fat: fix using uninitialized fields of fat_inode/fsinfo_inode
3482 - drivers: hv: Turn off write permission on the hypercall page
3483 - Linux 4.4.54
3484 * Xenial update to v4.4.53 stable release (LP: #1673538)
3485 - samples: move mic/mpssd example code from Documentation
3486 - MIPS: Fix special case in 64 bit IP checksumming.
3487 - MIPS: BCM47XX: Fix button inversion for Asus WL-500W
3488 - MIPS: OCTEON: Fix copy_from_user fault handling for large buffers
3489 - MIPS: Lantiq: Keep ethernet enabled during boot
3490 - MIPS: Clear ISA bit correctly in get_frame_info()
3491 - MIPS: Prevent unaligned accesses during stack unwinding
3492 - MIPS: Fix get_frame_info() handling of microMIPS function size
3493 - MIPS: Fix is_jump_ins() handling of 16b microMIPS instructions
3494 - MIPS: Calculate microMIPS ra properly when unwinding the stack
3495 - MIPS: Handle microMIPS jumps in the same way as MIPS32/MIPS64 jumps
3496 - am437x-vpfe: always assign bpp variable
3497 - uvcvideo: Fix a wrong macro
3498 - media: fix dm1105.c build error
3499 - ARM: at91: define LPDDR types
3500 - ARM: dts: at91: Enable DMA on sama5d4_xplained console
3501 - ARM: dts: at91: Enable DMA on sama5d2_xplained console
3502 - ALSA: hda/realtek - Cannot adjust speaker's volume on a Dell AIO
3503 - ALSA: hda - fix Lewisburg audio issue
3504 - ALSA: timer: Reject user params with too small ticks
3505 - ALSA: ctxfi: Fallback DMA mask to 32bit
3506 - ALSA: seq: Fix link corruption by event error handling
3507 - ALSA: hda - Add subwoofer support for Dell Inspiron 17 7000 Gaming
3508 - ALSA: hda - Fix micmute hotkey problem for a lenovo AIO machine
3509 - staging: rtl: fix possible NULL pointer dereference
3510 - regulator: Fix regulator_summary for deviceless consumers
3511 - iommu/vt-d: Fix some macros that are incorrectly specified in intel-iommu
3512 - iommu/vt-d: Tylersburg isoch identity map check is done too late.
3513 - mm/page_alloc: fix nodes for reclaim in fast path
3514 - mm: vmpressure: fix sending wrong events on underflow
3515 - mm: do not access page->mapping directly on page_endio
3516 - ipc/shm: Fix shmat mmap nil-page protection
3517 - dm cache: fix corruption seen when using cache > 2TB
3518 - dm stats: fix a leaked s->histogram_boundaries array
3519 - Revert "scsi: storvsc: properly set residual data length on errors"
3520 - scsi: storvsc: properly set residual data length on errors
3521 - scsi: aacraid: Reorder Adapter status check
3522 - scsi: use 'scsi_device_from_queue()' for scsi_dh
3523 - sd: get disk reference in sd_check_events()
3524 - Fix: Disable sys_membarrier when nohz_full is enabled
3525 - jbd2: don't leak modified metadata buffers on an aborted journal
3526 - block/loop: fix race between I/O and set_status
3527 - loop: fix LO_FLAGS_PARTSCAN hang
3528 - ext4: Include forgotten start block on fallocate insert range
3529 - ext4: do not polute the extents cache while shifting extents
3530 - ext4: trim allocation requests to group size
3531 - ext4: fix data corruption in data=journal mode
3532 - ext4: fix inline data error paths
3533 - ext4: preserve the needs_recovery flag when the journal is aborted
3534 - ext4: return EROFS if device is r/o and journal replay is needed
3535 - samples/seccomp: fix 64-bit comparison macros
3536 - target: Obtain se_node_acl->acl_kref during get_initiator_node_acl
3537 - target: Fix multi-session dynamic se_node_acl double free OOPs
3538 - ath5k: drop bogus warning on drv_set_key with unsupported cipher
3539 - ath9k: fix race condition in enabling/disabling IRQs
3540 - ath9k: use correct OTP register offsets for the AR9340 and AR9550
3541 - crypto: testmgr - Pad aes_ccm_enc_tv_template vector
3542 - fuse: add missing FR_FORCE
3543 - arm/arm64: KVM: Enforce unconditional flush to PoC when mapping to stage-2
3544 - iio: pressure: mpl115: do not rely on structure field ordering
3545 - iio: pressure: mpl3115: do not rely on structure field ordering
3546 - can: usb_8dev: Fix memory leak of priv->cmd_msg_buffer
3547 - w1: don't leak refcount on slave attach failure in w1_attach_slave_device()
3548 - w1: ds2490: USB transfer buffers need to be DMAable
3549 - usb: musb: da8xx: Remove CPPI 3.0 quirk and methods
3550 - usb: host: xhci: plat: check hcc_params after add hcd
3551 - usb: gadget: udc: fsl: Add missing complete function.
3552 - hv: allocate synic pages for all present CPUs
3553 - hv: init percpu_list in hv_synic_alloc()
3554 - Drivers: hv: util: kvp: Fix a rescind processing issue
3555 - Drivers: hv: util: Fcopy: Fix a rescind processing issue
3556 - Drivers: hv: util: Backup: Fix a rescind processing issue
3557 - RDMA/core: Fix incorrect structure packing for booleans
3558 - rdma_cm: fail iwarp accepts w/o connection params
3559 - gfs2: Add missing rcu locking for glock lookup
3560 - rtlwifi: Fix alignment issues
3561 - rtlwifi: rtl8192c-common: Fix "BUG: KASAN:
3562 - nfsd: minor nfsd_setattr cleanup
3563 - nfsd: special case truncates some more
3564 - NFSv4: Fix memory and state leak in _nfs4_open_and_get_state
3565 - NFSv4: fix getacl head length estimation
3566 - NFSv4: fix getacl ERANGE for some ACL buffer sizes
3567 - rtc: sun6i: Add some locking
3568 - rtc: sun6i: Switch to the external oscillator
3569 - md linear: fix a race between linear_add() and linear_congested()
3570 - bcma: use (get|put)_device when probing/removing device driver
3571 - dmaengine: ipu: Make sure the interrupt routine checks all interrupts.
3572 - powerpc/xmon: Fix data-breakpoint
3573 - MIPS: IP22: Reformat inline assembler code to modern standards.
3574 - MIPS: IP22: Fix build error due to binutils 2.25 uselessnes.
3575 - scsi: lpfc: Correct WQ creation for pagesize
3576 - Linux 4.4.53
3577 * move aufs.ko from -extra to linux-image package (LP: #1673498)
3578 - [config] aufs.ko moved to linux-image package
3579 * [Xenial] net: better skb->sender_cpu and skb->napi_id cohabitation
3580 (LP: #1673303)
3581 - net: better skb->sender_cpu and skb->napi_id cohabitation
3582 * lsattr 32bit does not work on 64bit kernel (Inappropriate ioctl error)
3583 (LP: #1619918)
3584 - btrfs: fix btrfs_compat_ioctl failures on non-compat ioctls
3585 * linux-tools-common should Depends: lsb-release (LP: #1667571)
3586 - [Config] linux-tools-common depends on lsb-release
3587 * Add Use-After-Free Patch for Ubuntu16.10 - EEH on BELL3 adapter fails to
3588 recover (serial/tty) (LP: #1669153)
3589 - 8250_pci: Fix potential use-after-free in error path
3590 * [Hyper-V] pci-hyperv: Use device serial number as PCI domain (LP: #1667527)
3591 - net/mlx4_core: Use cq quota in SRIOV when creating completion EQs
3592 - PCI: hv: Use device serial number as PCI domain
3593 * [Xenial - 16.04 ]Bonding driver - stack corruption when trying to copy 20
3594 bytes to a sockaddr (LP: #1668042)
3595 - net/bonding: Enforce active-backup policy for IPoIB bonds
3596 * Request to backport cxlflash patches to Xenial SRU stream (LP: #1623750)
3597 - scsi: cxlflash: Scan host only after the port is ready for I/O
3598 - scsi: cxlflash: Remove the device cleanly in the system shutdown path
3599 - scsi: cxlflash: Fix to avoid EEH and host reset collisions
3600 - scsi: cxlflash: Improve EEH recovery time
3601 * Xenial update to v4.4.52 stable release (LP: #1669016)
3602 - net/llc: avoid BUG_ON() in skb_orphan()
3603 - packet: fix races in fanout_add()
3604 - packet: Do not call fanout_release from atomic contexts
3605 - irda: Fix lockdep annotations in hashbin_delete().
3606 - ip: fix IP_CHECKSUM handling
3607 - net: socket: fix recvmmsg not returning error from sock_error
3608 - tty: serial: msm: Fix module autoload
3609 - USB: serial: mos7840: fix another NULL-deref at open
3610 - USB: serial: cp210x: add new IDs for GE Bx50v3 boards
3611 - USB: serial: ftdi_sio: fix modem-status error handling
3612 - USB: serial: ftdi_sio: fix extreme low-latency setting
3613 - USB: serial: ftdi_sio: fix line-status over-reporting
3614 - USB: serial: spcp8x5: fix modem-status handling
3615 - USB: serial: opticon: fix CTS retrieval at open
3616 - USB: serial: ark3116: fix register-accessor error handling
3617 - x86/platform/goldfish: Prevent unconditional loading
3618 - goldfish: Sanitize the broken interrupt handler
3619 - block: fix double-free in the failure path of cgwb_bdi_init()
3620 - rtlwifi: rtl_usb: Fix for URB leaking when doing ifconfig up/down
3621 - Revert "usb: chipidea: imx: enable CI_HDRC_SET_NON_ZERO_TTHA"
3622 - kvm: vmx: ensure VMCS is current while enabling PML
3623 - Linux 4.4.52
3624 * Xenial update to v4.4.51 stable release (LP: #1669015)
3625 - vfs: fix uninitialized flags in splice_to_pipe()
3626 - siano: make it work again with CONFIG_VMAP_STACK
3627 - fuse: fix use after free issue in fuse_dev_do_read()
3628 - scsi: don't BUG_ON() empty DMA transfers
3629 - Fix missing sanity check in /dev/sg
3630 - Input: elan_i2c - add ELAN0605 to the ACPI table
3631 - drm/radeon: Use mode h/vdisplay fields to hide out of bounds HW cursor
3632 - drm/dp/mst: fix kernel oops when turning off secondary monitor
3633 - futex: Move futex_init() to core_initcall
3634 - ARM: 8658/1: uaccess: fix zeroing of 64-bit get_user()
3635 - printk: use rcuidle console tracepoint
3636 - NTB: ntb_transport: fix debugfs_remove_recursive
3637 - ntb_transport: Pick an unused queue
3638 - bcache: Make gc wakeup sane, remove set_task_state()
3639 - mmc: core: fix multi-bit bus width without high-speed mode
3640 - Linux 4.4.51
3641 * Xenial update to v4.4.50 stable release (LP: #1666324)
3642 - can: Fix kernel panic at security_sock_rcv_skb
3643 - ipv6: fix ip6_tnl_parse_tlv_enc_lim()
3644 - ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim()
3645 - tcp: fix 0 divide in __tcp_select_window()
3646 - net: use a work queue to defer net_disable_timestamp() work
3647 - ipv4: keep skb->dst around in presence of IP options
3648 - netlabel: out of bound access in cipso_v4_validate()
3649 - ip6_gre: fix ip6gre_err() invalid reads
3650 - ipv6: tcp: add a missing tcp_v6_restore_cb()
3651 - tcp: avoid infinite loop in tcp_splice_read()
3652 - tun: read vnet_hdr_sz once
3653 - macvtap: read vnet_hdr_size once
3654 - mlx4: Invoke softirqs after napi_reschedule
3655 - sctp: avoid BUG_ON on sctp_wait_for_sndbuf
3656 - sit: fix a double free on error path
3657 - net: introduce device min_header_len
3658 - packet: round up linear to header len
3659 - ping: fix a null pointer dereference
3660 - l2tp: do not use udp_ioctl()
3661 - Linux 4.4.50
3662 * FlashGT Integration and Setup: fsbmc30: After 17th reboot of soft bootme,
3663 HTX & Linux errors seen with 256 virtual LUNs (LP: #1667239)
3664 - cxl: Fix coredump generation when cxl_get_fd() is used
3665 * [Hyper-V] Ubuntu 14.04.2 LTS Generation 2 SCSI Errors on VSS Based Backups
3666 (LP: #1470250)
3667 - Drivers: hv: vss: Operation timeouts should match host expectation
3668 - SAUCE: Tools: hv: vss: Thaw the filesystem and continue after freeze fails
3669 * kernel 4.4.0-63 with USB WLAN RTL8192CU freezes desktop (LP: #1666421)
3670 - rtlwifi: rtl_usb: Fix missing entry in USB driver's private data
3671 * Export symbol "dev_pm_qos_update_user_latency_tolerance" (LP: #1666401)
3672 - PM / QoS: Export dev_pm_qos_update_user_latency_tolerance
3673 * Linux ZFS port doesn't respect RLIMIT_FSIZE (LP: #1656259)
3674 - SAUCE: (noup) Update zfs to 0.6.5.6-0ubuntu16
3675
3676 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Fri, 07 Apr 2017 15:57:34 +0100
3677
3678 linux-snapdragon (4.4.0-1055.59) xenial; urgency=low
3679
3680 * linux-snapdragon: 4.4.0-1055.59 -proposed tracker (LP: #1678084)
3681
3682 [ Ubuntu: 4.4.0-72.93 ]
3683
3684 * linux: 4.4.0-72.93 -proposed tracker (LP: #1678078)
3685 * Fix CVE-2017-7308 (LP: #1678009)
3686 - net/packet: fix overflow in check for priv area size
3687 - net/packet: fix overflow in check for tp_frame_nr
3688 - net/packet: fix overflow in check for tp_reserve
3689
3690 -- Stefan Bader <stefan.bader@canonical.com> Fri, 31 Mar 2017 16:49:38 +0200
3691
3692 linux-snapdragon (4.4.0-1054.58) xenial; urgency=low
3693
3694 [ Ubuntu: 4.4.0-71.92 ]
3695
3696 * CVE-2017-7184
3697 - xfrm_user: validate XFRM_MSG_NEWAE XFRMA_REPLAY_ESN_VAL replay_window
3698 - xfrm_user: validate XFRM_MSG_NEWAE incoming ESN size harder
3699
3700 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Fri, 24 Mar 2017 10:39:14 -0300
3701
3702 linux-snapdragon (4.4.0-1053.57) xenial; urgency=low
3703
3704 * linux-snapdragon: 4.4.0-1053.57 -proposed tracker (LP: #1674941)
3705
3706
3707 [ Ubuntu: 4.4.0-70.91 ]
3708
3709 * linux: 4.4.0-70.91 -proposed tracker (LP: #1674938)
3710 * snaps with classic + jailmode confinement started to fail on zesty
3711 (LP: #1666897)
3712 - Revert "UBUNTU: SAUCE: apparmor: fix link auditing failure due to,
3713 uninitialized var"
3714 - Revert "UBUNTU: SAUCE: fix regression with domain change in complain mode"
3715 - Revert "UBUNTU: SAUCE: apparmor: flock mediation is not being enforced on
3716 cache check"
3717 - Revert "UBUNTU: SAUCE: apparmor: null profiles should inherit parent control
3718 flags"
3719 - Revert "UBUNTU: SAUCE: apparmor: fix ns ref count link when removing
3720 profiles from policy"
3721 - Revert "UBUNTU: SAUCE: apparmor: Fix no_new_privs blocking change_onexec
3722 when using stacked namespaces"
3723 - Revert "UBUNTU: SAUCE: apparmor: fix oops in bind_mnt when dev_path lookup
3724 fails"
3725 - Revert "UBUNTU: SAUCE: apparmor: Don't audit denied access of special
3726 apparmor .null file"
3727 - Revert "UBUNTU: SAUCE: apparmor: fix label leak when new label is unused"
3728 - Revert "UBUNTU: SAUCE: apparmor: fix reference count bug in
3729 label_merge_insert()"
3730 - Revert "UBUNTU: SAUCE: apparmor: fix replacement race in reading rawdata"
3731 - Revert "UBUNTU: SAUCE: apparmor: fix cross ns perm of unix domain sockets"
3732
3733 -- Stefan Bader <stefan.bader@canonical.com> Wed, 22 Mar 2017 10:05:14 +0100
3734
3735 linux-snapdragon (4.4.0-1051.55) xenial; urgency=low
3736
3737 [ Thadeu Lima de Souza Cascardo ]
3738
3739 * linux-snapdragon: 4.4.0-1051.55 -proposed tracker (LP: #1671191)
3740 * Miscellaneous Ubuntu changes
3741 - [Config] Sync config with master
3742
3743 [ Ubuntu: 4.4.0-67.88 ]
3744
3745 * linux: 4.4.0-67.88 -proposed tracker (LP: #1667052)
3746 * Recent KVM RTC cherry-picks break (some) Windows Live-Migrations
3747 (LP: #1668594)
3748 - kvm: x86: correctly reset dest_map->vector when restoring LAPIC state
3749 * Regression in 4.4.0-65-generic causes very frequent system crashes
3750 (LP: #1669611)
3751 - Revert "UBUNTU: SAUCE: apparmor: fix lock ordering for mkdir"
3752 - Revert "UBUNTU: SAUCE: apparmor: fix leak on securityfs pin count"
3753 - Revert "UBUNTU: SAUCE: apparmor: fix reference count leak when
3754 securityfs_setup_d_inode() fails"
3755 - Revert "UBUNTU: SAUCE: apparmor: fix not handling error case when
3756 securityfs_pin_fs() fails"
3757 * Upgrade Redpine RS9113 driver to support AP mode (LP: #1665211)
3758 - SAUCE: Redpine driver to support Host AP mode
3759 * NFS client : permission denied when trying to access subshare, since kernel
3760 4.4.0-31 (LP: #1649292)
3761 - fs: Better permission checking for submounts
3762 * [Hyper-V] SAUCE: pci-hyperv fixes for SR-IOV on Azure (LP: #1665097)
3763 - SAUCE: PCI: hv: Fix wslot_to_devfn() to fix warnings on device removal
3764 - SAUCE: pci-hyperv: properly handle pci bus remove
3765 - SAUCE: pci-hyperv: lock pci bus on device eject
3766 * [Hyper-V/Azure] Please include Mellanox OFED drivers in Azure kernel and
3767 image (LP: #1650058)
3768 - net/mlx4_en: Fix bad WQE issue
3769 - net/mlx4_core: Fix racy CQ (Completion Queue) free
3770 - net/mlx4_core: Fix when to save some qp context flags for dynamic VST to VGT
3771 transitions
3772 - net/mlx4_core: Avoid command timeouts during VF driver device shutdown
3773 * Xenial update to v4.4.49 stable release (LP: #1664960)
3774 - ARC: [arcompact] brown paper bag bug in unaligned access delay slot fixup
3775 - selinux: fix off-by-one in setprocattr
3776 - Revert "x86/ioapic: Restore IO-APIC irq_chip retrigger callback"
3777 - cpumask: use nr_cpumask_bits for parsing functions
3778 - hns: avoid stack overflow with CONFIG_KASAN
3779 - ARM: 8643/3: arm/ptrace: Preserve previous registers for short regset write
3780 - target: Don't BUG_ON during NodeACL dynamic -> explicit conversion
3781 - target: Use correct SCSI status during EXTENDED_COPY exception
3782 - target: Fix early transport_generic_handle_tmr abort scenario
3783 - target: Fix COMPARE_AND_WRITE ref leak for non GOOD status
3784 - ARM: 8642/1: LPAE: catch pending imprecise abort on unmask
3785 - mac80211: Fix adding of mesh vendor IEs
3786 - netvsc: Set maximum GSO size in the right place
3787 - scsi: zfcp: fix use-after-free by not tracing WKA port open/close on failed
3788 send
3789 - scsi: aacraid: Fix INTx/MSI-x issue with older controllers
3790 - scsi: mpt3sas: disable ASPM for MPI2 controllers
3791 - xen-netfront: Delete rx_refill_timer in xennet_disconnect_backend()
3792 - ALSA: seq: Fix race at creating a queue
3793 - ALSA: seq: Don't handle loop timeout at snd_seq_pool_done()
3794 - drm/i915: fix use-after-free in page_flip_completed()
3795 - Linux 4.4.49
3796 * NFS client : kernel 4.4.0-57 crash with nfsv4 enries in /etc/fstab
3797 (LP: #1650336)
3798 - SUNRPC: fix refcounting problems with auth_gss messages.
3799 * [0bda:0328] Card reader failed after S3 (LP: #1664809)
3800 - usb: hub: Wait for connection to be reestablished after port reset
3801 * linux-lts-xenial 4.4.0-63.84~14.04.2 ADT test failure with linux-lts-xenial
3802 4.4.0-63.84~14.04.2 (LP: #1664912)
3803 - SAUCE: apparmor: fix link auditing failure due to, uninitialized var
3804 * ibmvscsis: Add SGL LIMIT (LP: #1662551)
3805 - ibmvscsis: Add SGL limit
3806 * [Hyper-V] Bug fixes for storvsc (tagged queuing, error conditions)
3807 (LP: #1663687)
3808 - scsi: storvsc: Enable tracking of queue depth
3809 - scsi: storvsc: Remove the restriction on max segment size
3810 - scsi: storvsc: Enable multi-queue support
3811 - scsi: storvsc: use tagged SRB requests if supported by the device
3812 - scsi: storvsc: properly handle SRB_ERROR when sense message is present
3813 - scsi: storvsc: properly set residual data length on errors
3814 * ISST-LTE:pNV: ppc64_cpu command is hung w HDs, SSDs and NVMe (LP: #1662666)
3815 - blk-mq: Avoid memory reclaim when remapping queues
3816 - blk-mq: Fix failed allocation path when mapping queues
3817 * Possible missing firmware /lib/firmware/i915/kbl_dmc_ver1.bin for module
3818 i915_bpo (LP: #1624164)
3819 - SAUCE: i915_bpo: Remove MODULE_FIRMWARE statement for i915/kbl_dmc_ver1.bin
3820 * Intel I210 ethernet does not work both after S3 (LP: #1662763)
3821 - igb: implement igb_ptp_suspend
3822 - igb: call igb_ptp_suspend during suspend/resume cycle
3823 * [Hyper-V] Fix ring buffer handling to avoid host throttling (LP: #1661430)
3824 - Drivers: hv: vmbus: On write cleanup the logic to interrupt the host
3825 - Drivers: hv: vmbus: On the read path cleanup the logic to interrupt the host
3826 - Drivers: hv: vmbus: finally fix hv_need_to_signal_on_read()
3827 * brd module compiled as built-in (LP: #1593293)
3828 - [Config] CONFIG_BLK_DEV_RAM=m
3829 * regession tests failing after stackprofile test is run (LP: #1661030)
3830 - SAUCE: fix regression with domain change in complain mode
3831 * Permission denied and inconsistent behavior in complain mode with 'ip netns
3832 list' command (LP: #1648903)
3833 - SAUCE: fix regression with domain change in complain mode
3834 * flock not mediated by 'k' (LP: #1658219)
3835 - SAUCE: apparmor: flock mediation is not being enforced on cache check
3836 * unexpected errno=13 and disconnected path when trying to open /proc/1/ns/mnt
3837 from a unshared mount namespace (LP: #1656121)
3838 - SAUCE: apparmor: null profiles should inherit parent control flags
3839 * apparmor refcount leak of profile namespace when removing profiles
3840 (LP: #1660849)
3841 - SAUCE: apparmor: fix ns ref count link when removing profiles from policy
3842 * tor in lxd: apparmor="DENIED" operation="change_onexec"
3843 namespace="root//CONTAINERNAME_<var-lib-lxd>" profile="unconfined"
3844 name="system_tor" (LP: #1648143)
3845 - SAUCE: apparmor: Fix no_new_privs blocking change_onexec when using stacked
3846 namespaces
3847 * apparmor_parser hangs indefinitely when called by multiple threads
3848 (LP: #1645037)
3849 - SAUCE: apparmor: fix lock ordering for mkdir
3850 * apparmor leaking securityfs pin count (LP: #1660846)
3851 - SAUCE: apparmor: fix leak on securityfs pin count
3852 * apparmor reference count leak when securityfs_setup_d_inode\ () fails
3853 (LP: #1660845)
3854 - SAUCE: apparmor: fix reference count leak when securityfs_setup_d_inode()
3855 fails
3856 * apparmor not checking error if security_pin_fs() fails (LP: #1660842)
3857 - SAUCE: apparmor: fix not handling error case when securityfs_pin_fs() fails
3858 * apparmor oops in bind_mnt when dev_path lookup fails (LP: #1660840)
3859 - SAUCE: apparmor: fix oops in bind_mnt when dev_path lookup fails
3860 * apparmor auditing denied access of special apparmor .null fi\ le
3861 (LP: #1660836)
3862 - SAUCE: apparmor: Don't audit denied access of special apparmor .null file
3863 * apparmor label leak when new label is unused (LP: #1660834)
3864 - SAUCE: apparmor: fix label leak when new label is unused
3865 * apparmor reference count bug in label_merge_insert() (LP: #1660833)
3866 - SAUCE: apparmor: fix reference count bug in label_merge_insert()
3867 * apparmor's raw_data file in securityfs is sometimes truncated (LP: #1638996)
3868 - SAUCE: apparmor: fix replacement race in reading rawdata
3869 * unix domain socket cross permission check failing with nested namespaces
3870 (LP: #1660832)
3871 - SAUCE: apparmor: fix cross ns perm of unix domain sockets
3872 * docker permission issues with overlay2 storage driver (LP: #1659417)
3873 - SAUCE: overlayfs: Replace ovl_prepare_creds() with ovl_override_creds()
3874 - Revert "UBUNTU: SAUCE: cred: Add clone_cred() interface"
3875 - ovl: check mounter creds on underlying lookup
3876 * Enable CONFIG_NET_DROP_MONITOR=m in Ubuntu Kernel (LP: #1660634)
3877 - [Config] CONFIG_NET_DROP_MONITOR=m
3878 * Xenial update to v4.4.48 stable release (LP: #1663657)
3879 - PCI/ASPM: Handle PCI-to-PCIe bridges as roots of PCIe hierarchies
3880 - ext4: validate s_first_meta_bg at mount time
3881 - drm/nouveau/disp/gt215: Fix HDA ELD handling (thus, HDMI audio) on gt215
3882 - drm/nouveau/nv1a,nv1f/disp: fix memory clock rate retrieval
3883 - crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an alg
3884 - crypto: arm64/aes-blk - honour iv_out requirement in CBC and CTR modes
3885 - perf/core: Fix PERF_RECORD_MMAP2 prot/flags for anonymous memory
3886 - ata: sata_mv:- Handle return value of devm_ioremap.
3887 - libata: apply MAX_SEC_1024 to all CX1-JB*-HP devices
3888 - powerpc/eeh: Fix wrong flag passed to eeh_unfreeze_pe()
3889 - powerpc: Add missing error check to prom_find_boot_cpu()
3890 - NFSD: Fix a null reference case in find_or_create_lock_stateid()
3891 - svcrpc: fix oops in absence of krb5 module
3892 - zswap: disable changing params if init fails
3893 - cifs: initialize file_info_lock
3894 - mm/memory_hotplug.c: check start_pfn in test_pages_in_a_zone()
3895 - mm, fs: check for fatal signals in do_generic_file_read()
3896 - can: bcm: fix hrtimer/tasklet termination in bcm op removal
3897 - mmc: sdhci: Ignore unexpected CARD_INT interrupts
3898 - percpu-refcount: fix reference leak during percpu-atomic transition
3899 - HID: wacom: Fix poor prox handling in 'wacom_pl_irq'
3900 - KVM: x86: do not save guest-unsupported XSAVE state
3901 - USB: serial: qcserial: add Dell DW5570 QDL
3902 - USB: serial: pl2303: add ATEN device ID
3903 - USB: Add quirk for WORLDE easykey.25 MIDI keyboard
3904 - usb: gadget: f_fs: Assorted buffer overflow checks.
3905 - USB: serial: option: add device ID for HP lt2523 (Novatel E371)
3906 - x86/irq: Make irq activate operations symmetric
3907 - base/memory, hotplug: fix a kernel oops in show_valid_zones()
3908 - Linux 4.4.48
3909 * Xenial update to v4.4.47 stable release (LP: #1662507)
3910 - r8152: fix the sw rx checksum is unavailable
3911 - mlxsw: spectrum: Fix memory leak at skb reallocation
3912 - mlxsw: switchx2: Fix memory leak at skb reallocation
3913 - mlxsw: pci: Fix EQE structure definition
3914 - net: lwtunnel: Handle lwtunnel_fill_encap failure
3915 - net: ipv4: fix table id in getroute response
3916 - net: systemport: Decouple flow control from __bcm_sysport_tx_reclaim
3917 - tcp: fix tcp_fastopen unaligned access complaints on sparc
3918 - openvswitch: maintain correct checksum state in conntrack actions
3919 - ravb: do not use zero-length alignment DMA descriptor
3920 - ax25: Fix segfault after sock connection timeout
3921 - net: fix harmonize_features() vs NETIF_F_HIGHDMA
3922 - net: phy: bcm63xx: Utilize correct config_intr function
3923 - ipv6: addrconf: Avoid addrconf_disable_change() using RCU read-side lock
3924 - tcp: initialize max window for a new fastopen socket
3925 - bridge: netlink: call br_changelink() during br_dev_newlink()
3926 - r8152: don't execute runtime suspend if the tx is not empty
3927 - af_unix: move unix_mknod() out of bindlock
3928 - qmi_wwan/cdc_ether: add device ID for HP lt2523 (Novatel E371) WWAN card
3929 - net: dsa: Bring back device detaching in dsa_slave_suspend()
3930 - Linux 4.4.47
3931 * Xenial update to v4.4.46 stable release (LP: #1660994)
3932 - fbdev: color map copying bounds checking
3933 - tile/ptrace: Preserve previous registers for short regset write
3934 - drm: Fix broken VT switch with video=1366x768 option
3935 - mm/mempolicy.c: do not put mempolicy before using its nodemask
3936 - sysctl: fix proc_doulongvec_ms_jiffies_minmax()
3937 - ISDN: eicon: silence misleading array-bounds warning
3938 - RDMA/cma: Fix unknown symbol when CONFIG_IPV6 is not enabled
3939 - s390/ptrace: Preserve previous registers for short regset write
3940 - can: c_can_pci: fix null-pointer-deref in c_can_start() - set device pointer
3941 - can: ti_hecc: add missing prepare and unprepare of the clock
3942 - ARC: udelay: fix inline assembler by adding LP_COUNT to clobber list
3943 - ARC: [arcompact] handle unaligned access delay slot corner case
3944 - parisc: Don't use BITS_PER_LONG in userspace-exported swab.h header
3945 - nfs: Don't increment lock sequence ID after NFS4ERR_MOVED
3946 - NFSv4.0: always send mode in SETATTR after EXCLUSIVE4
3947 - SUNRPC: cleanup ida information when removing sunrpc module
3948 - drm/i915: Don't leak edid in intel_crt_detect_ddc()
3949 - IB/ipoib: move back IB LL address into the hard header
3950 - IB/umem: Release pid in error and ODP flow
3951 - s5k4ecgx: select CRC32 helper
3952 - pinctrl: broxton: Use correct PADCFGLOCK offset
3953 - platform/x86: intel_mid_powerbtn: Set IRQ_ONESHOT
3954 - mm, memcg: do not retry precharge charges
3955 - Linux 4.4.46
3956 * Xenial update to v4.4.45 stable release (LP: #1660993)
3957 - ftrace/x86: Set ftrace_stub to weak to prevent gcc from using short jumps to
3958 it
3959 - IB/mlx5: Wait for all async command completions to complete
3960 - IB/mlx4: Set traffic class in AH
3961 - IB/mlx4: Fix out-of-range array index in destroy qp flow
3962 - IB/mlx4: Fix port query for 56Gb Ethernet links
3963 - IB/mlx4: When no DMFS for IPoIB, don't allow NET_IF QPs
3964 - IB/IPoIB: Remove can't use GFP_NOIO warning
3965 - perf scripting: Avoid leaking the scripting_context variable
3966 - ARM: dts: imx31: fix clock control module interrupts description
3967 - ARM: dts: imx31: move CCM device node to AIPS2 bus devices
3968 - ARM: dts: imx31: fix AVIC base address
3969 - tmpfs: clear S_ISGID when setting posix ACLs
3970 - x86/PCI: Ignore _CRS on Supermicro X8DTH-i/6/iF/6F
3971 - svcrpc: don't leak contexts on PROC_DESTROY
3972 - fuse: clear FR_PENDING flag when moving requests out of pending queue
3973 - PCI: Enumerate switches below PCI-to-PCIe bridges
3974 - HID: corsair: fix DMA buffers on stack
3975 - HID: corsair: fix control-transfer error handling
3976 - mmc: mxs-mmc: Fix additional cycles after transmission stop
3977 - ieee802154: atusb: do not use the stack for buffers to make them DMA able
3978 - mtd: nand: xway: disable module support
3979 - x86/ioapic: Restore IO-APIC irq_chip retrigger callback
3980 - qla2xxx: Fix crash due to null pointer access
3981 - ubifs: Fix journal replay wrt. xattr nodes
3982 - clocksource/exynos_mct: Clear interrupt when cpu is shut down
3983 - svcrdma: avoid duplicate dma unmapping during error recovery
3984 - ARM: 8634/1: hw_breakpoint: blacklist Scorpion CPUs
3985 - ceph: fix bad endianness handling in parse_reply_info_extra
3986 - ARM: dts: da850-evm: fix read access to SPI flash
3987 - arm64/ptrace: Preserve previous registers for short regset write
3988 - arm64/ptrace: Preserve previous registers for short regset write - 2
3989 - arm64/ptrace: Preserve previous registers for short regset write - 3
3990 - arm64/ptrace: Avoid uninitialised struct padding in fpr_set()
3991 - arm64/ptrace: Reject attempts to set incomplete hardware breakpoint fields
3992 - ARM: dts: imx6qdl-nitrogen6_max: fix sgtl5000 pinctrl init
3993 - ARM: ux500: fix prcmu_is_cpu_in_wfi() calculation
3994 - ARM: 8613/1: Fix the uaccess crash on PB11MPCore
3995 - blackfin: check devm_pinctrl_get() for errors
3996 - ite-cir: initialize use_demodulator before using it
3997 - dmaengine: pl330: Fix runtime PM support for terminated transfers
3998 - selftest/powerpc: Wrong PMC initialized in pmc56_overflow test
3999 - arm64: avoid returning from bad_mode
4000 - Linux 4.4.45
4001
4002 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Wed, 08 Mar 2017 15:07:51 -0300
4003
4004 linux-snapdragon (4.4.0-1050.54) xenial; urgency=low
4005
4006 [ Ubuntu: 4.4.0-66.87 ]
4007
4008 * CVE-2017-2636
4009 - TTY: n_hdlc, fix lockdep false positive
4010 - tty: n_hdlc: get rid of racy n_hdlc.tbuf
4011
4012 -- Stefan Bader <stefan.bader@canonical.com> Sat, 04 Mar 2017 08:44:00 +0100
4013
4014 linux-snapdragon (4.4.0-1048.52) xenial; urgency=low
4015
4016 [ Ubuntu: 4.4.0-64.85 ]
4017
4018 * CVE-2017-6074 (LP: #1665935)
4019 - dccp: fix freeing skb too early for IPV6_RECVPKTINFO
4020
4021 -- Stefan Bader <stefan.bader@canonical.com> Mon, 20 Feb 2017 12:02:33 +0100
4022
4023 linux-snapdragon (4.4.0-1047.51) xenial; urgency=low
4024
4025 [ Thadeu Lima de Souza Cascardo ]
4026
4027 * Release Tracking Bug
4028 - LP: #1660724
4029
4030 [ Ubuntu: 4.4.0-63.84 ]
4031
4032 * Release Tracking Bug
4033 - LP: #1660704
4034 * Backport Dirty COW patch to prevent wineserver freeze (LP: #1658270)
4035 - SAUCE: mm: Respect FOLL_FORCE/FOLL_COW for thp
4036 * Kdump through NMI SMP and single core not working on Ubuntu16.10
4037 (LP: #1630924)
4038 - x86/hyperv: Handle unknown NMIs on one CPU when unknown_nmi_panic
4039 - SAUCE: hv: don't reset hv_context.tsc_page on crash
4040 * [regression 4.8.0-14 -> 4.8.0-17] keyboard and touchscreen lost on Acer
4041 Chromebook R11 (LP: #1630238)
4042 - [Config] CONFIG_PINCTRL_CHERRYVIEW=y
4043 * Call trace when testing fstat stressor on ppc64el with virtual keyboard and
4044 mouse present (LP: #1652132)
4045 - SAUCE: HID: usbhid: Quirk a AMI virtual mouse and keyboard with ALWAYS_POLL
4046 * VLAN SR-IOV regression for IXGBE driver (LP: #1658491)
4047 - ixgbe: Force VLNCTRL.VFE to be set in all VMDq paths
4048 * "Out of memory" errors after upgrade to 4.4.0-59 (LP: #1655842)
4049 - mm, page_alloc: convert alloc_flags to unsigned
4050 - mm, compaction: change COMPACT_ constants into enum
4051 - mm, compaction: distinguish COMPACT_DEFERRED from COMPACT_SKIPPED
4052 - mm, compaction: simplify __alloc_pages_direct_compact feedback interface
4053 - mm, compaction: distinguish between full and partial COMPACT_COMPLETE
4054 - mm, compaction: abstract compaction feedback to helpers
4055 - mm, oom: protect !costly allocations some more
4056 - mm: consider compaction feedback also for costly allocation
4057 - mm, oom, compaction: prevent from should_compact_retry looping for ever for
4058 costly orders
4059 - mm, oom: protect !costly allocations some more for !CONFIG_COMPACTION
4060 - mm, oom: prevent premature OOM killer invocation for high order request
4061 * Backport 3 patches to fix bugs with AIX clients using IBMVSCSI Target Driver
4062 (LP: #1657194)
4063 - SAUCE: ibmvscsis: Fix max transfer length
4064 - SAUCE: ibmvscsis: fix sleeping in interrupt context
4065 - SAUCE: ibmvscsis: Fix srp_transfer_data fail return code
4066 * NVMe: adapter is missing after abnormal shutdown followed by quick reboot,
4067 quirk needed (LP: #1656913)
4068 - nvme: apply DELAY_BEFORE_CHK_RDY quirk at probe time too
4069 * Ubuntu 16.10 KVM SRIOV: if enable sriov while ping flood is running ping
4070 will stop working (LP: #1625318)
4071 - PCI: Do any VF BAR updates before enabling the BARs
4072 - PCI: Ignore BAR updates on virtual functions
4073 - PCI: Update BARs using property bits appropriate for type
4074 - PCI: Separate VF BAR updates from standard BAR updates
4075 - PCI: Don't update VF BARs while VF memory space is enabled
4076 - PCI: Remove pci_resource_bar() and pci_iov_resource_bar()
4077 - PCI: Decouple IORESOURCE_ROM_ENABLE and PCI_ROM_ADDRESS_ENABLE
4078 - PCI: Add comments about ROM BAR updating
4079 * Linux rtc self test fails in a VM under xenial (LP: #1649718)
4080 - kvm: x86: Convert ioapic->rtc_status.dest_map to a struct
4081 - kvm: x86: Track irq vectors in ioapic->rtc_status.dest_map
4082 - kvm: x86: Check dest_map->vector to match eoi signals for rtc
4083 * Xenial update to v4.4.44 stable release (LP: #1658091)
4084 - Input: xpad - use correct product id for x360w controllers
4085 - Input: i8042 - add Pegatron touchpad to noloop table
4086 - selftests: do not require bash to run netsocktests testcase
4087 - selftests: do not require bash for the generated test
4088 - mm: fix devm_memremap_pages crash, use mem_hotplug_{begin, done}
4089 - ocfs2: fix crash caused by stale lvb with fsdlm plugin
4090 - mm/hugetlb.c: fix reservation race when freeing surplus pages
4091 - KVM: x86: fix emulation of "MOV SS, null selector"
4092 - KVM: eventfd: fix NULL deref irqbypass consumer
4093 - jump_labels: API for flushing deferred jump label updates
4094 - KVM: x86: flush pending lapic jump label updates on module unload
4095 - KVM: x86: add Align16 instruction flag
4096 - KVM: x86: add asm_safe wrapper
4097 - KVM: x86: emulate FXSAVE and FXRSTOR
4098 - KVM: x86: Introduce segmented_write_std
4099 - nl80211: fix sched scan netlink socket owner destruction
4100 - USB: serial: kl5kusb105: fix line-state error handling
4101 - USB: serial: ch341: fix initial modem-control state
4102 - USB: serial: ch341: fix open error handling
4103 - USB: serial: ch341: fix control-message error handling
4104 - USB: serial: ch341: fix open and resume after B0
4105 - Input: elants_i2c - avoid divide by 0 errors on bad touchscreen data
4106 - i2c: print correct device invalid address
4107 - i2c: fix kernel memory disclosure in dev interface
4108 - xhci: fix deadlock at host remove by running watchdog correctly
4109 - vme: Fix wrong pointer utilization in ca91cx42_slave_get
4110 - mnt: Protect the mountpoint hashtable with mount_lock
4111 - tty/serial: atmel_serial: BUG: stop DMA from transmitting in stop_tx
4112 - sysrq: attach sysrq handler correctly for 32-bit kernel
4113 - sysctl: Drop reference added by grab_header in proc_sys_readdir
4114 - drm/radeon: drop verde dpm quirks
4115 - USB: serial: ch341: fix resume after reset
4116 - USB: serial: ch341: fix modem-control and B0 handling
4117 - x86/cpu: Fix bootup crashes by sanitizing the argument of the 'clearcpuid='
4118 command-line option
4119 - btrfs: fix locking when we put back a delayed ref that's too new
4120 - btrfs: fix error handling when run_delayed_extent_op fails
4121 - pinctrl: meson: fix gpio request disabling other modes
4122 - pNFS: Fix race in pnfs_wait_on_layoutreturn
4123 - NFS: Fix a performance regression in readdir
4124 - NFSv4.1: nfs4_fl_prepare_ds must be careful about reporting success.
4125 - cpufreq: powernv: Disable preemption while checking CPU throttling state
4126 - block: cfq_cpd_alloc() should use @gfp
4127 - ACPI / APEI: Fix NMI notification handling
4128 - blk-mq: Always schedule hctx->next_cpu
4129 - bus: vexpress-config: fix device reference leak
4130 - powerpc/ibmebus: Fix further device reference leaks
4131 - powerpc/ibmebus: Fix device reference leaks in sysfs interface
4132 - pinctrl: sh-pfc: Do not unconditionally support PIN_CONFIG_BIAS_DISABLE
4133 - Linux 4.4.44
4134 * Add support for RT5660 codec based sound cards on Baytrail (LP: #1657674)
4135 - ASoC: rt5660: add rt5660 codec driver
4136 - ASoC: rt5660: enable MCLK detection
4137 - ASoC: Intel: Atom: flip logic for gain Switch
4138 - SAUCE: (no-up) ASoC: rt5660: Add ACPI support
4139 - SAUCE: (no-up) ASoC: Intel: Support machine driver for RT5660 on Baytrail
4140 - [Config] CONFIG_SND_SOC_INTEL_BYTCR_RT5660_MACH=m, CONFIG_SND_SOC_RT5660=m
4141 * Support latest Redpine WLAN/BT RS9113 driver (LP: #1657682)
4142 - SAUCE: Support Redpine RS9113 WLAN/BT
4143 - SAUCE: Separate Redpine RS9113 WLAN/BT vendor and kernel drivers
4144 - SAUCE: Redpine RS9113 WLAN/BT driver ver. 0.9.7
4145 - SAUCE: RS9113: Use vendor driver to support WLAN/BT card on Caracalla HW
4146 only
4147 - SAUCE: RS9113: Comment out IDs from upstream driver
4148 - [Config] Enable CONFIG_VEN_RSI_* configs
4149 * [Hyper-V] netvsc: add rcu_read locked to netvsc callback (LP: #1657540)
4150 - netvsc: add rcu_read locking to netvsc callback
4151 * [Hyper-V] Rebase Hyper-V in 16.04 and 16.10 to the the upstream 4.9 kernel
4152 (LP: #1650059)
4153 - memory-hotplug: add automatic onlining policy for the newly added memory
4154 - hv_netvsc: Add query for initial physical link speed
4155 - hv_netvsc: Add handler for physical link speed change
4156 - hv_netvsc: Implement batching of receive completions
4157 - PCI: hv: Use list_move_tail() instead of list_del() + list_add_tail()
4158 - hv_netvsc: fix rtnl locking in callback
4159 - hv_netvsc: make RSS hash key static
4160 - hv_netvsc: use kcalloc
4161 - hv_netvsc: style cleanups
4162 - hv_netvsc: make inline functions static
4163 - hv_netvsc: use ARRAY_SIZE() for NDIS versions
4164 - hv_netvsc: make device_remove void
4165 - hv_netvsc: init completion during alloc
4166 - hv_netvsc: rearrange start_xmit
4167 - hv_netvsc: refactor completion function
4168 - hv_netvsc: make netvsc_destroy_buf void
4169 - hv_netvsc: make variable local
4170 - hv_netvsc: report vmbus name in ethtool
4171 - hv_netvsc: add ethtool statistics for tx packet issues
4172 - Drivers: hv: get rid of redundant messagecount in create_gpadl_header()
4173 - Drivers: hv: don't leak memory in vmbus_establish_gpadl()
4174 - Drivers: hv: get rid of timeout in vmbus_open()
4175 - Drivers: hv: utils: fix a race on userspace daemons registration
4176 - Drivers: hv: vmbus: fix the race when querying & updating the percpu list
4177 - Drivers: hv: vmbus: Enable explicit signaling policy for NIC channels
4178 - Drivers: hv: vmbus: Reduce the delay between retries in vmbus_post_msg()
4179 - Drivers: hv: vmbus: Implement a mechanism to tag the channel for low latency
4180 - Tools: hv: kvp: ensure kvp device fd is closed on exec
4181 - Drivers: hv: balloon: keep track of where ha_region starts
4182 - Drivers: hv: balloon: account for gaps in hot add regions
4183 - Drivers: hv: balloon: don't wait for ol_waitevent when memhp_auto_online is
4184 enabled
4185 - Drivers: hv: balloon: replace ha_region_mutex with spinlock
4186 - Drivers: hv: balloon: Use available memory value in pressure report
4187 - Drivers: hv: cleanup vmbus_open() for wrap around mappings
4188 - Drivers: hv: ring_buffer: wrap around mappings for ring buffers
4189 - Drivers: hv: ring_buffer: use wrap around mappings in hv_copy{from,
4190 to}_ringbuffer()
4191 - Drivers: hv: ring_buffer: count on wrap around mappings in
4192 get_next_pkt_raw()
4193 - Drivers: hv: Introduce a policy for controlling channel affinity
4194 - Drivers: hv: utils: Continue to poll VSS channel after handling requests.
4195 - Drivers: hv: utils: Check VSS daemon is listening before a hot backup
4196 - PCI: hv: Use zero-length array in struct pci_packet
4197 - PCI: hv: Use pci_function_description[0] in struct definitions
4198 - PCI: hv: Remove the unused 'wrk' in struct hv_pcibus_device
4199 - PCI: hv: Handle vmbus_sendpacket() failure in hv_compose_msi_msg()
4200 - PCI: hv: Handle hv_pci_generic_compl() error case
4201 - Revert "Drivers: hv: ring_buffer: count on wrap around mappings in
4202 get_next_pkt_raw()"
4203 - Driver: hv: vmbus: Make mmio resource local
4204 - Drivers: hv: vmbus: suppress some "hv_vmbus: Unknown GUID" warnings
4205 - Drivers: hv: utils: Rename version definitions to reflect protocol version.
4206 - Drivers: hv: utils: Use TimeSync samples to adjust the clock after boot.
4207 - Drivers: hv: utils: Support TimeSync version 4.0 protocol samples.
4208 - Drivers: hv: hv_util: Avoid dynamic allocation in time synch
4209 - Revert "hv_netvsc: make inline functions static"
4210 - hv_netvsc: use consume_skb
4211 - hv_netvsc: dev hold/put reference to VF
4212 - hv_netvsc: simplify callback event code
4213 - hv_netvsc: improve VF device matching
4214 - hv_netvsc: use RCU to protect vf_netdev
4215 - hv_netvsc: remove VF in flight counters
4216 - hv_netvsc: count multicast packets received
4217 - hv_netvsc: fix comments
4218 - Drivers: hv: make VMBus bus ids persistent
4219 - Drivers: hv: get rid of id in struct vmbus_channel
4220 - netvsc: fix checksum on UDP IPV6
4221 - netvsc: Remove mistaken udp.h inclusion.
4222 - net/hyperv: avoid uninitialized variable
4223 - Revert "hv_netvsc: report vmbus name in ethtool"
4224 - vmbus: make sysfs names consistent with PCI
4225 - netvsc: reduce maximum GSO size
4226 - Drivers: hv: vmbus: Base host signaling strictly on the ring state
4227 - tools: hv: Add a script to help bonding synthetic and VF NICs
4228 * Ubuntu - ibmveth: abnormally large TCP MSS value caused a TCP session to
4229 hang with a zero window (LP: #1655420)
4230 - ibmveth: set correct gso_size and gso_type
4231 - ibmveth: calculate gso_segs for large packets
4232 * netfilter regression introducing a performance slowdown in binary
4233 arp/ip/ip6tables (LP: #1640786)
4234 - netfilter: x_tables: pass xt_counters struct instead of packet counter
4235 - netfilter: x_tables: pass xt_counters struct to counter allocator
4236 - netfilter: x_tables: pack percpu counter allocations
4237 * Move some kernel modules to the main kernel package (part 2) (LP: #1655002)
4238 - [Config] Add IBM power drivers to the inclusion list
4239 * Xenial update to v4.4.43 stable release (LP: #1656876)
4240 - netvsc: reduce maximum GSO size
4241 - ser_gigaset: return -ENOMEM on error instead of success
4242 - net: vrf: Drop conntrack data after pass through VRF device on Tx
4243 - ipv6: handle -EFAULT from skb_copy_bits
4244 - net, sched: fix soft lockup in tc_classify
4245 - net: stmmac: Fix race between stmmac_drv_probe and stmmac_open
4246 - net/mlx5: Check FW limitations on log_max_qp before setting it
4247 - net/mlx5: Avoid shadowing numa_node
4248 - drop_monitor: add missing call to genlmsg_end
4249 - drop_monitor: consider inserted data in genlmsg_end
4250 - igmp: Make igmp group member RFC 3376 compliant
4251 - ipv4: Do not allow MAIN to be alias for new LOCAL w/ custom rules
4252 - r8152: split rtl8152_suspend function
4253 - r8152: fix rx issue for runtime suspend
4254 - gro: Enter slow-path if there is no tailroom
4255 - gro: use min_t() in skb_gro_reset_offset()
4256 - gro: Disable frag0 optimization on IPv6 ext headers
4257 - net: ipv4: Fix multipath selection with vrf
4258 - net: vrf: do not allow table id 0
4259 - HID: hid-cypress: validate length of report
4260 - ALSA: firewire-tascam: Fix to handle error from initialization of stream
4261 data
4262 - powerpc: Fix build warning on 32-bit PPC
4263 - ARM: zynq: Reserve correct amount of non-DMA RAM
4264 - ARM: OMAP4+: Fix bad fallthrough for cpuidle
4265 - spi: mvebu: fix baudrate calculation for armada variant
4266 - ALSA: usb-audio: Add a quirk for Plantronics BT600
4267 - mm/init: fix zone boundary creation
4268 - Linux 4.4.43
4269 * Xenial update to v4.4.42 stable release (LP: #1655969)
4270 - ALSA: hda - Fix up GPIO for ASUS ROG Ranger
4271 - ALSA: hda - Apply asus-mode8 fixup to ASUS X71SL
4272 - ALSA: usb-audio: Fix irq/process data synchronization
4273 - ARM: davinci: da850: don't add emac clock to lookup table twice
4274 - mac80211: initialize fast-xmit 'info' later
4275 - KVM: x86: reset MMU on KVM_SET_VCPU_EVENTS
4276 - KVM: MIPS: Flush KVM entry code from icache globally
4277 - usb: musb: core: add clear_ep_rxintr() to musb_platform_ops
4278 - usb: musb: dsps: implement clear_ep_rxintr() callback
4279 - usb: storage: unusual_uas: Add JMicron JMS56x to unusual device
4280 - usb: gadgetfs: restrict upper bound on device configuration size
4281 - USB: gadgetfs: fix unbounded memory allocation bug
4282 - USB: gadgetfs: fix use-after-free bug
4283 - USB: gadgetfs: fix checks of wTotalLength in config descriptors
4284 - USB: fix problems with duplicate endpoint addresses
4285 - USB: dummy-hcd: fix bug in stop_activity (handle ep0)
4286 - usb: gadget: composite: Test get_alt() presence instead of set_alt()
4287 - usb: dwc3: core: avoid Overflow events
4288 - usb: xhci: fix possible wild pointer
4289 - xhci: workaround for hosts missing CAS bit
4290 - usb: xhci: apply XHCI_PME_STUCK_QUIRK to Intel Apollo Lake
4291 - xhci: free xhci virtual devices with leaf nodes first
4292 - usb: xhci: fix return value of xhci_setup_device()
4293 - usb: host: xhci: Fix possible wild pointer when handling abort command
4294 - xhci: Handle command completion and timeout race
4295 - usb: xhci: hold lock over xhci_abort_cmd_ring()
4296 - USB: serial: omninet: fix NULL-derefs at open and disconnect
4297 - USB: serial: quatech2: fix sleep-while-atomic in close
4298 - USB: serial: pl2303: fix NULL-deref at open
4299 - USB: serial: keyspan_pda: verify endpoints at probe
4300 - USB: serial: spcp8x5: fix NULL-deref at open
4301 - USB: serial: io_ti: fix NULL-deref at open
4302 - USB: serial: io_ti: fix another NULL-deref at open
4303 - USB: serial: io_ti: fix I/O after disconnect
4304 - USB: serial: iuu_phoenix: fix NULL-deref at open
4305 - USB: serial: garmin_gps: fix memory leak on failed URB submit
4306 - USB: serial: ti_usb_3410_5052: fix NULL-deref at open
4307 - USB: serial: io_edgeport: fix NULL-deref at open
4308 - USB: serial: oti6858: fix NULL-deref at open
4309 - USB: serial: cyberjack: fix NULL-deref at open
4310 - USB: serial: kobil_sct: fix NULL-deref in write
4311 - USB: serial: mos7840: fix NULL-deref at open
4312 - USB: serial: mos7720: fix NULL-deref at open
4313 - USB: serial: mos7720: fix use-after-free on probe errors
4314 - USB: serial: mos7720: fix parport use-after-free on probe errors
4315 - USB: serial: mos7720: fix parallel probe
4316 - usb: xhci-mem: use passed in GFP flags instead of GFP_KERNEL
4317 - xhci: Use delayed_work instead of timer for command timeout
4318 - xhci: Fix race related to abort operation
4319 - usb: dwc3: pci: add Intel Gemini Lake PCI ID
4320 - usb: musb: Fix trying to free already-free IRQ 4
4321 - usb: hub: Move hub_port_disable() to fix warning if PM is disabled
4322 - usb: musb: blackfin: add bfin_fifo_offset in bfin_ops
4323 - ALSA: usb-audio: Fix bogus error return in snd_usb_create_stream()
4324 - USB: serial: kl5kusb105: abort on open exception path
4325 - ARM: dts: r8a7794: Correct hsusb parent clock
4326 - USB: phy: am335x-control: fix device and of_node leaks
4327 - USB: serial: io_ti: bind to interface after fw download
4328 - mei: bus: fix mei_cldev_enable KDoc
4329 - staging: iio: ad7606: fix improper setting of oversampling pins
4330 - usb: dwc3: gadget: always unmap EP0 requests
4331 - usb: dwc3: ep0: add dwc3_ep0_prepare_one_trb()
4332 - usb: dwc3: ep0: explicitly call dwc3_ep0_prepare_one_trb()
4333 - stable-fixup: hotplug: fix unused function warning
4334 - ath10k: use the right length of "background"
4335 - cris: Only build flash rescue image if CONFIG_ETRAX_AXISFLASHMAP is selected
4336 - hwmon: (scpi) Fix module autoload
4337 - hwmon: (amc6821) sign extension temperature
4338 - hwmon: (ds620) Fix overflows seen when writing temperature limits
4339 - hwmon: (nct7802) Fix overflows seen when writing into limit attributes
4340 - hwmon: (g762) Fix overflows and crash seen when writing limit attributes
4341 - clk: clk-wm831x: fix a logic error
4342 - clk: imx31: fix rewritten input argument of mx31_clocks_init()
4343 - iommu/amd: Missing error code in amd_iommu_init_device()
4344 - iommu/amd: Fix the left value check of cmd buffer
4345 - iommu/vt-d: Fix pasid table size encoding
4346 - iommu/vt-d: Flush old iommu caches for kdump when the device gets context
4347 mapped
4348 - ASoC: samsung: i2s: Fixup last IRQ unsafe spin lock call
4349 - scsi: mvsas: fix command_active typo
4350 - target/iscsi: Fix double free in lio_target_tiqn_addtpg()
4351 - irqchip/bcm7038-l1: Implement irq_cpu_offline() callback
4352 - PM / wakeirq: Fix dedicated wakeirq for drivers not using autosuspend
4353 - mmc: mmc_test: Uninitialized return value
4354 - s390/crypto: unlock on error in prng_tdes_read()
4355 - crypto: arm64/sha2-ce - fix for big endian
4356 - crypto: arm64/ghash-ce - fix for big endian
4357 - crypto: arm/aes-ce - fix for big endian
4358 - crypto: arm64/aes-ccm-ce: fix for big endian
4359 - crypto: arm64/aes-neon - fix for big endian
4360 - crypto: arm64/sha1-ce - fix for big endian
4361 - crypto: arm64/aes-xts-ce: fix for big endian
4362 - crypto: arm64/aes-ce - fix for big endian
4363 - md: MD_RECOVERY_NEEDED is set for mddev->recovery
4364 - powerpc/pci/rpadlpar: Fix device reference leaks
4365 - staging: comedi: dt282x: tidy up register bit defines
4366 - cred/userns: define current_user_ns() as a function
4367 - net: ti: cpmac: Fix compiler warning due to type confusion
4368 - net: vxge: avoid unused function warnings
4369 - cx23885-dvb: move initialization of a8293_pdata
4370 - drm/radeon: Always store CRTC relative radeon_crtc->cursor_x/y values
4371 - tick/broadcast: Prevent NULL pointer dereference
4372 - Revert "usb: gadget: composite: always set ep->mult to a sensible value"
4373 - usb: gadget: composite: always set ep->mult to a sensible value
4374 - Linux 4.4.42
4375 * Xenial update to v4.4.41 stable release (LP: #1655041)
4376 - ssb: Fix error routine when fallback SPROM fails
4377 - rtlwifi: Fix enter/exit power_save
4378 - cfg80211/mac80211: fix BSS leaks when abandoning assoc attempts
4379 - ath9k: Really fix LED polarity for some Mini PCI AR9220 MB92 cards.
4380 - mmc: sdhci: Fix recovery from tuning timeout
4381 - regulator: stw481x-vmmc: fix ages old enable error
4382 - timekeeping_Force_unsigned_clocksource_to_nanoseconds_conversion
4383 - clk: bcm2835: Avoid overwriting the div info when disabling a pll_div clk
4384 - thermal: hwmon: Properly report critical temperature in sysfs
4385 - staging: comedi: ni_mio_common: fix M Series ni_ai_insn_read() data mask
4386 - staging: comedi: ni_mio_common: fix E series ni_ai_insn_read() data
4387 - ACPI / video: Add force_native quirk for Dell XPS 17 L702X
4388 - ACPI / video: Add force_native quirk for HP Pavilion dv6
4389 - drm/nouveau/kms: lvds panel strap moved again on maxwell
4390 - drm/nouveau/bios: require checksum to match for fast acpi shadow method
4391 - drm/nouveau/ltc: protect clearing of comptags with mutex
4392 - drm/nouveau/fifo/gf100-: protect channel preempt with subdev mutex
4393 - drm/nouveau/i2c/gk110b,gm10x: use the correct implementation
4394 - drm/radeon: Also call cursor_move_locked when the cursor size changes
4395 - drm/radeon: Hide the HW cursor while it's out of bounds
4396 - drm/radeon: add additional pci revision to dpm workaround
4397 - drm/gma500: Add compat ioctl
4398 - drivers/gpu/drm/ast: Fix infinite loop if read fails
4399 - mei: request async autosuspend at the end of enumeration
4400 - block: protect iterate_bdevs() against concurrent close
4401 - vt: fix Scroll Lock LED trigger name
4402 - scsi: megaraid_sas: For SRIOV enabled firmware, ensure VF driver waits for
4403 30secs before reset
4404 - scsi: megaraid_sas: Do not set MPI2_TYPE_CUDA for JBOD FP path for FW which
4405 does not support JBOD sequence map
4406 - scsi: zfcp: fix use-after-"free" in FC ingress path after TMF
4407 - scsi: zfcp: do not trace pure benign residual HBA responses at default level
4408 - scsi: zfcp: fix rport unblock race with LUN recovery
4409 - scsi: avoid a permanent stop of the scsi device's request queue
4410 - ARC: mm: arc700: Don't assume 2 colours for aliasing VIPT dcache
4411 - firmware: fix usermode helper fallback loading
4412 - s390/vmlogrdr: fix IUCV buffer allocation
4413 - sc16is7xx: Drop bogus use of IRQF_ONESHOT
4414 - md/raid5: limit request size according to implementation limits
4415 - KVM: PPC: Book3S HV: Save/restore XER in checkpointed register state
4416 - KVM: PPC: Book3S HV: Don't lose hardware R/C bit updates in H_PROTECT
4417 - kvm: nVMX: Allow L1 to intercept software exceptions (#BP and #OF)
4418 - platform/x86: asus-nb-wmi.c: Add X45U quirk
4419 - fgraph: Handle a case where a tracer ignores set_graph_notrace
4420 - IB/mad: Fix an array index check
4421 - IPoIB: Avoid reading an uninitialized member variable
4422 - IB/multicast: Check ib_find_pkey() return value
4423 - IB/cma: Fix a race condition in iboe_addr_get_sgid()
4424 - media: solo6x10: fix lockup by avoiding delayed register write
4425 - Input: drv260x - fix input device's parent assignment
4426 - PCI: Check for PME in targeted sleep state
4427 - libceph: verify authorize reply on connect
4428 - nfs_write_end(): fix handling of short copies
4429 - powerpc/ps3: Fix system hang with GCC 5 builds
4430 - powerpc: Convert cmp to cmpd in idle enter sequence
4431 - kconfig/nconf: Fix hang when editing symbol with a long prompt
4432 - sg_write()/bsg_write() is not fit to be called under KERNEL_DS
4433 - net: mvpp2: fix dma unmapping of TX buffers for fragments
4434 - Linux 4.4.41
4435
4436 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Wed, 01 Feb 2017 11:10:24 -0200
4437
4438 linux-snapdragon (4.4.0-1046.50) xenial; urgency=low
4439
4440 [ Thadeu Lima de Souza Cascardo ]
4441
4442 * Release Tracking Bug
4443 - LP: #1657433
4444
4445 [ Ubuntu: 4.4.0-62.83 ]
4446
4447 * Release Tracking Bug
4448 - LP: #1657430
4449 * Backport DP MST fixes to i915 (LP: #1657353)
4450 - SAUCE: i915_bpo: Fix DP link rate math
4451 - SAUCE: i915_bpo: Validate mode against max. link data rate for DP MST
4452 * Ubuntu xenial - 4.4.0-59-generic i3 I/O performance issue (LP: #1657281)
4453 - blk-mq: really fix plug list flushing for nomerge queues
4454
4455 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Wed, 18 Jan 2017 15:24:09 -0200
4456
4457 linux-snapdragon (4.4.0-1045.49) xenial; urgency=low
4458
4459 [ Thadeu Lima de Souza Cascardo ]
4460
4461 * Release Tracking Bug
4462 - LP: #1656814
4463
4464 [ Ubuntu: 4.4.0-61.82 ]
4465
4466 * Release Tracking Bug
4467 - LP: #1656810
4468 * Xen MSI setup code incorrectly re-uses cached pirq (LP: #1656381)
4469 - SAUCE: xen: do not re-use pirq number cached in pci device msi msg data
4470 * nvme drive probe failure (LP: #1626894)
4471 - nvme: revert NVMe: only setup MSIX once
4472
4473 [ Ubuntu: 4.4.0-60.81 ]
4474
4475 * Release Tracking Bug
4476 - LP: #1656084
4477 * Couldn't emulate instruction 0x7813427c (LP: #1634129)
4478 - KVM: PPC: Book3S PR: Fix illegal opcode emulation
4479 * perf: 24x7: Eliminate domain name suffix in event names (LP: #1560482)
4480 - powerpc/perf/hv-24x7: Fix usage with chip events.
4481 - powerpc/perf/hv-24x7: Display change in counter values
4482 - powerpc/perf/hv-24x7: Display domain indices in sysfs
4483 - powerpc/perf/24x7: Eliminate domain suffix in event names
4484 * i386 ftrace tests hang on ADT testing (LP: #1655040)
4485 - ftrace/x86_32: Set ftrace_stub to weak to prevent gcc from using short jumps
4486 to it
4487 * VMX module autoloading if available (LP: #1651322)
4488 - powerpc: Add module autoloading based on CPU features
4489 - crypto: vmx - Convert to CPU feature based module autoloading
4490 * ACPI probe support for AD5592/3 configurable multi-channel converter
4491 (LP: #1654497)
4492 - SAUCE: iio: dac: ad5592r: Add ACPI support
4493 - SAUCE: iio: dac: ad5593r: Add ACPI support
4494 * Xenial update to v4.4.40 stable release (LP: #1654602)
4495 - btrfs: limit async_work allocation and worker func duration
4496 - Btrfs: fix tree search logic when replaying directory entry deletes
4497 - btrfs: store and load values of stripes_min/stripes_max in balance status
4498 item
4499 - Btrfs: fix qgroup rescan worker initialization
4500 - USB: serial: option: add support for Telit LE922A PIDs 0x1040, 0x1041
4501 - USB: serial: option: add dlink dwm-158
4502 - USB: serial: kl5kusb105: fix open error path
4503 - USB: cdc-acm: add device id for GW Instek AFG-125
4504 - usb: hub: Fix auto-remount of safely removed or ejected USB-3 devices
4505 - usb: gadget: f_uac2: fix error handling at afunc_bind
4506 - usb: gadget: composite: correctly initialize ep->maxpacket
4507 - USB: UHCI: report non-PME wakeup signalling for Intel hardware
4508 - ALSA: usb-audio: Add QuickCam Communicate Deluxe/S7500 to
4509 volume_control_quirks
4510 - ALSA: hiface: Fix M2Tech hiFace driver sampling rate change
4511 - ALSA: hda/ca0132 - Add quirk for Alienware 15 R2 2016
4512 - ALSA: hda - ignore the assoc and seq when comparing pin configurations
4513 - ALSA: hda - fix headset-mic problem on a Dell laptop
4514 - ALSA: hda - Gate the mic jack on HP Z1 Gen3 AiO
4515 - ALSA: hda: when comparing pin configurations, ignore assoc in addition to
4516 seq
4517 - clk: ti: omap36xx: Work around sprz319 advisory 2.1
4518 - Btrfs: fix memory leak in reading btree blocks
4519 - Btrfs: bail out if block group has different mixed flag
4520 - Btrfs: return gracefully from balance if fs tree is corrupted
4521 - Btrfs: don't leak reloc root nodes on error
4522 - Btrfs: fix memory leak in do_walk_down
4523 - Btrfs: don't BUG() during drop snapshot
4524 - btrfs: make file clone aware of fatal signals
4525 - block_dev: don't test bdev->bd_contains when it is not stable
4526 - ptrace: Capture the ptracer's creds not PT_PTRACE_CAP
4527 - crypto: caam - fix AEAD givenc descriptors
4528 - ext4: fix mballoc breakage with 64k block size
4529 - ext4: fix stack memory corruption with 64k block size
4530 - ext4: use more strict checks for inodes_per_block on mount
4531 - ext4: fix in-superblock mount options processing
4532 - ext4: add sanity checking to count_overhead()
4533 - ext4: reject inodes with negative size
4534 - ext4: return -ENOMEM instead of success
4535 - ext4: do not perform data journaling when data is encrypted
4536 - f2fs: set ->owner for debugfs status file's file_operations
4537 - loop: return proper error from loop_queue_rq()
4538 - mm/vmscan.c: set correct defer count for shrinker
4539 - fs: exec: apply CLOEXEC before changing dumpable task flags
4540 - exec: Ensure mm->user_ns contains the execed files
4541 - usb: gadget: composite: always set ep->mult to a sensible value
4542 - blk-mq: Do not invoke .queue_rq() for a stopped queue
4543 - dm flakey: return -EINVAL on interval bounds error in flakey_ctr()
4544 - dm crypt: mark key as invalid until properly loaded
4545 - dm space map metadata: fix 'struct sm_metadata' leak on failed create
4546 - ASoC: intel: Fix crash at suspend/resume without card registration
4547 - CIFS: Fix a possible memory corruption during reconnect
4548 - CIFS: Fix missing nls unload in smb2_reconnect()
4549 - CIFS: Fix a possible memory corruption in push locks
4550 - kernel/watchdog: use nmi registers snapshot in hardlockup handler
4551 - kernel/debug/debug_core.c: more properly delay for secondary CPUs
4552 - tpm xen: Remove bogus tpm_chip_unregister
4553 - xen/gntdev: Use VM_MIXEDMAP instead of VM_IO to avoid NUMA balancing
4554 - arm/xen: Use alloc_percpu rather than __alloc_percpu
4555 - xfs: set AGI buffer type in xlog_recover_clear_agi_bucket
4556 - driver core: fix race between creating/querying glue dir and its cleanup
4557 - ppp: defer netns reference release for ppp channel
4558 - Linux 4.4.40
4559 * igb i210 probe of pci device failed with error -2 (LP: #1639810)
4560 - SAUCE: igb: Workaround for igb i210 firmware issue.
4561 - SAUCE: igb: add i211 to i210 PHY workaround
4562 * PowerNV: PCI Slot is invalid after fencedPHB Error injection (LP: #1652018)
4563 - powerpc/powernv: Call opal_pci_poll() if needed
4564 * mfd: intel-lpss: Add default I2C device properties for Apollo Lake
4565 (LP: #1635177)
4566 - mfd: intel-lpss: Add default I2C device properties for Apollo Lake
4567 * Xenial update to v4.4.39 stable release (LP: #1650609)
4568 - powerpc/eeh: Fix deadlock when PE frozen state can't be cleared
4569 - parisc: Purge TLB before setting PTE
4570 - parisc: Remove unnecessary TLB purges from flush_dcache_page_asm and
4571 flush_icache_page_asm
4572 - parisc: Fix TLB related boot crash on SMP machines
4573 - zram: restrict add/remove attributes to root only
4574 - locking/rtmutex: Prevent dequeue vs. unlock race
4575 - locking/rtmutex: Use READ_ONCE() in rt_mutex_owner()
4576 - perf/x86: Fix full width counter, counter overflow
4577 - crypto: mcryptd - Check mcryptd algorithm compatibility
4578 - can: raw: raw_setsockopt: limit number of can_filter that can be set
4579 - can: peak: fix bad memory access and free sequence
4580 - arm64: futex.h: Add missing PAN toggling
4581 - m68k: Fix ndelay() macro
4582 - batman-adv: Check for alloc errors when preparing TT local data
4583 - hotplug: Make register and unregister notifier API symmetric
4584 - crypto: rsa - Add Makefile dependencies to fix parallel builds
4585 - Linux 4.4.39
4586 * Xenial update to v4.4.38 stable release (LP: #1650607)
4587 - virtio-net: add a missing synchronize_net()
4588 - net: check dead netns for peernet2id_alloc()
4589 - ip6_tunnel: disable caching when the traffic class is inherited
4590 - net: sky2: Fix shutdown crash
4591 - af_unix: conditionally use freezable blocking calls in read
4592 - rtnetlink: fix FDB size computation
4593 - l2tp: fix racy SOCK_ZAPPED flag check in l2tp_ip{,6}_bind()
4594 - net: dsa: bcm_sf2: Ensure we re-negotiate EEE during after link change
4595 - net, sched: respect rcu grace period on cls destruction
4596 - net/sched: pedit: make sure that offset is valid
4597 - netlink: Call cb->done from a worker thread
4598 - netlink: Do not schedule work from sk_destruct
4599 - net/dccp: fix use-after-free in dccp_invalid_packet
4600 - net: bcmgenet: Utilize correct struct device for all DMA operations
4601 - sh_eth: remove unchecked interrupts for RZ/A1
4602 - geneve: avoid use-after-free of skb->data
4603 - net: ping: check minimum size on ICMP header length
4604 - sparc32: Fix inverted invalid_frame_pointer checks on sigreturns
4605 - sparc64: Fix find_node warning if numa node cannot be found
4606 - sparc64: fix compile warning section mismatch in find_node()
4607 - constify iov_iter_count() and iter_is_iovec()
4608 - Don't feed anything but regular iovec's to blk_rq_map_user_iov
4609 - ipv6: Set skb->protocol properly for local output
4610 - ipv4: Set skb->protocol properly for local output
4611 - esp4: Fix integrity verification when ESN are used
4612 - esp6: Fix integrity verification when ESN are used
4613 - Linux 4.4.38
4614 * Xenial update to v4.4.37 stable release (LP: #1650604)
4615 - ARC: Don't use "+l" inline asm constraint
4616 - zram: fix unbalanced idr management at hot removal
4617 - kasan: update kasan_global for gcc 7
4618 - x86/traps: Ignore high word of regs->cs in early_fixup_exception()
4619 - rcu: Fix soft lockup for rcu_nocb_kthread
4620 - PCI: Export pcie_find_root_port
4621 - PCI: Set Read Completion Boundary to 128 iff Root Port supports it (_HPX)
4622 - mwifiex: printk() overflow with 32-byte SSIDs
4623 - pwm: Fix device reference leak
4624 - arm64: cpufeature: Schedule enable() calls instead of calling them via IPI
4625 - arm64: mm: Set PSTATE.PAN from the cpu_enable_pan() call
4626 - arm64: suspend: Reconfigure PSTATE after resume from idle
4627 - Linux 4.4.37
4628 * Xenial update to v4.4.36 stable release (LP: #1650601)
4629 - iommu/vt-d: Fix PASID table allocation
4630 - iommu/vt-d: Fix IOMMU lookup for SR-IOV Virtual Functions
4631 - KVM: x86: check for pic and ioapic presence before use
4632 - usb: chipidea: move the lock initialization to core file
4633 - USB: serial: cp210x: add ID for the Zone DPMX
4634 - USB: serial: ftdi_sio: add support for TI CC3200 LaunchPad
4635 - Fix USB CB/CBI storage devices with CONFIG_VMAP_STACK=y
4636 - scsi: mpt3sas: Fix secure erase premature termination
4637 - tile: avoid using clocksource_cyc2ns with absolute cycle count
4638 - cfg80211: limit scan results cache size
4639 - NFSv4.x: hide array-bounds warning
4640 - parisc: Fix races in parisc_setup_cache_timing()
4641 - parisc: Fix race in pci-dma.c
4642 - parisc: Also flush data TLB in flush_icache_page_asm
4643 - mpi: Fix NULL ptr dereference in mpi_powm() [ver #3]
4644 - drm/radeon: Ensure vblank interrupt is enabled on DPMS transition to on
4645 - mei: me: disable driver on SPT SPS firmware
4646 - mei: me: fix place for kaby point device ids.
4647 - mei: fix return value on disconnection
4648 - scsi: mpt3sas: Unblock device after controller reset
4649 - Linux 4.4.36
4650 * Miscellaneous Ubuntu changes
4651 - [Debian] consider renames in gen-auto-reconstruct
4652
4653 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Tue, 17 Jan 2017 12:11:56 -0200
4654
4655 linux-snapdragon (4.4.0-1044.48) xenial; urgency=low
4656
4657 [ Luis Henriques ]
4658
4659 * Release Tracking Bug
4660 - LP: #1654285
4661
4662 [ Ubuntu: 4.4.0-59.80 ]
4663
4664 * Release Tracking Bug
4665 - LP: #1654282
4666 * [2.1.1] MAAS has nvme0n1 set as boot disk, curtin fails (LP: #1651602)
4667 - (fix) nvme: only require 1 interrupt vector, not 2+
4668
4669 -- Luis Henriques <luis.henriques@canonical.com> Fri, 06 Jan 2017 18:20:19 +0000
4670
4671 linux-snapdragon (4.4.0-1043.47) xenial; urgency=low
4672
4673 [ Luis Henriques ]
4674
4675 * Release Tracking Bug
4676 - LP: #1651405
4677
4678 * UBUNTU: [Config] updateconfigs
4679
4680 [ Ubuntu: 4.4.0-58.79 ]
4681
4682 * Release Tracking Bug
4683 - LP: #1651402
4684 * Support ACPI probe for IIO sensor drivers from ST Micro (LP: #1650123)
4685 - SAUCE: iio: st_sensors: match sensors using ACPI handle
4686 - SAUCE: iio: st_accel: Support sensor i2c probe using acpi
4687 - SAUCE: iio: st_pressure: Support i2c probe using acpi
4688 - [Config] CONFIG_HTS221=m, CONFIG_HTS221_I2C=m, CONFIG_HTS221_SPI=m
4689 * Fix channel data parsing in ST Micro sensor IIO drivers (LP: #1650189)
4690 - SAUCE: iio: common: st_sensors: fix channel data parsing
4691 * ST Micro lng2dm 3-axis "femto" accelerometer support (LP: #1650112)
4692 - SAUCE: iio: st-accel: add support for lis2dh12
4693 - SAUCE: iio: st_sensors: support active-low interrupts
4694 - SAUCE: iio: accel: Add support for the h3lis331dl accelerometer
4695 - SAUCE: iio: st_sensors: verify interrupt event to status
4696 - SAUCE: iio: st_sensors: support open drain mode
4697 - SAUCE: iio:st_sensors: fix power regulator usage
4698 - SAUCE: iio: st_sensors: switch to a threaded interrupt
4699 - SAUCE: iio: accel: st_accel: Add lis3l02dq support
4700 - SAUCE: iio: st_sensors: fix scale configuration for h3lis331dl
4701 - SAUCE: iio: accel: st_accel: add support to lng2dm
4702 - SAUCE: iio: accel: st_accel: inline per-sensor data
4703 - SAUCE: Documentation: dt: iio: accel: add lng2dm sensor device binding
4704 * ST Micro hts221 relative humidity sensor support (LP: #1650116)
4705 - SAUCE: iio: humidity: add support to hts221 rh/temp combo device
4706 - SAUCE: Documentation: dt: iio: humidity: add hts221 sensor device binding
4707 - SAUCE: iio: humidity: remove
4708 - SAUCE: iio: humidity: Support acpi probe for hts211
4709 * crypto : tolerate new crypto hardware for z Systems (LP: #1644557)
4710 - s390/zcrypt: Introduce CEX6 toleration
4711 * Acer, Inc ID 5986:055a is useless after 14.04.2 installed. (LP: #1433906)
4712 - uvcvideo: uvc_scan_fallback() for webcams with broken chain
4713 * vmxnet3 driver could causes kernel panic with v4.4 if LRO enabled.
4714 (LP: #1650635)
4715 - vmxnet3: segCnt can be 1 for LRO packets
4716 * system freeze when swapping to encrypted swap partition (LP: #1647400)
4717 - mm, oom: rework oom detection
4718 - mm: throttle on IO only when there are too many dirty and writeback pages
4719 * Kernel Fixes to get TCMU File Backed Optical to work (LP: #1646204)
4720 - target/user: Use sense_reason_t in tcmu_queue_cmd_ring
4721 - target/user: Return an error if cmd data size is too large
4722 - target/user: Fix comments to not refer to data ring
4723 - SAUCE: (no-up) target/user: Fix use-after-free of tcmu_cmds if they are
4724 expired
4725 * CVE-2016-9756
4726 - KVM: x86: drop error recovery in em_jmp_far and em_ret_far
4727 * Dell Precision 5520 & 3520 freezes at login screent (LP: #1650054)
4728 - ACPI / blacklist: add _REV quirks for Dell Precision 5520 and 3520
4729 * CVE-2016-9794
4730 - ALSA: pcm : Call kill_fasync() in stream lock
4731 * Allow fuse user namespace mounts by default in xenial (LP: #1634964)
4732 - (namespace) mnt: Move the FS_USERNS_MOUNT check into sget_userns
4733 - (namespace) Revert "UBUNTU: SAUCE: fs: Refuse uid/gid changes which don't
4734 map into s_user_ns"
4735 - (namespace) fs: Refuse uid/gid changes which don't map into s_user_ns
4736 - (namespace) Revert "UBUNTU: SAUCE: fs: Update posix_acl support to handle
4737 user namespace mounts"
4738 - (namespace) vfs: Verify acls are valid within superblock's s_user_ns.
4739 - SAUCE: (namespace) posix_acl: Export posix_acl_fix_xattr_userns() to modules
4740 - SAUCE: (namespace) fuse: Translate ids in posix acl xattrs
4741 - (namespace) vfs: Don't modify inodes with a uid or gid unknown to the vfs
4742 - (namespace) vfs: Don't create inodes with a uid or gid unknown to the vfs
4743 - (namespace) Revert "UBUNTU: SAUCE: quota: Require that qids passed to
4744 dqget() be valid and map into s_user_ns"
4745 - (namespace) Revert "UBUNTU: SAUCE: quota: Convert ids relative to s_user_ns"
4746 - (namespace) quota: Ensure qids map to the filesystem
4747 - (namespace) quota: Handle quota data stored in s_user_ns in quota_setxquota
4748 - (namespace) dquot: For now explicitly don't support filesystems outside of
4749 init_user_ns
4750 - (namespace) Revert "UBUNTU: SAUCE: ima/evm: Allow root in s_user_ns to set
4751 xattrs"
4752 - SAUCE: (namespace) security/integrity: Harden against malformed xattrs
4753 - (namespace) Revert "UBUNTU: SAUCE: fs: Allow superblock owner to change
4754 ownership of inodes with unmappable ids"
4755 - SAUCE: (namespace) fs: Allow superblock owner to change ownership of inodes
4756 - (namespace) Revert "UBUNTU: SAUCE: fs: Don't remove suid for CAP_FSETID in
4757 s_user_ns"
4758 - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID for userns root
4759 - SAUCE: (namespace) fuse: Allow user namespace mounts by default
4760 * Boot crash in xen_send_IPI_one (LP: #1649821)
4761 - xen/qspinlock: Don't kick CPU if IRQ is not initialized
4762 * linux: Staging modules should be unsigned (LP: #1642368)
4763 - [Debian] Suppress module signing for staging drivers
4764 - SAUCE: Add rtl drivers to signature inclusion list
4765 * Ethernet not work after upgrade from kernel 3.19 to 4.4 [10ec:8168]
4766 (LP: #1648279)
4767 - ACPI / blacklist: Make Dell Latitude 3350 ethernet work
4768 * CVE-2016-9793
4769 - net: avoid signed overflows for SO_{SND|RCV}BUFFORCE
4770 * [Hyper-V] Kernel panic not functional on 32bit Ubuntu 14.10, 15.04, and
4771 15.10 (LP: #1400319)
4772 - Drivers: hv: avoid vfree() on crash
4773 * [Hyper-V] netvsc: fix incorrect receive checksum offloading (LP: #1636656)
4774 - netvsc: fix incorrect receive checksum offloading
4775
4776 -- Luis Henriques <luis.henriques@canonical.com> Tue, 20 Dec 2016 14:14:44 +0000
4777
4778 linux-snapdragon (4.4.0-1042.46) xenial; urgency=low
4779
4780 [ Luis Henriques ]
4781
4782 * Release Tracking Bug
4783 - LP: #1648875
4784
4785 [ Ubuntu: 4.4.0-57.78 ]
4786
4787 * Release Tracking Bug
4788 - LP: #1648867
4789 * Miscellaneous Ubuntu changes
4790 - SAUCE: Do not build the xr-usb-serial driver for s390
4791
4792 [ Ubuntu: 4.4.0-56.77 ]
4793
4794 * Release Tracking Bug
4795 - LP: #1648867
4796 * Release Tracking Bug
4797 - LP: #1648579
4798 * CONFIG_NR_CPUS=256 is too low (LP: #1579205)
4799 - [Config] Increase the NR_CPUS to 512 for amd64 to support systems with a
4800 large number of cores.
4801 * NVMe drives in Amazon AWS instance fail to initialize (LP: #1648449)
4802 - SAUCE: (no-up) NVMe: only setup MSIX once
4803
4804 [ Ubuntu: 4.4.0-55.76 ]
4805
4806 * Release Tracking Bug
4807 - LP: #1648503
4808 * NVMe driver accidentally reverted to use GSI instead of MSIX (LP: #1647887)
4809 - (fix) NVMe: restore code to always use MSI/MSI-x interrupts
4810
4811 -- Luis Henriques <luis.henriques@canonical.com> Sat, 10 Dec 2016 10:54:57 +0000
4812
4813 linux-snapdragon (4.4.0-1041.45) xenial; urgency=low
4814
4815 [ Luis Henriques ]
4816
4817 * Release Tracking Bug
4818 - LP: #1648512
4819
4820 [ Ubuntu: 4.4.0-55.76 ]
4821
4822 * Release Tracking Bug
4823 - LP: #1648503
4824 * NVMe driver accidentally reverted to use GSI instead of MSIX (LP: #1647887)
4825 - (fix) NVMe: restore code to always use MSI/MSI-x interrupts
4826
4827 -- Luis Henriques <luis.henriques@canonical.com> Thu, 08 Dec 2016 15:59:37 +0000
4828
4829 linux-snapdragon (4.4.0-1040.44) xenial; urgency=low
4830
4831 [ Luis Henriques ]
4832
4833 * Release Tracking Bug
4834 - LP: #1648021
4835
4836 * UBUNTU: [Config] updateconfigs
4837
4838 [ Ubuntu: 4.4.0-54.75 ]
4839
4840 * Release Tracking Bug
4841 - LP: #1648017
4842 * Update hio driver to 2.1.0.28 (LP: #1646643)
4843 - SAUCE: hio: update to Huawei ES3000_V2 (2.1.0.28)
4844 * linux: Enable live patching for all supported architectures (LP: #1633577)
4845 - [Config] CONFIG_LIVEPATCH=y for s390x
4846 * Botched backport breaks level triggered EOIs in QEMU guests with --machine
4847 kernel_irqchip=split (LP: #1644394)
4848 - kvm/irqchip: kvm_arch_irq_routing_update renaming split
4849 * Xenial update to v4.4.35 stable release (LP: #1645453)
4850 - x86/cpu/AMD: Fix cpu_llc_id for AMD Fam17h systems
4851 - KVM: x86: fix missed SRCU usage in kvm_lapic_set_vapic_addr
4852 - KVM: Disable irq while unregistering user notifier
4853 - fuse: fix fuse_write_end() if zero bytes were copied
4854 - mfd: intel-lpss: Do not put device in reset state on suspend
4855 - can: bcm: fix warning in bcm_connect/proc_register
4856 - i2c: mux: fix up dependencies
4857 - kbuild: add -fno-PIE
4858 - scripts/has-stack-protector: add -fno-PIE
4859 - x86/kexec: add -fno-PIE
4860 - kbuild: Steal gcc's pie from the very beginning
4861 - ext4: sanity check the block and cluster size at mount time
4862 - crypto: caam - do not register AES-XTS mode on LP units
4863 - drm/amdgpu: Attach exclusive fence to prime exported bo's. (v5)
4864 - clk: mmp: pxa910: fix return value check in pxa910_clk_init()
4865 - clk: mmp: pxa168: fix return value check in pxa168_clk_init()
4866 - clk: mmp: mmp2: fix return value check in mmp2_clk_init()
4867 - rtc: omap: Fix selecting external osc
4868 - iwlwifi: pcie: fix SPLC structure parsing
4869 - mfd: core: Fix device reference leak in mfd_clone_cell
4870 - uwb: fix device reference leaks
4871 - PM / sleep: fix device reference leak in test_suspend
4872 - PM / sleep: don't suspend parent when async child suspend_{noirq, late}
4873 fails
4874 - IB/mlx4: Check gid_index return value
4875 - IB/mlx4: Fix create CQ error flow
4876 - IB/mlx5: Use cache line size to select CQE stride
4877 - IB/mlx5: Fix fatal error dispatching
4878 - IB/core: Avoid unsigned int overflow in sg_alloc_table
4879 - IB/uverbs: Fix leak of XRC target QPs
4880 - IB/cm: Mark stale CM id's whenever the mad agent was unregistered
4881 - netfilter: nft_dynset: fix element timeout for HZ != 1000
4882 - Linux 4.4.35
4883 * Upstream stable 4.4.34 and 4.8.10 regression (LP: #1645278)
4884 - flow_dissect: call init_default_flow_dissectors() earlier
4885 * AD5593R configurable multi-channel converter support (LP: #1644726)
4886 - iio: dac: Add support for the AD5592R/AD5593R ADCs/DACs
4887 - iio: dac: ad5592r: Off by one bug in ad5592r_alloc_channels()
4888 - [Config] CONFIG_AD5592R/AD5593R=m
4889 * ST Micro lps22hb pressure sensor support (LP: #1642258)
4890 - iio:st_pressure:initial lps22hb sensor support
4891 - iio:st_pressure: align storagebits on power of 2
4892 - iio:st_pressure: document sampling gains
4893 - iio:st_pressure:lps22hb: temperature support
4894 * Fix Kernel Crashing under IBM Virtual Scsi Driver (LP: #1642299)
4895 - SAUCE: ibmvscsis: Rearrange functions for future patches
4896 - SAUCE: ibmvscsis: Synchronize cmds at tpg_enable_store time
4897 - SAUCE: ibmvscsis: Synchronize cmds at remove time
4898 - SAUCE: ibmvscsis: Clean up properly if target_submit_cmd/tmr fails
4899 - SAUCE: ibmvscsis: Return correct partition name/# to client
4900 - SAUCE: ibmvscsis: Issues from Dan Carpenter/Smatch
4901 * System stalls when creating device node on booting (LP: #1643797)
4902 - sched/fair: Fix new task's load avg removed from source CPU in
4903 wake_up_new_task()
4904 * nvme: improve performance for virtual Google NVMe devices (LP: #1637565)
4905 - blk-mq: add blk_mq_alloc_request_hctx
4906 - nvme.h: add NVMe over Fabrics definitions
4907 - [Config] CONFIG_NVME_VENDOR_EXT_GOOGLE=y
4908 - SAUCE: nvme: improve performance for virtual NVMe devices
4909 * Move some kernel modules to the main kernel package (LP: #1642228)
4910 - [Config] Move some powerpc kernel modules to the main kernel package
4911 * sched: Match-all classifier is missing in xenial (LP: #1642514)
4912 - [Config] CONFIG_NET_CLS_MATCHALL=m
4913 - net/sched: introduce Match-all classifier
4914 * Xenial update to 4.4.34 stable release (LP: #1643637)
4915 - dctcp: avoid bogus doubling of cwnd after loss
4916 - net: clear sk_err_soft in sk_clone_lock()
4917 - net: mangle zero checksum in skb_checksum_help()
4918 - bgmac: stop clearing DMA receive control register right after it is set
4919 - ip6_tunnel: Clear IP6CB in ip6tunnel_xmit()
4920 - tcp: fix potential memory corruption
4921 - dccp: do not send reset to already closed sockets
4922 - dccp: fix out of bound access in dccp_v4_err()
4923 - ipv6: dccp: fix out of bound access in dccp_v6_err()
4924 - ipv6: dccp: add missing bind_conflict to dccp_ipv6_mapped
4925 - sctp: assign assoc_id earlier in __sctp_connect
4926 - fib_trie: Correct /proc/net/route off by one error
4927 - sock: fix sendmmsg for partial sendmsg
4928 - net: __skb_flow_dissect() must cap its return value
4929 - ipv4: use new_gw for redirect neigh lookup
4930 - tcp: take care of truncations done by sk_filter()
4931 - tty: Prevent ldisc drivers from re-using stale tty fields
4932 - sparc: Don't leak context bits into thread->fault_address
4933 - sparc: serial: sunhv: fix a double lock bug
4934 - sparc64 mm: Fix base TSB sizing when hugetlb pages are used
4935 - sparc: Handle negative offsets in arch_jump_label_transform
4936 - sparc64: Handle extremely large kernel TSB range flushes sanely.
4937 - sparc64: Fix illegal relative branches in hypervisor patched TLB code.
4938 - sparc64: Fix instruction count in comment for
4939 __hypervisor_flush_tlb_pending.
4940 - sparc64: Fix illegal relative branches in hypervisor patched TLB cross-call
4941 code.
4942 - sparc64: Handle extremely large kernel TLB range flushes more gracefully.
4943 - sparc64: Delete __ret_efault.
4944 - sparc64: Prepare to move to more saner user copy exception handling.
4945 - sparc64: Convert copy_in_user to accurate exception reporting.
4946 - sparc64: Convert GENcopy_{from,to}_user to accurate exception reporting.
4947 - sparc64: Convert U1copy_{from,to}_user to accurate exception reporting.
4948 - sparc64: Convert NG4copy_{from,to}_user to accurate exception reporting.
4949 - sparc64: Convert NGcopy_{from,to}_user to accurate exception reporting.
4950 - sparc64: Convert NG2copy_{from,to}_user to accurate exception reporting.
4951 - sparc64: Convert U3copy_{from,to}_user to accurate exception reporting.
4952 - sparc64: Delete now unused user copy assembler helpers.
4953 - sparc64: Delete now unused user copy fixup functions.
4954 - Linux 4.4.34
4955 * Xenial update to v4.4.33 stable release (LP: #1642968)
4956 - ALSA: info: Return error for invalid read/write
4957 - ALSA: info: Limit the proc text input size
4958 - ASoC: cs4270: fix DAPM stream name mismatch
4959 - dib0700: fix nec repeat handling
4960 - swapfile: fix memory corruption via malformed swapfile
4961 - coredump: fix unfreezable coredumping task
4962 - s390/hypfs: Use get_free_page() instead of kmalloc to ensure page alignment
4963 - ARC: timer: rtc: implement read loop in "C" vs. inline asm
4964 - pinctrl: cherryview: Serialize register access in suspend/resume
4965 - pinctrl: cherryview: Prevent possible interrupt storm on resume
4966 - staging: iio: ad5933: avoid uninitialized variable in error case
4967 - drivers: staging: nvec: remove bogus reset command for PS/2 interface
4968 - Revert "staging: nvec: ps2: change serio type to passthrough"
4969 - staging: nvec: remove managed resource from PS2 driver
4970 - USB: cdc-acm: fix TIOCMIWAIT
4971 - usb: gadget: u_ether: remove interrupt throttling
4972 - drbd: Fix kernel_sendmsg() usage - potential NULL deref
4973 - toshiba-wmi: Fix loading the driver on non Toshiba laptops
4974 - clk: qoriq: Don't allow CPU clocks higher than starting value
4975 - iio: hid-sensors: Increase the precision of scale to fix wrong reading
4976 interpretation.
4977 - iio: orientation: hid-sensor-rotation: Add PM function (fix non working
4978 driver)
4979 - scsi: qla2xxx: Fix scsi scan hang triggered if adapter fails during init
4980 - scsi: mpt3sas: Fix for block device of raid exists even after deleting raid
4981 disk
4982 - KVM: MIPS: Precalculate MMIO load resume PC
4983 - drm/i915: Respect alternate_ddc_pin for all DDI ports
4984 - dmaengine: at_xdmac: fix spurious flag status for mem2mem transfers
4985 - tty/serial: at91: fix hardware handshake on Atmel platforms
4986 - iommu/amd: Free domain id when free a domain of struct dma_ops_domain
4987 - iommu/vt-d: Fix dead-locks in disable_dmar_iommu() path
4988 - mei: bus: fix received data size check in NFC fixup
4989 - lib/genalloc.c: start search from start of chunk
4990 - hwrng: core - Don't use a stack buffer in add_early_randomness()
4991 - i40e: fix call of ndo_dflt_bridge_getlink()
4992 - ACPI / APEI: Fix incorrect return value of ghes_proc()
4993 - ASoC: sun4i-codec: return error code instead of NULL when create_card fails
4994 - mmc: mxs: Initialize the spinlock prior to using it
4995 - btrfs: qgroup: Prevent qgroup->reserved from going subzero
4996 - netfilter: fix namespace handling in nf_log_proc_dostring
4997 - Linux 4.4.33
4998 * Xenial update to 4.4.32 stable release (LP: #1642573)
4999 - tcp: fix overflow in __tcp_retransmit_skb()
5000 - net: avoid sk_forward_alloc overflows
5001 - tcp: fix wrong checksum calculation on MTU probing
5002 - tcp: fix a compile error in DBGUNDO()
5003 - ip6_gre: fix flowi6_proto value in ip6gre_xmit_other()
5004 - ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_route
5005 - tg3: Avoid NULL pointer dereference in tg3_io_error_detected()
5006 - net: fec: set mac address unconditionally
5007 - net: pktgen: fix pkt_size
5008 - net/sched: act_vlan: Push skb->data to mac_header prior calling skb_vlan_*()
5009 functions
5010 - net: Add netdev all_adj_list refcnt propagation to fix panic
5011 - packet: call fanout_release, while UNREGISTERING a netdev
5012 - netlink: do not enter direct reclaim from netlink_dump()
5013 - ipv6: tcp: restore IP6CB for pktoptions skbs
5014 - ip6_tunnel: fix ip6_tnl_lookup
5015 - net: pktgen: remove rcu locking in pktgen_change_name()
5016 - bridge: multicast: restore perm router ports on multicast enable
5017 - rtnetlink: Add rtnexthop offload flag to compare mask
5018 - net: add recursion limit to GRO
5019 - ipv4: disable BH in set_ping_group_range()
5020 - ipv4: use the right lock for ping_group_range
5021 - net: sctp, forbid negative length
5022 - udp: fix IP_CHECKSUM handling
5023 - net sched filters: fix notification of filter delete with proper handle
5024 - sctp: validate chunk len before actually using it
5025 - packet: on direct_xmit, limit tso and csum to supported devices
5026 - of: silence warnings due to max() usage
5027 - Revert KVM: MIPS: Drop other CPU ASIDs on guest MMU changes
5028 - KVM: MIPS: Drop other CPU ASIDs on guest MMU changes
5029 - drm/amdgpu/dp: add back special handling for NUTMEG
5030 - drm/amdgpu: fix DP mode validation
5031 - drm/radeon: fix DP mode validation
5032 - scsi: megaraid_sas: fix macro MEGASAS_IS_LOGICAL to avoid regression
5033 - Linux 4.4.32
5034 * Xenial update to 4.4.31 stable release (LP: #1642572)
5035 - i2c: xgene: Avoid dma_buffer overrun
5036 - i2c: core: fix NULL pointer dereference under race condition
5037 - drm/dp/mst: Clear port->pdt when tearing down the i2c adapter
5038 - h8300: fix syscall restarting
5039 - libxfs: clean up _calc_dquots_per_chunk
5040 - mm/list_lru.c: avoid error-path NULL pointer deref
5041 - mm: memcontrol: do not recurse in direct reclaim
5042 - ALSA: usb-audio: Add quirk for Syntek STK1160
5043 - ALSA: hda - Merge RIRB_PRE_DELAY into CTX_WORKAROUND caps
5044 - ALSA: hda - Raise AZX_DCAPS_RIRB_DELAY handling into top drivers
5045 - ALSA: hda - allow 40 bit DMA mask for NVidia devices
5046 - ALSA: hda - Adding a new group of pin cfg into ALC295 pin quirk table
5047 - ALSA: hda - Fix headset mic detection problem for two Dell laptops
5048 - ANDROID: binder: Add strong ref checks
5049 - ANDROID: binder: Clear binder and cookie when setting handle in flat binder
5050 struct
5051 - btrfs: fix races on root_log_ctx lists
5052 - ubifs: Abort readdir upon error
5053 - ubifs: Fix regression in ubifs_readdir()
5054 - mei: txe: don't clean an unprocessed interrupt cause.
5055 - usb: gadget: function: u_ether: don't starve tx request queue
5056 - USB: serial: fix potential NULL-dereference at probe
5057 - USB: serial: ftdi_sio: add support for Infineon TriBoard TC2X7
5058 - xhci: use default USB_RESUME_TIMEOUT when resuming ports.
5059 - usb: increase ohci watchdog delay to 275 msec
5060 - Fix potential infoleak in older kernels
5061 - vt: clear selection before resizing
5062 - xhci: add restart quirk for Intel Wildcatpoint PCH
5063 - tty: limit terminal size to 4M chars
5064 - USB: serial: cp210x: fix tiocmget error handling
5065 - dm: free io_barrier after blk_cleanup_queue call
5066 - KVM: x86: fix wbinvd_dirty_mask use-after-free
5067 - KVM: MIPS: Make ERET handle ERL before EXL
5068 - ovl: fsync after copy-up
5069 - parisc: Ensure consistent state when switching to kernel stack at syscall
5070 entry
5071 - virtio_ring: Make interrupt suppression spec compliant
5072 - virtio: console: Unlock vqs while freeing buffers
5073 - dm mirror: fix read error on recovery after default leg failure
5074 - Input: i8042 - add XMG C504 to keyboard reset table
5075 - firewire: net: guard against rx buffer overflows
5076 - firewire: net: fix fragmented datagram_size off-by-one
5077 - mac80211: discard multicast and 4-addr A-MSDUs
5078 - scsi: megaraid_sas: Fix data integrity failure for JBOD (passthrough)
5079 devices
5080 - scsi: scsi_debug: Fix memory leak if LBP enabled and module is unloaded
5081 - scsi: arcmsr: Send SYNCHRONIZE_CACHE command to firmware
5082 - mmc: dw_mmc-pltfm: fix the potential NULL pointer dereference
5083 - Revert "drm/radeon: fix DP link training issue with second 4K monitor"
5084 - drm/radeon/si_dpm: Limit clocks on HD86xx part
5085 - drm/radeon/si_dpm: workaround for SI kickers
5086 - drm/radeon: drop register readback in cayman_cp_int_cntl_setup
5087 - drm/dp/mst: Check peer device type before attempting EDID read
5088 - perf build: Fix traceevent plugins build race
5089 - x86/xen: fix upper bound of pmd loop in xen_cleanhighmap()
5090 - powerpc/ptrace: Fix out of bounds array access warning
5091 - ARM: 8584/1: floppy: avoid gcc-6 warning
5092 - mm/cma: silence warnings due to max() usage
5093 - drm/exynos: fix error handling in exynos_drm_subdrv_open
5094 - cgroup: avoid false positive gcc-6 warning
5095 - smc91x: avoid self-comparison warning
5096 - Disable "frame-address" warning
5097 - UBI: fastmap: scrub PEB when bitflips are detected in a free PEB EC header
5098 - pwm: Unexport children before chip removal
5099 - usb: dwc3: Fix size used in dma_free_coherent()
5100 - tty: vt, fix bogus division in csi_J
5101 - kvm: x86: Check memopp before dereference (CVE-2016-8630)
5102 - ubi: fastmap: Fix add_vol() return value test in ubi_attach_fastmap()
5103 - HID: usbhid: add ATEN CS962 to list of quirky devices
5104 - Linux 4.4.31
5105 * CVE-2016-6213
5106 - mnt: Add a per mount namespace limit on the number of mounts
5107 * ThinkPad T460 hotkeys stop working in Ubuntu 16.04 (LP: #1642114)
5108 - thinkpad_acpi: Add support for HKEY version 0x200
5109 * CVE-2016-4568
5110 - videobuf2-v4l2: Verify planes array in buffer dequeueing
5111 * [SRU] Add 0cf3:e009 to btusb (LP: #1641562)
5112 - Bluetooth: btusb: Add support for 0cf3:e009
5113 * Fix resource leak in btusb (LP: #1641569)
5114 - SAUCE: Bluetooth: decrease refcount after use
5115 * WiFi LED doesn't work on some Edge Gateway units (LP: #1640418)
5116 - SAUCE: mwifiex: Use PCI ID instead of DMI ID to identify Edge Gateways
5117 * [Hyper-V] do not lose pending heartbeat vmbus packets (LP: #1632786)
5118 - hv: do not lose pending heartbeat vmbus packets
5119 * ipv6: connected routes are missing after a down/up cycle on the loopback
5120 (LP: #1634545)
5121 - ipv6: correctly add local routes when lo goes up
5122 * audit: prevent a new auditd to stop an old auditd still alive (LP: #1633404)
5123 - audit: stop an old auditd being starved out by a new auditd
5124 * hv_set_ifconfig script parsing fails for certain configuration
5125 (LP: #1640109)
5126 - hv_set_ifconfig -- handle DHCP interfaces correctly
5127 - hv_set_ifconfig -- ensure we include the last stanza
5128 * CVE-2016-7039 and CVE-2016-8666 (LP: #1631287)
5129 - Revert "UBUNTU: SAUCE: net: add recursion limit to GRO"
5130
5131 [ Ubuntu: 4.4.0-53.74 ]
5132
5133 * CVE-2016-8655 (LP: #1646318)
5134 - packet: fix race condition in packet_set_ring
5135
5136 [ Ubuntu: 4.4.0-51.72 ]
5137
5138 * Release Tracking Bug
5139 - LP: #1644611
5140 * 4.4.0-1037-snapdragon #41: kernel panic on boot (LP: #1644596)
5141 - Revert "dma-mapping: introduce the DMA_ATTR_NO_WARN attribute"
5142 - Revert "powerpc: implement the DMA_ATTR_NO_WARN attribute"
5143 - Revert "nvme: use the DMA_ATTR_NO_WARN attribute"
5144
5145 [ Ubuntu: 4.4.0-50.71 ]
5146
5147 * Release Tracking Bug
5148 - LP: #1644169
5149 * xenial 4.4.0-49.70 kernel breaks LXD userspace (LP: #1644165)
5150 - Revert "UBUNTU: SAUCE: (namespace) fuse: Allow user namespace mounts by
5151 default"
5152 - Revert "UBUNTU: SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID for
5153 userns root"
5154 - Revert "(namespace) Revert "UBUNTU: SAUCE: fs: Don't remove suid for
5155 CAP_FSETID in s_user_ns""
5156 - Revert "UBUNTU: SAUCE: (namespace) fs: Allow superblock owner to change
5157 ownership of inodes"
5158 - Revert "(namespace) Revert "UBUNTU: SAUCE: fs: Allow superblock owner to
5159 change ownership of inodes with unmappable ids""
5160 - Revert "UBUNTU: SAUCE: (namespace) security/integrity: Harden against
5161 malformed xattrs"
5162 - Revert "(namespace) Revert "UBUNTU: SAUCE: ima/evm: Allow root in s_user_ns
5163 to set xattrs""
5164 - Revert "(namespace) dquot: For now explicitly don't support filesystems
5165 outside of init_user_ns"
5166 - Revert "(namespace) quota: Handle quota data stored in s_user_ns in
5167 quota_setxquota"
5168 - Revert "(namespace) quota: Ensure qids map to the filesystem"
5169 - Revert "(namespace) Revert "UBUNTU: SAUCE: quota: Convert ids relative to
5170 s_user_ns""
5171 - Revert "(namespace) Revert "UBUNTU: SAUCE: quota: Require that qids passed
5172 to dqget() be valid and map into s_user_ns""
5173 - Revert "(namespace) vfs: Don't create inodes with a uid or gid unknown to
5174 the vfs"
5175 - Revert "(namespace) vfs: Don't modify inodes with a uid or gid unknown to
5176 the vfs"
5177 - Revert "UBUNTU: SAUCE: (namespace) fuse: Translate ids in posix acl xattrs"
5178 - Revert "UBUNTU: SAUCE: (namespace) posix_acl: Export
5179 posix_acl_fix_xattr_userns() to modules"
5180 - Revert "(namespace) vfs: Verify acls are valid within superblock's
5181 s_user_ns."
5182 - Revert "(namespace) Revert "UBUNTU: SAUCE: fs: Update posix_acl support to
5183 handle user namespace mounts""
5184 - Revert "(namespace) fs: Refuse uid/gid changes which don't map into
5185 s_user_ns"
5186 - Revert "(namespace) Revert "UBUNTU: SAUCE: fs: Refuse uid/gid changes which
5187 don't map into s_user_ns""
5188 - Revert "(namespace) mnt: Move the FS_USERNS_MOUNT check into sget_userns"
5189
5190 [ Ubuntu: 4.4.0-49.70 ]
5191
5192 * Release Tracking Bug
5193 - LP: #1640921
5194 * Infiniband driver (kernel module) needed for Azure (LP: #1641139)
5195 - SAUCE: RDMA Infiniband for Windows Azure
5196 - [Config] CONFIG_HYPERV_INFINIBAND_ND=m
5197 - SAUCE: Makefile RDMA infiniband driver for Windows Azure
5198 - [Config] Add hv_network_direct.ko to generic inclusion list
5199 - SAUCE: RDMA Infiniband for Windows Azure is dependent on amd64
5200
5201 [ Ubuntu: 4.4.0-48.69 ]
5202
5203 * Release Tracking Bug
5204 - LP: #1640758
5205 * lxc-attach to malicious container allows access to host (LP: #1639345)
5206 - Revert "UBUNTU: SAUCE: (noup) ptrace: being capable wrt a process requires
5207 mapped uids/gids"
5208 - (upstream) mm: Add a user_ns owner to mm_struct and fix ptrace permission
5209 checks
5210 * take 'P' command from upstream xmon (LP: #1637978)
5211 - powerpc/xmon: Add xmon command to dump process/task similar to ps(1)
5212 * zfs: importing zpool with vdev on zvol hangs kernel (LP: #1636517)
5213 - SAUCE: (noup) Update zfs to 0.6.5.6-0ubuntu15
5214 * I2C touchpad does not work on AMD platform (LP: #1612006)
5215 - pinctrl/amd: Configure GPIO register using BIOS settings
5216 - pinctrl/amd: switch to using a bool for level
5217 * [LTCTest] vfio_pci not loaded on Ubuntu 16.10 by default (LP: #1636733)
5218 - [Config] CONFIG_VFIO_PCI=y for ppc64el
5219 * QEMU throws failure msg while booting guest with SRIOV VF (LP: #1630554)
5220 - KVM: PPC: Always select KVM_VFIO, plus Makefile cleanup
5221 * Allow fuse user namespace mounts by default in xenial (LP: #1634964)
5222 - (namespace) mnt: Move the FS_USERNS_MOUNT check into sget_userns
5223 - (namespace) Revert "UBUNTU: SAUCE: fs: Refuse uid/gid changes which don't
5224 map into s_user_ns"
5225 - (namespace) fs: Refuse uid/gid changes which don't map into s_user_ns
5226 - (namespace) Revert "UBUNTU: SAUCE: fs: Update posix_acl support to handle
5227 user namespace mounts"
5228 - (namespace) vfs: Verify acls are valid within superblock's s_user_ns.
5229 - SAUCE: (namespace) posix_acl: Export posix_acl_fix_xattr_userns() to modules
5230 - SAUCE: (namespace) fuse: Translate ids in posix acl xattrs
5231 - (namespace) vfs: Don't modify inodes with a uid or gid unknown to the vfs
5232 - (namespace) vfs: Don't create inodes with a uid or gid unknown to the vfs
5233 - (namespace) Revert "UBUNTU: SAUCE: quota: Require that qids passed to
5234 dqget() be valid and map into s_user_ns"
5235 - (namespace) Revert "UBUNTU: SAUCE: quota: Convert ids relative to s_user_ns"
5236 - (namespace) quota: Ensure qids map to the filesystem
5237 - (namespace) quota: Handle quota data stored in s_user_ns in quota_setxquota
5238 - (namespace) dquot: For now explicitly don't support filesystems outside of
5239 init_user_ns
5240 - (namespace) Revert "UBUNTU: SAUCE: ima/evm: Allow root in s_user_ns to set
5241 xattrs"
5242 - SAUCE: (namespace) security/integrity: Harden against malformed xattrs
5243 - (namespace) Revert "UBUNTU: SAUCE: fs: Allow superblock owner to change
5244 ownership of inodes with unmappable ids"
5245 - SAUCE: (namespace) fs: Allow superblock owner to change ownership of inodes
5246 - (namespace) Revert "UBUNTU: SAUCE: fs: Don't remove suid for CAP_FSETID in
5247 s_user_ns"
5248 - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID for userns root
5249 - SAUCE: (namespace) fuse: Allow user namespace mounts by default
5250 * [Feature] KBL - New device ID for Kabypoint(KbP) (LP: #1591618)
5251 - SAUCE: mfd: lpss: Fix Intel Kaby Lake PCH-H properties
5252 * hio: SSD data corruption under stress test (LP: #1638700)
5253 - SAUCE: hio: set bi_error field to signal an I/O error on a BIO
5254 - SAUCE: hio: splitting bio in the entry of .make_request_fn
5255 * Module sha1-mb fails to load (LP: #1637165)
5256 - crypto: sha-mb - Fix load failure
5257 - crypto: mcryptd - Fix load failure
5258 * please include mlx5_core modules in linux-image-generic package
5259 (LP: #1635223)
5260 - [Config] Include mlx5 in main package
5261 * xgene i2c slimpro driver fails to load (LP: #1625232)
5262 - mailbox: Add support for APM X-Gene platform mailbox driver
5263 - mailbox/xgene-slimpro: Checking for IS_ERR instead of NULL
5264 - mailbox: xgene-slimpro: Fix wrong test for devm_kzalloc
5265 - [Config] Enabled XGENE_SLIMPRO_MBOX as a module
5266 * [Dell][XPS]Touchscreen fails to function after resume from s3 by Lid
5267 close/open (LP: #1632527)
5268 - gpio/pinctrl: sunxi: stop poking around in private vars
5269 - pinctrl: intel: Only restore pins that are used by the driver
5270 * Xenial update to v4.4.30 stable release (LP: #1638272)
5271 - Revert "x86/mm: Expand the exception table logic to allow new handling
5272 options"
5273 - Revert "fix minor infoleak in get_user_ex()"
5274 - Linux 4.4.30
5275 * Xenial update to v4.4.29 stable release (LP: #1638267)
5276 - drm/prime: Pass the right module owner through to dma_buf_export()
5277 - drm/amdgpu: fix IB alignment for UVD
5278 - drm/amdgpu/dce10: disable hpd on local panels
5279 - drm/amdgpu/dce8: disable hpd on local panels
5280 - drm/amdgpu/dce11: disable hpd on local panels
5281 - drm/amdgpu/dce11: add missing drm_mode_config_cleanup call
5282 - drm/amdgpu: change vblank_time's calculation method to reduce computational
5283 error.
5284 - drm/radeon: narrow asic_init for virtualization
5285 - drm/radeon/si/dpm: fix phase shedding setup
5286 - drm/radeon: change vblank_time's calculation method to reduce computational
5287 error.
5288 - drm/vmwgfx: Limit the user-space command buffer size
5289 - drm/i915/gen9: fix the WaWmMemoryReadLatency implementation
5290 - Revert "drm/i915: Check live status before reading edid"
5291 - drm/i915: Account for TSEG size when determining 865G stolen base
5292 - drm/i915: Unalias obj->phys_handle and obj->userptr
5293 - mm/hugetlb: fix memory offline with hugepage size > memory block size
5294 - posix_acl: Clear SGID bit when setting file permissions
5295 - ipip: Properly mark ipip GRO packets as encapsulated.
5296 - powerpc/eeh: Null check uses of eeh_pe_bus_get
5297 - perf stat: Fix interval output values
5298 - genirq/generic_chip: Add irq_unmap callback
5299 - uio: fix dmem_region_start computation
5300 - ARM: clk-imx35: fix name for ckil clk
5301 - spi: spi-fsl-dspi: Drop extra spi_master_put in device remove function
5302 - mwifiex: correct aid value during tdls setup
5303 - crypto: gcm - Fix IV buffer size in crypto_gcm_setkey
5304 - crypto: arm/ghash-ce - add missing async import/export
5305 - hwrng: omap - Only fail if pm_runtime_get_sync returns < 0
5306 - ASoC: topology: Fix error return code in soc_tplg_dapm_widget_create()
5307 - ASoC: dapm: Fix possible uninitialized variable in snd_soc_dapm_get_volsw()
5308 - ASoC: dapm: Fix value setting for _ENUM_DOUBLE MUX's second channel
5309 - ASoC: dapm: Fix kcontrol creation for output driver widget
5310 - staging: r8188eu: Fix scheduling while atomic splat
5311 - power: bq24257: Fix use of uninitialized pointer bq->charger
5312 - dmaengine: ipu: remove bogus NO_IRQ reference
5313 - x86/mm: Expand the exception table logic to allow new handling options
5314 - s390/cio: fix accidental interrupt enabling during resume
5315 - s390/con3270: fix use of uninitialised data
5316 - s390/con3270: fix insufficient space padding
5317 - clk: qoriq: fix a register offset error
5318 - clk: divider: Fix clk_divider_round_rate() to use clk_readl()
5319 - perf hists browser: Fix event group display
5320 - perf symbols: Check symbol_conf.allow_aliases for kallsyms loading too
5321 - perf symbols: Fixup symbol sizes before picking best ones
5322 - mpt3sas: Don't spam logs if logging level is 0
5323 - powerpc/nvram: Fix an incorrect partition merge
5324 - ARM: pxa: pxa_cplds: fix interrupt handling
5325 - Linux 4.4.29
5326 * KVM: PPC: Book3S HV: Migrate pinned pages out of CMA (LP: #1632045)
5327 - KVM: PPC: Book3S HV: Migrate pinned pages out of CMA
5328 * Xenial update to v4.4.28 stable release (LP: #1637510)
5329 - gpio: mpc8xxx: Correct irq handler function
5330 - mei: me: add kaby point device ids
5331 - regulator: tps65910: Work around silicon erratum SWCZ010
5332 - clk: imx6: initialize GPU clocks
5333 - PM / devfreq: event: remove duplicate devfreq_event_get_drvdata()
5334 - rtlwifi: Fix missing country code for Great Britain
5335 - mmc: block: don't use CMD23 with very old MMC cards
5336 - mmc: sdhci: cast unsigned int to unsigned long long to avoid unexpeted error
5337 - PCI: Mark Atheros AR9580 to avoid bus reset
5338 - platform: don't return 0 from platform_get_irq[_byname]() on error
5339 - cpufreq: intel_pstate: Fix unsafe HWP MSR access
5340 - parisc: Increase KERNEL_INITIAL_SIZE for 32-bit SMP kernels
5341 - parisc: Fix kernel memory layout regarding position of __gp
5342 - parisc: Increase initial kernel mapping size
5343 - pstore/ramoops: fixup driver removal
5344 - pstore/core: drop cmpxchg based updates
5345 - pstore/ram: Use memcpy_toio instead of memcpy
5346 - pstore/ram: Use memcpy_fromio() to save old buffer
5347 - perf intel-pt: Fix snapshot overlap detection decoder errors
5348 - perf intel-pt: Fix estimated timestamps for cycle-accurate mode
5349 - perf intel-pt: Fix MTC timestamp calculation for large MTC periods
5350 - dm: mark request_queue dead before destroying the DM device
5351 - dm: return correct error code in dm_resume()'s retry loop
5352 - dm mpath: check if path's request_queue is dying in activate_path()
5353 - dm crypt: fix crash on exit
5354 - powerpc/vdso64: Use double word compare on pointers
5355 - powerpc/powernv: Pass CPU-endian PE number to opal_pci_eeh_freeze_clear()
5356 - powerpc/powernv: Use CPU-endian hub diag-data type in
5357 pnv_eeh_get_and_dump_hub_diag()
5358 - powerpc/powernv: Use CPU-endian PEST in pnv_pci_dump_p7ioc_diag_data()
5359 - ubi: Deal with interrupted erasures in WL
5360 - zfcp: fix fc_host port_type with NPIV
5361 - zfcp: fix ELS/GS request&response length for hardware data router
5362 - zfcp: close window with unblocked rport during rport gone
5363 - zfcp: retain trace level for SCSI and HBA FSF response records
5364 - zfcp: restore: Dont use 0 to indicate invalid LUN in rec trace
5365 - zfcp: trace on request for open and close of WKA port
5366 - zfcp: restore tracing of handle for port and LUN with HBA records
5367 - zfcp: fix D_ID field with actual value on tracing SAN responses
5368 - zfcp: fix payload trace length for SAN request&response
5369 - zfcp: trace full payload of all SAN records (req,resp,iels)
5370 - scsi: zfcp: spin_lock_irqsave() is not nestable
5371 - fbdev/efifb: Fix 16 color palette entry calculation
5372 - ovl: Fix info leak in ovl_lookup_temp()
5373 - ovl: copy_up_xattr(): use strnlen
5374 - mb86a20s: fix the locking logic
5375 - mb86a20s: fix demod settings
5376 - cx231xx: don't return error on success
5377 - cx231xx: fix GPIOs for Pixelview SBTVD hybrid
5378 - ALSA: hda - Fix a failure of micmute led when having multi adcs
5379 - MIPS: Fix -mabi=64 build of vdso.lds
5380 - MIPS: ptrace: Fix regs_return_value for kernel context
5381 - lib: move strtobool() to kstrtobool()
5382 - lib: update single-char callers of strtobool()
5383 - lib: add "on"/"off" support to kstrtobool
5384 - Input: i8042 - skip selftest on ASUS laptops
5385 - Input: elantech - force needed quirks on Fujitsu H760
5386 - Input: elantech - add Fujitsu Lifebook E556 to force crc_enabled
5387 - sunrpc: fix write space race causing stalls
5388 - NFSv4: Don't report revoked delegations as valid in nfs_have_delegation()
5389 - NFSv4: nfs4_copy_delegation_stateid() must fail if the delegation is invalid
5390 - NFSv4: Open state recovery must account for file permission changes
5391 - NFSv4.2: Fix a reference leak in nfs42_proc_layoutstats_generic
5392 - scsi: Fix use-after-free
5393 - metag: Only define atomic_dec_if_positive conditionally
5394 - mm: filemap: don't plant shadow entries without radix tree node
5395 - ipc/sem.c: fix complex_count vs. simple op race
5396 - arc: don't leak bits of kernel stack into coredump
5397 - fs/super.c: fix race between freeze_super() and thaw_super()
5398 - cifs: Limit the overall credit acquired
5399 - fs/cifs: keep guid when assigning fid to fileinfo
5400 - Clarify locking of cifs file and tcon structures and make more granular
5401 - Display number of credits available
5402 - Set previous session id correctly on SMB3 reconnect
5403 - SMB3: GUIDs should be constructed as random but valid uuids
5404 - Do not send SMB3 SET_INFO request if nothing is changing
5405 - Cleanup missing frees on some ioctls
5406 - blkcg: Unlock blkcg_pol_mutex only once when cpd == NULL
5407 - x86/e820: Don't merge consecutive E820_PRAM ranges
5408 - kvm: x86: memset whole irq_eoi
5409 - irqchip/gicv3: Handle loop timeout proper
5410 - sd: Fix rw_max for devices that report an optimal xfer size
5411 - hpsa: correct skipping masked peripherals
5412 - PKCS#7: Don't require SpcSpOpusInfo in Authenticode pkcs7 signatures
5413 - bnx2x: Prevent false warning for lack of FC NPIV
5414 - net/mlx4_core: Allow resetting VF admin mac to zero
5415 - acpi, nfit: check for the correct event code in notifications
5416 - mm: workingset: fix crash in shadow node shrinker caused by
5417 replace_page_cache_page()
5418 - mm: filemap: fix mapping->nrpages double accounting in fuse
5419 - Using BUG_ON() as an assert() is _never_ acceptable
5420 - s390/mm: fix gmap tlb flush issues
5421 - irqchip/gic-v3-its: Fix entry size mask for GITS_BASER
5422 - isofs: Do not return EACCES for unknown filesystems
5423 - memstick: rtsx_usb_ms: Runtime resume the device when polling for cards
5424 - memstick: rtsx_usb_ms: Manage runtime PM when accessing the device
5425 - arm64: percpu: rewrite ll/sc loops in assembly
5426 - arm64: kernel: Init MDCR_EL2 even in the absence of a PMU
5427 - ceph: fix error handling in ceph_read_iter
5428 - powerpc/mm: Prevent unlikely crash in copro_calculate_slb()
5429 - mmc: core: Annotate cmd_hdr as __le32
5430 - mmc: rtsx_usb_sdmmc: Avoid keeping the device runtime resumed when unused
5431 - mmc: rtsx_usb_sdmmc: Handle runtime PM while changing the led
5432 - ext4: do not advertise encryption support when disabled
5433 - jbd2: fix incorrect unlock on j_list_lock
5434 - ubifs: Fix xattr_names length in exit paths
5435 - target: Re-add missing SCF_ACK_KREF assignment in v4.1.y
5436 - target: Make EXTENDED_COPY 0xe4 failure return COPY TARGET DEVICE NOT
5437 REACHABLE
5438 - target: Don't override EXTENDED_COPY xcopy_pt_cmd SCSI status code
5439 - Linux 4.4.28
5440 * Xenial update to v4.4.27 stable release (LP: #1637501)
5441 - serial: 8250_dw: Check the data->pclk when get apb_pclk
5442 - btrfs: assign error values to the correct bio structs
5443 - drivers: base: dma-mapping: page align the size when unmap_kernel_range
5444 - fuse: listxattr: verify xattr list
5445 - fuse: invalidate dir dentry after chmod
5446 - fuse: fix killing s[ug]id in setattr
5447 - i40e: avoid NULL pointer dereference and recursive errors on early PCI error
5448 - brcmfmac: fix memory leak in brcmf_fill_bss_param
5449 - ASoC: Intel: Atom: add a missing star in a memcpy call
5450 - reiserfs: Unlock superblock before calling reiserfs_quota_on_mount()
5451 - reiserfs: switch to generic_{get,set,remove}xattr()
5452 - async_pq_val: fix DMA memory leak
5453 - scsi: arcmsr: Simplify user_len checking
5454 - ext4: enforce online defrag restriction for encrypted files
5455 - ext4: reinforce check of i_dtime when clearing high fields of uid and gid
5456 - ext4: fix memory leak in ext4_insert_range()
5457 - ext4: allow DAX writeback for hole punch
5458 - ext4: release bh in make_indexed_dir
5459 - dlm: free workqueues after the connections
5460 - vfs: move permission checking into notify_change() for utimes(NULL)
5461 - cfq: fix starvation of asynchronous writes
5462 - Linux 4.4.27
5463 * Xenial update to v4.4.26 stable release (LP: #1637500)
5464 - x86/build: Build compressed x86 kernels as PIE
5465 - Linux 4.4.26
5466 * ISST-LTE:pVM nvme 0000:a0:00.0: iommu_alloc failed on NVMe card
5467 (LP: #1633128)
5468 - dma-mapping: introduce the DMA_ATTR_NO_WARN attribute
5469 - powerpc: implement the DMA_ATTR_NO_WARN attribute
5470 - nvme: use the DMA_ATTR_NO_WARN attribute
5471 * CVE-2016-8658
5472 - brcmfmac: avoid potential stack overflow in brcmf_cfg80211_start_ap()
5473 * Hotkey doesn't work on HP x360 (LP: #1620979)
5474 - gpiolib: Make it possible to exclude GPIOs from IRQ domain
5475 - pinctrl: cherryview: Do not mask all interrupts in probe
5476 - pinctrl: cherryview: Do not add all southwest and north GPIOs to IRQ domain
5477 * Bad page state in process genwqe_gunzip pfn:3c275 in the genwqe device
5478 driver (LP: #1559194)
5479 - SAUCE: (noup) Bad page state in process genwqe_gunzip pfn:3c275 in the
5480 genwqe device driver
5481 * CVE-2016-7425
5482 - scsi: arcmsr: Buffer overflow in arcmsr_iop_message_xfer()
5483 * Add ipvlan module to 16.04 kernel (LP: #1634705)
5484 - [Config] Add ipvlan to the generic inclusion list
5485 * kernel generates ACPI Exception: AE_NOT_FOUND, Evaluating _DOD incorrectly
5486 (LP: #1634607)
5487 - ACPI / video: skip evaluating _DOD when it does not exist
5488 * BT still shows off after resume by wireless hotkey (LP: #1634380)
5489 - Bluetooth: btusb: Fix atheros firmware download error
5490 * ghash-clmulni-intel module fails to load (LP: #1633058)
5491 - crypto: ghash-clmulni - Fix load failure
5492 - crypto: cryptd - Assign statesize properly
5493 * Xenial update to v4.4.25 stable release (LP: #1634153)
5494 - timekeeping: Fix __ktime_get_fast_ns() regression
5495 - ALSA: ali5451: Fix out-of-bound position reporting
5496 - ALSA: usb-audio: Extend DragonFly dB scale quirk to cover other variants
5497 - ALSA: usb-line6: use the same declaration as definition in header for MIDI
5498 manufacturer ID
5499 - mfd: rtsx_usb: Avoid setting ucr->current_sg.status
5500 - mfd: atmel-hlcdc: Do not sleep in atomic context
5501 - mfd: 88pm80x: Double shifting bug in suspend/resume
5502 - mfd: wm8350-i2c: Make sure the i2c regmap functions are compiled
5503 - KVM: PPC: Book3s PR: Allow access to unprivileged MMCR2 register
5504 - KVM: MIPS: Drop other CPU ASIDs on guest MMU changes
5505 - KVM: PPC: BookE: Fix a sanity check
5506 - x86/boot: Fix kdump, cleanup aborted E820_PRAM max_pfn manipulation
5507 - x86/irq: Prevent force migration of irqs which are not in the vector domain
5508 - x86/dumpstack: Fix x86_32 kernel_stack_pointer() previous stack access
5509 - ARM: dts: mvebu: armada-390: add missing compatibility string and bracket
5510 - ARM: dts: MSM8064 remove flags from SPMI/MPP IRQs
5511 - ARM: cpuidle: Fix error return code
5512 - ima: use file_dentry()
5513 - tpm: fix a race condition in tpm2_unseal_trusted()
5514 - tpm_crb: fix crb_req_canceled behavior
5515 - Linux 4.4.25
5516 * backport fwts UEFI test driver to Xenial (LP: #1633506)
5517 - efi: Add efi_test driver for exporting UEFI runtime service interfaces
5518 - [Config] CONFIG_EFI_TEST=m
5519 * Fix alps driver for multitouch function. (LP: #1633321)
5520 - HID: alps: fix multitouch cursor issue
5521 * xgene merlin crashes when running as iperf server (LP: #1632739)
5522 - drivers: net: xgene: optimizing the code
5523 - xgene: get_phy_device() doesn't return NULL anymore
5524 - drivers: net: xgene: Get channel number from device binding
5525 - drivers: net: xgene: constify xgene_cle_ops structure
5526 - drivers: net: xgene: Fix error handling
5527 - drivers: net: xgene: fix IPv4 forward crash
5528 - drivers: net: xgene: fix sharing of irqs
5529 - drivers: net: xgene: fix ununiform latency across queues
5530 - drivers: net: xgene: fix statistics counters race condition
5531 - drivers: net: xgene: fix register offset
5532 - drivers: net: xgene: Separate set_speed from mac_init
5533 - drivers: net: xgene: Fix module unload crash - hw resource cleanup
5534 - drivers: net: xgene: Fix module unload crash - change sw sequence
5535 - drivers: net: xgene: Fix module unload crash - clkrst sequence
5536 - drivers: net: phy: xgene: Add MDIO driver
5537 - drivers: net: xgene: Add backward compatibility
5538 - drivers: net: xgene: Enable MDIO driver
5539 - drivers: net: xgene: Use exported functions
5540 - drivers: net: xgene: ethtool: Use phy_ethtool_gset and sset
5541 - dtb: xgene: Add MDIO node
5542 - MAINTAINERS: xgene: Add driver and documentation path
5543 - [Config] Enable MDIO_XGENE as a modules
5544 * Add support for KabeLake i219-LOM chips (LP: #1632578)
5545 - e1000e: Initial support for KabeLake
5546
5547 -- Luis Henriques <luis.henriques@canonical.com> Wed, 07 Dec 2016 18:10:04 +0000
5548
5549 linux-snapdragon (4.4.0-1039.43) xenial; urgency=low
5550
5551 * CVE-2016-8655 (LP: #1646318)
5552 - packet: fix race condition in packet_set_ring
5553
5554 -- Brad Figg <brad.figg@canonical.com> Fri, 02 Dec 2016 11:24:31 -0800
5555
5556 linux-snapdragon (4.4.0-1035.39) xenial; urgency=low
5557
5558 [ Luis Henriques ]
5559
5560 * Release Tracking Bug
5561 - LP: #1640520
5562
5563 * unexpectedly large memory usage of mounted snaps (LP: #1636847)
5564 - [Config] switch squashfs to single threaded decode
5565
5566 -- Luis Henriques <luis.henriques@canonical.com> Wed, 09 Nov 2016 15:44:52 +0000
5567
5568 linux-snapdragon (4.4.0-1034.38) xenial; urgency=low
5569
5570 [ Kamal Mostafa ]
5571
5572 * Release Tracking Bug
5573 - LP: #1636948
5574
5575 [ Ubuntu: 4.4.0-47.68 ]
5576
5577 * Add a driver for Amazon Elastic Network Adapters (ENA) (LP: #1635721)
5578 - lib/bitmap.c: conversion routines to/from u32 array
5579 - net: ethtool: add new ETHTOOL_xLINKSETTINGS API
5580 - net: ena: Add a driver for Amazon Elastic Network Adapters (ENA)
5581 - [config] enable CONFIG_ENA_ETHERNET=m (Amazon ENA driver)
5582 * unexpectedly large memory usage of mounted snaps (LP: #1636847)
5583 - [Config] switch squashfs to single threaded decode
5584
5585 -- Kamal Mostafa <kamal@canonical.com> Wed, 26 Oct 2016 13:34:19 -0700
5586
5587 linux-snapdragon (4.4.0-1033.37) xenial; urgency=low
5588
5589 [ Seth Forshee ]
5590
5591 * Release Tracking Bug
5592 - LP: #1635247
5593
5594 [ Ubuntu: 4.4.0-46.67 ]
5595
5596 * Release Tracking Bug
5597 - LP: #1635242
5598 * proc_keys_show crash when reading /proc/keys (LP: #1634496)
5599 - SAUCE: KEYS: ensure xbuf is large enough to fix buffer overflow in
5600 proc_keys_show (LP: #1634496)
5601 * [Trusty->Yakkety] powerpc/64: Fix incorrect return value from
5602 __copy_tofrom_user (LP: #1632462)
5603 - SAUCE: (no-up) powerpc/64: Fix incorrect return value from
5604 __copy_tofrom_user
5605 * Ubuntu 16.10: Oops panic in move_page_tables/page_remove_rmap after running
5606 memory_stress_ng. (LP: #1628976)
5607 - SAUCE: (no-up) powerpc/pseries: Fix stack corruption in htpe code
5608 * Paths not failed properly when unmapping virtual FC ports in VIOS (using
5609 ibmvfc) (LP: #1632116)
5610 - scsi: ibmvfc: Fix I/O hang when port is not mapped
5611 * PSL data cache should be flushed before resetting CAPI adapter
5612 (LP: #1632049)
5613 - cxl: Flush PSL cache before resetting the adapter
5614 * thunder nic: avoid link delays due to RX_PACKET_DIS (LP: #1630038)
5615 - net: thunderx: Don't set RX_PACKET_DIS while initializing
5616 * Support snaps inside of lxd containers (LP: #1611078)
5617 - Revert "UBUNTU: SAUCE: apparmor: fix sleep in critical section"
5618 - SAUCE: (no-up) apparmor: sync of apparmor 3.6 (from Ubuntu 16.10)
5619 * crypto/vmx/p8_ghash memory corruption (LP: #1630970)
5620 - crypto: ghash-generic - move common definitions to a new header file
5621 - crypto: vmx - Fix memory corruption caused by p8_ghash
5622 - crypto: vmx - Ensure ghash-generic is enabled
5623 * Xenial update to v4.4.24 stable release (LP: #1631468)
5624 - cpuset: handle race between CPU hotplug and cpuset_hotplug_work
5625 - mtd: nand: davinci: Reinitialize the HW ECC engine in 4bit hwctl
5626 - mm,ksm: fix endless looping in allocating memory when ksm enable
5627 - can: dev: fix deadlock reported after bus-off
5628 - x86/init: Fix cr4_init_shadow() on CR4-less machines
5629 - x86/boot: Initialize FPU and X86_FEATURE_ALWAYS even if we don't have CPUID
5630 - drm/nouveau/fifo/nv04: avoid ramht race against cookie insertion
5631 - drm/radeon/si/dpm: add workaround for for Jet parts
5632 - ARM: 8616/1: dt: Respect property size when parsing CPUs
5633 - ARM: 8617/1: dma: fix dma_max_pfn()
5634 - usb: musb: Fix DMA desired mode for Mentor DMA engine
5635 - usb: musb: fix DMA for host mode
5636 - iwlwifi: mvm: fix a few firmware capability checks
5637 - perf/core: Fix pmu::filter_match for SW-led groups
5638 - i40e: avoid null pointer dereference
5639 - pinctrl: uniphier: fix .pin_dbg_show() callback
5640 - pinctrl: Flag strict is a field in struct pinmux_ops
5641 - drivers/perf: arm_pmu: Fix leak in error path
5642 - mmc: pxamci: fix potential oops
5643 - tools/vm/slabinfo: fix an unintentional printf
5644 - ipvs: fix bind to link-local mcast IPv6 address in backup
5645 - nvmem: Declare nvmem_cell_read() consistently
5646 - hwmon: (adt7411) set bit 3 in CFG1 register
5647 - spi: sh-msiof: Avoid invalid clock generator parameters
5648 - iwlwifi: pcie: fix access to scratch buffer
5649 - iwlwifi: mvm: don't use ret when not initialised
5650 - ceph: fix race during filling readdir cache
5651 - usb: gadget: fsl_qe_udc: signedness bug in qe_get_frame()
5652 - gpio: sa1100: fix irq probing for ucb1x00
5653 - irqchip/gicv3: Silence noisy DEBUG_PER_CPU_MAPS warning
5654 - ARM: 8618/1: decompressor: reset ttbcr fields to use TTBR0 on ARMv7
5655 - arm64: debug: avoid resetting stepping state machine when TIF_SINGLESTEP
5656 - MIPS: uprobes: remove incorrect set_orig_insn
5657 - MIPS: fix uretprobe implementation
5658 - MIPS: Malta: Fix IOCU disable switch read for MIPS64
5659 - MIPS: uprobes: fix use of uninitialised variable
5660 - printk: fix parsing of "brl=" option
5661 - tpm: fix byte-order for the value read by tpm2_get_tpm_pt
5662 - regulator: qcom_spmi: Add support for S4 supply on pm8941
5663 - regulator: qcom_spmi: Add support for get_mode/set_mode on switches
5664 - regulator: qcom_spmi: Update mvs1/mvs2 switches on pm8941
5665 - regulator: qcom_smd: Fix voltage ranges for pm8x41
5666 - ARM: sun5i: Fix typo in trip point temperature
5667 - ARM: sa1100: register clocks early
5668 - ARM: sa1100: fix 3.6864MHz clock
5669 - ARM: sa1100: clear reset status prior to reboot
5670 - ARM: shmobile: fix regulator quirk for Gen2
5671 - ARM: sa1111: fix pcmcia suspend/resume
5672 - hwrng: omap - Fix assumption that runtime_get_sync will always succeed
5673 - blk-mq: actually hook up defer list when running requests
5674 - pstore: drop file opened reference count
5675 - tile: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFO
5676 - iwlmvm: mvm: set correct state in smart-fifo configuration
5677 - NFC: fdp: Detect errors from fdp_nci_create_conn()
5678 - em28xx-i2c: rt_mutex_trylock() returns zero on failure
5679 - gspca: avoid unused variable warnings
5680 - ath9k: Fix programming of minCCA power threshold
5681 - avr32: off by one in at32_init_pio()
5682 - fnic: pci_dma_mapping_error() doesn't return an error code
5683 - dmaengine: at_xdmac: fix debug string
5684 - svc: Avoid garbage replies when pc_func() returns rpc_drop_reply
5685 - NFS: Don't drop CB requests with invalid principals
5686 - pNFS/files: Fix layoutcommit after a commit to DS
5687 - pNFS/flexfiles: Fix layoutcommit after a commit to DS
5688 - ASoC: Intel: Skylake: Fix error return code in skl_probe()
5689 - brcmfmac: Fix glob_skb leak in brcmf_sdiod_recv_chain
5690 - brcmsmac: Free packet if dma_mapping_error() fails in dma_rxfill
5691 - brcmsmac: Initialize power in brcms_c_stf_ss_algo_channel_get()
5692 - powerpc/prom: Fix sub-processor option passed to ibm, client-architecture-
5693 support
5694 - sysctl: handle error writing UINT_MAX to u32 fields
5695 - ASoC: omap-mcpdm: Fix irq resource handling
5696 - kernel/fork: fix CLONE_CHILD_CLEARTID regression in nscd
5697 - dmaengine: at_xdmac: fix to pass correct device identity to free_irq()
5698 - KVM: nVMX: postpone VMCS changes on MSR_IA32_APICBASE write
5699 - IB/ipoib: Fix memory corruption in ipoib cm mode connect flow
5700 - IB/core: Fix use after free in send_leave function
5701 - IB/ipoib: Don't allow MC joins during light MC flush
5702 - IB/mlx4: Fix incorrect MC join state bit-masking on SR-IOV
5703 - IB/mlx4: Fix code indentation in QP1 MAD flow
5704 - IB/mlx4: Use correct subnet-prefix in QP1 mads under SR-IOV
5705 - batman-adv: remove unused callback from batadv_algo_ops struct
5706 - aio: mark AIO pseudo-fs noexec
5707 - clk: xgene: Add missing parenthesis when clearing divider value
5708 - dm log writes: fix bug with too large bios
5709 - USB: serial: cp210x: fix hardware flow-control disable
5710 - usb: misc: legousbtower: Fix NULL pointer deference
5711 - Staging: fbtft: Fix bug in fbtft-core
5712 - USB: serial: cp210x: Add ID for a Juniper console
5713 - Revert "usbtmc: convert to devm_kzalloc"
5714 - ALSA: hda - Adding one more ALC255 pin definition for headset problem
5715 - ACPICA: acpi_get_sleep_type_data: Reduce warnings
5716 - ALSA: hda - Fix headset mic detection problem for several Dell laptops
5717 - ALSA: hda - Add the top speaker pin config for HP Spectre x360
5718 - Linux 4.4.24
5719 * sha1-powerpc returning wrong results (LP: #1629977)
5720 - crypto: sha1-powerpc - little-endian support
5721 * Dell Precision Trackpoint not working after suspend (LP: #1630857)
5722 - HID: alps: fix stick device not working after resume
5723 * OOPS on beaglebone on boot of 4.4.0-36-generic under snappy ubuntu core
5724 xenial (LP: #1625177)
5725 - net: ethernet: ti: cpdma: fix lockup in cpdma_ctlr_destroy()
5726 - drivers: net: cpsw: fix wrong regs access in cpsw_remove
5727 - drivers: net: cpsw: use of_platform_depopulate()
5728 - ARM: OMAP2+: omap_device: fix crash on omap_device removal
5729 - ARM: OMAP2+: Fix omap_device for module reload on PM runtime forbid
5730 - ARM: OMAP2+: Fix typo in omap_device.c
5731 - drivers: net: cpsw: fix suspend when all ethX devices are down
5732 - drivers: net: cpsw: fix wrong regs access in cpsw_ndo_open
5733 - drivers: net: cpsw: check return code from pm runtime calls
5734 - drivers: net: cpsw: remove pm runtime calls from suspend callbacks
5735 - drivers: net: cpsw: ethtool: fix accessing to suspended device
5736 - drivers: net: cpsw: ndev: fix accessing to suspended device
5737 - drivers: net: cpsw: fix kmemleak false-positive reports for sk buffers
5738 * Autofs parameter substitution broken in kernel 4.4.0-38 and 4.4.0-40
5739 (LP: #1629204)
5740 - SAUCE: (namespace) autofs4: Use real_cred for requestor's ids
5741 * Xenial update to v4.4.23 stable release (LP: #1629386)
5742 - include/linux/kernel.h: change abs() macro so it uses consistent return type
5743 - Fix build warning in kernel/cpuset.c
5744 - reiserfs: fix "new_insert_key may be used uninitialized ..."
5745 - ipv4: panic in leaf_walk_rcu due to stale node pointer
5746 - ipv6: release dst in ping_v6_sendmsg
5747 - tcp: cwnd does not increase in TCP YeAH
5748 - tcp: properly scale window in tcp_v[46]_reqsk_send_ack()
5749 - crypto: arm64/aes-ctr - fix NULL dereference in tail processing
5750 - crypto: arm/aes-ctr - fix NULL dereference in tail processing
5751 - crypto: skcipher - Fix blkcipher walk OOM crash
5752 - crypto: echainiv - Replace chaining with multiplication
5753 - ocfs2/dlm: fix race between convert and migration
5754 - ocfs2: fix start offset to ocfs2_zero_range_for_truncate()
5755 - kbuild: Do not run modules_install and install in paralel
5756 - Makefile: revert "Makefile: Document ability to make file.lst and file.S"
5757 partially
5758 - tools: Support relative directory path for 'O='
5759 - kbuild: forbid kernel directory to contain spaces and colons
5760 - Kbuild: disable 'maybe-uninitialized' warning for
5761 CONFIG_PROFILE_ALL_BRANCHES
5762 - gcov: disable -Wmaybe-uninitialized warning
5763 - Disable "maybe-uninitialized" warning globally
5764 - Disable "frame-address" warning
5765 - Makefile: Mute warning for __builtin_return_address(>0) for tracing only
5766 - net: caif: fix misleading indentation
5767 - Add braces to avoid "ambiguous ‘else’" compiler warnings
5768 - am437x-vfpe: fix typo in vpfe_get_app_input_index
5769 - ath9k: fix misleading indentation
5770 - iwlegacy: avoid warning about missing braces
5771 - Staging: iio: adc: fix indent on break statement
5772 - nouveau: fix nv40_perfctr_next() cleanup regression
5773 - bonding: Fix bonding crash
5774 - Revert "af_unix: Fix splice-bind deadlock"
5775 - af_unix: split 'u->readlock' into two: 'iolock' and 'bindlock'
5776 - vti: flush x-netns xfrm cache when vti interface is removed
5777 - net/irda: handle iriap_register_lsap() allocation failure
5778 - tipc: fix NULL pointer dereference in shutdown()
5779 - net/mlx5: Added missing check of msg length in verifying its signature
5780 - net: dsa: bcm_sf2: Fix race condition while unmasking interrupts
5781 - Revert "phy: IRQ cannot be shared"
5782 - net: smc91x: fix SMC accesses
5783 - bridge: re-introduce 'fix parsing of MLDv2 reports'
5784 - autofs races
5785 - autofs: use dentry flags to block walks during expire
5786 - xfs: prevent dropping ioend completions during buftarg wait
5787 - fsnotify: add a way to stop queueing events on group shutdown
5788 - fanotify: fix list corruption in fanotify_get_response()
5789 - fix fault_in_multipages_...() on architectures with no-op access_ok()
5790 - mtd: maps: sa1100-flash: potential NULL dereference
5791 - mtd: pmcmsp-flash: Allocating too much in init_msp_flash()
5792 - power: reset: hisi-reboot: Unmap region obtained by of_iomap
5793 - fix memory leaks in tracing_buffers_splice_read()
5794 - tracing: Move mutex to protect against resetting of seq data
5795 - mm: delete unnecessary and unsafe init_tlb_ubc()
5796 - can: flexcan: fix resume function
5797 - nl80211: validate number of probe response CSA counters
5798 - btrfs: ensure that file descriptor used with subvol ioctls is a dir
5799 - i2c-eg20t: fix race between i2c init and interrupt enable
5800 - i2c: qup: skip qup_i2c_suspend if the device is already runtime suspended
5801 - MIPS: Fix pre-r6 emulation FPU initialisation
5802 - MIPS: SMP: Fix possibility of deadlock when bringing CPUs online
5803 - MIPS: vDSO: Fix Malta EVA mapping to vDSO page structs
5804 - MIPS: Remove compact branch policy Kconfig entries
5805 - MIPS: Avoid a BUG warning during prctl(PR_SET_FP_MODE, ...)
5806 - MIPS: Add a missing ".set pop" in an early commit
5807 - MIPS: paravirt: Fix undefined reference to smp_bootstrap
5808 - PM / hibernate: Restore processor state before using per-CPU variables
5809 - PM / hibernate: Fix rtree_next_node() to avoid walking off list ends
5810 - power_supply: tps65217-charger: fix missing platform_set_drvdata()
5811 - power: supply: max17042_battery: fix model download bug.
5812 - qxl: check for kmap failures
5813 - hostfs: Freeing an ERR_PTR in hostfs_fill_sb_common()
5814 - Linux 4.4.23
5815 * Xenial update to v4.4.22 stable release (LP: #1627730)
5816 - ext4: use __GFP_NOFAIL in ext4_free_blocks()
5817 - fscrypto: add authorization check for setting encryption policy
5818 - clocksource/drivers/sun4i: Clear interrupts after stopping timer in probe
5819 function
5820 - MIPS: KVM: Check for pfn noslot case
5821 - fscrypto: require write access to mount to set encryption policy
5822 - lightnvm: put bio before return
5823 - powerpc/tm: do not use r13 for tabort_syscall
5824 - powerpc/mm: Don't alias user region to other regions below PAGE_OFFSET
5825 - kernfs: don't depend on d_find_any_alias() when generating notifications
5826 - pNFS: The client must not do I/O to the DS if it's lease has expired
5827 - NFSv4.x: Fix a refcount leak in nfs_callback_up_net
5828 - nfsd: Close race between nfsd4_release_lockowner and nfsd4_lock
5829 - pNFS: Ensure LAYOUTGET and LAYOUTRETURN are properly serialised
5830 - NFSv4.1: Fix the CREATE_SESSION slot number accounting
5831 - kexec: fix double-free when failing to relocate the purgatory
5832 - mm: introduce get_task_exe_file
5833 - audit: fix exe_file access in audit_exe_compare
5834 - dm flakey: fix reads to be issued if drop_writes configured
5835 - IB/uverbs: Fix race between uverbs_close and remove_one
5836 - ARC: mm: fix build breakage with STRICT_MM_TYPECHECKS
5837 - x86/paravirt: Do not trace _paravirt_ident_*() functions
5838 - x86/AMD: Apply erratum 665 on machines without a BIOS fix
5839 - kvm-arm: Unmap shadow pagetables properly
5840 - iio: accel: kxsd9: Fix raw read return
5841 - iio: proximity: as3935: set up buffer timestamps for non-zero values
5842 - iio: adc: rockchip_saradc: reset saradc controller before programming it
5843 - iio: adc: ti_am335x_adc: Protect FIFO1 from concurrent access
5844 - iio: adc: ti_am335x_adc: Increase timeout value waiting for ADC sample
5845 - iio: ad799x: Fix buffered capture for ad7991/ad7995/ad7999
5846 - iio: adc: at91: unbreak channel adc channel 3
5847 - iio: accel: bmc150: reset chip at init time
5848 - iio: fix pressure data output unit in hid-sensor-attributes
5849 - iio: accel: kxsd9: Fix scaling bug
5850 - iio:core: fix IIO_VAL_FRACTIONAL sign handling
5851 - iio: ensure ret is initialized to zero before entering do loop
5852 - serial: 8250_mid: fix divide error bug if baud rate is 0
5853 - serial: 8250: added acces i/o products quad and octal serial cards
5854 - USB: serial: simple: add support for another Infineon flashloader
5855 - usb: renesas_usbhs: fix clearing the {BRDY,BEMP}STS condition
5856 - usb: chipidea: udc: fix NULL ptr dereference in isr_setup_status_phase
5857 - ARM: dts: STiH410: Handle interconnect clock required by EHCI/OHCI (USB)
5858 - USB: change bInterval default to 10 ms
5859 - net: thunderx: Fix OOPs with ethtool --register-dump
5860 - cpuset: make sure new tasks conform to the current config of the cpuset
5861 - ARM: AM43XX: hwmod: Fix RSTST register offset for pruss
5862 - ARM: imx6: add missing BM_CLPCR_BYP_MMDC_CH0_LPM_HS setting for imx6ul
5863 - ARM: imx6: add missing BM_CLPCR_BYPASS_PMIC_READY setting for imx6sx
5864 - ARM: kirkwood: ib62x0: fix size of u-boot environment partition
5865 - ARM: OMAP3: hwmod data: Add sysc information for DSI
5866 - ARM: dts: imx6qdl: Fix SPDIF regression
5867 - ARM: dts: overo: fix gpmc nand cs0 range
5868 - ARM: dts: overo: fix gpmc nand on boards with ethernet
5869 - ARM: dts: STiH407-family: Provide interconnect clock for consumption in ST
5870 SDHCI
5871 - bus: arm-ccn: Fix PMU handling of MN
5872 - bus: arm-ccn: Do not attempt to configure XPs for cycle counter
5873 - bus: arm-ccn: Fix XP watchpoint settings bitmask
5874 - dm log writes: fix check of kthread_run() return value
5875 - dm log writes: move IO accounting earlier to fix error path
5876 - dm crypt: fix error with too large bios
5877 - pinctrl: pistachio: fix mfio pll_lock pinmux
5878 - pinctrl: sunxi: fix uart1 CTS/RTS pins at PG on A23/A33
5879 - arm64: spinlocks: implement smp_mb__before_spinlock() as smp_mb()
5880 - crypto: cryptd - initialize child shash_desc on import
5881 - Btrfs: remove root_log_ctx from ctx list before btrfs_sync_log returns
5882 - fuse: direct-io: don't dirty ITER_BVEC pages
5883 - xhci: fix null pointer dereference in stop command timeout function
5884 - md-cluster: make md-cluster also can work when compiled into kernel
5885 - ath9k: fix using sta->drv_priv before initializing it
5886 - Revert "wext: Fix 32 bit iwpriv compatibility issue with 64 bit Kernel"
5887 - sched/core: Fix a race between try_to_wake_up() and a woken up task
5888 - ipv6: addrconf: fix dev refcont leak when DAD failed
5889 - gma500: remove annoying deprecation warning
5890 - mpssd: fix buffer overflow warning
5891 - drm/i915: Avoid pointer arithmetic in calculating plane surface offset
5892 - mmc: dw_mmc: use resource_size_t to store physical address
5893 - pinctrl: at91-pio4: use %pr format string for resource
5894 - soc: qcom/spm: shut up uninitialized variable warning
5895 - kconfig: tinyconfig: provide whole choice blocks to avoid warnings
5896 - net: simplify napi_synchronize() to avoid warnings
5897 - drm: atmel-hlcdc: Fix vertical scaling
5898 - drm: Only use compat ioctl for addfb2 on X86/IA64
5899 - genirq: Provide irq_gc_{lock_irqsave,unlock_irqrestore}() helpers
5900 - irqchip/atmel-aic: Fix potential deadlock in ->xlate()
5901 - fix iov_iter_fault_in_readable()
5902 - microblaze: fix __get_user()
5903 - avr32: fix copy_from_user()
5904 - microblaze: fix copy_from_user()
5905 - fix minor infoleak in get_user_ex()
5906 - mn10300: failing __get_user() and get_user() should zero
5907 - m32r: fix __get_user()
5908 - sh64: failing __get_user() should zero
5909 - nios2: fix __get_user()
5910 - score: fix __get_user/get_user
5911 - s390: get_user() should zero on failure
5912 - ARC: uaccess: get_user to zero out dest in cause of fault
5913 - asm-generic: make get_user() clear the destination on errors
5914 - frv: fix clear_user()
5915 - cris: buggered copy_from_user/copy_to_user/clear_user
5916 - blackfin: fix copy_from_user()
5917 - score: fix copy_from_user() and friends
5918 - sh: fix copy_from_user()
5919 - hexagon: fix strncpy_from_user() error return
5920 - mips: copy_from_user() must zero the destination on access_ok() failure
5921 - asm-generic: make copy_from_user() zero the destination properly
5922 - alpha: fix copy_from_user()
5923 - metag: copy_from_user() should zero the destination on access_ok() failure
5924 - parisc: fix copy_from_user()
5925 - openrisc: fix copy_from_user()
5926 - nios2: copy_from_user() should zero the tail of destination
5927 - mn10300: copy_from_user() should zero on access_ok() failure...
5928 - sparc32: fix copy_from_user()
5929 - ppc32: fix copy_from_user()
5930 - genirq/msi: Fix broken debug output
5931 - ia64: copy_from_user() should zero the destination on access_ok() failure
5932 - avr32: fix 'undefined reference to `___copy_from_user'
5933 - openrisc: fix the fix of copy_from_user()
5934 - Linux 4.4.22
5935 * AES-XTS poor performance in Ubuntu 16.04 (LP: #1613295)
5936 - crypto: vmx - fix null dereference in p8_aes_xts_crypt
5937 * i40e/setting some ethtool features and remove module right after (modprobe
5938 -r) lead to crash in systems with more than 127 CPUs (LP: #1626782)
5939 - i40e: Fix errors resulted while turning off TSO
5940 * STC860:alpine-pdq:alpdq5p03: kernel panic when adding vnic (LP: #1626222)
5941 - ibmvnic: fix to use list_for_each_safe() when delete items
5942 * Stratton: ISST-LTE:UbuntuKVM: Failed to hotplug virtual devices to guest
5943 running Ubuntu 16.04.1 on UbuntuKVM16.04.1 #179 (LP: #1625986)
5944 - PCI: rpaphp: Fix slot registration for multiple slots under a PHB
5945 * nvme: Missing patch in Ubuntu-4.4.0-41.61 (LP: #1628520)
5946 - nvme: Call pci_disable_device on the error path.
5947
5948 -- Seth Forshee <seth.forshee@canonical.com> Thu, 20 Oct 2016 11:33:44 -0500
5949
5950 linux-snapdragon (4.4.0-1032.36) xenial; urgency=low
5951
5952 [ Ubuntu: 4.4.0-45.66 ]
5953
5954 * CVE-2016-5195
5955 - SAUCE: mm: remove gup_flags FOLL_WRITE games from __get_user_pages()
5956 * srcname from mount rule corrupted under load (LP: #1634753)
5957 - SAUCE: apparmor: fix sleep in critical section
5958
5959 [ Ubuntu: 4.4.0-43.63 ]
5960
5961 * kswapd0 100% CPU usage (LP: #1518457)
5962 - SAUCE: (no-up) If zone is so small that watermarks are the same, stop zone
5963 balance.
5964
5965 -- Stefan Bader <stefan.bader@canonical.com> Wed, 19 Oct 2016 13:25:51 +0200
5966
5967 linux-snapdragon (4.4.0-1030.33) xenial; urgency=low
5968
5969 [ Ubuntu: 4.4.0-42.62 ]
5970
5971 * Fix GRO recursion overflow for tunneling protocols (LP: #1631287)
5972 - tunnels: Don't apply GRO to multiple layers of encapsulation.
5973 - gro: Allow tunnel stacking in the case of FOU/GUE
5974 * CVE-2016-7039
5975 - SAUCE: net: add recursion limit to GRO
5976
5977 -- Seth Forshee <seth.forshee@canonical.com> Fri, 07 Oct 2016 14:29:56 -0500
5978
5979 linux-snapdragon (4.4.0-1029.32) xenial; urgency=low
5980
5981 [ Kamal Mostafa ]
5982
5983 * Release Tracking Bug
5984 - LP: #1628228
5985
5986 [ Ubuntu: 4.4.0-41.61 ]
5987
5988 * nvme drive probe failure (LP: #1626894)
5989 - (fix) NVMe: Don't unmap controller registers on reset
5990
5991 -- Kamal Mostafa <kamal@canonical.com> Tue, 27 Sep 2016 10:10:15 -0700
5992
5993 linux-snapdragon (4.4.0-1028.31) xenial; urgency=low
5994
5995 [ Ubuntu: 4.4.0-40.60 ]
5996
5997 * Release Tracking Bug
5998 - LP: #1627077
5999 * Permission denied in CIFS with kernel 4.4.0-38 (LP: #1626112)
6000 - Fix memory leaks in cifs_do_mount()
6001 - Compare prepaths when comparing superblocks
6002 - SAUCE: Fix regression which breaks DFS mounting
6003 * Backlight does not change when adjust it higher than 50% after S3
6004 (LP: #1625932)
6005 - SAUCE: i915_bpo: drm/i915/backlight: setup and cache pwm alternate
6006 increment value
6007 - SAUCE: i915_bpo: drm/i915/backlight: setup backlight pwm alternate
6008 increment on backlight enable
6009
6010 [ Ubuntu: 4.4.0-39.59 ]
6011
6012 * thunder: chip errata w/ multiple CQEs for a TSO packet (LP: #1624569)
6013 - net: thunderx: Fix for issues with multiple CQEs posted for a TSO packet
6014 * thunder: faulty TSO padding (LP: #1623627)
6015 - net: thunderx: Fix for HW issue while padding TSO packet
6016 * CVE-2016-6828
6017 - tcp: fix use after free in tcp_xmit_retransmit_queue()
6018 * Sennheiser Officerunner - cannot get freq at ep 0x83 (LP: #1622763)
6019 - SAUCE: (no-up) ALSA: usb-audio: Add quirk for sennheiser officerunner
6020 * Backport E3 Skylake Support in ie31200_edac to Xenial (LP: #1619766)
6021 - EDAC, ie31200_edac: Add Skylake support
6022 * Ubuntu 16.04 - Full EEH Recovery Support for NVMe devices (LP: #1602724)
6023 - SAUCE: nvme: Don't suspend admin queue that wasn't created
6024 * ISST-LTE:pNV: system ben is hung during ST (nvme) (LP: #1620317)
6025 - blk-mq: Allow timeouts to run while queue is freezing
6026 - blk-mq: improve warning for running a queue on the wrong CPU
6027 - blk-mq: don't overwrite rq->mq_ctx
6028 * lsattr 32bit does not work on 64bit kernel (Inappropriate ioctl error)
6029 (LP: #1619918)
6030 - btrfs: bugfix: handle FS_IOC32_{GETFLAGS, SETFLAGS, GETVERSION} in
6031 btrfs_ioctl
6032 * radeon: monitor connected to onboard VGA doesn't work with Xenial
6033 (LP: #1600092)
6034 - drm/radeon/dp: add back special handling for NUTMEG
6035 * initramfs includes qle driver, but not firmware (LP: #1623187)
6036 - qed: add MODULE_FIRMWARE()
6037 * [Hyper-V] Rebase Hyper-V to 4.7.2 (stable) (LP: #1616677)
6038 - hv_netvsc: Implement support for VF drivers on Hyper-V
6039 - hv_netvsc: Fix the list processing for network change event
6040 - Drivers: hv: vmbus: Introduce functions for estimating room in the ring
6041 buffer
6042 - Drivers: hv: vmbus: Use READ_ONCE() to read variables that are volatile
6043 - Drivers: hv: vmbus: Export the vmbus_set_event() API
6044 - lcoking/barriers, arch: Use smp barriers in smp_store_release()
6045 - asm-generic: guard smp_store_release/load_acquire
6046 - x86: reuse asm-generic/barrier.h
6047 - asm-generic: add __smp_xxx wrappers
6048 - x86: define __smp_xxx
6049 - asm-generic: implement virt_xxx memory barriers
6050 - Drivers: hv: vmbus: Move some ring buffer functions to hyperv.h
6051 - Drivers: hv: vmbus: Implement APIs to support "in place" consumption of
6052 vmbus packets
6053 - drivers:hv: Lock access to hyperv_mmio resource tree
6054 - drivers:hv: Make a function to free mmio regions through vmbus
6055 - drivers:hv: Track allocations of children of hv_vmbus in private resource
6056 tree
6057 - drivers:hv: Separate out frame buffer logic when picking MMIO range
6058 - Drivers: hv: vmbus: handle various crash scenarios
6059 - Drivers: hv: balloon: don't crash when memory is added in non-sorted order
6060 - Drivers: hv: balloon: reset host_specified_ha_region
6061 - tools: hv: lsvmbus: add pci pass-through UUID
6062 - hv_netvsc: move start_remove flag to net_device_context
6063 - hv_netvsc: use start_remove flag to protect netvsc_link_change()
6064 - hv_netvsc: untangle the pointer mess
6065 - hv_netvsc: get rid of struct net_device pointer in struct netvsc_device
6066 - hv_netvsc: synchronize netvsc_change_mtu()/netvsc_set_channels() with
6067 netvsc_remove()
6068 - hv_netvsc: set nvdev link after populating chn_table
6069 - hv_netvsc: Fix VF register on vlan devices
6070 - hv_netvsc: remove redundant assignment in netvsc_recv_callback()
6071 - hv_netvsc: introduce {net, hv}_device_to_netvsc_device() helpers
6072 - hv_netvsc: pass struct netvsc_device to rndis_filter_{open, close}()
6073 - hv_netvsc: pass struct net_device to rndis_filter_set_device_mac()
6074 - hv_netvsc: pass struct net_device to rndis_filter_set_offload_params()
6075 - netvsc: get rid of completion timeouts
6076 - PCI: hv: Don't leak buffer in hv_pci_onchannelcallback()
6077 - PCI: hv: Handle all pending messages in hv_pci_onchannelcallback()
6078 - netvsc: Use the new in-place consumption APIs in the rx path
6079 - x86/kernel: Audit and remove any unnecessary uses of module.h
6080 - PCI: hv: Fix interrupt cleanup path
6081 - hv_netvsc: Fix VF register on bonding devices
6082 - hv_netvsc: don't lose VF information
6083 - hv_netvsc: avoid deadlocks between rtnl lock and vf_use_cnt wait
6084 - hv_netvsc: reset vf_inject on VF removal
6085 - hv_netvsc: protect module refcount by checking net_device_ctx->vf_netdev
6086 - hv_netvsc: fix bonding devices check in netvsc_netdev_event()
6087 - Drivers: hv: vmbus: Use the new virt_xx barrier code
6088 - ixgbevf: call ndo_stop() instead of dev_close() when running offline
6089 selftest
6090 - ixgbevf: fix error code path when setting MAC address
6091 - ixgbevf: use bit operations for setting and checking resets
6092 - ixgbevf: Add support for generic Tx checksums
6093 - ixgbe/ixgbevf: Add support for bulk free in Tx cleanup & cleanup boolean
6094 logic
6095 - ixgbevf: refactor ethtool stats handling
6096 - ixgbevf: add support for per-queue ethtool stats
6097 - ixgbevf: make use of BIT() macro to avoid shift of signed values
6098 - ixgbevf: Move API negotiation function into mac_ops
6099 - ixgbevf: Add the device ID's presented while running on Hyper-V
6100 - ixgbevf: Support Windows hosts (Hyper-V)
6101 - ixgbevf: Change the relaxed order settings in VF driver for sparc
6102 - ixgbevf: Use mac_ops instead of trying to identify NIC type
6103 * New device ID for Kabypoint (LP: #1622469)
6104 - mfd: lpss: Add Intel Kaby Lake PCH-H PCI IDs
6105 - SAUCE: i2c: i801: Add support for Kaby Lake PCH-H
6106 * Xenial update to v4.4.21 stable release (LP: #1624037)
6107 - Revert "i40e: fix: do not sleep in netdev_ops"
6108 - fs: Check for invalid i_uid in may_follow_link()
6109 - netfilter: x_tables: check for size overflow
6110 - ext4: validate that metadata blocks do not overlap superblock
6111 - ext4: fix xattr shifting when expanding inodes
6112 - ext4: fix xattr shifting when expanding inodes part 2
6113 - ext4: properly align shifted xattrs when expanding inodes
6114 - ext4: avoid deadlock when expanding inode size
6115 - ext4: avoid modifying checksum fields directly during checksum verification
6116 - block: Fix race triggered by blk_set_queue_dying()
6117 - block: make sure a big bio is split into at most 256 bvecs
6118 - cgroup: reduce read locked section of cgroup_threadgroup_rwsem during fork
6119 - s390/sclp_ctl: fix potential information leak with /dev/sclp
6120 - drm/radeon: fix radeon_move_blit on 32bit systems
6121 - drm: Reject page_flip for !DRIVER_MODESET
6122 - drm/msm: fix use of copy_from_user() while holding spinlock
6123 - ASoC: atmel_ssc_dai: Don't unconditionally reset SSC on stream startup
6124 - xfs: fix superblock inprogress check
6125 - timekeeping: Cap array access in timekeeping_debug
6126 - timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPING
6127 - lustre: remove unused declaration
6128 - wrappers for ->i_mutex access
6129 - ovl: don't copy up opaqueness
6130 - ovl: remove posix_acl_default from workdir
6131 - ovl: listxattr: use strnlen()
6132 - ovl: fix workdir creation
6133 - ubifs: Fix assertion in layout_in_gaps()
6134 - bcache: RESERVE_PRIO is too small by one when prio_buckets() is a power of
6135 two.
6136 - vhost/scsi: fix reuse of &vq->iov[out] in response
6137 - x86/apic: Do not init irq remapping if ioapic is disabled
6138 - uprobes: Fix the memcg accounting
6139 - crypto: caam - fix IV loading for authenc (giv)decryption
6140 - ALSA: usb-audio: Add sample rate inquiry quirk for B850V3 CP2114
6141 - ALSA: firewire-tascam: accessing to user space outside spinlock
6142 - ALSA: fireworks: accessing to user space outside spinlock
6143 - ALSA: rawmidi: Fix possible deadlock with virmidi registration
6144 - ALSA: hda - Add headset mic quirk for Dell Inspiron 5468
6145 - ALSA: hda - Enable subwoofer on Dell Inspiron 7559
6146 - ALSA: timer: fix NULL pointer dereference in read()/ioctl() race
6147 - ALSA: timer: fix division by zero after SNDRV_TIMER_IOCTL_CONTINUE
6148 - ALSA: timer: fix NULL pointer dereference on memory allocation failure
6149 - scsi: fix upper bounds check of sense key in scsi_sense_key_string()
6150 - metag: Fix atomic_*_return inline asm constraints
6151 - cpufreq: Fix GOV_LIMITS handling for the userspace governor
6152 - hwrng: exynos - Disable runtime PM on probe failure
6153 - regulator: anatop: allow regulator to be in bypass mode
6154 - lib/mpi: mpi_write_sgl(): fix skipping of leading zero limbs
6155 - Linux 4.4.21
6156 * Headset mic detection on some variants of Dell Inspiron 5468 (LP: #1617900)
6157 - ALSA: hda - Add headset mic quirk for Dell Inspiron 5468
6158 * Xenial update to v4.4.20 stable release (LP: #1621113)
6159 - hugetlb: fix nr_pmds accounting with shared page tables
6160 - x86/mm: Disable preemption during CR3 read+write
6161 - uprobes/x86: Fix RIP-relative handling of EVEX-encoded instructions
6162 - tools/testing/nvdimm: fix SIGTERM vs hotplug crash
6163 - SUNRPC: Handle EADDRNOTAVAIL on connection failures
6164 - SUNRPC: allow for upcalls for same uid but different gss service
6165 - powerpc/eeh: eeh_pci_enable(): fix checking of post-request state
6166 - ALSA: usb-audio: Add a sample rate quirk for Creative Live! Cam Socialize HD
6167 (VF0610)
6168 - ALSA: usb-audio: Add quirk for ELP HD USB Camera
6169 - arm64: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFO
6170 - parisc: Fix order of EREFUSED define in errno.h
6171 - virtio: fix memory leak in virtqueue_add()
6172 - vfio/pci: Fix NULL pointer oops in error interrupt setup handling
6173 - perf intel-pt: Fix occasional decoding errors when tracing system-wide
6174 - libnvdimm, nd_blk: mask off reserved status bits
6175 - ALSA: hda - Manage power well properly for resume
6176 - NVMe: Don't unmap controller registers on reset
6177 - PCI: Support PCIe devices with short cfg_size
6178 - PCI: Add Netronome vendor and device IDs
6179 - PCI: Limit config space size for Netronome NFP6000 family
6180 - PCI: Add Netronome NFP4000 PF device ID
6181 - PCI: Limit config space size for Netronome NFP4000
6182 - mmc: sdhci-acpi: Reduce Baytrail eMMC/SD/SDIO hangs
6183 - ACPI: CPPC: Return error if _CPC is invalid on a CPU
6184 - ACPI / CPPC: Prevent cpc_desc_ptr points to the invalid data
6185 - um: Don't discard .text.exit section
6186 - genirq/msi: Remove unused MSI_FLAG_IDENTITY_MAP
6187 - genirq/msi: Make sure PCI MSIs are activated early
6188 - crypto: caam - fix non-hmac hashes
6189 - crypto: caam - fix echainiv(authenc) encrypt shared descriptor
6190 - crypto: caam - defer aead_set_sh_desc in case of zero authsize
6191 - usb: ehci: change order of register cleanup during shutdown
6192 - usb: misc: usbtest: add fix for driver hang
6193 - usb: dwc3: pci: add Intel Kabylake PCI ID
6194 - usb: dwc3: gadget: increment request->actual once
6195 - usb: hub: Fix unbalanced reference count/memory leak/deadlocks
6196 - USB: hub: fix up early-exit pathway in hub_activate
6197 - USB: hub: change the locking in hub_activate
6198 - usb: renesas_usbhs: clear the BRDYSTS in usbhsg_ep_enable()
6199 - usb: renesas_usbhs: Use dmac only if the pipe type is bulk
6200 - USB: validate wMaxPacketValue entries in endpoint descriptors
6201 - usb: gadget: fsl_qe_udc: off by one in setup_received_handle()
6202 - usb/gadget: fix gadgetfs aio support.
6203 - xhci: always handle "Command Ring Stopped" events
6204 - usb: xhci: Fix panic if disconnect
6205 - xhci: don't dereference a xhci member after removing xhci
6206 - USB: serial: fix memleak in driver-registration error path
6207 - USB: serial: option: add D-Link DWM-156/A3
6208 - USB: serial: option: add support for Telit LE920A4
6209 - USB: serial: ftdi_sio: add device ID for WICED USB UART dev board
6210 - USB: serial: ftdi_sio: add PIDs for Ivium Technologies devices
6211 - iommu/dma: Don't put uninitialised IOVA domains
6212 - iommu/arm-smmu: Fix CMDQ error handling
6213 - iommu/arm-smmu: Don't BUG() if we find aborting STEs with disable_bypass
6214 - pinctrl/amd: Remove the default de-bounce time
6215 - EDAC: Increment correct counter in edac_inc_ue_error()
6216 - s390/dasd: fix hanging device after clear subchannel
6217 - mac80211: fix purging multicast PS buffer queue
6218 - arm64: dts: rockchip: add reset saradc node for rk3368 SoCs
6219 - of: fix reference counting in of_graph_get_endpoint_by_regs
6220 - sched/cputime: Fix NO_HZ_FULL getrusage() monotonicity regression
6221 - sched/nohz: Fix affine unpinned timers mess
6222 - iio: fix sched WARNING "do not call blocking ops when !TASK_RUNNING"
6223 - drm/amdgpu: Change GART offset to 64-bit
6224 - drm/amdgpu: fix amdgpu_move_blit on 32bit systems
6225 - drm/amdgpu: avoid a possible array overflow
6226 - drm/amdgpu: skip TV/CV in display parsing
6227 - drm/amd/amdgpu: sdma resume fail during S4 on CI
6228 - drm/amdgpu: record error code when ring test failed
6229 - drm/i915: fix aliasing_ppgtt leak
6230 - ARC: build: Better way to detect ISA compatible toolchain
6231 - ARC: use correct offset in pt_regs for saving/restoring user mode r25
6232 - ARC: Call trace_hardirqs_on() before enabling irqs
6233 - ARC: Elide redundant setup of DMA callbacks
6234 - aacraid: Check size values after double-fetch from user
6235 - mfd: cros_ec: Add cros_ec_cmd_xfer_status() helper
6236 - i2c: cros-ec-tunnel: Fix usage of cros_ec_cmd_xfer()
6237 - cdc-acm: fix wrong pipe type on rx interrupt xfers
6238 - mpt3sas: Fix resume on WarpDrive flash cards
6239 - megaraid_sas: Fix probing cards without io port
6240 - usb: renesas_usbhs: gadget: fix return value check in
6241 usbhs_mod_gadget_probe()
6242 - gpio: Fix OF build problem on UM
6243 - fs/seq_file: fix out-of-bounds read
6244 - btrfs: waiting on qgroup rescan should not always be interruptible
6245 - btrfs: properly track when rescan worker is running
6246 - Input: tegra-kbc - fix inverted reset logic
6247 - Input: i8042 - break load dependency between atkbd/psmouse and i8042
6248 - Input: i8042 - set up shared ps2_cmd_mutex for AUX ports
6249 - crypto: nx - off by one bug in nx_of_update_msc()
6250 - crypto: qat - fix aes-xts key sizes
6251 - dmaengine: usb-dmac: check CHCR.DE bit in usb_dmac_isr_channel()
6252 - USB: avoid left shift by -1
6253 - usb: chipidea: udc: don't touch DP when controller is in host mode
6254 - USB: fix typo in wMaxPacketSize validation
6255 - USB: serial: mos7720: fix non-atomic allocation in write path
6256 - USB: serial: mos7840: fix non-atomic allocation in write path
6257 - USB: serial: option: add WeTelecom WM-D200
6258 - USB: serial: option: add WeTelecom 0x6802 and 0x6803 products
6259 - staging: comedi: daqboard2000: bug fix board type matching code
6260 - staging: comedi: comedi_test: fix timer race conditions
6261 - staging: comedi: ni_mio_common: fix AO inttrig backwards compatibility
6262 - staging: comedi: ni_mio_common: fix wrong insn_write handler
6263 - ACPI / drivers: fix typo in ACPI_DECLARE_PROBE_ENTRY macro
6264 - ACPI / drivers: replace acpi_probe_lock spinlock with mutex
6265 - ACPI / sysfs: fix error code in get_status()
6266 - ACPI / SRAT: fix SRAT parsing order with both LAPIC and X2APIC present
6267 - ALSA: line6: Remove double line6_pcm_release() after failed acquire.
6268 - ALSA: line6: Give up on the lock while URBs are released.
6269 - ALSA: line6: Fix POD sysfs attributes segfault
6270 - hwmon: (iio_hwmon) fix memory leak in name attribute
6271 - sysfs: correctly handle read offset on PREALLOC attrs
6272 - Linux 4.4.20
6273 * Failed to acknowledge elog: /sys/firmware/opal/elog/0x5018d709/acknowledge
6274 (2:No such file or directory) (LP: #1619552)
6275 - powerpc/powernv : Drop reference added by kset_find_obj()
6276 * backport support for userspace access of DP aux devices (LP: #1619756)
6277 - drm/dp: Add a drm_aux-dev module for reading/writing dpcd registers.
6278 - drm/dp: Allow signals to interrupt drm_aux-dev reads/writes
6279 - [Config] CONFIG_DRM_DP_AUX_CHARDEV=y
6280 * Enable virtual scsi server driver for Power (LP: #1615665)
6281 - SAUCE: Ibmvscsis: Properly deregister target sessions
6282 - SAUCE: Return TCMU-generated sense data to fabric module
6283 - SAUCE: Ibmvscsis: Code cleanup of print statements
6284 - SAUCE: Ibmvscsis: Fixed a bug reported by Dan Carpenter
6285 * ISST-LTE: system dropped into xmon at pcibios_release_device+0x5c/0x80
6286 during running dlpar test on monklp3 (LP: #1618151)
6287 - powerpc/pseries: use pci_host_bridge.release_fn() to kfree(phb)
6288 * Kernel Build Fails for Fuse Module (LP: #1617550)
6289 - SAUCE: (namespace) userns: Export current_in_userns to modules
6290 * boot-time kernel panic introduced in 4.4.0-18, not present in 4.4.0-15
6291 (LP: #1572630)
6292 - blk-mq: Reuse hardware context cpumask for tags
6293 - blk-mq: Use proper cpumask iterator
6294
6295 -- Kamal Mostafa <kamal@canonical.com> Fri, 23 Sep 2016 12:16:37 -0700
6296
6297 linux-snapdragon (4.4.0-1027.30) xenial; urgency=low
6298
6299 [ Joseph Salisbury ]
6300
6301 * Release Tracking Bug
6302 - LP: #1625328
6303
6304 * thunder: chip errata w/ multiple CQEs for a TSO packet (LP: #1624569)
6305 - net: thunderx: Fix for issues with multiple CQEs posted for a TSO packet
6306
6307 * thunder: faulty TSO padding (LP: #1623627)
6308 - net: thunderx: Fix for HW issue while padding TSO packet
6309
6310 * CVE-2016-6828
6311 - tcp: fix use after free in tcp_xmit_retransmit_queue()
6312
6313 * Sennheiser Officerunner - cannot get freq at ep 0x83 (LP: #1622763)
6314 - SAUCE: (no-up) ALSA: usb-audio: Add quirk for sennheiser officerunner
6315
6316 * Backport E3 Skylake Support in ie31200_edac to Xenial (LP: #1619766)
6317 - EDAC, ie31200_edac: Add Skylake support
6318
6319 * Ubuntu 16.04 - Full EEH Recovery Support for NVMe devices (LP: #1602724)
6320 - SAUCE: nvme: Don't suspend admin queue that wasn't created
6321
6322 * ISST-LTE:pNV: system ben is hung during ST (nvme) (LP: #1620317)
6323 - blk-mq: Allow timeouts to run while queue is freezing
6324 - blk-mq: improve warning for running a queue on the wrong CPU
6325 - blk-mq: don't overwrite rq->mq_ctx
6326
6327 * lsattr 32bit does not work on 64bit kernel (Inappropriate ioctl error)
6328 (LP: #1619918)
6329 - btrfs: bugfix: handle FS_IOC32_{GETFLAGS, SETFLAGS, GETVERSION} in
6330 btrfs_ioctl
6331
6332 * radeon: monitor connected to onboard VGA doesn't work with Xenial
6333 (LP: #1600092)
6334 - drm/radeon/dp: add back special handling for NUTMEG
6335
6336 * initramfs includes qle driver, but not firmware (LP: #1623187)
6337 - qed: add MODULE_FIRMWARE()
6338
6339 * [Hyper-V] Rebase Hyper-V to 4.7.2 (stable) (LP: #1616677)
6340 - hv_netvsc: Implement support for VF drivers on Hyper-V
6341 - hv_netvsc: Fix the list processing for network change event
6342 - Drivers: hv: vmbus: Introduce functions for estimating room in the ring
6343 buffer
6344 - Drivers: hv: vmbus: Use READ_ONCE() to read variables that are volatile
6345 - Drivers: hv: vmbus: Export the vmbus_set_event() API
6346 - lcoking/barriers, arch: Use smp barriers in smp_store_release()
6347 - asm-generic: guard smp_store_release/load_acquire
6348 - x86: reuse asm-generic/barrier.h
6349 - asm-generic: add __smp_xxx wrappers
6350 - x86: define __smp_xxx
6351 - asm-generic: implement virt_xxx memory barriers
6352 - Drivers: hv: vmbus: Move some ring buffer functions to hyperv.h
6353 - Drivers: hv: vmbus: Implement APIs to support "in place" consumption of
6354 vmbus packets
6355 - drivers:hv: Lock access to hyperv_mmio resource tree
6356 - drivers:hv: Make a function to free mmio regions through vmbus
6357 - drivers:hv: Track allocations of children of hv_vmbus in private resource
6358 tree
6359 - drivers:hv: Separate out frame buffer logic when picking MMIO range
6360 - Drivers: hv: vmbus: handle various crash scenarios
6361 - Drivers: hv: balloon: don't crash when memory is added in non-sorted order
6362 - Drivers: hv: balloon: reset host_specified_ha_region
6363 - tools: hv: lsvmbus: add pci pass-through UUID
6364 - hv_netvsc: move start_remove flag to net_device_context
6365 - hv_netvsc: use start_remove flag to protect netvsc_link_change()
6366 - hv_netvsc: untangle the pointer mess
6367 - hv_netvsc: get rid of struct net_device pointer in struct netvsc_device
6368 - hv_netvsc: synchronize netvsc_change_mtu()/netvsc_set_channels() with
6369 netvsc_remove()
6370 - hv_netvsc: set nvdev link after populating chn_table
6371 - hv_netvsc: Fix VF register on vlan devices
6372 - hv_netvsc: remove redundant assignment in netvsc_recv_callback()
6373 - hv_netvsc: introduce {net, hv}_device_to_netvsc_device() helpers
6374 - hv_netvsc: pass struct netvsc_device to rndis_filter_{open, close}()
6375 - hv_netvsc: pass struct net_device to rndis_filter_set_device_mac()
6376 - hv_netvsc: pass struct net_device to rndis_filter_set_offload_params()
6377 - netvsc: get rid of completion timeouts
6378 - PCI: hv: Don't leak buffer in hv_pci_onchannelcallback()
6379 - PCI: hv: Handle all pending messages in hv_pci_onchannelcallback()
6380 - netvsc: Use the new in-place consumption APIs in the rx path
6381 - x86/kernel: Audit and remove any unnecessary uses of module.h
6382 - PCI: hv: Fix interrupt cleanup path
6383 - hv_netvsc: Fix VF register on bonding devices
6384 - hv_netvsc: don't lose VF information
6385 - hv_netvsc: avoid deadlocks between rtnl lock and vf_use_cnt wait
6386 - hv_netvsc: reset vf_inject on VF removal
6387 - hv_netvsc: protect module refcount by checking net_device_ctx->vf_netdev
6388 - hv_netvsc: fix bonding devices check in netvsc_netdev_event()
6389 - Drivers: hv: vmbus: Use the new virt_xx barrier code
6390 - ixgbevf: call ndo_stop() instead of dev_close() when running offline
6391 selftest
6392 - ixgbevf: fix error code path when setting MAC address
6393 - ixgbevf: use bit operations for setting and checking resets
6394 - ixgbevf: Add support for generic Tx checksums
6395 - ixgbe/ixgbevf: Add support for bulk free in Tx cleanup & cleanup boolean
6396 logic
6397 - ixgbevf: refactor ethtool stats handling
6398 - ixgbevf: add support for per-queue ethtool stats
6399 - ixgbevf: make use of BIT() macro to avoid shift of signed values
6400 - ixgbevf: Move API negotiation function into mac_ops
6401 - ixgbevf: Add the device ID's presented while running on Hyper-V
6402 - ixgbevf: Support Windows hosts (Hyper-V)
6403 - ixgbevf: Change the relaxed order settings in VF driver for sparc
6404 - ixgbevf: Use mac_ops instead of trying to identify NIC type
6405
6406 * New device ID for Kabypoint (LP: #1622469)
6407 - mfd: lpss: Add Intel Kaby Lake PCH-H PCI IDs
6408 - SAUCE: i2c: i801: Add support for Kaby Lake PCH-H
6409
6410 * Xenial update to v4.4.21 stable release (LP: #1624037)
6411 - Revert "i40e: fix: do not sleep in netdev_ops"
6412 - fs: Check for invalid i_uid in may_follow_link()
6413 - netfilter: x_tables: check for size overflow
6414 - ext4: validate that metadata blocks do not overlap superblock
6415 - ext4: fix xattr shifting when expanding inodes
6416 - ext4: fix xattr shifting when expanding inodes part 2
6417 - ext4: properly align shifted xattrs when expanding inodes
6418 - ext4: avoid deadlock when expanding inode size
6419 - ext4: avoid modifying checksum fields directly during checksum verification
6420 - block: Fix race triggered by blk_set_queue_dying()
6421 - block: make sure a big bio is split into at most 256 bvecs
6422 - cgroup: reduce read locked section of cgroup_threadgroup_rwsem during fork
6423 - s390/sclp_ctl: fix potential information leak with /dev/sclp
6424 - drm/radeon: fix radeon_move_blit on 32bit systems
6425 - drm: Reject page_flip for !DRIVER_MODESET
6426 - drm/msm: fix use of copy_from_user() while holding spinlock
6427 - ASoC: atmel_ssc_dai: Don't unconditionally reset SSC on stream startup
6428 - xfs: fix superblock inprogress check
6429 - timekeeping: Cap array access in timekeeping_debug
6430 - timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPING
6431 - lustre: remove unused declaration
6432 - wrappers for ->i_mutex access
6433 - ovl: don't copy up opaqueness
6434 - ovl: remove posix_acl_default from workdir
6435 - ovl: listxattr: use strnlen()
6436 - ovl: fix workdir creation
6437 - ubifs: Fix assertion in layout_in_gaps()
6438 - bcache: RESERVE_PRIO is too small by one when prio_buckets() is a power of
6439 two.
6440 - vhost/scsi: fix reuse of &vq->iov[out] in response
6441 - x86/apic: Do not init irq remapping if ioapic is disabled
6442 - uprobes: Fix the memcg accounting
6443 - crypto: caam - fix IV loading for authenc (giv)decryption
6444 - ALSA: usb-audio: Add sample rate inquiry quirk for B850V3 CP2114
6445 - ALSA: firewire-tascam: accessing to user space outside spinlock
6446 - ALSA: fireworks: accessing to user space outside spinlock
6447 - ALSA: rawmidi: Fix possible deadlock with virmidi registration
6448 - ALSA: hda - Add headset mic quirk for Dell Inspiron 5468
6449 - ALSA: hda - Enable subwoofer on Dell Inspiron 7559
6450 - ALSA: timer: fix NULL pointer dereference in read()/ioctl() race
6451 - ALSA: timer: fix division by zero after SNDRV_TIMER_IOCTL_CONTINUE
6452 - ALSA: timer: fix NULL pointer dereference on memory allocation failure
6453 - scsi: fix upper bounds check of sense key in scsi_sense_key_string()
6454 - metag: Fix atomic_*_return inline asm constraints
6455 - cpufreq: Fix GOV_LIMITS handling for the userspace governor
6456 - hwrng: exynos - Disable runtime PM on probe failure
6457 - regulator: anatop: allow regulator to be in bypass mode
6458 - lib/mpi: mpi_write_sgl(): fix skipping of leading zero limbs
6459 - Linux 4.4.21
6460
6461 * Headset mic detection on some variants of Dell Inspiron 5468 (LP: #1617900)
6462 - ALSA: hda - Add headset mic quirk for Dell Inspiron 5468
6463
6464 * Xenial update to v4.4.20 stable release (LP: #1621113)
6465 - hugetlb: fix nr_pmds accounting with shared page tables
6466 - x86/mm: Disable preemption during CR3 read+write
6467 - uprobes/x86: Fix RIP-relative handling of EVEX-encoded instructions
6468 - tools/testing/nvdimm: fix SIGTERM vs hotplug crash
6469 - SUNRPC: Handle EADDRNOTAVAIL on connection failures
6470 - SUNRPC: allow for upcalls for same uid but different gss service
6471 - powerpc/eeh: eeh_pci_enable(): fix checking of post-request state
6472 - ALSA: usb-audio: Add a sample rate quirk for Creative Live! Cam Socialize HD
6473 (VF0610)
6474 - ALSA: usb-audio: Add quirk for ELP HD USB Camera
6475 - arm64: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFO
6476 - parisc: Fix order of EREFUSED define in errno.h
6477 - virtio: fix memory leak in virtqueue_add()
6478 - vfio/pci: Fix NULL pointer oops in error interrupt setup handling
6479 - perf intel-pt: Fix occasional decoding errors when tracing system-wide
6480 - libnvdimm, nd_blk: mask off reserved status bits
6481 - ALSA: hda - Manage power well properly for resume
6482 - NVMe: Don't unmap controller registers on reset
6483 - PCI: Support PCIe devices with short cfg_size
6484 - PCI: Add Netronome vendor and device IDs
6485 - PCI: Limit config space size for Netronome NFP6000 family
6486 - PCI: Add Netronome NFP4000 PF device ID
6487 - PCI: Limit config space size for Netronome NFP4000
6488 - mmc: sdhci-acpi: Reduce Baytrail eMMC/SD/SDIO hangs
6489 - ACPI: CPPC: Return error if _CPC is invalid on a CPU
6490 - ACPI / CPPC: Prevent cpc_desc_ptr points to the invalid data
6491 - um: Don't discard .text.exit section
6492 - genirq/msi: Remove unused MSI_FLAG_IDENTITY_MAP
6493 - genirq/msi: Make sure PCI MSIs are activated early
6494 - crypto: caam - fix non-hmac hashes
6495 - crypto: caam - fix echainiv(authenc) encrypt shared descriptor
6496 - crypto: caam - defer aead_set_sh_desc in case of zero authsize
6497 - usb: ehci: change order of register cleanup during shutdown
6498 - usb: misc: usbtest: add fix for driver hang
6499 - usb: dwc3: pci: add Intel Kabylake PCI ID
6500 - usb: dwc3: gadget: increment request->actual once
6501 - usb: hub: Fix unbalanced reference count/memory leak/deadlocks
6502 - USB: hub: fix up early-exit pathway in hub_activate
6503 - USB: hub: change the locking in hub_activate
6504 - usb: renesas_usbhs: clear the BRDYSTS in usbhsg_ep_enable()
6505 - usb: renesas_usbhs: Use dmac only if the pipe type is bulk
6506 - USB: validate wMaxPacketValue entries in endpoint descriptors
6507 - usb: gadget: fsl_qe_udc: off by one in setup_received_handle()
6508 - usb/gadget: fix gadgetfs aio support.
6509 - xhci: always handle "Command Ring Stopped" events
6510 - usb: xhci: Fix panic if disconnect
6511 - xhci: don't dereference a xhci member after removing xhci
6512 - USB: serial: fix memleak in driver-registration error path
6513 - USB: serial: option: add D-Link DWM-156/A3
6514 - USB: serial: option: add support for Telit LE920A4
6515 - USB: serial: ftdi_sio: add device ID for WICED USB UART dev board
6516 - USB: serial: ftdi_sio: add PIDs for Ivium Technologies devices
6517 - iommu/dma: Don't put uninitialised IOVA domains
6518 - iommu/arm-smmu: Fix CMDQ error handling
6519 - iommu/arm-smmu: Don't BUG() if we find aborting STEs with disable_bypass
6520 - pinctrl/amd: Remove the default de-bounce time
6521 - EDAC: Increment correct counter in edac_inc_ue_error()
6522 - s390/dasd: fix hanging device after clear subchannel
6523 - mac80211: fix purging multicast PS buffer queue
6524 - arm64: dts: rockchip: add reset saradc node for rk3368 SoCs
6525 - of: fix reference counting in of_graph_get_endpoint_by_regs
6526 - sched/cputime: Fix NO_HZ_FULL getrusage() monotonicity regression
6527 - sched/nohz: Fix affine unpinned timers mess
6528 - iio: fix sched WARNING "do not call blocking ops when !TASK_RUNNING"
6529 - drm/amdgpu: Change GART offset to 64-bit
6530 - drm/amdgpu: fix amdgpu_move_blit on 32bit systems
6531 - drm/amdgpu: avoid a possible array overflow
6532 - drm/amdgpu: skip TV/CV in display parsing
6533 - drm/amd/amdgpu: sdma resume fail during S4 on CI
6534 - drm/amdgpu: record error code when ring test failed
6535 - drm/i915: fix aliasing_ppgtt leak
6536 - ARC: build: Better way to detect ISA compatible toolchain
6537 - ARC: use correct offset in pt_regs for saving/restoring user mode r25
6538 - ARC: Call trace_hardirqs_on() before enabling irqs
6539 - ARC: Elide redundant setup of DMA callbacks
6540 - aacraid: Check size values after double-fetch from user
6541 - mfd: cros_ec: Add cros_ec_cmd_xfer_status() helper
6542 - i2c: cros-ec-tunnel: Fix usage of cros_ec_cmd_xfer()
6543 - cdc-acm: fix wrong pipe type on rx interrupt xfers
6544 - mpt3sas: Fix resume on WarpDrive flash cards
6545 - megaraid_sas: Fix probing cards without io port
6546 - usb: renesas_usbhs: gadget: fix return value check in
6547 usbhs_mod_gadget_probe()
6548 - gpio: Fix OF build problem on UM
6549 - fs/seq_file: fix out-of-bounds read
6550 - btrfs: waiting on qgroup rescan should not always be interruptible
6551 - btrfs: properly track when rescan worker is running
6552 - Input: tegra-kbc - fix inverted reset logic
6553 - Input: i8042 - break load dependency between atkbd/psmouse and i8042
6554 - Input: i8042 - set up shared ps2_cmd_mutex for AUX ports
6555 - crypto: nx - off by one bug in nx_of_update_msc()
6556 - crypto: qat - fix aes-xts key sizes
6557 - dmaengine: usb-dmac: check CHCR.DE bit in usb_dmac_isr_channel()
6558 - USB: avoid left shift by -1
6559 - usb: chipidea: udc: don't touch DP when controller is in host mode
6560 - USB: fix typo in wMaxPacketSize validation
6561 - USB: serial: mos7720: fix non-atomic allocation in write path
6562 - USB: serial: mos7840: fix non-atomic allocation in write path
6563 - USB: serial: option: add WeTelecom WM-D200
6564 - USB: serial: option: add WeTelecom 0x6802 and 0x6803 products
6565 - staging: comedi: daqboard2000: bug fix board type matching code
6566 - staging: comedi: comedi_test: fix timer race conditions
6567 - staging: comedi: ni_mio_common: fix AO inttrig backwards compatibility
6568 - staging: comedi: ni_mio_common: fix wrong insn_write handler
6569 - ACPI / drivers: fix typo in ACPI_DECLARE_PROBE_ENTRY macro
6570 - ACPI / drivers: replace acpi_probe_lock spinlock with mutex
6571 - ACPI / sysfs: fix error code in get_status()
6572 - ACPI / SRAT: fix SRAT parsing order with both LAPIC and X2APIC present
6573 - ALSA: line6: Remove double line6_pcm_release() after failed acquire.
6574 - ALSA: line6: Give up on the lock while URBs are released.
6575 - ALSA: line6: Fix POD sysfs attributes segfault
6576 - hwmon: (iio_hwmon) fix memory leak in name attribute
6577 - sysfs: correctly handle read offset on PREALLOC attrs
6578 - Linux 4.4.20
6579
6580 * Failed to acknowledge elog: /sys/firmware/opal/elog/0x5018d709/acknowledge
6581 (2:No such file or directory) (LP: #1619552)
6582 - powerpc/powernv : Drop reference added by kset_find_obj()
6583
6584 * backport support for userspace access of DP aux devices (LP: #1619756)
6585 - drm/dp: Add a drm_aux-dev module for reading/writing dpcd registers.
6586 - drm/dp: Allow signals to interrupt drm_aux-dev reads/writes
6587 - [Config] CONFIG_DRM_DP_AUX_CHARDEV=y
6588
6589 * Enable virtual scsi server driver for Power (LP: #1615665)
6590 - SAUCE: Ibmvscsis: Properly deregister target sessions
6591 - SAUCE: Return TCMU-generated sense data to fabric module
6592 - SAUCE: Ibmvscsis: Code cleanup of print statements
6593 - SAUCE: Ibmvscsis: Fixed a bug reported by Dan Carpenter
6594
6595 * ISST-LTE: system dropped into xmon at pcibios_release_device+0x5c/0x80
6596 during running dlpar test on monklp3 (LP: #1618151)
6597 - powerpc/pseries: use pci_host_bridge.release_fn() to kfree(phb)
6598
6599 * Kernel Build Fails for Fuse Module (LP: #1617550)
6600 - SAUCE: (namespace) userns: Export current_in_userns to modules
6601
6602 * boot-time kernel panic introduced in 4.4.0-18, not present in 4.4.0-15
6603 (LP: #1572630)
6604 - blk-mq: Reuse hardware context cpumask for tags
6605 - blk-mq: Use proper cpumask iterator
6606
6607 -- Joseph Salisbury <joseph.salisbury@canonical.com> Thu, 22 Sep 2016 09:02:27 -0400
6608
6609 linux-snapdragon (4.4.0-1026.29) xenial; urgency=low
6610
6611 [ Tim Gardner ]
6612
6613 * Release Tracking Bug
6614 - LP: #1620701
6615
6616 [ Ubuntu: 4.4.0-38.57 ]
6617
6618 * CIFS client: access problems after updating to kernel 4.4.0-29-generic
6619 (LP: #1612135)
6620 - Revert "UBUNTU: SAUCE: (namespace) Bypass sget() capability check for nfs"
6621 - fs: Call d_automount with the filesystems creds
6622
6623 * apt-key add fails in overlayfs (LP: #1618572)
6624 - SAUCE: overlayfs: fix regression in whiteout detection
6625
6626 -- Tim Gardner <tim.gardner@canonical.com> Tue, 30 Aug 2016 12:34:04 -0600
6627
6628 linux-snapdragon (4.4.0-1025.28) xenial; urgency=low
6629
6630 [ Tim Gardner ]
6631
6632 * Release Tracking Bug
6633 - LP: #1618153
6634
6635 [ Ubuntu: 4.4.0-37.56 ]
6636
6637 * [Feature] Instruction decoder support for new SKX instructions- AVX512
6638 (LP: #1591655)
6639 - x86/insn: perf tools: Fix vcvtph2ps instruction decoding
6640 - x86/insn: Add AVX-512 support to the instruction decoder
6641 - perf tools: Add AVX-512 support to the instruction decoder used by Intel PT
6642 - perf tools: Add AVX-512 instructions to the new instructions test
6643
6644 * [Ubuntu 16.04] FCoE Lun not visible in OS with inbox driver - Issue with
6645 ioremap() call on 32bit kernel (LP: #1608652)
6646 - lpfc: Correct issue with ioremap() call on 32bit kernel
6647
6648 * [Feature] turbostat support for Skylake-SP server (LP: #1591802)
6649 - tools/power turbostat: decode more CPUID fields
6650 - tools/power turbostat: CPUID(0x16) leaf shows base, max, and bus frequency
6651 - tools/power turbostat: decode HWP registers
6652 - tools/power turbostat: Decode MSR_MISC_PWR_MGMT
6653 - tools/power turbostat: allow sub-sec intervals
6654 - tools/power turbostat: Intel Xeon x200: fix erroneous bclk value
6655 - tools/power turbostat: Intel Xeon x200: fix turbo-ratio decoding
6656 - tools/power turbostat: re-name "%Busy" field to "Busy%"
6657 - tools/power turbostat: add --out option for saving output in a file
6658 - tools/power turbostat: fix compiler warnings
6659 - tools/power turbostat: make fewer systems calls
6660 - tools/power turbostat: show IRQs per CPU
6661 - tools/power turbostat: show GFXMHz
6662 - tools/power turbostat: show GFX%rc6
6663 - tools/power turbostat: detect and work around syscall jitter
6664 - tools/power turbostat: indicate SMX and SGX support
6665 - tools/power turbostat: call __cpuid() instead of __get_cpuid()
6666 - tools/power turbostat: correct output for MSR_NHM_SNB_PKG_CST_CFG_CTL dump
6667 - tools/power turbostat: bugfix: TDP MSRs print bits fixing
6668 - tools/power turbostat: SGX state should print only if --debug
6669 - tools/power turbostat: print IRTL MSRs
6670 - tools/power turbostat: initial BXT support
6671 - tools/power turbostat: decode BXT TSC frequency via CPUID
6672 - tools/power turbostat: initial SKX support
6673
6674 * [BYT] display hotplug doesn't work on console (LP: #1616894)
6675 - drm/i915/vlv: Make intel_crt_reset() per-encoder
6676 - drm/i915/vlv: Reset the ADPA in vlv_display_power_well_init()
6677 - drm/i915/vlv: Disable HPD in valleyview_crt_detect_hotplug()
6678 - drm/i915: Enable polling when we don't have hpd
6679
6680 * [Feature]intel_idle enabling on Broxton-P (LP: #1520446)
6681 - intel_idle: add BXT support
6682
6683 * [Feature] EDAC: Update driver for SKX-SP (LP: #1591815)
6684 - [Config] CONFIG_EDAC_SKX=m
6685 - EDAC, skx_edac: Add EDAC driver for Skylake
6686
6687 * [Feature] KBL: Sandy Peak(3168) WiFi/BT support (LP: #1591648)
6688 - Bluetooth: Add support for Intel Bluetooth device 3168 [8087:0aa7]
6689
6690 * MacBookPro11,4 fails to poweroff or suspend (LP: #1587714)
6691 - SAUCE: PCI: Workaround to enable poweroff on Mac Pro 11
6692
6693 * Support Edge Gateway's Bluetooth LED (LP: #1512999)
6694 - SAUCE: Bluetooth: Support for LED on Edge Gateways
6695 - SAUCE: Bluetooth: Use host bridge subsystem IDs to identify Edge Gateways
6696
6697 * Please add support for alps touchpad. (LP: #1616813)
6698 - [Config] CONFIG_HID_ALPS=m
6699 - HID: add Alps I2C HID Touchpad-Stick support
6700 - HID: alps: struct u1_dev *priv is internal to the driver
6701 - HID: alps: pass correct sizes to hid_hw_raw_request()
6702 - HID: alps: match alps devices in core
6703 - HID: alps: a few cleanups
6704
6705 * DINO2M - System hangs with a black screen during s4 stress test
6706 (LP: #1616781)
6707 - x86/power/64: Fix kernel text mapping corruption during image restoration
6708
6709 * Xenial update to v4.4.17 stable release (LP: #1611833)
6710 - USB: OHCI: Don't mark EDs as ED_OPER if scheduling fails
6711 - x86/quirks: Apply nvidia_bugs quirk only on root bus
6712 - x86/quirks: Reintroduce scanning of secondary buses
6713 - x86/quirks: Add early quirk to reset Apple AirPort card
6714 - dmaengine: at_xdmac: align descriptors on 64 bits
6715 - dmaengine: at_xdmac: fix residue corruption
6716 - dmaengine: at_xdmac: double FIFO flush needed to compute residue
6717 - mm, sl[au]b: add __GFP_ATOMIC to the GFP reclaim mask
6718 - mm, compaction: abort free scanner if split fails
6719 - fs/nilfs2: fix potential underflow in call to crc32_le
6720 - mm, compaction: prevent VM_BUG_ON when terminating freeing scanner
6721 - mm, meminit: always return a valid node from early_pfn_to_nid
6722 - mm, meminit: ensure node is online before checking whether pages are
6723 uninitialised
6724 - vmlinux.lds: account for destructor sections
6725 - pps: do not crash when failed to register
6726 - kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while
6727 processing sysrq-w
6728 - arc: unwind: warn only once if DW2_UNWIND is disabled
6729 - ARC: unwind: ensure that .debug_frame is generated (vs. .eh_frame)
6730 - xen/pciback: Fix conf_space read/write overlap check.
6731 - xenbus: don't BUG() on user mode induced condition
6732 - xenbus: don't bail early from xenbus_dev_request_and_reply()
6733 - Input: vmmouse - remove port reservation
6734 - Input: elantech - add more IC body types to the list
6735 - Input: xpad - fix oops when attaching an unknown Xbox One gamepad
6736 - Input: wacom_w8001 - w8001_MAX_LENGTH should be 13
6737 - Input: xpad - validate USB endpoint count during probe
6738 - Input: tsc200x - report proper input_dev name
6739 - pvclock: Add CPU barriers to get correct version value
6740 - pinctrl: single: Fix missing flush of posted write for a wakeirq
6741 - pinctrl: imx: Do not treat a PIN without MUX register as an error
6742 - cgroup: set css->id to -1 during init
6743 - power_supply: power_supply_read_temp only if use_cnt > 0
6744 - locks: use file_inode()
6745 - Revert "ecryptfs: forbid opening files without mmap handler"
6746 - ecryptfs: don't allow mmap when the lower fs doesn't support it
6747 - ext4: verify extent header depth
6748 - 9p: use file_dentry()
6749 - namespace: update event counter when umounting a deleted dentry
6750 - spi: sunxi: fix transfer timeout
6751 - spi: sun4i: fix FIFO limit
6752 - clk: rockchip: initialize flags of clk_init_data in mmc-phase clock
6753 - platform/chrome: cros_ec_dev - double fetch bug in ioctl
6754 - block: fix use-after-free in sys_ioprio_get()
6755 - mmc: block: fix packed command header endianness
6756 - sched/fair: Fix effective_load() to consistently use smoothed load
6757 - ovl: handle ATTR_KILL*
6758 - perf/x86: fix PEBS issues on Intel Atom/Core2
6759 - can: at91_can: RX queue could get stuck at high bus load
6760 - can: c_can: Update D_CAN TX and RX functions to 32 bit - fix Altera Cyclone
6761 access
6762 - can: fix handling of unmodifiable configuration options fix
6763 - can: fix oops caused by wrong rtnl dellink usage
6764 - RDS: fix rds_tcp_init() error path
6765 - SCSI: fix new bug in scsi_dev_info_list string matching
6766 - ipr: Clear interrupt on croc/crocodile when running with LSI
6767 - posix_cpu_timer: Exit early when process has been reaped
6768 - i2c: mux: reg: wrong condition checked for of_address_to_resource return
6769 value
6770 - libata: LITE-ON CX1-JB256-HP needs lower max_sectors
6771 - libceph: apply new_state before new_up_client on incrementals
6772 - net: mvneta: set real interrupt per packet for tx_done
6773 - intel_th: pci: Add Kaby Lake PCH-H support
6774 - intel_th: Fix a deadlock in modprobing
6775 - vfs: fix deadlock in file_remove_privs() on overlayfs
6776 - Linux 4.4.17
6777 - xenbus: don't look up transaction IDs for ordinary writes
6778
6779 * Enable virtual scsi server driver for Power (LP: #1615665)
6780 - [Config] CONFIG_SCSI_IBMVSCSIS=m
6781 - target: Add target_alloc_session() helper function
6782 - ibmvscsis: Initial commit of IBM VSCSI Tgt Driver
6783
6784 * AES-XTS poor performance in Ubuntu 16.04 (LP: #1613295)
6785 - crypto: vmx: Only call enable_kernel_vsx()
6786 - powerpc: Create disable_kernel_{fp,altivec,vsx,spe}()
6787 - crypto: vmx - Adding asm subroutines for XTS
6788 - crypto: xts - consolidate sanity check for keys
6789 - crypto: vmx - Adding support for XTS
6790 - crypto: vmx - Fix aes_p8_xts_decrypt build failure
6791 - crypto: xts - fix compile errors
6792
6793 * System hang when plug/pull USB 3.1 key via thunderbolt port over 5 times
6794 (LP: #1616318)
6795 - USB: don't free bandwidth_mutex too early
6796
6797 * Ubuntu 16.04 - Full EEH Recovery Support for NVMe devices (LP: #1602724)
6798 - nvme: Suspend all queues before deletion
6799
6800 * change_hat is logging failures during expected hat probing (LP: #1615893)
6801 - SAUCE: apparmor: Fix auditing behavior for change_hat probing
6802
6803 * deleted files outside of the namespace are not being treated as disconnected
6804 (LP: #1615892)
6805 - SAUCE: apparmor: deleted dentries can be disconnected
6806
6807 * stacking to unconfined in a child namespace confuses mediation
6808 (LP: #1615890)
6809 - SAUCE: apparmor: special case unconfined when determining the mode
6810
6811 * apparmor module parameters can be changed after the policy is locked
6812 (LP: #1615895)
6813 - SAUCE: apparmor: fix: parameters can be changed after policy is locked
6814
6815 * AppArmor profile reloading causes an intermittent kernel BUG (LP: #1579135)
6816 - SAUCE: apparmor: fix vec_unique for vectors larger than 8
6817
6818 * label vec reductions can result in reference labels instead of direct access
6819 to labels (LP: #1615889)
6820 - SAUCE: apparmor: reduction of vec to single entry is just that entry
6821
6822 * profiles from different namespaces can block other namespaces from being
6823 able to load a profile (LP: #1615887)
6824 - SAUCE: apparmor: profiles in one ns can affect mediation in another ns
6825
6826 * vmalloc failure leads to null ptr dereference in aa_dfa_next (LP: #1592547)
6827 - SAUCE: apparmor: oops in profile_unpack() when policy_db is not present
6828
6829 * vmalloc_addr is being checked on the failed return address of kvzalloc()
6830 (LP: #1615885)
6831 - SAUCE: apparmor: fix: don't check for vmalloc_addr if kvzalloc() failed
6832
6833 * dfa is missing a bounds check which can cause an oops (LP: #1615882)
6834 - SAUCE: apparmor: Add missing id bounds check on dfa verification
6835
6836 * The label build for onexec when stacking is wrong (LP: #1615881)
6837 - SAUCE: apparmor: Fix label build for onexec stacking.
6838
6839 * The inherit check for new to old label comparison for domain transitions is
6840 wrong (LP: #1615880)
6841 - SAUCE: apparmor: Fix new to old label comparison for domain transitions
6842
6843 * warning stack trace while playing with apparmor namespaces (LP: #1593874)
6844 - SAUCE: apparmor: fix stack trace when removing namespace with profiles
6845
6846 * __label_update proxy comparison test is wrong (LP: #1615878)
6847 - SAUCE: apparmor: Fix __label_update proxy comparison test
6848
6849 * Xenial update to v4.4.19 stable release (LP: #1615620)
6850 - usb: gadget: avoid exposing kernel stack
6851 - usb: f_fs: off by one bug in _ffs_func_bind()
6852 - usb: renesas_usbhs: protect the CFIFOSEL setting in usbhsg_ep_enable()
6853 - usb: dwc3: fix for the isoc transfer EP_BUSY flag
6854 - USB: serial: option: add support for Telit LE910 PID 0x1206
6855 - usb: renesas_usbhs: fix NULL pointer dereference in xfer_work()
6856 - arm64: kernel: Save and restore UAO and addr_limit on exception entry
6857 - arm64: debug: unmask PSTATE.D earlier
6858 - arm64: Fix incorrect per-cpu usage for boot CPU
6859 - tty: serial: msm: Don't read off end of tx fifo
6860 - serial: samsung: Fix ERR pointer dereference on deferred probe
6861 - tty/serial: atmel: fix RS485 half duplex with DMA
6862 - gpio: pca953x: Fix NBANK calculation for PCA9536
6863 - gpio: intel-mid: Remove potentially harmful code
6864 - Bluetooth: hci_intel: Fix null gpio desc pointer dereference
6865 - pinctrl: cherryview: prevent concurrent access to GPIO controllers
6866 - arm64: dts: rockchip: fixes the gic400 2nd region size for rk3368
6867 - arm64: mm: avoid fdt_check_header() before the FDT is fully mapped
6868 - KVM: PPC: Book3S HV: Pull out TM state save/restore into separate procedures
6869 - KVM: PPC: Book3S HV: Save/restore TM state in H_CEDE
6870 - KVM: MTRR: fix kvm_mtrr_check_gfn_range_consistency page fault
6871 - KVM: VMX: handle PML full VMEXIT that occurs during event delivery
6872 - KVM: nVMX: Fix memory corruption when using VMCS shadowing
6873 - intel_pstate: Fix MSR_CONFIG_TDP_x addressing in core_get_max_pstate()
6874 - mfd: qcom_rpm: Fix offset error for msm8660
6875 - mfd: qcom_rpm: Parametrize also ack selector size
6876 - media: usbtv: prevent access to free'd resources
6877 - media: dvb_ringbuffer: Add memory barriers
6878 - vb2: core: Skip planes array verification if pb is NULL
6879 - Fix RC5 decoding with Fintek CIR chipset
6880 - sur40: lower poll interval to fix occasional FPS drops to ~56 FPS
6881 - sur40: fix occasional oopses on device close
6882 - dm: set DMF_SUSPENDED* _before_ clearing DMF_NOFLUSH_SUSPENDING
6883 - hp-wmi: Fix wifi cannot be hard-unblocked
6884 - s5p-mfc: Set device name for reserved memory region devs
6885 - s5p-mfc: Add release callback for memory region devs
6886 - i2c: efm32: fix a failure path in efm32_i2c_probe()
6887 - spi: pxa2xx: Clear all RFT bits in reset_sccr1() on Intel Quark
6888 - Bluetooth: Fix l2cap_sock_setsockopt() with optname BT_RCVMTU
6889 - EDAC: Correct channel count limit
6890 - HID: uhid: fix timeout when probe races with IO
6891 - ovl: disallow overlayfs as upperdir
6892 - remoteproc: Fix potential race condition in rproc_add
6893 - ARC: mm: don't loose PTE_SPECIAL in pte_modify()
6894 - jbd2: make journal y2038 safe
6895 - fs/cifs: make share unaccessible at root level mountable
6896 - cifs: Check for existing directory when opening file with O_CREAT
6897 - cifs: fix crash due to race in hmac(md5) handling
6898 - CIFS: Fix a possible invalid memory access in smb2_query_symlink()
6899 - random: initialize the non-blocking pool via add_hwgenerator_randomness()
6900 - random: print a warning for the first ten uninitialized random users
6901 - random: add interrupt callback to VMBus IRQ handler
6902 - MIPS: KVM: Fix mapped fault broken commpage handling
6903 - MIPS: KVM: Add missing gfn range check
6904 - MIPS: KVM: Fix gfn range check in kseg0 tlb faults
6905 - MIPS: KVM: Propagate kseg0/mapped tlb fault errors
6906 - nfs: don't create zero-length requests
6907 - nfsd: Fix race between FREE_STATEID and LOCK
6908 - nfsd: don't return an unhashed lock stateid after taking mutex
6909 - drm/i915: Don't complain about lack of ACPI video bios
6910 - iommu/exynos: Suppress unbinding to prevent system failure
6911 - iommu/vt-d: Return error code in domain_context_mapping_one()
6912 - iommu/amd: Handle IOMMU_DOMAIN_DMA in ops->domain_free call-back
6913 - iommu/amd: Init unity mappings only for dma_ops domains
6914 - iommu/amd: Update Alias-DTE in update_device_table()
6915 - audit: fix a double fetch in audit_log_single_execve_arg()
6916 - ARM: dts: sunxi: Add a startup delay for fixed regulator enabled phys
6917 - netlabel: add address family checks to netlbl_{sock,req}_delattr()
6918 - w1:omap_hdq: fix regression
6919 - drm/amdgpu: add a delay after ATPX dGPU power off
6920 - drm/amdgpu: Poll for both connect/disconnect on analog connectors
6921 - drm/amdgpu: support backlight control for UNIPHY3
6922 - drm/amdgpu: Disable RPM helpers while reprobing connectors on resume
6923 - drm/amdgpu: fix firmware info version checks
6924 - drm/amdgpu/gmc7: add missing mullins case
6925 - drm/radeon: add a delay after ATPX dGPU power off
6926 - drm/radeon: Poll for both connect/disconnect on analog connectors
6927 - drm/radeon: fix firmware info version checks
6928 - drm/radeon: support backlight control for UNIPHY3
6929 - drm/nouveau/gr/nv3x: fix instobj write offsets in gr setup
6930 - drm/nouveau/fbcon: fix font width not divisible by 8
6931 - drm: Restore double clflush on the last partial cacheline
6932 - drm/edid: Add 6 bpc quirk for display AEO model 0.
6933 - drm/i915: Never fully mask the the EI up rps interrupt on SNB/IVB
6934 - drm/i915/dp: Revert "drm/i915/dp: fall back to 18 bpp when sink capability
6935 is unknown"
6936 - balloon: check the number of available pages in leak balloon
6937 - ftrace/recordmcount: Work around for addition of metag magic but not
6938 relocations
6939 - metag: Fix __cmpxchg_u32 asm constraint for CMP
6940 - block: add missing group association in bio-cloning functions
6941 - block: fix bdi vs gendisk lifetime mismatch
6942 - mtd: nand: fix bug writing 1 byte less than page size
6943 - mm/hugetlb: avoid soft lockup in set_max_huge_pages()
6944 - ALSA: hda: Fix krealloc() with __GFP_ZERO usage
6945 - ALSA: hda/realtek - Can't adjust speaker's volume on a Dell AIO
6946 - ALSA: hda: add AMD Bonaire AZ PCI ID with proper driver caps
6947 - ALSA: hda - Fix headset mic detection problem for two dell machines
6948 - IB/mlx5: Fix MODIFY_QP command input structure
6949 - IB/mlx5: Fix entries checks in mlx5_ib_create_cq
6950 - IB/mlx5: Fix returned values of query QP
6951 - IB/mlx5: Fix entries check in mlx5_ib_resize_cq
6952 - IB/mlx5: Fix post send fence logic
6953 - IB/mlx5: Return PORT_ERR in Active to Initializing tranisition
6954 - IB/SA: Use correct free function
6955 - IB/IPoIB: Don't update neigh validity for unresolved entries
6956 - IB/IWPM: Fix a potential skb leak
6957 - IB/mlx4: Fix the SQ size of an RC QP
6958 - IB/mlx4: Fix error flow when sending mads under SRIOV
6959 - IB/mlx4: Fix memory leak if QP creation failed
6960 - of: fix memory leak related to safe_name()
6961 - ubi: Make volume resize power cut aware
6962 - ubi: Fix early logging
6963 - ubi: Fix race condition between ubi device creation and udev
6964 - iscsi-target: Fix panic when adding second TCP connection to iSCSI session
6965 - target: Fix ordered task target_setup_cmd_from_cdb exception hang
6966 - target: Fix missing complete during ABORT_TASK + CMD_T_FABRIC_STOP
6967 - target: Fix race between iscsi-target connection shutdown + ABORT_TASK
6968 - target: Fix max_unmap_lba_count calc overflow
6969 - target: Fix ordered task CHECK_CONDITION early exception handling
6970 - Input: elan_i2c - properly wake up touchpad on ASUS laptops
6971 - SUNRPC: Don't allocate a full sockaddr_storage for tracing
6972 - MIPS: mm: Fix definition of R6 cache instruction
6973 - MIPS: Don't register r4k sched clock when CPUFREQ enabled
6974 - MIPS: hpet: Increase HPET_MIN_PROG_DELTA and decrease HPET_MIN_CYCLES
6975 - PCI: Mark Atheros AR9485 and QCA9882 to avoid bus reset
6976 - x86/platform/intel_mid_pci: Rework IRQ0 workaround
6977 - ACPI / EC: Work around method reentrancy limit in ACPICA for _Qxx
6978 - rtc: s3c: Add s3c_rtc_{enable/disable}_clk in s3c_rtc_setfreq()
6979 - dm flakey: error READ bios during the down_interval
6980 - module: Invalidate signatures on force-loaded modules
6981 - Documentation/module-signing.txt: Note need for version info if reusing a
6982 key
6983 - Linux 4.4.19
6984
6985 * xfrm: ipsec crash when updating spd thresholds (LP: #1613787)
6986 - xfrm: Ignore socket policies when rebuilding hash tables
6987
6988 * ISST-LTE:pKVM311:lotg5:Ubutu16041:lotg5 crashed @
6989 writeback_sb_inodes+0x30c/0x590 (LP: #1614565)
6990 - writeback: Write dirty times for WB_SYNC_ALL writeback
6991
6992 * IBM Power 720 Ethernet Not Seen (LP: #1612725)
6993 - [Config] CONFIG_IBMEBUS=y for powerpc
6994
6995 * CAPI: Update default setting for the psl_fir_cntl register (LP: #1612431)
6996 - cxl: Set psl_fir_cntl to production environment value
6997
6998 * Xenial update to v4.4.18 stable release (LP: #1614560)
6999 - tcp: enable per-socket rate limiting of all 'challenge acks'
7000 - ipv4: reject RTNH_F_DEAD and RTNH_F_LINKDOWN from user space
7001 - bonding: set carrier off for devices created through netlink
7002 - net: bgmac: Fix infinite loop in bgmac_dma_tx_add()
7003 - net/irda: fix NULL pointer dereference on memory allocation failure
7004 - qed: Fix setting/clearing bit in completion bitmap
7005 - tcp: consider recv buf for the initial window scale
7006 - ipath: Restrict use of the write() interface
7007 - scsi: ignore errors from scsi_dh_add_device()
7008 - HID: sony: do not bail out when the sixaxis refuses the output report
7009 - i2c: i801: Allow ACPI SystemIO OpRegion to conflict with PCI BAR
7010 - arm: oabi compat: add missing access checks
7011 - KEYS: 64-bit MIPS needs to use compat_sys_keyctl for 32-bit userspace
7012 - Revert "s390/kdump: Clear subchannel ID to signal non-CCW/SCSI IPL"
7013 - random: strengthen input validation for RNDADDTOENTCNT
7014 - devpts: clean up interface to pty drivers
7015 - x86/mm/pat: Add support of non-default PAT MSR setting
7016 - x86/mm/pat: Add pat_disable() interface
7017 - x86/mm/pat: Replace cpu_has_pat with boot_cpu_has()
7018 - x86/mtrr: Fix Xorg crashes in Qemu sessions
7019 - x86/mtrr: Fix PAT init handling when MTRR is disabled
7020 - x86/xen, pat: Remove PAT table init code from Xen
7021 - x86/pat: Document the PAT initialization sequence
7022 - x86/mm/pat: Fix BUG_ON() in mmap_mem() on QEMU/i386
7023 - drm/i915: Pretend cursor is always on for ILK-style WM calculations (v2)
7024 - x86/syscalls/64: Add compat_sys_keyctl for 32-bit userspace
7025 - block: fix use-after-free in seq file
7026 - sysv, ipc: fix security-layer leaking
7027 - fuse: fsync() did not return IO errors
7028 - fuse: fuse_flush must check mapping->flags for errors
7029 - fuse: fix wrong assignment of ->flags in fuse_send_init()
7030 - fs/dcache.c: avoid soft-lockup in dput()
7031 - crypto: gcm - Filter out async ghash if necessary
7032 - crypto: scatterwalk - Fix test in scatterwalk_done
7033 - ext4: check for extents that wrap around
7034 - ext4: fix deadlock during page writeback
7035 - ext4: don't call ext4_should_journal_data() on the journal inode
7036 - ext4: validate s_reserved_gdt_blocks on mount
7037 - ext4: short-cut orphan cleanup on error
7038 - ext4: fix reference counting bug on block allocation error
7039 - mm: memcontrol: fix cgroup creation failure after many small jobs
7040 - mm: memcontrol: fix swap counter leak on swapout from offline cgroup
7041 - mm: memcontrol: fix memcg id ref counter on swap charge move
7042 - Linux 4.4.18
7043
7044 * Ubuntu16.10:installation fails on Brazos system (31TB and 192 cores) No
7045 memory for flatten_device_tree (no room) (LP: #1614309)
7046 - SAUCE: powerpc/pseries: Increase RMA size to 512MB.
7047
7048 * [SRU] xgene_enet: 10g performance only hits ~75% on multi-client tests
7049 (LP: #1613157)
7050 - drivers: net: xgene: Add support for Classifier engine
7051 - drivers: net: xgene: Add support for RSS
7052 - drivers: net: xgene: Add support for multiple queues
7053
7054 * [SRU] xgene_enet: an extra interrupt may be pending for an interrupt
7055 controller that doesn't support irq_disable and hardware with level
7056 interrupt (LP: #1611399)
7057 - drivers: net: xgene: fix extra IRQ issue
7058
7059 * Mic mute hotkey does not work on usb keyboard [03f0:2f4a] (LP: #1609606)
7060 - HID: input: add mic mute key on HP slim keyboard
7061
7062 -- Tim Gardner <tim.gardner@canonical.com> Mon, 29 Aug 2016 11:27:56 -0600
7063
7064 linux-snapdragon (4.4.0-1024.27) xenial; urgency=low
7065
7066 [ Stefan Bader ]
7067
7068 * Release Tracking Bug
7069 - LP: #1612349
7070
7071 [ Ubuntu: 4.4.0-36.55 ]
7072
7073 * I2C touchpad does not work on AMD platform (LP: #1612006)
7074 - SAUCE: pinctrl/amd: Remove the default de-bounce time
7075 * CVE-2016-5696
7076 - tcp: make challenge acks less predictable
7077
7078 -- Stefan Bader <stefan.bader@canonical.com> Fri, 12 Aug 2016 11:36:44 +0200
7079
7080 linux-snapdragon (4.4.0-1023.26) xenial; urgency=low
7081
7082 [ Stefan Bader ]
7083
7084 * Release Tracking Bug
7085 - LP: #1611239
7086
7087 [ Ubuntu: 4.4.0-35.54 ]
7088
7089 * [i915_bpo] Sync with v4.7 (LP: #1609742)
7090 - SAUCE: i915_bpo: Sync with v4.7
7091 * s390/cio: fix reset of channel measurement block (LP: #1609415)
7092 - s390/cio: allow to reset channel measurement block
7093 * in Ubuntu16.10: Hit on Call traces and system goes down when transactional
7094 memory tests are running in 32TB Brazos system (LP: #1606786)
7095 - powerpc/tm: Avoid SLB faults in treclaim/trecheckpoint when RI=0
7096 - powerpc/tm: Fix stack pointer corruption in __tm_recheckpoint()
7097 * Power Menu does not display after press the Power Button (LP: #1609204)
7098 - intel-vbtn: new driver for Intel Virtual Button
7099 - [config] enable CONFIG_INTEL_VBTN=m
7100 * OptiPlex 7450 AIO hangs when rebooting (LP: #1608762)
7101 - x86/reboot: Add Dell Optiplex 7450 AIO reboot quirk
7102 * virtualbox+usb 3.0 breaks boot, -28 kernel works (LP: #1604058)
7103 - SAUCE: xhci: Fix soft lockup in xhci_pci_probe path when XHCI_STATE_HALTED
7104 * linux-kernel: Freeing IRQ from IRQ context (LP: #1597908)
7105 - block: defer timeouts to a workqueue
7106 * Tunnel offload indications not stripped from encapsulated packets, causing
7107 performance overhead (LP: #1602755)
7108 - tunnels: Remove encapsulation offloads on decap.
7109 * lm-sensors is throwing "ERROR: Can't get value of subfeature temp1_input:
7110 I/O error" for be2net driver (LP: #1607387)
7111 - be2net: perform temperature query in adapter regardless of its interface
7112 state
7113 * Dell dock MAC Address pass through doesn't work in Ubuntu (LP: #1579984)
7114 - r8152: Add support for setting pass through MAC address on RTL8153-AD
7115 * vmxnet3 LRO IPv6 performance issues (stalling TCP) (LP: #1605494)
7116 - Driver: Vmxnet3: set CHECKSUM_UNNECESSARY for IPv6 packets
7117 * ISST-LTE:pVM:monklp5:Ubuntu16.04.1:system crashed at
7118 lpfc_sli4_scmd_to_wqidx_distr (LP: #1597974)
7119 - SAUCE: lpfc: fix oops in lpfc_sli4_scmd_to_wqidx_distr() from
7120 lpfc_send_taskmgmt()
7121 * Backport cxlflash shutdown patch to Xenial SRU (LP: #1605405)
7122 - SAUCE: cxlflash: Verify problem state area is mapped before notifying
7123 shutdown
7124 * Xenial update to v4.4.16 stable release (LP: #1607404)
7125 - mac80211: fix fast_tx header alignment
7126 - mac80211: mesh: flush mesh paths unconditionally
7127 - mac80211_hwsim: Add missing check for HWSIM_ATTR_SIGNAL
7128 - mac80211: Fix mesh estab_plinks counting in STA removal case
7129 - EDAC, sb_edac: Fix rank lookup on Broadwell
7130 - IB/cm: Fix a recently introduced locking bug
7131 - IB/mlx4: Properly initialize GRH TClass and FlowLabel in AHs
7132 - powerpc/pseries: Fix IBM_ARCH_VEC_NRCORES_OFFSET since POWER8NVL was added
7133 - powerpc/tm: Always reclaim in start_thread() for exec() class syscalls
7134 - usb: dwc2: fix regression on big-endian PowerPC/ARM systems
7135 - USB: EHCI: declare hostpc register as zero-length array
7136 - usb: common: otg-fsm: add license to usb-otg-fsm
7137 - mnt: fs_fully_visible test the proper mount for MNT_LOCKED
7138 - mnt: Account for MS_RDONLY in fs_fully_visible
7139 - mnt: If fs_fully_visible fails call put_filesystem.
7140 - of: fix autoloading due to broken modalias with no 'compatible'
7141 - of: irq: fix of_irq_get[_byname]() kernel-doc
7142 - locking/ww_mutex: Report recursive ww_mutex locking early
7143 - locking/qspinlock: Fix spin_unlock_wait() some more
7144 - locking/static_key: Fix concurrent static_key_slow_inc()
7145 - x86, build: copy ldlinux.c32 to image.iso
7146 - kprobes/x86: Clear TF bit in fault on single-stepping
7147 - x86/amd_nb: Fix boot crash on non-AMD systems
7148 - Revert "gpiolib: Split GPIO flags parsing and GPIO configuration"
7149 - uvc: Forward compat ioctls to their handlers directly
7150 - thermal: cpu_cooling: fix improper order during initialization
7151 - writeback: use higher precision calculation in domain_dirty_limits()
7152 - nfsd4/rpc: move backchannel create logic into rpc code
7153 - nfsd: Always lock state exclusively.
7154 - nfsd: Extend the mutex holding region around in nfsd4_process_open2()
7155 - posix_acl: Add set_posix_acl
7156 - nfsd: check permissions when setting ACLs
7157 - make nfs_atomic_open() call d_drop() on all ->open_context() errors.
7158 - NFS: Fix another OPEN_DOWNGRADE bug
7159 - ARM: imx6ul: Fix Micrel PHY mask
7160 - ARM: 8578/1: mm: ensure pmd_present only checks the valid bit
7161 - ARM: 8579/1: mm: Fix definition of pmd_mknotpresent
7162 - MIPS: KVM: Fix modular KVM under QEMU
7163 - mm: Export migrate_page_move_mapping and migrate_page_copy
7164 - UBIFS: Implement ->migratepage()
7165 - sched/fair: Fix cfs_rq avg tracking underflow
7166 - packet: Use symmetric hash for PACKET_FANOUT_HASH.
7167 - net_sched: fix mirrored packets checksum
7168 - cdc_ncm: workaround for EM7455 "silent" data interface
7169 - ipv6: Fix mem leak in rt6i_pcpu
7170 - ARCv2: Check for LL-SC livelock only if LLSC is enabled
7171 - ARCv2: LLSC: software backoff is NOT needed starting HS2.1c
7172 - kvm: Fix irq route entries exceeding KVM_MAX_IRQ_ROUTES
7173 - KVM: nVMX: VMX instructions: fix segment checks when L1 is in long mode.
7174 - HID: elo: kill not flush the work
7175 - HID: hiddev: validate num_values for HIDIOCGUSAGES, HIDIOCSUSAGES commands
7176 - tracing: Handle NULL formats in hold_module_trace_bprintk_format()
7177 - base: make module_create_drivers_dir race-free
7178 - iommu/arm-smmu: Wire up map_sg for arm-smmu-v3
7179 - iommu/vt-d: Enable QI on all IOMMUs before setting root entry
7180 - iommu/amd: Fix unity mapping initialization race
7181 - drm/mgag200: Black screen fix for G200e rev 4
7182 - ipmi: Remove smi_msg from waiting_rcv_msgs list before handle_one_recv_msg()
7183 - arm64: Rework valid_user_regs
7184 - vfs: add d_real_inode() helper
7185 - af_unix: fix hard linked sockets on overlay
7186 - btrfs: account for non-CoW'd blocks in btrfs_abort_transaction
7187 - drm/radeon: fix asic initialization for virtualized environments
7188 - drm/amdgpu/gfx7: fix broken condition check
7189 - ubi: Make recover_peb power cut aware
7190 - drm/amdkfd: unbind only existing processes
7191 - drm/amdkfd: destroy dbgmgr in notifier release
7192 - drm/dp/mst: Always clear proposed vcpi table for port.
7193 - drm/nouveau/disp/sor/gf119: both links use the same training register
7194 - drm/nouveau/gr/gf100-: update sm error decoding from gk20a nvgpu headers
7195 - drm/nouveau/fbcon: fix out-of-bounds memory accesses
7196 - drm/nouveau: fix for disabled fbdev emulation
7197 - drm/nouveau/disp/sor/gf119: select correct sor when poking training pattern
7198 - drm/i915/ilk: Don't disable SSC source if it's in use
7199 - drm/i915: Refresh cached DP port register value on resume
7200 - drm/i915: Update ifdeffery for mutex->owner
7201 - drm/i915: Update CDCLK_FREQ register on BDW after changing cdclk frequency
7202 - drm: add missing drm_mode_set_crtcinfo call
7203 - drm: make drm_atomic_set_mode_prop_for_crtc() more reliable
7204 - drm: atmel-hlcdc: actually disable scaling when no scaling is required
7205 - drm/ttm: Make ttm_bo_mem_compat available
7206 - drm/vmwgfx: Add an option to change assumed FB bpp
7207 - drm/vmwgfx: Work around mode set failure in 2D VMs
7208 - drm/vmwgfx: Check pin count before attempting to move a buffer
7209 - drm/vmwgfx: Delay pinning fbdev framebuffer until after mode set
7210 - drm/vmwgfx: Fix error paths when mapping framebuffer
7211 - memory: omap-gpmc: Fix omap gpmc EXTRADELAY timing
7212 - perf/x86: Fix undefined shift on 32-bit kernels
7213 - xen/balloon: Fix declared-but-not-defined warning
7214 - iio: Fix error handling in iio_trigger_attach_poll_func
7215 - iio:st_pressure: fix sampling gains (bring inline with ABI)
7216 - iio: light apds9960: Add the missing dev.parent
7217 - iio: proximity: as3935: correct IIO_CHAN_INFO_RAW output
7218 - iio: proximity: as3935: remove triggered buffer processing
7219 - iio: proximity: as3935: fix buffer stack trashing
7220 - iio: humidity: hdc100x: correct humidity integration time mask
7221 - iio: humidity: hdc100x: fix IIO_TEMP channel reporting
7222 - iio: hudmidity: hdc100x: fix incorrect shifting and scaling
7223 - staging: iio: accel: fix error check
7224 - iio: accel: kxsd9: fix the usage of spi_w8r8()
7225 - iio:ad7266: Fix broken regulator error handling
7226 - iio:ad7266: Fix support for optional regulators
7227 - iio:ad7266: Fix probe deferral for vref
7228 - tty/vt/keyboard: fix OOB access in do_compute_shiftstate()
7229 - hwmon: (dell-smm) Restrict fan control and serial number to CAP_SYS_ADMIN by
7230 default
7231 - hwmon: (dell-smm) Disallow fan_type() calls on broken machines
7232 - hwmon: (dell-smm) Cache fan_type() calls and change fan detection
7233 - ALSA: dummy: Fix a use-after-free at closing
7234 - ALSA: hda - Fix the headset mic jack detection on Dell machine
7235 - ALSA: hda / realtek - add two more Thinkpad IDs (5050,5053) for tpt460 fixup
7236 - ALSA: au88x0: Fix calculation in vortex_wtdma_bufshift()
7237 - ALSA: echoaudio: Fix memory allocation
7238 - ALSA: timer: Fix negative queue usage by racy accesses
7239 - ALSA: hda/realtek: Add Lenovo L460 to docking unit fixup
7240 - ALSA: hda - Add PCI ID for Kabylake-H
7241 - ALSA: hda - fix read before array start
7242 - ALSA: hda/realtek - add new pin definition in alc225 pin quirk table
7243 - ALSA: pcm: Free chmap at PCM free callback, too
7244 - ALSA: ctl: Stop notification after disconnection
7245 - ALSA: hda - fix use-after-free after module unload
7246 - ALSA: hda: add AMD Stoney PCI ID with proper driver caps
7247 - ARM: sunxi/dt: make the CHIP inherit from allwinner,sun5i-a13
7248 - ARM: dts: armada-38x: fix MBUS_ID for crypto SRAM on Armada 385 Linksys
7249 - ARM: mvebu: fix HW I/O coherency related deadlocks
7250 - ovl: Copy up underlying inode's ->i_mode to overlay inode
7251 - ovl: verify upper dentry in ovl_remove_and_whiteout()
7252 - scsi: fix race between simultaneous decrements of ->host_failed
7253 - 53c700: fix BUG on untagged commands
7254 - Fix reconnect to not defer smb3 session reconnect long after socket
7255 reconnect
7256 - cifs: dynamic allocation of ntlmssp blob
7257 - File names with trailing period or space need special case conversion
7258 - xen/acpi: allow xen-acpi-processor driver to load on Xen 4.7
7259 - crypto: qat - make qat_asym_algs.o depend on asn1 headers
7260 - tmpfs: don't undo fallocate past its last page
7261 - tmpfs: fix regression hang in fallocate undo
7262 - drm/i915: Revert DisplayPort fast link training feature
7263 - ovl: verify upper dentry before unlink and rename
7264 - Linux 4.4.16
7265 * Regression caused by `fuse: Add support for pid namespaces` in 4.4.0-6.21
7266 (LP: #1605344)
7267 - SAUCE: (namespace) fuse: Permit requests from other pid namespaces
7268 * CVE-2016-5400
7269 - media: fix airspy usb probe error path
7270 * Cannot mount proc in unprivileged containers if /proc/xen is mounted
7271 (LP: #1607374)
7272 - SAUCE: xenbus: Use proc_create_mount_point() to create /proc/xen
7273 * Mic mute key does not work for Ideapad laptops (LP: #1607153)
7274 - ideapad_laptop: Add an event for mic mute hotkey
7275 * NVMe stress test fails after 12 hours on Ubuntu 16.04 (LP: #1604995)
7276 - block: atari: Return early for unsupported sector size
7277 * Console extremely slow with 4.4 kernels for servers with Matrox G200er2 or
7278 similar (LP: #1605662)
7279 - SAUCE: vesafb: Set mtrr:3 (write-combining) as default
7280 * Ubuntu 16.04 - Full EEH Recovery Support for NVMe devices (LP: #1602724)
7281 - nvme: use a work item to submit async event requests
7282 - nvme: don't poll the CQ from the kthread
7283 - nvme: replace the kthread with a per-device watchdog timer
7284 - NVMe: Fix reset/remove race
7285 - nvme: Avoid reset work on watchdog timer function during error recovery
7286 - NVMe: Always use MSI/MSI-x interrupts
7287 * [LTC-Test] - NMI watchdog Bug and call traces when trinity is executed.
7288 (LP: #1602524)
7289 - ext4: factor out determining of hole size
7290 - ext4: return hole from ext4_map_blocks()
7291 - ext4: more efficient SEEK_DATA implementation
7292 * changelog: add CVEs as first class citizens (LP: #1604344)
7293 - avoid duplicate CVE numbers in changelog
7294 * [LTCTest][Opal][OP820] Machine crashed with Oops: Kernel access of bad area,
7295 sig: 11 [#1] while executing Froze PE Error injection (LP: #1603449)
7296 - powerpc/eeh: Fix invalid cached PE primary bus
7297 * Hotplug remove and re-add adds PCI adapter to next PCI domain (PCI)
7298 (LP: #1603574)
7299 - powerpc/pci: Assign fixed PHB number based on device-tree properties
7300 * nvme - reset_controller is not working after adapter's firmware upgrade
7301 (adapter quirk is needed) (LP: #1602726)
7302 - NVMe: Create discard zero quirk white list
7303 - nvme/quirk: Add a delay before checking for adapter readiness
7304 * ovs nat: conntrack netlink event are missing (LP: #1603468)
7305 - openvswitch: fix conntrack netlink event delivery
7306 * FlashGT - In Tuleta 8284-22A with card in card slot P1-C9, system Fails to
7307 boot operating system (LP: #1602785)
7308 - cxl: Ignore CAPI adapters misplaced in switched slots
7309 * CVE-2016-5728
7310 - misc: mic: Fix for double fetch security bug in VOP driver
7311 * CVE-2016-5244 (LP: #1589041)
7312 - rds: fix an infoleak in rds_inc_info_copy
7313 * Miscellaneous Ubuntu changes
7314 - Added Snapcraft files
7315 - SAUCE: snapcraft: cleanup and remove unnecessary elements
7316
7317 [ Ubuntu: 4.4.0-34.53 ]
7318
7319 * [APL][SAUCE] Slow system response time due to a monitor bug (LP: #1606147)
7320 - x86/cpu/intel: Introduce macros for Intel family numbers
7321 - SAUCE: x86/cpu: Add workaround for MONITOR instruction erratum on Goldmont
7322 based CPUs
7323
7324 -- Stefan Bader <stefan.bader@canonical.com> Wed, 10 Aug 2016 16:55:01 +0200
7325
7326 linux-snapdragon (4.4.0-1022.25) xenial; urgency=low
7327
7328 [ Seth Forshee ]
7329
7330 * Release Tracking Bug
7331 - LP: #1605716
7332
7333 [ Ubuntu: 4.4.0-33.52 ]
7334
7335 * Release Tracking Bug
7336 - LP: #1605709
7337 * [regression] NFS client: access problems after updating to kernel
7338 4.4.0-31-generic (LP: #1603719)
7339 - SAUCE: (namespace) Bypass sget() capability check for nfs
7340
7341 -- Seth Forshee <seth.forshee@canonical.com> Fri, 22 Jul 2016 16:52:25 -0500
7342
7343 linux-snapdragon (4.4.0-1021.24) xenial; urgency=low
7344
7345 [ Seth Forshee ]
7346
7347 * Release Tracking Bug
7348 - LP: #1604458
7349
7350 * Drop superseded namespace mount patches (LP: #1604830)
7351 - UBUNTU: SAUCE: fs: Ensure the mounter of a filesystem is privileged towards its inodes
7352 - UBUNTU: SAUCE: quota: Treat superblock owner as privilged
7353 - UBUNTU: SAUCE: kernfs: Always set super block owner to init_user_ns
7354 - UBUNTU: SAUCE: proc: Always set super block owner to init_user_ns
7355
7356 * UBUNTU: [Config] updateconfigs after 4.4.0-32.51 rebase (LP: #1603483)
7357
7358 [ Kamal Mostafa ]
7359
7360 * [Debian] embed derivative target name in release tag (LP: #1599924)
7361
7362 [ Ubuntu: 4.4.0-32.51 ]
7363
7364 * Release Tracking Bug
7365 - LP: #1604443
7366 * thinkpad yoga 260 wacom touchscreen not working (LP: #1603975)
7367 - HID: wacom: break out parsing of device and registering of input
7368 - HID: wacom: Initialize hid_data.inputmode to -1
7369 - HID: wacom: Support switching from vendor-defined device mode on G9 and G11
7370 * changelog: add CVEs as first class citizens (LP: #1604344)
7371 - use CVE numbers in changelog
7372 * [Xenial] Include Huawei PCIe SSD hio kernel driver (LP: #1603483)
7373 - SAUCE: import Huawei ES3000_V2 (2.1.0.23)
7374 - SAUCE: hio: bio_endio() no longer takes errors arg
7375 - SAUCE: hio: blk_queue make_request_fn now returns a blk_qc_t
7376 - SAUCE: hio: use alloc_cpumask_var to avoid -Wframe-larger-than
7377 - SAUCE: hio: fix mask maybe-uninitialized warning
7378 - [config] enable CONFIG_HIO (Huawei ES3000_V2 PCIe SSD driver)
7379 - SAUCE: hio: Makefile and Kconfig
7380 * CVE-2016-5243 (LP: #1589036)
7381 - tipc: fix an infoleak in tipc_nl_compat_link_dump
7382 - tipc: fix nl compat regression for link statistics
7383 * CVE-2016-4470
7384 - KEYS: potential uninitialized variable
7385 * integer overflow in xt_alloc_table_info (LP: #1555353)
7386 - netfilter: x_tables: check for size overflow
7387 * CVE-2016-3135:
7388 - Revert "UBUNTU: SAUCE: (noup) netfilter: x_tables: check for size overflow"
7389 * CVE-2016-4440 (LP: #1584192)
7390 - kvm:vmx: more complete state update on APICv on/off
7391 * the system hangs in the dma driver when reboot or shutdown on a baytrail-m
7392 laptop (LP: #1602579)
7393 - dmaengine: dw: platform: power on device on shutdown
7394 - ACPI / LPSS: override power state for LPSS DMA device
7395 * Add proper palm detection support for MS Precision Touchpad (LP: #1593124)
7396 - Revert "HID: multitouch: enable palm rejection if device implements
7397 confidence usage"
7398 - HID: multitouch: enable palm rejection for Windows Precision Touchpad
7399 * Add support for Intel 8265 Bluetooth ([8087:0A2B]) (LP: #1599068)
7400 - Bluetooth: Add support for Intel Bluetooth device 8265 [8087:0a2b]
7401 * CVE-2016-4794 (LP: #1581871)
7402 - percpu: fix synchronization between chunk->map_extend_work and chunk
7403 destruction
7404 - percpu: fix synchronization between synchronous map extension and chunk
7405 destruction
7406 * Xenial update to v4.4.15 stable release (LP: #1601952)
7407 - net_sched: fix pfifo_head_drop behavior vs backlog
7408 - net: Don't forget pr_fmt on net_dbg_ratelimited for CONFIG_DYNAMIC_DEBUG
7409 - sit: correct IP protocol used in ipip6_err
7410 - esp: Fix ESN generation under UDP encapsulation
7411 - netem: fix a use after free
7412 - ipmr/ip6mr: Initialize the last assert time of mfc entries.
7413 - Bridge: Fix ipv6 mc snooping if bridge has no ipv6 address
7414 - sock_diag: do not broadcast raw socket destruction
7415 - bpf, perf: delay release of BPF prog after grace period
7416 - neigh: Explicitly declare RCU-bh read side critical section in neigh_xmit()
7417 - net: macb: fix default configuration for GMAC on AT91
7418 - net: alx: Work around the DMA RX overflow issue
7419 - bpf: try harder on clones when writing into skb
7420 - AX.25: Close socket connection on session completion
7421 - crypto: ux500 - memmove the right size
7422 - crypto: user - re-add size check for CRYPTO_MSG_GETALG
7423 - USB: uas: Fix slave queue_depth not being set
7424 - usb: quirks: Fix sorting
7425 - usb: quirks: Add no-lpm quirk for Acer C120 LED Projector
7426 - usb: musb: only restore devctl when session was set in backup
7427 - usb: musb: Stop bulk endpoint while queue is rotated
7428 - usb: musb: Ensure rx reinit occurs for shared_fifo endpoints
7429 - usb: musb: host: correct cppi dma channel for isoch transfer
7430 - usb: xhci-plat: properly handle probe deferral for devm_clk_get()
7431 - USB: xhci: Add broken streams quirk for Frescologic device id 1009
7432 - xhci: Fix handling timeouted commands on hosts in weird states.
7433 - USB: mos7720: delete parport
7434 - usb: gadget: fix spinlock dead lock in gadgetfs
7435 - usb: host: ehci-tegra: Grab the correct UTMI pads reset
7436 - usb: dwc3: exynos: Fix deferred probing storm.
7437 - Linux 4.4.15
7438 * qeth: delete napi struct when removing a qeth device (LP: #1601831)
7439 - qeth: delete napi struct when removing a qeth device
7440 * Adjust KBL PCI-ID's (LP: #1600124)
7441 - drm/i915: Add more Kabylake PCI IDs.
7442 - drm/i915: Removing PCI IDs that are no longer listed as Kabylake.
7443 * [i915_bpo] Rebase driver to v4.7-rc6 + gen9 workarounds + KBP PCH support
7444 (LP: #1599109)
7445 - drm/kms_helper: Add a common place to call init and exit functions.
7446 - drm: Add helper for DP++ adaptors
7447 - GPU-DRM: Delete unnecessary checks before drm_property_unreference_blob()
7448 - drm: introduce pipe color correction properties
7449 - drm: fix blob pointer check
7450 - drm: atomic helper: do not unreference error pointer
7451 - drm: fix lut value extraction function
7452 - drm/dsi: Add a helper to get bits per pixel of MIPI DSI pixel format
7453 - SAUCE: drm: Introduce drm_malloc_gfp()
7454 - SAUCE: i915_bpo: Rebase to v4.7-rc6
7455 - SAUCE: i915_bpo: Add backported workarounds for gen9
7456 - SAUCE: i915_bpo: Revert "drm/i915: Get panel_type from OpRegion panel
7457 details"
7458 - SAUCE: i915_bpo: Introduce Kabypoint PCH for Kabylake H/DT.
7459 * Baytrail-I got black screen with HDMI output (LP: #1599379)
7460 - drm/i915: Only ignore eDP ports that are connected
7461 - drm/i915: Check VBT for port presence in addition to the strap on VLV/CHV
7462 * [Hyper-V] storvsc messages for CD-ROM medium not present tray closed
7463 (LP: #1590655)
7464 - SAUCE: (no-up) scsi: storvsc: Filter out storvsc messages CD-ROM medium not
7465 present
7466 * Hotplug device addition issue - missing patches on Xenial kernel
7467 (LP: #1599250)
7468 - Revert "UBUNTU: SAUCE: powerpc/eeh: Validate arch in eeh_add_device_early()"
7469 - Revert "powerpc/eeh: Fix crash in eeh_add_device_early() on Cell"
7470 - powerpc/iommu: Remove the dependency on EEH struct in DDW mechanism
7471 - powerpc/pseries: Fix PCI config address for DDW
7472 * kernel: signal return with invalid floating-point control (LP: #1597971)
7473 - s390: fix test_fp_ctl inline assembly contraints
7474 * [Toshiba P50W-B00F] Touchscreen no longer working (LP: #1498667)
7475 - SAUCE: (no-up) usb: quirks: Add no-lpm quirk for Elan Microelectronics
7476 Touchpad
7477 * [yakkety] d-i does not support (ehci_msm) Qualcomm On-Chip EHCI Host
7478 Controller (LP: #1599347)
7479 - d-i: Add ehci_msm to usb-modules
7480 * [Bug] Legacy audio couldn't work after S3 resume on Kabylake (LP: #1596871)
7481 - ALSA: hda - Skip ELD notification during PM process
7482 - ALSA: hda - hdmi add wmb barrier for audio component
7483 - ALSA: hda - hdmi defer to register acomp eld notifier
7484 * sync spl 0.6.5.6-0ubuntu4 changes into Xenial kernel source (LP: #1599257)
7485 - SAUCE: (noup) Update spl to 0.6.5.6-0ubuntu4
7486 * Config: missing AMD Seattle platform support (LP: #1597574)
7487 - [Config] Enable the AMD Seattle platform
7488 * Network installer fails to detect network on AMD Overdrive (ARM64)
7489 (LP: #1597573)
7490 - [Config] Add amd-xgbe to nic-modules udeb
7491 * exercising ptys causes a kernel oops (LP: #1586418)
7492 - devpts: fix null pointer dereference on failed memory allocation
7493 * Regression (constant vibration of device) in xpad driver in Ubuntu 16.04
7494 (LP: #1574102)
7495 - Input: xpad - move pending clear to the correct location
7496 * thunderx nics fail to establish link (LP: #1597867)
7497 - net: thunderx: Fix link status reporting
7498 * Xenial update to v4.4.14 stable release (LP: #1596575)
7499 - scsi_lib: correctly retry failed zero length REQ_TYPE_FS commands
7500 - scsi: Add QEMU CD-ROM to VPD Inquiry Blacklist
7501 - netlink: Fix dump skb leak/double free
7502 - tipc: fix nametable publication field in nl compat
7503 - switchdev: pass pointer to fib_info instead of copy
7504 - tuntap: correctly wake up process during uninit
7505 - udp: prevent skbs lingering in tunnel socket queues
7506 - uapi glibc compat: fix compilation when !__USE_MISC in glibc
7507 - sfc: on MC reset, clear PIO buffer linkage in TXQs
7508 - team: don't call netdev_change_features under team->lock
7509 - vxlan: Accept user specified MTU value when create new vxlan link
7510 - tcp: record TLP and ER timer stats in v6 stats
7511 - bridge: Don't insert unnecessary local fdb entry on changing mac address
7512 - l2tp: fix configuration passed to setup_udp_tunnel_sock()
7513 - ipv6: Skip XFRM lookup if dst_entry in socket cache is valid
7514 - vxlan: Relax MTU constraints
7515 - geneve: Relax MTU constraints
7516 - vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devices
7517 - KVM: x86: fix OOPS after invalid KVM_SET_DEBUGREGS
7518 - KVM: irqfd: fix NULL pointer dereference in kvm_irq_map_gsi
7519 - ALSA: hda - Add PCI ID for Kabylake
7520 - ALSA: hda - Fix headset mic detection problem for Dell machine
7521 - ALSA: hda/realtek - ALC256 speaker noise issue
7522 - ALSA: hda/realtek - Add support for new codecs ALC700/ALC701/ALC703
7523 - ALSA: hda/realtek: Add T560 docking unit fixup
7524 - ARM: fix PTRACE_SETVFPREGS on SMP systems
7525 - gpio: bcm-kona: fix bcm_kona_gpio_reset() warnings
7526 - s390/bpf: fix recache skb->data/hlen for skb_vlan_push/pop
7527 - s390/bpf: reduce maximum program size to 64 KB
7528 - irqchip/gic-v3: Fix ICC_SGI1R_EL1.INTID decoding mask
7529 - crypto: public_key: select CRYPTO_AKCIPHER
7530 - crypto: ccp - Fix AES XTS error for request sizes above 4096
7531 - arm64: Provide "model name" in /proc/cpuinfo for PER_LINUX32 tasks
7532 - arm64: mm: always take dirty state from new pte in ptep_set_access_flags
7533 - powerpc/pseries/eeh: Handle RTAS delay requests in configure_bridge
7534 - powerpc: Fix definition of SIAR and SDAR registers
7535 - powerpc: Use privileged SPR number for MMCR2
7536 - powerpc/pseries: Add POWER8NVL support to ibm,client-architecture-support
7537 call
7538 - pinctrl: mediatek: fix dual-edge code defect
7539 - parisc: Fix pagefault crash in unaligned __get_user() call
7540 - memcg: add RCU locking around css_for_each_descendant_pre() in
7541 memcg_offline_kmem()
7542 - wext: Fix 32 bit iwpriv compatibility issue with 64 bit Kernel
7543 - x86/entry/traps: Don't force in_interrupt() to return true in IST handlers
7544 - fix d_walk()/non-delayed __d_free() race
7545 - sparc: Fix system call tracing register handling.
7546 - sparc64: Fix bootup regressions on some Kconfig combinations.
7547 - sparc64: Fix numa node distance initialization
7548 - sparc64: Fix sparc64_set_context stack handling.
7549 - sparc/PCI: Fix for panic while enabling SR-IOV
7550 - sparc64: Reduce TLB flushes during hugepte changes
7551 - sparc64: Take ctx_alloc_lock properly in hugetlb_setup().
7552 - sparc: Harden signal return frame checks.
7553 - sparc64: Fix return from trap window fill crashes.
7554 - MIPS: Fix 64k page support for 32 bit kernels.
7555 - crypto: qat - fix adf_ctl_drv.c:undefined reference to adf_init_pf_wq
7556 - drm/core: Do not preserve framebuffer on rmfb, v4.
7557 - Linux 4.4.14
7558 * [Hyper-V] Rebase Hyper-V to 4.6 kernel (LP: #1583357)
7559 - hv_netvsc: rework link status change handling
7560 - hv_netvsc: Resize some of the variables in hv_netvsc_packet
7561 - hv_netvsc: Rearrange the hv_negtvsc_packet to be space efficient
7562 - hv_netvsc: Eliminate the channel field in hv_netvsc_packet structure
7563 - hv_netvsc: Eliminate rndis_msg pointer from hv_netvsc_packet structure
7564 - hv_netvsc: Eliminatte the data field from struct hv_netvsc_packet
7565 - hv_netvsc: Eliminate send_completion from struct hv_netvsc_packet
7566 - hv_netvsc: Eliminate send_completion_ctx from struct hv_netvsc_packet
7567 - hv_netvsc: Don't ask for additional head room in the skb
7568 - hv_netvsc: move subchannel existence check to netvsc_select_queue()
7569 - hv_netvsc: remove locking in netvsc_send()
7570 - hv_netvsc: Eliminate page_buf from struct hv_netvsc_packet
7571 - hv_netvsc: Eliminate send_completion_tid from struct hv_netvsc_packet
7572 - hv_netvsc: Eliminate is_data_pkt from struct hv_netvsc_packet
7573 - hv_netvsc: Eliminate completion_func from struct hv_netvsc_packet
7574 - hv_netvsc: Eliminate xmit_more from struct hv_netvsc_packet
7575 - hv_netvsc: Eliminate status from struct hv_netvsc_packet
7576 - hv_netvsc: Eliminate vlan_tci from struct hv_netvsc_packet
7577 - storvsc: add logging for error/warning messages
7578 - hv_netvsc: Fix race condition on Multi-Send Data field
7579 - kvm/x86: split ioapic-handled and EOI exit bitmaps
7580 - kvm/x86: per-vcpu apicv deactivation support
7581 - kvm/x86: Hyper-V synthetic interrupt controller
7582 - kvm/x86: Hyper-V kvm exit
7583 - kvm/x86: Rearrange func's declarations inside Hyper-V header
7584 - kvm/x86: Added Hyper-V vcpu_to_hv_vcpu()/hv_vcpu_to_vcpu() helpers
7585 - kvm/x86: Hyper-V internal helper to read MSR HV_X64_MSR_TIME_REF_COUNT
7586 - kvm/x86: Hyper-V SynIC message slot pending clearing at SINT ack
7587 - kvm/x86: Hyper-V SynIC timers
7588 - storvsc: Fix a bug in the layout of the hv_fc_wwn_packet
7589 - storvsc: Properly support Fibre Channel devices
7590 - storvsc: Refactor the code in storvsc_channel_init()
7591 - storvsc: Tighten up the interrupt path
7592 - storvsc: Fix typo in MODULE_PARM_DESC
7593 - Revert "hv_netvsc: use skb_get_hash() instead of a homegrown implementation"
7594 - hv_netvsc: use skb_get_hash() instead of a homegrown implementation
7595 - hv_netvsc: Fix book keeping of skb during batching process
7596 - storvsc: Install the storvsc specific timeout handler for FC devices
7597 - storvsc: Use the specified target ID in device lookup
7598 - Revert "Drivers: hv: vmbus: Cleanup vmbus_set_event()"
7599 - Drivers: hv: vmbus: Cleanup vmbus_set_event()
7600 - Revert "Drivers: hv: vmbus: Eliminate the spin lock on the read path"
7601 - Drivers: hv: vmbus: Eliminate the spin lock on the read path
7602 - Revert "hv_netvsc: cleanup netdev feature flags for netvsc"
7603 - hv_netvsc: cleanup netdev feature flags for netvsc
7604 - hv_netvsc: Restore needed_headroom request
7605 - kvm/x86: Rename Hyper-V long spin wait hypercall
7606 - hv_netvsc: add software transmit timestamp support
7607 - hv_netvsc: add ethtool support for set and get of settings
7608 - hv_netvsc: Fix accessing freed memory in netvsc_change_mtu()
7609 - hv_netvsc: Fix the array sizes to be max supported channels
7610 - hv_netvsc: Fix the order of num_sc_offered decrement
7611 - x86/hyperv: Avoid reporting bogus NMI status for Gen2 instances
7612 - Drivers: hv: vmbus: Fix signaling logic in hv_need_to_signal_on_read()
7613 - Drivers: hv: kvp: fix IP Failover
7614
7615 [ Ubuntu: 4.4.0-31.50 ]
7616
7617 * Release Tracking Bug
7618 - LP: #1602449
7619 * nouveau: boot hangs at blank screen with unsupported graphics cards
7620 (LP: #1602340)
7621 - SAUCE: drm: check for supported chipset before booting fbdev off the hw
7622
7623 -- Seth Forshee <seth.forshee@canonical.com> Wed, 20 Jul 2016 10:46:39 -0500
7624
7625 linux-snapdragon (4.4.0-1020.23) xenial; urgency=low
7626
7627 [ Kamal Mostafa ]
7628
7629 * Release Tracking Bug
7630 - LP: #1597903
7631
7632 [ Ubuntu: 4.4.0-30.49 ]
7633
7634 * FCP devices are not detected correctly nor deterministically (LP: #1567602)
7635 - scsi_dh_alua: Disable ALUA handling for non-disk devices
7636 - scsi_dh_alua: Use vpd_pg83 information
7637 - scsi_dh_alua: improved logging
7638 - scsi_dh_alua: sanitze sense code handling
7639 - scsi_dh_alua: use standard logging functions
7640 - scsi_dh_alua: return standard SCSI return codes in submit_rtpg
7641 - scsi_dh_alua: fixup description of stpg_endio()
7642 - scsi_dh_alua: use flag for RTPG extended header
7643 - scsi_dh_alua: use unaligned access macros
7644 - scsi_dh_alua: rework alua_check_tpgs() to return the tpgs mode
7645 - scsi_dh_alua: simplify sense code handling
7646 - scsi: Add scsi_vpd_lun_id()
7647 - scsi: Add scsi_vpd_tpg_id()
7648 - scsi_dh_alua: use scsi_vpd_tpg_id()
7649 - scsi_dh_alua: Remove stale variables
7650 - scsi_dh_alua: Pass buffer as function argument
7651 - scsi_dh_alua: separate out alua_stpg()
7652 - scsi_dh_alua: Make stpg synchronous
7653 - scsi_dh_alua: call alua_rtpg() if stpg fails
7654 - scsi_dh_alua: switch to scsi_execute_req_flags()
7655 - scsi_dh_alua: allocate RTPG buffer separately
7656 - scsi_dh_alua: Use separate alua_port_group structure
7657 - scsi_dh_alua: use unique device id
7658 - scsi_dh_alua: simplify alua_initialize()
7659 - revert commit a8e5a2d593cb ("[SCSI] scsi_dh_alua: ALUA handler attach should
7660 succeed while TPG is transitioning")
7661 - scsi_dh_alua: move optimize_stpg evaluation
7662 - scsi_dh_alua: remove 'rel_port' from alua_dh_data structure
7663 - scsi_dh_alua: Use workqueue for RTPG
7664 - scsi_dh_alua: Allow workqueue to run synchronously
7665 - scsi_dh_alua: Add new blacklist flag 'BLIST_SYNC_ALUA'
7666 - scsi_dh_alua: Recheck state on unit attention
7667 - scsi_dh_alua: update all port states
7668 - scsi_dh_alua: Send TEST UNIT READY to poll for transitioning
7669 - scsi_dh_alua: do not fail for unknown VPD identification
7670
7671 [ Ubuntu: 4.4.0-29.48 ]
7672
7673 * Wireless hotkey fails on Dell XPS 15 9550 (LP: #1589886)
7674 - intel-hid: new hid event driver for hotkeys
7675 - intel-hid: fix incorrect entries in intel_hid_keymap
7676 - intel-hid: allocate correct amount of memory for private struct
7677 - intel-hid: add a workaround to ignore an event after waking up from S4.
7678 - [Config] CONFIG_INTEL_HID_EVENT=m
7679 * cgroupfs mounts can hang (LP: #1588056)
7680 - Revert "UBUNTU: SAUCE: (namespace) mqueue: Super blocks must be owned by the
7681 user ns which owns the ipc ns"
7682 - Revert "UBUNTU: SAUCE: kernfs: Do not match superblock in another user
7683 namespace when mounting"
7684 - Revert "UBUNTU: SAUCE: cgroup: Use a new super block when mounting in a
7685 cgroup namespace"
7686 - (namespace) bpf: Use mount_nodev not mount_ns to mount the bpf filesystem
7687 - (namespace) bpf, inode: disallow userns mounts
7688 - (namespace) ipc: Initialize ipc_namespace->user_ns early.
7689 - (namespace) vfs: Pass data, ns, and ns->userns to mount_ns
7690 - SAUCE: (namespace) Sync with upstream s_user_ns patches
7691 - (namespace) kernfs: The cgroup filesystem also benefits from SB_I_NOEXEC
7692 - (namespace) ipc/mqueue: The mqueue filesystem should never contain
7693 executables
7694 * KVM system crashes after starting guest (LP: #1596635)
7695 - xhci: Cleanup only when releasing primary hcd
7696 * Upstream patch "crypto: vmx - IV size failing on skcipher API" for Ubuntu
7697 16.04 (LP: #1596557)
7698 - crypto: vmx - IV size failing on skcipher API
7699 * [Bug]tpm initialization fails on x86 (LP: #1596469)
7700 - tpm_crb: drop struct resource res from struct crb_priv
7701 - tpm_crb: fix mapping of the buffers
7702 * Device shutdown notification for CAPI Flash cards (LP: #1592114)
7703 - cxlflash: Fix regression issue with re-ordering patch
7704 - cxlflash: Fix to drain operations from previous reset
7705 - cxlflash: Add device dependent flags
7706 - cxlflash: Shutdown notify support for CXL Flash cards
7707 * scsi-modules udeb should include pm80xx (LP: #1595628)
7708 - [Config] Add pm80xx scsi driver to d-i
7709 * Sync up latest relevant upstream bug fixes (LP: #1594871)
7710 - SAUCE: (noup) Update zfs to 0.6.5.6-0ubuntu10
7711 * Cannot compile module tda10071 (LP: #1592531)
7712 - [media] tda10071: Fix dependency to REGMAP_I2C
7713 * lsvpd doesn't show correct location code for devices attached to a CAPI card
7714 (LP: #1594847)
7715 - cxl: Make vPHB device node match adapter's
7716 * enable CRC32 and AES ARM64 by default or as module (LP: #1594455)
7717 - [Config] Enable arm64 AES and CRC32 crypto
7718 * VMX kernel crypto module exhibits poor performance in Ubuntu 16.04
7719 (LP: #1592481)
7720 - crypto: vmx - comply with ABIs that specify vrsave as reserved.
7721 - crypto: vmx - Fix ABI detection
7722 - crypto: vmx - Increase priority of aes-cbc cipher
7723 * build squashfs into xenial kernels by default (LP: #1593134)
7724 - [Config] CONFIG_SQUASHFS=y
7725 * Restore irqfd fast path for PPC (LP: #1592809)
7726 - KVM: PPC: Book3S HV: Re-enable XICS fast path for irqfd-generated interrupts
7727 * Unable to start guests with memballoon default. (LP: #1592042)
7728 - virtio_balloon: fix PFN format for virtio-1
7729 * Key 5 automatically pressed on some Logitech wireless keyboards
7730 (LP: #1579190)
7731 - HID: core: prevent out-of-bound readings
7732 * ZFS: Running ztest repeatedly for long periods of time eventually results in
7733 "zdb: can't open 'ztest': No such file or directory" (LP: #1587686)
7734 - Fix ztest truncated cache file
7735 * STC840.20:Alpine:alp7fp1:Ubuntu 16.04, BlueFin (SAN) EEH 6 times during boot
7736 then disabled SRC BA188002:b0314a_1612.840 (LP: #1587316)
7737 - lpfc: Fix DMA faults observed upon plugging loopback connector
7738
7739 -- Kamal Mostafa <kamal@canonical.com> Thu, 30 Jun 2016 14:22:47 -0700
7740
7741 linux-snapdragon (4.4.0-1019.22) xenial; urgency=low
7742
7743 [ Kamal Mostafa ]
7744
7745 * Release Tracking Bug
7746 - LP: #1595882
7747
7748 [ Ubuntu: 4.4.0-28.47 ]
7749
7750 * Linux netfilter local privilege escalation issues (LP: #1595350)
7751 - netfilter: x_tables: don't move to non-existent next rule
7752 - netfilter: x_tables: validate targets of jumps
7753 - netfilter: x_tables: add and use xt_check_entry_offsets
7754 - netfilter: x_tables: kill check_entry helper
7755 - netfilter: x_tables: assert minimum target size
7756 - netfilter: x_tables: add compat version of xt_check_entry_offsets
7757 - netfilter: x_tables: check standard target size too
7758 - netfilter: x_tables: check for bogus target offset
7759 - netfilter: x_tables: validate all offsets and sizes in a rule
7760 - netfilter: x_tables: don't reject valid target size on some architectures
7761 - netfilter: arp_tables: simplify translate_compat_table args
7762 - netfilter: ip_tables: simplify translate_compat_table args
7763 - netfilter: ip6_tables: simplify translate_compat_table args
7764 - netfilter: x_tables: xt_compat_match_from_user doesn't need a retval
7765 - netfilter: x_tables: do compat validation via translate_table
7766 - netfilter: x_tables: introduce and use xt_copy_counters_from_user
7767 * Linux netfilter IPT_SO_SET_REPLACE memory corruption (LP: #1555338)
7768 - netfilter: x_tables: validate e->target_offset early
7769 - netfilter: x_tables: make sure e->next_offset covers remaining blob size
7770 - netfilter: x_tables: fix unconditional helper
7771
7772 -- Kamal Mostafa <kamal@canonical.com> Fri, 24 Jun 2016 08:22:41 -0700
7773
7774 linux-snapdragon (4.4.0-1018.21) xenial; urgency=low
7775
7776 [ Kamal Mostafa ]
7777
7778 * Release Tracking Bug
7779 - LP: #1594929
7780
7781 [ Ubuntu: 4.4.0-27.46 ]
7782
7783 * Support Edge Gateway's Bluetooth LED (LP: #1512999)
7784 - Revert "UBUNTU: SAUCE: Bluetooth: Support for LED on Marvell modules"
7785
7786 -- Kamal Mostafa <kamal@canonical.com> Tue, 21 Jun 2016 12:35:33 -0700
7787
7788 linux-snapdragon (4.4.0-1017.20) xenial; urgency=low
7789
7790 [ Kamal Mostafa ]
7791
7792 * Release Tracking Bug
7793 - LP: #1594480
7794
7795 [ Ubuntu: 4.4.0-26.45 ]
7796
7797 * linux: Implement secure boot state variables (LP: #1593075)
7798 - SAUCE: UEFI: Add secure boot and MOK SB State disabled sysctl
7799 * failures building userspace packages that include ethtool.h (LP: #1592930)
7800 - ethtool.h: define INT_MAX for userland
7801
7802 -- Kamal Mostafa <kamal@canonical.com> Mon, 20 Jun 2016 11:48:30 -0700
7803
7804 linux-snapdragon (4.4.0-1016.19) xenial; urgency=low
7805
7806 [ Kamal Mostafa ]
7807
7808 * Release Tracking Bug
7809 - LP: #1591462
7810
7811 [ Ubuntu: 4.4.0-25.44 ]
7812
7813 * Xenial update to v4.4.13 stable release (LP: #1590455)
7814 - MIPS64: R6: R2 emulation bugfix
7815 - MIPS: math-emu: Fix jalr emulation when rd == $0
7816 - MIPS: MSA: Fix a link error on `_init_msa_upper' with older GCC
7817 - MIPS: Don't unwind to user mode with EVA
7818 - MIPS: Avoid using unwind_stack() with usermode
7819 - MIPS: Fix siginfo.h to use strict posix types
7820 - MIPS: Fix uapi include in exported asm/siginfo.h
7821 - MIPS: Fix watchpoint restoration
7822 - MIPS: Flush highmem pages in __flush_dcache_page
7823 - MIPS: Handle highmem pages in __update_cache
7824 - MIPS: Sync icache & dcache in set_pte_at
7825 - MIPS: ath79: make bootconsole wait for both THRE and TEMT
7826 - MIPS: Reserve nosave data for hibernation
7827 - MIPS: Loongson-3: Reserve 32MB for RS780E integrated GPU
7828 - MIPS: Use copy_s.fmt rather than copy_u.fmt
7829 - MIPS: Fix MSA ld_*/st_* asm macros to use PTR_ADDU
7830 - MIPS: Prevent "restoration" of MSA context in non-MSA kernels
7831 - MIPS: Disable preemption during prctl(PR_SET_FP_MODE, ...)
7832 - MIPS: ptrace: Fix FP context restoration FCSR regression
7833 - MIPS: ptrace: Prevent writes to read-only FCSR bits
7834 - MIPS: Fix sigreturn via VDSO on microMIPS kernel
7835 - MIPS: Build microMIPS VDSO for microMIPS kernels
7836 - MIPS: lib: Mark intrinsics notrace
7837 - MIPS: VDSO: Build with `-fno-strict-aliasing'
7838 - affs: fix remount failure when there are no options changed
7839 - ASoC: ak4642: Enable cache usage to fix crashes on resume
7840 - Input: uinput - handle compat ioctl for UI_SET_PHYS
7841 - ARM: mvebu: fix GPIO config on the Linksys boards
7842 - ARM: dts: at91: fix typo in sama5d2 PIN_PD24 description
7843 - ARM: dts: exynos: Add interrupt line to MAX8997 PMIC on exynos4210-trats
7844 - ARM: dts: imx35: restore existing used clock enumeration
7845 - ath9k: Add a module parameter to invert LED polarity.
7846 - ath9k: Fix LED polarity for some Mini PCI AR9220 MB92 cards.
7847 - ath10k: fix debugfs pktlog_filter write
7848 - ath10k: fix firmware assert in monitor mode
7849 - ath10k: fix rx_channel during hw reconfigure
7850 - ath10k: fix kernel panic, move arvifs list head init before htt init
7851 - ath5k: Change led pin configuration for compaq c700 laptop
7852 - hwrng: exynos - Fix unbalanced PM runtime put on timeout error path
7853 - rtlwifi: rtl8723be: Add antenna select module parameter
7854 - rtlwifi: btcoexist: Implement antenna selection
7855 - rtlwifi: Fix logic error in enter/exit power-save mode
7856 - rtlwifi: pci: use dev_kfree_skb_irq instead of kfree_skb in
7857 rtl_pci_reset_trx_ring
7858 - aacraid: Relinquish CPU during timeout wait
7859 - aacraid: Fix for aac_command_thread hang
7860 - aacraid: Fix for KDUMP driver hang
7861 - hwmon: (ads7828) Enable internal reference
7862 - mfd: intel-lpss: Save register context on suspend
7863 - mfd: intel_soc_pmic_core: Terminate panel control GPIO lookup table
7864 correctly
7865 - PM / Runtime: Fix error path in pm_runtime_force_resume()
7866 - cpuidle: Indicate when a device has been unregistered
7867 - cpuidle: Fix cpuidle_state_is_coupled() argument in cpuidle_enter()
7868 - clk: bcm2835: Fix PLL poweron
7869 - clk: at91: fix check of clk_register() returned value
7870 - clk: bcm2835: pll_off should only update CM_PLL_ANARST
7871 - clk: bcm2835: divider value has to be 1 or more
7872 - pinctrl: exynos5440: Use off-stack memory for pinctrl_gpio_range
7873 - PCI: Disable all BAR sizing for devices with non-compliant BARs
7874 - media: v4l2-compat-ioctl32: fix missing reserved field copy in
7875 put_v4l2_create32
7876 - mm: use phys_addr_t for reserve_bootmem_region() arguments
7877 - wait/ptrace: assume __WALL if the child is traced
7878 - QE-UART: add "fsl,t1040-ucc-uart" to of_device_id
7879 - powerpc/book3s64: Fix branching to OOL handlers in relocatable kernel
7880 - powerpc/eeh: Don't report error in eeh_pe_reset_and_recover()
7881 - powerpc/eeh: Restore initial state in eeh_pe_reset_and_recover()
7882 - xen/events: Don't move disabled irqs
7883 - xen: use same main loop for counting and remapping pages
7884 - sunrpc: fix stripping of padded MIC tokens
7885 - drm/gma500: Fix possible out of bounds read
7886 - drm/vmwgfx: Enable SVGA_3D_CMD_DX_SET_PREDICATION
7887 - drm/vmwgfx: use vmw_cmd_dx_cid_check for query commands.
7888 - drm/vmwgfx: Fix order of operation
7889 - drm/amdgpu: use drm_mode_vrefresh() rather than mode->vrefresh
7890 - drm/amdgpu: Fix hdmi deep color support.
7891 - drm/i915/fbdev: Fix num_connector references in intel_fb_initial_config()
7892 - drm/fb_helper: Fix references to dev->mode_config.num_connector
7893 - drm/atomic: Verify connector->funcs != NULL when clearing states
7894 - drm/i915: Don't leave old junk in ilk active watermarks on readout
7895 - drm/imx: Match imx-ipuv3-crtc components using device node in platform data
7896 - ext4: fix hang when processing corrupted orphaned inode list
7897 - ext4: clean up error handling when orphan list is corrupted
7898 - ext4: fix oops on corrupted filesystem
7899 - ext4: address UBSAN warning in mb_find_order_for_block()
7900 - ext4: silence UBSAN in ext4_mb_init()
7901 - PM / sleep: Handle failures in device_suspend_late() consistently
7902 - dma-debug: avoid spinlock recursion when disabling dma-debug
7903 - scripts/package/Makefile: rpmbuild add support of RPMOPTS
7904 - gcov: disable tree-loop-im to reduce stack usage
7905 - xfs: disallow rw remount on fs with unknown ro-compat features
7906 - xfs: Don't wrap growfs AGFL indexes
7907 - xfs: xfs_iflush_cluster fails to abort on error
7908 - xfs: fix inode validity check in xfs_iflush_cluster
7909 - xfs: skip stale inodes in xfs_iflush_cluster
7910 - xfs: print name of verifier if it fails
7911 - xfs: handle dquot buffer readahead in log recovery correctly
7912 - Linux 4.4.13
7913 * 168c:001c [HP Compaq Presario C700 Notebook PC] Wireless led button doesn't
7914 switch colors (LP: #972604)
7915 - ath5k: Change led pin configuration for compaq c700 laptop
7916 * Extended statistics from balloon for proper memory management (LP: #1587091)
7917 - mm/page_alloc.c: calculate 'available' memory in a separate function
7918 - virtio_balloon: export 'available' memory to balloon statistics
7919 * CAPI: CGZIP AFU contexts do not receive interrupts after heavy afu
7920 open/close (LP: #1588468)
7921 - misc: cxl: use kobj_to_dev()
7922 - cxl: Move common code away from bare-metal-specific files
7923 - cxl: Move bare-metal specific code to specialized files
7924 - cxl: Define process problem state area at attach time only
7925 - cxl: Introduce implementation-specific API
7926 - cxl: Rename some bare-metal specific functions
7927 - cxl: Isolate a few bare-metal-specific calls
7928 - cxl: Update cxl_irq() prototype
7929 - cxl: IRQ allocation for guests
7930 - powerpc: New possible return value from hcall
7931 - cxl: New hcalls to support cxl adapters
7932 - cxl: Separate bare-metal fields in adapter and AFU data structures
7933 - cxlflash: Simplify PCI registration
7934 - cxlflash: Unmap problem state area before detaching master context
7935 - cxlflash: Split out context initialization
7936 - cxlflash: Simplify attach path error cleanup
7937 - cxlflash: Reorder user context initialization
7938 - cxl: Add guest-specific code
7939 - cxl: sysfs support for guests
7940 - cxl: Support to flash a new image on the adapter from a guest
7941 - cxl: Parse device tree and create cxl device(s) at boot
7942 - cxl: Support the cxl kernel API from a guest
7943 - cxl: Adapter failure handling
7944 - cxl: Add tracepoints around the cxl hcall
7945 - cxlflash: Use new cxl_pci_read_adapter_vpd() API
7946 - cxl: Remove cxl_get_phys_dev() kernel API
7947 - cxl: Ignore probes for virtual afu pci devices
7948 - cxl: Poll for outstanding IRQs when detaching a context
7949 * NVMe max_segments queue parameter gets set to 1 (LP: #1588449)
7950 - nvme: set queue limits for the admin queue
7951 - nvme: fix max_segments integer truncation
7952 - block: fix blk_rq_get_max_sectors for driver private requests
7953 * workaround cavium thunderx silicon erratum 23144 (LP: #1589704)
7954 - irqchip/gicv3-its: numa: Enable workaround for Cavium thunderx erratum 23144
7955 * Xenial update to v4.4.12 stable release (LP: #1588945)
7956 - Btrfs: don't use src fd for printk
7957 - perf/x86/intel/pt: Generate PMI in the STOP region as well
7958 - perf/core: Fix perf_event_open() vs. execve() race
7959 - perf test: Fix build of BPF and LLVM on older glibc libraries
7960 - ext4: iterate over buffer heads correctly in move_extent_per_page()
7961 - arm64: Fix typo in the pmdp_huge_get_and_clear() definition
7962 - arm64: Ensure pmd_present() returns false after pmd_mknotpresent()
7963 - arm64: Implement ptep_set_access_flags() for hardware AF/DBM
7964 - arm64: Implement pmdp_set_access_flags() for hardware AF/DBM
7965 - arm64: cpuinfo: Missing NULL terminator in compat_hwcap_str
7966 - arm/arm64: KVM: Enforce Break-Before-Make on Stage-2 page tables
7967 - kvm: arm64: Fix EC field in inject_abt64
7968 - remove directory incorrectly tries to set delete on close on non-empty
7969 directories
7970 - fs/cifs: correctly to anonymous authentication via NTLMSSP
7971 - fs/cifs: correctly to anonymous authentication for the LANMAN authentication
7972 - fs/cifs: correctly to anonymous authentication for the NTLM(v1)
7973 authentication
7974 - fs/cifs: correctly to anonymous authentication for the NTLM(v2)
7975 authentication
7976 - asix: Fix offset calculation in asix_rx_fixup() causing slow transmissions
7977 - ring-buffer: Use long for nr_pages to avoid overflow failures
7978 - ring-buffer: Prevent overflow of size in ring_buffer_resize()
7979 - crypto: caam - fix caam_jr_alloc() ret code
7980 - crypto: talitos - fix ahash algorithms registration
7981 - crypto: sun4i-ss - Replace spinlock_bh by spin_lock_irq{save|restore}
7982 - clk: qcom: msm8916: Fix crypto clock flags
7983 - sched/loadavg: Fix loadavg artifacts on fully idle and on fully loaded
7984 systems
7985 - mfd: omap-usb-tll: Fix scheduling while atomic BUG
7986 - Input: pwm-beeper - fix - scheduling while atomic
7987 - irqchip/gic: Ensure ordering between read of INTACK and shared data
7988 - irqchip/gic-v3: Configure all interrupts as non-secure Group-1
7989 - can: fix handling of unmodifiable configuration options
7990 - mmc: mmc: Fix partition switch timeout for some eMMCs
7991 - mmc: sdhci-acpi: Remove MMC_CAP_BUS_WIDTH_TEST for Intel controllers
7992 - ACPI / osi: Fix an issue that acpi_osi=!* cannot disable ACPICA internal
7993 strings
7994 - dell-rbtn: Ignore ACPI notifications if device is suspended
7995 - mmc: longer timeout for long read time quirk
7996 - mmc: sdhci-pci: Remove MMC_CAP_BUS_WIDTH_TEST for Intel controllers
7997 - Bluetooth: vhci: fix open_timeout vs. hdev race
7998 - Bluetooth: vhci: purge unhandled skbs
7999 - Bluetooth: vhci: Fix race at creating hci device
8000 - mei: fix NULL dereferencing during FW initiated disconnection
8001 - mei: amthif: discard not read messages
8002 - mei: bus: call mei_cl_read_start under device lock
8003 - USB: serial: mxuport: fix use-after-free in probe error path
8004 - USB: serial: keyspan: fix use-after-free in probe error path
8005 - USB: serial: quatech2: fix use-after-free in probe error path
8006 - USB: serial: io_edgeport: fix memory leaks in attach error path
8007 - USB: serial: io_edgeport: fix memory leaks in probe error path
8008 - USB: serial: option: add support for Cinterion PH8 and AHxx
8009 - USB: serial: option: add more ZTE device ids
8010 - USB: serial: option: add even more ZTE device ids
8011 - usb: gadget: f_fs: Fix EFAULT generation for async read operations
8012 - usb: f_mass_storage: test whether thread is running before starting another
8013 - usb: misc: usbtest: fix pattern tests for scatterlists.
8014 - usb: gadget: udc: core: Fix argument of dev_err() in
8015 usb_gadget_map_request()
8016 - staging: comedi: das1800: fix possible NULL dereference
8017 - KVM: x86: fix ordering of cr0 initialization code in vmx_cpu_reset
8018 - MIPS: KVM: Fix timer IRQ race when freezing timer
8019 - MIPS: KVM: Fix timer IRQ race when writing CP0_Compare
8020 - KVM: x86: mask CPUID(0xD,0x1).EAX against host value
8021 - xen/x86: actually allocate legacy interrupts on PV guests
8022 - tty: vt, return error when con_startup fails
8023 - TTY: n_gsm, fix false positive WARN_ON
8024 - tty/serial: atmel: fix hardware handshake selection
8025 - Fix OpenSSH pty regression on close
8026 - serial: 8250_pci: fix divide error bug if baud rate is 0
8027 - serial: 8250_mid: use proper bar for DNV platform
8028 - serial: 8250_mid: recognize interrupt source in handler
8029 - serial: samsung: Reorder the sequence of clock control when call
8030 s3c24xx_serial_set_termios()
8031 - locking,qspinlock: Fix spin_is_locked() and spin_unlock_wait()
8032 - clk: bcm2835: add locking to pll*_on/off methods
8033 - mcb: Fixed bar number assignment for the gdd
8034 - ALSA: hda/realtek - New codecs support for ALC234/ALC274/ALC294
8035 - ALSA: hda - Fix headphone noise on Dell XPS 13 9360
8036 - ALSA: hda/realtek - Add support for ALC295/ALC3254
8037 - ALSA: hda - Fix headset mic detection problem for one Dell machine
8038 - IB/srp: Fix a debug kernel crash
8039 - thunderbolt: Fix double free of drom buffer
8040 - SIGNAL: Move generic copy_siginfo() to signal.h
8041 - UBI: Fix static volume checks when Fastmap is used
8042 - hpfs: fix remount failure when there are no options changed
8043 - hpfs: implement the show_options method
8044 - scsi: Add intermediate STARGET_REMOVE state to scsi_target_state
8045 - Revert "scsi: fix soft lockup in scsi_remove_target() on module removal"
8046 - kbuild: move -Wunused-const-variable to W=1 warning level
8047 - Linux 4.4.12
8048 * [Hyper-V] fixes for kdump when running on a VM (LP: #1588965)
8049 - clocksource: Allow unregistering the watchdog
8050 * net_admin apparmor denial when using Go (LP: #1465724)
8051 - SAUCE: kernel: Add noaudit variant of ns_capable()
8052 - SAUCE: net: Use ns_capable_noaudit() when determining net sysctl permissions
8053 * [Hyper-V] Put tools/hv/lsvmbus in /usr/sbin (LP: #1585311)
8054 - [Debian] Install lsvmbus in cloud tools
8055 - SAUCE: tools/hv/lsvmbus -- convert to python3
8056 - SAUCE: tools/hv/lsvmbus -- add manual page
8057 * btrfs: file write crashes with false ENOSPC during snapshot creation since
8058 kernel 4.4 - fix available (LP: #1584052)
8059 - btrfs: Continue write in case of can_not_nocow
8060 * boot stalls on USB detection errors (LP: #1437492)
8061 - usb: core: hub: hub_port_init lock controller instead of bus
8062 * [Bug]KNL:Spread MWAIT cache lines over all nodes (LP: #1585850)
8063 - kernek/fork.c: allocate idle task for a CPU always on its local node
8064 * [Hyper-V] PCI Passthrough kernel hang and explicit barriers (LP: #1581243)
8065 - PCI: hv: Report resources release after stopping the bus
8066 - PCI: hv: Add explicit barriers to config space access
8067 * Kernel 4.2.X and 4.4.X - Fix USB3.0 link power management (LPM)
8068 claim/release logic in USBFS (LP: #1577024)
8069 - USB: leave LPM alone if possible when binding/unbinding interface drivers
8070 * STC840.20:tuleta:tul516p01 panic after injecting Leaf EEH (LP: #1581034)
8071 - NVMe: Fix namespace removal deadlock
8072 - NVMe: Requeue requests on suspended queues
8073 - NVMe: Move error handling to failed reset handler
8074 - blk-mq: End unstarted requests on dying queue
8075 * conflicting modules in udebs - arc4.ko (LP: #1582991)
8076 - [Config] Remove arc4 from nic-modules
8077 * CVE-2016-4482 (LP: #1578493)
8078 - USB: usbfs: fix potential infoleak in devio
8079 * mlx5_core kexec fail (LP: #1585978)
8080 - net/mlx5: Add pci shutdown callback
8081 * backport fix for /proc/net issues with containers (LP: #1584953)
8082 - netfilter: Set /proc/net entries owner to root in namespace
8083 * CVE-2016-4951 (LP: #1585365)
8084 - tipc: check nl sock before parsing nested attributes
8085 * CVE-2016-4578 (LP: #1581866)
8086 - ALSA: timer: Fix leak in events via snd_timer_user_ccallback
8087 - ALSA: timer: Fix leak in events via snd_timer_user_tinterrupt
8088 * CVE-2016-4569 (LP: #1580379)
8089 - ALSA: timer: Fix leak in SNDRV_TIMER_IOCTL_PARAMS
8090 * s390/pci: fix use after free in dma_init (LP: #1584828)
8091 - s390/pci: fix use after free in dma_init
8092 * s390/mm: fix asce_bits handling with dynamic pagetable levels (LP: #1584827)
8093 - s390/mm: fix asce_bits handling with dynamic pagetable levels
8094 * CAPI: CGZIP Wrong CAPI MMIO timeout (256usec desired but 1usec default
8095 setting in cxl.ko driver) (LP: #1584066)
8096 - powerpc: Define PVR value for POWER8NVL processor
8097 - cxl: Configure the PSL for two CAPI ports on POWER8NVL
8098 - cxl: Increase timeout for detection of AFU mmio hang
8099 * ThunderX: soft lockup in cursor_timer_handler() (LP: #1574814)
8100 - SAUCE: tty: vt: Fix soft lockup in fbcon cursor blink timer.
8101 * debian.master/.../getabis bogus warnings "inconsistant compiler versions"
8102 and "not a git repository" (LP: #1584890)
8103 - [debian] getabis: Only git add $abidir if running in local repo
8104 - [debian] getabis: Fix inconsistent compiler versions check
8105 * Backport cxlflash patch related to EEH recovery into Xenial SRU stream
8106 (LP: #1584935)
8107 - cxlflash: Fix to resolve dead-lock during EEH recovery
8108 * Xenial update to 4.4.11 stable release (LP: #1584912)
8109 - decnet: Do not build routes to devices without decnet private data.
8110 - route: do not cache fib route info on local routes with oif
8111 - packet: fix heap info leak in PACKET_DIAG_MCLIST sock_diag interface
8112 - net: sched: do not requeue a NULL skb
8113 - bpf/verifier: reject invalid LD_ABS | BPF_DW instruction
8114 - cdc_mbim: apply "NDP to end" quirk to all Huawei devices
8115 - net: use skb_postpush_rcsum instead of own implementations
8116 - vlan: pull on __vlan_insert_tag error path and fix csum correction
8117 - openvswitch: use flow protocol when recalculating ipv6 checksums
8118 - ipv4/fib: don't warn when primary address is missing if in_dev is dead
8119 - net/mlx4_en: fix spurious timestamping callbacks
8120 - bpf: fix check_map_func_compatibility logic
8121 - samples/bpf: fix trace_output example
8122 - net: Implement net_dbg_ratelimited() for CONFIG_DYNAMIC_DEBUG case
8123 - gre: do not pull header in ICMP error processing
8124 - net_sched: introduce qdisc_replace() helper
8125 - net_sched: update hierarchical backlog too
8126 - sch_htb: update backlog as well
8127 - sch_dsmark: update backlog as well
8128 - netem: Segment GSO packets on enqueue
8129 - net: fec: only clear a queue's work bit if the queue was emptied
8130 - VSOCK: do not disconnect socket when peer has shutdown SEND only
8131 - net: bridge: fix old ioctl unlocked net device walk
8132 - bridge: fix igmp / mld query parsing
8133 - uapi glibc compat: fix compile errors when glibc net/if.h included before
8134 linux/if.h MIME-Version: 1.0
8135 - net: fix a kernel infoleak in x25 module
8136 - net: thunderx: avoid exposing kernel stack
8137 - tcp: refresh skb timestamp at retransmit time
8138 - net/route: enforce hoplimit max value
8139 - ocfs2: revert using ocfs2_acl_chmod to avoid inode cluster lock hang
8140 - ocfs2: fix posix_acl_create deadlock
8141 - zsmalloc: fix zs_can_compact() integer overflow
8142 - crypto: qat - fix invalid pf2vf_resp_wq logic
8143 - crypto: hash - Fix page length clamping in hash walk
8144 - crypto: testmgr - Use kmalloc memory for RSA input
8145 - ALSA: usb-audio: Quirk for yet another Phoenix Audio devices (v2)
8146 - ALSA: usb-audio: Yet another Phoneix Audio device quirk
8147 - ALSA: hda - Fix subwoofer pin on ASUS N751 and N551
8148 - ALSA: hda - Fix white noise on Asus UX501VW headset
8149 - ALSA: hda - Fix broken reconfig
8150 - spi: pxa2xx: Do not detect number of enabled chip selects on Intel SPT
8151 - spi: spi-ti-qspi: Fix FLEN and WLEN settings if bits_per_word is overridden
8152 - spi: spi-ti-qspi: Handle truncated frames properly
8153 - pinctrl: at91-pio4: fix pull-up/down logic
8154 - regmap: spmi: Fix regmap_spmi_ext_read in multi-byte case
8155 - perf/core: Disable the event on a truncated AUX record
8156 - vfs: add vfs_select_inode() helper
8157 - vfs: rename: check backing inode being equal
8158 - ARM: dts: at91: sam9x5: Fix the memory range assigned to the PMC
8159 - workqueue: fix rebind bound workers warning
8160 - regulator: s2mps11: Fix invalid selector mask and voltages for buck9
8161 - regulator: axp20x: Fix axp22x ldo_io voltage ranges
8162 - atomic_open(): fix the handling of create_error
8163 - qla1280: Don't allocate 512kb of host tags
8164 - tools lib traceevent: Do not reassign parg after collapse_tree()
8165 - get_rock_ridge_filename(): handle malformed NM entries
8166 - Input: max8997-haptic - fix NULL pointer dereference
8167 - Revert "[media] videobuf2-v4l2: Verify planes array in buffer dequeueing"
8168 - drm/radeon: fix PLL sharing on DCE6.1 (v2)
8169 - drm/i915: Bail out of pipe config compute loop on LPT
8170 - drm/i915/bdw: Add missing delay during L3 SQC credit programming
8171 - drm/radeon: fix DP link training issue with second 4K monitor
8172 - nf_conntrack: avoid kernel pointer value leak in slab name
8173 - Linux 4.4.11
8174 * Support Edge Gateway's Bluetooth LED (LP: #1512999)
8175 - SAUCE: Bluetooth: Support for LED on Marvell modules
8176 * Support Edge Gateway's WIFI LED (LP: #1512997)
8177 - SAUCE: mwifiex: Switch WiFi LED state according to the device status
8178 * Marvell wireless driver update for FCC regulation (LP: #1528910)
8179 - mwifiex: parse adhoc start/join result
8180 - mwifiex: handle start AP error paths correctly
8181 - mwifiex: set regulatory info from EEPROM
8182 - mwifiex: don't follow AP if country code received from EEPROM
8183 - mwifiex: correction in region code to country mapping
8184 - mwifiex: update region_code_index array
8185 - mwifiex: use world for unidentified region code
8186 - SAUCE: mwifiex: add iw vendor command support
8187 * Kernel can be oopsed using remap_file_pages (LP: #1558120)
8188 - Revert "UBUNTU: SAUCE: mm/mmap: fix oopsing on remap_file_pages"
8189 - SAUCE: AUFS: mm/mmap: fix oopsing on remap_file_pages aufs mmap: bugfix,
8190 mainly for linux-4.5-rc5, remap_file_pages(2) emulation
8191 * cgroup namespace update (LP: #1584163)
8192 - Revert "UBUNTU: SAUCE: cgroup mount: ignore nsroot="
8193 - Revert "UBUNTU: SAUCE: (noup) cgroup namespaces: add a 'nsroot=' mountinfo
8194 field"
8195 - cgroup, kernfs: make mountinfo show properly scoped path for cgroup
8196 namespaces
8197 - kernfs: kernfs_sop_show_path: don't return 0 after seq_dentry call
8198 - cgroup: fix compile warning
8199 * Missing libunwind support in perf (LP: #1248289)
8200 - [Config] add binutils-dev to the Build-Depends: to fix perf unwinding
8201 * e1000 Tx Unit Hang (LP: #1582328)
8202 - e1000: Double Tx descriptors needed check for 82544
8203 - e1000: Do not overestimate descriptor counts in Tx pre-check
8204 * Unsharing user and ipc namespaces simultaneously makes mqueue unmountable
8205 (LP: #1582378)
8206 - SAUCE: (namespace) mqueue: Super blocks must be owned by the user ns which
8207 owns the ipc ns
8208 * Pull in the amdgpu/radeon code from Linux 4.5.3 (LP: #1580526)
8209 - drm/radeon: rework fbdev handling on chips with no connectors
8210 - drm/radeon/mst: fix regression in lane/link handling.
8211 - drm/amd/powerplay: add uvd/vce dpm enabling flag to fix the performance
8212 issue for CZ
8213 - drm/amd/powerplay: fix segment fault issue in multi-display case.
8214 - drm/ttm: fix kref count mess in ttm_bo_move_to_lru_tail
8215 * aufs CONFIG_AUFS_EXPORT build option should be enabled (LP: #1121699)
8216 - [Config] enable CONFIG_AUFS_EXPORT
8217 * promote *_diag modules from linux-image-extra to linux-image (LP: #1580355)
8218 - [Config] Update inclusion list for CRIU
8219 * [Xenial] net: updates to ethtool and virtio_net for speed/duplex support
8220 (LP: #1581132)
8221 - ethtool: add speed/duplex validation functions
8222 - ethtool: make validate_speed accept all speeds between 0 and INT_MAX
8223 - virtio_net: add ethtool support for set and get of settings
8224 - virtio_net: validate ethtool port setting and explain the user validation
8225 * perf tool: Display event codes for Generic HW (PMU) events (LP: #1578211)
8226 - powerpc/perf: Remove PME_ prefix for power7 events
8227 - powerpc/perf: Export Power8 generic and cache events to sysfs
8228 * Mellanox ConnectX4 MTU limits: max and min (LP: #1528466)
8229 - net/mlx5: Introduce a new header file for physical port functions
8230 - net/mlx5e: Device's mtu field is u16 and not int
8231 - net/mlx5e: Fix minimum MTU
8232 * Miscellaneous Ubuntu changes
8233 - [Config] CONFIG_CAVIUM_ERRATUM_23144=y
8234
8235 -- Kamal Mostafa <kamal@canonical.com> Mon, 13 Jun 2016 11:42:36 -0700
8236
8237 linux-snapdragon (4.4.0-1015.18) xenial; urgency=low
8238
8239 [ Kamal Mostafa ]
8240
8241 [ Ubuntu: 4.4.0-24.42 ]
8242
8243 * CVE-2016-1583 (LP: #1588871)
8244 - ecryptfs: fix handling of directory opening
8245 - SAUCE: proc: prevent stacking filesystems on top
8246 - SAUCE: ecryptfs: forbid opening files without mmap handler
8247 - SAUCE: sched: panic on corrupted stack end
8248 * arm64: statically link rtc-efi (LP: #1583738)
8249 - [Config] Link rtc-efi statically on arm64
8250
8251 -- Andy Whitcroft <apw@canonical.com> Wed, 08 Jun 2016 21:34:43 +0100
8252
8253 linux-snapdragon (4.4.0-1014.16) xenial; urgency=low
8254
8255 [ Kamal Mostafa ]
8256
8257 * Rebase against Ubuntu-4.4.0-23.41
8258 * Release Tracking Bug
8259 - LP: #1582679
8260
8261 * zfs: disable module checks for zfs when cross-compiling (LP: #1581127)
8262 - [Packaging] disable zfs module checks when cross-compiling
8263
8264 * Xenial update to v4.4.10 stable release (LP: #1580754)
8265 - Revert "UBUNTU: SAUCE: (no-up) ACPICA: Dispatcher: Update thread ID for
8266 recursive method calls"
8267 - Revert "UBUNTU: SAUCE: nbd: ratelimit error msgs after socket close"
8268 - Revert: "powerpc/tm: Check for already reclaimed tasks"
8269 - RDMA/iw_cxgb4: Fix bar2 virt addr calculation for T4 chips
8270 - ipvs: handle ip_vs_fill_iph_skb_off failure
8271 - ipvs: correct initial offset of Call-ID header search in SIP persistence
8272 engine
8273 - ipvs: drop first packet to redirect conntrack
8274 - mfd: intel-lpss: Remove clock tree on error path
8275 - nbd: ratelimit error msgs after socket close
8276 - ata: ahci_xgene: dereferencing uninitialized pointer in probe
8277 - mwifiex: fix corner case association failure
8278 - CNS3xxx: Fix PCI cns3xxx_write_config()
8279 - clk-divider: make sure read-only dividers do not write to their register
8280 - soc: rockchip: power-domain: fix err handle while probing
8281 - clk: rockchip: free memory in error cases when registering clock branches
8282 - clk: meson: Fix meson_clk_register_clks() signature type mismatch
8283 - clk: qcom: msm8960: fix ce3_core clk enable register
8284 - clk: versatile: sp810: support reentrance
8285 - clk: qcom: msm8960: Fix ce3_src register offset
8286 - lpfc: fix misleading indentation
8287 - ath9k: ar5008_hw_cmn_spur_mitigate: add missing mask_m & mask_p
8288 initialisation
8289 - mac80211: fix statistics leak if dev_alloc_name() fails
8290 - tracing: Don't display trigger file for events that can't be enabled
8291 - MD: make bio mergeable
8292 - Minimal fix-up of bad hashing behavior of hash_64()
8293 - mm, cma: prevent nr_isolated_* counters from going negative
8294 - mm/zswap: provide unique zpool name
8295 - ARM: EXYNOS: Properly skip unitialized parent clock in power domain on
8296 - ARM: SoCFPGA: Fix secondary CPU startup in thumb2 kernel
8297 - xen: Fix page <-> pfn conversion on 32 bit systems
8298 - xen/balloon: Fix crash when ballooning on x86 32 bit PAE
8299 - xen/evtchn: fix ring resize when binding new events
8300 - HID: wacom: Add support for DTK-1651
8301 - HID: Fix boot delay for Creative SB Omni Surround 5.1 with quirk
8302 - Input: zforce_ts - fix dual touch recognition
8303 - proc: prevent accessing /proc/<PID>/environ until it's ready
8304 - mm: update min_free_kbytes from khugepaged after core initialization
8305 - batman-adv: fix DAT candidate selection (must use vid)
8306 - batman-adv: Check skb size before using encapsulated ETH+VLAN header
8307 - batman-adv: Fix broadcast/ogm queue limit on a removed interface
8308 - batman-adv: Reduce refcnt of removed router when updating route
8309 - writeback: Fix performance regression in wb_over_bg_thresh()
8310 - MAINTAINERS: Remove asterisk from EFI directory names
8311 - x86/tsc: Read all ratio bits from MSR_PLATFORM_INFO
8312 - ARM: cpuidle: Pass on arm_cpuidle_suspend()'s return value
8313 - ARC: Add missing io barriers to io{read,write}{16,32}be()
8314 - x86/sysfb_efi: Fix valid BAR address range check
8315 - ACPICA: Dispatcher: Update thread ID for recursive method calls
8316 - powerpc: Fix bad inline asm constraint in create_zero_mask()
8317 - libahci: save port map for forced port map
8318 - ata: ahci-platform: Add ports-implemented DT bindings.
8319 - USB: serial: cp210x: add ID for Link ECU
8320 - USB: serial: cp210x: add Straizona Focusers device ids
8321 - nvmem: mxs-ocotp: fix buffer overflow in read
8322 - gpu: ipu-v3: Fix imx-ipuv3-crtc module autoloading
8323 - drm/amdgpu: make sure vertical front porch is at least 1
8324 - drm/amdgpu: set metadata pointer to NULL after freeing.
8325 - iio: ak8975: Fix NULL pointer exception on early interrupt
8326 - iio: ak8975: fix maybe-uninitialized warning
8327 - drm/radeon: make sure vertical front porch is at least 1
8328 - drm/i915/ddi: Fix eDP VDD handling during booting and suspend/resume
8329 - drm/i915: Fix eDP low vswing for Broadwell
8330 - drm/i915: Make RPS EI/thresholds multiple of 25 on SNB-BDW
8331 - drm/i915: Fake HDMI live status
8332 - lib/test-string_helpers.c: fix and improve string_get_size() tests
8333 - drm/i915/skl: Fix DMC load on Skylake J0 and K0
8334 - Linux 4.4.10
8335
8336 * HDMI audio playback noise observed on AMD Polaris 10/11 GPU (LP: #1577288)
8337 - ALSA: hda: add AMD Polaris-10/11 AZ PCI IDs with proper driver caps
8338
8339 * [i915_bpo] Update i915 backport driver (LP: #1580114)
8340 - SAUCE: i915_bpo: Drop is_preliminary from BXT/KBL.
8341 - SAUCE: i915_bpo: Sync with v4.6-rc7
8342
8343 * CVE-2016-4486 (LP: #1578497)
8344 - net: fix infoleak in rtnetlink
8345
8346 * CVE-2016-4485 (LP: #1578496)
8347 - net: fix infoleak in llc
8348
8349 * drm.ko < kernel version 4.5 has a dead lock bug (LP: #1579610)
8350 - drm: Balance error path for GEM handle allocation
8351
8352 * Cannot use CONFIG_CC_STACKPROTECTOR_STRONG: -fstack-protector-strong not
8353 supported by compiler (LP: #1574982)
8354 - SAUCE: (no-up) disable -pie when gcc has it enabled by default
8355
8356 * system freeze after vt switching (LP: #1542939)
8357 - drm/atomic: Add __drm_atomic_helper_connector_reset, v2.
8358 - drm/atomic: Remove drm_atomic_connectors_for_crtc.
8359
8360 * CVE-2016-4558 (LP: #1579140)
8361 - bpf: fix refcnt overflow
8362
8363 * Kernel Panic on EC2 After Upgrading from 14.04 to 16.04 via do-release-
8364 upgrade -d (LP: #1573231)
8365 - SAUCE: (no-up) x86/topology: Handle CPUID bogosity gracefully
8366
8367 * PCI Call Traces hw csum failure in dmesg with 4.4.0-2-generic
8368 (LP: #1544978)
8369 - net/mlx4_en: Fix endianness bug in IPV6 csum calculation
8370
8371 * Missing libunwind support in perf (LP: #1248289)
8372 - [Config] Add liblzma-dev to enable libunwind support in perf
8373
8374 * thunderbolt hotplug is broken (LP: #1577898)
8375 - SAUCE: (no-up) ACPICA: Dispatcher: Update thread ID for recursive method
8376 calls
8377
8378 * Kernel can be oopsed using remap_file_pages (LP: #1558120)
8379 - SAUCE: mm/mmap: fix oopsing on remap_file_pages
8380
8381 * ZFS is confused by user namespaces (uid/gid mapping) when used with
8382 acltype=posixac (LP: #1567558)
8383 - zfs: Fix user namespaces uid/gid mapping
8384
8385 * oops when propagating mounts into containers - RIP:
8386 0010:[<ffffffff8123cb3e>] [<ffffffff8123cb3e>] propagate_one+0xbe/0x1c0
8387 (LP: #1572316)
8388 - fs/pnode.c: treat zero mnt_group_id-s as unequal
8389 - propogate_mnt: Handle the first propogated copy being a slave
8390
8391 * OOPS on wily+ for Haswell-ULT and Broadwell (LP: #1577748)
8392 - PNP: Add Broadwell to Intel MCH size workaround
8393 - PNP: Add Haswell-ULT to Intel MCH size workaround
8394
8395 * Xenial update to v4.4.9 stable release (LP: #1578798)
8396 - block: loop: fix filesystem corruption in case of aio/dio
8397 - x86/mce: Avoid using object after free in genpool
8398 - kvm: x86: do not leak guest xcr0 into host interrupt handlers
8399 - ARM: dts: AM43x-epos: Fix clk parent for synctimer
8400 - ARM: mvebu: Correct unit address for linksys
8401 - ARM: OMAP2: Fix up interconnect barrier initialization for DRA7
8402 - ARM: OMAP2+: hwmod: Fix updating of sysconfig register
8403 - assoc_array: don't call compare_object() on a node
8404 - usb: xhci: applying XHCI_PME_STUCK_QUIRK to Intel BXT B0 host
8405 - xhci: resume USB 3 roothub first
8406 - usb: xhci: fix wild pointers in xhci_mem_cleanup
8407 - xhci: fix 10 second timeout on removal of PCI hotpluggable xhci controllers
8408 - usb: hcd: out of bounds access in for_each_companion
8409 - usb: gadget: f_fs: Fix use-after-free
8410 - dm cache metadata: fix READ_LOCK macros and cleanup WRITE_LOCK macros
8411 - dm cache metadata: fix cmd_read_lock() acquiring write lock
8412 - lib: lz4: fixed zram with lz4 on big endian machines
8413 - debugfs: Make automount point inodes permanently empty
8414 - dmaengine: dw: fix master selection
8415 - dmaengine: hsu: correct use of channel status register
8416 - dmaengine: pxa_dma: fix the maximum requestor line
8417 - sched/cgroup: Fix/cleanup cgroup teardown/init
8418 - x86/mm/xen: Suppress hugetlbfs in PV guests
8419 - x86 EDAC, sb_edac.c: Repair damage introduced when "fixing" channel address
8420 - ALSA: hda - Don't trust the reported actual power state
8421 - ALSA: hda/realtek - Add ALC3234 headset mode for Optiplex 9020m
8422 - ALSA: hda - Keep powering up ADCs on Cirrus codecs
8423 - ALSA: hda - add PCI ID for Intel Broxton-T
8424 - ALSA: pcxhr: Fix missing mutex unlock
8425 - ALSA: hda - Add dock support for ThinkPad X260
8426 - asm-generic/futex: Re-enable preemption in futex_atomic_cmpxchg_inatomic()
8427 - futex: Handle unlock_pi race gracefully
8428 - futex: Acknowledge a new waiter in counter before plist
8429 - drm/nouveau/core: use vzalloc for allocating ramht
8430 - drm/qxl: fix cursor position with non-zero hotspot
8431 - drm/i915: Fix race condition in intel_dp_destroy_mst_connector()
8432 - Revert "drm/radeon: disable runtime pm on PX laptops without dGPU power
8433 control"
8434 - Revert "drm/amdgpu: disable runtime pm on PX laptops without dGPU power
8435 control"
8436 - cpufreq: intel_pstate: Fix processing for turbo activation ratio
8437 - iwlwifi: pcie: lower the debug level for RSA semaphore access
8438 - iwlwifi: mvm: fix memory leak in paging
8439 - crypto: ccp - Prevent information leakage on export
8440 - crypto: sha1-mb - use corrcet pointer while completing jobs
8441 - crypto: talitos - fix crash in talitos_cra_init()
8442 - crypto: talitos - fix AEAD tcrypt tests
8443 - powerpc: scan_features() updates incorrect bits for REAL_LE
8444 - powerpc: Update cpu_user_features2 in scan_features()
8445 - powerpc: Update TM user feature bits in scan_features()
8446 - nl80211: check netlink protocol in socket release notification
8447 - netlink: don't send NETLINK_URELEASE for unbound sockets
8448 - Input: pmic8xxx-pwrkey - fix algorithm for converting trigger delay
8449 - xen kconfig: don't "select INPUT_XEN_KBDDEV_FRONTEND"
8450 - pinctrl: mediatek: correct debounce time unit in mtk_gpio_set_debounce
8451 - pinctrl: single: Fix pcs_parse_bits_in_pinctrl_entry to use __ffs than ffs
8452 - iommu/amd: Fix checking of pci dma aliases
8453 - iommu/dma: Restore scatterlist offsets correctly
8454 - drm/amdgpu: when suspending, if uvd/vce was running. need to cancel delay
8455 work.
8456 - drm/amdgpu: use defines for CRTCs and AMFT blocks
8457 - drm/amdgpu: bump the afmt limit for CZ, ST, Polaris
8458 - amdgpu/uvd: add uvd fw version for amdgpu
8459 - drm/amdgpu: fix regression on CIK (v2)
8460 - drm/radeon: add a quirk for a XFX R9 270X
8461 - drm/radeon: fix initial connector audio value
8462 - drm/radeon: forbid mapping of userptr bo through radeon device file
8463 - drm/radeon: fix vertical bars appear on monitor (v2)
8464 - drm: Loongson-3 doesn't fully support wc memory
8465 - drm/nouveau/gr/gf100: select a stream master to fixup tfb offset queries
8466 - drm/dp/mst: Validate port in drm_dp_payload_send_msg()
8467 - drm/dp/mst: Restore primary hub guid on resume
8468 - drm/dp/mst: Get validated port ref in drm_dp_update_payload_part1()
8469 - pwm: brcmstb: Fix check of devm_ioremap_resource() return code
8470 - drm/i915: Cleanup phys status page too
8471 - drm/i915: skl_update_scaler() wants a rotation bitmask instead of bit number
8472 - drm/amdkfd: uninitialized variable in dbgdev_wave_control_set_registers()
8473 - drm/i915: Fixup the free space logic in ring_prepare
8474 - drm/i915: Use fw_domains_put_with_fifo() on HSW
8475 - perf intel-pt: Fix segfault tracing transactions
8476 - i2c: cpm: Fix build break due to incompatible pointer types
8477 - i2c: exynos5: Fix possible ABBA deadlock by keeping I2C clock prepared
8478 - toshiba_acpi: Fix regression caused by hotkey enabling value
8479 - EDAC: i7core, sb_edac: Don't return NOTIFY_BAD from mce_decoder callback
8480 - ASoC: s3c24xx: use const snd_soc_component_driver pointer
8481 - ASoC: ssm4567: Reset device before regcache_sync()
8482 - ASoC: dapm: Make sure we have a card when displaying component widgets
8483 - ASoC: rt5640: Correct the digital interface data select
8484 - vb2-memops: Fix over allocation of frame vectors
8485 - v4l2-dv-timings.h: fix polarity for 4k formats
8486 - cxl: Keep IRQ mappings on context teardown
8487 - IB/mlx5: Expose correct max_sge_rd limit
8488 - IB/security: Restrict use of the write() interface
8489 - efi: Fix out-of-bounds read in variable_matches()
8490 - efi: Expose non-blocking set_variable() wrapper to efivars
8491 - x86/apic: Handle zero vector gracefully in clear_vector_irq()
8492 - workqueue: fix ghost PENDING flag while doing MQ IO
8493 - slub: clean up code for kmem cgroup support to kmem_cache_free_bulk
8494 - cgroup, cpuset: replace cpuset_post_attach_flush() with
8495 cgroup_subsys->post_attach callback
8496 - memcg: relocate charge moving from ->attach to ->post_attach
8497 - mm/huge_memory: replace VM_NO_THP VM_BUG_ON with actual VMA check
8498 - numa: fix /proc/<pid>/numa_maps for THP
8499 - mm: vmscan: reclaim highmem zone if buffer_heads is over limit
8500 - mm/hwpoison: fix wrong num_poisoned_pages accounting
8501 - cgroup: make sure a parent css isn't freed before its children
8502 - videobuf2-core: Check user space planes array in dqbuf
8503 - videobuf2-v4l2: Verify planes array in buffer dequeueing
8504 - Revert "regulator: core: Fix nested locking of supplies"
8505 - regulator: core: fix regulator_lock_supply regression
8506 - regulator: core: Ensure we lock all regulators
8507 - regulator: core: Fix nested locking of supplies
8508 - locking/mcs: Fix mcs_spin_lock() ordering
8509 - spi/rockchip: Make sure spi clk is on in rockchip_spi_set_cs
8510 - irqchip/sunxi-nmi: Fix error check of of_io_request_and_map()
8511 - irqchip/mxs: Fix error check of of_io_request_and_map()
8512 - regulator: s5m8767: fix get_register() error handling
8513 - paride: make 'verbose' parameter an 'int' again
8514 - scsi_dh: force modular build if SCSI is a module
8515 - fbdev: da8xx-fb: fix videomodes of lcd panels
8516 - misc/bmp085: Enable building as a module
8517 - misc: mic/scif: fix wrap around tests
8518 - PM / OPP: Initialize u_volt_min/max to a valid value
8519 - PM / Domains: Fix removal of a subdomain
8520 - rtc: hym8563: fix invalid year calculation
8521 - rtc: vr41xx: Wire up alarm_irq_enable
8522 - rtc: ds1685: passing bogus values to irq_restore
8523 - rtc: rx8025: remove rv8803 id
8524 - rtc: max77686: Properly handle regmap_irq_get_virq() error code
8525 - drivers/misc/ad525x_dpot: AD5274 fix RDAC read back errors
8526 - perf evlist: Reference count the cpu and thread maps at set_maps()
8527 - x86/mm/kmmio: Fix mmiotrace for hugepages
8528 - ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()
8529 - serial: sh-sci: Remove cpufreq notifier to fix crash/deadlock
8530 - mtd: spi-nor: remove micron_quad_enable()
8531 - mtd: brcmnand: Fix v7.1 register offsets
8532 - mtd: nand: Drop mtd.owner requirement in nand_scan
8533 - perf hists browser: Only offer symbol scripting when a symbol is under the
8534 cursor
8535 - perf tools: handle spaces in file names obtained from /proc/pid/maps
8536 - perf stat: Document --detailed option
8537 - ext4: fix races between page faults and hole punching
8538 - ext4: move unlocked dio protection from ext4_alloc_file_blocks()
8539 - ext4: fix races between buffered IO and collapse / insert range
8540 - ext4: fix races of writeback with punch hole and zero range
8541 - ARM: OMAP3: Add cpuidle parameters table for omap3430
8542 - ARM: prima2: always enable reset controller
8543 - ARM: EXYNOS: select THERMAL_OF
8544 - ARM: dts: armada-375: use armada-370-sata for SATA
8545 - ARM: dts: pxa: fix dma engine node to pxa3xx-nand
8546 - bus: imx-weim: Take the 'status' property value into account
8547 - jme: Do not enable NIC WoL functions on S0
8548 - jme: Fix device PM wakeup API usage
8549 - unbreak allmodconfig KCONFIG_ALLCONFIG=...
8550 - thermal: rockchip: fix a impossible condition caused by the warning
8551 - sunrpc/cache: drop reference when sunrpc_cache_pipe_upcall() detects a race
8552 - megaraid_sas: add missing curly braces in ioctl handler
8553 - stm class: Select CONFIG_SRCU
8554 - extcon: max77843: Use correct size for reading the interrupt register
8555 - Linux 4.4.9
8556
8557 * Stoney powerplay support (LP: #1578305)
8558 - amdgpu/powerplay: Add Stoney to list of early init cases
8559
8560 * CVE-2016-2117 (LP: #1561403)
8561 - atl2: Disable unimplemented scatter/gather feature
8562
8563 * CVE-2016-2187 (LP: #1575706)
8564 - Input: gtco - fix crash on detecting device without endpoints
8565
8566 * zfs posix default permissions lost on reboot or unmount (LP: #1574801)
8567 - Fix ZPL miswrite of default POSIX ACL
8568
8569 * WARNING: at /build/linux-aWXT0l/linux-4.4.0/drivers/pci/pci.c:1595
8570 [travis3EN] (LP: #1574697)
8571 - net/mlx4_core: Implement pci_resume callback
8572 - net/mlx4_core: Avoid repeated calls to pci enable/disable
8573
8574 * Add support to thinkpad keyboard backlight (LP: #1574498)
8575 - thinkpad_acpi: Add support for keyboard backlight
8576
8577 * Please enable kconfig X86_LEGACY_VM86 for i386 (LP: #1499089)
8578 - [Config] CONFIG_VM86=y, CONFIG_X86_LEGACY_VM86=y
8579
8580 * Miscellaneous Ubuntu changes
8581 - updateconfigs for Linux v4.4.9
8582
8583 -- Kamal Mostafa <kamal@canonical.com> Tue, 17 May 2016 11:25:43 -0700
8584
8585 linux-snapdragon (4.4.0-1013.15) xenial; urgency=low
8586
8587 [ Kamal Mostafa ]
8588
8589 * Rebase against Ubuntu-4.4.0-22.40
8590
8591 * CVE-2016-3713 (LP: #1581201)
8592 - SAUCE: KVM: MTRR: remove MSR 0x2f8
8593
8594 * CVE-2016-0758 (LP: #1581202)
8595 - SAUCE: KEYS: Fix ASN.1 indefinite length object parsing
8596
8597 -- Kamal Mostafa <kamal@canonical.com> Fri, 13 May 2016 08:05:26 -0700
8598
8599 linux-snapdragon (4.4.0-1013.14) xenial; urgency=low
8600
8601 [ Kamal Mostafa ]
8602
8603 * Release Tracking Bug
8604 - LP: #1578759
8605
8606 * Rebase to Ubuntu-4.4.0-22.39
8607
8608 -- Kamal Mostafa <kamal@canonical.com> Thu, 05 May 2016 11:17:11 -0700
8609
8610 linux-snapdragon (4.4.0-1013.13) xenial; urgency=low
8611
8612 [ Kamal Mostafa ]
8613
8614 * Release Tracking Bug
8615 - LP: #1575237
8616
8617 * Miscellaneous Ubuntu changes
8618 - [Config] updateconfigs after 4.4.0-22.38 rebase
8619
8620 -- Kamal Mostafa <kamal@canonical.com> Tue, 26 Apr 2016 08:27:08 -0700
8621
8622 linux-snapdragon (4.4.0-1012.12) xenial; urgency=low
8623
8624 [ Tim Gardner ]
8625
8626 * Release Tracking Bug
8627 - LP: #1572284
8628
8629 * Rebase to Ubuntu-4.4.0-21.37
8630
8631 -- Tim Gardner <tim.gardner@canonical.com> Tue, 19 Apr 2016 13:03:54 -0600
8632
8633 linux-snapdragon (4.4.0-1011.11) xenial; urgency=low
8634
8635 [ Tim Gardner ]
8636
8637 * Release Tracking Bug
8638 - LP: #1567379
8639
8640 * Miscellaneous Ubuntu changes
8641 - [Config] disable PROVE_LOCKING
8642 - [Config] PREEMPT_VOLUNTARY=y
8643 - [Config] disable DEBUG_LOCK_ALLOC
8644 - [Config] disable DEBUG_SPINLOCK
8645 - [Config] disable DEBUG_MUTEXES
8646 - [Config] INLINE_*_UNLOCK=y
8647
8648 * Miscellaneous upstream changes
8649 - arm64: clean up defconfig with savedefconfig
8650 - configs: add SPI_SPIDEV as module in distro.config
8651 - arm64: dts: apq8016-sbc: Add aliases to spi device.
8652 - regulator: qcom_spmi: Add slewing delays for all SMPS types
8653 - regulator: qcom_spmi: Only use selector based regulator ops
8654
8655 -- Paolo Pisati <paolo.pisati@canonical.com> Wed, 06 Apr 2016 16:29:44 +0200
8656
8657 linux-snapdragon (4.4.0-1010.10) xenial; urgency=low
8658
8659 [ Tim Gardner ]
8660
8661 * Release Tracking Bug
8662 - LP: #1563910
8663 * Rebase to Ubuntu-4.4.0-17.33
8664
8665 * Miscellaneous Ubuntu changes
8666 - handle rprovides via dpkg-gencontrol
8667 - [Config] updateconfigs after rebase to Ubuntu-4.4.0-17.33
8668
8669 -- Tim Gardner <tim.gardner@canonical.com> Wed, 30 Mar 2016 08:30:18 -0600
8670
8671 linux-snapdragon (4.4.0-1009.9) xenial; urgency=low
8672
8673 * rebased on Ubuntu-4.4.0-13.29
8674 * Feature Freeze Exception (LP: #1558535)
8675
8676 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Mar 2016 15:33:32 -0600
8677
8678 linux-snapdragon (4.4.0-1008.8) xenial; urgency=low
8679
8680 [ Paolo Pisati ]
8681
8682 * Rebased on Ubuntu-4.4.0-11.26
8683
8684 * Miscellaneous Ubuntu changes
8685 - [Config] CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
8686
8687 -- Paolo Pisati <paolo.pisati@canonical.com> Thu, 10 Mar 2016 11:16:08 +0100
8688
8689 linux-snapdragon (4.4.0-1007.7) xenial; urgency=low
8690
8691 [ Paolo Pisati ]
8692
8693 * Rebased on Ubuntu-4.4.0-10.25
8694
8695 * need arm64 acpi parking protocol support in xenial (LP: #1547047)
8696 - arm64: kernel: implement ACPI parking protocol
8697
8698 * Miscellaneous Ubuntu changes
8699 - [Config] ARM64_ACPI_PARKING_PROTOCOL=y
8700
8701 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 07 Mar 2016 15:57:39 +0100
8702
8703 linux-snapdragon (4.4.0-1006.6) xenial; urgency=low
8704
8705 [ Paolo Pisati ]
8706
8707 * Updated qcomlt-4.4 BSP @ 86e3204d9
8708 * Rebased on Ubuntu-4.4.0-6.21
8709
8710 * Miscellaneous Ubuntu changes
8711 - [Config] updateconfigs
8712
8713 * Miscellaneous upstream changes
8714 - ASoC: qcom: use snd_dma_alloc/free* apis
8715 - ASoC: qcom: add wrdma register details to lpass_variant
8716 - ASoC: qcom: rename rdmactl_audif_start to dmactrl_audif_start
8717 - ASoC: qcom: pass direction to dma allocation
8718 - ASoC: qcom: ipq806x: add error in dma allocation.
8719 - ASoC: qcom: ipq806x: add wrdma related register offsets
8720 - ASoC: qcom: add mic related i2s control register defines
8721 - ASoC: qcom: add wrdma dma channel start
8722 - ASoC: qcom: rename rdma_ch_bit_map to dma_ch_bit_map
8723 - ASoC: qcom: apq8016: add wrdma support
8724 - ASoC: qcom: add wrdma register definations
8725 - ASoC: qcom: add generic bit masks for RDMA and WRDMA
8726 - ASoC: qcom: apq8016: set the correct max register for regmap
8727 - ASoC: qcom: add mic support
8728 - ASoC: qcom: apq8016-sbc: add mic support
8729 - ASoC: add audio routing support
8730 - arm64: dts: qcom: add audio capture support
8731 - drm/i2c: adv7511: Add HPD support
8732 - arm64: dts: qcom: apq8016-sbc: Enable ADV7533 interrupts
8733 - dts: arm64: qcom: remove dmic pins in default pinctrl
8734 - ASoC: codec: msm8x16: check return value of msm8x16_wcd_codec_parse_dt
8735 - ASoC: codec: msm8x16: enable regulators before accessing registers
8736 - drm/msm: Boost the GPU clock on msm8916 for better performance
8737 - firmware: qcom: scm: Convert to platform driver
8738 - firmware: scm: make scm_init call from probe
8739 - arm64: dts: qcom : add scm device node
8740 - firmware: scm: make scm clks optional
8741 - arm: dts: qcom : add scm device node
8742 - iommu: qcom: check scm avaiablity before initialization.
8743 - ARM: dts: ifc6410: remove pinctrl defaults from gpio node.
8744
8745 -- Paolo Pisati <paolo.pisati@canonical.com> Fri, 26 Feb 2016 14:39:48 +0100
8746
8747 linux-snapdragon (4.4.0-1005.5) xenial; urgency=low
8748
8749 [ Paolo Pisati ]
8750
8751 * SAUCE: dtb: add a custom apq8016 for snappy with sdhc_2's vmmc-supply
8752 disabled
8753
8754 -- Paolo Pisati <paolo.pisati@canonical.com> Fri, 19 Feb 2016 13:34:25 +0100
8755
8756 linux-snapdragon (4.4.0-1004.4) xenial; urgency=low
8757
8758 [ Paolo Pisati ]
8759
8760 * [Config] MMC_BLOCK_MINORS=32
8761
8762 -- Paolo Pisati <paolo.pisati@canonical.com> Tue, 09 Feb 2016 10:27:30 +0100
8763
8764 linux-snapdragon (4.4.0-1003.3) xenial; urgency=low
8765
8766 [ Upstream Kernel Changes ]
8767
8768 * arm64: dts: qcom: fix typo in usb id pins
8769 * usb: phy: msm: Fix state machine worker logic for OTG mode.
8770
8771 -- Paolo Pisati <paolo.pisati@canonical.com> Fri, 05 Feb 2016 14:38:07 +0100
8772
8773 linux-snapdragon (4.4.0-1002.2) xenial; urgency=low
8774
8775 [ Paolo Pisati ]
8776
8777 * [Config] copy annotations from master
8778 * [Config] updateconfigs
8779 * [Config] better align config with qcomlt-4.4
8780 * [Config] FTBFS: disable DRM_PANEL_SIMPLE
8781
8782 -- Paolo Pisati <paolo.pisati@canonical.com> Thu, 04 Feb 2016 17:21:00 +0100
8783
8784 linux-snapdragon (4.4.0-1001.1) xenial; urgency=low
8785
8786 [ Paolo Pisati ]
8787
8788 * Imported http://git.linaro.org/landing-teams/working/qualcomm/kernel.git - qcomlt-4.4 @ 17a6dbb
8789 * Rebased on Ubuntu-4.4.0-2.16
8790
8791 [ Upstream Kernel Changes ]
8792
8793 * mmc: mmci: Support any block sizes for ux500v2 and qcom variant
8794 * hid: add support for Lilliput touchscreen
8795 * ARM: qcom_defconfig: Add QCOM specific drivers
8796 * arm:multi_v7_defconfig: Add QCOM specific Kconfigs
8797 * WIP:pwrseq: Convert in to proper platform device
8798 * iommu:msm: fix compilation error.
8799 * Input: pm8941: Add RESIN_N input handling
8800 * media: v4l2-controls: add h264 5.2 level and constrained high profile
8801 * media: vidc: Qualcomm video encoder/decoder driver
8802 * PCI: designware: add memory barrier after enabling region
8803 * DT: PCI: qcom: Document PCIe devicetree bindings
8804 * PCI: qcom: Add Qualcomm PCIe controller driver
8805 * drm/edid: Add support to get edid early
8806 * drm/edid: export edid_vendor()
8807 * drm/panel: simple-panel: Add panel picker support.
8808 * drm/msm: mdp4 lvds: continue if the panel is not connected
8809 * drm/msm: mdp4 lvds: Check the panel node in detect_panel()
8810 * devicetree: Add hardware rng entry to qcom-apq8064.dtsi
8811 * ARM: dts: qcom: apq8064: Add hwmutex and SMEM nodes
8812 * ARM: dts: qcom: apq8064: Declare all pm8921 regulators
8813 * ARM: dts: qcom: apq8064: Introduce gsbi5 and gsbi5 serial node
8814 * arm: dts: qcom: Add generic PMIC gpio/MPP compat strings
8815 * arm: dts: qcom: apq8064: Add fixed rate on-board oscillators
8816 * ARM: dts: qcom: apq8064-ifc6410 Use hardware flow control for GSBI6
8817 * ARM: dts: apq8064: add pcie devicetree node
8818 * ARM: dts: ifc6410: enable pcie dt node for this board
8819 * ARM: dts: apq8064: Add MDP support
8820 * ARM: dts: ifc6410: enable MDP support
8821 * ARM: dts: qs600: enable MDP support
8822 * ARM: dts: ifc6410: add inforce LVDS panel support
8823 * ARM: dts: APQ8064: Add iommu
8824 * ARM: dts: apq8064: add pci support in CM QS600
8825 * ARM: dts: qcom: Add necessary DT data for Krait cpufreq
8826 * ARM: qcom: add description of KPSS WDT for APQ8064
8827 * ARM: dts: apq8064: Assign a power supply to each CPU
8828 * ARM: dts: apq8064: Add OPP data for frequencies above 1ghz
8829 * ARM: dts: apq8064: Add thermal cooling maps
8830 * ARM: dts: apq8064: Add voltage ranges of the SAW2 regulators
8831 * ARM: dts: apq8064: Add reference to the L2 clock
8832 * ARM: dts: apq8064: Add a DT node for the L2 data
8833 * ARM: dts: apq8064: Add ADM configuration node
8834 * arm: dts: Added eInfochips ERAGON600 board support
8835 * ARM: dts: ifc6410: HACK add bt reset gpios to pwrseq
8836 * ARM: dts: apq8064: Increase critical temperature to 110C
8837 * arm: dts: apq8064: Add thermal zones, tsens and qfprom nodes
8838 * arm64: dts: qcom: 8x16: UART1 add CTS_N, RTS_N pin configurations
8839 * arm64: dts: qcom: 8x16: UART1 and UART2 use DMA for RX and TX
8840 * arm64: dts: qcom: Make msm8916-mtp compatible string compliant
8841 * arm64: dts: qcom: Alias pm8916 on msm8916 devices
8842 * arm64: dts: qcom: msm8916: Add fixed rate on-board oscillators
8843 * arm64: dts: fix the i2c aliasing to match to schematics.
8844 * arm64: dts: set the default i2c pin drive strength to 16mA
8845 * arm64: dts: qcom: Add MSM8916 SMEM nodes
8846 * arm64: dts: qcom: Add RPM/SMD support on MSM8916
8847 * arm64: dts: Add PM8916 support on MSM8916
8848 * arm64: dts: qcom: Add pm8994, pmi8994, pm8004 PMIC skeletons
8849 * arm64: dts: qcom: Add pm8994 gpios and MPPs
8850 * arm64: dts: apq8016-sbc: enable UART0 on LS connector
8851 * arm64: dts: apq8016-sbc: add label properties for UART, I2C, and SPI
8852 * devicetree: bindings: Document qcom,msm-id and qcom,board-id
8853 * arm64: dts: Add Qualcomm MSM8916 & MTP8916 ids
8854 * DT: arm64: msm8916-mtp: enable spi3
8855 * arm64: dts: qcom: Add APQ8016 SBC support
8856 * arm64: dts: qcom: Add USB related device nodes on APQ8016 SBC board
8857 * arm64: dts: qcom: Add sdhci support for APQ8016 SBC board
8858 * arm64: dts: Add nodes we need for SMP boot
8859 * ARM: dts: Enable SD card (disable vmcc)
8860 * arm64: msm8916 dtsi: Add mdss support
8861 * arm64: sb8016: Add ADV7533 bridge in sbc8016 dtsi
8862 * arm64: dts: Add apq8016-sbc hdmi audio support
8863 * arm64: dts: qcom: apq8016-sbc: Don't hog client driver pins
8864 * arm64: dts: qcom: Fix apq8016-sbc board USB related pin definitions
8865 * arm64: dts: qcom: apq8016-sbc: add D+/D- route switch GPIO
8866 * arm64: dts: qcom: apq8016-sbc: Fix sdhci pinctrl default state name
8867 * arm64: dts: qcom: apq8016-sbc: Enable SD card slot
8868 * arm64: dts: qcom: Fix MPP's function used for LED control
8869 * arm64: dts: qcom: Enable USB manual pullup on msm8916
8870 * arm64: dts: qcom: msm8916: Add RPMCC DT node
8871 * arm64: dts: qcom: msm8916: Add A53 DT node
8872 * arm64: dts: Add cpufreq-dt support for msm8916
8873 * arm64: dts: Add clock-latency for msm8916
8874 * arm64: dts: Add CPR DT node for msm8916
8875 * arm64: dts: Add cpu-supply properties for cpufreq
8876 * arm: dts: msm8974: Add thermal zones, tsens and eeprom nodes
8877 * arm: dts: apq8084: Add thermal zones, tsens and eeprom nodes
8878 * arm64: dts: msm8916: Add thermal zones, tsens and eeprom nodes
8879 * arm64: dts: Add spmi-regulator nodes for pm8916
8880 * arm64: dts: msm8916: Add cpu cooling maps
8881 * WIP: dt: add support for gpu on msm8916/apq8016
8882 * DT: arm64: add iommu dtsi files
8883 * arm64: dt: Add WCNSS related nodes
8884 * dts: arm64: apq8016-sbc: enable LS 1.8v regulator by default
8885 * ARM64: dts: Fix the missing usb otg regulators.
8886 * arm64: dts: Fix memory region descriptions
8887 * arm64: dts: msm8916: add wcd codec support
8888 * arm64: dts: add support to analog audio playback
8889 * arm64: dts: qcom: 8x16: Add fixed rate on-board XO oscillator
8890 * arm64: dts: qcom: Add msm8916 CoreSight components
8891 * dts: qcom: Add CoreSight components for MSM8916
8892 * arm64: dts: Fix the hypervisor and tz memory region size
8893 * arm64: dts: remove the #if 0 around bluetooth
8894 * wcn36xx: Update DT to support wcn36xx wifi driver
8895 * WIP:dts: arm64: add q6v5 pil support
8896 * arm64: dt: Add msm bus nodes
8897 * arm64: dts: usb: Add bus scaling suppport
8898 * arm64: dts: Add rpm_log support
8899 * dts: arm64: msm8916: add vidc dt nodes
8900 * dts: arm64: qcom: apq8016-sbc: enable vidc and vidc-rproc
8901 * arm64: apq8016-sbc.dtsi: Add regulators needed by adv7533
8902 * arm64: msm8916-mdss.dtsi: Add bus scaling properties for mdp
8903 * arm64: dts: Align msm8916 cpu thermal trip point ranges
8904 * arm64: dts: qcom: apq8016-sbc: Add Volume Up key device node
8905 * arm64: dts: qcom: apq8016-sbc: Add Volume Down definitions
8906 * arm64: dts: qcom: apq8016-sbc: Limit MPP4 high state to 1.8V
8907 * arm64: dts: apq8016-sbc: add regulators support
8908 * arm64: dts: move smem node after the soc node
8909 * arm64: dts: add spmi prefix to regulators
8910 * WIP: update iommu header
8911 * soc: qcom: import socinfo.h
8912 * iommu: qcom: forward port iommu v1
8913 * iommu: qcom: v1: rework secure part and build
8914 * iommu: qcom: v1: fix wrong sg interator
8915 * iommu: msm: Invalidate properly from iommu_unmap
8916 * arm64: provide dma cache routines with same API as 32 bit
8917 * qcom: iommu: Make use of domain_alloc and domain_free
8918 * DOWNSTREAM: drm/msm: use downstream iommu
8919 * iommu/msm: Add DT adaptation
8920 * iommu/msm: Move the contents from msm_iommu_dev.c to msm_iommu.c
8921 * iommu/msm: Add support for generic master bindings
8922 * iommu/msm: Set cacheability attributes without tex remap
8923 * temp: Add dummy msm_iommu_get_ctx and fix broken build
8924 * arm: dma-mapping: Don't override dma_ops in arch_setup_dma_ops()
8925 * of: dma: Move range size workaround to of_dma_get_range()
8926 * of: dma: Make of_dma_deconfigure() public
8927 * of: dma: Split of_configure_dma() into mask and ops configuration
8928 * drivers: platform: Configure dma operations at probe time
8929 * iommu: of: Document the of_iommu_configure() function
8930 * iommu: of: Handle IOMMU lookup failure with deferred probing or error
8931 * drm/msm: temp: Add a check to be compatible against both iommuv0/v1
8932 * iommu/msm: Fix "scheduling while atomic" bug
8933 * pci: use new of_dma_configure* apis
8934 * dt/bindings: qcom_adm: Fix channel specifiers
8935 * dmaengine: Add ADM driver
8936 * dmaengine: adm: Fix ADM hardware descriptor creation when flow control
8937 is enabled
8938 * dmaengine: adm: Use 'soft' flush when stopping DMA
8939 * dmaengine: adm: Don't reset controller during probe
8940 * dmaengine: adm: Start next DMA even if there is no ongoing transaction
8941 * ARM: cpuidle: Add cpuidle support for QCOM cpus
8942 * arm64: defconfig: qcom: Enable restart driver
8943 * arm64: introduce CPU_OF_TABLES for cpu ops selection
8944 * arm64: smp: move the pen to a header file
8945 * arm64: qcom: add cpu operations
8946 * arm64: defconfig: add qcom specifics
8947 * common: DMA-mapping: Add strongly ordered memory attribute
8948 * arm: Add option to skip buffer zeroing
8949 * arm64: Add support for DMA_ATTR_STRONGLY_ORDERED
8950 * arm64: dma-mapping: add support for IOMMU mapper
8951 * arm64: mm: Fix a bug in iommu dma-mapping
8952 * arm64: dma-mapping: fix DMA_ATTR_STRONGLY_ORDERED in __get_dma_pgprot
8953 * arm64: dma-mapping: map sg lists into the SMMU as virtually contiguous
8954 * arm64: fixup for mm renames
8955 * drm/mipi_dsi: refactor device creation
8956 * drm/mipi_dsi: check for used channels
8957 * drm/mipi_dsi: Create dummy DSI devices
8958 * drm/mipi_dsi: Get DSI host by DT device node
8959 * drm/i2c: adv7511: Fix mutex deadlock when interrupts are disabled
8960 * drm/i2c: adv7511: Initial support for adv7533
8961 * drm/i2c: adv7511: Refactor encoder slave functions
8962 * drm/i2c: adv7511: Add drm_bridge/connector for ADV7533
8963 * drm/i2c: adv7511: Create mipi_dsi_device for ADV7533
8964 * drm/i2c: adv7511: setup CEC registers during power off-power-on
8965 sequence
8966 * drm/i2c: adv7511: Use internal timing generator
8967 * drm/i2c: adv7511: Change DSI lanes dynamically
8968 * drm/i2c: adv7511: Move the common data structures to header file
8969 * drm/i2c: adv7511: Add Audio support.
8970 * drm/i2c: adv7511: Enable the audio data and clock pads on adv7533
8971 * HACK: drm/i2c: adv7511: Remove hotplug event handling
8972 * drm/i2c: adv7511: move to use reg_sequence
8973 * drm/i2c: adv7511: fixup the dapm bias level access
8974 * drm/i2c: adv7511: Init regulators
8975 * clk: qcom: gdsc: Use PM clocks to control gdsc clocks
8976 * clk: qcom: gdsc: Enable an RCG before turing on the gdsc
8977 * clk: qcom: gdsc: Manage clocks with !CONFIG_PM
8978 * clk: qcom: common: Add API to register board clocks backwards
8979 compatibly
8980 * clk: qcom: Move cxo/pxo/xo into dt files
8981 * clk: qcom: msm8916: Move xo and sleep clocks into DT
8982 * ARM: Add Krait L2 register accessor functions
8983 * clk: Avoid sending high rates to downstream clocks during set_rate
8984 * clk: mux: Split out register accessors for reuse
8985 * clk: Add safe switch hook
8986 * clk: qcom: Add support for High-Frequency PLLs (HFPLLs)
8987 * clk: qcom: Add HFPLL driver
8988 * clk: qcom: Add MSM8960/APQ8064's HFPLLs
8989 * clk: qcom: Add IPQ806X's HFPLLs
8990 * clk: qcom: Add support for Krait clocks
8991 * clk: qcom: Add KPSS ACC/GCC driver
8992 * clk: qcom: Add Krait clock controller driver
8993 * cpufreq: Add module to register cpufreq on Krait CPUs
8994 * clk: qcom: Add support for SMD-RPM Clocks
8995 * clk: qcom: Add support for RPM Clocks
8996 * clk: qcom: Add support for msm8974 RPM-SMD clocks
8997 * clk: qcom: msm8974: Remove gfx3d clock from MMCC
8998 * clk: qcom: Add support for apq8084 RPM-SMD clocks
8999 * clk: qcom: Add support for regmap mux-div clocks
9000 * clk: qcom: Add A53 clock driver
9001 * soc: qcom: Add support for SAW2 regulators
9002 * clk:gcc-msm8916: add missing mss_q6_bimc_axi clock
9003 * thermal: qcom: tsens: Add a skeletal TSENS drivers
9004 * thermal: qcom: tsens-8916: Add support for 8916 family of SoCs
9005 * thermal: qcom: tsens-8974: Add support for 8974 family of SoCs
9006 * thermal: qcom: tsens-8960: Add support for 8960 family of SoCs
9007 * amba: Defer device peripheral ID read
9008 * coresight-etm3x: Add Qualcomm PTM v1.1 peripheral ID
9009 * i2c: qup: Change qup_wait_writeready function to use for all timeouts
9010 * qup: i2c: factor out common code for reuse
9011 * i2c: qup: Add V2 tags support
9012 * i2c: qup: Transfer each i2c_msg in i2c_msgs without a stop bit
9013 * i2c: qup: Add bam dma capabilities
9014 * i2c: qup: Remove verbose messages.
9015 * drm/msm/dsi: Parse lane swap information from DT
9016 * drm/msm/dsi: Add a delay when performing software reset
9017 * drm/msm/dsi: Remove incorrect warning on host attach
9018 * drm/msm/dsi: Don't call hpd helper unconditionally
9019 * HACK: drm/msm/mdp5: Make sure mdp5 clocks aren't disbaled when we need
9020 them
9021 * mdp4: Add iommu detach_dev in error path
9022 * drm/msm: remove pm_runtime_put() calls
9023 * drm/msm/dsi: Update the "vdd" voltage range
9024 * drm/msm/mdp5: Update bus scaling support
9025 * mmc: sdhci: let GPIO based card detection have higher precedence
9026 * mmc: sdhci-msm: Add SDHCI_QUIRK_NO_CARD_NO_RESET
9027 * soc: qcom: Introduce common SMEM state machine code
9028 * soc: qcom: smsm: Add driver for Qualcomm SMSM
9029 * soc: qcom: smp2p: Qualcomm Shared Memory Point to Point
9030 * soc: qcom: enable smsm/smp2p modular build
9031 * ARM: qcom: select ARM_CPU_SUSPEND for power management
9032 * soc: qcom: Introduce WCNSS_CTRL SMD client
9033 * soc: qcom: smd-rpm: Add existing platform support
9034 * ARM: 8485/1: cpuidle: remove cpu parameter from the cpuidle_ops suspend
9035 hook
9036 * drivers/soc/qcom/smd.c: use __ioread32_copy() instead of open-coding it
9037 * regulator: qcom-smd: Add PM8916 support
9038 * regulator: qcom-smd: Add support for PMA8084
9039 * arm64: add qcom_defconfig
9040 * soc: qcom: smem: Add debugfs
9041 * remoteproc: core: Make the loaded resource table optional
9042 * remoteproc: qcom-pil: Implementation of Qualcomm TZ backed PIL
9043 * remoteproc: Add additional crash reasons
9044 * remoteproc: qcom-tz-pil: Add interrupts and gpio hooks
9045 * remoteproc: qcom-tz: Inform SMD about crashing remotes
9046 * remoteproc: qcom-tz: Finish shutdown on timeout
9047 * remoteproc: qcom: tz-pil: Round up max address
9048 * remoteproc: Support loading firmware from lately mounted fs (HACK)
9049 * remoteproc: qcom: q6v5 pil: Initial hack to boot mss
9050 * remoteproc: qcom-tz: Update to match smem api changes
9051 * remoteproc: qcom-tz: Update smem prototypes
9052 * remoteproc: qcom-tz: Drop smd reset stuff for now
9053 * remoteproc: qcom: Extract PAS and fix compilation for 4.1
9054 * remoteproc: qcom_tz_pil: Fix compiler issues
9055 * remoteproc: qcom_q6v5_pil: Fix 64 bit
9056 * regulator: qcom: smd: Regulator driver for the Qualcomm RPM
9057 * gpio: qcom-smsm: Add driver for Qualcomm SMSM
9058 * gpio: smsm: Update smem prototypes
9059 * gpio: smsm: Fix compiler warnings
9060 * soc: qcom: smd: Use correct smem id
9061 * gpio: qcom-smp2p: Qualcomm Shared Memory Point to Point
9062 * dt-binding: gpio: Introduce qcom,smp2p binding documentation
9063 * gpio: qcom-smp2p: Fix compile issues
9064 * remoteproc: tz_pil: Fixes to support 8916
9065 * HACK: soc: qcom: smd: Add debug to fix timing
9066 * regulator: smd: Add floor and corner operations
9067 * regulator: smd: Make set_{corner,floor} work with regulator struct
9068 * regulator: smd: Add correct ifdef flag for stubs
9069 * regulator: smd: remove left over debug statement
9070 * remoteproc: tz_pil: make irqs, smd edge & crash-reason optional
9071 properties
9072 * remoteproc: tz_pil: take relocation flag into account
9073 * remoteproc: tz_pil: skip waiting ready irq if it not provided
9074 * gpio:smp2p:qcom: kill set_irq_flags and use genirq
9075 * qcom-smd-rpm: Add MSM8916 support
9076 * soc: smd: Migrate the wifi driver from old smd driver to new smd
9077 driver.
9078 * soc: qcom: smd: Introduce callback setter
9079 * soc: qcom: smd: Split discovery and state change work
9080 * soc: qcom: smd: Refactor channel open and close handling
9081 * soc: qcom: smd: Support multiple channels per sdev
9082 * soc: qcom: smd: Support opening additional channels
9083 * WIP: remoteproc: q6: remove some commented out code
9084 * WIP:remoteproc:q6pil: add segment_is_loadable and
9085 segment_is_relocatable macros
9086 * WIP: remoteproc: q6: add support to memory-region
9087 * WIP: remoteproc: q6: add support to scm restart
9088 * WIP: remoteproc: HACK to get it working on DB410c
9089 * remoteproc: tz: Allow no scm clocks support
9090 * soc: qcom: Add msm_bus driver
9091 * soc: qcom: rpm_log: Add rpm log driver
9092 * soc: qcom: Stub IPCRTR client driver
9093 * Fix: Make it buildable on v4.3
9094 * Move to new qcom_smem_get() api
9095 * PM / OPP: Support adjusting OPP voltages at runtime
9096 * OPP: Allow notifiers to call dev_pm_opp_get_{voltage, freq} RCU-free
9097 * cpufreq-dt: Handle OPP voltage adjust events
9098 * power: avs: Add support for CPR (Core Power Reduction)
9099 * power: avs: cpr: Use raw mem access for qfprom
9100 * power: avs: Register CPR with cpufreq-dt
9101 * power: avs: cpr: Fix Duplicate OPPs warning
9102 * pwer:avs: cpr: fix with new reg_sequence structures
9103 * cpufreq-dt: Add L2 frequency scaling support
9104 * firmware: qcom: scm: Add support for ARM64 SoCs
9105 * firmware: qcom: scm: Generalize shared error map
9106 * firmware: qcom: scm: Add boot APIs
9107 * firmware: qcom: scm: Peripheral Authentication Service
9108 * firmware: qcom: scm: Add 64 bit PAS APIs
9109 * firmware: qcom: scm: Fix NULL coherent device
9110 * firmware: qcom: scm: Split out 32-bit specific SCM code
9111 * firmware: qcom: scm: Support PIL SCMs
9112 * firmware: qcom: scm: Support IOMMU scm calls
9113 * firmware: qcom: scm: add video (vidc) scm calls
9114 * firmware: qcom: scm: Fixup arm64 asm
9115 * firmware: scm: add proc restart support
9116 * wcn36xx: add wcn3620 chip type definition
9117 * wcn36xx: get chip type from platform ops
9118 * wcn36xx: use 3680 dxe regs for 3620
9119 * wcn36xx: introduce WCN36XX_HAL_AVOID_FREQ_RANGE_IND
9120 * wcn36xx: swallow two wcn3620 IND messages
9121 * wcn36xx: remove powersaving for wcn3620
9122 * wcn36xx: handle new hal response format
9123 * wcn3620: use new response format for wcn3620 trigger_ba
9124 * wcn3620: use new response format for wcn3620 remove_bsskey
9125 * net wireless wcn36xx add wcnss platform code
9126 * net wireless wcn36xx adapt wcnss platform to select module by DT
9127 * wcn36xx: add later fw capabilities
9128 * Got workable wireless driver.
9129 * Set the dma mask for platform device which is not created from DT.
9130 * Update the initialization sequence to enable DB410c.
9131 * Migrate the wifi driver from old smd driver to new smd driver.
9132 * Bluetooth: Add HCI device identifier for Qualcomm SMD
9133 * Bluetooth: btqcomsmd: Qualcomm WCNSS HCI driver
9134 * wcn36xx: Update the smd client driver to use new smd channel
9135 * wcn36xx: eliminate the warning for unsupported SMD_EVENT
9136 * wcn36xx: avoid alloc mem with GFP_KERNEL in smd callback.
9137 * linaro: add defconfig fragment with basic linaro config
9138 * kernel: configs: move linaro distro.conf as proper %.config fragment
9139 * kernel: configs: update distro.config
9140 * kernel: configs: improve distro.config, mostly for systemd
9141 * kernel: configs: update distro config from release branch
9142 * kernel: configs: Enable input misc device drivers
9143 * media: vidc: debug: fix build warnings
9144 * media: vidc: venc/vdec: vb2 structure reorganisation
9145 * iommu: qcom: v1: move iommu-sec pgtable allocation
9146 * dts: arm: apq8064: add support to q6 pil via pil-tz
9147 * arm: dts: apq8064: add support to smd apr_audio svc channel
9148 * dts: arm: add support to digital audio via dsp
9149 * arm: dts: qcom: apq8064: Add RPMCC DT node
9150 * arm: dts: qcom: apq8064: Add fixed rate on-board oscillators
9151 * ARM: dts: ERAGON: fix uart pinctrl
9152 * dts: qcom: Add CoreSight components for APQ8064
9153 * arm: dts: apq8064: fix clock names according to new rpmcc
9154 * usb: phy: msm: fix error handling in probe.
9155 * usb: phy: msm: HACK: Make Vddc configuration optional
9156 * usb: phy: msm: Disable driver runtime PM
9157 * usb: phy: msm: Ensure that workers are initialized before use
9158 * usb: chipidea: msm: Use posted data writes on AHB
9159 * usb: host: ehci-msm: Use posted data writes on AHB
9160 * drivers: usb: Add bus scaling suppport
9161 * ASoC: hdmi-codec: Add hdmi-codec for external HDMI-encoders
9162 * ALSA: pcm: add IEC958 channel status helper for hw_params
9163 * sound: codec: Add support to msm8x16_wcd codec.
9164 * sound: qcom: add dsp support to apq8064
9165 * WIP: drm: msm: add proper hdmi codec driver.
9166 * ASoC: qcom: use correct device pointer in dma allocation
9167 * arm: dts: remove duplicate entires
9168 * cpufreq-dt: Add missing rcu_read_lock() for find_device_opp()
9169 * multi_v7_defconfig: add msm iommu kconfig
9170 * kernel: add DRM_LOAD_EDID_FIRMWARE in distro.config
9171 * kernel: configs: add I2C_CHARDEV in distro.config
9172 * kernel: configs: add CONFIG_INPUT_JOYDEV in distro.config
9173 * fixup! ARM: qcom_defconfig: Add QCOM specific drivers
9174 * wcn36xx: handle rx skb allocation failure to avoid system crash
9175 * wcn36xx: split DMA mask register writing.
9176 * wcn36xx: Clean up wcn36xx_smd_send_beacon
9177 * wcn36xx: Pad TIM PVM if needed
9178 * wcn36xx: Add helper macros to cast vif to private vif and vice versa
9179 * wcn36xx: Use consistent name for private vif
9180 * wcn36xx: Use define for invalid index and fix typo
9181 * wcn36xx: Fetch private sta data from sta entry instead of from vif
9182 * wcn36xx: Add helper macros to cast sta to priv
9183 * wcn36xx: Remove sta pointer in private vif struct
9184 * wcn36xx: Parse trigger_ba response properly
9185 * wcn36xx: Copy all members in config_sta v1 conversion
9186 * wcn36xx: Use allocated self sta index instead of hard coded
9187 * wcn36xx: Clear encrypt_type when deleting bss key
9188 * wcn36xx: Track association state
9189 * wcn36xx: Implement multicast filtering
9190 * wcn36xx: don't pad beacons for mesh
9191 * wcn36xx: Use correct command struct for EXIT_BMPS_REQ
9192 * wcn36xx: Disable power save for now
9193 * wcn36xx: remove references to IFF_PROMISC
9194
9195 -- Paolo Pisati <paolo.pisati@canonical.com> Thu, 04 Feb 2016 16:20:26 +0100
9196
9197 linux-snapdragon (4.2.0-2012.12) xenial; urgency=low
9198
9199 [ Tim Gardner ]
9200
9201 * [Config] renamed to snapdragon
9202 * Rebased on Ubuntu-4.2.0-25.30
9203
9204 -- Tim Gardner <tim.gardner@canonical.com> Tue, 26 Jan 2016 15:04:16 -0700
9205
9206 linux-snapdragon (4.2.0-2011.11) xenial; urgency=low
9207
9208 [ Upstream Kernel Changes ]
9209
9210 * arm64: errata: Add -mpc-relative-literal-loads to erratum #843419 build
9211 flags
9212 - LP: #1533009
9213
9214 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 25 Jan 2016 11:51:37 +0100
9215
9216 linux-snapdragon (4.2.0-2010.10) xenial; urgency=low
9217
9218 [ Paolo Pisati ]
9219
9220 * [Config] DEBUG_MEMORY_INIT=y
9221 * [Config] DEBUG_MUTEXES=y && DEBUG_SPINLOCK=y
9222
9223 -- Paolo Pisati <paolo.pisati@canonical.com> Thu, 21 Jan 2016 09:30:55 +0100
9224
9225 linux-dragon410c (4.2.0-2009.9) xenial; urgency=low
9226
9227 [ Paolo Pisati ]
9228
9229 * [Config] USB_HSIC_USB3503=y
9230 * [Config] USB_MSM_OTG=y
9231 * [Config] USB_GADGET=y
9232 * [Config] USB_CHIPIDEA=y
9233
9234 -- Paolo Pisati <paolo.pisati@canonical.com> Tue, 19 Jan 2016 11:39:28 +0100
9235
9236 linux-dragon410c (4.2.0-2008.8) xenial; urgency=low
9237
9238 [ Paolo Pisati ]
9239
9240 * rebased on Ubuntu-4.2.0-24.29
9241 * update Linaro BSP qcomlt-4.2 @ f1bd413
9242 * [Config] disable QCOM_[CPUFREQ|CPUIDLE], use the DT generic
9243 * [Config] BUS_TOPOLOGY_ADHOC=y
9244 * [Config] disable MMC_CLKGATE
9245 * [Config] MSM_BUS_SCALING=y
9246 * [Config] disable NO_HZ
9247 * [Config] disable PM_DEVFREQ
9248 * [Config] disable PM_WAKELOCKS
9249 * [Config] USB_OHCI_HCD_PLATFORM=y
9250 * [Config] disable USB_UHCI_HCD
9251 * [Config] disable USB_XHCI_HCD
9252
9253 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 18 Jan 2016 11:43:16 +0100
9254
9255 linux-dragon410c (4.2.0-2007.7) xenial; urgency=low
9256
9257 [ Paolo Pisati ]
9258
9259 * [Config] disable all arm64 SOCs but QCOM
9260 * [Config] REGULATOR_FAN53555=y
9261 * [Config] MMC_CLKGATE=y
9262 * [Config] USB_EHCI_HCD_PLATFORM=y && USB_EHCI_MSM=y
9263 * [Config] annotations: enable EHCI platform on arm64
9264 * [Config] DMA_CMA=y
9265 * [Config] I2C_QUP=y
9266 * [Config] HW_RANDOM_MSM=y && HW_RANDOM_TPM=y
9267 * [Config] INPUT_PM8941_PWRKEY=y
9268 * [Config] LEDS_GPIO=y && LEDS_TRIGGER*=y
9269 * [Config] AUTOFS4_FS=y
9270 * [Config] SPMI=y, REGULATOR_QCOM_SPMI=y, PINCTRL_QCOM_SPMI_PMIC
9271 * [Config] MMC_QCOM_DML=y
9272 * [Config] MSM_RPMCC_8064=y
9273 * [Config] QCOM_QFPROM=y && QCOM_TSENS=y
9274
9275 -- Paolo Pisati <paolo.pisati@canonical.com> Wed, 13 Jan 2016 21:56:58 +0100
9276
9277 linux-dragon410c (4.2.0-2006.6) xenial; urgency=low
9278
9279 [ Paolo Pisati ]
9280
9281 * [Config] NLS_ISO8859_1=y
9282
9283 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 04 Jan 2016 15:51:22 +0100
9284
9285 linux-dragon410c (4.2.0-2005.5) xenial; urgency=low
9286
9287 [ Paolo Pisati ]
9288
9289 * Revert "[Config] FTBFS: disable ARM64_CRYPTO"
9290 * [Config] REGULATOR_FIXED_VOLTAGE=y
9291 * [Config] QCOM_A53=y
9292 * [Config] MFD_QCOM_RPM=y
9293 * [Config] MMC_SDHCI=y && MMC_SDHCI_MSM=y
9294 * [Config] PINCTRL_MSM8916=y
9295 * [Config] QCOM_BAM_DMA && QCOM_GSBI=y
9296 * [Config] REGULATOR_QCOM_RPM=y
9297 * [Config] MMC_BLOCK_MINORS=32
9298 * [Config] CRYPTO_DRBG=y
9299
9300 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 04 Jan 2016 11:11:59 +0100
9301
9302 linux-dragon410c (4.2.0-2004.4) xenial; urgency=low
9303
9304 [ Paolo Pisati ]
9305
9306 * [Config] FTBFS: disable ARM64_CRYPTO
9307
9308 -- Paolo Pisati <paolo.pisati@canonical.com> Wed, 09 Dec 2015 14:12:54 +0100
9309
9310 linux-dragon410c (4.2.0-2003.3) xenial; urgency=low
9311
9312 [ Paolo Pisati ]
9313
9314 * [Config] COMMON_CLK_QCOM=y && HWSPINLOCK_QCOM=y
9315 * [Config] QCOM_SMD=y (fix FTBFS SERIAL_MSM_SMD)
9316 * [Config] MFD_QCOM_SMD_RPM=y && REGULATOR_QCOM_SMD_RPM=y
9317 * [Config] VIDEO_V4L2=y
9318 * [Config] MSM_VIDC_V4L2=y
9319 * [Config] QCOM_Q6V5_PIL=y && QCOM_TZ_PIL=y
9320 * [Config] DRM_MSM=y && DRM_I2C_ADV7511=y
9321 * [Config] SND_SOC_QCOM=y
9322 * [Config] MSM_GCC_8916=y
9323 * [Config] DRM_PANEL_SIMPLE=y
9324
9325 -- Paolo Pisati <paolo.pisati@canonical.com> Wed, 09 Dec 2015 11:33:29 +0100
9326
9327 linux-dragon410c (4.2.0-2002.2) xenial; urgency=low
9328
9329 [ Paolo Pisati ]
9330
9331 * [Config] snappy config fragments: generic, systemd, lxc, security and
9332 snappy
9333 * [Config] snappy/security: CC_STACKPROTECTOR_REGULAR=y
9334 * [Config] snappy/snappy: RFKILL_REGULATOR depends on REGULATOR=y
9335 * [Config] snappy/generic: CRASH_DUMP=y
9336 * [Config] snappy/generic: NVRAM=m
9337 * [Config] snappy/generic: INPUT_UINPUT=y
9338 * [Config] snappy/generic: SYSVIPC=y && SYSVIPC_SYSCTL=y
9339 * [Config] snappy/generic: LOCALVERSION= to avoid packaging failure
9340 * [Config] updateconfigs
9341
9342 [ Upstream Kernel Changes ]
9343
9344 * media: vidc: fix compile error
9345
9346 -- Paolo Pisati <paolo.pisati@canonical.com> Fri, 04 Dec 2015 15:24:16 +0100
9347
9348 linux-dragon410c (4.2.0-2001.1) xenial; urgency=low
9349
9350 [ Paolo Pisati ]
9351
9352 * import http://git.linaro.org/landing-teams/working/qualcomm/kernel.git @
9353 ubuntu-qcom-dragonboard410c-15.09
9354 * rebased on Ubuntu-4.2.0-19.23
9355
9356 -- Paolo Pisati <paolo.pisati@canonical.com> Thu, 03 Dec 2015 17:18:07 +0200