]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - debian.snapdragon/changelog
8dae92f3bf7eab562d9b6cd5e27c82dfe0ac6997
[mirror_ubuntu-artful-kernel.git] / debian.snapdragon / changelog
1 linux-snapdragon (4.4.0-1087.92) xenial; urgency=medium
2
3 * linux-snapdragon: 4.4.0-1087.92 -proposed tracker (LP: #1749096)
4
5 [ Ubuntu: 4.4.0-116.140 ]
6
7 * linux: 4.4.0-116.140 -proposed tracker (LP: #1748990)
8 * BUG: unable to handle kernel NULL pointer dereference at 0000000000000009
9 (LP: #1748671)
10 - SAUCE: net: ipv4: fix for a race condition in raw_sendmsg -- fix backport
11
12 -- Stefan Bader <stefan.bader@canonical.com> Tue, 13 Feb 2018 10:48:20 +0100
13
14 linux-snapdragon (4.4.0-1086.91) xenial; urgency=medium
15
16 * linux-snapdragon: 4.4.0-1086.91 -proposed tracker (LP: #1748494)
17
18 [ Ubuntu: 4.4.0-115.139 ]
19
20 * linux: 4.4.0-115.138 -proposed tracker (LP: #1748745)
21 * CVE-2017-5715 (Spectre v2 Intel)
22 - Revert "UBUNTU: SAUCE: turn off IBPB when full retpoline is present"
23 - SAUCE: turn off IBRS when full retpoline is present
24 - [Packaging] retpoline files must be sorted
25 - [Packaging] pull in retpoline files
26
27 [ Ubuntu: 4.4.0-114.137 ]
28
29 * linux: 4.4.0-114.137 -proposed tracker (LP: #1748484)
30 * ALSA backport missing NVIDIA GPU codec IDs to patch table to
31 Ubuntu 16.04 LTS Kernel (LP: #1744117)
32 - ALSA: hda - Add missing NVIDIA GPU codec IDs to patch table
33 * Shutdown hang on 16.04 with iscsi targets (LP: #1569925)
34 - scsi: libiscsi: Allow sd_shutdown on bad transport
35 * libata: apply MAX_SEC_1024 to all LITEON EP1 series devices (LP: #1743053)
36 - libata: apply MAX_SEC_1024 to all LITEON EP1 series devices
37 * KVM patches for s390x to provide facility bits 81 (ppa15) and 82 (bpb)
38 (LP: #1747090)
39 - KVM: s390: wire up bpb feature
40 - KVM: s390: Enable all facility bits that are known good for passthrough
41 * CVE-2017-5715 (Spectre v2 Intel)
42 - SAUCE: drop lingering gmb() macro
43 - x86/feature: Enable the x86 feature to control Speculation
44 - x86/feature: Report presence of IBPB and IBRS control
45 - x86/enter: MACROS to set/clear IBRS and set IBPB
46 - x86/enter: Use IBRS on syscall and interrupts
47 - x86/idle: Disable IBRS entering idle and enable it on wakeup
48 - x86/idle: Disable IBRS when offlining cpu and re-enable on wakeup
49 - x86/mm: Set IBPB upon context switch
50 - x86/mm: Only set IBPB when the new thread cannot ptrace current thread
51 - x86/kvm: add MSR_IA32_SPEC_CTRL and MSR_IA32_PRED_CMD to kvm
52 - x86/kvm: Set IBPB when switching VM
53 - x86/kvm: Toggle IBRS on VM entry and exit
54 - x86/spec_ctrl: Add sysctl knobs to enable/disable SPEC_CTRL feature
55 - x86/spec_ctrl: Add lock to serialize changes to ibrs and ibpb control
56 - x86/cpu/amd, kvm: Satisfy guest kernel reads of IC_CFG MSR
57 - x86/cpu/AMD: Add speculative control support for AMD
58 - x86/microcode: Extend post microcode reload to support IBPB feature
59 - KVM: SVM: Do not intercept new speculative control MSRs
60 - x86/svm: Set IBRS value on VM entry and exit
61 - x86/svm: Set IBPB when running a different VCPU
62 - KVM: x86: Add speculative control CPUID support for guests
63 - SAUCE: Fix spec_ctrl support in KVM
64 - SAUCE: turn off IBPB when full retpoline is present
65
66 -- Stefan Bader <stefan.bader@canonical.com> Mon, 12 Feb 2018 15:01:49 +0100
67
68 linux-snapdragon (4.4.0-1085.90) xenial; urgency=low
69
70 * linux-snapdragon: 4.4.0-1085.90 -proposed tracker (LP: #1746942)
71
72
73 [ Ubuntu: 4.4.0-113.136 ]
74
75 * linux: 4.4.0-113.136 -proposed tracker (LP: #1746936)
76 * Missing install-time driver for QLogic QED 25/40/100Gb Ethernet NIC
77 (LP: #1743638)
78 - [d-i] Add qede to nic-modules udeb
79 * CVE-2017-5753 (Spectre v1 Intel)
80 - x86/cpu/AMD: Make the LFENCE instruction serialized
81 - x86/cpu/AMD: Remove now unused definition of MFENCE_RDTSC feature
82 - SAUCE: reinstate MFENCE_RDTSC feature definition
83 - locking/barriers: introduce new observable speculation barrier
84 - bpf: prevent speculative execution in eBPF interpreter
85 - x86, bpf, jit: prevent speculative execution when JIT is enabled
86 - SAUCE: FIX: x86, bpf, jit: prevent speculative execution when JIT is enabled
87 - carl9170: prevent speculative execution
88 - qla2xxx: prevent speculative execution
89 - Thermal/int340x: prevent speculative execution
90 - ipv4: prevent speculative execution
91 - ipv6: prevent speculative execution
92 - fs: prevent speculative execution
93 - net: mpls: prevent speculative execution
94 - udf: prevent speculative execution
95 - userns: prevent speculative execution
96 - SAUCE: claim mitigation via observable speculation barrier
97 - SAUCE: powerpc: add osb barrier
98 - SAUCE: s390/spinlock: add osb memory barrier
99 - SAUCE: arm64: no osb() implementation yet
100 - SAUCE: arm: no osb() implementation yet
101 * CVE-2017-5715 (Spectre v2 retpoline)
102 - x86/cpuid: Provide get_scattered_cpuid_leaf()
103 - x86/cpu: Factor out application of forced CPU caps
104 - x86/cpufeatures: Make CPU bugs sticky
105 - x86/cpufeatures: Add X86_BUG_CPU_INSECURE
106 - x86/cpu, x86/pti: Do not enable PTI on AMD processors
107 - x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWN
108 - x86/cpufeatures: Add X86_BUG_SPECTRE_V[12]
109 - x86/cpu: Merge bugs.c and bugs_64.c
110 - sysfs/cpu: Add vulnerability folder
111 - x86/cpu: Implement CPU vulnerabilites sysfs functions
112 - x86/alternatives: Add missing '\n' at end of ALTERNATIVE inline asm
113 - x86/mm/32: Move setup_clear_cpu_cap(X86_FEATURE_PCID) earlier
114 - x86/asm: Use register variable to get stack pointer value
115 - x86/kbuild: enable modversions for symbols exported from asm
116 - x86/asm: Make asm/alternative.h safe from assembly
117 - EXPORT_SYMBOL() for asm
118 - kconfig.h: use __is_defined() to check if MODULE is defined
119 - x86/retpoline: Add initial retpoline support
120 - x86/spectre: Add boot time option to select Spectre v2 mitigation
121 - x86/retpoline/crypto: Convert crypto assembler indirect jumps
122 - x86/retpoline/entry: Convert entry assembler indirect jumps
123 - x86/retpoline/ftrace: Convert ftrace assembler indirect jumps
124 - x86/retpoline/hyperv: Convert assembler indirect jumps
125 - x86/retpoline/xen: Convert Xen hypercall indirect jumps
126 - x86/retpoline/checksum32: Convert assembler indirect jumps
127 - x86/retpoline/irq32: Convert assembler indirect jumps
128 - x86/retpoline: Fill return stack buffer on vmexit
129 - x86/retpoline: Remove compile time warning
130 - x86/retpoline: Add LFENCE to the retpoline/RSB filling RSB macros
131 - module: Add retpoline tag to VERMAGIC
132 - x86/mce: Make machine check speculation protected
133 - retpoline: Introduce start/end markers of indirect thunk
134 - kprobes/x86: Blacklist indirect thunk functions for kprobes
135 - kprobes/x86: Disable optimizing on the function jumps to indirect thunk
136 - x86/retpoline: Optimize inline assembler for vmexit_fill_RSB
137 - [Config] CONFIG_RETPOLINE=y
138 - [Packaging] retpoline -- add call site validation
139 - [Config] disable retpoline checks for first upload
140 * CVE-2017-5715 (revert embargoed) // CVE-2017-5753 (revert embargoed)
141 - Revert "UBUNTU: SAUCE: Fix spec_ctrl support in KVM"
142 - Revert "x86/cpuid: Provide get_scattered_cpuid_leaf()"
143 - Revert "kvm: vmx: Scrub hardware GPRs at VM-exit"
144 - Revert "Revert "x86/svm: Add code to clear registers on VM exit""
145 - Revert "UBUNTU: SAUCE: x86/microcode: Extend post microcode reload to
146 support IBPB feature -- repair missmerge"
147 - Revert "arm: no gmb() implementation yet"
148 - Revert "arm64: no gmb() implementation yet"
149 - Revert "UBUNTU: SAUCE: x86/kvm: Fix stuff_RSB() for 32-bit"
150 - Revert "s390/spinlock: add gmb memory barrier"
151 - Revert "powerpc: add gmb barrier"
152 - Revert "x86/cpu/AMD: Remove now unused definition of MFENCE_RDTSC feature"
153 - Revert "x86/cpu/AMD: Make the LFENCE instruction serialized"
154 - Revert "x86/svm: Add code to clear registers on VM exit"
155 - Revert "x86/svm: Add code to clobber the RSB on VM exit"
156 - Revert "KVM: x86: Add speculative control CPUID support for guests"
157 - Revert "x86/svm: Set IBPB when running a different VCPU"
158 - Revert "x86/svm: Set IBRS value on VM entry and exit"
159 - Revert "KVM: SVM: Do not intercept new speculative control MSRs"
160 - Revert "x86/microcode: Extend post microcode reload to support IBPB feature"
161 - Revert "x86/cpu/AMD: Add speculative control support for AMD"
162 - Revert "x86/cpu/amd, kvm: Satisfy guest kernel reads of IC_CFG MSR"
163 - Revert "x86/entry: Use retpoline for syscall's indirect calls"
164 - Revert "x86/syscall: Clear unused extra registers on 32-bit compatible
165 syscall entrance"
166 - Revert "x86/syscall: Clear unused extra registers on syscall entrance"
167 - Revert "x86/spec_ctrl: Add lock to serialize changes to ibrs and ibpb
168 control"
169 - Revert "x86/spec_ctrl: Add sysctl knobs to enable/disable SPEC_CTRL feature"
170 - Revert "x86/kvm: Pad RSB on VM transition"
171 - Revert "x86/kvm: Toggle IBRS on VM entry and exit"
172 - Revert "x86/kvm: Set IBPB when switching VM"
173 - Revert "x86/kvm: add MSR_IA32_SPEC_CTRL and MSR_IA32_PRED_CMD to kvm"
174 - Revert "x86/entry: Stuff RSB for entry to kernel for non-SMEP platform"
175 - Revert "x86/mm: Only set IBPB when the new thread cannot ptrace current
176 thread"
177 - Revert "x86/mm: Set IBPB upon context switch"
178 - Revert "x86/idle: Disable IBRS when offlining cpu and re-enable on wakeup"
179 - Revert "x86/idle: Disable IBRS entering idle and enable it on wakeup"
180 - Revert "x86/enter: Use IBRS on syscall and interrupts"
181 - Revert "x86/enter: MACROS to set/clear IBRS and set IBPB"
182 - Revert "x86/feature: Report presence of IBPB and IBRS control"
183 - Revert "x86/feature: Enable the x86 feature to control Speculation"
184 - Revert "udf: prevent speculative execution"
185 - Revert "net: mpls: prevent speculative execution"
186 - Revert "fs: prevent speculative execution"
187 - Revert "ipv6: prevent speculative execution"
188 - Revert "userns: prevent speculative execution"
189 - Revert "Thermal/int340x: prevent speculative execution"
190 - Revert "qla2xxx: prevent speculative execution"
191 - Revert "carl9170: prevent speculative execution"
192 - Revert "uvcvideo: prevent speculative execution"
193 - Revert "x86, bpf, jit: prevent speculative execution when JIT is enabled"
194 - Revert "bpf: prevent speculative execution in eBPF interpreter"
195 * CVE-2017-17712
196 - net: ipv4: fix for a race condition in raw_sendmsg
197 * upload urgency should be medium by default (LP: #1745338)
198 - [Packaging] update urgency to medium by default
199 * CVE-CVE-2017-12190
200 - more bio_map_user_iov() leak fixes
201 * CVE-2015-8952
202 - mbcache2: reimplement mbcache
203 - ext2: convert to mbcache2
204 - ext4: convert to mbcache2
205 - mbcache2: limit cache size
206 - mbcache2: Use referenced bit instead of LRU
207 - ext4: kill ext4_mballoc_ready
208 - ext4: shortcut setting of xattr to the same value
209 - mbcache: remove mbcache
210 - mbcache2: rename to mbcache
211 - mbcache: get rid of _e_hash_list_head
212 - mbcache: add reusable flag to cache entries
213 * CVE-2017-15115
214 - sctp: do not peel off an assoc from one netns to another one
215 * CVE-2017-8824
216 - dccp: CVE-2017-8824: use-after-free in DCCP code
217
218 [ Ubuntu: 4.4.0-112.135 ]
219
220 * linux: 4.4.0-112.135 -proposed tracker (LP: #1744244)
221 * CVE-2017-5715 // CVE-2017-5753
222 - x86/cpuid: Provide get_scattered_cpuid_leaf()
223 - SAUCE: Fix spec_ctrl support in KVM
224 - SAUCE: s390: improve cpu alternative handling for gmb and nobp
225 - SAUCE: s390: print messages for gmb and nobp
226 - [Config] KERNEL_NOBP=y
227
228 [ Ubuntu: 4.4.0-111.134 ]
229
230 * linux: 4.4.0-111.134 -proposed tracker (LP: #1743362)
231 * Do not duplicate changelog entries assigned to more than one bug or CVE
232 (LP: #1743383)
233 - [Packaging] git-ubuntu-log -- handle multiple bugs/cves better
234 * CVE-2017-5715 // CVE-2017-5753
235 - SAUCE: x86/microcode: Extend post microcode reload to support IBPB feature
236 -- repair missmerge
237 - Revert "x86/svm: Add code to clear registers on VM exit"
238 - kvm: vmx: Scrub hardware GPRs at VM-exit
239 * CVE-2017-5754
240 - SAUCE: powerpc: use sync instead of hwsync mnemonic
241
242 [ Ubuntu: 4.4.0-110.133 ]
243
244 * linux: 4.4.0-110.133 -proposed tracker (LP: #1742995)
245 * CVE-2017-5753
246 - x86/microcode/AMD: Add support for fam17h microcode loading
247 - bpf: add bpf_patch_insn_single helper
248 - bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apis
249 - bpf: add generic constant blinding for use in jits
250 - locking/barriers: introduce new memory barrier gmb()
251 - bpf: prevent speculative execution in eBPF interpreter
252 - x86, bpf, jit: prevent speculative execution when JIT is enabled
253 - uvcvideo: prevent speculative execution
254 - carl9170: prevent speculative execution
255 - qla2xxx: prevent speculative execution
256 - Thermal/int340x: prevent speculative execution
257 - userns: prevent speculative execution
258 - ipv6: prevent speculative execution
259 - fs: prevent speculative execution
260 - net: mpls: prevent speculative execution
261 - udf: prevent speculative execution
262 - x86/feature: Enable the x86 feature to control Speculation
263 - x86/feature: Report presence of IBPB and IBRS control
264 - x86/enter: MACROS to set/clear IBRS and set IBPB
265 - x86/enter: Use IBRS on syscall and interrupts
266 - x86/idle: Disable IBRS entering idle and enable it on wakeup
267 - x86/idle: Disable IBRS when offlining cpu and re-enable on wakeup
268 - x86/mm: Set IBPB upon context switch
269 - x86/mm: Only set IBPB when the new thread cannot ptrace current thread
270 - x86/entry: Stuff RSB for entry to kernel for non-SMEP platform
271 - x86/kvm: add MSR_IA32_SPEC_CTRL and MSR_IA32_PRED_CMD to kvm
272 - x86/kvm: Set IBPB when switching VM
273 - x86/kvm: Toggle IBRS on VM entry and exit
274 - x86/kvm: Pad RSB on VM transition
275 - x86/spec_ctrl: Add sysctl knobs to enable/disable SPEC_CTRL feature
276 - x86/spec_ctrl: Add lock to serialize changes to ibrs and ibpb control
277 - x86/syscall: Clear unused extra registers on syscall entrance
278 - x86/syscall: Clear unused extra registers on 32-bit compatible syscall
279 entrance
280 - x86/entry: Use retpoline for syscall's indirect calls
281 - x86/cpu/amd, kvm: Satisfy guest kernel reads of IC_CFG MSR
282 - x86/cpu/AMD: Add speculative control support for AMD
283 - x86/microcode: Extend post microcode reload to support IBPB feature
284 - KVM: SVM: Do not intercept new speculative control MSRs
285 - x86/svm: Set IBRS value on VM entry and exit
286 - x86/svm: Set IBPB when running a different VCPU
287 - KVM: x86: Add speculative control CPUID support for guests
288 - x86/svm: Add code to clobber the RSB on VM exit
289 - x86/svm: Add code to clear registers on VM exit
290 - x86/cpu/AMD: Make the LFENCE instruction serialized
291 - x86/cpu/AMD: Remove now unused definition of MFENCE_RDTSC feature
292 - powerpc: add gmb barrier
293 - s390/spinlock: add gmb memory barrier
294 - SAUCE: x86/kvm: Fix stuff_RSB() for 32-bit
295 - arm64: no gmb() implementation yet
296 - arm: no gmb() implementation yet
297 * CVE-2017-5715
298 - x86/microcode/AMD: Add support for fam17h microcode loading
299 - bpf: add bpf_patch_insn_single helper
300 - bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apis
301 - bpf: add generic constant blinding for use in jits
302 - locking/barriers: introduce new memory barrier gmb()
303 - bpf: prevent speculative execution in eBPF interpreter
304 - x86, bpf, jit: prevent speculative execution when JIT is enabled
305 - uvcvideo: prevent speculative execution
306 - carl9170: prevent speculative execution
307 - qla2xxx: prevent speculative execution
308 - Thermal/int340x: prevent speculative execution
309 - userns: prevent speculative execution
310 - ipv6: prevent speculative execution
311 - fs: prevent speculative execution
312 - net: mpls: prevent speculative execution
313 - udf: prevent speculative execution
314 - x86/feature: Enable the x86 feature to control Speculation
315 - x86/feature: Report presence of IBPB and IBRS control
316 - x86/enter: MACROS to set/clear IBRS and set IBPB
317 - x86/enter: Use IBRS on syscall and interrupts
318 - x86/idle: Disable IBRS entering idle and enable it on wakeup
319 - x86/idle: Disable IBRS when offlining cpu and re-enable on wakeup
320 - x86/mm: Set IBPB upon context switch
321 - x86/mm: Only set IBPB when the new thread cannot ptrace current thread
322 - x86/entry: Stuff RSB for entry to kernel for non-SMEP platform
323 - x86/kvm: add MSR_IA32_SPEC_CTRL and MSR_IA32_PRED_CMD to kvm
324 - x86/kvm: Set IBPB when switching VM
325 - x86/kvm: Toggle IBRS on VM entry and exit
326 - x86/kvm: Pad RSB on VM transition
327 - x86/spec_ctrl: Add sysctl knobs to enable/disable SPEC_CTRL feature
328 - x86/spec_ctrl: Add lock to serialize changes to ibrs and ibpb control
329 - x86/syscall: Clear unused extra registers on syscall entrance
330 - x86/syscall: Clear unused extra registers on 32-bit compatible syscall
331 entrance
332 - x86/entry: Use retpoline for syscall's indirect calls
333 - x86/cpu/amd, kvm: Satisfy guest kernel reads of IC_CFG MSR
334 - x86/cpu/AMD: Add speculative control support for AMD
335 - x86/microcode: Extend post microcode reload to support IBPB feature
336 - KVM: SVM: Do not intercept new speculative control MSRs
337 - x86/svm: Set IBRS value on VM entry and exit
338 - x86/svm: Set IBPB when running a different VCPU
339 - KVM: x86: Add speculative control CPUID support for guests
340 - x86/svm: Add code to clobber the RSB on VM exit
341 - x86/svm: Add code to clear registers on VM exit
342 - x86/cpu/AMD: Make the LFENCE instruction serialized
343 - x86/cpu/AMD: Remove now unused definition of MFENCE_RDTSC feature
344 - powerpc: add gmb barrier
345 - s390/spinlock: add gmb memory barrier
346 - SAUCE: x86/kvm: Fix stuff_RSB() for 32-bit
347 - arm64: no gmb() implementation yet
348 - arm: no gmb() implementation yet
349 * powerpc: flush L1D on return to use (LP: #1742772)
350 - SAUCE: powerpc: Secure memory rfi flush
351 - SAUCE: rfi-flush: Make DEBUG_RFI a CONFIG option
352 - SAUCE: rfi-flush: Add HRFI_TO_UNKNOWN and use it in denorm
353 - SAUCE: Fixup rfid in kvmppc_skip_Hinterrupt should be hrfid
354 - SAUCE: rfi-flush: kvmppc_skip_(H)interrupt returns to host
355 - SAUCE: KVM: Revert the implementation of H_GET_CPU_CHARACTERISTICS
356 - SAUCE: rfi-flush: Implement congruence-first fallback flush
357 - SAUCE: rfi-flush: Make l1d_flush_type bit flags
358 - SAUCE: rfi-flush: Push the instruction selection down to the patching
359 routine
360 - SAUCE: rfi-flush: Expand the RFI section to two nop slots
361 - SAUCE: rfi-flush: Support more than one flush type at once
362 - SAUCE: rfi-flush: Allow HV to advertise multiple flush types
363 - SAUCE: rfi-flush: Add speculation barrier before ori 30,30,0 flush
364 - SAUCE: powerpc/asm: Allow including ppc_asm.h in asm files
365 - SAUCE: Remove setup.h include file otherwise compilation complains about
366 missing header file.
367 - SAUCE: Fix compilation errors for arch/powerpc/lib/feature-fixups.c
368 - SAUCE: rfi-flush: Add barriers to the fallback L1D flushing
369 - SAUCE: rfi-flush: Rework powernv logic to be more cautious
370 - SAUCE: rfi-flush: Rework pseries logic to be more cautious
371 - SAUCE: rfi-flush: Fix the fallback flush to actually activate
372 - SAUCE: rfi-flush: Fix HRFI_TO_UNKNOWN
373 - SAUCE: rfi-flush: Refactor the macros so the nops are defined once
374 - SAUCE: rfi-flush: Add no_rfi_flush and nopti comandline options
375 - SAUCE: rfi-flush: Use rfi-flush in printks
376 - SAUCE: rfi-flush: Fallback flush add load dependency
377 - SAUCE: rfi-flush: Fix the 32-bit KVM build
378 - SAUCE: rfi-flush: Fix some RFI conversions in the KVM code
379 - SAUCE: UBUNTU: [Config] Disable CONFIG_PPC_DEBUG_RFI
380 * s390: add ppa to kernel entry/exit (LP: #1742771)
381 - s390: introduce CPU alternatives
382 - s390: add ppa to kernel entry / exit
383 * CVE-2017-5754
384 - x86/tlb: Drop the _GPL from the cpu_tlbstate export
385 - Map the vsyscall page with _PAGE_USER
386 - s390: introduce CPU alternatives
387 - s390: add ppa to kernel entry / exit
388 - SAUCE: powerpc: Secure memory rfi flush
389 - SAUCE: rfi-flush: Make DEBUG_RFI a CONFIG option
390 - SAUCE: rfi-flush: Add HRFI_TO_UNKNOWN and use it in denorm
391 - SAUCE: Fixup rfid in kvmppc_skip_Hinterrupt should be hrfid
392 - SAUCE: rfi-flush: kvmppc_skip_(H)interrupt returns to host
393 - SAUCE: KVM: Revert the implementation of H_GET_CPU_CHARACTERISTICS
394 - SAUCE: rfi-flush: Implement congruence-first fallback flush
395 - SAUCE: rfi-flush: Make l1d_flush_type bit flags
396 - SAUCE: rfi-flush: Push the instruction selection down to the patching
397 routine
398 - SAUCE: rfi-flush: Expand the RFI section to two nop slots
399 - SAUCE: rfi-flush: Support more than one flush type at once
400 - SAUCE: rfi-flush: Allow HV to advertise multiple flush types
401 - SAUCE: rfi-flush: Add speculation barrier before ori 30,30,0 flush
402 - SAUCE: powerpc/asm: Allow including ppc_asm.h in asm files
403 - SAUCE: Remove setup.h include file otherwise compilation complains about
404 missing header file.
405 - SAUCE: Fix compilation errors for arch/powerpc/lib/feature-fixups.c
406 - SAUCE: rfi-flush: Add barriers to the fallback L1D flushing
407 - SAUCE: rfi-flush: Rework powernv logic to be more cautious
408 - SAUCE: rfi-flush: Rework pseries logic to be more cautious
409 - SAUCE: rfi-flush: Fix the fallback flush to actually activate
410 - SAUCE: rfi-flush: Fix HRFI_TO_UNKNOWN
411 - SAUCE: rfi-flush: Refactor the macros so the nops are defined once
412 - SAUCE: rfi-flush: Add no_rfi_flush and nopti comandline options
413 - SAUCE: rfi-flush: Use rfi-flush in printks
414 - SAUCE: rfi-flush: Fallback flush add load dependency
415 - SAUCE: rfi-flush: Fix the 32-bit KVM build
416 - SAUCE: rfi-flush: Fix some RFI conversions in the KVM code
417 - SAUCE: UBUNTU: [Config] Disable CONFIG_PPC_DEBUG_RFI
418
419 [ Ubuntu: 4.4.0-109.132 ]
420
421 * linux: 4.4.0-109.132 -proposed tracker (LP: #1742252)
422 * Kernel trace with xenial 4.4 (4.4.0-108.131, Candidate kernels for PTI fix)
423 (LP: #1741934)
424 - SAUCE: kaiser: fix perf crashes - fix to original commit
425
426 [ Ubuntu: 4.4.0-108.131 ]
427
428 * linux: 4.4.0-108.131 -proposed tracker (LP: #1741727)
429 * CVE-2017-5754
430 - x86/mm: Disable PCID on 32-bit kernels
431
432 -- Khalid Elmously <khalid.elmously@canonical.com> Thu, 08 Feb 2018 03:29:01 +0000
433
434 linux-snapdragon (4.4.0-1084.89) xenial; urgency=low
435
436 * linux-snapdragon: 4.4.0-1084.89 -proposed tracker (LP: #1741653)
437
438 [ Ubuntu: 4.4.0-107.130 ]
439
440 * linux: 4.4.0-107.130 -proposed tracker (LP: #1741643)
441 * CVE-2017-5754
442 - Revert "UBUNTU: SAUCE: arch/x86/entry/vdso: temporarily disable vdso"
443 - KPTI: Report when enabled
444 - x86, vdso, pvclock: Simplify and speed up the vdso pvclock reader
445 - x86/vdso: Get pvclock data from the vvar VMA instead of the fixmap
446 - x86/kasan: Clear kasan_zero_page after TLB flush
447 - kaiser: Set _PAGE_NX only if supported
448
449 [ Ubuntu: 4.4.0-106.129 ]
450
451 * linux: 4.4.0-106.129 -proposed tracker (LP: #1741528)
452 * CVE-2017-5754
453 - KAISER: Kernel Address Isolation
454 - kaiser: merged update
455 - kaiser: do not set _PAGE_NX on pgd_none
456 - kaiser: stack map PAGE_SIZE at THREAD_SIZE-PAGE_SIZE
457 - kaiser: fix build and FIXME in alloc_ldt_struct()
458 - kaiser: KAISER depends on SMP
459 - kaiser: fix regs to do_nmi() ifndef CONFIG_KAISER
460 - kaiser: fix perf crashes
461 - kaiser: ENOMEM if kaiser_pagetable_walk() NULL
462 - kaiser: tidied up asm/kaiser.h somewhat
463 - kaiser: tidied up kaiser_add/remove_mapping slightly
464 - kaiser: kaiser_remove_mapping() move along the pgd
465 - kaiser: cleanups while trying for gold link
466 - kaiser: name that 0x1000 KAISER_SHADOW_PGD_OFFSET
467 - kaiser: delete KAISER_REAL_SWITCH option
468 - kaiser: vmstat show NR_KAISERTABLE as nr_overhead
469 - x86/mm: Enable CR4.PCIDE on supported systems
470 - x86/mm: Build arch/x86/mm/tlb.c even on !SMP
471 - x86/mm, sched/core: Uninline switch_mm()
472 - x86/mm: Add INVPCID helpers
473 - x86/mm: If INVPCID is available, use it to flush global mappings
474 - kaiser: enhanced by kernel and user PCIDs
475 - kaiser: load_new_mm_cr3() let SWITCH_USER_CR3 flush user
476 - kaiser: PCID 0 for kernel and 128 for user
477 - kaiser: x86_cr3_pcid_noflush and x86_cr3_pcid_user
478 - kaiser: paranoid_entry pass cr3 need to paranoid_exit
479 - kaiser: _pgd_alloc() without __GFP_REPEAT to avoid stalls
480 - kaiser: fix unlikely error in alloc_ldt_struct()
481 - kaiser: add "nokaiser" boot option, using ALTERNATIVE
482 - x86/kaiser: Rename and simplify X86_FEATURE_KAISER handling
483 - x86/boot: Add early cmdline parsing for options with arguments
484 - x86/kaiser: Check boottime cmdline params
485 - kaiser: use ALTERNATIVE instead of x86_cr3_pcid_noflush
486 - kaiser: drop is_atomic arg to kaiser_pagetable_walk()
487 - kaiser: asm/tlbflush.h handle noPGE at lower level
488 - kaiser: kaiser_flush_tlb_on_return_to_user() check PCID
489 - x86/paravirt: Dont patch flush_tlb_single
490 - x86/kaiser: Reenable PARAVIRT
491 - kaiser: disabled on Xen PV
492 - x86/kaiser: Move feature detection up
493 - kvm: x86: fix RSM when PCID is non-zero
494 - SAUCE: arch/x86/entry/vdso: temporarily disable vdso
495 - [Config]: CONFIG_KAISER=y
496
497 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Sun, 07 Jan 2018 12:46:26 +0100
498
499 linux-snapdragon (4.4.0-1082.87) xenial; urgency=low
500
501 * linux-snapdragon: 4.4.0-1082.87 -proposed tracker (LP: #1737520)
502
503 [ Ubuntu: 4.4.0-104.127 ]
504
505 * linux: 4.4.0-104.127 -proposed tracker (LP: #1737511)
506 * upgrading linux-image package to 4.4.0-103.126 breaks Ceph network file
507 system connection (LP: #1737033)
508 - Revert "libceph: MOSDOpReply v7 encoding"
509 - Revert "libceph: advertise support for TUNABLES5"
510 - Revert "crush: decode and initialize chooseleaf_stable"
511 - Revert "crush: add chooseleaf_stable tunable"
512 - Revert "crush: ensure take bucket value is valid"
513 - Revert "crush: ensure bucket id is valid before indexing buckets array"
514
515 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Mon, 11 Dec 2017 15:18:19 +0100
516
517 linux-snapdragon (4.4.0-1081.86) xenial; urgency=low
518
519 * linux-snapdragon: 4.4.0-1081.86 -proposed tracker (LP: #1736186)
520
521 [ Ubuntu: 4.4.0-103.126 ]
522
523 * linux: 4.4.0-103.126 -proposed tracker (LP: #1736181)
524 * CVE-2017-1000405
525 - mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()
526 * CVE-2017-16939
527 - netlink: add a start callback for starting a netlink dump
528 - ipsec: Fix aborted xfrm policy dump crash
529
530 -- Stefan Bader <stefan.bader@canonical.com> Mon, 04 Dec 2017 18:48:53 +0100
531
532 linux-snapdragon (4.4.0-1080.85) xenial; urgency=low
533
534 * linux-snapdragon: 4.4.0-1080.85 -proposed tracker (LP: #1733544)
535
536 * Update config with NET_DSA=n as required by changes in
537 upstream stable update to 4.4.98 (LP: #1732698)
538
539 [ Ubuntu: 4.4.0-102.125 ]
540
541 * linux: 4.4.0-102.125 -proposed tracker (LP: #1733541)
542 * tar -x sometimes fails on overlayfs (LP: #1728489)
543 - ovl: check if all layers are on the same fs
544 - ovl: persistent inode number for directories
545 * NVMe timeout is too short (LP: #1729119)
546 - nvme: update timeout module parameter type
547 * Set PANIC_TIMEOUT=10 on Power Systems (LP: #1730660)
548 - [Config]: Set PANIC_TIMEOUT=10 on ppc64el
549 * Cannot pair BLE remote devices when using combo BT SoC (LP: #1731467)
550 - Bluetooth: increase timeout for le auto connections
551 * CIFS errors on 4.4.0-98, but not on 4.4.0-97 with same config (LP: #1729337)
552 - SMB3: Validate negotiate request must always be signed
553 * Plantronics P610 does not support sample rate reading (LP: #1719853)
554 - ALSA: usb-audio: Add sample rate quirk for Plantronics P610
555 * Invalid btree pointer causes the kernel NULL pointer dereference
556 (LP: #1729256)
557 - xfs: reinit btree pointer on attr tree inactivation walk
558 * Samba mount/umount in docker container triggers kernel Oops (LP: #1729637)
559 - ipv6: only call ip6_route_dev_notify() once for NETDEV_UNREGISTER
560 - ipv6: fix NULL dereference in ip6_route_dev_notify()
561 * [kernel] tty/hvc: Use opal irqchip interface if available (LP: #1728098)
562 - tty/hvc: Use opal irqchip interface if available
563 * Device hotplugging with MPT SAS cannot work for VMWare ESXi (LP: #1730852)
564 - scsi: mptsas: Fixup device hotplug for VMWare ESXi
565 * NMI watchdog: BUG: soft lockup on Guest upon boot (KVM) (LP: #1727331)
566 - KVM: PPC: Book3S: Treat VTB as a per-subcore register, not per-thread
567 * Attempt to map rbd image from ceph jewel/luminous hangs (LP: #1728739)
568 - crush: ensure bucket id is valid before indexing buckets array
569 - crush: ensure take bucket value is valid
570 - crush: add chooseleaf_stable tunable
571 - crush: decode and initialize chooseleaf_stable
572 - libceph: advertise support for TUNABLES5
573 - libceph: MOSDOpReply v7 encoding
574 * Xenial update to 4.4.98 stable release (LP: #1732698)
575 - adv7604: Initialize drive strength to default when using DT
576 - video: fbdev: pmag-ba-fb: Remove bad `__init' annotation
577 - PCI: mvebu: Handle changes to the bridge windows while enabled
578 - xen/netback: set default upper limit of tx/rx queues to 8
579 - drm: drm_minor_register(): Clean up debugfs on failure
580 - KVM: PPC: Book 3S: XICS: correct the real mode ICP rejecting counter
581 - iommu/arm-smmu-v3: Clear prior settings when updating STEs
582 - powerpc/corenet: explicitly disable the SDHC controller on kmcoge4
583 - ARM: omap2plus_defconfig: Fix probe errors on UARTs 5 and 6
584 - crypto: vmx - disable preemption to enable vsx in aes_ctr.c
585 - iio: trigger: free trigger resource correctly
586 - phy: increase size of MII_BUS_ID_SIZE and bus_id
587 - serial: sh-sci: Fix register offsets for the IRDA serial port
588 - usb: hcd: initialize hcd->flags to 0 when rm hcd
589 - netfilter: nft_meta: deal with PACKET_LOOPBACK in netdev family
590 - IPsec: do not ignore crypto err in ah4 input
591 - Input: mpr121 - handle multiple bits change of status register
592 - Input: mpr121 - set missing event capability
593 - IB/ipoib: Change list_del to list_del_init in the tx object
594 - s390/qeth: issue STARTLAN as first IPA command
595 - (config) Add NET_DSA=n
596 - net: dsa: select NET_SWITCHDEV
597 - platform/x86: hp-wmi: Fix detection for dock and tablet mode
598 - cdc_ncm: Set NTB format again after altsetting switch for Huawei devices
599 - KEYS: trusted: sanitize all key material
600 - KEYS: trusted: fix writing past end of buffer in trusted_read()
601 - platform/x86: hp-wmi: Fix error value for hp_wmi_tablet_state
602 - platform/x86: hp-wmi: Do not shadow error values
603 - x86/uaccess, sched/preempt: Verify access_ok() context
604 - workqueue: Fix NULL pointer dereference
605 - crypto: x86/sha1-mb - fix panic due to unaligned access
606 - KEYS: fix NULL pointer dereference during ASN.1 parsing [ver #2]
607 - ARM: 8720/1: ensure dump_instr() checks addr_limit
608 - ALSA: seq: Fix OSS sysex delivery in OSS emulation
609 - ALSA: seq: Avoid invalid lockdep class warning
610 - MIPS: microMIPS: Fix incorrect mask in insn_table_MM
611 - MIPS: Fix CM region target definitions
612 - MIPS: SMP: Use a completion event to signal CPU up
613 - MIPS: Fix race on setting and getting cpu_online_mask
614 - MIPS: SMP: Fix deadlock & online race
615 - test: firmware_class: report errors properly on failure
616 - selftests: firmware: add empty string and async tests
617 - selftests: firmware: send expected errors to /dev/null
618 - tools: firmware: check for distro fallback udev cancel rule
619 - MIPS: AR7: Defer registration of GPIO
620 - MIPS: AR7: Ensure that serial ports are properly set up
621 - Input: elan_i2c - add ELAN060C to the ACPI table
622 - drm/vmwgfx: Fix Ubuntu 17.10 Wayland black screen issue
623 - rbd: use GFP_NOIO for parent stat and data requests
624 - can: sun4i: handle overrun in RX FIFO
625 - can: c_can: don't indicate triple sampling support for D_CAN
626 - x86/oprofile/ppro: Do not use __this_cpu*() in preemptible context
627 - PKCS#7: fix unitialized boolean 'want'
628 - Linux 4.4.98
629 * ELANTECH Touchpad is not detected in 'Lenovo Ideapad 320 14AST' after fresh
630 install (LP: #1727544)
631 - Input: elan_i2c - add ELAN060C to the ACPI table
632 * Xenial update to 4.4.97 stable release (LP: #1731915)
633 - ALSA: timer: Add missing mutex lock for compat ioctls
634 - ALSA: seq: Fix nested rwsem annotation for lockdep splat
635 - cifs: check MaxPathNameComponentLength != 0 before using it
636 - KEYS: return full count in keyring_read() if buffer is too small
637 - KEYS: fix out-of-bounds read during ASN.1 parsing
638 - ASoC: adau17x1: Workaround for noise bug in ADC
639 - arm64: ensure __dump_instr() checks addr_limit
640 - ARM: dts: mvebu: pl310-cache disable double-linefill
641 - ARM: 8715/1: add a private asm/unaligned.h
642 - ocfs2: fstrim: Fix start offset of first cluster group during fstrim
643 - perf tools: Fix build failure on perl script context
644 - drm/msm: Fix potential buffer overflow issue
645 - drm/msm: fix an integer overflow test
646 - tracing/samples: Fix creation and deletion of simple_thread_fn creation
647 - Fix tracing sample code warning.
648 - PM / wakeirq: report a wakeup_event on dedicated wekup irq
649 - mmc: s3cmci: include linux/interrupt.h for tasklet_struct
650 - ARM: pxa: Don't rely on public mmc header to include leds.h
651 - mfd: ab8500-sysctrl: Handle probe deferral
652 - mfd: axp20x: Fix axp288 PEK_DBR and PEK_DBF irqs being swapped
653 - staging: rtl8712u: Fix endian settings for structs describing network
654 packets
655 - ext4: fix stripe-unaligned allocations
656 - ext4: do not use stripe_width if it is not set
657 - i2c: riic: correctly finish transfers
658 - drm/amdgpu: when dpm disabled, also need to stop/start vce.
659 - perf tools: Only increase index if perf_evsel__new_idx() succeeds
660 - cx231xx: Fix I2C on Internal Master 3 Bus
661 - xen/manage: correct return value check on xenbus_scanf()
662 - scsi: aacraid: Process Error for response I/O
663 - platform/x86: intel_mid_thermal: Fix module autoload
664 - staging: lustre: llite: don't invoke direct_IO for the EOF case
665 - staging: lustre: hsm: stack overrun in hai_dump_data_field
666 - staging: lustre: ptlrpc: skip lock if export failed
667 - exynos4-is: fimc-is: Unmap region obtained by of_iomap()
668 - mei: return error on notification request to a disconnected client
669 - s390/dasd: check for device error pointer within state change interrupts
670 - bt8xx: fix memory leak
671 - xen: don't print error message in case of missing Xenstore entry
672 - staging: r8712u: Fix Sparse warning in rtl871x_xmit.c
673 - Linux 4.4.97
674 * Xenial update to 4.4.96 stable release (LP: #1731882)
675 - workqueue: replace pool->manager_arb mutex with a flag
676 - ALSA: hda/realtek - Add support for ALC236/ALC3204
677 - ALSA: hda - fix headset mic problem for Dell machines with alc236
678 - ceph: unlock dangling spinlock in try_flush_caps()
679 - usb: xhci: Handle error condition in xhci_stop_device()
680 - spi: uapi: spidev: add missing ioctl header
681 - fuse: fix READDIRPLUS skipping an entry
682 - xen/gntdev: avoid out of bounds access in case of partial gntdev_mmap()
683 - Input: elan_i2c - add ELAN0611 to the ACPI table
684 - Input: gtco - fix potential out-of-bound access
685 - assoc_array: Fix a buggy node-splitting case
686 - scsi: zfcp: fix erp_action use-before-initialize in REC action trace
687 - scsi: sg: Re-fix off by one in sg_fill_request_table()
688 - can: sun4i: fix loopback mode
689 - can: kvaser_usb: Correct return value in printout
690 - can: kvaser_usb: Ignore CMD_FLUSH_QUEUE_REPLY messages
691 - regulator: fan53555: fix I2C device ids
692 - x86/microcode/intel: Disable late loading on model 79
693 - ecryptfs: fix dereference of NULL user_key_payload
694 - Revert "drm: bridge: add DT bindings for TI ths8135"
695 - Linux 4.4.96
696 * Touchpad not detected - Lenovo ideapad 320-15IKB (LP: #1723736)
697 - Input: elan_i2c - add ELAN0611 to the ACPI table
698
699 [ Ubuntu: 4.4.0-101.124 ]
700
701 * linux: 4.4.0-101.124 -proposed tracker (LP: #1731264)
702 * s390/mm: fix write access check in gup_huge_pmd() (LP: #1730596)
703 - s390/mm: fix write access check in gup_huge_pmd()
704
705 -- Stefan Bader <stefan.bader@canonical.com> Wed, 22 Nov 2017 16:59:32 +0100
706
707 linux-snapdragon (4.4.0-1079.84) xenial; urgency=low
708
709 * linux-snapdragon: 4.4.0-1079.84 -proposed tracker (LP: #1729279)
710
711 [ Ubuntu: 4.4.0-100.123 ]
712
713 * linux: 4.4.0-100.123 -proposed tracker (LP: #1729273)
714 * Xenial update to 4.4.95 stable release (LP: #1729107)
715 - USB: devio: Revert "USB: devio: Don't corrupt user memory"
716 - USB: core: fix out-of-bounds access bug in usb_get_bos_descriptor()
717 - USB: serial: metro-usb: add MS7820 device id
718 - usb: cdc_acm: Add quirk for Elatec TWN3
719 - usb: quirks: add quirk for WORLDE MINI MIDI keyboard
720 - usb: hub: Allow reset retry for USB2 devices on connect bounce
721 - ALSA: usb-audio: Add native DSD support for Pro-Ject Pre Box S2 Digital
722 - can: gs_usb: fix busy loop if no more TX context is available
723 - usb: musb: sunxi: Explicitly release USB PHY on exit
724 - usb: musb: Check for host-mode using is_host_active() on reset interrupt
725 - can: esd_usb2: Fix can_dlc value for received RTR, frames
726 - drm/nouveau/bsp/g92: disable by default
727 - drm/nouveau/mmu: flush tlbs before deleting page tables
728 - ALSA: seq: Enable 'use' locking in all configurations
729 - ALSA: hda: Remove superfluous '-' added by printk conversion
730 - i2c: ismt: Separate I2C block read from SMBus block read
731 - brcmsmac: make some local variables 'static const' to reduce stack size
732 - bus: mbus: fix window size calculation for 4GB windows
733 - clockevents/drivers/cs5535: Improve resilience to spurious interrupts
734 - rtlwifi: rtl8821ae: Fix connection lost problem
735 - KEYS: encrypted: fix dereference of NULL user_key_payload
736 - lib/digsig: fix dereference of NULL user_key_payload
737 - KEYS: don't let add_key() update an uninstantiated key
738 - pkcs7: Prevent NULL pointer dereference, since sinfo is not always set.
739 - parisc: Avoid trashing sr2 and sr3 in LWS code
740 - parisc: Fix double-word compare and exchange in LWS code on 32-bit kernels
741 - sched/autogroup: Fix autogroup_move_group() to never skip sched_move_task()
742 - f2fs crypto: replace some BUG_ON()'s with error checks
743 - f2fs crypto: add missing locking for keyring_key access
744 - fscrypt: fix dereference of NULL user_key_payload
745 - KEYS: Fix race between updating and finding a negative key
746 - fscrypto: require write access to mount to set encryption policy
747 - FS-Cache: fix dereference of NULL user_key_payload
748 - Linux 4.4.95
749 * Xenial update to 4.4.94 stable release (LP: #1729105)
750 - percpu: make this_cpu_generic_read() atomic w.r.t. interrupts
751 - drm/dp/mst: save vcpi with payloads
752 - MIPS: Fix minimum alignment requirement of IRQ stack
753 - sctp: potential read out of bounds in sctp_ulpevent_type_enabled()
754 - bpf/verifier: reject BPF_ALU64|BPF_END
755 - udpv6: Fix the checksum computation when HW checksum does not apply
756 - ip6_gre: skb_push ipv6hdr before packing the header in ip6gre_header
757 - net: emac: Fix napi poll list corruption
758 - packet: hold bind lock when rebinding to fanout hook
759 - bpf: one perf event close won't free bpf program attached by another perf
760 event
761 - isdn/i4l: fetch the ppp_write buffer in one shot
762 - vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmit
763 - l2tp: Avoid schedule while atomic in exit_net
764 - l2tp: fix race condition in l2tp_tunnel_delete
765 - tun: bail out from tun_get_user() if the skb is empty
766 - packet: in packet_do_bind, test fanout with bind_lock held
767 - packet: only test po->has_vnet_hdr once in packet_snd
768 - net: Set sk_prot_creator when cloning sockets to the right proto
769 - tipc: use only positive error codes in messages
770 - Revert "bsg-lib: don't free job in bsg_prepare_job"
771 - locking/lockdep: Add nest_lock integrity test
772 - watchdog: kempld: fix gcc-4.3 build
773 - irqchip/crossbar: Fix incorrect type of local variables
774 - mac80211_hwsim: check HWSIM_ATTR_RADIO_NAME length
775 - mac80211: fix power saving clients handling in iwlwifi
776 - net/mlx4_en: fix overflow in mlx4_en_init_timestamp()
777 - netfilter: nf_ct_expect: Change __nf_ct_expect_check() return value.
778 - iio: adc: xilinx: Fix error handling
779 - Btrfs: send, fix failure to rename top level inode due to name collision
780 - f2fs: do not wait for writeback in write_begin
781 - md/linear: shutup lockdep warnning
782 - sparc64: Migrate hvcons irq to panicked cpu
783 - net/mlx4_core: Fix VF overwrite of module param which disables DMFS on new
784 probed PFs
785 - crypto: xts - Add ECB dependency
786 - ocfs2/dlmglue: prepare tracking logic to avoid recursive cluster lock
787 - slub: do not merge cache if slub_debug contains a never-merge flag
788 - scsi: scsi_dh_emc: return success in clariion_std_inquiry()
789 - net: mvpp2: release reference to txq_cpu[] entry after unmapping
790 - i2c: at91: ensure state is restored after suspending
791 - ceph: clean up unsafe d_parent accesses in build_dentry_path
792 - uapi: fix linux/rds.h userspace compilation errors
793 - uapi: fix linux/mroute6.h userspace compilation errors
794 - target/iscsi: Fix unsolicited data seq_end_offset calculation
795 - nfsd/callback: Cleanup callback cred on shutdown
796 - cpufreq: CPPC: add ACPI_PROCESSOR dependency
797 - Revert "tty: goldfish: Fix a parameter of a call to free_irq"
798 - Linux 4.4.94
799
800 [ Ubuntu: 4.4.0-99.122 ]
801
802 * linux: 4.4.0-99.122 -proposed tracker (LP: #1728945)
803 * Remove vmbus-rdma driver from Xenial kernel (LP: #1721538)
804 - SAUCE: remove hv_network_direct driver
805 - [Config]: Remove hv_network_direct driver
806 * usb 3-1: 2:1: cannot get freq at ep 0x1 (LP: #1708499)
807 - ALSA: usb-audio: Add sample rate quirk for Plantronics C310/C520-M
808 * Plantronics Blackwire C520-M - Cannot get freq at ep 0x1, 0x81
809 (LP: #1709282)
810 - ALSA: usb-audio: Add sample rate quirk for Plantronics C310/C520-M
811 * wait-for-root fails to detect nbd root (LP: #696435)
812 - nbd: Create size change events for userspace
813 * Fix OpenNSL GPL bugs found by CoverityScan static analysis (LP: #1718388)
814 - SAUCE: opennsl: bcm-knet: check for null sinfo to avoid a null pointer
815 dereference
816 - SAUCE: opennsl: bcm-knet: remove redundant null checks on dev->name
817 - SAUCE: opennsl: bde: check for out-of-bounds index io.dev
818 * HID: multitouch: Correct ALPS PTP Stick and Touchpad devices ID
819 (LP: #1722719)
820 - Revert "HID: multitouch: Support ALPS PTP stick with pid 0x120A"
821 * Xenial update to 4.4.93 stable release (LP: #1724836)
822 - brcmfmac: add length check in brcmf_cfg80211_escan_handler()
823 - ext4: in ext4_seek_{hole,data}, return -ENXIO for negative offsets
824 - CIFS: Reconnect expired SMB sessions
825 - nl80211: Define policy for packet pattern attributes
826 - iwlwifi: mvm: use IWL_HCMD_NOCOPY for MCAST_FILTER_CMD
827 - rcu: Allow for page faults in NMI handlers
828 - USB: dummy-hcd: Fix deadlock caused by disconnect detection
829 - MIPS: math-emu: Remove pr_err() calls from fpu_emu()
830 - dmaengine: edma: Align the memcpy acnt array size with the transfer
831 - HID: usbhid: fix out-of-bounds bug
832 - crypto: shash - Fix zero-length shash ahash digest crash
833 - KVM: nVMX: fix guest CR4 loading when emulating L2 to L1 exit
834 - usb: renesas_usbhs: Fix DMAC sequence for receiving zero-length packet
835 - iommu/amd: Finish TLB flush in amd_iommu_unmap()
836 - ALSA: usb-audio: Kill stray URB at exiting
837 - ALSA: seq: Fix use-after-free at creating a port
838 - ALSA: seq: Fix copy_from_user() call inside lock
839 - ALSA: caiaq: Fix stray URB at probe error path
840 - ALSA: line6: Fix leftover URB at error-path during probe
841 - usb: gadget: composite: Fix use-after-free in
842 usb_composite_overwrite_options
843 - direct-io: Prevent NULL pointer access in submit_page_section
844 - fix unbalanced page refcounting in bio_map_user_iov
845 - USB: serial: ftdi_sio: add id for Cypress WICED dev board
846 - USB: serial: cp210x: add support for ELV TFD500
847 - USB: serial: option: add support for TP-Link LTE module
848 - Revert "UBUNTU: SAUCE: USB: serial: qcserial: add Dell DW5818, DW5819"
849 - USB: serial: qcserial: add Dell DW5818, DW5819
850 - USB: serial: console: fix use-after-free after failed setup
851 - x86/alternatives: Fix alt_max_short macro to really be a max()
852 - Linux 4.4.93
853 * NULL pointer dereference in tty_write() in kernel 4.4.0-93.116+
854 (LP: #1721065)
855 - tty: Prepare for destroying line discipline on hangup
856 * Xenial update to 4.4.92 stable release (LP: #1724783)
857 - usb: gadget: inode.c: fix unbalanced spin_lock in ep0_write
858 - USB: gadgetfs: Fix crash caused by inadequate synchronization
859 - USB: gadgetfs: fix copy_to_user while holding spinlock
860 - usb: gadget: udc: atmel: set vbus irqflags explicitly
861 - usb-storage: unusual_devs entry to fix write-access regression for Seagate
862 external drives
863 - usb: renesas_usbhs: fix the BCLR setting condition for non-DCP pipe
864 - usb: renesas_usbhs: fix usbhsf_fifo_clear() for RX direction
865 - ALSA: usb-audio: Check out-of-bounds access by corrupted buffer descriptor
866 - usb: pci-quirks.c: Corrected timeout values used in handshake
867 - USB: dummy-hcd: fix connection failures (wrong speed)
868 - USB: dummy-hcd: fix infinite-loop resubmission bug
869 - USB: dummy-hcd: Fix erroneous synchronization change
870 - USB: devio: Don't corrupt user memory
871 - usb: gadget: mass_storage: set msg_registered after msg registered
872 - USB: g_mass_storage: Fix deadlock when driver is unbound
873 - lsm: fix smack_inode_removexattr and xattr_getsecurity memleak
874 - ALSA: compress: Remove unused variable
875 - ALSA: usx2y: Suppress kernel warning at page allocation failures
876 - driver core: platform: Don't read past the end of "driver_override" buffer
877 - Drivers: hv: fcopy: restore correct transfer length
878 - stm class: Fix a use-after-free
879 - ftrace: Fix kmemleak in unregister_ftrace_graph
880 - HID: i2c-hid: allocate hid buffers for real worst case
881 - iwlwifi: add workaround to disable wide channels in 5GHz
882 - scsi: sd: Do not override max_sectors_kb sysfs setting
883 - USB: uas: fix bug in handling of alternate settings
884 - USB: core: harden cdc_parse_cdc_header
885 - usb: Increase quirk delay for USB devices
886 - USB: fix out-of-bounds in usb_set_configuration
887 - xhci: fix finding correct bus_state structure for USB 3.1 hosts
888 - iio: adc: twl4030: Fix an error handling path in 'twl4030_madc_probe()'
889 - iio: adc: twl4030: Disable the vusb3v1 rugulator in the error handling path
890 of 'twl4030_madc_probe()'
891 - iio: ad_sigma_delta: Implement a dedicated reset function
892 - staging: iio: ad7192: Fix - use the dedicated reset function avoiding dma
893 from stack.
894 - iio: core: Return error for failed read_reg
895 - iio: ad7793: Fix the serial interface reset
896 - iio: adc: mcp320x: Fix readout of negative voltages
897 - iio: adc: mcp320x: Fix oops on module unload
898 - uwb: properly check kthread_run return value
899 - uwb: ensure that endpoint is interrupt
900 - brcmfmac: setup passive scan if requested by user-space
901 - drm/i915/bios: ignore HDMI on port A
902 - sched/cpuset/pm: Fix cpuset vs. suspend-resume bugs
903 - ext4: fix data corruption for mmap writes
904 - ext4: Don't clear SGID when inheriting ACLs
905 - ext4: don't allow encrypted operations without keys
906 - Linux 4.4.92
907 * Xenial update to 4.4.91 stable release (LP: #1724772)
908 - drm_fourcc: Fix DRM_FORMAT_MOD_LINEAR #define
909 - drm: bridge: add DT bindings for TI ths8135
910 - GFS2: Fix reference to ERR_PTR in gfs2_glock_iter_next
911 - RDS: RDMA: Fix the composite message user notification
912 - ARM: dts: r8a7790: Use R-Car Gen 2 fallback binding for msiof nodes
913 - MIPS: Ensure bss section ends on a long-aligned address
914 - MIPS: ralink: Fix incorrect assignment on ralink_soc
915 - igb: re-assign hw address pointer on reset after PCI error
916 - extcon: axp288: Use vbus-valid instead of -present to determine cable
917 presence
918 - sh_eth: use correct name for ECMR_MPDE bit
919 - hwmon: (gl520sm) Fix overflows and crash seen when writing into limit
920 attributes
921 - iio: adc: axp288: Drop bogus AXP288_ADC_TS_PIN_CTRL register modifications
922 - iio: adc: hx711: Add DT binding for avia,hx711
923 - ARM: 8635/1: nommu: allow enabling REMAP_VECTORS_TO_RAM
924 - tty: goldfish: Fix a parameter of a call to free_irq
925 - IB/ipoib: Fix deadlock over vlan_mutex
926 - IB/ipoib: rtnl_unlock can not come after free_netdev
927 - IB/ipoib: Replace list_del of the neigh->list with list_del_init
928 - drm/amdkfd: fix improper return value on error
929 - USB: serial: mos7720: fix control-message error handling
930 - USB: serial: mos7840: fix control-message error handling
931 - partitions/efi: Fix integer overflow in GPT size calculation
932 - ASoC: dapm: handle probe deferrals
933 - audit: log 32-bit socketcalls
934 - usb: chipidea: vbus event may exist before starting gadget
935 - ASoC: dapm: fix some pointer error handling
936 - MIPS: Lantiq: Fix another request_mem_region() return code check
937 - net: core: Prevent from dereferencing null pointer when releasing SKB
938 - net/packet: check length in getsockopt() called with PACKET_HDRLEN
939 - team: fix memory leaks
940 - usb: plusb: Add support for PL-27A1
941 - mmc: sdio: fix alignment issue in struct sdio_func
942 - bridge: netlink: register netdevice before executing changelink
943 - netfilter: invoke synchronize_rcu after set the _hook_ to NULL
944 - MIPS: IRQ Stack: Unwind IRQ stack onto task stack
945 - exynos-gsc: Do not swap cb/cr for semi planar formats
946 - netfilter: nfnl_cthelper: fix incorrect helper->expect_class_max
947 - parisc: perf: Fix potential NULL pointer dereference
948 - iommu/io-pgtable-arm: Check for leaf entry before dereferencing it
949 - rds: ib: add error handle
950 - md/raid10: submit bio directly to replacement disk
951 - i2c: meson: fix wrong variable usage in meson_i2c_put_data
952 - xfs: remove kmem_zalloc_greedy
953 - libata: transport: Remove circular dependency at free time
954 - drivers: firmware: psci: drop duplicate const from psci_of_match
955 - IB/qib: fix false-postive maybe-uninitialized warning
956 - ARM: remove duplicate 'const' annotations'
957 - ALSA: au88x0: avoid theoretical uninitialized access
958 - ttpci: address stringop overflow warning
959 - Linux 4.4.91
960
961 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Thu, 02 Nov 2017 15:14:16 -0200
962
963 linux-snapdragon (4.4.0-1078.83) xenial; urgency=low
964
965 * linux-snapdragon: 4.4.0-1078.83 -proposed tracker (LP: #1722304)
966
967 [ Ubuntu: 4.4.0-98.121 ]
968
969 * linux: 4.4.0-98.121 -proposed tracker (LP: #1722299)
970 * Controller lockup detected on ProLiant DL380 Gen9 with P440 Controller
971 (LP: #1720359)
972 - scsi: hpsa: limit transfer length to 1MB
973 * [Dell Docking IE][0bda:8153] Realtek USB Ethernet leads to system hang
974 (LP: #1720977)
975 - r8152: fix the list rx_done may be used without initialization
976 * Add installer support for Broadcom BCM573xx network drivers. (LP: #1720466)
977 - d-i: Add bnxt_en to nic-modules.
978 * snapcraft.yaml: add dpkg-dev to the build deps (LP: #1718886)
979 - snapcraft.yaml: add dpkg-dev to the build deps
980 * Support setting I2C_TIMEOUT via ioctl for i2c-designware (LP: #1718578)
981 - i2c: designware: Use transfer timeout from ioctl I2C_TIMEOUT
982 * 5U84 - ses driver isn't binding right - cannot blink lights on 1 of the 2
983 5u84 (LP: #1693369)
984 - scsi_transport_sas: add function to get SAS endpoint address
985 - ses: fix discovery of SATA devices in SAS enclosures
986 - scsi: sas: provide stub implementation for scsi_is_sas_rphy
987 - scsi: ses: Fix SAS device detection in enclosure
988 * multipath -ll is not showing the disks which are actually multipath
989 (LP: #1718397)
990 - fs: aio: fix the increment of aio-nr and counting against aio-max-nr
991 * Support Dell Wireless DW5819/5818 WWAN devices (LP: #1721455)
992 - SAUCE: USB: serial: qcserial: add Dell DW5818, DW5819
993 * CVE-2017-10911
994 - xen-blkback: don't leak stack data via response ring
995 * implement 'complain mode' in seccomp for developer mode with snaps
996 (LP: #1567597)
997 - seccomp: Provide matching filter for introspection
998 - seccomp: Sysctl to display available actions
999 - seccomp: Operation for checking if an action is available
1000 - seccomp: Sysctl to configure actions that are allowed to be logged
1001 - seccomp: Selftest for detection of filter flag support
1002 - seccomp: Action to log before allowing
1003 * implement errno action logging in seccomp for strict mode with snaps
1004 (LP: #1721676)
1005 - seccomp: Provide matching filter for introspection
1006 - seccomp: Sysctl to display available actions
1007 - seccomp: Operation for checking if an action is available
1008 - seccomp: Sysctl to configure actions that are allowed to be logged
1009 - seccomp: Selftest for detection of filter flag support
1010 - seccomp: Filter flag to log all actions except SECCOMP_RET_ALLOW
1011 * [Xenial] update OpenNSL kernel modules to 6.5.10 (LP: #1721511)
1012 - SAUCE: update OpenNSL kernel modules to 6.5.10
1013 * Xenial update to 4.4.90 stable release (LP: #1721550)
1014 - cifs: release auth_key.response for reconnect.
1015 - mac80211: flush hw_roc_start work before cancelling the ROC
1016 - KVM: PPC: Book3S: Fix race and leak in kvm_vm_ioctl_create_spapr_tce()
1017 - tracing: Fix trace_pipe behavior for instance traces
1018 - tracing: Erase irqsoff trace with empty write
1019 - md/raid5: fix a race condition in stripe batch
1020 - md/raid5: preserve STRIPE_ON_UNPLUG_LIST in break_stripe_batch_list
1021 - scsi: scsi_transport_iscsi: fix the issue that iscsi_if_rx doesn't parse
1022 nlmsg properly
1023 - crypto: talitos - Don't provide setkey for non hmac hashing algs.
1024 - crypto: talitos - fix sha224
1025 - KEYS: fix writing past end of user-supplied buffer in keyring_read()
1026 - KEYS: prevent creating a different user's keyrings
1027 - KEYS: prevent KEYCTL_READ on negative key
1028 - powerpc/pseries: Fix parent_dn reference leak in add_dt_node()
1029 - Fix SMB3.1.1 guest authentication to Samba
1030 - SMB: Validate negotiate (to protect against downgrade) even if signing off
1031 - SMB3: Don't ignore O_SYNC/O_DSYNC and O_DIRECT flags
1032 - vfs: Return -ENXIO for negative SEEK_HOLE / SEEK_DATA offsets
1033 - nl80211: check for the required netlink attributes presence
1034 - bsg-lib: don't free job in bsg_prepare_job
1035 - seccomp: fix the usage of get/put_seccomp_filter() in seccomp_get_filter()
1036 - arm64: Make sure SPsel is always set
1037 - arm64: fault: Route pte translation faults via do_translation_fault
1038 - KVM: VMX: Do not BUG() on out-of-bounds guest IRQ
1039 - kvm: nVMX: Don't allow L2 to access the hardware CR8
1040 - PCI: Fix race condition with driver_override
1041 - btrfs: fix NULL pointer dereference from free_reloc_roots()
1042 - btrfs: propagate error to btrfs_cmp_data_prepare caller
1043 - btrfs: prevent to set invalid default subvolid
1044 - x86/fpu: Don't let userspace set bogus xcomp_bv
1045 - gfs2: Fix debugfs glocks dump
1046 - timer/sysclt: Restrict timer migration sysctl values to 0 and 1
1047 - KVM: VMX: do not change SN bit in vmx_update_pi_irte()
1048 - KVM: VMX: remove WARN_ON_ONCE in kvm_vcpu_trigger_posted_interrupt
1049 - cxl: Fix driver use count
1050 - dmaengine: mmp-pdma: add number of requestors
1051 - ARM: pxa: add the number of DMA requestor lines
1052 - ARM: pxa: fix the number of DMA requestor lines
1053 - KVM: VMX: use cmpxchg64
1054 - video: fbdev: aty: do not leak uninitialized padding in clk to userspace
1055 - swiotlb-xen: implement xen_swiotlb_dma_mmap callback
1056 - fix xen_swiotlb_dma_mmap prototype
1057 - Linux 4.4.90
1058 * Xenial update to 4.4.89 stable release (LP: #1721477)
1059 - ipv6: accept 64k - 1 packet length in ip6_find_1stfragopt()
1060 - ipv6: add rcu grace period before freeing fib6_node
1061 - ipv6: fix sparse warning on rt6i_node
1062 - qlge: avoid memcpy buffer overflow
1063 - Revert "net: phy: Correctly process PHY_HALTED in phy_stop_machine()"
1064 - Revert "net: use lib/percpu_counter API for fragmentation mem accounting"
1065 - Revert "net: fix percpu memory leaks"
1066 - gianfar: Fix Tx flow control deactivation
1067 - ipv6: fix memory leak with multiple tables during netns destruction
1068 - ipv6: fix typo in fib6_net_exit()
1069 - f2fs: check hot_data for roll-forward recovery
1070 - x86/fsgsbase/64: Report FSBASE and GSBASE correctly in core dumps
1071 - md/raid5: release/flush io in raid5_do_work()
1072 - nfsd: Fix general protection fault in release_lock_stateid()
1073 - mm: prevent double decrease of nr_reserved_highatomic
1074 - tty: improve tty_insert_flip_char() fast path
1075 - tty: improve tty_insert_flip_char() slow path
1076 - tty: fix __tty_insert_flip_char regression
1077 - Input: i8042 - add Gigabyte P57 to the keyboard reset table
1078 - MIPS: math-emu: <MAX|MAXA|MIN|MINA>.<D|S>: Fix quiet NaN propagation
1079 - MIPS: math-emu: <MAX|MAXA|MIN|MINA>.<D|S>: Fix cases of both inputs zero
1080 - MIPS: math-emu: <MAX|MIN>.<D|S>: Fix cases of both inputs negative
1081 - MIPS: math-emu: <MAXA|MINA>.<D|S>: Fix cases of input values with opposite
1082 signs
1083 - MIPS: math-emu: <MAXA|MINA>.<D|S>: Fix cases of both infinite inputs
1084 - MIPS: math-emu: MINA.<D|S>: Fix some cases of infinity and zero inputs
1085 - crypto: AF_ALG - remove SGL terminator indicator when chaining
1086 - ext4: fix incorrect quotaoff if the quota feature is enabled
1087 - ext4: fix quota inconsistency during orphan cleanup for read-only mounts
1088 - powerpc: Fix DAR reporting when alignment handler faults
1089 - block: Relax a check in blk_start_queue()
1090 - md/bitmap: disable bitmap_resize for file-backed bitmaps.
1091 - skd: Avoid that module unloading triggers a use-after-free
1092 - skd: Submit requests to firmware before triggering the doorbell
1093 - scsi: zfcp: fix queuecommand for scsi_eh commands when DIX enabled
1094 - scsi: zfcp: add handling for FCP_RESID_OVER to the fcp ingress path
1095 - scsi: zfcp: fix capping of unsuccessful GPN_FT SAN response trace records
1096 - scsi: zfcp: fix passing fsf_req to SCSI trace on TMF to correlate with HBA
1097 - scsi: zfcp: fix missing trace records for early returns in TMF eh handlers
1098 - scsi: zfcp: fix payload with full FCP_RSP IU in SCSI trace records
1099 - scsi: zfcp: trace HBA FSF response by default on dismiss or timedout late
1100 response
1101 - scsi: zfcp: trace high part of "new" 64 bit SCSI LUN
1102 - scsi: megaraid_sas: Check valid aen class range to avoid kernel panic
1103 - scsi: megaraid_sas: Return pended IOCTLs with cmd_status
1104 MFI_STAT_WRONG_STATE in case adapter is dead
1105 - scsi: storvsc: fix memory leak on ring buffer busy
1106 - scsi: sg: remove 'save_scat_len'
1107 - scsi: sg: use standard lists for sg_requests
1108 - scsi: sg: off by one in sg_ioctl()
1109 - scsi: sg: factor out sg_fill_request_table()
1110 - scsi: sg: fixup infoleak when using SG_GET_REQUEST_TABLE
1111 - scsi: qla2xxx: Fix an integer overflow in sysfs code
1112 - ftrace: Fix selftest goto location on error
1113 - tracing: Apply trace_clock changes to instance max buffer
1114 - ARC: Re-enable MMU upon Machine Check exception
1115 - PCI: shpchp: Enable bridge bus mastering if MSI is enabled
1116 - media: v4l2-compat-ioctl32: Fix timespec conversion
1117 - media: uvcvideo: Prevent heap overflow when accessing mapped controls
1118 - bcache: initialize dirty stripes in flash_dev_run()
1119 - bcache: Fix leak of bdev reference
1120 - bcache: do not subtract sectors_to_gc for bypassed IO
1121 - bcache: correct cache_dirty_target in __update_writeback_rate()
1122 - bcache: Correct return value for sysfs attach errors
1123 - bcache: fix for gc and write-back race
1124 - bcache: fix bch_hprint crash and improve output
1125 - ftrace: Fix memleak when unregistering dynamic ops when tracing disabled
1126 - Linux 4.4.89
1127 * ETPS/2 Elantech Touchpad inconsistently detected (Gigabyte P57W laptop)
1128 (LP: #1594214)
1129 - Input: i8042 - add Gigabyte P57 to the keyboard reset table
1130 * Xenial update to 4.4.88 stable release (LP: #1718195)
1131 - usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard
1132 - USB: serial: option: add support for D-Link DWM-157 C1
1133 - usb: Add device quirk for Logitech HD Pro Webcam C920-C
1134 - usb:xhci:Fix regression when ATI chipsets detected
1135 - USB: core: Avoid race of async_completed() w/ usbdev_release()
1136 - staging/rts5208: fix incorrect shift to extract upper nybble
1137 - driver core: bus: Fix a potential double free
1138 - intel_th: pci: Add Cannon Lake PCH-H support
1139 - intel_th: pci: Add Cannon Lake PCH-LP support
1140 - ath10k: fix memory leak in rx ring buffer allocation
1141 - rtlwifi: rtl_pci_probe: Fix fail path of _rtl_pci_find_adapter
1142 - Bluetooth: Add support of 13d3:3494 RTL8723BE device
1143 - dlm: avoid double-free on error path in dlm_device_{register,unregister}
1144 - mwifiex: correct channel stat buffer overflows
1145 - drm/nouveau/pci/msi: disable MSI on big-endian platforms by default
1146 - workqueue: Fix flag collision
1147 - cs5536: add support for IDE controller variant
1148 - scsi: sg: protect against races between mmap() and SG_SET_RESERVED_SIZE
1149 - scsi: sg: recheck MMAP_IO request length with lock held
1150 - drm: adv7511: really enable interrupts for EDID detection
1151 - drm/bridge: adv7511: Fix mutex deadlock when interrupts are disabled
1152 - drm/bridge: adv7511: Use work_struct to defer hotplug handing to out of irq
1153 context
1154 - drm/bridge: adv7511: Switch to using drm_kms_helper_hotplug_event()
1155 - drm/bridge: adv7511: Re-write the i2c address before EDID probing
1156 - btrfs: resume qgroup rescan on rw remount
1157 - locktorture: Fix potential memory leak with rw lock test
1158 - ALSA: msnd: Optimize / harden DSP and MIDI loops
1159 - ARM: 8692/1: mm: abort uaccess retries upon fatal signal
1160 - NFS: Fix 2 use after free issues in the I/O code
1161 - xfs: XFS_IS_REALTIME_INODE() should be false if no rt device present
1162 - Linux 4.4.88
1163 * Kernel has troule recognizing Corsair Strafe RGB keyboard (LP: #1678477)
1164 - usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard
1165
1166 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Wed, 11 Oct 2017 14:49:04 -0300
1167
1168 linux-snapdragon (4.4.0-1077.82) xenial; urgency=low
1169
1170 * linux-snapdragon: 4.4.0-1077.82 -proposed tracker (LP: #1718154)
1171
1172 [ Ubuntu: 4.4.0-97.120 ]
1173
1174 * linux: 4.4.0-97.120 -proposed tracker (LP: #1718149)
1175 * blk-mq: possible deadlock on CPU hot(un)plug (LP: #1670634)
1176 - [Config] s390x -- disable CONFIG_{DM, SCSI}_MQ_DEFAULT
1177 * Xenial update to 4.4.87 stable release (LP: #1715678)
1178 - irqchip: mips-gic: SYNC after enabling GIC region
1179 - i2c: ismt: Don't duplicate the receive length for block reads
1180 - i2c: ismt: Return EMSGSIZE for block reads with bogus length
1181 - ceph: fix readpage from fscache
1182 - cpumask: fix spurious cpumask_of_node() on non-NUMA multi-node configs
1183 - cpuset: Fix incorrect memory_pressure control file mapping
1184 - alpha: uapi: Add support for __SANE_USERSPACE_TYPES__
1185 - CIFS: remove endian related sparse warning
1186 - wl1251: add a missing spin_lock_init()
1187 - xfrm: policy: check policy direction value
1188 - drm/ttm: Fix accounting error when fail to get pages for pool
1189 - kvm: arm/arm64: Fix race in resetting stage2 PGD
1190 - kvm: arm/arm64: Force reading uncached stage2 PGD
1191 - epoll: fix race between ep_poll_callback(POLLFREE) and ep_free()/ep_remove()
1192 - crypto: algif_skcipher - only call put_page on referenced and used pages
1193 - Linux 4.4.87
1194 * Xenial update to 4.4.86 stable release (LP: #1715430)
1195 - scsi: isci: avoid array subscript warning
1196 - ALSA: au88x0: Fix zero clear of stream->resources
1197 - btrfs: remove duplicate const specifier
1198 - i2c: jz4780: drop superfluous init
1199 - gcov: add support for gcc version >= 6
1200 - gcov: support GCC 7.1
1201 - lightnvm: initialize ppa_addr in dev_to_generic_addr()
1202 - p54: memset(0) whole array
1203 - lpfc: Fix Device discovery failures during switch reboot test.
1204 - arm64: mm: abort uaccess retries upon fatal signal
1205 - x86/io: Add "memory" clobber to insb/insw/insl/outsb/outsw/outsl
1206 - arm64: fpsimd: Prevent registers leaking across exec
1207 - scsi: sg: protect accesses to 'reserved' page array
1208 - scsi: sg: reset 'res_in_use' after unlinking reserved array
1209 - drm/i915: fix compiler warning in drivers/gpu/drm/i915/intel_uncore.c
1210 - Linux 4.4.86
1211 * Xenial update to 4.4.85 stable release (LP: #1714298)
1212 - af_key: do not use GFP_KERNEL in atomic contexts
1213 - dccp: purge write queue in dccp_destroy_sock()
1214 - dccp: defer ccid_hc_tx_delete() at dismantle time
1215 - ipv4: fix NULL dereference in free_fib_info_rcu()
1216 - net_sched/sfq: update hierarchical backlog when drop packet
1217 - ipv4: better IP_MAX_MTU enforcement
1218 - sctp: fully initialize the IPv6 address in sctp_v6_to_addr()
1219 - tipc: fix use-after-free
1220 - ipv6: reset fn->rr_ptr when replacing route
1221 - ipv6: repair fib6 tree in failure case
1222 - tcp: when rearming RTO, if RTO time is in past then fire RTO ASAP
1223 - irda: do not leak initialized list.dev to userspace
1224 - net: sched: fix NULL pointer dereference when action calls some targets
1225 - net_sched: fix order of queue length updates in qdisc_replace()
1226 - mei: me: add broxton pci device ids
1227 - mei: me: add lewisburg device ids
1228 - Input: trackpoint - add new trackpoint firmware ID
1229 - Input: elan_i2c - add ELAN0602 ACPI ID to support Lenovo Yoga310
1230 - ALSA: core: Fix unexpected error at replacing user TLV
1231 - ALSA: hda - Add stereo mic quirk for Lenovo G50-70 (17aa:3978)
1232 - ARCv2: PAE40: Explicitly set MSB counterpart of SLC region ops addresses
1233 - i2c: designware: Fix system suspend
1234 - drm: Release driver tracking before making the object available again
1235 - drm/atomic: If the atomic check fails, return its value first
1236 - drm: rcar-du: lvds: Fix PLL frequency-related configuration
1237 - drm: rcar-du: lvds: Rename PLLEN bit to PLLON
1238 - drm: rcar-du: Fix crash in encoder failure error path
1239 - drm: rcar-du: Fix display timing controller parameter
1240 - drm: rcar-du: Fix H/V sync signal polarity configuration
1241 - tracing: Fix freeing of filter in create_filter() when set_str is false
1242 - cifs: Fix df output for users with quota limits
1243 - cifs: return ENAMETOOLONG for overlong names in cifs_open()/cifs_lookup()
1244 - nfsd: Limit end of page list when decoding NFSv4 WRITE
1245 - perf/core: Fix group {cpu,task} validation
1246 - Bluetooth: hidp: fix possible might sleep error in hidp_session_thread
1247 - Bluetooth: cmtp: fix possible might sleep error in cmtp_session
1248 - Bluetooth: bnep: fix possible might sleep error in bnep_session
1249 - binder: use group leader instead of open thread
1250 - binder: Use wake up hint for synchronous transactions.
1251 - ANDROID: binder: fix proc->tsk check.
1252 - iio: imu: adis16480: Fix acceleration scale factor for adis16480
1253 - iio: hid-sensor-trigger: Fix the race with user space powering up sensors
1254 - staging: rtl8188eu: add RNX-N150NUB support
1255 - ASoC: simple-card: don't fail if sysclk setting is not supported
1256 - ASoC: rsnd: disable SRC.out only when stop timing
1257 - ASoC: rsnd: avoid pointless loop in rsnd_mod_interrupt()
1258 - ASoC: rsnd: Add missing initialization of ADG req_rate
1259 - ASoC: rsnd: ssi: 24bit data needs right-aligned settings
1260 - ASoC: rsnd: don't call update callback if it was NULL
1261 - ntb_transport: fix qp count bug
1262 - ntb_transport: fix bug calculating num_qps_mw
1263 - ACPI: ioapic: Clear on-stack resource before using it
1264 - ACPI / APEI: Add missing synchronize_rcu() on NOTIFY_SCI removal
1265 - Linux 4.4.85
1266 * Xenial update to 4.4.84 stable release (LP: #1713729)
1267 - audit: Fix use after free in audit_remove_watch_rule()
1268 - parisc: pci memory bar assignment fails with 64bit kernels on dino/cujo
1269 - crypto: x86/sha1 - Fix reads beyond the number of blocks passed
1270 - Input: elan_i2c - Add antoher Lenovo ACPI ID for upcoming Lenovo NB
1271 - ALSA: seq: 2nd attempt at fixing race creating a queue
1272 - Revert "UBUNTU: SAUCE: (no-up) ALSA: usb-audio: Add quirk for sennheiser
1273 officerunner"
1274 - ALSA: usb-audio: Apply sample rate quirk to Sennheiser headset
1275 - ALSA: usb-audio: Add mute TLV for playback volumes on C-Media devices
1276 - mm/mempolicy: fix use after free when calling get_mempolicy
1277 - xen: fix bio vec merging
1278 - x86/asm/64: Clear AC on NMI entries
1279 - irqchip/atmel-aic: Fix unbalanced of_node_put() in aic_common_irq_fixup()
1280 - irqchip/atmel-aic: Fix unbalanced refcount in aic_common_rtc_irq_fixup()
1281 - Sanitize 'move_pages()' permission checks
1282 - pids: make task_tgid_nr_ns() safe
1283 - perf/x86: Fix LBR related crashes on Intel Atom
1284 - usb: optimize acpi companion search for usb port devices
1285 - usb: qmi_wwan: add D-Link DWM-222 device ID
1286 - Linux 4.4.84
1287 * Intel i40e PF reset due to incorrect MDD detection (LP: #1713553)
1288 - i40e: Limit TX descriptor count in cases where frag size is greater than 16K
1289 * Neighbour confirmation broken, breaks ARP cache aging (LP: #1715812)
1290 - sock: add sk_dst_pending_confirm flag
1291 - net: add dst_pending_confirm flag to skbuff
1292 - sctp: add dst_pending_confirm flag
1293 - tcp: replace dst_confirm with sk_dst_confirm
1294 - net: add confirm_neigh method to dst_ops
1295 - net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TP
1296 - net: pending_confirm is not used anymore
1297 * CVE-2017-14106
1298 - tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0
1299 * [CIFS] Fix maximum SMB2 header size (LP: #1713884)
1300 - CIFS: Fix maximum SMB2 header size
1301 * Middle button of trackpoint doesn't work (LP: #1715271)
1302 - Input: trackpoint - assume 3 buttons when buttons detection fails
1303 * kernel BUG at /build/linux-lts-xenial-_hWfOZ/linux-lts-
1304 xenial-4.4.0/security/apparmor/include/context.h:69! (LP: #1626984)
1305 - SAUCE: fix oops when disabled and module parameters, are accessed
1306 * Touchpad not detected (LP: #1708852)
1307 - Input: elan_i2c - add ELAN0608 to the ACPI table
1308
1309 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Wed, 20 Sep 2017 10:11:15 +0200
1310
1311 linux-snapdragon (4.4.0-1076.81) xenial; urgency=low
1312
1313 * linux-snapdragon: 4.4.0-1076.81 -proposed tracker (LP: #1716619)
1314
1315 [ Ubuntu: 4.4.0-96.119 ]
1316
1317 * linux: 4.4.0-96.119 -proposed tracker (LP: #1716613)
1318 * kernel panic -not syncing: Fatal exception: panic_on_oops (LP: #1708399)
1319 - s390/mm: no local TLB flush for clearing-by-ASCE IDTE
1320 - SAUCE: s390/mm: fix local TLB flushing vs. detach of an mm address space
1321 - SAUCE: s390/mm: fix race on mm->context.flush_mm
1322 * CVE-2017-1000251
1323 - Bluetooth: Properly check L2CAP config option output buffer length
1324
1325 -- Stefan Bader <stefan.bader@canonical.com> Tue, 12 Sep 2017 18:17:43 +0200
1326
1327 linux-snapdragon (4.4.0-1075.80) xenial; urgency=low
1328
1329 * linux-snapdragon: 4.4.0-1075.80 -proposed tracker (LP: #1715654)
1330
1331 [ Ubuntu: 4.4.0-95.118 ]
1332
1333 * linux: 4.4.0-95.118 -proposed tracker (LP: #1715651)
1334 * Xenial update to 4.4.78 stable release broke Address Sanitizer
1335 (LP: #1715636)
1336 - mm: revert x86_64 and arm64 ELF_ET_DYN_BASE base changes
1337
1338 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Fri, 08 Sep 2017 10:35:29 +0200
1339
1340 linux-snapdragon (4.4.0-1074.79) xenial; urgency=low
1341
1342 * linux-snapdragon: 4.4.0-1074.79 -proposed tracker (LP: #1713465)
1343
1344 * Include Broadcom GPL modules in Xenial Kernel (LP: #1665783)
1345 - [config] update config for master changes
1346
1347 * Backport more recent Broadcom bnxt_en driver (LP: #1711056)
1348 - [config] update config for master changes
1349
1350 [ Ubuntu: 4.4.0-94.117 ]
1351
1352 * linux: 4.4.0-94.117 -proposed tracker (LP: #1713462)
1353 * mwifiex causes kernel oops when AP mode is enabled (LP: #1712746)
1354 - SAUCE: net/wireless: do not dereference invalid pointer
1355 - SAUCE: mwifiex: do not dereference invalid pointer
1356 * Backport more recent Broadcom bnxt_en driver (LP: #1711056)
1357 - SAUCE: bnxt_en_bpo: Import bnxt_en driver version 1.8.1
1358 - SAUCE: bnxt_en_bpo: Drop distro out-of-tree detection logic
1359 - SAUCE: bnxt_en_bpo: Remove unnecessary compile flags
1360 - SAUCE: bnxt_en_bpo: Move config settings to Kconfig
1361 - SAUCE: bnxt_en_bpo: Remove PCI_IDs handled by the regular driver
1362 - SAUCE: bnxt_en_bpo: Rename the backport driver to bnxt_en_bpo
1363 - bnxt_en_bpo: [Config] Enable CONFIG_BNXT_BPO=m
1364 * HID: multitouch: Support ALPS PTP Stick and Touchpad devices (LP: #1712481)
1365 - HID: multitouch: Support PTP Stick and Touchpad device
1366 - SAUCE: HID: multitouch: Support ALPS PTP stick with pid 0x120A
1367 * igb: Support using Broadcom 54616 as PHY (LP: #1712024)
1368 - SAUCE: igb: add support for using Broadcom 54616 as PHY
1369 * IPR driver causes multipath to fail paths/stuck IO on Medium Errors
1370 (LP: #1682644)
1371 - scsi: ipr: do not set DID_PASSTHROUGH on CHECK CONDITION
1372 * accessing /dev/hvc1 with stress-ng on Ubuntu xenial causes crash
1373 (LP: #1711401)
1374 - tty/hvc: Use IRQF_SHARED for OPAL hvc consoles
1375 * memory-hotplug test needs to be fixed (LP: #1710868)
1376 - selftests: typo correction for memory-hotplug test
1377 - selftests: check hot-pluggagble memory for memory-hotplug test
1378 - selftests: check percentage range for memory-hotplug test
1379 - selftests: add missing test name in memory-hotplug test
1380 - selftests: fix memory-hotplug test
1381 * HP lt4132 LTE/HSPA+ 4G Module (03f0:a31d) does not work (LP: #1707643)
1382 - net: cdc_mbim: apply "NDP to end" quirk to HP lt4132
1383 * Migrating KSM page causes the VM lock up as the KSM page merging list is too
1384 large (LP: #1680513)
1385 - ksm: introduce ksm_max_page_sharing per page deduplication limit
1386 - ksm: fix use after free with merge_across_nodes = 0
1387 - ksm: cleanup stable_node chain collapse case
1388 - ksm: swap the two output parameters of chain/chain_prune
1389 - ksm: optimize refile of stable_node_dup at the head of the chain
1390 * sort ABI files with C.UTF-8 locale (LP: #1712345)
1391 - [Packaging] sort ABI files with C.UTF-8 locale
1392 * Include Broadcom GPL modules in Xenial Kernel (LP: #1665783)
1393 - [Config] OpenNSL Kconfig/Makefile
1394 - Import OpenNSL v3.1.0.17
1395 - [Config] CONFIG_OPENNSL=y for amd64
1396 - OpenNSL: Enable Kconfig and build
1397 - SAUCE: opennsl: add proper CFLAGS
1398 * Xenial update to 4.4.83 stable release (LP: #1711557)
1399 - cpuset: fix a deadlock due to incomplete patching of cpusets_enabled()
1400 - mm: ratelimit PFNs busy info message
1401 - iscsi-target: fix memory leak in iscsit_setup_text_cmd()
1402 - iscsi-target: Fix iscsi_np reset hung task during parallel delete
1403 - fuse: initialize the flock flag in fuse_file on allocation
1404 - nfs/flexfiles: fix leak of nfs4_ff_ds_version arrays
1405 - USB: serial: option: add D-Link DWM-222 device ID
1406 - USB: serial: cp210x: add support for Qivicon USB ZigBee dongle
1407 - USB: serial: pl2303: add new ATEN device id
1408 - usb: musb: fix tx fifo flush handling again
1409 - USB: hcd: Mark secondary HCD as dead if the primary one died
1410 - staging:iio:resolver:ad2s1210 fix negative IIO_ANGL_VEL read
1411 - iio: accel: bmc150: Always restore device to normal mode after suspend-
1412 resume
1413 - iio: light: tsl2563: use correct event code
1414 - uas: Add US_FL_IGNORE_RESIDUE for Initio Corporation INIC-3069
1415 - USB: Check for dropped connection before switching to full speed
1416 - usb: core: unlink urbs from the tail of the endpoint's urb_list
1417 - usb: quirks: Add no-lpm quirk for Moshi USB to Ethernet Adapter
1418 - usb:xhci:Add quirk for Certain failing HP keyboard on reset after resume
1419 - iio: adc: vf610_adc: Fix VALT selection value for REFSEL bits
1420 - pnfs/blocklayout: require 64-bit sector_t
1421 - pinctrl: sunxi: add a missing function of A10/A20 pinctrl driver
1422 - pinctrl: samsung: Remove bogus irq_[un]mask from resource management
1423 - Linux 4.4.83
1424 * Xenial update to 4.4.82 stable release (LP: #1711535)
1425 - tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction states
1426 - net: fix keepalive code vs TCP_FASTOPEN_CONNECT
1427 - bpf, s390: fix jit branch offset related to ldimm64
1428 - net: sched: set xt_tgchk_param par.nft_compat as 0 in ipt_init_target
1429 - tcp: fastopen: tcp_connect() must refresh the route
1430 - net: avoid skb_warn_bad_offload false positives on UFO
1431 - sparc64: Prevent perf from running during super critical sections
1432 - KVM: arm/arm64: Handle hva aging while destroying the vm
1433 - mm/mempool: avoid KASAN marking mempool poison checks as use-after-free
1434 - Linux 4.4.82
1435 * Xenial update to 4.4.81 stable release (LP: #1711526)
1436 - libata: array underflow in ata_find_dev()
1437 - workqueue: restore WQ_UNBOUND/max_active==1 to be ordered
1438 - ALSA: hda - Fix speaker output from VAIO VPCL14M1R
1439 - ASoC: do not close shared backend dailink
1440 - KVM: async_pf: make rcu irq exit if not triggered from idle task
1441 - mm/page_alloc: Remove kernel address exposure in free_reserved_area()
1442 - ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesize
1443 - ext4: fix overflow caused by missing cast in ext4_resize_fs()
1444 - ARM: dts: armada-38x: Fix irq type for pca955
1445 - media: platform: davinci: return -EINVAL for VPFE_CMD_S_CCDC_RAW_PARAMS
1446 ioctl
1447 - target: Avoid mappedlun symlink creation during lun shutdown
1448 - iscsi-target: Always wait for kthread_should_stop() before kthread exit
1449 - iscsi-target: Fix early sk_data_ready LOGIN_FLAGS_READY race
1450 - iscsi-target: Fix initial login PDU asynchronous socket close OOPs
1451 - iscsi-target: Fix delayed logout processing greater than
1452 SECONDS_FOR_LOGOUT_COMP
1453 - iser-target: Avoid isert_conn->cm_id dereference in isert_login_recv_done
1454 - mm, mprotect: flush TLB if potentially racing with a parallel reclaim
1455 leaving stale TLB entries
1456 - media: lirc: LIRC_GET_REC_RESOLUTION should return microseconds
1457 - f2fs: sanity check checkpoint segno and blkoff
1458 - drm: rcar-du: fix backport bug
1459 - saa7164: fix double fetch PCIe access condition
1460 - ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check()
1461 - net: Zero terminate ifr_name in dev_ifname().
1462 - ipv6: avoid overflow of offset in ip6_find_1stfragopt
1463 - ipv4: initialize fib_trie prior to register_netdev_notifier call.
1464 - rtnetlink: allocate more memory for dev_set_mac_address()
1465 - mcs7780: Fix initialization when CONFIG_VMAP_STACK is enabled
1466 - openvswitch: fix potential out of bound access in parse_ct
1467 - packet: fix use-after-free in prb_retire_rx_blk_timer_expired()
1468 - ipv6: Don't increase IPSTATS_MIB_FRAGFAILS twice in ip6_fragment()
1469 - net: ethernet: nb8800: Handle all 4 RGMII modes identically
1470 - dccp: fix a memleak that dccp_ipv6 doesn't put reqsk properly
1471 - dccp: fix a memleak that dccp_ipv4 doesn't put reqsk properly
1472 - dccp: fix a memleak for dccp_feat_init err process
1473 - sctp: don't dereference ptr before leaving _sctp_walk_{params, errors}()
1474 - sctp: fix the check for _sctp_walk_params and _sctp_walk_errors
1475 - net/mlx5: Fix command bad flow on command entry allocation failure
1476 - net: phy: Correctly process PHY_HALTED in phy_stop_machine()
1477 - net: phy: Fix PHY unbind crash
1478 - xen-netback: correctly schedule rate-limited queues
1479 - sparc64: Measure receiver forward progress to avoid send mondo timeout
1480 - wext: handle NULL extra data in iwe_stream_add_point better
1481 - sh_eth: R8A7740 supports packet shecksumming
1482 - net: phy: dp83867: fix irq generation
1483 - tg3: Fix race condition in tg3_get_stats64().
1484 - x86/boot: Add missing declaration of string functions
1485 - phy state machine: failsafe leave invalid RUNNING state
1486 - scsi: qla2xxx: Get mutex lock before checking optrom_state
1487 - drm/virtio: fix framebuffer sparse warning
1488 - virtio_blk: fix panic in initialization error path
1489 - ARM: 8632/1: ftrace: fix syscall name matching
1490 - mm, slab: make sure that KMALLOC_MAX_SIZE will fit into MAX_ORDER
1491 - lib/Kconfig.debug: fix frv build failure
1492 - signal: protect SIGNAL_UNKILLABLE from unintentional clearing.
1493 - mm: don't dereference struct page fields of invalid pages
1494 - workqueue: implicit ordered attribute should be overridable
1495 - Linux 4.4.81
1496 * Xenial update to 4.4.80 stable release (LP: #1710646)
1497 - af_key: Add lock to key dump
1498 - pstore: Make spinlock per zone instead of global
1499 - powerpc/pseries: Fix of_node_put() underflow during reconfig remove
1500 - crypto: authencesn - Fix digest_null crash
1501 - md/raid5: add thread_group worker async_tx_issue_pending_all
1502 - drm/vmwgfx: Fix gcc-7.1.1 warning
1503 - drm/nouveau/bar/gf100: fix access to upper half of BAR2
1504 - KVM: PPC: Book3S HV: Context-switch EBB registers properly
1505 - KVM: PPC: Book3S HV: Restore critical SPRs to host values on guest exit
1506 - KVM: PPC: Book3S HV: Reload HTM registers explicitly
1507 - KVM: PPC: Book3S HV: Save/restore host values of debug registers
1508 - Revert "powerpc/numa: Fix percpu allocations to be NUMA aware"
1509 - Staging: comedi: comedi_fops: Avoid orphaned proc entry
1510 - drm/rcar: Nuke preclose hook
1511 - drm: rcar-du: Perform initialization/cleanup at probe/remove time
1512 - drm: rcar-du: Simplify and fix probe error handling
1513 - perf intel-pt: Fix ip compression
1514 - perf intel-pt: Fix last_ip usage
1515 - perf intel-pt: Use FUP always when scanning for an IP
1516 - perf intel-pt: Ensure never to set 'last_ip' when packet 'count' is zero
1517 - xfs: don't BUG() on mixed direct and mapped I/O
1518 - nfc: fdp: fix NULL pointer dereference
1519 - net: phy: Do not perform software reset for Generic PHY
1520 - isdn: Fix a sleep-in-atomic bug
1521 - isdn/i4l: fix buffer overflow
1522 - ath10k: fix null deref on wmi-tlv when trying spectral scan
1523 - wil6210: fix deadlock when using fw_no_recovery option
1524 - mailbox: always wait in mbox_send_message for blocking Tx mode
1525 - mailbox: skip complete wait event if timer expired
1526 - mailbox: handle empty message in tx_tick
1527 - mpt3sas: Don't overreach ioc->reply_post[] during initialization
1528 - kaweth: fix firmware download
1529 - kaweth: fix oops upon failed memory allocation
1530 - sched/cgroup: Move sched_online_group() back into css_online() to fix crash
1531 - PM / Domains: defer dev_pm_domain_set() until genpd->attach_dev succeeds if
1532 present
1533 - RDMA/uverbs: Fix the check for port number
1534 - libnvdimm, btt: fix btt_rw_page not returning errors
1535 - ipmi/watchdog: fix watchdog timeout set on reboot
1536 - v4l: s5c73m3: fix negation operator
1537 - pstore: Allow prz to control need for locking
1538 - pstore: Correctly initialize spinlock and flags
1539 - pstore: Use dynamic spinlock initializer
1540 - net: skb_needs_check() accepts CHECKSUM_NONE for tx
1541 - sched/cputime: Fix prev steal time accouting during CPU hotplug
1542 - xen/blkback: don't free be structure too early
1543 - xen/blkback: don't use xen_blkif_get() in xen-blkback kthread
1544 - tpm: fix a kernel memory leak in tpm-sysfs.c
1545 - tpm: Replace device number bitmap with IDR
1546 - x86/mce/AMD: Make the init code more robust
1547 - r8169: add support for RTL8168 series add-on card.
1548 - ARM: dts: n900: Mark eMMC slot with no-sdio and no-sd flags
1549 - net/mlx4: Remove BUG_ON from ICM allocation routine
1550 - drm/msm: Ensure that the hardware write pointer is valid
1551 - drm/msm: Verify that MSM_SUBMIT_BO_FLAGS are set
1552 - vfio-pci: use 32-bit comparisons for register address for gcc-4.5
1553 - irqchip/keystone: Fix "scheduling while atomic" on rt
1554 - ASoC: tlv320aic3x: Mark the RESET register as volatile
1555 - spi: dw: Make debugfs name unique between instances
1556 - ASoC: nau8825: fix invalid configuration in Pre-Scalar of FLL
1557 - irqchip/mxs: Enable SKIP_SET_WAKE and MASK_ON_SUSPEND
1558 - openrisc: Add _text symbol to fix ksym build error
1559 - dmaengine: ioatdma: Add Skylake PCI Dev ID
1560 - dmaengine: ioatdma: workaround SKX ioatdma version
1561 - dmaengine: ti-dma-crossbar: Add some 'of_node_put()' in error path.
1562 - ARM64: zynqmp: Fix W=1 dtc 1.4 warnings
1563 - ARM64: zynqmp: Fix i2c node's compatible string
1564 - ARM: s3c2410_defconfig: Fix invalid values for NF_CT_PROTO_*
1565 - ACPI / scan: Prefer devices without _HID/_CID for _ADR matching
1566 - usb: gadget: Fix copy/pasted error message
1567 - Btrfs: adjust outstanding_extents counter properly when dio write is split
1568 - tools lib traceevent: Fix prev/next_prio for deadline tasks
1569 - xfrm: Don't use sk_family for socket policy lookups
1570 - perf tools: Install tools/lib/traceevent plugins with install-bin
1571 - perf symbols: Robustify reading of build-id from sysfs
1572 - video: fbdev: cobalt_lcdfb: Handle return NULL error from devm_ioremap
1573 - vfio-pci: Handle error from pci_iomap
1574 - arm64: mm: fix show_pte KERN_CONT fallout
1575 - nvmem: imx-ocotp: Fix wrong register size
1576 - sh_eth: enable RX descriptor word 0 shift on SH7734
1577 - ALSA: usb-audio: test EP_FLAG_RUNNING at urb completion
1578 - HID: ignore Petzl USB headlamp
1579 - scsi: fnic: Avoid sending reset to firmware when another reset is in
1580 progress
1581 - scsi: snic: Return error code on memory allocation failure
1582 - ASoC: dpcm: Avoid putting stream state to STOP when FE stream is paused
1583 - Linux 4.4.80
1584 * Please only recommend or suggest initramfs-tools | linux-initramfs-tool for
1585 kernels able to boot without initramfs (LP: #1700972)
1586 - [Debian] Don't depend on initramfs-tools
1587
1588 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Tue, 29 Aug 2017 12:36:57 +0200
1589
1590 linux-snapdragon (4.4.0-1073.78) xenial; urgency=low
1591
1592 * linux-snapdragon: 4.4.0-1073.78 -proposed tracker (LP: #1709299)
1593
1594 * snapcraft.yaml: correct image format and dtb installation path
1595 (LP: #1706938)
1596 - snapcraft.yaml: force image format to Image
1597 - snapcraft.yaml: install the apq8016-sbc and msm8916-mtp dtb files
1598
1599 [ Ubuntu: 4.4.0-93.116 ]
1600
1601 * linux: 4.4.0-93.116 -proposed tracker (LP: #1709296)
1602 * Creating conntrack entry failure with kernel 4.4.0-89 (LP: #1709032)
1603 - Revert "Revert "netfilter: synproxy: fix conntrackd interaction""
1604 - netfilter: nf_ct_ext: fix possible panic after nf_ct_extend_unregister
1605 * CVE-2017-1000112
1606 - Revert "udp: consistently apply ufo or fragmentation"
1607 - udp: consistently apply ufo or fragmentation
1608 * CVE-2017-1000111
1609 - Revert "net-packet: fix race in packet_set_ring on PACKET_RESERVE"
1610 - packet: fix tp_reserve race in packet_set_ring
1611 * kernel BUG at [tty_ldisc_reinit] mm/slub.c! (LP: #1709126)
1612 - tty: Simplify tty_set_ldisc() exit handling
1613 - tty: Reset c_line from driver's init_termios
1614 - tty: Handle NULL tty->ldisc
1615 - tty: Move tty_ldisc_kill()
1616 - tty: Use 'disc' for line discipline index name
1617 - tty: Refactor tty_ldisc_reinit() for reuse
1618 - tty: Destroy ldisc instance on hangup
1619 * atheros bt failed after S3 (LP: #1706833)
1620 - SAUCE: Bluetooth: Make request workqueue freezable
1621 * The Precision Touchpad(PTP) button sends incorrect event code (LP: #1708372)
1622 - HID: multitouch: handle external buttons for Precision Touchpads
1623 * Set CONFIG_SATA_HIGHBANK=y on armhf (LP: #1703430)
1624 - [Config] CONFIG_SATA_HIGHBANK=y
1625 * xfs slab objects (memory) leak when xfs shutdown is called (LP: #1706132)
1626 - xfs: fix xfs_log_ticket leak in xfs_end_io() after fs shutdown
1627 * Adt tests of src:linux time out often on armhf lxc containers (LP: #1705495)
1628 - [Packaging] tests -- reduce rebuild test to one flavour
1629 * CVE-2017-7495
1630 - ext4: fix data exposure after a crash
1631 * ubuntu/rsi driver downlink wifi throughput drops to 5-6 Mbps when BT
1632 keyboard is connected (LP: #1706991)
1633 - SAUCE: Redpine: enable power save by default for coex mode
1634 - SAUCE: Redpine: uapsd configuration changes
1635 * [Hyper-V] hv_netvsc: Exclude non-TCP port numbers from vRSS hashing
1636 (LP: #1690174)
1637 - hv_netvsc: Exclude non-TCP port numbers from vRSS hashing
1638 * ath10k doesn't report full RSSI information (LP: #1706531)
1639 - ath10k: add per chain RSSI reporting
1640 * ideapad_laptop don't support v310-14isk (LP: #1705378)
1641 - platform/x86: ideapad-laptop: Add several models to no_hw_rfkill
1642 * [8087:0a2b] Failed to load bluetooth firmware(might affect some other Intel
1643 bt devices) (LP: #1705633)
1644 - Bluetooth: btintel: Create common Intel Version Read function
1645 - Bluetooth: Use switch statement for Intel hardware variants
1646 - Bluetooth: Replace constant hw_variant from Intel Bluetooth firmware
1647 filename
1648 - Bluetooth: hci_intel: Fix firmware file name to use hw_variant
1649 - Bluetooth: btintel: Add MODULE_FIRMWARE entries for iBT 3.5 controllers
1650 * xhci_hcd: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 2
1651 comp_code 13 (LP: #1667750)
1652 - xhci: Bad Ethernet performance plugged in ASM1042A host
1653 * OpenPower: Some multipaths temporarily have only a single path
1654 (LP: #1696445)
1655 - scsi: ses: don't get power status of SES device slot on probe
1656 * Hotkeys on new Thinkpad systems aren't working (LP: #1705169)
1657 - platform/x86: thinkpad_acpi: Adding new hotkey ID for Lenovo thinkpad
1658 - platform/x86: thinkpad_acpi: guard generic hotkey case
1659 - platform/x86: thinkpad_acpi: add mapping for new hotkeys
1660 * CVE-2015-7837
1661 - SAUCE: (no-up) kexec/uefi: copy secure_boot flag in boot params across kexec
1662 reboot
1663 * misleading kernel warning skb_warn_bad_offload during checksum calculation
1664 (LP: #1705447)
1665 - net: reduce skb_warn_bad_offload() noise
1666 * bonding: stack dump when unregistering a netdev (LP: #1704102)
1667 - bonding: avoid NETDEV_CHANGEMTU event when unregistering slave
1668 * Ubuntu 16.04 IOB Error when the Mustang board rebooted (LP: #1693673)
1669 - drivers: net: xgene: Fix redundant prefetch buffer cleanup
1670 * Ubuntu16.04: NVMe 4K+T10 DIF/DIX format returns I/O error on dd with split
1671 op (LP: #1689946)
1672 - blk-mq: NVMe 512B/4K+T10 DIF/DIX format returns I/O error on dd with split
1673 op
1674 * linux >= 4.2: bonding 802.3ad does not work with 5G, 25G and 50G link speeds
1675 (LP: #1697892)
1676 - bonding: add 802.3ad support for 100G speeds
1677 - bonding: fix 802.3ad aggregator reselection
1678 - bonding: add 802.3ad support for 25G speeds
1679 - bonding: fix 802.3ad support for 5G and 50G speeds
1680 * Xenial update to 4.4.79 stable release (LP: #1707233)
1681 - disable new gcc-7.1.1 warnings for now
1682 - ir-core: fix gcc-7 warning on bool arithmetic
1683 - s5p-jpeg: don't return a random width/height
1684 - thermal: cpu_cooling: Avoid accessing potentially freed structures
1685 - ath9k: fix tx99 use after free
1686 - ath9k: fix tx99 bus error
1687 - NFC: fix broken device allocation
1688 - NFC: nfcmrvl_uart: add missing tty-device sanity check
1689 - NFC: nfcmrvl: do not use device-managed resources
1690 - NFC: nfcmrvl: use nfc-device for firmware download
1691 - NFC: nfcmrvl: fix firmware-management initialisation
1692 - nfc: Ensure presence of required attributes in the activate_target handler
1693 - nfc: Fix the sockaddr length sanitization in llcp_sock_connect
1694 - NFC: Add sockaddr length checks before accessing sa_family in bind handlers
1695 - perf intel-pt: Move decoder error setting into one condition
1696 - perf intel-pt: Improve sample timestamp
1697 - perf intel-pt: Fix missing stack clear
1698 - perf intel-pt: Ensure IP is zero when state is INTEL_PT_STATE_NO_IP
1699 - perf intel-pt: Clear FUP flag on error
1700 - Bluetooth: use constant time memory comparison for secret values
1701 - wlcore: fix 64K page support
1702 - ASoC: compress: Derive substream from stream based on direction
1703 - PM / Domains: Fix unsafe iteration over modified list of device links
1704 - PM / Domains: Fix unsafe iteration over modified list of domain providers
1705 - scsi: ses: do not add a device to an enclosure if enclosure_add_links()
1706 fails.
1707 - iscsi-target: Add login_keys_workaround attribute for non RFC initiators
1708 - powerpc/64: Fix atomic64_inc_not_zero() to return an int
1709 - powerpc: Fix emulation of mcrf in emulate_step()
1710 - powerpc: Fix emulation of mfocrf in emulate_step()
1711 - powerpc/asm: Mark cr0 as clobbered in mftb()
1712 - af_key: Fix sadb_x_ipsecrequest parsing
1713 - PCI/PM: Restore the status of PCI devices across hibernation
1714 - ipvs: SNAT packet replies only for NATed connections
1715 - xhci: fix 20000ms port resume timeout
1716 - xhci: Fix NULL pointer dereference when cleaning up streams for removed host
1717 - usb: storage: return on error to avoid a null pointer dereference
1718 - USB: cdc-acm: add device-id for quirky printer
1719 - usb: renesas_usbhs: fix usbhsc_resume() for !USBHSF_RUNTIME_PWCTRL
1720 - usb: renesas_usbhs: gadget: disable all eps when the driver stops
1721 - md: don't use flush_signals in userspace processes
1722 - x86/xen: allow userspace access during hypercalls
1723 - cx88: Fix regression in initial video standard setting
1724 - Raid5 should update rdev->sectors after reshape
1725 - s390/syscalls: Fix out of bounds arguments access
1726 - drm/amd/amdgpu: Return error if initiating read out of range on vram
1727 - drm/radeon/ci: disable mclk switching for high refresh rates (v2)
1728 - drm/radeon: Fix eDP for single-display iMac10,1 (v2)
1729 - ipmi: use rcu lock around call to intf->handlers->sender()
1730 - ipmi:ssif: Add missing unlock in error branch
1731 - f2fs: Don't clear SGID when inheriting ACLs
1732 - vfio: Fix group release deadlock
1733 - vfio: New external user group/file match
1734 - ftrace: Fix uninitialized variable in match_records()
1735 - MIPS: Fix mips_atomic_set() retry condition
1736 - MIPS: Fix mips_atomic_set() with EVA
1737 - MIPS: Negate error syscall return in trace
1738 - x86/acpi: Prevent out of bound access caused by broken ACPI tables
1739 - x86/ioapic: Pass the correct data to unmask_ioapic_irq()
1740 - MIPS: Fix MIPS I ISA /proc/cpuinfo reporting
1741 - MIPS: Save static registers before sysmips
1742 - MIPS: Actually decode JALX in `__compute_return_epc_for_insn'
1743 - MIPS: Fix unaligned PC interpretation in `compute_return_epc'
1744 - MIPS: math-emu: Prevent wrong ISA mode instruction emulation
1745 - MIPS: Send SIGILL for BPOSGE32 in `__compute_return_epc_for_insn'
1746 - MIPS: Rename `sigill_r6' to `sigill_r2r6' in `__compute_return_epc_for_insn'
1747 - MIPS: Send SIGILL for linked branches in `__compute_return_epc_for_insn'
1748 - MIPS: Fix a typo: s/preset/present/ in r2-to-r6 emulation error message
1749 - Input: i8042 - fix crash at boot time
1750 - NFS: only invalidate dentrys that are clearly invalid.
1751 - udf: Fix deadlock between writeback and udf_setsize()
1752 - target: Fix COMPARE_AND_WRITE caw_sem leak during se_cmd quiesce
1753 - perf annotate: Fix broken arrow at row 0 connecting jmp instruction to its
1754 target
1755 - Revert "perf/core: Drop kernel samples even though :u is specified"
1756 - staging: rtl8188eu: add TL-WN722N v2 support
1757 - ceph: fix race in concurrent readdir
1758 - RDMA/core: Initialize port_num in qp_attr
1759 - drm/mst: Fix error handling during MST sideband message reception
1760 - drm/mst: Avoid dereferencing a NULL mstb in drm_dp_mst_handle_up_req()
1761 - drm/mst: Avoid processing partially received up/down message transactions
1762 - of: device: Export of_device_{get_modalias, uvent_modalias} to modules
1763 - spmi: Include OF based modalias in device uevent
1764 - tracing: Fix kmemleak in instance_rmdir
1765 - alarmtimer: don't rate limit one-shot timers
1766 - Linux 4.4.79
1767 * Xenial update to 4.4.78 stable release (LP: #1705707)
1768 - net_sched: fix error recovery at qdisc creation
1769 - net: sched: Fix one possible panic when no destroy callback
1770 - net/phy: micrel: configure intterupts after autoneg workaround
1771 - ipv6: avoid unregistering inet6_dev for loopback
1772 - net: dp83640: Avoid NULL pointer dereference.
1773 - tcp: reset sk_rx_dst in tcp_disconnect()
1774 - net: prevent sign extension in dev_get_stats()
1775 - bpf: prevent leaking pointer via xadd on unpriviledged
1776 - net: handle NAPI_GRO_FREE_STOLEN_HEAD case also in napi_frags_finish()
1777 - ipv6: dad: don't remove dynamic addresses if link is down
1778 - net: ipv6: Compare lwstate in detecting duplicate nexthops
1779 - vrf: fix bug_on triggered by rx when destroying a vrf
1780 - rds: tcp: use sock_create_lite() to create the accept socket
1781 - brcmfmac: fix possible buffer overflow in brcmf_cfg80211_mgmt_tx()
1782 - cfg80211: Define nla_policy for NL80211_ATTR_LOCAL_MESH_POWER_MODE
1783 - cfg80211: Validate frequencies nested in NL80211_ATTR_SCAN_FREQUENCIES
1784 - cfg80211: Check if PMKID attribute is of expected size
1785 - irqchip/gic-v3: Fix out-of-bound access in gic_set_affinity
1786 - parisc: Report SIGSEGV instead of SIGBUS when running out of stack
1787 - parisc: use compat_sys_keyctl()
1788 - parisc: DMA API: return error instead of BUG_ON for dma ops on non dma devs
1789 - parisc/mm: Ensure IRQs are off in switch_mm()
1790 - tools/lib/lockdep: Reduce MAX_LOCK_DEPTH to avoid overflowing lock_chain/:
1791 Depth
1792 - kernel/extable.c: mark core_kernel_text notrace
1793 - mm/list_lru.c: fix list_lru_count_node() to be race free
1794 - fs/dcache.c: fix spin lockup issue on nlru->lock
1795 - checkpatch: silence perl 5.26.0 unescaped left brace warnings
1796 - binfmt_elf: use ELF_ET_DYN_BASE only for PIE
1797 - arm: move ELF_ET_DYN_BASE to 4MB
1798 - arm64: move ELF_ET_DYN_BASE to 4GB / 4MB
1799 - powerpc: move ELF_ET_DYN_BASE to 4GB / 4MB
1800 - s390: reduce ELF_ET_DYN_BASE
1801 - exec: Limit arg stack to at most 75% of _STK_LIM
1802 - vt: fix unchecked __put_user() in tioclinux ioctls
1803 - mnt: In umount propagation reparent in a separate pass
1804 - mnt: In propgate_umount handle visiting mounts in any order
1805 - mnt: Make propagate_umount less slow for overlapping mount propagation trees
1806 - selftests/capabilities: Fix the test_execve test
1807 - tpm: Get rid of chip->pdev
1808 - tpm: Provide strong locking for device removal
1809 - Add "shutdown" to "struct class".
1810 - tpm: Issue a TPM2_Shutdown for TPM2 devices.
1811 - mm: fix overflow check in expand_upwards()
1812 - crypto: talitos - Extend max key length for SHA384/512-HMAC and AEAD
1813 - crypto: atmel - only treat EBUSY as transient if backlog
1814 - crypto: sha1-ssse3 - Disable avx2
1815 - crypto: caam - fix signals handling
1816 - sched/topology: Fix overlapping sched_group_mask
1817 - sched/topology: Optimize build_group_mask()
1818 - PM / wakeirq: Convert to SRCU
1819 - PM / QoS: return -EINVAL for bogus strings
1820 - tracing: Use SOFTIRQ_OFFSET for softirq dectection for more accurate results
1821 - KVM: x86: disable MPX if host did not enable MPX XSAVE features
1822 - kvm: vmx: Do not disable intercepts for BNDCFGS
1823 - kvm: x86: Guest BNDCFGS requires guest MPX support
1824 - kvm: vmx: Check value written to IA32_BNDCFGS
1825 - kvm: vmx: allow host to access guest MSR_IA32_BNDCFGS
1826 - Linux 4.4.78
1827 * Xenial update to 4.4.77 stable release (LP: #1705238)
1828 - fs: add a VALID_OPEN_FLAGS
1829 - fs: completely ignore unknown open flags
1830 - driver core: platform: fix race condition with driver_override
1831 - bgmac: reset & enable Ethernet core before using it
1832 - mm: fix classzone_idx underflow in shrink_zones()
1833 - tracing/kprobes: Allow to create probe with a module name starting with a
1834 digit
1835 - usb: dwc3: replace %p with %pK
1836 - USB: serial: cp210x: add ID for CEL EM3588 USB ZigBee stick
1837 - Add USB quirk for HVR-950q to avoid intermittent device resets
1838 - usb: usbip: set buffer pointers to NULL after free
1839 - usb: Fix typo in the definition of Endpoint[out]Request
1840 - mac80211_hwsim: Replace bogus hrtimer clockid
1841 - sysctl: don't print negative flag for proc_douintvec
1842 - sysctl: report EINVAL if value is larger than UINT_MAX for proc_douintvec
1843 - pinctrl: sh-pfc: r8a7791: Fix SCIF2 pinmux data
1844 - pinctrl: meson: meson8b: fix the NAND DQS pins
1845 - pinctrl: sunxi: Fix SPDIF function name for A83T
1846 - pinctrl: mxs: atomically switch mux and drive strength config
1847 - pinctrl: sh-pfc: Update info pointer after SoC-specific init
1848 - USB: serial: option: add two Longcheer device ids
1849 - USB: serial: qcserial: new Sierra Wireless EM7305 device ID
1850 - gfs2: Fix glock rhashtable rcu bug
1851 - x86/tools: Fix gcc-7 warning in relocs.c
1852 - x86/uaccess: Optimize copy_user_enhanced_fast_string() for short strings
1853 - ath10k: override CE5 config for QCA9377
1854 - KEYS: Fix an error code in request_master_key()
1855 - RDMA/uverbs: Check port number supplied by user verbs cmds
1856 - mqueue: fix a use-after-free in sys_mq_notify()
1857 - tools include: Add a __fallthrough statement
1858 - tools string: Use __fallthrough in perf_atoll()
1859 - tools strfilter: Use __fallthrough
1860 - perf top: Use __fallthrough
1861 - perf intel-pt: Use __fallthrough
1862 - perf thread_map: Correctly size buffer used with dirent->dt_name
1863 - perf scripting perl: Fix compile error with some perl5 versions
1864 - perf tests: Avoid possible truncation with dirent->d_name + snprintf
1865 - perf bench numa: Avoid possible truncation when using snprintf()
1866 - perf tools: Use readdir() instead of deprecated readdir_r()
1867 - perf thread_map: Use readdir() instead of deprecated readdir_r()
1868 - perf script: Use readdir() instead of deprecated readdir_r()
1869 - perf tools: Remove duplicate const qualifier
1870 - perf annotate browser: Fix behaviour of Shift-Tab with nothing focussed
1871 - perf pmu: Fix misleadingly indented assignment (whitespace)
1872 - perf dwarf: Guard !x86_64 definitions under #ifdef else clause
1873 - perf trace: Do not process PERF_RECORD_LOST twice
1874 - perf tests: Remove wrong semicolon in while loop in CQM test
1875 - perf tools: Use readdir() instead of deprecated readdir_r() again
1876 - md: fix incorrect use of lexx_to_cpu in does_sb_need_changing
1877 - md: fix super_offset endianness in super_1_rdev_size_change
1878 - tcp: fix tcp_mark_head_lost to check skb len before fragmenting
1879 - staging: vt6556: vnt_start Fix missing call to vnt_key_init_table.
1880 - staging: comedi: fix clean-up of comedi_class in comedi_init()
1881 - ext4: check return value of kstrtoull correctly in reserved_clusters_store
1882 - x86/mm/pat: Don't report PAT on CPUs that don't support it
1883 - saa7134: fix warm Medion 7134 EEPROM read
1884 - Linux 4.4.77
1885
1886 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Mon, 14 Aug 2017 13:00:49 +0200
1887
1888 linux-snapdragon (4.4.0-1072.77) xenial; urgency=low
1889
1890 * linux-snapdragon: 4.4.0-1072.77 -proposed tracker (LP: #1709815)
1891
1892 [ Ubuntu: 4.4.0-92.115 ]
1893
1894 * linux: 4.4.0-92.115 -proposed tracker (LP: #1709812)
1895 * Creating conntrack entry failure with kernel 4.4.0-89 (LP: #1709032)
1896 - Revert "netfilter: synproxy: fix conntrackd interaction"
1897
1898 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Thu, 10 Aug 2017 12:34:25 +0200
1899
1900 linux-snapdragon (4.4.0-1071.76) xenial; urgency=low
1901
1902 [ Ubuntu: 4.4.0-91.114 ]
1903
1904 * CVE-2017-1000112
1905 - ipv4: Should use consistent conditional judgement for ip fragment in
1906 __ip_append_data and ip_finish_output
1907 - ipv6: Don't use ufo handling on later transformed packets
1908 - udp: avoid ufo handling on IP payload compression packets
1909 - ipv6: Should use consistent conditional judgement for ip6 fragment between
1910 __ip6_append_data and ip6_finish_output
1911 - net: account for current skb length when deciding about UFO
1912 - udp: consistently apply ufo or fragmentation
1913 * CVE-2017-1000111
1914 - net-packet: fix race in packet_set_ring on PACKET_RESERVE
1915
1916 -- Stefan Bader <stefan.bader@canonical.com> Tue, 08 Aug 2017 15:27:03 +0200
1917
1918 linux-snapdragon (4.4.0-1069.74) xenial; urgency=low
1919
1920 [ Ubuntu: 4.4.0-89.112 ]
1921
1922 * CVE-2017-7533
1923 - dentry name snapshots
1924
1925 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Tue, 01 Aug 2017 13:33:17 -0300
1926
1927 linux-snapdragon (4.4.0-1068.73) xenial; urgency=low
1928
1929 * linux-snapdragon: 4.4.0-1068.73 -proposed tracker (LP: #1705274)
1930
1931 * Snapcraft.yaml update (LP: #1700576)
1932 - snapcraft.yaml: various improvements
1933
1934 [ Ubuntu: 4.4.0-88.111 ]
1935
1936 * linux: 4.4.0-88.111 -proposed tracker (LP: #1705270)
1937 * [Xenial] nvme: Quirks for PM1725 controllers (LP: #1704435)
1938 - nvme: Quirks for PM1725 controllers
1939 * Upgrade Redpine WLAN/BT driver to ver. 1.2 (production release)
1940 (LP: #1697829)
1941 - SAUCE: Redpine: Upgrade to ver. 1.2 production release
1942 * ubuntu/rsi driver has several issues as picked up by static analysis
1943 (LP: #1694733)
1944 - SAUCE: Redpine: Upgrade to ver. 1.2 production release
1945 * Redpine vendor driver - Switching to AP mode causes kernel panic
1946 (LP: #1700941)
1947 - SAUCE: Redpine: Upgrade to ver. 1.2 production release
1948 * CVE-2017-10810
1949 - drm/virtio: don't leak bo on drm_gem_object_init failure
1950 * Ath10k to read different board data file if specify in SMBIOS (LP: #1666742)
1951 - ath10k: search SMBIOS for OEM board file extension
1952 * make snap-pkg support (LP: #1700747)
1953 - SAUCE: make snap-pkg support
1954 * ISST-LTE: Briggs:Stratton:UbuntuKVM: ics_opal_set_affinity on host kernel
1955 log using Intel X710 (i40e driver) (LP: #1703663)
1956 - i40e: use valid online CPU on q_vector initialization
1957 * Update snapcraft.yaml (LP: #1700480)
1958 - snapcraft.yaml: various improvements
1959 * Xenial update to 4.4.76 stable release (LP: #1702863)
1960 - ipv6: release dst on error in ip6_dst_lookup_tail
1961 - net: don't call strlen on non-terminated string in dev_set_alias()
1962 - decnet: dn_rtmsg: Improve input length sanitization in
1963 dnrmg_receive_user_skb
1964 - net: Zero ifla_vf_info in rtnl_fill_vfinfo()
1965 - af_unix: Add sockaddr length checks before accessing sa_family in bind and
1966 connect handlers
1967 - Fix an intermittent pr_emerg warning about lo becoming free.
1968 - net: caif: Fix a sleep-in-atomic bug in cfpkt_create_pfx
1969 - igmp: acquire pmc lock for ip_mc_clear_src()
1970 - igmp: add a missing spin_lock_init()
1971 - ipv6: fix calling in6_ifa_hold incorrectly for dad work
1972 - net/mlx5: Wait for FW readiness before initializing command interface
1973 - decnet: always not take dst->__refcnt when inserting dst into hash table
1974 - net: 8021q: Fix one possible panic caused by BUG_ON in free_netdev
1975 - sfc: provide dummy definitions of vswitch functions
1976 - ipv6: Do not leak throw route references
1977 - rtnetlink: add IFLA_GROUP to ifla_policy
1978 - netfilter: xt_TCPMSS: add more sanity tests on tcph->doff
1979 - netfilter: synproxy: fix conntrackd interaction
1980 - NFSv4: fix a reference leak caused WARNING messages
1981 - drm/ast: Handle configuration without P2A bridge
1982 - mm, swap_cgroup: reschedule when neeed in swap_cgroup_swapoff()
1983 - MIPS: Avoid accidental raw backtrace
1984 - MIPS: pm-cps: Drop manual cache-line alignment of ready_count
1985 - MIPS: Fix IRQ tracing & lockdep when rescheduling
1986 - ALSA: hda - Fix endless loop of codec configure
1987 - ALSA: hda - set input_path bitmap to zero after moving it to new place
1988 - drm/vmwgfx: Free hash table allocated by cmdbuf managed res mgr
1989 - usb: gadget: f_fs: Fix possibe deadlock
1990 - sysctl: enable strict writes
1991 - mm: numa: avoid waiting on freed migrated pages
1992 - KVM: x86: fix fixing of hypercalls
1993 - scsi: sd: Fix wrong DPOFUA disable in sd_read_cache_type
1994 - scsi: lpfc: Set elsiocb contexts to NULL after freeing it
1995 - qla2xxx: Fix erroneous invalid handle message
1996 - ARM: dts: BCM5301X: Correct GIC_PPI interrupt flags
1997 - net: mvneta: Fix for_each_present_cpu usage
1998 - MIPS: ath79: fix regression in PCI window initialization
1999 - net: korina: Fix NAPI versus resources freeing
2000 - MIPS: ralink: MT7688 pinmux fixes
2001 - MIPS: ralink: fix USB frequency scaling
2002 - MIPS: ralink: Fix invalid assignment of SoC type
2003 - MIPS: ralink: fix MT7628 pinmux typos
2004 - MIPS: ralink: fix MT7628 wled_an pinmux gpio
2005 - mtd: bcm47xxpart: limit scanned flash area on BCM47XX (MIPS) only
2006 - bgmac: fix a missing check for build_skb
2007 - mtd: bcm47xxpart: don't fail because of bit-flips
2008 - bgmac: Fix reversed test of build_skb() return value.
2009 - net: bgmac: Fix SOF bit checking
2010 - net: bgmac: Start transmit queue in bgmac_open
2011 - net: bgmac: Remove superflous netif_carrier_on()
2012 - powerpc/eeh: Enable IO path on permanent error
2013 - gianfar: Do not reuse pages from emergency reserve
2014 - Btrfs: fix truncate down when no_holes feature is enabled
2015 - virtio_console: fix a crash in config_work_handler
2016 - swiotlb-xen: update dev_addr after swapping pages
2017 - xen-netfront: Fix Rx stall during network stress and OOM
2018 - scsi: virtio_scsi: Reject commands when virtqueue is broken
2019 - platform/x86: ideapad-laptop: handle ACPI event 1
2020 - amd-xgbe: Check xgbe_init() return code
2021 - net: dsa: Check return value of phy_connect_direct()
2022 - drm/amdgpu: check ring being ready before using
2023 - vfio/spapr: fail tce_iommu_attach_group() when iommu_data is null
2024 - virtio_net: fix PAGE_SIZE > 64k
2025 - vxlan: do not age static remote mac entries
2026 - ibmveth: Add a proper check for the availability of the checksum features
2027 - kernel/panic.c: add missing \n
2028 - HID: i2c-hid: Add sleep between POWER ON and RESET
2029 - scsi: lpfc: avoid double free of resource identifiers
2030 - spi: davinci: use dma_mapping_error()
2031 - mac80211: initialize SMPS field in HT capabilities
2032 - x86/mpx: Use compatible types in comparison to fix sparse error
2033 - coredump: Ensure proper size of sparse core files
2034 - swiotlb: ensure that page-sized mappings are page-aligned
2035 - s390/ctl_reg: make __ctl_load a full memory barrier
2036 - be2net: fix status check in be_cmd_pmac_add()
2037 - perf probe: Fix to show correct locations for events on modules
2038 - net/mlx4_core: Eliminate warning messages for SRQ_LIMIT under SRIOV
2039 - sctp: check af before verify address in sctp_addr_id2transport
2040 - ravb: Fix use-after-free on `ifconfig eth0 down`
2041 - jump label: fix passing kbuild_cflags when checking for asm goto support
2042 - xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICY
2043 - xfrm: NULL dereference on allocation failure
2044 - xfrm: Oops on error in pfkey_msg2xfrm_state()
2045 - watchdog: bcm281xx: Fix use of uninitialized spinlock.
2046 - sched/loadavg: Avoid loadavg spikes caused by delayed NO_HZ accounting
2047 - ARM64/ACPI: Fix BAD_MADT_GICC_ENTRY() macro implementation
2048 - ARM: 8685/1: ensure memblock-limit is pmd-aligned
2049 - x86/mpx: Correctly report do_mpx_bt_fault() failures to user-space
2050 - x86/mm: Fix flush_tlb_page() on Xen
2051 - ocfs2: o2hb: revert hb threshold to keep compatible
2052 - iommu/vt-d: Don't over-free page table directories
2053 - iommu: Handle default domain attach failure
2054 - iommu/amd: Fix incorrect error handling in amd_iommu_bind_pasid()
2055 - cpufreq: s3c2416: double free on driver init error path
2056 - KVM: x86: fix emulation of RSM and IRET instructions
2057 - KVM: x86/vPMU: fix undefined shift in intel_pmu_refresh()
2058 - KVM: x86: zero base3 of unusable segments
2059 - KVM: nVMX: Fix exception injection
2060 - Linux 4.4.76
2061 * Xenial update to 4.4.75 stable release (LP: #1702118)
2062 - fs/exec.c: account for argv/envp pointers
2063 - autofs: sanity check status reported with AUTOFS_DEV_IOCTL_FAIL
2064 - lib/cmdline.c: fix get_options() overflow while parsing ranges
2065 - KVM: PPC: Book3S HV: Preserve userspace HTM state properly
2066 - CIFS: Improve readdir verbosity
2067 - HID: Add quirk for Dell PIXART OEM mouse
2068 - signal: Only reschedule timers on signals timers have sent
2069 - powerpc/kprobes: Pause function_graph tracing during jprobes handling
2070 - Input: i8042 - add Fujitsu Lifebook AH544 to notimeout list
2071 - time: Fix clock->read(clock) race around clocksource changes
2072 - target: Fix kref->refcount underflow in transport_cmd_finish_abort
2073 - iscsi-target: Reject immediate data underflow larger than SCSI transfer
2074 length
2075 - drm/radeon: add a PX quirk for another K53TK variant
2076 - drm/radeon: add a quirk for Toshiba Satellite L20-183
2077 - drm/amdgpu/atom: fix ps allocation size for EnableDispPowerGating
2078 - drm/amdgpu: adjust default display clock
2079 - USB: usbip: fix nonconforming hub descriptor
2080 - rxrpc: Fix several cases where a padded len isn't checked in ticket decode
2081 - of: Add check to of_scan_flat_dt() before accessing initial_boot_params
2082 - mtd: spi-nor: fix spansion quad enable
2083 - powerpc/slb: Force a full SLB flush when we insert for a bad EA
2084 - usb: gadget: f_fs: avoid out of bounds access on comp_desc
2085 - net: phy: Initialize mdio clock at probe function
2086 - net: phy: fix marvell phy status reading
2087 - Linux 4.4.75
2088 * Xenial update to 4.4.74 stable release (LP: #1702104)
2089 - configfs: Fix race between create_link and configfs_rmdir
2090 - can: gs_usb: fix memory leak in gs_cmd_reset()
2091 - cpufreq: conservative: Allow down_threshold to take values from 1 to 10
2092 - vb2: Fix an off by one error in 'vb2_plane_vaddr'
2093 - mac80211: don't look at the PM bit of BAR frames
2094 - mac80211/wpa: use constant time memory comparison for MACs
2095 - mac80211: fix CSA in IBSS mode
2096 - mac80211: fix IBSS presp allocation size
2097 - serial: efm32: Fix parity management in 'efm32_uart_console_get_options()'
2098 - x86/mm/32: Set the '__vmalloc_start_set' flag in initmem_init()
2099 - mfd: omap-usb-tll: Fix inverted bit use for USB TLL mode
2100 - staging: rtl8188eu: prevent an underflow in rtw_check_beacon_data()
2101 - iio: proximity: as3935: recalibrate RCO after resume
2102 - USB: hub: fix SS max number of ports
2103 - usb: core: fix potential memory leak in error path during hcd creation
2104 - pvrusb2: reduce stack usage pvr2_eeprom_analyze()
2105 - USB: gadget: dummy_hcd: fix hub-descriptor removable fields
2106 - usb: r8a66597-hcd: select a different endpoint on timeout
2107 - usb: r8a66597-hcd: decrease timeout
2108 - drivers/misc/c2port/c2port-duramar2150.c: checking for NULL instead of
2109 IS_ERR()
2110 - usb: xhci: ASMedia ASM1042A chipset need shorts TX quirk
2111 - USB: gadgetfs, dummy-hcd, net2280: fix locking for callbacks
2112 - mm/memory-failure.c: use compound_head() flags for huge pages
2113 - swap: cond_resched in swap_cgroup_prepare()
2114 - genirq: Release resources in __setup_irq() error path
2115 - alarmtimer: Prevent overflow of relative timers
2116 - usb: dwc3: exynos fix axius clock error path to do cleanup
2117 - MIPS: Fix bnezc/jialc return address calculation
2118 - alarmtimer: Rate limit periodic intervals
2119 - Linux 4.4.74
2120 * Side Button (Display Toggle) fails on Dell AIO systems (LP: #1702541)
2121 - dell-wmi: Add a WMI event code for display on/off
2122 * Intel i40e PF reset under load (LP: #1700834)
2123 - i40e/i40evf: Limit TSO to 7 descriptors for payload instead of 8 per packet
2124 * update ENA driver to 1.2.0k from net-next (LP: #1701575)
2125 - net: ena: remove superfluous check in ena_remove()
2126 - net: ena: fix rare uncompleted admin command false alarm
2127 - net: ena: add missing return when ena_com_get_io_handlers() fails
2128 - net: ena: fix race condition between submit and completion admin command
2129 - net: ena: add missing unmap bars on device removal
2130 - net: ena: fix theoretical Rx hang on low memory systems
2131 - net: ena: disable admin msix while working in polling mode
2132 - net: ena: bug fix in lost tx packets detection mechanism
2133 - net: ena: update ena driver to version 1.1.7
2134 - net: ena: change return value for unsupported features unsupported return
2135 value
2136 - net: ena: add hardware hints capability to the driver
2137 - net: ena: change sizeof() argument to be the type pointer
2138 - net: ena: add reset reason for each device FLR
2139 - net: ena: add support for out of order rx buffers refill
2140 - net: ena: use napi_schedule_irqoff when possible
2141 - net: ena: separate skb allocation to dedicated function
2142 - net: ena: use lower_32_bits()/upper_32_bits() to split dma address
2143 - net: ena: update driver's rx drop statistics
2144 - net: ena: update ena driver to version 1.2.0
2145
2146 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Tue, 25 Jul 2017 09:39:14 -0300
2147
2148 linux-snapdragon (4.4.0-1067.72) xenial; urgency=low
2149
2150 * linux-snapdragon: 4.4.0-1067.72 -proposed tracker (LP: #1705566)
2151
2152 * sock_recvmsg has dropped size argument (LP: #1701697)
2153 - Packaging: Breaks yet another iscsitarget-dkms version
2154
2155 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Thu, 20 Jul 2017 17:27:10 -0300
2156
2157 linux-snapdragon (4.4.0-1066.71) xenial; urgency=low
2158
2159 * linux-snapdragon: 4.4.0-1066.71 -proposed tracker (LP: #1704989)
2160
2161 [ Ubuntu: 4.4.0-87.110 ]
2162
2163 * linux: 4.4.0-87.110 -proposed tracker (LP: #1704982)
2164 * CVE-2017-1000364
2165 - mm/mmap.c: do not blow on PROT_NONE MAP_FIXED holes in the stack
2166 - mm/mmap.c: expand_downwards: don't require the gap if !vm_prev
2167 * CIFS causes oops (LP: #1704857)
2168 - CIFS: Fix null pointer deref during read resp processing
2169 - CIFS: Fix some return values in case of error in 'crypt_message'
2170
2171 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Tue, 18 Jul 2017 10:51:11 -0300
2172
2173 linux-snapdragon (4.4.0-1065.70) xenial; urgency=low
2174
2175 * linux-snapdragon: 4.4.0-1065.70 -proposed tracker (LP: #1703999)
2176
2177 * sock_recvmsg has dropped size argument (LP: #1701697)
2178 - Packaging: Breaks unfixed iscsitarget versions
2179
2180 [ Ubuntu: 4.4.0-86.109 ]
2181
2182 * linux: 4.4.0-86.109 -proposed tracker (LP: #1703995)
2183 * sock_recvmsg has dropped size argument (LP: #1701697)
2184 - Packaging: Breaks unfixed iscsitarget versions
2185
2186 [ Ubuntu: 4.4.0-85.108 ]
2187
2188 * linux: 4.4.0-85.108 -proposed tracker (LP: #1702103)
2189 * [Hyper-V] Implement Hyper-V PTP Source (LP: #1676635)
2190 - SAUCE: hv: make clocksource available for PTP device supporting
2191 - Drivers: hv: util: Use hv_get_current_tick() to get current tick
2192 - hv_util: switch to using timespec64
2193 - hv_utils: implement Hyper-V PTP source
2194 - Drivers: hv: util: Fix a typo
2195 - Drivers: hv: util: don't forget to init host_ts.lock
2196 - hv_utils: drop .getcrosststamp() support from PTP driver
2197 - hv_utils: fix TimeSync work on pre-TimeSync-v4 hosts
2198
2199 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Thu, 13 Jul 2017 17:09:01 +0200
2200
2201 linux-snapdragon (4.4.0-1064.69) xenial; urgency=low
2202
2203 * linux-snapdragon: 4.4.0-1064.69 -proposed tracker (LP: #1701027)
2204
2205 [ Ubuntu: 4.4.0-84.107 ]
2206
2207 * linux: 4.4.0-84.107 -proposed tracker (LP: #1701024)
2208 * Can't disable USB port from BIOS (LP: #1695216)
2209 - SAUCE: xhci: AMD Promontory USB disable port support
2210 * KILLER1435-S[0489:e0a2] BT cannot search BT 4.0 device (LP: #1699651)
2211 - Bluetooth: btusb: Add support for 0489:e0a2 QCA_ROME device
2212 * CIFS: Enable encryption for SMB3 (LP: #1670508)
2213 - Revert "Handle mismatched open calls"
2214 - Revert "Call echo service immediately after socket reconnect"
2215 - cifs: Make echo interval tunable
2216 - Prepare for encryption support (first part). Add decryption and encryption
2217 key generation. Thanks to Metze for helping with this.
2218 - [net] drop 'size' argument of sock_recvmsg()
2219 - cifs: merge the hash calculation helpers
2220 - cifs: no need to wank with copying and advancing iovec on recvmsg side
2221 either
2222 - cifs: don't bother with kmap on read_pages side
2223 - cifs_readv_receive: use cifs_read_from_socket()
2224 - Fix memory leaks in cifs_do_mount()
2225 - SMB3: Add mount parameter to allow user to override max credits
2226 - SMB2: Separate Kerberos authentication from SMB2_sess_setup
2227 - SMB2: Separate RawNTLMSSP authentication from SMB2_sess_setup
2228 - SMB3: parsing for new snapshot timestamp mount parm
2229 - cifs: Simplify SMB2 and SMB311 dependencies
2230 - cifs: Only select the required crypto modules
2231 - cifs: Add soft dependencies
2232 - CIFS: Separate SMB2 header structure
2233 - CIFS: Make SendReceive2() takes resp iov
2234 - CIFS: Make send_cancel take rqst as argument
2235 - CIFS: Send RFC1001 length in a separate iov
2236 - CIFS: Separate SMB2 sync header processing
2237 - CIFS: Separate RFC1001 length processing for SMB2 read
2238 - CIFS: Add capability to transform requests before sending
2239 - CIFS: Enable encryption during session setup phase
2240 - CIFS: Encrypt SMB3 requests before sending
2241 - CIFS: Add transform header handling callbacks
2242 - CIFS: Add mid handle callback
2243 - CIFS: Add copy into pages callback for a read operation
2244 - CIFS: Decrypt and process small encrypted packets
2245 - CIFS: Add capability to decrypt big read responses
2246 - CIFS: Allow to switch on encryption with seal mount option
2247 - CIFS: Fix possible use after free in demultiplex thread
2248 - Call echo service immediately after socket reconnect
2249 - Handle mismatched open calls
2250 * CVE-2017-9150
2251 - bpf: don't let ldimm64 leak map addresses on unprivileged
2252 * CVE-2015-8944
2253 - Make file credentials available to the seqfile interfaces
2254 - /proc/iomem: only expose physical resource addresses to privileged users
2255 * Xenial update to 4.4.73 stable release (LP: #1698817)
2256 - s390/vmem: fix identity mapping
2257 - partitions/msdos: FreeBSD UFS2 file systems are not recognized
2258 - ARM: dts: imx6dl: Fix the VDD_ARM_CAP voltage for 396MHz operation
2259 - staging: rtl8192e: rtl92e_fill_tx_desc fix write to mapped out memory.
2260 - net: xilinx_emaclite: fix freezes due to unordered I/O
2261 - net: xilinx_emaclite: fix receive buffer overflow
2262 - ipv6: Handle IPv4-mapped src to in6addr_any dst.
2263 - ipv6: Inhibit IPv4-mapped src address on the wire.
2264 - NET: Fix /proc/net/arp for AX.25
2265 - NET: mkiss: Fix panic
2266 - net: hns: Fix the device being used for dma mapping during TX
2267 - sierra_net: Skip validating irrelevant fields for IDLE LSIs
2268 - sierra_net: Add support for IPv6 and Dual-Stack Link Sense Indications
2269 - i2c: piix4: Fix request_region size
2270 - ipv6: Fix IPv6 packet loss in scenarios involving roaming + snooping
2271 switches
2272 - PM / runtime: Avoid false-positive warnings from might_sleep_if()
2273 - jump label: pass kbuild_cflags when checking for asm goto support
2274 - kasan: respect /proc/sys/kernel/traceoff_on_warning
2275 - log2: make order_base_2() behave correctly on const input value zero
2276 - ethtool: do not vzalloc(0) on registers dump
2277 - fscache: Fix dead object requeue
2278 - fscache: Clear outstanding writes when disabling a cookie
2279 - FS-Cache: Initialise stores_lock in netfs cookie
2280 - ipv6: fix flow labels when the traffic class is non-0
2281 - drm/nouveau: prevent userspace from deleting client object
2282 - drm/nouveau/fence/g84-: protect against concurrent access to semaphore
2283 buffers
2284 - gianfar: synchronize DMA API usage by free_skb_rx_queue w/ gfar_new_page
2285 - pinctrl: berlin-bg4ct: fix the value for "sd1a" of pin SCRD0_CRD_PRES
2286 - net: adaptec: starfire: add checks for dma mapping errors
2287 - parisc, parport_gsc: Fixes for printk continuation lines
2288 - drm/nouveau: Don't enabling polling twice on runtime resume
2289 - drm/ast: Fixed system hanged if disable P2A
2290 - ravb: unmap descriptors when freeing rings
2291 - nfs: Fix "Don't increment lock sequence ID after NFS4ERR_MOVED"
2292 - r8152: re-schedule napi for tx
2293 - r8152: fix rtl8152_post_reset function
2294 - r8152: avoid start_xmit to schedule napi when napi is disabled
2295 - sctp: sctp_addr_id2transport should verify the addr before looking up assoc
2296 - romfs: use different way to generate fsid for BLOCK or MTD
2297 - proc: add a schedule point in proc_pid_readdir()
2298 - tipc: ignore requests when the connection state is not CONNECTED
2299 - xtensa: don't use linux IRQ #0
2300 - s390/kvm: do not rely on the ILC on kvm host protection fauls
2301 - sparc64: make string buffers large enough
2302 - Linux 4.4.73
2303 * Xenial update to 4.4.72 stable release (LP: #1698799)
2304 - bnx2x: Fix Multi-Cos
2305 - ipv6: xfrm: Handle errors reported by xfrm6_find_1stfragopt()
2306 - cxgb4: avoid enabling napi twice to the same queue
2307 - tcp: disallow cwnd undo when switching congestion control
2308 - vxlan: fix use-after-free on deletion
2309 - ipv6: Fix leak in ipv6_gso_segment().
2310 - net: ping: do not abuse udp_poll()
2311 - net: ethoc: enable NAPI before poll may be scheduled
2312 - net: bridge: start hello timer only if device is up
2313 - sparc64: mm: fix copy_tsb to correctly copy huge page TSBs
2314 - sparc: Machine description indices can vary
2315 - sparc64: reset mm cpumask after wrap
2316 - sparc64: combine activate_mm and switch_mm
2317 - sparc64: redefine first version
2318 - sparc64: add per-cpu mm of secondary contexts
2319 - sparc64: new context wrap
2320 - sparc64: delete old wrap code
2321 - arch/sparc: support NR_CPUS = 4096
2322 - serial: ifx6x60: fix use-after-free on module unload
2323 - ptrace: Properly initialize ptracer_cred on fork
2324 - KEYS: fix dereferencing NULL payload with nonzero length
2325 - KEYS: fix freeing uninitialized memory in key_update()
2326 - crypto: gcm - wait for crypto op not signal safe
2327 - drm/amdgpu/ci: disable mclk switching for high refresh rates (v2)
2328 - nfsd4: fix null dereference on replay
2329 - nfsd: Fix up the "supattr_exclcreat" attributes
2330 - kvm: async_pf: fix rcu_irq_enter() with irqs enabled
2331 - KVM: cpuid: Fix read/write out-of-bounds vulnerability in cpuid emulation
2332 - arm: KVM: Allow unaligned accesses at HYP
2333 - KVM: async_pf: avoid async pf injection when in guest mode
2334 - dmaengine: usb-dmac: Fix DMAOR AE bit definition
2335 - dmaengine: ep93xx: Always start from BASE0
2336 - xen/privcmd: Support correctly 64KB page granularity when mapping memory
2337 - xen-netfront: do not cast grant table reference to signed short
2338 - xen-netfront: cast grant table reference first to type int
2339 - ext4: fix SEEK_HOLE
2340 - ext4: keep existing extra fields when inode expands
2341 - ext4: fix fdatasync(2) after extent manipulation operations
2342 - usb: gadget: f_mass_storage: Serialize wake and sleep execution
2343 - usb: chipidea: udc: fix NULL pointer dereference if udc_start failed
2344 - usb: chipidea: debug: check before accessing ci_role
2345 - staging/lustre/lov: remove set_fs() call from lov_getstripe()
2346 - iio: light: ltr501 Fix interchanged als/ps register field
2347 - iio: proximity: as3935: fix AS3935_INT mask
2348 - drivers: char: random: add get_random_long()
2349 - random: properly align get_random_int_hash
2350 - stackprotector: Increase the per-task stack canary's random range from 32
2351 bits to 64 bits on 64-bit platforms
2352 - cpufreq: cpufreq_register_driver() should return -ENODEV if init fails
2353 - target: Re-add check to reject control WRITEs with overflow data
2354 - drm/msm: Expose our reservation object when exporting a dmabuf.
2355 - Input: elantech - add Fujitsu Lifebook E546/E557 to force crc_enabled
2356 - cpuset: consider dying css as offline
2357 - fs: add i_blocksize()
2358 - ufs: restore proper tail allocation
2359 - fix ufs_isblockset()
2360 - ufs: restore maintaining ->i_blocks
2361 - ufs: set correct ->s_maxsize
2362 - ufs_extend_tail(): fix the braino in calling conventions of
2363 ufs_new_fragments()
2364 - ufs_getfrag_block(): we only grab ->truncate_mutex on block creation path
2365 - cxl: Fix error path on bad ioctl
2366 - btrfs: use correct types for page indices in btrfs_page_exists_in_range
2367 - btrfs: fix memory leak in update_space_info failure path
2368 - KVM: arm/arm64: Handle possible NULL stage2 pud when ageing pages
2369 - scsi: qla2xxx: don't disable a not previously enabled PCI device
2370 - powerpc/eeh: Avoid use after free in eeh_handle_special_event()
2371 - powerpc/numa: Fix percpu allocations to be NUMA aware
2372 - powerpc/hotplug-mem: Fix missing endian conversion of aa_index
2373 - perf/core: Drop kernel samples even though :u is specified
2374 - drm/vmwgfx: Handle vmalloc() failure in vmw_local_fifo_reserve()
2375 - drm/vmwgfx: Make sure backup_handle is always valid
2376 - drm/nouveau/tmr: fully separate alarm execution/pending lists
2377 - ALSA: timer: Fix race between read and ioctl
2378 - ALSA: timer: Fix missing queue indices reset at SNDRV_TIMER_IOCTL_SELECT
2379 - ASoC: Fix use-after-free at card unregistration
2380 - drivers: char: mem: Fix wraparound check to allow mappings up to the end
2381 - tty: Drop krefs for interrupted tty lock
2382 - serial: sh-sci: Fix panic when serial console and DMA are enabled
2383 - mm: consider memblock reservations for deferred memory initialization sizing
2384 - NFS: Ensure we revalidate attributes before using execute_ok()
2385 - NFSv4: Don't perform cached access checks before we've OPENed the file
2386 - Make __xfs_xattr_put_listen preperly report errors.
2387 - arm64: hw_breakpoint: fix watchpoint matching for tagged pointers
2388 - arm64: entry: improve data abort handling of tagged pointers
2389 - RDMA/qib,hfi1: Fix MR reference count leak on write with immediate
2390 - usercopy: Adjust tests to deal with SMAP/PAN
2391 - arm64: armv8_deprecated: ensure extension of addr
2392 - arm64: ensure extension of smp_store_release value
2393 - Linux 4.4.72
2394 * Xenial update to 4.4.71 stable release (LP: #1697001)
2395 - sparc: Fix -Wstringop-overflow warning
2396 - s390/qeth: handle sysfs error during initialization
2397 - s390/qeth: unbreak OSM and OSN support
2398 - s390/qeth: avoid null pointer dereference on OSN
2399 - tcp: avoid fragmenting peculiar skbs in SACK
2400 - sctp: fix src address selection if using secondary addresses for ipv6
2401 - tcp: eliminate negative reordering in tcp_clean_rtx_queue
2402 - net: Improve handling of failures on link and route dumps
2403 - bridge: netlink: check vlan_default_pvid range
2404 - qmi_wwan: add another Lenovo EM74xx device ID
2405 - bridge: start hello_timer when enabling KERNEL_STP in br_stp_start
2406 - be2net: Fix offload features for Q-in-Q packets
2407 - virtio-net: enable TSO/checksum offloads for Q-in-Q vlans
2408 - tcp: avoid fastopen API to be used on AF_UNSPEC
2409 - sctp: fix ICMP processing if skb is non-linear
2410 - ipv4: add reference counting to metrics
2411 - netem: fix skb_orphan_partial()
2412 - net: phy: marvell: Limit errata to 88m1101
2413 - vlan: Fix tcp checksum offloads in Q-in-Q vlans
2414 - i2c: i2c-tiny-usb: fix buffer not being DMA capable
2415 - mmc: sdhci-iproc: suppress spurious interrupt with Multiblock read
2416 - HID: wacom: Have wacom_tpc_irq guard against possible NULL dereference
2417 - scsi: mpt3sas: Force request partial completion alignment
2418 - drm/radeon/ci: disable mclk switching for high refresh rates (v2)
2419 - drm/radeon: Unbreak HPD handling for r600+
2420 - pcmcia: remove left-over %Z format
2421 - ALSA: hda - apply STAC_9200_DELL_M22 quirk for Dell Latitude D430
2422 - slub/memcg: cure the brainless abuse of sysfs attributes
2423 - drm/gma500/psb: Actually use VBT mode when it is found
2424 - mm/migrate: fix refcount handling when !hugepage_migration_supported()
2425 - mlock: fix mlock count can not decrease in race condition
2426 - xfs: Fix missed holes in SEEK_HOLE implementation
2427 - xfs: fix off-by-one on max nr_pages in xfs_find_get_desired_pgoff()
2428 - xfs: fix over-copying of getbmap parameters from userspace
2429 - xfs: handle array index overrun in xfs_dir2_leaf_readbuf()
2430 - xfs: prevent multi-fsb dir readahead from reading random blocks
2431 - xfs: fix up quotacheck buffer list error handling
2432 - xfs: support ability to wait on new inodes
2433 - xfs: update ag iterator to support wait on new inodes
2434 - xfs: wait on new inodes during quotaoff dquot release
2435 - xfs: fix indlen accounting error on partial delalloc conversion
2436 - xfs: bad assertion for delalloc an extent that start at i_size
2437 - xfs: fix unaligned access in xfs_btree_visit_blocks
2438 - xfs: in _attrlist_by_handle, copy the cursor back to userspace
2439 - xfs: only return -errno or success from attr ->put_listent
2440 - Linux 4.4.71
2441 * CVE-2017-7346
2442 - drm/vmwgfx: limit the number of mip levels in vmw_gb_surface_define_ioctl()
2443 * Power button does not work on Latitude 7480 (LP: #1697116)
2444 - intel-hid: Remove duplicated acpi_remove_notify_handler
2445 - platform/x86: intel-hid: Support 5 button array
2446 * CVE-2017-9074
2447 - ipv6: Check ip6_find_1stfragopt() return value properly.
2448 * CVE-2014-9900
2449 - net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol()
2450
2451 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Thu, 29 Jun 2017 06:56:07 -0300
2452
2453 linux-snapdragon (4.4.0-1063.68) xenial; urgency=low
2454
2455 * linux-snapdragon: 4.4.0-1063.68 -proposed tracker (LP: #1700545)
2456
2457 [ Ubuntu: 4.4.0-83.106 ]
2458
2459 * linux: 4.4.0-83.106 -proposed tracker (LP: #1700541)
2460 * CVE-2017-1000364
2461 - Revert "UBUNTU: SAUCE: mm: Only expand stack if guard area is hit"
2462 - Revert "mm: do not collapse stack gap into THP"
2463 - Revert "mm: enlarge stack guard gap"
2464 - mm: vma_adjust: remove superfluous confusing update in remove_next == 1 case
2465 - mm: larger stack guard gap, between vmas
2466 - mm: fix new crash in unmapped_area_topdown()
2467 - Allow stack to grow up to address space limit
2468
2469 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Mon, 26 Jun 2017 15:28:51 -0300
2470
2471 linux-snapdragon (4.4.0-1062.67) xenial; urgency=low
2472
2473 * linux-snapdragon: 4.4.0-1062.67 -proposed tracker (LP: #1699068)
2474
2475 * Disable CONFIG_I2C_THUNDERX for snapdragon kernel (LP: #1696937)
2476 - [Config] Disable CONFIG_I2C_THUNDERX
2477
2478 [ Ubuntu: 4.4.0-82.105 ]
2479
2480 * linux: 4.4.0-82.105 -proposed tracker (LP: #1699064)
2481 * CVE-2017-1000364
2482 - SAUCE: mm: Only expand stack if guard area is hit
2483 * linux-aws/linux-gke incorrectly producing and using linux-*-tools-
2484 common/linux-*-cloud-tools-common (LP: #1688579)
2485 - [Config] make linux-tools-common and linux-cloud-tools-common protection
2486 consistent
2487 * CVE-2017-9242
2488 - ipv6: fix out of bound writes in __ip6_append_data()
2489 * CVE-2017-9075
2490 - sctp: do not inherit ipv6_{mc|ac|fl}_list from parent
2491 * CVE-2017-9074
2492 - ipv6: Prevent overrun when parsing v6 header options
2493 * CVE-2017-9076
2494 - ipv6/dccp: do not inherit ipv6_mc_list from parent
2495 * CVE-2017-9077
2496 - ipv6/dccp: do not inherit ipv6_mc_list from parent
2497 * CVE-2017-8890
2498 - dccp/tcp: do not inherit mc_list from parent
2499 * Module signing exclusion for staging drivers does not work properly
2500 (LP: #1690908)
2501 - SAUCE: Fix module signing exclusion in package builds
2502 * extend-diff-ignore should use exact matches (LP: #1693504)
2503 - [Packaging] exact extend-diff-ignore matches
2504 * Dell XPS 9360 wifi 5G performance is poor (LP: #1692836)
2505 - SAUCE: ath10k: fix the wifi speed issue for kill 1535
2506 * Upgrade Redpine WLAN/BT driver to ver. 1.2.RC12 (LP: #1694607)
2507 - SAUCE: Redpine: Upgrade to ver. 1.2.RC12
2508 * [DP MST] No audio output through HDMI/DP/mDP ports in Dell WD15 and TB15
2509 docking stations (LP: #1694665)
2510 - drm/i915: Store port enum in intel_encoder
2511 - drm/i915: Eliminate redundant local variable definition
2512 - drm/i915: Switch to using port stored in intel_encoder
2513 - drm/i915: Move audio_connector to intel_encoder
2514 - drm/i915/dp: DP audio API changes for MST
2515 - drm/i915: abstract ddi being audio enabled
2516 - drm/i915/audio: extend get_saved_enc() to support more scenarios
2517 - drm/i915: enable dp mst audio
2518 * Xenial update to 4.4.70 stable release (LP: #1694621)
2519 - usb: misc: legousbtower: Fix buffers on stack
2520 - usb: misc: legousbtower: Fix memory leak
2521 - USB: ene_usb6250: fix DMA to the stack
2522 - watchdog: pcwd_usb: fix NULL-deref at probe
2523 - char: lp: fix possible integer overflow in lp_setup()
2524 - USB: core: replace %p with %pK
2525 - ARM: tegra: paz00: Mark panel regulator as enabled on boot
2526 - tpm_crb: check for bad response size
2527 - infiniband: call ipv6 route lookup via the stub interface
2528 - dm btree: fix for dm_btree_find_lowest_key()
2529 - dm raid: select the Kconfig option CONFIG_MD_RAID0
2530 - dm bufio: avoid a possible ABBA deadlock
2531 - dm bufio: check new buffer allocation watermark every 30 seconds
2532 - dm cache metadata: fail operations if fail_io mode has been established
2533 - dm bufio: make the parameter "retain_bytes" unsigned long
2534 - dm thin metadata: call precommit before saving the roots
2535 - dm space map disk: fix some book keeping in the disk space map
2536 - md: update slab_cache before releasing new stripes when stripes resizing
2537 - rtlwifi: rtl8821ae: setup 8812ae RFE according to device type
2538 - mwifiex: pcie: fix cmd_buf use-after-free in remove/reset
2539 - ima: accept previously set IMA_NEW_FILE
2540 - KVM: x86: Fix load damaged SSEx MXCSR register
2541 - KVM: X86: Fix read out-of-bounds vulnerability in kvm pio emulation
2542 - regulator: tps65023: Fix inverted core enable logic.
2543 - s390/kdump: Add final note
2544 - s390/cputime: fix incorrect system time
2545 - ath9k_htc: Add support of AirTies 1eda:2315 AR9271 device
2546 - ath9k_htc: fix NULL-deref at probe
2547 - drm/amdgpu: Avoid overflows/divide-by-zero in latency_watermark
2548 calculations.
2549 - drm/amdgpu: Make display watermark calculations more accurate
2550 - drm/nouveau/therm: remove ineffective workarounds for alarm bugs
2551 - drm/nouveau/tmr: ack interrupt before processing alarms
2552 - drm/nouveau/tmr: fix corruption of the pending list when rescheduling an
2553 alarm
2554 - drm/nouveau/tmr: avoid processing completed alarms when adding a new one
2555 - drm/nouveau/tmr: handle races with hw when updating the next alarm time
2556 - cdc-acm: fix possible invalid access when processing notification
2557 - proc: Fix unbalanced hard link numbers
2558 - of: fix sparse warning in of_pci_range_parser_one
2559 - iio: dac: ad7303: fix channel description
2560 - pid_ns: Sleep in TASK_INTERRUPTIBLE in zap_pid_ns_processes
2561 - pid_ns: Fix race between setns'ed fork() and zap_pid_ns_processes()
2562 - USB: serial: ftdi_sio: fix setting latency for unprivileged users
2563 - USB: serial: ftdi_sio: add Olimex ARM-USB-TINY(H) PIDs
2564 - ext4 crypto: don't let data integrity writebacks fail with ENOMEM
2565 - ext4 crypto: fix some error handling
2566 - net: qmi_wwan: Add SIMCom 7230E
2567 - fscrypt: fix context consistency check when key(s) unavailable
2568 - f2fs: check entire encrypted bigname when finding a dentry
2569 - fscrypt: avoid collisions when presenting long encrypted filenames
2570 - usb: host: xhci-plat: propagate return value of platform_get_irq()
2571 - xhci: apply PME_STUCK_QUIRK and MISSING_CAS quirk for Denverton
2572 - usb: host: xhci-mem: allocate zeroed Scratchpad Buffer
2573 - net: irda: irda-usb: fix firmware name on big-endian hosts
2574 - usbvision: fix NULL-deref at probe
2575 - mceusb: fix NULL-deref at probe
2576 - ttusb2: limit messages to buffer size
2577 - usb: musb: tusb6010_omap: Do not reset the other direction's packet size
2578 - USB: iowarrior: fix info ioctl on big-endian hosts
2579 - usb: serial: option: add Telit ME910 support
2580 - USB: serial: qcserial: add more Lenovo EM74xx device IDs
2581 - USB: serial: mct_u232: fix big-endian baud-rate handling
2582 - USB: serial: io_ti: fix div-by-zero in set_termios
2583 - USB: hub: fix SS hub-descriptor handling
2584 - USB: hub: fix non-SS hub-descriptor handling
2585 - ipx: call ipxitf_put() in ioctl error path
2586 - iio: proximity: as3935: fix as3935_write
2587 - ceph: fix recursion between ceph_set_acl() and __ceph_setattr()
2588 - gspca: konica: add missing endpoint sanity check
2589 - s5p-mfc: Fix unbalanced call to clock management
2590 - dib0700: fix NULL-deref at probe
2591 - zr364xx: enforce minimum size when reading header
2592 - dvb-frontends/cxd2841er: define symbol_rate_min/max in T/C fe-ops
2593 - cx231xx-audio: fix init error path
2594 - cx231xx-audio: fix NULL-deref at probe
2595 - cx231xx-cards: fix NULL-deref at probe
2596 - powerpc/book3s/mce: Move add_taint() later in virtual mode
2597 - powerpc/pseries: Fix of_node_put() underflow during DLPAR remove
2598 - powerpc/64e: Fix hang when debugging programs with relocated kernel
2599 - ARM: dts: at91: sama5d3_xplained: fix ADC vref
2600 - ARM: dts: at91: sama5d3_xplained: not all ADC channels are available
2601 - arm64: xchg: hazard against entire exchange variable
2602 - arm64: uaccess: ensure extension of access_ok() addr
2603 - arm64: documentation: document tagged pointer stack constraints
2604 - xc2028: Fix use-after-free bug properly
2605 - Revert "UBUNTU: SAUCE: mm: Respect FOLL_FORCE/FOLL_COW for thp"
2606 - mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for thp
2607 - staging: rtl8192e: fix 2 byte alignment of register BSSIDR.
2608 - staging: rtl8192e: rtl92e_get_eeprom_size Fix read size of EPROM_CMD.
2609 - iommu/vt-d: Flush the IOTLB to get rid of the initial kdump mappings
2610 - metag/uaccess: Fix access_ok()
2611 - metag/uaccess: Check access_ok in strncpy_from_user
2612 - uwb: fix device quirk on big-endian hosts
2613 - genirq: Fix chained interrupt data ordering
2614 - osf_wait4(): fix infoleak
2615 - tracing/kprobes: Enforce kprobes teardown after testing
2616 - PCI: Fix pci_mmap_fits() for HAVE_PCI_RESOURCE_TO_USER platforms
2617 - PCI: Freeze PME scan before suspending devices
2618 - drm/edid: Add 10 bpc quirk for LGD 764 panel in HP zBook 17 G2
2619 - nfsd: encoders mustn't use unitialized values in error cases
2620 - drivers: char: mem: Check for address space wraparound with mmap()
2621 - Linux 4.4.70
2622 * Xenial update to 4.4.69 stable release (LP: #1692900)
2623 - xen: adjust early dom0 p2m handling to xen hypervisor behavior
2624 - target: Fix compare_and_write_callback handling for non GOOD status
2625 - target/fileio: Fix zero-length READ and WRITE handling
2626 - target: Convert ACL change queue_depth se_session reference usage
2627 - iscsi-target: Set session_fall_back_to_erl0 when forcing reinstatement
2628 - usb: host: xhci: print correct command ring address
2629 - USB: serial: ftdi_sio: add device ID for Microsemi/Arrow SF2PLUS Dev Kit
2630 - USB: Proper handling of Race Condition when two USB class drivers try to
2631 call init_usb_class simultaneously
2632 - staging: vt6656: use off stack for in buffer USB transfers.
2633 - staging: vt6656: use off stack for out buffer USB transfers.
2634 - staging: gdm724x: gdm_mux: fix use-after-free on module unload
2635 - staging: comedi: jr3_pci: fix possible null pointer dereference
2636 - staging: comedi: jr3_pci: cope with jiffies wraparound
2637 - usb: misc: add missing continue in switch
2638 - usb: Make sure usb/phy/of gets built-in
2639 - usb: hub: Fix error loop seen after hub communication errors
2640 - usb: hub: Do not attempt to autosuspend disconnected devices
2641 - x86/boot: Fix BSS corruption/overwrite bug in early x86 kernel startup
2642 - selftests/x86/ldt_gdt_32: Work around a glibc sigaction() bug
2643 - x86, pmem: Fix cache flushing for iovec write < 8 bytes
2644 - um: Fix PTRACE_POKEUSER on x86_64
2645 - KVM: x86: fix user triggerable warning in kvm_apic_accept_events()
2646 - KVM: arm/arm64: fix races in kvm_psci_vcpu_on
2647 - block: fix blk_integrity_register to use template's interval_exp if not 0
2648 - crypto: algif_aead - Require setkey before accept(2)
2649 - dm era: save spacemap metadata root after the pre-commit
2650 - vfio/type1: Remove locked page accounting workqueue
2651 - IB/core: Fix sysfs registration error flow
2652 - IB/IPoIB: ibX: failed to create mcg debug file
2653 - IB/mlx4: Fix ib device initialization error flow
2654 - IB/mlx4: Reduce SRIOV multicast cleanup warning message to debug level
2655 - ext4: evict inline data when writing to memory map
2656 - fs/xattr.c: zero out memory copied to userspace in getxattr
2657 - ceph: fix memory leak in __ceph_setxattr()
2658 - fs/block_dev: always invalidate cleancache in invalidate_bdev()
2659 - Set unicode flag on cifs echo request to avoid Mac error
2660 - SMB3: Work around mount failure when using SMB3 dialect to Macs
2661 - CIFS: fix mapping of SFM_SPACE and SFM_PERIOD
2662 - cifs: fix CIFS_IOC_GET_MNT_INFO oops
2663 - CIFS: add misssing SFM mapping for doublequote
2664 - padata: free correct variable
2665 - arm64: KVM: Fix decoding of Rt/Rt2 when trapping AArch32 CP accesses
2666 - serial: samsung: Use right device for DMA-mapping calls
2667 - serial: omap: fix runtime-pm handling on unbind
2668 - serial: omap: suspend device on probe errors
2669 - tty: pty: Fix ldisc flush after userspace become aware of the data already
2670 - Bluetooth: Fix user channel for 32bit userspace on 64bit kernel
2671 - Bluetooth: hci_bcm: add missing tty-device sanity check
2672 - Bluetooth: hci_intel: add missing tty-device sanity check
2673 - mac80211: pass RX aggregation window size to driver
2674 - mac80211: pass block ack session timeout to to driver
2675 - mac80211: RX BA support for sta max_rx_aggregation_subframes
2676 - wlcore: Pass win_size taken from ieee80211_sta to FW
2677 - wlcore: Add RX_BA_WIN_SIZE_CHANGE_EVENT event
2678 - ipmi: Fix kernel panic at ipmi_ssif_thread()
2679 - Linux 4.4.69
2680 * Support IPMI system interface on Cavium ThunderX (LP: #1688132)
2681 - i2c: octeon: Cleanup kerneldoc comments
2682 - i2c: octeon: Cleanup i2c-octeon driver
2683 - i2c: octeon: Cleanup resource allocation code
2684 - i2c: octeon: Support I2C_M_RECV_LEN
2685 - i2c: octeon: Increase retry default and use fixed timeout value
2686 - i2c: octeon: Move set-clock and init-lowlevel upward
2687 - i2c: octeon: Rename [read|write]_sw to reg_[read|write]
2688 - i2c: octeon: Introduce helper functions for register access
2689 - i2c: octeon: Remove superfluous check in octeon_i2c_test_iflg
2690 - i2c: octeon: Improve error status checking
2691 - i2c: octeon: Use i2c recovery framework
2692 - i2c: octeon: Add flush writeq helper function
2693 - i2c: octeon: Enable High-Level Controller
2694 - i2c: octeon: Add support for cn78xx chips
2695 - i2c: octeon: Remove zero-length message support
2696 - i2c: octeon: Improve performance if interrupt is early
2697 - i2c: octeon: Add workaround for broken irqs on CN3860
2698 - i2c: octeon: Missing AAK flag in case of I2C_M_RECV_LEN
2699 - i2c: octeon: Avoid printk after too long SMBUS message
2700 - i2c: octeon: Rename driver to prepare for split
2701 - i2c: octeon: Split the driver into two parts
2702 - [Config] CONFIG_I2C_THUNDERX=m
2703 - i2c: thunderx: Add i2c driver for ThunderX SOC
2704 - i2c: thunderx: Add SMBUS alert support
2705 - i2c: octeon,thunderx: Move register offsets to struct
2706 - i2c: octeon: Sort include files alphabetically
2707 - i2c: octeon: Use booleon values for booleon variables
2708 - i2c: octeon: thunderx: Add MAINTAINERS entry
2709 - i2c: octeon: Fix set SCL recovery function
2710 - i2c: octeon: Avoid sending STOP during recovery
2711 - i2c: octeon: Fix high-level controller status check
2712 - i2c: octeon: thunderx: TWSI software reset in recovery
2713 - i2c: octeon: thunderx: Remove double-check after interrupt
2714 - i2c: octeon: thunderx: Limit register access retries
2715 - i2c: thunderx: Enable HWMON class probing
2716 * Xenial update to 4.4.68 stable release (LP: #1691418)
2717 - 9p: fix a potential acl leak
2718 - ARM: 8452/3: PJ4: make coprocessor access sequences buildable in Thumb2 mode
2719 - cpupower: Fix turbo frequency reporting for pre-Sandy Bridge cores
2720 - powerpc/powernv: Fix opal_exit tracepoint opcode
2721 - power: supply: bq24190_charger: Fix irq trigger to IRQF_TRIGGER_FALLING
2722 - power: supply: bq24190_charger: Call set_mode_host() on pm_resume()
2723 - power: supply: bq24190_charger: Install irq_handler_thread() at end of
2724 probe()
2725 - power: supply: bq24190_charger: Call power_supply_changed() for relevant
2726 component
2727 - power: supply: bq24190_charger: Don't read fault register outside
2728 irq_handle_thread()
2729 - power: supply: bq24190_charger: Handle fault before status on interrupt
2730 - leds: ktd2692: avoid harmless maybe-uninitialized warning
2731 - ARM: OMAP5 / DRA7: Fix HYP mode boot for thumb2 build
2732 - mwifiex: debugfs: Fix (sometimes) off-by-1 SSID print
2733 - mwifiex: remove redundant dma padding in AMSDU
2734 - mwifiex: Avoid skipping WEP key deletion for AP
2735 - x86/ioapic: Restore IO-APIC irq_chip retrigger callback
2736 - x86/pci-calgary: Fix iommu_free() comparison of unsigned expression >= 0
2737 - clk: Make x86/ conditional on CONFIG_COMMON_CLK
2738 - kprobes/x86: Fix kernel panic when certain exception-handling addresses are
2739 probed
2740 - x86/platform/intel-mid: Correct MSI IRQ line for watchdog device
2741 - Revert "KVM: nested VMX: disable perf cpuid reporting"
2742 - KVM: nVMX: initialize PML fields in vmcs02
2743 - KVM: nVMX: do not leak PML full vmexit to L1
2744 - usb: host: ehci-exynos: Decrese node refcount on exynos_ehci_get_phy() error
2745 paths
2746 - usb: host: ohci-exynos: Decrese node refcount on exynos_ehci_get_phy() error
2747 paths
2748 - usb: chipidea: Only read/write OTGSC from one place
2749 - usb: chipidea: Handle extcon events properly
2750 - USB: serial: keyspan_pda: fix receive sanity checks
2751 - USB: serial: digi_acceleport: fix incomplete rx sanity check
2752 - USB: serial: ssu100: fix control-message error handling
2753 - USB: serial: io_edgeport: fix epic-descriptor handling
2754 - USB: serial: ti_usb_3410_5052: fix control-message error handling
2755 - USB: serial: ark3116: fix open error handling
2756 - USB: serial: ftdi_sio: fix latency-timer error handling
2757 - USB: serial: quatech2: fix control-message error handling
2758 - USB: serial: mct_u232: fix modem-status error handling
2759 - USB: serial: io_edgeport: fix descriptor error handling
2760 - phy: qcom-usb-hs: Add depends on EXTCON
2761 - serial: 8250_omap: Fix probe and remove for PM runtime
2762 - scsi: mac_scsi: Fix MAC_SCSI=m option when SCSI=m
2763 - MIPS: R2-on-R6 MULTU/MADDU/MSUBU emulation bugfix
2764 - brcmfmac: Ensure pointer correctly set if skb data location changes
2765 - brcmfmac: Make skb header writable before use
2766 - staging: wlan-ng: add missing byte order conversion
2767 - staging: emxx_udc: remove incorrect __init annotations
2768 - ALSA: hda - Fix deadlock of controller device lock at unbinding
2769 - tcp: do not underestimate skb->truesize in tcp_trim_head()
2770 - bpf, arm64: fix jit branch offset related to ldimm64
2771 - tcp: fix wraparound issue in tcp_lp
2772 - tcp: do not inherit fastopen_req from parent
2773 - ipv4, ipv6: ensure raw socket message is big enough to hold an IP header
2774 - rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME string
2775 - ipv6: initialize route null entry in addrconf_init()
2776 - ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notf
2777 - bnxt_en: allocate enough space for ->ntp_fltr_bmap
2778 - f2fs: sanity check segment count
2779 - drm/ttm: fix use-after-free races in vm fault handling
2780 - block: get rid of blk_integrity_revalidate()
2781 - Linux 4.4.68
2782 * Keyboard backlight control does not work on some dell laptops.
2783 (LP: #1693126)
2784 - platform/x86: dell-laptop: Add Latitude 7480 and others to the DMI whitelist
2785 - platform/x86: dell-laptop: Add keyboard backlight timeout AC settings
2786 * Upgrade Redpine WLAN/BT driver to ver. 1.2.RC9 (LP: #1690498)
2787 - SAUCE: Redpine: Upgrade to ver. 1.2.RC9
2788 * exec'ing a setuid binary from a threaded program sometimes fails to setuid
2789 (LP: #1672819)
2790 - SAUCE: exec: ensure file system accounting in check_unsafe_exec is correct
2791 * attempts to rename vlans / vlans have addr_assign_type of 0 on kernel 4.4
2792 (LP: #1682871)
2793 - vlan: Propagate MAC address to VLANs
2794 * Exar usb-serial doesn't restore baud rate after resume from S3/S4
2795 (LP: #1690362)
2796 - SAUCE: xr-usb-serial: re-initialise baudrate after resume from S3/S4
2797 * st_pressure, st_accel IIO drivers fail to detect sensors after reloading
2798 kernel modules (LP: #1690310)
2799 - SAUCE: (no-up) iio: st_pressure: st_accel: Initialise sensor platform data
2800 properly
2801 * nvidia-docker on ppc64le-ubuntu16.04 issue due to cross-thread naming if
2802 !PR_DUMPABLE (LP: #1690225)
2803 - procfs: fix pthread cross-thread naming if !PR_DUMPABLE
2804 * linux xenial derivatives fail to build (LP: #1691814)
2805 - [Packaging] Set do_tools_common in common vars
2806
2807 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Wed, 21 Jun 2017 10:45:33 +0200
2808
2809 linux-snapdragon (4.4.0-1061.66) xenial; urgency=low
2810
2811 [ Ubuntu: 4.4.0-81.104 ]
2812
2813 * CVE-2017-1000364
2814 - mm: enlarge stack guard gap
2815 - mm: do not collapse stack gap into THP
2816
2817 -- Stefan Bader <stefan.bader@canonical.com> Wed, 14 Jun 2017 12:22:51 +0200
2818
2819 linux-snapdragon (4.4.0-1059.63) xenial; urgency=low
2820
2821 * linux-snapdragon: 4.4.0-1059.63 -proposed tracker (LP: #1691183)
2822
2823 * linux xenial derivatives fail to build (LP: #1691814)
2824 - [Packaging] Set do_tools_common in common vars
2825 - [Packaging] Do not build tools-common
2826
2827 [ Ubuntu: 4.4.0-79.100 ]
2828
2829 * linux: 4.4.0-79.100 -proposed tracker (LP: #1691180)
2830 * linux-aws/linux-gke incorrectly producing and using linux-*-tools-
2831 common/linux-*-cloud-tools-common (LP: #1688579)
2832 - [Config] make linux-tools-common and linux-cloud-tools-common provide linux-
2833 gke versions
2834 - [Config] make linux-tools-common and linux-cloud-tools-common provide linux-
2835 aws versions
2836 - [Packaging] prevent linux-*-tools-common from being produced from non linux
2837 packages
2838 * CVE-2017-0605
2839 - tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline()
2840 * i915-bpo crashes on external hdmi input (LP: #1580272)
2841 - SAUCE: i915_bpo: Silence the warning about watermark entries not changing
2842 * Kernel panics on Xenial when using cgroups and strict CFS limits
2843 (LP: #1687512)
2844 - sched/fair: Initialize throttle_count for new task-groups lazily
2845 - sched/fair: Do not announce throttled next buddy in dequeue_task_fair()
2846 * bonding - mlx5 - speed changed to 0 after changing ring size (LP: #1687877)
2847 - bonding: allow notifications for bond_set_slave_link_state
2848 * Xenial update to 4.4.67 stable release (LP: #1689296)
2849 - timerfd: Protect the might cancel mechanism proper
2850 - Handle mismatched open calls
2851 - ASoC: intel: Fix PM and non-atomic crash in bytcr drivers
2852 - ALSA: ppc/awacs: shut up maybe-uninitialized warning
2853 - drbd: avoid redefinition of BITS_PER_PAGE
2854 - mtd: avoid stack overflow in MTD CFI code
2855 - net: tg3: avoid uninitialized variable warning
2856 - netlink: Allow direct reclaim for fallback allocation
2857 - IB/qib: rename BITS_PER_PAGE to RVT_BITS_PER_PAGE
2858 - IB/ehca: fix maybe-uninitialized warnings
2859 - ext4: require encryption feature for EXT4_IOC_SET_ENCRYPTION_POLICY
2860 - ext4 crypto: revalidate dentry after adding or removing the key
2861 - ext4 crypto: use dget_parent() in ext4_d_revalidate()
2862 - ext4/fscrypto: avoid RCU lookup in d_revalidate
2863 - nfsd4: minor NFSv2/v3 write decoding cleanup
2864 - nfsd: stricter decoding of write-like NFSv2/v3 ops
2865 - dm ioctl: prevent stack leak in dm ioctl call
2866 - Linux 4.4.67
2867 * Precision Rack failed to resume from S4 (LP: #1686061)
2868 - x86 / hibernate: Use hlt_play_dead() when resuming from hibernation
2869 - x86/boot: Split out kernel_ident_mapping_init()
2870 - x86/power/64: Always create temporary identity mapping correctly
2871 * Xenial update to 4.4.66 stable release (LP: #1688505)
2872 - f2fs: do more integrity verification for superblock
2873 - xc2028: unlock on error in xc2028_set_config()
2874 - ARM: OMAP2+: timer: add probe for clocksources
2875 - clk: sunxi: Add apb0 gates for H3
2876 - crypto: testmgr - fix out of bound read in __test_aead()
2877 - drm/amdgpu: fix array out of bounds
2878 - ext4: check if in-inode xattr is corrupted in ext4_expand_extra_isize_ea()
2879 - md:raid1: fix a dead loop when read from a WriteMostly disk
2880 - MIPS: Fix crash registers on non-crashing CPUs
2881 - net: cavium: liquidio: Avoid dma_unmap_single on uninitialized ndata
2882 - net_sched: close another race condition in tcf_mirred_release()
2883 - RDS: Fix the atomicity for congestion map update
2884 - regulator: core: Clear the supply pointer if enabling fails
2885 - usb: gadget: f_midi: Fixed a bug when buflen was smaller than wMaxPacketSize
2886 - xen/x86: don't lose event interrupts
2887 - sparc64: kern_addr_valid regression
2888 - sparc64: Fix kernel panic due to erroneous #ifdef surrounding pmd_write()
2889 - net: neigh: guard against NULL solicit() method
2890 - net: phy: handle state correctly in phy_stop_machine
2891 - l2tp: purge socket queues in the .destruct() callback
2892 - l2tp: take reference on sessions being dumped
2893 - l2tp: fix PPP pseudo-wire auto-loading
2894 - net: ipv4: fix multipath RTM_GETROUTE behavior when iif is given
2895 - sctp: listen on the sock only when it's state is listening or closed
2896 - tcp: clear saved_syn in tcp_disconnect()
2897 - dp83640: don't recieve time stamps twice
2898 - net: ipv6: RTF_PCPU should not be settable from userspace
2899 - netpoll: Check for skb->queue_mapping
2900 - ip6mr: fix notification device destruction
2901 - macvlan: Fix device ref leak when purging bc_queue
2902 - ipv6: check skb->protocol before lookup for nexthop
2903 - ipv6: check raw payload size correctly in ioctl
2904 - ALSA: firewire-lib: fix inappropriate assignment between signed/unsigned
2905 type
2906 - ALSA: seq: Don't break snd_use_lock_sync() loop by timeout
2907 - MIPS: KGDB: Use kernel context for sleeping threads
2908 - MIPS: Avoid BUG warning in arch_check_elf
2909 - p9_client_readdir() fix
2910 - Input: i8042 - add Clevo P650RS to the i8042 reset list
2911 - nfsd: check for oversized NFSv2/v3 arguments
2912 - ARCv2: save r30 on kernel entry as gcc uses it for code-gen
2913 - ftrace/x86: Fix triple fault with graph tracing and suspend-to-ram
2914 - Linux 4.4.66
2915 * Xenial update to 4.4.65 stable release (LP: #1688483)
2916 - tipc: make sure IPv6 header fits in skb headroom
2917 - tipc: make dist queue pernet
2918 - tipc: re-enable compensation for socket receive buffer double counting
2919 - tipc: correct error in node fsm
2920 - tty: nozomi: avoid a harmless gcc warning
2921 - hostap: avoid uninitialized variable use in hfa384x_get_rid
2922 - gfs2: avoid uninitialized variable warning
2923 - tipc: fix random link resets while adding a second bearer
2924 - tipc: fix socket timer deadlock
2925 - xc2028: avoid use after free
2926 - netfilter: nfnetlink: correctly validate length of batch messages
2927 - tipc: check minimum bearer MTU
2928 - vfio/pci: Fix integer overflows, bitmask check
2929 - staging/android/ion : fix a race condition in the ion driver
2930 - ping: implement proper locking
2931 - perf/core: Fix concurrent sys_perf_event_open() vs. 'move_group' race
2932 - Linux 4.4.65
2933 * Xenial update to 4.4.64 stable release (LP: #1687638)
2934 - KEYS: Disallow keyrings beginning with '.' to be joined as session keyrings
2935 - KEYS: Change the name of the dead type to ".dead" to prevent user access
2936 - KEYS: fix keyctl_set_reqkey_keyring() to not leak thread keyrings
2937 - tracing: Allocate the snapshot buffer before enabling probe
2938 - ring-buffer: Have ring_buffer_iter_empty() return true when empty
2939 - cifs: Do not send echoes before Negotiate is complete
2940 - CIFS: remove bad_network_name flag
2941 - s390/mm: fix CMMA vs KSM vs others
2942 - VSOCK: Detach QP check should filter out non matching QPs.
2943 - Input: elantech - add Fujitsu Lifebook E547 to force crc_enabled
2944 - ACPI / power: Avoid maybe-uninitialized warning
2945 - mmc: sdhci-esdhc-imx: increase the pad I/O drive strength for DDR50 card
2946 - mac80211: reject ToDS broadcast data frames
2947 - ubi/upd: Always flush after prepared for an update
2948 - powerpc/kprobe: Fix oops when kprobed on 'stdu' instruction
2949 - x86/mce/AMD: Give a name to MCA bank 3 when accessed with legacy MSRs
2950 - kvm: arm/arm64: Fix locking for kvm_free_stage2_pgd
2951 - x86, pmem: fix broken __copy_user_nocache cache-bypass assumptions
2952 - block: fix del_gendisk() vs blkdev_ioctl crash
2953 - tipc: fix crash during node removal
2954 - Linux 4.4.64
2955 * Xenial update to 4.4.63 stable release (LP: #1687629)
2956 - cgroup, kthread: close race window where new kthreads can be migrated to
2957 non-root cgroups
2958 - thp: fix MADV_DONTNEED vs clear soft dirty race
2959 - drm/nouveau/mpeg: mthd returns true on success now
2960 - drm/nouveau/mmu/nv4a: use nv04 mmu rather than the nv44 one
2961 - CIFS: store results of cifs_reopen_file to avoid infinite wait
2962 - Input: xpad - add support for Razer Wildcat gamepad
2963 - perf/x86: Avoid exposing wrong/stale data in intel_pmu_lbr_read_32()
2964 - x86/vdso: Ensure vdso32_enabled gets set to valid values only
2965 - x86/vdso: Plug race between mapping and ELF header setup
2966 - acpi, nfit, libnvdimm: fix interleave set cookie calculation (64-bit
2967 comparison)
2968 - iscsi-target: Fix TMR reference leak during session shutdown
2969 - iscsi-target: Drop work-around for legacy GlobalSAN initiator
2970 - scsi: sr: Sanity check returned mode data
2971 - scsi: sd: Consider max_xfer_blocks if opt_xfer_blocks is unusable
2972 - scsi: sd: Fix capacity calculation with 32-bit sector_t
2973 - xen, fbfront: fix connecting to backend
2974 - libnvdimm: fix reconfig_mutex, mmap_sem, and jbd2_handle lockdep splat
2975 - irqchip/irq-imx-gpcv2: Fix spinlock initialization
2976 - ftrace: Fix removing of second function probe
2977 - char: Drop bogus dependency of DEVPORT on !M68K
2978 - char: lack of bool string made CONFIG_DEVPORT always on
2979 - Revert "MIPS: Lantiq: Fix cascaded IRQ setup"
2980 - kvm: fix page struct leak in handle_vmon
2981 - zram: do not use copy_page with non-page aligned address
2982 - powerpc: Disable HFSCR[TM] if TM is not supported
2983 - crypto: ahash - Fix EINPROGRESS notification callback
2984 - ath9k: fix NULL pointer dereference
2985 - dvb-usb-v2: avoid use-after-free
2986 - ext4: fix inode checksum calculation problem if i_extra_size is small
2987 - platform/x86: acer-wmi: setup accelerometer when machine has appropriate
2988 notify event
2989 - rtc: tegra: Implement clock handling
2990 - mm: Tighten x86 /dev/mem with zeroing reads
2991 - dvb-usb: don't use stack for firmware load
2992 - dvb-usb-firmware: don't do DMA on stack
2993 - virtio-console: avoid DMA from stack
2994 - pegasus: Use heap buffers for all register access
2995 - rtl8150: Use heap buffers for all register access
2996 - catc: Combine failure cleanup code in catc_probe()
2997 - catc: Use heap buffer for memory size test
2998 - tty/serial: atmel: RS485 half duplex w/DMA: enable RX after TX is done
2999 - net: ipv6: check route protocol when deleting routes
3000 - MIPS: fix Select HAVE_IRQ_EXIT_ON_IRQ_STACK patch.
3001 - Linux 4.4.63
3002
3003 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Fri, 19 May 2017 09:39:36 -0300
3004
3005 linux-snapdragon (4.4.0-1058.62) xenial; urgency=low
3006
3007 * linux-snapdragon: 4.4.0-1058.62 -proposed tracker (LP: #1686649)
3008
3009 [ Ubuntu: 4.4.0-78.99 ]
3010
3011 * linux: 4.4.0-78.99 -proposed tracker (LP: #1686645)
3012 * Please backport fix to reference leak in cgroup blkio throttle
3013 (LP: #1683976)
3014 - block: fix module reference leak on put_disk() call for cgroups throttle
3015 * UbuntuKVM guest crashed while running I/O stress test with Ubuntu kernel
3016 4.4.0-47-generic (LP: #1659111)
3017 - block: Unhash block device inodes on gendisk destruction
3018 - block: Use pointer to backing_dev_info from request_queue
3019 - block: Dynamically allocate and refcount backing_dev_info
3020 - block: Make blk_get_backing_dev_info() safe without open bdev
3021 - block: Get rid of blk_get_backing_dev_info()
3022 - block: Move bdev_unhash_inode() after invalidate_partition()
3023 - block: Unhash also block device inode for the whole device
3024 - block: Revalidate i_bdev reference in bd_aquire()
3025 - block: Initialize bd_bdi on inode initialization
3026 - block: Move bdi_unregister() to del_gendisk()
3027 - block: Allow bdi re-registration
3028 - bdi: Fix use-after-free in wb_congested_put()
3029 - block: Make del_gendisk() safer for disks without queues
3030 - block: Fix bdi assignment to bdev inode when racing with disk delete
3031 - bdi: Mark congested->bdi as internal
3032 - bdi: Make wb->bdi a proper reference
3033 - bdi: Unify bdi->wb_list handling for root wb_writeback
3034 - bdi: Shutdown writeback on all cgwbs in cgwb_bdi_destroy()
3035 - bdi: Do not wait for cgwbs release in bdi_unregister()
3036 - bdi: Rename cgwb_bdi_destroy() to cgwb_bdi_unregister()
3037 - block: Fix oops in locked_inode_to_wb_and_lock_list()
3038 - kobject: Export kobject_get_unless_zero()
3039 - block: Fix oops scsi_disk_get()
3040 * Touchpad not working correctly after kernel upgrade (LP: #1662589)
3041 - Input: ALPS - fix V8+ protocol handling (73 03 28)
3042 * Xenial update to v4.4.62 stable release (LP: #1683728)
3043 - drm/i915: Avoid tweaking evaluation thresholds on Baytrail v3
3044 - drm/i915: Stop using RP_DOWN_EI on Baytrail
3045 - usb: dwc3: gadget: delay unmap of bounced requests
3046 - mtd: bcm47xxpart: fix parsing first block after aligned TRX
3047 - MIPS: Introduce irq_stack
3048 - MIPS: Stack unwinding while on IRQ stack
3049 - MIPS: Only change $28 to thread_info if coming from user mode
3050 - MIPS: Switch to the irq_stack in interrupts
3051 - MIPS: Select HAVE_IRQ_EXIT_ON_IRQ_STACK
3052 - MIPS: IRQ Stack: Fix erroneous jal to plat_irq_dispatch
3053 - crypto: caam - fix RNG deinstantiation error checking
3054 - Linux 4.4.62
3055 * ifup service of network device stay active after driver stop (LP: #1672144)
3056 - net: use net->count to check whether a netns is alive or not
3057 * [Hyper-V] mkfs regression in kernel 4.4+ (LP: #1682215)
3058 - block: relax check on sg gap
3059 * [Feature] KBL: intel_powerclamp driver support (LP: #1591641)
3060 - thermal/powerclamp: remove cpu whitelist
3061 - thermal/powerclamp: correct cpu support check
3062 - thermal/powerclamp: add back module device table
3063 * sysfs channel reads of lps22hb pressure sensor are stale (LP: #1682103)
3064 - iio: st_pressure: initialize lps22hb bootime
3065 * Backlight control does not work and there are no entries in
3066 /sys/class/backlight (LP: #1667323)
3067 - Revert "ACPI / video: Add force_native quirk for HP Pavilion dv6"
3068 * [Feature] KBL: intel_rapl driver support (LP: #1591640)
3069 - powercap/intel_rapl: Add support for Kabylake
3070 * Xenial update to v4.4.61 stable release (LP: #1682140)
3071 - drm/vmwgfx: Type-check lookups of fence objects
3072 - drm/vmwgfx: NULL pointer dereference in vmw_surface_define_ioctl()
3073 - drm/vmwgfx: avoid calling vzalloc with a 0 size in vmw_get_cap_3d_ioctl()
3074 - drm/ttm, drm/vmwgfx: Relax permission checking when opening surfaces
3075 - drm/vmwgfx: Remove getparam error message
3076 - drm/vmwgfx: fix integer overflow in vmw_surface_define_ioctl()
3077 - sysfs: be careful of error returns from ops->show()
3078 - staging: android: ashmem: lseek failed due to no FMODE_LSEEK.
3079 - arm/arm64: KVM: Take mmap_sem in stage2_unmap_vm
3080 - arm/arm64: KVM: Take mmap_sem in kvm_arch_prepare_memory_region
3081 - iio: bmg160: reset chip when probing
3082 - Reset TreeId to zero on SMB2 TREE_CONNECT
3083 - ptrace: fix PTRACE_LISTEN race corrupting task->state
3084 - ring-buffer: Fix return value check in test_ringbuffer()
3085 - metag/usercopy: Drop unused macros
3086 - metag/usercopy: Fix alignment error checking
3087 - metag/usercopy: Add early abort to copy_to_user
3088 - metag/usercopy: Zero rest of buffer from copy_from_user
3089 - metag/usercopy: Set flags before ADDZ
3090 - metag/usercopy: Fix src fixup in from user rapf loops
3091 - metag/usercopy: Add missing fixups
3092 - powerpc/mm: Add missing global TLB invalidate if cxl is active
3093 - powerpc: Don't try to fix up misaligned load-with-reservation instructions
3094 - nios2: reserve boot memory for device tree
3095 - s390/decompressor: fix initrd corruption caused by bss clear
3096 - s390/uaccess: get_user() should zero on failure (again)
3097 - MIPS: Force o32 fp64 support on 32bit MIPS64r6 kernels
3098 - MIPS: ralink: Fix typos in rt3883 pinctrl
3099 - MIPS: End spinlocks with .insn
3100 - MIPS: Lantiq: fix missing xbar kernel panic
3101 - MIPS: Flush wrong invalid FTLB entry for huge page
3102 - mm/mempolicy.c: fix error handling in set_mempolicy and mbind.
3103 - Linux 4.4.61
3104 * Xenial update to v4.4.60 stable release (LP: #1681862)
3105 - libceph: force GFP_NOIO for socket allocations
3106 - xen/setup: Don't relocate p2m over existing one
3107 - scsi: mpt3sas: fix hang on ata passthrough commands
3108 - scsi: sg: check length passed to SG_NEXT_CMD_LEN
3109 - scsi: libsas: fix ata xfer length
3110 - ALSA: seq: Fix race during FIFO resize
3111 - ALSA: hda - fix a problem for lineout on a Dell AIO machine
3112 - ASoC: atmel-classd: fix audio clock rate
3113 - ACPI: Fix incompatibility with mcount-based function graph tracing
3114 - ACPI: Do not create a platform_device for IOAPIC/IOxAPIC
3115 - tty/serial: atmel: fix race condition (TX+DMA)
3116 - tty/serial: atmel: fix TX path in atmel_console_write()
3117 - USB: fix linked-list corruption in rh_call_control()
3118 - KVM: x86: clear bus pointer when destroyed
3119 - drm/radeon: Override fpfn for all VRAM placements in radeon_evict_flags
3120 - mm, hugetlb: use pte_present() instead of pmd_present() in follow_huge_pmd()
3121 - MIPS: Lantiq: Fix cascaded IRQ setup
3122 - rtc: s35390a: fix reading out alarm
3123 - rtc: s35390a: make sure all members in the output are set
3124 - rtc: s35390a: implement reset routine as suggested by the reference
3125 - rtc: s35390a: improve irq handling
3126 - KVM: kvm_io_bus_unregister_dev() should never fail
3127 - power: reset: at91-poweroff: timely shutdown LPDDR memories
3128 - blk: improve order of bio handling in generic_make_request()
3129 - blk: Ensure users for current->bio_list can see the full list.
3130 - padata: avoid race in reordering
3131 - Linux 4.4.60
3132
3133 [ Ubuntu: 4.4.0-77.98 ]
3134
3135 * linux: 4.4.0-77.98 -proposed tracker (LP: #1686040)
3136 * [Hyper-V][SAUCE] pci-hyperv: Use only 16 bit integer for PCI domain
3137 (LP: #1684971)
3138 - SAUCE: pci-hyperv: Use only 16 bit integer for PCI domain
3139 * Upgrade Redpine WLAN/BT driver to ver. 1.2.RC4 (LP: #1669672)
3140 - SAUCE: sdhci: use PCI ID to identify Dell IoT gateways
3141 - SAUCE: Redpine: Upgrade to ver. 1.2.RC4
3142 - [Config] Update CONFIG_VEN_RSI_* configs
3143 - SAUCE: Redpine: add copyright to kernel packages
3144 * Fix RX fail issue on Exar USB serial driver after resume from S3/S4
3145 (LP: #1685133)
3146 - SAUCE: xr-usb-serial: Update driver for Exar USB serial ports
3147 * Miscellaneous Ubuntu changes
3148 - [Config] updating configs to match redpine driver changes
3149
3150 [ Ubuntu: 4.4.0-75.96 ]
3151
3152 * linux: 4.4.0-75.96 -proposed tracker (LP: #1684441)
3153 * [Hyper-V] hv: util: move waiting for release to hv_utils_transport itself
3154 (LP: #1682561)
3155 - Drivers: hv: util: move waiting for release to hv_utils_transport itself
3156
3157 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Thu, 27 Apr 2017 18:07:58 -0300
3158
3159 linux-snapdragon (4.4.0-1057.61) xenial; urgency=low
3160
3161 * linux-snapdragon: 4.4.0-1057.61 -proposed tracker (LP: #1682045)
3162
3163 [ Ubuntu: 4.4.0-74.95 ]
3164
3165 * linux: 4.4.0-74.95 -proposed tracker (LP: #1682041)
3166 * [Hyper-V] hv: vmbus: Raise retry/wait limits in vmbus_post_msg()
3167 (LP: #1681893)
3168 - Drivers: hv: vmbus: Raise retry/wait limits in vmbus_post_msg()
3169
3170 -- Stefan Bader <stefan.bader@canonical.com> Wed, 12 Apr 2017 15:27:24 +0200
3171
3172 linux-snapdragon (4.4.0-1056.60) xenial; urgency=low
3173
3174 * linux-snapdragon: 4.4.0-1056.60 -proposed tracker (LP: #1680423)
3175
3176 [ Ubuntu: 4.4.0-73.94 ]
3177
3178 * linux: 4.4.0-73.94 -proposed tracker (LP: #1680416)
3179 * CVE-2017-6353
3180 - sctp: deny peeloff operation on asocs with threads sleeping on it
3181 * vfat: missing iso8859-1 charset (LP: #1677230)
3182 - [Config] NLS_ISO8859_1=y
3183 * Regression: KVM modules should be on main kernel package (LP: #1678099)
3184 - [Config] powerpc: Add kvm-hv and kvm-pr to the generic inclusion list
3185 * linux-lts-xenial 4.4.0-63.84~14.04.2 ADT test failure with linux-lts-xenial
3186 4.4.0-63.84~14.04.2 (LP: #1664912)
3187 - SAUCE: apparmor: fix link auditing failure due to, uninitialized var
3188 * regession tests failing after stackprofile test is run (LP: #1661030)
3189 - SAUCE: fix regression with domain change in complain mode
3190 * Permission denied and inconsistent behavior in complain mode with 'ip netns
3191 list' command (LP: #1648903)
3192 - SAUCE: fix regression with domain change in complain mode
3193 * unexpected errno=13 and disconnected path when trying to open /proc/1/ns/mnt
3194 from a unshared mount namespace (LP: #1656121)
3195 - SAUCE: apparmor: null profiles should inherit parent control flags
3196 * apparmor refcount leak of profile namespace when removing profiles
3197 (LP: #1660849)
3198 - SAUCE: apparmor: fix ns ref count link when removing profiles from policy
3199 * tor in lxd: apparmor="DENIED" operation="change_onexec"
3200 namespace="root//CONTAINERNAME_<var-lib-lxd>" profile="unconfined"
3201 name="system_tor" (LP: #1648143)
3202 - SAUCE: apparmor: Fix no_new_privs blocking change_onexec when using stacked
3203 namespaces
3204 * apparmor oops in bind_mnt when dev_path lookup fails (LP: #1660840)
3205 - SAUCE: apparmor: fix oops in bind_mnt when dev_path lookup fails
3206 * apparmor auditing denied access of special apparmor .null fi\ le
3207 (LP: #1660836)
3208 - SAUCE: apparmor: Don't audit denied access of special apparmor .null file
3209 * apparmor label leak when new label is unused (LP: #1660834)
3210 - SAUCE: apparmor: fix label leak when new label is unused
3211 * apparmor reference count bug in label_merge_insert() (LP: #1660833)
3212 - SAUCE: apparmor: fix reference count bug in label_merge_insert()
3213 * apparmor's raw_data file in securityfs is sometimes truncated (LP: #1638996)
3214 - SAUCE: apparmor: fix replacement race in reading rawdata
3215 * unix domain socket cross permission check failing with nested namespaces
3216 (LP: #1660832)
3217 - SAUCE: apparmor: fix cross ns perm of unix domain sockets
3218 * Xenial update to v4.4.59 stable release (LP: #1678960)
3219 - xfrm: policy: init locks early
3220 - virtio_balloon: init 1st buffer in stats vq
3221 - pinctrl: qcom: Don't clear status bit on irq_unmask
3222 - c6x/ptrace: Remove useless PTRACE_SETREGSET implementation
3223 - h8300/ptrace: Fix incorrect register transfer count
3224 - mips/ptrace: Preserve previous registers for short regset write
3225 - sparc/ptrace: Preserve previous registers for short regset write
3226 - metag/ptrace: Preserve previous registers for short regset write
3227 - metag/ptrace: Provide default TXSTATUS for short NT_PRSTATUS
3228 - metag/ptrace: Reject partial NT_METAG_RPIPE writes
3229 - fscrypt: remove broken support for detecting keyring key revocation
3230 - sched/rt: Add a missing rescheduling point
3231 - Linux 4.4.59
3232 * Update ENA driver to 1.1.2 from net-next (LP: #1664312)
3233 - net: ena: Remove unnecessary pci_set_drvdata()
3234 - net: ena: Fix error return code in ena_device_init()
3235 - net: ena: change the return type of ena_set_push_mode() to be void.
3236 - net: ena: use setup_timer() and mod_timer()
3237 - net/ena: remove ntuple filter support from device feature list
3238 - net/ena: fix queues number calculation
3239 - net/ena: fix ethtool RSS flow configuration
3240 - net/ena: fix RSS default hash configuration
3241 - net/ena: fix NULL dereference when removing the driver after device reset
3242 failed
3243 - net/ena: refactor ena_get_stats64 to be atomic context safe
3244 - net/ena: fix potential access to freed memory during device reset
3245 - net/ena: use READ_ONCE to access completion descriptors
3246 - net/ena: reduce the severity of ena printouts
3247 - net/ena: change driver's default timeouts
3248 - net/ena: change condition for host attribute configuration
3249 - net/ena: update driver version to 1.1.2
3250 * Xenial update to v4.4.58 stable release (LP: #1677600)
3251 - net/openvswitch: Set the ipv6 source tunnel key address attribute correctly
3252 - net: bcmgenet: Do not suspend PHY if Wake-on-LAN is enabled
3253 - net: properly release sk_frag.page
3254 - amd-xgbe: Fix jumbo MTU processing on newer hardware
3255 - net: unix: properly re-increment inflight counter of GC discarded candidates
3256 - net/mlx5: Increase number of max QPs in default profile
3257 - net/mlx5e: Count LRO packets correctly
3258 - net: bcmgenet: remove bcmgenet_internal_phy_setup()
3259 - ipv4: provide stronger user input validation in nl_fib_input()
3260 - socket, bpf: fix sk_filter use after free in sk_clone_lock
3261 - tcp: initialize icsk_ack.lrcvtime at session start time
3262 - Input: elan_i2c - add ASUS EeeBook X205TA special touchpad fw
3263 - Input: i8042 - add noloop quirk for Dell Embedded Box PC 3000
3264 - Input: iforce - validate number of endpoints before using them
3265 - Input: ims-pcu - validate number of endpoints before using them
3266 - Input: hanwang - validate number of endpoints before using them
3267 - Input: yealink - validate number of endpoints before using them
3268 - Input: cm109 - validate number of endpoints before using them
3269 - Input: kbtab - validate number of endpoints before using them
3270 - Input: sur40 - validate number of endpoints before using them
3271 - ALSA: seq: Fix racy cell insertions during snd_seq_pool_done()
3272 - ALSA: ctxfi: Fix the incorrect check of dma_set_mask() call
3273 - ALSA: hda - Adding a group of pin definition to fix headset problem
3274 - USB: serial: option: add Quectel UC15, UC20, EC21, and EC25 modems
3275 - USB: serial: qcserial: add Dell DW5811e
3276 - ACM gadget: fix endianness in notifications
3277 - usb: gadget: f_uvc: Fix SuperSpeed companion descriptor's wBytesPerInterval
3278 - usb-core: Add LINEAR_FRAME_INTR_BINTERVAL USB quirk
3279 - USB: uss720: fix NULL-deref at probe
3280 - USB: lvtest: fix NULL-deref at probe
3281 - USB: idmouse: fix NULL-deref at probe
3282 - USB: wusbcore: fix NULL-deref at probe
3283 - usb: musb: cppi41: don't check early-TX-interrupt for Isoch transfer
3284 - usb: hub: Fix crash after failure to read BOS descriptor
3285 - uwb: i1480-dfu: fix NULL-deref at probe
3286 - uwb: hwa-rc: fix NULL-deref at probe
3287 - mmc: ushc: fix NULL-deref at probe
3288 - iio: adc: ti_am335x_adc: fix fifo overrun recovery
3289 - iio: hid-sensor-trigger: Change get poll value function order to avoid
3290 sensor properties losing after resume from S3
3291 - parport: fix attempt to write duplicate procfiles
3292 - ext4: mark inode dirty after converting inline directory
3293 - mmc: sdhci: Do not disable interrupts while waiting for clock
3294 - xen/acpi: upload PM state from init-domain to Xen
3295 - iommu/vt-d: Fix NULL pointer dereference in device_to_iommu
3296 - ARM: at91: pm: cpu_idle: switch DDR to power-down mode
3297 - ARM: dts: at91: sama5d2: add dma properties to UART nodes
3298 - cpufreq: Restore policy min/max limits on CPU online
3299 - raid10: increment write counter after bio is split
3300 - libceph: don't set weight to IN when OSD is destroyed
3301 - xfs: don't allow di_size with high bit set
3302 - xfs: fix up xfs_swap_extent_forks inline extent handling
3303 - nl80211: fix dumpit error path RTNL deadlocks
3304 - USB: usbtmc: add missing endpoint sanity check
3305 - xfs: clear _XBF_PAGES from buffers when readahead page
3306 - igb: add i211 to i210 PHY workaround
3307 - vfio/spapr: Postpone allocation of userspace version of TCE table
3308 - block: allow WRITE_SAME commands with the SG_IO ioctl
3309 - fbcon: Fix vc attr at deinit
3310 - crypto: algif_hash - avoid zero-sized array
3311 - Linux 4.4.58
3312 * PS/2 mouse does not work on Dell embedded computer (LP: #1591053)
3313 - Input: i8042 - add noloop quirk for Dell Embedded Box PC 3000
3314 * Xenial update to v4.4.57 stable release (LP: #1676424)
3315 - give up on gcc ilog2() constant optimizations
3316 - perf/core: Fix event inheritance on fork()
3317 - cpufreq: Fix and clean up show_cpuinfo_cur_freq()
3318 - powerpc/boot: Fix zImage TOC alignment
3319 - md/raid1/10: fix potential deadlock
3320 - target/pscsi: Fix TYPE_TAPE + TYPE_MEDIMUM_CHANGER export
3321 - scsi: lpfc: Add shutdown method for kexec
3322 - scsi: libiscsi: add lock around task lists to fix list corruption regression
3323 - target: Fix VERIFY_16 handling in sbc_parse_cdb
3324 - isdn/gigaset: fix NULL-deref at probe
3325 - gfs2: Avoid alignment hole in struct lm_lockname
3326 - percpu: acquire pcpu_lock when updating pcpu_nr_empty_pop_pages
3327 - ext4: fix fencepost in s_first_meta_bg validation
3328 - Linux 4.4.57
3329 * Xenial update to v4.4.56 stable release (LP: #1675789)
3330 - netlink: remove mmapped netlink support
3331 - [Config] CONFIG_NETLINK_MMAP disappeared
3332 - vxlan: correctly validate VXLAN ID against VXLAN_N_VID
3333 - vti6: return GRE_KEY for vti6
3334 - ipv4: mask tos for input route
3335 - l2tp: avoid use-after-free caused by l2tp_ip_backlog_recv
3336 - net: don't call strlen() on the user buffer in packet_bind_spkt()
3337 - net: net_enable_timestamp() can be called from irq contexts
3338 - dccp: Unlock sock before calling sk_free()
3339 - tcp: fix various issues for sockets morphing to listen state
3340 - net: fix socket refcounting in skb_complete_wifi_ack()
3341 - net: fix socket refcounting in skb_complete_tx_timestamp()
3342 - dccp: fix use-after-free in dccp_feat_activate_values
3343 - vrf: Fix use-after-free in vrf_xmit
3344 - uapi: fix linux/packet_diag.h userspace compilation error
3345 - act_connmark: avoid crashing on malformed nlattrs with null parms
3346 - mpls: Send route delete notifications when router module is unloaded
3347 - ipv6: make ECMP route replacement less greedy
3348 - ipv6: avoid write to a possibly cloned skb
3349 - dccp/tcp: fix routing redirect race
3350 - dccp: fix memory leak during tear-down of unsuccessful connection request
3351 - net sched actions: decrement module reference count after table flush.
3352 - fscrypt: fix renaming and linking special files
3353 - fscrypto: lock inode while setting encryption policy
3354 - x86/kasan: Fix boot with KASAN=y and PROFILE_ANNOTATED_BRANCHES=y
3355 - x86/perf: Fix CR4.PCE propagation to use active_mm instead of mm
3356 - futex: Fix potential use-after-free in FUTEX_REQUEUE_PI
3357 - futex: Add missing error handling to FUTEX_REQUEUE_PI
3358 - Linux 4.4.56
3359 * Kernel linux-image-4.4.0-67-generic prevent the boot on Microsoft Hyper-v
3360 2012r2 Gen2 VM (LP: #1674635)
3361 - scsi: storvsc: Workaround for virtual DVD SCSI version
3362 * [Hyper-V][Mellanox] net/mlx4_core: Avoid delays during VF driver device
3363 shutdown (LP: #1672785)
3364 - net/mlx4_core: Avoid delays during VF driver device shutdown
3365 * Channel data values for IIO based st_sensors (st_accel, st_pressure) are
3366 incorrect (LP: #1676356)
3367 - iio: core: added support for IIO_VAL_INT
3368 - iio: st_sensors: simplify buffer address handling
3369 - iio: st_sensors: read each channel individually
3370 - iio:st_sensors: emulate SMBus block read if needed
3371 - iio:st_sensors: align on storagebits boundaries
3372 - iio:st_pressure: temperature triggered buffering
3373 - iio:st_pressure: clean useless static channel initializers
3374 - iio: st_pressure: Fix data sign
3375 * Enable lspcon on i915 (LP: #1676747)
3376 - drm: Helper for lspcon in drm_dp_dual_mode
3377 - drm/i915: Add lspcon support for I915 driver
3378 - drm/i915: Parse VBT data for lspcon
3379 - drm/i915: Enable lspcon initialization
3380 - drm/i915: Add lspcon resume function
3381 * stress_smoke_test passing and exiting rc=9 (linux 4.9.0-12.13 ADT test
3382 failure with linux 4.9.0-12.13) (LP: #1658633)
3383 - ext4: lock the xattr block before checksuming it
3384 * Fix line-out port noise on Baytrail-I with RT5660 based sound card
3385 (LP: #1675327)
3386 - SAUCE: (no-up): ASoC: Intel: bytcr-rt5660: Fix noise in line-out
3387 * Kernel 4.4.0-67 Defaults to ACPI-cpufreq rather than P-State - Dell
3388 Precision 5520 (LP: #1674390)
3389 - cpufreq: intel_pstate: Enable HWP by default
3390 * ip_rcv_finish() NULL pointer kernel panic (LP: #1672470)
3391 - bridge: drop netfilter fake rtable unconditionally
3392 * dm-queue-length module is not included in installer/initramfs (LP: #1673350)
3393 - d-i: Also add dm-queue-length to multipath modules
3394 * Broadcom bluetooth modules sometimes fail to initialize (LP: #1483101)
3395 - Bluetooth: btbcm: Add a delay for module reset
3396 * Need support of Broadcom bluetooth device [413c:8143] (LP: #1166113)
3397 - Bluetooth: btusb: Add support for 413c:8143
3398 * i40e Intel X710 error during device probe prevents link set up and ip
3399 association (LP: #1672550)
3400 - i40e: check for and deal with non-contiguous TCs
3401 * CIFS: Call echo service immediately after socket reconnect (LP: #1669941)
3402 - Call echo service immediately after socket reconnect
3403 * FC Adapter (LPe32000-based) prints "iotag out of range", goes offline, and
3404 delays boot a lot (Ubuntu17.04/Emulex/lpfc)) (LP: #1670490)
3405 - scsi: lpfc: Add missing memory barrier
3406 * No C-State Deeper than C3 utilized by Kaby Lake 7820HQ in Precision 5520
3407 (LP: #1672439)
3408 - intel_idle: Add KBL support
3409 * [Hyper-V] Missing PCI patches breaking SR-IOV hot remove (LP: #1670518)
3410 - PCI: hv: Fix hv_pci_remove() for hot-remove
3411 - PCI: hv: Delete the device earlier from hbus->children for hot-remove
3412 - PCI: hv: Make unnecessarily global IRQ masking functions static
3413 - PCI: hv: Allocate physically contiguous hypercall params buffer
3414 * Xenial update to v4.4.55 stable release (LP: #1674292)
3415 - USB: serial: digi_acceleport: fix OOB data sanity check
3416 - USB: serial: digi_acceleport: fix OOB-event processing
3417 - crypto: improve gcc optimization flags for serpent and wp512
3418 - MIPS: Update defconfigs for NF_CT_PROTO_DCCP/UDPLITE change
3419 - MIPS: ip27: Disable qlge driver in defconfig
3420 - MIPS: Update ip27_defconfig for SCSI_DH change
3421 - MIPS: ip22: Fix ip28 build for modern gcc
3422 - MIPS: Update lemote2f_defconfig for CPU_FREQ_STAT change
3423 - mtd: pmcmsp: use kstrndup instead of kmalloc+strncpy
3424 - MIPS: ralink: Cosmetic change to prom_init().
3425 - MIPS: ralink: Remove unused rt*_wdt_reset functions
3426 - cpmac: remove hopeless #warning
3427 - mm: memcontrol: avoid unused function warning
3428 - MIPS: DEC: Avoid la pseudo-instruction in delay slots
3429 - MIPS: Netlogic: Fix CP0_EBASE redefinition warnings
3430 - tracing: Add #undef to fix compile error
3431 - powerpc: Emulation support for load/store instructions on LE
3432 - usb: gadget: dummy_hcd: clear usb_gadget region before registration
3433 - usb: dwc3: gadget: make Set Endpoint Configuration macros safe
3434 - usb: gadget: function: f_fs: pass companion descriptor along
3435 - usb: host: xhci-dbg: HCIVERSION should be a binary number
3436 - usb: host: xhci-plat: Fix timeout on removal of hot pluggable xhci
3437 controllers
3438 - USB: serial: safe_serial: fix information leak in completion handler
3439 - USB: serial: omninet: fix reference leaks at open
3440 - USB: iowarrior: fix NULL-deref at probe
3441 - USB: iowarrior: fix NULL-deref in write
3442 - USB: serial: io_ti: fix NULL-deref in interrupt callback
3443 - USB: serial: io_ti: fix information leak in completion handler
3444 - serial: samsung: Continue to work if DMA request fails
3445 - mvsas: fix misleading indentation
3446 - KVM: s390: Fix guest migration for huge guests resulting in panic
3447 - s390/kdump: Use "LINUX" ELF note name instead of "CORE"
3448 - nfit, libnvdimm: fix interleave set cookie calculation
3449 - dm: flush queued bios when process blocks to avoid deadlock
3450 - ext4: don't BUG when truncating encrypted inodes on the orphan list
3451 - Linux 4.4.55
3452 * Xenial update to v4.4.54 stable release (LP: #1673541)
3453 - serial: 8250_pci: Add MKS Tenta SCOM-0800 and SCOM-0801 cards
3454 - KVM: s390: Disable dirty log retrieval for UCONTROL guests
3455 - KVM: VMX: use correct vmcs_read/write for guest segment selector/base
3456 - Bluetooth: Add another AR3012 04ca:3018 device
3457 - s390/qdio: clear DSCI prior to scanning multiple input queues
3458 - s390/dcssblk: fix device size calculation in dcssblk_direct_access()
3459 - s390: TASK_SIZE for kernel threads
3460 - s390: make setup_randomness work
3461 - s390: use correct input data address for setup_randomness
3462 - net: mvpp2: fix DMA address calculation in mvpp2_txq_inc_put()
3463 - mnt: Tuck mounts under others instead of creating shadow/side mounts.
3464 - IB/ipoib: Fix deadlock between rmmod and set_mode
3465 - IB/IPoIB: Add destination address when re-queue packet
3466 - IB/srp: Avoid that duplicate responses trigger a kernel bug
3467 - IB/srp: Fix race conditions related to task management
3468 - ktest: Fix child exit code processing
3469 - ceph: remove req from unsafe list when unregistering it
3470 - target: Fix NULL dereference during LUN lookup + active I/O shutdown
3471 - nlm: Ensure callback code also checks that the files match
3472 - pwm: pca9685: Fix period change with same duty cycle
3473 - xtensa: move parse_tag_fdt out of #ifdef CONFIG_BLK_DEV_INITRD
3474 - mac80211: flush delayed work when entering suspend
3475 - drm/amdgpu: add more cases to DCE11 possible crtc mask setup
3476 - drm/ast: Fix test for VGA enabled
3477 - drm/ast: Call open_key before enable_mmio in POST code
3478 - drm/ast: Fix AST2400 POST failure without BMC FW or VBIOS
3479 - drm/edid: Add EDID_QUIRK_FORCE_8BPC quirk for Rotel RSX-1058
3480 - drm/ttm: Make sure BOs being swapped out are cacheable
3481 - drm/atomic: fix an error code in mode_fixup()
3482 - fakelb: fix schedule while atomic
3483 - drm/i915/dsi: Do not clear DPOUNIT_CLOCK_GATE_DISABLE from
3484 vlv_init_display_clock_gating
3485 - libceph: use BUG() instead of BUG_ON(1)
3486 - fat: fix using uninitialized fields of fat_inode/fsinfo_inode
3487 - drivers: hv: Turn off write permission on the hypercall page
3488 - Linux 4.4.54
3489 * Xenial update to v4.4.53 stable release (LP: #1673538)
3490 - samples: move mic/mpssd example code from Documentation
3491 - MIPS: Fix special case in 64 bit IP checksumming.
3492 - MIPS: BCM47XX: Fix button inversion for Asus WL-500W
3493 - MIPS: OCTEON: Fix copy_from_user fault handling for large buffers
3494 - MIPS: Lantiq: Keep ethernet enabled during boot
3495 - MIPS: Clear ISA bit correctly in get_frame_info()
3496 - MIPS: Prevent unaligned accesses during stack unwinding
3497 - MIPS: Fix get_frame_info() handling of microMIPS function size
3498 - MIPS: Fix is_jump_ins() handling of 16b microMIPS instructions
3499 - MIPS: Calculate microMIPS ra properly when unwinding the stack
3500 - MIPS: Handle microMIPS jumps in the same way as MIPS32/MIPS64 jumps
3501 - am437x-vpfe: always assign bpp variable
3502 - uvcvideo: Fix a wrong macro
3503 - media: fix dm1105.c build error
3504 - ARM: at91: define LPDDR types
3505 - ARM: dts: at91: Enable DMA on sama5d4_xplained console
3506 - ARM: dts: at91: Enable DMA on sama5d2_xplained console
3507 - ALSA: hda/realtek - Cannot adjust speaker's volume on a Dell AIO
3508 - ALSA: hda - fix Lewisburg audio issue
3509 - ALSA: timer: Reject user params with too small ticks
3510 - ALSA: ctxfi: Fallback DMA mask to 32bit
3511 - ALSA: seq: Fix link corruption by event error handling
3512 - ALSA: hda - Add subwoofer support for Dell Inspiron 17 7000 Gaming
3513 - ALSA: hda - Fix micmute hotkey problem for a lenovo AIO machine
3514 - staging: rtl: fix possible NULL pointer dereference
3515 - regulator: Fix regulator_summary for deviceless consumers
3516 - iommu/vt-d: Fix some macros that are incorrectly specified in intel-iommu
3517 - iommu/vt-d: Tylersburg isoch identity map check is done too late.
3518 - mm/page_alloc: fix nodes for reclaim in fast path
3519 - mm: vmpressure: fix sending wrong events on underflow
3520 - mm: do not access page->mapping directly on page_endio
3521 - ipc/shm: Fix shmat mmap nil-page protection
3522 - dm cache: fix corruption seen when using cache > 2TB
3523 - dm stats: fix a leaked s->histogram_boundaries array
3524 - Revert "scsi: storvsc: properly set residual data length on errors"
3525 - scsi: storvsc: properly set residual data length on errors
3526 - scsi: aacraid: Reorder Adapter status check
3527 - scsi: use 'scsi_device_from_queue()' for scsi_dh
3528 - sd: get disk reference in sd_check_events()
3529 - Fix: Disable sys_membarrier when nohz_full is enabled
3530 - jbd2: don't leak modified metadata buffers on an aborted journal
3531 - block/loop: fix race between I/O and set_status
3532 - loop: fix LO_FLAGS_PARTSCAN hang
3533 - ext4: Include forgotten start block on fallocate insert range
3534 - ext4: do not polute the extents cache while shifting extents
3535 - ext4: trim allocation requests to group size
3536 - ext4: fix data corruption in data=journal mode
3537 - ext4: fix inline data error paths
3538 - ext4: preserve the needs_recovery flag when the journal is aborted
3539 - ext4: return EROFS if device is r/o and journal replay is needed
3540 - samples/seccomp: fix 64-bit comparison macros
3541 - target: Obtain se_node_acl->acl_kref during get_initiator_node_acl
3542 - target: Fix multi-session dynamic se_node_acl double free OOPs
3543 - ath5k: drop bogus warning on drv_set_key with unsupported cipher
3544 - ath9k: fix race condition in enabling/disabling IRQs
3545 - ath9k: use correct OTP register offsets for the AR9340 and AR9550
3546 - crypto: testmgr - Pad aes_ccm_enc_tv_template vector
3547 - fuse: add missing FR_FORCE
3548 - arm/arm64: KVM: Enforce unconditional flush to PoC when mapping to stage-2
3549 - iio: pressure: mpl115: do not rely on structure field ordering
3550 - iio: pressure: mpl3115: do not rely on structure field ordering
3551 - can: usb_8dev: Fix memory leak of priv->cmd_msg_buffer
3552 - w1: don't leak refcount on slave attach failure in w1_attach_slave_device()
3553 - w1: ds2490: USB transfer buffers need to be DMAable
3554 - usb: musb: da8xx: Remove CPPI 3.0 quirk and methods
3555 - usb: host: xhci: plat: check hcc_params after add hcd
3556 - usb: gadget: udc: fsl: Add missing complete function.
3557 - hv: allocate synic pages for all present CPUs
3558 - hv: init percpu_list in hv_synic_alloc()
3559 - Drivers: hv: util: kvp: Fix a rescind processing issue
3560 - Drivers: hv: util: Fcopy: Fix a rescind processing issue
3561 - Drivers: hv: util: Backup: Fix a rescind processing issue
3562 - RDMA/core: Fix incorrect structure packing for booleans
3563 - rdma_cm: fail iwarp accepts w/o connection params
3564 - gfs2: Add missing rcu locking for glock lookup
3565 - rtlwifi: Fix alignment issues
3566 - rtlwifi: rtl8192c-common: Fix "BUG: KASAN:
3567 - nfsd: minor nfsd_setattr cleanup
3568 - nfsd: special case truncates some more
3569 - NFSv4: Fix memory and state leak in _nfs4_open_and_get_state
3570 - NFSv4: fix getacl head length estimation
3571 - NFSv4: fix getacl ERANGE for some ACL buffer sizes
3572 - rtc: sun6i: Add some locking
3573 - rtc: sun6i: Switch to the external oscillator
3574 - md linear: fix a race between linear_add() and linear_congested()
3575 - bcma: use (get|put)_device when probing/removing device driver
3576 - dmaengine: ipu: Make sure the interrupt routine checks all interrupts.
3577 - powerpc/xmon: Fix data-breakpoint
3578 - MIPS: IP22: Reformat inline assembler code to modern standards.
3579 - MIPS: IP22: Fix build error due to binutils 2.25 uselessnes.
3580 - scsi: lpfc: Correct WQ creation for pagesize
3581 - Linux 4.4.53
3582 * move aufs.ko from -extra to linux-image package (LP: #1673498)
3583 - [config] aufs.ko moved to linux-image package
3584 * [Xenial] net: better skb->sender_cpu and skb->napi_id cohabitation
3585 (LP: #1673303)
3586 - net: better skb->sender_cpu and skb->napi_id cohabitation
3587 * lsattr 32bit does not work on 64bit kernel (Inappropriate ioctl error)
3588 (LP: #1619918)
3589 - btrfs: fix btrfs_compat_ioctl failures on non-compat ioctls
3590 * linux-tools-common should Depends: lsb-release (LP: #1667571)
3591 - [Config] linux-tools-common depends on lsb-release
3592 * Add Use-After-Free Patch for Ubuntu16.10 - EEH on BELL3 adapter fails to
3593 recover (serial/tty) (LP: #1669153)
3594 - 8250_pci: Fix potential use-after-free in error path
3595 * [Hyper-V] pci-hyperv: Use device serial number as PCI domain (LP: #1667527)
3596 - net/mlx4_core: Use cq quota in SRIOV when creating completion EQs
3597 - PCI: hv: Use device serial number as PCI domain
3598 * [Xenial - 16.04 ]Bonding driver - stack corruption when trying to copy 20
3599 bytes to a sockaddr (LP: #1668042)
3600 - net/bonding: Enforce active-backup policy for IPoIB bonds
3601 * Request to backport cxlflash patches to Xenial SRU stream (LP: #1623750)
3602 - scsi: cxlflash: Scan host only after the port is ready for I/O
3603 - scsi: cxlflash: Remove the device cleanly in the system shutdown path
3604 - scsi: cxlflash: Fix to avoid EEH and host reset collisions
3605 - scsi: cxlflash: Improve EEH recovery time
3606 * Xenial update to v4.4.52 stable release (LP: #1669016)
3607 - net/llc: avoid BUG_ON() in skb_orphan()
3608 - packet: fix races in fanout_add()
3609 - packet: Do not call fanout_release from atomic contexts
3610 - irda: Fix lockdep annotations in hashbin_delete().
3611 - ip: fix IP_CHECKSUM handling
3612 - net: socket: fix recvmmsg not returning error from sock_error
3613 - tty: serial: msm: Fix module autoload
3614 - USB: serial: mos7840: fix another NULL-deref at open
3615 - USB: serial: cp210x: add new IDs for GE Bx50v3 boards
3616 - USB: serial: ftdi_sio: fix modem-status error handling
3617 - USB: serial: ftdi_sio: fix extreme low-latency setting
3618 - USB: serial: ftdi_sio: fix line-status over-reporting
3619 - USB: serial: spcp8x5: fix modem-status handling
3620 - USB: serial: opticon: fix CTS retrieval at open
3621 - USB: serial: ark3116: fix register-accessor error handling
3622 - x86/platform/goldfish: Prevent unconditional loading
3623 - goldfish: Sanitize the broken interrupt handler
3624 - block: fix double-free in the failure path of cgwb_bdi_init()
3625 - rtlwifi: rtl_usb: Fix for URB leaking when doing ifconfig up/down
3626 - Revert "usb: chipidea: imx: enable CI_HDRC_SET_NON_ZERO_TTHA"
3627 - kvm: vmx: ensure VMCS is current while enabling PML
3628 - Linux 4.4.52
3629 * Xenial update to v4.4.51 stable release (LP: #1669015)
3630 - vfs: fix uninitialized flags in splice_to_pipe()
3631 - siano: make it work again with CONFIG_VMAP_STACK
3632 - fuse: fix use after free issue in fuse_dev_do_read()
3633 - scsi: don't BUG_ON() empty DMA transfers
3634 - Fix missing sanity check in /dev/sg
3635 - Input: elan_i2c - add ELAN0605 to the ACPI table
3636 - drm/radeon: Use mode h/vdisplay fields to hide out of bounds HW cursor
3637 - drm/dp/mst: fix kernel oops when turning off secondary monitor
3638 - futex: Move futex_init() to core_initcall
3639 - ARM: 8658/1: uaccess: fix zeroing of 64-bit get_user()
3640 - printk: use rcuidle console tracepoint
3641 - NTB: ntb_transport: fix debugfs_remove_recursive
3642 - ntb_transport: Pick an unused queue
3643 - bcache: Make gc wakeup sane, remove set_task_state()
3644 - mmc: core: fix multi-bit bus width without high-speed mode
3645 - Linux 4.4.51
3646 * Xenial update to v4.4.50 stable release (LP: #1666324)
3647 - can: Fix kernel panic at security_sock_rcv_skb
3648 - ipv6: fix ip6_tnl_parse_tlv_enc_lim()
3649 - ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim()
3650 - tcp: fix 0 divide in __tcp_select_window()
3651 - net: use a work queue to defer net_disable_timestamp() work
3652 - ipv4: keep skb->dst around in presence of IP options
3653 - netlabel: out of bound access in cipso_v4_validate()
3654 - ip6_gre: fix ip6gre_err() invalid reads
3655 - ipv6: tcp: add a missing tcp_v6_restore_cb()
3656 - tcp: avoid infinite loop in tcp_splice_read()
3657 - tun: read vnet_hdr_sz once
3658 - macvtap: read vnet_hdr_size once
3659 - mlx4: Invoke softirqs after napi_reschedule
3660 - sctp: avoid BUG_ON on sctp_wait_for_sndbuf
3661 - sit: fix a double free on error path
3662 - net: introduce device min_header_len
3663 - packet: round up linear to header len
3664 - ping: fix a null pointer dereference
3665 - l2tp: do not use udp_ioctl()
3666 - Linux 4.4.50
3667 * FlashGT Integration and Setup: fsbmc30: After 17th reboot of soft bootme,
3668 HTX & Linux errors seen with 256 virtual LUNs (LP: #1667239)
3669 - cxl: Fix coredump generation when cxl_get_fd() is used
3670 * [Hyper-V] Ubuntu 14.04.2 LTS Generation 2 SCSI Errors on VSS Based Backups
3671 (LP: #1470250)
3672 - Drivers: hv: vss: Operation timeouts should match host expectation
3673 - SAUCE: Tools: hv: vss: Thaw the filesystem and continue after freeze fails
3674 * kernel 4.4.0-63 with USB WLAN RTL8192CU freezes desktop (LP: #1666421)
3675 - rtlwifi: rtl_usb: Fix missing entry in USB driver's private data
3676 * Export symbol "dev_pm_qos_update_user_latency_tolerance" (LP: #1666401)
3677 - PM / QoS: Export dev_pm_qos_update_user_latency_tolerance
3678 * Linux ZFS port doesn't respect RLIMIT_FSIZE (LP: #1656259)
3679 - SAUCE: (noup) Update zfs to 0.6.5.6-0ubuntu16
3680
3681 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Fri, 07 Apr 2017 15:57:34 +0100
3682
3683 linux-snapdragon (4.4.0-1055.59) xenial; urgency=low
3684
3685 * linux-snapdragon: 4.4.0-1055.59 -proposed tracker (LP: #1678084)
3686
3687 [ Ubuntu: 4.4.0-72.93 ]
3688
3689 * linux: 4.4.0-72.93 -proposed tracker (LP: #1678078)
3690 * Fix CVE-2017-7308 (LP: #1678009)
3691 - net/packet: fix overflow in check for priv area size
3692 - net/packet: fix overflow in check for tp_frame_nr
3693 - net/packet: fix overflow in check for tp_reserve
3694
3695 -- Stefan Bader <stefan.bader@canonical.com> Fri, 31 Mar 2017 16:49:38 +0200
3696
3697 linux-snapdragon (4.4.0-1054.58) xenial; urgency=low
3698
3699 [ Ubuntu: 4.4.0-71.92 ]
3700
3701 * CVE-2017-7184
3702 - xfrm_user: validate XFRM_MSG_NEWAE XFRMA_REPLAY_ESN_VAL replay_window
3703 - xfrm_user: validate XFRM_MSG_NEWAE incoming ESN size harder
3704
3705 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Fri, 24 Mar 2017 10:39:14 -0300
3706
3707 linux-snapdragon (4.4.0-1053.57) xenial; urgency=low
3708
3709 * linux-snapdragon: 4.4.0-1053.57 -proposed tracker (LP: #1674941)
3710
3711
3712 [ Ubuntu: 4.4.0-70.91 ]
3713
3714 * linux: 4.4.0-70.91 -proposed tracker (LP: #1674938)
3715 * snaps with classic + jailmode confinement started to fail on zesty
3716 (LP: #1666897)
3717 - Revert "UBUNTU: SAUCE: apparmor: fix link auditing failure due to,
3718 uninitialized var"
3719 - Revert "UBUNTU: SAUCE: fix regression with domain change in complain mode"
3720 - Revert "UBUNTU: SAUCE: apparmor: flock mediation is not being enforced on
3721 cache check"
3722 - Revert "UBUNTU: SAUCE: apparmor: null profiles should inherit parent control
3723 flags"
3724 - Revert "UBUNTU: SAUCE: apparmor: fix ns ref count link when removing
3725 profiles from policy"
3726 - Revert "UBUNTU: SAUCE: apparmor: Fix no_new_privs blocking change_onexec
3727 when using stacked namespaces"
3728 - Revert "UBUNTU: SAUCE: apparmor: fix oops in bind_mnt when dev_path lookup
3729 fails"
3730 - Revert "UBUNTU: SAUCE: apparmor: Don't audit denied access of special
3731 apparmor .null file"
3732 - Revert "UBUNTU: SAUCE: apparmor: fix label leak when new label is unused"
3733 - Revert "UBUNTU: SAUCE: apparmor: fix reference count bug in
3734 label_merge_insert()"
3735 - Revert "UBUNTU: SAUCE: apparmor: fix replacement race in reading rawdata"
3736 - Revert "UBUNTU: SAUCE: apparmor: fix cross ns perm of unix domain sockets"
3737
3738 -- Stefan Bader <stefan.bader@canonical.com> Wed, 22 Mar 2017 10:05:14 +0100
3739
3740 linux-snapdragon (4.4.0-1051.55) xenial; urgency=low
3741
3742 [ Thadeu Lima de Souza Cascardo ]
3743
3744 * linux-snapdragon: 4.4.0-1051.55 -proposed tracker (LP: #1671191)
3745 * Miscellaneous Ubuntu changes
3746 - [Config] Sync config with master
3747
3748 [ Ubuntu: 4.4.0-67.88 ]
3749
3750 * linux: 4.4.0-67.88 -proposed tracker (LP: #1667052)
3751 * Recent KVM RTC cherry-picks break (some) Windows Live-Migrations
3752 (LP: #1668594)
3753 - kvm: x86: correctly reset dest_map->vector when restoring LAPIC state
3754 * Regression in 4.4.0-65-generic causes very frequent system crashes
3755 (LP: #1669611)
3756 - Revert "UBUNTU: SAUCE: apparmor: fix lock ordering for mkdir"
3757 - Revert "UBUNTU: SAUCE: apparmor: fix leak on securityfs pin count"
3758 - Revert "UBUNTU: SAUCE: apparmor: fix reference count leak when
3759 securityfs_setup_d_inode() fails"
3760 - Revert "UBUNTU: SAUCE: apparmor: fix not handling error case when
3761 securityfs_pin_fs() fails"
3762 * Upgrade Redpine RS9113 driver to support AP mode (LP: #1665211)
3763 - SAUCE: Redpine driver to support Host AP mode
3764 * NFS client : permission denied when trying to access subshare, since kernel
3765 4.4.0-31 (LP: #1649292)
3766 - fs: Better permission checking for submounts
3767 * [Hyper-V] SAUCE: pci-hyperv fixes for SR-IOV on Azure (LP: #1665097)
3768 - SAUCE: PCI: hv: Fix wslot_to_devfn() to fix warnings on device removal
3769 - SAUCE: pci-hyperv: properly handle pci bus remove
3770 - SAUCE: pci-hyperv: lock pci bus on device eject
3771 * [Hyper-V/Azure] Please include Mellanox OFED drivers in Azure kernel and
3772 image (LP: #1650058)
3773 - net/mlx4_en: Fix bad WQE issue
3774 - net/mlx4_core: Fix racy CQ (Completion Queue) free
3775 - net/mlx4_core: Fix when to save some qp context flags for dynamic VST to VGT
3776 transitions
3777 - net/mlx4_core: Avoid command timeouts during VF driver device shutdown
3778 * Xenial update to v4.4.49 stable release (LP: #1664960)
3779 - ARC: [arcompact] brown paper bag bug in unaligned access delay slot fixup
3780 - selinux: fix off-by-one in setprocattr
3781 - Revert "x86/ioapic: Restore IO-APIC irq_chip retrigger callback"
3782 - cpumask: use nr_cpumask_bits for parsing functions
3783 - hns: avoid stack overflow with CONFIG_KASAN
3784 - ARM: 8643/3: arm/ptrace: Preserve previous registers for short regset write
3785 - target: Don't BUG_ON during NodeACL dynamic -> explicit conversion
3786 - target: Use correct SCSI status during EXTENDED_COPY exception
3787 - target: Fix early transport_generic_handle_tmr abort scenario
3788 - target: Fix COMPARE_AND_WRITE ref leak for non GOOD status
3789 - ARM: 8642/1: LPAE: catch pending imprecise abort on unmask
3790 - mac80211: Fix adding of mesh vendor IEs
3791 - netvsc: Set maximum GSO size in the right place
3792 - scsi: zfcp: fix use-after-free by not tracing WKA port open/close on failed
3793 send
3794 - scsi: aacraid: Fix INTx/MSI-x issue with older controllers
3795 - scsi: mpt3sas: disable ASPM for MPI2 controllers
3796 - xen-netfront: Delete rx_refill_timer in xennet_disconnect_backend()
3797 - ALSA: seq: Fix race at creating a queue
3798 - ALSA: seq: Don't handle loop timeout at snd_seq_pool_done()
3799 - drm/i915: fix use-after-free in page_flip_completed()
3800 - Linux 4.4.49
3801 * NFS client : kernel 4.4.0-57 crash with nfsv4 enries in /etc/fstab
3802 (LP: #1650336)
3803 - SUNRPC: fix refcounting problems with auth_gss messages.
3804 * [0bda:0328] Card reader failed after S3 (LP: #1664809)
3805 - usb: hub: Wait for connection to be reestablished after port reset
3806 * linux-lts-xenial 4.4.0-63.84~14.04.2 ADT test failure with linux-lts-xenial
3807 4.4.0-63.84~14.04.2 (LP: #1664912)
3808 - SAUCE: apparmor: fix link auditing failure due to, uninitialized var
3809 * ibmvscsis: Add SGL LIMIT (LP: #1662551)
3810 - ibmvscsis: Add SGL limit
3811 * [Hyper-V] Bug fixes for storvsc (tagged queuing, error conditions)
3812 (LP: #1663687)
3813 - scsi: storvsc: Enable tracking of queue depth
3814 - scsi: storvsc: Remove the restriction on max segment size
3815 - scsi: storvsc: Enable multi-queue support
3816 - scsi: storvsc: use tagged SRB requests if supported by the device
3817 - scsi: storvsc: properly handle SRB_ERROR when sense message is present
3818 - scsi: storvsc: properly set residual data length on errors
3819 * ISST-LTE:pNV: ppc64_cpu command is hung w HDs, SSDs and NVMe (LP: #1662666)
3820 - blk-mq: Avoid memory reclaim when remapping queues
3821 - blk-mq: Fix failed allocation path when mapping queues
3822 * Possible missing firmware /lib/firmware/i915/kbl_dmc_ver1.bin for module
3823 i915_bpo (LP: #1624164)
3824 - SAUCE: i915_bpo: Remove MODULE_FIRMWARE statement for i915/kbl_dmc_ver1.bin
3825 * Intel I210 ethernet does not work both after S3 (LP: #1662763)
3826 - igb: implement igb_ptp_suspend
3827 - igb: call igb_ptp_suspend during suspend/resume cycle
3828 * [Hyper-V] Fix ring buffer handling to avoid host throttling (LP: #1661430)
3829 - Drivers: hv: vmbus: On write cleanup the logic to interrupt the host
3830 - Drivers: hv: vmbus: On the read path cleanup the logic to interrupt the host
3831 - Drivers: hv: vmbus: finally fix hv_need_to_signal_on_read()
3832 * brd module compiled as built-in (LP: #1593293)
3833 - [Config] CONFIG_BLK_DEV_RAM=m
3834 * regession tests failing after stackprofile test is run (LP: #1661030)
3835 - SAUCE: fix regression with domain change in complain mode
3836 * Permission denied and inconsistent behavior in complain mode with 'ip netns
3837 list' command (LP: #1648903)
3838 - SAUCE: fix regression with domain change in complain mode
3839 * flock not mediated by 'k' (LP: #1658219)
3840 - SAUCE: apparmor: flock mediation is not being enforced on cache check
3841 * unexpected errno=13 and disconnected path when trying to open /proc/1/ns/mnt
3842 from a unshared mount namespace (LP: #1656121)
3843 - SAUCE: apparmor: null profiles should inherit parent control flags
3844 * apparmor refcount leak of profile namespace when removing profiles
3845 (LP: #1660849)
3846 - SAUCE: apparmor: fix ns ref count link when removing profiles from policy
3847 * tor in lxd: apparmor="DENIED" operation="change_onexec"
3848 namespace="root//CONTAINERNAME_<var-lib-lxd>" profile="unconfined"
3849 name="system_tor" (LP: #1648143)
3850 - SAUCE: apparmor: Fix no_new_privs blocking change_onexec when using stacked
3851 namespaces
3852 * apparmor_parser hangs indefinitely when called by multiple threads
3853 (LP: #1645037)
3854 - SAUCE: apparmor: fix lock ordering for mkdir
3855 * apparmor leaking securityfs pin count (LP: #1660846)
3856 - SAUCE: apparmor: fix leak on securityfs pin count
3857 * apparmor reference count leak when securityfs_setup_d_inode\ () fails
3858 (LP: #1660845)
3859 - SAUCE: apparmor: fix reference count leak when securityfs_setup_d_inode()
3860 fails
3861 * apparmor not checking error if security_pin_fs() fails (LP: #1660842)
3862 - SAUCE: apparmor: fix not handling error case when securityfs_pin_fs() fails
3863 * apparmor oops in bind_mnt when dev_path lookup fails (LP: #1660840)
3864 - SAUCE: apparmor: fix oops in bind_mnt when dev_path lookup fails
3865 * apparmor auditing denied access of special apparmor .null fi\ le
3866 (LP: #1660836)
3867 - SAUCE: apparmor: Don't audit denied access of special apparmor .null file
3868 * apparmor label leak when new label is unused (LP: #1660834)
3869 - SAUCE: apparmor: fix label leak when new label is unused
3870 * apparmor reference count bug in label_merge_insert() (LP: #1660833)
3871 - SAUCE: apparmor: fix reference count bug in label_merge_insert()
3872 * apparmor's raw_data file in securityfs is sometimes truncated (LP: #1638996)
3873 - SAUCE: apparmor: fix replacement race in reading rawdata
3874 * unix domain socket cross permission check failing with nested namespaces
3875 (LP: #1660832)
3876 - SAUCE: apparmor: fix cross ns perm of unix domain sockets
3877 * docker permission issues with overlay2 storage driver (LP: #1659417)
3878 - SAUCE: overlayfs: Replace ovl_prepare_creds() with ovl_override_creds()
3879 - Revert "UBUNTU: SAUCE: cred: Add clone_cred() interface"
3880 - ovl: check mounter creds on underlying lookup
3881 * Enable CONFIG_NET_DROP_MONITOR=m in Ubuntu Kernel (LP: #1660634)
3882 - [Config] CONFIG_NET_DROP_MONITOR=m
3883 * Xenial update to v4.4.48 stable release (LP: #1663657)
3884 - PCI/ASPM: Handle PCI-to-PCIe bridges as roots of PCIe hierarchies
3885 - ext4: validate s_first_meta_bg at mount time
3886 - drm/nouveau/disp/gt215: Fix HDA ELD handling (thus, HDMI audio) on gt215
3887 - drm/nouveau/nv1a,nv1f/disp: fix memory clock rate retrieval
3888 - crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an alg
3889 - crypto: arm64/aes-blk - honour iv_out requirement in CBC and CTR modes
3890 - perf/core: Fix PERF_RECORD_MMAP2 prot/flags for anonymous memory
3891 - ata: sata_mv:- Handle return value of devm_ioremap.
3892 - libata: apply MAX_SEC_1024 to all CX1-JB*-HP devices
3893 - powerpc/eeh: Fix wrong flag passed to eeh_unfreeze_pe()
3894 - powerpc: Add missing error check to prom_find_boot_cpu()
3895 - NFSD: Fix a null reference case in find_or_create_lock_stateid()
3896 - svcrpc: fix oops in absence of krb5 module
3897 - zswap: disable changing params if init fails
3898 - cifs: initialize file_info_lock
3899 - mm/memory_hotplug.c: check start_pfn in test_pages_in_a_zone()
3900 - mm, fs: check for fatal signals in do_generic_file_read()
3901 - can: bcm: fix hrtimer/tasklet termination in bcm op removal
3902 - mmc: sdhci: Ignore unexpected CARD_INT interrupts
3903 - percpu-refcount: fix reference leak during percpu-atomic transition
3904 - HID: wacom: Fix poor prox handling in 'wacom_pl_irq'
3905 - KVM: x86: do not save guest-unsupported XSAVE state
3906 - USB: serial: qcserial: add Dell DW5570 QDL
3907 - USB: serial: pl2303: add ATEN device ID
3908 - USB: Add quirk for WORLDE easykey.25 MIDI keyboard
3909 - usb: gadget: f_fs: Assorted buffer overflow checks.
3910 - USB: serial: option: add device ID for HP lt2523 (Novatel E371)
3911 - x86/irq: Make irq activate operations symmetric
3912 - base/memory, hotplug: fix a kernel oops in show_valid_zones()
3913 - Linux 4.4.48
3914 * Xenial update to v4.4.47 stable release (LP: #1662507)
3915 - r8152: fix the sw rx checksum is unavailable
3916 - mlxsw: spectrum: Fix memory leak at skb reallocation
3917 - mlxsw: switchx2: Fix memory leak at skb reallocation
3918 - mlxsw: pci: Fix EQE structure definition
3919 - net: lwtunnel: Handle lwtunnel_fill_encap failure
3920 - net: ipv4: fix table id in getroute response
3921 - net: systemport: Decouple flow control from __bcm_sysport_tx_reclaim
3922 - tcp: fix tcp_fastopen unaligned access complaints on sparc
3923 - openvswitch: maintain correct checksum state in conntrack actions
3924 - ravb: do not use zero-length alignment DMA descriptor
3925 - ax25: Fix segfault after sock connection timeout
3926 - net: fix harmonize_features() vs NETIF_F_HIGHDMA
3927 - net: phy: bcm63xx: Utilize correct config_intr function
3928 - ipv6: addrconf: Avoid addrconf_disable_change() using RCU read-side lock
3929 - tcp: initialize max window for a new fastopen socket
3930 - bridge: netlink: call br_changelink() during br_dev_newlink()
3931 - r8152: don't execute runtime suspend if the tx is not empty
3932 - af_unix: move unix_mknod() out of bindlock
3933 - qmi_wwan/cdc_ether: add device ID for HP lt2523 (Novatel E371) WWAN card
3934 - net: dsa: Bring back device detaching in dsa_slave_suspend()
3935 - Linux 4.4.47
3936 * Xenial update to v4.4.46 stable release (LP: #1660994)
3937 - fbdev: color map copying bounds checking
3938 - tile/ptrace: Preserve previous registers for short regset write
3939 - drm: Fix broken VT switch with video=1366x768 option
3940 - mm/mempolicy.c: do not put mempolicy before using its nodemask
3941 - sysctl: fix proc_doulongvec_ms_jiffies_minmax()
3942 - ISDN: eicon: silence misleading array-bounds warning
3943 - RDMA/cma: Fix unknown symbol when CONFIG_IPV6 is not enabled
3944 - s390/ptrace: Preserve previous registers for short regset write
3945 - can: c_can_pci: fix null-pointer-deref in c_can_start() - set device pointer
3946 - can: ti_hecc: add missing prepare and unprepare of the clock
3947 - ARC: udelay: fix inline assembler by adding LP_COUNT to clobber list
3948 - ARC: [arcompact] handle unaligned access delay slot corner case
3949 - parisc: Don't use BITS_PER_LONG in userspace-exported swab.h header
3950 - nfs: Don't increment lock sequence ID after NFS4ERR_MOVED
3951 - NFSv4.0: always send mode in SETATTR after EXCLUSIVE4
3952 - SUNRPC: cleanup ida information when removing sunrpc module
3953 - drm/i915: Don't leak edid in intel_crt_detect_ddc()
3954 - IB/ipoib: move back IB LL address into the hard header
3955 - IB/umem: Release pid in error and ODP flow
3956 - s5k4ecgx: select CRC32 helper
3957 - pinctrl: broxton: Use correct PADCFGLOCK offset
3958 - platform/x86: intel_mid_powerbtn: Set IRQ_ONESHOT
3959 - mm, memcg: do not retry precharge charges
3960 - Linux 4.4.46
3961 * Xenial update to v4.4.45 stable release (LP: #1660993)
3962 - ftrace/x86: Set ftrace_stub to weak to prevent gcc from using short jumps to
3963 it
3964 - IB/mlx5: Wait for all async command completions to complete
3965 - IB/mlx4: Set traffic class in AH
3966 - IB/mlx4: Fix out-of-range array index in destroy qp flow
3967 - IB/mlx4: Fix port query for 56Gb Ethernet links
3968 - IB/mlx4: When no DMFS for IPoIB, don't allow NET_IF QPs
3969 - IB/IPoIB: Remove can't use GFP_NOIO warning
3970 - perf scripting: Avoid leaking the scripting_context variable
3971 - ARM: dts: imx31: fix clock control module interrupts description
3972 - ARM: dts: imx31: move CCM device node to AIPS2 bus devices
3973 - ARM: dts: imx31: fix AVIC base address
3974 - tmpfs: clear S_ISGID when setting posix ACLs
3975 - x86/PCI: Ignore _CRS on Supermicro X8DTH-i/6/iF/6F
3976 - svcrpc: don't leak contexts on PROC_DESTROY
3977 - fuse: clear FR_PENDING flag when moving requests out of pending queue
3978 - PCI: Enumerate switches below PCI-to-PCIe bridges
3979 - HID: corsair: fix DMA buffers on stack
3980 - HID: corsair: fix control-transfer error handling
3981 - mmc: mxs-mmc: Fix additional cycles after transmission stop
3982 - ieee802154: atusb: do not use the stack for buffers to make them DMA able
3983 - mtd: nand: xway: disable module support
3984 - x86/ioapic: Restore IO-APIC irq_chip retrigger callback
3985 - qla2xxx: Fix crash due to null pointer access
3986 - ubifs: Fix journal replay wrt. xattr nodes
3987 - clocksource/exynos_mct: Clear interrupt when cpu is shut down
3988 - svcrdma: avoid duplicate dma unmapping during error recovery
3989 - ARM: 8634/1: hw_breakpoint: blacklist Scorpion CPUs
3990 - ceph: fix bad endianness handling in parse_reply_info_extra
3991 - ARM: dts: da850-evm: fix read access to SPI flash
3992 - arm64/ptrace: Preserve previous registers for short regset write
3993 - arm64/ptrace: Preserve previous registers for short regset write - 2
3994 - arm64/ptrace: Preserve previous registers for short regset write - 3
3995 - arm64/ptrace: Avoid uninitialised struct padding in fpr_set()
3996 - arm64/ptrace: Reject attempts to set incomplete hardware breakpoint fields
3997 - ARM: dts: imx6qdl-nitrogen6_max: fix sgtl5000 pinctrl init
3998 - ARM: ux500: fix prcmu_is_cpu_in_wfi() calculation
3999 - ARM: 8613/1: Fix the uaccess crash on PB11MPCore
4000 - blackfin: check devm_pinctrl_get() for errors
4001 - ite-cir: initialize use_demodulator before using it
4002 - dmaengine: pl330: Fix runtime PM support for terminated transfers
4003 - selftest/powerpc: Wrong PMC initialized in pmc56_overflow test
4004 - arm64: avoid returning from bad_mode
4005 - Linux 4.4.45
4006
4007 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Wed, 08 Mar 2017 15:07:51 -0300
4008
4009 linux-snapdragon (4.4.0-1050.54) xenial; urgency=low
4010
4011 [ Ubuntu: 4.4.0-66.87 ]
4012
4013 * CVE-2017-2636
4014 - TTY: n_hdlc, fix lockdep false positive
4015 - tty: n_hdlc: get rid of racy n_hdlc.tbuf
4016
4017 -- Stefan Bader <stefan.bader@canonical.com> Sat, 04 Mar 2017 08:44:00 +0100
4018
4019 linux-snapdragon (4.4.0-1048.52) xenial; urgency=low
4020
4021 [ Ubuntu: 4.4.0-64.85 ]
4022
4023 * CVE-2017-6074 (LP: #1665935)
4024 - dccp: fix freeing skb too early for IPV6_RECVPKTINFO
4025
4026 -- Stefan Bader <stefan.bader@canonical.com> Mon, 20 Feb 2017 12:02:33 +0100
4027
4028 linux-snapdragon (4.4.0-1047.51) xenial; urgency=low
4029
4030 [ Thadeu Lima de Souza Cascardo ]
4031
4032 * Release Tracking Bug
4033 - LP: #1660724
4034
4035 [ Ubuntu: 4.4.0-63.84 ]
4036
4037 * Release Tracking Bug
4038 - LP: #1660704
4039 * Backport Dirty COW patch to prevent wineserver freeze (LP: #1658270)
4040 - SAUCE: mm: Respect FOLL_FORCE/FOLL_COW for thp
4041 * Kdump through NMI SMP and single core not working on Ubuntu16.10
4042 (LP: #1630924)
4043 - x86/hyperv: Handle unknown NMIs on one CPU when unknown_nmi_panic
4044 - SAUCE: hv: don't reset hv_context.tsc_page on crash
4045 * [regression 4.8.0-14 -> 4.8.0-17] keyboard and touchscreen lost on Acer
4046 Chromebook R11 (LP: #1630238)
4047 - [Config] CONFIG_PINCTRL_CHERRYVIEW=y
4048 * Call trace when testing fstat stressor on ppc64el with virtual keyboard and
4049 mouse present (LP: #1652132)
4050 - SAUCE: HID: usbhid: Quirk a AMI virtual mouse and keyboard with ALWAYS_POLL
4051 * VLAN SR-IOV regression for IXGBE driver (LP: #1658491)
4052 - ixgbe: Force VLNCTRL.VFE to be set in all VMDq paths
4053 * "Out of memory" errors after upgrade to 4.4.0-59 (LP: #1655842)
4054 - mm, page_alloc: convert alloc_flags to unsigned
4055 - mm, compaction: change COMPACT_ constants into enum
4056 - mm, compaction: distinguish COMPACT_DEFERRED from COMPACT_SKIPPED
4057 - mm, compaction: simplify __alloc_pages_direct_compact feedback interface
4058 - mm, compaction: distinguish between full and partial COMPACT_COMPLETE
4059 - mm, compaction: abstract compaction feedback to helpers
4060 - mm, oom: protect !costly allocations some more
4061 - mm: consider compaction feedback also for costly allocation
4062 - mm, oom, compaction: prevent from should_compact_retry looping for ever for
4063 costly orders
4064 - mm, oom: protect !costly allocations some more for !CONFIG_COMPACTION
4065 - mm, oom: prevent premature OOM killer invocation for high order request
4066 * Backport 3 patches to fix bugs with AIX clients using IBMVSCSI Target Driver
4067 (LP: #1657194)
4068 - SAUCE: ibmvscsis: Fix max transfer length
4069 - SAUCE: ibmvscsis: fix sleeping in interrupt context
4070 - SAUCE: ibmvscsis: Fix srp_transfer_data fail return code
4071 * NVMe: adapter is missing after abnormal shutdown followed by quick reboot,
4072 quirk needed (LP: #1656913)
4073 - nvme: apply DELAY_BEFORE_CHK_RDY quirk at probe time too
4074 * Ubuntu 16.10 KVM SRIOV: if enable sriov while ping flood is running ping
4075 will stop working (LP: #1625318)
4076 - PCI: Do any VF BAR updates before enabling the BARs
4077 - PCI: Ignore BAR updates on virtual functions
4078 - PCI: Update BARs using property bits appropriate for type
4079 - PCI: Separate VF BAR updates from standard BAR updates
4080 - PCI: Don't update VF BARs while VF memory space is enabled
4081 - PCI: Remove pci_resource_bar() and pci_iov_resource_bar()
4082 - PCI: Decouple IORESOURCE_ROM_ENABLE and PCI_ROM_ADDRESS_ENABLE
4083 - PCI: Add comments about ROM BAR updating
4084 * Linux rtc self test fails in a VM under xenial (LP: #1649718)
4085 - kvm: x86: Convert ioapic->rtc_status.dest_map to a struct
4086 - kvm: x86: Track irq vectors in ioapic->rtc_status.dest_map
4087 - kvm: x86: Check dest_map->vector to match eoi signals for rtc
4088 * Xenial update to v4.4.44 stable release (LP: #1658091)
4089 - Input: xpad - use correct product id for x360w controllers
4090 - Input: i8042 - add Pegatron touchpad to noloop table
4091 - selftests: do not require bash to run netsocktests testcase
4092 - selftests: do not require bash for the generated test
4093 - mm: fix devm_memremap_pages crash, use mem_hotplug_{begin, done}
4094 - ocfs2: fix crash caused by stale lvb with fsdlm plugin
4095 - mm/hugetlb.c: fix reservation race when freeing surplus pages
4096 - KVM: x86: fix emulation of "MOV SS, null selector"
4097 - KVM: eventfd: fix NULL deref irqbypass consumer
4098 - jump_labels: API for flushing deferred jump label updates
4099 - KVM: x86: flush pending lapic jump label updates on module unload
4100 - KVM: x86: add Align16 instruction flag
4101 - KVM: x86: add asm_safe wrapper
4102 - KVM: x86: emulate FXSAVE and FXRSTOR
4103 - KVM: x86: Introduce segmented_write_std
4104 - nl80211: fix sched scan netlink socket owner destruction
4105 - USB: serial: kl5kusb105: fix line-state error handling
4106 - USB: serial: ch341: fix initial modem-control state
4107 - USB: serial: ch341: fix open error handling
4108 - USB: serial: ch341: fix control-message error handling
4109 - USB: serial: ch341: fix open and resume after B0
4110 - Input: elants_i2c - avoid divide by 0 errors on bad touchscreen data
4111 - i2c: print correct device invalid address
4112 - i2c: fix kernel memory disclosure in dev interface
4113 - xhci: fix deadlock at host remove by running watchdog correctly
4114 - vme: Fix wrong pointer utilization in ca91cx42_slave_get
4115 - mnt: Protect the mountpoint hashtable with mount_lock
4116 - tty/serial: atmel_serial: BUG: stop DMA from transmitting in stop_tx
4117 - sysrq: attach sysrq handler correctly for 32-bit kernel
4118 - sysctl: Drop reference added by grab_header in proc_sys_readdir
4119 - drm/radeon: drop verde dpm quirks
4120 - USB: serial: ch341: fix resume after reset
4121 - USB: serial: ch341: fix modem-control and B0 handling
4122 - x86/cpu: Fix bootup crashes by sanitizing the argument of the 'clearcpuid='
4123 command-line option
4124 - btrfs: fix locking when we put back a delayed ref that's too new
4125 - btrfs: fix error handling when run_delayed_extent_op fails
4126 - pinctrl: meson: fix gpio request disabling other modes
4127 - pNFS: Fix race in pnfs_wait_on_layoutreturn
4128 - NFS: Fix a performance regression in readdir
4129 - NFSv4.1: nfs4_fl_prepare_ds must be careful about reporting success.
4130 - cpufreq: powernv: Disable preemption while checking CPU throttling state
4131 - block: cfq_cpd_alloc() should use @gfp
4132 - ACPI / APEI: Fix NMI notification handling
4133 - blk-mq: Always schedule hctx->next_cpu
4134 - bus: vexpress-config: fix device reference leak
4135 - powerpc/ibmebus: Fix further device reference leaks
4136 - powerpc/ibmebus: Fix device reference leaks in sysfs interface
4137 - pinctrl: sh-pfc: Do not unconditionally support PIN_CONFIG_BIAS_DISABLE
4138 - Linux 4.4.44
4139 * Add support for RT5660 codec based sound cards on Baytrail (LP: #1657674)
4140 - ASoC: rt5660: add rt5660 codec driver
4141 - ASoC: rt5660: enable MCLK detection
4142 - ASoC: Intel: Atom: flip logic for gain Switch
4143 - SAUCE: (no-up) ASoC: rt5660: Add ACPI support
4144 - SAUCE: (no-up) ASoC: Intel: Support machine driver for RT5660 on Baytrail
4145 - [Config] CONFIG_SND_SOC_INTEL_BYTCR_RT5660_MACH=m, CONFIG_SND_SOC_RT5660=m
4146 * Support latest Redpine WLAN/BT RS9113 driver (LP: #1657682)
4147 - SAUCE: Support Redpine RS9113 WLAN/BT
4148 - SAUCE: Separate Redpine RS9113 WLAN/BT vendor and kernel drivers
4149 - SAUCE: Redpine RS9113 WLAN/BT driver ver. 0.9.7
4150 - SAUCE: RS9113: Use vendor driver to support WLAN/BT card on Caracalla HW
4151 only
4152 - SAUCE: RS9113: Comment out IDs from upstream driver
4153 - [Config] Enable CONFIG_VEN_RSI_* configs
4154 * [Hyper-V] netvsc: add rcu_read locked to netvsc callback (LP: #1657540)
4155 - netvsc: add rcu_read locking to netvsc callback
4156 * [Hyper-V] Rebase Hyper-V in 16.04 and 16.10 to the the upstream 4.9 kernel
4157 (LP: #1650059)
4158 - memory-hotplug: add automatic onlining policy for the newly added memory
4159 - hv_netvsc: Add query for initial physical link speed
4160 - hv_netvsc: Add handler for physical link speed change
4161 - hv_netvsc: Implement batching of receive completions
4162 - PCI: hv: Use list_move_tail() instead of list_del() + list_add_tail()
4163 - hv_netvsc: fix rtnl locking in callback
4164 - hv_netvsc: make RSS hash key static
4165 - hv_netvsc: use kcalloc
4166 - hv_netvsc: style cleanups
4167 - hv_netvsc: make inline functions static
4168 - hv_netvsc: use ARRAY_SIZE() for NDIS versions
4169 - hv_netvsc: make device_remove void
4170 - hv_netvsc: init completion during alloc
4171 - hv_netvsc: rearrange start_xmit
4172 - hv_netvsc: refactor completion function
4173 - hv_netvsc: make netvsc_destroy_buf void
4174 - hv_netvsc: make variable local
4175 - hv_netvsc: report vmbus name in ethtool
4176 - hv_netvsc: add ethtool statistics for tx packet issues
4177 - Drivers: hv: get rid of redundant messagecount in create_gpadl_header()
4178 - Drivers: hv: don't leak memory in vmbus_establish_gpadl()
4179 - Drivers: hv: get rid of timeout in vmbus_open()
4180 - Drivers: hv: utils: fix a race on userspace daemons registration
4181 - Drivers: hv: vmbus: fix the race when querying & updating the percpu list
4182 - Drivers: hv: vmbus: Enable explicit signaling policy for NIC channels
4183 - Drivers: hv: vmbus: Reduce the delay between retries in vmbus_post_msg()
4184 - Drivers: hv: vmbus: Implement a mechanism to tag the channel for low latency
4185 - Tools: hv: kvp: ensure kvp device fd is closed on exec
4186 - Drivers: hv: balloon: keep track of where ha_region starts
4187 - Drivers: hv: balloon: account for gaps in hot add regions
4188 - Drivers: hv: balloon: don't wait for ol_waitevent when memhp_auto_online is
4189 enabled
4190 - Drivers: hv: balloon: replace ha_region_mutex with spinlock
4191 - Drivers: hv: balloon: Use available memory value in pressure report
4192 - Drivers: hv: cleanup vmbus_open() for wrap around mappings
4193 - Drivers: hv: ring_buffer: wrap around mappings for ring buffers
4194 - Drivers: hv: ring_buffer: use wrap around mappings in hv_copy{from,
4195 to}_ringbuffer()
4196 - Drivers: hv: ring_buffer: count on wrap around mappings in
4197 get_next_pkt_raw()
4198 - Drivers: hv: Introduce a policy for controlling channel affinity
4199 - Drivers: hv: utils: Continue to poll VSS channel after handling requests.
4200 - Drivers: hv: utils: Check VSS daemon is listening before a hot backup
4201 - PCI: hv: Use zero-length array in struct pci_packet
4202 - PCI: hv: Use pci_function_description[0] in struct definitions
4203 - PCI: hv: Remove the unused 'wrk' in struct hv_pcibus_device
4204 - PCI: hv: Handle vmbus_sendpacket() failure in hv_compose_msi_msg()
4205 - PCI: hv: Handle hv_pci_generic_compl() error case
4206 - Revert "Drivers: hv: ring_buffer: count on wrap around mappings in
4207 get_next_pkt_raw()"
4208 - Driver: hv: vmbus: Make mmio resource local
4209 - Drivers: hv: vmbus: suppress some "hv_vmbus: Unknown GUID" warnings
4210 - Drivers: hv: utils: Rename version definitions to reflect protocol version.
4211 - Drivers: hv: utils: Use TimeSync samples to adjust the clock after boot.
4212 - Drivers: hv: utils: Support TimeSync version 4.0 protocol samples.
4213 - Drivers: hv: hv_util: Avoid dynamic allocation in time synch
4214 - Revert "hv_netvsc: make inline functions static"
4215 - hv_netvsc: use consume_skb
4216 - hv_netvsc: dev hold/put reference to VF
4217 - hv_netvsc: simplify callback event code
4218 - hv_netvsc: improve VF device matching
4219 - hv_netvsc: use RCU to protect vf_netdev
4220 - hv_netvsc: remove VF in flight counters
4221 - hv_netvsc: count multicast packets received
4222 - hv_netvsc: fix comments
4223 - Drivers: hv: make VMBus bus ids persistent
4224 - Drivers: hv: get rid of id in struct vmbus_channel
4225 - netvsc: fix checksum on UDP IPV6
4226 - netvsc: Remove mistaken udp.h inclusion.
4227 - net/hyperv: avoid uninitialized variable
4228 - Revert "hv_netvsc: report vmbus name in ethtool"
4229 - vmbus: make sysfs names consistent with PCI
4230 - netvsc: reduce maximum GSO size
4231 - Drivers: hv: vmbus: Base host signaling strictly on the ring state
4232 - tools: hv: Add a script to help bonding synthetic and VF NICs
4233 * Ubuntu - ibmveth: abnormally large TCP MSS value caused a TCP session to
4234 hang with a zero window (LP: #1655420)
4235 - ibmveth: set correct gso_size and gso_type
4236 - ibmveth: calculate gso_segs for large packets
4237 * netfilter regression introducing a performance slowdown in binary
4238 arp/ip/ip6tables (LP: #1640786)
4239 - netfilter: x_tables: pass xt_counters struct instead of packet counter
4240 - netfilter: x_tables: pass xt_counters struct to counter allocator
4241 - netfilter: x_tables: pack percpu counter allocations
4242 * Move some kernel modules to the main kernel package (part 2) (LP: #1655002)
4243 - [Config] Add IBM power drivers to the inclusion list
4244 * Xenial update to v4.4.43 stable release (LP: #1656876)
4245 - netvsc: reduce maximum GSO size
4246 - ser_gigaset: return -ENOMEM on error instead of success
4247 - net: vrf: Drop conntrack data after pass through VRF device on Tx
4248 - ipv6: handle -EFAULT from skb_copy_bits
4249 - net, sched: fix soft lockup in tc_classify
4250 - net: stmmac: Fix race between stmmac_drv_probe and stmmac_open
4251 - net/mlx5: Check FW limitations on log_max_qp before setting it
4252 - net/mlx5: Avoid shadowing numa_node
4253 - drop_monitor: add missing call to genlmsg_end
4254 - drop_monitor: consider inserted data in genlmsg_end
4255 - igmp: Make igmp group member RFC 3376 compliant
4256 - ipv4: Do not allow MAIN to be alias for new LOCAL w/ custom rules
4257 - r8152: split rtl8152_suspend function
4258 - r8152: fix rx issue for runtime suspend
4259 - gro: Enter slow-path if there is no tailroom
4260 - gro: use min_t() in skb_gro_reset_offset()
4261 - gro: Disable frag0 optimization on IPv6 ext headers
4262 - net: ipv4: Fix multipath selection with vrf
4263 - net: vrf: do not allow table id 0
4264 - HID: hid-cypress: validate length of report
4265 - ALSA: firewire-tascam: Fix to handle error from initialization of stream
4266 data
4267 - powerpc: Fix build warning on 32-bit PPC
4268 - ARM: zynq: Reserve correct amount of non-DMA RAM
4269 - ARM: OMAP4+: Fix bad fallthrough for cpuidle
4270 - spi: mvebu: fix baudrate calculation for armada variant
4271 - ALSA: usb-audio: Add a quirk for Plantronics BT600
4272 - mm/init: fix zone boundary creation
4273 - Linux 4.4.43
4274 * Xenial update to v4.4.42 stable release (LP: #1655969)
4275 - ALSA: hda - Fix up GPIO for ASUS ROG Ranger
4276 - ALSA: hda - Apply asus-mode8 fixup to ASUS X71SL
4277 - ALSA: usb-audio: Fix irq/process data synchronization
4278 - ARM: davinci: da850: don't add emac clock to lookup table twice
4279 - mac80211: initialize fast-xmit 'info' later
4280 - KVM: x86: reset MMU on KVM_SET_VCPU_EVENTS
4281 - KVM: MIPS: Flush KVM entry code from icache globally
4282 - usb: musb: core: add clear_ep_rxintr() to musb_platform_ops
4283 - usb: musb: dsps: implement clear_ep_rxintr() callback
4284 - usb: storage: unusual_uas: Add JMicron JMS56x to unusual device
4285 - usb: gadgetfs: restrict upper bound on device configuration size
4286 - USB: gadgetfs: fix unbounded memory allocation bug
4287 - USB: gadgetfs: fix use-after-free bug
4288 - USB: gadgetfs: fix checks of wTotalLength in config descriptors
4289 - USB: fix problems with duplicate endpoint addresses
4290 - USB: dummy-hcd: fix bug in stop_activity (handle ep0)
4291 - usb: gadget: composite: Test get_alt() presence instead of set_alt()
4292 - usb: dwc3: core: avoid Overflow events
4293 - usb: xhci: fix possible wild pointer
4294 - xhci: workaround for hosts missing CAS bit
4295 - usb: xhci: apply XHCI_PME_STUCK_QUIRK to Intel Apollo Lake
4296 - xhci: free xhci virtual devices with leaf nodes first
4297 - usb: xhci: fix return value of xhci_setup_device()
4298 - usb: host: xhci: Fix possible wild pointer when handling abort command
4299 - xhci: Handle command completion and timeout race
4300 - usb: xhci: hold lock over xhci_abort_cmd_ring()
4301 - USB: serial: omninet: fix NULL-derefs at open and disconnect
4302 - USB: serial: quatech2: fix sleep-while-atomic in close
4303 - USB: serial: pl2303: fix NULL-deref at open
4304 - USB: serial: keyspan_pda: verify endpoints at probe
4305 - USB: serial: spcp8x5: fix NULL-deref at open
4306 - USB: serial: io_ti: fix NULL-deref at open
4307 - USB: serial: io_ti: fix another NULL-deref at open
4308 - USB: serial: io_ti: fix I/O after disconnect
4309 - USB: serial: iuu_phoenix: fix NULL-deref at open
4310 - USB: serial: garmin_gps: fix memory leak on failed URB submit
4311 - USB: serial: ti_usb_3410_5052: fix NULL-deref at open
4312 - USB: serial: io_edgeport: fix NULL-deref at open
4313 - USB: serial: oti6858: fix NULL-deref at open
4314 - USB: serial: cyberjack: fix NULL-deref at open
4315 - USB: serial: kobil_sct: fix NULL-deref in write
4316 - USB: serial: mos7840: fix NULL-deref at open
4317 - USB: serial: mos7720: fix NULL-deref at open
4318 - USB: serial: mos7720: fix use-after-free on probe errors
4319 - USB: serial: mos7720: fix parport use-after-free on probe errors
4320 - USB: serial: mos7720: fix parallel probe
4321 - usb: xhci-mem: use passed in GFP flags instead of GFP_KERNEL
4322 - xhci: Use delayed_work instead of timer for command timeout
4323 - xhci: Fix race related to abort operation
4324 - usb: dwc3: pci: add Intel Gemini Lake PCI ID
4325 - usb: musb: Fix trying to free already-free IRQ 4
4326 - usb: hub: Move hub_port_disable() to fix warning if PM is disabled
4327 - usb: musb: blackfin: add bfin_fifo_offset in bfin_ops
4328 - ALSA: usb-audio: Fix bogus error return in snd_usb_create_stream()
4329 - USB: serial: kl5kusb105: abort on open exception path
4330 - ARM: dts: r8a7794: Correct hsusb parent clock
4331 - USB: phy: am335x-control: fix device and of_node leaks
4332 - USB: serial: io_ti: bind to interface after fw download
4333 - mei: bus: fix mei_cldev_enable KDoc
4334 - staging: iio: ad7606: fix improper setting of oversampling pins
4335 - usb: dwc3: gadget: always unmap EP0 requests
4336 - usb: dwc3: ep0: add dwc3_ep0_prepare_one_trb()
4337 - usb: dwc3: ep0: explicitly call dwc3_ep0_prepare_one_trb()
4338 - stable-fixup: hotplug: fix unused function warning
4339 - ath10k: use the right length of "background"
4340 - cris: Only build flash rescue image if CONFIG_ETRAX_AXISFLASHMAP is selected
4341 - hwmon: (scpi) Fix module autoload
4342 - hwmon: (amc6821) sign extension temperature
4343 - hwmon: (ds620) Fix overflows seen when writing temperature limits
4344 - hwmon: (nct7802) Fix overflows seen when writing into limit attributes
4345 - hwmon: (g762) Fix overflows and crash seen when writing limit attributes
4346 - clk: clk-wm831x: fix a logic error
4347 - clk: imx31: fix rewritten input argument of mx31_clocks_init()
4348 - iommu/amd: Missing error code in amd_iommu_init_device()
4349 - iommu/amd: Fix the left value check of cmd buffer
4350 - iommu/vt-d: Fix pasid table size encoding
4351 - iommu/vt-d: Flush old iommu caches for kdump when the device gets context
4352 mapped
4353 - ASoC: samsung: i2s: Fixup last IRQ unsafe spin lock call
4354 - scsi: mvsas: fix command_active typo
4355 - target/iscsi: Fix double free in lio_target_tiqn_addtpg()
4356 - irqchip/bcm7038-l1: Implement irq_cpu_offline() callback
4357 - PM / wakeirq: Fix dedicated wakeirq for drivers not using autosuspend
4358 - mmc: mmc_test: Uninitialized return value
4359 - s390/crypto: unlock on error in prng_tdes_read()
4360 - crypto: arm64/sha2-ce - fix for big endian
4361 - crypto: arm64/ghash-ce - fix for big endian
4362 - crypto: arm/aes-ce - fix for big endian
4363 - crypto: arm64/aes-ccm-ce: fix for big endian
4364 - crypto: arm64/aes-neon - fix for big endian
4365 - crypto: arm64/sha1-ce - fix for big endian
4366 - crypto: arm64/aes-xts-ce: fix for big endian
4367 - crypto: arm64/aes-ce - fix for big endian
4368 - md: MD_RECOVERY_NEEDED is set for mddev->recovery
4369 - powerpc/pci/rpadlpar: Fix device reference leaks
4370 - staging: comedi: dt282x: tidy up register bit defines
4371 - cred/userns: define current_user_ns() as a function
4372 - net: ti: cpmac: Fix compiler warning due to type confusion
4373 - net: vxge: avoid unused function warnings
4374 - cx23885-dvb: move initialization of a8293_pdata
4375 - drm/radeon: Always store CRTC relative radeon_crtc->cursor_x/y values
4376 - tick/broadcast: Prevent NULL pointer dereference
4377 - Revert "usb: gadget: composite: always set ep->mult to a sensible value"
4378 - usb: gadget: composite: always set ep->mult to a sensible value
4379 - Linux 4.4.42
4380 * Xenial update to v4.4.41 stable release (LP: #1655041)
4381 - ssb: Fix error routine when fallback SPROM fails
4382 - rtlwifi: Fix enter/exit power_save
4383 - cfg80211/mac80211: fix BSS leaks when abandoning assoc attempts
4384 - ath9k: Really fix LED polarity for some Mini PCI AR9220 MB92 cards.
4385 - mmc: sdhci: Fix recovery from tuning timeout
4386 - regulator: stw481x-vmmc: fix ages old enable error
4387 - timekeeping_Force_unsigned_clocksource_to_nanoseconds_conversion
4388 - clk: bcm2835: Avoid overwriting the div info when disabling a pll_div clk
4389 - thermal: hwmon: Properly report critical temperature in sysfs
4390 - staging: comedi: ni_mio_common: fix M Series ni_ai_insn_read() data mask
4391 - staging: comedi: ni_mio_common: fix E series ni_ai_insn_read() data
4392 - ACPI / video: Add force_native quirk for Dell XPS 17 L702X
4393 - ACPI / video: Add force_native quirk for HP Pavilion dv6
4394 - drm/nouveau/kms: lvds panel strap moved again on maxwell
4395 - drm/nouveau/bios: require checksum to match for fast acpi shadow method
4396 - drm/nouveau/ltc: protect clearing of comptags with mutex
4397 - drm/nouveau/fifo/gf100-: protect channel preempt with subdev mutex
4398 - drm/nouveau/i2c/gk110b,gm10x: use the correct implementation
4399 - drm/radeon: Also call cursor_move_locked when the cursor size changes
4400 - drm/radeon: Hide the HW cursor while it's out of bounds
4401 - drm/radeon: add additional pci revision to dpm workaround
4402 - drm/gma500: Add compat ioctl
4403 - drivers/gpu/drm/ast: Fix infinite loop if read fails
4404 - mei: request async autosuspend at the end of enumeration
4405 - block: protect iterate_bdevs() against concurrent close
4406 - vt: fix Scroll Lock LED trigger name
4407 - scsi: megaraid_sas: For SRIOV enabled firmware, ensure VF driver waits for
4408 30secs before reset
4409 - scsi: megaraid_sas: Do not set MPI2_TYPE_CUDA for JBOD FP path for FW which
4410 does not support JBOD sequence map
4411 - scsi: zfcp: fix use-after-"free" in FC ingress path after TMF
4412 - scsi: zfcp: do not trace pure benign residual HBA responses at default level
4413 - scsi: zfcp: fix rport unblock race with LUN recovery
4414 - scsi: avoid a permanent stop of the scsi device's request queue
4415 - ARC: mm: arc700: Don't assume 2 colours for aliasing VIPT dcache
4416 - firmware: fix usermode helper fallback loading
4417 - s390/vmlogrdr: fix IUCV buffer allocation
4418 - sc16is7xx: Drop bogus use of IRQF_ONESHOT
4419 - md/raid5: limit request size according to implementation limits
4420 - KVM: PPC: Book3S HV: Save/restore XER in checkpointed register state
4421 - KVM: PPC: Book3S HV: Don't lose hardware R/C bit updates in H_PROTECT
4422 - kvm: nVMX: Allow L1 to intercept software exceptions (#BP and #OF)
4423 - platform/x86: asus-nb-wmi.c: Add X45U quirk
4424 - fgraph: Handle a case where a tracer ignores set_graph_notrace
4425 - IB/mad: Fix an array index check
4426 - IPoIB: Avoid reading an uninitialized member variable
4427 - IB/multicast: Check ib_find_pkey() return value
4428 - IB/cma: Fix a race condition in iboe_addr_get_sgid()
4429 - media: solo6x10: fix lockup by avoiding delayed register write
4430 - Input: drv260x - fix input device's parent assignment
4431 - PCI: Check for PME in targeted sleep state
4432 - libceph: verify authorize reply on connect
4433 - nfs_write_end(): fix handling of short copies
4434 - powerpc/ps3: Fix system hang with GCC 5 builds
4435 - powerpc: Convert cmp to cmpd in idle enter sequence
4436 - kconfig/nconf: Fix hang when editing symbol with a long prompt
4437 - sg_write()/bsg_write() is not fit to be called under KERNEL_DS
4438 - net: mvpp2: fix dma unmapping of TX buffers for fragments
4439 - Linux 4.4.41
4440
4441 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Wed, 01 Feb 2017 11:10:24 -0200
4442
4443 linux-snapdragon (4.4.0-1046.50) xenial; urgency=low
4444
4445 [ Thadeu Lima de Souza Cascardo ]
4446
4447 * Release Tracking Bug
4448 - LP: #1657433
4449
4450 [ Ubuntu: 4.4.0-62.83 ]
4451
4452 * Release Tracking Bug
4453 - LP: #1657430
4454 * Backport DP MST fixes to i915 (LP: #1657353)
4455 - SAUCE: i915_bpo: Fix DP link rate math
4456 - SAUCE: i915_bpo: Validate mode against max. link data rate for DP MST
4457 * Ubuntu xenial - 4.4.0-59-generic i3 I/O performance issue (LP: #1657281)
4458 - blk-mq: really fix plug list flushing for nomerge queues
4459
4460 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Wed, 18 Jan 2017 15:24:09 -0200
4461
4462 linux-snapdragon (4.4.0-1045.49) xenial; urgency=low
4463
4464 [ Thadeu Lima de Souza Cascardo ]
4465
4466 * Release Tracking Bug
4467 - LP: #1656814
4468
4469 [ Ubuntu: 4.4.0-61.82 ]
4470
4471 * Release Tracking Bug
4472 - LP: #1656810
4473 * Xen MSI setup code incorrectly re-uses cached pirq (LP: #1656381)
4474 - SAUCE: xen: do not re-use pirq number cached in pci device msi msg data
4475 * nvme drive probe failure (LP: #1626894)
4476 - nvme: revert NVMe: only setup MSIX once
4477
4478 [ Ubuntu: 4.4.0-60.81 ]
4479
4480 * Release Tracking Bug
4481 - LP: #1656084
4482 * Couldn't emulate instruction 0x7813427c (LP: #1634129)
4483 - KVM: PPC: Book3S PR: Fix illegal opcode emulation
4484 * perf: 24x7: Eliminate domain name suffix in event names (LP: #1560482)
4485 - powerpc/perf/hv-24x7: Fix usage with chip events.
4486 - powerpc/perf/hv-24x7: Display change in counter values
4487 - powerpc/perf/hv-24x7: Display domain indices in sysfs
4488 - powerpc/perf/24x7: Eliminate domain suffix in event names
4489 * i386 ftrace tests hang on ADT testing (LP: #1655040)
4490 - ftrace/x86_32: Set ftrace_stub to weak to prevent gcc from using short jumps
4491 to it
4492 * VMX module autoloading if available (LP: #1651322)
4493 - powerpc: Add module autoloading based on CPU features
4494 - crypto: vmx - Convert to CPU feature based module autoloading
4495 * ACPI probe support for AD5592/3 configurable multi-channel converter
4496 (LP: #1654497)
4497 - SAUCE: iio: dac: ad5592r: Add ACPI support
4498 - SAUCE: iio: dac: ad5593r: Add ACPI support
4499 * Xenial update to v4.4.40 stable release (LP: #1654602)
4500 - btrfs: limit async_work allocation and worker func duration
4501 - Btrfs: fix tree search logic when replaying directory entry deletes
4502 - btrfs: store and load values of stripes_min/stripes_max in balance status
4503 item
4504 - Btrfs: fix qgroup rescan worker initialization
4505 - USB: serial: option: add support for Telit LE922A PIDs 0x1040, 0x1041
4506 - USB: serial: option: add dlink dwm-158
4507 - USB: serial: kl5kusb105: fix open error path
4508 - USB: cdc-acm: add device id for GW Instek AFG-125
4509 - usb: hub: Fix auto-remount of safely removed or ejected USB-3 devices
4510 - usb: gadget: f_uac2: fix error handling at afunc_bind
4511 - usb: gadget: composite: correctly initialize ep->maxpacket
4512 - USB: UHCI: report non-PME wakeup signalling for Intel hardware
4513 - ALSA: usb-audio: Add QuickCam Communicate Deluxe/S7500 to
4514 volume_control_quirks
4515 - ALSA: hiface: Fix M2Tech hiFace driver sampling rate change
4516 - ALSA: hda/ca0132 - Add quirk for Alienware 15 R2 2016
4517 - ALSA: hda - ignore the assoc and seq when comparing pin configurations
4518 - ALSA: hda - fix headset-mic problem on a Dell laptop
4519 - ALSA: hda - Gate the mic jack on HP Z1 Gen3 AiO
4520 - ALSA: hda: when comparing pin configurations, ignore assoc in addition to
4521 seq
4522 - clk: ti: omap36xx: Work around sprz319 advisory 2.1
4523 - Btrfs: fix memory leak in reading btree blocks
4524 - Btrfs: bail out if block group has different mixed flag
4525 - Btrfs: return gracefully from balance if fs tree is corrupted
4526 - Btrfs: don't leak reloc root nodes on error
4527 - Btrfs: fix memory leak in do_walk_down
4528 - Btrfs: don't BUG() during drop snapshot
4529 - btrfs: make file clone aware of fatal signals
4530 - block_dev: don't test bdev->bd_contains when it is not stable
4531 - ptrace: Capture the ptracer's creds not PT_PTRACE_CAP
4532 - crypto: caam - fix AEAD givenc descriptors
4533 - ext4: fix mballoc breakage with 64k block size
4534 - ext4: fix stack memory corruption with 64k block size
4535 - ext4: use more strict checks for inodes_per_block on mount
4536 - ext4: fix in-superblock mount options processing
4537 - ext4: add sanity checking to count_overhead()
4538 - ext4: reject inodes with negative size
4539 - ext4: return -ENOMEM instead of success
4540 - ext4: do not perform data journaling when data is encrypted
4541 - f2fs: set ->owner for debugfs status file's file_operations
4542 - loop: return proper error from loop_queue_rq()
4543 - mm/vmscan.c: set correct defer count for shrinker
4544 - fs: exec: apply CLOEXEC before changing dumpable task flags
4545 - exec: Ensure mm->user_ns contains the execed files
4546 - usb: gadget: composite: always set ep->mult to a sensible value
4547 - blk-mq: Do not invoke .queue_rq() for a stopped queue
4548 - dm flakey: return -EINVAL on interval bounds error in flakey_ctr()
4549 - dm crypt: mark key as invalid until properly loaded
4550 - dm space map metadata: fix 'struct sm_metadata' leak on failed create
4551 - ASoC: intel: Fix crash at suspend/resume without card registration
4552 - CIFS: Fix a possible memory corruption during reconnect
4553 - CIFS: Fix missing nls unload in smb2_reconnect()
4554 - CIFS: Fix a possible memory corruption in push locks
4555 - kernel/watchdog: use nmi registers snapshot in hardlockup handler
4556 - kernel/debug/debug_core.c: more properly delay for secondary CPUs
4557 - tpm xen: Remove bogus tpm_chip_unregister
4558 - xen/gntdev: Use VM_MIXEDMAP instead of VM_IO to avoid NUMA balancing
4559 - arm/xen: Use alloc_percpu rather than __alloc_percpu
4560 - xfs: set AGI buffer type in xlog_recover_clear_agi_bucket
4561 - driver core: fix race between creating/querying glue dir and its cleanup
4562 - ppp: defer netns reference release for ppp channel
4563 - Linux 4.4.40
4564 * igb i210 probe of pci device failed with error -2 (LP: #1639810)
4565 - SAUCE: igb: Workaround for igb i210 firmware issue.
4566 - SAUCE: igb: add i211 to i210 PHY workaround
4567 * PowerNV: PCI Slot is invalid after fencedPHB Error injection (LP: #1652018)
4568 - powerpc/powernv: Call opal_pci_poll() if needed
4569 * mfd: intel-lpss: Add default I2C device properties for Apollo Lake
4570 (LP: #1635177)
4571 - mfd: intel-lpss: Add default I2C device properties for Apollo Lake
4572 * Xenial update to v4.4.39 stable release (LP: #1650609)
4573 - powerpc/eeh: Fix deadlock when PE frozen state can't be cleared
4574 - parisc: Purge TLB before setting PTE
4575 - parisc: Remove unnecessary TLB purges from flush_dcache_page_asm and
4576 flush_icache_page_asm
4577 - parisc: Fix TLB related boot crash on SMP machines
4578 - zram: restrict add/remove attributes to root only
4579 - locking/rtmutex: Prevent dequeue vs. unlock race
4580 - locking/rtmutex: Use READ_ONCE() in rt_mutex_owner()
4581 - perf/x86: Fix full width counter, counter overflow
4582 - crypto: mcryptd - Check mcryptd algorithm compatibility
4583 - can: raw: raw_setsockopt: limit number of can_filter that can be set
4584 - can: peak: fix bad memory access and free sequence
4585 - arm64: futex.h: Add missing PAN toggling
4586 - m68k: Fix ndelay() macro
4587 - batman-adv: Check for alloc errors when preparing TT local data
4588 - hotplug: Make register and unregister notifier API symmetric
4589 - crypto: rsa - Add Makefile dependencies to fix parallel builds
4590 - Linux 4.4.39
4591 * Xenial update to v4.4.38 stable release (LP: #1650607)
4592 - virtio-net: add a missing synchronize_net()
4593 - net: check dead netns for peernet2id_alloc()
4594 - ip6_tunnel: disable caching when the traffic class is inherited
4595 - net: sky2: Fix shutdown crash
4596 - af_unix: conditionally use freezable blocking calls in read
4597 - rtnetlink: fix FDB size computation
4598 - l2tp: fix racy SOCK_ZAPPED flag check in l2tp_ip{,6}_bind()
4599 - net: dsa: bcm_sf2: Ensure we re-negotiate EEE during after link change
4600 - net, sched: respect rcu grace period on cls destruction
4601 - net/sched: pedit: make sure that offset is valid
4602 - netlink: Call cb->done from a worker thread
4603 - netlink: Do not schedule work from sk_destruct
4604 - net/dccp: fix use-after-free in dccp_invalid_packet
4605 - net: bcmgenet: Utilize correct struct device for all DMA operations
4606 - sh_eth: remove unchecked interrupts for RZ/A1
4607 - geneve: avoid use-after-free of skb->data
4608 - net: ping: check minimum size on ICMP header length
4609 - sparc32: Fix inverted invalid_frame_pointer checks on sigreturns
4610 - sparc64: Fix find_node warning if numa node cannot be found
4611 - sparc64: fix compile warning section mismatch in find_node()
4612 - constify iov_iter_count() and iter_is_iovec()
4613 - Don't feed anything but regular iovec's to blk_rq_map_user_iov
4614 - ipv6: Set skb->protocol properly for local output
4615 - ipv4: Set skb->protocol properly for local output
4616 - esp4: Fix integrity verification when ESN are used
4617 - esp6: Fix integrity verification when ESN are used
4618 - Linux 4.4.38
4619 * Xenial update to v4.4.37 stable release (LP: #1650604)
4620 - ARC: Don't use "+l" inline asm constraint
4621 - zram: fix unbalanced idr management at hot removal
4622 - kasan: update kasan_global for gcc 7
4623 - x86/traps: Ignore high word of regs->cs in early_fixup_exception()
4624 - rcu: Fix soft lockup for rcu_nocb_kthread
4625 - PCI: Export pcie_find_root_port
4626 - PCI: Set Read Completion Boundary to 128 iff Root Port supports it (_HPX)
4627 - mwifiex: printk() overflow with 32-byte SSIDs
4628 - pwm: Fix device reference leak
4629 - arm64: cpufeature: Schedule enable() calls instead of calling them via IPI
4630 - arm64: mm: Set PSTATE.PAN from the cpu_enable_pan() call
4631 - arm64: suspend: Reconfigure PSTATE after resume from idle
4632 - Linux 4.4.37
4633 * Xenial update to v4.4.36 stable release (LP: #1650601)
4634 - iommu/vt-d: Fix PASID table allocation
4635 - iommu/vt-d: Fix IOMMU lookup for SR-IOV Virtual Functions
4636 - KVM: x86: check for pic and ioapic presence before use
4637 - usb: chipidea: move the lock initialization to core file
4638 - USB: serial: cp210x: add ID for the Zone DPMX
4639 - USB: serial: ftdi_sio: add support for TI CC3200 LaunchPad
4640 - Fix USB CB/CBI storage devices with CONFIG_VMAP_STACK=y
4641 - scsi: mpt3sas: Fix secure erase premature termination
4642 - tile: avoid using clocksource_cyc2ns with absolute cycle count
4643 - cfg80211: limit scan results cache size
4644 - NFSv4.x: hide array-bounds warning
4645 - parisc: Fix races in parisc_setup_cache_timing()
4646 - parisc: Fix race in pci-dma.c
4647 - parisc: Also flush data TLB in flush_icache_page_asm
4648 - mpi: Fix NULL ptr dereference in mpi_powm() [ver #3]
4649 - drm/radeon: Ensure vblank interrupt is enabled on DPMS transition to on
4650 - mei: me: disable driver on SPT SPS firmware
4651 - mei: me: fix place for kaby point device ids.
4652 - mei: fix return value on disconnection
4653 - scsi: mpt3sas: Unblock device after controller reset
4654 - Linux 4.4.36
4655 * Miscellaneous Ubuntu changes
4656 - [Debian] consider renames in gen-auto-reconstruct
4657
4658 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Tue, 17 Jan 2017 12:11:56 -0200
4659
4660 linux-snapdragon (4.4.0-1044.48) xenial; urgency=low
4661
4662 [ Luis Henriques ]
4663
4664 * Release Tracking Bug
4665 - LP: #1654285
4666
4667 [ Ubuntu: 4.4.0-59.80 ]
4668
4669 * Release Tracking Bug
4670 - LP: #1654282
4671 * [2.1.1] MAAS has nvme0n1 set as boot disk, curtin fails (LP: #1651602)
4672 - (fix) nvme: only require 1 interrupt vector, not 2+
4673
4674 -- Luis Henriques <luis.henriques@canonical.com> Fri, 06 Jan 2017 18:20:19 +0000
4675
4676 linux-snapdragon (4.4.0-1043.47) xenial; urgency=low
4677
4678 [ Luis Henriques ]
4679
4680 * Release Tracking Bug
4681 - LP: #1651405
4682
4683 * UBUNTU: [Config] updateconfigs
4684
4685 [ Ubuntu: 4.4.0-58.79 ]
4686
4687 * Release Tracking Bug
4688 - LP: #1651402
4689 * Support ACPI probe for IIO sensor drivers from ST Micro (LP: #1650123)
4690 - SAUCE: iio: st_sensors: match sensors using ACPI handle
4691 - SAUCE: iio: st_accel: Support sensor i2c probe using acpi
4692 - SAUCE: iio: st_pressure: Support i2c probe using acpi
4693 - [Config] CONFIG_HTS221=m, CONFIG_HTS221_I2C=m, CONFIG_HTS221_SPI=m
4694 * Fix channel data parsing in ST Micro sensor IIO drivers (LP: #1650189)
4695 - SAUCE: iio: common: st_sensors: fix channel data parsing
4696 * ST Micro lng2dm 3-axis "femto" accelerometer support (LP: #1650112)
4697 - SAUCE: iio: st-accel: add support for lis2dh12
4698 - SAUCE: iio: st_sensors: support active-low interrupts
4699 - SAUCE: iio: accel: Add support for the h3lis331dl accelerometer
4700 - SAUCE: iio: st_sensors: verify interrupt event to status
4701 - SAUCE: iio: st_sensors: support open drain mode
4702 - SAUCE: iio:st_sensors: fix power regulator usage
4703 - SAUCE: iio: st_sensors: switch to a threaded interrupt
4704 - SAUCE: iio: accel: st_accel: Add lis3l02dq support
4705 - SAUCE: iio: st_sensors: fix scale configuration for h3lis331dl
4706 - SAUCE: iio: accel: st_accel: add support to lng2dm
4707 - SAUCE: iio: accel: st_accel: inline per-sensor data
4708 - SAUCE: Documentation: dt: iio: accel: add lng2dm sensor device binding
4709 * ST Micro hts221 relative humidity sensor support (LP: #1650116)
4710 - SAUCE: iio: humidity: add support to hts221 rh/temp combo device
4711 - SAUCE: Documentation: dt: iio: humidity: add hts221 sensor device binding
4712 - SAUCE: iio: humidity: remove
4713 - SAUCE: iio: humidity: Support acpi probe for hts211
4714 * crypto : tolerate new crypto hardware for z Systems (LP: #1644557)
4715 - s390/zcrypt: Introduce CEX6 toleration
4716 * Acer, Inc ID 5986:055a is useless after 14.04.2 installed. (LP: #1433906)
4717 - uvcvideo: uvc_scan_fallback() for webcams with broken chain
4718 * vmxnet3 driver could causes kernel panic with v4.4 if LRO enabled.
4719 (LP: #1650635)
4720 - vmxnet3: segCnt can be 1 for LRO packets
4721 * system freeze when swapping to encrypted swap partition (LP: #1647400)
4722 - mm, oom: rework oom detection
4723 - mm: throttle on IO only when there are too many dirty and writeback pages
4724 * Kernel Fixes to get TCMU File Backed Optical to work (LP: #1646204)
4725 - target/user: Use sense_reason_t in tcmu_queue_cmd_ring
4726 - target/user: Return an error if cmd data size is too large
4727 - target/user: Fix comments to not refer to data ring
4728 - SAUCE: (no-up) target/user: Fix use-after-free of tcmu_cmds if they are
4729 expired
4730 * CVE-2016-9756
4731 - KVM: x86: drop error recovery in em_jmp_far and em_ret_far
4732 * Dell Precision 5520 & 3520 freezes at login screent (LP: #1650054)
4733 - ACPI / blacklist: add _REV quirks for Dell Precision 5520 and 3520
4734 * CVE-2016-9794
4735 - ALSA: pcm : Call kill_fasync() in stream lock
4736 * Allow fuse user namespace mounts by default in xenial (LP: #1634964)
4737 - (namespace) mnt: Move the FS_USERNS_MOUNT check into sget_userns
4738 - (namespace) Revert "UBUNTU: SAUCE: fs: Refuse uid/gid changes which don't
4739 map into s_user_ns"
4740 - (namespace) fs: Refuse uid/gid changes which don't map into s_user_ns
4741 - (namespace) Revert "UBUNTU: SAUCE: fs: Update posix_acl support to handle
4742 user namespace mounts"
4743 - (namespace) vfs: Verify acls are valid within superblock's s_user_ns.
4744 - SAUCE: (namespace) posix_acl: Export posix_acl_fix_xattr_userns() to modules
4745 - SAUCE: (namespace) fuse: Translate ids in posix acl xattrs
4746 - (namespace) vfs: Don't modify inodes with a uid or gid unknown to the vfs
4747 - (namespace) vfs: Don't create inodes with a uid or gid unknown to the vfs
4748 - (namespace) Revert "UBUNTU: SAUCE: quota: Require that qids passed to
4749 dqget() be valid and map into s_user_ns"
4750 - (namespace) Revert "UBUNTU: SAUCE: quota: Convert ids relative to s_user_ns"
4751 - (namespace) quota: Ensure qids map to the filesystem
4752 - (namespace) quota: Handle quota data stored in s_user_ns in quota_setxquota
4753 - (namespace) dquot: For now explicitly don't support filesystems outside of
4754 init_user_ns
4755 - (namespace) Revert "UBUNTU: SAUCE: ima/evm: Allow root in s_user_ns to set
4756 xattrs"
4757 - SAUCE: (namespace) security/integrity: Harden against malformed xattrs
4758 - (namespace) Revert "UBUNTU: SAUCE: fs: Allow superblock owner to change
4759 ownership of inodes with unmappable ids"
4760 - SAUCE: (namespace) fs: Allow superblock owner to change ownership of inodes
4761 - (namespace) Revert "UBUNTU: SAUCE: fs: Don't remove suid for CAP_FSETID in
4762 s_user_ns"
4763 - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID for userns root
4764 - SAUCE: (namespace) fuse: Allow user namespace mounts by default
4765 * Boot crash in xen_send_IPI_one (LP: #1649821)
4766 - xen/qspinlock: Don't kick CPU if IRQ is not initialized
4767 * linux: Staging modules should be unsigned (LP: #1642368)
4768 - [Debian] Suppress module signing for staging drivers
4769 - SAUCE: Add rtl drivers to signature inclusion list
4770 * Ethernet not work after upgrade from kernel 3.19 to 4.4 [10ec:8168]
4771 (LP: #1648279)
4772 - ACPI / blacklist: Make Dell Latitude 3350 ethernet work
4773 * CVE-2016-9793
4774 - net: avoid signed overflows for SO_{SND|RCV}BUFFORCE
4775 * [Hyper-V] Kernel panic not functional on 32bit Ubuntu 14.10, 15.04, and
4776 15.10 (LP: #1400319)
4777 - Drivers: hv: avoid vfree() on crash
4778 * [Hyper-V] netvsc: fix incorrect receive checksum offloading (LP: #1636656)
4779 - netvsc: fix incorrect receive checksum offloading
4780
4781 -- Luis Henriques <luis.henriques@canonical.com> Tue, 20 Dec 2016 14:14:44 +0000
4782
4783 linux-snapdragon (4.4.0-1042.46) xenial; urgency=low
4784
4785 [ Luis Henriques ]
4786
4787 * Release Tracking Bug
4788 - LP: #1648875
4789
4790 [ Ubuntu: 4.4.0-57.78 ]
4791
4792 * Release Tracking Bug
4793 - LP: #1648867
4794 * Miscellaneous Ubuntu changes
4795 - SAUCE: Do not build the xr-usb-serial driver for s390
4796
4797 [ Ubuntu: 4.4.0-56.77 ]
4798
4799 * Release Tracking Bug
4800 - LP: #1648867
4801 * Release Tracking Bug
4802 - LP: #1648579
4803 * CONFIG_NR_CPUS=256 is too low (LP: #1579205)
4804 - [Config] Increase the NR_CPUS to 512 for amd64 to support systems with a
4805 large number of cores.
4806 * NVMe drives in Amazon AWS instance fail to initialize (LP: #1648449)
4807 - SAUCE: (no-up) NVMe: only setup MSIX once
4808
4809 [ Ubuntu: 4.4.0-55.76 ]
4810
4811 * Release Tracking Bug
4812 - LP: #1648503
4813 * NVMe driver accidentally reverted to use GSI instead of MSIX (LP: #1647887)
4814 - (fix) NVMe: restore code to always use MSI/MSI-x interrupts
4815
4816 -- Luis Henriques <luis.henriques@canonical.com> Sat, 10 Dec 2016 10:54:57 +0000
4817
4818 linux-snapdragon (4.4.0-1041.45) xenial; urgency=low
4819
4820 [ Luis Henriques ]
4821
4822 * Release Tracking Bug
4823 - LP: #1648512
4824
4825 [ Ubuntu: 4.4.0-55.76 ]
4826
4827 * Release Tracking Bug
4828 - LP: #1648503
4829 * NVMe driver accidentally reverted to use GSI instead of MSIX (LP: #1647887)
4830 - (fix) NVMe: restore code to always use MSI/MSI-x interrupts
4831
4832 -- Luis Henriques <luis.henriques@canonical.com> Thu, 08 Dec 2016 15:59:37 +0000
4833
4834 linux-snapdragon (4.4.0-1040.44) xenial; urgency=low
4835
4836 [ Luis Henriques ]
4837
4838 * Release Tracking Bug
4839 - LP: #1648021
4840
4841 * UBUNTU: [Config] updateconfigs
4842
4843 [ Ubuntu: 4.4.0-54.75 ]
4844
4845 * Release Tracking Bug
4846 - LP: #1648017
4847 * Update hio driver to 2.1.0.28 (LP: #1646643)
4848 - SAUCE: hio: update to Huawei ES3000_V2 (2.1.0.28)
4849 * linux: Enable live patching for all supported architectures (LP: #1633577)
4850 - [Config] CONFIG_LIVEPATCH=y for s390x
4851 * Botched backport breaks level triggered EOIs in QEMU guests with --machine
4852 kernel_irqchip=split (LP: #1644394)
4853 - kvm/irqchip: kvm_arch_irq_routing_update renaming split
4854 * Xenial update to v4.4.35 stable release (LP: #1645453)
4855 - x86/cpu/AMD: Fix cpu_llc_id for AMD Fam17h systems
4856 - KVM: x86: fix missed SRCU usage in kvm_lapic_set_vapic_addr
4857 - KVM: Disable irq while unregistering user notifier
4858 - fuse: fix fuse_write_end() if zero bytes were copied
4859 - mfd: intel-lpss: Do not put device in reset state on suspend
4860 - can: bcm: fix warning in bcm_connect/proc_register
4861 - i2c: mux: fix up dependencies
4862 - kbuild: add -fno-PIE
4863 - scripts/has-stack-protector: add -fno-PIE
4864 - x86/kexec: add -fno-PIE
4865 - kbuild: Steal gcc's pie from the very beginning
4866 - ext4: sanity check the block and cluster size at mount time
4867 - crypto: caam - do not register AES-XTS mode on LP units
4868 - drm/amdgpu: Attach exclusive fence to prime exported bo's. (v5)
4869 - clk: mmp: pxa910: fix return value check in pxa910_clk_init()
4870 - clk: mmp: pxa168: fix return value check in pxa168_clk_init()
4871 - clk: mmp: mmp2: fix return value check in mmp2_clk_init()
4872 - rtc: omap: Fix selecting external osc
4873 - iwlwifi: pcie: fix SPLC structure parsing
4874 - mfd: core: Fix device reference leak in mfd_clone_cell
4875 - uwb: fix device reference leaks
4876 - PM / sleep: fix device reference leak in test_suspend
4877 - PM / sleep: don't suspend parent when async child suspend_{noirq, late}
4878 fails
4879 - IB/mlx4: Check gid_index return value
4880 - IB/mlx4: Fix create CQ error flow
4881 - IB/mlx5: Use cache line size to select CQE stride
4882 - IB/mlx5: Fix fatal error dispatching
4883 - IB/core: Avoid unsigned int overflow in sg_alloc_table
4884 - IB/uverbs: Fix leak of XRC target QPs
4885 - IB/cm: Mark stale CM id's whenever the mad agent was unregistered
4886 - netfilter: nft_dynset: fix element timeout for HZ != 1000
4887 - Linux 4.4.35
4888 * Upstream stable 4.4.34 and 4.8.10 regression (LP: #1645278)
4889 - flow_dissect: call init_default_flow_dissectors() earlier
4890 * AD5593R configurable multi-channel converter support (LP: #1644726)
4891 - iio: dac: Add support for the AD5592R/AD5593R ADCs/DACs
4892 - iio: dac: ad5592r: Off by one bug in ad5592r_alloc_channels()
4893 - [Config] CONFIG_AD5592R/AD5593R=m
4894 * ST Micro lps22hb pressure sensor support (LP: #1642258)
4895 - iio:st_pressure:initial lps22hb sensor support
4896 - iio:st_pressure: align storagebits on power of 2
4897 - iio:st_pressure: document sampling gains
4898 - iio:st_pressure:lps22hb: temperature support
4899 * Fix Kernel Crashing under IBM Virtual Scsi Driver (LP: #1642299)
4900 - SAUCE: ibmvscsis: Rearrange functions for future patches
4901 - SAUCE: ibmvscsis: Synchronize cmds at tpg_enable_store time
4902 - SAUCE: ibmvscsis: Synchronize cmds at remove time
4903 - SAUCE: ibmvscsis: Clean up properly if target_submit_cmd/tmr fails
4904 - SAUCE: ibmvscsis: Return correct partition name/# to client
4905 - SAUCE: ibmvscsis: Issues from Dan Carpenter/Smatch
4906 * System stalls when creating device node on booting (LP: #1643797)
4907 - sched/fair: Fix new task's load avg removed from source CPU in
4908 wake_up_new_task()
4909 * nvme: improve performance for virtual Google NVMe devices (LP: #1637565)
4910 - blk-mq: add blk_mq_alloc_request_hctx
4911 - nvme.h: add NVMe over Fabrics definitions
4912 - [Config] CONFIG_NVME_VENDOR_EXT_GOOGLE=y
4913 - SAUCE: nvme: improve performance for virtual NVMe devices
4914 * Move some kernel modules to the main kernel package (LP: #1642228)
4915 - [Config] Move some powerpc kernel modules to the main kernel package
4916 * sched: Match-all classifier is missing in xenial (LP: #1642514)
4917 - [Config] CONFIG_NET_CLS_MATCHALL=m
4918 - net/sched: introduce Match-all classifier
4919 * Xenial update to 4.4.34 stable release (LP: #1643637)
4920 - dctcp: avoid bogus doubling of cwnd after loss
4921 - net: clear sk_err_soft in sk_clone_lock()
4922 - net: mangle zero checksum in skb_checksum_help()
4923 - bgmac: stop clearing DMA receive control register right after it is set
4924 - ip6_tunnel: Clear IP6CB in ip6tunnel_xmit()
4925 - tcp: fix potential memory corruption
4926 - dccp: do not send reset to already closed sockets
4927 - dccp: fix out of bound access in dccp_v4_err()
4928 - ipv6: dccp: fix out of bound access in dccp_v6_err()
4929 - ipv6: dccp: add missing bind_conflict to dccp_ipv6_mapped
4930 - sctp: assign assoc_id earlier in __sctp_connect
4931 - fib_trie: Correct /proc/net/route off by one error
4932 - sock: fix sendmmsg for partial sendmsg
4933 - net: __skb_flow_dissect() must cap its return value
4934 - ipv4: use new_gw for redirect neigh lookup
4935 - tcp: take care of truncations done by sk_filter()
4936 - tty: Prevent ldisc drivers from re-using stale tty fields
4937 - sparc: Don't leak context bits into thread->fault_address
4938 - sparc: serial: sunhv: fix a double lock bug
4939 - sparc64 mm: Fix base TSB sizing when hugetlb pages are used
4940 - sparc: Handle negative offsets in arch_jump_label_transform
4941 - sparc64: Handle extremely large kernel TSB range flushes sanely.
4942 - sparc64: Fix illegal relative branches in hypervisor patched TLB code.
4943 - sparc64: Fix instruction count in comment for
4944 __hypervisor_flush_tlb_pending.
4945 - sparc64: Fix illegal relative branches in hypervisor patched TLB cross-call
4946 code.
4947 - sparc64: Handle extremely large kernel TLB range flushes more gracefully.
4948 - sparc64: Delete __ret_efault.
4949 - sparc64: Prepare to move to more saner user copy exception handling.
4950 - sparc64: Convert copy_in_user to accurate exception reporting.
4951 - sparc64: Convert GENcopy_{from,to}_user to accurate exception reporting.
4952 - sparc64: Convert U1copy_{from,to}_user to accurate exception reporting.
4953 - sparc64: Convert NG4copy_{from,to}_user to accurate exception reporting.
4954 - sparc64: Convert NGcopy_{from,to}_user to accurate exception reporting.
4955 - sparc64: Convert NG2copy_{from,to}_user to accurate exception reporting.
4956 - sparc64: Convert U3copy_{from,to}_user to accurate exception reporting.
4957 - sparc64: Delete now unused user copy assembler helpers.
4958 - sparc64: Delete now unused user copy fixup functions.
4959 - Linux 4.4.34
4960 * Xenial update to v4.4.33 stable release (LP: #1642968)
4961 - ALSA: info: Return error for invalid read/write
4962 - ALSA: info: Limit the proc text input size
4963 - ASoC: cs4270: fix DAPM stream name mismatch
4964 - dib0700: fix nec repeat handling
4965 - swapfile: fix memory corruption via malformed swapfile
4966 - coredump: fix unfreezable coredumping task
4967 - s390/hypfs: Use get_free_page() instead of kmalloc to ensure page alignment
4968 - ARC: timer: rtc: implement read loop in "C" vs. inline asm
4969 - pinctrl: cherryview: Serialize register access in suspend/resume
4970 - pinctrl: cherryview: Prevent possible interrupt storm on resume
4971 - staging: iio: ad5933: avoid uninitialized variable in error case
4972 - drivers: staging: nvec: remove bogus reset command for PS/2 interface
4973 - Revert "staging: nvec: ps2: change serio type to passthrough"
4974 - staging: nvec: remove managed resource from PS2 driver
4975 - USB: cdc-acm: fix TIOCMIWAIT
4976 - usb: gadget: u_ether: remove interrupt throttling
4977 - drbd: Fix kernel_sendmsg() usage - potential NULL deref
4978 - toshiba-wmi: Fix loading the driver on non Toshiba laptops
4979 - clk: qoriq: Don't allow CPU clocks higher than starting value
4980 - iio: hid-sensors: Increase the precision of scale to fix wrong reading
4981 interpretation.
4982 - iio: orientation: hid-sensor-rotation: Add PM function (fix non working
4983 driver)
4984 - scsi: qla2xxx: Fix scsi scan hang triggered if adapter fails during init
4985 - scsi: mpt3sas: Fix for block device of raid exists even after deleting raid
4986 disk
4987 - KVM: MIPS: Precalculate MMIO load resume PC
4988 - drm/i915: Respect alternate_ddc_pin for all DDI ports
4989 - dmaengine: at_xdmac: fix spurious flag status for mem2mem transfers
4990 - tty/serial: at91: fix hardware handshake on Atmel platforms
4991 - iommu/amd: Free domain id when free a domain of struct dma_ops_domain
4992 - iommu/vt-d: Fix dead-locks in disable_dmar_iommu() path
4993 - mei: bus: fix received data size check in NFC fixup
4994 - lib/genalloc.c: start search from start of chunk
4995 - hwrng: core - Don't use a stack buffer in add_early_randomness()
4996 - i40e: fix call of ndo_dflt_bridge_getlink()
4997 - ACPI / APEI: Fix incorrect return value of ghes_proc()
4998 - ASoC: sun4i-codec: return error code instead of NULL when create_card fails
4999 - mmc: mxs: Initialize the spinlock prior to using it
5000 - btrfs: qgroup: Prevent qgroup->reserved from going subzero
5001 - netfilter: fix namespace handling in nf_log_proc_dostring
5002 - Linux 4.4.33
5003 * Xenial update to 4.4.32 stable release (LP: #1642573)
5004 - tcp: fix overflow in __tcp_retransmit_skb()
5005 - net: avoid sk_forward_alloc overflows
5006 - tcp: fix wrong checksum calculation on MTU probing
5007 - tcp: fix a compile error in DBGUNDO()
5008 - ip6_gre: fix flowi6_proto value in ip6gre_xmit_other()
5009 - ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_route
5010 - tg3: Avoid NULL pointer dereference in tg3_io_error_detected()
5011 - net: fec: set mac address unconditionally
5012 - net: pktgen: fix pkt_size
5013 - net/sched: act_vlan: Push skb->data to mac_header prior calling skb_vlan_*()
5014 functions
5015 - net: Add netdev all_adj_list refcnt propagation to fix panic
5016 - packet: call fanout_release, while UNREGISTERING a netdev
5017 - netlink: do not enter direct reclaim from netlink_dump()
5018 - ipv6: tcp: restore IP6CB for pktoptions skbs
5019 - ip6_tunnel: fix ip6_tnl_lookup
5020 - net: pktgen: remove rcu locking in pktgen_change_name()
5021 - bridge: multicast: restore perm router ports on multicast enable
5022 - rtnetlink: Add rtnexthop offload flag to compare mask
5023 - net: add recursion limit to GRO
5024 - ipv4: disable BH in set_ping_group_range()
5025 - ipv4: use the right lock for ping_group_range
5026 - net: sctp, forbid negative length
5027 - udp: fix IP_CHECKSUM handling
5028 - net sched filters: fix notification of filter delete with proper handle
5029 - sctp: validate chunk len before actually using it
5030 - packet: on direct_xmit, limit tso and csum to supported devices
5031 - of: silence warnings due to max() usage
5032 - Revert KVM: MIPS: Drop other CPU ASIDs on guest MMU changes
5033 - KVM: MIPS: Drop other CPU ASIDs on guest MMU changes
5034 - drm/amdgpu/dp: add back special handling for NUTMEG
5035 - drm/amdgpu: fix DP mode validation
5036 - drm/radeon: fix DP mode validation
5037 - scsi: megaraid_sas: fix macro MEGASAS_IS_LOGICAL to avoid regression
5038 - Linux 4.4.32
5039 * Xenial update to 4.4.31 stable release (LP: #1642572)
5040 - i2c: xgene: Avoid dma_buffer overrun
5041 - i2c: core: fix NULL pointer dereference under race condition
5042 - drm/dp/mst: Clear port->pdt when tearing down the i2c adapter
5043 - h8300: fix syscall restarting
5044 - libxfs: clean up _calc_dquots_per_chunk
5045 - mm/list_lru.c: avoid error-path NULL pointer deref
5046 - mm: memcontrol: do not recurse in direct reclaim
5047 - ALSA: usb-audio: Add quirk for Syntek STK1160
5048 - ALSA: hda - Merge RIRB_PRE_DELAY into CTX_WORKAROUND caps
5049 - ALSA: hda - Raise AZX_DCAPS_RIRB_DELAY handling into top drivers
5050 - ALSA: hda - allow 40 bit DMA mask for NVidia devices
5051 - ALSA: hda - Adding a new group of pin cfg into ALC295 pin quirk table
5052 - ALSA: hda - Fix headset mic detection problem for two Dell laptops
5053 - ANDROID: binder: Add strong ref checks
5054 - ANDROID: binder: Clear binder and cookie when setting handle in flat binder
5055 struct
5056 - btrfs: fix races on root_log_ctx lists
5057 - ubifs: Abort readdir upon error
5058 - ubifs: Fix regression in ubifs_readdir()
5059 - mei: txe: don't clean an unprocessed interrupt cause.
5060 - usb: gadget: function: u_ether: don't starve tx request queue
5061 - USB: serial: fix potential NULL-dereference at probe
5062 - USB: serial: ftdi_sio: add support for Infineon TriBoard TC2X7
5063 - xhci: use default USB_RESUME_TIMEOUT when resuming ports.
5064 - usb: increase ohci watchdog delay to 275 msec
5065 - Fix potential infoleak in older kernels
5066 - vt: clear selection before resizing
5067 - xhci: add restart quirk for Intel Wildcatpoint PCH
5068 - tty: limit terminal size to 4M chars
5069 - USB: serial: cp210x: fix tiocmget error handling
5070 - dm: free io_barrier after blk_cleanup_queue call
5071 - KVM: x86: fix wbinvd_dirty_mask use-after-free
5072 - KVM: MIPS: Make ERET handle ERL before EXL
5073 - ovl: fsync after copy-up
5074 - parisc: Ensure consistent state when switching to kernel stack at syscall
5075 entry
5076 - virtio_ring: Make interrupt suppression spec compliant
5077 - virtio: console: Unlock vqs while freeing buffers
5078 - dm mirror: fix read error on recovery after default leg failure
5079 - Input: i8042 - add XMG C504 to keyboard reset table
5080 - firewire: net: guard against rx buffer overflows
5081 - firewire: net: fix fragmented datagram_size off-by-one
5082 - mac80211: discard multicast and 4-addr A-MSDUs
5083 - scsi: megaraid_sas: Fix data integrity failure for JBOD (passthrough)
5084 devices
5085 - scsi: scsi_debug: Fix memory leak if LBP enabled and module is unloaded
5086 - scsi: arcmsr: Send SYNCHRONIZE_CACHE command to firmware
5087 - mmc: dw_mmc-pltfm: fix the potential NULL pointer dereference
5088 - Revert "drm/radeon: fix DP link training issue with second 4K monitor"
5089 - drm/radeon/si_dpm: Limit clocks on HD86xx part
5090 - drm/radeon/si_dpm: workaround for SI kickers
5091 - drm/radeon: drop register readback in cayman_cp_int_cntl_setup
5092 - drm/dp/mst: Check peer device type before attempting EDID read
5093 - perf build: Fix traceevent plugins build race
5094 - x86/xen: fix upper bound of pmd loop in xen_cleanhighmap()
5095 - powerpc/ptrace: Fix out of bounds array access warning
5096 - ARM: 8584/1: floppy: avoid gcc-6 warning
5097 - mm/cma: silence warnings due to max() usage
5098 - drm/exynos: fix error handling in exynos_drm_subdrv_open
5099 - cgroup: avoid false positive gcc-6 warning
5100 - smc91x: avoid self-comparison warning
5101 - Disable "frame-address" warning
5102 - UBI: fastmap: scrub PEB when bitflips are detected in a free PEB EC header
5103 - pwm: Unexport children before chip removal
5104 - usb: dwc3: Fix size used in dma_free_coherent()
5105 - tty: vt, fix bogus division in csi_J
5106 - kvm: x86: Check memopp before dereference (CVE-2016-8630)
5107 - ubi: fastmap: Fix add_vol() return value test in ubi_attach_fastmap()
5108 - HID: usbhid: add ATEN CS962 to list of quirky devices
5109 - Linux 4.4.31
5110 * CVE-2016-6213
5111 - mnt: Add a per mount namespace limit on the number of mounts
5112 * ThinkPad T460 hotkeys stop working in Ubuntu 16.04 (LP: #1642114)
5113 - thinkpad_acpi: Add support for HKEY version 0x200
5114 * CVE-2016-4568
5115 - videobuf2-v4l2: Verify planes array in buffer dequeueing
5116 * [SRU] Add 0cf3:e009 to btusb (LP: #1641562)
5117 - Bluetooth: btusb: Add support for 0cf3:e009
5118 * Fix resource leak in btusb (LP: #1641569)
5119 - SAUCE: Bluetooth: decrease refcount after use
5120 * WiFi LED doesn't work on some Edge Gateway units (LP: #1640418)
5121 - SAUCE: mwifiex: Use PCI ID instead of DMI ID to identify Edge Gateways
5122 * [Hyper-V] do not lose pending heartbeat vmbus packets (LP: #1632786)
5123 - hv: do not lose pending heartbeat vmbus packets
5124 * ipv6: connected routes are missing after a down/up cycle on the loopback
5125 (LP: #1634545)
5126 - ipv6: correctly add local routes when lo goes up
5127 * audit: prevent a new auditd to stop an old auditd still alive (LP: #1633404)
5128 - audit: stop an old auditd being starved out by a new auditd
5129 * hv_set_ifconfig script parsing fails for certain configuration
5130 (LP: #1640109)
5131 - hv_set_ifconfig -- handle DHCP interfaces correctly
5132 - hv_set_ifconfig -- ensure we include the last stanza
5133 * CVE-2016-7039 and CVE-2016-8666 (LP: #1631287)
5134 - Revert "UBUNTU: SAUCE: net: add recursion limit to GRO"
5135
5136 [ Ubuntu: 4.4.0-53.74 ]
5137
5138 * CVE-2016-8655 (LP: #1646318)
5139 - packet: fix race condition in packet_set_ring
5140
5141 [ Ubuntu: 4.4.0-51.72 ]
5142
5143 * Release Tracking Bug
5144 - LP: #1644611
5145 * 4.4.0-1037-snapdragon #41: kernel panic on boot (LP: #1644596)
5146 - Revert "dma-mapping: introduce the DMA_ATTR_NO_WARN attribute"
5147 - Revert "powerpc: implement the DMA_ATTR_NO_WARN attribute"
5148 - Revert "nvme: use the DMA_ATTR_NO_WARN attribute"
5149
5150 [ Ubuntu: 4.4.0-50.71 ]
5151
5152 * Release Tracking Bug
5153 - LP: #1644169
5154 * xenial 4.4.0-49.70 kernel breaks LXD userspace (LP: #1644165)
5155 - Revert "UBUNTU: SAUCE: (namespace) fuse: Allow user namespace mounts by
5156 default"
5157 - Revert "UBUNTU: SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID for
5158 userns root"
5159 - Revert "(namespace) Revert "UBUNTU: SAUCE: fs: Don't remove suid for
5160 CAP_FSETID in s_user_ns""
5161 - Revert "UBUNTU: SAUCE: (namespace) fs: Allow superblock owner to change
5162 ownership of inodes"
5163 - Revert "(namespace) Revert "UBUNTU: SAUCE: fs: Allow superblock owner to
5164 change ownership of inodes with unmappable ids""
5165 - Revert "UBUNTU: SAUCE: (namespace) security/integrity: Harden against
5166 malformed xattrs"
5167 - Revert "(namespace) Revert "UBUNTU: SAUCE: ima/evm: Allow root in s_user_ns
5168 to set xattrs""
5169 - Revert "(namespace) dquot: For now explicitly don't support filesystems
5170 outside of init_user_ns"
5171 - Revert "(namespace) quota: Handle quota data stored in s_user_ns in
5172 quota_setxquota"
5173 - Revert "(namespace) quota: Ensure qids map to the filesystem"
5174 - Revert "(namespace) Revert "UBUNTU: SAUCE: quota: Convert ids relative to
5175 s_user_ns""
5176 - Revert "(namespace) Revert "UBUNTU: SAUCE: quota: Require that qids passed
5177 to dqget() be valid and map into s_user_ns""
5178 - Revert "(namespace) vfs: Don't create inodes with a uid or gid unknown to
5179 the vfs"
5180 - Revert "(namespace) vfs: Don't modify inodes with a uid or gid unknown to
5181 the vfs"
5182 - Revert "UBUNTU: SAUCE: (namespace) fuse: Translate ids in posix acl xattrs"
5183 - Revert "UBUNTU: SAUCE: (namespace) posix_acl: Export
5184 posix_acl_fix_xattr_userns() to modules"
5185 - Revert "(namespace) vfs: Verify acls are valid within superblock's
5186 s_user_ns."
5187 - Revert "(namespace) Revert "UBUNTU: SAUCE: fs: Update posix_acl support to
5188 handle user namespace mounts""
5189 - Revert "(namespace) fs: Refuse uid/gid changes which don't map into
5190 s_user_ns"
5191 - Revert "(namespace) Revert "UBUNTU: SAUCE: fs: Refuse uid/gid changes which
5192 don't map into s_user_ns""
5193 - Revert "(namespace) mnt: Move the FS_USERNS_MOUNT check into sget_userns"
5194
5195 [ Ubuntu: 4.4.0-49.70 ]
5196
5197 * Release Tracking Bug
5198 - LP: #1640921
5199 * Infiniband driver (kernel module) needed for Azure (LP: #1641139)
5200 - SAUCE: RDMA Infiniband for Windows Azure
5201 - [Config] CONFIG_HYPERV_INFINIBAND_ND=m
5202 - SAUCE: Makefile RDMA infiniband driver for Windows Azure
5203 - [Config] Add hv_network_direct.ko to generic inclusion list
5204 - SAUCE: RDMA Infiniband for Windows Azure is dependent on amd64
5205
5206 [ Ubuntu: 4.4.0-48.69 ]
5207
5208 * Release Tracking Bug
5209 - LP: #1640758
5210 * lxc-attach to malicious container allows access to host (LP: #1639345)
5211 - Revert "UBUNTU: SAUCE: (noup) ptrace: being capable wrt a process requires
5212 mapped uids/gids"
5213 - (upstream) mm: Add a user_ns owner to mm_struct and fix ptrace permission
5214 checks
5215 * take 'P' command from upstream xmon (LP: #1637978)
5216 - powerpc/xmon: Add xmon command to dump process/task similar to ps(1)
5217 * zfs: importing zpool with vdev on zvol hangs kernel (LP: #1636517)
5218 - SAUCE: (noup) Update zfs to 0.6.5.6-0ubuntu15
5219 * I2C touchpad does not work on AMD platform (LP: #1612006)
5220 - pinctrl/amd: Configure GPIO register using BIOS settings
5221 - pinctrl/amd: switch to using a bool for level
5222 * [LTCTest] vfio_pci not loaded on Ubuntu 16.10 by default (LP: #1636733)
5223 - [Config] CONFIG_VFIO_PCI=y for ppc64el
5224 * QEMU throws failure msg while booting guest with SRIOV VF (LP: #1630554)
5225 - KVM: PPC: Always select KVM_VFIO, plus Makefile cleanup
5226 * Allow fuse user namespace mounts by default in xenial (LP: #1634964)
5227 - (namespace) mnt: Move the FS_USERNS_MOUNT check into sget_userns
5228 - (namespace) Revert "UBUNTU: SAUCE: fs: Refuse uid/gid changes which don't
5229 map into s_user_ns"
5230 - (namespace) fs: Refuse uid/gid changes which don't map into s_user_ns
5231 - (namespace) Revert "UBUNTU: SAUCE: fs: Update posix_acl support to handle
5232 user namespace mounts"
5233 - (namespace) vfs: Verify acls are valid within superblock's s_user_ns.
5234 - SAUCE: (namespace) posix_acl: Export posix_acl_fix_xattr_userns() to modules
5235 - SAUCE: (namespace) fuse: Translate ids in posix acl xattrs
5236 - (namespace) vfs: Don't modify inodes with a uid or gid unknown to the vfs
5237 - (namespace) vfs: Don't create inodes with a uid or gid unknown to the vfs
5238 - (namespace) Revert "UBUNTU: SAUCE: quota: Require that qids passed to
5239 dqget() be valid and map into s_user_ns"
5240 - (namespace) Revert "UBUNTU: SAUCE: quota: Convert ids relative to s_user_ns"
5241 - (namespace) quota: Ensure qids map to the filesystem
5242 - (namespace) quota: Handle quota data stored in s_user_ns in quota_setxquota
5243 - (namespace) dquot: For now explicitly don't support filesystems outside of
5244 init_user_ns
5245 - (namespace) Revert "UBUNTU: SAUCE: ima/evm: Allow root in s_user_ns to set
5246 xattrs"
5247 - SAUCE: (namespace) security/integrity: Harden against malformed xattrs
5248 - (namespace) Revert "UBUNTU: SAUCE: fs: Allow superblock owner to change
5249 ownership of inodes with unmappable ids"
5250 - SAUCE: (namespace) fs: Allow superblock owner to change ownership of inodes
5251 - (namespace) Revert "UBUNTU: SAUCE: fs: Don't remove suid for CAP_FSETID in
5252 s_user_ns"
5253 - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID for userns root
5254 - SAUCE: (namespace) fuse: Allow user namespace mounts by default
5255 * [Feature] KBL - New device ID for Kabypoint(KbP) (LP: #1591618)
5256 - SAUCE: mfd: lpss: Fix Intel Kaby Lake PCH-H properties
5257 * hio: SSD data corruption under stress test (LP: #1638700)
5258 - SAUCE: hio: set bi_error field to signal an I/O error on a BIO
5259 - SAUCE: hio: splitting bio in the entry of .make_request_fn
5260 * Module sha1-mb fails to load (LP: #1637165)
5261 - crypto: sha-mb - Fix load failure
5262 - crypto: mcryptd - Fix load failure
5263 * please include mlx5_core modules in linux-image-generic package
5264 (LP: #1635223)
5265 - [Config] Include mlx5 in main package
5266 * xgene i2c slimpro driver fails to load (LP: #1625232)
5267 - mailbox: Add support for APM X-Gene platform mailbox driver
5268 - mailbox/xgene-slimpro: Checking for IS_ERR instead of NULL
5269 - mailbox: xgene-slimpro: Fix wrong test for devm_kzalloc
5270 - [Config] Enabled XGENE_SLIMPRO_MBOX as a module
5271 * [Dell][XPS]Touchscreen fails to function after resume from s3 by Lid
5272 close/open (LP: #1632527)
5273 - gpio/pinctrl: sunxi: stop poking around in private vars
5274 - pinctrl: intel: Only restore pins that are used by the driver
5275 * Xenial update to v4.4.30 stable release (LP: #1638272)
5276 - Revert "x86/mm: Expand the exception table logic to allow new handling
5277 options"
5278 - Revert "fix minor infoleak in get_user_ex()"
5279 - Linux 4.4.30
5280 * Xenial update to v4.4.29 stable release (LP: #1638267)
5281 - drm/prime: Pass the right module owner through to dma_buf_export()
5282 - drm/amdgpu: fix IB alignment for UVD
5283 - drm/amdgpu/dce10: disable hpd on local panels
5284 - drm/amdgpu/dce8: disable hpd on local panels
5285 - drm/amdgpu/dce11: disable hpd on local panels
5286 - drm/amdgpu/dce11: add missing drm_mode_config_cleanup call
5287 - drm/amdgpu: change vblank_time's calculation method to reduce computational
5288 error.
5289 - drm/radeon: narrow asic_init for virtualization
5290 - drm/radeon/si/dpm: fix phase shedding setup
5291 - drm/radeon: change vblank_time's calculation method to reduce computational
5292 error.
5293 - drm/vmwgfx: Limit the user-space command buffer size
5294 - drm/i915/gen9: fix the WaWmMemoryReadLatency implementation
5295 - Revert "drm/i915: Check live status before reading edid"
5296 - drm/i915: Account for TSEG size when determining 865G stolen base
5297 - drm/i915: Unalias obj->phys_handle and obj->userptr
5298 - mm/hugetlb: fix memory offline with hugepage size > memory block size
5299 - posix_acl: Clear SGID bit when setting file permissions
5300 - ipip: Properly mark ipip GRO packets as encapsulated.
5301 - powerpc/eeh: Null check uses of eeh_pe_bus_get
5302 - perf stat: Fix interval output values
5303 - genirq/generic_chip: Add irq_unmap callback
5304 - uio: fix dmem_region_start computation
5305 - ARM: clk-imx35: fix name for ckil clk
5306 - spi: spi-fsl-dspi: Drop extra spi_master_put in device remove function
5307 - mwifiex: correct aid value during tdls setup
5308 - crypto: gcm - Fix IV buffer size in crypto_gcm_setkey
5309 - crypto: arm/ghash-ce - add missing async import/export
5310 - hwrng: omap - Only fail if pm_runtime_get_sync returns < 0
5311 - ASoC: topology: Fix error return code in soc_tplg_dapm_widget_create()
5312 - ASoC: dapm: Fix possible uninitialized variable in snd_soc_dapm_get_volsw()
5313 - ASoC: dapm: Fix value setting for _ENUM_DOUBLE MUX's second channel
5314 - ASoC: dapm: Fix kcontrol creation for output driver widget
5315 - staging: r8188eu: Fix scheduling while atomic splat
5316 - power: bq24257: Fix use of uninitialized pointer bq->charger
5317 - dmaengine: ipu: remove bogus NO_IRQ reference
5318 - x86/mm: Expand the exception table logic to allow new handling options
5319 - s390/cio: fix accidental interrupt enabling during resume
5320 - s390/con3270: fix use of uninitialised data
5321 - s390/con3270: fix insufficient space padding
5322 - clk: qoriq: fix a register offset error
5323 - clk: divider: Fix clk_divider_round_rate() to use clk_readl()
5324 - perf hists browser: Fix event group display
5325 - perf symbols: Check symbol_conf.allow_aliases for kallsyms loading too
5326 - perf symbols: Fixup symbol sizes before picking best ones
5327 - mpt3sas: Don't spam logs if logging level is 0
5328 - powerpc/nvram: Fix an incorrect partition merge
5329 - ARM: pxa: pxa_cplds: fix interrupt handling
5330 - Linux 4.4.29
5331 * KVM: PPC: Book3S HV: Migrate pinned pages out of CMA (LP: #1632045)
5332 - KVM: PPC: Book3S HV: Migrate pinned pages out of CMA
5333 * Xenial update to v4.4.28 stable release (LP: #1637510)
5334 - gpio: mpc8xxx: Correct irq handler function
5335 - mei: me: add kaby point device ids
5336 - regulator: tps65910: Work around silicon erratum SWCZ010
5337 - clk: imx6: initialize GPU clocks
5338 - PM / devfreq: event: remove duplicate devfreq_event_get_drvdata()
5339 - rtlwifi: Fix missing country code for Great Britain
5340 - mmc: block: don't use CMD23 with very old MMC cards
5341 - mmc: sdhci: cast unsigned int to unsigned long long to avoid unexpeted error
5342 - PCI: Mark Atheros AR9580 to avoid bus reset
5343 - platform: don't return 0 from platform_get_irq[_byname]() on error
5344 - cpufreq: intel_pstate: Fix unsafe HWP MSR access
5345 - parisc: Increase KERNEL_INITIAL_SIZE for 32-bit SMP kernels
5346 - parisc: Fix kernel memory layout regarding position of __gp
5347 - parisc: Increase initial kernel mapping size
5348 - pstore/ramoops: fixup driver removal
5349 - pstore/core: drop cmpxchg based updates
5350 - pstore/ram: Use memcpy_toio instead of memcpy
5351 - pstore/ram: Use memcpy_fromio() to save old buffer
5352 - perf intel-pt: Fix snapshot overlap detection decoder errors
5353 - perf intel-pt: Fix estimated timestamps for cycle-accurate mode
5354 - perf intel-pt: Fix MTC timestamp calculation for large MTC periods
5355 - dm: mark request_queue dead before destroying the DM device
5356 - dm: return correct error code in dm_resume()'s retry loop
5357 - dm mpath: check if path's request_queue is dying in activate_path()
5358 - dm crypt: fix crash on exit
5359 - powerpc/vdso64: Use double word compare on pointers
5360 - powerpc/powernv: Pass CPU-endian PE number to opal_pci_eeh_freeze_clear()
5361 - powerpc/powernv: Use CPU-endian hub diag-data type in
5362 pnv_eeh_get_and_dump_hub_diag()
5363 - powerpc/powernv: Use CPU-endian PEST in pnv_pci_dump_p7ioc_diag_data()
5364 - ubi: Deal with interrupted erasures in WL
5365 - zfcp: fix fc_host port_type with NPIV
5366 - zfcp: fix ELS/GS request&response length for hardware data router
5367 - zfcp: close window with unblocked rport during rport gone
5368 - zfcp: retain trace level for SCSI and HBA FSF response records
5369 - zfcp: restore: Dont use 0 to indicate invalid LUN in rec trace
5370 - zfcp: trace on request for open and close of WKA port
5371 - zfcp: restore tracing of handle for port and LUN with HBA records
5372 - zfcp: fix D_ID field with actual value on tracing SAN responses
5373 - zfcp: fix payload trace length for SAN request&response
5374 - zfcp: trace full payload of all SAN records (req,resp,iels)
5375 - scsi: zfcp: spin_lock_irqsave() is not nestable
5376 - fbdev/efifb: Fix 16 color palette entry calculation
5377 - ovl: Fix info leak in ovl_lookup_temp()
5378 - ovl: copy_up_xattr(): use strnlen
5379 - mb86a20s: fix the locking logic
5380 - mb86a20s: fix demod settings
5381 - cx231xx: don't return error on success
5382 - cx231xx: fix GPIOs for Pixelview SBTVD hybrid
5383 - ALSA: hda - Fix a failure of micmute led when having multi adcs
5384 - MIPS: Fix -mabi=64 build of vdso.lds
5385 - MIPS: ptrace: Fix regs_return_value for kernel context
5386 - lib: move strtobool() to kstrtobool()
5387 - lib: update single-char callers of strtobool()
5388 - lib: add "on"/"off" support to kstrtobool
5389 - Input: i8042 - skip selftest on ASUS laptops
5390 - Input: elantech - force needed quirks on Fujitsu H760
5391 - Input: elantech - add Fujitsu Lifebook E556 to force crc_enabled
5392 - sunrpc: fix write space race causing stalls
5393 - NFSv4: Don't report revoked delegations as valid in nfs_have_delegation()
5394 - NFSv4: nfs4_copy_delegation_stateid() must fail if the delegation is invalid
5395 - NFSv4: Open state recovery must account for file permission changes
5396 - NFSv4.2: Fix a reference leak in nfs42_proc_layoutstats_generic
5397 - scsi: Fix use-after-free
5398 - metag: Only define atomic_dec_if_positive conditionally
5399 - mm: filemap: don't plant shadow entries without radix tree node
5400 - ipc/sem.c: fix complex_count vs. simple op race
5401 - arc: don't leak bits of kernel stack into coredump
5402 - fs/super.c: fix race between freeze_super() and thaw_super()
5403 - cifs: Limit the overall credit acquired
5404 - fs/cifs: keep guid when assigning fid to fileinfo
5405 - Clarify locking of cifs file and tcon structures and make more granular
5406 - Display number of credits available
5407 - Set previous session id correctly on SMB3 reconnect
5408 - SMB3: GUIDs should be constructed as random but valid uuids
5409 - Do not send SMB3 SET_INFO request if nothing is changing
5410 - Cleanup missing frees on some ioctls
5411 - blkcg: Unlock blkcg_pol_mutex only once when cpd == NULL
5412 - x86/e820: Don't merge consecutive E820_PRAM ranges
5413 - kvm: x86: memset whole irq_eoi
5414 - irqchip/gicv3: Handle loop timeout proper
5415 - sd: Fix rw_max for devices that report an optimal xfer size
5416 - hpsa: correct skipping masked peripherals
5417 - PKCS#7: Don't require SpcSpOpusInfo in Authenticode pkcs7 signatures
5418 - bnx2x: Prevent false warning for lack of FC NPIV
5419 - net/mlx4_core: Allow resetting VF admin mac to zero
5420 - acpi, nfit: check for the correct event code in notifications
5421 - mm: workingset: fix crash in shadow node shrinker caused by
5422 replace_page_cache_page()
5423 - mm: filemap: fix mapping->nrpages double accounting in fuse
5424 - Using BUG_ON() as an assert() is _never_ acceptable
5425 - s390/mm: fix gmap tlb flush issues
5426 - irqchip/gic-v3-its: Fix entry size mask for GITS_BASER
5427 - isofs: Do not return EACCES for unknown filesystems
5428 - memstick: rtsx_usb_ms: Runtime resume the device when polling for cards
5429 - memstick: rtsx_usb_ms: Manage runtime PM when accessing the device
5430 - arm64: percpu: rewrite ll/sc loops in assembly
5431 - arm64: kernel: Init MDCR_EL2 even in the absence of a PMU
5432 - ceph: fix error handling in ceph_read_iter
5433 - powerpc/mm: Prevent unlikely crash in copro_calculate_slb()
5434 - mmc: core: Annotate cmd_hdr as __le32
5435 - mmc: rtsx_usb_sdmmc: Avoid keeping the device runtime resumed when unused
5436 - mmc: rtsx_usb_sdmmc: Handle runtime PM while changing the led
5437 - ext4: do not advertise encryption support when disabled
5438 - jbd2: fix incorrect unlock on j_list_lock
5439 - ubifs: Fix xattr_names length in exit paths
5440 - target: Re-add missing SCF_ACK_KREF assignment in v4.1.y
5441 - target: Make EXTENDED_COPY 0xe4 failure return COPY TARGET DEVICE NOT
5442 REACHABLE
5443 - target: Don't override EXTENDED_COPY xcopy_pt_cmd SCSI status code
5444 - Linux 4.4.28
5445 * Xenial update to v4.4.27 stable release (LP: #1637501)
5446 - serial: 8250_dw: Check the data->pclk when get apb_pclk
5447 - btrfs: assign error values to the correct bio structs
5448 - drivers: base: dma-mapping: page align the size when unmap_kernel_range
5449 - fuse: listxattr: verify xattr list
5450 - fuse: invalidate dir dentry after chmod
5451 - fuse: fix killing s[ug]id in setattr
5452 - i40e: avoid NULL pointer dereference and recursive errors on early PCI error
5453 - brcmfmac: fix memory leak in brcmf_fill_bss_param
5454 - ASoC: Intel: Atom: add a missing star in a memcpy call
5455 - reiserfs: Unlock superblock before calling reiserfs_quota_on_mount()
5456 - reiserfs: switch to generic_{get,set,remove}xattr()
5457 - async_pq_val: fix DMA memory leak
5458 - scsi: arcmsr: Simplify user_len checking
5459 - ext4: enforce online defrag restriction for encrypted files
5460 - ext4: reinforce check of i_dtime when clearing high fields of uid and gid
5461 - ext4: fix memory leak in ext4_insert_range()
5462 - ext4: allow DAX writeback for hole punch
5463 - ext4: release bh in make_indexed_dir
5464 - dlm: free workqueues after the connections
5465 - vfs: move permission checking into notify_change() for utimes(NULL)
5466 - cfq: fix starvation of asynchronous writes
5467 - Linux 4.4.27
5468 * Xenial update to v4.4.26 stable release (LP: #1637500)
5469 - x86/build: Build compressed x86 kernels as PIE
5470 - Linux 4.4.26
5471 * ISST-LTE:pVM nvme 0000:a0:00.0: iommu_alloc failed on NVMe card
5472 (LP: #1633128)
5473 - dma-mapping: introduce the DMA_ATTR_NO_WARN attribute
5474 - powerpc: implement the DMA_ATTR_NO_WARN attribute
5475 - nvme: use the DMA_ATTR_NO_WARN attribute
5476 * CVE-2016-8658
5477 - brcmfmac: avoid potential stack overflow in brcmf_cfg80211_start_ap()
5478 * Hotkey doesn't work on HP x360 (LP: #1620979)
5479 - gpiolib: Make it possible to exclude GPIOs from IRQ domain
5480 - pinctrl: cherryview: Do not mask all interrupts in probe
5481 - pinctrl: cherryview: Do not add all southwest and north GPIOs to IRQ domain
5482 * Bad page state in process genwqe_gunzip pfn:3c275 in the genwqe device
5483 driver (LP: #1559194)
5484 - SAUCE: (noup) Bad page state in process genwqe_gunzip pfn:3c275 in the
5485 genwqe device driver
5486 * CVE-2016-7425
5487 - scsi: arcmsr: Buffer overflow in arcmsr_iop_message_xfer()
5488 * Add ipvlan module to 16.04 kernel (LP: #1634705)
5489 - [Config] Add ipvlan to the generic inclusion list
5490 * kernel generates ACPI Exception: AE_NOT_FOUND, Evaluating _DOD incorrectly
5491 (LP: #1634607)
5492 - ACPI / video: skip evaluating _DOD when it does not exist
5493 * BT still shows off after resume by wireless hotkey (LP: #1634380)
5494 - Bluetooth: btusb: Fix atheros firmware download error
5495 * ghash-clmulni-intel module fails to load (LP: #1633058)
5496 - crypto: ghash-clmulni - Fix load failure
5497 - crypto: cryptd - Assign statesize properly
5498 * Xenial update to v4.4.25 stable release (LP: #1634153)
5499 - timekeeping: Fix __ktime_get_fast_ns() regression
5500 - ALSA: ali5451: Fix out-of-bound position reporting
5501 - ALSA: usb-audio: Extend DragonFly dB scale quirk to cover other variants
5502 - ALSA: usb-line6: use the same declaration as definition in header for MIDI
5503 manufacturer ID
5504 - mfd: rtsx_usb: Avoid setting ucr->current_sg.status
5505 - mfd: atmel-hlcdc: Do not sleep in atomic context
5506 - mfd: 88pm80x: Double shifting bug in suspend/resume
5507 - mfd: wm8350-i2c: Make sure the i2c regmap functions are compiled
5508 - KVM: PPC: Book3s PR: Allow access to unprivileged MMCR2 register
5509 - KVM: MIPS: Drop other CPU ASIDs on guest MMU changes
5510 - KVM: PPC: BookE: Fix a sanity check
5511 - x86/boot: Fix kdump, cleanup aborted E820_PRAM max_pfn manipulation
5512 - x86/irq: Prevent force migration of irqs which are not in the vector domain
5513 - x86/dumpstack: Fix x86_32 kernel_stack_pointer() previous stack access
5514 - ARM: dts: mvebu: armada-390: add missing compatibility string and bracket
5515 - ARM: dts: MSM8064 remove flags from SPMI/MPP IRQs
5516 - ARM: cpuidle: Fix error return code
5517 - ima: use file_dentry()
5518 - tpm: fix a race condition in tpm2_unseal_trusted()
5519 - tpm_crb: fix crb_req_canceled behavior
5520 - Linux 4.4.25
5521 * backport fwts UEFI test driver to Xenial (LP: #1633506)
5522 - efi: Add efi_test driver for exporting UEFI runtime service interfaces
5523 - [Config] CONFIG_EFI_TEST=m
5524 * Fix alps driver for multitouch function. (LP: #1633321)
5525 - HID: alps: fix multitouch cursor issue
5526 * xgene merlin crashes when running as iperf server (LP: #1632739)
5527 - drivers: net: xgene: optimizing the code
5528 - xgene: get_phy_device() doesn't return NULL anymore
5529 - drivers: net: xgene: Get channel number from device binding
5530 - drivers: net: xgene: constify xgene_cle_ops structure
5531 - drivers: net: xgene: Fix error handling
5532 - drivers: net: xgene: fix IPv4 forward crash
5533 - drivers: net: xgene: fix sharing of irqs
5534 - drivers: net: xgene: fix ununiform latency across queues
5535 - drivers: net: xgene: fix statistics counters race condition
5536 - drivers: net: xgene: fix register offset
5537 - drivers: net: xgene: Separate set_speed from mac_init
5538 - drivers: net: xgene: Fix module unload crash - hw resource cleanup
5539 - drivers: net: xgene: Fix module unload crash - change sw sequence
5540 - drivers: net: xgene: Fix module unload crash - clkrst sequence
5541 - drivers: net: phy: xgene: Add MDIO driver
5542 - drivers: net: xgene: Add backward compatibility
5543 - drivers: net: xgene: Enable MDIO driver
5544 - drivers: net: xgene: Use exported functions
5545 - drivers: net: xgene: ethtool: Use phy_ethtool_gset and sset
5546 - dtb: xgene: Add MDIO node
5547 - MAINTAINERS: xgene: Add driver and documentation path
5548 - [Config] Enable MDIO_XGENE as a modules
5549 * Add support for KabeLake i219-LOM chips (LP: #1632578)
5550 - e1000e: Initial support for KabeLake
5551
5552 -- Luis Henriques <luis.henriques@canonical.com> Wed, 07 Dec 2016 18:10:04 +0000
5553
5554 linux-snapdragon (4.4.0-1039.43) xenial; urgency=low
5555
5556 * CVE-2016-8655 (LP: #1646318)
5557 - packet: fix race condition in packet_set_ring
5558
5559 -- Brad Figg <brad.figg@canonical.com> Fri, 02 Dec 2016 11:24:31 -0800
5560
5561 linux-snapdragon (4.4.0-1035.39) xenial; urgency=low
5562
5563 [ Luis Henriques ]
5564
5565 * Release Tracking Bug
5566 - LP: #1640520
5567
5568 * unexpectedly large memory usage of mounted snaps (LP: #1636847)
5569 - [Config] switch squashfs to single threaded decode
5570
5571 -- Luis Henriques <luis.henriques@canonical.com> Wed, 09 Nov 2016 15:44:52 +0000
5572
5573 linux-snapdragon (4.4.0-1034.38) xenial; urgency=low
5574
5575 [ Kamal Mostafa ]
5576
5577 * Release Tracking Bug
5578 - LP: #1636948
5579
5580 [ Ubuntu: 4.4.0-47.68 ]
5581
5582 * Add a driver for Amazon Elastic Network Adapters (ENA) (LP: #1635721)
5583 - lib/bitmap.c: conversion routines to/from u32 array
5584 - net: ethtool: add new ETHTOOL_xLINKSETTINGS API
5585 - net: ena: Add a driver for Amazon Elastic Network Adapters (ENA)
5586 - [config] enable CONFIG_ENA_ETHERNET=m (Amazon ENA driver)
5587 * unexpectedly large memory usage of mounted snaps (LP: #1636847)
5588 - [Config] switch squashfs to single threaded decode
5589
5590 -- Kamal Mostafa <kamal@canonical.com> Wed, 26 Oct 2016 13:34:19 -0700
5591
5592 linux-snapdragon (4.4.0-1033.37) xenial; urgency=low
5593
5594 [ Seth Forshee ]
5595
5596 * Release Tracking Bug
5597 - LP: #1635247
5598
5599 [ Ubuntu: 4.4.0-46.67 ]
5600
5601 * Release Tracking Bug
5602 - LP: #1635242
5603 * proc_keys_show crash when reading /proc/keys (LP: #1634496)
5604 - SAUCE: KEYS: ensure xbuf is large enough to fix buffer overflow in
5605 proc_keys_show (LP: #1634496)
5606 * [Trusty->Yakkety] powerpc/64: Fix incorrect return value from
5607 __copy_tofrom_user (LP: #1632462)
5608 - SAUCE: (no-up) powerpc/64: Fix incorrect return value from
5609 __copy_tofrom_user
5610 * Ubuntu 16.10: Oops panic in move_page_tables/page_remove_rmap after running
5611 memory_stress_ng. (LP: #1628976)
5612 - SAUCE: (no-up) powerpc/pseries: Fix stack corruption in htpe code
5613 * Paths not failed properly when unmapping virtual FC ports in VIOS (using
5614 ibmvfc) (LP: #1632116)
5615 - scsi: ibmvfc: Fix I/O hang when port is not mapped
5616 * PSL data cache should be flushed before resetting CAPI adapter
5617 (LP: #1632049)
5618 - cxl: Flush PSL cache before resetting the adapter
5619 * thunder nic: avoid link delays due to RX_PACKET_DIS (LP: #1630038)
5620 - net: thunderx: Don't set RX_PACKET_DIS while initializing
5621 * Support snaps inside of lxd containers (LP: #1611078)
5622 - Revert "UBUNTU: SAUCE: apparmor: fix sleep in critical section"
5623 - SAUCE: (no-up) apparmor: sync of apparmor 3.6 (from Ubuntu 16.10)
5624 * crypto/vmx/p8_ghash memory corruption (LP: #1630970)
5625 - crypto: ghash-generic - move common definitions to a new header file
5626 - crypto: vmx - Fix memory corruption caused by p8_ghash
5627 - crypto: vmx - Ensure ghash-generic is enabled
5628 * Xenial update to v4.4.24 stable release (LP: #1631468)
5629 - cpuset: handle race between CPU hotplug and cpuset_hotplug_work
5630 - mtd: nand: davinci: Reinitialize the HW ECC engine in 4bit hwctl
5631 - mm,ksm: fix endless looping in allocating memory when ksm enable
5632 - can: dev: fix deadlock reported after bus-off
5633 - x86/init: Fix cr4_init_shadow() on CR4-less machines
5634 - x86/boot: Initialize FPU and X86_FEATURE_ALWAYS even if we don't have CPUID
5635 - drm/nouveau/fifo/nv04: avoid ramht race against cookie insertion
5636 - drm/radeon/si/dpm: add workaround for for Jet parts
5637 - ARM: 8616/1: dt: Respect property size when parsing CPUs
5638 - ARM: 8617/1: dma: fix dma_max_pfn()
5639 - usb: musb: Fix DMA desired mode for Mentor DMA engine
5640 - usb: musb: fix DMA for host mode
5641 - iwlwifi: mvm: fix a few firmware capability checks
5642 - perf/core: Fix pmu::filter_match for SW-led groups
5643 - i40e: avoid null pointer dereference
5644 - pinctrl: uniphier: fix .pin_dbg_show() callback
5645 - pinctrl: Flag strict is a field in struct pinmux_ops
5646 - drivers/perf: arm_pmu: Fix leak in error path
5647 - mmc: pxamci: fix potential oops
5648 - tools/vm/slabinfo: fix an unintentional printf
5649 - ipvs: fix bind to link-local mcast IPv6 address in backup
5650 - nvmem: Declare nvmem_cell_read() consistently
5651 - hwmon: (adt7411) set bit 3 in CFG1 register
5652 - spi: sh-msiof: Avoid invalid clock generator parameters
5653 - iwlwifi: pcie: fix access to scratch buffer
5654 - iwlwifi: mvm: don't use ret when not initialised
5655 - ceph: fix race during filling readdir cache
5656 - usb: gadget: fsl_qe_udc: signedness bug in qe_get_frame()
5657 - gpio: sa1100: fix irq probing for ucb1x00
5658 - irqchip/gicv3: Silence noisy DEBUG_PER_CPU_MAPS warning
5659 - ARM: 8618/1: decompressor: reset ttbcr fields to use TTBR0 on ARMv7
5660 - arm64: debug: avoid resetting stepping state machine when TIF_SINGLESTEP
5661 - MIPS: uprobes: remove incorrect set_orig_insn
5662 - MIPS: fix uretprobe implementation
5663 - MIPS: Malta: Fix IOCU disable switch read for MIPS64
5664 - MIPS: uprobes: fix use of uninitialised variable
5665 - printk: fix parsing of "brl=" option
5666 - tpm: fix byte-order for the value read by tpm2_get_tpm_pt
5667 - regulator: qcom_spmi: Add support for S4 supply on pm8941
5668 - regulator: qcom_spmi: Add support for get_mode/set_mode on switches
5669 - regulator: qcom_spmi: Update mvs1/mvs2 switches on pm8941
5670 - regulator: qcom_smd: Fix voltage ranges for pm8x41
5671 - ARM: sun5i: Fix typo in trip point temperature
5672 - ARM: sa1100: register clocks early
5673 - ARM: sa1100: fix 3.6864MHz clock
5674 - ARM: sa1100: clear reset status prior to reboot
5675 - ARM: shmobile: fix regulator quirk for Gen2
5676 - ARM: sa1111: fix pcmcia suspend/resume
5677 - hwrng: omap - Fix assumption that runtime_get_sync will always succeed
5678 - blk-mq: actually hook up defer list when running requests
5679 - pstore: drop file opened reference count
5680 - tile: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFO
5681 - iwlmvm: mvm: set correct state in smart-fifo configuration
5682 - NFC: fdp: Detect errors from fdp_nci_create_conn()
5683 - em28xx-i2c: rt_mutex_trylock() returns zero on failure
5684 - gspca: avoid unused variable warnings
5685 - ath9k: Fix programming of minCCA power threshold
5686 - avr32: off by one in at32_init_pio()
5687 - fnic: pci_dma_mapping_error() doesn't return an error code
5688 - dmaengine: at_xdmac: fix debug string
5689 - svc: Avoid garbage replies when pc_func() returns rpc_drop_reply
5690 - NFS: Don't drop CB requests with invalid principals
5691 - pNFS/files: Fix layoutcommit after a commit to DS
5692 - pNFS/flexfiles: Fix layoutcommit after a commit to DS
5693 - ASoC: Intel: Skylake: Fix error return code in skl_probe()
5694 - brcmfmac: Fix glob_skb leak in brcmf_sdiod_recv_chain
5695 - brcmsmac: Free packet if dma_mapping_error() fails in dma_rxfill
5696 - brcmsmac: Initialize power in brcms_c_stf_ss_algo_channel_get()
5697 - powerpc/prom: Fix sub-processor option passed to ibm, client-architecture-
5698 support
5699 - sysctl: handle error writing UINT_MAX to u32 fields
5700 - ASoC: omap-mcpdm: Fix irq resource handling
5701 - kernel/fork: fix CLONE_CHILD_CLEARTID regression in nscd
5702 - dmaengine: at_xdmac: fix to pass correct device identity to free_irq()
5703 - KVM: nVMX: postpone VMCS changes on MSR_IA32_APICBASE write
5704 - IB/ipoib: Fix memory corruption in ipoib cm mode connect flow
5705 - IB/core: Fix use after free in send_leave function
5706 - IB/ipoib: Don't allow MC joins during light MC flush
5707 - IB/mlx4: Fix incorrect MC join state bit-masking on SR-IOV
5708 - IB/mlx4: Fix code indentation in QP1 MAD flow
5709 - IB/mlx4: Use correct subnet-prefix in QP1 mads under SR-IOV
5710 - batman-adv: remove unused callback from batadv_algo_ops struct
5711 - aio: mark AIO pseudo-fs noexec
5712 - clk: xgene: Add missing parenthesis when clearing divider value
5713 - dm log writes: fix bug with too large bios
5714 - USB: serial: cp210x: fix hardware flow-control disable
5715 - usb: misc: legousbtower: Fix NULL pointer deference
5716 - Staging: fbtft: Fix bug in fbtft-core
5717 - USB: serial: cp210x: Add ID for a Juniper console
5718 - Revert "usbtmc: convert to devm_kzalloc"
5719 - ALSA: hda - Adding one more ALC255 pin definition for headset problem
5720 - ACPICA: acpi_get_sleep_type_data: Reduce warnings
5721 - ALSA: hda - Fix headset mic detection problem for several Dell laptops
5722 - ALSA: hda - Add the top speaker pin config for HP Spectre x360
5723 - Linux 4.4.24
5724 * sha1-powerpc returning wrong results (LP: #1629977)
5725 - crypto: sha1-powerpc - little-endian support
5726 * Dell Precision Trackpoint not working after suspend (LP: #1630857)
5727 - HID: alps: fix stick device not working after resume
5728 * OOPS on beaglebone on boot of 4.4.0-36-generic under snappy ubuntu core
5729 xenial (LP: #1625177)
5730 - net: ethernet: ti: cpdma: fix lockup in cpdma_ctlr_destroy()
5731 - drivers: net: cpsw: fix wrong regs access in cpsw_remove
5732 - drivers: net: cpsw: use of_platform_depopulate()
5733 - ARM: OMAP2+: omap_device: fix crash on omap_device removal
5734 - ARM: OMAP2+: Fix omap_device for module reload on PM runtime forbid
5735 - ARM: OMAP2+: Fix typo in omap_device.c
5736 - drivers: net: cpsw: fix suspend when all ethX devices are down
5737 - drivers: net: cpsw: fix wrong regs access in cpsw_ndo_open
5738 - drivers: net: cpsw: check return code from pm runtime calls
5739 - drivers: net: cpsw: remove pm runtime calls from suspend callbacks
5740 - drivers: net: cpsw: ethtool: fix accessing to suspended device
5741 - drivers: net: cpsw: ndev: fix accessing to suspended device
5742 - drivers: net: cpsw: fix kmemleak false-positive reports for sk buffers
5743 * Autofs parameter substitution broken in kernel 4.4.0-38 and 4.4.0-40
5744 (LP: #1629204)
5745 - SAUCE: (namespace) autofs4: Use real_cred for requestor's ids
5746 * Xenial update to v4.4.23 stable release (LP: #1629386)
5747 - include/linux/kernel.h: change abs() macro so it uses consistent return type
5748 - Fix build warning in kernel/cpuset.c
5749 - reiserfs: fix "new_insert_key may be used uninitialized ..."
5750 - ipv4: panic in leaf_walk_rcu due to stale node pointer
5751 - ipv6: release dst in ping_v6_sendmsg
5752 - tcp: cwnd does not increase in TCP YeAH
5753 - tcp: properly scale window in tcp_v[46]_reqsk_send_ack()
5754 - crypto: arm64/aes-ctr - fix NULL dereference in tail processing
5755 - crypto: arm/aes-ctr - fix NULL dereference in tail processing
5756 - crypto: skcipher - Fix blkcipher walk OOM crash
5757 - crypto: echainiv - Replace chaining with multiplication
5758 - ocfs2/dlm: fix race between convert and migration
5759 - ocfs2: fix start offset to ocfs2_zero_range_for_truncate()
5760 - kbuild: Do not run modules_install and install in paralel
5761 - Makefile: revert "Makefile: Document ability to make file.lst and file.S"
5762 partially
5763 - tools: Support relative directory path for 'O='
5764 - kbuild: forbid kernel directory to contain spaces and colons
5765 - Kbuild: disable 'maybe-uninitialized' warning for
5766 CONFIG_PROFILE_ALL_BRANCHES
5767 - gcov: disable -Wmaybe-uninitialized warning
5768 - Disable "maybe-uninitialized" warning globally
5769 - Disable "frame-address" warning
5770 - Makefile: Mute warning for __builtin_return_address(>0) for tracing only
5771 - net: caif: fix misleading indentation
5772 - Add braces to avoid "ambiguous ‘else’" compiler warnings
5773 - am437x-vfpe: fix typo in vpfe_get_app_input_index
5774 - ath9k: fix misleading indentation
5775 - iwlegacy: avoid warning about missing braces
5776 - Staging: iio: adc: fix indent on break statement
5777 - nouveau: fix nv40_perfctr_next() cleanup regression
5778 - bonding: Fix bonding crash
5779 - Revert "af_unix: Fix splice-bind deadlock"
5780 - af_unix: split 'u->readlock' into two: 'iolock' and 'bindlock'
5781 - vti: flush x-netns xfrm cache when vti interface is removed
5782 - net/irda: handle iriap_register_lsap() allocation failure
5783 - tipc: fix NULL pointer dereference in shutdown()
5784 - net/mlx5: Added missing check of msg length in verifying its signature
5785 - net: dsa: bcm_sf2: Fix race condition while unmasking interrupts
5786 - Revert "phy: IRQ cannot be shared"
5787 - net: smc91x: fix SMC accesses
5788 - bridge: re-introduce 'fix parsing of MLDv2 reports'
5789 - autofs races
5790 - autofs: use dentry flags to block walks during expire
5791 - xfs: prevent dropping ioend completions during buftarg wait
5792 - fsnotify: add a way to stop queueing events on group shutdown
5793 - fanotify: fix list corruption in fanotify_get_response()
5794 - fix fault_in_multipages_...() on architectures with no-op access_ok()
5795 - mtd: maps: sa1100-flash: potential NULL dereference
5796 - mtd: pmcmsp-flash: Allocating too much in init_msp_flash()
5797 - power: reset: hisi-reboot: Unmap region obtained by of_iomap
5798 - fix memory leaks in tracing_buffers_splice_read()
5799 - tracing: Move mutex to protect against resetting of seq data
5800 - mm: delete unnecessary and unsafe init_tlb_ubc()
5801 - can: flexcan: fix resume function
5802 - nl80211: validate number of probe response CSA counters
5803 - btrfs: ensure that file descriptor used with subvol ioctls is a dir
5804 - i2c-eg20t: fix race between i2c init and interrupt enable
5805 - i2c: qup: skip qup_i2c_suspend if the device is already runtime suspended
5806 - MIPS: Fix pre-r6 emulation FPU initialisation
5807 - MIPS: SMP: Fix possibility of deadlock when bringing CPUs online
5808 - MIPS: vDSO: Fix Malta EVA mapping to vDSO page structs
5809 - MIPS: Remove compact branch policy Kconfig entries
5810 - MIPS: Avoid a BUG warning during prctl(PR_SET_FP_MODE, ...)
5811 - MIPS: Add a missing ".set pop" in an early commit
5812 - MIPS: paravirt: Fix undefined reference to smp_bootstrap
5813 - PM / hibernate: Restore processor state before using per-CPU variables
5814 - PM / hibernate: Fix rtree_next_node() to avoid walking off list ends
5815 - power_supply: tps65217-charger: fix missing platform_set_drvdata()
5816 - power: supply: max17042_battery: fix model download bug.
5817 - qxl: check for kmap failures
5818 - hostfs: Freeing an ERR_PTR in hostfs_fill_sb_common()
5819 - Linux 4.4.23
5820 * Xenial update to v4.4.22 stable release (LP: #1627730)
5821 - ext4: use __GFP_NOFAIL in ext4_free_blocks()
5822 - fscrypto: add authorization check for setting encryption policy
5823 - clocksource/drivers/sun4i: Clear interrupts after stopping timer in probe
5824 function
5825 - MIPS: KVM: Check for pfn noslot case
5826 - fscrypto: require write access to mount to set encryption policy
5827 - lightnvm: put bio before return
5828 - powerpc/tm: do not use r13 for tabort_syscall
5829 - powerpc/mm: Don't alias user region to other regions below PAGE_OFFSET
5830 - kernfs: don't depend on d_find_any_alias() when generating notifications
5831 - pNFS: The client must not do I/O to the DS if it's lease has expired
5832 - NFSv4.x: Fix a refcount leak in nfs_callback_up_net
5833 - nfsd: Close race between nfsd4_release_lockowner and nfsd4_lock
5834 - pNFS: Ensure LAYOUTGET and LAYOUTRETURN are properly serialised
5835 - NFSv4.1: Fix the CREATE_SESSION slot number accounting
5836 - kexec: fix double-free when failing to relocate the purgatory
5837 - mm: introduce get_task_exe_file
5838 - audit: fix exe_file access in audit_exe_compare
5839 - dm flakey: fix reads to be issued if drop_writes configured
5840 - IB/uverbs: Fix race between uverbs_close and remove_one
5841 - ARC: mm: fix build breakage with STRICT_MM_TYPECHECKS
5842 - x86/paravirt: Do not trace _paravirt_ident_*() functions
5843 - x86/AMD: Apply erratum 665 on machines without a BIOS fix
5844 - kvm-arm: Unmap shadow pagetables properly
5845 - iio: accel: kxsd9: Fix raw read return
5846 - iio: proximity: as3935: set up buffer timestamps for non-zero values
5847 - iio: adc: rockchip_saradc: reset saradc controller before programming it
5848 - iio: adc: ti_am335x_adc: Protect FIFO1 from concurrent access
5849 - iio: adc: ti_am335x_adc: Increase timeout value waiting for ADC sample
5850 - iio: ad799x: Fix buffered capture for ad7991/ad7995/ad7999
5851 - iio: adc: at91: unbreak channel adc channel 3
5852 - iio: accel: bmc150: reset chip at init time
5853 - iio: fix pressure data output unit in hid-sensor-attributes
5854 - iio: accel: kxsd9: Fix scaling bug
5855 - iio:core: fix IIO_VAL_FRACTIONAL sign handling
5856 - iio: ensure ret is initialized to zero before entering do loop
5857 - serial: 8250_mid: fix divide error bug if baud rate is 0
5858 - serial: 8250: added acces i/o products quad and octal serial cards
5859 - USB: serial: simple: add support for another Infineon flashloader
5860 - usb: renesas_usbhs: fix clearing the {BRDY,BEMP}STS condition
5861 - usb: chipidea: udc: fix NULL ptr dereference in isr_setup_status_phase
5862 - ARM: dts: STiH410: Handle interconnect clock required by EHCI/OHCI (USB)
5863 - USB: change bInterval default to 10 ms
5864 - net: thunderx: Fix OOPs with ethtool --register-dump
5865 - cpuset: make sure new tasks conform to the current config of the cpuset
5866 - ARM: AM43XX: hwmod: Fix RSTST register offset for pruss
5867 - ARM: imx6: add missing BM_CLPCR_BYP_MMDC_CH0_LPM_HS setting for imx6ul
5868 - ARM: imx6: add missing BM_CLPCR_BYPASS_PMIC_READY setting for imx6sx
5869 - ARM: kirkwood: ib62x0: fix size of u-boot environment partition
5870 - ARM: OMAP3: hwmod data: Add sysc information for DSI
5871 - ARM: dts: imx6qdl: Fix SPDIF regression
5872 - ARM: dts: overo: fix gpmc nand cs0 range
5873 - ARM: dts: overo: fix gpmc nand on boards with ethernet
5874 - ARM: dts: STiH407-family: Provide interconnect clock for consumption in ST
5875 SDHCI
5876 - bus: arm-ccn: Fix PMU handling of MN
5877 - bus: arm-ccn: Do not attempt to configure XPs for cycle counter
5878 - bus: arm-ccn: Fix XP watchpoint settings bitmask
5879 - dm log writes: fix check of kthread_run() return value
5880 - dm log writes: move IO accounting earlier to fix error path
5881 - dm crypt: fix error with too large bios
5882 - pinctrl: pistachio: fix mfio pll_lock pinmux
5883 - pinctrl: sunxi: fix uart1 CTS/RTS pins at PG on A23/A33
5884 - arm64: spinlocks: implement smp_mb__before_spinlock() as smp_mb()
5885 - crypto: cryptd - initialize child shash_desc on import
5886 - Btrfs: remove root_log_ctx from ctx list before btrfs_sync_log returns
5887 - fuse: direct-io: don't dirty ITER_BVEC pages
5888 - xhci: fix null pointer dereference in stop command timeout function
5889 - md-cluster: make md-cluster also can work when compiled into kernel
5890 - ath9k: fix using sta->drv_priv before initializing it
5891 - Revert "wext: Fix 32 bit iwpriv compatibility issue with 64 bit Kernel"
5892 - sched/core: Fix a race between try_to_wake_up() and a woken up task
5893 - ipv6: addrconf: fix dev refcont leak when DAD failed
5894 - gma500: remove annoying deprecation warning
5895 - mpssd: fix buffer overflow warning
5896 - drm/i915: Avoid pointer arithmetic in calculating plane surface offset
5897 - mmc: dw_mmc: use resource_size_t to store physical address
5898 - pinctrl: at91-pio4: use %pr format string for resource
5899 - soc: qcom/spm: shut up uninitialized variable warning
5900 - kconfig: tinyconfig: provide whole choice blocks to avoid warnings
5901 - net: simplify napi_synchronize() to avoid warnings
5902 - drm: atmel-hlcdc: Fix vertical scaling
5903 - drm: Only use compat ioctl for addfb2 on X86/IA64
5904 - genirq: Provide irq_gc_{lock_irqsave,unlock_irqrestore}() helpers
5905 - irqchip/atmel-aic: Fix potential deadlock in ->xlate()
5906 - fix iov_iter_fault_in_readable()
5907 - microblaze: fix __get_user()
5908 - avr32: fix copy_from_user()
5909 - microblaze: fix copy_from_user()
5910 - fix minor infoleak in get_user_ex()
5911 - mn10300: failing __get_user() and get_user() should zero
5912 - m32r: fix __get_user()
5913 - sh64: failing __get_user() should zero
5914 - nios2: fix __get_user()
5915 - score: fix __get_user/get_user
5916 - s390: get_user() should zero on failure
5917 - ARC: uaccess: get_user to zero out dest in cause of fault
5918 - asm-generic: make get_user() clear the destination on errors
5919 - frv: fix clear_user()
5920 - cris: buggered copy_from_user/copy_to_user/clear_user
5921 - blackfin: fix copy_from_user()
5922 - score: fix copy_from_user() and friends
5923 - sh: fix copy_from_user()
5924 - hexagon: fix strncpy_from_user() error return
5925 - mips: copy_from_user() must zero the destination on access_ok() failure
5926 - asm-generic: make copy_from_user() zero the destination properly
5927 - alpha: fix copy_from_user()
5928 - metag: copy_from_user() should zero the destination on access_ok() failure
5929 - parisc: fix copy_from_user()
5930 - openrisc: fix copy_from_user()
5931 - nios2: copy_from_user() should zero the tail of destination
5932 - mn10300: copy_from_user() should zero on access_ok() failure...
5933 - sparc32: fix copy_from_user()
5934 - ppc32: fix copy_from_user()
5935 - genirq/msi: Fix broken debug output
5936 - ia64: copy_from_user() should zero the destination on access_ok() failure
5937 - avr32: fix 'undefined reference to `___copy_from_user'
5938 - openrisc: fix the fix of copy_from_user()
5939 - Linux 4.4.22
5940 * AES-XTS poor performance in Ubuntu 16.04 (LP: #1613295)
5941 - crypto: vmx - fix null dereference in p8_aes_xts_crypt
5942 * i40e/setting some ethtool features and remove module right after (modprobe
5943 -r) lead to crash in systems with more than 127 CPUs (LP: #1626782)
5944 - i40e: Fix errors resulted while turning off TSO
5945 * STC860:alpine-pdq:alpdq5p03: kernel panic when adding vnic (LP: #1626222)
5946 - ibmvnic: fix to use list_for_each_safe() when delete items
5947 * Stratton: ISST-LTE:UbuntuKVM: Failed to hotplug virtual devices to guest
5948 running Ubuntu 16.04.1 on UbuntuKVM16.04.1 #179 (LP: #1625986)
5949 - PCI: rpaphp: Fix slot registration for multiple slots under a PHB
5950 * nvme: Missing patch in Ubuntu-4.4.0-41.61 (LP: #1628520)
5951 - nvme: Call pci_disable_device on the error path.
5952
5953 -- Seth Forshee <seth.forshee@canonical.com> Thu, 20 Oct 2016 11:33:44 -0500
5954
5955 linux-snapdragon (4.4.0-1032.36) xenial; urgency=low
5956
5957 [ Ubuntu: 4.4.0-45.66 ]
5958
5959 * CVE-2016-5195
5960 - SAUCE: mm: remove gup_flags FOLL_WRITE games from __get_user_pages()
5961 * srcname from mount rule corrupted under load (LP: #1634753)
5962 - SAUCE: apparmor: fix sleep in critical section
5963
5964 [ Ubuntu: 4.4.0-43.63 ]
5965
5966 * kswapd0 100% CPU usage (LP: #1518457)
5967 - SAUCE: (no-up) If zone is so small that watermarks are the same, stop zone
5968 balance.
5969
5970 -- Stefan Bader <stefan.bader@canonical.com> Wed, 19 Oct 2016 13:25:51 +0200
5971
5972 linux-snapdragon (4.4.0-1030.33) xenial; urgency=low
5973
5974 [ Ubuntu: 4.4.0-42.62 ]
5975
5976 * Fix GRO recursion overflow for tunneling protocols (LP: #1631287)
5977 - tunnels: Don't apply GRO to multiple layers of encapsulation.
5978 - gro: Allow tunnel stacking in the case of FOU/GUE
5979 * CVE-2016-7039
5980 - SAUCE: net: add recursion limit to GRO
5981
5982 -- Seth Forshee <seth.forshee@canonical.com> Fri, 07 Oct 2016 14:29:56 -0500
5983
5984 linux-snapdragon (4.4.0-1029.32) xenial; urgency=low
5985
5986 [ Kamal Mostafa ]
5987
5988 * Release Tracking Bug
5989 - LP: #1628228
5990
5991 [ Ubuntu: 4.4.0-41.61 ]
5992
5993 * nvme drive probe failure (LP: #1626894)
5994 - (fix) NVMe: Don't unmap controller registers on reset
5995
5996 -- Kamal Mostafa <kamal@canonical.com> Tue, 27 Sep 2016 10:10:15 -0700
5997
5998 linux-snapdragon (4.4.0-1028.31) xenial; urgency=low
5999
6000 [ Ubuntu: 4.4.0-40.60 ]
6001
6002 * Release Tracking Bug
6003 - LP: #1627077
6004 * Permission denied in CIFS with kernel 4.4.0-38 (LP: #1626112)
6005 - Fix memory leaks in cifs_do_mount()
6006 - Compare prepaths when comparing superblocks
6007 - SAUCE: Fix regression which breaks DFS mounting
6008 * Backlight does not change when adjust it higher than 50% after S3
6009 (LP: #1625932)
6010 - SAUCE: i915_bpo: drm/i915/backlight: setup and cache pwm alternate
6011 increment value
6012 - SAUCE: i915_bpo: drm/i915/backlight: setup backlight pwm alternate
6013 increment on backlight enable
6014
6015 [ Ubuntu: 4.4.0-39.59 ]
6016
6017 * thunder: chip errata w/ multiple CQEs for a TSO packet (LP: #1624569)
6018 - net: thunderx: Fix for issues with multiple CQEs posted for a TSO packet
6019 * thunder: faulty TSO padding (LP: #1623627)
6020 - net: thunderx: Fix for HW issue while padding TSO packet
6021 * CVE-2016-6828
6022 - tcp: fix use after free in tcp_xmit_retransmit_queue()
6023 * Sennheiser Officerunner - cannot get freq at ep 0x83 (LP: #1622763)
6024 - SAUCE: (no-up) ALSA: usb-audio: Add quirk for sennheiser officerunner
6025 * Backport E3 Skylake Support in ie31200_edac to Xenial (LP: #1619766)
6026 - EDAC, ie31200_edac: Add Skylake support
6027 * Ubuntu 16.04 - Full EEH Recovery Support for NVMe devices (LP: #1602724)
6028 - SAUCE: nvme: Don't suspend admin queue that wasn't created
6029 * ISST-LTE:pNV: system ben is hung during ST (nvme) (LP: #1620317)
6030 - blk-mq: Allow timeouts to run while queue is freezing
6031 - blk-mq: improve warning for running a queue on the wrong CPU
6032 - blk-mq: don't overwrite rq->mq_ctx
6033 * lsattr 32bit does not work on 64bit kernel (Inappropriate ioctl error)
6034 (LP: #1619918)
6035 - btrfs: bugfix: handle FS_IOC32_{GETFLAGS, SETFLAGS, GETVERSION} in
6036 btrfs_ioctl
6037 * radeon: monitor connected to onboard VGA doesn't work with Xenial
6038 (LP: #1600092)
6039 - drm/radeon/dp: add back special handling for NUTMEG
6040 * initramfs includes qle driver, but not firmware (LP: #1623187)
6041 - qed: add MODULE_FIRMWARE()
6042 * [Hyper-V] Rebase Hyper-V to 4.7.2 (stable) (LP: #1616677)
6043 - hv_netvsc: Implement support for VF drivers on Hyper-V
6044 - hv_netvsc: Fix the list processing for network change event
6045 - Drivers: hv: vmbus: Introduce functions for estimating room in the ring
6046 buffer
6047 - Drivers: hv: vmbus: Use READ_ONCE() to read variables that are volatile
6048 - Drivers: hv: vmbus: Export the vmbus_set_event() API
6049 - lcoking/barriers, arch: Use smp barriers in smp_store_release()
6050 - asm-generic: guard smp_store_release/load_acquire
6051 - x86: reuse asm-generic/barrier.h
6052 - asm-generic: add __smp_xxx wrappers
6053 - x86: define __smp_xxx
6054 - asm-generic: implement virt_xxx memory barriers
6055 - Drivers: hv: vmbus: Move some ring buffer functions to hyperv.h
6056 - Drivers: hv: vmbus: Implement APIs to support "in place" consumption of
6057 vmbus packets
6058 - drivers:hv: Lock access to hyperv_mmio resource tree
6059 - drivers:hv: Make a function to free mmio regions through vmbus
6060 - drivers:hv: Track allocations of children of hv_vmbus in private resource
6061 tree
6062 - drivers:hv: Separate out frame buffer logic when picking MMIO range
6063 - Drivers: hv: vmbus: handle various crash scenarios
6064 - Drivers: hv: balloon: don't crash when memory is added in non-sorted order
6065 - Drivers: hv: balloon: reset host_specified_ha_region
6066 - tools: hv: lsvmbus: add pci pass-through UUID
6067 - hv_netvsc: move start_remove flag to net_device_context
6068 - hv_netvsc: use start_remove flag to protect netvsc_link_change()
6069 - hv_netvsc: untangle the pointer mess
6070 - hv_netvsc: get rid of struct net_device pointer in struct netvsc_device
6071 - hv_netvsc: synchronize netvsc_change_mtu()/netvsc_set_channels() with
6072 netvsc_remove()
6073 - hv_netvsc: set nvdev link after populating chn_table
6074 - hv_netvsc: Fix VF register on vlan devices
6075 - hv_netvsc: remove redundant assignment in netvsc_recv_callback()
6076 - hv_netvsc: introduce {net, hv}_device_to_netvsc_device() helpers
6077 - hv_netvsc: pass struct netvsc_device to rndis_filter_{open, close}()
6078 - hv_netvsc: pass struct net_device to rndis_filter_set_device_mac()
6079 - hv_netvsc: pass struct net_device to rndis_filter_set_offload_params()
6080 - netvsc: get rid of completion timeouts
6081 - PCI: hv: Don't leak buffer in hv_pci_onchannelcallback()
6082 - PCI: hv: Handle all pending messages in hv_pci_onchannelcallback()
6083 - netvsc: Use the new in-place consumption APIs in the rx path
6084 - x86/kernel: Audit and remove any unnecessary uses of module.h
6085 - PCI: hv: Fix interrupt cleanup path
6086 - hv_netvsc: Fix VF register on bonding devices
6087 - hv_netvsc: don't lose VF information
6088 - hv_netvsc: avoid deadlocks between rtnl lock and vf_use_cnt wait
6089 - hv_netvsc: reset vf_inject on VF removal
6090 - hv_netvsc: protect module refcount by checking net_device_ctx->vf_netdev
6091 - hv_netvsc: fix bonding devices check in netvsc_netdev_event()
6092 - Drivers: hv: vmbus: Use the new virt_xx barrier code
6093 - ixgbevf: call ndo_stop() instead of dev_close() when running offline
6094 selftest
6095 - ixgbevf: fix error code path when setting MAC address
6096 - ixgbevf: use bit operations for setting and checking resets
6097 - ixgbevf: Add support for generic Tx checksums
6098 - ixgbe/ixgbevf: Add support for bulk free in Tx cleanup & cleanup boolean
6099 logic
6100 - ixgbevf: refactor ethtool stats handling
6101 - ixgbevf: add support for per-queue ethtool stats
6102 - ixgbevf: make use of BIT() macro to avoid shift of signed values
6103 - ixgbevf: Move API negotiation function into mac_ops
6104 - ixgbevf: Add the device ID's presented while running on Hyper-V
6105 - ixgbevf: Support Windows hosts (Hyper-V)
6106 - ixgbevf: Change the relaxed order settings in VF driver for sparc
6107 - ixgbevf: Use mac_ops instead of trying to identify NIC type
6108 * New device ID for Kabypoint (LP: #1622469)
6109 - mfd: lpss: Add Intel Kaby Lake PCH-H PCI IDs
6110 - SAUCE: i2c: i801: Add support for Kaby Lake PCH-H
6111 * Xenial update to v4.4.21 stable release (LP: #1624037)
6112 - Revert "i40e: fix: do not sleep in netdev_ops"
6113 - fs: Check for invalid i_uid in may_follow_link()
6114 - netfilter: x_tables: check for size overflow
6115 - ext4: validate that metadata blocks do not overlap superblock
6116 - ext4: fix xattr shifting when expanding inodes
6117 - ext4: fix xattr shifting when expanding inodes part 2
6118 - ext4: properly align shifted xattrs when expanding inodes
6119 - ext4: avoid deadlock when expanding inode size
6120 - ext4: avoid modifying checksum fields directly during checksum verification
6121 - block: Fix race triggered by blk_set_queue_dying()
6122 - block: make sure a big bio is split into at most 256 bvecs
6123 - cgroup: reduce read locked section of cgroup_threadgroup_rwsem during fork
6124 - s390/sclp_ctl: fix potential information leak with /dev/sclp
6125 - drm/radeon: fix radeon_move_blit on 32bit systems
6126 - drm: Reject page_flip for !DRIVER_MODESET
6127 - drm/msm: fix use of copy_from_user() while holding spinlock
6128 - ASoC: atmel_ssc_dai: Don't unconditionally reset SSC on stream startup
6129 - xfs: fix superblock inprogress check
6130 - timekeeping: Cap array access in timekeeping_debug
6131 - timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPING
6132 - lustre: remove unused declaration
6133 - wrappers for ->i_mutex access
6134 - ovl: don't copy up opaqueness
6135 - ovl: remove posix_acl_default from workdir
6136 - ovl: listxattr: use strnlen()
6137 - ovl: fix workdir creation
6138 - ubifs: Fix assertion in layout_in_gaps()
6139 - bcache: RESERVE_PRIO is too small by one when prio_buckets() is a power of
6140 two.
6141 - vhost/scsi: fix reuse of &vq->iov[out] in response
6142 - x86/apic: Do not init irq remapping if ioapic is disabled
6143 - uprobes: Fix the memcg accounting
6144 - crypto: caam - fix IV loading for authenc (giv)decryption
6145 - ALSA: usb-audio: Add sample rate inquiry quirk for B850V3 CP2114
6146 - ALSA: firewire-tascam: accessing to user space outside spinlock
6147 - ALSA: fireworks: accessing to user space outside spinlock
6148 - ALSA: rawmidi: Fix possible deadlock with virmidi registration
6149 - ALSA: hda - Add headset mic quirk for Dell Inspiron 5468
6150 - ALSA: hda - Enable subwoofer on Dell Inspiron 7559
6151 - ALSA: timer: fix NULL pointer dereference in read()/ioctl() race
6152 - ALSA: timer: fix division by zero after SNDRV_TIMER_IOCTL_CONTINUE
6153 - ALSA: timer: fix NULL pointer dereference on memory allocation failure
6154 - scsi: fix upper bounds check of sense key in scsi_sense_key_string()
6155 - metag: Fix atomic_*_return inline asm constraints
6156 - cpufreq: Fix GOV_LIMITS handling for the userspace governor
6157 - hwrng: exynos - Disable runtime PM on probe failure
6158 - regulator: anatop: allow regulator to be in bypass mode
6159 - lib/mpi: mpi_write_sgl(): fix skipping of leading zero limbs
6160 - Linux 4.4.21
6161 * Headset mic detection on some variants of Dell Inspiron 5468 (LP: #1617900)
6162 - ALSA: hda - Add headset mic quirk for Dell Inspiron 5468
6163 * Xenial update to v4.4.20 stable release (LP: #1621113)
6164 - hugetlb: fix nr_pmds accounting with shared page tables
6165 - x86/mm: Disable preemption during CR3 read+write
6166 - uprobes/x86: Fix RIP-relative handling of EVEX-encoded instructions
6167 - tools/testing/nvdimm: fix SIGTERM vs hotplug crash
6168 - SUNRPC: Handle EADDRNOTAVAIL on connection failures
6169 - SUNRPC: allow for upcalls for same uid but different gss service
6170 - powerpc/eeh: eeh_pci_enable(): fix checking of post-request state
6171 - ALSA: usb-audio: Add a sample rate quirk for Creative Live! Cam Socialize HD
6172 (VF0610)
6173 - ALSA: usb-audio: Add quirk for ELP HD USB Camera
6174 - arm64: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFO
6175 - parisc: Fix order of EREFUSED define in errno.h
6176 - virtio: fix memory leak in virtqueue_add()
6177 - vfio/pci: Fix NULL pointer oops in error interrupt setup handling
6178 - perf intel-pt: Fix occasional decoding errors when tracing system-wide
6179 - libnvdimm, nd_blk: mask off reserved status bits
6180 - ALSA: hda - Manage power well properly for resume
6181 - NVMe: Don't unmap controller registers on reset
6182 - PCI: Support PCIe devices with short cfg_size
6183 - PCI: Add Netronome vendor and device IDs
6184 - PCI: Limit config space size for Netronome NFP6000 family
6185 - PCI: Add Netronome NFP4000 PF device ID
6186 - PCI: Limit config space size for Netronome NFP4000
6187 - mmc: sdhci-acpi: Reduce Baytrail eMMC/SD/SDIO hangs
6188 - ACPI: CPPC: Return error if _CPC is invalid on a CPU
6189 - ACPI / CPPC: Prevent cpc_desc_ptr points to the invalid data
6190 - um: Don't discard .text.exit section
6191 - genirq/msi: Remove unused MSI_FLAG_IDENTITY_MAP
6192 - genirq/msi: Make sure PCI MSIs are activated early
6193 - crypto: caam - fix non-hmac hashes
6194 - crypto: caam - fix echainiv(authenc) encrypt shared descriptor
6195 - crypto: caam - defer aead_set_sh_desc in case of zero authsize
6196 - usb: ehci: change order of register cleanup during shutdown
6197 - usb: misc: usbtest: add fix for driver hang
6198 - usb: dwc3: pci: add Intel Kabylake PCI ID
6199 - usb: dwc3: gadget: increment request->actual once
6200 - usb: hub: Fix unbalanced reference count/memory leak/deadlocks
6201 - USB: hub: fix up early-exit pathway in hub_activate
6202 - USB: hub: change the locking in hub_activate
6203 - usb: renesas_usbhs: clear the BRDYSTS in usbhsg_ep_enable()
6204 - usb: renesas_usbhs: Use dmac only if the pipe type is bulk
6205 - USB: validate wMaxPacketValue entries in endpoint descriptors
6206 - usb: gadget: fsl_qe_udc: off by one in setup_received_handle()
6207 - usb/gadget: fix gadgetfs aio support.
6208 - xhci: always handle "Command Ring Stopped" events
6209 - usb: xhci: Fix panic if disconnect
6210 - xhci: don't dereference a xhci member after removing xhci
6211 - USB: serial: fix memleak in driver-registration error path
6212 - USB: serial: option: add D-Link DWM-156/A3
6213 - USB: serial: option: add support for Telit LE920A4
6214 - USB: serial: ftdi_sio: add device ID for WICED USB UART dev board
6215 - USB: serial: ftdi_sio: add PIDs for Ivium Technologies devices
6216 - iommu/dma: Don't put uninitialised IOVA domains
6217 - iommu/arm-smmu: Fix CMDQ error handling
6218 - iommu/arm-smmu: Don't BUG() if we find aborting STEs with disable_bypass
6219 - pinctrl/amd: Remove the default de-bounce time
6220 - EDAC: Increment correct counter in edac_inc_ue_error()
6221 - s390/dasd: fix hanging device after clear subchannel
6222 - mac80211: fix purging multicast PS buffer queue
6223 - arm64: dts: rockchip: add reset saradc node for rk3368 SoCs
6224 - of: fix reference counting in of_graph_get_endpoint_by_regs
6225 - sched/cputime: Fix NO_HZ_FULL getrusage() monotonicity regression
6226 - sched/nohz: Fix affine unpinned timers mess
6227 - iio: fix sched WARNING "do not call blocking ops when !TASK_RUNNING"
6228 - drm/amdgpu: Change GART offset to 64-bit
6229 - drm/amdgpu: fix amdgpu_move_blit on 32bit systems
6230 - drm/amdgpu: avoid a possible array overflow
6231 - drm/amdgpu: skip TV/CV in display parsing
6232 - drm/amd/amdgpu: sdma resume fail during S4 on CI
6233 - drm/amdgpu: record error code when ring test failed
6234 - drm/i915: fix aliasing_ppgtt leak
6235 - ARC: build: Better way to detect ISA compatible toolchain
6236 - ARC: use correct offset in pt_regs for saving/restoring user mode r25
6237 - ARC: Call trace_hardirqs_on() before enabling irqs
6238 - ARC: Elide redundant setup of DMA callbacks
6239 - aacraid: Check size values after double-fetch from user
6240 - mfd: cros_ec: Add cros_ec_cmd_xfer_status() helper
6241 - i2c: cros-ec-tunnel: Fix usage of cros_ec_cmd_xfer()
6242 - cdc-acm: fix wrong pipe type on rx interrupt xfers
6243 - mpt3sas: Fix resume on WarpDrive flash cards
6244 - megaraid_sas: Fix probing cards without io port
6245 - usb: renesas_usbhs: gadget: fix return value check in
6246 usbhs_mod_gadget_probe()
6247 - gpio: Fix OF build problem on UM
6248 - fs/seq_file: fix out-of-bounds read
6249 - btrfs: waiting on qgroup rescan should not always be interruptible
6250 - btrfs: properly track when rescan worker is running
6251 - Input: tegra-kbc - fix inverted reset logic
6252 - Input: i8042 - break load dependency between atkbd/psmouse and i8042
6253 - Input: i8042 - set up shared ps2_cmd_mutex for AUX ports
6254 - crypto: nx - off by one bug in nx_of_update_msc()
6255 - crypto: qat - fix aes-xts key sizes
6256 - dmaengine: usb-dmac: check CHCR.DE bit in usb_dmac_isr_channel()
6257 - USB: avoid left shift by -1
6258 - usb: chipidea: udc: don't touch DP when controller is in host mode
6259 - USB: fix typo in wMaxPacketSize validation
6260 - USB: serial: mos7720: fix non-atomic allocation in write path
6261 - USB: serial: mos7840: fix non-atomic allocation in write path
6262 - USB: serial: option: add WeTelecom WM-D200
6263 - USB: serial: option: add WeTelecom 0x6802 and 0x6803 products
6264 - staging: comedi: daqboard2000: bug fix board type matching code
6265 - staging: comedi: comedi_test: fix timer race conditions
6266 - staging: comedi: ni_mio_common: fix AO inttrig backwards compatibility
6267 - staging: comedi: ni_mio_common: fix wrong insn_write handler
6268 - ACPI / drivers: fix typo in ACPI_DECLARE_PROBE_ENTRY macro
6269 - ACPI / drivers: replace acpi_probe_lock spinlock with mutex
6270 - ACPI / sysfs: fix error code in get_status()
6271 - ACPI / SRAT: fix SRAT parsing order with both LAPIC and X2APIC present
6272 - ALSA: line6: Remove double line6_pcm_release() after failed acquire.
6273 - ALSA: line6: Give up on the lock while URBs are released.
6274 - ALSA: line6: Fix POD sysfs attributes segfault
6275 - hwmon: (iio_hwmon) fix memory leak in name attribute
6276 - sysfs: correctly handle read offset on PREALLOC attrs
6277 - Linux 4.4.20
6278 * Failed to acknowledge elog: /sys/firmware/opal/elog/0x5018d709/acknowledge
6279 (2:No such file or directory) (LP: #1619552)
6280 - powerpc/powernv : Drop reference added by kset_find_obj()
6281 * backport support for userspace access of DP aux devices (LP: #1619756)
6282 - drm/dp: Add a drm_aux-dev module for reading/writing dpcd registers.
6283 - drm/dp: Allow signals to interrupt drm_aux-dev reads/writes
6284 - [Config] CONFIG_DRM_DP_AUX_CHARDEV=y
6285 * Enable virtual scsi server driver for Power (LP: #1615665)
6286 - SAUCE: Ibmvscsis: Properly deregister target sessions
6287 - SAUCE: Return TCMU-generated sense data to fabric module
6288 - SAUCE: Ibmvscsis: Code cleanup of print statements
6289 - SAUCE: Ibmvscsis: Fixed a bug reported by Dan Carpenter
6290 * ISST-LTE: system dropped into xmon at pcibios_release_device+0x5c/0x80
6291 during running dlpar test on monklp3 (LP: #1618151)
6292 - powerpc/pseries: use pci_host_bridge.release_fn() to kfree(phb)
6293 * Kernel Build Fails for Fuse Module (LP: #1617550)
6294 - SAUCE: (namespace) userns: Export current_in_userns to modules
6295 * boot-time kernel panic introduced in 4.4.0-18, not present in 4.4.0-15
6296 (LP: #1572630)
6297 - blk-mq: Reuse hardware context cpumask for tags
6298 - blk-mq: Use proper cpumask iterator
6299
6300 -- Kamal Mostafa <kamal@canonical.com> Fri, 23 Sep 2016 12:16:37 -0700
6301
6302 linux-snapdragon (4.4.0-1027.30) xenial; urgency=low
6303
6304 [ Joseph Salisbury ]
6305
6306 * Release Tracking Bug
6307 - LP: #1625328
6308
6309 * thunder: chip errata w/ multiple CQEs for a TSO packet (LP: #1624569)
6310 - net: thunderx: Fix for issues with multiple CQEs posted for a TSO packet
6311
6312 * thunder: faulty TSO padding (LP: #1623627)
6313 - net: thunderx: Fix for HW issue while padding TSO packet
6314
6315 * CVE-2016-6828
6316 - tcp: fix use after free in tcp_xmit_retransmit_queue()
6317
6318 * Sennheiser Officerunner - cannot get freq at ep 0x83 (LP: #1622763)
6319 - SAUCE: (no-up) ALSA: usb-audio: Add quirk for sennheiser officerunner
6320
6321 * Backport E3 Skylake Support in ie31200_edac to Xenial (LP: #1619766)
6322 - EDAC, ie31200_edac: Add Skylake support
6323
6324 * Ubuntu 16.04 - Full EEH Recovery Support for NVMe devices (LP: #1602724)
6325 - SAUCE: nvme: Don't suspend admin queue that wasn't created
6326
6327 * ISST-LTE:pNV: system ben is hung during ST (nvme) (LP: #1620317)
6328 - blk-mq: Allow timeouts to run while queue is freezing
6329 - blk-mq: improve warning for running a queue on the wrong CPU
6330 - blk-mq: don't overwrite rq->mq_ctx
6331
6332 * lsattr 32bit does not work on 64bit kernel (Inappropriate ioctl error)
6333 (LP: #1619918)
6334 - btrfs: bugfix: handle FS_IOC32_{GETFLAGS, SETFLAGS, GETVERSION} in
6335 btrfs_ioctl
6336
6337 * radeon: monitor connected to onboard VGA doesn't work with Xenial
6338 (LP: #1600092)
6339 - drm/radeon/dp: add back special handling for NUTMEG
6340
6341 * initramfs includes qle driver, but not firmware (LP: #1623187)
6342 - qed: add MODULE_FIRMWARE()
6343
6344 * [Hyper-V] Rebase Hyper-V to 4.7.2 (stable) (LP: #1616677)
6345 - hv_netvsc: Implement support for VF drivers on Hyper-V
6346 - hv_netvsc: Fix the list processing for network change event
6347 - Drivers: hv: vmbus: Introduce functions for estimating room in the ring
6348 buffer
6349 - Drivers: hv: vmbus: Use READ_ONCE() to read variables that are volatile
6350 - Drivers: hv: vmbus: Export the vmbus_set_event() API
6351 - lcoking/barriers, arch: Use smp barriers in smp_store_release()
6352 - asm-generic: guard smp_store_release/load_acquire
6353 - x86: reuse asm-generic/barrier.h
6354 - asm-generic: add __smp_xxx wrappers
6355 - x86: define __smp_xxx
6356 - asm-generic: implement virt_xxx memory barriers
6357 - Drivers: hv: vmbus: Move some ring buffer functions to hyperv.h
6358 - Drivers: hv: vmbus: Implement APIs to support "in place" consumption of
6359 vmbus packets
6360 - drivers:hv: Lock access to hyperv_mmio resource tree
6361 - drivers:hv: Make a function to free mmio regions through vmbus
6362 - drivers:hv: Track allocations of children of hv_vmbus in private resource
6363 tree
6364 - drivers:hv: Separate out frame buffer logic when picking MMIO range
6365 - Drivers: hv: vmbus: handle various crash scenarios
6366 - Drivers: hv: balloon: don't crash when memory is added in non-sorted order
6367 - Drivers: hv: balloon: reset host_specified_ha_region
6368 - tools: hv: lsvmbus: add pci pass-through UUID
6369 - hv_netvsc: move start_remove flag to net_device_context
6370 - hv_netvsc: use start_remove flag to protect netvsc_link_change()
6371 - hv_netvsc: untangle the pointer mess
6372 - hv_netvsc: get rid of struct net_device pointer in struct netvsc_device
6373 - hv_netvsc: synchronize netvsc_change_mtu()/netvsc_set_channels() with
6374 netvsc_remove()
6375 - hv_netvsc: set nvdev link after populating chn_table
6376 - hv_netvsc: Fix VF register on vlan devices
6377 - hv_netvsc: remove redundant assignment in netvsc_recv_callback()
6378 - hv_netvsc: introduce {net, hv}_device_to_netvsc_device() helpers
6379 - hv_netvsc: pass struct netvsc_device to rndis_filter_{open, close}()
6380 - hv_netvsc: pass struct net_device to rndis_filter_set_device_mac()
6381 - hv_netvsc: pass struct net_device to rndis_filter_set_offload_params()
6382 - netvsc: get rid of completion timeouts
6383 - PCI: hv: Don't leak buffer in hv_pci_onchannelcallback()
6384 - PCI: hv: Handle all pending messages in hv_pci_onchannelcallback()
6385 - netvsc: Use the new in-place consumption APIs in the rx path
6386 - x86/kernel: Audit and remove any unnecessary uses of module.h
6387 - PCI: hv: Fix interrupt cleanup path
6388 - hv_netvsc: Fix VF register on bonding devices
6389 - hv_netvsc: don't lose VF information
6390 - hv_netvsc: avoid deadlocks between rtnl lock and vf_use_cnt wait
6391 - hv_netvsc: reset vf_inject on VF removal
6392 - hv_netvsc: protect module refcount by checking net_device_ctx->vf_netdev
6393 - hv_netvsc: fix bonding devices check in netvsc_netdev_event()
6394 - Drivers: hv: vmbus: Use the new virt_xx barrier code
6395 - ixgbevf: call ndo_stop() instead of dev_close() when running offline
6396 selftest
6397 - ixgbevf: fix error code path when setting MAC address
6398 - ixgbevf: use bit operations for setting and checking resets
6399 - ixgbevf: Add support for generic Tx checksums
6400 - ixgbe/ixgbevf: Add support for bulk free in Tx cleanup & cleanup boolean
6401 logic
6402 - ixgbevf: refactor ethtool stats handling
6403 - ixgbevf: add support for per-queue ethtool stats
6404 - ixgbevf: make use of BIT() macro to avoid shift of signed values
6405 - ixgbevf: Move API negotiation function into mac_ops
6406 - ixgbevf: Add the device ID's presented while running on Hyper-V
6407 - ixgbevf: Support Windows hosts (Hyper-V)
6408 - ixgbevf: Change the relaxed order settings in VF driver for sparc
6409 - ixgbevf: Use mac_ops instead of trying to identify NIC type
6410
6411 * New device ID for Kabypoint (LP: #1622469)
6412 - mfd: lpss: Add Intel Kaby Lake PCH-H PCI IDs
6413 - SAUCE: i2c: i801: Add support for Kaby Lake PCH-H
6414
6415 * Xenial update to v4.4.21 stable release (LP: #1624037)
6416 - Revert "i40e: fix: do not sleep in netdev_ops"
6417 - fs: Check for invalid i_uid in may_follow_link()
6418 - netfilter: x_tables: check for size overflow
6419 - ext4: validate that metadata blocks do not overlap superblock
6420 - ext4: fix xattr shifting when expanding inodes
6421 - ext4: fix xattr shifting when expanding inodes part 2
6422 - ext4: properly align shifted xattrs when expanding inodes
6423 - ext4: avoid deadlock when expanding inode size
6424 - ext4: avoid modifying checksum fields directly during checksum verification
6425 - block: Fix race triggered by blk_set_queue_dying()
6426 - block: make sure a big bio is split into at most 256 bvecs
6427 - cgroup: reduce read locked section of cgroup_threadgroup_rwsem during fork
6428 - s390/sclp_ctl: fix potential information leak with /dev/sclp
6429 - drm/radeon: fix radeon_move_blit on 32bit systems
6430 - drm: Reject page_flip for !DRIVER_MODESET
6431 - drm/msm: fix use of copy_from_user() while holding spinlock
6432 - ASoC: atmel_ssc_dai: Don't unconditionally reset SSC on stream startup
6433 - xfs: fix superblock inprogress check
6434 - timekeeping: Cap array access in timekeeping_debug
6435 - timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPING
6436 - lustre: remove unused declaration
6437 - wrappers for ->i_mutex access
6438 - ovl: don't copy up opaqueness
6439 - ovl: remove posix_acl_default from workdir
6440 - ovl: listxattr: use strnlen()
6441 - ovl: fix workdir creation
6442 - ubifs: Fix assertion in layout_in_gaps()
6443 - bcache: RESERVE_PRIO is too small by one when prio_buckets() is a power of
6444 two.
6445 - vhost/scsi: fix reuse of &vq->iov[out] in response
6446 - x86/apic: Do not init irq remapping if ioapic is disabled
6447 - uprobes: Fix the memcg accounting
6448 - crypto: caam - fix IV loading for authenc (giv)decryption
6449 - ALSA: usb-audio: Add sample rate inquiry quirk for B850V3 CP2114
6450 - ALSA: firewire-tascam: accessing to user space outside spinlock
6451 - ALSA: fireworks: accessing to user space outside spinlock
6452 - ALSA: rawmidi: Fix possible deadlock with virmidi registration
6453 - ALSA: hda - Add headset mic quirk for Dell Inspiron 5468
6454 - ALSA: hda - Enable subwoofer on Dell Inspiron 7559
6455 - ALSA: timer: fix NULL pointer dereference in read()/ioctl() race
6456 - ALSA: timer: fix division by zero after SNDRV_TIMER_IOCTL_CONTINUE
6457 - ALSA: timer: fix NULL pointer dereference on memory allocation failure
6458 - scsi: fix upper bounds check of sense key in scsi_sense_key_string()
6459 - metag: Fix atomic_*_return inline asm constraints
6460 - cpufreq: Fix GOV_LIMITS handling for the userspace governor
6461 - hwrng: exynos - Disable runtime PM on probe failure
6462 - regulator: anatop: allow regulator to be in bypass mode
6463 - lib/mpi: mpi_write_sgl(): fix skipping of leading zero limbs
6464 - Linux 4.4.21
6465
6466 * Headset mic detection on some variants of Dell Inspiron 5468 (LP: #1617900)
6467 - ALSA: hda - Add headset mic quirk for Dell Inspiron 5468
6468
6469 * Xenial update to v4.4.20 stable release (LP: #1621113)
6470 - hugetlb: fix nr_pmds accounting with shared page tables
6471 - x86/mm: Disable preemption during CR3 read+write
6472 - uprobes/x86: Fix RIP-relative handling of EVEX-encoded instructions
6473 - tools/testing/nvdimm: fix SIGTERM vs hotplug crash
6474 - SUNRPC: Handle EADDRNOTAVAIL on connection failures
6475 - SUNRPC: allow for upcalls for same uid but different gss service
6476 - powerpc/eeh: eeh_pci_enable(): fix checking of post-request state
6477 - ALSA: usb-audio: Add a sample rate quirk for Creative Live! Cam Socialize HD
6478 (VF0610)
6479 - ALSA: usb-audio: Add quirk for ELP HD USB Camera
6480 - arm64: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFO
6481 - parisc: Fix order of EREFUSED define in errno.h
6482 - virtio: fix memory leak in virtqueue_add()
6483 - vfio/pci: Fix NULL pointer oops in error interrupt setup handling
6484 - perf intel-pt: Fix occasional decoding errors when tracing system-wide
6485 - libnvdimm, nd_blk: mask off reserved status bits
6486 - ALSA: hda - Manage power well properly for resume
6487 - NVMe: Don't unmap controller registers on reset
6488 - PCI: Support PCIe devices with short cfg_size
6489 - PCI: Add Netronome vendor and device IDs
6490 - PCI: Limit config space size for Netronome NFP6000 family
6491 - PCI: Add Netronome NFP4000 PF device ID
6492 - PCI: Limit config space size for Netronome NFP4000
6493 - mmc: sdhci-acpi: Reduce Baytrail eMMC/SD/SDIO hangs
6494 - ACPI: CPPC: Return error if _CPC is invalid on a CPU
6495 - ACPI / CPPC: Prevent cpc_desc_ptr points to the invalid data
6496 - um: Don't discard .text.exit section
6497 - genirq/msi: Remove unused MSI_FLAG_IDENTITY_MAP
6498 - genirq/msi: Make sure PCI MSIs are activated early
6499 - crypto: caam - fix non-hmac hashes
6500 - crypto: caam - fix echainiv(authenc) encrypt shared descriptor
6501 - crypto: caam - defer aead_set_sh_desc in case of zero authsize
6502 - usb: ehci: change order of register cleanup during shutdown
6503 - usb: misc: usbtest: add fix for driver hang
6504 - usb: dwc3: pci: add Intel Kabylake PCI ID
6505 - usb: dwc3: gadget: increment request->actual once
6506 - usb: hub: Fix unbalanced reference count/memory leak/deadlocks
6507 - USB: hub: fix up early-exit pathway in hub_activate
6508 - USB: hub: change the locking in hub_activate
6509 - usb: renesas_usbhs: clear the BRDYSTS in usbhsg_ep_enable()
6510 - usb: renesas_usbhs: Use dmac only if the pipe type is bulk
6511 - USB: validate wMaxPacketValue entries in endpoint descriptors
6512 - usb: gadget: fsl_qe_udc: off by one in setup_received_handle()
6513 - usb/gadget: fix gadgetfs aio support.
6514 - xhci: always handle "Command Ring Stopped" events
6515 - usb: xhci: Fix panic if disconnect
6516 - xhci: don't dereference a xhci member after removing xhci
6517 - USB: serial: fix memleak in driver-registration error path
6518 - USB: serial: option: add D-Link DWM-156/A3
6519 - USB: serial: option: add support for Telit LE920A4
6520 - USB: serial: ftdi_sio: add device ID for WICED USB UART dev board
6521 - USB: serial: ftdi_sio: add PIDs for Ivium Technologies devices
6522 - iommu/dma: Don't put uninitialised IOVA domains
6523 - iommu/arm-smmu: Fix CMDQ error handling
6524 - iommu/arm-smmu: Don't BUG() if we find aborting STEs with disable_bypass
6525 - pinctrl/amd: Remove the default de-bounce time
6526 - EDAC: Increment correct counter in edac_inc_ue_error()
6527 - s390/dasd: fix hanging device after clear subchannel
6528 - mac80211: fix purging multicast PS buffer queue
6529 - arm64: dts: rockchip: add reset saradc node for rk3368 SoCs
6530 - of: fix reference counting in of_graph_get_endpoint_by_regs
6531 - sched/cputime: Fix NO_HZ_FULL getrusage() monotonicity regression
6532 - sched/nohz: Fix affine unpinned timers mess
6533 - iio: fix sched WARNING "do not call blocking ops when !TASK_RUNNING"
6534 - drm/amdgpu: Change GART offset to 64-bit
6535 - drm/amdgpu: fix amdgpu_move_blit on 32bit systems
6536 - drm/amdgpu: avoid a possible array overflow
6537 - drm/amdgpu: skip TV/CV in display parsing
6538 - drm/amd/amdgpu: sdma resume fail during S4 on CI
6539 - drm/amdgpu: record error code when ring test failed
6540 - drm/i915: fix aliasing_ppgtt leak
6541 - ARC: build: Better way to detect ISA compatible toolchain
6542 - ARC: use correct offset in pt_regs for saving/restoring user mode r25
6543 - ARC: Call trace_hardirqs_on() before enabling irqs
6544 - ARC: Elide redundant setup of DMA callbacks
6545 - aacraid: Check size values after double-fetch from user
6546 - mfd: cros_ec: Add cros_ec_cmd_xfer_status() helper
6547 - i2c: cros-ec-tunnel: Fix usage of cros_ec_cmd_xfer()
6548 - cdc-acm: fix wrong pipe type on rx interrupt xfers
6549 - mpt3sas: Fix resume on WarpDrive flash cards
6550 - megaraid_sas: Fix probing cards without io port
6551 - usb: renesas_usbhs: gadget: fix return value check in
6552 usbhs_mod_gadget_probe()
6553 - gpio: Fix OF build problem on UM
6554 - fs/seq_file: fix out-of-bounds read
6555 - btrfs: waiting on qgroup rescan should not always be interruptible
6556 - btrfs: properly track when rescan worker is running
6557 - Input: tegra-kbc - fix inverted reset logic
6558 - Input: i8042 - break load dependency between atkbd/psmouse and i8042
6559 - Input: i8042 - set up shared ps2_cmd_mutex for AUX ports
6560 - crypto: nx - off by one bug in nx_of_update_msc()
6561 - crypto: qat - fix aes-xts key sizes
6562 - dmaengine: usb-dmac: check CHCR.DE bit in usb_dmac_isr_channel()
6563 - USB: avoid left shift by -1
6564 - usb: chipidea: udc: don't touch DP when controller is in host mode
6565 - USB: fix typo in wMaxPacketSize validation
6566 - USB: serial: mos7720: fix non-atomic allocation in write path
6567 - USB: serial: mos7840: fix non-atomic allocation in write path
6568 - USB: serial: option: add WeTelecom WM-D200
6569 - USB: serial: option: add WeTelecom 0x6802 and 0x6803 products
6570 - staging: comedi: daqboard2000: bug fix board type matching code
6571 - staging: comedi: comedi_test: fix timer race conditions
6572 - staging: comedi: ni_mio_common: fix AO inttrig backwards compatibility
6573 - staging: comedi: ni_mio_common: fix wrong insn_write handler
6574 - ACPI / drivers: fix typo in ACPI_DECLARE_PROBE_ENTRY macro
6575 - ACPI / drivers: replace acpi_probe_lock spinlock with mutex
6576 - ACPI / sysfs: fix error code in get_status()
6577 - ACPI / SRAT: fix SRAT parsing order with both LAPIC and X2APIC present
6578 - ALSA: line6: Remove double line6_pcm_release() after failed acquire.
6579 - ALSA: line6: Give up on the lock while URBs are released.
6580 - ALSA: line6: Fix POD sysfs attributes segfault
6581 - hwmon: (iio_hwmon) fix memory leak in name attribute
6582 - sysfs: correctly handle read offset on PREALLOC attrs
6583 - Linux 4.4.20
6584
6585 * Failed to acknowledge elog: /sys/firmware/opal/elog/0x5018d709/acknowledge
6586 (2:No such file or directory) (LP: #1619552)
6587 - powerpc/powernv : Drop reference added by kset_find_obj()
6588
6589 * backport support for userspace access of DP aux devices (LP: #1619756)
6590 - drm/dp: Add a drm_aux-dev module for reading/writing dpcd registers.
6591 - drm/dp: Allow signals to interrupt drm_aux-dev reads/writes
6592 - [Config] CONFIG_DRM_DP_AUX_CHARDEV=y
6593
6594 * Enable virtual scsi server driver for Power (LP: #1615665)
6595 - SAUCE: Ibmvscsis: Properly deregister target sessions
6596 - SAUCE: Return TCMU-generated sense data to fabric module
6597 - SAUCE: Ibmvscsis: Code cleanup of print statements
6598 - SAUCE: Ibmvscsis: Fixed a bug reported by Dan Carpenter
6599
6600 * ISST-LTE: system dropped into xmon at pcibios_release_device+0x5c/0x80
6601 during running dlpar test on monklp3 (LP: #1618151)
6602 - powerpc/pseries: use pci_host_bridge.release_fn() to kfree(phb)
6603
6604 * Kernel Build Fails for Fuse Module (LP: #1617550)
6605 - SAUCE: (namespace) userns: Export current_in_userns to modules
6606
6607 * boot-time kernel panic introduced in 4.4.0-18, not present in 4.4.0-15
6608 (LP: #1572630)
6609 - blk-mq: Reuse hardware context cpumask for tags
6610 - blk-mq: Use proper cpumask iterator
6611
6612 -- Joseph Salisbury <joseph.salisbury@canonical.com> Thu, 22 Sep 2016 09:02:27 -0400
6613
6614 linux-snapdragon (4.4.0-1026.29) xenial; urgency=low
6615
6616 [ Tim Gardner ]
6617
6618 * Release Tracking Bug
6619 - LP: #1620701
6620
6621 [ Ubuntu: 4.4.0-38.57 ]
6622
6623 * CIFS client: access problems after updating to kernel 4.4.0-29-generic
6624 (LP: #1612135)
6625 - Revert "UBUNTU: SAUCE: (namespace) Bypass sget() capability check for nfs"
6626 - fs: Call d_automount with the filesystems creds
6627
6628 * apt-key add fails in overlayfs (LP: #1618572)
6629 - SAUCE: overlayfs: fix regression in whiteout detection
6630
6631 -- Tim Gardner <tim.gardner@canonical.com> Tue, 30 Aug 2016 12:34:04 -0600
6632
6633 linux-snapdragon (4.4.0-1025.28) xenial; urgency=low
6634
6635 [ Tim Gardner ]
6636
6637 * Release Tracking Bug
6638 - LP: #1618153
6639
6640 [ Ubuntu: 4.4.0-37.56 ]
6641
6642 * [Feature] Instruction decoder support for new SKX instructions- AVX512
6643 (LP: #1591655)
6644 - x86/insn: perf tools: Fix vcvtph2ps instruction decoding
6645 - x86/insn: Add AVX-512 support to the instruction decoder
6646 - perf tools: Add AVX-512 support to the instruction decoder used by Intel PT
6647 - perf tools: Add AVX-512 instructions to the new instructions test
6648
6649 * [Ubuntu 16.04] FCoE Lun not visible in OS with inbox driver - Issue with
6650 ioremap() call on 32bit kernel (LP: #1608652)
6651 - lpfc: Correct issue with ioremap() call on 32bit kernel
6652
6653 * [Feature] turbostat support for Skylake-SP server (LP: #1591802)
6654 - tools/power turbostat: decode more CPUID fields
6655 - tools/power turbostat: CPUID(0x16) leaf shows base, max, and bus frequency
6656 - tools/power turbostat: decode HWP registers
6657 - tools/power turbostat: Decode MSR_MISC_PWR_MGMT
6658 - tools/power turbostat: allow sub-sec intervals
6659 - tools/power turbostat: Intel Xeon x200: fix erroneous bclk value
6660 - tools/power turbostat: Intel Xeon x200: fix turbo-ratio decoding
6661 - tools/power turbostat: re-name "%Busy" field to "Busy%"
6662 - tools/power turbostat: add --out option for saving output in a file
6663 - tools/power turbostat: fix compiler warnings
6664 - tools/power turbostat: make fewer systems calls
6665 - tools/power turbostat: show IRQs per CPU
6666 - tools/power turbostat: show GFXMHz
6667 - tools/power turbostat: show GFX%rc6
6668 - tools/power turbostat: detect and work around syscall jitter
6669 - tools/power turbostat: indicate SMX and SGX support
6670 - tools/power turbostat: call __cpuid() instead of __get_cpuid()
6671 - tools/power turbostat: correct output for MSR_NHM_SNB_PKG_CST_CFG_CTL dump
6672 - tools/power turbostat: bugfix: TDP MSRs print bits fixing
6673 - tools/power turbostat: SGX state should print only if --debug
6674 - tools/power turbostat: print IRTL MSRs
6675 - tools/power turbostat: initial BXT support
6676 - tools/power turbostat: decode BXT TSC frequency via CPUID
6677 - tools/power turbostat: initial SKX support
6678
6679 * [BYT] display hotplug doesn't work on console (LP: #1616894)
6680 - drm/i915/vlv: Make intel_crt_reset() per-encoder
6681 - drm/i915/vlv: Reset the ADPA in vlv_display_power_well_init()
6682 - drm/i915/vlv: Disable HPD in valleyview_crt_detect_hotplug()
6683 - drm/i915: Enable polling when we don't have hpd
6684
6685 * [Feature]intel_idle enabling on Broxton-P (LP: #1520446)
6686 - intel_idle: add BXT support
6687
6688 * [Feature] EDAC: Update driver for SKX-SP (LP: #1591815)
6689 - [Config] CONFIG_EDAC_SKX=m
6690 - EDAC, skx_edac: Add EDAC driver for Skylake
6691
6692 * [Feature] KBL: Sandy Peak(3168) WiFi/BT support (LP: #1591648)
6693 - Bluetooth: Add support for Intel Bluetooth device 3168 [8087:0aa7]
6694
6695 * MacBookPro11,4 fails to poweroff or suspend (LP: #1587714)
6696 - SAUCE: PCI: Workaround to enable poweroff on Mac Pro 11
6697
6698 * Support Edge Gateway's Bluetooth LED (LP: #1512999)
6699 - SAUCE: Bluetooth: Support for LED on Edge Gateways
6700 - SAUCE: Bluetooth: Use host bridge subsystem IDs to identify Edge Gateways
6701
6702 * Please add support for alps touchpad. (LP: #1616813)
6703 - [Config] CONFIG_HID_ALPS=m
6704 - HID: add Alps I2C HID Touchpad-Stick support
6705 - HID: alps: struct u1_dev *priv is internal to the driver
6706 - HID: alps: pass correct sizes to hid_hw_raw_request()
6707 - HID: alps: match alps devices in core
6708 - HID: alps: a few cleanups
6709
6710 * DINO2M - System hangs with a black screen during s4 stress test
6711 (LP: #1616781)
6712 - x86/power/64: Fix kernel text mapping corruption during image restoration
6713
6714 * Xenial update to v4.4.17 stable release (LP: #1611833)
6715 - USB: OHCI: Don't mark EDs as ED_OPER if scheduling fails
6716 - x86/quirks: Apply nvidia_bugs quirk only on root bus
6717 - x86/quirks: Reintroduce scanning of secondary buses
6718 - x86/quirks: Add early quirk to reset Apple AirPort card
6719 - dmaengine: at_xdmac: align descriptors on 64 bits
6720 - dmaengine: at_xdmac: fix residue corruption
6721 - dmaengine: at_xdmac: double FIFO flush needed to compute residue
6722 - mm, sl[au]b: add __GFP_ATOMIC to the GFP reclaim mask
6723 - mm, compaction: abort free scanner if split fails
6724 - fs/nilfs2: fix potential underflow in call to crc32_le
6725 - mm, compaction: prevent VM_BUG_ON when terminating freeing scanner
6726 - mm, meminit: always return a valid node from early_pfn_to_nid
6727 - mm, meminit: ensure node is online before checking whether pages are
6728 uninitialised
6729 - vmlinux.lds: account for destructor sections
6730 - pps: do not crash when failed to register
6731 - kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while
6732 processing sysrq-w
6733 - arc: unwind: warn only once if DW2_UNWIND is disabled
6734 - ARC: unwind: ensure that .debug_frame is generated (vs. .eh_frame)
6735 - xen/pciback: Fix conf_space read/write overlap check.
6736 - xenbus: don't BUG() on user mode induced condition
6737 - xenbus: don't bail early from xenbus_dev_request_and_reply()
6738 - Input: vmmouse - remove port reservation
6739 - Input: elantech - add more IC body types to the list
6740 - Input: xpad - fix oops when attaching an unknown Xbox One gamepad
6741 - Input: wacom_w8001 - w8001_MAX_LENGTH should be 13
6742 - Input: xpad - validate USB endpoint count during probe
6743 - Input: tsc200x - report proper input_dev name
6744 - pvclock: Add CPU barriers to get correct version value
6745 - pinctrl: single: Fix missing flush of posted write for a wakeirq
6746 - pinctrl: imx: Do not treat a PIN without MUX register as an error
6747 - cgroup: set css->id to -1 during init
6748 - power_supply: power_supply_read_temp only if use_cnt > 0
6749 - locks: use file_inode()
6750 - Revert "ecryptfs: forbid opening files without mmap handler"
6751 - ecryptfs: don't allow mmap when the lower fs doesn't support it
6752 - ext4: verify extent header depth
6753 - 9p: use file_dentry()
6754 - namespace: update event counter when umounting a deleted dentry
6755 - spi: sunxi: fix transfer timeout
6756 - spi: sun4i: fix FIFO limit
6757 - clk: rockchip: initialize flags of clk_init_data in mmc-phase clock
6758 - platform/chrome: cros_ec_dev - double fetch bug in ioctl
6759 - block: fix use-after-free in sys_ioprio_get()
6760 - mmc: block: fix packed command header endianness
6761 - sched/fair: Fix effective_load() to consistently use smoothed load
6762 - ovl: handle ATTR_KILL*
6763 - perf/x86: fix PEBS issues on Intel Atom/Core2
6764 - can: at91_can: RX queue could get stuck at high bus load
6765 - can: c_can: Update D_CAN TX and RX functions to 32 bit - fix Altera Cyclone
6766 access
6767 - can: fix handling of unmodifiable configuration options fix
6768 - can: fix oops caused by wrong rtnl dellink usage
6769 - RDS: fix rds_tcp_init() error path
6770 - SCSI: fix new bug in scsi_dev_info_list string matching
6771 - ipr: Clear interrupt on croc/crocodile when running with LSI
6772 - posix_cpu_timer: Exit early when process has been reaped
6773 - i2c: mux: reg: wrong condition checked for of_address_to_resource return
6774 value
6775 - libata: LITE-ON CX1-JB256-HP needs lower max_sectors
6776 - libceph: apply new_state before new_up_client on incrementals
6777 - net: mvneta: set real interrupt per packet for tx_done
6778 - intel_th: pci: Add Kaby Lake PCH-H support
6779 - intel_th: Fix a deadlock in modprobing
6780 - vfs: fix deadlock in file_remove_privs() on overlayfs
6781 - Linux 4.4.17
6782 - xenbus: don't look up transaction IDs for ordinary writes
6783
6784 * Enable virtual scsi server driver for Power (LP: #1615665)
6785 - [Config] CONFIG_SCSI_IBMVSCSIS=m
6786 - target: Add target_alloc_session() helper function
6787 - ibmvscsis: Initial commit of IBM VSCSI Tgt Driver
6788
6789 * AES-XTS poor performance in Ubuntu 16.04 (LP: #1613295)
6790 - crypto: vmx: Only call enable_kernel_vsx()
6791 - powerpc: Create disable_kernel_{fp,altivec,vsx,spe}()
6792 - crypto: vmx - Adding asm subroutines for XTS
6793 - crypto: xts - consolidate sanity check for keys
6794 - crypto: vmx - Adding support for XTS
6795 - crypto: vmx - Fix aes_p8_xts_decrypt build failure
6796 - crypto: xts - fix compile errors
6797
6798 * System hang when plug/pull USB 3.1 key via thunderbolt port over 5 times
6799 (LP: #1616318)
6800 - USB: don't free bandwidth_mutex too early
6801
6802 * Ubuntu 16.04 - Full EEH Recovery Support for NVMe devices (LP: #1602724)
6803 - nvme: Suspend all queues before deletion
6804
6805 * change_hat is logging failures during expected hat probing (LP: #1615893)
6806 - SAUCE: apparmor: Fix auditing behavior for change_hat probing
6807
6808 * deleted files outside of the namespace are not being treated as disconnected
6809 (LP: #1615892)
6810 - SAUCE: apparmor: deleted dentries can be disconnected
6811
6812 * stacking to unconfined in a child namespace confuses mediation
6813 (LP: #1615890)
6814 - SAUCE: apparmor: special case unconfined when determining the mode
6815
6816 * apparmor module parameters can be changed after the policy is locked
6817 (LP: #1615895)
6818 - SAUCE: apparmor: fix: parameters can be changed after policy is locked
6819
6820 * AppArmor profile reloading causes an intermittent kernel BUG (LP: #1579135)
6821 - SAUCE: apparmor: fix vec_unique for vectors larger than 8
6822
6823 * label vec reductions can result in reference labels instead of direct access
6824 to labels (LP: #1615889)
6825 - SAUCE: apparmor: reduction of vec to single entry is just that entry
6826
6827 * profiles from different namespaces can block other namespaces from being
6828 able to load a profile (LP: #1615887)
6829 - SAUCE: apparmor: profiles in one ns can affect mediation in another ns
6830
6831 * vmalloc failure leads to null ptr dereference in aa_dfa_next (LP: #1592547)
6832 - SAUCE: apparmor: oops in profile_unpack() when policy_db is not present
6833
6834 * vmalloc_addr is being checked on the failed return address of kvzalloc()
6835 (LP: #1615885)
6836 - SAUCE: apparmor: fix: don't check for vmalloc_addr if kvzalloc() failed
6837
6838 * dfa is missing a bounds check which can cause an oops (LP: #1615882)
6839 - SAUCE: apparmor: Add missing id bounds check on dfa verification
6840
6841 * The label build for onexec when stacking is wrong (LP: #1615881)
6842 - SAUCE: apparmor: Fix label build for onexec stacking.
6843
6844 * The inherit check for new to old label comparison for domain transitions is
6845 wrong (LP: #1615880)
6846 - SAUCE: apparmor: Fix new to old label comparison for domain transitions
6847
6848 * warning stack trace while playing with apparmor namespaces (LP: #1593874)
6849 - SAUCE: apparmor: fix stack trace when removing namespace with profiles
6850
6851 * __label_update proxy comparison test is wrong (LP: #1615878)
6852 - SAUCE: apparmor: Fix __label_update proxy comparison test
6853
6854 * Xenial update to v4.4.19 stable release (LP: #1615620)
6855 - usb: gadget: avoid exposing kernel stack
6856 - usb: f_fs: off by one bug in _ffs_func_bind()
6857 - usb: renesas_usbhs: protect the CFIFOSEL setting in usbhsg_ep_enable()
6858 - usb: dwc3: fix for the isoc transfer EP_BUSY flag
6859 - USB: serial: option: add support for Telit LE910 PID 0x1206
6860 - usb: renesas_usbhs: fix NULL pointer dereference in xfer_work()
6861 - arm64: kernel: Save and restore UAO and addr_limit on exception entry
6862 - arm64: debug: unmask PSTATE.D earlier
6863 - arm64: Fix incorrect per-cpu usage for boot CPU
6864 - tty: serial: msm: Don't read off end of tx fifo
6865 - serial: samsung: Fix ERR pointer dereference on deferred probe
6866 - tty/serial: atmel: fix RS485 half duplex with DMA
6867 - gpio: pca953x: Fix NBANK calculation for PCA9536
6868 - gpio: intel-mid: Remove potentially harmful code
6869 - Bluetooth: hci_intel: Fix null gpio desc pointer dereference
6870 - pinctrl: cherryview: prevent concurrent access to GPIO controllers
6871 - arm64: dts: rockchip: fixes the gic400 2nd region size for rk3368
6872 - arm64: mm: avoid fdt_check_header() before the FDT is fully mapped
6873 - KVM: PPC: Book3S HV: Pull out TM state save/restore into separate procedures
6874 - KVM: PPC: Book3S HV: Save/restore TM state in H_CEDE
6875 - KVM: MTRR: fix kvm_mtrr_check_gfn_range_consistency page fault
6876 - KVM: VMX: handle PML full VMEXIT that occurs during event delivery
6877 - KVM: nVMX: Fix memory corruption when using VMCS shadowing
6878 - intel_pstate: Fix MSR_CONFIG_TDP_x addressing in core_get_max_pstate()
6879 - mfd: qcom_rpm: Fix offset error for msm8660
6880 - mfd: qcom_rpm: Parametrize also ack selector size
6881 - media: usbtv: prevent access to free'd resources
6882 - media: dvb_ringbuffer: Add memory barriers
6883 - vb2: core: Skip planes array verification if pb is NULL
6884 - Fix RC5 decoding with Fintek CIR chipset
6885 - sur40: lower poll interval to fix occasional FPS drops to ~56 FPS
6886 - sur40: fix occasional oopses on device close
6887 - dm: set DMF_SUSPENDED* _before_ clearing DMF_NOFLUSH_SUSPENDING
6888 - hp-wmi: Fix wifi cannot be hard-unblocked
6889 - s5p-mfc: Set device name for reserved memory region devs
6890 - s5p-mfc: Add release callback for memory region devs
6891 - i2c: efm32: fix a failure path in efm32_i2c_probe()
6892 - spi: pxa2xx: Clear all RFT bits in reset_sccr1() on Intel Quark
6893 - Bluetooth: Fix l2cap_sock_setsockopt() with optname BT_RCVMTU
6894 - EDAC: Correct channel count limit
6895 - HID: uhid: fix timeout when probe races with IO
6896 - ovl: disallow overlayfs as upperdir
6897 - remoteproc: Fix potential race condition in rproc_add
6898 - ARC: mm: don't loose PTE_SPECIAL in pte_modify()
6899 - jbd2: make journal y2038 safe
6900 - fs/cifs: make share unaccessible at root level mountable
6901 - cifs: Check for existing directory when opening file with O_CREAT
6902 - cifs: fix crash due to race in hmac(md5) handling
6903 - CIFS: Fix a possible invalid memory access in smb2_query_symlink()
6904 - random: initialize the non-blocking pool via add_hwgenerator_randomness()
6905 - random: print a warning for the first ten uninitialized random users
6906 - random: add interrupt callback to VMBus IRQ handler
6907 - MIPS: KVM: Fix mapped fault broken commpage handling
6908 - MIPS: KVM: Add missing gfn range check
6909 - MIPS: KVM: Fix gfn range check in kseg0 tlb faults
6910 - MIPS: KVM: Propagate kseg0/mapped tlb fault errors
6911 - nfs: don't create zero-length requests
6912 - nfsd: Fix race between FREE_STATEID and LOCK
6913 - nfsd: don't return an unhashed lock stateid after taking mutex
6914 - drm/i915: Don't complain about lack of ACPI video bios
6915 - iommu/exynos: Suppress unbinding to prevent system failure
6916 - iommu/vt-d: Return error code in domain_context_mapping_one()
6917 - iommu/amd: Handle IOMMU_DOMAIN_DMA in ops->domain_free call-back
6918 - iommu/amd: Init unity mappings only for dma_ops domains
6919 - iommu/amd: Update Alias-DTE in update_device_table()
6920 - audit: fix a double fetch in audit_log_single_execve_arg()
6921 - ARM: dts: sunxi: Add a startup delay for fixed regulator enabled phys
6922 - netlabel: add address family checks to netlbl_{sock,req}_delattr()
6923 - w1:omap_hdq: fix regression
6924 - drm/amdgpu: add a delay after ATPX dGPU power off
6925 - drm/amdgpu: Poll for both connect/disconnect on analog connectors
6926 - drm/amdgpu: support backlight control for UNIPHY3
6927 - drm/amdgpu: Disable RPM helpers while reprobing connectors on resume
6928 - drm/amdgpu: fix firmware info version checks
6929 - drm/amdgpu/gmc7: add missing mullins case
6930 - drm/radeon: add a delay after ATPX dGPU power off
6931 - drm/radeon: Poll for both connect/disconnect on analog connectors
6932 - drm/radeon: fix firmware info version checks
6933 - drm/radeon: support backlight control for UNIPHY3
6934 - drm/nouveau/gr/nv3x: fix instobj write offsets in gr setup
6935 - drm/nouveau/fbcon: fix font width not divisible by 8
6936 - drm: Restore double clflush on the last partial cacheline
6937 - drm/edid: Add 6 bpc quirk for display AEO model 0.
6938 - drm/i915: Never fully mask the the EI up rps interrupt on SNB/IVB
6939 - drm/i915/dp: Revert "drm/i915/dp: fall back to 18 bpp when sink capability
6940 is unknown"
6941 - balloon: check the number of available pages in leak balloon
6942 - ftrace/recordmcount: Work around for addition of metag magic but not
6943 relocations
6944 - metag: Fix __cmpxchg_u32 asm constraint for CMP
6945 - block: add missing group association in bio-cloning functions
6946 - block: fix bdi vs gendisk lifetime mismatch
6947 - mtd: nand: fix bug writing 1 byte less than page size
6948 - mm/hugetlb: avoid soft lockup in set_max_huge_pages()
6949 - ALSA: hda: Fix krealloc() with __GFP_ZERO usage
6950 - ALSA: hda/realtek - Can't adjust speaker's volume on a Dell AIO
6951 - ALSA: hda: add AMD Bonaire AZ PCI ID with proper driver caps
6952 - ALSA: hda - Fix headset mic detection problem for two dell machines
6953 - IB/mlx5: Fix MODIFY_QP command input structure
6954 - IB/mlx5: Fix entries checks in mlx5_ib_create_cq
6955 - IB/mlx5: Fix returned values of query QP
6956 - IB/mlx5: Fix entries check in mlx5_ib_resize_cq
6957 - IB/mlx5: Fix post send fence logic
6958 - IB/mlx5: Return PORT_ERR in Active to Initializing tranisition
6959 - IB/SA: Use correct free function
6960 - IB/IPoIB: Don't update neigh validity for unresolved entries
6961 - IB/IWPM: Fix a potential skb leak
6962 - IB/mlx4: Fix the SQ size of an RC QP
6963 - IB/mlx4: Fix error flow when sending mads under SRIOV
6964 - IB/mlx4: Fix memory leak if QP creation failed
6965 - of: fix memory leak related to safe_name()
6966 - ubi: Make volume resize power cut aware
6967 - ubi: Fix early logging
6968 - ubi: Fix race condition between ubi device creation and udev
6969 - iscsi-target: Fix panic when adding second TCP connection to iSCSI session
6970 - target: Fix ordered task target_setup_cmd_from_cdb exception hang
6971 - target: Fix missing complete during ABORT_TASK + CMD_T_FABRIC_STOP
6972 - target: Fix race between iscsi-target connection shutdown + ABORT_TASK
6973 - target: Fix max_unmap_lba_count calc overflow
6974 - target: Fix ordered task CHECK_CONDITION early exception handling
6975 - Input: elan_i2c - properly wake up touchpad on ASUS laptops
6976 - SUNRPC: Don't allocate a full sockaddr_storage for tracing
6977 - MIPS: mm: Fix definition of R6 cache instruction
6978 - MIPS: Don't register r4k sched clock when CPUFREQ enabled
6979 - MIPS: hpet: Increase HPET_MIN_PROG_DELTA and decrease HPET_MIN_CYCLES
6980 - PCI: Mark Atheros AR9485 and QCA9882 to avoid bus reset
6981 - x86/platform/intel_mid_pci: Rework IRQ0 workaround
6982 - ACPI / EC: Work around method reentrancy limit in ACPICA for _Qxx
6983 - rtc: s3c: Add s3c_rtc_{enable/disable}_clk in s3c_rtc_setfreq()
6984 - dm flakey: error READ bios during the down_interval
6985 - module: Invalidate signatures on force-loaded modules
6986 - Documentation/module-signing.txt: Note need for version info if reusing a
6987 key
6988 - Linux 4.4.19
6989
6990 * xfrm: ipsec crash when updating spd thresholds (LP: #1613787)
6991 - xfrm: Ignore socket policies when rebuilding hash tables
6992
6993 * ISST-LTE:pKVM311:lotg5:Ubutu16041:lotg5 crashed @
6994 writeback_sb_inodes+0x30c/0x590 (LP: #1614565)
6995 - writeback: Write dirty times for WB_SYNC_ALL writeback
6996
6997 * IBM Power 720 Ethernet Not Seen (LP: #1612725)
6998 - [Config] CONFIG_IBMEBUS=y for powerpc
6999
7000 * CAPI: Update default setting for the psl_fir_cntl register (LP: #1612431)
7001 - cxl: Set psl_fir_cntl to production environment value
7002
7003 * Xenial update to v4.4.18 stable release (LP: #1614560)
7004 - tcp: enable per-socket rate limiting of all 'challenge acks'
7005 - ipv4: reject RTNH_F_DEAD and RTNH_F_LINKDOWN from user space
7006 - bonding: set carrier off for devices created through netlink
7007 - net: bgmac: Fix infinite loop in bgmac_dma_tx_add()
7008 - net/irda: fix NULL pointer dereference on memory allocation failure
7009 - qed: Fix setting/clearing bit in completion bitmap
7010 - tcp: consider recv buf for the initial window scale
7011 - ipath: Restrict use of the write() interface
7012 - scsi: ignore errors from scsi_dh_add_device()
7013 - HID: sony: do not bail out when the sixaxis refuses the output report
7014 - i2c: i801: Allow ACPI SystemIO OpRegion to conflict with PCI BAR
7015 - arm: oabi compat: add missing access checks
7016 - KEYS: 64-bit MIPS needs to use compat_sys_keyctl for 32-bit userspace
7017 - Revert "s390/kdump: Clear subchannel ID to signal non-CCW/SCSI IPL"
7018 - random: strengthen input validation for RNDADDTOENTCNT
7019 - devpts: clean up interface to pty drivers
7020 - x86/mm/pat: Add support of non-default PAT MSR setting
7021 - x86/mm/pat: Add pat_disable() interface
7022 - x86/mm/pat: Replace cpu_has_pat with boot_cpu_has()
7023 - x86/mtrr: Fix Xorg crashes in Qemu sessions
7024 - x86/mtrr: Fix PAT init handling when MTRR is disabled
7025 - x86/xen, pat: Remove PAT table init code from Xen
7026 - x86/pat: Document the PAT initialization sequence
7027 - x86/mm/pat: Fix BUG_ON() in mmap_mem() on QEMU/i386
7028 - drm/i915: Pretend cursor is always on for ILK-style WM calculations (v2)
7029 - x86/syscalls/64: Add compat_sys_keyctl for 32-bit userspace
7030 - block: fix use-after-free in seq file
7031 - sysv, ipc: fix security-layer leaking
7032 - fuse: fsync() did not return IO errors
7033 - fuse: fuse_flush must check mapping->flags for errors
7034 - fuse: fix wrong assignment of ->flags in fuse_send_init()
7035 - fs/dcache.c: avoid soft-lockup in dput()
7036 - crypto: gcm - Filter out async ghash if necessary
7037 - crypto: scatterwalk - Fix test in scatterwalk_done
7038 - ext4: check for extents that wrap around
7039 - ext4: fix deadlock during page writeback
7040 - ext4: don't call ext4_should_journal_data() on the journal inode
7041 - ext4: validate s_reserved_gdt_blocks on mount
7042 - ext4: short-cut orphan cleanup on error
7043 - ext4: fix reference counting bug on block allocation error
7044 - mm: memcontrol: fix cgroup creation failure after many small jobs
7045 - mm: memcontrol: fix swap counter leak on swapout from offline cgroup
7046 - mm: memcontrol: fix memcg id ref counter on swap charge move
7047 - Linux 4.4.18
7048
7049 * Ubuntu16.10:installation fails on Brazos system (31TB and 192 cores) No
7050 memory for flatten_device_tree (no room) (LP: #1614309)
7051 - SAUCE: powerpc/pseries: Increase RMA size to 512MB.
7052
7053 * [SRU] xgene_enet: 10g performance only hits ~75% on multi-client tests
7054 (LP: #1613157)
7055 - drivers: net: xgene: Add support for Classifier engine
7056 - drivers: net: xgene: Add support for RSS
7057 - drivers: net: xgene: Add support for multiple queues
7058
7059 * [SRU] xgene_enet: an extra interrupt may be pending for an interrupt
7060 controller that doesn't support irq_disable and hardware with level
7061 interrupt (LP: #1611399)
7062 - drivers: net: xgene: fix extra IRQ issue
7063
7064 * Mic mute hotkey does not work on usb keyboard [03f0:2f4a] (LP: #1609606)
7065 - HID: input: add mic mute key on HP slim keyboard
7066
7067 -- Tim Gardner <tim.gardner@canonical.com> Mon, 29 Aug 2016 11:27:56 -0600
7068
7069 linux-snapdragon (4.4.0-1024.27) xenial; urgency=low
7070
7071 [ Stefan Bader ]
7072
7073 * Release Tracking Bug
7074 - LP: #1612349
7075
7076 [ Ubuntu: 4.4.0-36.55 ]
7077
7078 * I2C touchpad does not work on AMD platform (LP: #1612006)
7079 - SAUCE: pinctrl/amd: Remove the default de-bounce time
7080 * CVE-2016-5696
7081 - tcp: make challenge acks less predictable
7082
7083 -- Stefan Bader <stefan.bader@canonical.com> Fri, 12 Aug 2016 11:36:44 +0200
7084
7085 linux-snapdragon (4.4.0-1023.26) xenial; urgency=low
7086
7087 [ Stefan Bader ]
7088
7089 * Release Tracking Bug
7090 - LP: #1611239
7091
7092 [ Ubuntu: 4.4.0-35.54 ]
7093
7094 * [i915_bpo] Sync with v4.7 (LP: #1609742)
7095 - SAUCE: i915_bpo: Sync with v4.7
7096 * s390/cio: fix reset of channel measurement block (LP: #1609415)
7097 - s390/cio: allow to reset channel measurement block
7098 * in Ubuntu16.10: Hit on Call traces and system goes down when transactional
7099 memory tests are running in 32TB Brazos system (LP: #1606786)
7100 - powerpc/tm: Avoid SLB faults in treclaim/trecheckpoint when RI=0
7101 - powerpc/tm: Fix stack pointer corruption in __tm_recheckpoint()
7102 * Power Menu does not display after press the Power Button (LP: #1609204)
7103 - intel-vbtn: new driver for Intel Virtual Button
7104 - [config] enable CONFIG_INTEL_VBTN=m
7105 * OptiPlex 7450 AIO hangs when rebooting (LP: #1608762)
7106 - x86/reboot: Add Dell Optiplex 7450 AIO reboot quirk
7107 * virtualbox+usb 3.0 breaks boot, -28 kernel works (LP: #1604058)
7108 - SAUCE: xhci: Fix soft lockup in xhci_pci_probe path when XHCI_STATE_HALTED
7109 * linux-kernel: Freeing IRQ from IRQ context (LP: #1597908)
7110 - block: defer timeouts to a workqueue
7111 * Tunnel offload indications not stripped from encapsulated packets, causing
7112 performance overhead (LP: #1602755)
7113 - tunnels: Remove encapsulation offloads on decap.
7114 * lm-sensors is throwing "ERROR: Can't get value of subfeature temp1_input:
7115 I/O error" for be2net driver (LP: #1607387)
7116 - be2net: perform temperature query in adapter regardless of its interface
7117 state
7118 * Dell dock MAC Address pass through doesn't work in Ubuntu (LP: #1579984)
7119 - r8152: Add support for setting pass through MAC address on RTL8153-AD
7120 * vmxnet3 LRO IPv6 performance issues (stalling TCP) (LP: #1605494)
7121 - Driver: Vmxnet3: set CHECKSUM_UNNECESSARY for IPv6 packets
7122 * ISST-LTE:pVM:monklp5:Ubuntu16.04.1:system crashed at
7123 lpfc_sli4_scmd_to_wqidx_distr (LP: #1597974)
7124 - SAUCE: lpfc: fix oops in lpfc_sli4_scmd_to_wqidx_distr() from
7125 lpfc_send_taskmgmt()
7126 * Backport cxlflash shutdown patch to Xenial SRU (LP: #1605405)
7127 - SAUCE: cxlflash: Verify problem state area is mapped before notifying
7128 shutdown
7129 * Xenial update to v4.4.16 stable release (LP: #1607404)
7130 - mac80211: fix fast_tx header alignment
7131 - mac80211: mesh: flush mesh paths unconditionally
7132 - mac80211_hwsim: Add missing check for HWSIM_ATTR_SIGNAL
7133 - mac80211: Fix mesh estab_plinks counting in STA removal case
7134 - EDAC, sb_edac: Fix rank lookup on Broadwell
7135 - IB/cm: Fix a recently introduced locking bug
7136 - IB/mlx4: Properly initialize GRH TClass and FlowLabel in AHs
7137 - powerpc/pseries: Fix IBM_ARCH_VEC_NRCORES_OFFSET since POWER8NVL was added
7138 - powerpc/tm: Always reclaim in start_thread() for exec() class syscalls
7139 - usb: dwc2: fix regression on big-endian PowerPC/ARM systems
7140 - USB: EHCI: declare hostpc register as zero-length array
7141 - usb: common: otg-fsm: add license to usb-otg-fsm
7142 - mnt: fs_fully_visible test the proper mount for MNT_LOCKED
7143 - mnt: Account for MS_RDONLY in fs_fully_visible
7144 - mnt: If fs_fully_visible fails call put_filesystem.
7145 - of: fix autoloading due to broken modalias with no 'compatible'
7146 - of: irq: fix of_irq_get[_byname]() kernel-doc
7147 - locking/ww_mutex: Report recursive ww_mutex locking early
7148 - locking/qspinlock: Fix spin_unlock_wait() some more
7149 - locking/static_key: Fix concurrent static_key_slow_inc()
7150 - x86, build: copy ldlinux.c32 to image.iso
7151 - kprobes/x86: Clear TF bit in fault on single-stepping
7152 - x86/amd_nb: Fix boot crash on non-AMD systems
7153 - Revert "gpiolib: Split GPIO flags parsing and GPIO configuration"
7154 - uvc: Forward compat ioctls to their handlers directly
7155 - thermal: cpu_cooling: fix improper order during initialization
7156 - writeback: use higher precision calculation in domain_dirty_limits()
7157 - nfsd4/rpc: move backchannel create logic into rpc code
7158 - nfsd: Always lock state exclusively.
7159 - nfsd: Extend the mutex holding region around in nfsd4_process_open2()
7160 - posix_acl: Add set_posix_acl
7161 - nfsd: check permissions when setting ACLs
7162 - make nfs_atomic_open() call d_drop() on all ->open_context() errors.
7163 - NFS: Fix another OPEN_DOWNGRADE bug
7164 - ARM: imx6ul: Fix Micrel PHY mask
7165 - ARM: 8578/1: mm: ensure pmd_present only checks the valid bit
7166 - ARM: 8579/1: mm: Fix definition of pmd_mknotpresent
7167 - MIPS: KVM: Fix modular KVM under QEMU
7168 - mm: Export migrate_page_move_mapping and migrate_page_copy
7169 - UBIFS: Implement ->migratepage()
7170 - sched/fair: Fix cfs_rq avg tracking underflow
7171 - packet: Use symmetric hash for PACKET_FANOUT_HASH.
7172 - net_sched: fix mirrored packets checksum
7173 - cdc_ncm: workaround for EM7455 "silent" data interface
7174 - ipv6: Fix mem leak in rt6i_pcpu
7175 - ARCv2: Check for LL-SC livelock only if LLSC is enabled
7176 - ARCv2: LLSC: software backoff is NOT needed starting HS2.1c
7177 - kvm: Fix irq route entries exceeding KVM_MAX_IRQ_ROUTES
7178 - KVM: nVMX: VMX instructions: fix segment checks when L1 is in long mode.
7179 - HID: elo: kill not flush the work
7180 - HID: hiddev: validate num_values for HIDIOCGUSAGES, HIDIOCSUSAGES commands
7181 - tracing: Handle NULL formats in hold_module_trace_bprintk_format()
7182 - base: make module_create_drivers_dir race-free
7183 - iommu/arm-smmu: Wire up map_sg for arm-smmu-v3
7184 - iommu/vt-d: Enable QI on all IOMMUs before setting root entry
7185 - iommu/amd: Fix unity mapping initialization race
7186 - drm/mgag200: Black screen fix for G200e rev 4
7187 - ipmi: Remove smi_msg from waiting_rcv_msgs list before handle_one_recv_msg()
7188 - arm64: Rework valid_user_regs
7189 - vfs: add d_real_inode() helper
7190 - af_unix: fix hard linked sockets on overlay
7191 - btrfs: account for non-CoW'd blocks in btrfs_abort_transaction
7192 - drm/radeon: fix asic initialization for virtualized environments
7193 - drm/amdgpu/gfx7: fix broken condition check
7194 - ubi: Make recover_peb power cut aware
7195 - drm/amdkfd: unbind only existing processes
7196 - drm/amdkfd: destroy dbgmgr in notifier release
7197 - drm/dp/mst: Always clear proposed vcpi table for port.
7198 - drm/nouveau/disp/sor/gf119: both links use the same training register
7199 - drm/nouveau/gr/gf100-: update sm error decoding from gk20a nvgpu headers
7200 - drm/nouveau/fbcon: fix out-of-bounds memory accesses
7201 - drm/nouveau: fix for disabled fbdev emulation
7202 - drm/nouveau/disp/sor/gf119: select correct sor when poking training pattern
7203 - drm/i915/ilk: Don't disable SSC source if it's in use
7204 - drm/i915: Refresh cached DP port register value on resume
7205 - drm/i915: Update ifdeffery for mutex->owner
7206 - drm/i915: Update CDCLK_FREQ register on BDW after changing cdclk frequency
7207 - drm: add missing drm_mode_set_crtcinfo call
7208 - drm: make drm_atomic_set_mode_prop_for_crtc() more reliable
7209 - drm: atmel-hlcdc: actually disable scaling when no scaling is required
7210 - drm/ttm: Make ttm_bo_mem_compat available
7211 - drm/vmwgfx: Add an option to change assumed FB bpp
7212 - drm/vmwgfx: Work around mode set failure in 2D VMs
7213 - drm/vmwgfx: Check pin count before attempting to move a buffer
7214 - drm/vmwgfx: Delay pinning fbdev framebuffer until after mode set
7215 - drm/vmwgfx: Fix error paths when mapping framebuffer
7216 - memory: omap-gpmc: Fix omap gpmc EXTRADELAY timing
7217 - perf/x86: Fix undefined shift on 32-bit kernels
7218 - xen/balloon: Fix declared-but-not-defined warning
7219 - iio: Fix error handling in iio_trigger_attach_poll_func
7220 - iio:st_pressure: fix sampling gains (bring inline with ABI)
7221 - iio: light apds9960: Add the missing dev.parent
7222 - iio: proximity: as3935: correct IIO_CHAN_INFO_RAW output
7223 - iio: proximity: as3935: remove triggered buffer processing
7224 - iio: proximity: as3935: fix buffer stack trashing
7225 - iio: humidity: hdc100x: correct humidity integration time mask
7226 - iio: humidity: hdc100x: fix IIO_TEMP channel reporting
7227 - iio: hudmidity: hdc100x: fix incorrect shifting and scaling
7228 - staging: iio: accel: fix error check
7229 - iio: accel: kxsd9: fix the usage of spi_w8r8()
7230 - iio:ad7266: Fix broken regulator error handling
7231 - iio:ad7266: Fix support for optional regulators
7232 - iio:ad7266: Fix probe deferral for vref
7233 - tty/vt/keyboard: fix OOB access in do_compute_shiftstate()
7234 - hwmon: (dell-smm) Restrict fan control and serial number to CAP_SYS_ADMIN by
7235 default
7236 - hwmon: (dell-smm) Disallow fan_type() calls on broken machines
7237 - hwmon: (dell-smm) Cache fan_type() calls and change fan detection
7238 - ALSA: dummy: Fix a use-after-free at closing
7239 - ALSA: hda - Fix the headset mic jack detection on Dell machine
7240 - ALSA: hda / realtek - add two more Thinkpad IDs (5050,5053) for tpt460 fixup
7241 - ALSA: au88x0: Fix calculation in vortex_wtdma_bufshift()
7242 - ALSA: echoaudio: Fix memory allocation
7243 - ALSA: timer: Fix negative queue usage by racy accesses
7244 - ALSA: hda/realtek: Add Lenovo L460 to docking unit fixup
7245 - ALSA: hda - Add PCI ID for Kabylake-H
7246 - ALSA: hda - fix read before array start
7247 - ALSA: hda/realtek - add new pin definition in alc225 pin quirk table
7248 - ALSA: pcm: Free chmap at PCM free callback, too
7249 - ALSA: ctl: Stop notification after disconnection
7250 - ALSA: hda - fix use-after-free after module unload
7251 - ALSA: hda: add AMD Stoney PCI ID with proper driver caps
7252 - ARM: sunxi/dt: make the CHIP inherit from allwinner,sun5i-a13
7253 - ARM: dts: armada-38x: fix MBUS_ID for crypto SRAM on Armada 385 Linksys
7254 - ARM: mvebu: fix HW I/O coherency related deadlocks
7255 - ovl: Copy up underlying inode's ->i_mode to overlay inode
7256 - ovl: verify upper dentry in ovl_remove_and_whiteout()
7257 - scsi: fix race between simultaneous decrements of ->host_failed
7258 - 53c700: fix BUG on untagged commands
7259 - Fix reconnect to not defer smb3 session reconnect long after socket
7260 reconnect
7261 - cifs: dynamic allocation of ntlmssp blob
7262 - File names with trailing period or space need special case conversion
7263 - xen/acpi: allow xen-acpi-processor driver to load on Xen 4.7
7264 - crypto: qat - make qat_asym_algs.o depend on asn1 headers
7265 - tmpfs: don't undo fallocate past its last page
7266 - tmpfs: fix regression hang in fallocate undo
7267 - drm/i915: Revert DisplayPort fast link training feature
7268 - ovl: verify upper dentry before unlink and rename
7269 - Linux 4.4.16
7270 * Regression caused by `fuse: Add support for pid namespaces` in 4.4.0-6.21
7271 (LP: #1605344)
7272 - SAUCE: (namespace) fuse: Permit requests from other pid namespaces
7273 * CVE-2016-5400
7274 - media: fix airspy usb probe error path
7275 * Cannot mount proc in unprivileged containers if /proc/xen is mounted
7276 (LP: #1607374)
7277 - SAUCE: xenbus: Use proc_create_mount_point() to create /proc/xen
7278 * Mic mute key does not work for Ideapad laptops (LP: #1607153)
7279 - ideapad_laptop: Add an event for mic mute hotkey
7280 * NVMe stress test fails after 12 hours on Ubuntu 16.04 (LP: #1604995)
7281 - block: atari: Return early for unsupported sector size
7282 * Console extremely slow with 4.4 kernels for servers with Matrox G200er2 or
7283 similar (LP: #1605662)
7284 - SAUCE: vesafb: Set mtrr:3 (write-combining) as default
7285 * Ubuntu 16.04 - Full EEH Recovery Support for NVMe devices (LP: #1602724)
7286 - nvme: use a work item to submit async event requests
7287 - nvme: don't poll the CQ from the kthread
7288 - nvme: replace the kthread with a per-device watchdog timer
7289 - NVMe: Fix reset/remove race
7290 - nvme: Avoid reset work on watchdog timer function during error recovery
7291 - NVMe: Always use MSI/MSI-x interrupts
7292 * [LTC-Test] - NMI watchdog Bug and call traces when trinity is executed.
7293 (LP: #1602524)
7294 - ext4: factor out determining of hole size
7295 - ext4: return hole from ext4_map_blocks()
7296 - ext4: more efficient SEEK_DATA implementation
7297 * changelog: add CVEs as first class citizens (LP: #1604344)
7298 - avoid duplicate CVE numbers in changelog
7299 * [LTCTest][Opal][OP820] Machine crashed with Oops: Kernel access of bad area,
7300 sig: 11 [#1] while executing Froze PE Error injection (LP: #1603449)
7301 - powerpc/eeh: Fix invalid cached PE primary bus
7302 * Hotplug remove and re-add adds PCI adapter to next PCI domain (PCI)
7303 (LP: #1603574)
7304 - powerpc/pci: Assign fixed PHB number based on device-tree properties
7305 * nvme - reset_controller is not working after adapter's firmware upgrade
7306 (adapter quirk is needed) (LP: #1602726)
7307 - NVMe: Create discard zero quirk white list
7308 - nvme/quirk: Add a delay before checking for adapter readiness
7309 * ovs nat: conntrack netlink event are missing (LP: #1603468)
7310 - openvswitch: fix conntrack netlink event delivery
7311 * FlashGT - In Tuleta 8284-22A with card in card slot P1-C9, system Fails to
7312 boot operating system (LP: #1602785)
7313 - cxl: Ignore CAPI adapters misplaced in switched slots
7314 * CVE-2016-5728
7315 - misc: mic: Fix for double fetch security bug in VOP driver
7316 * CVE-2016-5244 (LP: #1589041)
7317 - rds: fix an infoleak in rds_inc_info_copy
7318 * Miscellaneous Ubuntu changes
7319 - Added Snapcraft files
7320 - SAUCE: snapcraft: cleanup and remove unnecessary elements
7321
7322 [ Ubuntu: 4.4.0-34.53 ]
7323
7324 * [APL][SAUCE] Slow system response time due to a monitor bug (LP: #1606147)
7325 - x86/cpu/intel: Introduce macros for Intel family numbers
7326 - SAUCE: x86/cpu: Add workaround for MONITOR instruction erratum on Goldmont
7327 based CPUs
7328
7329 -- Stefan Bader <stefan.bader@canonical.com> Wed, 10 Aug 2016 16:55:01 +0200
7330
7331 linux-snapdragon (4.4.0-1022.25) xenial; urgency=low
7332
7333 [ Seth Forshee ]
7334
7335 * Release Tracking Bug
7336 - LP: #1605716
7337
7338 [ Ubuntu: 4.4.0-33.52 ]
7339
7340 * Release Tracking Bug
7341 - LP: #1605709
7342 * [regression] NFS client: access problems after updating to kernel
7343 4.4.0-31-generic (LP: #1603719)
7344 - SAUCE: (namespace) Bypass sget() capability check for nfs
7345
7346 -- Seth Forshee <seth.forshee@canonical.com> Fri, 22 Jul 2016 16:52:25 -0500
7347
7348 linux-snapdragon (4.4.0-1021.24) xenial; urgency=low
7349
7350 [ Seth Forshee ]
7351
7352 * Release Tracking Bug
7353 - LP: #1604458
7354
7355 * Drop superseded namespace mount patches (LP: #1604830)
7356 - UBUNTU: SAUCE: fs: Ensure the mounter of a filesystem is privileged towards its inodes
7357 - UBUNTU: SAUCE: quota: Treat superblock owner as privilged
7358 - UBUNTU: SAUCE: kernfs: Always set super block owner to init_user_ns
7359 - UBUNTU: SAUCE: proc: Always set super block owner to init_user_ns
7360
7361 * UBUNTU: [Config] updateconfigs after 4.4.0-32.51 rebase (LP: #1603483)
7362
7363 [ Kamal Mostafa ]
7364
7365 * [Debian] embed derivative target name in release tag (LP: #1599924)
7366
7367 [ Ubuntu: 4.4.0-32.51 ]
7368
7369 * Release Tracking Bug
7370 - LP: #1604443
7371 * thinkpad yoga 260 wacom touchscreen not working (LP: #1603975)
7372 - HID: wacom: break out parsing of device and registering of input
7373 - HID: wacom: Initialize hid_data.inputmode to -1
7374 - HID: wacom: Support switching from vendor-defined device mode on G9 and G11
7375 * changelog: add CVEs as first class citizens (LP: #1604344)
7376 - use CVE numbers in changelog
7377 * [Xenial] Include Huawei PCIe SSD hio kernel driver (LP: #1603483)
7378 - SAUCE: import Huawei ES3000_V2 (2.1.0.23)
7379 - SAUCE: hio: bio_endio() no longer takes errors arg
7380 - SAUCE: hio: blk_queue make_request_fn now returns a blk_qc_t
7381 - SAUCE: hio: use alloc_cpumask_var to avoid -Wframe-larger-than
7382 - SAUCE: hio: fix mask maybe-uninitialized warning
7383 - [config] enable CONFIG_HIO (Huawei ES3000_V2 PCIe SSD driver)
7384 - SAUCE: hio: Makefile and Kconfig
7385 * CVE-2016-5243 (LP: #1589036)
7386 - tipc: fix an infoleak in tipc_nl_compat_link_dump
7387 - tipc: fix nl compat regression for link statistics
7388 * CVE-2016-4470
7389 - KEYS: potential uninitialized variable
7390 * integer overflow in xt_alloc_table_info (LP: #1555353)
7391 - netfilter: x_tables: check for size overflow
7392 * CVE-2016-3135:
7393 - Revert "UBUNTU: SAUCE: (noup) netfilter: x_tables: check for size overflow"
7394 * CVE-2016-4440 (LP: #1584192)
7395 - kvm:vmx: more complete state update on APICv on/off
7396 * the system hangs in the dma driver when reboot or shutdown on a baytrail-m
7397 laptop (LP: #1602579)
7398 - dmaengine: dw: platform: power on device on shutdown
7399 - ACPI / LPSS: override power state for LPSS DMA device
7400 * Add proper palm detection support for MS Precision Touchpad (LP: #1593124)
7401 - Revert "HID: multitouch: enable palm rejection if device implements
7402 confidence usage"
7403 - HID: multitouch: enable palm rejection for Windows Precision Touchpad
7404 * Add support for Intel 8265 Bluetooth ([8087:0A2B]) (LP: #1599068)
7405 - Bluetooth: Add support for Intel Bluetooth device 8265 [8087:0a2b]
7406 * CVE-2016-4794 (LP: #1581871)
7407 - percpu: fix synchronization between chunk->map_extend_work and chunk
7408 destruction
7409 - percpu: fix synchronization between synchronous map extension and chunk
7410 destruction
7411 * Xenial update to v4.4.15 stable release (LP: #1601952)
7412 - net_sched: fix pfifo_head_drop behavior vs backlog
7413 - net: Don't forget pr_fmt on net_dbg_ratelimited for CONFIG_DYNAMIC_DEBUG
7414 - sit: correct IP protocol used in ipip6_err
7415 - esp: Fix ESN generation under UDP encapsulation
7416 - netem: fix a use after free
7417 - ipmr/ip6mr: Initialize the last assert time of mfc entries.
7418 - Bridge: Fix ipv6 mc snooping if bridge has no ipv6 address
7419 - sock_diag: do not broadcast raw socket destruction
7420 - bpf, perf: delay release of BPF prog after grace period
7421 - neigh: Explicitly declare RCU-bh read side critical section in neigh_xmit()
7422 - net: macb: fix default configuration for GMAC on AT91
7423 - net: alx: Work around the DMA RX overflow issue
7424 - bpf: try harder on clones when writing into skb
7425 - AX.25: Close socket connection on session completion
7426 - crypto: ux500 - memmove the right size
7427 - crypto: user - re-add size check for CRYPTO_MSG_GETALG
7428 - USB: uas: Fix slave queue_depth not being set
7429 - usb: quirks: Fix sorting
7430 - usb: quirks: Add no-lpm quirk for Acer C120 LED Projector
7431 - usb: musb: only restore devctl when session was set in backup
7432 - usb: musb: Stop bulk endpoint while queue is rotated
7433 - usb: musb: Ensure rx reinit occurs for shared_fifo endpoints
7434 - usb: musb: host: correct cppi dma channel for isoch transfer
7435 - usb: xhci-plat: properly handle probe deferral for devm_clk_get()
7436 - USB: xhci: Add broken streams quirk for Frescologic device id 1009
7437 - xhci: Fix handling timeouted commands on hosts in weird states.
7438 - USB: mos7720: delete parport
7439 - usb: gadget: fix spinlock dead lock in gadgetfs
7440 - usb: host: ehci-tegra: Grab the correct UTMI pads reset
7441 - usb: dwc3: exynos: Fix deferred probing storm.
7442 - Linux 4.4.15
7443 * qeth: delete napi struct when removing a qeth device (LP: #1601831)
7444 - qeth: delete napi struct when removing a qeth device
7445 * Adjust KBL PCI-ID's (LP: #1600124)
7446 - drm/i915: Add more Kabylake PCI IDs.
7447 - drm/i915: Removing PCI IDs that are no longer listed as Kabylake.
7448 * [i915_bpo] Rebase driver to v4.7-rc6 + gen9 workarounds + KBP PCH support
7449 (LP: #1599109)
7450 - drm/kms_helper: Add a common place to call init and exit functions.
7451 - drm: Add helper for DP++ adaptors
7452 - GPU-DRM: Delete unnecessary checks before drm_property_unreference_blob()
7453 - drm: introduce pipe color correction properties
7454 - drm: fix blob pointer check
7455 - drm: atomic helper: do not unreference error pointer
7456 - drm: fix lut value extraction function
7457 - drm/dsi: Add a helper to get bits per pixel of MIPI DSI pixel format
7458 - SAUCE: drm: Introduce drm_malloc_gfp()
7459 - SAUCE: i915_bpo: Rebase to v4.7-rc6
7460 - SAUCE: i915_bpo: Add backported workarounds for gen9
7461 - SAUCE: i915_bpo: Revert "drm/i915: Get panel_type from OpRegion panel
7462 details"
7463 - SAUCE: i915_bpo: Introduce Kabypoint PCH for Kabylake H/DT.
7464 * Baytrail-I got black screen with HDMI output (LP: #1599379)
7465 - drm/i915: Only ignore eDP ports that are connected
7466 - drm/i915: Check VBT for port presence in addition to the strap on VLV/CHV
7467 * [Hyper-V] storvsc messages for CD-ROM medium not present tray closed
7468 (LP: #1590655)
7469 - SAUCE: (no-up) scsi: storvsc: Filter out storvsc messages CD-ROM medium not
7470 present
7471 * Hotplug device addition issue - missing patches on Xenial kernel
7472 (LP: #1599250)
7473 - Revert "UBUNTU: SAUCE: powerpc/eeh: Validate arch in eeh_add_device_early()"
7474 - Revert "powerpc/eeh: Fix crash in eeh_add_device_early() on Cell"
7475 - powerpc/iommu: Remove the dependency on EEH struct in DDW mechanism
7476 - powerpc/pseries: Fix PCI config address for DDW
7477 * kernel: signal return with invalid floating-point control (LP: #1597971)
7478 - s390: fix test_fp_ctl inline assembly contraints
7479 * [Toshiba P50W-B00F] Touchscreen no longer working (LP: #1498667)
7480 - SAUCE: (no-up) usb: quirks: Add no-lpm quirk for Elan Microelectronics
7481 Touchpad
7482 * [yakkety] d-i does not support (ehci_msm) Qualcomm On-Chip EHCI Host
7483 Controller (LP: #1599347)
7484 - d-i: Add ehci_msm to usb-modules
7485 * [Bug] Legacy audio couldn't work after S3 resume on Kabylake (LP: #1596871)
7486 - ALSA: hda - Skip ELD notification during PM process
7487 - ALSA: hda - hdmi add wmb barrier for audio component
7488 - ALSA: hda - hdmi defer to register acomp eld notifier
7489 * sync spl 0.6.5.6-0ubuntu4 changes into Xenial kernel source (LP: #1599257)
7490 - SAUCE: (noup) Update spl to 0.6.5.6-0ubuntu4
7491 * Config: missing AMD Seattle platform support (LP: #1597574)
7492 - [Config] Enable the AMD Seattle platform
7493 * Network installer fails to detect network on AMD Overdrive (ARM64)
7494 (LP: #1597573)
7495 - [Config] Add amd-xgbe to nic-modules udeb
7496 * exercising ptys causes a kernel oops (LP: #1586418)
7497 - devpts: fix null pointer dereference on failed memory allocation
7498 * Regression (constant vibration of device) in xpad driver in Ubuntu 16.04
7499 (LP: #1574102)
7500 - Input: xpad - move pending clear to the correct location
7501 * thunderx nics fail to establish link (LP: #1597867)
7502 - net: thunderx: Fix link status reporting
7503 * Xenial update to v4.4.14 stable release (LP: #1596575)
7504 - scsi_lib: correctly retry failed zero length REQ_TYPE_FS commands
7505 - scsi: Add QEMU CD-ROM to VPD Inquiry Blacklist
7506 - netlink: Fix dump skb leak/double free
7507 - tipc: fix nametable publication field in nl compat
7508 - switchdev: pass pointer to fib_info instead of copy
7509 - tuntap: correctly wake up process during uninit
7510 - udp: prevent skbs lingering in tunnel socket queues
7511 - uapi glibc compat: fix compilation when !__USE_MISC in glibc
7512 - sfc: on MC reset, clear PIO buffer linkage in TXQs
7513 - team: don't call netdev_change_features under team->lock
7514 - vxlan: Accept user specified MTU value when create new vxlan link
7515 - tcp: record TLP and ER timer stats in v6 stats
7516 - bridge: Don't insert unnecessary local fdb entry on changing mac address
7517 - l2tp: fix configuration passed to setup_udp_tunnel_sock()
7518 - ipv6: Skip XFRM lookup if dst_entry in socket cache is valid
7519 - vxlan: Relax MTU constraints
7520 - geneve: Relax MTU constraints
7521 - vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devices
7522 - KVM: x86: fix OOPS after invalid KVM_SET_DEBUGREGS
7523 - KVM: irqfd: fix NULL pointer dereference in kvm_irq_map_gsi
7524 - ALSA: hda - Add PCI ID for Kabylake
7525 - ALSA: hda - Fix headset mic detection problem for Dell machine
7526 - ALSA: hda/realtek - ALC256 speaker noise issue
7527 - ALSA: hda/realtek - Add support for new codecs ALC700/ALC701/ALC703
7528 - ALSA: hda/realtek: Add T560 docking unit fixup
7529 - ARM: fix PTRACE_SETVFPREGS on SMP systems
7530 - gpio: bcm-kona: fix bcm_kona_gpio_reset() warnings
7531 - s390/bpf: fix recache skb->data/hlen for skb_vlan_push/pop
7532 - s390/bpf: reduce maximum program size to 64 KB
7533 - irqchip/gic-v3: Fix ICC_SGI1R_EL1.INTID decoding mask
7534 - crypto: public_key: select CRYPTO_AKCIPHER
7535 - crypto: ccp - Fix AES XTS error for request sizes above 4096
7536 - arm64: Provide "model name" in /proc/cpuinfo for PER_LINUX32 tasks
7537 - arm64: mm: always take dirty state from new pte in ptep_set_access_flags
7538 - powerpc/pseries/eeh: Handle RTAS delay requests in configure_bridge
7539 - powerpc: Fix definition of SIAR and SDAR registers
7540 - powerpc: Use privileged SPR number for MMCR2
7541 - powerpc/pseries: Add POWER8NVL support to ibm,client-architecture-support
7542 call
7543 - pinctrl: mediatek: fix dual-edge code defect
7544 - parisc: Fix pagefault crash in unaligned __get_user() call
7545 - memcg: add RCU locking around css_for_each_descendant_pre() in
7546 memcg_offline_kmem()
7547 - wext: Fix 32 bit iwpriv compatibility issue with 64 bit Kernel
7548 - x86/entry/traps: Don't force in_interrupt() to return true in IST handlers
7549 - fix d_walk()/non-delayed __d_free() race
7550 - sparc: Fix system call tracing register handling.
7551 - sparc64: Fix bootup regressions on some Kconfig combinations.
7552 - sparc64: Fix numa node distance initialization
7553 - sparc64: Fix sparc64_set_context stack handling.
7554 - sparc/PCI: Fix for panic while enabling SR-IOV
7555 - sparc64: Reduce TLB flushes during hugepte changes
7556 - sparc64: Take ctx_alloc_lock properly in hugetlb_setup().
7557 - sparc: Harden signal return frame checks.
7558 - sparc64: Fix return from trap window fill crashes.
7559 - MIPS: Fix 64k page support for 32 bit kernels.
7560 - crypto: qat - fix adf_ctl_drv.c:undefined reference to adf_init_pf_wq
7561 - drm/core: Do not preserve framebuffer on rmfb, v4.
7562 - Linux 4.4.14
7563 * [Hyper-V] Rebase Hyper-V to 4.6 kernel (LP: #1583357)
7564 - hv_netvsc: rework link status change handling
7565 - hv_netvsc: Resize some of the variables in hv_netvsc_packet
7566 - hv_netvsc: Rearrange the hv_negtvsc_packet to be space efficient
7567 - hv_netvsc: Eliminate the channel field in hv_netvsc_packet structure
7568 - hv_netvsc: Eliminate rndis_msg pointer from hv_netvsc_packet structure
7569 - hv_netvsc: Eliminatte the data field from struct hv_netvsc_packet
7570 - hv_netvsc: Eliminate send_completion from struct hv_netvsc_packet
7571 - hv_netvsc: Eliminate send_completion_ctx from struct hv_netvsc_packet
7572 - hv_netvsc: Don't ask for additional head room in the skb
7573 - hv_netvsc: move subchannel existence check to netvsc_select_queue()
7574 - hv_netvsc: remove locking in netvsc_send()
7575 - hv_netvsc: Eliminate page_buf from struct hv_netvsc_packet
7576 - hv_netvsc: Eliminate send_completion_tid from struct hv_netvsc_packet
7577 - hv_netvsc: Eliminate is_data_pkt from struct hv_netvsc_packet
7578 - hv_netvsc: Eliminate completion_func from struct hv_netvsc_packet
7579 - hv_netvsc: Eliminate xmit_more from struct hv_netvsc_packet
7580 - hv_netvsc: Eliminate status from struct hv_netvsc_packet
7581 - hv_netvsc: Eliminate vlan_tci from struct hv_netvsc_packet
7582 - storvsc: add logging for error/warning messages
7583 - hv_netvsc: Fix race condition on Multi-Send Data field
7584 - kvm/x86: split ioapic-handled and EOI exit bitmaps
7585 - kvm/x86: per-vcpu apicv deactivation support
7586 - kvm/x86: Hyper-V synthetic interrupt controller
7587 - kvm/x86: Hyper-V kvm exit
7588 - kvm/x86: Rearrange func's declarations inside Hyper-V header
7589 - kvm/x86: Added Hyper-V vcpu_to_hv_vcpu()/hv_vcpu_to_vcpu() helpers
7590 - kvm/x86: Hyper-V internal helper to read MSR HV_X64_MSR_TIME_REF_COUNT
7591 - kvm/x86: Hyper-V SynIC message slot pending clearing at SINT ack
7592 - kvm/x86: Hyper-V SynIC timers
7593 - storvsc: Fix a bug in the layout of the hv_fc_wwn_packet
7594 - storvsc: Properly support Fibre Channel devices
7595 - storvsc: Refactor the code in storvsc_channel_init()
7596 - storvsc: Tighten up the interrupt path
7597 - storvsc: Fix typo in MODULE_PARM_DESC
7598 - Revert "hv_netvsc: use skb_get_hash() instead of a homegrown implementation"
7599 - hv_netvsc: use skb_get_hash() instead of a homegrown implementation
7600 - hv_netvsc: Fix book keeping of skb during batching process
7601 - storvsc: Install the storvsc specific timeout handler for FC devices
7602 - storvsc: Use the specified target ID in device lookup
7603 - Revert "Drivers: hv: vmbus: Cleanup vmbus_set_event()"
7604 - Drivers: hv: vmbus: Cleanup vmbus_set_event()
7605 - Revert "Drivers: hv: vmbus: Eliminate the spin lock on the read path"
7606 - Drivers: hv: vmbus: Eliminate the spin lock on the read path
7607 - Revert "hv_netvsc: cleanup netdev feature flags for netvsc"
7608 - hv_netvsc: cleanup netdev feature flags for netvsc
7609 - hv_netvsc: Restore needed_headroom request
7610 - kvm/x86: Rename Hyper-V long spin wait hypercall
7611 - hv_netvsc: add software transmit timestamp support
7612 - hv_netvsc: add ethtool support for set and get of settings
7613 - hv_netvsc: Fix accessing freed memory in netvsc_change_mtu()
7614 - hv_netvsc: Fix the array sizes to be max supported channels
7615 - hv_netvsc: Fix the order of num_sc_offered decrement
7616 - x86/hyperv: Avoid reporting bogus NMI status for Gen2 instances
7617 - Drivers: hv: vmbus: Fix signaling logic in hv_need_to_signal_on_read()
7618 - Drivers: hv: kvp: fix IP Failover
7619
7620 [ Ubuntu: 4.4.0-31.50 ]
7621
7622 * Release Tracking Bug
7623 - LP: #1602449
7624 * nouveau: boot hangs at blank screen with unsupported graphics cards
7625 (LP: #1602340)
7626 - SAUCE: drm: check for supported chipset before booting fbdev off the hw
7627
7628 -- Seth Forshee <seth.forshee@canonical.com> Wed, 20 Jul 2016 10:46:39 -0500
7629
7630 linux-snapdragon (4.4.0-1020.23) xenial; urgency=low
7631
7632 [ Kamal Mostafa ]
7633
7634 * Release Tracking Bug
7635 - LP: #1597903
7636
7637 [ Ubuntu: 4.4.0-30.49 ]
7638
7639 * FCP devices are not detected correctly nor deterministically (LP: #1567602)
7640 - scsi_dh_alua: Disable ALUA handling for non-disk devices
7641 - scsi_dh_alua: Use vpd_pg83 information
7642 - scsi_dh_alua: improved logging
7643 - scsi_dh_alua: sanitze sense code handling
7644 - scsi_dh_alua: use standard logging functions
7645 - scsi_dh_alua: return standard SCSI return codes in submit_rtpg
7646 - scsi_dh_alua: fixup description of stpg_endio()
7647 - scsi_dh_alua: use flag for RTPG extended header
7648 - scsi_dh_alua: use unaligned access macros
7649 - scsi_dh_alua: rework alua_check_tpgs() to return the tpgs mode
7650 - scsi_dh_alua: simplify sense code handling
7651 - scsi: Add scsi_vpd_lun_id()
7652 - scsi: Add scsi_vpd_tpg_id()
7653 - scsi_dh_alua: use scsi_vpd_tpg_id()
7654 - scsi_dh_alua: Remove stale variables
7655 - scsi_dh_alua: Pass buffer as function argument
7656 - scsi_dh_alua: separate out alua_stpg()
7657 - scsi_dh_alua: Make stpg synchronous
7658 - scsi_dh_alua: call alua_rtpg() if stpg fails
7659 - scsi_dh_alua: switch to scsi_execute_req_flags()
7660 - scsi_dh_alua: allocate RTPG buffer separately
7661 - scsi_dh_alua: Use separate alua_port_group structure
7662 - scsi_dh_alua: use unique device id
7663 - scsi_dh_alua: simplify alua_initialize()
7664 - revert commit a8e5a2d593cb ("[SCSI] scsi_dh_alua: ALUA handler attach should
7665 succeed while TPG is transitioning")
7666 - scsi_dh_alua: move optimize_stpg evaluation
7667 - scsi_dh_alua: remove 'rel_port' from alua_dh_data structure
7668 - scsi_dh_alua: Use workqueue for RTPG
7669 - scsi_dh_alua: Allow workqueue to run synchronously
7670 - scsi_dh_alua: Add new blacklist flag 'BLIST_SYNC_ALUA'
7671 - scsi_dh_alua: Recheck state on unit attention
7672 - scsi_dh_alua: update all port states
7673 - scsi_dh_alua: Send TEST UNIT READY to poll for transitioning
7674 - scsi_dh_alua: do not fail for unknown VPD identification
7675
7676 [ Ubuntu: 4.4.0-29.48 ]
7677
7678 * Wireless hotkey fails on Dell XPS 15 9550 (LP: #1589886)
7679 - intel-hid: new hid event driver for hotkeys
7680 - intel-hid: fix incorrect entries in intel_hid_keymap
7681 - intel-hid: allocate correct amount of memory for private struct
7682 - intel-hid: add a workaround to ignore an event after waking up from S4.
7683 - [Config] CONFIG_INTEL_HID_EVENT=m
7684 * cgroupfs mounts can hang (LP: #1588056)
7685 - Revert "UBUNTU: SAUCE: (namespace) mqueue: Super blocks must be owned by the
7686 user ns which owns the ipc ns"
7687 - Revert "UBUNTU: SAUCE: kernfs: Do not match superblock in another user
7688 namespace when mounting"
7689 - Revert "UBUNTU: SAUCE: cgroup: Use a new super block when mounting in a
7690 cgroup namespace"
7691 - (namespace) bpf: Use mount_nodev not mount_ns to mount the bpf filesystem
7692 - (namespace) bpf, inode: disallow userns mounts
7693 - (namespace) ipc: Initialize ipc_namespace->user_ns early.
7694 - (namespace) vfs: Pass data, ns, and ns->userns to mount_ns
7695 - SAUCE: (namespace) Sync with upstream s_user_ns patches
7696 - (namespace) kernfs: The cgroup filesystem also benefits from SB_I_NOEXEC
7697 - (namespace) ipc/mqueue: The mqueue filesystem should never contain
7698 executables
7699 * KVM system crashes after starting guest (LP: #1596635)
7700 - xhci: Cleanup only when releasing primary hcd
7701 * Upstream patch "crypto: vmx - IV size failing on skcipher API" for Ubuntu
7702 16.04 (LP: #1596557)
7703 - crypto: vmx - IV size failing on skcipher API
7704 * [Bug]tpm initialization fails on x86 (LP: #1596469)
7705 - tpm_crb: drop struct resource res from struct crb_priv
7706 - tpm_crb: fix mapping of the buffers
7707 * Device shutdown notification for CAPI Flash cards (LP: #1592114)
7708 - cxlflash: Fix regression issue with re-ordering patch
7709 - cxlflash: Fix to drain operations from previous reset
7710 - cxlflash: Add device dependent flags
7711 - cxlflash: Shutdown notify support for CXL Flash cards
7712 * scsi-modules udeb should include pm80xx (LP: #1595628)
7713 - [Config] Add pm80xx scsi driver to d-i
7714 * Sync up latest relevant upstream bug fixes (LP: #1594871)
7715 - SAUCE: (noup) Update zfs to 0.6.5.6-0ubuntu10
7716 * Cannot compile module tda10071 (LP: #1592531)
7717 - [media] tda10071: Fix dependency to REGMAP_I2C
7718 * lsvpd doesn't show correct location code for devices attached to a CAPI card
7719 (LP: #1594847)
7720 - cxl: Make vPHB device node match adapter's
7721 * enable CRC32 and AES ARM64 by default or as module (LP: #1594455)
7722 - [Config] Enable arm64 AES and CRC32 crypto
7723 * VMX kernel crypto module exhibits poor performance in Ubuntu 16.04
7724 (LP: #1592481)
7725 - crypto: vmx - comply with ABIs that specify vrsave as reserved.
7726 - crypto: vmx - Fix ABI detection
7727 - crypto: vmx - Increase priority of aes-cbc cipher
7728 * build squashfs into xenial kernels by default (LP: #1593134)
7729 - [Config] CONFIG_SQUASHFS=y
7730 * Restore irqfd fast path for PPC (LP: #1592809)
7731 - KVM: PPC: Book3S HV: Re-enable XICS fast path for irqfd-generated interrupts
7732 * Unable to start guests with memballoon default. (LP: #1592042)
7733 - virtio_balloon: fix PFN format for virtio-1
7734 * Key 5 automatically pressed on some Logitech wireless keyboards
7735 (LP: #1579190)
7736 - HID: core: prevent out-of-bound readings
7737 * ZFS: Running ztest repeatedly for long periods of time eventually results in
7738 "zdb: can't open 'ztest': No such file or directory" (LP: #1587686)
7739 - Fix ztest truncated cache file
7740 * STC840.20:Alpine:alp7fp1:Ubuntu 16.04, BlueFin (SAN) EEH 6 times during boot
7741 then disabled SRC BA188002:b0314a_1612.840 (LP: #1587316)
7742 - lpfc: Fix DMA faults observed upon plugging loopback connector
7743
7744 -- Kamal Mostafa <kamal@canonical.com> Thu, 30 Jun 2016 14:22:47 -0700
7745
7746 linux-snapdragon (4.4.0-1019.22) xenial; urgency=low
7747
7748 [ Kamal Mostafa ]
7749
7750 * Release Tracking Bug
7751 - LP: #1595882
7752
7753 [ Ubuntu: 4.4.0-28.47 ]
7754
7755 * Linux netfilter local privilege escalation issues (LP: #1595350)
7756 - netfilter: x_tables: don't move to non-existent next rule
7757 - netfilter: x_tables: validate targets of jumps
7758 - netfilter: x_tables: add and use xt_check_entry_offsets
7759 - netfilter: x_tables: kill check_entry helper
7760 - netfilter: x_tables: assert minimum target size
7761 - netfilter: x_tables: add compat version of xt_check_entry_offsets
7762 - netfilter: x_tables: check standard target size too
7763 - netfilter: x_tables: check for bogus target offset
7764 - netfilter: x_tables: validate all offsets and sizes in a rule
7765 - netfilter: x_tables: don't reject valid target size on some architectures
7766 - netfilter: arp_tables: simplify translate_compat_table args
7767 - netfilter: ip_tables: simplify translate_compat_table args
7768 - netfilter: ip6_tables: simplify translate_compat_table args
7769 - netfilter: x_tables: xt_compat_match_from_user doesn't need a retval
7770 - netfilter: x_tables: do compat validation via translate_table
7771 - netfilter: x_tables: introduce and use xt_copy_counters_from_user
7772 * Linux netfilter IPT_SO_SET_REPLACE memory corruption (LP: #1555338)
7773 - netfilter: x_tables: validate e->target_offset early
7774 - netfilter: x_tables: make sure e->next_offset covers remaining blob size
7775 - netfilter: x_tables: fix unconditional helper
7776
7777 -- Kamal Mostafa <kamal@canonical.com> Fri, 24 Jun 2016 08:22:41 -0700
7778
7779 linux-snapdragon (4.4.0-1018.21) xenial; urgency=low
7780
7781 [ Kamal Mostafa ]
7782
7783 * Release Tracking Bug
7784 - LP: #1594929
7785
7786 [ Ubuntu: 4.4.0-27.46 ]
7787
7788 * Support Edge Gateway's Bluetooth LED (LP: #1512999)
7789 - Revert "UBUNTU: SAUCE: Bluetooth: Support for LED on Marvell modules"
7790
7791 -- Kamal Mostafa <kamal@canonical.com> Tue, 21 Jun 2016 12:35:33 -0700
7792
7793 linux-snapdragon (4.4.0-1017.20) xenial; urgency=low
7794
7795 [ Kamal Mostafa ]
7796
7797 * Release Tracking Bug
7798 - LP: #1594480
7799
7800 [ Ubuntu: 4.4.0-26.45 ]
7801
7802 * linux: Implement secure boot state variables (LP: #1593075)
7803 - SAUCE: UEFI: Add secure boot and MOK SB State disabled sysctl
7804 * failures building userspace packages that include ethtool.h (LP: #1592930)
7805 - ethtool.h: define INT_MAX for userland
7806
7807 -- Kamal Mostafa <kamal@canonical.com> Mon, 20 Jun 2016 11:48:30 -0700
7808
7809 linux-snapdragon (4.4.0-1016.19) xenial; urgency=low
7810
7811 [ Kamal Mostafa ]
7812
7813 * Release Tracking Bug
7814 - LP: #1591462
7815
7816 [ Ubuntu: 4.4.0-25.44 ]
7817
7818 * Xenial update to v4.4.13 stable release (LP: #1590455)
7819 - MIPS64: R6: R2 emulation bugfix
7820 - MIPS: math-emu: Fix jalr emulation when rd == $0
7821 - MIPS: MSA: Fix a link error on `_init_msa_upper' with older GCC
7822 - MIPS: Don't unwind to user mode with EVA
7823 - MIPS: Avoid using unwind_stack() with usermode
7824 - MIPS: Fix siginfo.h to use strict posix types
7825 - MIPS: Fix uapi include in exported asm/siginfo.h
7826 - MIPS: Fix watchpoint restoration
7827 - MIPS: Flush highmem pages in __flush_dcache_page
7828 - MIPS: Handle highmem pages in __update_cache
7829 - MIPS: Sync icache & dcache in set_pte_at
7830 - MIPS: ath79: make bootconsole wait for both THRE and TEMT
7831 - MIPS: Reserve nosave data for hibernation
7832 - MIPS: Loongson-3: Reserve 32MB for RS780E integrated GPU
7833 - MIPS: Use copy_s.fmt rather than copy_u.fmt
7834 - MIPS: Fix MSA ld_*/st_* asm macros to use PTR_ADDU
7835 - MIPS: Prevent "restoration" of MSA context in non-MSA kernels
7836 - MIPS: Disable preemption during prctl(PR_SET_FP_MODE, ...)
7837 - MIPS: ptrace: Fix FP context restoration FCSR regression
7838 - MIPS: ptrace: Prevent writes to read-only FCSR bits
7839 - MIPS: Fix sigreturn via VDSO on microMIPS kernel
7840 - MIPS: Build microMIPS VDSO for microMIPS kernels
7841 - MIPS: lib: Mark intrinsics notrace
7842 - MIPS: VDSO: Build with `-fno-strict-aliasing'
7843 - affs: fix remount failure when there are no options changed
7844 - ASoC: ak4642: Enable cache usage to fix crashes on resume
7845 - Input: uinput - handle compat ioctl for UI_SET_PHYS
7846 - ARM: mvebu: fix GPIO config on the Linksys boards
7847 - ARM: dts: at91: fix typo in sama5d2 PIN_PD24 description
7848 - ARM: dts: exynos: Add interrupt line to MAX8997 PMIC on exynos4210-trats
7849 - ARM: dts: imx35: restore existing used clock enumeration
7850 - ath9k: Add a module parameter to invert LED polarity.
7851 - ath9k: Fix LED polarity for some Mini PCI AR9220 MB92 cards.
7852 - ath10k: fix debugfs pktlog_filter write
7853 - ath10k: fix firmware assert in monitor mode
7854 - ath10k: fix rx_channel during hw reconfigure
7855 - ath10k: fix kernel panic, move arvifs list head init before htt init
7856 - ath5k: Change led pin configuration for compaq c700 laptop
7857 - hwrng: exynos - Fix unbalanced PM runtime put on timeout error path
7858 - rtlwifi: rtl8723be: Add antenna select module parameter
7859 - rtlwifi: btcoexist: Implement antenna selection
7860 - rtlwifi: Fix logic error in enter/exit power-save mode
7861 - rtlwifi: pci: use dev_kfree_skb_irq instead of kfree_skb in
7862 rtl_pci_reset_trx_ring
7863 - aacraid: Relinquish CPU during timeout wait
7864 - aacraid: Fix for aac_command_thread hang
7865 - aacraid: Fix for KDUMP driver hang
7866 - hwmon: (ads7828) Enable internal reference
7867 - mfd: intel-lpss: Save register context on suspend
7868 - mfd: intel_soc_pmic_core: Terminate panel control GPIO lookup table
7869 correctly
7870 - PM / Runtime: Fix error path in pm_runtime_force_resume()
7871 - cpuidle: Indicate when a device has been unregistered
7872 - cpuidle: Fix cpuidle_state_is_coupled() argument in cpuidle_enter()
7873 - clk: bcm2835: Fix PLL poweron
7874 - clk: at91: fix check of clk_register() returned value
7875 - clk: bcm2835: pll_off should only update CM_PLL_ANARST
7876 - clk: bcm2835: divider value has to be 1 or more
7877 - pinctrl: exynos5440: Use off-stack memory for pinctrl_gpio_range
7878 - PCI: Disable all BAR sizing for devices with non-compliant BARs
7879 - media: v4l2-compat-ioctl32: fix missing reserved field copy in
7880 put_v4l2_create32
7881 - mm: use phys_addr_t for reserve_bootmem_region() arguments
7882 - wait/ptrace: assume __WALL if the child is traced
7883 - QE-UART: add "fsl,t1040-ucc-uart" to of_device_id
7884 - powerpc/book3s64: Fix branching to OOL handlers in relocatable kernel
7885 - powerpc/eeh: Don't report error in eeh_pe_reset_and_recover()
7886 - powerpc/eeh: Restore initial state in eeh_pe_reset_and_recover()
7887 - xen/events: Don't move disabled irqs
7888 - xen: use same main loop for counting and remapping pages
7889 - sunrpc: fix stripping of padded MIC tokens
7890 - drm/gma500: Fix possible out of bounds read
7891 - drm/vmwgfx: Enable SVGA_3D_CMD_DX_SET_PREDICATION
7892 - drm/vmwgfx: use vmw_cmd_dx_cid_check for query commands.
7893 - drm/vmwgfx: Fix order of operation
7894 - drm/amdgpu: use drm_mode_vrefresh() rather than mode->vrefresh
7895 - drm/amdgpu: Fix hdmi deep color support.
7896 - drm/i915/fbdev: Fix num_connector references in intel_fb_initial_config()
7897 - drm/fb_helper: Fix references to dev->mode_config.num_connector
7898 - drm/atomic: Verify connector->funcs != NULL when clearing states
7899 - drm/i915: Don't leave old junk in ilk active watermarks on readout
7900 - drm/imx: Match imx-ipuv3-crtc components using device node in platform data
7901 - ext4: fix hang when processing corrupted orphaned inode list
7902 - ext4: clean up error handling when orphan list is corrupted
7903 - ext4: fix oops on corrupted filesystem
7904 - ext4: address UBSAN warning in mb_find_order_for_block()
7905 - ext4: silence UBSAN in ext4_mb_init()
7906 - PM / sleep: Handle failures in device_suspend_late() consistently
7907 - dma-debug: avoid spinlock recursion when disabling dma-debug
7908 - scripts/package/Makefile: rpmbuild add support of RPMOPTS
7909 - gcov: disable tree-loop-im to reduce stack usage
7910 - xfs: disallow rw remount on fs with unknown ro-compat features
7911 - xfs: Don't wrap growfs AGFL indexes
7912 - xfs: xfs_iflush_cluster fails to abort on error
7913 - xfs: fix inode validity check in xfs_iflush_cluster
7914 - xfs: skip stale inodes in xfs_iflush_cluster
7915 - xfs: print name of verifier if it fails
7916 - xfs: handle dquot buffer readahead in log recovery correctly
7917 - Linux 4.4.13
7918 * 168c:001c [HP Compaq Presario C700 Notebook PC] Wireless led button doesn't
7919 switch colors (LP: #972604)
7920 - ath5k: Change led pin configuration for compaq c700 laptop
7921 * Extended statistics from balloon for proper memory management (LP: #1587091)
7922 - mm/page_alloc.c: calculate 'available' memory in a separate function
7923 - virtio_balloon: export 'available' memory to balloon statistics
7924 * CAPI: CGZIP AFU contexts do not receive interrupts after heavy afu
7925 open/close (LP: #1588468)
7926 - misc: cxl: use kobj_to_dev()
7927 - cxl: Move common code away from bare-metal-specific files
7928 - cxl: Move bare-metal specific code to specialized files
7929 - cxl: Define process problem state area at attach time only
7930 - cxl: Introduce implementation-specific API
7931 - cxl: Rename some bare-metal specific functions
7932 - cxl: Isolate a few bare-metal-specific calls
7933 - cxl: Update cxl_irq() prototype
7934 - cxl: IRQ allocation for guests
7935 - powerpc: New possible return value from hcall
7936 - cxl: New hcalls to support cxl adapters
7937 - cxl: Separate bare-metal fields in adapter and AFU data structures
7938 - cxlflash: Simplify PCI registration
7939 - cxlflash: Unmap problem state area before detaching master context
7940 - cxlflash: Split out context initialization
7941 - cxlflash: Simplify attach path error cleanup
7942 - cxlflash: Reorder user context initialization
7943 - cxl: Add guest-specific code
7944 - cxl: sysfs support for guests
7945 - cxl: Support to flash a new image on the adapter from a guest
7946 - cxl: Parse device tree and create cxl device(s) at boot
7947 - cxl: Support the cxl kernel API from a guest
7948 - cxl: Adapter failure handling
7949 - cxl: Add tracepoints around the cxl hcall
7950 - cxlflash: Use new cxl_pci_read_adapter_vpd() API
7951 - cxl: Remove cxl_get_phys_dev() kernel API
7952 - cxl: Ignore probes for virtual afu pci devices
7953 - cxl: Poll for outstanding IRQs when detaching a context
7954 * NVMe max_segments queue parameter gets set to 1 (LP: #1588449)
7955 - nvme: set queue limits for the admin queue
7956 - nvme: fix max_segments integer truncation
7957 - block: fix blk_rq_get_max_sectors for driver private requests
7958 * workaround cavium thunderx silicon erratum 23144 (LP: #1589704)
7959 - irqchip/gicv3-its: numa: Enable workaround for Cavium thunderx erratum 23144
7960 * Xenial update to v4.4.12 stable release (LP: #1588945)
7961 - Btrfs: don't use src fd for printk
7962 - perf/x86/intel/pt: Generate PMI in the STOP region as well
7963 - perf/core: Fix perf_event_open() vs. execve() race
7964 - perf test: Fix build of BPF and LLVM on older glibc libraries
7965 - ext4: iterate over buffer heads correctly in move_extent_per_page()
7966 - arm64: Fix typo in the pmdp_huge_get_and_clear() definition
7967 - arm64: Ensure pmd_present() returns false after pmd_mknotpresent()
7968 - arm64: Implement ptep_set_access_flags() for hardware AF/DBM
7969 - arm64: Implement pmdp_set_access_flags() for hardware AF/DBM
7970 - arm64: cpuinfo: Missing NULL terminator in compat_hwcap_str
7971 - arm/arm64: KVM: Enforce Break-Before-Make on Stage-2 page tables
7972 - kvm: arm64: Fix EC field in inject_abt64
7973 - remove directory incorrectly tries to set delete on close on non-empty
7974 directories
7975 - fs/cifs: correctly to anonymous authentication via NTLMSSP
7976 - fs/cifs: correctly to anonymous authentication for the LANMAN authentication
7977 - fs/cifs: correctly to anonymous authentication for the NTLM(v1)
7978 authentication
7979 - fs/cifs: correctly to anonymous authentication for the NTLM(v2)
7980 authentication
7981 - asix: Fix offset calculation in asix_rx_fixup() causing slow transmissions
7982 - ring-buffer: Use long for nr_pages to avoid overflow failures
7983 - ring-buffer: Prevent overflow of size in ring_buffer_resize()
7984 - crypto: caam - fix caam_jr_alloc() ret code
7985 - crypto: talitos - fix ahash algorithms registration
7986 - crypto: sun4i-ss - Replace spinlock_bh by spin_lock_irq{save|restore}
7987 - clk: qcom: msm8916: Fix crypto clock flags
7988 - sched/loadavg: Fix loadavg artifacts on fully idle and on fully loaded
7989 systems
7990 - mfd: omap-usb-tll: Fix scheduling while atomic BUG
7991 - Input: pwm-beeper - fix - scheduling while atomic
7992 - irqchip/gic: Ensure ordering between read of INTACK and shared data
7993 - irqchip/gic-v3: Configure all interrupts as non-secure Group-1
7994 - can: fix handling of unmodifiable configuration options
7995 - mmc: mmc: Fix partition switch timeout for some eMMCs
7996 - mmc: sdhci-acpi: Remove MMC_CAP_BUS_WIDTH_TEST for Intel controllers
7997 - ACPI / osi: Fix an issue that acpi_osi=!* cannot disable ACPICA internal
7998 strings
7999 - dell-rbtn: Ignore ACPI notifications if device is suspended
8000 - mmc: longer timeout for long read time quirk
8001 - mmc: sdhci-pci: Remove MMC_CAP_BUS_WIDTH_TEST for Intel controllers
8002 - Bluetooth: vhci: fix open_timeout vs. hdev race
8003 - Bluetooth: vhci: purge unhandled skbs
8004 - Bluetooth: vhci: Fix race at creating hci device
8005 - mei: fix NULL dereferencing during FW initiated disconnection
8006 - mei: amthif: discard not read messages
8007 - mei: bus: call mei_cl_read_start under device lock
8008 - USB: serial: mxuport: fix use-after-free in probe error path
8009 - USB: serial: keyspan: fix use-after-free in probe error path
8010 - USB: serial: quatech2: fix use-after-free in probe error path
8011 - USB: serial: io_edgeport: fix memory leaks in attach error path
8012 - USB: serial: io_edgeport: fix memory leaks in probe error path
8013 - USB: serial: option: add support for Cinterion PH8 and AHxx
8014 - USB: serial: option: add more ZTE device ids
8015 - USB: serial: option: add even more ZTE device ids
8016 - usb: gadget: f_fs: Fix EFAULT generation for async read operations
8017 - usb: f_mass_storage: test whether thread is running before starting another
8018 - usb: misc: usbtest: fix pattern tests for scatterlists.
8019 - usb: gadget: udc: core: Fix argument of dev_err() in
8020 usb_gadget_map_request()
8021 - staging: comedi: das1800: fix possible NULL dereference
8022 - KVM: x86: fix ordering of cr0 initialization code in vmx_cpu_reset
8023 - MIPS: KVM: Fix timer IRQ race when freezing timer
8024 - MIPS: KVM: Fix timer IRQ race when writing CP0_Compare
8025 - KVM: x86: mask CPUID(0xD,0x1).EAX against host value
8026 - xen/x86: actually allocate legacy interrupts on PV guests
8027 - tty: vt, return error when con_startup fails
8028 - TTY: n_gsm, fix false positive WARN_ON
8029 - tty/serial: atmel: fix hardware handshake selection
8030 - Fix OpenSSH pty regression on close
8031 - serial: 8250_pci: fix divide error bug if baud rate is 0
8032 - serial: 8250_mid: use proper bar for DNV platform
8033 - serial: 8250_mid: recognize interrupt source in handler
8034 - serial: samsung: Reorder the sequence of clock control when call
8035 s3c24xx_serial_set_termios()
8036 - locking,qspinlock: Fix spin_is_locked() and spin_unlock_wait()
8037 - clk: bcm2835: add locking to pll*_on/off methods
8038 - mcb: Fixed bar number assignment for the gdd
8039 - ALSA: hda/realtek - New codecs support for ALC234/ALC274/ALC294
8040 - ALSA: hda - Fix headphone noise on Dell XPS 13 9360
8041 - ALSA: hda/realtek - Add support for ALC295/ALC3254
8042 - ALSA: hda - Fix headset mic detection problem for one Dell machine
8043 - IB/srp: Fix a debug kernel crash
8044 - thunderbolt: Fix double free of drom buffer
8045 - SIGNAL: Move generic copy_siginfo() to signal.h
8046 - UBI: Fix static volume checks when Fastmap is used
8047 - hpfs: fix remount failure when there are no options changed
8048 - hpfs: implement the show_options method
8049 - scsi: Add intermediate STARGET_REMOVE state to scsi_target_state
8050 - Revert "scsi: fix soft lockup in scsi_remove_target() on module removal"
8051 - kbuild: move -Wunused-const-variable to W=1 warning level
8052 - Linux 4.4.12
8053 * [Hyper-V] fixes for kdump when running on a VM (LP: #1588965)
8054 - clocksource: Allow unregistering the watchdog
8055 * net_admin apparmor denial when using Go (LP: #1465724)
8056 - SAUCE: kernel: Add noaudit variant of ns_capable()
8057 - SAUCE: net: Use ns_capable_noaudit() when determining net sysctl permissions
8058 * [Hyper-V] Put tools/hv/lsvmbus in /usr/sbin (LP: #1585311)
8059 - [Debian] Install lsvmbus in cloud tools
8060 - SAUCE: tools/hv/lsvmbus -- convert to python3
8061 - SAUCE: tools/hv/lsvmbus -- add manual page
8062 * btrfs: file write crashes with false ENOSPC during snapshot creation since
8063 kernel 4.4 - fix available (LP: #1584052)
8064 - btrfs: Continue write in case of can_not_nocow
8065 * boot stalls on USB detection errors (LP: #1437492)
8066 - usb: core: hub: hub_port_init lock controller instead of bus
8067 * [Bug]KNL:Spread MWAIT cache lines over all nodes (LP: #1585850)
8068 - kernek/fork.c: allocate idle task for a CPU always on its local node
8069 * [Hyper-V] PCI Passthrough kernel hang and explicit barriers (LP: #1581243)
8070 - PCI: hv: Report resources release after stopping the bus
8071 - PCI: hv: Add explicit barriers to config space access
8072 * Kernel 4.2.X and 4.4.X - Fix USB3.0 link power management (LPM)
8073 claim/release logic in USBFS (LP: #1577024)
8074 - USB: leave LPM alone if possible when binding/unbinding interface drivers
8075 * STC840.20:tuleta:tul516p01 panic after injecting Leaf EEH (LP: #1581034)
8076 - NVMe: Fix namespace removal deadlock
8077 - NVMe: Requeue requests on suspended queues
8078 - NVMe: Move error handling to failed reset handler
8079 - blk-mq: End unstarted requests on dying queue
8080 * conflicting modules in udebs - arc4.ko (LP: #1582991)
8081 - [Config] Remove arc4 from nic-modules
8082 * CVE-2016-4482 (LP: #1578493)
8083 - USB: usbfs: fix potential infoleak in devio
8084 * mlx5_core kexec fail (LP: #1585978)
8085 - net/mlx5: Add pci shutdown callback
8086 * backport fix for /proc/net issues with containers (LP: #1584953)
8087 - netfilter: Set /proc/net entries owner to root in namespace
8088 * CVE-2016-4951 (LP: #1585365)
8089 - tipc: check nl sock before parsing nested attributes
8090 * CVE-2016-4578 (LP: #1581866)
8091 - ALSA: timer: Fix leak in events via snd_timer_user_ccallback
8092 - ALSA: timer: Fix leak in events via snd_timer_user_tinterrupt
8093 * CVE-2016-4569 (LP: #1580379)
8094 - ALSA: timer: Fix leak in SNDRV_TIMER_IOCTL_PARAMS
8095 * s390/pci: fix use after free in dma_init (LP: #1584828)
8096 - s390/pci: fix use after free in dma_init
8097 * s390/mm: fix asce_bits handling with dynamic pagetable levels (LP: #1584827)
8098 - s390/mm: fix asce_bits handling with dynamic pagetable levels
8099 * CAPI: CGZIP Wrong CAPI MMIO timeout (256usec desired but 1usec default
8100 setting in cxl.ko driver) (LP: #1584066)
8101 - powerpc: Define PVR value for POWER8NVL processor
8102 - cxl: Configure the PSL for two CAPI ports on POWER8NVL
8103 - cxl: Increase timeout for detection of AFU mmio hang
8104 * ThunderX: soft lockup in cursor_timer_handler() (LP: #1574814)
8105 - SAUCE: tty: vt: Fix soft lockup in fbcon cursor blink timer.
8106 * debian.master/.../getabis bogus warnings "inconsistant compiler versions"
8107 and "not a git repository" (LP: #1584890)
8108 - [debian] getabis: Only git add $abidir if running in local repo
8109 - [debian] getabis: Fix inconsistent compiler versions check
8110 * Backport cxlflash patch related to EEH recovery into Xenial SRU stream
8111 (LP: #1584935)
8112 - cxlflash: Fix to resolve dead-lock during EEH recovery
8113 * Xenial update to 4.4.11 stable release (LP: #1584912)
8114 - decnet: Do not build routes to devices without decnet private data.
8115 - route: do not cache fib route info on local routes with oif
8116 - packet: fix heap info leak in PACKET_DIAG_MCLIST sock_diag interface
8117 - net: sched: do not requeue a NULL skb
8118 - bpf/verifier: reject invalid LD_ABS | BPF_DW instruction
8119 - cdc_mbim: apply "NDP to end" quirk to all Huawei devices
8120 - net: use skb_postpush_rcsum instead of own implementations
8121 - vlan: pull on __vlan_insert_tag error path and fix csum correction
8122 - openvswitch: use flow protocol when recalculating ipv6 checksums
8123 - ipv4/fib: don't warn when primary address is missing if in_dev is dead
8124 - net/mlx4_en: fix spurious timestamping callbacks
8125 - bpf: fix check_map_func_compatibility logic
8126 - samples/bpf: fix trace_output example
8127 - net: Implement net_dbg_ratelimited() for CONFIG_DYNAMIC_DEBUG case
8128 - gre: do not pull header in ICMP error processing
8129 - net_sched: introduce qdisc_replace() helper
8130 - net_sched: update hierarchical backlog too
8131 - sch_htb: update backlog as well
8132 - sch_dsmark: update backlog as well
8133 - netem: Segment GSO packets on enqueue
8134 - net: fec: only clear a queue's work bit if the queue was emptied
8135 - VSOCK: do not disconnect socket when peer has shutdown SEND only
8136 - net: bridge: fix old ioctl unlocked net device walk
8137 - bridge: fix igmp / mld query parsing
8138 - uapi glibc compat: fix compile errors when glibc net/if.h included before
8139 linux/if.h MIME-Version: 1.0
8140 - net: fix a kernel infoleak in x25 module
8141 - net: thunderx: avoid exposing kernel stack
8142 - tcp: refresh skb timestamp at retransmit time
8143 - net/route: enforce hoplimit max value
8144 - ocfs2: revert using ocfs2_acl_chmod to avoid inode cluster lock hang
8145 - ocfs2: fix posix_acl_create deadlock
8146 - zsmalloc: fix zs_can_compact() integer overflow
8147 - crypto: qat - fix invalid pf2vf_resp_wq logic
8148 - crypto: hash - Fix page length clamping in hash walk
8149 - crypto: testmgr - Use kmalloc memory for RSA input
8150 - ALSA: usb-audio: Quirk for yet another Phoenix Audio devices (v2)
8151 - ALSA: usb-audio: Yet another Phoneix Audio device quirk
8152 - ALSA: hda - Fix subwoofer pin on ASUS N751 and N551
8153 - ALSA: hda - Fix white noise on Asus UX501VW headset
8154 - ALSA: hda - Fix broken reconfig
8155 - spi: pxa2xx: Do not detect number of enabled chip selects on Intel SPT
8156 - spi: spi-ti-qspi: Fix FLEN and WLEN settings if bits_per_word is overridden
8157 - spi: spi-ti-qspi: Handle truncated frames properly
8158 - pinctrl: at91-pio4: fix pull-up/down logic
8159 - regmap: spmi: Fix regmap_spmi_ext_read in multi-byte case
8160 - perf/core: Disable the event on a truncated AUX record
8161 - vfs: add vfs_select_inode() helper
8162 - vfs: rename: check backing inode being equal
8163 - ARM: dts: at91: sam9x5: Fix the memory range assigned to the PMC
8164 - workqueue: fix rebind bound workers warning
8165 - regulator: s2mps11: Fix invalid selector mask and voltages for buck9
8166 - regulator: axp20x: Fix axp22x ldo_io voltage ranges
8167 - atomic_open(): fix the handling of create_error
8168 - qla1280: Don't allocate 512kb of host tags
8169 - tools lib traceevent: Do not reassign parg after collapse_tree()
8170 - get_rock_ridge_filename(): handle malformed NM entries
8171 - Input: max8997-haptic - fix NULL pointer dereference
8172 - Revert "[media] videobuf2-v4l2: Verify planes array in buffer dequeueing"
8173 - drm/radeon: fix PLL sharing on DCE6.1 (v2)
8174 - drm/i915: Bail out of pipe config compute loop on LPT
8175 - drm/i915/bdw: Add missing delay during L3 SQC credit programming
8176 - drm/radeon: fix DP link training issue with second 4K monitor
8177 - nf_conntrack: avoid kernel pointer value leak in slab name
8178 - Linux 4.4.11
8179 * Support Edge Gateway's Bluetooth LED (LP: #1512999)
8180 - SAUCE: Bluetooth: Support for LED on Marvell modules
8181 * Support Edge Gateway's WIFI LED (LP: #1512997)
8182 - SAUCE: mwifiex: Switch WiFi LED state according to the device status
8183 * Marvell wireless driver update for FCC regulation (LP: #1528910)
8184 - mwifiex: parse adhoc start/join result
8185 - mwifiex: handle start AP error paths correctly
8186 - mwifiex: set regulatory info from EEPROM
8187 - mwifiex: don't follow AP if country code received from EEPROM
8188 - mwifiex: correction in region code to country mapping
8189 - mwifiex: update region_code_index array
8190 - mwifiex: use world for unidentified region code
8191 - SAUCE: mwifiex: add iw vendor command support
8192 * Kernel can be oopsed using remap_file_pages (LP: #1558120)
8193 - Revert "UBUNTU: SAUCE: mm/mmap: fix oopsing on remap_file_pages"
8194 - SAUCE: AUFS: mm/mmap: fix oopsing on remap_file_pages aufs mmap: bugfix,
8195 mainly for linux-4.5-rc5, remap_file_pages(2) emulation
8196 * cgroup namespace update (LP: #1584163)
8197 - Revert "UBUNTU: SAUCE: cgroup mount: ignore nsroot="
8198 - Revert "UBUNTU: SAUCE: (noup) cgroup namespaces: add a 'nsroot=' mountinfo
8199 field"
8200 - cgroup, kernfs: make mountinfo show properly scoped path for cgroup
8201 namespaces
8202 - kernfs: kernfs_sop_show_path: don't return 0 after seq_dentry call
8203 - cgroup: fix compile warning
8204 * Missing libunwind support in perf (LP: #1248289)
8205 - [Config] add binutils-dev to the Build-Depends: to fix perf unwinding
8206 * e1000 Tx Unit Hang (LP: #1582328)
8207 - e1000: Double Tx descriptors needed check for 82544
8208 - e1000: Do not overestimate descriptor counts in Tx pre-check
8209 * Unsharing user and ipc namespaces simultaneously makes mqueue unmountable
8210 (LP: #1582378)
8211 - SAUCE: (namespace) mqueue: Super blocks must be owned by the user ns which
8212 owns the ipc ns
8213 * Pull in the amdgpu/radeon code from Linux 4.5.3 (LP: #1580526)
8214 - drm/radeon: rework fbdev handling on chips with no connectors
8215 - drm/radeon/mst: fix regression in lane/link handling.
8216 - drm/amd/powerplay: add uvd/vce dpm enabling flag to fix the performance
8217 issue for CZ
8218 - drm/amd/powerplay: fix segment fault issue in multi-display case.
8219 - drm/ttm: fix kref count mess in ttm_bo_move_to_lru_tail
8220 * aufs CONFIG_AUFS_EXPORT build option should be enabled (LP: #1121699)
8221 - [Config] enable CONFIG_AUFS_EXPORT
8222 * promote *_diag modules from linux-image-extra to linux-image (LP: #1580355)
8223 - [Config] Update inclusion list for CRIU
8224 * [Xenial] net: updates to ethtool and virtio_net for speed/duplex support
8225 (LP: #1581132)
8226 - ethtool: add speed/duplex validation functions
8227 - ethtool: make validate_speed accept all speeds between 0 and INT_MAX
8228 - virtio_net: add ethtool support for set and get of settings
8229 - virtio_net: validate ethtool port setting and explain the user validation
8230 * perf tool: Display event codes for Generic HW (PMU) events (LP: #1578211)
8231 - powerpc/perf: Remove PME_ prefix for power7 events
8232 - powerpc/perf: Export Power8 generic and cache events to sysfs
8233 * Mellanox ConnectX4 MTU limits: max and min (LP: #1528466)
8234 - net/mlx5: Introduce a new header file for physical port functions
8235 - net/mlx5e: Device's mtu field is u16 and not int
8236 - net/mlx5e: Fix minimum MTU
8237 * Miscellaneous Ubuntu changes
8238 - [Config] CONFIG_CAVIUM_ERRATUM_23144=y
8239
8240 -- Kamal Mostafa <kamal@canonical.com> Mon, 13 Jun 2016 11:42:36 -0700
8241
8242 linux-snapdragon (4.4.0-1015.18) xenial; urgency=low
8243
8244 [ Kamal Mostafa ]
8245
8246 [ Ubuntu: 4.4.0-24.42 ]
8247
8248 * CVE-2016-1583 (LP: #1588871)
8249 - ecryptfs: fix handling of directory opening
8250 - SAUCE: proc: prevent stacking filesystems on top
8251 - SAUCE: ecryptfs: forbid opening files without mmap handler
8252 - SAUCE: sched: panic on corrupted stack end
8253 * arm64: statically link rtc-efi (LP: #1583738)
8254 - [Config] Link rtc-efi statically on arm64
8255
8256 -- Andy Whitcroft <apw@canonical.com> Wed, 08 Jun 2016 21:34:43 +0100
8257
8258 linux-snapdragon (4.4.0-1014.16) xenial; urgency=low
8259
8260 [ Kamal Mostafa ]
8261
8262 * Rebase against Ubuntu-4.4.0-23.41
8263 * Release Tracking Bug
8264 - LP: #1582679
8265
8266 * zfs: disable module checks for zfs when cross-compiling (LP: #1581127)
8267 - [Packaging] disable zfs module checks when cross-compiling
8268
8269 * Xenial update to v4.4.10 stable release (LP: #1580754)
8270 - Revert "UBUNTU: SAUCE: (no-up) ACPICA: Dispatcher: Update thread ID for
8271 recursive method calls"
8272 - Revert "UBUNTU: SAUCE: nbd: ratelimit error msgs after socket close"
8273 - Revert: "powerpc/tm: Check for already reclaimed tasks"
8274 - RDMA/iw_cxgb4: Fix bar2 virt addr calculation for T4 chips
8275 - ipvs: handle ip_vs_fill_iph_skb_off failure
8276 - ipvs: correct initial offset of Call-ID header search in SIP persistence
8277 engine
8278 - ipvs: drop first packet to redirect conntrack
8279 - mfd: intel-lpss: Remove clock tree on error path
8280 - nbd: ratelimit error msgs after socket close
8281 - ata: ahci_xgene: dereferencing uninitialized pointer in probe
8282 - mwifiex: fix corner case association failure
8283 - CNS3xxx: Fix PCI cns3xxx_write_config()
8284 - clk-divider: make sure read-only dividers do not write to their register
8285 - soc: rockchip: power-domain: fix err handle while probing
8286 - clk: rockchip: free memory in error cases when registering clock branches
8287 - clk: meson: Fix meson_clk_register_clks() signature type mismatch
8288 - clk: qcom: msm8960: fix ce3_core clk enable register
8289 - clk: versatile: sp810: support reentrance
8290 - clk: qcom: msm8960: Fix ce3_src register offset
8291 - lpfc: fix misleading indentation
8292 - ath9k: ar5008_hw_cmn_spur_mitigate: add missing mask_m & mask_p
8293 initialisation
8294 - mac80211: fix statistics leak if dev_alloc_name() fails
8295 - tracing: Don't display trigger file for events that can't be enabled
8296 - MD: make bio mergeable
8297 - Minimal fix-up of bad hashing behavior of hash_64()
8298 - mm, cma: prevent nr_isolated_* counters from going negative
8299 - mm/zswap: provide unique zpool name
8300 - ARM: EXYNOS: Properly skip unitialized parent clock in power domain on
8301 - ARM: SoCFPGA: Fix secondary CPU startup in thumb2 kernel
8302 - xen: Fix page <-> pfn conversion on 32 bit systems
8303 - xen/balloon: Fix crash when ballooning on x86 32 bit PAE
8304 - xen/evtchn: fix ring resize when binding new events
8305 - HID: wacom: Add support for DTK-1651
8306 - HID: Fix boot delay for Creative SB Omni Surround 5.1 with quirk
8307 - Input: zforce_ts - fix dual touch recognition
8308 - proc: prevent accessing /proc/<PID>/environ until it's ready
8309 - mm: update min_free_kbytes from khugepaged after core initialization
8310 - batman-adv: fix DAT candidate selection (must use vid)
8311 - batman-adv: Check skb size before using encapsulated ETH+VLAN header
8312 - batman-adv: Fix broadcast/ogm queue limit on a removed interface
8313 - batman-adv: Reduce refcnt of removed router when updating route
8314 - writeback: Fix performance regression in wb_over_bg_thresh()
8315 - MAINTAINERS: Remove asterisk from EFI directory names
8316 - x86/tsc: Read all ratio bits from MSR_PLATFORM_INFO
8317 - ARM: cpuidle: Pass on arm_cpuidle_suspend()'s return value
8318 - ARC: Add missing io barriers to io{read,write}{16,32}be()
8319 - x86/sysfb_efi: Fix valid BAR address range check
8320 - ACPICA: Dispatcher: Update thread ID for recursive method calls
8321 - powerpc: Fix bad inline asm constraint in create_zero_mask()
8322 - libahci: save port map for forced port map
8323 - ata: ahci-platform: Add ports-implemented DT bindings.
8324 - USB: serial: cp210x: add ID for Link ECU
8325 - USB: serial: cp210x: add Straizona Focusers device ids
8326 - nvmem: mxs-ocotp: fix buffer overflow in read
8327 - gpu: ipu-v3: Fix imx-ipuv3-crtc module autoloading
8328 - drm/amdgpu: make sure vertical front porch is at least 1
8329 - drm/amdgpu: set metadata pointer to NULL after freeing.
8330 - iio: ak8975: Fix NULL pointer exception on early interrupt
8331 - iio: ak8975: fix maybe-uninitialized warning
8332 - drm/radeon: make sure vertical front porch is at least 1
8333 - drm/i915/ddi: Fix eDP VDD handling during booting and suspend/resume
8334 - drm/i915: Fix eDP low vswing for Broadwell
8335 - drm/i915: Make RPS EI/thresholds multiple of 25 on SNB-BDW
8336 - drm/i915: Fake HDMI live status
8337 - lib/test-string_helpers.c: fix and improve string_get_size() tests
8338 - drm/i915/skl: Fix DMC load on Skylake J0 and K0
8339 - Linux 4.4.10
8340
8341 * HDMI audio playback noise observed on AMD Polaris 10/11 GPU (LP: #1577288)
8342 - ALSA: hda: add AMD Polaris-10/11 AZ PCI IDs with proper driver caps
8343
8344 * [i915_bpo] Update i915 backport driver (LP: #1580114)
8345 - SAUCE: i915_bpo: Drop is_preliminary from BXT/KBL.
8346 - SAUCE: i915_bpo: Sync with v4.6-rc7
8347
8348 * CVE-2016-4486 (LP: #1578497)
8349 - net: fix infoleak in rtnetlink
8350
8351 * CVE-2016-4485 (LP: #1578496)
8352 - net: fix infoleak in llc
8353
8354 * drm.ko < kernel version 4.5 has a dead lock bug (LP: #1579610)
8355 - drm: Balance error path for GEM handle allocation
8356
8357 * Cannot use CONFIG_CC_STACKPROTECTOR_STRONG: -fstack-protector-strong not
8358 supported by compiler (LP: #1574982)
8359 - SAUCE: (no-up) disable -pie when gcc has it enabled by default
8360
8361 * system freeze after vt switching (LP: #1542939)
8362 - drm/atomic: Add __drm_atomic_helper_connector_reset, v2.
8363 - drm/atomic: Remove drm_atomic_connectors_for_crtc.
8364
8365 * CVE-2016-4558 (LP: #1579140)
8366 - bpf: fix refcnt overflow
8367
8368 * Kernel Panic on EC2 After Upgrading from 14.04 to 16.04 via do-release-
8369 upgrade -d (LP: #1573231)
8370 - SAUCE: (no-up) x86/topology: Handle CPUID bogosity gracefully
8371
8372 * PCI Call Traces hw csum failure in dmesg with 4.4.0-2-generic
8373 (LP: #1544978)
8374 - net/mlx4_en: Fix endianness bug in IPV6 csum calculation
8375
8376 * Missing libunwind support in perf (LP: #1248289)
8377 - [Config] Add liblzma-dev to enable libunwind support in perf
8378
8379 * thunderbolt hotplug is broken (LP: #1577898)
8380 - SAUCE: (no-up) ACPICA: Dispatcher: Update thread ID for recursive method
8381 calls
8382
8383 * Kernel can be oopsed using remap_file_pages (LP: #1558120)
8384 - SAUCE: mm/mmap: fix oopsing on remap_file_pages
8385
8386 * ZFS is confused by user namespaces (uid/gid mapping) when used with
8387 acltype=posixac (LP: #1567558)
8388 - zfs: Fix user namespaces uid/gid mapping
8389
8390 * oops when propagating mounts into containers - RIP:
8391 0010:[<ffffffff8123cb3e>] [<ffffffff8123cb3e>] propagate_one+0xbe/0x1c0
8392 (LP: #1572316)
8393 - fs/pnode.c: treat zero mnt_group_id-s as unequal
8394 - propogate_mnt: Handle the first propogated copy being a slave
8395
8396 * OOPS on wily+ for Haswell-ULT and Broadwell (LP: #1577748)
8397 - PNP: Add Broadwell to Intel MCH size workaround
8398 - PNP: Add Haswell-ULT to Intel MCH size workaround
8399
8400 * Xenial update to v4.4.9 stable release (LP: #1578798)
8401 - block: loop: fix filesystem corruption in case of aio/dio
8402 - x86/mce: Avoid using object after free in genpool
8403 - kvm: x86: do not leak guest xcr0 into host interrupt handlers
8404 - ARM: dts: AM43x-epos: Fix clk parent for synctimer
8405 - ARM: mvebu: Correct unit address for linksys
8406 - ARM: OMAP2: Fix up interconnect barrier initialization for DRA7
8407 - ARM: OMAP2+: hwmod: Fix updating of sysconfig register
8408 - assoc_array: don't call compare_object() on a node
8409 - usb: xhci: applying XHCI_PME_STUCK_QUIRK to Intel BXT B0 host
8410 - xhci: resume USB 3 roothub first
8411 - usb: xhci: fix wild pointers in xhci_mem_cleanup
8412 - xhci: fix 10 second timeout on removal of PCI hotpluggable xhci controllers
8413 - usb: hcd: out of bounds access in for_each_companion
8414 - usb: gadget: f_fs: Fix use-after-free
8415 - dm cache metadata: fix READ_LOCK macros and cleanup WRITE_LOCK macros
8416 - dm cache metadata: fix cmd_read_lock() acquiring write lock
8417 - lib: lz4: fixed zram with lz4 on big endian machines
8418 - debugfs: Make automount point inodes permanently empty
8419 - dmaengine: dw: fix master selection
8420 - dmaengine: hsu: correct use of channel status register
8421 - dmaengine: pxa_dma: fix the maximum requestor line
8422 - sched/cgroup: Fix/cleanup cgroup teardown/init
8423 - x86/mm/xen: Suppress hugetlbfs in PV guests
8424 - x86 EDAC, sb_edac.c: Repair damage introduced when "fixing" channel address
8425 - ALSA: hda - Don't trust the reported actual power state
8426 - ALSA: hda/realtek - Add ALC3234 headset mode for Optiplex 9020m
8427 - ALSA: hda - Keep powering up ADCs on Cirrus codecs
8428 - ALSA: hda - add PCI ID for Intel Broxton-T
8429 - ALSA: pcxhr: Fix missing mutex unlock
8430 - ALSA: hda - Add dock support for ThinkPad X260
8431 - asm-generic/futex: Re-enable preemption in futex_atomic_cmpxchg_inatomic()
8432 - futex: Handle unlock_pi race gracefully
8433 - futex: Acknowledge a new waiter in counter before plist
8434 - drm/nouveau/core: use vzalloc for allocating ramht
8435 - drm/qxl: fix cursor position with non-zero hotspot
8436 - drm/i915: Fix race condition in intel_dp_destroy_mst_connector()
8437 - Revert "drm/radeon: disable runtime pm on PX laptops without dGPU power
8438 control"
8439 - Revert "drm/amdgpu: disable runtime pm on PX laptops without dGPU power
8440 control"
8441 - cpufreq: intel_pstate: Fix processing for turbo activation ratio
8442 - iwlwifi: pcie: lower the debug level for RSA semaphore access
8443 - iwlwifi: mvm: fix memory leak in paging
8444 - crypto: ccp - Prevent information leakage on export
8445 - crypto: sha1-mb - use corrcet pointer while completing jobs
8446 - crypto: talitos - fix crash in talitos_cra_init()
8447 - crypto: talitos - fix AEAD tcrypt tests
8448 - powerpc: scan_features() updates incorrect bits for REAL_LE
8449 - powerpc: Update cpu_user_features2 in scan_features()
8450 - powerpc: Update TM user feature bits in scan_features()
8451 - nl80211: check netlink protocol in socket release notification
8452 - netlink: don't send NETLINK_URELEASE for unbound sockets
8453 - Input: pmic8xxx-pwrkey - fix algorithm for converting trigger delay
8454 - xen kconfig: don't "select INPUT_XEN_KBDDEV_FRONTEND"
8455 - pinctrl: mediatek: correct debounce time unit in mtk_gpio_set_debounce
8456 - pinctrl: single: Fix pcs_parse_bits_in_pinctrl_entry to use __ffs than ffs
8457 - iommu/amd: Fix checking of pci dma aliases
8458 - iommu/dma: Restore scatterlist offsets correctly
8459 - drm/amdgpu: when suspending, if uvd/vce was running. need to cancel delay
8460 work.
8461 - drm/amdgpu: use defines for CRTCs and AMFT blocks
8462 - drm/amdgpu: bump the afmt limit for CZ, ST, Polaris
8463 - amdgpu/uvd: add uvd fw version for amdgpu
8464 - drm/amdgpu: fix regression on CIK (v2)
8465 - drm/radeon: add a quirk for a XFX R9 270X
8466 - drm/radeon: fix initial connector audio value
8467 - drm/radeon: forbid mapping of userptr bo through radeon device file
8468 - drm/radeon: fix vertical bars appear on monitor (v2)
8469 - drm: Loongson-3 doesn't fully support wc memory
8470 - drm/nouveau/gr/gf100: select a stream master to fixup tfb offset queries
8471 - drm/dp/mst: Validate port in drm_dp_payload_send_msg()
8472 - drm/dp/mst: Restore primary hub guid on resume
8473 - drm/dp/mst: Get validated port ref in drm_dp_update_payload_part1()
8474 - pwm: brcmstb: Fix check of devm_ioremap_resource() return code
8475 - drm/i915: Cleanup phys status page too
8476 - drm/i915: skl_update_scaler() wants a rotation bitmask instead of bit number
8477 - drm/amdkfd: uninitialized variable in dbgdev_wave_control_set_registers()
8478 - drm/i915: Fixup the free space logic in ring_prepare
8479 - drm/i915: Use fw_domains_put_with_fifo() on HSW
8480 - perf intel-pt: Fix segfault tracing transactions
8481 - i2c: cpm: Fix build break due to incompatible pointer types
8482 - i2c: exynos5: Fix possible ABBA deadlock by keeping I2C clock prepared
8483 - toshiba_acpi: Fix regression caused by hotkey enabling value
8484 - EDAC: i7core, sb_edac: Don't return NOTIFY_BAD from mce_decoder callback
8485 - ASoC: s3c24xx: use const snd_soc_component_driver pointer
8486 - ASoC: ssm4567: Reset device before regcache_sync()
8487 - ASoC: dapm: Make sure we have a card when displaying component widgets
8488 - ASoC: rt5640: Correct the digital interface data select
8489 - vb2-memops: Fix over allocation of frame vectors
8490 - v4l2-dv-timings.h: fix polarity for 4k formats
8491 - cxl: Keep IRQ mappings on context teardown
8492 - IB/mlx5: Expose correct max_sge_rd limit
8493 - IB/security: Restrict use of the write() interface
8494 - efi: Fix out-of-bounds read in variable_matches()
8495 - efi: Expose non-blocking set_variable() wrapper to efivars
8496 - x86/apic: Handle zero vector gracefully in clear_vector_irq()
8497 - workqueue: fix ghost PENDING flag while doing MQ IO
8498 - slub: clean up code for kmem cgroup support to kmem_cache_free_bulk
8499 - cgroup, cpuset: replace cpuset_post_attach_flush() with
8500 cgroup_subsys->post_attach callback
8501 - memcg: relocate charge moving from ->attach to ->post_attach
8502 - mm/huge_memory: replace VM_NO_THP VM_BUG_ON with actual VMA check
8503 - numa: fix /proc/<pid>/numa_maps for THP
8504 - mm: vmscan: reclaim highmem zone if buffer_heads is over limit
8505 - mm/hwpoison: fix wrong num_poisoned_pages accounting
8506 - cgroup: make sure a parent css isn't freed before its children
8507 - videobuf2-core: Check user space planes array in dqbuf
8508 - videobuf2-v4l2: Verify planes array in buffer dequeueing
8509 - Revert "regulator: core: Fix nested locking of supplies"
8510 - regulator: core: fix regulator_lock_supply regression
8511 - regulator: core: Ensure we lock all regulators
8512 - regulator: core: Fix nested locking of supplies
8513 - locking/mcs: Fix mcs_spin_lock() ordering
8514 - spi/rockchip: Make sure spi clk is on in rockchip_spi_set_cs
8515 - irqchip/sunxi-nmi: Fix error check of of_io_request_and_map()
8516 - irqchip/mxs: Fix error check of of_io_request_and_map()
8517 - regulator: s5m8767: fix get_register() error handling
8518 - paride: make 'verbose' parameter an 'int' again
8519 - scsi_dh: force modular build if SCSI is a module
8520 - fbdev: da8xx-fb: fix videomodes of lcd panels
8521 - misc/bmp085: Enable building as a module
8522 - misc: mic/scif: fix wrap around tests
8523 - PM / OPP: Initialize u_volt_min/max to a valid value
8524 - PM / Domains: Fix removal of a subdomain
8525 - rtc: hym8563: fix invalid year calculation
8526 - rtc: vr41xx: Wire up alarm_irq_enable
8527 - rtc: ds1685: passing bogus values to irq_restore
8528 - rtc: rx8025: remove rv8803 id
8529 - rtc: max77686: Properly handle regmap_irq_get_virq() error code
8530 - drivers/misc/ad525x_dpot: AD5274 fix RDAC read back errors
8531 - perf evlist: Reference count the cpu and thread maps at set_maps()
8532 - x86/mm/kmmio: Fix mmiotrace for hugepages
8533 - ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()
8534 - serial: sh-sci: Remove cpufreq notifier to fix crash/deadlock
8535 - mtd: spi-nor: remove micron_quad_enable()
8536 - mtd: brcmnand: Fix v7.1 register offsets
8537 - mtd: nand: Drop mtd.owner requirement in nand_scan
8538 - perf hists browser: Only offer symbol scripting when a symbol is under the
8539 cursor
8540 - perf tools: handle spaces in file names obtained from /proc/pid/maps
8541 - perf stat: Document --detailed option
8542 - ext4: fix races between page faults and hole punching
8543 - ext4: move unlocked dio protection from ext4_alloc_file_blocks()
8544 - ext4: fix races between buffered IO and collapse / insert range
8545 - ext4: fix races of writeback with punch hole and zero range
8546 - ARM: OMAP3: Add cpuidle parameters table for omap3430
8547 - ARM: prima2: always enable reset controller
8548 - ARM: EXYNOS: select THERMAL_OF
8549 - ARM: dts: armada-375: use armada-370-sata for SATA
8550 - ARM: dts: pxa: fix dma engine node to pxa3xx-nand
8551 - bus: imx-weim: Take the 'status' property value into account
8552 - jme: Do not enable NIC WoL functions on S0
8553 - jme: Fix device PM wakeup API usage
8554 - unbreak allmodconfig KCONFIG_ALLCONFIG=...
8555 - thermal: rockchip: fix a impossible condition caused by the warning
8556 - sunrpc/cache: drop reference when sunrpc_cache_pipe_upcall() detects a race
8557 - megaraid_sas: add missing curly braces in ioctl handler
8558 - stm class: Select CONFIG_SRCU
8559 - extcon: max77843: Use correct size for reading the interrupt register
8560 - Linux 4.4.9
8561
8562 * Stoney powerplay support (LP: #1578305)
8563 - amdgpu/powerplay: Add Stoney to list of early init cases
8564
8565 * CVE-2016-2117 (LP: #1561403)
8566 - atl2: Disable unimplemented scatter/gather feature
8567
8568 * CVE-2016-2187 (LP: #1575706)
8569 - Input: gtco - fix crash on detecting device without endpoints
8570
8571 * zfs posix default permissions lost on reboot or unmount (LP: #1574801)
8572 - Fix ZPL miswrite of default POSIX ACL
8573
8574 * WARNING: at /build/linux-aWXT0l/linux-4.4.0/drivers/pci/pci.c:1595
8575 [travis3EN] (LP: #1574697)
8576 - net/mlx4_core: Implement pci_resume callback
8577 - net/mlx4_core: Avoid repeated calls to pci enable/disable
8578
8579 * Add support to thinkpad keyboard backlight (LP: #1574498)
8580 - thinkpad_acpi: Add support for keyboard backlight
8581
8582 * Please enable kconfig X86_LEGACY_VM86 for i386 (LP: #1499089)
8583 - [Config] CONFIG_VM86=y, CONFIG_X86_LEGACY_VM86=y
8584
8585 * Miscellaneous Ubuntu changes
8586 - updateconfigs for Linux v4.4.9
8587
8588 -- Kamal Mostafa <kamal@canonical.com> Tue, 17 May 2016 11:25:43 -0700
8589
8590 linux-snapdragon (4.4.0-1013.15) xenial; urgency=low
8591
8592 [ Kamal Mostafa ]
8593
8594 * Rebase against Ubuntu-4.4.0-22.40
8595
8596 * CVE-2016-3713 (LP: #1581201)
8597 - SAUCE: KVM: MTRR: remove MSR 0x2f8
8598
8599 * CVE-2016-0758 (LP: #1581202)
8600 - SAUCE: KEYS: Fix ASN.1 indefinite length object parsing
8601
8602 -- Kamal Mostafa <kamal@canonical.com> Fri, 13 May 2016 08:05:26 -0700
8603
8604 linux-snapdragon (4.4.0-1013.14) xenial; urgency=low
8605
8606 [ Kamal Mostafa ]
8607
8608 * Release Tracking Bug
8609 - LP: #1578759
8610
8611 * Rebase to Ubuntu-4.4.0-22.39
8612
8613 -- Kamal Mostafa <kamal@canonical.com> Thu, 05 May 2016 11:17:11 -0700
8614
8615 linux-snapdragon (4.4.0-1013.13) xenial; urgency=low
8616
8617 [ Kamal Mostafa ]
8618
8619 * Release Tracking Bug
8620 - LP: #1575237
8621
8622 * Miscellaneous Ubuntu changes
8623 - [Config] updateconfigs after 4.4.0-22.38 rebase
8624
8625 -- Kamal Mostafa <kamal@canonical.com> Tue, 26 Apr 2016 08:27:08 -0700
8626
8627 linux-snapdragon (4.4.0-1012.12) xenial; urgency=low
8628
8629 [ Tim Gardner ]
8630
8631 * Release Tracking Bug
8632 - LP: #1572284
8633
8634 * Rebase to Ubuntu-4.4.0-21.37
8635
8636 -- Tim Gardner <tim.gardner@canonical.com> Tue, 19 Apr 2016 13:03:54 -0600
8637
8638 linux-snapdragon (4.4.0-1011.11) xenial; urgency=low
8639
8640 [ Tim Gardner ]
8641
8642 * Release Tracking Bug
8643 - LP: #1567379
8644
8645 * Miscellaneous Ubuntu changes
8646 - [Config] disable PROVE_LOCKING
8647 - [Config] PREEMPT_VOLUNTARY=y
8648 - [Config] disable DEBUG_LOCK_ALLOC
8649 - [Config] disable DEBUG_SPINLOCK
8650 - [Config] disable DEBUG_MUTEXES
8651 - [Config] INLINE_*_UNLOCK=y
8652
8653 * Miscellaneous upstream changes
8654 - arm64: clean up defconfig with savedefconfig
8655 - configs: add SPI_SPIDEV as module in distro.config
8656 - arm64: dts: apq8016-sbc: Add aliases to spi device.
8657 - regulator: qcom_spmi: Add slewing delays for all SMPS types
8658 - regulator: qcom_spmi: Only use selector based regulator ops
8659
8660 -- Paolo Pisati <paolo.pisati@canonical.com> Wed, 06 Apr 2016 16:29:44 +0200
8661
8662 linux-snapdragon (4.4.0-1010.10) xenial; urgency=low
8663
8664 [ Tim Gardner ]
8665
8666 * Release Tracking Bug
8667 - LP: #1563910
8668 * Rebase to Ubuntu-4.4.0-17.33
8669
8670 * Miscellaneous Ubuntu changes
8671 - handle rprovides via dpkg-gencontrol
8672 - [Config] updateconfigs after rebase to Ubuntu-4.4.0-17.33
8673
8674 -- Tim Gardner <tim.gardner@canonical.com> Wed, 30 Mar 2016 08:30:18 -0600
8675
8676 linux-snapdragon (4.4.0-1009.9) xenial; urgency=low
8677
8678 * rebased on Ubuntu-4.4.0-13.29
8679 * Feature Freeze Exception (LP: #1558535)
8680
8681 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Mar 2016 15:33:32 -0600
8682
8683 linux-snapdragon (4.4.0-1008.8) xenial; urgency=low
8684
8685 [ Paolo Pisati ]
8686
8687 * Rebased on Ubuntu-4.4.0-11.26
8688
8689 * Miscellaneous Ubuntu changes
8690 - [Config] CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
8691
8692 -- Paolo Pisati <paolo.pisati@canonical.com> Thu, 10 Mar 2016 11:16:08 +0100
8693
8694 linux-snapdragon (4.4.0-1007.7) xenial; urgency=low
8695
8696 [ Paolo Pisati ]
8697
8698 * Rebased on Ubuntu-4.4.0-10.25
8699
8700 * need arm64 acpi parking protocol support in xenial (LP: #1547047)
8701 - arm64: kernel: implement ACPI parking protocol
8702
8703 * Miscellaneous Ubuntu changes
8704 - [Config] ARM64_ACPI_PARKING_PROTOCOL=y
8705
8706 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 07 Mar 2016 15:57:39 +0100
8707
8708 linux-snapdragon (4.4.0-1006.6) xenial; urgency=low
8709
8710 [ Paolo Pisati ]
8711
8712 * Updated qcomlt-4.4 BSP @ 86e3204d9
8713 * Rebased on Ubuntu-4.4.0-6.21
8714
8715 * Miscellaneous Ubuntu changes
8716 - [Config] updateconfigs
8717
8718 * Miscellaneous upstream changes
8719 - ASoC: qcom: use snd_dma_alloc/free* apis
8720 - ASoC: qcom: add wrdma register details to lpass_variant
8721 - ASoC: qcom: rename rdmactl_audif_start to dmactrl_audif_start
8722 - ASoC: qcom: pass direction to dma allocation
8723 - ASoC: qcom: ipq806x: add error in dma allocation.
8724 - ASoC: qcom: ipq806x: add wrdma related register offsets
8725 - ASoC: qcom: add mic related i2s control register defines
8726 - ASoC: qcom: add wrdma dma channel start
8727 - ASoC: qcom: rename rdma_ch_bit_map to dma_ch_bit_map
8728 - ASoC: qcom: apq8016: add wrdma support
8729 - ASoC: qcom: add wrdma register definations
8730 - ASoC: qcom: add generic bit masks for RDMA and WRDMA
8731 - ASoC: qcom: apq8016: set the correct max register for regmap
8732 - ASoC: qcom: add mic support
8733 - ASoC: qcom: apq8016-sbc: add mic support
8734 - ASoC: add audio routing support
8735 - arm64: dts: qcom: add audio capture support
8736 - drm/i2c: adv7511: Add HPD support
8737 - arm64: dts: qcom: apq8016-sbc: Enable ADV7533 interrupts
8738 - dts: arm64: qcom: remove dmic pins in default pinctrl
8739 - ASoC: codec: msm8x16: check return value of msm8x16_wcd_codec_parse_dt
8740 - ASoC: codec: msm8x16: enable regulators before accessing registers
8741 - drm/msm: Boost the GPU clock on msm8916 for better performance
8742 - firmware: qcom: scm: Convert to platform driver
8743 - firmware: scm: make scm_init call from probe
8744 - arm64: dts: qcom : add scm device node
8745 - firmware: scm: make scm clks optional
8746 - arm: dts: qcom : add scm device node
8747 - iommu: qcom: check scm avaiablity before initialization.
8748 - ARM: dts: ifc6410: remove pinctrl defaults from gpio node.
8749
8750 -- Paolo Pisati <paolo.pisati@canonical.com> Fri, 26 Feb 2016 14:39:48 +0100
8751
8752 linux-snapdragon (4.4.0-1005.5) xenial; urgency=low
8753
8754 [ Paolo Pisati ]
8755
8756 * SAUCE: dtb: add a custom apq8016 for snappy with sdhc_2's vmmc-supply
8757 disabled
8758
8759 -- Paolo Pisati <paolo.pisati@canonical.com> Fri, 19 Feb 2016 13:34:25 +0100
8760
8761 linux-snapdragon (4.4.0-1004.4) xenial; urgency=low
8762
8763 [ Paolo Pisati ]
8764
8765 * [Config] MMC_BLOCK_MINORS=32
8766
8767 -- Paolo Pisati <paolo.pisati@canonical.com> Tue, 09 Feb 2016 10:27:30 +0100
8768
8769 linux-snapdragon (4.4.0-1003.3) xenial; urgency=low
8770
8771 [ Upstream Kernel Changes ]
8772
8773 * arm64: dts: qcom: fix typo in usb id pins
8774 * usb: phy: msm: Fix state machine worker logic for OTG mode.
8775
8776 -- Paolo Pisati <paolo.pisati@canonical.com> Fri, 05 Feb 2016 14:38:07 +0100
8777
8778 linux-snapdragon (4.4.0-1002.2) xenial; urgency=low
8779
8780 [ Paolo Pisati ]
8781
8782 * [Config] copy annotations from master
8783 * [Config] updateconfigs
8784 * [Config] better align config with qcomlt-4.4
8785 * [Config] FTBFS: disable DRM_PANEL_SIMPLE
8786
8787 -- Paolo Pisati <paolo.pisati@canonical.com> Thu, 04 Feb 2016 17:21:00 +0100
8788
8789 linux-snapdragon (4.4.0-1001.1) xenial; urgency=low
8790
8791 [ Paolo Pisati ]
8792
8793 * Imported http://git.linaro.org/landing-teams/working/qualcomm/kernel.git - qcomlt-4.4 @ 17a6dbb
8794 * Rebased on Ubuntu-4.4.0-2.16
8795
8796 [ Upstream Kernel Changes ]
8797
8798 * mmc: mmci: Support any block sizes for ux500v2 and qcom variant
8799 * hid: add support for Lilliput touchscreen
8800 * ARM: qcom_defconfig: Add QCOM specific drivers
8801 * arm:multi_v7_defconfig: Add QCOM specific Kconfigs
8802 * WIP:pwrseq: Convert in to proper platform device
8803 * iommu:msm: fix compilation error.
8804 * Input: pm8941: Add RESIN_N input handling
8805 * media: v4l2-controls: add h264 5.2 level and constrained high profile
8806 * media: vidc: Qualcomm video encoder/decoder driver
8807 * PCI: designware: add memory barrier after enabling region
8808 * DT: PCI: qcom: Document PCIe devicetree bindings
8809 * PCI: qcom: Add Qualcomm PCIe controller driver
8810 * drm/edid: Add support to get edid early
8811 * drm/edid: export edid_vendor()
8812 * drm/panel: simple-panel: Add panel picker support.
8813 * drm/msm: mdp4 lvds: continue if the panel is not connected
8814 * drm/msm: mdp4 lvds: Check the panel node in detect_panel()
8815 * devicetree: Add hardware rng entry to qcom-apq8064.dtsi
8816 * ARM: dts: qcom: apq8064: Add hwmutex and SMEM nodes
8817 * ARM: dts: qcom: apq8064: Declare all pm8921 regulators
8818 * ARM: dts: qcom: apq8064: Introduce gsbi5 and gsbi5 serial node
8819 * arm: dts: qcom: Add generic PMIC gpio/MPP compat strings
8820 * arm: dts: qcom: apq8064: Add fixed rate on-board oscillators
8821 * ARM: dts: qcom: apq8064-ifc6410 Use hardware flow control for GSBI6
8822 * ARM: dts: apq8064: add pcie devicetree node
8823 * ARM: dts: ifc6410: enable pcie dt node for this board
8824 * ARM: dts: apq8064: Add MDP support
8825 * ARM: dts: ifc6410: enable MDP support
8826 * ARM: dts: qs600: enable MDP support
8827 * ARM: dts: ifc6410: add inforce LVDS panel support
8828 * ARM: dts: APQ8064: Add iommu
8829 * ARM: dts: apq8064: add pci support in CM QS600
8830 * ARM: dts: qcom: Add necessary DT data for Krait cpufreq
8831 * ARM: qcom: add description of KPSS WDT for APQ8064
8832 * ARM: dts: apq8064: Assign a power supply to each CPU
8833 * ARM: dts: apq8064: Add OPP data for frequencies above 1ghz
8834 * ARM: dts: apq8064: Add thermal cooling maps
8835 * ARM: dts: apq8064: Add voltage ranges of the SAW2 regulators
8836 * ARM: dts: apq8064: Add reference to the L2 clock
8837 * ARM: dts: apq8064: Add a DT node for the L2 data
8838 * ARM: dts: apq8064: Add ADM configuration node
8839 * arm: dts: Added eInfochips ERAGON600 board support
8840 * ARM: dts: ifc6410: HACK add bt reset gpios to pwrseq
8841 * ARM: dts: apq8064: Increase critical temperature to 110C
8842 * arm: dts: apq8064: Add thermal zones, tsens and qfprom nodes
8843 * arm64: dts: qcom: 8x16: UART1 add CTS_N, RTS_N pin configurations
8844 * arm64: dts: qcom: 8x16: UART1 and UART2 use DMA for RX and TX
8845 * arm64: dts: qcom: Make msm8916-mtp compatible string compliant
8846 * arm64: dts: qcom: Alias pm8916 on msm8916 devices
8847 * arm64: dts: qcom: msm8916: Add fixed rate on-board oscillators
8848 * arm64: dts: fix the i2c aliasing to match to schematics.
8849 * arm64: dts: set the default i2c pin drive strength to 16mA
8850 * arm64: dts: qcom: Add MSM8916 SMEM nodes
8851 * arm64: dts: qcom: Add RPM/SMD support on MSM8916
8852 * arm64: dts: Add PM8916 support on MSM8916
8853 * arm64: dts: qcom: Add pm8994, pmi8994, pm8004 PMIC skeletons
8854 * arm64: dts: qcom: Add pm8994 gpios and MPPs
8855 * arm64: dts: apq8016-sbc: enable UART0 on LS connector
8856 * arm64: dts: apq8016-sbc: add label properties for UART, I2C, and SPI
8857 * devicetree: bindings: Document qcom,msm-id and qcom,board-id
8858 * arm64: dts: Add Qualcomm MSM8916 & MTP8916 ids
8859 * DT: arm64: msm8916-mtp: enable spi3
8860 * arm64: dts: qcom: Add APQ8016 SBC support
8861 * arm64: dts: qcom: Add USB related device nodes on APQ8016 SBC board
8862 * arm64: dts: qcom: Add sdhci support for APQ8016 SBC board
8863 * arm64: dts: Add nodes we need for SMP boot
8864 * ARM: dts: Enable SD card (disable vmcc)
8865 * arm64: msm8916 dtsi: Add mdss support
8866 * arm64: sb8016: Add ADV7533 bridge in sbc8016 dtsi
8867 * arm64: dts: Add apq8016-sbc hdmi audio support
8868 * arm64: dts: qcom: apq8016-sbc: Don't hog client driver pins
8869 * arm64: dts: qcom: Fix apq8016-sbc board USB related pin definitions
8870 * arm64: dts: qcom: apq8016-sbc: add D+/D- route switch GPIO
8871 * arm64: dts: qcom: apq8016-sbc: Fix sdhci pinctrl default state name
8872 * arm64: dts: qcom: apq8016-sbc: Enable SD card slot
8873 * arm64: dts: qcom: Fix MPP's function used for LED control
8874 * arm64: dts: qcom: Enable USB manual pullup on msm8916
8875 * arm64: dts: qcom: msm8916: Add RPMCC DT node
8876 * arm64: dts: qcom: msm8916: Add A53 DT node
8877 * arm64: dts: Add cpufreq-dt support for msm8916
8878 * arm64: dts: Add clock-latency for msm8916
8879 * arm64: dts: Add CPR DT node for msm8916
8880 * arm64: dts: Add cpu-supply properties for cpufreq
8881 * arm: dts: msm8974: Add thermal zones, tsens and eeprom nodes
8882 * arm: dts: apq8084: Add thermal zones, tsens and eeprom nodes
8883 * arm64: dts: msm8916: Add thermal zones, tsens and eeprom nodes
8884 * arm64: dts: Add spmi-regulator nodes for pm8916
8885 * arm64: dts: msm8916: Add cpu cooling maps
8886 * WIP: dt: add support for gpu on msm8916/apq8016
8887 * DT: arm64: add iommu dtsi files
8888 * arm64: dt: Add WCNSS related nodes
8889 * dts: arm64: apq8016-sbc: enable LS 1.8v regulator by default
8890 * ARM64: dts: Fix the missing usb otg regulators.
8891 * arm64: dts: Fix memory region descriptions
8892 * arm64: dts: msm8916: add wcd codec support
8893 * arm64: dts: add support to analog audio playback
8894 * arm64: dts: qcom: 8x16: Add fixed rate on-board XO oscillator
8895 * arm64: dts: qcom: Add msm8916 CoreSight components
8896 * dts: qcom: Add CoreSight components for MSM8916
8897 * arm64: dts: Fix the hypervisor and tz memory region size
8898 * arm64: dts: remove the #if 0 around bluetooth
8899 * wcn36xx: Update DT to support wcn36xx wifi driver
8900 * WIP:dts: arm64: add q6v5 pil support
8901 * arm64: dt: Add msm bus nodes
8902 * arm64: dts: usb: Add bus scaling suppport
8903 * arm64: dts: Add rpm_log support
8904 * dts: arm64: msm8916: add vidc dt nodes
8905 * dts: arm64: qcom: apq8016-sbc: enable vidc and vidc-rproc
8906 * arm64: apq8016-sbc.dtsi: Add regulators needed by adv7533
8907 * arm64: msm8916-mdss.dtsi: Add bus scaling properties for mdp
8908 * arm64: dts: Align msm8916 cpu thermal trip point ranges
8909 * arm64: dts: qcom: apq8016-sbc: Add Volume Up key device node
8910 * arm64: dts: qcom: apq8016-sbc: Add Volume Down definitions
8911 * arm64: dts: qcom: apq8016-sbc: Limit MPP4 high state to 1.8V
8912 * arm64: dts: apq8016-sbc: add regulators support
8913 * arm64: dts: move smem node after the soc node
8914 * arm64: dts: add spmi prefix to regulators
8915 * WIP: update iommu header
8916 * soc: qcom: import socinfo.h
8917 * iommu: qcom: forward port iommu v1
8918 * iommu: qcom: v1: rework secure part and build
8919 * iommu: qcom: v1: fix wrong sg interator
8920 * iommu: msm: Invalidate properly from iommu_unmap
8921 * arm64: provide dma cache routines with same API as 32 bit
8922 * qcom: iommu: Make use of domain_alloc and domain_free
8923 * DOWNSTREAM: drm/msm: use downstream iommu
8924 * iommu/msm: Add DT adaptation
8925 * iommu/msm: Move the contents from msm_iommu_dev.c to msm_iommu.c
8926 * iommu/msm: Add support for generic master bindings
8927 * iommu/msm: Set cacheability attributes without tex remap
8928 * temp: Add dummy msm_iommu_get_ctx and fix broken build
8929 * arm: dma-mapping: Don't override dma_ops in arch_setup_dma_ops()
8930 * of: dma: Move range size workaround to of_dma_get_range()
8931 * of: dma: Make of_dma_deconfigure() public
8932 * of: dma: Split of_configure_dma() into mask and ops configuration
8933 * drivers: platform: Configure dma operations at probe time
8934 * iommu: of: Document the of_iommu_configure() function
8935 * iommu: of: Handle IOMMU lookup failure with deferred probing or error
8936 * drm/msm: temp: Add a check to be compatible against both iommuv0/v1
8937 * iommu/msm: Fix "scheduling while atomic" bug
8938 * pci: use new of_dma_configure* apis
8939 * dt/bindings: qcom_adm: Fix channel specifiers
8940 * dmaengine: Add ADM driver
8941 * dmaengine: adm: Fix ADM hardware descriptor creation when flow control
8942 is enabled
8943 * dmaengine: adm: Use 'soft' flush when stopping DMA
8944 * dmaengine: adm: Don't reset controller during probe
8945 * dmaengine: adm: Start next DMA even if there is no ongoing transaction
8946 * ARM: cpuidle: Add cpuidle support for QCOM cpus
8947 * arm64: defconfig: qcom: Enable restart driver
8948 * arm64: introduce CPU_OF_TABLES for cpu ops selection
8949 * arm64: smp: move the pen to a header file
8950 * arm64: qcom: add cpu operations
8951 * arm64: defconfig: add qcom specifics
8952 * common: DMA-mapping: Add strongly ordered memory attribute
8953 * arm: Add option to skip buffer zeroing
8954 * arm64: Add support for DMA_ATTR_STRONGLY_ORDERED
8955 * arm64: dma-mapping: add support for IOMMU mapper
8956 * arm64: mm: Fix a bug in iommu dma-mapping
8957 * arm64: dma-mapping: fix DMA_ATTR_STRONGLY_ORDERED in __get_dma_pgprot
8958 * arm64: dma-mapping: map sg lists into the SMMU as virtually contiguous
8959 * arm64: fixup for mm renames
8960 * drm/mipi_dsi: refactor device creation
8961 * drm/mipi_dsi: check for used channels
8962 * drm/mipi_dsi: Create dummy DSI devices
8963 * drm/mipi_dsi: Get DSI host by DT device node
8964 * drm/i2c: adv7511: Fix mutex deadlock when interrupts are disabled
8965 * drm/i2c: adv7511: Initial support for adv7533
8966 * drm/i2c: adv7511: Refactor encoder slave functions
8967 * drm/i2c: adv7511: Add drm_bridge/connector for ADV7533
8968 * drm/i2c: adv7511: Create mipi_dsi_device for ADV7533
8969 * drm/i2c: adv7511: setup CEC registers during power off-power-on
8970 sequence
8971 * drm/i2c: adv7511: Use internal timing generator
8972 * drm/i2c: adv7511: Change DSI lanes dynamically
8973 * drm/i2c: adv7511: Move the common data structures to header file
8974 * drm/i2c: adv7511: Add Audio support.
8975 * drm/i2c: adv7511: Enable the audio data and clock pads on adv7533
8976 * HACK: drm/i2c: adv7511: Remove hotplug event handling
8977 * drm/i2c: adv7511: move to use reg_sequence
8978 * drm/i2c: adv7511: fixup the dapm bias level access
8979 * drm/i2c: adv7511: Init regulators
8980 * clk: qcom: gdsc: Use PM clocks to control gdsc clocks
8981 * clk: qcom: gdsc: Enable an RCG before turing on the gdsc
8982 * clk: qcom: gdsc: Manage clocks with !CONFIG_PM
8983 * clk: qcom: common: Add API to register board clocks backwards
8984 compatibly
8985 * clk: qcom: Move cxo/pxo/xo into dt files
8986 * clk: qcom: msm8916: Move xo and sleep clocks into DT
8987 * ARM: Add Krait L2 register accessor functions
8988 * clk: Avoid sending high rates to downstream clocks during set_rate
8989 * clk: mux: Split out register accessors for reuse
8990 * clk: Add safe switch hook
8991 * clk: qcom: Add support for High-Frequency PLLs (HFPLLs)
8992 * clk: qcom: Add HFPLL driver
8993 * clk: qcom: Add MSM8960/APQ8064's HFPLLs
8994 * clk: qcom: Add IPQ806X's HFPLLs
8995 * clk: qcom: Add support for Krait clocks
8996 * clk: qcom: Add KPSS ACC/GCC driver
8997 * clk: qcom: Add Krait clock controller driver
8998 * cpufreq: Add module to register cpufreq on Krait CPUs
8999 * clk: qcom: Add support for SMD-RPM Clocks
9000 * clk: qcom: Add support for RPM Clocks
9001 * clk: qcom: Add support for msm8974 RPM-SMD clocks
9002 * clk: qcom: msm8974: Remove gfx3d clock from MMCC
9003 * clk: qcom: Add support for apq8084 RPM-SMD clocks
9004 * clk: qcom: Add support for regmap mux-div clocks
9005 * clk: qcom: Add A53 clock driver
9006 * soc: qcom: Add support for SAW2 regulators
9007 * clk:gcc-msm8916: add missing mss_q6_bimc_axi clock
9008 * thermal: qcom: tsens: Add a skeletal TSENS drivers
9009 * thermal: qcom: tsens-8916: Add support for 8916 family of SoCs
9010 * thermal: qcom: tsens-8974: Add support for 8974 family of SoCs
9011 * thermal: qcom: tsens-8960: Add support for 8960 family of SoCs
9012 * amba: Defer device peripheral ID read
9013 * coresight-etm3x: Add Qualcomm PTM v1.1 peripheral ID
9014 * i2c: qup: Change qup_wait_writeready function to use for all timeouts
9015 * qup: i2c: factor out common code for reuse
9016 * i2c: qup: Add V2 tags support
9017 * i2c: qup: Transfer each i2c_msg in i2c_msgs without a stop bit
9018 * i2c: qup: Add bam dma capabilities
9019 * i2c: qup: Remove verbose messages.
9020 * drm/msm/dsi: Parse lane swap information from DT
9021 * drm/msm/dsi: Add a delay when performing software reset
9022 * drm/msm/dsi: Remove incorrect warning on host attach
9023 * drm/msm/dsi: Don't call hpd helper unconditionally
9024 * HACK: drm/msm/mdp5: Make sure mdp5 clocks aren't disbaled when we need
9025 them
9026 * mdp4: Add iommu detach_dev in error path
9027 * drm/msm: remove pm_runtime_put() calls
9028 * drm/msm/dsi: Update the "vdd" voltage range
9029 * drm/msm/mdp5: Update bus scaling support
9030 * mmc: sdhci: let GPIO based card detection have higher precedence
9031 * mmc: sdhci-msm: Add SDHCI_QUIRK_NO_CARD_NO_RESET
9032 * soc: qcom: Introduce common SMEM state machine code
9033 * soc: qcom: smsm: Add driver for Qualcomm SMSM
9034 * soc: qcom: smp2p: Qualcomm Shared Memory Point to Point
9035 * soc: qcom: enable smsm/smp2p modular build
9036 * ARM: qcom: select ARM_CPU_SUSPEND for power management
9037 * soc: qcom: Introduce WCNSS_CTRL SMD client
9038 * soc: qcom: smd-rpm: Add existing platform support
9039 * ARM: 8485/1: cpuidle: remove cpu parameter from the cpuidle_ops suspend
9040 hook
9041 * drivers/soc/qcom/smd.c: use __ioread32_copy() instead of open-coding it
9042 * regulator: qcom-smd: Add PM8916 support
9043 * regulator: qcom-smd: Add support for PMA8084
9044 * arm64: add qcom_defconfig
9045 * soc: qcom: smem: Add debugfs
9046 * remoteproc: core: Make the loaded resource table optional
9047 * remoteproc: qcom-pil: Implementation of Qualcomm TZ backed PIL
9048 * remoteproc: Add additional crash reasons
9049 * remoteproc: qcom-tz-pil: Add interrupts and gpio hooks
9050 * remoteproc: qcom-tz: Inform SMD about crashing remotes
9051 * remoteproc: qcom-tz: Finish shutdown on timeout
9052 * remoteproc: qcom: tz-pil: Round up max address
9053 * remoteproc: Support loading firmware from lately mounted fs (HACK)
9054 * remoteproc: qcom: q6v5 pil: Initial hack to boot mss
9055 * remoteproc: qcom-tz: Update to match smem api changes
9056 * remoteproc: qcom-tz: Update smem prototypes
9057 * remoteproc: qcom-tz: Drop smd reset stuff for now
9058 * remoteproc: qcom: Extract PAS and fix compilation for 4.1
9059 * remoteproc: qcom_tz_pil: Fix compiler issues
9060 * remoteproc: qcom_q6v5_pil: Fix 64 bit
9061 * regulator: qcom: smd: Regulator driver for the Qualcomm RPM
9062 * gpio: qcom-smsm: Add driver for Qualcomm SMSM
9063 * gpio: smsm: Update smem prototypes
9064 * gpio: smsm: Fix compiler warnings
9065 * soc: qcom: smd: Use correct smem id
9066 * gpio: qcom-smp2p: Qualcomm Shared Memory Point to Point
9067 * dt-binding: gpio: Introduce qcom,smp2p binding documentation
9068 * gpio: qcom-smp2p: Fix compile issues
9069 * remoteproc: tz_pil: Fixes to support 8916
9070 * HACK: soc: qcom: smd: Add debug to fix timing
9071 * regulator: smd: Add floor and corner operations
9072 * regulator: smd: Make set_{corner,floor} work with regulator struct
9073 * regulator: smd: Add correct ifdef flag for stubs
9074 * regulator: smd: remove left over debug statement
9075 * remoteproc: tz_pil: make irqs, smd edge & crash-reason optional
9076 properties
9077 * remoteproc: tz_pil: take relocation flag into account
9078 * remoteproc: tz_pil: skip waiting ready irq if it not provided
9079 * gpio:smp2p:qcom: kill set_irq_flags and use genirq
9080 * qcom-smd-rpm: Add MSM8916 support
9081 * soc: smd: Migrate the wifi driver from old smd driver to new smd
9082 driver.
9083 * soc: qcom: smd: Introduce callback setter
9084 * soc: qcom: smd: Split discovery and state change work
9085 * soc: qcom: smd: Refactor channel open and close handling
9086 * soc: qcom: smd: Support multiple channels per sdev
9087 * soc: qcom: smd: Support opening additional channels
9088 * WIP: remoteproc: q6: remove some commented out code
9089 * WIP:remoteproc:q6pil: add segment_is_loadable and
9090 segment_is_relocatable macros
9091 * WIP: remoteproc: q6: add support to memory-region
9092 * WIP: remoteproc: q6: add support to scm restart
9093 * WIP: remoteproc: HACK to get it working on DB410c
9094 * remoteproc: tz: Allow no scm clocks support
9095 * soc: qcom: Add msm_bus driver
9096 * soc: qcom: rpm_log: Add rpm log driver
9097 * soc: qcom: Stub IPCRTR client driver
9098 * Fix: Make it buildable on v4.3
9099 * Move to new qcom_smem_get() api
9100 * PM / OPP: Support adjusting OPP voltages at runtime
9101 * OPP: Allow notifiers to call dev_pm_opp_get_{voltage, freq} RCU-free
9102 * cpufreq-dt: Handle OPP voltage adjust events
9103 * power: avs: Add support for CPR (Core Power Reduction)
9104 * power: avs: cpr: Use raw mem access for qfprom
9105 * power: avs: Register CPR with cpufreq-dt
9106 * power: avs: cpr: Fix Duplicate OPPs warning
9107 * pwer:avs: cpr: fix with new reg_sequence structures
9108 * cpufreq-dt: Add L2 frequency scaling support
9109 * firmware: qcom: scm: Add support for ARM64 SoCs
9110 * firmware: qcom: scm: Generalize shared error map
9111 * firmware: qcom: scm: Add boot APIs
9112 * firmware: qcom: scm: Peripheral Authentication Service
9113 * firmware: qcom: scm: Add 64 bit PAS APIs
9114 * firmware: qcom: scm: Fix NULL coherent device
9115 * firmware: qcom: scm: Split out 32-bit specific SCM code
9116 * firmware: qcom: scm: Support PIL SCMs
9117 * firmware: qcom: scm: Support IOMMU scm calls
9118 * firmware: qcom: scm: add video (vidc) scm calls
9119 * firmware: qcom: scm: Fixup arm64 asm
9120 * firmware: scm: add proc restart support
9121 * wcn36xx: add wcn3620 chip type definition
9122 * wcn36xx: get chip type from platform ops
9123 * wcn36xx: use 3680 dxe regs for 3620
9124 * wcn36xx: introduce WCN36XX_HAL_AVOID_FREQ_RANGE_IND
9125 * wcn36xx: swallow two wcn3620 IND messages
9126 * wcn36xx: remove powersaving for wcn3620
9127 * wcn36xx: handle new hal response format
9128 * wcn3620: use new response format for wcn3620 trigger_ba
9129 * wcn3620: use new response format for wcn3620 remove_bsskey
9130 * net wireless wcn36xx add wcnss platform code
9131 * net wireless wcn36xx adapt wcnss platform to select module by DT
9132 * wcn36xx: add later fw capabilities
9133 * Got workable wireless driver.
9134 * Set the dma mask for platform device which is not created from DT.
9135 * Update the initialization sequence to enable DB410c.
9136 * Migrate the wifi driver from old smd driver to new smd driver.
9137 * Bluetooth: Add HCI device identifier for Qualcomm SMD
9138 * Bluetooth: btqcomsmd: Qualcomm WCNSS HCI driver
9139 * wcn36xx: Update the smd client driver to use new smd channel
9140 * wcn36xx: eliminate the warning for unsupported SMD_EVENT
9141 * wcn36xx: avoid alloc mem with GFP_KERNEL in smd callback.
9142 * linaro: add defconfig fragment with basic linaro config
9143 * kernel: configs: move linaro distro.conf as proper %.config fragment
9144 * kernel: configs: update distro.config
9145 * kernel: configs: improve distro.config, mostly for systemd
9146 * kernel: configs: update distro config from release branch
9147 * kernel: configs: Enable input misc device drivers
9148 * media: vidc: debug: fix build warnings
9149 * media: vidc: venc/vdec: vb2 structure reorganisation
9150 * iommu: qcom: v1: move iommu-sec pgtable allocation
9151 * dts: arm: apq8064: add support to q6 pil via pil-tz
9152 * arm: dts: apq8064: add support to smd apr_audio svc channel
9153 * dts: arm: add support to digital audio via dsp
9154 * arm: dts: qcom: apq8064: Add RPMCC DT node
9155 * arm: dts: qcom: apq8064: Add fixed rate on-board oscillators
9156 * ARM: dts: ERAGON: fix uart pinctrl
9157 * dts: qcom: Add CoreSight components for APQ8064
9158 * arm: dts: apq8064: fix clock names according to new rpmcc
9159 * usb: phy: msm: fix error handling in probe.
9160 * usb: phy: msm: HACK: Make Vddc configuration optional
9161 * usb: phy: msm: Disable driver runtime PM
9162 * usb: phy: msm: Ensure that workers are initialized before use
9163 * usb: chipidea: msm: Use posted data writes on AHB
9164 * usb: host: ehci-msm: Use posted data writes on AHB
9165 * drivers: usb: Add bus scaling suppport
9166 * ASoC: hdmi-codec: Add hdmi-codec for external HDMI-encoders
9167 * ALSA: pcm: add IEC958 channel status helper for hw_params
9168 * sound: codec: Add support to msm8x16_wcd codec.
9169 * sound: qcom: add dsp support to apq8064
9170 * WIP: drm: msm: add proper hdmi codec driver.
9171 * ASoC: qcom: use correct device pointer in dma allocation
9172 * arm: dts: remove duplicate entires
9173 * cpufreq-dt: Add missing rcu_read_lock() for find_device_opp()
9174 * multi_v7_defconfig: add msm iommu kconfig
9175 * kernel: add DRM_LOAD_EDID_FIRMWARE in distro.config
9176 * kernel: configs: add I2C_CHARDEV in distro.config
9177 * kernel: configs: add CONFIG_INPUT_JOYDEV in distro.config
9178 * fixup! ARM: qcom_defconfig: Add QCOM specific drivers
9179 * wcn36xx: handle rx skb allocation failure to avoid system crash
9180 * wcn36xx: split DMA mask register writing.
9181 * wcn36xx: Clean up wcn36xx_smd_send_beacon
9182 * wcn36xx: Pad TIM PVM if needed
9183 * wcn36xx: Add helper macros to cast vif to private vif and vice versa
9184 * wcn36xx: Use consistent name for private vif
9185 * wcn36xx: Use define for invalid index and fix typo
9186 * wcn36xx: Fetch private sta data from sta entry instead of from vif
9187 * wcn36xx: Add helper macros to cast sta to priv
9188 * wcn36xx: Remove sta pointer in private vif struct
9189 * wcn36xx: Parse trigger_ba response properly
9190 * wcn36xx: Copy all members in config_sta v1 conversion
9191 * wcn36xx: Use allocated self sta index instead of hard coded
9192 * wcn36xx: Clear encrypt_type when deleting bss key
9193 * wcn36xx: Track association state
9194 * wcn36xx: Implement multicast filtering
9195 * wcn36xx: don't pad beacons for mesh
9196 * wcn36xx: Use correct command struct for EXIT_BMPS_REQ
9197 * wcn36xx: Disable power save for now
9198 * wcn36xx: remove references to IFF_PROMISC
9199
9200 -- Paolo Pisati <paolo.pisati@canonical.com> Thu, 04 Feb 2016 16:20:26 +0100
9201
9202 linux-snapdragon (4.2.0-2012.12) xenial; urgency=low
9203
9204 [ Tim Gardner ]
9205
9206 * [Config] renamed to snapdragon
9207 * Rebased on Ubuntu-4.2.0-25.30
9208
9209 -- Tim Gardner <tim.gardner@canonical.com> Tue, 26 Jan 2016 15:04:16 -0700
9210
9211 linux-snapdragon (4.2.0-2011.11) xenial; urgency=low
9212
9213 [ Upstream Kernel Changes ]
9214
9215 * arm64: errata: Add -mpc-relative-literal-loads to erratum #843419 build
9216 flags
9217 - LP: #1533009
9218
9219 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 25 Jan 2016 11:51:37 +0100
9220
9221 linux-snapdragon (4.2.0-2010.10) xenial; urgency=low
9222
9223 [ Paolo Pisati ]
9224
9225 * [Config] DEBUG_MEMORY_INIT=y
9226 * [Config] DEBUG_MUTEXES=y && DEBUG_SPINLOCK=y
9227
9228 -- Paolo Pisati <paolo.pisati@canonical.com> Thu, 21 Jan 2016 09:30:55 +0100
9229
9230 linux-dragon410c (4.2.0-2009.9) xenial; urgency=low
9231
9232 [ Paolo Pisati ]
9233
9234 * [Config] USB_HSIC_USB3503=y
9235 * [Config] USB_MSM_OTG=y
9236 * [Config] USB_GADGET=y
9237 * [Config] USB_CHIPIDEA=y
9238
9239 -- Paolo Pisati <paolo.pisati@canonical.com> Tue, 19 Jan 2016 11:39:28 +0100
9240
9241 linux-dragon410c (4.2.0-2008.8) xenial; urgency=low
9242
9243 [ Paolo Pisati ]
9244
9245 * rebased on Ubuntu-4.2.0-24.29
9246 * update Linaro BSP qcomlt-4.2 @ f1bd413
9247 * [Config] disable QCOM_[CPUFREQ|CPUIDLE], use the DT generic
9248 * [Config] BUS_TOPOLOGY_ADHOC=y
9249 * [Config] disable MMC_CLKGATE
9250 * [Config] MSM_BUS_SCALING=y
9251 * [Config] disable NO_HZ
9252 * [Config] disable PM_DEVFREQ
9253 * [Config] disable PM_WAKELOCKS
9254 * [Config] USB_OHCI_HCD_PLATFORM=y
9255 * [Config] disable USB_UHCI_HCD
9256 * [Config] disable USB_XHCI_HCD
9257
9258 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 18 Jan 2016 11:43:16 +0100
9259
9260 linux-dragon410c (4.2.0-2007.7) xenial; urgency=low
9261
9262 [ Paolo Pisati ]
9263
9264 * [Config] disable all arm64 SOCs but QCOM
9265 * [Config] REGULATOR_FAN53555=y
9266 * [Config] MMC_CLKGATE=y
9267 * [Config] USB_EHCI_HCD_PLATFORM=y && USB_EHCI_MSM=y
9268 * [Config] annotations: enable EHCI platform on arm64
9269 * [Config] DMA_CMA=y
9270 * [Config] I2C_QUP=y
9271 * [Config] HW_RANDOM_MSM=y && HW_RANDOM_TPM=y
9272 * [Config] INPUT_PM8941_PWRKEY=y
9273 * [Config] LEDS_GPIO=y && LEDS_TRIGGER*=y
9274 * [Config] AUTOFS4_FS=y
9275 * [Config] SPMI=y, REGULATOR_QCOM_SPMI=y, PINCTRL_QCOM_SPMI_PMIC
9276 * [Config] MMC_QCOM_DML=y
9277 * [Config] MSM_RPMCC_8064=y
9278 * [Config] QCOM_QFPROM=y && QCOM_TSENS=y
9279
9280 -- Paolo Pisati <paolo.pisati@canonical.com> Wed, 13 Jan 2016 21:56:58 +0100
9281
9282 linux-dragon410c (4.2.0-2006.6) xenial; urgency=low
9283
9284 [ Paolo Pisati ]
9285
9286 * [Config] NLS_ISO8859_1=y
9287
9288 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 04 Jan 2016 15:51:22 +0100
9289
9290 linux-dragon410c (4.2.0-2005.5) xenial; urgency=low
9291
9292 [ Paolo Pisati ]
9293
9294 * Revert "[Config] FTBFS: disable ARM64_CRYPTO"
9295 * [Config] REGULATOR_FIXED_VOLTAGE=y
9296 * [Config] QCOM_A53=y
9297 * [Config] MFD_QCOM_RPM=y
9298 * [Config] MMC_SDHCI=y && MMC_SDHCI_MSM=y
9299 * [Config] PINCTRL_MSM8916=y
9300 * [Config] QCOM_BAM_DMA && QCOM_GSBI=y
9301 * [Config] REGULATOR_QCOM_RPM=y
9302 * [Config] MMC_BLOCK_MINORS=32
9303 * [Config] CRYPTO_DRBG=y
9304
9305 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 04 Jan 2016 11:11:59 +0100
9306
9307 linux-dragon410c (4.2.0-2004.4) xenial; urgency=low
9308
9309 [ Paolo Pisati ]
9310
9311 * [Config] FTBFS: disable ARM64_CRYPTO
9312
9313 -- Paolo Pisati <paolo.pisati@canonical.com> Wed, 09 Dec 2015 14:12:54 +0100
9314
9315 linux-dragon410c (4.2.0-2003.3) xenial; urgency=low
9316
9317 [ Paolo Pisati ]
9318
9319 * [Config] COMMON_CLK_QCOM=y && HWSPINLOCK_QCOM=y
9320 * [Config] QCOM_SMD=y (fix FTBFS SERIAL_MSM_SMD)
9321 * [Config] MFD_QCOM_SMD_RPM=y && REGULATOR_QCOM_SMD_RPM=y
9322 * [Config] VIDEO_V4L2=y
9323 * [Config] MSM_VIDC_V4L2=y
9324 * [Config] QCOM_Q6V5_PIL=y && QCOM_TZ_PIL=y
9325 * [Config] DRM_MSM=y && DRM_I2C_ADV7511=y
9326 * [Config] SND_SOC_QCOM=y
9327 * [Config] MSM_GCC_8916=y
9328 * [Config] DRM_PANEL_SIMPLE=y
9329
9330 -- Paolo Pisati <paolo.pisati@canonical.com> Wed, 09 Dec 2015 11:33:29 +0100
9331
9332 linux-dragon410c (4.2.0-2002.2) xenial; urgency=low
9333
9334 [ Paolo Pisati ]
9335
9336 * [Config] snappy config fragments: generic, systemd, lxc, security and
9337 snappy
9338 * [Config] snappy/security: CC_STACKPROTECTOR_REGULAR=y
9339 * [Config] snappy/snappy: RFKILL_REGULATOR depends on REGULATOR=y
9340 * [Config] snappy/generic: CRASH_DUMP=y
9341 * [Config] snappy/generic: NVRAM=m
9342 * [Config] snappy/generic: INPUT_UINPUT=y
9343 * [Config] snappy/generic: SYSVIPC=y && SYSVIPC_SYSCTL=y
9344 * [Config] snappy/generic: LOCALVERSION= to avoid packaging failure
9345 * [Config] updateconfigs
9346
9347 [ Upstream Kernel Changes ]
9348
9349 * media: vidc: fix compile error
9350
9351 -- Paolo Pisati <paolo.pisati@canonical.com> Fri, 04 Dec 2015 15:24:16 +0100
9352
9353 linux-dragon410c (4.2.0-2001.1) xenial; urgency=low
9354
9355 [ Paolo Pisati ]
9356
9357 * import http://git.linaro.org/landing-teams/working/qualcomm/kernel.git @
9358 ubuntu-qcom-dragonboard410c-15.09
9359 * rebased on Ubuntu-4.2.0-19.23
9360
9361 -- Paolo Pisati <paolo.pisati@canonical.com> Thu, 03 Dec 2015 17:18:07 +0200