]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - debian.snapdragon/changelog
926491680ca9015c652793cf45dc57f6adb7e241
[mirror_ubuntu-artful-kernel.git] / debian.snapdragon / changelog
1 linux-snapdragon (4.4.0-1086.91) xenial; urgency=medium
2
3 * linux-snapdragon: 4.4.0-1086.91 -proposed tracker (LP: #1748494)
4
5 [ Ubuntu: 4.4.0-115.139 ]
6
7 * linux: 4.4.0-115.138 -proposed tracker (LP: #1748745)
8 * CVE-2017-5715 (Spectre v2 Intel)
9 - Revert "UBUNTU: SAUCE: turn off IBPB when full retpoline is present"
10 - SAUCE: turn off IBRS when full retpoline is present
11 - [Packaging] retpoline files must be sorted
12 - [Packaging] pull in retpoline files
13
14 [ Ubuntu: 4.4.0-114.137 ]
15
16 * linux: 4.4.0-114.137 -proposed tracker (LP: #1748484)
17 * ALSA backport missing NVIDIA GPU codec IDs to patch table to
18 Ubuntu 16.04 LTS Kernel (LP: #1744117)
19 - ALSA: hda - Add missing NVIDIA GPU codec IDs to patch table
20 * Shutdown hang on 16.04 with iscsi targets (LP: #1569925)
21 - scsi: libiscsi: Allow sd_shutdown on bad transport
22 * libata: apply MAX_SEC_1024 to all LITEON EP1 series devices (LP: #1743053)
23 - libata: apply MAX_SEC_1024 to all LITEON EP1 series devices
24 * KVM patches for s390x to provide facility bits 81 (ppa15) and 82 (bpb)
25 (LP: #1747090)
26 - KVM: s390: wire up bpb feature
27 - KVM: s390: Enable all facility bits that are known good for passthrough
28 * CVE-2017-5715 (Spectre v2 Intel)
29 - SAUCE: drop lingering gmb() macro
30 - x86/feature: Enable the x86 feature to control Speculation
31 - x86/feature: Report presence of IBPB and IBRS control
32 - x86/enter: MACROS to set/clear IBRS and set IBPB
33 - x86/enter: Use IBRS on syscall and interrupts
34 - x86/idle: Disable IBRS entering idle and enable it on wakeup
35 - x86/idle: Disable IBRS when offlining cpu and re-enable on wakeup
36 - x86/mm: Set IBPB upon context switch
37 - x86/mm: Only set IBPB when the new thread cannot ptrace current thread
38 - x86/kvm: add MSR_IA32_SPEC_CTRL and MSR_IA32_PRED_CMD to kvm
39 - x86/kvm: Set IBPB when switching VM
40 - x86/kvm: Toggle IBRS on VM entry and exit
41 - x86/spec_ctrl: Add sysctl knobs to enable/disable SPEC_CTRL feature
42 - x86/spec_ctrl: Add lock to serialize changes to ibrs and ibpb control
43 - x86/cpu/amd, kvm: Satisfy guest kernel reads of IC_CFG MSR
44 - x86/cpu/AMD: Add speculative control support for AMD
45 - x86/microcode: Extend post microcode reload to support IBPB feature
46 - KVM: SVM: Do not intercept new speculative control MSRs
47 - x86/svm: Set IBRS value on VM entry and exit
48 - x86/svm: Set IBPB when running a different VCPU
49 - KVM: x86: Add speculative control CPUID support for guests
50 - SAUCE: Fix spec_ctrl support in KVM
51 - SAUCE: turn off IBPB when full retpoline is present
52
53 -- Stefan Bader <stefan.bader@canonical.com> Mon, 12 Feb 2018 15:01:49 +0100
54
55 linux-snapdragon (4.4.0-1085.90) xenial; urgency=low
56
57 * linux-snapdragon: 4.4.0-1085.90 -proposed tracker (LP: #1746942)
58
59
60 [ Ubuntu: 4.4.0-113.136 ]
61
62 * linux: 4.4.0-113.136 -proposed tracker (LP: #1746936)
63 * Missing install-time driver for QLogic QED 25/40/100Gb Ethernet NIC
64 (LP: #1743638)
65 - [d-i] Add qede to nic-modules udeb
66 * CVE-2017-5753 (Spectre v1 Intel)
67 - x86/cpu/AMD: Make the LFENCE instruction serialized
68 - x86/cpu/AMD: Remove now unused definition of MFENCE_RDTSC feature
69 - SAUCE: reinstate MFENCE_RDTSC feature definition
70 - locking/barriers: introduce new observable speculation barrier
71 - bpf: prevent speculative execution in eBPF interpreter
72 - x86, bpf, jit: prevent speculative execution when JIT is enabled
73 - SAUCE: FIX: x86, bpf, jit: prevent speculative execution when JIT is enabled
74 - carl9170: prevent speculative execution
75 - qla2xxx: prevent speculative execution
76 - Thermal/int340x: prevent speculative execution
77 - ipv4: prevent speculative execution
78 - ipv6: prevent speculative execution
79 - fs: prevent speculative execution
80 - net: mpls: prevent speculative execution
81 - udf: prevent speculative execution
82 - userns: prevent speculative execution
83 - SAUCE: claim mitigation via observable speculation barrier
84 - SAUCE: powerpc: add osb barrier
85 - SAUCE: s390/spinlock: add osb memory barrier
86 - SAUCE: arm64: no osb() implementation yet
87 - SAUCE: arm: no osb() implementation yet
88 * CVE-2017-5715 (Spectre v2 retpoline)
89 - x86/cpuid: Provide get_scattered_cpuid_leaf()
90 - x86/cpu: Factor out application of forced CPU caps
91 - x86/cpufeatures: Make CPU bugs sticky
92 - x86/cpufeatures: Add X86_BUG_CPU_INSECURE
93 - x86/cpu, x86/pti: Do not enable PTI on AMD processors
94 - x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWN
95 - x86/cpufeatures: Add X86_BUG_SPECTRE_V[12]
96 - x86/cpu: Merge bugs.c and bugs_64.c
97 - sysfs/cpu: Add vulnerability folder
98 - x86/cpu: Implement CPU vulnerabilites sysfs functions
99 - x86/alternatives: Add missing '\n' at end of ALTERNATIVE inline asm
100 - x86/mm/32: Move setup_clear_cpu_cap(X86_FEATURE_PCID) earlier
101 - x86/asm: Use register variable to get stack pointer value
102 - x86/kbuild: enable modversions for symbols exported from asm
103 - x86/asm: Make asm/alternative.h safe from assembly
104 - EXPORT_SYMBOL() for asm
105 - kconfig.h: use __is_defined() to check if MODULE is defined
106 - x86/retpoline: Add initial retpoline support
107 - x86/spectre: Add boot time option to select Spectre v2 mitigation
108 - x86/retpoline/crypto: Convert crypto assembler indirect jumps
109 - x86/retpoline/entry: Convert entry assembler indirect jumps
110 - x86/retpoline/ftrace: Convert ftrace assembler indirect jumps
111 - x86/retpoline/hyperv: Convert assembler indirect jumps
112 - x86/retpoline/xen: Convert Xen hypercall indirect jumps
113 - x86/retpoline/checksum32: Convert assembler indirect jumps
114 - x86/retpoline/irq32: Convert assembler indirect jumps
115 - x86/retpoline: Fill return stack buffer on vmexit
116 - x86/retpoline: Remove compile time warning
117 - x86/retpoline: Add LFENCE to the retpoline/RSB filling RSB macros
118 - module: Add retpoline tag to VERMAGIC
119 - x86/mce: Make machine check speculation protected
120 - retpoline: Introduce start/end markers of indirect thunk
121 - kprobes/x86: Blacklist indirect thunk functions for kprobes
122 - kprobes/x86: Disable optimizing on the function jumps to indirect thunk
123 - x86/retpoline: Optimize inline assembler for vmexit_fill_RSB
124 - [Config] CONFIG_RETPOLINE=y
125 - [Packaging] retpoline -- add call site validation
126 - [Config] disable retpoline checks for first upload
127 * CVE-2017-5715 (revert embargoed) // CVE-2017-5753 (revert embargoed)
128 - Revert "UBUNTU: SAUCE: Fix spec_ctrl support in KVM"
129 - Revert "x86/cpuid: Provide get_scattered_cpuid_leaf()"
130 - Revert "kvm: vmx: Scrub hardware GPRs at VM-exit"
131 - Revert "Revert "x86/svm: Add code to clear registers on VM exit""
132 - Revert "UBUNTU: SAUCE: x86/microcode: Extend post microcode reload to
133 support IBPB feature -- repair missmerge"
134 - Revert "arm: no gmb() implementation yet"
135 - Revert "arm64: no gmb() implementation yet"
136 - Revert "UBUNTU: SAUCE: x86/kvm: Fix stuff_RSB() for 32-bit"
137 - Revert "s390/spinlock: add gmb memory barrier"
138 - Revert "powerpc: add gmb barrier"
139 - Revert "x86/cpu/AMD: Remove now unused definition of MFENCE_RDTSC feature"
140 - Revert "x86/cpu/AMD: Make the LFENCE instruction serialized"
141 - Revert "x86/svm: Add code to clear registers on VM exit"
142 - Revert "x86/svm: Add code to clobber the RSB on VM exit"
143 - Revert "KVM: x86: Add speculative control CPUID support for guests"
144 - Revert "x86/svm: Set IBPB when running a different VCPU"
145 - Revert "x86/svm: Set IBRS value on VM entry and exit"
146 - Revert "KVM: SVM: Do not intercept new speculative control MSRs"
147 - Revert "x86/microcode: Extend post microcode reload to support IBPB feature"
148 - Revert "x86/cpu/AMD: Add speculative control support for AMD"
149 - Revert "x86/cpu/amd, kvm: Satisfy guest kernel reads of IC_CFG MSR"
150 - Revert "x86/entry: Use retpoline for syscall's indirect calls"
151 - Revert "x86/syscall: Clear unused extra registers on 32-bit compatible
152 syscall entrance"
153 - Revert "x86/syscall: Clear unused extra registers on syscall entrance"
154 - Revert "x86/spec_ctrl: Add lock to serialize changes to ibrs and ibpb
155 control"
156 - Revert "x86/spec_ctrl: Add sysctl knobs to enable/disable SPEC_CTRL feature"
157 - Revert "x86/kvm: Pad RSB on VM transition"
158 - Revert "x86/kvm: Toggle IBRS on VM entry and exit"
159 - Revert "x86/kvm: Set IBPB when switching VM"
160 - Revert "x86/kvm: add MSR_IA32_SPEC_CTRL and MSR_IA32_PRED_CMD to kvm"
161 - Revert "x86/entry: Stuff RSB for entry to kernel for non-SMEP platform"
162 - Revert "x86/mm: Only set IBPB when the new thread cannot ptrace current
163 thread"
164 - Revert "x86/mm: Set IBPB upon context switch"
165 - Revert "x86/idle: Disable IBRS when offlining cpu and re-enable on wakeup"
166 - Revert "x86/idle: Disable IBRS entering idle and enable it on wakeup"
167 - Revert "x86/enter: Use IBRS on syscall and interrupts"
168 - Revert "x86/enter: MACROS to set/clear IBRS and set IBPB"
169 - Revert "x86/feature: Report presence of IBPB and IBRS control"
170 - Revert "x86/feature: Enable the x86 feature to control Speculation"
171 - Revert "udf: prevent speculative execution"
172 - Revert "net: mpls: prevent speculative execution"
173 - Revert "fs: prevent speculative execution"
174 - Revert "ipv6: prevent speculative execution"
175 - Revert "userns: prevent speculative execution"
176 - Revert "Thermal/int340x: prevent speculative execution"
177 - Revert "qla2xxx: prevent speculative execution"
178 - Revert "carl9170: prevent speculative execution"
179 - Revert "uvcvideo: prevent speculative execution"
180 - Revert "x86, bpf, jit: prevent speculative execution when JIT is enabled"
181 - Revert "bpf: prevent speculative execution in eBPF interpreter"
182 * CVE-2017-17712
183 - net: ipv4: fix for a race condition in raw_sendmsg
184 * upload urgency should be medium by default (LP: #1745338)
185 - [Packaging] update urgency to medium by default
186 * CVE-CVE-2017-12190
187 - more bio_map_user_iov() leak fixes
188 * CVE-2015-8952
189 - mbcache2: reimplement mbcache
190 - ext2: convert to mbcache2
191 - ext4: convert to mbcache2
192 - mbcache2: limit cache size
193 - mbcache2: Use referenced bit instead of LRU
194 - ext4: kill ext4_mballoc_ready
195 - ext4: shortcut setting of xattr to the same value
196 - mbcache: remove mbcache
197 - mbcache2: rename to mbcache
198 - mbcache: get rid of _e_hash_list_head
199 - mbcache: add reusable flag to cache entries
200 * CVE-2017-15115
201 - sctp: do not peel off an assoc from one netns to another one
202 * CVE-2017-8824
203 - dccp: CVE-2017-8824: use-after-free in DCCP code
204
205 [ Ubuntu: 4.4.0-112.135 ]
206
207 * linux: 4.4.0-112.135 -proposed tracker (LP: #1744244)
208 * CVE-2017-5715 // CVE-2017-5753
209 - x86/cpuid: Provide get_scattered_cpuid_leaf()
210 - SAUCE: Fix spec_ctrl support in KVM
211 - SAUCE: s390: improve cpu alternative handling for gmb and nobp
212 - SAUCE: s390: print messages for gmb and nobp
213 - [Config] KERNEL_NOBP=y
214
215 [ Ubuntu: 4.4.0-111.134 ]
216
217 * linux: 4.4.0-111.134 -proposed tracker (LP: #1743362)
218 * Do not duplicate changelog entries assigned to more than one bug or CVE
219 (LP: #1743383)
220 - [Packaging] git-ubuntu-log -- handle multiple bugs/cves better
221 * CVE-2017-5715 // CVE-2017-5753
222 - SAUCE: x86/microcode: Extend post microcode reload to support IBPB feature
223 -- repair missmerge
224 - Revert "x86/svm: Add code to clear registers on VM exit"
225 - kvm: vmx: Scrub hardware GPRs at VM-exit
226 * CVE-2017-5754
227 - SAUCE: powerpc: use sync instead of hwsync mnemonic
228
229 [ Ubuntu: 4.4.0-110.133 ]
230
231 * linux: 4.4.0-110.133 -proposed tracker (LP: #1742995)
232 * CVE-2017-5753
233 - x86/microcode/AMD: Add support for fam17h microcode loading
234 - bpf: add bpf_patch_insn_single helper
235 - bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apis
236 - bpf: add generic constant blinding for use in jits
237 - locking/barriers: introduce new memory barrier gmb()
238 - bpf: prevent speculative execution in eBPF interpreter
239 - x86, bpf, jit: prevent speculative execution when JIT is enabled
240 - uvcvideo: prevent speculative execution
241 - carl9170: prevent speculative execution
242 - qla2xxx: prevent speculative execution
243 - Thermal/int340x: prevent speculative execution
244 - userns: prevent speculative execution
245 - ipv6: prevent speculative execution
246 - fs: prevent speculative execution
247 - net: mpls: prevent speculative execution
248 - udf: prevent speculative execution
249 - x86/feature: Enable the x86 feature to control Speculation
250 - x86/feature: Report presence of IBPB and IBRS control
251 - x86/enter: MACROS to set/clear IBRS and set IBPB
252 - x86/enter: Use IBRS on syscall and interrupts
253 - x86/idle: Disable IBRS entering idle and enable it on wakeup
254 - x86/idle: Disable IBRS when offlining cpu and re-enable on wakeup
255 - x86/mm: Set IBPB upon context switch
256 - x86/mm: Only set IBPB when the new thread cannot ptrace current thread
257 - x86/entry: Stuff RSB for entry to kernel for non-SMEP platform
258 - x86/kvm: add MSR_IA32_SPEC_CTRL and MSR_IA32_PRED_CMD to kvm
259 - x86/kvm: Set IBPB when switching VM
260 - x86/kvm: Toggle IBRS on VM entry and exit
261 - x86/kvm: Pad RSB on VM transition
262 - x86/spec_ctrl: Add sysctl knobs to enable/disable SPEC_CTRL feature
263 - x86/spec_ctrl: Add lock to serialize changes to ibrs and ibpb control
264 - x86/syscall: Clear unused extra registers on syscall entrance
265 - x86/syscall: Clear unused extra registers on 32-bit compatible syscall
266 entrance
267 - x86/entry: Use retpoline for syscall's indirect calls
268 - x86/cpu/amd, kvm: Satisfy guest kernel reads of IC_CFG MSR
269 - x86/cpu/AMD: Add speculative control support for AMD
270 - x86/microcode: Extend post microcode reload to support IBPB feature
271 - KVM: SVM: Do not intercept new speculative control MSRs
272 - x86/svm: Set IBRS value on VM entry and exit
273 - x86/svm: Set IBPB when running a different VCPU
274 - KVM: x86: Add speculative control CPUID support for guests
275 - x86/svm: Add code to clobber the RSB on VM exit
276 - x86/svm: Add code to clear registers on VM exit
277 - x86/cpu/AMD: Make the LFENCE instruction serialized
278 - x86/cpu/AMD: Remove now unused definition of MFENCE_RDTSC feature
279 - powerpc: add gmb barrier
280 - s390/spinlock: add gmb memory barrier
281 - SAUCE: x86/kvm: Fix stuff_RSB() for 32-bit
282 - arm64: no gmb() implementation yet
283 - arm: no gmb() implementation yet
284 * CVE-2017-5715
285 - x86/microcode/AMD: Add support for fam17h microcode loading
286 - bpf: add bpf_patch_insn_single helper
287 - bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apis
288 - bpf: add generic constant blinding for use in jits
289 - locking/barriers: introduce new memory barrier gmb()
290 - bpf: prevent speculative execution in eBPF interpreter
291 - x86, bpf, jit: prevent speculative execution when JIT is enabled
292 - uvcvideo: prevent speculative execution
293 - carl9170: prevent speculative execution
294 - qla2xxx: prevent speculative execution
295 - Thermal/int340x: prevent speculative execution
296 - userns: prevent speculative execution
297 - ipv6: prevent speculative execution
298 - fs: prevent speculative execution
299 - net: mpls: prevent speculative execution
300 - udf: prevent speculative execution
301 - x86/feature: Enable the x86 feature to control Speculation
302 - x86/feature: Report presence of IBPB and IBRS control
303 - x86/enter: MACROS to set/clear IBRS and set IBPB
304 - x86/enter: Use IBRS on syscall and interrupts
305 - x86/idle: Disable IBRS entering idle and enable it on wakeup
306 - x86/idle: Disable IBRS when offlining cpu and re-enable on wakeup
307 - x86/mm: Set IBPB upon context switch
308 - x86/mm: Only set IBPB when the new thread cannot ptrace current thread
309 - x86/entry: Stuff RSB for entry to kernel for non-SMEP platform
310 - x86/kvm: add MSR_IA32_SPEC_CTRL and MSR_IA32_PRED_CMD to kvm
311 - x86/kvm: Set IBPB when switching VM
312 - x86/kvm: Toggle IBRS on VM entry and exit
313 - x86/kvm: Pad RSB on VM transition
314 - x86/spec_ctrl: Add sysctl knobs to enable/disable SPEC_CTRL feature
315 - x86/spec_ctrl: Add lock to serialize changes to ibrs and ibpb control
316 - x86/syscall: Clear unused extra registers on syscall entrance
317 - x86/syscall: Clear unused extra registers on 32-bit compatible syscall
318 entrance
319 - x86/entry: Use retpoline for syscall's indirect calls
320 - x86/cpu/amd, kvm: Satisfy guest kernel reads of IC_CFG MSR
321 - x86/cpu/AMD: Add speculative control support for AMD
322 - x86/microcode: Extend post microcode reload to support IBPB feature
323 - KVM: SVM: Do not intercept new speculative control MSRs
324 - x86/svm: Set IBRS value on VM entry and exit
325 - x86/svm: Set IBPB when running a different VCPU
326 - KVM: x86: Add speculative control CPUID support for guests
327 - x86/svm: Add code to clobber the RSB on VM exit
328 - x86/svm: Add code to clear registers on VM exit
329 - x86/cpu/AMD: Make the LFENCE instruction serialized
330 - x86/cpu/AMD: Remove now unused definition of MFENCE_RDTSC feature
331 - powerpc: add gmb barrier
332 - s390/spinlock: add gmb memory barrier
333 - SAUCE: x86/kvm: Fix stuff_RSB() for 32-bit
334 - arm64: no gmb() implementation yet
335 - arm: no gmb() implementation yet
336 * powerpc: flush L1D on return to use (LP: #1742772)
337 - SAUCE: powerpc: Secure memory rfi flush
338 - SAUCE: rfi-flush: Make DEBUG_RFI a CONFIG option
339 - SAUCE: rfi-flush: Add HRFI_TO_UNKNOWN and use it in denorm
340 - SAUCE: Fixup rfid in kvmppc_skip_Hinterrupt should be hrfid
341 - SAUCE: rfi-flush: kvmppc_skip_(H)interrupt returns to host
342 - SAUCE: KVM: Revert the implementation of H_GET_CPU_CHARACTERISTICS
343 - SAUCE: rfi-flush: Implement congruence-first fallback flush
344 - SAUCE: rfi-flush: Make l1d_flush_type bit flags
345 - SAUCE: rfi-flush: Push the instruction selection down to the patching
346 routine
347 - SAUCE: rfi-flush: Expand the RFI section to two nop slots
348 - SAUCE: rfi-flush: Support more than one flush type at once
349 - SAUCE: rfi-flush: Allow HV to advertise multiple flush types
350 - SAUCE: rfi-flush: Add speculation barrier before ori 30,30,0 flush
351 - SAUCE: powerpc/asm: Allow including ppc_asm.h in asm files
352 - SAUCE: Remove setup.h include file otherwise compilation complains about
353 missing header file.
354 - SAUCE: Fix compilation errors for arch/powerpc/lib/feature-fixups.c
355 - SAUCE: rfi-flush: Add barriers to the fallback L1D flushing
356 - SAUCE: rfi-flush: Rework powernv logic to be more cautious
357 - SAUCE: rfi-flush: Rework pseries logic to be more cautious
358 - SAUCE: rfi-flush: Fix the fallback flush to actually activate
359 - SAUCE: rfi-flush: Fix HRFI_TO_UNKNOWN
360 - SAUCE: rfi-flush: Refactor the macros so the nops are defined once
361 - SAUCE: rfi-flush: Add no_rfi_flush and nopti comandline options
362 - SAUCE: rfi-flush: Use rfi-flush in printks
363 - SAUCE: rfi-flush: Fallback flush add load dependency
364 - SAUCE: rfi-flush: Fix the 32-bit KVM build
365 - SAUCE: rfi-flush: Fix some RFI conversions in the KVM code
366 - SAUCE: UBUNTU: [Config] Disable CONFIG_PPC_DEBUG_RFI
367 * s390: add ppa to kernel entry/exit (LP: #1742771)
368 - s390: introduce CPU alternatives
369 - s390: add ppa to kernel entry / exit
370 * CVE-2017-5754
371 - x86/tlb: Drop the _GPL from the cpu_tlbstate export
372 - Map the vsyscall page with _PAGE_USER
373 - s390: introduce CPU alternatives
374 - s390: add ppa to kernel entry / exit
375 - SAUCE: powerpc: Secure memory rfi flush
376 - SAUCE: rfi-flush: Make DEBUG_RFI a CONFIG option
377 - SAUCE: rfi-flush: Add HRFI_TO_UNKNOWN and use it in denorm
378 - SAUCE: Fixup rfid in kvmppc_skip_Hinterrupt should be hrfid
379 - SAUCE: rfi-flush: kvmppc_skip_(H)interrupt returns to host
380 - SAUCE: KVM: Revert the implementation of H_GET_CPU_CHARACTERISTICS
381 - SAUCE: rfi-flush: Implement congruence-first fallback flush
382 - SAUCE: rfi-flush: Make l1d_flush_type bit flags
383 - SAUCE: rfi-flush: Push the instruction selection down to the patching
384 routine
385 - SAUCE: rfi-flush: Expand the RFI section to two nop slots
386 - SAUCE: rfi-flush: Support more than one flush type at once
387 - SAUCE: rfi-flush: Allow HV to advertise multiple flush types
388 - SAUCE: rfi-flush: Add speculation barrier before ori 30,30,0 flush
389 - SAUCE: powerpc/asm: Allow including ppc_asm.h in asm files
390 - SAUCE: Remove setup.h include file otherwise compilation complains about
391 missing header file.
392 - SAUCE: Fix compilation errors for arch/powerpc/lib/feature-fixups.c
393 - SAUCE: rfi-flush: Add barriers to the fallback L1D flushing
394 - SAUCE: rfi-flush: Rework powernv logic to be more cautious
395 - SAUCE: rfi-flush: Rework pseries logic to be more cautious
396 - SAUCE: rfi-flush: Fix the fallback flush to actually activate
397 - SAUCE: rfi-flush: Fix HRFI_TO_UNKNOWN
398 - SAUCE: rfi-flush: Refactor the macros so the nops are defined once
399 - SAUCE: rfi-flush: Add no_rfi_flush and nopti comandline options
400 - SAUCE: rfi-flush: Use rfi-flush in printks
401 - SAUCE: rfi-flush: Fallback flush add load dependency
402 - SAUCE: rfi-flush: Fix the 32-bit KVM build
403 - SAUCE: rfi-flush: Fix some RFI conversions in the KVM code
404 - SAUCE: UBUNTU: [Config] Disable CONFIG_PPC_DEBUG_RFI
405
406 [ Ubuntu: 4.4.0-109.132 ]
407
408 * linux: 4.4.0-109.132 -proposed tracker (LP: #1742252)
409 * Kernel trace with xenial 4.4 (4.4.0-108.131, Candidate kernels for PTI fix)
410 (LP: #1741934)
411 - SAUCE: kaiser: fix perf crashes - fix to original commit
412
413 [ Ubuntu: 4.4.0-108.131 ]
414
415 * linux: 4.4.0-108.131 -proposed tracker (LP: #1741727)
416 * CVE-2017-5754
417 - x86/mm: Disable PCID on 32-bit kernels
418
419 -- Khalid Elmously <khalid.elmously@canonical.com> Thu, 08 Feb 2018 03:29:01 +0000
420
421 linux-snapdragon (4.4.0-1084.89) xenial; urgency=low
422
423 * linux-snapdragon: 4.4.0-1084.89 -proposed tracker (LP: #1741653)
424
425 [ Ubuntu: 4.4.0-107.130 ]
426
427 * linux: 4.4.0-107.130 -proposed tracker (LP: #1741643)
428 * CVE-2017-5754
429 - Revert "UBUNTU: SAUCE: arch/x86/entry/vdso: temporarily disable vdso"
430 - KPTI: Report when enabled
431 - x86, vdso, pvclock: Simplify and speed up the vdso pvclock reader
432 - x86/vdso: Get pvclock data from the vvar VMA instead of the fixmap
433 - x86/kasan: Clear kasan_zero_page after TLB flush
434 - kaiser: Set _PAGE_NX only if supported
435
436 [ Ubuntu: 4.4.0-106.129 ]
437
438 * linux: 4.4.0-106.129 -proposed tracker (LP: #1741528)
439 * CVE-2017-5754
440 - KAISER: Kernel Address Isolation
441 - kaiser: merged update
442 - kaiser: do not set _PAGE_NX on pgd_none
443 - kaiser: stack map PAGE_SIZE at THREAD_SIZE-PAGE_SIZE
444 - kaiser: fix build and FIXME in alloc_ldt_struct()
445 - kaiser: KAISER depends on SMP
446 - kaiser: fix regs to do_nmi() ifndef CONFIG_KAISER
447 - kaiser: fix perf crashes
448 - kaiser: ENOMEM if kaiser_pagetable_walk() NULL
449 - kaiser: tidied up asm/kaiser.h somewhat
450 - kaiser: tidied up kaiser_add/remove_mapping slightly
451 - kaiser: kaiser_remove_mapping() move along the pgd
452 - kaiser: cleanups while trying for gold link
453 - kaiser: name that 0x1000 KAISER_SHADOW_PGD_OFFSET
454 - kaiser: delete KAISER_REAL_SWITCH option
455 - kaiser: vmstat show NR_KAISERTABLE as nr_overhead
456 - x86/mm: Enable CR4.PCIDE on supported systems
457 - x86/mm: Build arch/x86/mm/tlb.c even on !SMP
458 - x86/mm, sched/core: Uninline switch_mm()
459 - x86/mm: Add INVPCID helpers
460 - x86/mm: If INVPCID is available, use it to flush global mappings
461 - kaiser: enhanced by kernel and user PCIDs
462 - kaiser: load_new_mm_cr3() let SWITCH_USER_CR3 flush user
463 - kaiser: PCID 0 for kernel and 128 for user
464 - kaiser: x86_cr3_pcid_noflush and x86_cr3_pcid_user
465 - kaiser: paranoid_entry pass cr3 need to paranoid_exit
466 - kaiser: _pgd_alloc() without __GFP_REPEAT to avoid stalls
467 - kaiser: fix unlikely error in alloc_ldt_struct()
468 - kaiser: add "nokaiser" boot option, using ALTERNATIVE
469 - x86/kaiser: Rename and simplify X86_FEATURE_KAISER handling
470 - x86/boot: Add early cmdline parsing for options with arguments
471 - x86/kaiser: Check boottime cmdline params
472 - kaiser: use ALTERNATIVE instead of x86_cr3_pcid_noflush
473 - kaiser: drop is_atomic arg to kaiser_pagetable_walk()
474 - kaiser: asm/tlbflush.h handle noPGE at lower level
475 - kaiser: kaiser_flush_tlb_on_return_to_user() check PCID
476 - x86/paravirt: Dont patch flush_tlb_single
477 - x86/kaiser: Reenable PARAVIRT
478 - kaiser: disabled on Xen PV
479 - x86/kaiser: Move feature detection up
480 - kvm: x86: fix RSM when PCID is non-zero
481 - SAUCE: arch/x86/entry/vdso: temporarily disable vdso
482 - [Config]: CONFIG_KAISER=y
483
484 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Sun, 07 Jan 2018 12:46:26 +0100
485
486 linux-snapdragon (4.4.0-1082.87) xenial; urgency=low
487
488 * linux-snapdragon: 4.4.0-1082.87 -proposed tracker (LP: #1737520)
489
490 [ Ubuntu: 4.4.0-104.127 ]
491
492 * linux: 4.4.0-104.127 -proposed tracker (LP: #1737511)
493 * upgrading linux-image package to 4.4.0-103.126 breaks Ceph network file
494 system connection (LP: #1737033)
495 - Revert "libceph: MOSDOpReply v7 encoding"
496 - Revert "libceph: advertise support for TUNABLES5"
497 - Revert "crush: decode and initialize chooseleaf_stable"
498 - Revert "crush: add chooseleaf_stable tunable"
499 - Revert "crush: ensure take bucket value is valid"
500 - Revert "crush: ensure bucket id is valid before indexing buckets array"
501
502 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Mon, 11 Dec 2017 15:18:19 +0100
503
504 linux-snapdragon (4.4.0-1081.86) xenial; urgency=low
505
506 * linux-snapdragon: 4.4.0-1081.86 -proposed tracker (LP: #1736186)
507
508 [ Ubuntu: 4.4.0-103.126 ]
509
510 * linux: 4.4.0-103.126 -proposed tracker (LP: #1736181)
511 * CVE-2017-1000405
512 - mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()
513 * CVE-2017-16939
514 - netlink: add a start callback for starting a netlink dump
515 - ipsec: Fix aborted xfrm policy dump crash
516
517 -- Stefan Bader <stefan.bader@canonical.com> Mon, 04 Dec 2017 18:48:53 +0100
518
519 linux-snapdragon (4.4.0-1080.85) xenial; urgency=low
520
521 * linux-snapdragon: 4.4.0-1080.85 -proposed tracker (LP: #1733544)
522
523 * Update config with NET_DSA=n as required by changes in
524 upstream stable update to 4.4.98 (LP: #1732698)
525
526 [ Ubuntu: 4.4.0-102.125 ]
527
528 * linux: 4.4.0-102.125 -proposed tracker (LP: #1733541)
529 * tar -x sometimes fails on overlayfs (LP: #1728489)
530 - ovl: check if all layers are on the same fs
531 - ovl: persistent inode number for directories
532 * NVMe timeout is too short (LP: #1729119)
533 - nvme: update timeout module parameter type
534 * Set PANIC_TIMEOUT=10 on Power Systems (LP: #1730660)
535 - [Config]: Set PANIC_TIMEOUT=10 on ppc64el
536 * Cannot pair BLE remote devices when using combo BT SoC (LP: #1731467)
537 - Bluetooth: increase timeout for le auto connections
538 * CIFS errors on 4.4.0-98, but not on 4.4.0-97 with same config (LP: #1729337)
539 - SMB3: Validate negotiate request must always be signed
540 * Plantronics P610 does not support sample rate reading (LP: #1719853)
541 - ALSA: usb-audio: Add sample rate quirk for Plantronics P610
542 * Invalid btree pointer causes the kernel NULL pointer dereference
543 (LP: #1729256)
544 - xfs: reinit btree pointer on attr tree inactivation walk
545 * Samba mount/umount in docker container triggers kernel Oops (LP: #1729637)
546 - ipv6: only call ip6_route_dev_notify() once for NETDEV_UNREGISTER
547 - ipv6: fix NULL dereference in ip6_route_dev_notify()
548 * [kernel] tty/hvc: Use opal irqchip interface if available (LP: #1728098)
549 - tty/hvc: Use opal irqchip interface if available
550 * Device hotplugging with MPT SAS cannot work for VMWare ESXi (LP: #1730852)
551 - scsi: mptsas: Fixup device hotplug for VMWare ESXi
552 * NMI watchdog: BUG: soft lockup on Guest upon boot (KVM) (LP: #1727331)
553 - KVM: PPC: Book3S: Treat VTB as a per-subcore register, not per-thread
554 * Attempt to map rbd image from ceph jewel/luminous hangs (LP: #1728739)
555 - crush: ensure bucket id is valid before indexing buckets array
556 - crush: ensure take bucket value is valid
557 - crush: add chooseleaf_stable tunable
558 - crush: decode and initialize chooseleaf_stable
559 - libceph: advertise support for TUNABLES5
560 - libceph: MOSDOpReply v7 encoding
561 * Xenial update to 4.4.98 stable release (LP: #1732698)
562 - adv7604: Initialize drive strength to default when using DT
563 - video: fbdev: pmag-ba-fb: Remove bad `__init' annotation
564 - PCI: mvebu: Handle changes to the bridge windows while enabled
565 - xen/netback: set default upper limit of tx/rx queues to 8
566 - drm: drm_minor_register(): Clean up debugfs on failure
567 - KVM: PPC: Book 3S: XICS: correct the real mode ICP rejecting counter
568 - iommu/arm-smmu-v3: Clear prior settings when updating STEs
569 - powerpc/corenet: explicitly disable the SDHC controller on kmcoge4
570 - ARM: omap2plus_defconfig: Fix probe errors on UARTs 5 and 6
571 - crypto: vmx - disable preemption to enable vsx in aes_ctr.c
572 - iio: trigger: free trigger resource correctly
573 - phy: increase size of MII_BUS_ID_SIZE and bus_id
574 - serial: sh-sci: Fix register offsets for the IRDA serial port
575 - usb: hcd: initialize hcd->flags to 0 when rm hcd
576 - netfilter: nft_meta: deal with PACKET_LOOPBACK in netdev family
577 - IPsec: do not ignore crypto err in ah4 input
578 - Input: mpr121 - handle multiple bits change of status register
579 - Input: mpr121 - set missing event capability
580 - IB/ipoib: Change list_del to list_del_init in the tx object
581 - s390/qeth: issue STARTLAN as first IPA command
582 - (config) Add NET_DSA=n
583 - net: dsa: select NET_SWITCHDEV
584 - platform/x86: hp-wmi: Fix detection for dock and tablet mode
585 - cdc_ncm: Set NTB format again after altsetting switch for Huawei devices
586 - KEYS: trusted: sanitize all key material
587 - KEYS: trusted: fix writing past end of buffer in trusted_read()
588 - platform/x86: hp-wmi: Fix error value for hp_wmi_tablet_state
589 - platform/x86: hp-wmi: Do not shadow error values
590 - x86/uaccess, sched/preempt: Verify access_ok() context
591 - workqueue: Fix NULL pointer dereference
592 - crypto: x86/sha1-mb - fix panic due to unaligned access
593 - KEYS: fix NULL pointer dereference during ASN.1 parsing [ver #2]
594 - ARM: 8720/1: ensure dump_instr() checks addr_limit
595 - ALSA: seq: Fix OSS sysex delivery in OSS emulation
596 - ALSA: seq: Avoid invalid lockdep class warning
597 - MIPS: microMIPS: Fix incorrect mask in insn_table_MM
598 - MIPS: Fix CM region target definitions
599 - MIPS: SMP: Use a completion event to signal CPU up
600 - MIPS: Fix race on setting and getting cpu_online_mask
601 - MIPS: SMP: Fix deadlock & online race
602 - test: firmware_class: report errors properly on failure
603 - selftests: firmware: add empty string and async tests
604 - selftests: firmware: send expected errors to /dev/null
605 - tools: firmware: check for distro fallback udev cancel rule
606 - MIPS: AR7: Defer registration of GPIO
607 - MIPS: AR7: Ensure that serial ports are properly set up
608 - Input: elan_i2c - add ELAN060C to the ACPI table
609 - drm/vmwgfx: Fix Ubuntu 17.10 Wayland black screen issue
610 - rbd: use GFP_NOIO for parent stat and data requests
611 - can: sun4i: handle overrun in RX FIFO
612 - can: c_can: don't indicate triple sampling support for D_CAN
613 - x86/oprofile/ppro: Do not use __this_cpu*() in preemptible context
614 - PKCS#7: fix unitialized boolean 'want'
615 - Linux 4.4.98
616 * ELANTECH Touchpad is not detected in 'Lenovo Ideapad 320 14AST' after fresh
617 install (LP: #1727544)
618 - Input: elan_i2c - add ELAN060C to the ACPI table
619 * Xenial update to 4.4.97 stable release (LP: #1731915)
620 - ALSA: timer: Add missing mutex lock for compat ioctls
621 - ALSA: seq: Fix nested rwsem annotation for lockdep splat
622 - cifs: check MaxPathNameComponentLength != 0 before using it
623 - KEYS: return full count in keyring_read() if buffer is too small
624 - KEYS: fix out-of-bounds read during ASN.1 parsing
625 - ASoC: adau17x1: Workaround for noise bug in ADC
626 - arm64: ensure __dump_instr() checks addr_limit
627 - ARM: dts: mvebu: pl310-cache disable double-linefill
628 - ARM: 8715/1: add a private asm/unaligned.h
629 - ocfs2: fstrim: Fix start offset of first cluster group during fstrim
630 - perf tools: Fix build failure on perl script context
631 - drm/msm: Fix potential buffer overflow issue
632 - drm/msm: fix an integer overflow test
633 - tracing/samples: Fix creation and deletion of simple_thread_fn creation
634 - Fix tracing sample code warning.
635 - PM / wakeirq: report a wakeup_event on dedicated wekup irq
636 - mmc: s3cmci: include linux/interrupt.h for tasklet_struct
637 - ARM: pxa: Don't rely on public mmc header to include leds.h
638 - mfd: ab8500-sysctrl: Handle probe deferral
639 - mfd: axp20x: Fix axp288 PEK_DBR and PEK_DBF irqs being swapped
640 - staging: rtl8712u: Fix endian settings for structs describing network
641 packets
642 - ext4: fix stripe-unaligned allocations
643 - ext4: do not use stripe_width if it is not set
644 - i2c: riic: correctly finish transfers
645 - drm/amdgpu: when dpm disabled, also need to stop/start vce.
646 - perf tools: Only increase index if perf_evsel__new_idx() succeeds
647 - cx231xx: Fix I2C on Internal Master 3 Bus
648 - xen/manage: correct return value check on xenbus_scanf()
649 - scsi: aacraid: Process Error for response I/O
650 - platform/x86: intel_mid_thermal: Fix module autoload
651 - staging: lustre: llite: don't invoke direct_IO for the EOF case
652 - staging: lustre: hsm: stack overrun in hai_dump_data_field
653 - staging: lustre: ptlrpc: skip lock if export failed
654 - exynos4-is: fimc-is: Unmap region obtained by of_iomap()
655 - mei: return error on notification request to a disconnected client
656 - s390/dasd: check for device error pointer within state change interrupts
657 - bt8xx: fix memory leak
658 - xen: don't print error message in case of missing Xenstore entry
659 - staging: r8712u: Fix Sparse warning in rtl871x_xmit.c
660 - Linux 4.4.97
661 * Xenial update to 4.4.96 stable release (LP: #1731882)
662 - workqueue: replace pool->manager_arb mutex with a flag
663 - ALSA: hda/realtek - Add support for ALC236/ALC3204
664 - ALSA: hda - fix headset mic problem for Dell machines with alc236
665 - ceph: unlock dangling spinlock in try_flush_caps()
666 - usb: xhci: Handle error condition in xhci_stop_device()
667 - spi: uapi: spidev: add missing ioctl header
668 - fuse: fix READDIRPLUS skipping an entry
669 - xen/gntdev: avoid out of bounds access in case of partial gntdev_mmap()
670 - Input: elan_i2c - add ELAN0611 to the ACPI table
671 - Input: gtco - fix potential out-of-bound access
672 - assoc_array: Fix a buggy node-splitting case
673 - scsi: zfcp: fix erp_action use-before-initialize in REC action trace
674 - scsi: sg: Re-fix off by one in sg_fill_request_table()
675 - can: sun4i: fix loopback mode
676 - can: kvaser_usb: Correct return value in printout
677 - can: kvaser_usb: Ignore CMD_FLUSH_QUEUE_REPLY messages
678 - regulator: fan53555: fix I2C device ids
679 - x86/microcode/intel: Disable late loading on model 79
680 - ecryptfs: fix dereference of NULL user_key_payload
681 - Revert "drm: bridge: add DT bindings for TI ths8135"
682 - Linux 4.4.96
683 * Touchpad not detected - Lenovo ideapad 320-15IKB (LP: #1723736)
684 - Input: elan_i2c - add ELAN0611 to the ACPI table
685
686 [ Ubuntu: 4.4.0-101.124 ]
687
688 * linux: 4.4.0-101.124 -proposed tracker (LP: #1731264)
689 * s390/mm: fix write access check in gup_huge_pmd() (LP: #1730596)
690 - s390/mm: fix write access check in gup_huge_pmd()
691
692 -- Stefan Bader <stefan.bader@canonical.com> Wed, 22 Nov 2017 16:59:32 +0100
693
694 linux-snapdragon (4.4.0-1079.84) xenial; urgency=low
695
696 * linux-snapdragon: 4.4.0-1079.84 -proposed tracker (LP: #1729279)
697
698 [ Ubuntu: 4.4.0-100.123 ]
699
700 * linux: 4.4.0-100.123 -proposed tracker (LP: #1729273)
701 * Xenial update to 4.4.95 stable release (LP: #1729107)
702 - USB: devio: Revert "USB: devio: Don't corrupt user memory"
703 - USB: core: fix out-of-bounds access bug in usb_get_bos_descriptor()
704 - USB: serial: metro-usb: add MS7820 device id
705 - usb: cdc_acm: Add quirk for Elatec TWN3
706 - usb: quirks: add quirk for WORLDE MINI MIDI keyboard
707 - usb: hub: Allow reset retry for USB2 devices on connect bounce
708 - ALSA: usb-audio: Add native DSD support for Pro-Ject Pre Box S2 Digital
709 - can: gs_usb: fix busy loop if no more TX context is available
710 - usb: musb: sunxi: Explicitly release USB PHY on exit
711 - usb: musb: Check for host-mode using is_host_active() on reset interrupt
712 - can: esd_usb2: Fix can_dlc value for received RTR, frames
713 - drm/nouveau/bsp/g92: disable by default
714 - drm/nouveau/mmu: flush tlbs before deleting page tables
715 - ALSA: seq: Enable 'use' locking in all configurations
716 - ALSA: hda: Remove superfluous '-' added by printk conversion
717 - i2c: ismt: Separate I2C block read from SMBus block read
718 - brcmsmac: make some local variables 'static const' to reduce stack size
719 - bus: mbus: fix window size calculation for 4GB windows
720 - clockevents/drivers/cs5535: Improve resilience to spurious interrupts
721 - rtlwifi: rtl8821ae: Fix connection lost problem
722 - KEYS: encrypted: fix dereference of NULL user_key_payload
723 - lib/digsig: fix dereference of NULL user_key_payload
724 - KEYS: don't let add_key() update an uninstantiated key
725 - pkcs7: Prevent NULL pointer dereference, since sinfo is not always set.
726 - parisc: Avoid trashing sr2 and sr3 in LWS code
727 - parisc: Fix double-word compare and exchange in LWS code on 32-bit kernels
728 - sched/autogroup: Fix autogroup_move_group() to never skip sched_move_task()
729 - f2fs crypto: replace some BUG_ON()'s with error checks
730 - f2fs crypto: add missing locking for keyring_key access
731 - fscrypt: fix dereference of NULL user_key_payload
732 - KEYS: Fix race between updating and finding a negative key
733 - fscrypto: require write access to mount to set encryption policy
734 - FS-Cache: fix dereference of NULL user_key_payload
735 - Linux 4.4.95
736 * Xenial update to 4.4.94 stable release (LP: #1729105)
737 - percpu: make this_cpu_generic_read() atomic w.r.t. interrupts
738 - drm/dp/mst: save vcpi with payloads
739 - MIPS: Fix minimum alignment requirement of IRQ stack
740 - sctp: potential read out of bounds in sctp_ulpevent_type_enabled()
741 - bpf/verifier: reject BPF_ALU64|BPF_END
742 - udpv6: Fix the checksum computation when HW checksum does not apply
743 - ip6_gre: skb_push ipv6hdr before packing the header in ip6gre_header
744 - net: emac: Fix napi poll list corruption
745 - packet: hold bind lock when rebinding to fanout hook
746 - bpf: one perf event close won't free bpf program attached by another perf
747 event
748 - isdn/i4l: fetch the ppp_write buffer in one shot
749 - vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmit
750 - l2tp: Avoid schedule while atomic in exit_net
751 - l2tp: fix race condition in l2tp_tunnel_delete
752 - tun: bail out from tun_get_user() if the skb is empty
753 - packet: in packet_do_bind, test fanout with bind_lock held
754 - packet: only test po->has_vnet_hdr once in packet_snd
755 - net: Set sk_prot_creator when cloning sockets to the right proto
756 - tipc: use only positive error codes in messages
757 - Revert "bsg-lib: don't free job in bsg_prepare_job"
758 - locking/lockdep: Add nest_lock integrity test
759 - watchdog: kempld: fix gcc-4.3 build
760 - irqchip/crossbar: Fix incorrect type of local variables
761 - mac80211_hwsim: check HWSIM_ATTR_RADIO_NAME length
762 - mac80211: fix power saving clients handling in iwlwifi
763 - net/mlx4_en: fix overflow in mlx4_en_init_timestamp()
764 - netfilter: nf_ct_expect: Change __nf_ct_expect_check() return value.
765 - iio: adc: xilinx: Fix error handling
766 - Btrfs: send, fix failure to rename top level inode due to name collision
767 - f2fs: do not wait for writeback in write_begin
768 - md/linear: shutup lockdep warnning
769 - sparc64: Migrate hvcons irq to panicked cpu
770 - net/mlx4_core: Fix VF overwrite of module param which disables DMFS on new
771 probed PFs
772 - crypto: xts - Add ECB dependency
773 - ocfs2/dlmglue: prepare tracking logic to avoid recursive cluster lock
774 - slub: do not merge cache if slub_debug contains a never-merge flag
775 - scsi: scsi_dh_emc: return success in clariion_std_inquiry()
776 - net: mvpp2: release reference to txq_cpu[] entry after unmapping
777 - i2c: at91: ensure state is restored after suspending
778 - ceph: clean up unsafe d_parent accesses in build_dentry_path
779 - uapi: fix linux/rds.h userspace compilation errors
780 - uapi: fix linux/mroute6.h userspace compilation errors
781 - target/iscsi: Fix unsolicited data seq_end_offset calculation
782 - nfsd/callback: Cleanup callback cred on shutdown
783 - cpufreq: CPPC: add ACPI_PROCESSOR dependency
784 - Revert "tty: goldfish: Fix a parameter of a call to free_irq"
785 - Linux 4.4.94
786
787 [ Ubuntu: 4.4.0-99.122 ]
788
789 * linux: 4.4.0-99.122 -proposed tracker (LP: #1728945)
790 * Remove vmbus-rdma driver from Xenial kernel (LP: #1721538)
791 - SAUCE: remove hv_network_direct driver
792 - [Config]: Remove hv_network_direct driver
793 * usb 3-1: 2:1: cannot get freq at ep 0x1 (LP: #1708499)
794 - ALSA: usb-audio: Add sample rate quirk for Plantronics C310/C520-M
795 * Plantronics Blackwire C520-M - Cannot get freq at ep 0x1, 0x81
796 (LP: #1709282)
797 - ALSA: usb-audio: Add sample rate quirk for Plantronics C310/C520-M
798 * wait-for-root fails to detect nbd root (LP: #696435)
799 - nbd: Create size change events for userspace
800 * Fix OpenNSL GPL bugs found by CoverityScan static analysis (LP: #1718388)
801 - SAUCE: opennsl: bcm-knet: check for null sinfo to avoid a null pointer
802 dereference
803 - SAUCE: opennsl: bcm-knet: remove redundant null checks on dev->name
804 - SAUCE: opennsl: bde: check for out-of-bounds index io.dev
805 * HID: multitouch: Correct ALPS PTP Stick and Touchpad devices ID
806 (LP: #1722719)
807 - Revert "HID: multitouch: Support ALPS PTP stick with pid 0x120A"
808 * Xenial update to 4.4.93 stable release (LP: #1724836)
809 - brcmfmac: add length check in brcmf_cfg80211_escan_handler()
810 - ext4: in ext4_seek_{hole,data}, return -ENXIO for negative offsets
811 - CIFS: Reconnect expired SMB sessions
812 - nl80211: Define policy for packet pattern attributes
813 - iwlwifi: mvm: use IWL_HCMD_NOCOPY for MCAST_FILTER_CMD
814 - rcu: Allow for page faults in NMI handlers
815 - USB: dummy-hcd: Fix deadlock caused by disconnect detection
816 - MIPS: math-emu: Remove pr_err() calls from fpu_emu()
817 - dmaengine: edma: Align the memcpy acnt array size with the transfer
818 - HID: usbhid: fix out-of-bounds bug
819 - crypto: shash - Fix zero-length shash ahash digest crash
820 - KVM: nVMX: fix guest CR4 loading when emulating L2 to L1 exit
821 - usb: renesas_usbhs: Fix DMAC sequence for receiving zero-length packet
822 - iommu/amd: Finish TLB flush in amd_iommu_unmap()
823 - ALSA: usb-audio: Kill stray URB at exiting
824 - ALSA: seq: Fix use-after-free at creating a port
825 - ALSA: seq: Fix copy_from_user() call inside lock
826 - ALSA: caiaq: Fix stray URB at probe error path
827 - ALSA: line6: Fix leftover URB at error-path during probe
828 - usb: gadget: composite: Fix use-after-free in
829 usb_composite_overwrite_options
830 - direct-io: Prevent NULL pointer access in submit_page_section
831 - fix unbalanced page refcounting in bio_map_user_iov
832 - USB: serial: ftdi_sio: add id for Cypress WICED dev board
833 - USB: serial: cp210x: add support for ELV TFD500
834 - USB: serial: option: add support for TP-Link LTE module
835 - Revert "UBUNTU: SAUCE: USB: serial: qcserial: add Dell DW5818, DW5819"
836 - USB: serial: qcserial: add Dell DW5818, DW5819
837 - USB: serial: console: fix use-after-free after failed setup
838 - x86/alternatives: Fix alt_max_short macro to really be a max()
839 - Linux 4.4.93
840 * NULL pointer dereference in tty_write() in kernel 4.4.0-93.116+
841 (LP: #1721065)
842 - tty: Prepare for destroying line discipline on hangup
843 * Xenial update to 4.4.92 stable release (LP: #1724783)
844 - usb: gadget: inode.c: fix unbalanced spin_lock in ep0_write
845 - USB: gadgetfs: Fix crash caused by inadequate synchronization
846 - USB: gadgetfs: fix copy_to_user while holding spinlock
847 - usb: gadget: udc: atmel: set vbus irqflags explicitly
848 - usb-storage: unusual_devs entry to fix write-access regression for Seagate
849 external drives
850 - usb: renesas_usbhs: fix the BCLR setting condition for non-DCP pipe
851 - usb: renesas_usbhs: fix usbhsf_fifo_clear() for RX direction
852 - ALSA: usb-audio: Check out-of-bounds access by corrupted buffer descriptor
853 - usb: pci-quirks.c: Corrected timeout values used in handshake
854 - USB: dummy-hcd: fix connection failures (wrong speed)
855 - USB: dummy-hcd: fix infinite-loop resubmission bug
856 - USB: dummy-hcd: Fix erroneous synchronization change
857 - USB: devio: Don't corrupt user memory
858 - usb: gadget: mass_storage: set msg_registered after msg registered
859 - USB: g_mass_storage: Fix deadlock when driver is unbound
860 - lsm: fix smack_inode_removexattr and xattr_getsecurity memleak
861 - ALSA: compress: Remove unused variable
862 - ALSA: usx2y: Suppress kernel warning at page allocation failures
863 - driver core: platform: Don't read past the end of "driver_override" buffer
864 - Drivers: hv: fcopy: restore correct transfer length
865 - stm class: Fix a use-after-free
866 - ftrace: Fix kmemleak in unregister_ftrace_graph
867 - HID: i2c-hid: allocate hid buffers for real worst case
868 - iwlwifi: add workaround to disable wide channels in 5GHz
869 - scsi: sd: Do not override max_sectors_kb sysfs setting
870 - USB: uas: fix bug in handling of alternate settings
871 - USB: core: harden cdc_parse_cdc_header
872 - usb: Increase quirk delay for USB devices
873 - USB: fix out-of-bounds in usb_set_configuration
874 - xhci: fix finding correct bus_state structure for USB 3.1 hosts
875 - iio: adc: twl4030: Fix an error handling path in 'twl4030_madc_probe()'
876 - iio: adc: twl4030: Disable the vusb3v1 rugulator in the error handling path
877 of 'twl4030_madc_probe()'
878 - iio: ad_sigma_delta: Implement a dedicated reset function
879 - staging: iio: ad7192: Fix - use the dedicated reset function avoiding dma
880 from stack.
881 - iio: core: Return error for failed read_reg
882 - iio: ad7793: Fix the serial interface reset
883 - iio: adc: mcp320x: Fix readout of negative voltages
884 - iio: adc: mcp320x: Fix oops on module unload
885 - uwb: properly check kthread_run return value
886 - uwb: ensure that endpoint is interrupt
887 - brcmfmac: setup passive scan if requested by user-space
888 - drm/i915/bios: ignore HDMI on port A
889 - sched/cpuset/pm: Fix cpuset vs. suspend-resume bugs
890 - ext4: fix data corruption for mmap writes
891 - ext4: Don't clear SGID when inheriting ACLs
892 - ext4: don't allow encrypted operations without keys
893 - Linux 4.4.92
894 * Xenial update to 4.4.91 stable release (LP: #1724772)
895 - drm_fourcc: Fix DRM_FORMAT_MOD_LINEAR #define
896 - drm: bridge: add DT bindings for TI ths8135
897 - GFS2: Fix reference to ERR_PTR in gfs2_glock_iter_next
898 - RDS: RDMA: Fix the composite message user notification
899 - ARM: dts: r8a7790: Use R-Car Gen 2 fallback binding for msiof nodes
900 - MIPS: Ensure bss section ends on a long-aligned address
901 - MIPS: ralink: Fix incorrect assignment on ralink_soc
902 - igb: re-assign hw address pointer on reset after PCI error
903 - extcon: axp288: Use vbus-valid instead of -present to determine cable
904 presence
905 - sh_eth: use correct name for ECMR_MPDE bit
906 - hwmon: (gl520sm) Fix overflows and crash seen when writing into limit
907 attributes
908 - iio: adc: axp288: Drop bogus AXP288_ADC_TS_PIN_CTRL register modifications
909 - iio: adc: hx711: Add DT binding for avia,hx711
910 - ARM: 8635/1: nommu: allow enabling REMAP_VECTORS_TO_RAM
911 - tty: goldfish: Fix a parameter of a call to free_irq
912 - IB/ipoib: Fix deadlock over vlan_mutex
913 - IB/ipoib: rtnl_unlock can not come after free_netdev
914 - IB/ipoib: Replace list_del of the neigh->list with list_del_init
915 - drm/amdkfd: fix improper return value on error
916 - USB: serial: mos7720: fix control-message error handling
917 - USB: serial: mos7840: fix control-message error handling
918 - partitions/efi: Fix integer overflow in GPT size calculation
919 - ASoC: dapm: handle probe deferrals
920 - audit: log 32-bit socketcalls
921 - usb: chipidea: vbus event may exist before starting gadget
922 - ASoC: dapm: fix some pointer error handling
923 - MIPS: Lantiq: Fix another request_mem_region() return code check
924 - net: core: Prevent from dereferencing null pointer when releasing SKB
925 - net/packet: check length in getsockopt() called with PACKET_HDRLEN
926 - team: fix memory leaks
927 - usb: plusb: Add support for PL-27A1
928 - mmc: sdio: fix alignment issue in struct sdio_func
929 - bridge: netlink: register netdevice before executing changelink
930 - netfilter: invoke synchronize_rcu after set the _hook_ to NULL
931 - MIPS: IRQ Stack: Unwind IRQ stack onto task stack
932 - exynos-gsc: Do not swap cb/cr for semi planar formats
933 - netfilter: nfnl_cthelper: fix incorrect helper->expect_class_max
934 - parisc: perf: Fix potential NULL pointer dereference
935 - iommu/io-pgtable-arm: Check for leaf entry before dereferencing it
936 - rds: ib: add error handle
937 - md/raid10: submit bio directly to replacement disk
938 - i2c: meson: fix wrong variable usage in meson_i2c_put_data
939 - xfs: remove kmem_zalloc_greedy
940 - libata: transport: Remove circular dependency at free time
941 - drivers: firmware: psci: drop duplicate const from psci_of_match
942 - IB/qib: fix false-postive maybe-uninitialized warning
943 - ARM: remove duplicate 'const' annotations'
944 - ALSA: au88x0: avoid theoretical uninitialized access
945 - ttpci: address stringop overflow warning
946 - Linux 4.4.91
947
948 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Thu, 02 Nov 2017 15:14:16 -0200
949
950 linux-snapdragon (4.4.0-1078.83) xenial; urgency=low
951
952 * linux-snapdragon: 4.4.0-1078.83 -proposed tracker (LP: #1722304)
953
954 [ Ubuntu: 4.4.0-98.121 ]
955
956 * linux: 4.4.0-98.121 -proposed tracker (LP: #1722299)
957 * Controller lockup detected on ProLiant DL380 Gen9 with P440 Controller
958 (LP: #1720359)
959 - scsi: hpsa: limit transfer length to 1MB
960 * [Dell Docking IE][0bda:8153] Realtek USB Ethernet leads to system hang
961 (LP: #1720977)
962 - r8152: fix the list rx_done may be used without initialization
963 * Add installer support for Broadcom BCM573xx network drivers. (LP: #1720466)
964 - d-i: Add bnxt_en to nic-modules.
965 * snapcraft.yaml: add dpkg-dev to the build deps (LP: #1718886)
966 - snapcraft.yaml: add dpkg-dev to the build deps
967 * Support setting I2C_TIMEOUT via ioctl for i2c-designware (LP: #1718578)
968 - i2c: designware: Use transfer timeout from ioctl I2C_TIMEOUT
969 * 5U84 - ses driver isn't binding right - cannot blink lights on 1 of the 2
970 5u84 (LP: #1693369)
971 - scsi_transport_sas: add function to get SAS endpoint address
972 - ses: fix discovery of SATA devices in SAS enclosures
973 - scsi: sas: provide stub implementation for scsi_is_sas_rphy
974 - scsi: ses: Fix SAS device detection in enclosure
975 * multipath -ll is not showing the disks which are actually multipath
976 (LP: #1718397)
977 - fs: aio: fix the increment of aio-nr and counting against aio-max-nr
978 * Support Dell Wireless DW5819/5818 WWAN devices (LP: #1721455)
979 - SAUCE: USB: serial: qcserial: add Dell DW5818, DW5819
980 * CVE-2017-10911
981 - xen-blkback: don't leak stack data via response ring
982 * implement 'complain mode' in seccomp for developer mode with snaps
983 (LP: #1567597)
984 - seccomp: Provide matching filter for introspection
985 - seccomp: Sysctl to display available actions
986 - seccomp: Operation for checking if an action is available
987 - seccomp: Sysctl to configure actions that are allowed to be logged
988 - seccomp: Selftest for detection of filter flag support
989 - seccomp: Action to log before allowing
990 * implement errno action logging in seccomp for strict mode with snaps
991 (LP: #1721676)
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: Filter flag to log all actions except SECCOMP_RET_ALLOW
998 * [Xenial] update OpenNSL kernel modules to 6.5.10 (LP: #1721511)
999 - SAUCE: update OpenNSL kernel modules to 6.5.10
1000 * Xenial update to 4.4.90 stable release (LP: #1721550)
1001 - cifs: release auth_key.response for reconnect.
1002 - mac80211: flush hw_roc_start work before cancelling the ROC
1003 - KVM: PPC: Book3S: Fix race and leak in kvm_vm_ioctl_create_spapr_tce()
1004 - tracing: Fix trace_pipe behavior for instance traces
1005 - tracing: Erase irqsoff trace with empty write
1006 - md/raid5: fix a race condition in stripe batch
1007 - md/raid5: preserve STRIPE_ON_UNPLUG_LIST in break_stripe_batch_list
1008 - scsi: scsi_transport_iscsi: fix the issue that iscsi_if_rx doesn't parse
1009 nlmsg properly
1010 - crypto: talitos - Don't provide setkey for non hmac hashing algs.
1011 - crypto: talitos - fix sha224
1012 - KEYS: fix writing past end of user-supplied buffer in keyring_read()
1013 - KEYS: prevent creating a different user's keyrings
1014 - KEYS: prevent KEYCTL_READ on negative key
1015 - powerpc/pseries: Fix parent_dn reference leak in add_dt_node()
1016 - Fix SMB3.1.1 guest authentication to Samba
1017 - SMB: Validate negotiate (to protect against downgrade) even if signing off
1018 - SMB3: Don't ignore O_SYNC/O_DSYNC and O_DIRECT flags
1019 - vfs: Return -ENXIO for negative SEEK_HOLE / SEEK_DATA offsets
1020 - nl80211: check for the required netlink attributes presence
1021 - bsg-lib: don't free job in bsg_prepare_job
1022 - seccomp: fix the usage of get/put_seccomp_filter() in seccomp_get_filter()
1023 - arm64: Make sure SPsel is always set
1024 - arm64: fault: Route pte translation faults via do_translation_fault
1025 - KVM: VMX: Do not BUG() on out-of-bounds guest IRQ
1026 - kvm: nVMX: Don't allow L2 to access the hardware CR8
1027 - PCI: Fix race condition with driver_override
1028 - btrfs: fix NULL pointer dereference from free_reloc_roots()
1029 - btrfs: propagate error to btrfs_cmp_data_prepare caller
1030 - btrfs: prevent to set invalid default subvolid
1031 - x86/fpu: Don't let userspace set bogus xcomp_bv
1032 - gfs2: Fix debugfs glocks dump
1033 - timer/sysclt: Restrict timer migration sysctl values to 0 and 1
1034 - KVM: VMX: do not change SN bit in vmx_update_pi_irte()
1035 - KVM: VMX: remove WARN_ON_ONCE in kvm_vcpu_trigger_posted_interrupt
1036 - cxl: Fix driver use count
1037 - dmaengine: mmp-pdma: add number of requestors
1038 - ARM: pxa: add the number of DMA requestor lines
1039 - ARM: pxa: fix the number of DMA requestor lines
1040 - KVM: VMX: use cmpxchg64
1041 - video: fbdev: aty: do not leak uninitialized padding in clk to userspace
1042 - swiotlb-xen: implement xen_swiotlb_dma_mmap callback
1043 - fix xen_swiotlb_dma_mmap prototype
1044 - Linux 4.4.90
1045 * Xenial update to 4.4.89 stable release (LP: #1721477)
1046 - ipv6: accept 64k - 1 packet length in ip6_find_1stfragopt()
1047 - ipv6: add rcu grace period before freeing fib6_node
1048 - ipv6: fix sparse warning on rt6i_node
1049 - qlge: avoid memcpy buffer overflow
1050 - Revert "net: phy: Correctly process PHY_HALTED in phy_stop_machine()"
1051 - Revert "net: use lib/percpu_counter API for fragmentation mem accounting"
1052 - Revert "net: fix percpu memory leaks"
1053 - gianfar: Fix Tx flow control deactivation
1054 - ipv6: fix memory leak with multiple tables during netns destruction
1055 - ipv6: fix typo in fib6_net_exit()
1056 - f2fs: check hot_data for roll-forward recovery
1057 - x86/fsgsbase/64: Report FSBASE and GSBASE correctly in core dumps
1058 - md/raid5: release/flush io in raid5_do_work()
1059 - nfsd: Fix general protection fault in release_lock_stateid()
1060 - mm: prevent double decrease of nr_reserved_highatomic
1061 - tty: improve tty_insert_flip_char() fast path
1062 - tty: improve tty_insert_flip_char() slow path
1063 - tty: fix __tty_insert_flip_char regression
1064 - Input: i8042 - add Gigabyte P57 to the keyboard reset table
1065 - MIPS: math-emu: <MAX|MAXA|MIN|MINA>.<D|S>: Fix quiet NaN propagation
1066 - MIPS: math-emu: <MAX|MAXA|MIN|MINA>.<D|S>: Fix cases of both inputs zero
1067 - MIPS: math-emu: <MAX|MIN>.<D|S>: Fix cases of both inputs negative
1068 - MIPS: math-emu: <MAXA|MINA>.<D|S>: Fix cases of input values with opposite
1069 signs
1070 - MIPS: math-emu: <MAXA|MINA>.<D|S>: Fix cases of both infinite inputs
1071 - MIPS: math-emu: MINA.<D|S>: Fix some cases of infinity and zero inputs
1072 - crypto: AF_ALG - remove SGL terminator indicator when chaining
1073 - ext4: fix incorrect quotaoff if the quota feature is enabled
1074 - ext4: fix quota inconsistency during orphan cleanup for read-only mounts
1075 - powerpc: Fix DAR reporting when alignment handler faults
1076 - block: Relax a check in blk_start_queue()
1077 - md/bitmap: disable bitmap_resize for file-backed bitmaps.
1078 - skd: Avoid that module unloading triggers a use-after-free
1079 - skd: Submit requests to firmware before triggering the doorbell
1080 - scsi: zfcp: fix queuecommand for scsi_eh commands when DIX enabled
1081 - scsi: zfcp: add handling for FCP_RESID_OVER to the fcp ingress path
1082 - scsi: zfcp: fix capping of unsuccessful GPN_FT SAN response trace records
1083 - scsi: zfcp: fix passing fsf_req to SCSI trace on TMF to correlate with HBA
1084 - scsi: zfcp: fix missing trace records for early returns in TMF eh handlers
1085 - scsi: zfcp: fix payload with full FCP_RSP IU in SCSI trace records
1086 - scsi: zfcp: trace HBA FSF response by default on dismiss or timedout late
1087 response
1088 - scsi: zfcp: trace high part of "new" 64 bit SCSI LUN
1089 - scsi: megaraid_sas: Check valid aen class range to avoid kernel panic
1090 - scsi: megaraid_sas: Return pended IOCTLs with cmd_status
1091 MFI_STAT_WRONG_STATE in case adapter is dead
1092 - scsi: storvsc: fix memory leak on ring buffer busy
1093 - scsi: sg: remove 'save_scat_len'
1094 - scsi: sg: use standard lists for sg_requests
1095 - scsi: sg: off by one in sg_ioctl()
1096 - scsi: sg: factor out sg_fill_request_table()
1097 - scsi: sg: fixup infoleak when using SG_GET_REQUEST_TABLE
1098 - scsi: qla2xxx: Fix an integer overflow in sysfs code
1099 - ftrace: Fix selftest goto location on error
1100 - tracing: Apply trace_clock changes to instance max buffer
1101 - ARC: Re-enable MMU upon Machine Check exception
1102 - PCI: shpchp: Enable bridge bus mastering if MSI is enabled
1103 - media: v4l2-compat-ioctl32: Fix timespec conversion
1104 - media: uvcvideo: Prevent heap overflow when accessing mapped controls
1105 - bcache: initialize dirty stripes in flash_dev_run()
1106 - bcache: Fix leak of bdev reference
1107 - bcache: do not subtract sectors_to_gc for bypassed IO
1108 - bcache: correct cache_dirty_target in __update_writeback_rate()
1109 - bcache: Correct return value for sysfs attach errors
1110 - bcache: fix for gc and write-back race
1111 - bcache: fix bch_hprint crash and improve output
1112 - ftrace: Fix memleak when unregistering dynamic ops when tracing disabled
1113 - Linux 4.4.89
1114 * ETPS/2 Elantech Touchpad inconsistently detected (Gigabyte P57W laptop)
1115 (LP: #1594214)
1116 - Input: i8042 - add Gigabyte P57 to the keyboard reset table
1117 * Xenial update to 4.4.88 stable release (LP: #1718195)
1118 - usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard
1119 - USB: serial: option: add support for D-Link DWM-157 C1
1120 - usb: Add device quirk for Logitech HD Pro Webcam C920-C
1121 - usb:xhci:Fix regression when ATI chipsets detected
1122 - USB: core: Avoid race of async_completed() w/ usbdev_release()
1123 - staging/rts5208: fix incorrect shift to extract upper nybble
1124 - driver core: bus: Fix a potential double free
1125 - intel_th: pci: Add Cannon Lake PCH-H support
1126 - intel_th: pci: Add Cannon Lake PCH-LP support
1127 - ath10k: fix memory leak in rx ring buffer allocation
1128 - rtlwifi: rtl_pci_probe: Fix fail path of _rtl_pci_find_adapter
1129 - Bluetooth: Add support of 13d3:3494 RTL8723BE device
1130 - dlm: avoid double-free on error path in dlm_device_{register,unregister}
1131 - mwifiex: correct channel stat buffer overflows
1132 - drm/nouveau/pci/msi: disable MSI on big-endian platforms by default
1133 - workqueue: Fix flag collision
1134 - cs5536: add support for IDE controller variant
1135 - scsi: sg: protect against races between mmap() and SG_SET_RESERVED_SIZE
1136 - scsi: sg: recheck MMAP_IO request length with lock held
1137 - drm: adv7511: really enable interrupts for EDID detection
1138 - drm/bridge: adv7511: Fix mutex deadlock when interrupts are disabled
1139 - drm/bridge: adv7511: Use work_struct to defer hotplug handing to out of irq
1140 context
1141 - drm/bridge: adv7511: Switch to using drm_kms_helper_hotplug_event()
1142 - drm/bridge: adv7511: Re-write the i2c address before EDID probing
1143 - btrfs: resume qgroup rescan on rw remount
1144 - locktorture: Fix potential memory leak with rw lock test
1145 - ALSA: msnd: Optimize / harden DSP and MIDI loops
1146 - ARM: 8692/1: mm: abort uaccess retries upon fatal signal
1147 - NFS: Fix 2 use after free issues in the I/O code
1148 - xfs: XFS_IS_REALTIME_INODE() should be false if no rt device present
1149 - Linux 4.4.88
1150 * Kernel has troule recognizing Corsair Strafe RGB keyboard (LP: #1678477)
1151 - usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard
1152
1153 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Wed, 11 Oct 2017 14:49:04 -0300
1154
1155 linux-snapdragon (4.4.0-1077.82) xenial; urgency=low
1156
1157 * linux-snapdragon: 4.4.0-1077.82 -proposed tracker (LP: #1718154)
1158
1159 [ Ubuntu: 4.4.0-97.120 ]
1160
1161 * linux: 4.4.0-97.120 -proposed tracker (LP: #1718149)
1162 * blk-mq: possible deadlock on CPU hot(un)plug (LP: #1670634)
1163 - [Config] s390x -- disable CONFIG_{DM, SCSI}_MQ_DEFAULT
1164 * Xenial update to 4.4.87 stable release (LP: #1715678)
1165 - irqchip: mips-gic: SYNC after enabling GIC region
1166 - i2c: ismt: Don't duplicate the receive length for block reads
1167 - i2c: ismt: Return EMSGSIZE for block reads with bogus length
1168 - ceph: fix readpage from fscache
1169 - cpumask: fix spurious cpumask_of_node() on non-NUMA multi-node configs
1170 - cpuset: Fix incorrect memory_pressure control file mapping
1171 - alpha: uapi: Add support for __SANE_USERSPACE_TYPES__
1172 - CIFS: remove endian related sparse warning
1173 - wl1251: add a missing spin_lock_init()
1174 - xfrm: policy: check policy direction value
1175 - drm/ttm: Fix accounting error when fail to get pages for pool
1176 - kvm: arm/arm64: Fix race in resetting stage2 PGD
1177 - kvm: arm/arm64: Force reading uncached stage2 PGD
1178 - epoll: fix race between ep_poll_callback(POLLFREE) and ep_free()/ep_remove()
1179 - crypto: algif_skcipher - only call put_page on referenced and used pages
1180 - Linux 4.4.87
1181 * Xenial update to 4.4.86 stable release (LP: #1715430)
1182 - scsi: isci: avoid array subscript warning
1183 - ALSA: au88x0: Fix zero clear of stream->resources
1184 - btrfs: remove duplicate const specifier
1185 - i2c: jz4780: drop superfluous init
1186 - gcov: add support for gcc version >= 6
1187 - gcov: support GCC 7.1
1188 - lightnvm: initialize ppa_addr in dev_to_generic_addr()
1189 - p54: memset(0) whole array
1190 - lpfc: Fix Device discovery failures during switch reboot test.
1191 - arm64: mm: abort uaccess retries upon fatal signal
1192 - x86/io: Add "memory" clobber to insb/insw/insl/outsb/outsw/outsl
1193 - arm64: fpsimd: Prevent registers leaking across exec
1194 - scsi: sg: protect accesses to 'reserved' page array
1195 - scsi: sg: reset 'res_in_use' after unlinking reserved array
1196 - drm/i915: fix compiler warning in drivers/gpu/drm/i915/intel_uncore.c
1197 - Linux 4.4.86
1198 * Xenial update to 4.4.85 stable release (LP: #1714298)
1199 - af_key: do not use GFP_KERNEL in atomic contexts
1200 - dccp: purge write queue in dccp_destroy_sock()
1201 - dccp: defer ccid_hc_tx_delete() at dismantle time
1202 - ipv4: fix NULL dereference in free_fib_info_rcu()
1203 - net_sched/sfq: update hierarchical backlog when drop packet
1204 - ipv4: better IP_MAX_MTU enforcement
1205 - sctp: fully initialize the IPv6 address in sctp_v6_to_addr()
1206 - tipc: fix use-after-free
1207 - ipv6: reset fn->rr_ptr when replacing route
1208 - ipv6: repair fib6 tree in failure case
1209 - tcp: when rearming RTO, if RTO time is in past then fire RTO ASAP
1210 - irda: do not leak initialized list.dev to userspace
1211 - net: sched: fix NULL pointer dereference when action calls some targets
1212 - net_sched: fix order of queue length updates in qdisc_replace()
1213 - mei: me: add broxton pci device ids
1214 - mei: me: add lewisburg device ids
1215 - Input: trackpoint - add new trackpoint firmware ID
1216 - Input: elan_i2c - add ELAN0602 ACPI ID to support Lenovo Yoga310
1217 - ALSA: core: Fix unexpected error at replacing user TLV
1218 - ALSA: hda - Add stereo mic quirk for Lenovo G50-70 (17aa:3978)
1219 - ARCv2: PAE40: Explicitly set MSB counterpart of SLC region ops addresses
1220 - i2c: designware: Fix system suspend
1221 - drm: Release driver tracking before making the object available again
1222 - drm/atomic: If the atomic check fails, return its value first
1223 - drm: rcar-du: lvds: Fix PLL frequency-related configuration
1224 - drm: rcar-du: lvds: Rename PLLEN bit to PLLON
1225 - drm: rcar-du: Fix crash in encoder failure error path
1226 - drm: rcar-du: Fix display timing controller parameter
1227 - drm: rcar-du: Fix H/V sync signal polarity configuration
1228 - tracing: Fix freeing of filter in create_filter() when set_str is false
1229 - cifs: Fix df output for users with quota limits
1230 - cifs: return ENAMETOOLONG for overlong names in cifs_open()/cifs_lookup()
1231 - nfsd: Limit end of page list when decoding NFSv4 WRITE
1232 - perf/core: Fix group {cpu,task} validation
1233 - Bluetooth: hidp: fix possible might sleep error in hidp_session_thread
1234 - Bluetooth: cmtp: fix possible might sleep error in cmtp_session
1235 - Bluetooth: bnep: fix possible might sleep error in bnep_session
1236 - binder: use group leader instead of open thread
1237 - binder: Use wake up hint for synchronous transactions.
1238 - ANDROID: binder: fix proc->tsk check.
1239 - iio: imu: adis16480: Fix acceleration scale factor for adis16480
1240 - iio: hid-sensor-trigger: Fix the race with user space powering up sensors
1241 - staging: rtl8188eu: add RNX-N150NUB support
1242 - ASoC: simple-card: don't fail if sysclk setting is not supported
1243 - ASoC: rsnd: disable SRC.out only when stop timing
1244 - ASoC: rsnd: avoid pointless loop in rsnd_mod_interrupt()
1245 - ASoC: rsnd: Add missing initialization of ADG req_rate
1246 - ASoC: rsnd: ssi: 24bit data needs right-aligned settings
1247 - ASoC: rsnd: don't call update callback if it was NULL
1248 - ntb_transport: fix qp count bug
1249 - ntb_transport: fix bug calculating num_qps_mw
1250 - ACPI: ioapic: Clear on-stack resource before using it
1251 - ACPI / APEI: Add missing synchronize_rcu() on NOTIFY_SCI removal
1252 - Linux 4.4.85
1253 * Xenial update to 4.4.84 stable release (LP: #1713729)
1254 - audit: Fix use after free in audit_remove_watch_rule()
1255 - parisc: pci memory bar assignment fails with 64bit kernels on dino/cujo
1256 - crypto: x86/sha1 - Fix reads beyond the number of blocks passed
1257 - Input: elan_i2c - Add antoher Lenovo ACPI ID for upcoming Lenovo NB
1258 - ALSA: seq: 2nd attempt at fixing race creating a queue
1259 - Revert "UBUNTU: SAUCE: (no-up) ALSA: usb-audio: Add quirk for sennheiser
1260 officerunner"
1261 - ALSA: usb-audio: Apply sample rate quirk to Sennheiser headset
1262 - ALSA: usb-audio: Add mute TLV for playback volumes on C-Media devices
1263 - mm/mempolicy: fix use after free when calling get_mempolicy
1264 - xen: fix bio vec merging
1265 - x86/asm/64: Clear AC on NMI entries
1266 - irqchip/atmel-aic: Fix unbalanced of_node_put() in aic_common_irq_fixup()
1267 - irqchip/atmel-aic: Fix unbalanced refcount in aic_common_rtc_irq_fixup()
1268 - Sanitize 'move_pages()' permission checks
1269 - pids: make task_tgid_nr_ns() safe
1270 - perf/x86: Fix LBR related crashes on Intel Atom
1271 - usb: optimize acpi companion search for usb port devices
1272 - usb: qmi_wwan: add D-Link DWM-222 device ID
1273 - Linux 4.4.84
1274 * Intel i40e PF reset due to incorrect MDD detection (LP: #1713553)
1275 - i40e: Limit TX descriptor count in cases where frag size is greater than 16K
1276 * Neighbour confirmation broken, breaks ARP cache aging (LP: #1715812)
1277 - sock: add sk_dst_pending_confirm flag
1278 - net: add dst_pending_confirm flag to skbuff
1279 - sctp: add dst_pending_confirm flag
1280 - tcp: replace dst_confirm with sk_dst_confirm
1281 - net: add confirm_neigh method to dst_ops
1282 - net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TP
1283 - net: pending_confirm is not used anymore
1284 * CVE-2017-14106
1285 - tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0
1286 * [CIFS] Fix maximum SMB2 header size (LP: #1713884)
1287 - CIFS: Fix maximum SMB2 header size
1288 * Middle button of trackpoint doesn't work (LP: #1715271)
1289 - Input: trackpoint - assume 3 buttons when buttons detection fails
1290 * kernel BUG at /build/linux-lts-xenial-_hWfOZ/linux-lts-
1291 xenial-4.4.0/security/apparmor/include/context.h:69! (LP: #1626984)
1292 - SAUCE: fix oops when disabled and module parameters, are accessed
1293 * Touchpad not detected (LP: #1708852)
1294 - Input: elan_i2c - add ELAN0608 to the ACPI table
1295
1296 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Wed, 20 Sep 2017 10:11:15 +0200
1297
1298 linux-snapdragon (4.4.0-1076.81) xenial; urgency=low
1299
1300 * linux-snapdragon: 4.4.0-1076.81 -proposed tracker (LP: #1716619)
1301
1302 [ Ubuntu: 4.4.0-96.119 ]
1303
1304 * linux: 4.4.0-96.119 -proposed tracker (LP: #1716613)
1305 * kernel panic -not syncing: Fatal exception: panic_on_oops (LP: #1708399)
1306 - s390/mm: no local TLB flush for clearing-by-ASCE IDTE
1307 - SAUCE: s390/mm: fix local TLB flushing vs. detach of an mm address space
1308 - SAUCE: s390/mm: fix race on mm->context.flush_mm
1309 * CVE-2017-1000251
1310 - Bluetooth: Properly check L2CAP config option output buffer length
1311
1312 -- Stefan Bader <stefan.bader@canonical.com> Tue, 12 Sep 2017 18:17:43 +0200
1313
1314 linux-snapdragon (4.4.0-1075.80) xenial; urgency=low
1315
1316 * linux-snapdragon: 4.4.0-1075.80 -proposed tracker (LP: #1715654)
1317
1318 [ Ubuntu: 4.4.0-95.118 ]
1319
1320 * linux: 4.4.0-95.118 -proposed tracker (LP: #1715651)
1321 * Xenial update to 4.4.78 stable release broke Address Sanitizer
1322 (LP: #1715636)
1323 - mm: revert x86_64 and arm64 ELF_ET_DYN_BASE base changes
1324
1325 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Fri, 08 Sep 2017 10:35:29 +0200
1326
1327 linux-snapdragon (4.4.0-1074.79) xenial; urgency=low
1328
1329 * linux-snapdragon: 4.4.0-1074.79 -proposed tracker (LP: #1713465)
1330
1331 * Include Broadcom GPL modules in Xenial Kernel (LP: #1665783)
1332 - [config] update config for master changes
1333
1334 * Backport more recent Broadcom bnxt_en driver (LP: #1711056)
1335 - [config] update config for master changes
1336
1337 [ Ubuntu: 4.4.0-94.117 ]
1338
1339 * linux: 4.4.0-94.117 -proposed tracker (LP: #1713462)
1340 * mwifiex causes kernel oops when AP mode is enabled (LP: #1712746)
1341 - SAUCE: net/wireless: do not dereference invalid pointer
1342 - SAUCE: mwifiex: do not dereference invalid pointer
1343 * Backport more recent Broadcom bnxt_en driver (LP: #1711056)
1344 - SAUCE: bnxt_en_bpo: Import bnxt_en driver version 1.8.1
1345 - SAUCE: bnxt_en_bpo: Drop distro out-of-tree detection logic
1346 - SAUCE: bnxt_en_bpo: Remove unnecessary compile flags
1347 - SAUCE: bnxt_en_bpo: Move config settings to Kconfig
1348 - SAUCE: bnxt_en_bpo: Remove PCI_IDs handled by the regular driver
1349 - SAUCE: bnxt_en_bpo: Rename the backport driver to bnxt_en_bpo
1350 - bnxt_en_bpo: [Config] Enable CONFIG_BNXT_BPO=m
1351 * HID: multitouch: Support ALPS PTP Stick and Touchpad devices (LP: #1712481)
1352 - HID: multitouch: Support PTP Stick and Touchpad device
1353 - SAUCE: HID: multitouch: Support ALPS PTP stick with pid 0x120A
1354 * igb: Support using Broadcom 54616 as PHY (LP: #1712024)
1355 - SAUCE: igb: add support for using Broadcom 54616 as PHY
1356 * IPR driver causes multipath to fail paths/stuck IO on Medium Errors
1357 (LP: #1682644)
1358 - scsi: ipr: do not set DID_PASSTHROUGH on CHECK CONDITION
1359 * accessing /dev/hvc1 with stress-ng on Ubuntu xenial causes crash
1360 (LP: #1711401)
1361 - tty/hvc: Use IRQF_SHARED for OPAL hvc consoles
1362 * memory-hotplug test needs to be fixed (LP: #1710868)
1363 - selftests: typo correction for memory-hotplug test
1364 - selftests: check hot-pluggagble memory for memory-hotplug test
1365 - selftests: check percentage range for memory-hotplug test
1366 - selftests: add missing test name in memory-hotplug test
1367 - selftests: fix memory-hotplug test
1368 * HP lt4132 LTE/HSPA+ 4G Module (03f0:a31d) does not work (LP: #1707643)
1369 - net: cdc_mbim: apply "NDP to end" quirk to HP lt4132
1370 * Migrating KSM page causes the VM lock up as the KSM page merging list is too
1371 large (LP: #1680513)
1372 - ksm: introduce ksm_max_page_sharing per page deduplication limit
1373 - ksm: fix use after free with merge_across_nodes = 0
1374 - ksm: cleanup stable_node chain collapse case
1375 - ksm: swap the two output parameters of chain/chain_prune
1376 - ksm: optimize refile of stable_node_dup at the head of the chain
1377 * sort ABI files with C.UTF-8 locale (LP: #1712345)
1378 - [Packaging] sort ABI files with C.UTF-8 locale
1379 * Include Broadcom GPL modules in Xenial Kernel (LP: #1665783)
1380 - [Config] OpenNSL Kconfig/Makefile
1381 - Import OpenNSL v3.1.0.17
1382 - [Config] CONFIG_OPENNSL=y for amd64
1383 - OpenNSL: Enable Kconfig and build
1384 - SAUCE: opennsl: add proper CFLAGS
1385 * Xenial update to 4.4.83 stable release (LP: #1711557)
1386 - cpuset: fix a deadlock due to incomplete patching of cpusets_enabled()
1387 - mm: ratelimit PFNs busy info message
1388 - iscsi-target: fix memory leak in iscsit_setup_text_cmd()
1389 - iscsi-target: Fix iscsi_np reset hung task during parallel delete
1390 - fuse: initialize the flock flag in fuse_file on allocation
1391 - nfs/flexfiles: fix leak of nfs4_ff_ds_version arrays
1392 - USB: serial: option: add D-Link DWM-222 device ID
1393 - USB: serial: cp210x: add support for Qivicon USB ZigBee dongle
1394 - USB: serial: pl2303: add new ATEN device id
1395 - usb: musb: fix tx fifo flush handling again
1396 - USB: hcd: Mark secondary HCD as dead if the primary one died
1397 - staging:iio:resolver:ad2s1210 fix negative IIO_ANGL_VEL read
1398 - iio: accel: bmc150: Always restore device to normal mode after suspend-
1399 resume
1400 - iio: light: tsl2563: use correct event code
1401 - uas: Add US_FL_IGNORE_RESIDUE for Initio Corporation INIC-3069
1402 - USB: Check for dropped connection before switching to full speed
1403 - usb: core: unlink urbs from the tail of the endpoint's urb_list
1404 - usb: quirks: Add no-lpm quirk for Moshi USB to Ethernet Adapter
1405 - usb:xhci:Add quirk for Certain failing HP keyboard on reset after resume
1406 - iio: adc: vf610_adc: Fix VALT selection value for REFSEL bits
1407 - pnfs/blocklayout: require 64-bit sector_t
1408 - pinctrl: sunxi: add a missing function of A10/A20 pinctrl driver
1409 - pinctrl: samsung: Remove bogus irq_[un]mask from resource management
1410 - Linux 4.4.83
1411 * Xenial update to 4.4.82 stable release (LP: #1711535)
1412 - tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction states
1413 - net: fix keepalive code vs TCP_FASTOPEN_CONNECT
1414 - bpf, s390: fix jit branch offset related to ldimm64
1415 - net: sched: set xt_tgchk_param par.nft_compat as 0 in ipt_init_target
1416 - tcp: fastopen: tcp_connect() must refresh the route
1417 - net: avoid skb_warn_bad_offload false positives on UFO
1418 - sparc64: Prevent perf from running during super critical sections
1419 - KVM: arm/arm64: Handle hva aging while destroying the vm
1420 - mm/mempool: avoid KASAN marking mempool poison checks as use-after-free
1421 - Linux 4.4.82
1422 * Xenial update to 4.4.81 stable release (LP: #1711526)
1423 - libata: array underflow in ata_find_dev()
1424 - workqueue: restore WQ_UNBOUND/max_active==1 to be ordered
1425 - ALSA: hda - Fix speaker output from VAIO VPCL14M1R
1426 - ASoC: do not close shared backend dailink
1427 - KVM: async_pf: make rcu irq exit if not triggered from idle task
1428 - mm/page_alloc: Remove kernel address exposure in free_reserved_area()
1429 - ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesize
1430 - ext4: fix overflow caused by missing cast in ext4_resize_fs()
1431 - ARM: dts: armada-38x: Fix irq type for pca955
1432 - media: platform: davinci: return -EINVAL for VPFE_CMD_S_CCDC_RAW_PARAMS
1433 ioctl
1434 - target: Avoid mappedlun symlink creation during lun shutdown
1435 - iscsi-target: Always wait for kthread_should_stop() before kthread exit
1436 - iscsi-target: Fix early sk_data_ready LOGIN_FLAGS_READY race
1437 - iscsi-target: Fix initial login PDU asynchronous socket close OOPs
1438 - iscsi-target: Fix delayed logout processing greater than
1439 SECONDS_FOR_LOGOUT_COMP
1440 - iser-target: Avoid isert_conn->cm_id dereference in isert_login_recv_done
1441 - mm, mprotect: flush TLB if potentially racing with a parallel reclaim
1442 leaving stale TLB entries
1443 - media: lirc: LIRC_GET_REC_RESOLUTION should return microseconds
1444 - f2fs: sanity check checkpoint segno and blkoff
1445 - drm: rcar-du: fix backport bug
1446 - saa7164: fix double fetch PCIe access condition
1447 - ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check()
1448 - net: Zero terminate ifr_name in dev_ifname().
1449 - ipv6: avoid overflow of offset in ip6_find_1stfragopt
1450 - ipv4: initialize fib_trie prior to register_netdev_notifier call.
1451 - rtnetlink: allocate more memory for dev_set_mac_address()
1452 - mcs7780: Fix initialization when CONFIG_VMAP_STACK is enabled
1453 - openvswitch: fix potential out of bound access in parse_ct
1454 - packet: fix use-after-free in prb_retire_rx_blk_timer_expired()
1455 - ipv6: Don't increase IPSTATS_MIB_FRAGFAILS twice in ip6_fragment()
1456 - net: ethernet: nb8800: Handle all 4 RGMII modes identically
1457 - dccp: fix a memleak that dccp_ipv6 doesn't put reqsk properly
1458 - dccp: fix a memleak that dccp_ipv4 doesn't put reqsk properly
1459 - dccp: fix a memleak for dccp_feat_init err process
1460 - sctp: don't dereference ptr before leaving _sctp_walk_{params, errors}()
1461 - sctp: fix the check for _sctp_walk_params and _sctp_walk_errors
1462 - net/mlx5: Fix command bad flow on command entry allocation failure
1463 - net: phy: Correctly process PHY_HALTED in phy_stop_machine()
1464 - net: phy: Fix PHY unbind crash
1465 - xen-netback: correctly schedule rate-limited queues
1466 - sparc64: Measure receiver forward progress to avoid send mondo timeout
1467 - wext: handle NULL extra data in iwe_stream_add_point better
1468 - sh_eth: R8A7740 supports packet shecksumming
1469 - net: phy: dp83867: fix irq generation
1470 - tg3: Fix race condition in tg3_get_stats64().
1471 - x86/boot: Add missing declaration of string functions
1472 - phy state machine: failsafe leave invalid RUNNING state
1473 - scsi: qla2xxx: Get mutex lock before checking optrom_state
1474 - drm/virtio: fix framebuffer sparse warning
1475 - virtio_blk: fix panic in initialization error path
1476 - ARM: 8632/1: ftrace: fix syscall name matching
1477 - mm, slab: make sure that KMALLOC_MAX_SIZE will fit into MAX_ORDER
1478 - lib/Kconfig.debug: fix frv build failure
1479 - signal: protect SIGNAL_UNKILLABLE from unintentional clearing.
1480 - mm: don't dereference struct page fields of invalid pages
1481 - workqueue: implicit ordered attribute should be overridable
1482 - Linux 4.4.81
1483 * Xenial update to 4.4.80 stable release (LP: #1710646)
1484 - af_key: Add lock to key dump
1485 - pstore: Make spinlock per zone instead of global
1486 - powerpc/pseries: Fix of_node_put() underflow during reconfig remove
1487 - crypto: authencesn - Fix digest_null crash
1488 - md/raid5: add thread_group worker async_tx_issue_pending_all
1489 - drm/vmwgfx: Fix gcc-7.1.1 warning
1490 - drm/nouveau/bar/gf100: fix access to upper half of BAR2
1491 - KVM: PPC: Book3S HV: Context-switch EBB registers properly
1492 - KVM: PPC: Book3S HV: Restore critical SPRs to host values on guest exit
1493 - KVM: PPC: Book3S HV: Reload HTM registers explicitly
1494 - KVM: PPC: Book3S HV: Save/restore host values of debug registers
1495 - Revert "powerpc/numa: Fix percpu allocations to be NUMA aware"
1496 - Staging: comedi: comedi_fops: Avoid orphaned proc entry
1497 - drm/rcar: Nuke preclose hook
1498 - drm: rcar-du: Perform initialization/cleanup at probe/remove time
1499 - drm: rcar-du: Simplify and fix probe error handling
1500 - perf intel-pt: Fix ip compression
1501 - perf intel-pt: Fix last_ip usage
1502 - perf intel-pt: Use FUP always when scanning for an IP
1503 - perf intel-pt: Ensure never to set 'last_ip' when packet 'count' is zero
1504 - xfs: don't BUG() on mixed direct and mapped I/O
1505 - nfc: fdp: fix NULL pointer dereference
1506 - net: phy: Do not perform software reset for Generic PHY
1507 - isdn: Fix a sleep-in-atomic bug
1508 - isdn/i4l: fix buffer overflow
1509 - ath10k: fix null deref on wmi-tlv when trying spectral scan
1510 - wil6210: fix deadlock when using fw_no_recovery option
1511 - mailbox: always wait in mbox_send_message for blocking Tx mode
1512 - mailbox: skip complete wait event if timer expired
1513 - mailbox: handle empty message in tx_tick
1514 - mpt3sas: Don't overreach ioc->reply_post[] during initialization
1515 - kaweth: fix firmware download
1516 - kaweth: fix oops upon failed memory allocation
1517 - sched/cgroup: Move sched_online_group() back into css_online() to fix crash
1518 - PM / Domains: defer dev_pm_domain_set() until genpd->attach_dev succeeds if
1519 present
1520 - RDMA/uverbs: Fix the check for port number
1521 - libnvdimm, btt: fix btt_rw_page not returning errors
1522 - ipmi/watchdog: fix watchdog timeout set on reboot
1523 - v4l: s5c73m3: fix negation operator
1524 - pstore: Allow prz to control need for locking
1525 - pstore: Correctly initialize spinlock and flags
1526 - pstore: Use dynamic spinlock initializer
1527 - net: skb_needs_check() accepts CHECKSUM_NONE for tx
1528 - sched/cputime: Fix prev steal time accouting during CPU hotplug
1529 - xen/blkback: don't free be structure too early
1530 - xen/blkback: don't use xen_blkif_get() in xen-blkback kthread
1531 - tpm: fix a kernel memory leak in tpm-sysfs.c
1532 - tpm: Replace device number bitmap with IDR
1533 - x86/mce/AMD: Make the init code more robust
1534 - r8169: add support for RTL8168 series add-on card.
1535 - ARM: dts: n900: Mark eMMC slot with no-sdio and no-sd flags
1536 - net/mlx4: Remove BUG_ON from ICM allocation routine
1537 - drm/msm: Ensure that the hardware write pointer is valid
1538 - drm/msm: Verify that MSM_SUBMIT_BO_FLAGS are set
1539 - vfio-pci: use 32-bit comparisons for register address for gcc-4.5
1540 - irqchip/keystone: Fix "scheduling while atomic" on rt
1541 - ASoC: tlv320aic3x: Mark the RESET register as volatile
1542 - spi: dw: Make debugfs name unique between instances
1543 - ASoC: nau8825: fix invalid configuration in Pre-Scalar of FLL
1544 - irqchip/mxs: Enable SKIP_SET_WAKE and MASK_ON_SUSPEND
1545 - openrisc: Add _text symbol to fix ksym build error
1546 - dmaengine: ioatdma: Add Skylake PCI Dev ID
1547 - dmaengine: ioatdma: workaround SKX ioatdma version
1548 - dmaengine: ti-dma-crossbar: Add some 'of_node_put()' in error path.
1549 - ARM64: zynqmp: Fix W=1 dtc 1.4 warnings
1550 - ARM64: zynqmp: Fix i2c node's compatible string
1551 - ARM: s3c2410_defconfig: Fix invalid values for NF_CT_PROTO_*
1552 - ACPI / scan: Prefer devices without _HID/_CID for _ADR matching
1553 - usb: gadget: Fix copy/pasted error message
1554 - Btrfs: adjust outstanding_extents counter properly when dio write is split
1555 - tools lib traceevent: Fix prev/next_prio for deadline tasks
1556 - xfrm: Don't use sk_family for socket policy lookups
1557 - perf tools: Install tools/lib/traceevent plugins with install-bin
1558 - perf symbols: Robustify reading of build-id from sysfs
1559 - video: fbdev: cobalt_lcdfb: Handle return NULL error from devm_ioremap
1560 - vfio-pci: Handle error from pci_iomap
1561 - arm64: mm: fix show_pte KERN_CONT fallout
1562 - nvmem: imx-ocotp: Fix wrong register size
1563 - sh_eth: enable RX descriptor word 0 shift on SH7734
1564 - ALSA: usb-audio: test EP_FLAG_RUNNING at urb completion
1565 - HID: ignore Petzl USB headlamp
1566 - scsi: fnic: Avoid sending reset to firmware when another reset is in
1567 progress
1568 - scsi: snic: Return error code on memory allocation failure
1569 - ASoC: dpcm: Avoid putting stream state to STOP when FE stream is paused
1570 - Linux 4.4.80
1571 * Please only recommend or suggest initramfs-tools | linux-initramfs-tool for
1572 kernels able to boot without initramfs (LP: #1700972)
1573 - [Debian] Don't depend on initramfs-tools
1574
1575 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Tue, 29 Aug 2017 12:36:57 +0200
1576
1577 linux-snapdragon (4.4.0-1073.78) xenial; urgency=low
1578
1579 * linux-snapdragon: 4.4.0-1073.78 -proposed tracker (LP: #1709299)
1580
1581 * snapcraft.yaml: correct image format and dtb installation path
1582 (LP: #1706938)
1583 - snapcraft.yaml: force image format to Image
1584 - snapcraft.yaml: install the apq8016-sbc and msm8916-mtp dtb files
1585
1586 [ Ubuntu: 4.4.0-93.116 ]
1587
1588 * linux: 4.4.0-93.116 -proposed tracker (LP: #1709296)
1589 * Creating conntrack entry failure with kernel 4.4.0-89 (LP: #1709032)
1590 - Revert "Revert "netfilter: synproxy: fix conntrackd interaction""
1591 - netfilter: nf_ct_ext: fix possible panic after nf_ct_extend_unregister
1592 * CVE-2017-1000112
1593 - Revert "udp: consistently apply ufo or fragmentation"
1594 - udp: consistently apply ufo or fragmentation
1595 * CVE-2017-1000111
1596 - Revert "net-packet: fix race in packet_set_ring on PACKET_RESERVE"
1597 - packet: fix tp_reserve race in packet_set_ring
1598 * kernel BUG at [tty_ldisc_reinit] mm/slub.c! (LP: #1709126)
1599 - tty: Simplify tty_set_ldisc() exit handling
1600 - tty: Reset c_line from driver's init_termios
1601 - tty: Handle NULL tty->ldisc
1602 - tty: Move tty_ldisc_kill()
1603 - tty: Use 'disc' for line discipline index name
1604 - tty: Refactor tty_ldisc_reinit() for reuse
1605 - tty: Destroy ldisc instance on hangup
1606 * atheros bt failed after S3 (LP: #1706833)
1607 - SAUCE: Bluetooth: Make request workqueue freezable
1608 * The Precision Touchpad(PTP) button sends incorrect event code (LP: #1708372)
1609 - HID: multitouch: handle external buttons for Precision Touchpads
1610 * Set CONFIG_SATA_HIGHBANK=y on armhf (LP: #1703430)
1611 - [Config] CONFIG_SATA_HIGHBANK=y
1612 * xfs slab objects (memory) leak when xfs shutdown is called (LP: #1706132)
1613 - xfs: fix xfs_log_ticket leak in xfs_end_io() after fs shutdown
1614 * Adt tests of src:linux time out often on armhf lxc containers (LP: #1705495)
1615 - [Packaging] tests -- reduce rebuild test to one flavour
1616 * CVE-2017-7495
1617 - ext4: fix data exposure after a crash
1618 * ubuntu/rsi driver downlink wifi throughput drops to 5-6 Mbps when BT
1619 keyboard is connected (LP: #1706991)
1620 - SAUCE: Redpine: enable power save by default for coex mode
1621 - SAUCE: Redpine: uapsd configuration changes
1622 * [Hyper-V] hv_netvsc: Exclude non-TCP port numbers from vRSS hashing
1623 (LP: #1690174)
1624 - hv_netvsc: Exclude non-TCP port numbers from vRSS hashing
1625 * ath10k doesn't report full RSSI information (LP: #1706531)
1626 - ath10k: add per chain RSSI reporting
1627 * ideapad_laptop don't support v310-14isk (LP: #1705378)
1628 - platform/x86: ideapad-laptop: Add several models to no_hw_rfkill
1629 * [8087:0a2b] Failed to load bluetooth firmware(might affect some other Intel
1630 bt devices) (LP: #1705633)
1631 - Bluetooth: btintel: Create common Intel Version Read function
1632 - Bluetooth: Use switch statement for Intel hardware variants
1633 - Bluetooth: Replace constant hw_variant from Intel Bluetooth firmware
1634 filename
1635 - Bluetooth: hci_intel: Fix firmware file name to use hw_variant
1636 - Bluetooth: btintel: Add MODULE_FIRMWARE entries for iBT 3.5 controllers
1637 * xhci_hcd: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 2
1638 comp_code 13 (LP: #1667750)
1639 - xhci: Bad Ethernet performance plugged in ASM1042A host
1640 * OpenPower: Some multipaths temporarily have only a single path
1641 (LP: #1696445)
1642 - scsi: ses: don't get power status of SES device slot on probe
1643 * Hotkeys on new Thinkpad systems aren't working (LP: #1705169)
1644 - platform/x86: thinkpad_acpi: Adding new hotkey ID for Lenovo thinkpad
1645 - platform/x86: thinkpad_acpi: guard generic hotkey case
1646 - platform/x86: thinkpad_acpi: add mapping for new hotkeys
1647 * CVE-2015-7837
1648 - SAUCE: (no-up) kexec/uefi: copy secure_boot flag in boot params across kexec
1649 reboot
1650 * misleading kernel warning skb_warn_bad_offload during checksum calculation
1651 (LP: #1705447)
1652 - net: reduce skb_warn_bad_offload() noise
1653 * bonding: stack dump when unregistering a netdev (LP: #1704102)
1654 - bonding: avoid NETDEV_CHANGEMTU event when unregistering slave
1655 * Ubuntu 16.04 IOB Error when the Mustang board rebooted (LP: #1693673)
1656 - drivers: net: xgene: Fix redundant prefetch buffer cleanup
1657 * Ubuntu16.04: NVMe 4K+T10 DIF/DIX format returns I/O error on dd with split
1658 op (LP: #1689946)
1659 - blk-mq: NVMe 512B/4K+T10 DIF/DIX format returns I/O error on dd with split
1660 op
1661 * linux >= 4.2: bonding 802.3ad does not work with 5G, 25G and 50G link speeds
1662 (LP: #1697892)
1663 - bonding: add 802.3ad support for 100G speeds
1664 - bonding: fix 802.3ad aggregator reselection
1665 - bonding: add 802.3ad support for 25G speeds
1666 - bonding: fix 802.3ad support for 5G and 50G speeds
1667 * Xenial update to 4.4.79 stable release (LP: #1707233)
1668 - disable new gcc-7.1.1 warnings for now
1669 - ir-core: fix gcc-7 warning on bool arithmetic
1670 - s5p-jpeg: don't return a random width/height
1671 - thermal: cpu_cooling: Avoid accessing potentially freed structures
1672 - ath9k: fix tx99 use after free
1673 - ath9k: fix tx99 bus error
1674 - NFC: fix broken device allocation
1675 - NFC: nfcmrvl_uart: add missing tty-device sanity check
1676 - NFC: nfcmrvl: do not use device-managed resources
1677 - NFC: nfcmrvl: use nfc-device for firmware download
1678 - NFC: nfcmrvl: fix firmware-management initialisation
1679 - nfc: Ensure presence of required attributes in the activate_target handler
1680 - nfc: Fix the sockaddr length sanitization in llcp_sock_connect
1681 - NFC: Add sockaddr length checks before accessing sa_family in bind handlers
1682 - perf intel-pt: Move decoder error setting into one condition
1683 - perf intel-pt: Improve sample timestamp
1684 - perf intel-pt: Fix missing stack clear
1685 - perf intel-pt: Ensure IP is zero when state is INTEL_PT_STATE_NO_IP
1686 - perf intel-pt: Clear FUP flag on error
1687 - Bluetooth: use constant time memory comparison for secret values
1688 - wlcore: fix 64K page support
1689 - ASoC: compress: Derive substream from stream based on direction
1690 - PM / Domains: Fix unsafe iteration over modified list of device links
1691 - PM / Domains: Fix unsafe iteration over modified list of domain providers
1692 - scsi: ses: do not add a device to an enclosure if enclosure_add_links()
1693 fails.
1694 - iscsi-target: Add login_keys_workaround attribute for non RFC initiators
1695 - powerpc/64: Fix atomic64_inc_not_zero() to return an int
1696 - powerpc: Fix emulation of mcrf in emulate_step()
1697 - powerpc: Fix emulation of mfocrf in emulate_step()
1698 - powerpc/asm: Mark cr0 as clobbered in mftb()
1699 - af_key: Fix sadb_x_ipsecrequest parsing
1700 - PCI/PM: Restore the status of PCI devices across hibernation
1701 - ipvs: SNAT packet replies only for NATed connections
1702 - xhci: fix 20000ms port resume timeout
1703 - xhci: Fix NULL pointer dereference when cleaning up streams for removed host
1704 - usb: storage: return on error to avoid a null pointer dereference
1705 - USB: cdc-acm: add device-id for quirky printer
1706 - usb: renesas_usbhs: fix usbhsc_resume() for !USBHSF_RUNTIME_PWCTRL
1707 - usb: renesas_usbhs: gadget: disable all eps when the driver stops
1708 - md: don't use flush_signals in userspace processes
1709 - x86/xen: allow userspace access during hypercalls
1710 - cx88: Fix regression in initial video standard setting
1711 - Raid5 should update rdev->sectors after reshape
1712 - s390/syscalls: Fix out of bounds arguments access
1713 - drm/amd/amdgpu: Return error if initiating read out of range on vram
1714 - drm/radeon/ci: disable mclk switching for high refresh rates (v2)
1715 - drm/radeon: Fix eDP for single-display iMac10,1 (v2)
1716 - ipmi: use rcu lock around call to intf->handlers->sender()
1717 - ipmi:ssif: Add missing unlock in error branch
1718 - f2fs: Don't clear SGID when inheriting ACLs
1719 - vfio: Fix group release deadlock
1720 - vfio: New external user group/file match
1721 - ftrace: Fix uninitialized variable in match_records()
1722 - MIPS: Fix mips_atomic_set() retry condition
1723 - MIPS: Fix mips_atomic_set() with EVA
1724 - MIPS: Negate error syscall return in trace
1725 - x86/acpi: Prevent out of bound access caused by broken ACPI tables
1726 - x86/ioapic: Pass the correct data to unmask_ioapic_irq()
1727 - MIPS: Fix MIPS I ISA /proc/cpuinfo reporting
1728 - MIPS: Save static registers before sysmips
1729 - MIPS: Actually decode JALX in `__compute_return_epc_for_insn'
1730 - MIPS: Fix unaligned PC interpretation in `compute_return_epc'
1731 - MIPS: math-emu: Prevent wrong ISA mode instruction emulation
1732 - MIPS: Send SIGILL for BPOSGE32 in `__compute_return_epc_for_insn'
1733 - MIPS: Rename `sigill_r6' to `sigill_r2r6' in `__compute_return_epc_for_insn'
1734 - MIPS: Send SIGILL for linked branches in `__compute_return_epc_for_insn'
1735 - MIPS: Fix a typo: s/preset/present/ in r2-to-r6 emulation error message
1736 - Input: i8042 - fix crash at boot time
1737 - NFS: only invalidate dentrys that are clearly invalid.
1738 - udf: Fix deadlock between writeback and udf_setsize()
1739 - target: Fix COMPARE_AND_WRITE caw_sem leak during se_cmd quiesce
1740 - perf annotate: Fix broken arrow at row 0 connecting jmp instruction to its
1741 target
1742 - Revert "perf/core: Drop kernel samples even though :u is specified"
1743 - staging: rtl8188eu: add TL-WN722N v2 support
1744 - ceph: fix race in concurrent readdir
1745 - RDMA/core: Initialize port_num in qp_attr
1746 - drm/mst: Fix error handling during MST sideband message reception
1747 - drm/mst: Avoid dereferencing a NULL mstb in drm_dp_mst_handle_up_req()
1748 - drm/mst: Avoid processing partially received up/down message transactions
1749 - of: device: Export of_device_{get_modalias, uvent_modalias} to modules
1750 - spmi: Include OF based modalias in device uevent
1751 - tracing: Fix kmemleak in instance_rmdir
1752 - alarmtimer: don't rate limit one-shot timers
1753 - Linux 4.4.79
1754 * Xenial update to 4.4.78 stable release (LP: #1705707)
1755 - net_sched: fix error recovery at qdisc creation
1756 - net: sched: Fix one possible panic when no destroy callback
1757 - net/phy: micrel: configure intterupts after autoneg workaround
1758 - ipv6: avoid unregistering inet6_dev for loopback
1759 - net: dp83640: Avoid NULL pointer dereference.
1760 - tcp: reset sk_rx_dst in tcp_disconnect()
1761 - net: prevent sign extension in dev_get_stats()
1762 - bpf: prevent leaking pointer via xadd on unpriviledged
1763 - net: handle NAPI_GRO_FREE_STOLEN_HEAD case also in napi_frags_finish()
1764 - ipv6: dad: don't remove dynamic addresses if link is down
1765 - net: ipv6: Compare lwstate in detecting duplicate nexthops
1766 - vrf: fix bug_on triggered by rx when destroying a vrf
1767 - rds: tcp: use sock_create_lite() to create the accept socket
1768 - brcmfmac: fix possible buffer overflow in brcmf_cfg80211_mgmt_tx()
1769 - cfg80211: Define nla_policy for NL80211_ATTR_LOCAL_MESH_POWER_MODE
1770 - cfg80211: Validate frequencies nested in NL80211_ATTR_SCAN_FREQUENCIES
1771 - cfg80211: Check if PMKID attribute is of expected size
1772 - irqchip/gic-v3: Fix out-of-bound access in gic_set_affinity
1773 - parisc: Report SIGSEGV instead of SIGBUS when running out of stack
1774 - parisc: use compat_sys_keyctl()
1775 - parisc: DMA API: return error instead of BUG_ON for dma ops on non dma devs
1776 - parisc/mm: Ensure IRQs are off in switch_mm()
1777 - tools/lib/lockdep: Reduce MAX_LOCK_DEPTH to avoid overflowing lock_chain/:
1778 Depth
1779 - kernel/extable.c: mark core_kernel_text notrace
1780 - mm/list_lru.c: fix list_lru_count_node() to be race free
1781 - fs/dcache.c: fix spin lockup issue on nlru->lock
1782 - checkpatch: silence perl 5.26.0 unescaped left brace warnings
1783 - binfmt_elf: use ELF_ET_DYN_BASE only for PIE
1784 - arm: move ELF_ET_DYN_BASE to 4MB
1785 - arm64: move ELF_ET_DYN_BASE to 4GB / 4MB
1786 - powerpc: move ELF_ET_DYN_BASE to 4GB / 4MB
1787 - s390: reduce ELF_ET_DYN_BASE
1788 - exec: Limit arg stack to at most 75% of _STK_LIM
1789 - vt: fix unchecked __put_user() in tioclinux ioctls
1790 - mnt: In umount propagation reparent in a separate pass
1791 - mnt: In propgate_umount handle visiting mounts in any order
1792 - mnt: Make propagate_umount less slow for overlapping mount propagation trees
1793 - selftests/capabilities: Fix the test_execve test
1794 - tpm: Get rid of chip->pdev
1795 - tpm: Provide strong locking for device removal
1796 - Add "shutdown" to "struct class".
1797 - tpm: Issue a TPM2_Shutdown for TPM2 devices.
1798 - mm: fix overflow check in expand_upwards()
1799 - crypto: talitos - Extend max key length for SHA384/512-HMAC and AEAD
1800 - crypto: atmel - only treat EBUSY as transient if backlog
1801 - crypto: sha1-ssse3 - Disable avx2
1802 - crypto: caam - fix signals handling
1803 - sched/topology: Fix overlapping sched_group_mask
1804 - sched/topology: Optimize build_group_mask()
1805 - PM / wakeirq: Convert to SRCU
1806 - PM / QoS: return -EINVAL for bogus strings
1807 - tracing: Use SOFTIRQ_OFFSET for softirq dectection for more accurate results
1808 - KVM: x86: disable MPX if host did not enable MPX XSAVE features
1809 - kvm: vmx: Do not disable intercepts for BNDCFGS
1810 - kvm: x86: Guest BNDCFGS requires guest MPX support
1811 - kvm: vmx: Check value written to IA32_BNDCFGS
1812 - kvm: vmx: allow host to access guest MSR_IA32_BNDCFGS
1813 - Linux 4.4.78
1814 * Xenial update to 4.4.77 stable release (LP: #1705238)
1815 - fs: add a VALID_OPEN_FLAGS
1816 - fs: completely ignore unknown open flags
1817 - driver core: platform: fix race condition with driver_override
1818 - bgmac: reset & enable Ethernet core before using it
1819 - mm: fix classzone_idx underflow in shrink_zones()
1820 - tracing/kprobes: Allow to create probe with a module name starting with a
1821 digit
1822 - usb: dwc3: replace %p with %pK
1823 - USB: serial: cp210x: add ID for CEL EM3588 USB ZigBee stick
1824 - Add USB quirk for HVR-950q to avoid intermittent device resets
1825 - usb: usbip: set buffer pointers to NULL after free
1826 - usb: Fix typo in the definition of Endpoint[out]Request
1827 - mac80211_hwsim: Replace bogus hrtimer clockid
1828 - sysctl: don't print negative flag for proc_douintvec
1829 - sysctl: report EINVAL if value is larger than UINT_MAX for proc_douintvec
1830 - pinctrl: sh-pfc: r8a7791: Fix SCIF2 pinmux data
1831 - pinctrl: meson: meson8b: fix the NAND DQS pins
1832 - pinctrl: sunxi: Fix SPDIF function name for A83T
1833 - pinctrl: mxs: atomically switch mux and drive strength config
1834 - pinctrl: sh-pfc: Update info pointer after SoC-specific init
1835 - USB: serial: option: add two Longcheer device ids
1836 - USB: serial: qcserial: new Sierra Wireless EM7305 device ID
1837 - gfs2: Fix glock rhashtable rcu bug
1838 - x86/tools: Fix gcc-7 warning in relocs.c
1839 - x86/uaccess: Optimize copy_user_enhanced_fast_string() for short strings
1840 - ath10k: override CE5 config for QCA9377
1841 - KEYS: Fix an error code in request_master_key()
1842 - RDMA/uverbs: Check port number supplied by user verbs cmds
1843 - mqueue: fix a use-after-free in sys_mq_notify()
1844 - tools include: Add a __fallthrough statement
1845 - tools string: Use __fallthrough in perf_atoll()
1846 - tools strfilter: Use __fallthrough
1847 - perf top: Use __fallthrough
1848 - perf intel-pt: Use __fallthrough
1849 - perf thread_map: Correctly size buffer used with dirent->dt_name
1850 - perf scripting perl: Fix compile error with some perl5 versions
1851 - perf tests: Avoid possible truncation with dirent->d_name + snprintf
1852 - perf bench numa: Avoid possible truncation when using snprintf()
1853 - perf tools: Use readdir() instead of deprecated readdir_r()
1854 - perf thread_map: Use readdir() instead of deprecated readdir_r()
1855 - perf script: Use readdir() instead of deprecated readdir_r()
1856 - perf tools: Remove duplicate const qualifier
1857 - perf annotate browser: Fix behaviour of Shift-Tab with nothing focussed
1858 - perf pmu: Fix misleadingly indented assignment (whitespace)
1859 - perf dwarf: Guard !x86_64 definitions under #ifdef else clause
1860 - perf trace: Do not process PERF_RECORD_LOST twice
1861 - perf tests: Remove wrong semicolon in while loop in CQM test
1862 - perf tools: Use readdir() instead of deprecated readdir_r() again
1863 - md: fix incorrect use of lexx_to_cpu in does_sb_need_changing
1864 - md: fix super_offset endianness in super_1_rdev_size_change
1865 - tcp: fix tcp_mark_head_lost to check skb len before fragmenting
1866 - staging: vt6556: vnt_start Fix missing call to vnt_key_init_table.
1867 - staging: comedi: fix clean-up of comedi_class in comedi_init()
1868 - ext4: check return value of kstrtoull correctly in reserved_clusters_store
1869 - x86/mm/pat: Don't report PAT on CPUs that don't support it
1870 - saa7134: fix warm Medion 7134 EEPROM read
1871 - Linux 4.4.77
1872
1873 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Mon, 14 Aug 2017 13:00:49 +0200
1874
1875 linux-snapdragon (4.4.0-1072.77) xenial; urgency=low
1876
1877 * linux-snapdragon: 4.4.0-1072.77 -proposed tracker (LP: #1709815)
1878
1879 [ Ubuntu: 4.4.0-92.115 ]
1880
1881 * linux: 4.4.0-92.115 -proposed tracker (LP: #1709812)
1882 * Creating conntrack entry failure with kernel 4.4.0-89 (LP: #1709032)
1883 - Revert "netfilter: synproxy: fix conntrackd interaction"
1884
1885 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Thu, 10 Aug 2017 12:34:25 +0200
1886
1887 linux-snapdragon (4.4.0-1071.76) xenial; urgency=low
1888
1889 [ Ubuntu: 4.4.0-91.114 ]
1890
1891 * CVE-2017-1000112
1892 - ipv4: Should use consistent conditional judgement for ip fragment in
1893 __ip_append_data and ip_finish_output
1894 - ipv6: Don't use ufo handling on later transformed packets
1895 - udp: avoid ufo handling on IP payload compression packets
1896 - ipv6: Should use consistent conditional judgement for ip6 fragment between
1897 __ip6_append_data and ip6_finish_output
1898 - net: account for current skb length when deciding about UFO
1899 - udp: consistently apply ufo or fragmentation
1900 * CVE-2017-1000111
1901 - net-packet: fix race in packet_set_ring on PACKET_RESERVE
1902
1903 -- Stefan Bader <stefan.bader@canonical.com> Tue, 08 Aug 2017 15:27:03 +0200
1904
1905 linux-snapdragon (4.4.0-1069.74) xenial; urgency=low
1906
1907 [ Ubuntu: 4.4.0-89.112 ]
1908
1909 * CVE-2017-7533
1910 - dentry name snapshots
1911
1912 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Tue, 01 Aug 2017 13:33:17 -0300
1913
1914 linux-snapdragon (4.4.0-1068.73) xenial; urgency=low
1915
1916 * linux-snapdragon: 4.4.0-1068.73 -proposed tracker (LP: #1705274)
1917
1918 * Snapcraft.yaml update (LP: #1700576)
1919 - snapcraft.yaml: various improvements
1920
1921 [ Ubuntu: 4.4.0-88.111 ]
1922
1923 * linux: 4.4.0-88.111 -proposed tracker (LP: #1705270)
1924 * [Xenial] nvme: Quirks for PM1725 controllers (LP: #1704435)
1925 - nvme: Quirks for PM1725 controllers
1926 * Upgrade Redpine WLAN/BT driver to ver. 1.2 (production release)
1927 (LP: #1697829)
1928 - SAUCE: Redpine: Upgrade to ver. 1.2 production release
1929 * ubuntu/rsi driver has several issues as picked up by static analysis
1930 (LP: #1694733)
1931 - SAUCE: Redpine: Upgrade to ver. 1.2 production release
1932 * Redpine vendor driver - Switching to AP mode causes kernel panic
1933 (LP: #1700941)
1934 - SAUCE: Redpine: Upgrade to ver. 1.2 production release
1935 * CVE-2017-10810
1936 - drm/virtio: don't leak bo on drm_gem_object_init failure
1937 * Ath10k to read different board data file if specify in SMBIOS (LP: #1666742)
1938 - ath10k: search SMBIOS for OEM board file extension
1939 * make snap-pkg support (LP: #1700747)
1940 - SAUCE: make snap-pkg support
1941 * ISST-LTE: Briggs:Stratton:UbuntuKVM: ics_opal_set_affinity on host kernel
1942 log using Intel X710 (i40e driver) (LP: #1703663)
1943 - i40e: use valid online CPU on q_vector initialization
1944 * Update snapcraft.yaml (LP: #1700480)
1945 - snapcraft.yaml: various improvements
1946 * Xenial update to 4.4.76 stable release (LP: #1702863)
1947 - ipv6: release dst on error in ip6_dst_lookup_tail
1948 - net: don't call strlen on non-terminated string in dev_set_alias()
1949 - decnet: dn_rtmsg: Improve input length sanitization in
1950 dnrmg_receive_user_skb
1951 - net: Zero ifla_vf_info in rtnl_fill_vfinfo()
1952 - af_unix: Add sockaddr length checks before accessing sa_family in bind and
1953 connect handlers
1954 - Fix an intermittent pr_emerg warning about lo becoming free.
1955 - net: caif: Fix a sleep-in-atomic bug in cfpkt_create_pfx
1956 - igmp: acquire pmc lock for ip_mc_clear_src()
1957 - igmp: add a missing spin_lock_init()
1958 - ipv6: fix calling in6_ifa_hold incorrectly for dad work
1959 - net/mlx5: Wait for FW readiness before initializing command interface
1960 - decnet: always not take dst->__refcnt when inserting dst into hash table
1961 - net: 8021q: Fix one possible panic caused by BUG_ON in free_netdev
1962 - sfc: provide dummy definitions of vswitch functions
1963 - ipv6: Do not leak throw route references
1964 - rtnetlink: add IFLA_GROUP to ifla_policy
1965 - netfilter: xt_TCPMSS: add more sanity tests on tcph->doff
1966 - netfilter: synproxy: fix conntrackd interaction
1967 - NFSv4: fix a reference leak caused WARNING messages
1968 - drm/ast: Handle configuration without P2A bridge
1969 - mm, swap_cgroup: reschedule when neeed in swap_cgroup_swapoff()
1970 - MIPS: Avoid accidental raw backtrace
1971 - MIPS: pm-cps: Drop manual cache-line alignment of ready_count
1972 - MIPS: Fix IRQ tracing & lockdep when rescheduling
1973 - ALSA: hda - Fix endless loop of codec configure
1974 - ALSA: hda - set input_path bitmap to zero after moving it to new place
1975 - drm/vmwgfx: Free hash table allocated by cmdbuf managed res mgr
1976 - usb: gadget: f_fs: Fix possibe deadlock
1977 - sysctl: enable strict writes
1978 - mm: numa: avoid waiting on freed migrated pages
1979 - KVM: x86: fix fixing of hypercalls
1980 - scsi: sd: Fix wrong DPOFUA disable in sd_read_cache_type
1981 - scsi: lpfc: Set elsiocb contexts to NULL after freeing it
1982 - qla2xxx: Fix erroneous invalid handle message
1983 - ARM: dts: BCM5301X: Correct GIC_PPI interrupt flags
1984 - net: mvneta: Fix for_each_present_cpu usage
1985 - MIPS: ath79: fix regression in PCI window initialization
1986 - net: korina: Fix NAPI versus resources freeing
1987 - MIPS: ralink: MT7688 pinmux fixes
1988 - MIPS: ralink: fix USB frequency scaling
1989 - MIPS: ralink: Fix invalid assignment of SoC type
1990 - MIPS: ralink: fix MT7628 pinmux typos
1991 - MIPS: ralink: fix MT7628 wled_an pinmux gpio
1992 - mtd: bcm47xxpart: limit scanned flash area on BCM47XX (MIPS) only
1993 - bgmac: fix a missing check for build_skb
1994 - mtd: bcm47xxpart: don't fail because of bit-flips
1995 - bgmac: Fix reversed test of build_skb() return value.
1996 - net: bgmac: Fix SOF bit checking
1997 - net: bgmac: Start transmit queue in bgmac_open
1998 - net: bgmac: Remove superflous netif_carrier_on()
1999 - powerpc/eeh: Enable IO path on permanent error
2000 - gianfar: Do not reuse pages from emergency reserve
2001 - Btrfs: fix truncate down when no_holes feature is enabled
2002 - virtio_console: fix a crash in config_work_handler
2003 - swiotlb-xen: update dev_addr after swapping pages
2004 - xen-netfront: Fix Rx stall during network stress and OOM
2005 - scsi: virtio_scsi: Reject commands when virtqueue is broken
2006 - platform/x86: ideapad-laptop: handle ACPI event 1
2007 - amd-xgbe: Check xgbe_init() return code
2008 - net: dsa: Check return value of phy_connect_direct()
2009 - drm/amdgpu: check ring being ready before using
2010 - vfio/spapr: fail tce_iommu_attach_group() when iommu_data is null
2011 - virtio_net: fix PAGE_SIZE > 64k
2012 - vxlan: do not age static remote mac entries
2013 - ibmveth: Add a proper check for the availability of the checksum features
2014 - kernel/panic.c: add missing \n
2015 - HID: i2c-hid: Add sleep between POWER ON and RESET
2016 - scsi: lpfc: avoid double free of resource identifiers
2017 - spi: davinci: use dma_mapping_error()
2018 - mac80211: initialize SMPS field in HT capabilities
2019 - x86/mpx: Use compatible types in comparison to fix sparse error
2020 - coredump: Ensure proper size of sparse core files
2021 - swiotlb: ensure that page-sized mappings are page-aligned
2022 - s390/ctl_reg: make __ctl_load a full memory barrier
2023 - be2net: fix status check in be_cmd_pmac_add()
2024 - perf probe: Fix to show correct locations for events on modules
2025 - net/mlx4_core: Eliminate warning messages for SRQ_LIMIT under SRIOV
2026 - sctp: check af before verify address in sctp_addr_id2transport
2027 - ravb: Fix use-after-free on `ifconfig eth0 down`
2028 - jump label: fix passing kbuild_cflags when checking for asm goto support
2029 - xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICY
2030 - xfrm: NULL dereference on allocation failure
2031 - xfrm: Oops on error in pfkey_msg2xfrm_state()
2032 - watchdog: bcm281xx: Fix use of uninitialized spinlock.
2033 - sched/loadavg: Avoid loadavg spikes caused by delayed NO_HZ accounting
2034 - ARM64/ACPI: Fix BAD_MADT_GICC_ENTRY() macro implementation
2035 - ARM: 8685/1: ensure memblock-limit is pmd-aligned
2036 - x86/mpx: Correctly report do_mpx_bt_fault() failures to user-space
2037 - x86/mm: Fix flush_tlb_page() on Xen
2038 - ocfs2: o2hb: revert hb threshold to keep compatible
2039 - iommu/vt-d: Don't over-free page table directories
2040 - iommu: Handle default domain attach failure
2041 - iommu/amd: Fix incorrect error handling in amd_iommu_bind_pasid()
2042 - cpufreq: s3c2416: double free on driver init error path
2043 - KVM: x86: fix emulation of RSM and IRET instructions
2044 - KVM: x86/vPMU: fix undefined shift in intel_pmu_refresh()
2045 - KVM: x86: zero base3 of unusable segments
2046 - KVM: nVMX: Fix exception injection
2047 - Linux 4.4.76
2048 * Xenial update to 4.4.75 stable release (LP: #1702118)
2049 - fs/exec.c: account for argv/envp pointers
2050 - autofs: sanity check status reported with AUTOFS_DEV_IOCTL_FAIL
2051 - lib/cmdline.c: fix get_options() overflow while parsing ranges
2052 - KVM: PPC: Book3S HV: Preserve userspace HTM state properly
2053 - CIFS: Improve readdir verbosity
2054 - HID: Add quirk for Dell PIXART OEM mouse
2055 - signal: Only reschedule timers on signals timers have sent
2056 - powerpc/kprobes: Pause function_graph tracing during jprobes handling
2057 - Input: i8042 - add Fujitsu Lifebook AH544 to notimeout list
2058 - time: Fix clock->read(clock) race around clocksource changes
2059 - target: Fix kref->refcount underflow in transport_cmd_finish_abort
2060 - iscsi-target: Reject immediate data underflow larger than SCSI transfer
2061 length
2062 - drm/radeon: add a PX quirk for another K53TK variant
2063 - drm/radeon: add a quirk for Toshiba Satellite L20-183
2064 - drm/amdgpu/atom: fix ps allocation size for EnableDispPowerGating
2065 - drm/amdgpu: adjust default display clock
2066 - USB: usbip: fix nonconforming hub descriptor
2067 - rxrpc: Fix several cases where a padded len isn't checked in ticket decode
2068 - of: Add check to of_scan_flat_dt() before accessing initial_boot_params
2069 - mtd: spi-nor: fix spansion quad enable
2070 - powerpc/slb: Force a full SLB flush when we insert for a bad EA
2071 - usb: gadget: f_fs: avoid out of bounds access on comp_desc
2072 - net: phy: Initialize mdio clock at probe function
2073 - net: phy: fix marvell phy status reading
2074 - Linux 4.4.75
2075 * Xenial update to 4.4.74 stable release (LP: #1702104)
2076 - configfs: Fix race between create_link and configfs_rmdir
2077 - can: gs_usb: fix memory leak in gs_cmd_reset()
2078 - cpufreq: conservative: Allow down_threshold to take values from 1 to 10
2079 - vb2: Fix an off by one error in 'vb2_plane_vaddr'
2080 - mac80211: don't look at the PM bit of BAR frames
2081 - mac80211/wpa: use constant time memory comparison for MACs
2082 - mac80211: fix CSA in IBSS mode
2083 - mac80211: fix IBSS presp allocation size
2084 - serial: efm32: Fix parity management in 'efm32_uart_console_get_options()'
2085 - x86/mm/32: Set the '__vmalloc_start_set' flag in initmem_init()
2086 - mfd: omap-usb-tll: Fix inverted bit use for USB TLL mode
2087 - staging: rtl8188eu: prevent an underflow in rtw_check_beacon_data()
2088 - iio: proximity: as3935: recalibrate RCO after resume
2089 - USB: hub: fix SS max number of ports
2090 - usb: core: fix potential memory leak in error path during hcd creation
2091 - pvrusb2: reduce stack usage pvr2_eeprom_analyze()
2092 - USB: gadget: dummy_hcd: fix hub-descriptor removable fields
2093 - usb: r8a66597-hcd: select a different endpoint on timeout
2094 - usb: r8a66597-hcd: decrease timeout
2095 - drivers/misc/c2port/c2port-duramar2150.c: checking for NULL instead of
2096 IS_ERR()
2097 - usb: xhci: ASMedia ASM1042A chipset need shorts TX quirk
2098 - USB: gadgetfs, dummy-hcd, net2280: fix locking for callbacks
2099 - mm/memory-failure.c: use compound_head() flags for huge pages
2100 - swap: cond_resched in swap_cgroup_prepare()
2101 - genirq: Release resources in __setup_irq() error path
2102 - alarmtimer: Prevent overflow of relative timers
2103 - usb: dwc3: exynos fix axius clock error path to do cleanup
2104 - MIPS: Fix bnezc/jialc return address calculation
2105 - alarmtimer: Rate limit periodic intervals
2106 - Linux 4.4.74
2107 * Side Button (Display Toggle) fails on Dell AIO systems (LP: #1702541)
2108 - dell-wmi: Add a WMI event code for display on/off
2109 * Intel i40e PF reset under load (LP: #1700834)
2110 - i40e/i40evf: Limit TSO to 7 descriptors for payload instead of 8 per packet
2111 * update ENA driver to 1.2.0k from net-next (LP: #1701575)
2112 - net: ena: remove superfluous check in ena_remove()
2113 - net: ena: fix rare uncompleted admin command false alarm
2114 - net: ena: add missing return when ena_com_get_io_handlers() fails
2115 - net: ena: fix race condition between submit and completion admin command
2116 - net: ena: add missing unmap bars on device removal
2117 - net: ena: fix theoretical Rx hang on low memory systems
2118 - net: ena: disable admin msix while working in polling mode
2119 - net: ena: bug fix in lost tx packets detection mechanism
2120 - net: ena: update ena driver to version 1.1.7
2121 - net: ena: change return value for unsupported features unsupported return
2122 value
2123 - net: ena: add hardware hints capability to the driver
2124 - net: ena: change sizeof() argument to be the type pointer
2125 - net: ena: add reset reason for each device FLR
2126 - net: ena: add support for out of order rx buffers refill
2127 - net: ena: use napi_schedule_irqoff when possible
2128 - net: ena: separate skb allocation to dedicated function
2129 - net: ena: use lower_32_bits()/upper_32_bits() to split dma address
2130 - net: ena: update driver's rx drop statistics
2131 - net: ena: update ena driver to version 1.2.0
2132
2133 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Tue, 25 Jul 2017 09:39:14 -0300
2134
2135 linux-snapdragon (4.4.0-1067.72) xenial; urgency=low
2136
2137 * linux-snapdragon: 4.4.0-1067.72 -proposed tracker (LP: #1705566)
2138
2139 * sock_recvmsg has dropped size argument (LP: #1701697)
2140 - Packaging: Breaks yet another iscsitarget-dkms version
2141
2142 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Thu, 20 Jul 2017 17:27:10 -0300
2143
2144 linux-snapdragon (4.4.0-1066.71) xenial; urgency=low
2145
2146 * linux-snapdragon: 4.4.0-1066.71 -proposed tracker (LP: #1704989)
2147
2148 [ Ubuntu: 4.4.0-87.110 ]
2149
2150 * linux: 4.4.0-87.110 -proposed tracker (LP: #1704982)
2151 * CVE-2017-1000364
2152 - mm/mmap.c: do not blow on PROT_NONE MAP_FIXED holes in the stack
2153 - mm/mmap.c: expand_downwards: don't require the gap if !vm_prev
2154 * CIFS causes oops (LP: #1704857)
2155 - CIFS: Fix null pointer deref during read resp processing
2156 - CIFS: Fix some return values in case of error in 'crypt_message'
2157
2158 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Tue, 18 Jul 2017 10:51:11 -0300
2159
2160 linux-snapdragon (4.4.0-1065.70) xenial; urgency=low
2161
2162 * linux-snapdragon: 4.4.0-1065.70 -proposed tracker (LP: #1703999)
2163
2164 * sock_recvmsg has dropped size argument (LP: #1701697)
2165 - Packaging: Breaks unfixed iscsitarget versions
2166
2167 [ Ubuntu: 4.4.0-86.109 ]
2168
2169 * linux: 4.4.0-86.109 -proposed tracker (LP: #1703995)
2170 * sock_recvmsg has dropped size argument (LP: #1701697)
2171 - Packaging: Breaks unfixed iscsitarget versions
2172
2173 [ Ubuntu: 4.4.0-85.108 ]
2174
2175 * linux: 4.4.0-85.108 -proposed tracker (LP: #1702103)
2176 * [Hyper-V] Implement Hyper-V PTP Source (LP: #1676635)
2177 - SAUCE: hv: make clocksource available for PTP device supporting
2178 - Drivers: hv: util: Use hv_get_current_tick() to get current tick
2179 - hv_util: switch to using timespec64
2180 - hv_utils: implement Hyper-V PTP source
2181 - Drivers: hv: util: Fix a typo
2182 - Drivers: hv: util: don't forget to init host_ts.lock
2183 - hv_utils: drop .getcrosststamp() support from PTP driver
2184 - hv_utils: fix TimeSync work on pre-TimeSync-v4 hosts
2185
2186 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Thu, 13 Jul 2017 17:09:01 +0200
2187
2188 linux-snapdragon (4.4.0-1064.69) xenial; urgency=low
2189
2190 * linux-snapdragon: 4.4.0-1064.69 -proposed tracker (LP: #1701027)
2191
2192 [ Ubuntu: 4.4.0-84.107 ]
2193
2194 * linux: 4.4.0-84.107 -proposed tracker (LP: #1701024)
2195 * Can't disable USB port from BIOS (LP: #1695216)
2196 - SAUCE: xhci: AMD Promontory USB disable port support
2197 * KILLER1435-S[0489:e0a2] BT cannot search BT 4.0 device (LP: #1699651)
2198 - Bluetooth: btusb: Add support for 0489:e0a2 QCA_ROME device
2199 * CIFS: Enable encryption for SMB3 (LP: #1670508)
2200 - Revert "Handle mismatched open calls"
2201 - Revert "Call echo service immediately after socket reconnect"
2202 - cifs: Make echo interval tunable
2203 - Prepare for encryption support (first part). Add decryption and encryption
2204 key generation. Thanks to Metze for helping with this.
2205 - [net] drop 'size' argument of sock_recvmsg()
2206 - cifs: merge the hash calculation helpers
2207 - cifs: no need to wank with copying and advancing iovec on recvmsg side
2208 either
2209 - cifs: don't bother with kmap on read_pages side
2210 - cifs_readv_receive: use cifs_read_from_socket()
2211 - Fix memory leaks in cifs_do_mount()
2212 - SMB3: Add mount parameter to allow user to override max credits
2213 - SMB2: Separate Kerberos authentication from SMB2_sess_setup
2214 - SMB2: Separate RawNTLMSSP authentication from SMB2_sess_setup
2215 - SMB3: parsing for new snapshot timestamp mount parm
2216 - cifs: Simplify SMB2 and SMB311 dependencies
2217 - cifs: Only select the required crypto modules
2218 - cifs: Add soft dependencies
2219 - CIFS: Separate SMB2 header structure
2220 - CIFS: Make SendReceive2() takes resp iov
2221 - CIFS: Make send_cancel take rqst as argument
2222 - CIFS: Send RFC1001 length in a separate iov
2223 - CIFS: Separate SMB2 sync header processing
2224 - CIFS: Separate RFC1001 length processing for SMB2 read
2225 - CIFS: Add capability to transform requests before sending
2226 - CIFS: Enable encryption during session setup phase
2227 - CIFS: Encrypt SMB3 requests before sending
2228 - CIFS: Add transform header handling callbacks
2229 - CIFS: Add mid handle callback
2230 - CIFS: Add copy into pages callback for a read operation
2231 - CIFS: Decrypt and process small encrypted packets
2232 - CIFS: Add capability to decrypt big read responses
2233 - CIFS: Allow to switch on encryption with seal mount option
2234 - CIFS: Fix possible use after free in demultiplex thread
2235 - Call echo service immediately after socket reconnect
2236 - Handle mismatched open calls
2237 * CVE-2017-9150
2238 - bpf: don't let ldimm64 leak map addresses on unprivileged
2239 * CVE-2015-8944
2240 - Make file credentials available to the seqfile interfaces
2241 - /proc/iomem: only expose physical resource addresses to privileged users
2242 * Xenial update to 4.4.73 stable release (LP: #1698817)
2243 - s390/vmem: fix identity mapping
2244 - partitions/msdos: FreeBSD UFS2 file systems are not recognized
2245 - ARM: dts: imx6dl: Fix the VDD_ARM_CAP voltage for 396MHz operation
2246 - staging: rtl8192e: rtl92e_fill_tx_desc fix write to mapped out memory.
2247 - net: xilinx_emaclite: fix freezes due to unordered I/O
2248 - net: xilinx_emaclite: fix receive buffer overflow
2249 - ipv6: Handle IPv4-mapped src to in6addr_any dst.
2250 - ipv6: Inhibit IPv4-mapped src address on the wire.
2251 - NET: Fix /proc/net/arp for AX.25
2252 - NET: mkiss: Fix panic
2253 - net: hns: Fix the device being used for dma mapping during TX
2254 - sierra_net: Skip validating irrelevant fields for IDLE LSIs
2255 - sierra_net: Add support for IPv6 and Dual-Stack Link Sense Indications
2256 - i2c: piix4: Fix request_region size
2257 - ipv6: Fix IPv6 packet loss in scenarios involving roaming + snooping
2258 switches
2259 - PM / runtime: Avoid false-positive warnings from might_sleep_if()
2260 - jump label: pass kbuild_cflags when checking for asm goto support
2261 - kasan: respect /proc/sys/kernel/traceoff_on_warning
2262 - log2: make order_base_2() behave correctly on const input value zero
2263 - ethtool: do not vzalloc(0) on registers dump
2264 - fscache: Fix dead object requeue
2265 - fscache: Clear outstanding writes when disabling a cookie
2266 - FS-Cache: Initialise stores_lock in netfs cookie
2267 - ipv6: fix flow labels when the traffic class is non-0
2268 - drm/nouveau: prevent userspace from deleting client object
2269 - drm/nouveau/fence/g84-: protect against concurrent access to semaphore
2270 buffers
2271 - gianfar: synchronize DMA API usage by free_skb_rx_queue w/ gfar_new_page
2272 - pinctrl: berlin-bg4ct: fix the value for "sd1a" of pin SCRD0_CRD_PRES
2273 - net: adaptec: starfire: add checks for dma mapping errors
2274 - parisc, parport_gsc: Fixes for printk continuation lines
2275 - drm/nouveau: Don't enabling polling twice on runtime resume
2276 - drm/ast: Fixed system hanged if disable P2A
2277 - ravb: unmap descriptors when freeing rings
2278 - nfs: Fix "Don't increment lock sequence ID after NFS4ERR_MOVED"
2279 - r8152: re-schedule napi for tx
2280 - r8152: fix rtl8152_post_reset function
2281 - r8152: avoid start_xmit to schedule napi when napi is disabled
2282 - sctp: sctp_addr_id2transport should verify the addr before looking up assoc
2283 - romfs: use different way to generate fsid for BLOCK or MTD
2284 - proc: add a schedule point in proc_pid_readdir()
2285 - tipc: ignore requests when the connection state is not CONNECTED
2286 - xtensa: don't use linux IRQ #0
2287 - s390/kvm: do not rely on the ILC on kvm host protection fauls
2288 - sparc64: make string buffers large enough
2289 - Linux 4.4.73
2290 * Xenial update to 4.4.72 stable release (LP: #1698799)
2291 - bnx2x: Fix Multi-Cos
2292 - ipv6: xfrm: Handle errors reported by xfrm6_find_1stfragopt()
2293 - cxgb4: avoid enabling napi twice to the same queue
2294 - tcp: disallow cwnd undo when switching congestion control
2295 - vxlan: fix use-after-free on deletion
2296 - ipv6: Fix leak in ipv6_gso_segment().
2297 - net: ping: do not abuse udp_poll()
2298 - net: ethoc: enable NAPI before poll may be scheduled
2299 - net: bridge: start hello timer only if device is up
2300 - sparc64: mm: fix copy_tsb to correctly copy huge page TSBs
2301 - sparc: Machine description indices can vary
2302 - sparc64: reset mm cpumask after wrap
2303 - sparc64: combine activate_mm and switch_mm
2304 - sparc64: redefine first version
2305 - sparc64: add per-cpu mm of secondary contexts
2306 - sparc64: new context wrap
2307 - sparc64: delete old wrap code
2308 - arch/sparc: support NR_CPUS = 4096
2309 - serial: ifx6x60: fix use-after-free on module unload
2310 - ptrace: Properly initialize ptracer_cred on fork
2311 - KEYS: fix dereferencing NULL payload with nonzero length
2312 - KEYS: fix freeing uninitialized memory in key_update()
2313 - crypto: gcm - wait for crypto op not signal safe
2314 - drm/amdgpu/ci: disable mclk switching for high refresh rates (v2)
2315 - nfsd4: fix null dereference on replay
2316 - nfsd: Fix up the "supattr_exclcreat" attributes
2317 - kvm: async_pf: fix rcu_irq_enter() with irqs enabled
2318 - KVM: cpuid: Fix read/write out-of-bounds vulnerability in cpuid emulation
2319 - arm: KVM: Allow unaligned accesses at HYP
2320 - KVM: async_pf: avoid async pf injection when in guest mode
2321 - dmaengine: usb-dmac: Fix DMAOR AE bit definition
2322 - dmaengine: ep93xx: Always start from BASE0
2323 - xen/privcmd: Support correctly 64KB page granularity when mapping memory
2324 - xen-netfront: do not cast grant table reference to signed short
2325 - xen-netfront: cast grant table reference first to type int
2326 - ext4: fix SEEK_HOLE
2327 - ext4: keep existing extra fields when inode expands
2328 - ext4: fix fdatasync(2) after extent manipulation operations
2329 - usb: gadget: f_mass_storage: Serialize wake and sleep execution
2330 - usb: chipidea: udc: fix NULL pointer dereference if udc_start failed
2331 - usb: chipidea: debug: check before accessing ci_role
2332 - staging/lustre/lov: remove set_fs() call from lov_getstripe()
2333 - iio: light: ltr501 Fix interchanged als/ps register field
2334 - iio: proximity: as3935: fix AS3935_INT mask
2335 - drivers: char: random: add get_random_long()
2336 - random: properly align get_random_int_hash
2337 - stackprotector: Increase the per-task stack canary's random range from 32
2338 bits to 64 bits on 64-bit platforms
2339 - cpufreq: cpufreq_register_driver() should return -ENODEV if init fails
2340 - target: Re-add check to reject control WRITEs with overflow data
2341 - drm/msm: Expose our reservation object when exporting a dmabuf.
2342 - Input: elantech - add Fujitsu Lifebook E546/E557 to force crc_enabled
2343 - cpuset: consider dying css as offline
2344 - fs: add i_blocksize()
2345 - ufs: restore proper tail allocation
2346 - fix ufs_isblockset()
2347 - ufs: restore maintaining ->i_blocks
2348 - ufs: set correct ->s_maxsize
2349 - ufs_extend_tail(): fix the braino in calling conventions of
2350 ufs_new_fragments()
2351 - ufs_getfrag_block(): we only grab ->truncate_mutex on block creation path
2352 - cxl: Fix error path on bad ioctl
2353 - btrfs: use correct types for page indices in btrfs_page_exists_in_range
2354 - btrfs: fix memory leak in update_space_info failure path
2355 - KVM: arm/arm64: Handle possible NULL stage2 pud when ageing pages
2356 - scsi: qla2xxx: don't disable a not previously enabled PCI device
2357 - powerpc/eeh: Avoid use after free in eeh_handle_special_event()
2358 - powerpc/numa: Fix percpu allocations to be NUMA aware
2359 - powerpc/hotplug-mem: Fix missing endian conversion of aa_index
2360 - perf/core: Drop kernel samples even though :u is specified
2361 - drm/vmwgfx: Handle vmalloc() failure in vmw_local_fifo_reserve()
2362 - drm/vmwgfx: Make sure backup_handle is always valid
2363 - drm/nouveau/tmr: fully separate alarm execution/pending lists
2364 - ALSA: timer: Fix race between read and ioctl
2365 - ALSA: timer: Fix missing queue indices reset at SNDRV_TIMER_IOCTL_SELECT
2366 - ASoC: Fix use-after-free at card unregistration
2367 - drivers: char: mem: Fix wraparound check to allow mappings up to the end
2368 - tty: Drop krefs for interrupted tty lock
2369 - serial: sh-sci: Fix panic when serial console and DMA are enabled
2370 - mm: consider memblock reservations for deferred memory initialization sizing
2371 - NFS: Ensure we revalidate attributes before using execute_ok()
2372 - NFSv4: Don't perform cached access checks before we've OPENed the file
2373 - Make __xfs_xattr_put_listen preperly report errors.
2374 - arm64: hw_breakpoint: fix watchpoint matching for tagged pointers
2375 - arm64: entry: improve data abort handling of tagged pointers
2376 - RDMA/qib,hfi1: Fix MR reference count leak on write with immediate
2377 - usercopy: Adjust tests to deal with SMAP/PAN
2378 - arm64: armv8_deprecated: ensure extension of addr
2379 - arm64: ensure extension of smp_store_release value
2380 - Linux 4.4.72
2381 * Xenial update to 4.4.71 stable release (LP: #1697001)
2382 - sparc: Fix -Wstringop-overflow warning
2383 - s390/qeth: handle sysfs error during initialization
2384 - s390/qeth: unbreak OSM and OSN support
2385 - s390/qeth: avoid null pointer dereference on OSN
2386 - tcp: avoid fragmenting peculiar skbs in SACK
2387 - sctp: fix src address selection if using secondary addresses for ipv6
2388 - tcp: eliminate negative reordering in tcp_clean_rtx_queue
2389 - net: Improve handling of failures on link and route dumps
2390 - bridge: netlink: check vlan_default_pvid range
2391 - qmi_wwan: add another Lenovo EM74xx device ID
2392 - bridge: start hello_timer when enabling KERNEL_STP in br_stp_start
2393 - be2net: Fix offload features for Q-in-Q packets
2394 - virtio-net: enable TSO/checksum offloads for Q-in-Q vlans
2395 - tcp: avoid fastopen API to be used on AF_UNSPEC
2396 - sctp: fix ICMP processing if skb is non-linear
2397 - ipv4: add reference counting to metrics
2398 - netem: fix skb_orphan_partial()
2399 - net: phy: marvell: Limit errata to 88m1101
2400 - vlan: Fix tcp checksum offloads in Q-in-Q vlans
2401 - i2c: i2c-tiny-usb: fix buffer not being DMA capable
2402 - mmc: sdhci-iproc: suppress spurious interrupt with Multiblock read
2403 - HID: wacom: Have wacom_tpc_irq guard against possible NULL dereference
2404 - scsi: mpt3sas: Force request partial completion alignment
2405 - drm/radeon/ci: disable mclk switching for high refresh rates (v2)
2406 - drm/radeon: Unbreak HPD handling for r600+
2407 - pcmcia: remove left-over %Z format
2408 - ALSA: hda - apply STAC_9200_DELL_M22 quirk for Dell Latitude D430
2409 - slub/memcg: cure the brainless abuse of sysfs attributes
2410 - drm/gma500/psb: Actually use VBT mode when it is found
2411 - mm/migrate: fix refcount handling when !hugepage_migration_supported()
2412 - mlock: fix mlock count can not decrease in race condition
2413 - xfs: Fix missed holes in SEEK_HOLE implementation
2414 - xfs: fix off-by-one on max nr_pages in xfs_find_get_desired_pgoff()
2415 - xfs: fix over-copying of getbmap parameters from userspace
2416 - xfs: handle array index overrun in xfs_dir2_leaf_readbuf()
2417 - xfs: prevent multi-fsb dir readahead from reading random blocks
2418 - xfs: fix up quotacheck buffer list error handling
2419 - xfs: support ability to wait on new inodes
2420 - xfs: update ag iterator to support wait on new inodes
2421 - xfs: wait on new inodes during quotaoff dquot release
2422 - xfs: fix indlen accounting error on partial delalloc conversion
2423 - xfs: bad assertion for delalloc an extent that start at i_size
2424 - xfs: fix unaligned access in xfs_btree_visit_blocks
2425 - xfs: in _attrlist_by_handle, copy the cursor back to userspace
2426 - xfs: only return -errno or success from attr ->put_listent
2427 - Linux 4.4.71
2428 * CVE-2017-7346
2429 - drm/vmwgfx: limit the number of mip levels in vmw_gb_surface_define_ioctl()
2430 * Power button does not work on Latitude 7480 (LP: #1697116)
2431 - intel-hid: Remove duplicated acpi_remove_notify_handler
2432 - platform/x86: intel-hid: Support 5 button array
2433 * CVE-2017-9074
2434 - ipv6: Check ip6_find_1stfragopt() return value properly.
2435 * CVE-2014-9900
2436 - net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol()
2437
2438 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Thu, 29 Jun 2017 06:56:07 -0300
2439
2440 linux-snapdragon (4.4.0-1063.68) xenial; urgency=low
2441
2442 * linux-snapdragon: 4.4.0-1063.68 -proposed tracker (LP: #1700545)
2443
2444 [ Ubuntu: 4.4.0-83.106 ]
2445
2446 * linux: 4.4.0-83.106 -proposed tracker (LP: #1700541)
2447 * CVE-2017-1000364
2448 - Revert "UBUNTU: SAUCE: mm: Only expand stack if guard area is hit"
2449 - Revert "mm: do not collapse stack gap into THP"
2450 - Revert "mm: enlarge stack guard gap"
2451 - mm: vma_adjust: remove superfluous confusing update in remove_next == 1 case
2452 - mm: larger stack guard gap, between vmas
2453 - mm: fix new crash in unmapped_area_topdown()
2454 - Allow stack to grow up to address space limit
2455
2456 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Mon, 26 Jun 2017 15:28:51 -0300
2457
2458 linux-snapdragon (4.4.0-1062.67) xenial; urgency=low
2459
2460 * linux-snapdragon: 4.4.0-1062.67 -proposed tracker (LP: #1699068)
2461
2462 * Disable CONFIG_I2C_THUNDERX for snapdragon kernel (LP: #1696937)
2463 - [Config] Disable CONFIG_I2C_THUNDERX
2464
2465 [ Ubuntu: 4.4.0-82.105 ]
2466
2467 * linux: 4.4.0-82.105 -proposed tracker (LP: #1699064)
2468 * CVE-2017-1000364
2469 - SAUCE: mm: Only expand stack if guard area is hit
2470 * linux-aws/linux-gke incorrectly producing and using linux-*-tools-
2471 common/linux-*-cloud-tools-common (LP: #1688579)
2472 - [Config] make linux-tools-common and linux-cloud-tools-common protection
2473 consistent
2474 * CVE-2017-9242
2475 - ipv6: fix out of bound writes in __ip6_append_data()
2476 * CVE-2017-9075
2477 - sctp: do not inherit ipv6_{mc|ac|fl}_list from parent
2478 * CVE-2017-9074
2479 - ipv6: Prevent overrun when parsing v6 header options
2480 * CVE-2017-9076
2481 - ipv6/dccp: do not inherit ipv6_mc_list from parent
2482 * CVE-2017-9077
2483 - ipv6/dccp: do not inherit ipv6_mc_list from parent
2484 * CVE-2017-8890
2485 - dccp/tcp: do not inherit mc_list from parent
2486 * Module signing exclusion for staging drivers does not work properly
2487 (LP: #1690908)
2488 - SAUCE: Fix module signing exclusion in package builds
2489 * extend-diff-ignore should use exact matches (LP: #1693504)
2490 - [Packaging] exact extend-diff-ignore matches
2491 * Dell XPS 9360 wifi 5G performance is poor (LP: #1692836)
2492 - SAUCE: ath10k: fix the wifi speed issue for kill 1535
2493 * Upgrade Redpine WLAN/BT driver to ver. 1.2.RC12 (LP: #1694607)
2494 - SAUCE: Redpine: Upgrade to ver. 1.2.RC12
2495 * [DP MST] No audio output through HDMI/DP/mDP ports in Dell WD15 and TB15
2496 docking stations (LP: #1694665)
2497 - drm/i915: Store port enum in intel_encoder
2498 - drm/i915: Eliminate redundant local variable definition
2499 - drm/i915: Switch to using port stored in intel_encoder
2500 - drm/i915: Move audio_connector to intel_encoder
2501 - drm/i915/dp: DP audio API changes for MST
2502 - drm/i915: abstract ddi being audio enabled
2503 - drm/i915/audio: extend get_saved_enc() to support more scenarios
2504 - drm/i915: enable dp mst audio
2505 * Xenial update to 4.4.70 stable release (LP: #1694621)
2506 - usb: misc: legousbtower: Fix buffers on stack
2507 - usb: misc: legousbtower: Fix memory leak
2508 - USB: ene_usb6250: fix DMA to the stack
2509 - watchdog: pcwd_usb: fix NULL-deref at probe
2510 - char: lp: fix possible integer overflow in lp_setup()
2511 - USB: core: replace %p with %pK
2512 - ARM: tegra: paz00: Mark panel regulator as enabled on boot
2513 - tpm_crb: check for bad response size
2514 - infiniband: call ipv6 route lookup via the stub interface
2515 - dm btree: fix for dm_btree_find_lowest_key()
2516 - dm raid: select the Kconfig option CONFIG_MD_RAID0
2517 - dm bufio: avoid a possible ABBA deadlock
2518 - dm bufio: check new buffer allocation watermark every 30 seconds
2519 - dm cache metadata: fail operations if fail_io mode has been established
2520 - dm bufio: make the parameter "retain_bytes" unsigned long
2521 - dm thin metadata: call precommit before saving the roots
2522 - dm space map disk: fix some book keeping in the disk space map
2523 - md: update slab_cache before releasing new stripes when stripes resizing
2524 - rtlwifi: rtl8821ae: setup 8812ae RFE according to device type
2525 - mwifiex: pcie: fix cmd_buf use-after-free in remove/reset
2526 - ima: accept previously set IMA_NEW_FILE
2527 - KVM: x86: Fix load damaged SSEx MXCSR register
2528 - KVM: X86: Fix read out-of-bounds vulnerability in kvm pio emulation
2529 - regulator: tps65023: Fix inverted core enable logic.
2530 - s390/kdump: Add final note
2531 - s390/cputime: fix incorrect system time
2532 - ath9k_htc: Add support of AirTies 1eda:2315 AR9271 device
2533 - ath9k_htc: fix NULL-deref at probe
2534 - drm/amdgpu: Avoid overflows/divide-by-zero in latency_watermark
2535 calculations.
2536 - drm/amdgpu: Make display watermark calculations more accurate
2537 - drm/nouveau/therm: remove ineffective workarounds for alarm bugs
2538 - drm/nouveau/tmr: ack interrupt before processing alarms
2539 - drm/nouveau/tmr: fix corruption of the pending list when rescheduling an
2540 alarm
2541 - drm/nouveau/tmr: avoid processing completed alarms when adding a new one
2542 - drm/nouveau/tmr: handle races with hw when updating the next alarm time
2543 - cdc-acm: fix possible invalid access when processing notification
2544 - proc: Fix unbalanced hard link numbers
2545 - of: fix sparse warning in of_pci_range_parser_one
2546 - iio: dac: ad7303: fix channel description
2547 - pid_ns: Sleep in TASK_INTERRUPTIBLE in zap_pid_ns_processes
2548 - pid_ns: Fix race between setns'ed fork() and zap_pid_ns_processes()
2549 - USB: serial: ftdi_sio: fix setting latency for unprivileged users
2550 - USB: serial: ftdi_sio: add Olimex ARM-USB-TINY(H) PIDs
2551 - ext4 crypto: don't let data integrity writebacks fail with ENOMEM
2552 - ext4 crypto: fix some error handling
2553 - net: qmi_wwan: Add SIMCom 7230E
2554 - fscrypt: fix context consistency check when key(s) unavailable
2555 - f2fs: check entire encrypted bigname when finding a dentry
2556 - fscrypt: avoid collisions when presenting long encrypted filenames
2557 - usb: host: xhci-plat: propagate return value of platform_get_irq()
2558 - xhci: apply PME_STUCK_QUIRK and MISSING_CAS quirk for Denverton
2559 - usb: host: xhci-mem: allocate zeroed Scratchpad Buffer
2560 - net: irda: irda-usb: fix firmware name on big-endian hosts
2561 - usbvision: fix NULL-deref at probe
2562 - mceusb: fix NULL-deref at probe
2563 - ttusb2: limit messages to buffer size
2564 - usb: musb: tusb6010_omap: Do not reset the other direction's packet size
2565 - USB: iowarrior: fix info ioctl on big-endian hosts
2566 - usb: serial: option: add Telit ME910 support
2567 - USB: serial: qcserial: add more Lenovo EM74xx device IDs
2568 - USB: serial: mct_u232: fix big-endian baud-rate handling
2569 - USB: serial: io_ti: fix div-by-zero in set_termios
2570 - USB: hub: fix SS hub-descriptor handling
2571 - USB: hub: fix non-SS hub-descriptor handling
2572 - ipx: call ipxitf_put() in ioctl error path
2573 - iio: proximity: as3935: fix as3935_write
2574 - ceph: fix recursion between ceph_set_acl() and __ceph_setattr()
2575 - gspca: konica: add missing endpoint sanity check
2576 - s5p-mfc: Fix unbalanced call to clock management
2577 - dib0700: fix NULL-deref at probe
2578 - zr364xx: enforce minimum size when reading header
2579 - dvb-frontends/cxd2841er: define symbol_rate_min/max in T/C fe-ops
2580 - cx231xx-audio: fix init error path
2581 - cx231xx-audio: fix NULL-deref at probe
2582 - cx231xx-cards: fix NULL-deref at probe
2583 - powerpc/book3s/mce: Move add_taint() later in virtual mode
2584 - powerpc/pseries: Fix of_node_put() underflow during DLPAR remove
2585 - powerpc/64e: Fix hang when debugging programs with relocated kernel
2586 - ARM: dts: at91: sama5d3_xplained: fix ADC vref
2587 - ARM: dts: at91: sama5d3_xplained: not all ADC channels are available
2588 - arm64: xchg: hazard against entire exchange variable
2589 - arm64: uaccess: ensure extension of access_ok() addr
2590 - arm64: documentation: document tagged pointer stack constraints
2591 - xc2028: Fix use-after-free bug properly
2592 - Revert "UBUNTU: SAUCE: mm: Respect FOLL_FORCE/FOLL_COW for thp"
2593 - mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for thp
2594 - staging: rtl8192e: fix 2 byte alignment of register BSSIDR.
2595 - staging: rtl8192e: rtl92e_get_eeprom_size Fix read size of EPROM_CMD.
2596 - iommu/vt-d: Flush the IOTLB to get rid of the initial kdump mappings
2597 - metag/uaccess: Fix access_ok()
2598 - metag/uaccess: Check access_ok in strncpy_from_user
2599 - uwb: fix device quirk on big-endian hosts
2600 - genirq: Fix chained interrupt data ordering
2601 - osf_wait4(): fix infoleak
2602 - tracing/kprobes: Enforce kprobes teardown after testing
2603 - PCI: Fix pci_mmap_fits() for HAVE_PCI_RESOURCE_TO_USER platforms
2604 - PCI: Freeze PME scan before suspending devices
2605 - drm/edid: Add 10 bpc quirk for LGD 764 panel in HP zBook 17 G2
2606 - nfsd: encoders mustn't use unitialized values in error cases
2607 - drivers: char: mem: Check for address space wraparound with mmap()
2608 - Linux 4.4.70
2609 * Xenial update to 4.4.69 stable release (LP: #1692900)
2610 - xen: adjust early dom0 p2m handling to xen hypervisor behavior
2611 - target: Fix compare_and_write_callback handling for non GOOD status
2612 - target/fileio: Fix zero-length READ and WRITE handling
2613 - target: Convert ACL change queue_depth se_session reference usage
2614 - iscsi-target: Set session_fall_back_to_erl0 when forcing reinstatement
2615 - usb: host: xhci: print correct command ring address
2616 - USB: serial: ftdi_sio: add device ID for Microsemi/Arrow SF2PLUS Dev Kit
2617 - USB: Proper handling of Race Condition when two USB class drivers try to
2618 call init_usb_class simultaneously
2619 - staging: vt6656: use off stack for in buffer USB transfers.
2620 - staging: vt6656: use off stack for out buffer USB transfers.
2621 - staging: gdm724x: gdm_mux: fix use-after-free on module unload
2622 - staging: comedi: jr3_pci: fix possible null pointer dereference
2623 - staging: comedi: jr3_pci: cope with jiffies wraparound
2624 - usb: misc: add missing continue in switch
2625 - usb: Make sure usb/phy/of gets built-in
2626 - usb: hub: Fix error loop seen after hub communication errors
2627 - usb: hub: Do not attempt to autosuspend disconnected devices
2628 - x86/boot: Fix BSS corruption/overwrite bug in early x86 kernel startup
2629 - selftests/x86/ldt_gdt_32: Work around a glibc sigaction() bug
2630 - x86, pmem: Fix cache flushing for iovec write < 8 bytes
2631 - um: Fix PTRACE_POKEUSER on x86_64
2632 - KVM: x86: fix user triggerable warning in kvm_apic_accept_events()
2633 - KVM: arm/arm64: fix races in kvm_psci_vcpu_on
2634 - block: fix blk_integrity_register to use template's interval_exp if not 0
2635 - crypto: algif_aead - Require setkey before accept(2)
2636 - dm era: save spacemap metadata root after the pre-commit
2637 - vfio/type1: Remove locked page accounting workqueue
2638 - IB/core: Fix sysfs registration error flow
2639 - IB/IPoIB: ibX: failed to create mcg debug file
2640 - IB/mlx4: Fix ib device initialization error flow
2641 - IB/mlx4: Reduce SRIOV multicast cleanup warning message to debug level
2642 - ext4: evict inline data when writing to memory map
2643 - fs/xattr.c: zero out memory copied to userspace in getxattr
2644 - ceph: fix memory leak in __ceph_setxattr()
2645 - fs/block_dev: always invalidate cleancache in invalidate_bdev()
2646 - Set unicode flag on cifs echo request to avoid Mac error
2647 - SMB3: Work around mount failure when using SMB3 dialect to Macs
2648 - CIFS: fix mapping of SFM_SPACE and SFM_PERIOD
2649 - cifs: fix CIFS_IOC_GET_MNT_INFO oops
2650 - CIFS: add misssing SFM mapping for doublequote
2651 - padata: free correct variable
2652 - arm64: KVM: Fix decoding of Rt/Rt2 when trapping AArch32 CP accesses
2653 - serial: samsung: Use right device for DMA-mapping calls
2654 - serial: omap: fix runtime-pm handling on unbind
2655 - serial: omap: suspend device on probe errors
2656 - tty: pty: Fix ldisc flush after userspace become aware of the data already
2657 - Bluetooth: Fix user channel for 32bit userspace on 64bit kernel
2658 - Bluetooth: hci_bcm: add missing tty-device sanity check
2659 - Bluetooth: hci_intel: add missing tty-device sanity check
2660 - mac80211: pass RX aggregation window size to driver
2661 - mac80211: pass block ack session timeout to to driver
2662 - mac80211: RX BA support for sta max_rx_aggregation_subframes
2663 - wlcore: Pass win_size taken from ieee80211_sta to FW
2664 - wlcore: Add RX_BA_WIN_SIZE_CHANGE_EVENT event
2665 - ipmi: Fix kernel panic at ipmi_ssif_thread()
2666 - Linux 4.4.69
2667 * Support IPMI system interface on Cavium ThunderX (LP: #1688132)
2668 - i2c: octeon: Cleanup kerneldoc comments
2669 - i2c: octeon: Cleanup i2c-octeon driver
2670 - i2c: octeon: Cleanup resource allocation code
2671 - i2c: octeon: Support I2C_M_RECV_LEN
2672 - i2c: octeon: Increase retry default and use fixed timeout value
2673 - i2c: octeon: Move set-clock and init-lowlevel upward
2674 - i2c: octeon: Rename [read|write]_sw to reg_[read|write]
2675 - i2c: octeon: Introduce helper functions for register access
2676 - i2c: octeon: Remove superfluous check in octeon_i2c_test_iflg
2677 - i2c: octeon: Improve error status checking
2678 - i2c: octeon: Use i2c recovery framework
2679 - i2c: octeon: Add flush writeq helper function
2680 - i2c: octeon: Enable High-Level Controller
2681 - i2c: octeon: Add support for cn78xx chips
2682 - i2c: octeon: Remove zero-length message support
2683 - i2c: octeon: Improve performance if interrupt is early
2684 - i2c: octeon: Add workaround for broken irqs on CN3860
2685 - i2c: octeon: Missing AAK flag in case of I2C_M_RECV_LEN
2686 - i2c: octeon: Avoid printk after too long SMBUS message
2687 - i2c: octeon: Rename driver to prepare for split
2688 - i2c: octeon: Split the driver into two parts
2689 - [Config] CONFIG_I2C_THUNDERX=m
2690 - i2c: thunderx: Add i2c driver for ThunderX SOC
2691 - i2c: thunderx: Add SMBUS alert support
2692 - i2c: octeon,thunderx: Move register offsets to struct
2693 - i2c: octeon: Sort include files alphabetically
2694 - i2c: octeon: Use booleon values for booleon variables
2695 - i2c: octeon: thunderx: Add MAINTAINERS entry
2696 - i2c: octeon: Fix set SCL recovery function
2697 - i2c: octeon: Avoid sending STOP during recovery
2698 - i2c: octeon: Fix high-level controller status check
2699 - i2c: octeon: thunderx: TWSI software reset in recovery
2700 - i2c: octeon: thunderx: Remove double-check after interrupt
2701 - i2c: octeon: thunderx: Limit register access retries
2702 - i2c: thunderx: Enable HWMON class probing
2703 * Xenial update to 4.4.68 stable release (LP: #1691418)
2704 - 9p: fix a potential acl leak
2705 - ARM: 8452/3: PJ4: make coprocessor access sequences buildable in Thumb2 mode
2706 - cpupower: Fix turbo frequency reporting for pre-Sandy Bridge cores
2707 - powerpc/powernv: Fix opal_exit tracepoint opcode
2708 - power: supply: bq24190_charger: Fix irq trigger to IRQF_TRIGGER_FALLING
2709 - power: supply: bq24190_charger: Call set_mode_host() on pm_resume()
2710 - power: supply: bq24190_charger: Install irq_handler_thread() at end of
2711 probe()
2712 - power: supply: bq24190_charger: Call power_supply_changed() for relevant
2713 component
2714 - power: supply: bq24190_charger: Don't read fault register outside
2715 irq_handle_thread()
2716 - power: supply: bq24190_charger: Handle fault before status on interrupt
2717 - leds: ktd2692: avoid harmless maybe-uninitialized warning
2718 - ARM: OMAP5 / DRA7: Fix HYP mode boot for thumb2 build
2719 - mwifiex: debugfs: Fix (sometimes) off-by-1 SSID print
2720 - mwifiex: remove redundant dma padding in AMSDU
2721 - mwifiex: Avoid skipping WEP key deletion for AP
2722 - x86/ioapic: Restore IO-APIC irq_chip retrigger callback
2723 - x86/pci-calgary: Fix iommu_free() comparison of unsigned expression >= 0
2724 - clk: Make x86/ conditional on CONFIG_COMMON_CLK
2725 - kprobes/x86: Fix kernel panic when certain exception-handling addresses are
2726 probed
2727 - x86/platform/intel-mid: Correct MSI IRQ line for watchdog device
2728 - Revert "KVM: nested VMX: disable perf cpuid reporting"
2729 - KVM: nVMX: initialize PML fields in vmcs02
2730 - KVM: nVMX: do not leak PML full vmexit to L1
2731 - usb: host: ehci-exynos: Decrese node refcount on exynos_ehci_get_phy() error
2732 paths
2733 - usb: host: ohci-exynos: Decrese node refcount on exynos_ehci_get_phy() error
2734 paths
2735 - usb: chipidea: Only read/write OTGSC from one place
2736 - usb: chipidea: Handle extcon events properly
2737 - USB: serial: keyspan_pda: fix receive sanity checks
2738 - USB: serial: digi_acceleport: fix incomplete rx sanity check
2739 - USB: serial: ssu100: fix control-message error handling
2740 - USB: serial: io_edgeport: fix epic-descriptor handling
2741 - USB: serial: ti_usb_3410_5052: fix control-message error handling
2742 - USB: serial: ark3116: fix open error handling
2743 - USB: serial: ftdi_sio: fix latency-timer error handling
2744 - USB: serial: quatech2: fix control-message error handling
2745 - USB: serial: mct_u232: fix modem-status error handling
2746 - USB: serial: io_edgeport: fix descriptor error handling
2747 - phy: qcom-usb-hs: Add depends on EXTCON
2748 - serial: 8250_omap: Fix probe and remove for PM runtime
2749 - scsi: mac_scsi: Fix MAC_SCSI=m option when SCSI=m
2750 - MIPS: R2-on-R6 MULTU/MADDU/MSUBU emulation bugfix
2751 - brcmfmac: Ensure pointer correctly set if skb data location changes
2752 - brcmfmac: Make skb header writable before use
2753 - staging: wlan-ng: add missing byte order conversion
2754 - staging: emxx_udc: remove incorrect __init annotations
2755 - ALSA: hda - Fix deadlock of controller device lock at unbinding
2756 - tcp: do not underestimate skb->truesize in tcp_trim_head()
2757 - bpf, arm64: fix jit branch offset related to ldimm64
2758 - tcp: fix wraparound issue in tcp_lp
2759 - tcp: do not inherit fastopen_req from parent
2760 - ipv4, ipv6: ensure raw socket message is big enough to hold an IP header
2761 - rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME string
2762 - ipv6: initialize route null entry in addrconf_init()
2763 - ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notf
2764 - bnxt_en: allocate enough space for ->ntp_fltr_bmap
2765 - f2fs: sanity check segment count
2766 - drm/ttm: fix use-after-free races in vm fault handling
2767 - block: get rid of blk_integrity_revalidate()
2768 - Linux 4.4.68
2769 * Keyboard backlight control does not work on some dell laptops.
2770 (LP: #1693126)
2771 - platform/x86: dell-laptop: Add Latitude 7480 and others to the DMI whitelist
2772 - platform/x86: dell-laptop: Add keyboard backlight timeout AC settings
2773 * Upgrade Redpine WLAN/BT driver to ver. 1.2.RC9 (LP: #1690498)
2774 - SAUCE: Redpine: Upgrade to ver. 1.2.RC9
2775 * exec'ing a setuid binary from a threaded program sometimes fails to setuid
2776 (LP: #1672819)
2777 - SAUCE: exec: ensure file system accounting in check_unsafe_exec is correct
2778 * attempts to rename vlans / vlans have addr_assign_type of 0 on kernel 4.4
2779 (LP: #1682871)
2780 - vlan: Propagate MAC address to VLANs
2781 * Exar usb-serial doesn't restore baud rate after resume from S3/S4
2782 (LP: #1690362)
2783 - SAUCE: xr-usb-serial: re-initialise baudrate after resume from S3/S4
2784 * st_pressure, st_accel IIO drivers fail to detect sensors after reloading
2785 kernel modules (LP: #1690310)
2786 - SAUCE: (no-up) iio: st_pressure: st_accel: Initialise sensor platform data
2787 properly
2788 * nvidia-docker on ppc64le-ubuntu16.04 issue due to cross-thread naming if
2789 !PR_DUMPABLE (LP: #1690225)
2790 - procfs: fix pthread cross-thread naming if !PR_DUMPABLE
2791 * linux xenial derivatives fail to build (LP: #1691814)
2792 - [Packaging] Set do_tools_common in common vars
2793
2794 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Wed, 21 Jun 2017 10:45:33 +0200
2795
2796 linux-snapdragon (4.4.0-1061.66) xenial; urgency=low
2797
2798 [ Ubuntu: 4.4.0-81.104 ]
2799
2800 * CVE-2017-1000364
2801 - mm: enlarge stack guard gap
2802 - mm: do not collapse stack gap into THP
2803
2804 -- Stefan Bader <stefan.bader@canonical.com> Wed, 14 Jun 2017 12:22:51 +0200
2805
2806 linux-snapdragon (4.4.0-1059.63) xenial; urgency=low
2807
2808 * linux-snapdragon: 4.4.0-1059.63 -proposed tracker (LP: #1691183)
2809
2810 * linux xenial derivatives fail to build (LP: #1691814)
2811 - [Packaging] Set do_tools_common in common vars
2812 - [Packaging] Do not build tools-common
2813
2814 [ Ubuntu: 4.4.0-79.100 ]
2815
2816 * linux: 4.4.0-79.100 -proposed tracker (LP: #1691180)
2817 * linux-aws/linux-gke incorrectly producing and using linux-*-tools-
2818 common/linux-*-cloud-tools-common (LP: #1688579)
2819 - [Config] make linux-tools-common and linux-cloud-tools-common provide linux-
2820 gke versions
2821 - [Config] make linux-tools-common and linux-cloud-tools-common provide linux-
2822 aws versions
2823 - [Packaging] prevent linux-*-tools-common from being produced from non linux
2824 packages
2825 * CVE-2017-0605
2826 - tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline()
2827 * i915-bpo crashes on external hdmi input (LP: #1580272)
2828 - SAUCE: i915_bpo: Silence the warning about watermark entries not changing
2829 * Kernel panics on Xenial when using cgroups and strict CFS limits
2830 (LP: #1687512)
2831 - sched/fair: Initialize throttle_count for new task-groups lazily
2832 - sched/fair: Do not announce throttled next buddy in dequeue_task_fair()
2833 * bonding - mlx5 - speed changed to 0 after changing ring size (LP: #1687877)
2834 - bonding: allow notifications for bond_set_slave_link_state
2835 * Xenial update to 4.4.67 stable release (LP: #1689296)
2836 - timerfd: Protect the might cancel mechanism proper
2837 - Handle mismatched open calls
2838 - ASoC: intel: Fix PM and non-atomic crash in bytcr drivers
2839 - ALSA: ppc/awacs: shut up maybe-uninitialized warning
2840 - drbd: avoid redefinition of BITS_PER_PAGE
2841 - mtd: avoid stack overflow in MTD CFI code
2842 - net: tg3: avoid uninitialized variable warning
2843 - netlink: Allow direct reclaim for fallback allocation
2844 - IB/qib: rename BITS_PER_PAGE to RVT_BITS_PER_PAGE
2845 - IB/ehca: fix maybe-uninitialized warnings
2846 - ext4: require encryption feature for EXT4_IOC_SET_ENCRYPTION_POLICY
2847 - ext4 crypto: revalidate dentry after adding or removing the key
2848 - ext4 crypto: use dget_parent() in ext4_d_revalidate()
2849 - ext4/fscrypto: avoid RCU lookup in d_revalidate
2850 - nfsd4: minor NFSv2/v3 write decoding cleanup
2851 - nfsd: stricter decoding of write-like NFSv2/v3 ops
2852 - dm ioctl: prevent stack leak in dm ioctl call
2853 - Linux 4.4.67
2854 * Precision Rack failed to resume from S4 (LP: #1686061)
2855 - x86 / hibernate: Use hlt_play_dead() when resuming from hibernation
2856 - x86/boot: Split out kernel_ident_mapping_init()
2857 - x86/power/64: Always create temporary identity mapping correctly
2858 * Xenial update to 4.4.66 stable release (LP: #1688505)
2859 - f2fs: do more integrity verification for superblock
2860 - xc2028: unlock on error in xc2028_set_config()
2861 - ARM: OMAP2+: timer: add probe for clocksources
2862 - clk: sunxi: Add apb0 gates for H3
2863 - crypto: testmgr - fix out of bound read in __test_aead()
2864 - drm/amdgpu: fix array out of bounds
2865 - ext4: check if in-inode xattr is corrupted in ext4_expand_extra_isize_ea()
2866 - md:raid1: fix a dead loop when read from a WriteMostly disk
2867 - MIPS: Fix crash registers on non-crashing CPUs
2868 - net: cavium: liquidio: Avoid dma_unmap_single on uninitialized ndata
2869 - net_sched: close another race condition in tcf_mirred_release()
2870 - RDS: Fix the atomicity for congestion map update
2871 - regulator: core: Clear the supply pointer if enabling fails
2872 - usb: gadget: f_midi: Fixed a bug when buflen was smaller than wMaxPacketSize
2873 - xen/x86: don't lose event interrupts
2874 - sparc64: kern_addr_valid regression
2875 - sparc64: Fix kernel panic due to erroneous #ifdef surrounding pmd_write()
2876 - net: neigh: guard against NULL solicit() method
2877 - net: phy: handle state correctly in phy_stop_machine
2878 - l2tp: purge socket queues in the .destruct() callback
2879 - l2tp: take reference on sessions being dumped
2880 - l2tp: fix PPP pseudo-wire auto-loading
2881 - net: ipv4: fix multipath RTM_GETROUTE behavior when iif is given
2882 - sctp: listen on the sock only when it's state is listening or closed
2883 - tcp: clear saved_syn in tcp_disconnect()
2884 - dp83640: don't recieve time stamps twice
2885 - net: ipv6: RTF_PCPU should not be settable from userspace
2886 - netpoll: Check for skb->queue_mapping
2887 - ip6mr: fix notification device destruction
2888 - macvlan: Fix device ref leak when purging bc_queue
2889 - ipv6: check skb->protocol before lookup for nexthop
2890 - ipv6: check raw payload size correctly in ioctl
2891 - ALSA: firewire-lib: fix inappropriate assignment between signed/unsigned
2892 type
2893 - ALSA: seq: Don't break snd_use_lock_sync() loop by timeout
2894 - MIPS: KGDB: Use kernel context for sleeping threads
2895 - MIPS: Avoid BUG warning in arch_check_elf
2896 - p9_client_readdir() fix
2897 - Input: i8042 - add Clevo P650RS to the i8042 reset list
2898 - nfsd: check for oversized NFSv2/v3 arguments
2899 - ARCv2: save r30 on kernel entry as gcc uses it for code-gen
2900 - ftrace/x86: Fix triple fault with graph tracing and suspend-to-ram
2901 - Linux 4.4.66
2902 * Xenial update to 4.4.65 stable release (LP: #1688483)
2903 - tipc: make sure IPv6 header fits in skb headroom
2904 - tipc: make dist queue pernet
2905 - tipc: re-enable compensation for socket receive buffer double counting
2906 - tipc: correct error in node fsm
2907 - tty: nozomi: avoid a harmless gcc warning
2908 - hostap: avoid uninitialized variable use in hfa384x_get_rid
2909 - gfs2: avoid uninitialized variable warning
2910 - tipc: fix random link resets while adding a second bearer
2911 - tipc: fix socket timer deadlock
2912 - xc2028: avoid use after free
2913 - netfilter: nfnetlink: correctly validate length of batch messages
2914 - tipc: check minimum bearer MTU
2915 - vfio/pci: Fix integer overflows, bitmask check
2916 - staging/android/ion : fix a race condition in the ion driver
2917 - ping: implement proper locking
2918 - perf/core: Fix concurrent sys_perf_event_open() vs. 'move_group' race
2919 - Linux 4.4.65
2920 * Xenial update to 4.4.64 stable release (LP: #1687638)
2921 - KEYS: Disallow keyrings beginning with '.' to be joined as session keyrings
2922 - KEYS: Change the name of the dead type to ".dead" to prevent user access
2923 - KEYS: fix keyctl_set_reqkey_keyring() to not leak thread keyrings
2924 - tracing: Allocate the snapshot buffer before enabling probe
2925 - ring-buffer: Have ring_buffer_iter_empty() return true when empty
2926 - cifs: Do not send echoes before Negotiate is complete
2927 - CIFS: remove bad_network_name flag
2928 - s390/mm: fix CMMA vs KSM vs others
2929 - VSOCK: Detach QP check should filter out non matching QPs.
2930 - Input: elantech - add Fujitsu Lifebook E547 to force crc_enabled
2931 - ACPI / power: Avoid maybe-uninitialized warning
2932 - mmc: sdhci-esdhc-imx: increase the pad I/O drive strength for DDR50 card
2933 - mac80211: reject ToDS broadcast data frames
2934 - ubi/upd: Always flush after prepared for an update
2935 - powerpc/kprobe: Fix oops when kprobed on 'stdu' instruction
2936 - x86/mce/AMD: Give a name to MCA bank 3 when accessed with legacy MSRs
2937 - kvm: arm/arm64: Fix locking for kvm_free_stage2_pgd
2938 - x86, pmem: fix broken __copy_user_nocache cache-bypass assumptions
2939 - block: fix del_gendisk() vs blkdev_ioctl crash
2940 - tipc: fix crash during node removal
2941 - Linux 4.4.64
2942 * Xenial update to 4.4.63 stable release (LP: #1687629)
2943 - cgroup, kthread: close race window where new kthreads can be migrated to
2944 non-root cgroups
2945 - thp: fix MADV_DONTNEED vs clear soft dirty race
2946 - drm/nouveau/mpeg: mthd returns true on success now
2947 - drm/nouveau/mmu/nv4a: use nv04 mmu rather than the nv44 one
2948 - CIFS: store results of cifs_reopen_file to avoid infinite wait
2949 - Input: xpad - add support for Razer Wildcat gamepad
2950 - perf/x86: Avoid exposing wrong/stale data in intel_pmu_lbr_read_32()
2951 - x86/vdso: Ensure vdso32_enabled gets set to valid values only
2952 - x86/vdso: Plug race between mapping and ELF header setup
2953 - acpi, nfit, libnvdimm: fix interleave set cookie calculation (64-bit
2954 comparison)
2955 - iscsi-target: Fix TMR reference leak during session shutdown
2956 - iscsi-target: Drop work-around for legacy GlobalSAN initiator
2957 - scsi: sr: Sanity check returned mode data
2958 - scsi: sd: Consider max_xfer_blocks if opt_xfer_blocks is unusable
2959 - scsi: sd: Fix capacity calculation with 32-bit sector_t
2960 - xen, fbfront: fix connecting to backend
2961 - libnvdimm: fix reconfig_mutex, mmap_sem, and jbd2_handle lockdep splat
2962 - irqchip/irq-imx-gpcv2: Fix spinlock initialization
2963 - ftrace: Fix removing of second function probe
2964 - char: Drop bogus dependency of DEVPORT on !M68K
2965 - char: lack of bool string made CONFIG_DEVPORT always on
2966 - Revert "MIPS: Lantiq: Fix cascaded IRQ setup"
2967 - kvm: fix page struct leak in handle_vmon
2968 - zram: do not use copy_page with non-page aligned address
2969 - powerpc: Disable HFSCR[TM] if TM is not supported
2970 - crypto: ahash - Fix EINPROGRESS notification callback
2971 - ath9k: fix NULL pointer dereference
2972 - dvb-usb-v2: avoid use-after-free
2973 - ext4: fix inode checksum calculation problem if i_extra_size is small
2974 - platform/x86: acer-wmi: setup accelerometer when machine has appropriate
2975 notify event
2976 - rtc: tegra: Implement clock handling
2977 - mm: Tighten x86 /dev/mem with zeroing reads
2978 - dvb-usb: don't use stack for firmware load
2979 - dvb-usb-firmware: don't do DMA on stack
2980 - virtio-console: avoid DMA from stack
2981 - pegasus: Use heap buffers for all register access
2982 - rtl8150: Use heap buffers for all register access
2983 - catc: Combine failure cleanup code in catc_probe()
2984 - catc: Use heap buffer for memory size test
2985 - tty/serial: atmel: RS485 half duplex w/DMA: enable RX after TX is done
2986 - net: ipv6: check route protocol when deleting routes
2987 - MIPS: fix Select HAVE_IRQ_EXIT_ON_IRQ_STACK patch.
2988 - Linux 4.4.63
2989
2990 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Fri, 19 May 2017 09:39:36 -0300
2991
2992 linux-snapdragon (4.4.0-1058.62) xenial; urgency=low
2993
2994 * linux-snapdragon: 4.4.0-1058.62 -proposed tracker (LP: #1686649)
2995
2996 [ Ubuntu: 4.4.0-78.99 ]
2997
2998 * linux: 4.4.0-78.99 -proposed tracker (LP: #1686645)
2999 * Please backport fix to reference leak in cgroup blkio throttle
3000 (LP: #1683976)
3001 - block: fix module reference leak on put_disk() call for cgroups throttle
3002 * UbuntuKVM guest crashed while running I/O stress test with Ubuntu kernel
3003 4.4.0-47-generic (LP: #1659111)
3004 - block: Unhash block device inodes on gendisk destruction
3005 - block: Use pointer to backing_dev_info from request_queue
3006 - block: Dynamically allocate and refcount backing_dev_info
3007 - block: Make blk_get_backing_dev_info() safe without open bdev
3008 - block: Get rid of blk_get_backing_dev_info()
3009 - block: Move bdev_unhash_inode() after invalidate_partition()
3010 - block: Unhash also block device inode for the whole device
3011 - block: Revalidate i_bdev reference in bd_aquire()
3012 - block: Initialize bd_bdi on inode initialization
3013 - block: Move bdi_unregister() to del_gendisk()
3014 - block: Allow bdi re-registration
3015 - bdi: Fix use-after-free in wb_congested_put()
3016 - block: Make del_gendisk() safer for disks without queues
3017 - block: Fix bdi assignment to bdev inode when racing with disk delete
3018 - bdi: Mark congested->bdi as internal
3019 - bdi: Make wb->bdi a proper reference
3020 - bdi: Unify bdi->wb_list handling for root wb_writeback
3021 - bdi: Shutdown writeback on all cgwbs in cgwb_bdi_destroy()
3022 - bdi: Do not wait for cgwbs release in bdi_unregister()
3023 - bdi: Rename cgwb_bdi_destroy() to cgwb_bdi_unregister()
3024 - block: Fix oops in locked_inode_to_wb_and_lock_list()
3025 - kobject: Export kobject_get_unless_zero()
3026 - block: Fix oops scsi_disk_get()
3027 * Touchpad not working correctly after kernel upgrade (LP: #1662589)
3028 - Input: ALPS - fix V8+ protocol handling (73 03 28)
3029 * Xenial update to v4.4.62 stable release (LP: #1683728)
3030 - drm/i915: Avoid tweaking evaluation thresholds on Baytrail v3
3031 - drm/i915: Stop using RP_DOWN_EI on Baytrail
3032 - usb: dwc3: gadget: delay unmap of bounced requests
3033 - mtd: bcm47xxpart: fix parsing first block after aligned TRX
3034 - MIPS: Introduce irq_stack
3035 - MIPS: Stack unwinding while on IRQ stack
3036 - MIPS: Only change $28 to thread_info if coming from user mode
3037 - MIPS: Switch to the irq_stack in interrupts
3038 - MIPS: Select HAVE_IRQ_EXIT_ON_IRQ_STACK
3039 - MIPS: IRQ Stack: Fix erroneous jal to plat_irq_dispatch
3040 - crypto: caam - fix RNG deinstantiation error checking
3041 - Linux 4.4.62
3042 * ifup service of network device stay active after driver stop (LP: #1672144)
3043 - net: use net->count to check whether a netns is alive or not
3044 * [Hyper-V] mkfs regression in kernel 4.4+ (LP: #1682215)
3045 - block: relax check on sg gap
3046 * [Feature] KBL: intel_powerclamp driver support (LP: #1591641)
3047 - thermal/powerclamp: remove cpu whitelist
3048 - thermal/powerclamp: correct cpu support check
3049 - thermal/powerclamp: add back module device table
3050 * sysfs channel reads of lps22hb pressure sensor are stale (LP: #1682103)
3051 - iio: st_pressure: initialize lps22hb bootime
3052 * Backlight control does not work and there are no entries in
3053 /sys/class/backlight (LP: #1667323)
3054 - Revert "ACPI / video: Add force_native quirk for HP Pavilion dv6"
3055 * [Feature] KBL: intel_rapl driver support (LP: #1591640)
3056 - powercap/intel_rapl: Add support for Kabylake
3057 * Xenial update to v4.4.61 stable release (LP: #1682140)
3058 - drm/vmwgfx: Type-check lookups of fence objects
3059 - drm/vmwgfx: NULL pointer dereference in vmw_surface_define_ioctl()
3060 - drm/vmwgfx: avoid calling vzalloc with a 0 size in vmw_get_cap_3d_ioctl()
3061 - drm/ttm, drm/vmwgfx: Relax permission checking when opening surfaces
3062 - drm/vmwgfx: Remove getparam error message
3063 - drm/vmwgfx: fix integer overflow in vmw_surface_define_ioctl()
3064 - sysfs: be careful of error returns from ops->show()
3065 - staging: android: ashmem: lseek failed due to no FMODE_LSEEK.
3066 - arm/arm64: KVM: Take mmap_sem in stage2_unmap_vm
3067 - arm/arm64: KVM: Take mmap_sem in kvm_arch_prepare_memory_region
3068 - iio: bmg160: reset chip when probing
3069 - Reset TreeId to zero on SMB2 TREE_CONNECT
3070 - ptrace: fix PTRACE_LISTEN race corrupting task->state
3071 - ring-buffer: Fix return value check in test_ringbuffer()
3072 - metag/usercopy: Drop unused macros
3073 - metag/usercopy: Fix alignment error checking
3074 - metag/usercopy: Add early abort to copy_to_user
3075 - metag/usercopy: Zero rest of buffer from copy_from_user
3076 - metag/usercopy: Set flags before ADDZ
3077 - metag/usercopy: Fix src fixup in from user rapf loops
3078 - metag/usercopy: Add missing fixups
3079 - powerpc/mm: Add missing global TLB invalidate if cxl is active
3080 - powerpc: Don't try to fix up misaligned load-with-reservation instructions
3081 - nios2: reserve boot memory for device tree
3082 - s390/decompressor: fix initrd corruption caused by bss clear
3083 - s390/uaccess: get_user() should zero on failure (again)
3084 - MIPS: Force o32 fp64 support on 32bit MIPS64r6 kernels
3085 - MIPS: ralink: Fix typos in rt3883 pinctrl
3086 - MIPS: End spinlocks with .insn
3087 - MIPS: Lantiq: fix missing xbar kernel panic
3088 - MIPS: Flush wrong invalid FTLB entry for huge page
3089 - mm/mempolicy.c: fix error handling in set_mempolicy and mbind.
3090 - Linux 4.4.61
3091 * Xenial update to v4.4.60 stable release (LP: #1681862)
3092 - libceph: force GFP_NOIO for socket allocations
3093 - xen/setup: Don't relocate p2m over existing one
3094 - scsi: mpt3sas: fix hang on ata passthrough commands
3095 - scsi: sg: check length passed to SG_NEXT_CMD_LEN
3096 - scsi: libsas: fix ata xfer length
3097 - ALSA: seq: Fix race during FIFO resize
3098 - ALSA: hda - fix a problem for lineout on a Dell AIO machine
3099 - ASoC: atmel-classd: fix audio clock rate
3100 - ACPI: Fix incompatibility with mcount-based function graph tracing
3101 - ACPI: Do not create a platform_device for IOAPIC/IOxAPIC
3102 - tty/serial: atmel: fix race condition (TX+DMA)
3103 - tty/serial: atmel: fix TX path in atmel_console_write()
3104 - USB: fix linked-list corruption in rh_call_control()
3105 - KVM: x86: clear bus pointer when destroyed
3106 - drm/radeon: Override fpfn for all VRAM placements in radeon_evict_flags
3107 - mm, hugetlb: use pte_present() instead of pmd_present() in follow_huge_pmd()
3108 - MIPS: Lantiq: Fix cascaded IRQ setup
3109 - rtc: s35390a: fix reading out alarm
3110 - rtc: s35390a: make sure all members in the output are set
3111 - rtc: s35390a: implement reset routine as suggested by the reference
3112 - rtc: s35390a: improve irq handling
3113 - KVM: kvm_io_bus_unregister_dev() should never fail
3114 - power: reset: at91-poweroff: timely shutdown LPDDR memories
3115 - blk: improve order of bio handling in generic_make_request()
3116 - blk: Ensure users for current->bio_list can see the full list.
3117 - padata: avoid race in reordering
3118 - Linux 4.4.60
3119
3120 [ Ubuntu: 4.4.0-77.98 ]
3121
3122 * linux: 4.4.0-77.98 -proposed tracker (LP: #1686040)
3123 * [Hyper-V][SAUCE] pci-hyperv: Use only 16 bit integer for PCI domain
3124 (LP: #1684971)
3125 - SAUCE: pci-hyperv: Use only 16 bit integer for PCI domain
3126 * Upgrade Redpine WLAN/BT driver to ver. 1.2.RC4 (LP: #1669672)
3127 - SAUCE: sdhci: use PCI ID to identify Dell IoT gateways
3128 - SAUCE: Redpine: Upgrade to ver. 1.2.RC4
3129 - [Config] Update CONFIG_VEN_RSI_* configs
3130 - SAUCE: Redpine: add copyright to kernel packages
3131 * Fix RX fail issue on Exar USB serial driver after resume from S3/S4
3132 (LP: #1685133)
3133 - SAUCE: xr-usb-serial: Update driver for Exar USB serial ports
3134 * Miscellaneous Ubuntu changes
3135 - [Config] updating configs to match redpine driver changes
3136
3137 [ Ubuntu: 4.4.0-75.96 ]
3138
3139 * linux: 4.4.0-75.96 -proposed tracker (LP: #1684441)
3140 * [Hyper-V] hv: util: move waiting for release to hv_utils_transport itself
3141 (LP: #1682561)
3142 - Drivers: hv: util: move waiting for release to hv_utils_transport itself
3143
3144 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Thu, 27 Apr 2017 18:07:58 -0300
3145
3146 linux-snapdragon (4.4.0-1057.61) xenial; urgency=low
3147
3148 * linux-snapdragon: 4.4.0-1057.61 -proposed tracker (LP: #1682045)
3149
3150 [ Ubuntu: 4.4.0-74.95 ]
3151
3152 * linux: 4.4.0-74.95 -proposed tracker (LP: #1682041)
3153 * [Hyper-V] hv: vmbus: Raise retry/wait limits in vmbus_post_msg()
3154 (LP: #1681893)
3155 - Drivers: hv: vmbus: Raise retry/wait limits in vmbus_post_msg()
3156
3157 -- Stefan Bader <stefan.bader@canonical.com> Wed, 12 Apr 2017 15:27:24 +0200
3158
3159 linux-snapdragon (4.4.0-1056.60) xenial; urgency=low
3160
3161 * linux-snapdragon: 4.4.0-1056.60 -proposed tracker (LP: #1680423)
3162
3163 [ Ubuntu: 4.4.0-73.94 ]
3164
3165 * linux: 4.4.0-73.94 -proposed tracker (LP: #1680416)
3166 * CVE-2017-6353
3167 - sctp: deny peeloff operation on asocs with threads sleeping on it
3168 * vfat: missing iso8859-1 charset (LP: #1677230)
3169 - [Config] NLS_ISO8859_1=y
3170 * Regression: KVM modules should be on main kernel package (LP: #1678099)
3171 - [Config] powerpc: Add kvm-hv and kvm-pr to the generic inclusion list
3172 * linux-lts-xenial 4.4.0-63.84~14.04.2 ADT test failure with linux-lts-xenial
3173 4.4.0-63.84~14.04.2 (LP: #1664912)
3174 - SAUCE: apparmor: fix link auditing failure due to, uninitialized var
3175 * regession tests failing after stackprofile test is run (LP: #1661030)
3176 - SAUCE: fix regression with domain change in complain mode
3177 * Permission denied and inconsistent behavior in complain mode with 'ip netns
3178 list' command (LP: #1648903)
3179 - SAUCE: fix regression with domain change in complain mode
3180 * unexpected errno=13 and disconnected path when trying to open /proc/1/ns/mnt
3181 from a unshared mount namespace (LP: #1656121)
3182 - SAUCE: apparmor: null profiles should inherit parent control flags
3183 * apparmor refcount leak of profile namespace when removing profiles
3184 (LP: #1660849)
3185 - SAUCE: apparmor: fix ns ref count link when removing profiles from policy
3186 * tor in lxd: apparmor="DENIED" operation="change_onexec"
3187 namespace="root//CONTAINERNAME_<var-lib-lxd>" profile="unconfined"
3188 name="system_tor" (LP: #1648143)
3189 - SAUCE: apparmor: Fix no_new_privs blocking change_onexec when using stacked
3190 namespaces
3191 * apparmor oops in bind_mnt when dev_path lookup fails (LP: #1660840)
3192 - SAUCE: apparmor: fix oops in bind_mnt when dev_path lookup fails
3193 * apparmor auditing denied access of special apparmor .null fi\ le
3194 (LP: #1660836)
3195 - SAUCE: apparmor: Don't audit denied access of special apparmor .null file
3196 * apparmor label leak when new label is unused (LP: #1660834)
3197 - SAUCE: apparmor: fix label leak when new label is unused
3198 * apparmor reference count bug in label_merge_insert() (LP: #1660833)
3199 - SAUCE: apparmor: fix reference count bug in label_merge_insert()
3200 * apparmor's raw_data file in securityfs is sometimes truncated (LP: #1638996)
3201 - SAUCE: apparmor: fix replacement race in reading rawdata
3202 * unix domain socket cross permission check failing with nested namespaces
3203 (LP: #1660832)
3204 - SAUCE: apparmor: fix cross ns perm of unix domain sockets
3205 * Xenial update to v4.4.59 stable release (LP: #1678960)
3206 - xfrm: policy: init locks early
3207 - virtio_balloon: init 1st buffer in stats vq
3208 - pinctrl: qcom: Don't clear status bit on irq_unmask
3209 - c6x/ptrace: Remove useless PTRACE_SETREGSET implementation
3210 - h8300/ptrace: Fix incorrect register transfer count
3211 - mips/ptrace: Preserve previous registers for short regset write
3212 - sparc/ptrace: Preserve previous registers for short regset write
3213 - metag/ptrace: Preserve previous registers for short regset write
3214 - metag/ptrace: Provide default TXSTATUS for short NT_PRSTATUS
3215 - metag/ptrace: Reject partial NT_METAG_RPIPE writes
3216 - fscrypt: remove broken support for detecting keyring key revocation
3217 - sched/rt: Add a missing rescheduling point
3218 - Linux 4.4.59
3219 * Update ENA driver to 1.1.2 from net-next (LP: #1664312)
3220 - net: ena: Remove unnecessary pci_set_drvdata()
3221 - net: ena: Fix error return code in ena_device_init()
3222 - net: ena: change the return type of ena_set_push_mode() to be void.
3223 - net: ena: use setup_timer() and mod_timer()
3224 - net/ena: remove ntuple filter support from device feature list
3225 - net/ena: fix queues number calculation
3226 - net/ena: fix ethtool RSS flow configuration
3227 - net/ena: fix RSS default hash configuration
3228 - net/ena: fix NULL dereference when removing the driver after device reset
3229 failed
3230 - net/ena: refactor ena_get_stats64 to be atomic context safe
3231 - net/ena: fix potential access to freed memory during device reset
3232 - net/ena: use READ_ONCE to access completion descriptors
3233 - net/ena: reduce the severity of ena printouts
3234 - net/ena: change driver's default timeouts
3235 - net/ena: change condition for host attribute configuration
3236 - net/ena: update driver version to 1.1.2
3237 * Xenial update to v4.4.58 stable release (LP: #1677600)
3238 - net/openvswitch: Set the ipv6 source tunnel key address attribute correctly
3239 - net: bcmgenet: Do not suspend PHY if Wake-on-LAN is enabled
3240 - net: properly release sk_frag.page
3241 - amd-xgbe: Fix jumbo MTU processing on newer hardware
3242 - net: unix: properly re-increment inflight counter of GC discarded candidates
3243 - net/mlx5: Increase number of max QPs in default profile
3244 - net/mlx5e: Count LRO packets correctly
3245 - net: bcmgenet: remove bcmgenet_internal_phy_setup()
3246 - ipv4: provide stronger user input validation in nl_fib_input()
3247 - socket, bpf: fix sk_filter use after free in sk_clone_lock
3248 - tcp: initialize icsk_ack.lrcvtime at session start time
3249 - Input: elan_i2c - add ASUS EeeBook X205TA special touchpad fw
3250 - Input: i8042 - add noloop quirk for Dell Embedded Box PC 3000
3251 - Input: iforce - validate number of endpoints before using them
3252 - Input: ims-pcu - validate number of endpoints before using them
3253 - Input: hanwang - validate number of endpoints before using them
3254 - Input: yealink - validate number of endpoints before using them
3255 - Input: cm109 - validate number of endpoints before using them
3256 - Input: kbtab - validate number of endpoints before using them
3257 - Input: sur40 - validate number of endpoints before using them
3258 - ALSA: seq: Fix racy cell insertions during snd_seq_pool_done()
3259 - ALSA: ctxfi: Fix the incorrect check of dma_set_mask() call
3260 - ALSA: hda - Adding a group of pin definition to fix headset problem
3261 - USB: serial: option: add Quectel UC15, UC20, EC21, and EC25 modems
3262 - USB: serial: qcserial: add Dell DW5811e
3263 - ACM gadget: fix endianness in notifications
3264 - usb: gadget: f_uvc: Fix SuperSpeed companion descriptor's wBytesPerInterval
3265 - usb-core: Add LINEAR_FRAME_INTR_BINTERVAL USB quirk
3266 - USB: uss720: fix NULL-deref at probe
3267 - USB: lvtest: fix NULL-deref at probe
3268 - USB: idmouse: fix NULL-deref at probe
3269 - USB: wusbcore: fix NULL-deref at probe
3270 - usb: musb: cppi41: don't check early-TX-interrupt for Isoch transfer
3271 - usb: hub: Fix crash after failure to read BOS descriptor
3272 - uwb: i1480-dfu: fix NULL-deref at probe
3273 - uwb: hwa-rc: fix NULL-deref at probe
3274 - mmc: ushc: fix NULL-deref at probe
3275 - iio: adc: ti_am335x_adc: fix fifo overrun recovery
3276 - iio: hid-sensor-trigger: Change get poll value function order to avoid
3277 sensor properties losing after resume from S3
3278 - parport: fix attempt to write duplicate procfiles
3279 - ext4: mark inode dirty after converting inline directory
3280 - mmc: sdhci: Do not disable interrupts while waiting for clock
3281 - xen/acpi: upload PM state from init-domain to Xen
3282 - iommu/vt-d: Fix NULL pointer dereference in device_to_iommu
3283 - ARM: at91: pm: cpu_idle: switch DDR to power-down mode
3284 - ARM: dts: at91: sama5d2: add dma properties to UART nodes
3285 - cpufreq: Restore policy min/max limits on CPU online
3286 - raid10: increment write counter after bio is split
3287 - libceph: don't set weight to IN when OSD is destroyed
3288 - xfs: don't allow di_size with high bit set
3289 - xfs: fix up xfs_swap_extent_forks inline extent handling
3290 - nl80211: fix dumpit error path RTNL deadlocks
3291 - USB: usbtmc: add missing endpoint sanity check
3292 - xfs: clear _XBF_PAGES from buffers when readahead page
3293 - igb: add i211 to i210 PHY workaround
3294 - vfio/spapr: Postpone allocation of userspace version of TCE table
3295 - block: allow WRITE_SAME commands with the SG_IO ioctl
3296 - fbcon: Fix vc attr at deinit
3297 - crypto: algif_hash - avoid zero-sized array
3298 - Linux 4.4.58
3299 * PS/2 mouse does not work on Dell embedded computer (LP: #1591053)
3300 - Input: i8042 - add noloop quirk for Dell Embedded Box PC 3000
3301 * Xenial update to v4.4.57 stable release (LP: #1676424)
3302 - give up on gcc ilog2() constant optimizations
3303 - perf/core: Fix event inheritance on fork()
3304 - cpufreq: Fix and clean up show_cpuinfo_cur_freq()
3305 - powerpc/boot: Fix zImage TOC alignment
3306 - md/raid1/10: fix potential deadlock
3307 - target/pscsi: Fix TYPE_TAPE + TYPE_MEDIMUM_CHANGER export
3308 - scsi: lpfc: Add shutdown method for kexec
3309 - scsi: libiscsi: add lock around task lists to fix list corruption regression
3310 - target: Fix VERIFY_16 handling in sbc_parse_cdb
3311 - isdn/gigaset: fix NULL-deref at probe
3312 - gfs2: Avoid alignment hole in struct lm_lockname
3313 - percpu: acquire pcpu_lock when updating pcpu_nr_empty_pop_pages
3314 - ext4: fix fencepost in s_first_meta_bg validation
3315 - Linux 4.4.57
3316 * Xenial update to v4.4.56 stable release (LP: #1675789)
3317 - netlink: remove mmapped netlink support
3318 - [Config] CONFIG_NETLINK_MMAP disappeared
3319 - vxlan: correctly validate VXLAN ID against VXLAN_N_VID
3320 - vti6: return GRE_KEY for vti6
3321 - ipv4: mask tos for input route
3322 - l2tp: avoid use-after-free caused by l2tp_ip_backlog_recv
3323 - net: don't call strlen() on the user buffer in packet_bind_spkt()
3324 - net: net_enable_timestamp() can be called from irq contexts
3325 - dccp: Unlock sock before calling sk_free()
3326 - tcp: fix various issues for sockets morphing to listen state
3327 - net: fix socket refcounting in skb_complete_wifi_ack()
3328 - net: fix socket refcounting in skb_complete_tx_timestamp()
3329 - dccp: fix use-after-free in dccp_feat_activate_values
3330 - vrf: Fix use-after-free in vrf_xmit
3331 - uapi: fix linux/packet_diag.h userspace compilation error
3332 - act_connmark: avoid crashing on malformed nlattrs with null parms
3333 - mpls: Send route delete notifications when router module is unloaded
3334 - ipv6: make ECMP route replacement less greedy
3335 - ipv6: avoid write to a possibly cloned skb
3336 - dccp/tcp: fix routing redirect race
3337 - dccp: fix memory leak during tear-down of unsuccessful connection request
3338 - net sched actions: decrement module reference count after table flush.
3339 - fscrypt: fix renaming and linking special files
3340 - fscrypto: lock inode while setting encryption policy
3341 - x86/kasan: Fix boot with KASAN=y and PROFILE_ANNOTATED_BRANCHES=y
3342 - x86/perf: Fix CR4.PCE propagation to use active_mm instead of mm
3343 - futex: Fix potential use-after-free in FUTEX_REQUEUE_PI
3344 - futex: Add missing error handling to FUTEX_REQUEUE_PI
3345 - Linux 4.4.56
3346 * Kernel linux-image-4.4.0-67-generic prevent the boot on Microsoft Hyper-v
3347 2012r2 Gen2 VM (LP: #1674635)
3348 - scsi: storvsc: Workaround for virtual DVD SCSI version
3349 * [Hyper-V][Mellanox] net/mlx4_core: Avoid delays during VF driver device
3350 shutdown (LP: #1672785)
3351 - net/mlx4_core: Avoid delays during VF driver device shutdown
3352 * Channel data values for IIO based st_sensors (st_accel, st_pressure) are
3353 incorrect (LP: #1676356)
3354 - iio: core: added support for IIO_VAL_INT
3355 - iio: st_sensors: simplify buffer address handling
3356 - iio: st_sensors: read each channel individually
3357 - iio:st_sensors: emulate SMBus block read if needed
3358 - iio:st_sensors: align on storagebits boundaries
3359 - iio:st_pressure: temperature triggered buffering
3360 - iio:st_pressure: clean useless static channel initializers
3361 - iio: st_pressure: Fix data sign
3362 * Enable lspcon on i915 (LP: #1676747)
3363 - drm: Helper for lspcon in drm_dp_dual_mode
3364 - drm/i915: Add lspcon support for I915 driver
3365 - drm/i915: Parse VBT data for lspcon
3366 - drm/i915: Enable lspcon initialization
3367 - drm/i915: Add lspcon resume function
3368 * stress_smoke_test passing and exiting rc=9 (linux 4.9.0-12.13 ADT test
3369 failure with linux 4.9.0-12.13) (LP: #1658633)
3370 - ext4: lock the xattr block before checksuming it
3371 * Fix line-out port noise on Baytrail-I with RT5660 based sound card
3372 (LP: #1675327)
3373 - SAUCE: (no-up): ASoC: Intel: bytcr-rt5660: Fix noise in line-out
3374 * Kernel 4.4.0-67 Defaults to ACPI-cpufreq rather than P-State - Dell
3375 Precision 5520 (LP: #1674390)
3376 - cpufreq: intel_pstate: Enable HWP by default
3377 * ip_rcv_finish() NULL pointer kernel panic (LP: #1672470)
3378 - bridge: drop netfilter fake rtable unconditionally
3379 * dm-queue-length module is not included in installer/initramfs (LP: #1673350)
3380 - d-i: Also add dm-queue-length to multipath modules
3381 * Broadcom bluetooth modules sometimes fail to initialize (LP: #1483101)
3382 - Bluetooth: btbcm: Add a delay for module reset
3383 * Need support of Broadcom bluetooth device [413c:8143] (LP: #1166113)
3384 - Bluetooth: btusb: Add support for 413c:8143
3385 * i40e Intel X710 error during device probe prevents link set up and ip
3386 association (LP: #1672550)
3387 - i40e: check for and deal with non-contiguous TCs
3388 * CIFS: Call echo service immediately after socket reconnect (LP: #1669941)
3389 - Call echo service immediately after socket reconnect
3390 * FC Adapter (LPe32000-based) prints "iotag out of range", goes offline, and
3391 delays boot a lot (Ubuntu17.04/Emulex/lpfc)) (LP: #1670490)
3392 - scsi: lpfc: Add missing memory barrier
3393 * No C-State Deeper than C3 utilized by Kaby Lake 7820HQ in Precision 5520
3394 (LP: #1672439)
3395 - intel_idle: Add KBL support
3396 * [Hyper-V] Missing PCI patches breaking SR-IOV hot remove (LP: #1670518)
3397 - PCI: hv: Fix hv_pci_remove() for hot-remove
3398 - PCI: hv: Delete the device earlier from hbus->children for hot-remove
3399 - PCI: hv: Make unnecessarily global IRQ masking functions static
3400 - PCI: hv: Allocate physically contiguous hypercall params buffer
3401 * Xenial update to v4.4.55 stable release (LP: #1674292)
3402 - USB: serial: digi_acceleport: fix OOB data sanity check
3403 - USB: serial: digi_acceleport: fix OOB-event processing
3404 - crypto: improve gcc optimization flags for serpent and wp512
3405 - MIPS: Update defconfigs for NF_CT_PROTO_DCCP/UDPLITE change
3406 - MIPS: ip27: Disable qlge driver in defconfig
3407 - MIPS: Update ip27_defconfig for SCSI_DH change
3408 - MIPS: ip22: Fix ip28 build for modern gcc
3409 - MIPS: Update lemote2f_defconfig for CPU_FREQ_STAT change
3410 - mtd: pmcmsp: use kstrndup instead of kmalloc+strncpy
3411 - MIPS: ralink: Cosmetic change to prom_init().
3412 - MIPS: ralink: Remove unused rt*_wdt_reset functions
3413 - cpmac: remove hopeless #warning
3414 - mm: memcontrol: avoid unused function warning
3415 - MIPS: DEC: Avoid la pseudo-instruction in delay slots
3416 - MIPS: Netlogic: Fix CP0_EBASE redefinition warnings
3417 - tracing: Add #undef to fix compile error
3418 - powerpc: Emulation support for load/store instructions on LE
3419 - usb: gadget: dummy_hcd: clear usb_gadget region before registration
3420 - usb: dwc3: gadget: make Set Endpoint Configuration macros safe
3421 - usb: gadget: function: f_fs: pass companion descriptor along
3422 - usb: host: xhci-dbg: HCIVERSION should be a binary number
3423 - usb: host: xhci-plat: Fix timeout on removal of hot pluggable xhci
3424 controllers
3425 - USB: serial: safe_serial: fix information leak in completion handler
3426 - USB: serial: omninet: fix reference leaks at open
3427 - USB: iowarrior: fix NULL-deref at probe
3428 - USB: iowarrior: fix NULL-deref in write
3429 - USB: serial: io_ti: fix NULL-deref in interrupt callback
3430 - USB: serial: io_ti: fix information leak in completion handler
3431 - serial: samsung: Continue to work if DMA request fails
3432 - mvsas: fix misleading indentation
3433 - KVM: s390: Fix guest migration for huge guests resulting in panic
3434 - s390/kdump: Use "LINUX" ELF note name instead of "CORE"
3435 - nfit, libnvdimm: fix interleave set cookie calculation
3436 - dm: flush queued bios when process blocks to avoid deadlock
3437 - ext4: don't BUG when truncating encrypted inodes on the orphan list
3438 - Linux 4.4.55
3439 * Xenial update to v4.4.54 stable release (LP: #1673541)
3440 - serial: 8250_pci: Add MKS Tenta SCOM-0800 and SCOM-0801 cards
3441 - KVM: s390: Disable dirty log retrieval for UCONTROL guests
3442 - KVM: VMX: use correct vmcs_read/write for guest segment selector/base
3443 - Bluetooth: Add another AR3012 04ca:3018 device
3444 - s390/qdio: clear DSCI prior to scanning multiple input queues
3445 - s390/dcssblk: fix device size calculation in dcssblk_direct_access()
3446 - s390: TASK_SIZE for kernel threads
3447 - s390: make setup_randomness work
3448 - s390: use correct input data address for setup_randomness
3449 - net: mvpp2: fix DMA address calculation in mvpp2_txq_inc_put()
3450 - mnt: Tuck mounts under others instead of creating shadow/side mounts.
3451 - IB/ipoib: Fix deadlock between rmmod and set_mode
3452 - IB/IPoIB: Add destination address when re-queue packet
3453 - IB/srp: Avoid that duplicate responses trigger a kernel bug
3454 - IB/srp: Fix race conditions related to task management
3455 - ktest: Fix child exit code processing
3456 - ceph: remove req from unsafe list when unregistering it
3457 - target: Fix NULL dereference during LUN lookup + active I/O shutdown
3458 - nlm: Ensure callback code also checks that the files match
3459 - pwm: pca9685: Fix period change with same duty cycle
3460 - xtensa: move parse_tag_fdt out of #ifdef CONFIG_BLK_DEV_INITRD
3461 - mac80211: flush delayed work when entering suspend
3462 - drm/amdgpu: add more cases to DCE11 possible crtc mask setup
3463 - drm/ast: Fix test for VGA enabled
3464 - drm/ast: Call open_key before enable_mmio in POST code
3465 - drm/ast: Fix AST2400 POST failure without BMC FW or VBIOS
3466 - drm/edid: Add EDID_QUIRK_FORCE_8BPC quirk for Rotel RSX-1058
3467 - drm/ttm: Make sure BOs being swapped out are cacheable
3468 - drm/atomic: fix an error code in mode_fixup()
3469 - fakelb: fix schedule while atomic
3470 - drm/i915/dsi: Do not clear DPOUNIT_CLOCK_GATE_DISABLE from
3471 vlv_init_display_clock_gating
3472 - libceph: use BUG() instead of BUG_ON(1)
3473 - fat: fix using uninitialized fields of fat_inode/fsinfo_inode
3474 - drivers: hv: Turn off write permission on the hypercall page
3475 - Linux 4.4.54
3476 * Xenial update to v4.4.53 stable release (LP: #1673538)
3477 - samples: move mic/mpssd example code from Documentation
3478 - MIPS: Fix special case in 64 bit IP checksumming.
3479 - MIPS: BCM47XX: Fix button inversion for Asus WL-500W
3480 - MIPS: OCTEON: Fix copy_from_user fault handling for large buffers
3481 - MIPS: Lantiq: Keep ethernet enabled during boot
3482 - MIPS: Clear ISA bit correctly in get_frame_info()
3483 - MIPS: Prevent unaligned accesses during stack unwinding
3484 - MIPS: Fix get_frame_info() handling of microMIPS function size
3485 - MIPS: Fix is_jump_ins() handling of 16b microMIPS instructions
3486 - MIPS: Calculate microMIPS ra properly when unwinding the stack
3487 - MIPS: Handle microMIPS jumps in the same way as MIPS32/MIPS64 jumps
3488 - am437x-vpfe: always assign bpp variable
3489 - uvcvideo: Fix a wrong macro
3490 - media: fix dm1105.c build error
3491 - ARM: at91: define LPDDR types
3492 - ARM: dts: at91: Enable DMA on sama5d4_xplained console
3493 - ARM: dts: at91: Enable DMA on sama5d2_xplained console
3494 - ALSA: hda/realtek - Cannot adjust speaker's volume on a Dell AIO
3495 - ALSA: hda - fix Lewisburg audio issue
3496 - ALSA: timer: Reject user params with too small ticks
3497 - ALSA: ctxfi: Fallback DMA mask to 32bit
3498 - ALSA: seq: Fix link corruption by event error handling
3499 - ALSA: hda - Add subwoofer support for Dell Inspiron 17 7000 Gaming
3500 - ALSA: hda - Fix micmute hotkey problem for a lenovo AIO machine
3501 - staging: rtl: fix possible NULL pointer dereference
3502 - regulator: Fix regulator_summary for deviceless consumers
3503 - iommu/vt-d: Fix some macros that are incorrectly specified in intel-iommu
3504 - iommu/vt-d: Tylersburg isoch identity map check is done too late.
3505 - mm/page_alloc: fix nodes for reclaim in fast path
3506 - mm: vmpressure: fix sending wrong events on underflow
3507 - mm: do not access page->mapping directly on page_endio
3508 - ipc/shm: Fix shmat mmap nil-page protection
3509 - dm cache: fix corruption seen when using cache > 2TB
3510 - dm stats: fix a leaked s->histogram_boundaries array
3511 - Revert "scsi: storvsc: properly set residual data length on errors"
3512 - scsi: storvsc: properly set residual data length on errors
3513 - scsi: aacraid: Reorder Adapter status check
3514 - scsi: use 'scsi_device_from_queue()' for scsi_dh
3515 - sd: get disk reference in sd_check_events()
3516 - Fix: Disable sys_membarrier when nohz_full is enabled
3517 - jbd2: don't leak modified metadata buffers on an aborted journal
3518 - block/loop: fix race between I/O and set_status
3519 - loop: fix LO_FLAGS_PARTSCAN hang
3520 - ext4: Include forgotten start block on fallocate insert range
3521 - ext4: do not polute the extents cache while shifting extents
3522 - ext4: trim allocation requests to group size
3523 - ext4: fix data corruption in data=journal mode
3524 - ext4: fix inline data error paths
3525 - ext4: preserve the needs_recovery flag when the journal is aborted
3526 - ext4: return EROFS if device is r/o and journal replay is needed
3527 - samples/seccomp: fix 64-bit comparison macros
3528 - target: Obtain se_node_acl->acl_kref during get_initiator_node_acl
3529 - target: Fix multi-session dynamic se_node_acl double free OOPs
3530 - ath5k: drop bogus warning on drv_set_key with unsupported cipher
3531 - ath9k: fix race condition in enabling/disabling IRQs
3532 - ath9k: use correct OTP register offsets for the AR9340 and AR9550
3533 - crypto: testmgr - Pad aes_ccm_enc_tv_template vector
3534 - fuse: add missing FR_FORCE
3535 - arm/arm64: KVM: Enforce unconditional flush to PoC when mapping to stage-2
3536 - iio: pressure: mpl115: do not rely on structure field ordering
3537 - iio: pressure: mpl3115: do not rely on structure field ordering
3538 - can: usb_8dev: Fix memory leak of priv->cmd_msg_buffer
3539 - w1: don't leak refcount on slave attach failure in w1_attach_slave_device()
3540 - w1: ds2490: USB transfer buffers need to be DMAable
3541 - usb: musb: da8xx: Remove CPPI 3.0 quirk and methods
3542 - usb: host: xhci: plat: check hcc_params after add hcd
3543 - usb: gadget: udc: fsl: Add missing complete function.
3544 - hv: allocate synic pages for all present CPUs
3545 - hv: init percpu_list in hv_synic_alloc()
3546 - Drivers: hv: util: kvp: Fix a rescind processing issue
3547 - Drivers: hv: util: Fcopy: Fix a rescind processing issue
3548 - Drivers: hv: util: Backup: Fix a rescind processing issue
3549 - RDMA/core: Fix incorrect structure packing for booleans
3550 - rdma_cm: fail iwarp accepts w/o connection params
3551 - gfs2: Add missing rcu locking for glock lookup
3552 - rtlwifi: Fix alignment issues
3553 - rtlwifi: rtl8192c-common: Fix "BUG: KASAN:
3554 - nfsd: minor nfsd_setattr cleanup
3555 - nfsd: special case truncates some more
3556 - NFSv4: Fix memory and state leak in _nfs4_open_and_get_state
3557 - NFSv4: fix getacl head length estimation
3558 - NFSv4: fix getacl ERANGE for some ACL buffer sizes
3559 - rtc: sun6i: Add some locking
3560 - rtc: sun6i: Switch to the external oscillator
3561 - md linear: fix a race between linear_add() and linear_congested()
3562 - bcma: use (get|put)_device when probing/removing device driver
3563 - dmaengine: ipu: Make sure the interrupt routine checks all interrupts.
3564 - powerpc/xmon: Fix data-breakpoint
3565 - MIPS: IP22: Reformat inline assembler code to modern standards.
3566 - MIPS: IP22: Fix build error due to binutils 2.25 uselessnes.
3567 - scsi: lpfc: Correct WQ creation for pagesize
3568 - Linux 4.4.53
3569 * move aufs.ko from -extra to linux-image package (LP: #1673498)
3570 - [config] aufs.ko moved to linux-image package
3571 * [Xenial] net: better skb->sender_cpu and skb->napi_id cohabitation
3572 (LP: #1673303)
3573 - net: better skb->sender_cpu and skb->napi_id cohabitation
3574 * lsattr 32bit does not work on 64bit kernel (Inappropriate ioctl error)
3575 (LP: #1619918)
3576 - btrfs: fix btrfs_compat_ioctl failures on non-compat ioctls
3577 * linux-tools-common should Depends: lsb-release (LP: #1667571)
3578 - [Config] linux-tools-common depends on lsb-release
3579 * Add Use-After-Free Patch for Ubuntu16.10 - EEH on BELL3 adapter fails to
3580 recover (serial/tty) (LP: #1669153)
3581 - 8250_pci: Fix potential use-after-free in error path
3582 * [Hyper-V] pci-hyperv: Use device serial number as PCI domain (LP: #1667527)
3583 - net/mlx4_core: Use cq quota in SRIOV when creating completion EQs
3584 - PCI: hv: Use device serial number as PCI domain
3585 * [Xenial - 16.04 ]Bonding driver - stack corruption when trying to copy 20
3586 bytes to a sockaddr (LP: #1668042)
3587 - net/bonding: Enforce active-backup policy for IPoIB bonds
3588 * Request to backport cxlflash patches to Xenial SRU stream (LP: #1623750)
3589 - scsi: cxlflash: Scan host only after the port is ready for I/O
3590 - scsi: cxlflash: Remove the device cleanly in the system shutdown path
3591 - scsi: cxlflash: Fix to avoid EEH and host reset collisions
3592 - scsi: cxlflash: Improve EEH recovery time
3593 * Xenial update to v4.4.52 stable release (LP: #1669016)
3594 - net/llc: avoid BUG_ON() in skb_orphan()
3595 - packet: fix races in fanout_add()
3596 - packet: Do not call fanout_release from atomic contexts
3597 - irda: Fix lockdep annotations in hashbin_delete().
3598 - ip: fix IP_CHECKSUM handling
3599 - net: socket: fix recvmmsg not returning error from sock_error
3600 - tty: serial: msm: Fix module autoload
3601 - USB: serial: mos7840: fix another NULL-deref at open
3602 - USB: serial: cp210x: add new IDs for GE Bx50v3 boards
3603 - USB: serial: ftdi_sio: fix modem-status error handling
3604 - USB: serial: ftdi_sio: fix extreme low-latency setting
3605 - USB: serial: ftdi_sio: fix line-status over-reporting
3606 - USB: serial: spcp8x5: fix modem-status handling
3607 - USB: serial: opticon: fix CTS retrieval at open
3608 - USB: serial: ark3116: fix register-accessor error handling
3609 - x86/platform/goldfish: Prevent unconditional loading
3610 - goldfish: Sanitize the broken interrupt handler
3611 - block: fix double-free in the failure path of cgwb_bdi_init()
3612 - rtlwifi: rtl_usb: Fix for URB leaking when doing ifconfig up/down
3613 - Revert "usb: chipidea: imx: enable CI_HDRC_SET_NON_ZERO_TTHA"
3614 - kvm: vmx: ensure VMCS is current while enabling PML
3615 - Linux 4.4.52
3616 * Xenial update to v4.4.51 stable release (LP: #1669015)
3617 - vfs: fix uninitialized flags in splice_to_pipe()
3618 - siano: make it work again with CONFIG_VMAP_STACK
3619 - fuse: fix use after free issue in fuse_dev_do_read()
3620 - scsi: don't BUG_ON() empty DMA transfers
3621 - Fix missing sanity check in /dev/sg
3622 - Input: elan_i2c - add ELAN0605 to the ACPI table
3623 - drm/radeon: Use mode h/vdisplay fields to hide out of bounds HW cursor
3624 - drm/dp/mst: fix kernel oops when turning off secondary monitor
3625 - futex: Move futex_init() to core_initcall
3626 - ARM: 8658/1: uaccess: fix zeroing of 64-bit get_user()
3627 - printk: use rcuidle console tracepoint
3628 - NTB: ntb_transport: fix debugfs_remove_recursive
3629 - ntb_transport: Pick an unused queue
3630 - bcache: Make gc wakeup sane, remove set_task_state()
3631 - mmc: core: fix multi-bit bus width without high-speed mode
3632 - Linux 4.4.51
3633 * Xenial update to v4.4.50 stable release (LP: #1666324)
3634 - can: Fix kernel panic at security_sock_rcv_skb
3635 - ipv6: fix ip6_tnl_parse_tlv_enc_lim()
3636 - ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim()
3637 - tcp: fix 0 divide in __tcp_select_window()
3638 - net: use a work queue to defer net_disable_timestamp() work
3639 - ipv4: keep skb->dst around in presence of IP options
3640 - netlabel: out of bound access in cipso_v4_validate()
3641 - ip6_gre: fix ip6gre_err() invalid reads
3642 - ipv6: tcp: add a missing tcp_v6_restore_cb()
3643 - tcp: avoid infinite loop in tcp_splice_read()
3644 - tun: read vnet_hdr_sz once
3645 - macvtap: read vnet_hdr_size once
3646 - mlx4: Invoke softirqs after napi_reschedule
3647 - sctp: avoid BUG_ON on sctp_wait_for_sndbuf
3648 - sit: fix a double free on error path
3649 - net: introduce device min_header_len
3650 - packet: round up linear to header len
3651 - ping: fix a null pointer dereference
3652 - l2tp: do not use udp_ioctl()
3653 - Linux 4.4.50
3654 * FlashGT Integration and Setup: fsbmc30: After 17th reboot of soft bootme,
3655 HTX & Linux errors seen with 256 virtual LUNs (LP: #1667239)
3656 - cxl: Fix coredump generation when cxl_get_fd() is used
3657 * [Hyper-V] Ubuntu 14.04.2 LTS Generation 2 SCSI Errors on VSS Based Backups
3658 (LP: #1470250)
3659 - Drivers: hv: vss: Operation timeouts should match host expectation
3660 - SAUCE: Tools: hv: vss: Thaw the filesystem and continue after freeze fails
3661 * kernel 4.4.0-63 with USB WLAN RTL8192CU freezes desktop (LP: #1666421)
3662 - rtlwifi: rtl_usb: Fix missing entry in USB driver's private data
3663 * Export symbol "dev_pm_qos_update_user_latency_tolerance" (LP: #1666401)
3664 - PM / QoS: Export dev_pm_qos_update_user_latency_tolerance
3665 * Linux ZFS port doesn't respect RLIMIT_FSIZE (LP: #1656259)
3666 - SAUCE: (noup) Update zfs to 0.6.5.6-0ubuntu16
3667
3668 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Fri, 07 Apr 2017 15:57:34 +0100
3669
3670 linux-snapdragon (4.4.0-1055.59) xenial; urgency=low
3671
3672 * linux-snapdragon: 4.4.0-1055.59 -proposed tracker (LP: #1678084)
3673
3674 [ Ubuntu: 4.4.0-72.93 ]
3675
3676 * linux: 4.4.0-72.93 -proposed tracker (LP: #1678078)
3677 * Fix CVE-2017-7308 (LP: #1678009)
3678 - net/packet: fix overflow in check for priv area size
3679 - net/packet: fix overflow in check for tp_frame_nr
3680 - net/packet: fix overflow in check for tp_reserve
3681
3682 -- Stefan Bader <stefan.bader@canonical.com> Fri, 31 Mar 2017 16:49:38 +0200
3683
3684 linux-snapdragon (4.4.0-1054.58) xenial; urgency=low
3685
3686 [ Ubuntu: 4.4.0-71.92 ]
3687
3688 * CVE-2017-7184
3689 - xfrm_user: validate XFRM_MSG_NEWAE XFRMA_REPLAY_ESN_VAL replay_window
3690 - xfrm_user: validate XFRM_MSG_NEWAE incoming ESN size harder
3691
3692 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Fri, 24 Mar 2017 10:39:14 -0300
3693
3694 linux-snapdragon (4.4.0-1053.57) xenial; urgency=low
3695
3696 * linux-snapdragon: 4.4.0-1053.57 -proposed tracker (LP: #1674941)
3697
3698
3699 [ Ubuntu: 4.4.0-70.91 ]
3700
3701 * linux: 4.4.0-70.91 -proposed tracker (LP: #1674938)
3702 * snaps with classic + jailmode confinement started to fail on zesty
3703 (LP: #1666897)
3704 - Revert "UBUNTU: SAUCE: apparmor: fix link auditing failure due to,
3705 uninitialized var"
3706 - Revert "UBUNTU: SAUCE: fix regression with domain change in complain mode"
3707 - Revert "UBUNTU: SAUCE: apparmor: flock mediation is not being enforced on
3708 cache check"
3709 - Revert "UBUNTU: SAUCE: apparmor: null profiles should inherit parent control
3710 flags"
3711 - Revert "UBUNTU: SAUCE: apparmor: fix ns ref count link when removing
3712 profiles from policy"
3713 - Revert "UBUNTU: SAUCE: apparmor: Fix no_new_privs blocking change_onexec
3714 when using stacked namespaces"
3715 - Revert "UBUNTU: SAUCE: apparmor: fix oops in bind_mnt when dev_path lookup
3716 fails"
3717 - Revert "UBUNTU: SAUCE: apparmor: Don't audit denied access of special
3718 apparmor .null file"
3719 - Revert "UBUNTU: SAUCE: apparmor: fix label leak when new label is unused"
3720 - Revert "UBUNTU: SAUCE: apparmor: fix reference count bug in
3721 label_merge_insert()"
3722 - Revert "UBUNTU: SAUCE: apparmor: fix replacement race in reading rawdata"
3723 - Revert "UBUNTU: SAUCE: apparmor: fix cross ns perm of unix domain sockets"
3724
3725 -- Stefan Bader <stefan.bader@canonical.com> Wed, 22 Mar 2017 10:05:14 +0100
3726
3727 linux-snapdragon (4.4.0-1051.55) xenial; urgency=low
3728
3729 [ Thadeu Lima de Souza Cascardo ]
3730
3731 * linux-snapdragon: 4.4.0-1051.55 -proposed tracker (LP: #1671191)
3732 * Miscellaneous Ubuntu changes
3733 - [Config] Sync config with master
3734
3735 [ Ubuntu: 4.4.0-67.88 ]
3736
3737 * linux: 4.4.0-67.88 -proposed tracker (LP: #1667052)
3738 * Recent KVM RTC cherry-picks break (some) Windows Live-Migrations
3739 (LP: #1668594)
3740 - kvm: x86: correctly reset dest_map->vector when restoring LAPIC state
3741 * Regression in 4.4.0-65-generic causes very frequent system crashes
3742 (LP: #1669611)
3743 - Revert "UBUNTU: SAUCE: apparmor: fix lock ordering for mkdir"
3744 - Revert "UBUNTU: SAUCE: apparmor: fix leak on securityfs pin count"
3745 - Revert "UBUNTU: SAUCE: apparmor: fix reference count leak when
3746 securityfs_setup_d_inode() fails"
3747 - Revert "UBUNTU: SAUCE: apparmor: fix not handling error case when
3748 securityfs_pin_fs() fails"
3749 * Upgrade Redpine RS9113 driver to support AP mode (LP: #1665211)
3750 - SAUCE: Redpine driver to support Host AP mode
3751 * NFS client : permission denied when trying to access subshare, since kernel
3752 4.4.0-31 (LP: #1649292)
3753 - fs: Better permission checking for submounts
3754 * [Hyper-V] SAUCE: pci-hyperv fixes for SR-IOV on Azure (LP: #1665097)
3755 - SAUCE: PCI: hv: Fix wslot_to_devfn() to fix warnings on device removal
3756 - SAUCE: pci-hyperv: properly handle pci bus remove
3757 - SAUCE: pci-hyperv: lock pci bus on device eject
3758 * [Hyper-V/Azure] Please include Mellanox OFED drivers in Azure kernel and
3759 image (LP: #1650058)
3760 - net/mlx4_en: Fix bad WQE issue
3761 - net/mlx4_core: Fix racy CQ (Completion Queue) free
3762 - net/mlx4_core: Fix when to save some qp context flags for dynamic VST to VGT
3763 transitions
3764 - net/mlx4_core: Avoid command timeouts during VF driver device shutdown
3765 * Xenial update to v4.4.49 stable release (LP: #1664960)
3766 - ARC: [arcompact] brown paper bag bug in unaligned access delay slot fixup
3767 - selinux: fix off-by-one in setprocattr
3768 - Revert "x86/ioapic: Restore IO-APIC irq_chip retrigger callback"
3769 - cpumask: use nr_cpumask_bits for parsing functions
3770 - hns: avoid stack overflow with CONFIG_KASAN
3771 - ARM: 8643/3: arm/ptrace: Preserve previous registers for short regset write
3772 - target: Don't BUG_ON during NodeACL dynamic -> explicit conversion
3773 - target: Use correct SCSI status during EXTENDED_COPY exception
3774 - target: Fix early transport_generic_handle_tmr abort scenario
3775 - target: Fix COMPARE_AND_WRITE ref leak for non GOOD status
3776 - ARM: 8642/1: LPAE: catch pending imprecise abort on unmask
3777 - mac80211: Fix adding of mesh vendor IEs
3778 - netvsc: Set maximum GSO size in the right place
3779 - scsi: zfcp: fix use-after-free by not tracing WKA port open/close on failed
3780 send
3781 - scsi: aacraid: Fix INTx/MSI-x issue with older controllers
3782 - scsi: mpt3sas: disable ASPM for MPI2 controllers
3783 - xen-netfront: Delete rx_refill_timer in xennet_disconnect_backend()
3784 - ALSA: seq: Fix race at creating a queue
3785 - ALSA: seq: Don't handle loop timeout at snd_seq_pool_done()
3786 - drm/i915: fix use-after-free in page_flip_completed()
3787 - Linux 4.4.49
3788 * NFS client : kernel 4.4.0-57 crash with nfsv4 enries in /etc/fstab
3789 (LP: #1650336)
3790 - SUNRPC: fix refcounting problems with auth_gss messages.
3791 * [0bda:0328] Card reader failed after S3 (LP: #1664809)
3792 - usb: hub: Wait for connection to be reestablished after port reset
3793 * linux-lts-xenial 4.4.0-63.84~14.04.2 ADT test failure with linux-lts-xenial
3794 4.4.0-63.84~14.04.2 (LP: #1664912)
3795 - SAUCE: apparmor: fix link auditing failure due to, uninitialized var
3796 * ibmvscsis: Add SGL LIMIT (LP: #1662551)
3797 - ibmvscsis: Add SGL limit
3798 * [Hyper-V] Bug fixes for storvsc (tagged queuing, error conditions)
3799 (LP: #1663687)
3800 - scsi: storvsc: Enable tracking of queue depth
3801 - scsi: storvsc: Remove the restriction on max segment size
3802 - scsi: storvsc: Enable multi-queue support
3803 - scsi: storvsc: use tagged SRB requests if supported by the device
3804 - scsi: storvsc: properly handle SRB_ERROR when sense message is present
3805 - scsi: storvsc: properly set residual data length on errors
3806 * ISST-LTE:pNV: ppc64_cpu command is hung w HDs, SSDs and NVMe (LP: #1662666)
3807 - blk-mq: Avoid memory reclaim when remapping queues
3808 - blk-mq: Fix failed allocation path when mapping queues
3809 * Possible missing firmware /lib/firmware/i915/kbl_dmc_ver1.bin for module
3810 i915_bpo (LP: #1624164)
3811 - SAUCE: i915_bpo: Remove MODULE_FIRMWARE statement for i915/kbl_dmc_ver1.bin
3812 * Intel I210 ethernet does not work both after S3 (LP: #1662763)
3813 - igb: implement igb_ptp_suspend
3814 - igb: call igb_ptp_suspend during suspend/resume cycle
3815 * [Hyper-V] Fix ring buffer handling to avoid host throttling (LP: #1661430)
3816 - Drivers: hv: vmbus: On write cleanup the logic to interrupt the host
3817 - Drivers: hv: vmbus: On the read path cleanup the logic to interrupt the host
3818 - Drivers: hv: vmbus: finally fix hv_need_to_signal_on_read()
3819 * brd module compiled as built-in (LP: #1593293)
3820 - [Config] CONFIG_BLK_DEV_RAM=m
3821 * regession tests failing after stackprofile test is run (LP: #1661030)
3822 - SAUCE: fix regression with domain change in complain mode
3823 * Permission denied and inconsistent behavior in complain mode with 'ip netns
3824 list' command (LP: #1648903)
3825 - SAUCE: fix regression with domain change in complain mode
3826 * flock not mediated by 'k' (LP: #1658219)
3827 - SAUCE: apparmor: flock mediation is not being enforced on cache check
3828 * unexpected errno=13 and disconnected path when trying to open /proc/1/ns/mnt
3829 from a unshared mount namespace (LP: #1656121)
3830 - SAUCE: apparmor: null profiles should inherit parent control flags
3831 * apparmor refcount leak of profile namespace when removing profiles
3832 (LP: #1660849)
3833 - SAUCE: apparmor: fix ns ref count link when removing profiles from policy
3834 * tor in lxd: apparmor="DENIED" operation="change_onexec"
3835 namespace="root//CONTAINERNAME_<var-lib-lxd>" profile="unconfined"
3836 name="system_tor" (LP: #1648143)
3837 - SAUCE: apparmor: Fix no_new_privs blocking change_onexec when using stacked
3838 namespaces
3839 * apparmor_parser hangs indefinitely when called by multiple threads
3840 (LP: #1645037)
3841 - SAUCE: apparmor: fix lock ordering for mkdir
3842 * apparmor leaking securityfs pin count (LP: #1660846)
3843 - SAUCE: apparmor: fix leak on securityfs pin count
3844 * apparmor reference count leak when securityfs_setup_d_inode\ () fails
3845 (LP: #1660845)
3846 - SAUCE: apparmor: fix reference count leak when securityfs_setup_d_inode()
3847 fails
3848 * apparmor not checking error if security_pin_fs() fails (LP: #1660842)
3849 - SAUCE: apparmor: fix not handling error case when securityfs_pin_fs() fails
3850 * apparmor oops in bind_mnt when dev_path lookup fails (LP: #1660840)
3851 - SAUCE: apparmor: fix oops in bind_mnt when dev_path lookup fails
3852 * apparmor auditing denied access of special apparmor .null fi\ le
3853 (LP: #1660836)
3854 - SAUCE: apparmor: Don't audit denied access of special apparmor .null file
3855 * apparmor label leak when new label is unused (LP: #1660834)
3856 - SAUCE: apparmor: fix label leak when new label is unused
3857 * apparmor reference count bug in label_merge_insert() (LP: #1660833)
3858 - SAUCE: apparmor: fix reference count bug in label_merge_insert()
3859 * apparmor's raw_data file in securityfs is sometimes truncated (LP: #1638996)
3860 - SAUCE: apparmor: fix replacement race in reading rawdata
3861 * unix domain socket cross permission check failing with nested namespaces
3862 (LP: #1660832)
3863 - SAUCE: apparmor: fix cross ns perm of unix domain sockets
3864 * docker permission issues with overlay2 storage driver (LP: #1659417)
3865 - SAUCE: overlayfs: Replace ovl_prepare_creds() with ovl_override_creds()
3866 - Revert "UBUNTU: SAUCE: cred: Add clone_cred() interface"
3867 - ovl: check mounter creds on underlying lookup
3868 * Enable CONFIG_NET_DROP_MONITOR=m in Ubuntu Kernel (LP: #1660634)
3869 - [Config] CONFIG_NET_DROP_MONITOR=m
3870 * Xenial update to v4.4.48 stable release (LP: #1663657)
3871 - PCI/ASPM: Handle PCI-to-PCIe bridges as roots of PCIe hierarchies
3872 - ext4: validate s_first_meta_bg at mount time
3873 - drm/nouveau/disp/gt215: Fix HDA ELD handling (thus, HDMI audio) on gt215
3874 - drm/nouveau/nv1a,nv1f/disp: fix memory clock rate retrieval
3875 - crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an alg
3876 - crypto: arm64/aes-blk - honour iv_out requirement in CBC and CTR modes
3877 - perf/core: Fix PERF_RECORD_MMAP2 prot/flags for anonymous memory
3878 - ata: sata_mv:- Handle return value of devm_ioremap.
3879 - libata: apply MAX_SEC_1024 to all CX1-JB*-HP devices
3880 - powerpc/eeh: Fix wrong flag passed to eeh_unfreeze_pe()
3881 - powerpc: Add missing error check to prom_find_boot_cpu()
3882 - NFSD: Fix a null reference case in find_or_create_lock_stateid()
3883 - svcrpc: fix oops in absence of krb5 module
3884 - zswap: disable changing params if init fails
3885 - cifs: initialize file_info_lock
3886 - mm/memory_hotplug.c: check start_pfn in test_pages_in_a_zone()
3887 - mm, fs: check for fatal signals in do_generic_file_read()
3888 - can: bcm: fix hrtimer/tasklet termination in bcm op removal
3889 - mmc: sdhci: Ignore unexpected CARD_INT interrupts
3890 - percpu-refcount: fix reference leak during percpu-atomic transition
3891 - HID: wacom: Fix poor prox handling in 'wacom_pl_irq'
3892 - KVM: x86: do not save guest-unsupported XSAVE state
3893 - USB: serial: qcserial: add Dell DW5570 QDL
3894 - USB: serial: pl2303: add ATEN device ID
3895 - USB: Add quirk for WORLDE easykey.25 MIDI keyboard
3896 - usb: gadget: f_fs: Assorted buffer overflow checks.
3897 - USB: serial: option: add device ID for HP lt2523 (Novatel E371)
3898 - x86/irq: Make irq activate operations symmetric
3899 - base/memory, hotplug: fix a kernel oops in show_valid_zones()
3900 - Linux 4.4.48
3901 * Xenial update to v4.4.47 stable release (LP: #1662507)
3902 - r8152: fix the sw rx checksum is unavailable
3903 - mlxsw: spectrum: Fix memory leak at skb reallocation
3904 - mlxsw: switchx2: Fix memory leak at skb reallocation
3905 - mlxsw: pci: Fix EQE structure definition
3906 - net: lwtunnel: Handle lwtunnel_fill_encap failure
3907 - net: ipv4: fix table id in getroute response
3908 - net: systemport: Decouple flow control from __bcm_sysport_tx_reclaim
3909 - tcp: fix tcp_fastopen unaligned access complaints on sparc
3910 - openvswitch: maintain correct checksum state in conntrack actions
3911 - ravb: do not use zero-length alignment DMA descriptor
3912 - ax25: Fix segfault after sock connection timeout
3913 - net: fix harmonize_features() vs NETIF_F_HIGHDMA
3914 - net: phy: bcm63xx: Utilize correct config_intr function
3915 - ipv6: addrconf: Avoid addrconf_disable_change() using RCU read-side lock
3916 - tcp: initialize max window for a new fastopen socket
3917 - bridge: netlink: call br_changelink() during br_dev_newlink()
3918 - r8152: don't execute runtime suspend if the tx is not empty
3919 - af_unix: move unix_mknod() out of bindlock
3920 - qmi_wwan/cdc_ether: add device ID for HP lt2523 (Novatel E371) WWAN card
3921 - net: dsa: Bring back device detaching in dsa_slave_suspend()
3922 - Linux 4.4.47
3923 * Xenial update to v4.4.46 stable release (LP: #1660994)
3924 - fbdev: color map copying bounds checking
3925 - tile/ptrace: Preserve previous registers for short regset write
3926 - drm: Fix broken VT switch with video=1366x768 option
3927 - mm/mempolicy.c: do not put mempolicy before using its nodemask
3928 - sysctl: fix proc_doulongvec_ms_jiffies_minmax()
3929 - ISDN: eicon: silence misleading array-bounds warning
3930 - RDMA/cma: Fix unknown symbol when CONFIG_IPV6 is not enabled
3931 - s390/ptrace: Preserve previous registers for short regset write
3932 - can: c_can_pci: fix null-pointer-deref in c_can_start() - set device pointer
3933 - can: ti_hecc: add missing prepare and unprepare of the clock
3934 - ARC: udelay: fix inline assembler by adding LP_COUNT to clobber list
3935 - ARC: [arcompact] handle unaligned access delay slot corner case
3936 - parisc: Don't use BITS_PER_LONG in userspace-exported swab.h header
3937 - nfs: Don't increment lock sequence ID after NFS4ERR_MOVED
3938 - NFSv4.0: always send mode in SETATTR after EXCLUSIVE4
3939 - SUNRPC: cleanup ida information when removing sunrpc module
3940 - drm/i915: Don't leak edid in intel_crt_detect_ddc()
3941 - IB/ipoib: move back IB LL address into the hard header
3942 - IB/umem: Release pid in error and ODP flow
3943 - s5k4ecgx: select CRC32 helper
3944 - pinctrl: broxton: Use correct PADCFGLOCK offset
3945 - platform/x86: intel_mid_powerbtn: Set IRQ_ONESHOT
3946 - mm, memcg: do not retry precharge charges
3947 - Linux 4.4.46
3948 * Xenial update to v4.4.45 stable release (LP: #1660993)
3949 - ftrace/x86: Set ftrace_stub to weak to prevent gcc from using short jumps to
3950 it
3951 - IB/mlx5: Wait for all async command completions to complete
3952 - IB/mlx4: Set traffic class in AH
3953 - IB/mlx4: Fix out-of-range array index in destroy qp flow
3954 - IB/mlx4: Fix port query for 56Gb Ethernet links
3955 - IB/mlx4: When no DMFS for IPoIB, don't allow NET_IF QPs
3956 - IB/IPoIB: Remove can't use GFP_NOIO warning
3957 - perf scripting: Avoid leaking the scripting_context variable
3958 - ARM: dts: imx31: fix clock control module interrupts description
3959 - ARM: dts: imx31: move CCM device node to AIPS2 bus devices
3960 - ARM: dts: imx31: fix AVIC base address
3961 - tmpfs: clear S_ISGID when setting posix ACLs
3962 - x86/PCI: Ignore _CRS on Supermicro X8DTH-i/6/iF/6F
3963 - svcrpc: don't leak contexts on PROC_DESTROY
3964 - fuse: clear FR_PENDING flag when moving requests out of pending queue
3965 - PCI: Enumerate switches below PCI-to-PCIe bridges
3966 - HID: corsair: fix DMA buffers on stack
3967 - HID: corsair: fix control-transfer error handling
3968 - mmc: mxs-mmc: Fix additional cycles after transmission stop
3969 - ieee802154: atusb: do not use the stack for buffers to make them DMA able
3970 - mtd: nand: xway: disable module support
3971 - x86/ioapic: Restore IO-APIC irq_chip retrigger callback
3972 - qla2xxx: Fix crash due to null pointer access
3973 - ubifs: Fix journal replay wrt. xattr nodes
3974 - clocksource/exynos_mct: Clear interrupt when cpu is shut down
3975 - svcrdma: avoid duplicate dma unmapping during error recovery
3976 - ARM: 8634/1: hw_breakpoint: blacklist Scorpion CPUs
3977 - ceph: fix bad endianness handling in parse_reply_info_extra
3978 - ARM: dts: da850-evm: fix read access to SPI flash
3979 - arm64/ptrace: Preserve previous registers for short regset write
3980 - arm64/ptrace: Preserve previous registers for short regset write - 2
3981 - arm64/ptrace: Preserve previous registers for short regset write - 3
3982 - arm64/ptrace: Avoid uninitialised struct padding in fpr_set()
3983 - arm64/ptrace: Reject attempts to set incomplete hardware breakpoint fields
3984 - ARM: dts: imx6qdl-nitrogen6_max: fix sgtl5000 pinctrl init
3985 - ARM: ux500: fix prcmu_is_cpu_in_wfi() calculation
3986 - ARM: 8613/1: Fix the uaccess crash on PB11MPCore
3987 - blackfin: check devm_pinctrl_get() for errors
3988 - ite-cir: initialize use_demodulator before using it
3989 - dmaengine: pl330: Fix runtime PM support for terminated transfers
3990 - selftest/powerpc: Wrong PMC initialized in pmc56_overflow test
3991 - arm64: avoid returning from bad_mode
3992 - Linux 4.4.45
3993
3994 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Wed, 08 Mar 2017 15:07:51 -0300
3995
3996 linux-snapdragon (4.4.0-1050.54) xenial; urgency=low
3997
3998 [ Ubuntu: 4.4.0-66.87 ]
3999
4000 * CVE-2017-2636
4001 - TTY: n_hdlc, fix lockdep false positive
4002 - tty: n_hdlc: get rid of racy n_hdlc.tbuf
4003
4004 -- Stefan Bader <stefan.bader@canonical.com> Sat, 04 Mar 2017 08:44:00 +0100
4005
4006 linux-snapdragon (4.4.0-1048.52) xenial; urgency=low
4007
4008 [ Ubuntu: 4.4.0-64.85 ]
4009
4010 * CVE-2017-6074 (LP: #1665935)
4011 - dccp: fix freeing skb too early for IPV6_RECVPKTINFO
4012
4013 -- Stefan Bader <stefan.bader@canonical.com> Mon, 20 Feb 2017 12:02:33 +0100
4014
4015 linux-snapdragon (4.4.0-1047.51) xenial; urgency=low
4016
4017 [ Thadeu Lima de Souza Cascardo ]
4018
4019 * Release Tracking Bug
4020 - LP: #1660724
4021
4022 [ Ubuntu: 4.4.0-63.84 ]
4023
4024 * Release Tracking Bug
4025 - LP: #1660704
4026 * Backport Dirty COW patch to prevent wineserver freeze (LP: #1658270)
4027 - SAUCE: mm: Respect FOLL_FORCE/FOLL_COW for thp
4028 * Kdump through NMI SMP and single core not working on Ubuntu16.10
4029 (LP: #1630924)
4030 - x86/hyperv: Handle unknown NMIs on one CPU when unknown_nmi_panic
4031 - SAUCE: hv: don't reset hv_context.tsc_page on crash
4032 * [regression 4.8.0-14 -> 4.8.0-17] keyboard and touchscreen lost on Acer
4033 Chromebook R11 (LP: #1630238)
4034 - [Config] CONFIG_PINCTRL_CHERRYVIEW=y
4035 * Call trace when testing fstat stressor on ppc64el with virtual keyboard and
4036 mouse present (LP: #1652132)
4037 - SAUCE: HID: usbhid: Quirk a AMI virtual mouse and keyboard with ALWAYS_POLL
4038 * VLAN SR-IOV regression for IXGBE driver (LP: #1658491)
4039 - ixgbe: Force VLNCTRL.VFE to be set in all VMDq paths
4040 * "Out of memory" errors after upgrade to 4.4.0-59 (LP: #1655842)
4041 - mm, page_alloc: convert alloc_flags to unsigned
4042 - mm, compaction: change COMPACT_ constants into enum
4043 - mm, compaction: distinguish COMPACT_DEFERRED from COMPACT_SKIPPED
4044 - mm, compaction: simplify __alloc_pages_direct_compact feedback interface
4045 - mm, compaction: distinguish between full and partial COMPACT_COMPLETE
4046 - mm, compaction: abstract compaction feedback to helpers
4047 - mm, oom: protect !costly allocations some more
4048 - mm: consider compaction feedback also for costly allocation
4049 - mm, oom, compaction: prevent from should_compact_retry looping for ever for
4050 costly orders
4051 - mm, oom: protect !costly allocations some more for !CONFIG_COMPACTION
4052 - mm, oom: prevent premature OOM killer invocation for high order request
4053 * Backport 3 patches to fix bugs with AIX clients using IBMVSCSI Target Driver
4054 (LP: #1657194)
4055 - SAUCE: ibmvscsis: Fix max transfer length
4056 - SAUCE: ibmvscsis: fix sleeping in interrupt context
4057 - SAUCE: ibmvscsis: Fix srp_transfer_data fail return code
4058 * NVMe: adapter is missing after abnormal shutdown followed by quick reboot,
4059 quirk needed (LP: #1656913)
4060 - nvme: apply DELAY_BEFORE_CHK_RDY quirk at probe time too
4061 * Ubuntu 16.10 KVM SRIOV: if enable sriov while ping flood is running ping
4062 will stop working (LP: #1625318)
4063 - PCI: Do any VF BAR updates before enabling the BARs
4064 - PCI: Ignore BAR updates on virtual functions
4065 - PCI: Update BARs using property bits appropriate for type
4066 - PCI: Separate VF BAR updates from standard BAR updates
4067 - PCI: Don't update VF BARs while VF memory space is enabled
4068 - PCI: Remove pci_resource_bar() and pci_iov_resource_bar()
4069 - PCI: Decouple IORESOURCE_ROM_ENABLE and PCI_ROM_ADDRESS_ENABLE
4070 - PCI: Add comments about ROM BAR updating
4071 * Linux rtc self test fails in a VM under xenial (LP: #1649718)
4072 - kvm: x86: Convert ioapic->rtc_status.dest_map to a struct
4073 - kvm: x86: Track irq vectors in ioapic->rtc_status.dest_map
4074 - kvm: x86: Check dest_map->vector to match eoi signals for rtc
4075 * Xenial update to v4.4.44 stable release (LP: #1658091)
4076 - Input: xpad - use correct product id for x360w controllers
4077 - Input: i8042 - add Pegatron touchpad to noloop table
4078 - selftests: do not require bash to run netsocktests testcase
4079 - selftests: do not require bash for the generated test
4080 - mm: fix devm_memremap_pages crash, use mem_hotplug_{begin, done}
4081 - ocfs2: fix crash caused by stale lvb with fsdlm plugin
4082 - mm/hugetlb.c: fix reservation race when freeing surplus pages
4083 - KVM: x86: fix emulation of "MOV SS, null selector"
4084 - KVM: eventfd: fix NULL deref irqbypass consumer
4085 - jump_labels: API for flushing deferred jump label updates
4086 - KVM: x86: flush pending lapic jump label updates on module unload
4087 - KVM: x86: add Align16 instruction flag
4088 - KVM: x86: add asm_safe wrapper
4089 - KVM: x86: emulate FXSAVE and FXRSTOR
4090 - KVM: x86: Introduce segmented_write_std
4091 - nl80211: fix sched scan netlink socket owner destruction
4092 - USB: serial: kl5kusb105: fix line-state error handling
4093 - USB: serial: ch341: fix initial modem-control state
4094 - USB: serial: ch341: fix open error handling
4095 - USB: serial: ch341: fix control-message error handling
4096 - USB: serial: ch341: fix open and resume after B0
4097 - Input: elants_i2c - avoid divide by 0 errors on bad touchscreen data
4098 - i2c: print correct device invalid address
4099 - i2c: fix kernel memory disclosure in dev interface
4100 - xhci: fix deadlock at host remove by running watchdog correctly
4101 - vme: Fix wrong pointer utilization in ca91cx42_slave_get
4102 - mnt: Protect the mountpoint hashtable with mount_lock
4103 - tty/serial: atmel_serial: BUG: stop DMA from transmitting in stop_tx
4104 - sysrq: attach sysrq handler correctly for 32-bit kernel
4105 - sysctl: Drop reference added by grab_header in proc_sys_readdir
4106 - drm/radeon: drop verde dpm quirks
4107 - USB: serial: ch341: fix resume after reset
4108 - USB: serial: ch341: fix modem-control and B0 handling
4109 - x86/cpu: Fix bootup crashes by sanitizing the argument of the 'clearcpuid='
4110 command-line option
4111 - btrfs: fix locking when we put back a delayed ref that's too new
4112 - btrfs: fix error handling when run_delayed_extent_op fails
4113 - pinctrl: meson: fix gpio request disabling other modes
4114 - pNFS: Fix race in pnfs_wait_on_layoutreturn
4115 - NFS: Fix a performance regression in readdir
4116 - NFSv4.1: nfs4_fl_prepare_ds must be careful about reporting success.
4117 - cpufreq: powernv: Disable preemption while checking CPU throttling state
4118 - block: cfq_cpd_alloc() should use @gfp
4119 - ACPI / APEI: Fix NMI notification handling
4120 - blk-mq: Always schedule hctx->next_cpu
4121 - bus: vexpress-config: fix device reference leak
4122 - powerpc/ibmebus: Fix further device reference leaks
4123 - powerpc/ibmebus: Fix device reference leaks in sysfs interface
4124 - pinctrl: sh-pfc: Do not unconditionally support PIN_CONFIG_BIAS_DISABLE
4125 - Linux 4.4.44
4126 * Add support for RT5660 codec based sound cards on Baytrail (LP: #1657674)
4127 - ASoC: rt5660: add rt5660 codec driver
4128 - ASoC: rt5660: enable MCLK detection
4129 - ASoC: Intel: Atom: flip logic for gain Switch
4130 - SAUCE: (no-up) ASoC: rt5660: Add ACPI support
4131 - SAUCE: (no-up) ASoC: Intel: Support machine driver for RT5660 on Baytrail
4132 - [Config] CONFIG_SND_SOC_INTEL_BYTCR_RT5660_MACH=m, CONFIG_SND_SOC_RT5660=m
4133 * Support latest Redpine WLAN/BT RS9113 driver (LP: #1657682)
4134 - SAUCE: Support Redpine RS9113 WLAN/BT
4135 - SAUCE: Separate Redpine RS9113 WLAN/BT vendor and kernel drivers
4136 - SAUCE: Redpine RS9113 WLAN/BT driver ver. 0.9.7
4137 - SAUCE: RS9113: Use vendor driver to support WLAN/BT card on Caracalla HW
4138 only
4139 - SAUCE: RS9113: Comment out IDs from upstream driver
4140 - [Config] Enable CONFIG_VEN_RSI_* configs
4141 * [Hyper-V] netvsc: add rcu_read locked to netvsc callback (LP: #1657540)
4142 - netvsc: add rcu_read locking to netvsc callback
4143 * [Hyper-V] Rebase Hyper-V in 16.04 and 16.10 to the the upstream 4.9 kernel
4144 (LP: #1650059)
4145 - memory-hotplug: add automatic onlining policy for the newly added memory
4146 - hv_netvsc: Add query for initial physical link speed
4147 - hv_netvsc: Add handler for physical link speed change
4148 - hv_netvsc: Implement batching of receive completions
4149 - PCI: hv: Use list_move_tail() instead of list_del() + list_add_tail()
4150 - hv_netvsc: fix rtnl locking in callback
4151 - hv_netvsc: make RSS hash key static
4152 - hv_netvsc: use kcalloc
4153 - hv_netvsc: style cleanups
4154 - hv_netvsc: make inline functions static
4155 - hv_netvsc: use ARRAY_SIZE() for NDIS versions
4156 - hv_netvsc: make device_remove void
4157 - hv_netvsc: init completion during alloc
4158 - hv_netvsc: rearrange start_xmit
4159 - hv_netvsc: refactor completion function
4160 - hv_netvsc: make netvsc_destroy_buf void
4161 - hv_netvsc: make variable local
4162 - hv_netvsc: report vmbus name in ethtool
4163 - hv_netvsc: add ethtool statistics for tx packet issues
4164 - Drivers: hv: get rid of redundant messagecount in create_gpadl_header()
4165 - Drivers: hv: don't leak memory in vmbus_establish_gpadl()
4166 - Drivers: hv: get rid of timeout in vmbus_open()
4167 - Drivers: hv: utils: fix a race on userspace daemons registration
4168 - Drivers: hv: vmbus: fix the race when querying & updating the percpu list
4169 - Drivers: hv: vmbus: Enable explicit signaling policy for NIC channels
4170 - Drivers: hv: vmbus: Reduce the delay between retries in vmbus_post_msg()
4171 - Drivers: hv: vmbus: Implement a mechanism to tag the channel for low latency
4172 - Tools: hv: kvp: ensure kvp device fd is closed on exec
4173 - Drivers: hv: balloon: keep track of where ha_region starts
4174 - Drivers: hv: balloon: account for gaps in hot add regions
4175 - Drivers: hv: balloon: don't wait for ol_waitevent when memhp_auto_online is
4176 enabled
4177 - Drivers: hv: balloon: replace ha_region_mutex with spinlock
4178 - Drivers: hv: balloon: Use available memory value in pressure report
4179 - Drivers: hv: cleanup vmbus_open() for wrap around mappings
4180 - Drivers: hv: ring_buffer: wrap around mappings for ring buffers
4181 - Drivers: hv: ring_buffer: use wrap around mappings in hv_copy{from,
4182 to}_ringbuffer()
4183 - Drivers: hv: ring_buffer: count on wrap around mappings in
4184 get_next_pkt_raw()
4185 - Drivers: hv: Introduce a policy for controlling channel affinity
4186 - Drivers: hv: utils: Continue to poll VSS channel after handling requests.
4187 - Drivers: hv: utils: Check VSS daemon is listening before a hot backup
4188 - PCI: hv: Use zero-length array in struct pci_packet
4189 - PCI: hv: Use pci_function_description[0] in struct definitions
4190 - PCI: hv: Remove the unused 'wrk' in struct hv_pcibus_device
4191 - PCI: hv: Handle vmbus_sendpacket() failure in hv_compose_msi_msg()
4192 - PCI: hv: Handle hv_pci_generic_compl() error case
4193 - Revert "Drivers: hv: ring_buffer: count on wrap around mappings in
4194 get_next_pkt_raw()"
4195 - Driver: hv: vmbus: Make mmio resource local
4196 - Drivers: hv: vmbus: suppress some "hv_vmbus: Unknown GUID" warnings
4197 - Drivers: hv: utils: Rename version definitions to reflect protocol version.
4198 - Drivers: hv: utils: Use TimeSync samples to adjust the clock after boot.
4199 - Drivers: hv: utils: Support TimeSync version 4.0 protocol samples.
4200 - Drivers: hv: hv_util: Avoid dynamic allocation in time synch
4201 - Revert "hv_netvsc: make inline functions static"
4202 - hv_netvsc: use consume_skb
4203 - hv_netvsc: dev hold/put reference to VF
4204 - hv_netvsc: simplify callback event code
4205 - hv_netvsc: improve VF device matching
4206 - hv_netvsc: use RCU to protect vf_netdev
4207 - hv_netvsc: remove VF in flight counters
4208 - hv_netvsc: count multicast packets received
4209 - hv_netvsc: fix comments
4210 - Drivers: hv: make VMBus bus ids persistent
4211 - Drivers: hv: get rid of id in struct vmbus_channel
4212 - netvsc: fix checksum on UDP IPV6
4213 - netvsc: Remove mistaken udp.h inclusion.
4214 - net/hyperv: avoid uninitialized variable
4215 - Revert "hv_netvsc: report vmbus name in ethtool"
4216 - vmbus: make sysfs names consistent with PCI
4217 - netvsc: reduce maximum GSO size
4218 - Drivers: hv: vmbus: Base host signaling strictly on the ring state
4219 - tools: hv: Add a script to help bonding synthetic and VF NICs
4220 * Ubuntu - ibmveth: abnormally large TCP MSS value caused a TCP session to
4221 hang with a zero window (LP: #1655420)
4222 - ibmveth: set correct gso_size and gso_type
4223 - ibmveth: calculate gso_segs for large packets
4224 * netfilter regression introducing a performance slowdown in binary
4225 arp/ip/ip6tables (LP: #1640786)
4226 - netfilter: x_tables: pass xt_counters struct instead of packet counter
4227 - netfilter: x_tables: pass xt_counters struct to counter allocator
4228 - netfilter: x_tables: pack percpu counter allocations
4229 * Move some kernel modules to the main kernel package (part 2) (LP: #1655002)
4230 - [Config] Add IBM power drivers to the inclusion list
4231 * Xenial update to v4.4.43 stable release (LP: #1656876)
4232 - netvsc: reduce maximum GSO size
4233 - ser_gigaset: return -ENOMEM on error instead of success
4234 - net: vrf: Drop conntrack data after pass through VRF device on Tx
4235 - ipv6: handle -EFAULT from skb_copy_bits
4236 - net, sched: fix soft lockup in tc_classify
4237 - net: stmmac: Fix race between stmmac_drv_probe and stmmac_open
4238 - net/mlx5: Check FW limitations on log_max_qp before setting it
4239 - net/mlx5: Avoid shadowing numa_node
4240 - drop_monitor: add missing call to genlmsg_end
4241 - drop_monitor: consider inserted data in genlmsg_end
4242 - igmp: Make igmp group member RFC 3376 compliant
4243 - ipv4: Do not allow MAIN to be alias for new LOCAL w/ custom rules
4244 - r8152: split rtl8152_suspend function
4245 - r8152: fix rx issue for runtime suspend
4246 - gro: Enter slow-path if there is no tailroom
4247 - gro: use min_t() in skb_gro_reset_offset()
4248 - gro: Disable frag0 optimization on IPv6 ext headers
4249 - net: ipv4: Fix multipath selection with vrf
4250 - net: vrf: do not allow table id 0
4251 - HID: hid-cypress: validate length of report
4252 - ALSA: firewire-tascam: Fix to handle error from initialization of stream
4253 data
4254 - powerpc: Fix build warning on 32-bit PPC
4255 - ARM: zynq: Reserve correct amount of non-DMA RAM
4256 - ARM: OMAP4+: Fix bad fallthrough for cpuidle
4257 - spi: mvebu: fix baudrate calculation for armada variant
4258 - ALSA: usb-audio: Add a quirk for Plantronics BT600
4259 - mm/init: fix zone boundary creation
4260 - Linux 4.4.43
4261 * Xenial update to v4.4.42 stable release (LP: #1655969)
4262 - ALSA: hda - Fix up GPIO for ASUS ROG Ranger
4263 - ALSA: hda - Apply asus-mode8 fixup to ASUS X71SL
4264 - ALSA: usb-audio: Fix irq/process data synchronization
4265 - ARM: davinci: da850: don't add emac clock to lookup table twice
4266 - mac80211: initialize fast-xmit 'info' later
4267 - KVM: x86: reset MMU on KVM_SET_VCPU_EVENTS
4268 - KVM: MIPS: Flush KVM entry code from icache globally
4269 - usb: musb: core: add clear_ep_rxintr() to musb_platform_ops
4270 - usb: musb: dsps: implement clear_ep_rxintr() callback
4271 - usb: storage: unusual_uas: Add JMicron JMS56x to unusual device
4272 - usb: gadgetfs: restrict upper bound on device configuration size
4273 - USB: gadgetfs: fix unbounded memory allocation bug
4274 - USB: gadgetfs: fix use-after-free bug
4275 - USB: gadgetfs: fix checks of wTotalLength in config descriptors
4276 - USB: fix problems with duplicate endpoint addresses
4277 - USB: dummy-hcd: fix bug in stop_activity (handle ep0)
4278 - usb: gadget: composite: Test get_alt() presence instead of set_alt()
4279 - usb: dwc3: core: avoid Overflow events
4280 - usb: xhci: fix possible wild pointer
4281 - xhci: workaround for hosts missing CAS bit
4282 - usb: xhci: apply XHCI_PME_STUCK_QUIRK to Intel Apollo Lake
4283 - xhci: free xhci virtual devices with leaf nodes first
4284 - usb: xhci: fix return value of xhci_setup_device()
4285 - usb: host: xhci: Fix possible wild pointer when handling abort command
4286 - xhci: Handle command completion and timeout race
4287 - usb: xhci: hold lock over xhci_abort_cmd_ring()
4288 - USB: serial: omninet: fix NULL-derefs at open and disconnect
4289 - USB: serial: quatech2: fix sleep-while-atomic in close
4290 - USB: serial: pl2303: fix NULL-deref at open
4291 - USB: serial: keyspan_pda: verify endpoints at probe
4292 - USB: serial: spcp8x5: fix NULL-deref at open
4293 - USB: serial: io_ti: fix NULL-deref at open
4294 - USB: serial: io_ti: fix another NULL-deref at open
4295 - USB: serial: io_ti: fix I/O after disconnect
4296 - USB: serial: iuu_phoenix: fix NULL-deref at open
4297 - USB: serial: garmin_gps: fix memory leak on failed URB submit
4298 - USB: serial: ti_usb_3410_5052: fix NULL-deref at open
4299 - USB: serial: io_edgeport: fix NULL-deref at open
4300 - USB: serial: oti6858: fix NULL-deref at open
4301 - USB: serial: cyberjack: fix NULL-deref at open
4302 - USB: serial: kobil_sct: fix NULL-deref in write
4303 - USB: serial: mos7840: fix NULL-deref at open
4304 - USB: serial: mos7720: fix NULL-deref at open
4305 - USB: serial: mos7720: fix use-after-free on probe errors
4306 - USB: serial: mos7720: fix parport use-after-free on probe errors
4307 - USB: serial: mos7720: fix parallel probe
4308 - usb: xhci-mem: use passed in GFP flags instead of GFP_KERNEL
4309 - xhci: Use delayed_work instead of timer for command timeout
4310 - xhci: Fix race related to abort operation
4311 - usb: dwc3: pci: add Intel Gemini Lake PCI ID
4312 - usb: musb: Fix trying to free already-free IRQ 4
4313 - usb: hub: Move hub_port_disable() to fix warning if PM is disabled
4314 - usb: musb: blackfin: add bfin_fifo_offset in bfin_ops
4315 - ALSA: usb-audio: Fix bogus error return in snd_usb_create_stream()
4316 - USB: serial: kl5kusb105: abort on open exception path
4317 - ARM: dts: r8a7794: Correct hsusb parent clock
4318 - USB: phy: am335x-control: fix device and of_node leaks
4319 - USB: serial: io_ti: bind to interface after fw download
4320 - mei: bus: fix mei_cldev_enable KDoc
4321 - staging: iio: ad7606: fix improper setting of oversampling pins
4322 - usb: dwc3: gadget: always unmap EP0 requests
4323 - usb: dwc3: ep0: add dwc3_ep0_prepare_one_trb()
4324 - usb: dwc3: ep0: explicitly call dwc3_ep0_prepare_one_trb()
4325 - stable-fixup: hotplug: fix unused function warning
4326 - ath10k: use the right length of "background"
4327 - cris: Only build flash rescue image if CONFIG_ETRAX_AXISFLASHMAP is selected
4328 - hwmon: (scpi) Fix module autoload
4329 - hwmon: (amc6821) sign extension temperature
4330 - hwmon: (ds620) Fix overflows seen when writing temperature limits
4331 - hwmon: (nct7802) Fix overflows seen when writing into limit attributes
4332 - hwmon: (g762) Fix overflows and crash seen when writing limit attributes
4333 - clk: clk-wm831x: fix a logic error
4334 - clk: imx31: fix rewritten input argument of mx31_clocks_init()
4335 - iommu/amd: Missing error code in amd_iommu_init_device()
4336 - iommu/amd: Fix the left value check of cmd buffer
4337 - iommu/vt-d: Fix pasid table size encoding
4338 - iommu/vt-d: Flush old iommu caches for kdump when the device gets context
4339 mapped
4340 - ASoC: samsung: i2s: Fixup last IRQ unsafe spin lock call
4341 - scsi: mvsas: fix command_active typo
4342 - target/iscsi: Fix double free in lio_target_tiqn_addtpg()
4343 - irqchip/bcm7038-l1: Implement irq_cpu_offline() callback
4344 - PM / wakeirq: Fix dedicated wakeirq for drivers not using autosuspend
4345 - mmc: mmc_test: Uninitialized return value
4346 - s390/crypto: unlock on error in prng_tdes_read()
4347 - crypto: arm64/sha2-ce - fix for big endian
4348 - crypto: arm64/ghash-ce - fix for big endian
4349 - crypto: arm/aes-ce - fix for big endian
4350 - crypto: arm64/aes-ccm-ce: fix for big endian
4351 - crypto: arm64/aes-neon - fix for big endian
4352 - crypto: arm64/sha1-ce - fix for big endian
4353 - crypto: arm64/aes-xts-ce: fix for big endian
4354 - crypto: arm64/aes-ce - fix for big endian
4355 - md: MD_RECOVERY_NEEDED is set for mddev->recovery
4356 - powerpc/pci/rpadlpar: Fix device reference leaks
4357 - staging: comedi: dt282x: tidy up register bit defines
4358 - cred/userns: define current_user_ns() as a function
4359 - net: ti: cpmac: Fix compiler warning due to type confusion
4360 - net: vxge: avoid unused function warnings
4361 - cx23885-dvb: move initialization of a8293_pdata
4362 - drm/radeon: Always store CRTC relative radeon_crtc->cursor_x/y values
4363 - tick/broadcast: Prevent NULL pointer dereference
4364 - Revert "usb: gadget: composite: always set ep->mult to a sensible value"
4365 - usb: gadget: composite: always set ep->mult to a sensible value
4366 - Linux 4.4.42
4367 * Xenial update to v4.4.41 stable release (LP: #1655041)
4368 - ssb: Fix error routine when fallback SPROM fails
4369 - rtlwifi: Fix enter/exit power_save
4370 - cfg80211/mac80211: fix BSS leaks when abandoning assoc attempts
4371 - ath9k: Really fix LED polarity for some Mini PCI AR9220 MB92 cards.
4372 - mmc: sdhci: Fix recovery from tuning timeout
4373 - regulator: stw481x-vmmc: fix ages old enable error
4374 - timekeeping_Force_unsigned_clocksource_to_nanoseconds_conversion
4375 - clk: bcm2835: Avoid overwriting the div info when disabling a pll_div clk
4376 - thermal: hwmon: Properly report critical temperature in sysfs
4377 - staging: comedi: ni_mio_common: fix M Series ni_ai_insn_read() data mask
4378 - staging: comedi: ni_mio_common: fix E series ni_ai_insn_read() data
4379 - ACPI / video: Add force_native quirk for Dell XPS 17 L702X
4380 - ACPI / video: Add force_native quirk for HP Pavilion dv6
4381 - drm/nouveau/kms: lvds panel strap moved again on maxwell
4382 - drm/nouveau/bios: require checksum to match for fast acpi shadow method
4383 - drm/nouveau/ltc: protect clearing of comptags with mutex
4384 - drm/nouveau/fifo/gf100-: protect channel preempt with subdev mutex
4385 - drm/nouveau/i2c/gk110b,gm10x: use the correct implementation
4386 - drm/radeon: Also call cursor_move_locked when the cursor size changes
4387 - drm/radeon: Hide the HW cursor while it's out of bounds
4388 - drm/radeon: add additional pci revision to dpm workaround
4389 - drm/gma500: Add compat ioctl
4390 - drivers/gpu/drm/ast: Fix infinite loop if read fails
4391 - mei: request async autosuspend at the end of enumeration
4392 - block: protect iterate_bdevs() against concurrent close
4393 - vt: fix Scroll Lock LED trigger name
4394 - scsi: megaraid_sas: For SRIOV enabled firmware, ensure VF driver waits for
4395 30secs before reset
4396 - scsi: megaraid_sas: Do not set MPI2_TYPE_CUDA for JBOD FP path for FW which
4397 does not support JBOD sequence map
4398 - scsi: zfcp: fix use-after-"free" in FC ingress path after TMF
4399 - scsi: zfcp: do not trace pure benign residual HBA responses at default level
4400 - scsi: zfcp: fix rport unblock race with LUN recovery
4401 - scsi: avoid a permanent stop of the scsi device's request queue
4402 - ARC: mm: arc700: Don't assume 2 colours for aliasing VIPT dcache
4403 - firmware: fix usermode helper fallback loading
4404 - s390/vmlogrdr: fix IUCV buffer allocation
4405 - sc16is7xx: Drop bogus use of IRQF_ONESHOT
4406 - md/raid5: limit request size according to implementation limits
4407 - KVM: PPC: Book3S HV: Save/restore XER in checkpointed register state
4408 - KVM: PPC: Book3S HV: Don't lose hardware R/C bit updates in H_PROTECT
4409 - kvm: nVMX: Allow L1 to intercept software exceptions (#BP and #OF)
4410 - platform/x86: asus-nb-wmi.c: Add X45U quirk
4411 - fgraph: Handle a case where a tracer ignores set_graph_notrace
4412 - IB/mad: Fix an array index check
4413 - IPoIB: Avoid reading an uninitialized member variable
4414 - IB/multicast: Check ib_find_pkey() return value
4415 - IB/cma: Fix a race condition in iboe_addr_get_sgid()
4416 - media: solo6x10: fix lockup by avoiding delayed register write
4417 - Input: drv260x - fix input device's parent assignment
4418 - PCI: Check for PME in targeted sleep state
4419 - libceph: verify authorize reply on connect
4420 - nfs_write_end(): fix handling of short copies
4421 - powerpc/ps3: Fix system hang with GCC 5 builds
4422 - powerpc: Convert cmp to cmpd in idle enter sequence
4423 - kconfig/nconf: Fix hang when editing symbol with a long prompt
4424 - sg_write()/bsg_write() is not fit to be called under KERNEL_DS
4425 - net: mvpp2: fix dma unmapping of TX buffers for fragments
4426 - Linux 4.4.41
4427
4428 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Wed, 01 Feb 2017 11:10:24 -0200
4429
4430 linux-snapdragon (4.4.0-1046.50) xenial; urgency=low
4431
4432 [ Thadeu Lima de Souza Cascardo ]
4433
4434 * Release Tracking Bug
4435 - LP: #1657433
4436
4437 [ Ubuntu: 4.4.0-62.83 ]
4438
4439 * Release Tracking Bug
4440 - LP: #1657430
4441 * Backport DP MST fixes to i915 (LP: #1657353)
4442 - SAUCE: i915_bpo: Fix DP link rate math
4443 - SAUCE: i915_bpo: Validate mode against max. link data rate for DP MST
4444 * Ubuntu xenial - 4.4.0-59-generic i3 I/O performance issue (LP: #1657281)
4445 - blk-mq: really fix plug list flushing for nomerge queues
4446
4447 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Wed, 18 Jan 2017 15:24:09 -0200
4448
4449 linux-snapdragon (4.4.0-1045.49) xenial; urgency=low
4450
4451 [ Thadeu Lima de Souza Cascardo ]
4452
4453 * Release Tracking Bug
4454 - LP: #1656814
4455
4456 [ Ubuntu: 4.4.0-61.82 ]
4457
4458 * Release Tracking Bug
4459 - LP: #1656810
4460 * Xen MSI setup code incorrectly re-uses cached pirq (LP: #1656381)
4461 - SAUCE: xen: do not re-use pirq number cached in pci device msi msg data
4462 * nvme drive probe failure (LP: #1626894)
4463 - nvme: revert NVMe: only setup MSIX once
4464
4465 [ Ubuntu: 4.4.0-60.81 ]
4466
4467 * Release Tracking Bug
4468 - LP: #1656084
4469 * Couldn't emulate instruction 0x7813427c (LP: #1634129)
4470 - KVM: PPC: Book3S PR: Fix illegal opcode emulation
4471 * perf: 24x7: Eliminate domain name suffix in event names (LP: #1560482)
4472 - powerpc/perf/hv-24x7: Fix usage with chip events.
4473 - powerpc/perf/hv-24x7: Display change in counter values
4474 - powerpc/perf/hv-24x7: Display domain indices in sysfs
4475 - powerpc/perf/24x7: Eliminate domain suffix in event names
4476 * i386 ftrace tests hang on ADT testing (LP: #1655040)
4477 - ftrace/x86_32: Set ftrace_stub to weak to prevent gcc from using short jumps
4478 to it
4479 * VMX module autoloading if available (LP: #1651322)
4480 - powerpc: Add module autoloading based on CPU features
4481 - crypto: vmx - Convert to CPU feature based module autoloading
4482 * ACPI probe support for AD5592/3 configurable multi-channel converter
4483 (LP: #1654497)
4484 - SAUCE: iio: dac: ad5592r: Add ACPI support
4485 - SAUCE: iio: dac: ad5593r: Add ACPI support
4486 * Xenial update to v4.4.40 stable release (LP: #1654602)
4487 - btrfs: limit async_work allocation and worker func duration
4488 - Btrfs: fix tree search logic when replaying directory entry deletes
4489 - btrfs: store and load values of stripes_min/stripes_max in balance status
4490 item
4491 - Btrfs: fix qgroup rescan worker initialization
4492 - USB: serial: option: add support for Telit LE922A PIDs 0x1040, 0x1041
4493 - USB: serial: option: add dlink dwm-158
4494 - USB: serial: kl5kusb105: fix open error path
4495 - USB: cdc-acm: add device id for GW Instek AFG-125
4496 - usb: hub: Fix auto-remount of safely removed or ejected USB-3 devices
4497 - usb: gadget: f_uac2: fix error handling at afunc_bind
4498 - usb: gadget: composite: correctly initialize ep->maxpacket
4499 - USB: UHCI: report non-PME wakeup signalling for Intel hardware
4500 - ALSA: usb-audio: Add QuickCam Communicate Deluxe/S7500 to
4501 volume_control_quirks
4502 - ALSA: hiface: Fix M2Tech hiFace driver sampling rate change
4503 - ALSA: hda/ca0132 - Add quirk for Alienware 15 R2 2016
4504 - ALSA: hda - ignore the assoc and seq when comparing pin configurations
4505 - ALSA: hda - fix headset-mic problem on a Dell laptop
4506 - ALSA: hda - Gate the mic jack on HP Z1 Gen3 AiO
4507 - ALSA: hda: when comparing pin configurations, ignore assoc in addition to
4508 seq
4509 - clk: ti: omap36xx: Work around sprz319 advisory 2.1
4510 - Btrfs: fix memory leak in reading btree blocks
4511 - Btrfs: bail out if block group has different mixed flag
4512 - Btrfs: return gracefully from balance if fs tree is corrupted
4513 - Btrfs: don't leak reloc root nodes on error
4514 - Btrfs: fix memory leak in do_walk_down
4515 - Btrfs: don't BUG() during drop snapshot
4516 - btrfs: make file clone aware of fatal signals
4517 - block_dev: don't test bdev->bd_contains when it is not stable
4518 - ptrace: Capture the ptracer's creds not PT_PTRACE_CAP
4519 - crypto: caam - fix AEAD givenc descriptors
4520 - ext4: fix mballoc breakage with 64k block size
4521 - ext4: fix stack memory corruption with 64k block size
4522 - ext4: use more strict checks for inodes_per_block on mount
4523 - ext4: fix in-superblock mount options processing
4524 - ext4: add sanity checking to count_overhead()
4525 - ext4: reject inodes with negative size
4526 - ext4: return -ENOMEM instead of success
4527 - ext4: do not perform data journaling when data is encrypted
4528 - f2fs: set ->owner for debugfs status file's file_operations
4529 - loop: return proper error from loop_queue_rq()
4530 - mm/vmscan.c: set correct defer count for shrinker
4531 - fs: exec: apply CLOEXEC before changing dumpable task flags
4532 - exec: Ensure mm->user_ns contains the execed files
4533 - usb: gadget: composite: always set ep->mult to a sensible value
4534 - blk-mq: Do not invoke .queue_rq() for a stopped queue
4535 - dm flakey: return -EINVAL on interval bounds error in flakey_ctr()
4536 - dm crypt: mark key as invalid until properly loaded
4537 - dm space map metadata: fix 'struct sm_metadata' leak on failed create
4538 - ASoC: intel: Fix crash at suspend/resume without card registration
4539 - CIFS: Fix a possible memory corruption during reconnect
4540 - CIFS: Fix missing nls unload in smb2_reconnect()
4541 - CIFS: Fix a possible memory corruption in push locks
4542 - kernel/watchdog: use nmi registers snapshot in hardlockup handler
4543 - kernel/debug/debug_core.c: more properly delay for secondary CPUs
4544 - tpm xen: Remove bogus tpm_chip_unregister
4545 - xen/gntdev: Use VM_MIXEDMAP instead of VM_IO to avoid NUMA balancing
4546 - arm/xen: Use alloc_percpu rather than __alloc_percpu
4547 - xfs: set AGI buffer type in xlog_recover_clear_agi_bucket
4548 - driver core: fix race between creating/querying glue dir and its cleanup
4549 - ppp: defer netns reference release for ppp channel
4550 - Linux 4.4.40
4551 * igb i210 probe of pci device failed with error -2 (LP: #1639810)
4552 - SAUCE: igb: Workaround for igb i210 firmware issue.
4553 - SAUCE: igb: add i211 to i210 PHY workaround
4554 * PowerNV: PCI Slot is invalid after fencedPHB Error injection (LP: #1652018)
4555 - powerpc/powernv: Call opal_pci_poll() if needed
4556 * mfd: intel-lpss: Add default I2C device properties for Apollo Lake
4557 (LP: #1635177)
4558 - mfd: intel-lpss: Add default I2C device properties for Apollo Lake
4559 * Xenial update to v4.4.39 stable release (LP: #1650609)
4560 - powerpc/eeh: Fix deadlock when PE frozen state can't be cleared
4561 - parisc: Purge TLB before setting PTE
4562 - parisc: Remove unnecessary TLB purges from flush_dcache_page_asm and
4563 flush_icache_page_asm
4564 - parisc: Fix TLB related boot crash on SMP machines
4565 - zram: restrict add/remove attributes to root only
4566 - locking/rtmutex: Prevent dequeue vs. unlock race
4567 - locking/rtmutex: Use READ_ONCE() in rt_mutex_owner()
4568 - perf/x86: Fix full width counter, counter overflow
4569 - crypto: mcryptd - Check mcryptd algorithm compatibility
4570 - can: raw: raw_setsockopt: limit number of can_filter that can be set
4571 - can: peak: fix bad memory access and free sequence
4572 - arm64: futex.h: Add missing PAN toggling
4573 - m68k: Fix ndelay() macro
4574 - batman-adv: Check for alloc errors when preparing TT local data
4575 - hotplug: Make register and unregister notifier API symmetric
4576 - crypto: rsa - Add Makefile dependencies to fix parallel builds
4577 - Linux 4.4.39
4578 * Xenial update to v4.4.38 stable release (LP: #1650607)
4579 - virtio-net: add a missing synchronize_net()
4580 - net: check dead netns for peernet2id_alloc()
4581 - ip6_tunnel: disable caching when the traffic class is inherited
4582 - net: sky2: Fix shutdown crash
4583 - af_unix: conditionally use freezable blocking calls in read
4584 - rtnetlink: fix FDB size computation
4585 - l2tp: fix racy SOCK_ZAPPED flag check in l2tp_ip{,6}_bind()
4586 - net: dsa: bcm_sf2: Ensure we re-negotiate EEE during after link change
4587 - net, sched: respect rcu grace period on cls destruction
4588 - net/sched: pedit: make sure that offset is valid
4589 - netlink: Call cb->done from a worker thread
4590 - netlink: Do not schedule work from sk_destruct
4591 - net/dccp: fix use-after-free in dccp_invalid_packet
4592 - net: bcmgenet: Utilize correct struct device for all DMA operations
4593 - sh_eth: remove unchecked interrupts for RZ/A1
4594 - geneve: avoid use-after-free of skb->data
4595 - net: ping: check minimum size on ICMP header length
4596 - sparc32: Fix inverted invalid_frame_pointer checks on sigreturns
4597 - sparc64: Fix find_node warning if numa node cannot be found
4598 - sparc64: fix compile warning section mismatch in find_node()
4599 - constify iov_iter_count() and iter_is_iovec()
4600 - Don't feed anything but regular iovec's to blk_rq_map_user_iov
4601 - ipv6: Set skb->protocol properly for local output
4602 - ipv4: Set skb->protocol properly for local output
4603 - esp4: Fix integrity verification when ESN are used
4604 - esp6: Fix integrity verification when ESN are used
4605 - Linux 4.4.38
4606 * Xenial update to v4.4.37 stable release (LP: #1650604)
4607 - ARC: Don't use "+l" inline asm constraint
4608 - zram: fix unbalanced idr management at hot removal
4609 - kasan: update kasan_global for gcc 7
4610 - x86/traps: Ignore high word of regs->cs in early_fixup_exception()
4611 - rcu: Fix soft lockup for rcu_nocb_kthread
4612 - PCI: Export pcie_find_root_port
4613 - PCI: Set Read Completion Boundary to 128 iff Root Port supports it (_HPX)
4614 - mwifiex: printk() overflow with 32-byte SSIDs
4615 - pwm: Fix device reference leak
4616 - arm64: cpufeature: Schedule enable() calls instead of calling them via IPI
4617 - arm64: mm: Set PSTATE.PAN from the cpu_enable_pan() call
4618 - arm64: suspend: Reconfigure PSTATE after resume from idle
4619 - Linux 4.4.37
4620 * Xenial update to v4.4.36 stable release (LP: #1650601)
4621 - iommu/vt-d: Fix PASID table allocation
4622 - iommu/vt-d: Fix IOMMU lookup for SR-IOV Virtual Functions
4623 - KVM: x86: check for pic and ioapic presence before use
4624 - usb: chipidea: move the lock initialization to core file
4625 - USB: serial: cp210x: add ID for the Zone DPMX
4626 - USB: serial: ftdi_sio: add support for TI CC3200 LaunchPad
4627 - Fix USB CB/CBI storage devices with CONFIG_VMAP_STACK=y
4628 - scsi: mpt3sas: Fix secure erase premature termination
4629 - tile: avoid using clocksource_cyc2ns with absolute cycle count
4630 - cfg80211: limit scan results cache size
4631 - NFSv4.x: hide array-bounds warning
4632 - parisc: Fix races in parisc_setup_cache_timing()
4633 - parisc: Fix race in pci-dma.c
4634 - parisc: Also flush data TLB in flush_icache_page_asm
4635 - mpi: Fix NULL ptr dereference in mpi_powm() [ver #3]
4636 - drm/radeon: Ensure vblank interrupt is enabled on DPMS transition to on
4637 - mei: me: disable driver on SPT SPS firmware
4638 - mei: me: fix place for kaby point device ids.
4639 - mei: fix return value on disconnection
4640 - scsi: mpt3sas: Unblock device after controller reset
4641 - Linux 4.4.36
4642 * Miscellaneous Ubuntu changes
4643 - [Debian] consider renames in gen-auto-reconstruct
4644
4645 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Tue, 17 Jan 2017 12:11:56 -0200
4646
4647 linux-snapdragon (4.4.0-1044.48) xenial; urgency=low
4648
4649 [ Luis Henriques ]
4650
4651 * Release Tracking Bug
4652 - LP: #1654285
4653
4654 [ Ubuntu: 4.4.0-59.80 ]
4655
4656 * Release Tracking Bug
4657 - LP: #1654282
4658 * [2.1.1] MAAS has nvme0n1 set as boot disk, curtin fails (LP: #1651602)
4659 - (fix) nvme: only require 1 interrupt vector, not 2+
4660
4661 -- Luis Henriques <luis.henriques@canonical.com> Fri, 06 Jan 2017 18:20:19 +0000
4662
4663 linux-snapdragon (4.4.0-1043.47) xenial; urgency=low
4664
4665 [ Luis Henriques ]
4666
4667 * Release Tracking Bug
4668 - LP: #1651405
4669
4670 * UBUNTU: [Config] updateconfigs
4671
4672 [ Ubuntu: 4.4.0-58.79 ]
4673
4674 * Release Tracking Bug
4675 - LP: #1651402
4676 * Support ACPI probe for IIO sensor drivers from ST Micro (LP: #1650123)
4677 - SAUCE: iio: st_sensors: match sensors using ACPI handle
4678 - SAUCE: iio: st_accel: Support sensor i2c probe using acpi
4679 - SAUCE: iio: st_pressure: Support i2c probe using acpi
4680 - [Config] CONFIG_HTS221=m, CONFIG_HTS221_I2C=m, CONFIG_HTS221_SPI=m
4681 * Fix channel data parsing in ST Micro sensor IIO drivers (LP: #1650189)
4682 - SAUCE: iio: common: st_sensors: fix channel data parsing
4683 * ST Micro lng2dm 3-axis "femto" accelerometer support (LP: #1650112)
4684 - SAUCE: iio: st-accel: add support for lis2dh12
4685 - SAUCE: iio: st_sensors: support active-low interrupts
4686 - SAUCE: iio: accel: Add support for the h3lis331dl accelerometer
4687 - SAUCE: iio: st_sensors: verify interrupt event to status
4688 - SAUCE: iio: st_sensors: support open drain mode
4689 - SAUCE: iio:st_sensors: fix power regulator usage
4690 - SAUCE: iio: st_sensors: switch to a threaded interrupt
4691 - SAUCE: iio: accel: st_accel: Add lis3l02dq support
4692 - SAUCE: iio: st_sensors: fix scale configuration for h3lis331dl
4693 - SAUCE: iio: accel: st_accel: add support to lng2dm
4694 - SAUCE: iio: accel: st_accel: inline per-sensor data
4695 - SAUCE: Documentation: dt: iio: accel: add lng2dm sensor device binding
4696 * ST Micro hts221 relative humidity sensor support (LP: #1650116)
4697 - SAUCE: iio: humidity: add support to hts221 rh/temp combo device
4698 - SAUCE: Documentation: dt: iio: humidity: add hts221 sensor device binding
4699 - SAUCE: iio: humidity: remove
4700 - SAUCE: iio: humidity: Support acpi probe for hts211
4701 * crypto : tolerate new crypto hardware for z Systems (LP: #1644557)
4702 - s390/zcrypt: Introduce CEX6 toleration
4703 * Acer, Inc ID 5986:055a is useless after 14.04.2 installed. (LP: #1433906)
4704 - uvcvideo: uvc_scan_fallback() for webcams with broken chain
4705 * vmxnet3 driver could causes kernel panic with v4.4 if LRO enabled.
4706 (LP: #1650635)
4707 - vmxnet3: segCnt can be 1 for LRO packets
4708 * system freeze when swapping to encrypted swap partition (LP: #1647400)
4709 - mm, oom: rework oom detection
4710 - mm: throttle on IO only when there are too many dirty and writeback pages
4711 * Kernel Fixes to get TCMU File Backed Optical to work (LP: #1646204)
4712 - target/user: Use sense_reason_t in tcmu_queue_cmd_ring
4713 - target/user: Return an error if cmd data size is too large
4714 - target/user: Fix comments to not refer to data ring
4715 - SAUCE: (no-up) target/user: Fix use-after-free of tcmu_cmds if they are
4716 expired
4717 * CVE-2016-9756
4718 - KVM: x86: drop error recovery in em_jmp_far and em_ret_far
4719 * Dell Precision 5520 & 3520 freezes at login screent (LP: #1650054)
4720 - ACPI / blacklist: add _REV quirks for Dell Precision 5520 and 3520
4721 * CVE-2016-9794
4722 - ALSA: pcm : Call kill_fasync() in stream lock
4723 * Allow fuse user namespace mounts by default in xenial (LP: #1634964)
4724 - (namespace) mnt: Move the FS_USERNS_MOUNT check into sget_userns
4725 - (namespace) Revert "UBUNTU: SAUCE: fs: Refuse uid/gid changes which don't
4726 map into s_user_ns"
4727 - (namespace) fs: Refuse uid/gid changes which don't map into s_user_ns
4728 - (namespace) Revert "UBUNTU: SAUCE: fs: Update posix_acl support to handle
4729 user namespace mounts"
4730 - (namespace) vfs: Verify acls are valid within superblock's s_user_ns.
4731 - SAUCE: (namespace) posix_acl: Export posix_acl_fix_xattr_userns() to modules
4732 - SAUCE: (namespace) fuse: Translate ids in posix acl xattrs
4733 - (namespace) vfs: Don't modify inodes with a uid or gid unknown to the vfs
4734 - (namespace) vfs: Don't create inodes with a uid or gid unknown to the vfs
4735 - (namespace) Revert "UBUNTU: SAUCE: quota: Require that qids passed to
4736 dqget() be valid and map into s_user_ns"
4737 - (namespace) Revert "UBUNTU: SAUCE: quota: Convert ids relative to s_user_ns"
4738 - (namespace) quota: Ensure qids map to the filesystem
4739 - (namespace) quota: Handle quota data stored in s_user_ns in quota_setxquota
4740 - (namespace) dquot: For now explicitly don't support filesystems outside of
4741 init_user_ns
4742 - (namespace) Revert "UBUNTU: SAUCE: ima/evm: Allow root in s_user_ns to set
4743 xattrs"
4744 - SAUCE: (namespace) security/integrity: Harden against malformed xattrs
4745 - (namespace) Revert "UBUNTU: SAUCE: fs: Allow superblock owner to change
4746 ownership of inodes with unmappable ids"
4747 - SAUCE: (namespace) fs: Allow superblock owner to change ownership of inodes
4748 - (namespace) Revert "UBUNTU: SAUCE: fs: Don't remove suid for CAP_FSETID in
4749 s_user_ns"
4750 - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID for userns root
4751 - SAUCE: (namespace) fuse: Allow user namespace mounts by default
4752 * Boot crash in xen_send_IPI_one (LP: #1649821)
4753 - xen/qspinlock: Don't kick CPU if IRQ is not initialized
4754 * linux: Staging modules should be unsigned (LP: #1642368)
4755 - [Debian] Suppress module signing for staging drivers
4756 - SAUCE: Add rtl drivers to signature inclusion list
4757 * Ethernet not work after upgrade from kernel 3.19 to 4.4 [10ec:8168]
4758 (LP: #1648279)
4759 - ACPI / blacklist: Make Dell Latitude 3350 ethernet work
4760 * CVE-2016-9793
4761 - net: avoid signed overflows for SO_{SND|RCV}BUFFORCE
4762 * [Hyper-V] Kernel panic not functional on 32bit Ubuntu 14.10, 15.04, and
4763 15.10 (LP: #1400319)
4764 - Drivers: hv: avoid vfree() on crash
4765 * [Hyper-V] netvsc: fix incorrect receive checksum offloading (LP: #1636656)
4766 - netvsc: fix incorrect receive checksum offloading
4767
4768 -- Luis Henriques <luis.henriques@canonical.com> Tue, 20 Dec 2016 14:14:44 +0000
4769
4770 linux-snapdragon (4.4.0-1042.46) xenial; urgency=low
4771
4772 [ Luis Henriques ]
4773
4774 * Release Tracking Bug
4775 - LP: #1648875
4776
4777 [ Ubuntu: 4.4.0-57.78 ]
4778
4779 * Release Tracking Bug
4780 - LP: #1648867
4781 * Miscellaneous Ubuntu changes
4782 - SAUCE: Do not build the xr-usb-serial driver for s390
4783
4784 [ Ubuntu: 4.4.0-56.77 ]
4785
4786 * Release Tracking Bug
4787 - LP: #1648867
4788 * Release Tracking Bug
4789 - LP: #1648579
4790 * CONFIG_NR_CPUS=256 is too low (LP: #1579205)
4791 - [Config] Increase the NR_CPUS to 512 for amd64 to support systems with a
4792 large number of cores.
4793 * NVMe drives in Amazon AWS instance fail to initialize (LP: #1648449)
4794 - SAUCE: (no-up) NVMe: only setup MSIX once
4795
4796 [ Ubuntu: 4.4.0-55.76 ]
4797
4798 * Release Tracking Bug
4799 - LP: #1648503
4800 * NVMe driver accidentally reverted to use GSI instead of MSIX (LP: #1647887)
4801 - (fix) NVMe: restore code to always use MSI/MSI-x interrupts
4802
4803 -- Luis Henriques <luis.henriques@canonical.com> Sat, 10 Dec 2016 10:54:57 +0000
4804
4805 linux-snapdragon (4.4.0-1041.45) xenial; urgency=low
4806
4807 [ Luis Henriques ]
4808
4809 * Release Tracking Bug
4810 - LP: #1648512
4811
4812 [ Ubuntu: 4.4.0-55.76 ]
4813
4814 * Release Tracking Bug
4815 - LP: #1648503
4816 * NVMe driver accidentally reverted to use GSI instead of MSIX (LP: #1647887)
4817 - (fix) NVMe: restore code to always use MSI/MSI-x interrupts
4818
4819 -- Luis Henriques <luis.henriques@canonical.com> Thu, 08 Dec 2016 15:59:37 +0000
4820
4821 linux-snapdragon (4.4.0-1040.44) xenial; urgency=low
4822
4823 [ Luis Henriques ]
4824
4825 * Release Tracking Bug
4826 - LP: #1648021
4827
4828 * UBUNTU: [Config] updateconfigs
4829
4830 [ Ubuntu: 4.4.0-54.75 ]
4831
4832 * Release Tracking Bug
4833 - LP: #1648017
4834 * Update hio driver to 2.1.0.28 (LP: #1646643)
4835 - SAUCE: hio: update to Huawei ES3000_V2 (2.1.0.28)
4836 * linux: Enable live patching for all supported architectures (LP: #1633577)
4837 - [Config] CONFIG_LIVEPATCH=y for s390x
4838 * Botched backport breaks level triggered EOIs in QEMU guests with --machine
4839 kernel_irqchip=split (LP: #1644394)
4840 - kvm/irqchip: kvm_arch_irq_routing_update renaming split
4841 * Xenial update to v4.4.35 stable release (LP: #1645453)
4842 - x86/cpu/AMD: Fix cpu_llc_id for AMD Fam17h systems
4843 - KVM: x86: fix missed SRCU usage in kvm_lapic_set_vapic_addr
4844 - KVM: Disable irq while unregistering user notifier
4845 - fuse: fix fuse_write_end() if zero bytes were copied
4846 - mfd: intel-lpss: Do not put device in reset state on suspend
4847 - can: bcm: fix warning in bcm_connect/proc_register
4848 - i2c: mux: fix up dependencies
4849 - kbuild: add -fno-PIE
4850 - scripts/has-stack-protector: add -fno-PIE
4851 - x86/kexec: add -fno-PIE
4852 - kbuild: Steal gcc's pie from the very beginning
4853 - ext4: sanity check the block and cluster size at mount time
4854 - crypto: caam - do not register AES-XTS mode on LP units
4855 - drm/amdgpu: Attach exclusive fence to prime exported bo's. (v5)
4856 - clk: mmp: pxa910: fix return value check in pxa910_clk_init()
4857 - clk: mmp: pxa168: fix return value check in pxa168_clk_init()
4858 - clk: mmp: mmp2: fix return value check in mmp2_clk_init()
4859 - rtc: omap: Fix selecting external osc
4860 - iwlwifi: pcie: fix SPLC structure parsing
4861 - mfd: core: Fix device reference leak in mfd_clone_cell
4862 - uwb: fix device reference leaks
4863 - PM / sleep: fix device reference leak in test_suspend
4864 - PM / sleep: don't suspend parent when async child suspend_{noirq, late}
4865 fails
4866 - IB/mlx4: Check gid_index return value
4867 - IB/mlx4: Fix create CQ error flow
4868 - IB/mlx5: Use cache line size to select CQE stride
4869 - IB/mlx5: Fix fatal error dispatching
4870 - IB/core: Avoid unsigned int overflow in sg_alloc_table
4871 - IB/uverbs: Fix leak of XRC target QPs
4872 - IB/cm: Mark stale CM id's whenever the mad agent was unregistered
4873 - netfilter: nft_dynset: fix element timeout for HZ != 1000
4874 - Linux 4.4.35
4875 * Upstream stable 4.4.34 and 4.8.10 regression (LP: #1645278)
4876 - flow_dissect: call init_default_flow_dissectors() earlier
4877 * AD5593R configurable multi-channel converter support (LP: #1644726)
4878 - iio: dac: Add support for the AD5592R/AD5593R ADCs/DACs
4879 - iio: dac: ad5592r: Off by one bug in ad5592r_alloc_channels()
4880 - [Config] CONFIG_AD5592R/AD5593R=m
4881 * ST Micro lps22hb pressure sensor support (LP: #1642258)
4882 - iio:st_pressure:initial lps22hb sensor support
4883 - iio:st_pressure: align storagebits on power of 2
4884 - iio:st_pressure: document sampling gains
4885 - iio:st_pressure:lps22hb: temperature support
4886 * Fix Kernel Crashing under IBM Virtual Scsi Driver (LP: #1642299)
4887 - SAUCE: ibmvscsis: Rearrange functions for future patches
4888 - SAUCE: ibmvscsis: Synchronize cmds at tpg_enable_store time
4889 - SAUCE: ibmvscsis: Synchronize cmds at remove time
4890 - SAUCE: ibmvscsis: Clean up properly if target_submit_cmd/tmr fails
4891 - SAUCE: ibmvscsis: Return correct partition name/# to client
4892 - SAUCE: ibmvscsis: Issues from Dan Carpenter/Smatch
4893 * System stalls when creating device node on booting (LP: #1643797)
4894 - sched/fair: Fix new task's load avg removed from source CPU in
4895 wake_up_new_task()
4896 * nvme: improve performance for virtual Google NVMe devices (LP: #1637565)
4897 - blk-mq: add blk_mq_alloc_request_hctx
4898 - nvme.h: add NVMe over Fabrics definitions
4899 - [Config] CONFIG_NVME_VENDOR_EXT_GOOGLE=y
4900 - SAUCE: nvme: improve performance for virtual NVMe devices
4901 * Move some kernel modules to the main kernel package (LP: #1642228)
4902 - [Config] Move some powerpc kernel modules to the main kernel package
4903 * sched: Match-all classifier is missing in xenial (LP: #1642514)
4904 - [Config] CONFIG_NET_CLS_MATCHALL=m
4905 - net/sched: introduce Match-all classifier
4906 * Xenial update to 4.4.34 stable release (LP: #1643637)
4907 - dctcp: avoid bogus doubling of cwnd after loss
4908 - net: clear sk_err_soft in sk_clone_lock()
4909 - net: mangle zero checksum in skb_checksum_help()
4910 - bgmac: stop clearing DMA receive control register right after it is set
4911 - ip6_tunnel: Clear IP6CB in ip6tunnel_xmit()
4912 - tcp: fix potential memory corruption
4913 - dccp: do not send reset to already closed sockets
4914 - dccp: fix out of bound access in dccp_v4_err()
4915 - ipv6: dccp: fix out of bound access in dccp_v6_err()
4916 - ipv6: dccp: add missing bind_conflict to dccp_ipv6_mapped
4917 - sctp: assign assoc_id earlier in __sctp_connect
4918 - fib_trie: Correct /proc/net/route off by one error
4919 - sock: fix sendmmsg for partial sendmsg
4920 - net: __skb_flow_dissect() must cap its return value
4921 - ipv4: use new_gw for redirect neigh lookup
4922 - tcp: take care of truncations done by sk_filter()
4923 - tty: Prevent ldisc drivers from re-using stale tty fields
4924 - sparc: Don't leak context bits into thread->fault_address
4925 - sparc: serial: sunhv: fix a double lock bug
4926 - sparc64 mm: Fix base TSB sizing when hugetlb pages are used
4927 - sparc: Handle negative offsets in arch_jump_label_transform
4928 - sparc64: Handle extremely large kernel TSB range flushes sanely.
4929 - sparc64: Fix illegal relative branches in hypervisor patched TLB code.
4930 - sparc64: Fix instruction count in comment for
4931 __hypervisor_flush_tlb_pending.
4932 - sparc64: Fix illegal relative branches in hypervisor patched TLB cross-call
4933 code.
4934 - sparc64: Handle extremely large kernel TLB range flushes more gracefully.
4935 - sparc64: Delete __ret_efault.
4936 - sparc64: Prepare to move to more saner user copy exception handling.
4937 - sparc64: Convert copy_in_user to accurate exception reporting.
4938 - sparc64: Convert GENcopy_{from,to}_user to accurate exception reporting.
4939 - sparc64: Convert U1copy_{from,to}_user to accurate exception reporting.
4940 - sparc64: Convert NG4copy_{from,to}_user to accurate exception reporting.
4941 - sparc64: Convert NGcopy_{from,to}_user to accurate exception reporting.
4942 - sparc64: Convert NG2copy_{from,to}_user to accurate exception reporting.
4943 - sparc64: Convert U3copy_{from,to}_user to accurate exception reporting.
4944 - sparc64: Delete now unused user copy assembler helpers.
4945 - sparc64: Delete now unused user copy fixup functions.
4946 - Linux 4.4.34
4947 * Xenial update to v4.4.33 stable release (LP: #1642968)
4948 - ALSA: info: Return error for invalid read/write
4949 - ALSA: info: Limit the proc text input size
4950 - ASoC: cs4270: fix DAPM stream name mismatch
4951 - dib0700: fix nec repeat handling
4952 - swapfile: fix memory corruption via malformed swapfile
4953 - coredump: fix unfreezable coredumping task
4954 - s390/hypfs: Use get_free_page() instead of kmalloc to ensure page alignment
4955 - ARC: timer: rtc: implement read loop in "C" vs. inline asm
4956 - pinctrl: cherryview: Serialize register access in suspend/resume
4957 - pinctrl: cherryview: Prevent possible interrupt storm on resume
4958 - staging: iio: ad5933: avoid uninitialized variable in error case
4959 - drivers: staging: nvec: remove bogus reset command for PS/2 interface
4960 - Revert "staging: nvec: ps2: change serio type to passthrough"
4961 - staging: nvec: remove managed resource from PS2 driver
4962 - USB: cdc-acm: fix TIOCMIWAIT
4963 - usb: gadget: u_ether: remove interrupt throttling
4964 - drbd: Fix kernel_sendmsg() usage - potential NULL deref
4965 - toshiba-wmi: Fix loading the driver on non Toshiba laptops
4966 - clk: qoriq: Don't allow CPU clocks higher than starting value
4967 - iio: hid-sensors: Increase the precision of scale to fix wrong reading
4968 interpretation.
4969 - iio: orientation: hid-sensor-rotation: Add PM function (fix non working
4970 driver)
4971 - scsi: qla2xxx: Fix scsi scan hang triggered if adapter fails during init
4972 - scsi: mpt3sas: Fix for block device of raid exists even after deleting raid
4973 disk
4974 - KVM: MIPS: Precalculate MMIO load resume PC
4975 - drm/i915: Respect alternate_ddc_pin for all DDI ports
4976 - dmaengine: at_xdmac: fix spurious flag status for mem2mem transfers
4977 - tty/serial: at91: fix hardware handshake on Atmel platforms
4978 - iommu/amd: Free domain id when free a domain of struct dma_ops_domain
4979 - iommu/vt-d: Fix dead-locks in disable_dmar_iommu() path
4980 - mei: bus: fix received data size check in NFC fixup
4981 - lib/genalloc.c: start search from start of chunk
4982 - hwrng: core - Don't use a stack buffer in add_early_randomness()
4983 - i40e: fix call of ndo_dflt_bridge_getlink()
4984 - ACPI / APEI: Fix incorrect return value of ghes_proc()
4985 - ASoC: sun4i-codec: return error code instead of NULL when create_card fails
4986 - mmc: mxs: Initialize the spinlock prior to using it
4987 - btrfs: qgroup: Prevent qgroup->reserved from going subzero
4988 - netfilter: fix namespace handling in nf_log_proc_dostring
4989 - Linux 4.4.33
4990 * Xenial update to 4.4.32 stable release (LP: #1642573)
4991 - tcp: fix overflow in __tcp_retransmit_skb()
4992 - net: avoid sk_forward_alloc overflows
4993 - tcp: fix wrong checksum calculation on MTU probing
4994 - tcp: fix a compile error in DBGUNDO()
4995 - ip6_gre: fix flowi6_proto value in ip6gre_xmit_other()
4996 - ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_route
4997 - tg3: Avoid NULL pointer dereference in tg3_io_error_detected()
4998 - net: fec: set mac address unconditionally
4999 - net: pktgen: fix pkt_size
5000 - net/sched: act_vlan: Push skb->data to mac_header prior calling skb_vlan_*()
5001 functions
5002 - net: Add netdev all_adj_list refcnt propagation to fix panic
5003 - packet: call fanout_release, while UNREGISTERING a netdev
5004 - netlink: do not enter direct reclaim from netlink_dump()
5005 - ipv6: tcp: restore IP6CB for pktoptions skbs
5006 - ip6_tunnel: fix ip6_tnl_lookup
5007 - net: pktgen: remove rcu locking in pktgen_change_name()
5008 - bridge: multicast: restore perm router ports on multicast enable
5009 - rtnetlink: Add rtnexthop offload flag to compare mask
5010 - net: add recursion limit to GRO
5011 - ipv4: disable BH in set_ping_group_range()
5012 - ipv4: use the right lock for ping_group_range
5013 - net: sctp, forbid negative length
5014 - udp: fix IP_CHECKSUM handling
5015 - net sched filters: fix notification of filter delete with proper handle
5016 - sctp: validate chunk len before actually using it
5017 - packet: on direct_xmit, limit tso and csum to supported devices
5018 - of: silence warnings due to max() usage
5019 - Revert KVM: MIPS: Drop other CPU ASIDs on guest MMU changes
5020 - KVM: MIPS: Drop other CPU ASIDs on guest MMU changes
5021 - drm/amdgpu/dp: add back special handling for NUTMEG
5022 - drm/amdgpu: fix DP mode validation
5023 - drm/radeon: fix DP mode validation
5024 - scsi: megaraid_sas: fix macro MEGASAS_IS_LOGICAL to avoid regression
5025 - Linux 4.4.32
5026 * Xenial update to 4.4.31 stable release (LP: #1642572)
5027 - i2c: xgene: Avoid dma_buffer overrun
5028 - i2c: core: fix NULL pointer dereference under race condition
5029 - drm/dp/mst: Clear port->pdt when tearing down the i2c adapter
5030 - h8300: fix syscall restarting
5031 - libxfs: clean up _calc_dquots_per_chunk
5032 - mm/list_lru.c: avoid error-path NULL pointer deref
5033 - mm: memcontrol: do not recurse in direct reclaim
5034 - ALSA: usb-audio: Add quirk for Syntek STK1160
5035 - ALSA: hda - Merge RIRB_PRE_DELAY into CTX_WORKAROUND caps
5036 - ALSA: hda - Raise AZX_DCAPS_RIRB_DELAY handling into top drivers
5037 - ALSA: hda - allow 40 bit DMA mask for NVidia devices
5038 - ALSA: hda - Adding a new group of pin cfg into ALC295 pin quirk table
5039 - ALSA: hda - Fix headset mic detection problem for two Dell laptops
5040 - ANDROID: binder: Add strong ref checks
5041 - ANDROID: binder: Clear binder and cookie when setting handle in flat binder
5042 struct
5043 - btrfs: fix races on root_log_ctx lists
5044 - ubifs: Abort readdir upon error
5045 - ubifs: Fix regression in ubifs_readdir()
5046 - mei: txe: don't clean an unprocessed interrupt cause.
5047 - usb: gadget: function: u_ether: don't starve tx request queue
5048 - USB: serial: fix potential NULL-dereference at probe
5049 - USB: serial: ftdi_sio: add support for Infineon TriBoard TC2X7
5050 - xhci: use default USB_RESUME_TIMEOUT when resuming ports.
5051 - usb: increase ohci watchdog delay to 275 msec
5052 - Fix potential infoleak in older kernels
5053 - vt: clear selection before resizing
5054 - xhci: add restart quirk for Intel Wildcatpoint PCH
5055 - tty: limit terminal size to 4M chars
5056 - USB: serial: cp210x: fix tiocmget error handling
5057 - dm: free io_barrier after blk_cleanup_queue call
5058 - KVM: x86: fix wbinvd_dirty_mask use-after-free
5059 - KVM: MIPS: Make ERET handle ERL before EXL
5060 - ovl: fsync after copy-up
5061 - parisc: Ensure consistent state when switching to kernel stack at syscall
5062 entry
5063 - virtio_ring: Make interrupt suppression spec compliant
5064 - virtio: console: Unlock vqs while freeing buffers
5065 - dm mirror: fix read error on recovery after default leg failure
5066 - Input: i8042 - add XMG C504 to keyboard reset table
5067 - firewire: net: guard against rx buffer overflows
5068 - firewire: net: fix fragmented datagram_size off-by-one
5069 - mac80211: discard multicast and 4-addr A-MSDUs
5070 - scsi: megaraid_sas: Fix data integrity failure for JBOD (passthrough)
5071 devices
5072 - scsi: scsi_debug: Fix memory leak if LBP enabled and module is unloaded
5073 - scsi: arcmsr: Send SYNCHRONIZE_CACHE command to firmware
5074 - mmc: dw_mmc-pltfm: fix the potential NULL pointer dereference
5075 - Revert "drm/radeon: fix DP link training issue with second 4K monitor"
5076 - drm/radeon/si_dpm: Limit clocks on HD86xx part
5077 - drm/radeon/si_dpm: workaround for SI kickers
5078 - drm/radeon: drop register readback in cayman_cp_int_cntl_setup
5079 - drm/dp/mst: Check peer device type before attempting EDID read
5080 - perf build: Fix traceevent plugins build race
5081 - x86/xen: fix upper bound of pmd loop in xen_cleanhighmap()
5082 - powerpc/ptrace: Fix out of bounds array access warning
5083 - ARM: 8584/1: floppy: avoid gcc-6 warning
5084 - mm/cma: silence warnings due to max() usage
5085 - drm/exynos: fix error handling in exynos_drm_subdrv_open
5086 - cgroup: avoid false positive gcc-6 warning
5087 - smc91x: avoid self-comparison warning
5088 - Disable "frame-address" warning
5089 - UBI: fastmap: scrub PEB when bitflips are detected in a free PEB EC header
5090 - pwm: Unexport children before chip removal
5091 - usb: dwc3: Fix size used in dma_free_coherent()
5092 - tty: vt, fix bogus division in csi_J
5093 - kvm: x86: Check memopp before dereference (CVE-2016-8630)
5094 - ubi: fastmap: Fix add_vol() return value test in ubi_attach_fastmap()
5095 - HID: usbhid: add ATEN CS962 to list of quirky devices
5096 - Linux 4.4.31
5097 * CVE-2016-6213
5098 - mnt: Add a per mount namespace limit on the number of mounts
5099 * ThinkPad T460 hotkeys stop working in Ubuntu 16.04 (LP: #1642114)
5100 - thinkpad_acpi: Add support for HKEY version 0x200
5101 * CVE-2016-4568
5102 - videobuf2-v4l2: Verify planes array in buffer dequeueing
5103 * [SRU] Add 0cf3:e009 to btusb (LP: #1641562)
5104 - Bluetooth: btusb: Add support for 0cf3:e009
5105 * Fix resource leak in btusb (LP: #1641569)
5106 - SAUCE: Bluetooth: decrease refcount after use
5107 * WiFi LED doesn't work on some Edge Gateway units (LP: #1640418)
5108 - SAUCE: mwifiex: Use PCI ID instead of DMI ID to identify Edge Gateways
5109 * [Hyper-V] do not lose pending heartbeat vmbus packets (LP: #1632786)
5110 - hv: do not lose pending heartbeat vmbus packets
5111 * ipv6: connected routes are missing after a down/up cycle on the loopback
5112 (LP: #1634545)
5113 - ipv6: correctly add local routes when lo goes up
5114 * audit: prevent a new auditd to stop an old auditd still alive (LP: #1633404)
5115 - audit: stop an old auditd being starved out by a new auditd
5116 * hv_set_ifconfig script parsing fails for certain configuration
5117 (LP: #1640109)
5118 - hv_set_ifconfig -- handle DHCP interfaces correctly
5119 - hv_set_ifconfig -- ensure we include the last stanza
5120 * CVE-2016-7039 and CVE-2016-8666 (LP: #1631287)
5121 - Revert "UBUNTU: SAUCE: net: add recursion limit to GRO"
5122
5123 [ Ubuntu: 4.4.0-53.74 ]
5124
5125 * CVE-2016-8655 (LP: #1646318)
5126 - packet: fix race condition in packet_set_ring
5127
5128 [ Ubuntu: 4.4.0-51.72 ]
5129
5130 * Release Tracking Bug
5131 - LP: #1644611
5132 * 4.4.0-1037-snapdragon #41: kernel panic on boot (LP: #1644596)
5133 - Revert "dma-mapping: introduce the DMA_ATTR_NO_WARN attribute"
5134 - Revert "powerpc: implement the DMA_ATTR_NO_WARN attribute"
5135 - Revert "nvme: use the DMA_ATTR_NO_WARN attribute"
5136
5137 [ Ubuntu: 4.4.0-50.71 ]
5138
5139 * Release Tracking Bug
5140 - LP: #1644169
5141 * xenial 4.4.0-49.70 kernel breaks LXD userspace (LP: #1644165)
5142 - Revert "UBUNTU: SAUCE: (namespace) fuse: Allow user namespace mounts by
5143 default"
5144 - Revert "UBUNTU: SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID for
5145 userns root"
5146 - Revert "(namespace) Revert "UBUNTU: SAUCE: fs: Don't remove suid for
5147 CAP_FSETID in s_user_ns""
5148 - Revert "UBUNTU: SAUCE: (namespace) fs: Allow superblock owner to change
5149 ownership of inodes"
5150 - Revert "(namespace) Revert "UBUNTU: SAUCE: fs: Allow superblock owner to
5151 change ownership of inodes with unmappable ids""
5152 - Revert "UBUNTU: SAUCE: (namespace) security/integrity: Harden against
5153 malformed xattrs"
5154 - Revert "(namespace) Revert "UBUNTU: SAUCE: ima/evm: Allow root in s_user_ns
5155 to set xattrs""
5156 - Revert "(namespace) dquot: For now explicitly don't support filesystems
5157 outside of init_user_ns"
5158 - Revert "(namespace) quota: Handle quota data stored in s_user_ns in
5159 quota_setxquota"
5160 - Revert "(namespace) quota: Ensure qids map to the filesystem"
5161 - Revert "(namespace) Revert "UBUNTU: SAUCE: quota: Convert ids relative to
5162 s_user_ns""
5163 - Revert "(namespace) Revert "UBUNTU: SAUCE: quota: Require that qids passed
5164 to dqget() be valid and map into s_user_ns""
5165 - Revert "(namespace) vfs: Don't create inodes with a uid or gid unknown to
5166 the vfs"
5167 - Revert "(namespace) vfs: Don't modify inodes with a uid or gid unknown to
5168 the vfs"
5169 - Revert "UBUNTU: SAUCE: (namespace) fuse: Translate ids in posix acl xattrs"
5170 - Revert "UBUNTU: SAUCE: (namespace) posix_acl: Export
5171 posix_acl_fix_xattr_userns() to modules"
5172 - Revert "(namespace) vfs: Verify acls are valid within superblock's
5173 s_user_ns."
5174 - Revert "(namespace) Revert "UBUNTU: SAUCE: fs: Update posix_acl support to
5175 handle user namespace mounts""
5176 - Revert "(namespace) fs: Refuse uid/gid changes which don't map into
5177 s_user_ns"
5178 - Revert "(namespace) Revert "UBUNTU: SAUCE: fs: Refuse uid/gid changes which
5179 don't map into s_user_ns""
5180 - Revert "(namespace) mnt: Move the FS_USERNS_MOUNT check into sget_userns"
5181
5182 [ Ubuntu: 4.4.0-49.70 ]
5183
5184 * Release Tracking Bug
5185 - LP: #1640921
5186 * Infiniband driver (kernel module) needed for Azure (LP: #1641139)
5187 - SAUCE: RDMA Infiniband for Windows Azure
5188 - [Config] CONFIG_HYPERV_INFINIBAND_ND=m
5189 - SAUCE: Makefile RDMA infiniband driver for Windows Azure
5190 - [Config] Add hv_network_direct.ko to generic inclusion list
5191 - SAUCE: RDMA Infiniband for Windows Azure is dependent on amd64
5192
5193 [ Ubuntu: 4.4.0-48.69 ]
5194
5195 * Release Tracking Bug
5196 - LP: #1640758
5197 * lxc-attach to malicious container allows access to host (LP: #1639345)
5198 - Revert "UBUNTU: SAUCE: (noup) ptrace: being capable wrt a process requires
5199 mapped uids/gids"
5200 - (upstream) mm: Add a user_ns owner to mm_struct and fix ptrace permission
5201 checks
5202 * take 'P' command from upstream xmon (LP: #1637978)
5203 - powerpc/xmon: Add xmon command to dump process/task similar to ps(1)
5204 * zfs: importing zpool with vdev on zvol hangs kernel (LP: #1636517)
5205 - SAUCE: (noup) Update zfs to 0.6.5.6-0ubuntu15
5206 * I2C touchpad does not work on AMD platform (LP: #1612006)
5207 - pinctrl/amd: Configure GPIO register using BIOS settings
5208 - pinctrl/amd: switch to using a bool for level
5209 * [LTCTest] vfio_pci not loaded on Ubuntu 16.10 by default (LP: #1636733)
5210 - [Config] CONFIG_VFIO_PCI=y for ppc64el
5211 * QEMU throws failure msg while booting guest with SRIOV VF (LP: #1630554)
5212 - KVM: PPC: Always select KVM_VFIO, plus Makefile cleanup
5213 * Allow fuse user namespace mounts by default in xenial (LP: #1634964)
5214 - (namespace) mnt: Move the FS_USERNS_MOUNT check into sget_userns
5215 - (namespace) Revert "UBUNTU: SAUCE: fs: Refuse uid/gid changes which don't
5216 map into s_user_ns"
5217 - (namespace) fs: Refuse uid/gid changes which don't map into s_user_ns
5218 - (namespace) Revert "UBUNTU: SAUCE: fs: Update posix_acl support to handle
5219 user namespace mounts"
5220 - (namespace) vfs: Verify acls are valid within superblock's s_user_ns.
5221 - SAUCE: (namespace) posix_acl: Export posix_acl_fix_xattr_userns() to modules
5222 - SAUCE: (namespace) fuse: Translate ids in posix acl xattrs
5223 - (namespace) vfs: Don't modify inodes with a uid or gid unknown to the vfs
5224 - (namespace) vfs: Don't create inodes with a uid or gid unknown to the vfs
5225 - (namespace) Revert "UBUNTU: SAUCE: quota: Require that qids passed to
5226 dqget() be valid and map into s_user_ns"
5227 - (namespace) Revert "UBUNTU: SAUCE: quota: Convert ids relative to s_user_ns"
5228 - (namespace) quota: Ensure qids map to the filesystem
5229 - (namespace) quota: Handle quota data stored in s_user_ns in quota_setxquota
5230 - (namespace) dquot: For now explicitly don't support filesystems outside of
5231 init_user_ns
5232 - (namespace) Revert "UBUNTU: SAUCE: ima/evm: Allow root in s_user_ns to set
5233 xattrs"
5234 - SAUCE: (namespace) security/integrity: Harden against malformed xattrs
5235 - (namespace) Revert "UBUNTU: SAUCE: fs: Allow superblock owner to change
5236 ownership of inodes with unmappable ids"
5237 - SAUCE: (namespace) fs: Allow superblock owner to change ownership of inodes
5238 - (namespace) Revert "UBUNTU: SAUCE: fs: Don't remove suid for CAP_FSETID in
5239 s_user_ns"
5240 - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID for userns root
5241 - SAUCE: (namespace) fuse: Allow user namespace mounts by default
5242 * [Feature] KBL - New device ID for Kabypoint(KbP) (LP: #1591618)
5243 - SAUCE: mfd: lpss: Fix Intel Kaby Lake PCH-H properties
5244 * hio: SSD data corruption under stress test (LP: #1638700)
5245 - SAUCE: hio: set bi_error field to signal an I/O error on a BIO
5246 - SAUCE: hio: splitting bio in the entry of .make_request_fn
5247 * Module sha1-mb fails to load (LP: #1637165)
5248 - crypto: sha-mb - Fix load failure
5249 - crypto: mcryptd - Fix load failure
5250 * please include mlx5_core modules in linux-image-generic package
5251 (LP: #1635223)
5252 - [Config] Include mlx5 in main package
5253 * xgene i2c slimpro driver fails to load (LP: #1625232)
5254 - mailbox: Add support for APM X-Gene platform mailbox driver
5255 - mailbox/xgene-slimpro: Checking for IS_ERR instead of NULL
5256 - mailbox: xgene-slimpro: Fix wrong test for devm_kzalloc
5257 - [Config] Enabled XGENE_SLIMPRO_MBOX as a module
5258 * [Dell][XPS]Touchscreen fails to function after resume from s3 by Lid
5259 close/open (LP: #1632527)
5260 - gpio/pinctrl: sunxi: stop poking around in private vars
5261 - pinctrl: intel: Only restore pins that are used by the driver
5262 * Xenial update to v4.4.30 stable release (LP: #1638272)
5263 - Revert "x86/mm: Expand the exception table logic to allow new handling
5264 options"
5265 - Revert "fix minor infoleak in get_user_ex()"
5266 - Linux 4.4.30
5267 * Xenial update to v4.4.29 stable release (LP: #1638267)
5268 - drm/prime: Pass the right module owner through to dma_buf_export()
5269 - drm/amdgpu: fix IB alignment for UVD
5270 - drm/amdgpu/dce10: disable hpd on local panels
5271 - drm/amdgpu/dce8: disable hpd on local panels
5272 - drm/amdgpu/dce11: disable hpd on local panels
5273 - drm/amdgpu/dce11: add missing drm_mode_config_cleanup call
5274 - drm/amdgpu: change vblank_time's calculation method to reduce computational
5275 error.
5276 - drm/radeon: narrow asic_init for virtualization
5277 - drm/radeon/si/dpm: fix phase shedding setup
5278 - drm/radeon: change vblank_time's calculation method to reduce computational
5279 error.
5280 - drm/vmwgfx: Limit the user-space command buffer size
5281 - drm/i915/gen9: fix the WaWmMemoryReadLatency implementation
5282 - Revert "drm/i915: Check live status before reading edid"
5283 - drm/i915: Account for TSEG size when determining 865G stolen base
5284 - drm/i915: Unalias obj->phys_handle and obj->userptr
5285 - mm/hugetlb: fix memory offline with hugepage size > memory block size
5286 - posix_acl: Clear SGID bit when setting file permissions
5287 - ipip: Properly mark ipip GRO packets as encapsulated.
5288 - powerpc/eeh: Null check uses of eeh_pe_bus_get
5289 - perf stat: Fix interval output values
5290 - genirq/generic_chip: Add irq_unmap callback
5291 - uio: fix dmem_region_start computation
5292 - ARM: clk-imx35: fix name for ckil clk
5293 - spi: spi-fsl-dspi: Drop extra spi_master_put in device remove function
5294 - mwifiex: correct aid value during tdls setup
5295 - crypto: gcm - Fix IV buffer size in crypto_gcm_setkey
5296 - crypto: arm/ghash-ce - add missing async import/export
5297 - hwrng: omap - Only fail if pm_runtime_get_sync returns < 0
5298 - ASoC: topology: Fix error return code in soc_tplg_dapm_widget_create()
5299 - ASoC: dapm: Fix possible uninitialized variable in snd_soc_dapm_get_volsw()
5300 - ASoC: dapm: Fix value setting for _ENUM_DOUBLE MUX's second channel
5301 - ASoC: dapm: Fix kcontrol creation for output driver widget
5302 - staging: r8188eu: Fix scheduling while atomic splat
5303 - power: bq24257: Fix use of uninitialized pointer bq->charger
5304 - dmaengine: ipu: remove bogus NO_IRQ reference
5305 - x86/mm: Expand the exception table logic to allow new handling options
5306 - s390/cio: fix accidental interrupt enabling during resume
5307 - s390/con3270: fix use of uninitialised data
5308 - s390/con3270: fix insufficient space padding
5309 - clk: qoriq: fix a register offset error
5310 - clk: divider: Fix clk_divider_round_rate() to use clk_readl()
5311 - perf hists browser: Fix event group display
5312 - perf symbols: Check symbol_conf.allow_aliases for kallsyms loading too
5313 - perf symbols: Fixup symbol sizes before picking best ones
5314 - mpt3sas: Don't spam logs if logging level is 0
5315 - powerpc/nvram: Fix an incorrect partition merge
5316 - ARM: pxa: pxa_cplds: fix interrupt handling
5317 - Linux 4.4.29
5318 * KVM: PPC: Book3S HV: Migrate pinned pages out of CMA (LP: #1632045)
5319 - KVM: PPC: Book3S HV: Migrate pinned pages out of CMA
5320 * Xenial update to v4.4.28 stable release (LP: #1637510)
5321 - gpio: mpc8xxx: Correct irq handler function
5322 - mei: me: add kaby point device ids
5323 - regulator: tps65910: Work around silicon erratum SWCZ010
5324 - clk: imx6: initialize GPU clocks
5325 - PM / devfreq: event: remove duplicate devfreq_event_get_drvdata()
5326 - rtlwifi: Fix missing country code for Great Britain
5327 - mmc: block: don't use CMD23 with very old MMC cards
5328 - mmc: sdhci: cast unsigned int to unsigned long long to avoid unexpeted error
5329 - PCI: Mark Atheros AR9580 to avoid bus reset
5330 - platform: don't return 0 from platform_get_irq[_byname]() on error
5331 - cpufreq: intel_pstate: Fix unsafe HWP MSR access
5332 - parisc: Increase KERNEL_INITIAL_SIZE for 32-bit SMP kernels
5333 - parisc: Fix kernel memory layout regarding position of __gp
5334 - parisc: Increase initial kernel mapping size
5335 - pstore/ramoops: fixup driver removal
5336 - pstore/core: drop cmpxchg based updates
5337 - pstore/ram: Use memcpy_toio instead of memcpy
5338 - pstore/ram: Use memcpy_fromio() to save old buffer
5339 - perf intel-pt: Fix snapshot overlap detection decoder errors
5340 - perf intel-pt: Fix estimated timestamps for cycle-accurate mode
5341 - perf intel-pt: Fix MTC timestamp calculation for large MTC periods
5342 - dm: mark request_queue dead before destroying the DM device
5343 - dm: return correct error code in dm_resume()'s retry loop
5344 - dm mpath: check if path's request_queue is dying in activate_path()
5345 - dm crypt: fix crash on exit
5346 - powerpc/vdso64: Use double word compare on pointers
5347 - powerpc/powernv: Pass CPU-endian PE number to opal_pci_eeh_freeze_clear()
5348 - powerpc/powernv: Use CPU-endian hub diag-data type in
5349 pnv_eeh_get_and_dump_hub_diag()
5350 - powerpc/powernv: Use CPU-endian PEST in pnv_pci_dump_p7ioc_diag_data()
5351 - ubi: Deal with interrupted erasures in WL
5352 - zfcp: fix fc_host port_type with NPIV
5353 - zfcp: fix ELS/GS request&response length for hardware data router
5354 - zfcp: close window with unblocked rport during rport gone
5355 - zfcp: retain trace level for SCSI and HBA FSF response records
5356 - zfcp: restore: Dont use 0 to indicate invalid LUN in rec trace
5357 - zfcp: trace on request for open and close of WKA port
5358 - zfcp: restore tracing of handle for port and LUN with HBA records
5359 - zfcp: fix D_ID field with actual value on tracing SAN responses
5360 - zfcp: fix payload trace length for SAN request&response
5361 - zfcp: trace full payload of all SAN records (req,resp,iels)
5362 - scsi: zfcp: spin_lock_irqsave() is not nestable
5363 - fbdev/efifb: Fix 16 color palette entry calculation
5364 - ovl: Fix info leak in ovl_lookup_temp()
5365 - ovl: copy_up_xattr(): use strnlen
5366 - mb86a20s: fix the locking logic
5367 - mb86a20s: fix demod settings
5368 - cx231xx: don't return error on success
5369 - cx231xx: fix GPIOs for Pixelview SBTVD hybrid
5370 - ALSA: hda - Fix a failure of micmute led when having multi adcs
5371 - MIPS: Fix -mabi=64 build of vdso.lds
5372 - MIPS: ptrace: Fix regs_return_value for kernel context
5373 - lib: move strtobool() to kstrtobool()
5374 - lib: update single-char callers of strtobool()
5375 - lib: add "on"/"off" support to kstrtobool
5376 - Input: i8042 - skip selftest on ASUS laptops
5377 - Input: elantech - force needed quirks on Fujitsu H760
5378 - Input: elantech - add Fujitsu Lifebook E556 to force crc_enabled
5379 - sunrpc: fix write space race causing stalls
5380 - NFSv4: Don't report revoked delegations as valid in nfs_have_delegation()
5381 - NFSv4: nfs4_copy_delegation_stateid() must fail if the delegation is invalid
5382 - NFSv4: Open state recovery must account for file permission changes
5383 - NFSv4.2: Fix a reference leak in nfs42_proc_layoutstats_generic
5384 - scsi: Fix use-after-free
5385 - metag: Only define atomic_dec_if_positive conditionally
5386 - mm: filemap: don't plant shadow entries without radix tree node
5387 - ipc/sem.c: fix complex_count vs. simple op race
5388 - arc: don't leak bits of kernel stack into coredump
5389 - fs/super.c: fix race between freeze_super() and thaw_super()
5390 - cifs: Limit the overall credit acquired
5391 - fs/cifs: keep guid when assigning fid to fileinfo
5392 - Clarify locking of cifs file and tcon structures and make more granular
5393 - Display number of credits available
5394 - Set previous session id correctly on SMB3 reconnect
5395 - SMB3: GUIDs should be constructed as random but valid uuids
5396 - Do not send SMB3 SET_INFO request if nothing is changing
5397 - Cleanup missing frees on some ioctls
5398 - blkcg: Unlock blkcg_pol_mutex only once when cpd == NULL
5399 - x86/e820: Don't merge consecutive E820_PRAM ranges
5400 - kvm: x86: memset whole irq_eoi
5401 - irqchip/gicv3: Handle loop timeout proper
5402 - sd: Fix rw_max for devices that report an optimal xfer size
5403 - hpsa: correct skipping masked peripherals
5404 - PKCS#7: Don't require SpcSpOpusInfo in Authenticode pkcs7 signatures
5405 - bnx2x: Prevent false warning for lack of FC NPIV
5406 - net/mlx4_core: Allow resetting VF admin mac to zero
5407 - acpi, nfit: check for the correct event code in notifications
5408 - mm: workingset: fix crash in shadow node shrinker caused by
5409 replace_page_cache_page()
5410 - mm: filemap: fix mapping->nrpages double accounting in fuse
5411 - Using BUG_ON() as an assert() is _never_ acceptable
5412 - s390/mm: fix gmap tlb flush issues
5413 - irqchip/gic-v3-its: Fix entry size mask for GITS_BASER
5414 - isofs: Do not return EACCES for unknown filesystems
5415 - memstick: rtsx_usb_ms: Runtime resume the device when polling for cards
5416 - memstick: rtsx_usb_ms: Manage runtime PM when accessing the device
5417 - arm64: percpu: rewrite ll/sc loops in assembly
5418 - arm64: kernel: Init MDCR_EL2 even in the absence of a PMU
5419 - ceph: fix error handling in ceph_read_iter
5420 - powerpc/mm: Prevent unlikely crash in copro_calculate_slb()
5421 - mmc: core: Annotate cmd_hdr as __le32
5422 - mmc: rtsx_usb_sdmmc: Avoid keeping the device runtime resumed when unused
5423 - mmc: rtsx_usb_sdmmc: Handle runtime PM while changing the led
5424 - ext4: do not advertise encryption support when disabled
5425 - jbd2: fix incorrect unlock on j_list_lock
5426 - ubifs: Fix xattr_names length in exit paths
5427 - target: Re-add missing SCF_ACK_KREF assignment in v4.1.y
5428 - target: Make EXTENDED_COPY 0xe4 failure return COPY TARGET DEVICE NOT
5429 REACHABLE
5430 - target: Don't override EXTENDED_COPY xcopy_pt_cmd SCSI status code
5431 - Linux 4.4.28
5432 * Xenial update to v4.4.27 stable release (LP: #1637501)
5433 - serial: 8250_dw: Check the data->pclk when get apb_pclk
5434 - btrfs: assign error values to the correct bio structs
5435 - drivers: base: dma-mapping: page align the size when unmap_kernel_range
5436 - fuse: listxattr: verify xattr list
5437 - fuse: invalidate dir dentry after chmod
5438 - fuse: fix killing s[ug]id in setattr
5439 - i40e: avoid NULL pointer dereference and recursive errors on early PCI error
5440 - brcmfmac: fix memory leak in brcmf_fill_bss_param
5441 - ASoC: Intel: Atom: add a missing star in a memcpy call
5442 - reiserfs: Unlock superblock before calling reiserfs_quota_on_mount()
5443 - reiserfs: switch to generic_{get,set,remove}xattr()
5444 - async_pq_val: fix DMA memory leak
5445 - scsi: arcmsr: Simplify user_len checking
5446 - ext4: enforce online defrag restriction for encrypted files
5447 - ext4: reinforce check of i_dtime when clearing high fields of uid and gid
5448 - ext4: fix memory leak in ext4_insert_range()
5449 - ext4: allow DAX writeback for hole punch
5450 - ext4: release bh in make_indexed_dir
5451 - dlm: free workqueues after the connections
5452 - vfs: move permission checking into notify_change() for utimes(NULL)
5453 - cfq: fix starvation of asynchronous writes
5454 - Linux 4.4.27
5455 * Xenial update to v4.4.26 stable release (LP: #1637500)
5456 - x86/build: Build compressed x86 kernels as PIE
5457 - Linux 4.4.26
5458 * ISST-LTE:pVM nvme 0000:a0:00.0: iommu_alloc failed on NVMe card
5459 (LP: #1633128)
5460 - dma-mapping: introduce the DMA_ATTR_NO_WARN attribute
5461 - powerpc: implement the DMA_ATTR_NO_WARN attribute
5462 - nvme: use the DMA_ATTR_NO_WARN attribute
5463 * CVE-2016-8658
5464 - brcmfmac: avoid potential stack overflow in brcmf_cfg80211_start_ap()
5465 * Hotkey doesn't work on HP x360 (LP: #1620979)
5466 - gpiolib: Make it possible to exclude GPIOs from IRQ domain
5467 - pinctrl: cherryview: Do not mask all interrupts in probe
5468 - pinctrl: cherryview: Do not add all southwest and north GPIOs to IRQ domain
5469 * Bad page state in process genwqe_gunzip pfn:3c275 in the genwqe device
5470 driver (LP: #1559194)
5471 - SAUCE: (noup) Bad page state in process genwqe_gunzip pfn:3c275 in the
5472 genwqe device driver
5473 * CVE-2016-7425
5474 - scsi: arcmsr: Buffer overflow in arcmsr_iop_message_xfer()
5475 * Add ipvlan module to 16.04 kernel (LP: #1634705)
5476 - [Config] Add ipvlan to the generic inclusion list
5477 * kernel generates ACPI Exception: AE_NOT_FOUND, Evaluating _DOD incorrectly
5478 (LP: #1634607)
5479 - ACPI / video: skip evaluating _DOD when it does not exist
5480 * BT still shows off after resume by wireless hotkey (LP: #1634380)
5481 - Bluetooth: btusb: Fix atheros firmware download error
5482 * ghash-clmulni-intel module fails to load (LP: #1633058)
5483 - crypto: ghash-clmulni - Fix load failure
5484 - crypto: cryptd - Assign statesize properly
5485 * Xenial update to v4.4.25 stable release (LP: #1634153)
5486 - timekeeping: Fix __ktime_get_fast_ns() regression
5487 - ALSA: ali5451: Fix out-of-bound position reporting
5488 - ALSA: usb-audio: Extend DragonFly dB scale quirk to cover other variants
5489 - ALSA: usb-line6: use the same declaration as definition in header for MIDI
5490 manufacturer ID
5491 - mfd: rtsx_usb: Avoid setting ucr->current_sg.status
5492 - mfd: atmel-hlcdc: Do not sleep in atomic context
5493 - mfd: 88pm80x: Double shifting bug in suspend/resume
5494 - mfd: wm8350-i2c: Make sure the i2c regmap functions are compiled
5495 - KVM: PPC: Book3s PR: Allow access to unprivileged MMCR2 register
5496 - KVM: MIPS: Drop other CPU ASIDs on guest MMU changes
5497 - KVM: PPC: BookE: Fix a sanity check
5498 - x86/boot: Fix kdump, cleanup aborted E820_PRAM max_pfn manipulation
5499 - x86/irq: Prevent force migration of irqs which are not in the vector domain
5500 - x86/dumpstack: Fix x86_32 kernel_stack_pointer() previous stack access
5501 - ARM: dts: mvebu: armada-390: add missing compatibility string and bracket
5502 - ARM: dts: MSM8064 remove flags from SPMI/MPP IRQs
5503 - ARM: cpuidle: Fix error return code
5504 - ima: use file_dentry()
5505 - tpm: fix a race condition in tpm2_unseal_trusted()
5506 - tpm_crb: fix crb_req_canceled behavior
5507 - Linux 4.4.25
5508 * backport fwts UEFI test driver to Xenial (LP: #1633506)
5509 - efi: Add efi_test driver for exporting UEFI runtime service interfaces
5510 - [Config] CONFIG_EFI_TEST=m
5511 * Fix alps driver for multitouch function. (LP: #1633321)
5512 - HID: alps: fix multitouch cursor issue
5513 * xgene merlin crashes when running as iperf server (LP: #1632739)
5514 - drivers: net: xgene: optimizing the code
5515 - xgene: get_phy_device() doesn't return NULL anymore
5516 - drivers: net: xgene: Get channel number from device binding
5517 - drivers: net: xgene: constify xgene_cle_ops structure
5518 - drivers: net: xgene: Fix error handling
5519 - drivers: net: xgene: fix IPv4 forward crash
5520 - drivers: net: xgene: fix sharing of irqs
5521 - drivers: net: xgene: fix ununiform latency across queues
5522 - drivers: net: xgene: fix statistics counters race condition
5523 - drivers: net: xgene: fix register offset
5524 - drivers: net: xgene: Separate set_speed from mac_init
5525 - drivers: net: xgene: Fix module unload crash - hw resource cleanup
5526 - drivers: net: xgene: Fix module unload crash - change sw sequence
5527 - drivers: net: xgene: Fix module unload crash - clkrst sequence
5528 - drivers: net: phy: xgene: Add MDIO driver
5529 - drivers: net: xgene: Add backward compatibility
5530 - drivers: net: xgene: Enable MDIO driver
5531 - drivers: net: xgene: Use exported functions
5532 - drivers: net: xgene: ethtool: Use phy_ethtool_gset and sset
5533 - dtb: xgene: Add MDIO node
5534 - MAINTAINERS: xgene: Add driver and documentation path
5535 - [Config] Enable MDIO_XGENE as a modules
5536 * Add support for KabeLake i219-LOM chips (LP: #1632578)
5537 - e1000e: Initial support for KabeLake
5538
5539 -- Luis Henriques <luis.henriques@canonical.com> Wed, 07 Dec 2016 18:10:04 +0000
5540
5541 linux-snapdragon (4.4.0-1039.43) xenial; urgency=low
5542
5543 * CVE-2016-8655 (LP: #1646318)
5544 - packet: fix race condition in packet_set_ring
5545
5546 -- Brad Figg <brad.figg@canonical.com> Fri, 02 Dec 2016 11:24:31 -0800
5547
5548 linux-snapdragon (4.4.0-1035.39) xenial; urgency=low
5549
5550 [ Luis Henriques ]
5551
5552 * Release Tracking Bug
5553 - LP: #1640520
5554
5555 * unexpectedly large memory usage of mounted snaps (LP: #1636847)
5556 - [Config] switch squashfs to single threaded decode
5557
5558 -- Luis Henriques <luis.henriques@canonical.com> Wed, 09 Nov 2016 15:44:52 +0000
5559
5560 linux-snapdragon (4.4.0-1034.38) xenial; urgency=low
5561
5562 [ Kamal Mostafa ]
5563
5564 * Release Tracking Bug
5565 - LP: #1636948
5566
5567 [ Ubuntu: 4.4.0-47.68 ]
5568
5569 * Add a driver for Amazon Elastic Network Adapters (ENA) (LP: #1635721)
5570 - lib/bitmap.c: conversion routines to/from u32 array
5571 - net: ethtool: add new ETHTOOL_xLINKSETTINGS API
5572 - net: ena: Add a driver for Amazon Elastic Network Adapters (ENA)
5573 - [config] enable CONFIG_ENA_ETHERNET=m (Amazon ENA driver)
5574 * unexpectedly large memory usage of mounted snaps (LP: #1636847)
5575 - [Config] switch squashfs to single threaded decode
5576
5577 -- Kamal Mostafa <kamal@canonical.com> Wed, 26 Oct 2016 13:34:19 -0700
5578
5579 linux-snapdragon (4.4.0-1033.37) xenial; urgency=low
5580
5581 [ Seth Forshee ]
5582
5583 * Release Tracking Bug
5584 - LP: #1635247
5585
5586 [ Ubuntu: 4.4.0-46.67 ]
5587
5588 * Release Tracking Bug
5589 - LP: #1635242
5590 * proc_keys_show crash when reading /proc/keys (LP: #1634496)
5591 - SAUCE: KEYS: ensure xbuf is large enough to fix buffer overflow in
5592 proc_keys_show (LP: #1634496)
5593 * [Trusty->Yakkety] powerpc/64: Fix incorrect return value from
5594 __copy_tofrom_user (LP: #1632462)
5595 - SAUCE: (no-up) powerpc/64: Fix incorrect return value from
5596 __copy_tofrom_user
5597 * Ubuntu 16.10: Oops panic in move_page_tables/page_remove_rmap after running
5598 memory_stress_ng. (LP: #1628976)
5599 - SAUCE: (no-up) powerpc/pseries: Fix stack corruption in htpe code
5600 * Paths not failed properly when unmapping virtual FC ports in VIOS (using
5601 ibmvfc) (LP: #1632116)
5602 - scsi: ibmvfc: Fix I/O hang when port is not mapped
5603 * PSL data cache should be flushed before resetting CAPI adapter
5604 (LP: #1632049)
5605 - cxl: Flush PSL cache before resetting the adapter
5606 * thunder nic: avoid link delays due to RX_PACKET_DIS (LP: #1630038)
5607 - net: thunderx: Don't set RX_PACKET_DIS while initializing
5608 * Support snaps inside of lxd containers (LP: #1611078)
5609 - Revert "UBUNTU: SAUCE: apparmor: fix sleep in critical section"
5610 - SAUCE: (no-up) apparmor: sync of apparmor 3.6 (from Ubuntu 16.10)
5611 * crypto/vmx/p8_ghash memory corruption (LP: #1630970)
5612 - crypto: ghash-generic - move common definitions to a new header file
5613 - crypto: vmx - Fix memory corruption caused by p8_ghash
5614 - crypto: vmx - Ensure ghash-generic is enabled
5615 * Xenial update to v4.4.24 stable release (LP: #1631468)
5616 - cpuset: handle race between CPU hotplug and cpuset_hotplug_work
5617 - mtd: nand: davinci: Reinitialize the HW ECC engine in 4bit hwctl
5618 - mm,ksm: fix endless looping in allocating memory when ksm enable
5619 - can: dev: fix deadlock reported after bus-off
5620 - x86/init: Fix cr4_init_shadow() on CR4-less machines
5621 - x86/boot: Initialize FPU and X86_FEATURE_ALWAYS even if we don't have CPUID
5622 - drm/nouveau/fifo/nv04: avoid ramht race against cookie insertion
5623 - drm/radeon/si/dpm: add workaround for for Jet parts
5624 - ARM: 8616/1: dt: Respect property size when parsing CPUs
5625 - ARM: 8617/1: dma: fix dma_max_pfn()
5626 - usb: musb: Fix DMA desired mode for Mentor DMA engine
5627 - usb: musb: fix DMA for host mode
5628 - iwlwifi: mvm: fix a few firmware capability checks
5629 - perf/core: Fix pmu::filter_match for SW-led groups
5630 - i40e: avoid null pointer dereference
5631 - pinctrl: uniphier: fix .pin_dbg_show() callback
5632 - pinctrl: Flag strict is a field in struct pinmux_ops
5633 - drivers/perf: arm_pmu: Fix leak in error path
5634 - mmc: pxamci: fix potential oops
5635 - tools/vm/slabinfo: fix an unintentional printf
5636 - ipvs: fix bind to link-local mcast IPv6 address in backup
5637 - nvmem: Declare nvmem_cell_read() consistently
5638 - hwmon: (adt7411) set bit 3 in CFG1 register
5639 - spi: sh-msiof: Avoid invalid clock generator parameters
5640 - iwlwifi: pcie: fix access to scratch buffer
5641 - iwlwifi: mvm: don't use ret when not initialised
5642 - ceph: fix race during filling readdir cache
5643 - usb: gadget: fsl_qe_udc: signedness bug in qe_get_frame()
5644 - gpio: sa1100: fix irq probing for ucb1x00
5645 - irqchip/gicv3: Silence noisy DEBUG_PER_CPU_MAPS warning
5646 - ARM: 8618/1: decompressor: reset ttbcr fields to use TTBR0 on ARMv7
5647 - arm64: debug: avoid resetting stepping state machine when TIF_SINGLESTEP
5648 - MIPS: uprobes: remove incorrect set_orig_insn
5649 - MIPS: fix uretprobe implementation
5650 - MIPS: Malta: Fix IOCU disable switch read for MIPS64
5651 - MIPS: uprobes: fix use of uninitialised variable
5652 - printk: fix parsing of "brl=" option
5653 - tpm: fix byte-order for the value read by tpm2_get_tpm_pt
5654 - regulator: qcom_spmi: Add support for S4 supply on pm8941
5655 - regulator: qcom_spmi: Add support for get_mode/set_mode on switches
5656 - regulator: qcom_spmi: Update mvs1/mvs2 switches on pm8941
5657 - regulator: qcom_smd: Fix voltage ranges for pm8x41
5658 - ARM: sun5i: Fix typo in trip point temperature
5659 - ARM: sa1100: register clocks early
5660 - ARM: sa1100: fix 3.6864MHz clock
5661 - ARM: sa1100: clear reset status prior to reboot
5662 - ARM: shmobile: fix regulator quirk for Gen2
5663 - ARM: sa1111: fix pcmcia suspend/resume
5664 - hwrng: omap - Fix assumption that runtime_get_sync will always succeed
5665 - blk-mq: actually hook up defer list when running requests
5666 - pstore: drop file opened reference count
5667 - tile: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFO
5668 - iwlmvm: mvm: set correct state in smart-fifo configuration
5669 - NFC: fdp: Detect errors from fdp_nci_create_conn()
5670 - em28xx-i2c: rt_mutex_trylock() returns zero on failure
5671 - gspca: avoid unused variable warnings
5672 - ath9k: Fix programming of minCCA power threshold
5673 - avr32: off by one in at32_init_pio()
5674 - fnic: pci_dma_mapping_error() doesn't return an error code
5675 - dmaengine: at_xdmac: fix debug string
5676 - svc: Avoid garbage replies when pc_func() returns rpc_drop_reply
5677 - NFS: Don't drop CB requests with invalid principals
5678 - pNFS/files: Fix layoutcommit after a commit to DS
5679 - pNFS/flexfiles: Fix layoutcommit after a commit to DS
5680 - ASoC: Intel: Skylake: Fix error return code in skl_probe()
5681 - brcmfmac: Fix glob_skb leak in brcmf_sdiod_recv_chain
5682 - brcmsmac: Free packet if dma_mapping_error() fails in dma_rxfill
5683 - brcmsmac: Initialize power in brcms_c_stf_ss_algo_channel_get()
5684 - powerpc/prom: Fix sub-processor option passed to ibm, client-architecture-
5685 support
5686 - sysctl: handle error writing UINT_MAX to u32 fields
5687 - ASoC: omap-mcpdm: Fix irq resource handling
5688 - kernel/fork: fix CLONE_CHILD_CLEARTID regression in nscd
5689 - dmaengine: at_xdmac: fix to pass correct device identity to free_irq()
5690 - KVM: nVMX: postpone VMCS changes on MSR_IA32_APICBASE write
5691 - IB/ipoib: Fix memory corruption in ipoib cm mode connect flow
5692 - IB/core: Fix use after free in send_leave function
5693 - IB/ipoib: Don't allow MC joins during light MC flush
5694 - IB/mlx4: Fix incorrect MC join state bit-masking on SR-IOV
5695 - IB/mlx4: Fix code indentation in QP1 MAD flow
5696 - IB/mlx4: Use correct subnet-prefix in QP1 mads under SR-IOV
5697 - batman-adv: remove unused callback from batadv_algo_ops struct
5698 - aio: mark AIO pseudo-fs noexec
5699 - clk: xgene: Add missing parenthesis when clearing divider value
5700 - dm log writes: fix bug with too large bios
5701 - USB: serial: cp210x: fix hardware flow-control disable
5702 - usb: misc: legousbtower: Fix NULL pointer deference
5703 - Staging: fbtft: Fix bug in fbtft-core
5704 - USB: serial: cp210x: Add ID for a Juniper console
5705 - Revert "usbtmc: convert to devm_kzalloc"
5706 - ALSA: hda - Adding one more ALC255 pin definition for headset problem
5707 - ACPICA: acpi_get_sleep_type_data: Reduce warnings
5708 - ALSA: hda - Fix headset mic detection problem for several Dell laptops
5709 - ALSA: hda - Add the top speaker pin config for HP Spectre x360
5710 - Linux 4.4.24
5711 * sha1-powerpc returning wrong results (LP: #1629977)
5712 - crypto: sha1-powerpc - little-endian support
5713 * Dell Precision Trackpoint not working after suspend (LP: #1630857)
5714 - HID: alps: fix stick device not working after resume
5715 * OOPS on beaglebone on boot of 4.4.0-36-generic under snappy ubuntu core
5716 xenial (LP: #1625177)
5717 - net: ethernet: ti: cpdma: fix lockup in cpdma_ctlr_destroy()
5718 - drivers: net: cpsw: fix wrong regs access in cpsw_remove
5719 - drivers: net: cpsw: use of_platform_depopulate()
5720 - ARM: OMAP2+: omap_device: fix crash on omap_device removal
5721 - ARM: OMAP2+: Fix omap_device for module reload on PM runtime forbid
5722 - ARM: OMAP2+: Fix typo in omap_device.c
5723 - drivers: net: cpsw: fix suspend when all ethX devices are down
5724 - drivers: net: cpsw: fix wrong regs access in cpsw_ndo_open
5725 - drivers: net: cpsw: check return code from pm runtime calls
5726 - drivers: net: cpsw: remove pm runtime calls from suspend callbacks
5727 - drivers: net: cpsw: ethtool: fix accessing to suspended device
5728 - drivers: net: cpsw: ndev: fix accessing to suspended device
5729 - drivers: net: cpsw: fix kmemleak false-positive reports for sk buffers
5730 * Autofs parameter substitution broken in kernel 4.4.0-38 and 4.4.0-40
5731 (LP: #1629204)
5732 - SAUCE: (namespace) autofs4: Use real_cred for requestor's ids
5733 * Xenial update to v4.4.23 stable release (LP: #1629386)
5734 - include/linux/kernel.h: change abs() macro so it uses consistent return type
5735 - Fix build warning in kernel/cpuset.c
5736 - reiserfs: fix "new_insert_key may be used uninitialized ..."
5737 - ipv4: panic in leaf_walk_rcu due to stale node pointer
5738 - ipv6: release dst in ping_v6_sendmsg
5739 - tcp: cwnd does not increase in TCP YeAH
5740 - tcp: properly scale window in tcp_v[46]_reqsk_send_ack()
5741 - crypto: arm64/aes-ctr - fix NULL dereference in tail processing
5742 - crypto: arm/aes-ctr - fix NULL dereference in tail processing
5743 - crypto: skcipher - Fix blkcipher walk OOM crash
5744 - crypto: echainiv - Replace chaining with multiplication
5745 - ocfs2/dlm: fix race between convert and migration
5746 - ocfs2: fix start offset to ocfs2_zero_range_for_truncate()
5747 - kbuild: Do not run modules_install and install in paralel
5748 - Makefile: revert "Makefile: Document ability to make file.lst and file.S"
5749 partially
5750 - tools: Support relative directory path for 'O='
5751 - kbuild: forbid kernel directory to contain spaces and colons
5752 - Kbuild: disable 'maybe-uninitialized' warning for
5753 CONFIG_PROFILE_ALL_BRANCHES
5754 - gcov: disable -Wmaybe-uninitialized warning
5755 - Disable "maybe-uninitialized" warning globally
5756 - Disable "frame-address" warning
5757 - Makefile: Mute warning for __builtin_return_address(>0) for tracing only
5758 - net: caif: fix misleading indentation
5759 - Add braces to avoid "ambiguous ‘else’" compiler warnings
5760 - am437x-vfpe: fix typo in vpfe_get_app_input_index
5761 - ath9k: fix misleading indentation
5762 - iwlegacy: avoid warning about missing braces
5763 - Staging: iio: adc: fix indent on break statement
5764 - nouveau: fix nv40_perfctr_next() cleanup regression
5765 - bonding: Fix bonding crash
5766 - Revert "af_unix: Fix splice-bind deadlock"
5767 - af_unix: split 'u->readlock' into two: 'iolock' and 'bindlock'
5768 - vti: flush x-netns xfrm cache when vti interface is removed
5769 - net/irda: handle iriap_register_lsap() allocation failure
5770 - tipc: fix NULL pointer dereference in shutdown()
5771 - net/mlx5: Added missing check of msg length in verifying its signature
5772 - net: dsa: bcm_sf2: Fix race condition while unmasking interrupts
5773 - Revert "phy: IRQ cannot be shared"
5774 - net: smc91x: fix SMC accesses
5775 - bridge: re-introduce 'fix parsing of MLDv2 reports'
5776 - autofs races
5777 - autofs: use dentry flags to block walks during expire
5778 - xfs: prevent dropping ioend completions during buftarg wait
5779 - fsnotify: add a way to stop queueing events on group shutdown
5780 - fanotify: fix list corruption in fanotify_get_response()
5781 - fix fault_in_multipages_...() on architectures with no-op access_ok()
5782 - mtd: maps: sa1100-flash: potential NULL dereference
5783 - mtd: pmcmsp-flash: Allocating too much in init_msp_flash()
5784 - power: reset: hisi-reboot: Unmap region obtained by of_iomap
5785 - fix memory leaks in tracing_buffers_splice_read()
5786 - tracing: Move mutex to protect against resetting of seq data
5787 - mm: delete unnecessary and unsafe init_tlb_ubc()
5788 - can: flexcan: fix resume function
5789 - nl80211: validate number of probe response CSA counters
5790 - btrfs: ensure that file descriptor used with subvol ioctls is a dir
5791 - i2c-eg20t: fix race between i2c init and interrupt enable
5792 - i2c: qup: skip qup_i2c_suspend if the device is already runtime suspended
5793 - MIPS: Fix pre-r6 emulation FPU initialisation
5794 - MIPS: SMP: Fix possibility of deadlock when bringing CPUs online
5795 - MIPS: vDSO: Fix Malta EVA mapping to vDSO page structs
5796 - MIPS: Remove compact branch policy Kconfig entries
5797 - MIPS: Avoid a BUG warning during prctl(PR_SET_FP_MODE, ...)
5798 - MIPS: Add a missing ".set pop" in an early commit
5799 - MIPS: paravirt: Fix undefined reference to smp_bootstrap
5800 - PM / hibernate: Restore processor state before using per-CPU variables
5801 - PM / hibernate: Fix rtree_next_node() to avoid walking off list ends
5802 - power_supply: tps65217-charger: fix missing platform_set_drvdata()
5803 - power: supply: max17042_battery: fix model download bug.
5804 - qxl: check for kmap failures
5805 - hostfs: Freeing an ERR_PTR in hostfs_fill_sb_common()
5806 - Linux 4.4.23
5807 * Xenial update to v4.4.22 stable release (LP: #1627730)
5808 - ext4: use __GFP_NOFAIL in ext4_free_blocks()
5809 - fscrypto: add authorization check for setting encryption policy
5810 - clocksource/drivers/sun4i: Clear interrupts after stopping timer in probe
5811 function
5812 - MIPS: KVM: Check for pfn noslot case
5813 - fscrypto: require write access to mount to set encryption policy
5814 - lightnvm: put bio before return
5815 - powerpc/tm: do not use r13 for tabort_syscall
5816 - powerpc/mm: Don't alias user region to other regions below PAGE_OFFSET
5817 - kernfs: don't depend on d_find_any_alias() when generating notifications
5818 - pNFS: The client must not do I/O to the DS if it's lease has expired
5819 - NFSv4.x: Fix a refcount leak in nfs_callback_up_net
5820 - nfsd: Close race between nfsd4_release_lockowner and nfsd4_lock
5821 - pNFS: Ensure LAYOUTGET and LAYOUTRETURN are properly serialised
5822 - NFSv4.1: Fix the CREATE_SESSION slot number accounting
5823 - kexec: fix double-free when failing to relocate the purgatory
5824 - mm: introduce get_task_exe_file
5825 - audit: fix exe_file access in audit_exe_compare
5826 - dm flakey: fix reads to be issued if drop_writes configured
5827 - IB/uverbs: Fix race between uverbs_close and remove_one
5828 - ARC: mm: fix build breakage with STRICT_MM_TYPECHECKS
5829 - x86/paravirt: Do not trace _paravirt_ident_*() functions
5830 - x86/AMD: Apply erratum 665 on machines without a BIOS fix
5831 - kvm-arm: Unmap shadow pagetables properly
5832 - iio: accel: kxsd9: Fix raw read return
5833 - iio: proximity: as3935: set up buffer timestamps for non-zero values
5834 - iio: adc: rockchip_saradc: reset saradc controller before programming it
5835 - iio: adc: ti_am335x_adc: Protect FIFO1 from concurrent access
5836 - iio: adc: ti_am335x_adc: Increase timeout value waiting for ADC sample
5837 - iio: ad799x: Fix buffered capture for ad7991/ad7995/ad7999
5838 - iio: adc: at91: unbreak channel adc channel 3
5839 - iio: accel: bmc150: reset chip at init time
5840 - iio: fix pressure data output unit in hid-sensor-attributes
5841 - iio: accel: kxsd9: Fix scaling bug
5842 - iio:core: fix IIO_VAL_FRACTIONAL sign handling
5843 - iio: ensure ret is initialized to zero before entering do loop
5844 - serial: 8250_mid: fix divide error bug if baud rate is 0
5845 - serial: 8250: added acces i/o products quad and octal serial cards
5846 - USB: serial: simple: add support for another Infineon flashloader
5847 - usb: renesas_usbhs: fix clearing the {BRDY,BEMP}STS condition
5848 - usb: chipidea: udc: fix NULL ptr dereference in isr_setup_status_phase
5849 - ARM: dts: STiH410: Handle interconnect clock required by EHCI/OHCI (USB)
5850 - USB: change bInterval default to 10 ms
5851 - net: thunderx: Fix OOPs with ethtool --register-dump
5852 - cpuset: make sure new tasks conform to the current config of the cpuset
5853 - ARM: AM43XX: hwmod: Fix RSTST register offset for pruss
5854 - ARM: imx6: add missing BM_CLPCR_BYP_MMDC_CH0_LPM_HS setting for imx6ul
5855 - ARM: imx6: add missing BM_CLPCR_BYPASS_PMIC_READY setting for imx6sx
5856 - ARM: kirkwood: ib62x0: fix size of u-boot environment partition
5857 - ARM: OMAP3: hwmod data: Add sysc information for DSI
5858 - ARM: dts: imx6qdl: Fix SPDIF regression
5859 - ARM: dts: overo: fix gpmc nand cs0 range
5860 - ARM: dts: overo: fix gpmc nand on boards with ethernet
5861 - ARM: dts: STiH407-family: Provide interconnect clock for consumption in ST
5862 SDHCI
5863 - bus: arm-ccn: Fix PMU handling of MN
5864 - bus: arm-ccn: Do not attempt to configure XPs for cycle counter
5865 - bus: arm-ccn: Fix XP watchpoint settings bitmask
5866 - dm log writes: fix check of kthread_run() return value
5867 - dm log writes: move IO accounting earlier to fix error path
5868 - dm crypt: fix error with too large bios
5869 - pinctrl: pistachio: fix mfio pll_lock pinmux
5870 - pinctrl: sunxi: fix uart1 CTS/RTS pins at PG on A23/A33
5871 - arm64: spinlocks: implement smp_mb__before_spinlock() as smp_mb()
5872 - crypto: cryptd - initialize child shash_desc on import
5873 - Btrfs: remove root_log_ctx from ctx list before btrfs_sync_log returns
5874 - fuse: direct-io: don't dirty ITER_BVEC pages
5875 - xhci: fix null pointer dereference in stop command timeout function
5876 - md-cluster: make md-cluster also can work when compiled into kernel
5877 - ath9k: fix using sta->drv_priv before initializing it
5878 - Revert "wext: Fix 32 bit iwpriv compatibility issue with 64 bit Kernel"
5879 - sched/core: Fix a race between try_to_wake_up() and a woken up task
5880 - ipv6: addrconf: fix dev refcont leak when DAD failed
5881 - gma500: remove annoying deprecation warning
5882 - mpssd: fix buffer overflow warning
5883 - drm/i915: Avoid pointer arithmetic in calculating plane surface offset
5884 - mmc: dw_mmc: use resource_size_t to store physical address
5885 - pinctrl: at91-pio4: use %pr format string for resource
5886 - soc: qcom/spm: shut up uninitialized variable warning
5887 - kconfig: tinyconfig: provide whole choice blocks to avoid warnings
5888 - net: simplify napi_synchronize() to avoid warnings
5889 - drm: atmel-hlcdc: Fix vertical scaling
5890 - drm: Only use compat ioctl for addfb2 on X86/IA64
5891 - genirq: Provide irq_gc_{lock_irqsave,unlock_irqrestore}() helpers
5892 - irqchip/atmel-aic: Fix potential deadlock in ->xlate()
5893 - fix iov_iter_fault_in_readable()
5894 - microblaze: fix __get_user()
5895 - avr32: fix copy_from_user()
5896 - microblaze: fix copy_from_user()
5897 - fix minor infoleak in get_user_ex()
5898 - mn10300: failing __get_user() and get_user() should zero
5899 - m32r: fix __get_user()
5900 - sh64: failing __get_user() should zero
5901 - nios2: fix __get_user()
5902 - score: fix __get_user/get_user
5903 - s390: get_user() should zero on failure
5904 - ARC: uaccess: get_user to zero out dest in cause of fault
5905 - asm-generic: make get_user() clear the destination on errors
5906 - frv: fix clear_user()
5907 - cris: buggered copy_from_user/copy_to_user/clear_user
5908 - blackfin: fix copy_from_user()
5909 - score: fix copy_from_user() and friends
5910 - sh: fix copy_from_user()
5911 - hexagon: fix strncpy_from_user() error return
5912 - mips: copy_from_user() must zero the destination on access_ok() failure
5913 - asm-generic: make copy_from_user() zero the destination properly
5914 - alpha: fix copy_from_user()
5915 - metag: copy_from_user() should zero the destination on access_ok() failure
5916 - parisc: fix copy_from_user()
5917 - openrisc: fix copy_from_user()
5918 - nios2: copy_from_user() should zero the tail of destination
5919 - mn10300: copy_from_user() should zero on access_ok() failure...
5920 - sparc32: fix copy_from_user()
5921 - ppc32: fix copy_from_user()
5922 - genirq/msi: Fix broken debug output
5923 - ia64: copy_from_user() should zero the destination on access_ok() failure
5924 - avr32: fix 'undefined reference to `___copy_from_user'
5925 - openrisc: fix the fix of copy_from_user()
5926 - Linux 4.4.22
5927 * AES-XTS poor performance in Ubuntu 16.04 (LP: #1613295)
5928 - crypto: vmx - fix null dereference in p8_aes_xts_crypt
5929 * i40e/setting some ethtool features and remove module right after (modprobe
5930 -r) lead to crash in systems with more than 127 CPUs (LP: #1626782)
5931 - i40e: Fix errors resulted while turning off TSO
5932 * STC860:alpine-pdq:alpdq5p03: kernel panic when adding vnic (LP: #1626222)
5933 - ibmvnic: fix to use list_for_each_safe() when delete items
5934 * Stratton: ISST-LTE:UbuntuKVM: Failed to hotplug virtual devices to guest
5935 running Ubuntu 16.04.1 on UbuntuKVM16.04.1 #179 (LP: #1625986)
5936 - PCI: rpaphp: Fix slot registration for multiple slots under a PHB
5937 * nvme: Missing patch in Ubuntu-4.4.0-41.61 (LP: #1628520)
5938 - nvme: Call pci_disable_device on the error path.
5939
5940 -- Seth Forshee <seth.forshee@canonical.com> Thu, 20 Oct 2016 11:33:44 -0500
5941
5942 linux-snapdragon (4.4.0-1032.36) xenial; urgency=low
5943
5944 [ Ubuntu: 4.4.0-45.66 ]
5945
5946 * CVE-2016-5195
5947 - SAUCE: mm: remove gup_flags FOLL_WRITE games from __get_user_pages()
5948 * srcname from mount rule corrupted under load (LP: #1634753)
5949 - SAUCE: apparmor: fix sleep in critical section
5950
5951 [ Ubuntu: 4.4.0-43.63 ]
5952
5953 * kswapd0 100% CPU usage (LP: #1518457)
5954 - SAUCE: (no-up) If zone is so small that watermarks are the same, stop zone
5955 balance.
5956
5957 -- Stefan Bader <stefan.bader@canonical.com> Wed, 19 Oct 2016 13:25:51 +0200
5958
5959 linux-snapdragon (4.4.0-1030.33) xenial; urgency=low
5960
5961 [ Ubuntu: 4.4.0-42.62 ]
5962
5963 * Fix GRO recursion overflow for tunneling protocols (LP: #1631287)
5964 - tunnels: Don't apply GRO to multiple layers of encapsulation.
5965 - gro: Allow tunnel stacking in the case of FOU/GUE
5966 * CVE-2016-7039
5967 - SAUCE: net: add recursion limit to GRO
5968
5969 -- Seth Forshee <seth.forshee@canonical.com> Fri, 07 Oct 2016 14:29:56 -0500
5970
5971 linux-snapdragon (4.4.0-1029.32) xenial; urgency=low
5972
5973 [ Kamal Mostafa ]
5974
5975 * Release Tracking Bug
5976 - LP: #1628228
5977
5978 [ Ubuntu: 4.4.0-41.61 ]
5979
5980 * nvme drive probe failure (LP: #1626894)
5981 - (fix) NVMe: Don't unmap controller registers on reset
5982
5983 -- Kamal Mostafa <kamal@canonical.com> Tue, 27 Sep 2016 10:10:15 -0700
5984
5985 linux-snapdragon (4.4.0-1028.31) xenial; urgency=low
5986
5987 [ Ubuntu: 4.4.0-40.60 ]
5988
5989 * Release Tracking Bug
5990 - LP: #1627077
5991 * Permission denied in CIFS with kernel 4.4.0-38 (LP: #1626112)
5992 - Fix memory leaks in cifs_do_mount()
5993 - Compare prepaths when comparing superblocks
5994 - SAUCE: Fix regression which breaks DFS mounting
5995 * Backlight does not change when adjust it higher than 50% after S3
5996 (LP: #1625932)
5997 - SAUCE: i915_bpo: drm/i915/backlight: setup and cache pwm alternate
5998 increment value
5999 - SAUCE: i915_bpo: drm/i915/backlight: setup backlight pwm alternate
6000 increment on backlight enable
6001
6002 [ Ubuntu: 4.4.0-39.59 ]
6003
6004 * thunder: chip errata w/ multiple CQEs for a TSO packet (LP: #1624569)
6005 - net: thunderx: Fix for issues with multiple CQEs posted for a TSO packet
6006 * thunder: faulty TSO padding (LP: #1623627)
6007 - net: thunderx: Fix for HW issue while padding TSO packet
6008 * CVE-2016-6828
6009 - tcp: fix use after free in tcp_xmit_retransmit_queue()
6010 * Sennheiser Officerunner - cannot get freq at ep 0x83 (LP: #1622763)
6011 - SAUCE: (no-up) ALSA: usb-audio: Add quirk for sennheiser officerunner
6012 * Backport E3 Skylake Support in ie31200_edac to Xenial (LP: #1619766)
6013 - EDAC, ie31200_edac: Add Skylake support
6014 * Ubuntu 16.04 - Full EEH Recovery Support for NVMe devices (LP: #1602724)
6015 - SAUCE: nvme: Don't suspend admin queue that wasn't created
6016 * ISST-LTE:pNV: system ben is hung during ST (nvme) (LP: #1620317)
6017 - blk-mq: Allow timeouts to run while queue is freezing
6018 - blk-mq: improve warning for running a queue on the wrong CPU
6019 - blk-mq: don't overwrite rq->mq_ctx
6020 * lsattr 32bit does not work on 64bit kernel (Inappropriate ioctl error)
6021 (LP: #1619918)
6022 - btrfs: bugfix: handle FS_IOC32_{GETFLAGS, SETFLAGS, GETVERSION} in
6023 btrfs_ioctl
6024 * radeon: monitor connected to onboard VGA doesn't work with Xenial
6025 (LP: #1600092)
6026 - drm/radeon/dp: add back special handling for NUTMEG
6027 * initramfs includes qle driver, but not firmware (LP: #1623187)
6028 - qed: add MODULE_FIRMWARE()
6029 * [Hyper-V] Rebase Hyper-V to 4.7.2 (stable) (LP: #1616677)
6030 - hv_netvsc: Implement support for VF drivers on Hyper-V
6031 - hv_netvsc: Fix the list processing for network change event
6032 - Drivers: hv: vmbus: Introduce functions for estimating room in the ring
6033 buffer
6034 - Drivers: hv: vmbus: Use READ_ONCE() to read variables that are volatile
6035 - Drivers: hv: vmbus: Export the vmbus_set_event() API
6036 - lcoking/barriers, arch: Use smp barriers in smp_store_release()
6037 - asm-generic: guard smp_store_release/load_acquire
6038 - x86: reuse asm-generic/barrier.h
6039 - asm-generic: add __smp_xxx wrappers
6040 - x86: define __smp_xxx
6041 - asm-generic: implement virt_xxx memory barriers
6042 - Drivers: hv: vmbus: Move some ring buffer functions to hyperv.h
6043 - Drivers: hv: vmbus: Implement APIs to support "in place" consumption of
6044 vmbus packets
6045 - drivers:hv: Lock access to hyperv_mmio resource tree
6046 - drivers:hv: Make a function to free mmio regions through vmbus
6047 - drivers:hv: Track allocations of children of hv_vmbus in private resource
6048 tree
6049 - drivers:hv: Separate out frame buffer logic when picking MMIO range
6050 - Drivers: hv: vmbus: handle various crash scenarios
6051 - Drivers: hv: balloon: don't crash when memory is added in non-sorted order
6052 - Drivers: hv: balloon: reset host_specified_ha_region
6053 - tools: hv: lsvmbus: add pci pass-through UUID
6054 - hv_netvsc: move start_remove flag to net_device_context
6055 - hv_netvsc: use start_remove flag to protect netvsc_link_change()
6056 - hv_netvsc: untangle the pointer mess
6057 - hv_netvsc: get rid of struct net_device pointer in struct netvsc_device
6058 - hv_netvsc: synchronize netvsc_change_mtu()/netvsc_set_channels() with
6059 netvsc_remove()
6060 - hv_netvsc: set nvdev link after populating chn_table
6061 - hv_netvsc: Fix VF register on vlan devices
6062 - hv_netvsc: remove redundant assignment in netvsc_recv_callback()
6063 - hv_netvsc: introduce {net, hv}_device_to_netvsc_device() helpers
6064 - hv_netvsc: pass struct netvsc_device to rndis_filter_{open, close}()
6065 - hv_netvsc: pass struct net_device to rndis_filter_set_device_mac()
6066 - hv_netvsc: pass struct net_device to rndis_filter_set_offload_params()
6067 - netvsc: get rid of completion timeouts
6068 - PCI: hv: Don't leak buffer in hv_pci_onchannelcallback()
6069 - PCI: hv: Handle all pending messages in hv_pci_onchannelcallback()
6070 - netvsc: Use the new in-place consumption APIs in the rx path
6071 - x86/kernel: Audit and remove any unnecessary uses of module.h
6072 - PCI: hv: Fix interrupt cleanup path
6073 - hv_netvsc: Fix VF register on bonding devices
6074 - hv_netvsc: don't lose VF information
6075 - hv_netvsc: avoid deadlocks between rtnl lock and vf_use_cnt wait
6076 - hv_netvsc: reset vf_inject on VF removal
6077 - hv_netvsc: protect module refcount by checking net_device_ctx->vf_netdev
6078 - hv_netvsc: fix bonding devices check in netvsc_netdev_event()
6079 - Drivers: hv: vmbus: Use the new virt_xx barrier code
6080 - ixgbevf: call ndo_stop() instead of dev_close() when running offline
6081 selftest
6082 - ixgbevf: fix error code path when setting MAC address
6083 - ixgbevf: use bit operations for setting and checking resets
6084 - ixgbevf: Add support for generic Tx checksums
6085 - ixgbe/ixgbevf: Add support for bulk free in Tx cleanup & cleanup boolean
6086 logic
6087 - ixgbevf: refactor ethtool stats handling
6088 - ixgbevf: add support for per-queue ethtool stats
6089 - ixgbevf: make use of BIT() macro to avoid shift of signed values
6090 - ixgbevf: Move API negotiation function into mac_ops
6091 - ixgbevf: Add the device ID's presented while running on Hyper-V
6092 - ixgbevf: Support Windows hosts (Hyper-V)
6093 - ixgbevf: Change the relaxed order settings in VF driver for sparc
6094 - ixgbevf: Use mac_ops instead of trying to identify NIC type
6095 * New device ID for Kabypoint (LP: #1622469)
6096 - mfd: lpss: Add Intel Kaby Lake PCH-H PCI IDs
6097 - SAUCE: i2c: i801: Add support for Kaby Lake PCH-H
6098 * Xenial update to v4.4.21 stable release (LP: #1624037)
6099 - Revert "i40e: fix: do not sleep in netdev_ops"
6100 - fs: Check for invalid i_uid in may_follow_link()
6101 - netfilter: x_tables: check for size overflow
6102 - ext4: validate that metadata blocks do not overlap superblock
6103 - ext4: fix xattr shifting when expanding inodes
6104 - ext4: fix xattr shifting when expanding inodes part 2
6105 - ext4: properly align shifted xattrs when expanding inodes
6106 - ext4: avoid deadlock when expanding inode size
6107 - ext4: avoid modifying checksum fields directly during checksum verification
6108 - block: Fix race triggered by blk_set_queue_dying()
6109 - block: make sure a big bio is split into at most 256 bvecs
6110 - cgroup: reduce read locked section of cgroup_threadgroup_rwsem during fork
6111 - s390/sclp_ctl: fix potential information leak with /dev/sclp
6112 - drm/radeon: fix radeon_move_blit on 32bit systems
6113 - drm: Reject page_flip for !DRIVER_MODESET
6114 - drm/msm: fix use of copy_from_user() while holding spinlock
6115 - ASoC: atmel_ssc_dai: Don't unconditionally reset SSC on stream startup
6116 - xfs: fix superblock inprogress check
6117 - timekeeping: Cap array access in timekeeping_debug
6118 - timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPING
6119 - lustre: remove unused declaration
6120 - wrappers for ->i_mutex access
6121 - ovl: don't copy up opaqueness
6122 - ovl: remove posix_acl_default from workdir
6123 - ovl: listxattr: use strnlen()
6124 - ovl: fix workdir creation
6125 - ubifs: Fix assertion in layout_in_gaps()
6126 - bcache: RESERVE_PRIO is too small by one when prio_buckets() is a power of
6127 two.
6128 - vhost/scsi: fix reuse of &vq->iov[out] in response
6129 - x86/apic: Do not init irq remapping if ioapic is disabled
6130 - uprobes: Fix the memcg accounting
6131 - crypto: caam - fix IV loading for authenc (giv)decryption
6132 - ALSA: usb-audio: Add sample rate inquiry quirk for B850V3 CP2114
6133 - ALSA: firewire-tascam: accessing to user space outside spinlock
6134 - ALSA: fireworks: accessing to user space outside spinlock
6135 - ALSA: rawmidi: Fix possible deadlock with virmidi registration
6136 - ALSA: hda - Add headset mic quirk for Dell Inspiron 5468
6137 - ALSA: hda - Enable subwoofer on Dell Inspiron 7559
6138 - ALSA: timer: fix NULL pointer dereference in read()/ioctl() race
6139 - ALSA: timer: fix division by zero after SNDRV_TIMER_IOCTL_CONTINUE
6140 - ALSA: timer: fix NULL pointer dereference on memory allocation failure
6141 - scsi: fix upper bounds check of sense key in scsi_sense_key_string()
6142 - metag: Fix atomic_*_return inline asm constraints
6143 - cpufreq: Fix GOV_LIMITS handling for the userspace governor
6144 - hwrng: exynos - Disable runtime PM on probe failure
6145 - regulator: anatop: allow regulator to be in bypass mode
6146 - lib/mpi: mpi_write_sgl(): fix skipping of leading zero limbs
6147 - Linux 4.4.21
6148 * Headset mic detection on some variants of Dell Inspiron 5468 (LP: #1617900)
6149 - ALSA: hda - Add headset mic quirk for Dell Inspiron 5468
6150 * Xenial update to v4.4.20 stable release (LP: #1621113)
6151 - hugetlb: fix nr_pmds accounting with shared page tables
6152 - x86/mm: Disable preemption during CR3 read+write
6153 - uprobes/x86: Fix RIP-relative handling of EVEX-encoded instructions
6154 - tools/testing/nvdimm: fix SIGTERM vs hotplug crash
6155 - SUNRPC: Handle EADDRNOTAVAIL on connection failures
6156 - SUNRPC: allow for upcalls for same uid but different gss service
6157 - powerpc/eeh: eeh_pci_enable(): fix checking of post-request state
6158 - ALSA: usb-audio: Add a sample rate quirk for Creative Live! Cam Socialize HD
6159 (VF0610)
6160 - ALSA: usb-audio: Add quirk for ELP HD USB Camera
6161 - arm64: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFO
6162 - parisc: Fix order of EREFUSED define in errno.h
6163 - virtio: fix memory leak in virtqueue_add()
6164 - vfio/pci: Fix NULL pointer oops in error interrupt setup handling
6165 - perf intel-pt: Fix occasional decoding errors when tracing system-wide
6166 - libnvdimm, nd_blk: mask off reserved status bits
6167 - ALSA: hda - Manage power well properly for resume
6168 - NVMe: Don't unmap controller registers on reset
6169 - PCI: Support PCIe devices with short cfg_size
6170 - PCI: Add Netronome vendor and device IDs
6171 - PCI: Limit config space size for Netronome NFP6000 family
6172 - PCI: Add Netronome NFP4000 PF device ID
6173 - PCI: Limit config space size for Netronome NFP4000
6174 - mmc: sdhci-acpi: Reduce Baytrail eMMC/SD/SDIO hangs
6175 - ACPI: CPPC: Return error if _CPC is invalid on a CPU
6176 - ACPI / CPPC: Prevent cpc_desc_ptr points to the invalid data
6177 - um: Don't discard .text.exit section
6178 - genirq/msi: Remove unused MSI_FLAG_IDENTITY_MAP
6179 - genirq/msi: Make sure PCI MSIs are activated early
6180 - crypto: caam - fix non-hmac hashes
6181 - crypto: caam - fix echainiv(authenc) encrypt shared descriptor
6182 - crypto: caam - defer aead_set_sh_desc in case of zero authsize
6183 - usb: ehci: change order of register cleanup during shutdown
6184 - usb: misc: usbtest: add fix for driver hang
6185 - usb: dwc3: pci: add Intel Kabylake PCI ID
6186 - usb: dwc3: gadget: increment request->actual once
6187 - usb: hub: Fix unbalanced reference count/memory leak/deadlocks
6188 - USB: hub: fix up early-exit pathway in hub_activate
6189 - USB: hub: change the locking in hub_activate
6190 - usb: renesas_usbhs: clear the BRDYSTS in usbhsg_ep_enable()
6191 - usb: renesas_usbhs: Use dmac only if the pipe type is bulk
6192 - USB: validate wMaxPacketValue entries in endpoint descriptors
6193 - usb: gadget: fsl_qe_udc: off by one in setup_received_handle()
6194 - usb/gadget: fix gadgetfs aio support.
6195 - xhci: always handle "Command Ring Stopped" events
6196 - usb: xhci: Fix panic if disconnect
6197 - xhci: don't dereference a xhci member after removing xhci
6198 - USB: serial: fix memleak in driver-registration error path
6199 - USB: serial: option: add D-Link DWM-156/A3
6200 - USB: serial: option: add support for Telit LE920A4
6201 - USB: serial: ftdi_sio: add device ID for WICED USB UART dev board
6202 - USB: serial: ftdi_sio: add PIDs for Ivium Technologies devices
6203 - iommu/dma: Don't put uninitialised IOVA domains
6204 - iommu/arm-smmu: Fix CMDQ error handling
6205 - iommu/arm-smmu: Don't BUG() if we find aborting STEs with disable_bypass
6206 - pinctrl/amd: Remove the default de-bounce time
6207 - EDAC: Increment correct counter in edac_inc_ue_error()
6208 - s390/dasd: fix hanging device after clear subchannel
6209 - mac80211: fix purging multicast PS buffer queue
6210 - arm64: dts: rockchip: add reset saradc node for rk3368 SoCs
6211 - of: fix reference counting in of_graph_get_endpoint_by_regs
6212 - sched/cputime: Fix NO_HZ_FULL getrusage() monotonicity regression
6213 - sched/nohz: Fix affine unpinned timers mess
6214 - iio: fix sched WARNING "do not call blocking ops when !TASK_RUNNING"
6215 - drm/amdgpu: Change GART offset to 64-bit
6216 - drm/amdgpu: fix amdgpu_move_blit on 32bit systems
6217 - drm/amdgpu: avoid a possible array overflow
6218 - drm/amdgpu: skip TV/CV in display parsing
6219 - drm/amd/amdgpu: sdma resume fail during S4 on CI
6220 - drm/amdgpu: record error code when ring test failed
6221 - drm/i915: fix aliasing_ppgtt leak
6222 - ARC: build: Better way to detect ISA compatible toolchain
6223 - ARC: use correct offset in pt_regs for saving/restoring user mode r25
6224 - ARC: Call trace_hardirqs_on() before enabling irqs
6225 - ARC: Elide redundant setup of DMA callbacks
6226 - aacraid: Check size values after double-fetch from user
6227 - mfd: cros_ec: Add cros_ec_cmd_xfer_status() helper
6228 - i2c: cros-ec-tunnel: Fix usage of cros_ec_cmd_xfer()
6229 - cdc-acm: fix wrong pipe type on rx interrupt xfers
6230 - mpt3sas: Fix resume on WarpDrive flash cards
6231 - megaraid_sas: Fix probing cards without io port
6232 - usb: renesas_usbhs: gadget: fix return value check in
6233 usbhs_mod_gadget_probe()
6234 - gpio: Fix OF build problem on UM
6235 - fs/seq_file: fix out-of-bounds read
6236 - btrfs: waiting on qgroup rescan should not always be interruptible
6237 - btrfs: properly track when rescan worker is running
6238 - Input: tegra-kbc - fix inverted reset logic
6239 - Input: i8042 - break load dependency between atkbd/psmouse and i8042
6240 - Input: i8042 - set up shared ps2_cmd_mutex for AUX ports
6241 - crypto: nx - off by one bug in nx_of_update_msc()
6242 - crypto: qat - fix aes-xts key sizes
6243 - dmaengine: usb-dmac: check CHCR.DE bit in usb_dmac_isr_channel()
6244 - USB: avoid left shift by -1
6245 - usb: chipidea: udc: don't touch DP when controller is in host mode
6246 - USB: fix typo in wMaxPacketSize validation
6247 - USB: serial: mos7720: fix non-atomic allocation in write path
6248 - USB: serial: mos7840: fix non-atomic allocation in write path
6249 - USB: serial: option: add WeTelecom WM-D200
6250 - USB: serial: option: add WeTelecom 0x6802 and 0x6803 products
6251 - staging: comedi: daqboard2000: bug fix board type matching code
6252 - staging: comedi: comedi_test: fix timer race conditions
6253 - staging: comedi: ni_mio_common: fix AO inttrig backwards compatibility
6254 - staging: comedi: ni_mio_common: fix wrong insn_write handler
6255 - ACPI / drivers: fix typo in ACPI_DECLARE_PROBE_ENTRY macro
6256 - ACPI / drivers: replace acpi_probe_lock spinlock with mutex
6257 - ACPI / sysfs: fix error code in get_status()
6258 - ACPI / SRAT: fix SRAT parsing order with both LAPIC and X2APIC present
6259 - ALSA: line6: Remove double line6_pcm_release() after failed acquire.
6260 - ALSA: line6: Give up on the lock while URBs are released.
6261 - ALSA: line6: Fix POD sysfs attributes segfault
6262 - hwmon: (iio_hwmon) fix memory leak in name attribute
6263 - sysfs: correctly handle read offset on PREALLOC attrs
6264 - Linux 4.4.20
6265 * Failed to acknowledge elog: /sys/firmware/opal/elog/0x5018d709/acknowledge
6266 (2:No such file or directory) (LP: #1619552)
6267 - powerpc/powernv : Drop reference added by kset_find_obj()
6268 * backport support for userspace access of DP aux devices (LP: #1619756)
6269 - drm/dp: Add a drm_aux-dev module for reading/writing dpcd registers.
6270 - drm/dp: Allow signals to interrupt drm_aux-dev reads/writes
6271 - [Config] CONFIG_DRM_DP_AUX_CHARDEV=y
6272 * Enable virtual scsi server driver for Power (LP: #1615665)
6273 - SAUCE: Ibmvscsis: Properly deregister target sessions
6274 - SAUCE: Return TCMU-generated sense data to fabric module
6275 - SAUCE: Ibmvscsis: Code cleanup of print statements
6276 - SAUCE: Ibmvscsis: Fixed a bug reported by Dan Carpenter
6277 * ISST-LTE: system dropped into xmon at pcibios_release_device+0x5c/0x80
6278 during running dlpar test on monklp3 (LP: #1618151)
6279 - powerpc/pseries: use pci_host_bridge.release_fn() to kfree(phb)
6280 * Kernel Build Fails for Fuse Module (LP: #1617550)
6281 - SAUCE: (namespace) userns: Export current_in_userns to modules
6282 * boot-time kernel panic introduced in 4.4.0-18, not present in 4.4.0-15
6283 (LP: #1572630)
6284 - blk-mq: Reuse hardware context cpumask for tags
6285 - blk-mq: Use proper cpumask iterator
6286
6287 -- Kamal Mostafa <kamal@canonical.com> Fri, 23 Sep 2016 12:16:37 -0700
6288
6289 linux-snapdragon (4.4.0-1027.30) xenial; urgency=low
6290
6291 [ Joseph Salisbury ]
6292
6293 * Release Tracking Bug
6294 - LP: #1625328
6295
6296 * thunder: chip errata w/ multiple CQEs for a TSO packet (LP: #1624569)
6297 - net: thunderx: Fix for issues with multiple CQEs posted for a TSO packet
6298
6299 * thunder: faulty TSO padding (LP: #1623627)
6300 - net: thunderx: Fix for HW issue while padding TSO packet
6301
6302 * CVE-2016-6828
6303 - tcp: fix use after free in tcp_xmit_retransmit_queue()
6304
6305 * Sennheiser Officerunner - cannot get freq at ep 0x83 (LP: #1622763)
6306 - SAUCE: (no-up) ALSA: usb-audio: Add quirk for sennheiser officerunner
6307
6308 * Backport E3 Skylake Support in ie31200_edac to Xenial (LP: #1619766)
6309 - EDAC, ie31200_edac: Add Skylake support
6310
6311 * Ubuntu 16.04 - Full EEH Recovery Support for NVMe devices (LP: #1602724)
6312 - SAUCE: nvme: Don't suspend admin queue that wasn't created
6313
6314 * ISST-LTE:pNV: system ben is hung during ST (nvme) (LP: #1620317)
6315 - blk-mq: Allow timeouts to run while queue is freezing
6316 - blk-mq: improve warning for running a queue on the wrong CPU
6317 - blk-mq: don't overwrite rq->mq_ctx
6318
6319 * lsattr 32bit does not work on 64bit kernel (Inappropriate ioctl error)
6320 (LP: #1619918)
6321 - btrfs: bugfix: handle FS_IOC32_{GETFLAGS, SETFLAGS, GETVERSION} in
6322 btrfs_ioctl
6323
6324 * radeon: monitor connected to onboard VGA doesn't work with Xenial
6325 (LP: #1600092)
6326 - drm/radeon/dp: add back special handling for NUTMEG
6327
6328 * initramfs includes qle driver, but not firmware (LP: #1623187)
6329 - qed: add MODULE_FIRMWARE()
6330
6331 * [Hyper-V] Rebase Hyper-V to 4.7.2 (stable) (LP: #1616677)
6332 - hv_netvsc: Implement support for VF drivers on Hyper-V
6333 - hv_netvsc: Fix the list processing for network change event
6334 - Drivers: hv: vmbus: Introduce functions for estimating room in the ring
6335 buffer
6336 - Drivers: hv: vmbus: Use READ_ONCE() to read variables that are volatile
6337 - Drivers: hv: vmbus: Export the vmbus_set_event() API
6338 - lcoking/barriers, arch: Use smp barriers in smp_store_release()
6339 - asm-generic: guard smp_store_release/load_acquire
6340 - x86: reuse asm-generic/barrier.h
6341 - asm-generic: add __smp_xxx wrappers
6342 - x86: define __smp_xxx
6343 - asm-generic: implement virt_xxx memory barriers
6344 - Drivers: hv: vmbus: Move some ring buffer functions to hyperv.h
6345 - Drivers: hv: vmbus: Implement APIs to support "in place" consumption of
6346 vmbus packets
6347 - drivers:hv: Lock access to hyperv_mmio resource tree
6348 - drivers:hv: Make a function to free mmio regions through vmbus
6349 - drivers:hv: Track allocations of children of hv_vmbus in private resource
6350 tree
6351 - drivers:hv: Separate out frame buffer logic when picking MMIO range
6352 - Drivers: hv: vmbus: handle various crash scenarios
6353 - Drivers: hv: balloon: don't crash when memory is added in non-sorted order
6354 - Drivers: hv: balloon: reset host_specified_ha_region
6355 - tools: hv: lsvmbus: add pci pass-through UUID
6356 - hv_netvsc: move start_remove flag to net_device_context
6357 - hv_netvsc: use start_remove flag to protect netvsc_link_change()
6358 - hv_netvsc: untangle the pointer mess
6359 - hv_netvsc: get rid of struct net_device pointer in struct netvsc_device
6360 - hv_netvsc: synchronize netvsc_change_mtu()/netvsc_set_channels() with
6361 netvsc_remove()
6362 - hv_netvsc: set nvdev link after populating chn_table
6363 - hv_netvsc: Fix VF register on vlan devices
6364 - hv_netvsc: remove redundant assignment in netvsc_recv_callback()
6365 - hv_netvsc: introduce {net, hv}_device_to_netvsc_device() helpers
6366 - hv_netvsc: pass struct netvsc_device to rndis_filter_{open, close}()
6367 - hv_netvsc: pass struct net_device to rndis_filter_set_device_mac()
6368 - hv_netvsc: pass struct net_device to rndis_filter_set_offload_params()
6369 - netvsc: get rid of completion timeouts
6370 - PCI: hv: Don't leak buffer in hv_pci_onchannelcallback()
6371 - PCI: hv: Handle all pending messages in hv_pci_onchannelcallback()
6372 - netvsc: Use the new in-place consumption APIs in the rx path
6373 - x86/kernel: Audit and remove any unnecessary uses of module.h
6374 - PCI: hv: Fix interrupt cleanup path
6375 - hv_netvsc: Fix VF register on bonding devices
6376 - hv_netvsc: don't lose VF information
6377 - hv_netvsc: avoid deadlocks between rtnl lock and vf_use_cnt wait
6378 - hv_netvsc: reset vf_inject on VF removal
6379 - hv_netvsc: protect module refcount by checking net_device_ctx->vf_netdev
6380 - hv_netvsc: fix bonding devices check in netvsc_netdev_event()
6381 - Drivers: hv: vmbus: Use the new virt_xx barrier code
6382 - ixgbevf: call ndo_stop() instead of dev_close() when running offline
6383 selftest
6384 - ixgbevf: fix error code path when setting MAC address
6385 - ixgbevf: use bit operations for setting and checking resets
6386 - ixgbevf: Add support for generic Tx checksums
6387 - ixgbe/ixgbevf: Add support for bulk free in Tx cleanup & cleanup boolean
6388 logic
6389 - ixgbevf: refactor ethtool stats handling
6390 - ixgbevf: add support for per-queue ethtool stats
6391 - ixgbevf: make use of BIT() macro to avoid shift of signed values
6392 - ixgbevf: Move API negotiation function into mac_ops
6393 - ixgbevf: Add the device ID's presented while running on Hyper-V
6394 - ixgbevf: Support Windows hosts (Hyper-V)
6395 - ixgbevf: Change the relaxed order settings in VF driver for sparc
6396 - ixgbevf: Use mac_ops instead of trying to identify NIC type
6397
6398 * New device ID for Kabypoint (LP: #1622469)
6399 - mfd: lpss: Add Intel Kaby Lake PCH-H PCI IDs
6400 - SAUCE: i2c: i801: Add support for Kaby Lake PCH-H
6401
6402 * Xenial update to v4.4.21 stable release (LP: #1624037)
6403 - Revert "i40e: fix: do not sleep in netdev_ops"
6404 - fs: Check for invalid i_uid in may_follow_link()
6405 - netfilter: x_tables: check for size overflow
6406 - ext4: validate that metadata blocks do not overlap superblock
6407 - ext4: fix xattr shifting when expanding inodes
6408 - ext4: fix xattr shifting when expanding inodes part 2
6409 - ext4: properly align shifted xattrs when expanding inodes
6410 - ext4: avoid deadlock when expanding inode size
6411 - ext4: avoid modifying checksum fields directly during checksum verification
6412 - block: Fix race triggered by blk_set_queue_dying()
6413 - block: make sure a big bio is split into at most 256 bvecs
6414 - cgroup: reduce read locked section of cgroup_threadgroup_rwsem during fork
6415 - s390/sclp_ctl: fix potential information leak with /dev/sclp
6416 - drm/radeon: fix radeon_move_blit on 32bit systems
6417 - drm: Reject page_flip for !DRIVER_MODESET
6418 - drm/msm: fix use of copy_from_user() while holding spinlock
6419 - ASoC: atmel_ssc_dai: Don't unconditionally reset SSC on stream startup
6420 - xfs: fix superblock inprogress check
6421 - timekeeping: Cap array access in timekeeping_debug
6422 - timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPING
6423 - lustre: remove unused declaration
6424 - wrappers for ->i_mutex access
6425 - ovl: don't copy up opaqueness
6426 - ovl: remove posix_acl_default from workdir
6427 - ovl: listxattr: use strnlen()
6428 - ovl: fix workdir creation
6429 - ubifs: Fix assertion in layout_in_gaps()
6430 - bcache: RESERVE_PRIO is too small by one when prio_buckets() is a power of
6431 two.
6432 - vhost/scsi: fix reuse of &vq->iov[out] in response
6433 - x86/apic: Do not init irq remapping if ioapic is disabled
6434 - uprobes: Fix the memcg accounting
6435 - crypto: caam - fix IV loading for authenc (giv)decryption
6436 - ALSA: usb-audio: Add sample rate inquiry quirk for B850V3 CP2114
6437 - ALSA: firewire-tascam: accessing to user space outside spinlock
6438 - ALSA: fireworks: accessing to user space outside spinlock
6439 - ALSA: rawmidi: Fix possible deadlock with virmidi registration
6440 - ALSA: hda - Add headset mic quirk for Dell Inspiron 5468
6441 - ALSA: hda - Enable subwoofer on Dell Inspiron 7559
6442 - ALSA: timer: fix NULL pointer dereference in read()/ioctl() race
6443 - ALSA: timer: fix division by zero after SNDRV_TIMER_IOCTL_CONTINUE
6444 - ALSA: timer: fix NULL pointer dereference on memory allocation failure
6445 - scsi: fix upper bounds check of sense key in scsi_sense_key_string()
6446 - metag: Fix atomic_*_return inline asm constraints
6447 - cpufreq: Fix GOV_LIMITS handling for the userspace governor
6448 - hwrng: exynos - Disable runtime PM on probe failure
6449 - regulator: anatop: allow regulator to be in bypass mode
6450 - lib/mpi: mpi_write_sgl(): fix skipping of leading zero limbs
6451 - Linux 4.4.21
6452
6453 * Headset mic detection on some variants of Dell Inspiron 5468 (LP: #1617900)
6454 - ALSA: hda - Add headset mic quirk for Dell Inspiron 5468
6455
6456 * Xenial update to v4.4.20 stable release (LP: #1621113)
6457 - hugetlb: fix nr_pmds accounting with shared page tables
6458 - x86/mm: Disable preemption during CR3 read+write
6459 - uprobes/x86: Fix RIP-relative handling of EVEX-encoded instructions
6460 - tools/testing/nvdimm: fix SIGTERM vs hotplug crash
6461 - SUNRPC: Handle EADDRNOTAVAIL on connection failures
6462 - SUNRPC: allow for upcalls for same uid but different gss service
6463 - powerpc/eeh: eeh_pci_enable(): fix checking of post-request state
6464 - ALSA: usb-audio: Add a sample rate quirk for Creative Live! Cam Socialize HD
6465 (VF0610)
6466 - ALSA: usb-audio: Add quirk for ELP HD USB Camera
6467 - arm64: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFO
6468 - parisc: Fix order of EREFUSED define in errno.h
6469 - virtio: fix memory leak in virtqueue_add()
6470 - vfio/pci: Fix NULL pointer oops in error interrupt setup handling
6471 - perf intel-pt: Fix occasional decoding errors when tracing system-wide
6472 - libnvdimm, nd_blk: mask off reserved status bits
6473 - ALSA: hda - Manage power well properly for resume
6474 - NVMe: Don't unmap controller registers on reset
6475 - PCI: Support PCIe devices with short cfg_size
6476 - PCI: Add Netronome vendor and device IDs
6477 - PCI: Limit config space size for Netronome NFP6000 family
6478 - PCI: Add Netronome NFP4000 PF device ID
6479 - PCI: Limit config space size for Netronome NFP4000
6480 - mmc: sdhci-acpi: Reduce Baytrail eMMC/SD/SDIO hangs
6481 - ACPI: CPPC: Return error if _CPC is invalid on a CPU
6482 - ACPI / CPPC: Prevent cpc_desc_ptr points to the invalid data
6483 - um: Don't discard .text.exit section
6484 - genirq/msi: Remove unused MSI_FLAG_IDENTITY_MAP
6485 - genirq/msi: Make sure PCI MSIs are activated early
6486 - crypto: caam - fix non-hmac hashes
6487 - crypto: caam - fix echainiv(authenc) encrypt shared descriptor
6488 - crypto: caam - defer aead_set_sh_desc in case of zero authsize
6489 - usb: ehci: change order of register cleanup during shutdown
6490 - usb: misc: usbtest: add fix for driver hang
6491 - usb: dwc3: pci: add Intel Kabylake PCI ID
6492 - usb: dwc3: gadget: increment request->actual once
6493 - usb: hub: Fix unbalanced reference count/memory leak/deadlocks
6494 - USB: hub: fix up early-exit pathway in hub_activate
6495 - USB: hub: change the locking in hub_activate
6496 - usb: renesas_usbhs: clear the BRDYSTS in usbhsg_ep_enable()
6497 - usb: renesas_usbhs: Use dmac only if the pipe type is bulk
6498 - USB: validate wMaxPacketValue entries in endpoint descriptors
6499 - usb: gadget: fsl_qe_udc: off by one in setup_received_handle()
6500 - usb/gadget: fix gadgetfs aio support.
6501 - xhci: always handle "Command Ring Stopped" events
6502 - usb: xhci: Fix panic if disconnect
6503 - xhci: don't dereference a xhci member after removing xhci
6504 - USB: serial: fix memleak in driver-registration error path
6505 - USB: serial: option: add D-Link DWM-156/A3
6506 - USB: serial: option: add support for Telit LE920A4
6507 - USB: serial: ftdi_sio: add device ID for WICED USB UART dev board
6508 - USB: serial: ftdi_sio: add PIDs for Ivium Technologies devices
6509 - iommu/dma: Don't put uninitialised IOVA domains
6510 - iommu/arm-smmu: Fix CMDQ error handling
6511 - iommu/arm-smmu: Don't BUG() if we find aborting STEs with disable_bypass
6512 - pinctrl/amd: Remove the default de-bounce time
6513 - EDAC: Increment correct counter in edac_inc_ue_error()
6514 - s390/dasd: fix hanging device after clear subchannel
6515 - mac80211: fix purging multicast PS buffer queue
6516 - arm64: dts: rockchip: add reset saradc node for rk3368 SoCs
6517 - of: fix reference counting in of_graph_get_endpoint_by_regs
6518 - sched/cputime: Fix NO_HZ_FULL getrusage() monotonicity regression
6519 - sched/nohz: Fix affine unpinned timers mess
6520 - iio: fix sched WARNING "do not call blocking ops when !TASK_RUNNING"
6521 - drm/amdgpu: Change GART offset to 64-bit
6522 - drm/amdgpu: fix amdgpu_move_blit on 32bit systems
6523 - drm/amdgpu: avoid a possible array overflow
6524 - drm/amdgpu: skip TV/CV in display parsing
6525 - drm/amd/amdgpu: sdma resume fail during S4 on CI
6526 - drm/amdgpu: record error code when ring test failed
6527 - drm/i915: fix aliasing_ppgtt leak
6528 - ARC: build: Better way to detect ISA compatible toolchain
6529 - ARC: use correct offset in pt_regs for saving/restoring user mode r25
6530 - ARC: Call trace_hardirqs_on() before enabling irqs
6531 - ARC: Elide redundant setup of DMA callbacks
6532 - aacraid: Check size values after double-fetch from user
6533 - mfd: cros_ec: Add cros_ec_cmd_xfer_status() helper
6534 - i2c: cros-ec-tunnel: Fix usage of cros_ec_cmd_xfer()
6535 - cdc-acm: fix wrong pipe type on rx interrupt xfers
6536 - mpt3sas: Fix resume on WarpDrive flash cards
6537 - megaraid_sas: Fix probing cards without io port
6538 - usb: renesas_usbhs: gadget: fix return value check in
6539 usbhs_mod_gadget_probe()
6540 - gpio: Fix OF build problem on UM
6541 - fs/seq_file: fix out-of-bounds read
6542 - btrfs: waiting on qgroup rescan should not always be interruptible
6543 - btrfs: properly track when rescan worker is running
6544 - Input: tegra-kbc - fix inverted reset logic
6545 - Input: i8042 - break load dependency between atkbd/psmouse and i8042
6546 - Input: i8042 - set up shared ps2_cmd_mutex for AUX ports
6547 - crypto: nx - off by one bug in nx_of_update_msc()
6548 - crypto: qat - fix aes-xts key sizes
6549 - dmaengine: usb-dmac: check CHCR.DE bit in usb_dmac_isr_channel()
6550 - USB: avoid left shift by -1
6551 - usb: chipidea: udc: don't touch DP when controller is in host mode
6552 - USB: fix typo in wMaxPacketSize validation
6553 - USB: serial: mos7720: fix non-atomic allocation in write path
6554 - USB: serial: mos7840: fix non-atomic allocation in write path
6555 - USB: serial: option: add WeTelecom WM-D200
6556 - USB: serial: option: add WeTelecom 0x6802 and 0x6803 products
6557 - staging: comedi: daqboard2000: bug fix board type matching code
6558 - staging: comedi: comedi_test: fix timer race conditions
6559 - staging: comedi: ni_mio_common: fix AO inttrig backwards compatibility
6560 - staging: comedi: ni_mio_common: fix wrong insn_write handler
6561 - ACPI / drivers: fix typo in ACPI_DECLARE_PROBE_ENTRY macro
6562 - ACPI / drivers: replace acpi_probe_lock spinlock with mutex
6563 - ACPI / sysfs: fix error code in get_status()
6564 - ACPI / SRAT: fix SRAT parsing order with both LAPIC and X2APIC present
6565 - ALSA: line6: Remove double line6_pcm_release() after failed acquire.
6566 - ALSA: line6: Give up on the lock while URBs are released.
6567 - ALSA: line6: Fix POD sysfs attributes segfault
6568 - hwmon: (iio_hwmon) fix memory leak in name attribute
6569 - sysfs: correctly handle read offset on PREALLOC attrs
6570 - Linux 4.4.20
6571
6572 * Failed to acknowledge elog: /sys/firmware/opal/elog/0x5018d709/acknowledge
6573 (2:No such file or directory) (LP: #1619552)
6574 - powerpc/powernv : Drop reference added by kset_find_obj()
6575
6576 * backport support for userspace access of DP aux devices (LP: #1619756)
6577 - drm/dp: Add a drm_aux-dev module for reading/writing dpcd registers.
6578 - drm/dp: Allow signals to interrupt drm_aux-dev reads/writes
6579 - [Config] CONFIG_DRM_DP_AUX_CHARDEV=y
6580
6581 * Enable virtual scsi server driver for Power (LP: #1615665)
6582 - SAUCE: Ibmvscsis: Properly deregister target sessions
6583 - SAUCE: Return TCMU-generated sense data to fabric module
6584 - SAUCE: Ibmvscsis: Code cleanup of print statements
6585 - SAUCE: Ibmvscsis: Fixed a bug reported by Dan Carpenter
6586
6587 * ISST-LTE: system dropped into xmon at pcibios_release_device+0x5c/0x80
6588 during running dlpar test on monklp3 (LP: #1618151)
6589 - powerpc/pseries: use pci_host_bridge.release_fn() to kfree(phb)
6590
6591 * Kernel Build Fails for Fuse Module (LP: #1617550)
6592 - SAUCE: (namespace) userns: Export current_in_userns to modules
6593
6594 * boot-time kernel panic introduced in 4.4.0-18, not present in 4.4.0-15
6595 (LP: #1572630)
6596 - blk-mq: Reuse hardware context cpumask for tags
6597 - blk-mq: Use proper cpumask iterator
6598
6599 -- Joseph Salisbury <joseph.salisbury@canonical.com> Thu, 22 Sep 2016 09:02:27 -0400
6600
6601 linux-snapdragon (4.4.0-1026.29) xenial; urgency=low
6602
6603 [ Tim Gardner ]
6604
6605 * Release Tracking Bug
6606 - LP: #1620701
6607
6608 [ Ubuntu: 4.4.0-38.57 ]
6609
6610 * CIFS client: access problems after updating to kernel 4.4.0-29-generic
6611 (LP: #1612135)
6612 - Revert "UBUNTU: SAUCE: (namespace) Bypass sget() capability check for nfs"
6613 - fs: Call d_automount with the filesystems creds
6614
6615 * apt-key add fails in overlayfs (LP: #1618572)
6616 - SAUCE: overlayfs: fix regression in whiteout detection
6617
6618 -- Tim Gardner <tim.gardner@canonical.com> Tue, 30 Aug 2016 12:34:04 -0600
6619
6620 linux-snapdragon (4.4.0-1025.28) xenial; urgency=low
6621
6622 [ Tim Gardner ]
6623
6624 * Release Tracking Bug
6625 - LP: #1618153
6626
6627 [ Ubuntu: 4.4.0-37.56 ]
6628
6629 * [Feature] Instruction decoder support for new SKX instructions- AVX512
6630 (LP: #1591655)
6631 - x86/insn: perf tools: Fix vcvtph2ps instruction decoding
6632 - x86/insn: Add AVX-512 support to the instruction decoder
6633 - perf tools: Add AVX-512 support to the instruction decoder used by Intel PT
6634 - perf tools: Add AVX-512 instructions to the new instructions test
6635
6636 * [Ubuntu 16.04] FCoE Lun not visible in OS with inbox driver - Issue with
6637 ioremap() call on 32bit kernel (LP: #1608652)
6638 - lpfc: Correct issue with ioremap() call on 32bit kernel
6639
6640 * [Feature] turbostat support for Skylake-SP server (LP: #1591802)
6641 - tools/power turbostat: decode more CPUID fields
6642 - tools/power turbostat: CPUID(0x16) leaf shows base, max, and bus frequency
6643 - tools/power turbostat: decode HWP registers
6644 - tools/power turbostat: Decode MSR_MISC_PWR_MGMT
6645 - tools/power turbostat: allow sub-sec intervals
6646 - tools/power turbostat: Intel Xeon x200: fix erroneous bclk value
6647 - tools/power turbostat: Intel Xeon x200: fix turbo-ratio decoding
6648 - tools/power turbostat: re-name "%Busy" field to "Busy%"
6649 - tools/power turbostat: add --out option for saving output in a file
6650 - tools/power turbostat: fix compiler warnings
6651 - tools/power turbostat: make fewer systems calls
6652 - tools/power turbostat: show IRQs per CPU
6653 - tools/power turbostat: show GFXMHz
6654 - tools/power turbostat: show GFX%rc6
6655 - tools/power turbostat: detect and work around syscall jitter
6656 - tools/power turbostat: indicate SMX and SGX support
6657 - tools/power turbostat: call __cpuid() instead of __get_cpuid()
6658 - tools/power turbostat: correct output for MSR_NHM_SNB_PKG_CST_CFG_CTL dump
6659 - tools/power turbostat: bugfix: TDP MSRs print bits fixing
6660 - tools/power turbostat: SGX state should print only if --debug
6661 - tools/power turbostat: print IRTL MSRs
6662 - tools/power turbostat: initial BXT support
6663 - tools/power turbostat: decode BXT TSC frequency via CPUID
6664 - tools/power turbostat: initial SKX support
6665
6666 * [BYT] display hotplug doesn't work on console (LP: #1616894)
6667 - drm/i915/vlv: Make intel_crt_reset() per-encoder
6668 - drm/i915/vlv: Reset the ADPA in vlv_display_power_well_init()
6669 - drm/i915/vlv: Disable HPD in valleyview_crt_detect_hotplug()
6670 - drm/i915: Enable polling when we don't have hpd
6671
6672 * [Feature]intel_idle enabling on Broxton-P (LP: #1520446)
6673 - intel_idle: add BXT support
6674
6675 * [Feature] EDAC: Update driver for SKX-SP (LP: #1591815)
6676 - [Config] CONFIG_EDAC_SKX=m
6677 - EDAC, skx_edac: Add EDAC driver for Skylake
6678
6679 * [Feature] KBL: Sandy Peak(3168) WiFi/BT support (LP: #1591648)
6680 - Bluetooth: Add support for Intel Bluetooth device 3168 [8087:0aa7]
6681
6682 * MacBookPro11,4 fails to poweroff or suspend (LP: #1587714)
6683 - SAUCE: PCI: Workaround to enable poweroff on Mac Pro 11
6684
6685 * Support Edge Gateway's Bluetooth LED (LP: #1512999)
6686 - SAUCE: Bluetooth: Support for LED on Edge Gateways
6687 - SAUCE: Bluetooth: Use host bridge subsystem IDs to identify Edge Gateways
6688
6689 * Please add support for alps touchpad. (LP: #1616813)
6690 - [Config] CONFIG_HID_ALPS=m
6691 - HID: add Alps I2C HID Touchpad-Stick support
6692 - HID: alps: struct u1_dev *priv is internal to the driver
6693 - HID: alps: pass correct sizes to hid_hw_raw_request()
6694 - HID: alps: match alps devices in core
6695 - HID: alps: a few cleanups
6696
6697 * DINO2M - System hangs with a black screen during s4 stress test
6698 (LP: #1616781)
6699 - x86/power/64: Fix kernel text mapping corruption during image restoration
6700
6701 * Xenial update to v4.4.17 stable release (LP: #1611833)
6702 - USB: OHCI: Don't mark EDs as ED_OPER if scheduling fails
6703 - x86/quirks: Apply nvidia_bugs quirk only on root bus
6704 - x86/quirks: Reintroduce scanning of secondary buses
6705 - x86/quirks: Add early quirk to reset Apple AirPort card
6706 - dmaengine: at_xdmac: align descriptors on 64 bits
6707 - dmaengine: at_xdmac: fix residue corruption
6708 - dmaengine: at_xdmac: double FIFO flush needed to compute residue
6709 - mm, sl[au]b: add __GFP_ATOMIC to the GFP reclaim mask
6710 - mm, compaction: abort free scanner if split fails
6711 - fs/nilfs2: fix potential underflow in call to crc32_le
6712 - mm, compaction: prevent VM_BUG_ON when terminating freeing scanner
6713 - mm, meminit: always return a valid node from early_pfn_to_nid
6714 - mm, meminit: ensure node is online before checking whether pages are
6715 uninitialised
6716 - vmlinux.lds: account for destructor sections
6717 - pps: do not crash when failed to register
6718 - kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while
6719 processing sysrq-w
6720 - arc: unwind: warn only once if DW2_UNWIND is disabled
6721 - ARC: unwind: ensure that .debug_frame is generated (vs. .eh_frame)
6722 - xen/pciback: Fix conf_space read/write overlap check.
6723 - xenbus: don't BUG() on user mode induced condition
6724 - xenbus: don't bail early from xenbus_dev_request_and_reply()
6725 - Input: vmmouse - remove port reservation
6726 - Input: elantech - add more IC body types to the list
6727 - Input: xpad - fix oops when attaching an unknown Xbox One gamepad
6728 - Input: wacom_w8001 - w8001_MAX_LENGTH should be 13
6729 - Input: xpad - validate USB endpoint count during probe
6730 - Input: tsc200x - report proper input_dev name
6731 - pvclock: Add CPU barriers to get correct version value
6732 - pinctrl: single: Fix missing flush of posted write for a wakeirq
6733 - pinctrl: imx: Do not treat a PIN without MUX register as an error
6734 - cgroup: set css->id to -1 during init
6735 - power_supply: power_supply_read_temp only if use_cnt > 0
6736 - locks: use file_inode()
6737 - Revert "ecryptfs: forbid opening files without mmap handler"
6738 - ecryptfs: don't allow mmap when the lower fs doesn't support it
6739 - ext4: verify extent header depth
6740 - 9p: use file_dentry()
6741 - namespace: update event counter when umounting a deleted dentry
6742 - spi: sunxi: fix transfer timeout
6743 - spi: sun4i: fix FIFO limit
6744 - clk: rockchip: initialize flags of clk_init_data in mmc-phase clock
6745 - platform/chrome: cros_ec_dev - double fetch bug in ioctl
6746 - block: fix use-after-free in sys_ioprio_get()
6747 - mmc: block: fix packed command header endianness
6748 - sched/fair: Fix effective_load() to consistently use smoothed load
6749 - ovl: handle ATTR_KILL*
6750 - perf/x86: fix PEBS issues on Intel Atom/Core2
6751 - can: at91_can: RX queue could get stuck at high bus load
6752 - can: c_can: Update D_CAN TX and RX functions to 32 bit - fix Altera Cyclone
6753 access
6754 - can: fix handling of unmodifiable configuration options fix
6755 - can: fix oops caused by wrong rtnl dellink usage
6756 - RDS: fix rds_tcp_init() error path
6757 - SCSI: fix new bug in scsi_dev_info_list string matching
6758 - ipr: Clear interrupt on croc/crocodile when running with LSI
6759 - posix_cpu_timer: Exit early when process has been reaped
6760 - i2c: mux: reg: wrong condition checked for of_address_to_resource return
6761 value
6762 - libata: LITE-ON CX1-JB256-HP needs lower max_sectors
6763 - libceph: apply new_state before new_up_client on incrementals
6764 - net: mvneta: set real interrupt per packet for tx_done
6765 - intel_th: pci: Add Kaby Lake PCH-H support
6766 - intel_th: Fix a deadlock in modprobing
6767 - vfs: fix deadlock in file_remove_privs() on overlayfs
6768 - Linux 4.4.17
6769 - xenbus: don't look up transaction IDs for ordinary writes
6770
6771 * Enable virtual scsi server driver for Power (LP: #1615665)
6772 - [Config] CONFIG_SCSI_IBMVSCSIS=m
6773 - target: Add target_alloc_session() helper function
6774 - ibmvscsis: Initial commit of IBM VSCSI Tgt Driver
6775
6776 * AES-XTS poor performance in Ubuntu 16.04 (LP: #1613295)
6777 - crypto: vmx: Only call enable_kernel_vsx()
6778 - powerpc: Create disable_kernel_{fp,altivec,vsx,spe}()
6779 - crypto: vmx - Adding asm subroutines for XTS
6780 - crypto: xts - consolidate sanity check for keys
6781 - crypto: vmx - Adding support for XTS
6782 - crypto: vmx - Fix aes_p8_xts_decrypt build failure
6783 - crypto: xts - fix compile errors
6784
6785 * System hang when plug/pull USB 3.1 key via thunderbolt port over 5 times
6786 (LP: #1616318)
6787 - USB: don't free bandwidth_mutex too early
6788
6789 * Ubuntu 16.04 - Full EEH Recovery Support for NVMe devices (LP: #1602724)
6790 - nvme: Suspend all queues before deletion
6791
6792 * change_hat is logging failures during expected hat probing (LP: #1615893)
6793 - SAUCE: apparmor: Fix auditing behavior for change_hat probing
6794
6795 * deleted files outside of the namespace are not being treated as disconnected
6796 (LP: #1615892)
6797 - SAUCE: apparmor: deleted dentries can be disconnected
6798
6799 * stacking to unconfined in a child namespace confuses mediation
6800 (LP: #1615890)
6801 - SAUCE: apparmor: special case unconfined when determining the mode
6802
6803 * apparmor module parameters can be changed after the policy is locked
6804 (LP: #1615895)
6805 - SAUCE: apparmor: fix: parameters can be changed after policy is locked
6806
6807 * AppArmor profile reloading causes an intermittent kernel BUG (LP: #1579135)
6808 - SAUCE: apparmor: fix vec_unique for vectors larger than 8
6809
6810 * label vec reductions can result in reference labels instead of direct access
6811 to labels (LP: #1615889)
6812 - SAUCE: apparmor: reduction of vec to single entry is just that entry
6813
6814 * profiles from different namespaces can block other namespaces from being
6815 able to load a profile (LP: #1615887)
6816 - SAUCE: apparmor: profiles in one ns can affect mediation in another ns
6817
6818 * vmalloc failure leads to null ptr dereference in aa_dfa_next (LP: #1592547)
6819 - SAUCE: apparmor: oops in profile_unpack() when policy_db is not present
6820
6821 * vmalloc_addr is being checked on the failed return address of kvzalloc()
6822 (LP: #1615885)
6823 - SAUCE: apparmor: fix: don't check for vmalloc_addr if kvzalloc() failed
6824
6825 * dfa is missing a bounds check which can cause an oops (LP: #1615882)
6826 - SAUCE: apparmor: Add missing id bounds check on dfa verification
6827
6828 * The label build for onexec when stacking is wrong (LP: #1615881)
6829 - SAUCE: apparmor: Fix label build for onexec stacking.
6830
6831 * The inherit check for new to old label comparison for domain transitions is
6832 wrong (LP: #1615880)
6833 - SAUCE: apparmor: Fix new to old label comparison for domain transitions
6834
6835 * warning stack trace while playing with apparmor namespaces (LP: #1593874)
6836 - SAUCE: apparmor: fix stack trace when removing namespace with profiles
6837
6838 * __label_update proxy comparison test is wrong (LP: #1615878)
6839 - SAUCE: apparmor: Fix __label_update proxy comparison test
6840
6841 * Xenial update to v4.4.19 stable release (LP: #1615620)
6842 - usb: gadget: avoid exposing kernel stack
6843 - usb: f_fs: off by one bug in _ffs_func_bind()
6844 - usb: renesas_usbhs: protect the CFIFOSEL setting in usbhsg_ep_enable()
6845 - usb: dwc3: fix for the isoc transfer EP_BUSY flag
6846 - USB: serial: option: add support for Telit LE910 PID 0x1206
6847 - usb: renesas_usbhs: fix NULL pointer dereference in xfer_work()
6848 - arm64: kernel: Save and restore UAO and addr_limit on exception entry
6849 - arm64: debug: unmask PSTATE.D earlier
6850 - arm64: Fix incorrect per-cpu usage for boot CPU
6851 - tty: serial: msm: Don't read off end of tx fifo
6852 - serial: samsung: Fix ERR pointer dereference on deferred probe
6853 - tty/serial: atmel: fix RS485 half duplex with DMA
6854 - gpio: pca953x: Fix NBANK calculation for PCA9536
6855 - gpio: intel-mid: Remove potentially harmful code
6856 - Bluetooth: hci_intel: Fix null gpio desc pointer dereference
6857 - pinctrl: cherryview: prevent concurrent access to GPIO controllers
6858 - arm64: dts: rockchip: fixes the gic400 2nd region size for rk3368
6859 - arm64: mm: avoid fdt_check_header() before the FDT is fully mapped
6860 - KVM: PPC: Book3S HV: Pull out TM state save/restore into separate procedures
6861 - KVM: PPC: Book3S HV: Save/restore TM state in H_CEDE
6862 - KVM: MTRR: fix kvm_mtrr_check_gfn_range_consistency page fault
6863 - KVM: VMX: handle PML full VMEXIT that occurs during event delivery
6864 - KVM: nVMX: Fix memory corruption when using VMCS shadowing
6865 - intel_pstate: Fix MSR_CONFIG_TDP_x addressing in core_get_max_pstate()
6866 - mfd: qcom_rpm: Fix offset error for msm8660
6867 - mfd: qcom_rpm: Parametrize also ack selector size
6868 - media: usbtv: prevent access to free'd resources
6869 - media: dvb_ringbuffer: Add memory barriers
6870 - vb2: core: Skip planes array verification if pb is NULL
6871 - Fix RC5 decoding with Fintek CIR chipset
6872 - sur40: lower poll interval to fix occasional FPS drops to ~56 FPS
6873 - sur40: fix occasional oopses on device close
6874 - dm: set DMF_SUSPENDED* _before_ clearing DMF_NOFLUSH_SUSPENDING
6875 - hp-wmi: Fix wifi cannot be hard-unblocked
6876 - s5p-mfc: Set device name for reserved memory region devs
6877 - s5p-mfc: Add release callback for memory region devs
6878 - i2c: efm32: fix a failure path in efm32_i2c_probe()
6879 - spi: pxa2xx: Clear all RFT bits in reset_sccr1() on Intel Quark
6880 - Bluetooth: Fix l2cap_sock_setsockopt() with optname BT_RCVMTU
6881 - EDAC: Correct channel count limit
6882 - HID: uhid: fix timeout when probe races with IO
6883 - ovl: disallow overlayfs as upperdir
6884 - remoteproc: Fix potential race condition in rproc_add
6885 - ARC: mm: don't loose PTE_SPECIAL in pte_modify()
6886 - jbd2: make journal y2038 safe
6887 - fs/cifs: make share unaccessible at root level mountable
6888 - cifs: Check for existing directory when opening file with O_CREAT
6889 - cifs: fix crash due to race in hmac(md5) handling
6890 - CIFS: Fix a possible invalid memory access in smb2_query_symlink()
6891 - random: initialize the non-blocking pool via add_hwgenerator_randomness()
6892 - random: print a warning for the first ten uninitialized random users
6893 - random: add interrupt callback to VMBus IRQ handler
6894 - MIPS: KVM: Fix mapped fault broken commpage handling
6895 - MIPS: KVM: Add missing gfn range check
6896 - MIPS: KVM: Fix gfn range check in kseg0 tlb faults
6897 - MIPS: KVM: Propagate kseg0/mapped tlb fault errors
6898 - nfs: don't create zero-length requests
6899 - nfsd: Fix race between FREE_STATEID and LOCK
6900 - nfsd: don't return an unhashed lock stateid after taking mutex
6901 - drm/i915: Don't complain about lack of ACPI video bios
6902 - iommu/exynos: Suppress unbinding to prevent system failure
6903 - iommu/vt-d: Return error code in domain_context_mapping_one()
6904 - iommu/amd: Handle IOMMU_DOMAIN_DMA in ops->domain_free call-back
6905 - iommu/amd: Init unity mappings only for dma_ops domains
6906 - iommu/amd: Update Alias-DTE in update_device_table()
6907 - audit: fix a double fetch in audit_log_single_execve_arg()
6908 - ARM: dts: sunxi: Add a startup delay for fixed regulator enabled phys
6909 - netlabel: add address family checks to netlbl_{sock,req}_delattr()
6910 - w1:omap_hdq: fix regression
6911 - drm/amdgpu: add a delay after ATPX dGPU power off
6912 - drm/amdgpu: Poll for both connect/disconnect on analog connectors
6913 - drm/amdgpu: support backlight control for UNIPHY3
6914 - drm/amdgpu: Disable RPM helpers while reprobing connectors on resume
6915 - drm/amdgpu: fix firmware info version checks
6916 - drm/amdgpu/gmc7: add missing mullins case
6917 - drm/radeon: add a delay after ATPX dGPU power off
6918 - drm/radeon: Poll for both connect/disconnect on analog connectors
6919 - drm/radeon: fix firmware info version checks
6920 - drm/radeon: support backlight control for UNIPHY3
6921 - drm/nouveau/gr/nv3x: fix instobj write offsets in gr setup
6922 - drm/nouveau/fbcon: fix font width not divisible by 8
6923 - drm: Restore double clflush on the last partial cacheline
6924 - drm/edid: Add 6 bpc quirk for display AEO model 0.
6925 - drm/i915: Never fully mask the the EI up rps interrupt on SNB/IVB
6926 - drm/i915/dp: Revert "drm/i915/dp: fall back to 18 bpp when sink capability
6927 is unknown"
6928 - balloon: check the number of available pages in leak balloon
6929 - ftrace/recordmcount: Work around for addition of metag magic but not
6930 relocations
6931 - metag: Fix __cmpxchg_u32 asm constraint for CMP
6932 - block: add missing group association in bio-cloning functions
6933 - block: fix bdi vs gendisk lifetime mismatch
6934 - mtd: nand: fix bug writing 1 byte less than page size
6935 - mm/hugetlb: avoid soft lockup in set_max_huge_pages()
6936 - ALSA: hda: Fix krealloc() with __GFP_ZERO usage
6937 - ALSA: hda/realtek - Can't adjust speaker's volume on a Dell AIO
6938 - ALSA: hda: add AMD Bonaire AZ PCI ID with proper driver caps
6939 - ALSA: hda - Fix headset mic detection problem for two dell machines
6940 - IB/mlx5: Fix MODIFY_QP command input structure
6941 - IB/mlx5: Fix entries checks in mlx5_ib_create_cq
6942 - IB/mlx5: Fix returned values of query QP
6943 - IB/mlx5: Fix entries check in mlx5_ib_resize_cq
6944 - IB/mlx5: Fix post send fence logic
6945 - IB/mlx5: Return PORT_ERR in Active to Initializing tranisition
6946 - IB/SA: Use correct free function
6947 - IB/IPoIB: Don't update neigh validity for unresolved entries
6948 - IB/IWPM: Fix a potential skb leak
6949 - IB/mlx4: Fix the SQ size of an RC QP
6950 - IB/mlx4: Fix error flow when sending mads under SRIOV
6951 - IB/mlx4: Fix memory leak if QP creation failed
6952 - of: fix memory leak related to safe_name()
6953 - ubi: Make volume resize power cut aware
6954 - ubi: Fix early logging
6955 - ubi: Fix race condition between ubi device creation and udev
6956 - iscsi-target: Fix panic when adding second TCP connection to iSCSI session
6957 - target: Fix ordered task target_setup_cmd_from_cdb exception hang
6958 - target: Fix missing complete during ABORT_TASK + CMD_T_FABRIC_STOP
6959 - target: Fix race between iscsi-target connection shutdown + ABORT_TASK
6960 - target: Fix max_unmap_lba_count calc overflow
6961 - target: Fix ordered task CHECK_CONDITION early exception handling
6962 - Input: elan_i2c - properly wake up touchpad on ASUS laptops
6963 - SUNRPC: Don't allocate a full sockaddr_storage for tracing
6964 - MIPS: mm: Fix definition of R6 cache instruction
6965 - MIPS: Don't register r4k sched clock when CPUFREQ enabled
6966 - MIPS: hpet: Increase HPET_MIN_PROG_DELTA and decrease HPET_MIN_CYCLES
6967 - PCI: Mark Atheros AR9485 and QCA9882 to avoid bus reset
6968 - x86/platform/intel_mid_pci: Rework IRQ0 workaround
6969 - ACPI / EC: Work around method reentrancy limit in ACPICA for _Qxx
6970 - rtc: s3c: Add s3c_rtc_{enable/disable}_clk in s3c_rtc_setfreq()
6971 - dm flakey: error READ bios during the down_interval
6972 - module: Invalidate signatures on force-loaded modules
6973 - Documentation/module-signing.txt: Note need for version info if reusing a
6974 key
6975 - Linux 4.4.19
6976
6977 * xfrm: ipsec crash when updating spd thresholds (LP: #1613787)
6978 - xfrm: Ignore socket policies when rebuilding hash tables
6979
6980 * ISST-LTE:pKVM311:lotg5:Ubutu16041:lotg5 crashed @
6981 writeback_sb_inodes+0x30c/0x590 (LP: #1614565)
6982 - writeback: Write dirty times for WB_SYNC_ALL writeback
6983
6984 * IBM Power 720 Ethernet Not Seen (LP: #1612725)
6985 - [Config] CONFIG_IBMEBUS=y for powerpc
6986
6987 * CAPI: Update default setting for the psl_fir_cntl register (LP: #1612431)
6988 - cxl: Set psl_fir_cntl to production environment value
6989
6990 * Xenial update to v4.4.18 stable release (LP: #1614560)
6991 - tcp: enable per-socket rate limiting of all 'challenge acks'
6992 - ipv4: reject RTNH_F_DEAD and RTNH_F_LINKDOWN from user space
6993 - bonding: set carrier off for devices created through netlink
6994 - net: bgmac: Fix infinite loop in bgmac_dma_tx_add()
6995 - net/irda: fix NULL pointer dereference on memory allocation failure
6996 - qed: Fix setting/clearing bit in completion bitmap
6997 - tcp: consider recv buf for the initial window scale
6998 - ipath: Restrict use of the write() interface
6999 - scsi: ignore errors from scsi_dh_add_device()
7000 - HID: sony: do not bail out when the sixaxis refuses the output report
7001 - i2c: i801: Allow ACPI SystemIO OpRegion to conflict with PCI BAR
7002 - arm: oabi compat: add missing access checks
7003 - KEYS: 64-bit MIPS needs to use compat_sys_keyctl for 32-bit userspace
7004 - Revert "s390/kdump: Clear subchannel ID to signal non-CCW/SCSI IPL"
7005 - random: strengthen input validation for RNDADDTOENTCNT
7006 - devpts: clean up interface to pty drivers
7007 - x86/mm/pat: Add support of non-default PAT MSR setting
7008 - x86/mm/pat: Add pat_disable() interface
7009 - x86/mm/pat: Replace cpu_has_pat with boot_cpu_has()
7010 - x86/mtrr: Fix Xorg crashes in Qemu sessions
7011 - x86/mtrr: Fix PAT init handling when MTRR is disabled
7012 - x86/xen, pat: Remove PAT table init code from Xen
7013 - x86/pat: Document the PAT initialization sequence
7014 - x86/mm/pat: Fix BUG_ON() in mmap_mem() on QEMU/i386
7015 - drm/i915: Pretend cursor is always on for ILK-style WM calculations (v2)
7016 - x86/syscalls/64: Add compat_sys_keyctl for 32-bit userspace
7017 - block: fix use-after-free in seq file
7018 - sysv, ipc: fix security-layer leaking
7019 - fuse: fsync() did not return IO errors
7020 - fuse: fuse_flush must check mapping->flags for errors
7021 - fuse: fix wrong assignment of ->flags in fuse_send_init()
7022 - fs/dcache.c: avoid soft-lockup in dput()
7023 - crypto: gcm - Filter out async ghash if necessary
7024 - crypto: scatterwalk - Fix test in scatterwalk_done
7025 - ext4: check for extents that wrap around
7026 - ext4: fix deadlock during page writeback
7027 - ext4: don't call ext4_should_journal_data() on the journal inode
7028 - ext4: validate s_reserved_gdt_blocks on mount
7029 - ext4: short-cut orphan cleanup on error
7030 - ext4: fix reference counting bug on block allocation error
7031 - mm: memcontrol: fix cgroup creation failure after many small jobs
7032 - mm: memcontrol: fix swap counter leak on swapout from offline cgroup
7033 - mm: memcontrol: fix memcg id ref counter on swap charge move
7034 - Linux 4.4.18
7035
7036 * Ubuntu16.10:installation fails on Brazos system (31TB and 192 cores) No
7037 memory for flatten_device_tree (no room) (LP: #1614309)
7038 - SAUCE: powerpc/pseries: Increase RMA size to 512MB.
7039
7040 * [SRU] xgene_enet: 10g performance only hits ~75% on multi-client tests
7041 (LP: #1613157)
7042 - drivers: net: xgene: Add support for Classifier engine
7043 - drivers: net: xgene: Add support for RSS
7044 - drivers: net: xgene: Add support for multiple queues
7045
7046 * [SRU] xgene_enet: an extra interrupt may be pending for an interrupt
7047 controller that doesn't support irq_disable and hardware with level
7048 interrupt (LP: #1611399)
7049 - drivers: net: xgene: fix extra IRQ issue
7050
7051 * Mic mute hotkey does not work on usb keyboard [03f0:2f4a] (LP: #1609606)
7052 - HID: input: add mic mute key on HP slim keyboard
7053
7054 -- Tim Gardner <tim.gardner@canonical.com> Mon, 29 Aug 2016 11:27:56 -0600
7055
7056 linux-snapdragon (4.4.0-1024.27) xenial; urgency=low
7057
7058 [ Stefan Bader ]
7059
7060 * Release Tracking Bug
7061 - LP: #1612349
7062
7063 [ Ubuntu: 4.4.0-36.55 ]
7064
7065 * I2C touchpad does not work on AMD platform (LP: #1612006)
7066 - SAUCE: pinctrl/amd: Remove the default de-bounce time
7067 * CVE-2016-5696
7068 - tcp: make challenge acks less predictable
7069
7070 -- Stefan Bader <stefan.bader@canonical.com> Fri, 12 Aug 2016 11:36:44 +0200
7071
7072 linux-snapdragon (4.4.0-1023.26) xenial; urgency=low
7073
7074 [ Stefan Bader ]
7075
7076 * Release Tracking Bug
7077 - LP: #1611239
7078
7079 [ Ubuntu: 4.4.0-35.54 ]
7080
7081 * [i915_bpo] Sync with v4.7 (LP: #1609742)
7082 - SAUCE: i915_bpo: Sync with v4.7
7083 * s390/cio: fix reset of channel measurement block (LP: #1609415)
7084 - s390/cio: allow to reset channel measurement block
7085 * in Ubuntu16.10: Hit on Call traces and system goes down when transactional
7086 memory tests are running in 32TB Brazos system (LP: #1606786)
7087 - powerpc/tm: Avoid SLB faults in treclaim/trecheckpoint when RI=0
7088 - powerpc/tm: Fix stack pointer corruption in __tm_recheckpoint()
7089 * Power Menu does not display after press the Power Button (LP: #1609204)
7090 - intel-vbtn: new driver for Intel Virtual Button
7091 - [config] enable CONFIG_INTEL_VBTN=m
7092 * OptiPlex 7450 AIO hangs when rebooting (LP: #1608762)
7093 - x86/reboot: Add Dell Optiplex 7450 AIO reboot quirk
7094 * virtualbox+usb 3.0 breaks boot, -28 kernel works (LP: #1604058)
7095 - SAUCE: xhci: Fix soft lockup in xhci_pci_probe path when XHCI_STATE_HALTED
7096 * linux-kernel: Freeing IRQ from IRQ context (LP: #1597908)
7097 - block: defer timeouts to a workqueue
7098 * Tunnel offload indications not stripped from encapsulated packets, causing
7099 performance overhead (LP: #1602755)
7100 - tunnels: Remove encapsulation offloads on decap.
7101 * lm-sensors is throwing "ERROR: Can't get value of subfeature temp1_input:
7102 I/O error" for be2net driver (LP: #1607387)
7103 - be2net: perform temperature query in adapter regardless of its interface
7104 state
7105 * Dell dock MAC Address pass through doesn't work in Ubuntu (LP: #1579984)
7106 - r8152: Add support for setting pass through MAC address on RTL8153-AD
7107 * vmxnet3 LRO IPv6 performance issues (stalling TCP) (LP: #1605494)
7108 - Driver: Vmxnet3: set CHECKSUM_UNNECESSARY for IPv6 packets
7109 * ISST-LTE:pVM:monklp5:Ubuntu16.04.1:system crashed at
7110 lpfc_sli4_scmd_to_wqidx_distr (LP: #1597974)
7111 - SAUCE: lpfc: fix oops in lpfc_sli4_scmd_to_wqidx_distr() from
7112 lpfc_send_taskmgmt()
7113 * Backport cxlflash shutdown patch to Xenial SRU (LP: #1605405)
7114 - SAUCE: cxlflash: Verify problem state area is mapped before notifying
7115 shutdown
7116 * Xenial update to v4.4.16 stable release (LP: #1607404)
7117 - mac80211: fix fast_tx header alignment
7118 - mac80211: mesh: flush mesh paths unconditionally
7119 - mac80211_hwsim: Add missing check for HWSIM_ATTR_SIGNAL
7120 - mac80211: Fix mesh estab_plinks counting in STA removal case
7121 - EDAC, sb_edac: Fix rank lookup on Broadwell
7122 - IB/cm: Fix a recently introduced locking bug
7123 - IB/mlx4: Properly initialize GRH TClass and FlowLabel in AHs
7124 - powerpc/pseries: Fix IBM_ARCH_VEC_NRCORES_OFFSET since POWER8NVL was added
7125 - powerpc/tm: Always reclaim in start_thread() for exec() class syscalls
7126 - usb: dwc2: fix regression on big-endian PowerPC/ARM systems
7127 - USB: EHCI: declare hostpc register as zero-length array
7128 - usb: common: otg-fsm: add license to usb-otg-fsm
7129 - mnt: fs_fully_visible test the proper mount for MNT_LOCKED
7130 - mnt: Account for MS_RDONLY in fs_fully_visible
7131 - mnt: If fs_fully_visible fails call put_filesystem.
7132 - of: fix autoloading due to broken modalias with no 'compatible'
7133 - of: irq: fix of_irq_get[_byname]() kernel-doc
7134 - locking/ww_mutex: Report recursive ww_mutex locking early
7135 - locking/qspinlock: Fix spin_unlock_wait() some more
7136 - locking/static_key: Fix concurrent static_key_slow_inc()
7137 - x86, build: copy ldlinux.c32 to image.iso
7138 - kprobes/x86: Clear TF bit in fault on single-stepping
7139 - x86/amd_nb: Fix boot crash on non-AMD systems
7140 - Revert "gpiolib: Split GPIO flags parsing and GPIO configuration"
7141 - uvc: Forward compat ioctls to their handlers directly
7142 - thermal: cpu_cooling: fix improper order during initialization
7143 - writeback: use higher precision calculation in domain_dirty_limits()
7144 - nfsd4/rpc: move backchannel create logic into rpc code
7145 - nfsd: Always lock state exclusively.
7146 - nfsd: Extend the mutex holding region around in nfsd4_process_open2()
7147 - posix_acl: Add set_posix_acl
7148 - nfsd: check permissions when setting ACLs
7149 - make nfs_atomic_open() call d_drop() on all ->open_context() errors.
7150 - NFS: Fix another OPEN_DOWNGRADE bug
7151 - ARM: imx6ul: Fix Micrel PHY mask
7152 - ARM: 8578/1: mm: ensure pmd_present only checks the valid bit
7153 - ARM: 8579/1: mm: Fix definition of pmd_mknotpresent
7154 - MIPS: KVM: Fix modular KVM under QEMU
7155 - mm: Export migrate_page_move_mapping and migrate_page_copy
7156 - UBIFS: Implement ->migratepage()
7157 - sched/fair: Fix cfs_rq avg tracking underflow
7158 - packet: Use symmetric hash for PACKET_FANOUT_HASH.
7159 - net_sched: fix mirrored packets checksum
7160 - cdc_ncm: workaround for EM7455 "silent" data interface
7161 - ipv6: Fix mem leak in rt6i_pcpu
7162 - ARCv2: Check for LL-SC livelock only if LLSC is enabled
7163 - ARCv2: LLSC: software backoff is NOT needed starting HS2.1c
7164 - kvm: Fix irq route entries exceeding KVM_MAX_IRQ_ROUTES
7165 - KVM: nVMX: VMX instructions: fix segment checks when L1 is in long mode.
7166 - HID: elo: kill not flush the work
7167 - HID: hiddev: validate num_values for HIDIOCGUSAGES, HIDIOCSUSAGES commands
7168 - tracing: Handle NULL formats in hold_module_trace_bprintk_format()
7169 - base: make module_create_drivers_dir race-free
7170 - iommu/arm-smmu: Wire up map_sg for arm-smmu-v3
7171 - iommu/vt-d: Enable QI on all IOMMUs before setting root entry
7172 - iommu/amd: Fix unity mapping initialization race
7173 - drm/mgag200: Black screen fix for G200e rev 4
7174 - ipmi: Remove smi_msg from waiting_rcv_msgs list before handle_one_recv_msg()
7175 - arm64: Rework valid_user_regs
7176 - vfs: add d_real_inode() helper
7177 - af_unix: fix hard linked sockets on overlay
7178 - btrfs: account for non-CoW'd blocks in btrfs_abort_transaction
7179 - drm/radeon: fix asic initialization for virtualized environments
7180 - drm/amdgpu/gfx7: fix broken condition check
7181 - ubi: Make recover_peb power cut aware
7182 - drm/amdkfd: unbind only existing processes
7183 - drm/amdkfd: destroy dbgmgr in notifier release
7184 - drm/dp/mst: Always clear proposed vcpi table for port.
7185 - drm/nouveau/disp/sor/gf119: both links use the same training register
7186 - drm/nouveau/gr/gf100-: update sm error decoding from gk20a nvgpu headers
7187 - drm/nouveau/fbcon: fix out-of-bounds memory accesses
7188 - drm/nouveau: fix for disabled fbdev emulation
7189 - drm/nouveau/disp/sor/gf119: select correct sor when poking training pattern
7190 - drm/i915/ilk: Don't disable SSC source if it's in use
7191 - drm/i915: Refresh cached DP port register value on resume
7192 - drm/i915: Update ifdeffery for mutex->owner
7193 - drm/i915: Update CDCLK_FREQ register on BDW after changing cdclk frequency
7194 - drm: add missing drm_mode_set_crtcinfo call
7195 - drm: make drm_atomic_set_mode_prop_for_crtc() more reliable
7196 - drm: atmel-hlcdc: actually disable scaling when no scaling is required
7197 - drm/ttm: Make ttm_bo_mem_compat available
7198 - drm/vmwgfx: Add an option to change assumed FB bpp
7199 - drm/vmwgfx: Work around mode set failure in 2D VMs
7200 - drm/vmwgfx: Check pin count before attempting to move a buffer
7201 - drm/vmwgfx: Delay pinning fbdev framebuffer until after mode set
7202 - drm/vmwgfx: Fix error paths when mapping framebuffer
7203 - memory: omap-gpmc: Fix omap gpmc EXTRADELAY timing
7204 - perf/x86: Fix undefined shift on 32-bit kernels
7205 - xen/balloon: Fix declared-but-not-defined warning
7206 - iio: Fix error handling in iio_trigger_attach_poll_func
7207 - iio:st_pressure: fix sampling gains (bring inline with ABI)
7208 - iio: light apds9960: Add the missing dev.parent
7209 - iio: proximity: as3935: correct IIO_CHAN_INFO_RAW output
7210 - iio: proximity: as3935: remove triggered buffer processing
7211 - iio: proximity: as3935: fix buffer stack trashing
7212 - iio: humidity: hdc100x: correct humidity integration time mask
7213 - iio: humidity: hdc100x: fix IIO_TEMP channel reporting
7214 - iio: hudmidity: hdc100x: fix incorrect shifting and scaling
7215 - staging: iio: accel: fix error check
7216 - iio: accel: kxsd9: fix the usage of spi_w8r8()
7217 - iio:ad7266: Fix broken regulator error handling
7218 - iio:ad7266: Fix support for optional regulators
7219 - iio:ad7266: Fix probe deferral for vref
7220 - tty/vt/keyboard: fix OOB access in do_compute_shiftstate()
7221 - hwmon: (dell-smm) Restrict fan control and serial number to CAP_SYS_ADMIN by
7222 default
7223 - hwmon: (dell-smm) Disallow fan_type() calls on broken machines
7224 - hwmon: (dell-smm) Cache fan_type() calls and change fan detection
7225 - ALSA: dummy: Fix a use-after-free at closing
7226 - ALSA: hda - Fix the headset mic jack detection on Dell machine
7227 - ALSA: hda / realtek - add two more Thinkpad IDs (5050,5053) for tpt460 fixup
7228 - ALSA: au88x0: Fix calculation in vortex_wtdma_bufshift()
7229 - ALSA: echoaudio: Fix memory allocation
7230 - ALSA: timer: Fix negative queue usage by racy accesses
7231 - ALSA: hda/realtek: Add Lenovo L460 to docking unit fixup
7232 - ALSA: hda - Add PCI ID for Kabylake-H
7233 - ALSA: hda - fix read before array start
7234 - ALSA: hda/realtek - add new pin definition in alc225 pin quirk table
7235 - ALSA: pcm: Free chmap at PCM free callback, too
7236 - ALSA: ctl: Stop notification after disconnection
7237 - ALSA: hda - fix use-after-free after module unload
7238 - ALSA: hda: add AMD Stoney PCI ID with proper driver caps
7239 - ARM: sunxi/dt: make the CHIP inherit from allwinner,sun5i-a13
7240 - ARM: dts: armada-38x: fix MBUS_ID for crypto SRAM on Armada 385 Linksys
7241 - ARM: mvebu: fix HW I/O coherency related deadlocks
7242 - ovl: Copy up underlying inode's ->i_mode to overlay inode
7243 - ovl: verify upper dentry in ovl_remove_and_whiteout()
7244 - scsi: fix race between simultaneous decrements of ->host_failed
7245 - 53c700: fix BUG on untagged commands
7246 - Fix reconnect to not defer smb3 session reconnect long after socket
7247 reconnect
7248 - cifs: dynamic allocation of ntlmssp blob
7249 - File names with trailing period or space need special case conversion
7250 - xen/acpi: allow xen-acpi-processor driver to load on Xen 4.7
7251 - crypto: qat - make qat_asym_algs.o depend on asn1 headers
7252 - tmpfs: don't undo fallocate past its last page
7253 - tmpfs: fix regression hang in fallocate undo
7254 - drm/i915: Revert DisplayPort fast link training feature
7255 - ovl: verify upper dentry before unlink and rename
7256 - Linux 4.4.16
7257 * Regression caused by `fuse: Add support for pid namespaces` in 4.4.0-6.21
7258 (LP: #1605344)
7259 - SAUCE: (namespace) fuse: Permit requests from other pid namespaces
7260 * CVE-2016-5400
7261 - media: fix airspy usb probe error path
7262 * Cannot mount proc in unprivileged containers if /proc/xen is mounted
7263 (LP: #1607374)
7264 - SAUCE: xenbus: Use proc_create_mount_point() to create /proc/xen
7265 * Mic mute key does not work for Ideapad laptops (LP: #1607153)
7266 - ideapad_laptop: Add an event for mic mute hotkey
7267 * NVMe stress test fails after 12 hours on Ubuntu 16.04 (LP: #1604995)
7268 - block: atari: Return early for unsupported sector size
7269 * Console extremely slow with 4.4 kernels for servers with Matrox G200er2 or
7270 similar (LP: #1605662)
7271 - SAUCE: vesafb: Set mtrr:3 (write-combining) as default
7272 * Ubuntu 16.04 - Full EEH Recovery Support for NVMe devices (LP: #1602724)
7273 - nvme: use a work item to submit async event requests
7274 - nvme: don't poll the CQ from the kthread
7275 - nvme: replace the kthread with a per-device watchdog timer
7276 - NVMe: Fix reset/remove race
7277 - nvme: Avoid reset work on watchdog timer function during error recovery
7278 - NVMe: Always use MSI/MSI-x interrupts
7279 * [LTC-Test] - NMI watchdog Bug and call traces when trinity is executed.
7280 (LP: #1602524)
7281 - ext4: factor out determining of hole size
7282 - ext4: return hole from ext4_map_blocks()
7283 - ext4: more efficient SEEK_DATA implementation
7284 * changelog: add CVEs as first class citizens (LP: #1604344)
7285 - avoid duplicate CVE numbers in changelog
7286 * [LTCTest][Opal][OP820] Machine crashed with Oops: Kernel access of bad area,
7287 sig: 11 [#1] while executing Froze PE Error injection (LP: #1603449)
7288 - powerpc/eeh: Fix invalid cached PE primary bus
7289 * Hotplug remove and re-add adds PCI adapter to next PCI domain (PCI)
7290 (LP: #1603574)
7291 - powerpc/pci: Assign fixed PHB number based on device-tree properties
7292 * nvme - reset_controller is not working after adapter's firmware upgrade
7293 (adapter quirk is needed) (LP: #1602726)
7294 - NVMe: Create discard zero quirk white list
7295 - nvme/quirk: Add a delay before checking for adapter readiness
7296 * ovs nat: conntrack netlink event are missing (LP: #1603468)
7297 - openvswitch: fix conntrack netlink event delivery
7298 * FlashGT - In Tuleta 8284-22A with card in card slot P1-C9, system Fails to
7299 boot operating system (LP: #1602785)
7300 - cxl: Ignore CAPI adapters misplaced in switched slots
7301 * CVE-2016-5728
7302 - misc: mic: Fix for double fetch security bug in VOP driver
7303 * CVE-2016-5244 (LP: #1589041)
7304 - rds: fix an infoleak in rds_inc_info_copy
7305 * Miscellaneous Ubuntu changes
7306 - Added Snapcraft files
7307 - SAUCE: snapcraft: cleanup and remove unnecessary elements
7308
7309 [ Ubuntu: 4.4.0-34.53 ]
7310
7311 * [APL][SAUCE] Slow system response time due to a monitor bug (LP: #1606147)
7312 - x86/cpu/intel: Introduce macros for Intel family numbers
7313 - SAUCE: x86/cpu: Add workaround for MONITOR instruction erratum on Goldmont
7314 based CPUs
7315
7316 -- Stefan Bader <stefan.bader@canonical.com> Wed, 10 Aug 2016 16:55:01 +0200
7317
7318 linux-snapdragon (4.4.0-1022.25) xenial; urgency=low
7319
7320 [ Seth Forshee ]
7321
7322 * Release Tracking Bug
7323 - LP: #1605716
7324
7325 [ Ubuntu: 4.4.0-33.52 ]
7326
7327 * Release Tracking Bug
7328 - LP: #1605709
7329 * [regression] NFS client: access problems after updating to kernel
7330 4.4.0-31-generic (LP: #1603719)
7331 - SAUCE: (namespace) Bypass sget() capability check for nfs
7332
7333 -- Seth Forshee <seth.forshee@canonical.com> Fri, 22 Jul 2016 16:52:25 -0500
7334
7335 linux-snapdragon (4.4.0-1021.24) xenial; urgency=low
7336
7337 [ Seth Forshee ]
7338
7339 * Release Tracking Bug
7340 - LP: #1604458
7341
7342 * Drop superseded namespace mount patches (LP: #1604830)
7343 - UBUNTU: SAUCE: fs: Ensure the mounter of a filesystem is privileged towards its inodes
7344 - UBUNTU: SAUCE: quota: Treat superblock owner as privilged
7345 - UBUNTU: SAUCE: kernfs: Always set super block owner to init_user_ns
7346 - UBUNTU: SAUCE: proc: Always set super block owner to init_user_ns
7347
7348 * UBUNTU: [Config] updateconfigs after 4.4.0-32.51 rebase (LP: #1603483)
7349
7350 [ Kamal Mostafa ]
7351
7352 * [Debian] embed derivative target name in release tag (LP: #1599924)
7353
7354 [ Ubuntu: 4.4.0-32.51 ]
7355
7356 * Release Tracking Bug
7357 - LP: #1604443
7358 * thinkpad yoga 260 wacom touchscreen not working (LP: #1603975)
7359 - HID: wacom: break out parsing of device and registering of input
7360 - HID: wacom: Initialize hid_data.inputmode to -1
7361 - HID: wacom: Support switching from vendor-defined device mode on G9 and G11
7362 * changelog: add CVEs as first class citizens (LP: #1604344)
7363 - use CVE numbers in changelog
7364 * [Xenial] Include Huawei PCIe SSD hio kernel driver (LP: #1603483)
7365 - SAUCE: import Huawei ES3000_V2 (2.1.0.23)
7366 - SAUCE: hio: bio_endio() no longer takes errors arg
7367 - SAUCE: hio: blk_queue make_request_fn now returns a blk_qc_t
7368 - SAUCE: hio: use alloc_cpumask_var to avoid -Wframe-larger-than
7369 - SAUCE: hio: fix mask maybe-uninitialized warning
7370 - [config] enable CONFIG_HIO (Huawei ES3000_V2 PCIe SSD driver)
7371 - SAUCE: hio: Makefile and Kconfig
7372 * CVE-2016-5243 (LP: #1589036)
7373 - tipc: fix an infoleak in tipc_nl_compat_link_dump
7374 - tipc: fix nl compat regression for link statistics
7375 * CVE-2016-4470
7376 - KEYS: potential uninitialized variable
7377 * integer overflow in xt_alloc_table_info (LP: #1555353)
7378 - netfilter: x_tables: check for size overflow
7379 * CVE-2016-3135:
7380 - Revert "UBUNTU: SAUCE: (noup) netfilter: x_tables: check for size overflow"
7381 * CVE-2016-4440 (LP: #1584192)
7382 - kvm:vmx: more complete state update on APICv on/off
7383 * the system hangs in the dma driver when reboot or shutdown on a baytrail-m
7384 laptop (LP: #1602579)
7385 - dmaengine: dw: platform: power on device on shutdown
7386 - ACPI / LPSS: override power state for LPSS DMA device
7387 * Add proper palm detection support for MS Precision Touchpad (LP: #1593124)
7388 - Revert "HID: multitouch: enable palm rejection if device implements
7389 confidence usage"
7390 - HID: multitouch: enable palm rejection for Windows Precision Touchpad
7391 * Add support for Intel 8265 Bluetooth ([8087:0A2B]) (LP: #1599068)
7392 - Bluetooth: Add support for Intel Bluetooth device 8265 [8087:0a2b]
7393 * CVE-2016-4794 (LP: #1581871)
7394 - percpu: fix synchronization between chunk->map_extend_work and chunk
7395 destruction
7396 - percpu: fix synchronization between synchronous map extension and chunk
7397 destruction
7398 * Xenial update to v4.4.15 stable release (LP: #1601952)
7399 - net_sched: fix pfifo_head_drop behavior vs backlog
7400 - net: Don't forget pr_fmt on net_dbg_ratelimited for CONFIG_DYNAMIC_DEBUG
7401 - sit: correct IP protocol used in ipip6_err
7402 - esp: Fix ESN generation under UDP encapsulation
7403 - netem: fix a use after free
7404 - ipmr/ip6mr: Initialize the last assert time of mfc entries.
7405 - Bridge: Fix ipv6 mc snooping if bridge has no ipv6 address
7406 - sock_diag: do not broadcast raw socket destruction
7407 - bpf, perf: delay release of BPF prog after grace period
7408 - neigh: Explicitly declare RCU-bh read side critical section in neigh_xmit()
7409 - net: macb: fix default configuration for GMAC on AT91
7410 - net: alx: Work around the DMA RX overflow issue
7411 - bpf: try harder on clones when writing into skb
7412 - AX.25: Close socket connection on session completion
7413 - crypto: ux500 - memmove the right size
7414 - crypto: user - re-add size check for CRYPTO_MSG_GETALG
7415 - USB: uas: Fix slave queue_depth not being set
7416 - usb: quirks: Fix sorting
7417 - usb: quirks: Add no-lpm quirk for Acer C120 LED Projector
7418 - usb: musb: only restore devctl when session was set in backup
7419 - usb: musb: Stop bulk endpoint while queue is rotated
7420 - usb: musb: Ensure rx reinit occurs for shared_fifo endpoints
7421 - usb: musb: host: correct cppi dma channel for isoch transfer
7422 - usb: xhci-plat: properly handle probe deferral for devm_clk_get()
7423 - USB: xhci: Add broken streams quirk for Frescologic device id 1009
7424 - xhci: Fix handling timeouted commands on hosts in weird states.
7425 - USB: mos7720: delete parport
7426 - usb: gadget: fix spinlock dead lock in gadgetfs
7427 - usb: host: ehci-tegra: Grab the correct UTMI pads reset
7428 - usb: dwc3: exynos: Fix deferred probing storm.
7429 - Linux 4.4.15
7430 * qeth: delete napi struct when removing a qeth device (LP: #1601831)
7431 - qeth: delete napi struct when removing a qeth device
7432 * Adjust KBL PCI-ID's (LP: #1600124)
7433 - drm/i915: Add more Kabylake PCI IDs.
7434 - drm/i915: Removing PCI IDs that are no longer listed as Kabylake.
7435 * [i915_bpo] Rebase driver to v4.7-rc6 + gen9 workarounds + KBP PCH support
7436 (LP: #1599109)
7437 - drm/kms_helper: Add a common place to call init and exit functions.
7438 - drm: Add helper for DP++ adaptors
7439 - GPU-DRM: Delete unnecessary checks before drm_property_unreference_blob()
7440 - drm: introduce pipe color correction properties
7441 - drm: fix blob pointer check
7442 - drm: atomic helper: do not unreference error pointer
7443 - drm: fix lut value extraction function
7444 - drm/dsi: Add a helper to get bits per pixel of MIPI DSI pixel format
7445 - SAUCE: drm: Introduce drm_malloc_gfp()
7446 - SAUCE: i915_bpo: Rebase to v4.7-rc6
7447 - SAUCE: i915_bpo: Add backported workarounds for gen9
7448 - SAUCE: i915_bpo: Revert "drm/i915: Get panel_type from OpRegion panel
7449 details"
7450 - SAUCE: i915_bpo: Introduce Kabypoint PCH for Kabylake H/DT.
7451 * Baytrail-I got black screen with HDMI output (LP: #1599379)
7452 - drm/i915: Only ignore eDP ports that are connected
7453 - drm/i915: Check VBT for port presence in addition to the strap on VLV/CHV
7454 * [Hyper-V] storvsc messages for CD-ROM medium not present tray closed
7455 (LP: #1590655)
7456 - SAUCE: (no-up) scsi: storvsc: Filter out storvsc messages CD-ROM medium not
7457 present
7458 * Hotplug device addition issue - missing patches on Xenial kernel
7459 (LP: #1599250)
7460 - Revert "UBUNTU: SAUCE: powerpc/eeh: Validate arch in eeh_add_device_early()"
7461 - Revert "powerpc/eeh: Fix crash in eeh_add_device_early() on Cell"
7462 - powerpc/iommu: Remove the dependency on EEH struct in DDW mechanism
7463 - powerpc/pseries: Fix PCI config address for DDW
7464 * kernel: signal return with invalid floating-point control (LP: #1597971)
7465 - s390: fix test_fp_ctl inline assembly contraints
7466 * [Toshiba P50W-B00F] Touchscreen no longer working (LP: #1498667)
7467 - SAUCE: (no-up) usb: quirks: Add no-lpm quirk for Elan Microelectronics
7468 Touchpad
7469 * [yakkety] d-i does not support (ehci_msm) Qualcomm On-Chip EHCI Host
7470 Controller (LP: #1599347)
7471 - d-i: Add ehci_msm to usb-modules
7472 * [Bug] Legacy audio couldn't work after S3 resume on Kabylake (LP: #1596871)
7473 - ALSA: hda - Skip ELD notification during PM process
7474 - ALSA: hda - hdmi add wmb barrier for audio component
7475 - ALSA: hda - hdmi defer to register acomp eld notifier
7476 * sync spl 0.6.5.6-0ubuntu4 changes into Xenial kernel source (LP: #1599257)
7477 - SAUCE: (noup) Update spl to 0.6.5.6-0ubuntu4
7478 * Config: missing AMD Seattle platform support (LP: #1597574)
7479 - [Config] Enable the AMD Seattle platform
7480 * Network installer fails to detect network on AMD Overdrive (ARM64)
7481 (LP: #1597573)
7482 - [Config] Add amd-xgbe to nic-modules udeb
7483 * exercising ptys causes a kernel oops (LP: #1586418)
7484 - devpts: fix null pointer dereference on failed memory allocation
7485 * Regression (constant vibration of device) in xpad driver in Ubuntu 16.04
7486 (LP: #1574102)
7487 - Input: xpad - move pending clear to the correct location
7488 * thunderx nics fail to establish link (LP: #1597867)
7489 - net: thunderx: Fix link status reporting
7490 * Xenial update to v4.4.14 stable release (LP: #1596575)
7491 - scsi_lib: correctly retry failed zero length REQ_TYPE_FS commands
7492 - scsi: Add QEMU CD-ROM to VPD Inquiry Blacklist
7493 - netlink: Fix dump skb leak/double free
7494 - tipc: fix nametable publication field in nl compat
7495 - switchdev: pass pointer to fib_info instead of copy
7496 - tuntap: correctly wake up process during uninit
7497 - udp: prevent skbs lingering in tunnel socket queues
7498 - uapi glibc compat: fix compilation when !__USE_MISC in glibc
7499 - sfc: on MC reset, clear PIO buffer linkage in TXQs
7500 - team: don't call netdev_change_features under team->lock
7501 - vxlan: Accept user specified MTU value when create new vxlan link
7502 - tcp: record TLP and ER timer stats in v6 stats
7503 - bridge: Don't insert unnecessary local fdb entry on changing mac address
7504 - l2tp: fix configuration passed to setup_udp_tunnel_sock()
7505 - ipv6: Skip XFRM lookup if dst_entry in socket cache is valid
7506 - vxlan: Relax MTU constraints
7507 - geneve: Relax MTU constraints
7508 - vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devices
7509 - KVM: x86: fix OOPS after invalid KVM_SET_DEBUGREGS
7510 - KVM: irqfd: fix NULL pointer dereference in kvm_irq_map_gsi
7511 - ALSA: hda - Add PCI ID for Kabylake
7512 - ALSA: hda - Fix headset mic detection problem for Dell machine
7513 - ALSA: hda/realtek - ALC256 speaker noise issue
7514 - ALSA: hda/realtek - Add support for new codecs ALC700/ALC701/ALC703
7515 - ALSA: hda/realtek: Add T560 docking unit fixup
7516 - ARM: fix PTRACE_SETVFPREGS on SMP systems
7517 - gpio: bcm-kona: fix bcm_kona_gpio_reset() warnings
7518 - s390/bpf: fix recache skb->data/hlen for skb_vlan_push/pop
7519 - s390/bpf: reduce maximum program size to 64 KB
7520 - irqchip/gic-v3: Fix ICC_SGI1R_EL1.INTID decoding mask
7521 - crypto: public_key: select CRYPTO_AKCIPHER
7522 - crypto: ccp - Fix AES XTS error for request sizes above 4096
7523 - arm64: Provide "model name" in /proc/cpuinfo for PER_LINUX32 tasks
7524 - arm64: mm: always take dirty state from new pte in ptep_set_access_flags
7525 - powerpc/pseries/eeh: Handle RTAS delay requests in configure_bridge
7526 - powerpc: Fix definition of SIAR and SDAR registers
7527 - powerpc: Use privileged SPR number for MMCR2
7528 - powerpc/pseries: Add POWER8NVL support to ibm,client-architecture-support
7529 call
7530 - pinctrl: mediatek: fix dual-edge code defect
7531 - parisc: Fix pagefault crash in unaligned __get_user() call
7532 - memcg: add RCU locking around css_for_each_descendant_pre() in
7533 memcg_offline_kmem()
7534 - wext: Fix 32 bit iwpriv compatibility issue with 64 bit Kernel
7535 - x86/entry/traps: Don't force in_interrupt() to return true in IST handlers
7536 - fix d_walk()/non-delayed __d_free() race
7537 - sparc: Fix system call tracing register handling.
7538 - sparc64: Fix bootup regressions on some Kconfig combinations.
7539 - sparc64: Fix numa node distance initialization
7540 - sparc64: Fix sparc64_set_context stack handling.
7541 - sparc/PCI: Fix for panic while enabling SR-IOV
7542 - sparc64: Reduce TLB flushes during hugepte changes
7543 - sparc64: Take ctx_alloc_lock properly in hugetlb_setup().
7544 - sparc: Harden signal return frame checks.
7545 - sparc64: Fix return from trap window fill crashes.
7546 - MIPS: Fix 64k page support for 32 bit kernels.
7547 - crypto: qat - fix adf_ctl_drv.c:undefined reference to adf_init_pf_wq
7548 - drm/core: Do not preserve framebuffer on rmfb, v4.
7549 - Linux 4.4.14
7550 * [Hyper-V] Rebase Hyper-V to 4.6 kernel (LP: #1583357)
7551 - hv_netvsc: rework link status change handling
7552 - hv_netvsc: Resize some of the variables in hv_netvsc_packet
7553 - hv_netvsc: Rearrange the hv_negtvsc_packet to be space efficient
7554 - hv_netvsc: Eliminate the channel field in hv_netvsc_packet structure
7555 - hv_netvsc: Eliminate rndis_msg pointer from hv_netvsc_packet structure
7556 - hv_netvsc: Eliminatte the data field from struct hv_netvsc_packet
7557 - hv_netvsc: Eliminate send_completion from struct hv_netvsc_packet
7558 - hv_netvsc: Eliminate send_completion_ctx from struct hv_netvsc_packet
7559 - hv_netvsc: Don't ask for additional head room in the skb
7560 - hv_netvsc: move subchannel existence check to netvsc_select_queue()
7561 - hv_netvsc: remove locking in netvsc_send()
7562 - hv_netvsc: Eliminate page_buf from struct hv_netvsc_packet
7563 - hv_netvsc: Eliminate send_completion_tid from struct hv_netvsc_packet
7564 - hv_netvsc: Eliminate is_data_pkt from struct hv_netvsc_packet
7565 - hv_netvsc: Eliminate completion_func from struct hv_netvsc_packet
7566 - hv_netvsc: Eliminate xmit_more from struct hv_netvsc_packet
7567 - hv_netvsc: Eliminate status from struct hv_netvsc_packet
7568 - hv_netvsc: Eliminate vlan_tci from struct hv_netvsc_packet
7569 - storvsc: add logging for error/warning messages
7570 - hv_netvsc: Fix race condition on Multi-Send Data field
7571 - kvm/x86: split ioapic-handled and EOI exit bitmaps
7572 - kvm/x86: per-vcpu apicv deactivation support
7573 - kvm/x86: Hyper-V synthetic interrupt controller
7574 - kvm/x86: Hyper-V kvm exit
7575 - kvm/x86: Rearrange func's declarations inside Hyper-V header
7576 - kvm/x86: Added Hyper-V vcpu_to_hv_vcpu()/hv_vcpu_to_vcpu() helpers
7577 - kvm/x86: Hyper-V internal helper to read MSR HV_X64_MSR_TIME_REF_COUNT
7578 - kvm/x86: Hyper-V SynIC message slot pending clearing at SINT ack
7579 - kvm/x86: Hyper-V SynIC timers
7580 - storvsc: Fix a bug in the layout of the hv_fc_wwn_packet
7581 - storvsc: Properly support Fibre Channel devices
7582 - storvsc: Refactor the code in storvsc_channel_init()
7583 - storvsc: Tighten up the interrupt path
7584 - storvsc: Fix typo in MODULE_PARM_DESC
7585 - Revert "hv_netvsc: use skb_get_hash() instead of a homegrown implementation"
7586 - hv_netvsc: use skb_get_hash() instead of a homegrown implementation
7587 - hv_netvsc: Fix book keeping of skb during batching process
7588 - storvsc: Install the storvsc specific timeout handler for FC devices
7589 - storvsc: Use the specified target ID in device lookup
7590 - Revert "Drivers: hv: vmbus: Cleanup vmbus_set_event()"
7591 - Drivers: hv: vmbus: Cleanup vmbus_set_event()
7592 - Revert "Drivers: hv: vmbus: Eliminate the spin lock on the read path"
7593 - Drivers: hv: vmbus: Eliminate the spin lock on the read path
7594 - Revert "hv_netvsc: cleanup netdev feature flags for netvsc"
7595 - hv_netvsc: cleanup netdev feature flags for netvsc
7596 - hv_netvsc: Restore needed_headroom request
7597 - kvm/x86: Rename Hyper-V long spin wait hypercall
7598 - hv_netvsc: add software transmit timestamp support
7599 - hv_netvsc: add ethtool support for set and get of settings
7600 - hv_netvsc: Fix accessing freed memory in netvsc_change_mtu()
7601 - hv_netvsc: Fix the array sizes to be max supported channels
7602 - hv_netvsc: Fix the order of num_sc_offered decrement
7603 - x86/hyperv: Avoid reporting bogus NMI status for Gen2 instances
7604 - Drivers: hv: vmbus: Fix signaling logic in hv_need_to_signal_on_read()
7605 - Drivers: hv: kvp: fix IP Failover
7606
7607 [ Ubuntu: 4.4.0-31.50 ]
7608
7609 * Release Tracking Bug
7610 - LP: #1602449
7611 * nouveau: boot hangs at blank screen with unsupported graphics cards
7612 (LP: #1602340)
7613 - SAUCE: drm: check for supported chipset before booting fbdev off the hw
7614
7615 -- Seth Forshee <seth.forshee@canonical.com> Wed, 20 Jul 2016 10:46:39 -0500
7616
7617 linux-snapdragon (4.4.0-1020.23) xenial; urgency=low
7618
7619 [ Kamal Mostafa ]
7620
7621 * Release Tracking Bug
7622 - LP: #1597903
7623
7624 [ Ubuntu: 4.4.0-30.49 ]
7625
7626 * FCP devices are not detected correctly nor deterministically (LP: #1567602)
7627 - scsi_dh_alua: Disable ALUA handling for non-disk devices
7628 - scsi_dh_alua: Use vpd_pg83 information
7629 - scsi_dh_alua: improved logging
7630 - scsi_dh_alua: sanitze sense code handling
7631 - scsi_dh_alua: use standard logging functions
7632 - scsi_dh_alua: return standard SCSI return codes in submit_rtpg
7633 - scsi_dh_alua: fixup description of stpg_endio()
7634 - scsi_dh_alua: use flag for RTPG extended header
7635 - scsi_dh_alua: use unaligned access macros
7636 - scsi_dh_alua: rework alua_check_tpgs() to return the tpgs mode
7637 - scsi_dh_alua: simplify sense code handling
7638 - scsi: Add scsi_vpd_lun_id()
7639 - scsi: Add scsi_vpd_tpg_id()
7640 - scsi_dh_alua: use scsi_vpd_tpg_id()
7641 - scsi_dh_alua: Remove stale variables
7642 - scsi_dh_alua: Pass buffer as function argument
7643 - scsi_dh_alua: separate out alua_stpg()
7644 - scsi_dh_alua: Make stpg synchronous
7645 - scsi_dh_alua: call alua_rtpg() if stpg fails
7646 - scsi_dh_alua: switch to scsi_execute_req_flags()
7647 - scsi_dh_alua: allocate RTPG buffer separately
7648 - scsi_dh_alua: Use separate alua_port_group structure
7649 - scsi_dh_alua: use unique device id
7650 - scsi_dh_alua: simplify alua_initialize()
7651 - revert commit a8e5a2d593cb ("[SCSI] scsi_dh_alua: ALUA handler attach should
7652 succeed while TPG is transitioning")
7653 - scsi_dh_alua: move optimize_stpg evaluation
7654 - scsi_dh_alua: remove 'rel_port' from alua_dh_data structure
7655 - scsi_dh_alua: Use workqueue for RTPG
7656 - scsi_dh_alua: Allow workqueue to run synchronously
7657 - scsi_dh_alua: Add new blacklist flag 'BLIST_SYNC_ALUA'
7658 - scsi_dh_alua: Recheck state on unit attention
7659 - scsi_dh_alua: update all port states
7660 - scsi_dh_alua: Send TEST UNIT READY to poll for transitioning
7661 - scsi_dh_alua: do not fail for unknown VPD identification
7662
7663 [ Ubuntu: 4.4.0-29.48 ]
7664
7665 * Wireless hotkey fails on Dell XPS 15 9550 (LP: #1589886)
7666 - intel-hid: new hid event driver for hotkeys
7667 - intel-hid: fix incorrect entries in intel_hid_keymap
7668 - intel-hid: allocate correct amount of memory for private struct
7669 - intel-hid: add a workaround to ignore an event after waking up from S4.
7670 - [Config] CONFIG_INTEL_HID_EVENT=m
7671 * cgroupfs mounts can hang (LP: #1588056)
7672 - Revert "UBUNTU: SAUCE: (namespace) mqueue: Super blocks must be owned by the
7673 user ns which owns the ipc ns"
7674 - Revert "UBUNTU: SAUCE: kernfs: Do not match superblock in another user
7675 namespace when mounting"
7676 - Revert "UBUNTU: SAUCE: cgroup: Use a new super block when mounting in a
7677 cgroup namespace"
7678 - (namespace) bpf: Use mount_nodev not mount_ns to mount the bpf filesystem
7679 - (namespace) bpf, inode: disallow userns mounts
7680 - (namespace) ipc: Initialize ipc_namespace->user_ns early.
7681 - (namespace) vfs: Pass data, ns, and ns->userns to mount_ns
7682 - SAUCE: (namespace) Sync with upstream s_user_ns patches
7683 - (namespace) kernfs: The cgroup filesystem also benefits from SB_I_NOEXEC
7684 - (namespace) ipc/mqueue: The mqueue filesystem should never contain
7685 executables
7686 * KVM system crashes after starting guest (LP: #1596635)
7687 - xhci: Cleanup only when releasing primary hcd
7688 * Upstream patch "crypto: vmx - IV size failing on skcipher API" for Ubuntu
7689 16.04 (LP: #1596557)
7690 - crypto: vmx - IV size failing on skcipher API
7691 * [Bug]tpm initialization fails on x86 (LP: #1596469)
7692 - tpm_crb: drop struct resource res from struct crb_priv
7693 - tpm_crb: fix mapping of the buffers
7694 * Device shutdown notification for CAPI Flash cards (LP: #1592114)
7695 - cxlflash: Fix regression issue with re-ordering patch
7696 - cxlflash: Fix to drain operations from previous reset
7697 - cxlflash: Add device dependent flags
7698 - cxlflash: Shutdown notify support for CXL Flash cards
7699 * scsi-modules udeb should include pm80xx (LP: #1595628)
7700 - [Config] Add pm80xx scsi driver to d-i
7701 * Sync up latest relevant upstream bug fixes (LP: #1594871)
7702 - SAUCE: (noup) Update zfs to 0.6.5.6-0ubuntu10
7703 * Cannot compile module tda10071 (LP: #1592531)
7704 - [media] tda10071: Fix dependency to REGMAP_I2C
7705 * lsvpd doesn't show correct location code for devices attached to a CAPI card
7706 (LP: #1594847)
7707 - cxl: Make vPHB device node match adapter's
7708 * enable CRC32 and AES ARM64 by default or as module (LP: #1594455)
7709 - [Config] Enable arm64 AES and CRC32 crypto
7710 * VMX kernel crypto module exhibits poor performance in Ubuntu 16.04
7711 (LP: #1592481)
7712 - crypto: vmx - comply with ABIs that specify vrsave as reserved.
7713 - crypto: vmx - Fix ABI detection
7714 - crypto: vmx - Increase priority of aes-cbc cipher
7715 * build squashfs into xenial kernels by default (LP: #1593134)
7716 - [Config] CONFIG_SQUASHFS=y
7717 * Restore irqfd fast path for PPC (LP: #1592809)
7718 - KVM: PPC: Book3S HV: Re-enable XICS fast path for irqfd-generated interrupts
7719 * Unable to start guests with memballoon default. (LP: #1592042)
7720 - virtio_balloon: fix PFN format for virtio-1
7721 * Key 5 automatically pressed on some Logitech wireless keyboards
7722 (LP: #1579190)
7723 - HID: core: prevent out-of-bound readings
7724 * ZFS: Running ztest repeatedly for long periods of time eventually results in
7725 "zdb: can't open 'ztest': No such file or directory" (LP: #1587686)
7726 - Fix ztest truncated cache file
7727 * STC840.20:Alpine:alp7fp1:Ubuntu 16.04, BlueFin (SAN) EEH 6 times during boot
7728 then disabled SRC BA188002:b0314a_1612.840 (LP: #1587316)
7729 - lpfc: Fix DMA faults observed upon plugging loopback connector
7730
7731 -- Kamal Mostafa <kamal@canonical.com> Thu, 30 Jun 2016 14:22:47 -0700
7732
7733 linux-snapdragon (4.4.0-1019.22) xenial; urgency=low
7734
7735 [ Kamal Mostafa ]
7736
7737 * Release Tracking Bug
7738 - LP: #1595882
7739
7740 [ Ubuntu: 4.4.0-28.47 ]
7741
7742 * Linux netfilter local privilege escalation issues (LP: #1595350)
7743 - netfilter: x_tables: don't move to non-existent next rule
7744 - netfilter: x_tables: validate targets of jumps
7745 - netfilter: x_tables: add and use xt_check_entry_offsets
7746 - netfilter: x_tables: kill check_entry helper
7747 - netfilter: x_tables: assert minimum target size
7748 - netfilter: x_tables: add compat version of xt_check_entry_offsets
7749 - netfilter: x_tables: check standard target size too
7750 - netfilter: x_tables: check for bogus target offset
7751 - netfilter: x_tables: validate all offsets and sizes in a rule
7752 - netfilter: x_tables: don't reject valid target size on some architectures
7753 - netfilter: arp_tables: simplify translate_compat_table args
7754 - netfilter: ip_tables: simplify translate_compat_table args
7755 - netfilter: ip6_tables: simplify translate_compat_table args
7756 - netfilter: x_tables: xt_compat_match_from_user doesn't need a retval
7757 - netfilter: x_tables: do compat validation via translate_table
7758 - netfilter: x_tables: introduce and use xt_copy_counters_from_user
7759 * Linux netfilter IPT_SO_SET_REPLACE memory corruption (LP: #1555338)
7760 - netfilter: x_tables: validate e->target_offset early
7761 - netfilter: x_tables: make sure e->next_offset covers remaining blob size
7762 - netfilter: x_tables: fix unconditional helper
7763
7764 -- Kamal Mostafa <kamal@canonical.com> Fri, 24 Jun 2016 08:22:41 -0700
7765
7766 linux-snapdragon (4.4.0-1018.21) xenial; urgency=low
7767
7768 [ Kamal Mostafa ]
7769
7770 * Release Tracking Bug
7771 - LP: #1594929
7772
7773 [ Ubuntu: 4.4.0-27.46 ]
7774
7775 * Support Edge Gateway's Bluetooth LED (LP: #1512999)
7776 - Revert "UBUNTU: SAUCE: Bluetooth: Support for LED on Marvell modules"
7777
7778 -- Kamal Mostafa <kamal@canonical.com> Tue, 21 Jun 2016 12:35:33 -0700
7779
7780 linux-snapdragon (4.4.0-1017.20) xenial; urgency=low
7781
7782 [ Kamal Mostafa ]
7783
7784 * Release Tracking Bug
7785 - LP: #1594480
7786
7787 [ Ubuntu: 4.4.0-26.45 ]
7788
7789 * linux: Implement secure boot state variables (LP: #1593075)
7790 - SAUCE: UEFI: Add secure boot and MOK SB State disabled sysctl
7791 * failures building userspace packages that include ethtool.h (LP: #1592930)
7792 - ethtool.h: define INT_MAX for userland
7793
7794 -- Kamal Mostafa <kamal@canonical.com> Mon, 20 Jun 2016 11:48:30 -0700
7795
7796 linux-snapdragon (4.4.0-1016.19) xenial; urgency=low
7797
7798 [ Kamal Mostafa ]
7799
7800 * Release Tracking Bug
7801 - LP: #1591462
7802
7803 [ Ubuntu: 4.4.0-25.44 ]
7804
7805 * Xenial update to v4.4.13 stable release (LP: #1590455)
7806 - MIPS64: R6: R2 emulation bugfix
7807 - MIPS: math-emu: Fix jalr emulation when rd == $0
7808 - MIPS: MSA: Fix a link error on `_init_msa_upper' with older GCC
7809 - MIPS: Don't unwind to user mode with EVA
7810 - MIPS: Avoid using unwind_stack() with usermode
7811 - MIPS: Fix siginfo.h to use strict posix types
7812 - MIPS: Fix uapi include in exported asm/siginfo.h
7813 - MIPS: Fix watchpoint restoration
7814 - MIPS: Flush highmem pages in __flush_dcache_page
7815 - MIPS: Handle highmem pages in __update_cache
7816 - MIPS: Sync icache & dcache in set_pte_at
7817 - MIPS: ath79: make bootconsole wait for both THRE and TEMT
7818 - MIPS: Reserve nosave data for hibernation
7819 - MIPS: Loongson-3: Reserve 32MB for RS780E integrated GPU
7820 - MIPS: Use copy_s.fmt rather than copy_u.fmt
7821 - MIPS: Fix MSA ld_*/st_* asm macros to use PTR_ADDU
7822 - MIPS: Prevent "restoration" of MSA context in non-MSA kernels
7823 - MIPS: Disable preemption during prctl(PR_SET_FP_MODE, ...)
7824 - MIPS: ptrace: Fix FP context restoration FCSR regression
7825 - MIPS: ptrace: Prevent writes to read-only FCSR bits
7826 - MIPS: Fix sigreturn via VDSO on microMIPS kernel
7827 - MIPS: Build microMIPS VDSO for microMIPS kernels
7828 - MIPS: lib: Mark intrinsics notrace
7829 - MIPS: VDSO: Build with `-fno-strict-aliasing'
7830 - affs: fix remount failure when there are no options changed
7831 - ASoC: ak4642: Enable cache usage to fix crashes on resume
7832 - Input: uinput - handle compat ioctl for UI_SET_PHYS
7833 - ARM: mvebu: fix GPIO config on the Linksys boards
7834 - ARM: dts: at91: fix typo in sama5d2 PIN_PD24 description
7835 - ARM: dts: exynos: Add interrupt line to MAX8997 PMIC on exynos4210-trats
7836 - ARM: dts: imx35: restore existing used clock enumeration
7837 - ath9k: Add a module parameter to invert LED polarity.
7838 - ath9k: Fix LED polarity for some Mini PCI AR9220 MB92 cards.
7839 - ath10k: fix debugfs pktlog_filter write
7840 - ath10k: fix firmware assert in monitor mode
7841 - ath10k: fix rx_channel during hw reconfigure
7842 - ath10k: fix kernel panic, move arvifs list head init before htt init
7843 - ath5k: Change led pin configuration for compaq c700 laptop
7844 - hwrng: exynos - Fix unbalanced PM runtime put on timeout error path
7845 - rtlwifi: rtl8723be: Add antenna select module parameter
7846 - rtlwifi: btcoexist: Implement antenna selection
7847 - rtlwifi: Fix logic error in enter/exit power-save mode
7848 - rtlwifi: pci: use dev_kfree_skb_irq instead of kfree_skb in
7849 rtl_pci_reset_trx_ring
7850 - aacraid: Relinquish CPU during timeout wait
7851 - aacraid: Fix for aac_command_thread hang
7852 - aacraid: Fix for KDUMP driver hang
7853 - hwmon: (ads7828) Enable internal reference
7854 - mfd: intel-lpss: Save register context on suspend
7855 - mfd: intel_soc_pmic_core: Terminate panel control GPIO lookup table
7856 correctly
7857 - PM / Runtime: Fix error path in pm_runtime_force_resume()
7858 - cpuidle: Indicate when a device has been unregistered
7859 - cpuidle: Fix cpuidle_state_is_coupled() argument in cpuidle_enter()
7860 - clk: bcm2835: Fix PLL poweron
7861 - clk: at91: fix check of clk_register() returned value
7862 - clk: bcm2835: pll_off should only update CM_PLL_ANARST
7863 - clk: bcm2835: divider value has to be 1 or more
7864 - pinctrl: exynos5440: Use off-stack memory for pinctrl_gpio_range
7865 - PCI: Disable all BAR sizing for devices with non-compliant BARs
7866 - media: v4l2-compat-ioctl32: fix missing reserved field copy in
7867 put_v4l2_create32
7868 - mm: use phys_addr_t for reserve_bootmem_region() arguments
7869 - wait/ptrace: assume __WALL if the child is traced
7870 - QE-UART: add "fsl,t1040-ucc-uart" to of_device_id
7871 - powerpc/book3s64: Fix branching to OOL handlers in relocatable kernel
7872 - powerpc/eeh: Don't report error in eeh_pe_reset_and_recover()
7873 - powerpc/eeh: Restore initial state in eeh_pe_reset_and_recover()
7874 - xen/events: Don't move disabled irqs
7875 - xen: use same main loop for counting and remapping pages
7876 - sunrpc: fix stripping of padded MIC tokens
7877 - drm/gma500: Fix possible out of bounds read
7878 - drm/vmwgfx: Enable SVGA_3D_CMD_DX_SET_PREDICATION
7879 - drm/vmwgfx: use vmw_cmd_dx_cid_check for query commands.
7880 - drm/vmwgfx: Fix order of operation
7881 - drm/amdgpu: use drm_mode_vrefresh() rather than mode->vrefresh
7882 - drm/amdgpu: Fix hdmi deep color support.
7883 - drm/i915/fbdev: Fix num_connector references in intel_fb_initial_config()
7884 - drm/fb_helper: Fix references to dev->mode_config.num_connector
7885 - drm/atomic: Verify connector->funcs != NULL when clearing states
7886 - drm/i915: Don't leave old junk in ilk active watermarks on readout
7887 - drm/imx: Match imx-ipuv3-crtc components using device node in platform data
7888 - ext4: fix hang when processing corrupted orphaned inode list
7889 - ext4: clean up error handling when orphan list is corrupted
7890 - ext4: fix oops on corrupted filesystem
7891 - ext4: address UBSAN warning in mb_find_order_for_block()
7892 - ext4: silence UBSAN in ext4_mb_init()
7893 - PM / sleep: Handle failures in device_suspend_late() consistently
7894 - dma-debug: avoid spinlock recursion when disabling dma-debug
7895 - scripts/package/Makefile: rpmbuild add support of RPMOPTS
7896 - gcov: disable tree-loop-im to reduce stack usage
7897 - xfs: disallow rw remount on fs with unknown ro-compat features
7898 - xfs: Don't wrap growfs AGFL indexes
7899 - xfs: xfs_iflush_cluster fails to abort on error
7900 - xfs: fix inode validity check in xfs_iflush_cluster
7901 - xfs: skip stale inodes in xfs_iflush_cluster
7902 - xfs: print name of verifier if it fails
7903 - xfs: handle dquot buffer readahead in log recovery correctly
7904 - Linux 4.4.13
7905 * 168c:001c [HP Compaq Presario C700 Notebook PC] Wireless led button doesn't
7906 switch colors (LP: #972604)
7907 - ath5k: Change led pin configuration for compaq c700 laptop
7908 * Extended statistics from balloon for proper memory management (LP: #1587091)
7909 - mm/page_alloc.c: calculate 'available' memory in a separate function
7910 - virtio_balloon: export 'available' memory to balloon statistics
7911 * CAPI: CGZIP AFU contexts do not receive interrupts after heavy afu
7912 open/close (LP: #1588468)
7913 - misc: cxl: use kobj_to_dev()
7914 - cxl: Move common code away from bare-metal-specific files
7915 - cxl: Move bare-metal specific code to specialized files
7916 - cxl: Define process problem state area at attach time only
7917 - cxl: Introduce implementation-specific API
7918 - cxl: Rename some bare-metal specific functions
7919 - cxl: Isolate a few bare-metal-specific calls
7920 - cxl: Update cxl_irq() prototype
7921 - cxl: IRQ allocation for guests
7922 - powerpc: New possible return value from hcall
7923 - cxl: New hcalls to support cxl adapters
7924 - cxl: Separate bare-metal fields in adapter and AFU data structures
7925 - cxlflash: Simplify PCI registration
7926 - cxlflash: Unmap problem state area before detaching master context
7927 - cxlflash: Split out context initialization
7928 - cxlflash: Simplify attach path error cleanup
7929 - cxlflash: Reorder user context initialization
7930 - cxl: Add guest-specific code
7931 - cxl: sysfs support for guests
7932 - cxl: Support to flash a new image on the adapter from a guest
7933 - cxl: Parse device tree and create cxl device(s) at boot
7934 - cxl: Support the cxl kernel API from a guest
7935 - cxl: Adapter failure handling
7936 - cxl: Add tracepoints around the cxl hcall
7937 - cxlflash: Use new cxl_pci_read_adapter_vpd() API
7938 - cxl: Remove cxl_get_phys_dev() kernel API
7939 - cxl: Ignore probes for virtual afu pci devices
7940 - cxl: Poll for outstanding IRQs when detaching a context
7941 * NVMe max_segments queue parameter gets set to 1 (LP: #1588449)
7942 - nvme: set queue limits for the admin queue
7943 - nvme: fix max_segments integer truncation
7944 - block: fix blk_rq_get_max_sectors for driver private requests
7945 * workaround cavium thunderx silicon erratum 23144 (LP: #1589704)
7946 - irqchip/gicv3-its: numa: Enable workaround for Cavium thunderx erratum 23144
7947 * Xenial update to v4.4.12 stable release (LP: #1588945)
7948 - Btrfs: don't use src fd for printk
7949 - perf/x86/intel/pt: Generate PMI in the STOP region as well
7950 - perf/core: Fix perf_event_open() vs. execve() race
7951 - perf test: Fix build of BPF and LLVM on older glibc libraries
7952 - ext4: iterate over buffer heads correctly in move_extent_per_page()
7953 - arm64: Fix typo in the pmdp_huge_get_and_clear() definition
7954 - arm64: Ensure pmd_present() returns false after pmd_mknotpresent()
7955 - arm64: Implement ptep_set_access_flags() for hardware AF/DBM
7956 - arm64: Implement pmdp_set_access_flags() for hardware AF/DBM
7957 - arm64: cpuinfo: Missing NULL terminator in compat_hwcap_str
7958 - arm/arm64: KVM: Enforce Break-Before-Make on Stage-2 page tables
7959 - kvm: arm64: Fix EC field in inject_abt64
7960 - remove directory incorrectly tries to set delete on close on non-empty
7961 directories
7962 - fs/cifs: correctly to anonymous authentication via NTLMSSP
7963 - fs/cifs: correctly to anonymous authentication for the LANMAN authentication
7964 - fs/cifs: correctly to anonymous authentication for the NTLM(v1)
7965 authentication
7966 - fs/cifs: correctly to anonymous authentication for the NTLM(v2)
7967 authentication
7968 - asix: Fix offset calculation in asix_rx_fixup() causing slow transmissions
7969 - ring-buffer: Use long for nr_pages to avoid overflow failures
7970 - ring-buffer: Prevent overflow of size in ring_buffer_resize()
7971 - crypto: caam - fix caam_jr_alloc() ret code
7972 - crypto: talitos - fix ahash algorithms registration
7973 - crypto: sun4i-ss - Replace spinlock_bh by spin_lock_irq{save|restore}
7974 - clk: qcom: msm8916: Fix crypto clock flags
7975 - sched/loadavg: Fix loadavg artifacts on fully idle and on fully loaded
7976 systems
7977 - mfd: omap-usb-tll: Fix scheduling while atomic BUG
7978 - Input: pwm-beeper - fix - scheduling while atomic
7979 - irqchip/gic: Ensure ordering between read of INTACK and shared data
7980 - irqchip/gic-v3: Configure all interrupts as non-secure Group-1
7981 - can: fix handling of unmodifiable configuration options
7982 - mmc: mmc: Fix partition switch timeout for some eMMCs
7983 - mmc: sdhci-acpi: Remove MMC_CAP_BUS_WIDTH_TEST for Intel controllers
7984 - ACPI / osi: Fix an issue that acpi_osi=!* cannot disable ACPICA internal
7985 strings
7986 - dell-rbtn: Ignore ACPI notifications if device is suspended
7987 - mmc: longer timeout for long read time quirk
7988 - mmc: sdhci-pci: Remove MMC_CAP_BUS_WIDTH_TEST for Intel controllers
7989 - Bluetooth: vhci: fix open_timeout vs. hdev race
7990 - Bluetooth: vhci: purge unhandled skbs
7991 - Bluetooth: vhci: Fix race at creating hci device
7992 - mei: fix NULL dereferencing during FW initiated disconnection
7993 - mei: amthif: discard not read messages
7994 - mei: bus: call mei_cl_read_start under device lock
7995 - USB: serial: mxuport: fix use-after-free in probe error path
7996 - USB: serial: keyspan: fix use-after-free in probe error path
7997 - USB: serial: quatech2: fix use-after-free in probe error path
7998 - USB: serial: io_edgeport: fix memory leaks in attach error path
7999 - USB: serial: io_edgeport: fix memory leaks in probe error path
8000 - USB: serial: option: add support for Cinterion PH8 and AHxx
8001 - USB: serial: option: add more ZTE device ids
8002 - USB: serial: option: add even more ZTE device ids
8003 - usb: gadget: f_fs: Fix EFAULT generation for async read operations
8004 - usb: f_mass_storage: test whether thread is running before starting another
8005 - usb: misc: usbtest: fix pattern tests for scatterlists.
8006 - usb: gadget: udc: core: Fix argument of dev_err() in
8007 usb_gadget_map_request()
8008 - staging: comedi: das1800: fix possible NULL dereference
8009 - KVM: x86: fix ordering of cr0 initialization code in vmx_cpu_reset
8010 - MIPS: KVM: Fix timer IRQ race when freezing timer
8011 - MIPS: KVM: Fix timer IRQ race when writing CP0_Compare
8012 - KVM: x86: mask CPUID(0xD,0x1).EAX against host value
8013 - xen/x86: actually allocate legacy interrupts on PV guests
8014 - tty: vt, return error when con_startup fails
8015 - TTY: n_gsm, fix false positive WARN_ON
8016 - tty/serial: atmel: fix hardware handshake selection
8017 - Fix OpenSSH pty regression on close
8018 - serial: 8250_pci: fix divide error bug if baud rate is 0
8019 - serial: 8250_mid: use proper bar for DNV platform
8020 - serial: 8250_mid: recognize interrupt source in handler
8021 - serial: samsung: Reorder the sequence of clock control when call
8022 s3c24xx_serial_set_termios()
8023 - locking,qspinlock: Fix spin_is_locked() and spin_unlock_wait()
8024 - clk: bcm2835: add locking to pll*_on/off methods
8025 - mcb: Fixed bar number assignment for the gdd
8026 - ALSA: hda/realtek - New codecs support for ALC234/ALC274/ALC294
8027 - ALSA: hda - Fix headphone noise on Dell XPS 13 9360
8028 - ALSA: hda/realtek - Add support for ALC295/ALC3254
8029 - ALSA: hda - Fix headset mic detection problem for one Dell machine
8030 - IB/srp: Fix a debug kernel crash
8031 - thunderbolt: Fix double free of drom buffer
8032 - SIGNAL: Move generic copy_siginfo() to signal.h
8033 - UBI: Fix static volume checks when Fastmap is used
8034 - hpfs: fix remount failure when there are no options changed
8035 - hpfs: implement the show_options method
8036 - scsi: Add intermediate STARGET_REMOVE state to scsi_target_state
8037 - Revert "scsi: fix soft lockup in scsi_remove_target() on module removal"
8038 - kbuild: move -Wunused-const-variable to W=1 warning level
8039 - Linux 4.4.12
8040 * [Hyper-V] fixes for kdump when running on a VM (LP: #1588965)
8041 - clocksource: Allow unregistering the watchdog
8042 * net_admin apparmor denial when using Go (LP: #1465724)
8043 - SAUCE: kernel: Add noaudit variant of ns_capable()
8044 - SAUCE: net: Use ns_capable_noaudit() when determining net sysctl permissions
8045 * [Hyper-V] Put tools/hv/lsvmbus in /usr/sbin (LP: #1585311)
8046 - [Debian] Install lsvmbus in cloud tools
8047 - SAUCE: tools/hv/lsvmbus -- convert to python3
8048 - SAUCE: tools/hv/lsvmbus -- add manual page
8049 * btrfs: file write crashes with false ENOSPC during snapshot creation since
8050 kernel 4.4 - fix available (LP: #1584052)
8051 - btrfs: Continue write in case of can_not_nocow
8052 * boot stalls on USB detection errors (LP: #1437492)
8053 - usb: core: hub: hub_port_init lock controller instead of bus
8054 * [Bug]KNL:Spread MWAIT cache lines over all nodes (LP: #1585850)
8055 - kernek/fork.c: allocate idle task for a CPU always on its local node
8056 * [Hyper-V] PCI Passthrough kernel hang and explicit barriers (LP: #1581243)
8057 - PCI: hv: Report resources release after stopping the bus
8058 - PCI: hv: Add explicit barriers to config space access
8059 * Kernel 4.2.X and 4.4.X - Fix USB3.0 link power management (LPM)
8060 claim/release logic in USBFS (LP: #1577024)
8061 - USB: leave LPM alone if possible when binding/unbinding interface drivers
8062 * STC840.20:tuleta:tul516p01 panic after injecting Leaf EEH (LP: #1581034)
8063 - NVMe: Fix namespace removal deadlock
8064 - NVMe: Requeue requests on suspended queues
8065 - NVMe: Move error handling to failed reset handler
8066 - blk-mq: End unstarted requests on dying queue
8067 * conflicting modules in udebs - arc4.ko (LP: #1582991)
8068 - [Config] Remove arc4 from nic-modules
8069 * CVE-2016-4482 (LP: #1578493)
8070 - USB: usbfs: fix potential infoleak in devio
8071 * mlx5_core kexec fail (LP: #1585978)
8072 - net/mlx5: Add pci shutdown callback
8073 * backport fix for /proc/net issues with containers (LP: #1584953)
8074 - netfilter: Set /proc/net entries owner to root in namespace
8075 * CVE-2016-4951 (LP: #1585365)
8076 - tipc: check nl sock before parsing nested attributes
8077 * CVE-2016-4578 (LP: #1581866)
8078 - ALSA: timer: Fix leak in events via snd_timer_user_ccallback
8079 - ALSA: timer: Fix leak in events via snd_timer_user_tinterrupt
8080 * CVE-2016-4569 (LP: #1580379)
8081 - ALSA: timer: Fix leak in SNDRV_TIMER_IOCTL_PARAMS
8082 * s390/pci: fix use after free in dma_init (LP: #1584828)
8083 - s390/pci: fix use after free in dma_init
8084 * s390/mm: fix asce_bits handling with dynamic pagetable levels (LP: #1584827)
8085 - s390/mm: fix asce_bits handling with dynamic pagetable levels
8086 * CAPI: CGZIP Wrong CAPI MMIO timeout (256usec desired but 1usec default
8087 setting in cxl.ko driver) (LP: #1584066)
8088 - powerpc: Define PVR value for POWER8NVL processor
8089 - cxl: Configure the PSL for two CAPI ports on POWER8NVL
8090 - cxl: Increase timeout for detection of AFU mmio hang
8091 * ThunderX: soft lockup in cursor_timer_handler() (LP: #1574814)
8092 - SAUCE: tty: vt: Fix soft lockup in fbcon cursor blink timer.
8093 * debian.master/.../getabis bogus warnings "inconsistant compiler versions"
8094 and "not a git repository" (LP: #1584890)
8095 - [debian] getabis: Only git add $abidir if running in local repo
8096 - [debian] getabis: Fix inconsistent compiler versions check
8097 * Backport cxlflash patch related to EEH recovery into Xenial SRU stream
8098 (LP: #1584935)
8099 - cxlflash: Fix to resolve dead-lock during EEH recovery
8100 * Xenial update to 4.4.11 stable release (LP: #1584912)
8101 - decnet: Do not build routes to devices without decnet private data.
8102 - route: do not cache fib route info on local routes with oif
8103 - packet: fix heap info leak in PACKET_DIAG_MCLIST sock_diag interface
8104 - net: sched: do not requeue a NULL skb
8105 - bpf/verifier: reject invalid LD_ABS | BPF_DW instruction
8106 - cdc_mbim: apply "NDP to end" quirk to all Huawei devices
8107 - net: use skb_postpush_rcsum instead of own implementations
8108 - vlan: pull on __vlan_insert_tag error path and fix csum correction
8109 - openvswitch: use flow protocol when recalculating ipv6 checksums
8110 - ipv4/fib: don't warn when primary address is missing if in_dev is dead
8111 - net/mlx4_en: fix spurious timestamping callbacks
8112 - bpf: fix check_map_func_compatibility logic
8113 - samples/bpf: fix trace_output example
8114 - net: Implement net_dbg_ratelimited() for CONFIG_DYNAMIC_DEBUG case
8115 - gre: do not pull header in ICMP error processing
8116 - net_sched: introduce qdisc_replace() helper
8117 - net_sched: update hierarchical backlog too
8118 - sch_htb: update backlog as well
8119 - sch_dsmark: update backlog as well
8120 - netem: Segment GSO packets on enqueue
8121 - net: fec: only clear a queue's work bit if the queue was emptied
8122 - VSOCK: do not disconnect socket when peer has shutdown SEND only
8123 - net: bridge: fix old ioctl unlocked net device walk
8124 - bridge: fix igmp / mld query parsing
8125 - uapi glibc compat: fix compile errors when glibc net/if.h included before
8126 linux/if.h MIME-Version: 1.0
8127 - net: fix a kernel infoleak in x25 module
8128 - net: thunderx: avoid exposing kernel stack
8129 - tcp: refresh skb timestamp at retransmit time
8130 - net/route: enforce hoplimit max value
8131 - ocfs2: revert using ocfs2_acl_chmod to avoid inode cluster lock hang
8132 - ocfs2: fix posix_acl_create deadlock
8133 - zsmalloc: fix zs_can_compact() integer overflow
8134 - crypto: qat - fix invalid pf2vf_resp_wq logic
8135 - crypto: hash - Fix page length clamping in hash walk
8136 - crypto: testmgr - Use kmalloc memory for RSA input
8137 - ALSA: usb-audio: Quirk for yet another Phoenix Audio devices (v2)
8138 - ALSA: usb-audio: Yet another Phoneix Audio device quirk
8139 - ALSA: hda - Fix subwoofer pin on ASUS N751 and N551
8140 - ALSA: hda - Fix white noise on Asus UX501VW headset
8141 - ALSA: hda - Fix broken reconfig
8142 - spi: pxa2xx: Do not detect number of enabled chip selects on Intel SPT
8143 - spi: spi-ti-qspi: Fix FLEN and WLEN settings if bits_per_word is overridden
8144 - spi: spi-ti-qspi: Handle truncated frames properly
8145 - pinctrl: at91-pio4: fix pull-up/down logic
8146 - regmap: spmi: Fix regmap_spmi_ext_read in multi-byte case
8147 - perf/core: Disable the event on a truncated AUX record
8148 - vfs: add vfs_select_inode() helper
8149 - vfs: rename: check backing inode being equal
8150 - ARM: dts: at91: sam9x5: Fix the memory range assigned to the PMC
8151 - workqueue: fix rebind bound workers warning
8152 - regulator: s2mps11: Fix invalid selector mask and voltages for buck9
8153 - regulator: axp20x: Fix axp22x ldo_io voltage ranges
8154 - atomic_open(): fix the handling of create_error
8155 - qla1280: Don't allocate 512kb of host tags
8156 - tools lib traceevent: Do not reassign parg after collapse_tree()
8157 - get_rock_ridge_filename(): handle malformed NM entries
8158 - Input: max8997-haptic - fix NULL pointer dereference
8159 - Revert "[media] videobuf2-v4l2: Verify planes array in buffer dequeueing"
8160 - drm/radeon: fix PLL sharing on DCE6.1 (v2)
8161 - drm/i915: Bail out of pipe config compute loop on LPT
8162 - drm/i915/bdw: Add missing delay during L3 SQC credit programming
8163 - drm/radeon: fix DP link training issue with second 4K monitor
8164 - nf_conntrack: avoid kernel pointer value leak in slab name
8165 - Linux 4.4.11
8166 * Support Edge Gateway's Bluetooth LED (LP: #1512999)
8167 - SAUCE: Bluetooth: Support for LED on Marvell modules
8168 * Support Edge Gateway's WIFI LED (LP: #1512997)
8169 - SAUCE: mwifiex: Switch WiFi LED state according to the device status
8170 * Marvell wireless driver update for FCC regulation (LP: #1528910)
8171 - mwifiex: parse adhoc start/join result
8172 - mwifiex: handle start AP error paths correctly
8173 - mwifiex: set regulatory info from EEPROM
8174 - mwifiex: don't follow AP if country code received from EEPROM
8175 - mwifiex: correction in region code to country mapping
8176 - mwifiex: update region_code_index array
8177 - mwifiex: use world for unidentified region code
8178 - SAUCE: mwifiex: add iw vendor command support
8179 * Kernel can be oopsed using remap_file_pages (LP: #1558120)
8180 - Revert "UBUNTU: SAUCE: mm/mmap: fix oopsing on remap_file_pages"
8181 - SAUCE: AUFS: mm/mmap: fix oopsing on remap_file_pages aufs mmap: bugfix,
8182 mainly for linux-4.5-rc5, remap_file_pages(2) emulation
8183 * cgroup namespace update (LP: #1584163)
8184 - Revert "UBUNTU: SAUCE: cgroup mount: ignore nsroot="
8185 - Revert "UBUNTU: SAUCE: (noup) cgroup namespaces: add a 'nsroot=' mountinfo
8186 field"
8187 - cgroup, kernfs: make mountinfo show properly scoped path for cgroup
8188 namespaces
8189 - kernfs: kernfs_sop_show_path: don't return 0 after seq_dentry call
8190 - cgroup: fix compile warning
8191 * Missing libunwind support in perf (LP: #1248289)
8192 - [Config] add binutils-dev to the Build-Depends: to fix perf unwinding
8193 * e1000 Tx Unit Hang (LP: #1582328)
8194 - e1000: Double Tx descriptors needed check for 82544
8195 - e1000: Do not overestimate descriptor counts in Tx pre-check
8196 * Unsharing user and ipc namespaces simultaneously makes mqueue unmountable
8197 (LP: #1582378)
8198 - SAUCE: (namespace) mqueue: Super blocks must be owned by the user ns which
8199 owns the ipc ns
8200 * Pull in the amdgpu/radeon code from Linux 4.5.3 (LP: #1580526)
8201 - drm/radeon: rework fbdev handling on chips with no connectors
8202 - drm/radeon/mst: fix regression in lane/link handling.
8203 - drm/amd/powerplay: add uvd/vce dpm enabling flag to fix the performance
8204 issue for CZ
8205 - drm/amd/powerplay: fix segment fault issue in multi-display case.
8206 - drm/ttm: fix kref count mess in ttm_bo_move_to_lru_tail
8207 * aufs CONFIG_AUFS_EXPORT build option should be enabled (LP: #1121699)
8208 - [Config] enable CONFIG_AUFS_EXPORT
8209 * promote *_diag modules from linux-image-extra to linux-image (LP: #1580355)
8210 - [Config] Update inclusion list for CRIU
8211 * [Xenial] net: updates to ethtool and virtio_net for speed/duplex support
8212 (LP: #1581132)
8213 - ethtool: add speed/duplex validation functions
8214 - ethtool: make validate_speed accept all speeds between 0 and INT_MAX
8215 - virtio_net: add ethtool support for set and get of settings
8216 - virtio_net: validate ethtool port setting and explain the user validation
8217 * perf tool: Display event codes for Generic HW (PMU) events (LP: #1578211)
8218 - powerpc/perf: Remove PME_ prefix for power7 events
8219 - powerpc/perf: Export Power8 generic and cache events to sysfs
8220 * Mellanox ConnectX4 MTU limits: max and min (LP: #1528466)
8221 - net/mlx5: Introduce a new header file for physical port functions
8222 - net/mlx5e: Device's mtu field is u16 and not int
8223 - net/mlx5e: Fix minimum MTU
8224 * Miscellaneous Ubuntu changes
8225 - [Config] CONFIG_CAVIUM_ERRATUM_23144=y
8226
8227 -- Kamal Mostafa <kamal@canonical.com> Mon, 13 Jun 2016 11:42:36 -0700
8228
8229 linux-snapdragon (4.4.0-1015.18) xenial; urgency=low
8230
8231 [ Kamal Mostafa ]
8232
8233 [ Ubuntu: 4.4.0-24.42 ]
8234
8235 * CVE-2016-1583 (LP: #1588871)
8236 - ecryptfs: fix handling of directory opening
8237 - SAUCE: proc: prevent stacking filesystems on top
8238 - SAUCE: ecryptfs: forbid opening files without mmap handler
8239 - SAUCE: sched: panic on corrupted stack end
8240 * arm64: statically link rtc-efi (LP: #1583738)
8241 - [Config] Link rtc-efi statically on arm64
8242
8243 -- Andy Whitcroft <apw@canonical.com> Wed, 08 Jun 2016 21:34:43 +0100
8244
8245 linux-snapdragon (4.4.0-1014.16) xenial; urgency=low
8246
8247 [ Kamal Mostafa ]
8248
8249 * Rebase against Ubuntu-4.4.0-23.41
8250 * Release Tracking Bug
8251 - LP: #1582679
8252
8253 * zfs: disable module checks for zfs when cross-compiling (LP: #1581127)
8254 - [Packaging] disable zfs module checks when cross-compiling
8255
8256 * Xenial update to v4.4.10 stable release (LP: #1580754)
8257 - Revert "UBUNTU: SAUCE: (no-up) ACPICA: Dispatcher: Update thread ID for
8258 recursive method calls"
8259 - Revert "UBUNTU: SAUCE: nbd: ratelimit error msgs after socket close"
8260 - Revert: "powerpc/tm: Check for already reclaimed tasks"
8261 - RDMA/iw_cxgb4: Fix bar2 virt addr calculation for T4 chips
8262 - ipvs: handle ip_vs_fill_iph_skb_off failure
8263 - ipvs: correct initial offset of Call-ID header search in SIP persistence
8264 engine
8265 - ipvs: drop first packet to redirect conntrack
8266 - mfd: intel-lpss: Remove clock tree on error path
8267 - nbd: ratelimit error msgs after socket close
8268 - ata: ahci_xgene: dereferencing uninitialized pointer in probe
8269 - mwifiex: fix corner case association failure
8270 - CNS3xxx: Fix PCI cns3xxx_write_config()
8271 - clk-divider: make sure read-only dividers do not write to their register
8272 - soc: rockchip: power-domain: fix err handle while probing
8273 - clk: rockchip: free memory in error cases when registering clock branches
8274 - clk: meson: Fix meson_clk_register_clks() signature type mismatch
8275 - clk: qcom: msm8960: fix ce3_core clk enable register
8276 - clk: versatile: sp810: support reentrance
8277 - clk: qcom: msm8960: Fix ce3_src register offset
8278 - lpfc: fix misleading indentation
8279 - ath9k: ar5008_hw_cmn_spur_mitigate: add missing mask_m & mask_p
8280 initialisation
8281 - mac80211: fix statistics leak if dev_alloc_name() fails
8282 - tracing: Don't display trigger file for events that can't be enabled
8283 - MD: make bio mergeable
8284 - Minimal fix-up of bad hashing behavior of hash_64()
8285 - mm, cma: prevent nr_isolated_* counters from going negative
8286 - mm/zswap: provide unique zpool name
8287 - ARM: EXYNOS: Properly skip unitialized parent clock in power domain on
8288 - ARM: SoCFPGA: Fix secondary CPU startup in thumb2 kernel
8289 - xen: Fix page <-> pfn conversion on 32 bit systems
8290 - xen/balloon: Fix crash when ballooning on x86 32 bit PAE
8291 - xen/evtchn: fix ring resize when binding new events
8292 - HID: wacom: Add support for DTK-1651
8293 - HID: Fix boot delay for Creative SB Omni Surround 5.1 with quirk
8294 - Input: zforce_ts - fix dual touch recognition
8295 - proc: prevent accessing /proc/<PID>/environ until it's ready
8296 - mm: update min_free_kbytes from khugepaged after core initialization
8297 - batman-adv: fix DAT candidate selection (must use vid)
8298 - batman-adv: Check skb size before using encapsulated ETH+VLAN header
8299 - batman-adv: Fix broadcast/ogm queue limit on a removed interface
8300 - batman-adv: Reduce refcnt of removed router when updating route
8301 - writeback: Fix performance regression in wb_over_bg_thresh()
8302 - MAINTAINERS: Remove asterisk from EFI directory names
8303 - x86/tsc: Read all ratio bits from MSR_PLATFORM_INFO
8304 - ARM: cpuidle: Pass on arm_cpuidle_suspend()'s return value
8305 - ARC: Add missing io barriers to io{read,write}{16,32}be()
8306 - x86/sysfb_efi: Fix valid BAR address range check
8307 - ACPICA: Dispatcher: Update thread ID for recursive method calls
8308 - powerpc: Fix bad inline asm constraint in create_zero_mask()
8309 - libahci: save port map for forced port map
8310 - ata: ahci-platform: Add ports-implemented DT bindings.
8311 - USB: serial: cp210x: add ID for Link ECU
8312 - USB: serial: cp210x: add Straizona Focusers device ids
8313 - nvmem: mxs-ocotp: fix buffer overflow in read
8314 - gpu: ipu-v3: Fix imx-ipuv3-crtc module autoloading
8315 - drm/amdgpu: make sure vertical front porch is at least 1
8316 - drm/amdgpu: set metadata pointer to NULL after freeing.
8317 - iio: ak8975: Fix NULL pointer exception on early interrupt
8318 - iio: ak8975: fix maybe-uninitialized warning
8319 - drm/radeon: make sure vertical front porch is at least 1
8320 - drm/i915/ddi: Fix eDP VDD handling during booting and suspend/resume
8321 - drm/i915: Fix eDP low vswing for Broadwell
8322 - drm/i915: Make RPS EI/thresholds multiple of 25 on SNB-BDW
8323 - drm/i915: Fake HDMI live status
8324 - lib/test-string_helpers.c: fix and improve string_get_size() tests
8325 - drm/i915/skl: Fix DMC load on Skylake J0 and K0
8326 - Linux 4.4.10
8327
8328 * HDMI audio playback noise observed on AMD Polaris 10/11 GPU (LP: #1577288)
8329 - ALSA: hda: add AMD Polaris-10/11 AZ PCI IDs with proper driver caps
8330
8331 * [i915_bpo] Update i915 backport driver (LP: #1580114)
8332 - SAUCE: i915_bpo: Drop is_preliminary from BXT/KBL.
8333 - SAUCE: i915_bpo: Sync with v4.6-rc7
8334
8335 * CVE-2016-4486 (LP: #1578497)
8336 - net: fix infoleak in rtnetlink
8337
8338 * CVE-2016-4485 (LP: #1578496)
8339 - net: fix infoleak in llc
8340
8341 * drm.ko < kernel version 4.5 has a dead lock bug (LP: #1579610)
8342 - drm: Balance error path for GEM handle allocation
8343
8344 * Cannot use CONFIG_CC_STACKPROTECTOR_STRONG: -fstack-protector-strong not
8345 supported by compiler (LP: #1574982)
8346 - SAUCE: (no-up) disable -pie when gcc has it enabled by default
8347
8348 * system freeze after vt switching (LP: #1542939)
8349 - drm/atomic: Add __drm_atomic_helper_connector_reset, v2.
8350 - drm/atomic: Remove drm_atomic_connectors_for_crtc.
8351
8352 * CVE-2016-4558 (LP: #1579140)
8353 - bpf: fix refcnt overflow
8354
8355 * Kernel Panic on EC2 After Upgrading from 14.04 to 16.04 via do-release-
8356 upgrade -d (LP: #1573231)
8357 - SAUCE: (no-up) x86/topology: Handle CPUID bogosity gracefully
8358
8359 * PCI Call Traces hw csum failure in dmesg with 4.4.0-2-generic
8360 (LP: #1544978)
8361 - net/mlx4_en: Fix endianness bug in IPV6 csum calculation
8362
8363 * Missing libunwind support in perf (LP: #1248289)
8364 - [Config] Add liblzma-dev to enable libunwind support in perf
8365
8366 * thunderbolt hotplug is broken (LP: #1577898)
8367 - SAUCE: (no-up) ACPICA: Dispatcher: Update thread ID for recursive method
8368 calls
8369
8370 * Kernel can be oopsed using remap_file_pages (LP: #1558120)
8371 - SAUCE: mm/mmap: fix oopsing on remap_file_pages
8372
8373 * ZFS is confused by user namespaces (uid/gid mapping) when used with
8374 acltype=posixac (LP: #1567558)
8375 - zfs: Fix user namespaces uid/gid mapping
8376
8377 * oops when propagating mounts into containers - RIP:
8378 0010:[<ffffffff8123cb3e>] [<ffffffff8123cb3e>] propagate_one+0xbe/0x1c0
8379 (LP: #1572316)
8380 - fs/pnode.c: treat zero mnt_group_id-s as unequal
8381 - propogate_mnt: Handle the first propogated copy being a slave
8382
8383 * OOPS on wily+ for Haswell-ULT and Broadwell (LP: #1577748)
8384 - PNP: Add Broadwell to Intel MCH size workaround
8385 - PNP: Add Haswell-ULT to Intel MCH size workaround
8386
8387 * Xenial update to v4.4.9 stable release (LP: #1578798)
8388 - block: loop: fix filesystem corruption in case of aio/dio
8389 - x86/mce: Avoid using object after free in genpool
8390 - kvm: x86: do not leak guest xcr0 into host interrupt handlers
8391 - ARM: dts: AM43x-epos: Fix clk parent for synctimer
8392 - ARM: mvebu: Correct unit address for linksys
8393 - ARM: OMAP2: Fix up interconnect barrier initialization for DRA7
8394 - ARM: OMAP2+: hwmod: Fix updating of sysconfig register
8395 - assoc_array: don't call compare_object() on a node
8396 - usb: xhci: applying XHCI_PME_STUCK_QUIRK to Intel BXT B0 host
8397 - xhci: resume USB 3 roothub first
8398 - usb: xhci: fix wild pointers in xhci_mem_cleanup
8399 - xhci: fix 10 second timeout on removal of PCI hotpluggable xhci controllers
8400 - usb: hcd: out of bounds access in for_each_companion
8401 - usb: gadget: f_fs: Fix use-after-free
8402 - dm cache metadata: fix READ_LOCK macros and cleanup WRITE_LOCK macros
8403 - dm cache metadata: fix cmd_read_lock() acquiring write lock
8404 - lib: lz4: fixed zram with lz4 on big endian machines
8405 - debugfs: Make automount point inodes permanently empty
8406 - dmaengine: dw: fix master selection
8407 - dmaengine: hsu: correct use of channel status register
8408 - dmaengine: pxa_dma: fix the maximum requestor line
8409 - sched/cgroup: Fix/cleanup cgroup teardown/init
8410 - x86/mm/xen: Suppress hugetlbfs in PV guests
8411 - x86 EDAC, sb_edac.c: Repair damage introduced when "fixing" channel address
8412 - ALSA: hda - Don't trust the reported actual power state
8413 - ALSA: hda/realtek - Add ALC3234 headset mode for Optiplex 9020m
8414 - ALSA: hda - Keep powering up ADCs on Cirrus codecs
8415 - ALSA: hda - add PCI ID for Intel Broxton-T
8416 - ALSA: pcxhr: Fix missing mutex unlock
8417 - ALSA: hda - Add dock support for ThinkPad X260
8418 - asm-generic/futex: Re-enable preemption in futex_atomic_cmpxchg_inatomic()
8419 - futex: Handle unlock_pi race gracefully
8420 - futex: Acknowledge a new waiter in counter before plist
8421 - drm/nouveau/core: use vzalloc for allocating ramht
8422 - drm/qxl: fix cursor position with non-zero hotspot
8423 - drm/i915: Fix race condition in intel_dp_destroy_mst_connector()
8424 - Revert "drm/radeon: disable runtime pm on PX laptops without dGPU power
8425 control"
8426 - Revert "drm/amdgpu: disable runtime pm on PX laptops without dGPU power
8427 control"
8428 - cpufreq: intel_pstate: Fix processing for turbo activation ratio
8429 - iwlwifi: pcie: lower the debug level for RSA semaphore access
8430 - iwlwifi: mvm: fix memory leak in paging
8431 - crypto: ccp - Prevent information leakage on export
8432 - crypto: sha1-mb - use corrcet pointer while completing jobs
8433 - crypto: talitos - fix crash in talitos_cra_init()
8434 - crypto: talitos - fix AEAD tcrypt tests
8435 - powerpc: scan_features() updates incorrect bits for REAL_LE
8436 - powerpc: Update cpu_user_features2 in scan_features()
8437 - powerpc: Update TM user feature bits in scan_features()
8438 - nl80211: check netlink protocol in socket release notification
8439 - netlink: don't send NETLINK_URELEASE for unbound sockets
8440 - Input: pmic8xxx-pwrkey - fix algorithm for converting trigger delay
8441 - xen kconfig: don't "select INPUT_XEN_KBDDEV_FRONTEND"
8442 - pinctrl: mediatek: correct debounce time unit in mtk_gpio_set_debounce
8443 - pinctrl: single: Fix pcs_parse_bits_in_pinctrl_entry to use __ffs than ffs
8444 - iommu/amd: Fix checking of pci dma aliases
8445 - iommu/dma: Restore scatterlist offsets correctly
8446 - drm/amdgpu: when suspending, if uvd/vce was running. need to cancel delay
8447 work.
8448 - drm/amdgpu: use defines for CRTCs and AMFT blocks
8449 - drm/amdgpu: bump the afmt limit for CZ, ST, Polaris
8450 - amdgpu/uvd: add uvd fw version for amdgpu
8451 - drm/amdgpu: fix regression on CIK (v2)
8452 - drm/radeon: add a quirk for a XFX R9 270X
8453 - drm/radeon: fix initial connector audio value
8454 - drm/radeon: forbid mapping of userptr bo through radeon device file
8455 - drm/radeon: fix vertical bars appear on monitor (v2)
8456 - drm: Loongson-3 doesn't fully support wc memory
8457 - drm/nouveau/gr/gf100: select a stream master to fixup tfb offset queries
8458 - drm/dp/mst: Validate port in drm_dp_payload_send_msg()
8459 - drm/dp/mst: Restore primary hub guid on resume
8460 - drm/dp/mst: Get validated port ref in drm_dp_update_payload_part1()
8461 - pwm: brcmstb: Fix check of devm_ioremap_resource() return code
8462 - drm/i915: Cleanup phys status page too
8463 - drm/i915: skl_update_scaler() wants a rotation bitmask instead of bit number
8464 - drm/amdkfd: uninitialized variable in dbgdev_wave_control_set_registers()
8465 - drm/i915: Fixup the free space logic in ring_prepare
8466 - drm/i915: Use fw_domains_put_with_fifo() on HSW
8467 - perf intel-pt: Fix segfault tracing transactions
8468 - i2c: cpm: Fix build break due to incompatible pointer types
8469 - i2c: exynos5: Fix possible ABBA deadlock by keeping I2C clock prepared
8470 - toshiba_acpi: Fix regression caused by hotkey enabling value
8471 - EDAC: i7core, sb_edac: Don't return NOTIFY_BAD from mce_decoder callback
8472 - ASoC: s3c24xx: use const snd_soc_component_driver pointer
8473 - ASoC: ssm4567: Reset device before regcache_sync()
8474 - ASoC: dapm: Make sure we have a card when displaying component widgets
8475 - ASoC: rt5640: Correct the digital interface data select
8476 - vb2-memops: Fix over allocation of frame vectors
8477 - v4l2-dv-timings.h: fix polarity for 4k formats
8478 - cxl: Keep IRQ mappings on context teardown
8479 - IB/mlx5: Expose correct max_sge_rd limit
8480 - IB/security: Restrict use of the write() interface
8481 - efi: Fix out-of-bounds read in variable_matches()
8482 - efi: Expose non-blocking set_variable() wrapper to efivars
8483 - x86/apic: Handle zero vector gracefully in clear_vector_irq()
8484 - workqueue: fix ghost PENDING flag while doing MQ IO
8485 - slub: clean up code for kmem cgroup support to kmem_cache_free_bulk
8486 - cgroup, cpuset: replace cpuset_post_attach_flush() with
8487 cgroup_subsys->post_attach callback
8488 - memcg: relocate charge moving from ->attach to ->post_attach
8489 - mm/huge_memory: replace VM_NO_THP VM_BUG_ON with actual VMA check
8490 - numa: fix /proc/<pid>/numa_maps for THP
8491 - mm: vmscan: reclaim highmem zone if buffer_heads is over limit
8492 - mm/hwpoison: fix wrong num_poisoned_pages accounting
8493 - cgroup: make sure a parent css isn't freed before its children
8494 - videobuf2-core: Check user space planes array in dqbuf
8495 - videobuf2-v4l2: Verify planes array in buffer dequeueing
8496 - Revert "regulator: core: Fix nested locking of supplies"
8497 - regulator: core: fix regulator_lock_supply regression
8498 - regulator: core: Ensure we lock all regulators
8499 - regulator: core: Fix nested locking of supplies
8500 - locking/mcs: Fix mcs_spin_lock() ordering
8501 - spi/rockchip: Make sure spi clk is on in rockchip_spi_set_cs
8502 - irqchip/sunxi-nmi: Fix error check of of_io_request_and_map()
8503 - irqchip/mxs: Fix error check of of_io_request_and_map()
8504 - regulator: s5m8767: fix get_register() error handling
8505 - paride: make 'verbose' parameter an 'int' again
8506 - scsi_dh: force modular build if SCSI is a module
8507 - fbdev: da8xx-fb: fix videomodes of lcd panels
8508 - misc/bmp085: Enable building as a module
8509 - misc: mic/scif: fix wrap around tests
8510 - PM / OPP: Initialize u_volt_min/max to a valid value
8511 - PM / Domains: Fix removal of a subdomain
8512 - rtc: hym8563: fix invalid year calculation
8513 - rtc: vr41xx: Wire up alarm_irq_enable
8514 - rtc: ds1685: passing bogus values to irq_restore
8515 - rtc: rx8025: remove rv8803 id
8516 - rtc: max77686: Properly handle regmap_irq_get_virq() error code
8517 - drivers/misc/ad525x_dpot: AD5274 fix RDAC read back errors
8518 - perf evlist: Reference count the cpu and thread maps at set_maps()
8519 - x86/mm/kmmio: Fix mmiotrace for hugepages
8520 - ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()
8521 - serial: sh-sci: Remove cpufreq notifier to fix crash/deadlock
8522 - mtd: spi-nor: remove micron_quad_enable()
8523 - mtd: brcmnand: Fix v7.1 register offsets
8524 - mtd: nand: Drop mtd.owner requirement in nand_scan
8525 - perf hists browser: Only offer symbol scripting when a symbol is under the
8526 cursor
8527 - perf tools: handle spaces in file names obtained from /proc/pid/maps
8528 - perf stat: Document --detailed option
8529 - ext4: fix races between page faults and hole punching
8530 - ext4: move unlocked dio protection from ext4_alloc_file_blocks()
8531 - ext4: fix races between buffered IO and collapse / insert range
8532 - ext4: fix races of writeback with punch hole and zero range
8533 - ARM: OMAP3: Add cpuidle parameters table for omap3430
8534 - ARM: prima2: always enable reset controller
8535 - ARM: EXYNOS: select THERMAL_OF
8536 - ARM: dts: armada-375: use armada-370-sata for SATA
8537 - ARM: dts: pxa: fix dma engine node to pxa3xx-nand
8538 - bus: imx-weim: Take the 'status' property value into account
8539 - jme: Do not enable NIC WoL functions on S0
8540 - jme: Fix device PM wakeup API usage
8541 - unbreak allmodconfig KCONFIG_ALLCONFIG=...
8542 - thermal: rockchip: fix a impossible condition caused by the warning
8543 - sunrpc/cache: drop reference when sunrpc_cache_pipe_upcall() detects a race
8544 - megaraid_sas: add missing curly braces in ioctl handler
8545 - stm class: Select CONFIG_SRCU
8546 - extcon: max77843: Use correct size for reading the interrupt register
8547 - Linux 4.4.9
8548
8549 * Stoney powerplay support (LP: #1578305)
8550 - amdgpu/powerplay: Add Stoney to list of early init cases
8551
8552 * CVE-2016-2117 (LP: #1561403)
8553 - atl2: Disable unimplemented scatter/gather feature
8554
8555 * CVE-2016-2187 (LP: #1575706)
8556 - Input: gtco - fix crash on detecting device without endpoints
8557
8558 * zfs posix default permissions lost on reboot or unmount (LP: #1574801)
8559 - Fix ZPL miswrite of default POSIX ACL
8560
8561 * WARNING: at /build/linux-aWXT0l/linux-4.4.0/drivers/pci/pci.c:1595
8562 [travis3EN] (LP: #1574697)
8563 - net/mlx4_core: Implement pci_resume callback
8564 - net/mlx4_core: Avoid repeated calls to pci enable/disable
8565
8566 * Add support to thinkpad keyboard backlight (LP: #1574498)
8567 - thinkpad_acpi: Add support for keyboard backlight
8568
8569 * Please enable kconfig X86_LEGACY_VM86 for i386 (LP: #1499089)
8570 - [Config] CONFIG_VM86=y, CONFIG_X86_LEGACY_VM86=y
8571
8572 * Miscellaneous Ubuntu changes
8573 - updateconfigs for Linux v4.4.9
8574
8575 -- Kamal Mostafa <kamal@canonical.com> Tue, 17 May 2016 11:25:43 -0700
8576
8577 linux-snapdragon (4.4.0-1013.15) xenial; urgency=low
8578
8579 [ Kamal Mostafa ]
8580
8581 * Rebase against Ubuntu-4.4.0-22.40
8582
8583 * CVE-2016-3713 (LP: #1581201)
8584 - SAUCE: KVM: MTRR: remove MSR 0x2f8
8585
8586 * CVE-2016-0758 (LP: #1581202)
8587 - SAUCE: KEYS: Fix ASN.1 indefinite length object parsing
8588
8589 -- Kamal Mostafa <kamal@canonical.com> Fri, 13 May 2016 08:05:26 -0700
8590
8591 linux-snapdragon (4.4.0-1013.14) xenial; urgency=low
8592
8593 [ Kamal Mostafa ]
8594
8595 * Release Tracking Bug
8596 - LP: #1578759
8597
8598 * Rebase to Ubuntu-4.4.0-22.39
8599
8600 -- Kamal Mostafa <kamal@canonical.com> Thu, 05 May 2016 11:17:11 -0700
8601
8602 linux-snapdragon (4.4.0-1013.13) xenial; urgency=low
8603
8604 [ Kamal Mostafa ]
8605
8606 * Release Tracking Bug
8607 - LP: #1575237
8608
8609 * Miscellaneous Ubuntu changes
8610 - [Config] updateconfigs after 4.4.0-22.38 rebase
8611
8612 -- Kamal Mostafa <kamal@canonical.com> Tue, 26 Apr 2016 08:27:08 -0700
8613
8614 linux-snapdragon (4.4.0-1012.12) xenial; urgency=low
8615
8616 [ Tim Gardner ]
8617
8618 * Release Tracking Bug
8619 - LP: #1572284
8620
8621 * Rebase to Ubuntu-4.4.0-21.37
8622
8623 -- Tim Gardner <tim.gardner@canonical.com> Tue, 19 Apr 2016 13:03:54 -0600
8624
8625 linux-snapdragon (4.4.0-1011.11) xenial; urgency=low
8626
8627 [ Tim Gardner ]
8628
8629 * Release Tracking Bug
8630 - LP: #1567379
8631
8632 * Miscellaneous Ubuntu changes
8633 - [Config] disable PROVE_LOCKING
8634 - [Config] PREEMPT_VOLUNTARY=y
8635 - [Config] disable DEBUG_LOCK_ALLOC
8636 - [Config] disable DEBUG_SPINLOCK
8637 - [Config] disable DEBUG_MUTEXES
8638 - [Config] INLINE_*_UNLOCK=y
8639
8640 * Miscellaneous upstream changes
8641 - arm64: clean up defconfig with savedefconfig
8642 - configs: add SPI_SPIDEV as module in distro.config
8643 - arm64: dts: apq8016-sbc: Add aliases to spi device.
8644 - regulator: qcom_spmi: Add slewing delays for all SMPS types
8645 - regulator: qcom_spmi: Only use selector based regulator ops
8646
8647 -- Paolo Pisati <paolo.pisati@canonical.com> Wed, 06 Apr 2016 16:29:44 +0200
8648
8649 linux-snapdragon (4.4.0-1010.10) xenial; urgency=low
8650
8651 [ Tim Gardner ]
8652
8653 * Release Tracking Bug
8654 - LP: #1563910
8655 * Rebase to Ubuntu-4.4.0-17.33
8656
8657 * Miscellaneous Ubuntu changes
8658 - handle rprovides via dpkg-gencontrol
8659 - [Config] updateconfigs after rebase to Ubuntu-4.4.0-17.33
8660
8661 -- Tim Gardner <tim.gardner@canonical.com> Wed, 30 Mar 2016 08:30:18 -0600
8662
8663 linux-snapdragon (4.4.0-1009.9) xenial; urgency=low
8664
8665 * rebased on Ubuntu-4.4.0-13.29
8666 * Feature Freeze Exception (LP: #1558535)
8667
8668 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Mar 2016 15:33:32 -0600
8669
8670 linux-snapdragon (4.4.0-1008.8) xenial; urgency=low
8671
8672 [ Paolo Pisati ]
8673
8674 * Rebased on Ubuntu-4.4.0-11.26
8675
8676 * Miscellaneous Ubuntu changes
8677 - [Config] CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
8678
8679 -- Paolo Pisati <paolo.pisati@canonical.com> Thu, 10 Mar 2016 11:16:08 +0100
8680
8681 linux-snapdragon (4.4.0-1007.7) xenial; urgency=low
8682
8683 [ Paolo Pisati ]
8684
8685 * Rebased on Ubuntu-4.4.0-10.25
8686
8687 * need arm64 acpi parking protocol support in xenial (LP: #1547047)
8688 - arm64: kernel: implement ACPI parking protocol
8689
8690 * Miscellaneous Ubuntu changes
8691 - [Config] ARM64_ACPI_PARKING_PROTOCOL=y
8692
8693 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 07 Mar 2016 15:57:39 +0100
8694
8695 linux-snapdragon (4.4.0-1006.6) xenial; urgency=low
8696
8697 [ Paolo Pisati ]
8698
8699 * Updated qcomlt-4.4 BSP @ 86e3204d9
8700 * Rebased on Ubuntu-4.4.0-6.21
8701
8702 * Miscellaneous Ubuntu changes
8703 - [Config] updateconfigs
8704
8705 * Miscellaneous upstream changes
8706 - ASoC: qcom: use snd_dma_alloc/free* apis
8707 - ASoC: qcom: add wrdma register details to lpass_variant
8708 - ASoC: qcom: rename rdmactl_audif_start to dmactrl_audif_start
8709 - ASoC: qcom: pass direction to dma allocation
8710 - ASoC: qcom: ipq806x: add error in dma allocation.
8711 - ASoC: qcom: ipq806x: add wrdma related register offsets
8712 - ASoC: qcom: add mic related i2s control register defines
8713 - ASoC: qcom: add wrdma dma channel start
8714 - ASoC: qcom: rename rdma_ch_bit_map to dma_ch_bit_map
8715 - ASoC: qcom: apq8016: add wrdma support
8716 - ASoC: qcom: add wrdma register definations
8717 - ASoC: qcom: add generic bit masks for RDMA and WRDMA
8718 - ASoC: qcom: apq8016: set the correct max register for regmap
8719 - ASoC: qcom: add mic support
8720 - ASoC: qcom: apq8016-sbc: add mic support
8721 - ASoC: add audio routing support
8722 - arm64: dts: qcom: add audio capture support
8723 - drm/i2c: adv7511: Add HPD support
8724 - arm64: dts: qcom: apq8016-sbc: Enable ADV7533 interrupts
8725 - dts: arm64: qcom: remove dmic pins in default pinctrl
8726 - ASoC: codec: msm8x16: check return value of msm8x16_wcd_codec_parse_dt
8727 - ASoC: codec: msm8x16: enable regulators before accessing registers
8728 - drm/msm: Boost the GPU clock on msm8916 for better performance
8729 - firmware: qcom: scm: Convert to platform driver
8730 - firmware: scm: make scm_init call from probe
8731 - arm64: dts: qcom : add scm device node
8732 - firmware: scm: make scm clks optional
8733 - arm: dts: qcom : add scm device node
8734 - iommu: qcom: check scm avaiablity before initialization.
8735 - ARM: dts: ifc6410: remove pinctrl defaults from gpio node.
8736
8737 -- Paolo Pisati <paolo.pisati@canonical.com> Fri, 26 Feb 2016 14:39:48 +0100
8738
8739 linux-snapdragon (4.4.0-1005.5) xenial; urgency=low
8740
8741 [ Paolo Pisati ]
8742
8743 * SAUCE: dtb: add a custom apq8016 for snappy with sdhc_2's vmmc-supply
8744 disabled
8745
8746 -- Paolo Pisati <paolo.pisati@canonical.com> Fri, 19 Feb 2016 13:34:25 +0100
8747
8748 linux-snapdragon (4.4.0-1004.4) xenial; urgency=low
8749
8750 [ Paolo Pisati ]
8751
8752 * [Config] MMC_BLOCK_MINORS=32
8753
8754 -- Paolo Pisati <paolo.pisati@canonical.com> Tue, 09 Feb 2016 10:27:30 +0100
8755
8756 linux-snapdragon (4.4.0-1003.3) xenial; urgency=low
8757
8758 [ Upstream Kernel Changes ]
8759
8760 * arm64: dts: qcom: fix typo in usb id pins
8761 * usb: phy: msm: Fix state machine worker logic for OTG mode.
8762
8763 -- Paolo Pisati <paolo.pisati@canonical.com> Fri, 05 Feb 2016 14:38:07 +0100
8764
8765 linux-snapdragon (4.4.0-1002.2) xenial; urgency=low
8766
8767 [ Paolo Pisati ]
8768
8769 * [Config] copy annotations from master
8770 * [Config] updateconfigs
8771 * [Config] better align config with qcomlt-4.4
8772 * [Config] FTBFS: disable DRM_PANEL_SIMPLE
8773
8774 -- Paolo Pisati <paolo.pisati@canonical.com> Thu, 04 Feb 2016 17:21:00 +0100
8775
8776 linux-snapdragon (4.4.0-1001.1) xenial; urgency=low
8777
8778 [ Paolo Pisati ]
8779
8780 * Imported http://git.linaro.org/landing-teams/working/qualcomm/kernel.git - qcomlt-4.4 @ 17a6dbb
8781 * Rebased on Ubuntu-4.4.0-2.16
8782
8783 [ Upstream Kernel Changes ]
8784
8785 * mmc: mmci: Support any block sizes for ux500v2 and qcom variant
8786 * hid: add support for Lilliput touchscreen
8787 * ARM: qcom_defconfig: Add QCOM specific drivers
8788 * arm:multi_v7_defconfig: Add QCOM specific Kconfigs
8789 * WIP:pwrseq: Convert in to proper platform device
8790 * iommu:msm: fix compilation error.
8791 * Input: pm8941: Add RESIN_N input handling
8792 * media: v4l2-controls: add h264 5.2 level and constrained high profile
8793 * media: vidc: Qualcomm video encoder/decoder driver
8794 * PCI: designware: add memory barrier after enabling region
8795 * DT: PCI: qcom: Document PCIe devicetree bindings
8796 * PCI: qcom: Add Qualcomm PCIe controller driver
8797 * drm/edid: Add support to get edid early
8798 * drm/edid: export edid_vendor()
8799 * drm/panel: simple-panel: Add panel picker support.
8800 * drm/msm: mdp4 lvds: continue if the panel is not connected
8801 * drm/msm: mdp4 lvds: Check the panel node in detect_panel()
8802 * devicetree: Add hardware rng entry to qcom-apq8064.dtsi
8803 * ARM: dts: qcom: apq8064: Add hwmutex and SMEM nodes
8804 * ARM: dts: qcom: apq8064: Declare all pm8921 regulators
8805 * ARM: dts: qcom: apq8064: Introduce gsbi5 and gsbi5 serial node
8806 * arm: dts: qcom: Add generic PMIC gpio/MPP compat strings
8807 * arm: dts: qcom: apq8064: Add fixed rate on-board oscillators
8808 * ARM: dts: qcom: apq8064-ifc6410 Use hardware flow control for GSBI6
8809 * ARM: dts: apq8064: add pcie devicetree node
8810 * ARM: dts: ifc6410: enable pcie dt node for this board
8811 * ARM: dts: apq8064: Add MDP support
8812 * ARM: dts: ifc6410: enable MDP support
8813 * ARM: dts: qs600: enable MDP support
8814 * ARM: dts: ifc6410: add inforce LVDS panel support
8815 * ARM: dts: APQ8064: Add iommu
8816 * ARM: dts: apq8064: add pci support in CM QS600
8817 * ARM: dts: qcom: Add necessary DT data for Krait cpufreq
8818 * ARM: qcom: add description of KPSS WDT for APQ8064
8819 * ARM: dts: apq8064: Assign a power supply to each CPU
8820 * ARM: dts: apq8064: Add OPP data for frequencies above 1ghz
8821 * ARM: dts: apq8064: Add thermal cooling maps
8822 * ARM: dts: apq8064: Add voltage ranges of the SAW2 regulators
8823 * ARM: dts: apq8064: Add reference to the L2 clock
8824 * ARM: dts: apq8064: Add a DT node for the L2 data
8825 * ARM: dts: apq8064: Add ADM configuration node
8826 * arm: dts: Added eInfochips ERAGON600 board support
8827 * ARM: dts: ifc6410: HACK add bt reset gpios to pwrseq
8828 * ARM: dts: apq8064: Increase critical temperature to 110C
8829 * arm: dts: apq8064: Add thermal zones, tsens and qfprom nodes
8830 * arm64: dts: qcom: 8x16: UART1 add CTS_N, RTS_N pin configurations
8831 * arm64: dts: qcom: 8x16: UART1 and UART2 use DMA for RX and TX
8832 * arm64: dts: qcom: Make msm8916-mtp compatible string compliant
8833 * arm64: dts: qcom: Alias pm8916 on msm8916 devices
8834 * arm64: dts: qcom: msm8916: Add fixed rate on-board oscillators
8835 * arm64: dts: fix the i2c aliasing to match to schematics.
8836 * arm64: dts: set the default i2c pin drive strength to 16mA
8837 * arm64: dts: qcom: Add MSM8916 SMEM nodes
8838 * arm64: dts: qcom: Add RPM/SMD support on MSM8916
8839 * arm64: dts: Add PM8916 support on MSM8916
8840 * arm64: dts: qcom: Add pm8994, pmi8994, pm8004 PMIC skeletons
8841 * arm64: dts: qcom: Add pm8994 gpios and MPPs
8842 * arm64: dts: apq8016-sbc: enable UART0 on LS connector
8843 * arm64: dts: apq8016-sbc: add label properties for UART, I2C, and SPI
8844 * devicetree: bindings: Document qcom,msm-id and qcom,board-id
8845 * arm64: dts: Add Qualcomm MSM8916 & MTP8916 ids
8846 * DT: arm64: msm8916-mtp: enable spi3
8847 * arm64: dts: qcom: Add APQ8016 SBC support
8848 * arm64: dts: qcom: Add USB related device nodes on APQ8016 SBC board
8849 * arm64: dts: qcom: Add sdhci support for APQ8016 SBC board
8850 * arm64: dts: Add nodes we need for SMP boot
8851 * ARM: dts: Enable SD card (disable vmcc)
8852 * arm64: msm8916 dtsi: Add mdss support
8853 * arm64: sb8016: Add ADV7533 bridge in sbc8016 dtsi
8854 * arm64: dts: Add apq8016-sbc hdmi audio support
8855 * arm64: dts: qcom: apq8016-sbc: Don't hog client driver pins
8856 * arm64: dts: qcom: Fix apq8016-sbc board USB related pin definitions
8857 * arm64: dts: qcom: apq8016-sbc: add D+/D- route switch GPIO
8858 * arm64: dts: qcom: apq8016-sbc: Fix sdhci pinctrl default state name
8859 * arm64: dts: qcom: apq8016-sbc: Enable SD card slot
8860 * arm64: dts: qcom: Fix MPP's function used for LED control
8861 * arm64: dts: qcom: Enable USB manual pullup on msm8916
8862 * arm64: dts: qcom: msm8916: Add RPMCC DT node
8863 * arm64: dts: qcom: msm8916: Add A53 DT node
8864 * arm64: dts: Add cpufreq-dt support for msm8916
8865 * arm64: dts: Add clock-latency for msm8916
8866 * arm64: dts: Add CPR DT node for msm8916
8867 * arm64: dts: Add cpu-supply properties for cpufreq
8868 * arm: dts: msm8974: Add thermal zones, tsens and eeprom nodes
8869 * arm: dts: apq8084: Add thermal zones, tsens and eeprom nodes
8870 * arm64: dts: msm8916: Add thermal zones, tsens and eeprom nodes
8871 * arm64: dts: Add spmi-regulator nodes for pm8916
8872 * arm64: dts: msm8916: Add cpu cooling maps
8873 * WIP: dt: add support for gpu on msm8916/apq8016
8874 * DT: arm64: add iommu dtsi files
8875 * arm64: dt: Add WCNSS related nodes
8876 * dts: arm64: apq8016-sbc: enable LS 1.8v regulator by default
8877 * ARM64: dts: Fix the missing usb otg regulators.
8878 * arm64: dts: Fix memory region descriptions
8879 * arm64: dts: msm8916: add wcd codec support
8880 * arm64: dts: add support to analog audio playback
8881 * arm64: dts: qcom: 8x16: Add fixed rate on-board XO oscillator
8882 * arm64: dts: qcom: Add msm8916 CoreSight components
8883 * dts: qcom: Add CoreSight components for MSM8916
8884 * arm64: dts: Fix the hypervisor and tz memory region size
8885 * arm64: dts: remove the #if 0 around bluetooth
8886 * wcn36xx: Update DT to support wcn36xx wifi driver
8887 * WIP:dts: arm64: add q6v5 pil support
8888 * arm64: dt: Add msm bus nodes
8889 * arm64: dts: usb: Add bus scaling suppport
8890 * arm64: dts: Add rpm_log support
8891 * dts: arm64: msm8916: add vidc dt nodes
8892 * dts: arm64: qcom: apq8016-sbc: enable vidc and vidc-rproc
8893 * arm64: apq8016-sbc.dtsi: Add regulators needed by adv7533
8894 * arm64: msm8916-mdss.dtsi: Add bus scaling properties for mdp
8895 * arm64: dts: Align msm8916 cpu thermal trip point ranges
8896 * arm64: dts: qcom: apq8016-sbc: Add Volume Up key device node
8897 * arm64: dts: qcom: apq8016-sbc: Add Volume Down definitions
8898 * arm64: dts: qcom: apq8016-sbc: Limit MPP4 high state to 1.8V
8899 * arm64: dts: apq8016-sbc: add regulators support
8900 * arm64: dts: move smem node after the soc node
8901 * arm64: dts: add spmi prefix to regulators
8902 * WIP: update iommu header
8903 * soc: qcom: import socinfo.h
8904 * iommu: qcom: forward port iommu v1
8905 * iommu: qcom: v1: rework secure part and build
8906 * iommu: qcom: v1: fix wrong sg interator
8907 * iommu: msm: Invalidate properly from iommu_unmap
8908 * arm64: provide dma cache routines with same API as 32 bit
8909 * qcom: iommu: Make use of domain_alloc and domain_free
8910 * DOWNSTREAM: drm/msm: use downstream iommu
8911 * iommu/msm: Add DT adaptation
8912 * iommu/msm: Move the contents from msm_iommu_dev.c to msm_iommu.c
8913 * iommu/msm: Add support for generic master bindings
8914 * iommu/msm: Set cacheability attributes without tex remap
8915 * temp: Add dummy msm_iommu_get_ctx and fix broken build
8916 * arm: dma-mapping: Don't override dma_ops in arch_setup_dma_ops()
8917 * of: dma: Move range size workaround to of_dma_get_range()
8918 * of: dma: Make of_dma_deconfigure() public
8919 * of: dma: Split of_configure_dma() into mask and ops configuration
8920 * drivers: platform: Configure dma operations at probe time
8921 * iommu: of: Document the of_iommu_configure() function
8922 * iommu: of: Handle IOMMU lookup failure with deferred probing or error
8923 * drm/msm: temp: Add a check to be compatible against both iommuv0/v1
8924 * iommu/msm: Fix "scheduling while atomic" bug
8925 * pci: use new of_dma_configure* apis
8926 * dt/bindings: qcom_adm: Fix channel specifiers
8927 * dmaengine: Add ADM driver
8928 * dmaengine: adm: Fix ADM hardware descriptor creation when flow control
8929 is enabled
8930 * dmaengine: adm: Use 'soft' flush when stopping DMA
8931 * dmaengine: adm: Don't reset controller during probe
8932 * dmaengine: adm: Start next DMA even if there is no ongoing transaction
8933 * ARM: cpuidle: Add cpuidle support for QCOM cpus
8934 * arm64: defconfig: qcom: Enable restart driver
8935 * arm64: introduce CPU_OF_TABLES for cpu ops selection
8936 * arm64: smp: move the pen to a header file
8937 * arm64: qcom: add cpu operations
8938 * arm64: defconfig: add qcom specifics
8939 * common: DMA-mapping: Add strongly ordered memory attribute
8940 * arm: Add option to skip buffer zeroing
8941 * arm64: Add support for DMA_ATTR_STRONGLY_ORDERED
8942 * arm64: dma-mapping: add support for IOMMU mapper
8943 * arm64: mm: Fix a bug in iommu dma-mapping
8944 * arm64: dma-mapping: fix DMA_ATTR_STRONGLY_ORDERED in __get_dma_pgprot
8945 * arm64: dma-mapping: map sg lists into the SMMU as virtually contiguous
8946 * arm64: fixup for mm renames
8947 * drm/mipi_dsi: refactor device creation
8948 * drm/mipi_dsi: check for used channels
8949 * drm/mipi_dsi: Create dummy DSI devices
8950 * drm/mipi_dsi: Get DSI host by DT device node
8951 * drm/i2c: adv7511: Fix mutex deadlock when interrupts are disabled
8952 * drm/i2c: adv7511: Initial support for adv7533
8953 * drm/i2c: adv7511: Refactor encoder slave functions
8954 * drm/i2c: adv7511: Add drm_bridge/connector for ADV7533
8955 * drm/i2c: adv7511: Create mipi_dsi_device for ADV7533
8956 * drm/i2c: adv7511: setup CEC registers during power off-power-on
8957 sequence
8958 * drm/i2c: adv7511: Use internal timing generator
8959 * drm/i2c: adv7511: Change DSI lanes dynamically
8960 * drm/i2c: adv7511: Move the common data structures to header file
8961 * drm/i2c: adv7511: Add Audio support.
8962 * drm/i2c: adv7511: Enable the audio data and clock pads on adv7533
8963 * HACK: drm/i2c: adv7511: Remove hotplug event handling
8964 * drm/i2c: adv7511: move to use reg_sequence
8965 * drm/i2c: adv7511: fixup the dapm bias level access
8966 * drm/i2c: adv7511: Init regulators
8967 * clk: qcom: gdsc: Use PM clocks to control gdsc clocks
8968 * clk: qcom: gdsc: Enable an RCG before turing on the gdsc
8969 * clk: qcom: gdsc: Manage clocks with !CONFIG_PM
8970 * clk: qcom: common: Add API to register board clocks backwards
8971 compatibly
8972 * clk: qcom: Move cxo/pxo/xo into dt files
8973 * clk: qcom: msm8916: Move xo and sleep clocks into DT
8974 * ARM: Add Krait L2 register accessor functions
8975 * clk: Avoid sending high rates to downstream clocks during set_rate
8976 * clk: mux: Split out register accessors for reuse
8977 * clk: Add safe switch hook
8978 * clk: qcom: Add support for High-Frequency PLLs (HFPLLs)
8979 * clk: qcom: Add HFPLL driver
8980 * clk: qcom: Add MSM8960/APQ8064's HFPLLs
8981 * clk: qcom: Add IPQ806X's HFPLLs
8982 * clk: qcom: Add support for Krait clocks
8983 * clk: qcom: Add KPSS ACC/GCC driver
8984 * clk: qcom: Add Krait clock controller driver
8985 * cpufreq: Add module to register cpufreq on Krait CPUs
8986 * clk: qcom: Add support for SMD-RPM Clocks
8987 * clk: qcom: Add support for RPM Clocks
8988 * clk: qcom: Add support for msm8974 RPM-SMD clocks
8989 * clk: qcom: msm8974: Remove gfx3d clock from MMCC
8990 * clk: qcom: Add support for apq8084 RPM-SMD clocks
8991 * clk: qcom: Add support for regmap mux-div clocks
8992 * clk: qcom: Add A53 clock driver
8993 * soc: qcom: Add support for SAW2 regulators
8994 * clk:gcc-msm8916: add missing mss_q6_bimc_axi clock
8995 * thermal: qcom: tsens: Add a skeletal TSENS drivers
8996 * thermal: qcom: tsens-8916: Add support for 8916 family of SoCs
8997 * thermal: qcom: tsens-8974: Add support for 8974 family of SoCs
8998 * thermal: qcom: tsens-8960: Add support for 8960 family of SoCs
8999 * amba: Defer device peripheral ID read
9000 * coresight-etm3x: Add Qualcomm PTM v1.1 peripheral ID
9001 * i2c: qup: Change qup_wait_writeready function to use for all timeouts
9002 * qup: i2c: factor out common code for reuse
9003 * i2c: qup: Add V2 tags support
9004 * i2c: qup: Transfer each i2c_msg in i2c_msgs without a stop bit
9005 * i2c: qup: Add bam dma capabilities
9006 * i2c: qup: Remove verbose messages.
9007 * drm/msm/dsi: Parse lane swap information from DT
9008 * drm/msm/dsi: Add a delay when performing software reset
9009 * drm/msm/dsi: Remove incorrect warning on host attach
9010 * drm/msm/dsi: Don't call hpd helper unconditionally
9011 * HACK: drm/msm/mdp5: Make sure mdp5 clocks aren't disbaled when we need
9012 them
9013 * mdp4: Add iommu detach_dev in error path
9014 * drm/msm: remove pm_runtime_put() calls
9015 * drm/msm/dsi: Update the "vdd" voltage range
9016 * drm/msm/mdp5: Update bus scaling support
9017 * mmc: sdhci: let GPIO based card detection have higher precedence
9018 * mmc: sdhci-msm: Add SDHCI_QUIRK_NO_CARD_NO_RESET
9019 * soc: qcom: Introduce common SMEM state machine code
9020 * soc: qcom: smsm: Add driver for Qualcomm SMSM
9021 * soc: qcom: smp2p: Qualcomm Shared Memory Point to Point
9022 * soc: qcom: enable smsm/smp2p modular build
9023 * ARM: qcom: select ARM_CPU_SUSPEND for power management
9024 * soc: qcom: Introduce WCNSS_CTRL SMD client
9025 * soc: qcom: smd-rpm: Add existing platform support
9026 * ARM: 8485/1: cpuidle: remove cpu parameter from the cpuidle_ops suspend
9027 hook
9028 * drivers/soc/qcom/smd.c: use __ioread32_copy() instead of open-coding it
9029 * regulator: qcom-smd: Add PM8916 support
9030 * regulator: qcom-smd: Add support for PMA8084
9031 * arm64: add qcom_defconfig
9032 * soc: qcom: smem: Add debugfs
9033 * remoteproc: core: Make the loaded resource table optional
9034 * remoteproc: qcom-pil: Implementation of Qualcomm TZ backed PIL
9035 * remoteproc: Add additional crash reasons
9036 * remoteproc: qcom-tz-pil: Add interrupts and gpio hooks
9037 * remoteproc: qcom-tz: Inform SMD about crashing remotes
9038 * remoteproc: qcom-tz: Finish shutdown on timeout
9039 * remoteproc: qcom: tz-pil: Round up max address
9040 * remoteproc: Support loading firmware from lately mounted fs (HACK)
9041 * remoteproc: qcom: q6v5 pil: Initial hack to boot mss
9042 * remoteproc: qcom-tz: Update to match smem api changes
9043 * remoteproc: qcom-tz: Update smem prototypes
9044 * remoteproc: qcom-tz: Drop smd reset stuff for now
9045 * remoteproc: qcom: Extract PAS and fix compilation for 4.1
9046 * remoteproc: qcom_tz_pil: Fix compiler issues
9047 * remoteproc: qcom_q6v5_pil: Fix 64 bit
9048 * regulator: qcom: smd: Regulator driver for the Qualcomm RPM
9049 * gpio: qcom-smsm: Add driver for Qualcomm SMSM
9050 * gpio: smsm: Update smem prototypes
9051 * gpio: smsm: Fix compiler warnings
9052 * soc: qcom: smd: Use correct smem id
9053 * gpio: qcom-smp2p: Qualcomm Shared Memory Point to Point
9054 * dt-binding: gpio: Introduce qcom,smp2p binding documentation
9055 * gpio: qcom-smp2p: Fix compile issues
9056 * remoteproc: tz_pil: Fixes to support 8916
9057 * HACK: soc: qcom: smd: Add debug to fix timing
9058 * regulator: smd: Add floor and corner operations
9059 * regulator: smd: Make set_{corner,floor} work with regulator struct
9060 * regulator: smd: Add correct ifdef flag for stubs
9061 * regulator: smd: remove left over debug statement
9062 * remoteproc: tz_pil: make irqs, smd edge & crash-reason optional
9063 properties
9064 * remoteproc: tz_pil: take relocation flag into account
9065 * remoteproc: tz_pil: skip waiting ready irq if it not provided
9066 * gpio:smp2p:qcom: kill set_irq_flags and use genirq
9067 * qcom-smd-rpm: Add MSM8916 support
9068 * soc: smd: Migrate the wifi driver from old smd driver to new smd
9069 driver.
9070 * soc: qcom: smd: Introduce callback setter
9071 * soc: qcom: smd: Split discovery and state change work
9072 * soc: qcom: smd: Refactor channel open and close handling
9073 * soc: qcom: smd: Support multiple channels per sdev
9074 * soc: qcom: smd: Support opening additional channels
9075 * WIP: remoteproc: q6: remove some commented out code
9076 * WIP:remoteproc:q6pil: add segment_is_loadable and
9077 segment_is_relocatable macros
9078 * WIP: remoteproc: q6: add support to memory-region
9079 * WIP: remoteproc: q6: add support to scm restart
9080 * WIP: remoteproc: HACK to get it working on DB410c
9081 * remoteproc: tz: Allow no scm clocks support
9082 * soc: qcom: Add msm_bus driver
9083 * soc: qcom: rpm_log: Add rpm log driver
9084 * soc: qcom: Stub IPCRTR client driver
9085 * Fix: Make it buildable on v4.3
9086 * Move to new qcom_smem_get() api
9087 * PM / OPP: Support adjusting OPP voltages at runtime
9088 * OPP: Allow notifiers to call dev_pm_opp_get_{voltage, freq} RCU-free
9089 * cpufreq-dt: Handle OPP voltage adjust events
9090 * power: avs: Add support for CPR (Core Power Reduction)
9091 * power: avs: cpr: Use raw mem access for qfprom
9092 * power: avs: Register CPR with cpufreq-dt
9093 * power: avs: cpr: Fix Duplicate OPPs warning
9094 * pwer:avs: cpr: fix with new reg_sequence structures
9095 * cpufreq-dt: Add L2 frequency scaling support
9096 * firmware: qcom: scm: Add support for ARM64 SoCs
9097 * firmware: qcom: scm: Generalize shared error map
9098 * firmware: qcom: scm: Add boot APIs
9099 * firmware: qcom: scm: Peripheral Authentication Service
9100 * firmware: qcom: scm: Add 64 bit PAS APIs
9101 * firmware: qcom: scm: Fix NULL coherent device
9102 * firmware: qcom: scm: Split out 32-bit specific SCM code
9103 * firmware: qcom: scm: Support PIL SCMs
9104 * firmware: qcom: scm: Support IOMMU scm calls
9105 * firmware: qcom: scm: add video (vidc) scm calls
9106 * firmware: qcom: scm: Fixup arm64 asm
9107 * firmware: scm: add proc restart support
9108 * wcn36xx: add wcn3620 chip type definition
9109 * wcn36xx: get chip type from platform ops
9110 * wcn36xx: use 3680 dxe regs for 3620
9111 * wcn36xx: introduce WCN36XX_HAL_AVOID_FREQ_RANGE_IND
9112 * wcn36xx: swallow two wcn3620 IND messages
9113 * wcn36xx: remove powersaving for wcn3620
9114 * wcn36xx: handle new hal response format
9115 * wcn3620: use new response format for wcn3620 trigger_ba
9116 * wcn3620: use new response format for wcn3620 remove_bsskey
9117 * net wireless wcn36xx add wcnss platform code
9118 * net wireless wcn36xx adapt wcnss platform to select module by DT
9119 * wcn36xx: add later fw capabilities
9120 * Got workable wireless driver.
9121 * Set the dma mask for platform device which is not created from DT.
9122 * Update the initialization sequence to enable DB410c.
9123 * Migrate the wifi driver from old smd driver to new smd driver.
9124 * Bluetooth: Add HCI device identifier for Qualcomm SMD
9125 * Bluetooth: btqcomsmd: Qualcomm WCNSS HCI driver
9126 * wcn36xx: Update the smd client driver to use new smd channel
9127 * wcn36xx: eliminate the warning for unsupported SMD_EVENT
9128 * wcn36xx: avoid alloc mem with GFP_KERNEL in smd callback.
9129 * linaro: add defconfig fragment with basic linaro config
9130 * kernel: configs: move linaro distro.conf as proper %.config fragment
9131 * kernel: configs: update distro.config
9132 * kernel: configs: improve distro.config, mostly for systemd
9133 * kernel: configs: update distro config from release branch
9134 * kernel: configs: Enable input misc device drivers
9135 * media: vidc: debug: fix build warnings
9136 * media: vidc: venc/vdec: vb2 structure reorganisation
9137 * iommu: qcom: v1: move iommu-sec pgtable allocation
9138 * dts: arm: apq8064: add support to q6 pil via pil-tz
9139 * arm: dts: apq8064: add support to smd apr_audio svc channel
9140 * dts: arm: add support to digital audio via dsp
9141 * arm: dts: qcom: apq8064: Add RPMCC DT node
9142 * arm: dts: qcom: apq8064: Add fixed rate on-board oscillators
9143 * ARM: dts: ERAGON: fix uart pinctrl
9144 * dts: qcom: Add CoreSight components for APQ8064
9145 * arm: dts: apq8064: fix clock names according to new rpmcc
9146 * usb: phy: msm: fix error handling in probe.
9147 * usb: phy: msm: HACK: Make Vddc configuration optional
9148 * usb: phy: msm: Disable driver runtime PM
9149 * usb: phy: msm: Ensure that workers are initialized before use
9150 * usb: chipidea: msm: Use posted data writes on AHB
9151 * usb: host: ehci-msm: Use posted data writes on AHB
9152 * drivers: usb: Add bus scaling suppport
9153 * ASoC: hdmi-codec: Add hdmi-codec for external HDMI-encoders
9154 * ALSA: pcm: add IEC958 channel status helper for hw_params
9155 * sound: codec: Add support to msm8x16_wcd codec.
9156 * sound: qcom: add dsp support to apq8064
9157 * WIP: drm: msm: add proper hdmi codec driver.
9158 * ASoC: qcom: use correct device pointer in dma allocation
9159 * arm: dts: remove duplicate entires
9160 * cpufreq-dt: Add missing rcu_read_lock() for find_device_opp()
9161 * multi_v7_defconfig: add msm iommu kconfig
9162 * kernel: add DRM_LOAD_EDID_FIRMWARE in distro.config
9163 * kernel: configs: add I2C_CHARDEV in distro.config
9164 * kernel: configs: add CONFIG_INPUT_JOYDEV in distro.config
9165 * fixup! ARM: qcom_defconfig: Add QCOM specific drivers
9166 * wcn36xx: handle rx skb allocation failure to avoid system crash
9167 * wcn36xx: split DMA mask register writing.
9168 * wcn36xx: Clean up wcn36xx_smd_send_beacon
9169 * wcn36xx: Pad TIM PVM if needed
9170 * wcn36xx: Add helper macros to cast vif to private vif and vice versa
9171 * wcn36xx: Use consistent name for private vif
9172 * wcn36xx: Use define for invalid index and fix typo
9173 * wcn36xx: Fetch private sta data from sta entry instead of from vif
9174 * wcn36xx: Add helper macros to cast sta to priv
9175 * wcn36xx: Remove sta pointer in private vif struct
9176 * wcn36xx: Parse trigger_ba response properly
9177 * wcn36xx: Copy all members in config_sta v1 conversion
9178 * wcn36xx: Use allocated self sta index instead of hard coded
9179 * wcn36xx: Clear encrypt_type when deleting bss key
9180 * wcn36xx: Track association state
9181 * wcn36xx: Implement multicast filtering
9182 * wcn36xx: don't pad beacons for mesh
9183 * wcn36xx: Use correct command struct for EXIT_BMPS_REQ
9184 * wcn36xx: Disable power save for now
9185 * wcn36xx: remove references to IFF_PROMISC
9186
9187 -- Paolo Pisati <paolo.pisati@canonical.com> Thu, 04 Feb 2016 16:20:26 +0100
9188
9189 linux-snapdragon (4.2.0-2012.12) xenial; urgency=low
9190
9191 [ Tim Gardner ]
9192
9193 * [Config] renamed to snapdragon
9194 * Rebased on Ubuntu-4.2.0-25.30
9195
9196 -- Tim Gardner <tim.gardner@canonical.com> Tue, 26 Jan 2016 15:04:16 -0700
9197
9198 linux-snapdragon (4.2.0-2011.11) xenial; urgency=low
9199
9200 [ Upstream Kernel Changes ]
9201
9202 * arm64: errata: Add -mpc-relative-literal-loads to erratum #843419 build
9203 flags
9204 - LP: #1533009
9205
9206 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 25 Jan 2016 11:51:37 +0100
9207
9208 linux-snapdragon (4.2.0-2010.10) xenial; urgency=low
9209
9210 [ Paolo Pisati ]
9211
9212 * [Config] DEBUG_MEMORY_INIT=y
9213 * [Config] DEBUG_MUTEXES=y && DEBUG_SPINLOCK=y
9214
9215 -- Paolo Pisati <paolo.pisati@canonical.com> Thu, 21 Jan 2016 09:30:55 +0100
9216
9217 linux-dragon410c (4.2.0-2009.9) xenial; urgency=low
9218
9219 [ Paolo Pisati ]
9220
9221 * [Config] USB_HSIC_USB3503=y
9222 * [Config] USB_MSM_OTG=y
9223 * [Config] USB_GADGET=y
9224 * [Config] USB_CHIPIDEA=y
9225
9226 -- Paolo Pisati <paolo.pisati@canonical.com> Tue, 19 Jan 2016 11:39:28 +0100
9227
9228 linux-dragon410c (4.2.0-2008.8) xenial; urgency=low
9229
9230 [ Paolo Pisati ]
9231
9232 * rebased on Ubuntu-4.2.0-24.29
9233 * update Linaro BSP qcomlt-4.2 @ f1bd413
9234 * [Config] disable QCOM_[CPUFREQ|CPUIDLE], use the DT generic
9235 * [Config] BUS_TOPOLOGY_ADHOC=y
9236 * [Config] disable MMC_CLKGATE
9237 * [Config] MSM_BUS_SCALING=y
9238 * [Config] disable NO_HZ
9239 * [Config] disable PM_DEVFREQ
9240 * [Config] disable PM_WAKELOCKS
9241 * [Config] USB_OHCI_HCD_PLATFORM=y
9242 * [Config] disable USB_UHCI_HCD
9243 * [Config] disable USB_XHCI_HCD
9244
9245 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 18 Jan 2016 11:43:16 +0100
9246
9247 linux-dragon410c (4.2.0-2007.7) xenial; urgency=low
9248
9249 [ Paolo Pisati ]
9250
9251 * [Config] disable all arm64 SOCs but QCOM
9252 * [Config] REGULATOR_FAN53555=y
9253 * [Config] MMC_CLKGATE=y
9254 * [Config] USB_EHCI_HCD_PLATFORM=y && USB_EHCI_MSM=y
9255 * [Config] annotations: enable EHCI platform on arm64
9256 * [Config] DMA_CMA=y
9257 * [Config] I2C_QUP=y
9258 * [Config] HW_RANDOM_MSM=y && HW_RANDOM_TPM=y
9259 * [Config] INPUT_PM8941_PWRKEY=y
9260 * [Config] LEDS_GPIO=y && LEDS_TRIGGER*=y
9261 * [Config] AUTOFS4_FS=y
9262 * [Config] SPMI=y, REGULATOR_QCOM_SPMI=y, PINCTRL_QCOM_SPMI_PMIC
9263 * [Config] MMC_QCOM_DML=y
9264 * [Config] MSM_RPMCC_8064=y
9265 * [Config] QCOM_QFPROM=y && QCOM_TSENS=y
9266
9267 -- Paolo Pisati <paolo.pisati@canonical.com> Wed, 13 Jan 2016 21:56:58 +0100
9268
9269 linux-dragon410c (4.2.0-2006.6) xenial; urgency=low
9270
9271 [ Paolo Pisati ]
9272
9273 * [Config] NLS_ISO8859_1=y
9274
9275 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 04 Jan 2016 15:51:22 +0100
9276
9277 linux-dragon410c (4.2.0-2005.5) xenial; urgency=low
9278
9279 [ Paolo Pisati ]
9280
9281 * Revert "[Config] FTBFS: disable ARM64_CRYPTO"
9282 * [Config] REGULATOR_FIXED_VOLTAGE=y
9283 * [Config] QCOM_A53=y
9284 * [Config] MFD_QCOM_RPM=y
9285 * [Config] MMC_SDHCI=y && MMC_SDHCI_MSM=y
9286 * [Config] PINCTRL_MSM8916=y
9287 * [Config] QCOM_BAM_DMA && QCOM_GSBI=y
9288 * [Config] REGULATOR_QCOM_RPM=y
9289 * [Config] MMC_BLOCK_MINORS=32
9290 * [Config] CRYPTO_DRBG=y
9291
9292 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 04 Jan 2016 11:11:59 +0100
9293
9294 linux-dragon410c (4.2.0-2004.4) xenial; urgency=low
9295
9296 [ Paolo Pisati ]
9297
9298 * [Config] FTBFS: disable ARM64_CRYPTO
9299
9300 -- Paolo Pisati <paolo.pisati@canonical.com> Wed, 09 Dec 2015 14:12:54 +0100
9301
9302 linux-dragon410c (4.2.0-2003.3) xenial; urgency=low
9303
9304 [ Paolo Pisati ]
9305
9306 * [Config] COMMON_CLK_QCOM=y && HWSPINLOCK_QCOM=y
9307 * [Config] QCOM_SMD=y (fix FTBFS SERIAL_MSM_SMD)
9308 * [Config] MFD_QCOM_SMD_RPM=y && REGULATOR_QCOM_SMD_RPM=y
9309 * [Config] VIDEO_V4L2=y
9310 * [Config] MSM_VIDC_V4L2=y
9311 * [Config] QCOM_Q6V5_PIL=y && QCOM_TZ_PIL=y
9312 * [Config] DRM_MSM=y && DRM_I2C_ADV7511=y
9313 * [Config] SND_SOC_QCOM=y
9314 * [Config] MSM_GCC_8916=y
9315 * [Config] DRM_PANEL_SIMPLE=y
9316
9317 -- Paolo Pisati <paolo.pisati@canonical.com> Wed, 09 Dec 2015 11:33:29 +0100
9318
9319 linux-dragon410c (4.2.0-2002.2) xenial; urgency=low
9320
9321 [ Paolo Pisati ]
9322
9323 * [Config] snappy config fragments: generic, systemd, lxc, security and
9324 snappy
9325 * [Config] snappy/security: CC_STACKPROTECTOR_REGULAR=y
9326 * [Config] snappy/snappy: RFKILL_REGULATOR depends on REGULATOR=y
9327 * [Config] snappy/generic: CRASH_DUMP=y
9328 * [Config] snappy/generic: NVRAM=m
9329 * [Config] snappy/generic: INPUT_UINPUT=y
9330 * [Config] snappy/generic: SYSVIPC=y && SYSVIPC_SYSCTL=y
9331 * [Config] snappy/generic: LOCALVERSION= to avoid packaging failure
9332 * [Config] updateconfigs
9333
9334 [ Upstream Kernel Changes ]
9335
9336 * media: vidc: fix compile error
9337
9338 -- Paolo Pisati <paolo.pisati@canonical.com> Fri, 04 Dec 2015 15:24:16 +0100
9339
9340 linux-dragon410c (4.2.0-2001.1) xenial; urgency=low
9341
9342 [ Paolo Pisati ]
9343
9344 * import http://git.linaro.org/landing-teams/working/qualcomm/kernel.git @
9345 ubuntu-qcom-dragonboard410c-15.09
9346 * rebased on Ubuntu-4.2.0-19.23
9347
9348 -- Paolo Pisati <paolo.pisati@canonical.com> Thu, 03 Dec 2015 17:18:07 +0200