]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - debian.master/changelog
UBUNTU: Ubuntu-4.13.0-28.31
[mirror_ubuntu-artful-kernel.git] / debian.master / changelog
1 linux (4.13.0-28.31) artful; urgency=low
2
3 * linux: 4.13.0-28.31 -proposed tracker (LP: #1742722)
4
5 * CVE-2017-5753
6 - SAUCE: x86/kvm: Fix stuff_RSB() for 32-bit
7
8 * CVE-2017-5715
9 - SAUCE: x86/kvm: Fix stuff_RSB() for 32-bit
10
11 -- Seth Forshee <seth.forshee@canonical.com> Thu, 11 Jan 2018 17:52:21 -0600
12
13 linux (4.13.0-27.30) artful; urgency=low
14
15 [ Andy Whitcroft ]
16 * CVE-2017-5753
17 - locking/barriers: introduce new memory barrier gmb()
18 - bpf: prevent speculative execution in eBPF interpreter
19 - x86, bpf, jit: prevent speculative execution when JIT is enabled
20 - uvcvideo: prevent speculative execution
21 - carl9170: prevent speculative execution
22 - p54: prevent speculative execution
23 - qla2xxx: prevent speculative execution
24 - cw1200: prevent speculative execution
25 - Thermal/int340x: prevent speculative execution
26 - userns: prevent speculative execution
27 - ipv6: prevent speculative execution
28 - fs: prevent speculative execution
29 - net: mpls: prevent speculative execution
30 - udf: prevent speculative execution
31 - x86/feature: Enable the x86 feature to control Speculation
32 - x86/feature: Report presence of IBPB and IBRS control
33 - x86/enter: MACROS to set/clear IBRS and set IBPB
34 - x86/enter: Use IBRS on syscall and interrupts
35 - x86/idle: Disable IBRS entering idle and enable it on wakeup
36 - x86/idle: Disable IBRS when offlining cpu and re-enable on wakeup
37 - x86/mm: Set IBPB upon context switch
38 - x86/mm: Only set IBPB when the new thread cannot ptrace current thread
39 - x86/entry: Stuff RSB for entry to kernel for non-SMEP platform
40 - x86/kvm: add MSR_IA32_SPEC_CTRL and MSR_IA32_PRED_CMD to kvm
41 - x86/kvm: Set IBPB when switching VM
42 - x86/kvm: Toggle IBRS on VM entry and exit
43 - x86/kvm: Pad RSB on VM transition
44 - x86/spec_ctrl: Add sysctl knobs to enable/disable SPEC_CTRL feature
45 - x86/spec_ctrl: Add lock to serialize changes to ibrs and ibpb control
46 - x86/syscall: Clear unused extra registers on syscall entrance
47 - x86/syscall: Clear unused extra registers on 32-bit compatible syscall
48 entrance
49 - x86/entry: Use retpoline for syscall's indirect calls
50 - x86/cpu/AMD: Add speculative control support for AMD
51 - x86/microcode: Extend post microcode reload to support IBPB feature
52 - KVM: SVM: Do not intercept new speculative control MSRs
53 - x86/svm: Set IBRS value on VM entry and exit
54 - x86/svm: Set IBPB when running a different VCPU
55 - KVM: x86: Add speculative control CPUID support for guests
56 - x86/svm: Add code to clobber the RSB on VM exit
57 - x86/svm: Add code to clear registers on VM exit
58 - x86/cpu/AMD: Remove now unused definition of MFENCE_RDTSC feature
59 - powerpc: add gmb barrier
60 - s390/spinlock: add gmb memory barrier
61 - x86/microcode/AMD: Add support for fam17h microcode loading
62
63 * CVE-2017-5715
64 - locking/barriers: introduce new memory barrier gmb()
65 - bpf: prevent speculative execution in eBPF interpreter
66 - x86, bpf, jit: prevent speculative execution when JIT is enabled
67 - uvcvideo: prevent speculative execution
68 - carl9170: prevent speculative execution
69 - p54: prevent speculative execution
70 - qla2xxx: prevent speculative execution
71 - cw1200: prevent speculative execution
72 - Thermal/int340x: prevent speculative execution
73 - userns: prevent speculative execution
74 - ipv6: prevent speculative execution
75 - fs: prevent speculative execution
76 - net: mpls: prevent speculative execution
77 - udf: prevent speculative execution
78 - x86/feature: Enable the x86 feature to control Speculation
79 - x86/feature: Report presence of IBPB and IBRS control
80 - x86/enter: MACROS to set/clear IBRS and set IBPB
81 - x86/enter: Use IBRS on syscall and interrupts
82 - x86/idle: Disable IBRS entering idle and enable it on wakeup
83 - x86/idle: Disable IBRS when offlining cpu and re-enable on wakeup
84 - x86/mm: Set IBPB upon context switch
85 - x86/mm: Only set IBPB when the new thread cannot ptrace current thread
86 - x86/entry: Stuff RSB for entry to kernel for non-SMEP platform
87 - x86/kvm: add MSR_IA32_SPEC_CTRL and MSR_IA32_PRED_CMD to kvm
88 - x86/kvm: Set IBPB when switching VM
89 - x86/kvm: Toggle IBRS on VM entry and exit
90 - x86/kvm: Pad RSB on VM transition
91 - x86/spec_ctrl: Add sysctl knobs to enable/disable SPEC_CTRL feature
92 - x86/spec_ctrl: Add lock to serialize changes to ibrs and ibpb control
93 - x86/syscall: Clear unused extra registers on syscall entrance
94 - x86/syscall: Clear unused extra registers on 32-bit compatible syscall
95 entrance
96 - x86/entry: Use retpoline for syscall's indirect calls
97 - x86/cpu/AMD: Add speculative control support for AMD
98 - x86/microcode: Extend post microcode reload to support IBPB feature
99 - KVM: SVM: Do not intercept new speculative control MSRs
100 - x86/svm: Set IBRS value on VM entry and exit
101 - x86/svm: Set IBPB when running a different VCPU
102 - KVM: x86: Add speculative control CPUID support for guests
103 - x86/svm: Add code to clobber the RSB on VM exit
104 - x86/svm: Add code to clear registers on VM exit
105 - x86/cpu/AMD: Remove now unused definition of MFENCE_RDTSC feature
106 - powerpc: add gmb barrier
107 - s390/spinlock: add gmb memory barrier
108 - x86/microcode/AMD: Add support for fam17h microcode loading
109
110 * CVE-2017-5754
111 - x86/pti: Enable PTI by default
112 - x86/pti: Make sure the user/kernel PTEs match
113 - x86/dumpstack: Fix partial register dumps
114 - x86/dumpstack: Print registers for first stack frame
115 - x86/process: Define cpu_tss_rw in same section as declaration
116 - x86/mm: Set MODULES_END to 0xffffffffff000000
117 - x86/mm: Map cpu_entry_area at the same place on 4/5 level
118 - x86/kaslr: Fix the vaddr_end mess
119 - x86/events/intel/ds: Use the proper cache flush method for mapping ds
120 buffers
121 - x86/tlb: Drop the _GPL from the cpu_tlbstate export
122 - x86/alternatives: Add missing '\n' at end of ALTERNATIVE inline asm
123 - x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWN
124 - x86/pti: Unbreak EFI old_memmap
125 - x86/Documentation: Add PTI description
126 - x86/cpufeatures: Add X86_BUG_SPECTRE_V[12]
127 - sysfs/cpu: Add vulnerability folder
128 - x86/cpu: Implement CPU vulnerabilites sysfs functions
129 - x86/tboot: Unbreak tboot with PTI enabled
130 - x86/mm/pti: Remove dead logic in pti_user_pagetable_walk*()
131 - x86/cpu/AMD: Make LFENCE a serializing instruction
132 - x86/cpu/AMD: Use LFENCE_RDTSC in preference to MFENCE_RDTSC
133 - sysfs/cpu: Fix typos in vulnerability documentation
134 - x86/alternatives: Fix optimize_nops() checking
135 - x86/pti: Make unpoison of pgd for trusted boot work for real
136 - s390: introduce CPU alternatives
137 - s390: add ppa to kernel entry / exit
138 - SAUCE: powerpc: Secure memory rfi flush
139 - SAUCE: rfi-flush: Make DEBUG_RFI a CONFIG option
140 - SAUCE: rfi-flush: Add HRFI_TO_UNKNOWN and use it in denorm
141 - SAUCE: rfi-flush: kvmppc_skip_(H)interrupt returns to host kernel
142 - SAUCE: KVM: Revert the implementation of H_GET_CPU_CHARACTERISTICS
143 - SAUCE: rfi-flush: Implement congruence-first fallback flush
144 - SAUCE: rfi-flush: Make l1d_flush_type bit flags
145 - SAUCE: rfi-flush: Push the instruction selection down to the patching
146 routine
147 - SAUCE: rfi-flush: Expand the RFI section to two nop slots
148 - SAUCE: rfi-flush: Support more than one flush type at once
149 - SAUCE: rfi-flush: Allow HV to advertise multiple flush types
150 - SAUCE: rfi-flush: Add speculation barrier before ori 30,30,0 flush
151 - SAUCE: rfi-flush: Add barriers to the fallback L1D flushing
152 - SAUCE: rfi-flush: Rework powernv logic to be more cautious
153 - SAUCE: rfi-flush: Rework pseries logic to be more cautious
154 - SAUCE: rfi-flush: Put the fallback flushes in the real trampoline section
155 - SAUCE: rfi-flush: Fix the fallback flush to actually activate
156 - SAUCE: rfi-flush: Fix HRFI_TO_UNKNOWN
157 - SAUCE: rfi-flush: Refactor the macros so the nops are defined once
158 - SAUCE: rfi-flush: Add no_rfi_flush and nopti comandline options
159 - SAUCE: rfi-flush: Use rfi-flush in printks
160 - SAUCE: rfi-flush: Fallback flush add load dependency
161 - SAUCE: rfi-flush: Fix the 32-bit KVM build
162 - SAUCE: rfi-flush: Fix some RFI conversions in the KVM code
163 - SAUCE: rfi-flush: Make the fallback robust against memory corruption
164 - [Config] Disable CONFIG_PPC_DEBUG_RFI
165 - [Config] updateconfigs to enable GENERIC_CPU_VULNERABILITIES
166
167 * powerpc: flush L1D on return to use (LP: #1742772)
168 - SAUCE: powerpc: Secure memory rfi flush
169 - SAUCE: rfi-flush: Make DEBUG_RFI a CONFIG option
170 - SAUCE: rfi-flush: Add HRFI_TO_UNKNOWN and use it in denorm
171 - SAUCE: rfi-flush: kvmppc_skip_(H)interrupt returns to host kernel
172 - SAUCE: KVM: Revert the implementation of H_GET_CPU_CHARACTERISTICS
173 - SAUCE: rfi-flush: Implement congruence-first fallback flush
174 - SAUCE: rfi-flush: Make l1d_flush_type bit flags
175 - SAUCE: rfi-flush: Push the instruction selection down to the patching
176 routine
177 - SAUCE: rfi-flush: Expand the RFI section to two nop slots
178 - SAUCE: rfi-flush: Support more than one flush type at once
179 - SAUCE: rfi-flush: Allow HV to advertise multiple flush types
180 - SAUCE: rfi-flush: Add speculation barrier before ori 30,30,0 flush
181 - SAUCE: rfi-flush: Add barriers to the fallback L1D flushing
182 - SAUCE: rfi-flush: Rework powernv logic to be more cautious
183 - SAUCE: rfi-flush: Rework pseries logic to be more cautious
184 - SAUCE: rfi-flush: Put the fallback flushes in the real trampoline section
185 - SAUCE: rfi-flush: Fix the fallback flush to actually activate
186 - SAUCE: rfi-flush: Fix HRFI_TO_UNKNOWN
187 - SAUCE: rfi-flush: Refactor the macros so the nops are defined once
188 - SAUCE: rfi-flush: Add no_rfi_flush and nopti comandline options
189 - SAUCE: rfi-flush: Use rfi-flush in printks
190 - SAUCE: rfi-flush: Fallback flush add load dependency
191 - SAUCE: rfi-flush: Fix the 32-bit KVM build
192 - SAUCE: rfi-flush: Fix some RFI conversions in the KVM code
193 - SAUCE: rfi-flush: Make the fallback robust against memory corruption
194 - [Config] Disable CONFIG_PPC_DEBUG_RFI
195
196 * s390: add ppa to kernel entry/exit (LP: #1742771)
197 - s390: introduce CPU alternatives
198 - s390: add ppa to kernel entry / exit
199
200 -- Marcelo Henrique Cerri <marcelo.cerri@canonical.com> Thu, 11 Jan 2018 18:41:44 -0200
201
202 linux (4.13.0-25.29) artful; urgency=low
203
204 * linux: 4.13.0-25.29 -proposed tracker (LP: #1741955)
205
206 * CVE-2017-5754
207 - Revert "UBUNTU: [Config] updateconfigs to enable PTI"
208 - [Config] Enable PTI with UNWINDER_FRAME_POINTER
209
210 -- Marcelo Henrique Cerri <marcelo.cerri@canonical.com> Mon, 08 Jan 2018 17:13:57 -0200
211
212 linux (4.13.0-24.28) artful; urgency=low
213
214 * linux: 4.13.0-24.28 -proposed tracker (LP: #1741745)
215
216 * CVE-2017-5754
217 - x86/cpu, x86/pti: Do not enable PTI on AMD processors
218
219 -- Marcelo Henrique Cerri <marcelo.cerri@canonical.com> Sun, 07 Jan 2018 11:49:34 -0200
220
221 linux (4.13.0-23.27) artful; urgency=low
222
223 * linux: 4.13.0-23.27 -proposed tracker (LP: #1741556)
224
225 [ Kleber Sacilotto de Souza ]
226 * CVE-2017-5754
227 - x86/mm: Add the 'nopcid' boot option to turn off PCID
228 - x86/mm: Enable CR4.PCIDE on supported systems
229 - x86/mm: Document how CR4.PCIDE restore works
230 - x86/entry/64: Refactor IRQ stacks and make them NMI-safe
231 - x86/entry/64: Initialize the top of the IRQ stack before switching stacks
232 - x86/entry/64: Add unwind hint annotations
233 - xen/x86: Remove SME feature in PV guests
234 - x86/xen/64: Rearrange the SYSCALL entries
235 - irq: Make the irqentry text section unconditional
236 - x86/xen/64: Fix the reported SS and CS in SYSCALL
237 - x86/paravirt/xen: Remove xen_patch()
238 - x86/traps: Simplify pagefault tracing logic
239 - x86/idt: Unify gate_struct handling for 32/64-bit kernels
240 - x86/asm: Replace access to desc_struct:a/b fields
241 - x86/xen: Get rid of paravirt op adjust_exception_frame
242 - x86/paravirt: Remove no longer used paravirt functions
243 - x86/entry: Fix idtentry unwind hint
244 - x86/mm/64: Initialize CR4.PCIDE early
245 - objtool: Add ORC unwind table generation
246 - objtool, x86: Add facility for asm code to provide unwind hints
247 - x86/unwind: Add the ORC unwinder
248 - x86/kconfig: Consolidate unwinders into multiple choice selection
249 - objtool: Upgrade libelf-devel warning to error for CONFIG_ORC_UNWINDER
250 - x86/ldt/64: Refresh DS and ES when modify_ldt changes an entry
251 - x86/mm: Give each mm TLB flush generation a unique ID
252 - x86/mm: Track the TLB's tlb_gen and update the flushing algorithm
253 - x86/mm: Rework lazy TLB mode and TLB freshness tracking
254 - x86/mm: Implement PCID based optimization: try to preserve old TLB entries
255 using PCID
256 - x86/mm: Factor out CR3-building code
257 - x86/mm/64: Stop using CR3.PCID == 0 in ASID-aware code
258 - x86/mm: Flush more aggressively in lazy TLB mode
259 - Revert "x86/mm: Stop calling leave_mm() in idle code"
260 - kprobes/x86: Set up frame pointer in kprobe trampoline
261 - x86/tracing: Introduce a static key for exception tracing
262 - x86/boot: Add early cmdline parsing for options with arguments
263 - mm, x86/mm: Fix performance regression in get_user_pages_fast()
264 - x86/asm: Remove unnecessary \n\t in front of CC_SET() from asm templates
265 - objtool: Don't report end of section error after an empty unwind hint
266 - x86/head: Remove confusing comment
267 - x86/head: Remove unused 'bad_address' code
268 - x86/head: Fix head ELF function annotations
269 - x86/boot: Annotate verify_cpu() as a callable function
270 - x86/xen: Fix xen head ELF annotations
271 - x86/xen: Add unwind hint annotations
272 - x86/head: Add unwind hint annotations
273 - ACPI / APEI: adjust a local variable type in ghes_ioremap_pfn_irq()
274 - x86/unwinder: Make CONFIG_UNWINDER_ORC=y the default in the 64-bit defconfig
275 - x86/fpu/debug: Remove unused 'x86_fpu_state' and 'x86_fpu_deactivate_state'
276 tracepoints
277 - x86/unwind: Rename unwinder config options to 'CONFIG_UNWINDER_*'
278 - x86/unwind: Make CONFIG_UNWINDER_ORC=y the default in kconfig for 64-bit
279 - bitops: Add clear/set_bit32() to linux/bitops.h
280 - x86/cpuid: Add generic table for CPUID dependencies
281 - x86/fpu: Parse clearcpuid= as early XSAVE argument
282 - x86/fpu: Make XSAVE check the base CPUID features before enabling
283 - x86/fpu: Remove the explicit clearing of XSAVE dependent features
284 - x86/platform/UV: Convert timers to use timer_setup()
285 - objtool: Print top level commands on incorrect usage
286 - x86/cpuid: Prevent out of bound access in do_clear_cpu_cap()
287 - x86/entry: Use SYSCALL_DEFINE() macros for sys_modify_ldt()
288 - mm/sparsemem: Allocate mem_section at runtime for CONFIG_SPARSEMEM_EXTREME=y
289 - x86/kasan: Use the same shadow offset for 4- and 5-level paging
290 - x86/xen: Provide pre-built page tables only for CONFIG_XEN_PV=y and
291 CONFIG_XEN_PVH=y
292 - x86/xen: Drop 5-level paging support code from the XEN_PV code
293 - ACPI / APEI: remove the unused dead-code for SEA/NMI notification type
294 - x86/asm: Don't use the confusing '.ifeq' directive
295 - x86/build: Beautify build log of syscall headers
296 - x86/mm/64: Rename the register_page_bootmem_memmap() 'size' parameter to
297 'nr_pages'
298 - x86/cpufeatures: Enable new SSE/AVX/AVX512 CPU features
299 - x86/mm: Relocate page fault error codes to traps.h
300 - x86/boot: Relocate definition of the initial state of CR0
301 - ptrace,x86: Make user_64bit_mode() available to 32-bit builds
302 - x86/entry/64: Remove the restore_c_regs_and_iret label
303 - x86/entry/64: Split the IRET-to-user and IRET-to-kernel paths
304 - x86/entry/64: Move SWAPGS into the common IRET-to-usermode path
305 - x86/entry/64: Simplify reg restore code in the standard IRET paths
306 - x86/entry/64: Shrink paranoid_exit_restore and make labels local
307 - x86/entry/64: Use pop instead of movq in syscall_return_via_sysret
308 - x86/entry/64: Merge the fast and slow SYSRET paths
309 - x86/entry/64: Use POP instead of MOV to restore regs on NMI return
310 - x86/entry/64: Remove the RESTORE_..._REGS infrastructure
311 - xen, x86/entry/64: Add xen NMI trap entry
312 - x86/entry/64: De-Xen-ify our NMI code
313 - x86/entry/32: Pull the MSR_IA32_SYSENTER_CS update code out of
314 native_load_sp0()
315 - x86/entry/64: Pass SP0 directly to load_sp0()
316 - x86/entry: Add task_top_of_stack() to find the top of a task's stack
317 - x86/xen/64, x86/entry/64: Clean up SP code in cpu_initialize_context()
318 - x86/entry/64: Stop initializing TSS.sp0 at boot
319 - x86/entry/64: Remove all remaining direct thread_struct::sp0 reads
320 - x86/entry/32: Fix cpu_current_top_of_stack initialization at boot
321 - x86/entry/64: Remove thread_struct::sp0
322 - x86/traps: Use a new on_thread_stack() helper to clean up an assertion
323 - x86/entry/64: Shorten TEST instructions
324 - x86/cpuid: Replace set/clear_bit32()
325 - bitops: Revert cbe96375025e ("bitops: Add clear/set_bit32() to
326 linux/bitops.h")
327 - x86/mm: Define _PAGE_TABLE using _KERNPG_TABLE
328 - x86/cpufeatures: Re-tabulate the X86_FEATURE definitions
329 - x86/cpufeatures: Fix various details in the feature definitions
330 - selftests/x86/protection_keys: Fix syscall NR redefinition warnings
331 - selftests/x86/ldt_gdt: Robustify against set_thread_area() and LAR oddities
332 - selftests/x86/ldt_gdt: Add infrastructure to test set_thread_area()
333 - selftests/x86/ldt_gdt: Run most existing LDT test cases against the GDT as
334 well
335 - selftests/x86/ldt_get: Add a few additional tests for limits
336 - ACPI / APEI: Replace ioremap_page_range() with fixmap
337 - x86/virt, x86/platform: Merge 'struct x86_hyper' into 'struct x86_platform'
338 and 'struct x86_init'
339 - x86/virt: Add enum for hypervisors to replace x86_hyper
340 - drivers/misc/intel/pti: Rename the header file to free up the namespace
341 - x86/cpufeature: Add User-Mode Instruction Prevention definitions
342 - x86: Make X86_BUG_FXSAVE_LEAK detectable in CPUID on AMD
343 - perf/x86: Enable free running PEBS for REGS_USER/INTR
344 - bpf: fix build issues on um due to mising bpf_perf_event.h
345 - locking/barriers: Add implicit smp_read_barrier_depends() to READ_ONCE()
346 - locking/barriers: Convert users of lockless_dereference() to READ_ONCE()
347 - x86/mm/kasan: Don't use vmemmap_populate() to initialize shadow
348 - mm/sparsemem: Fix ARM64 boot crash when CONFIG_SPARSEMEM_EXTREME=y
349 - objtool: Move synced files to their original relative locations
350 - objtool: Move kernel headers/code sync check to a script
351 - objtool: Fix cross-build
352 - tools/headers: Sync objtool UAPI header
353 - objtool: Fix 64-bit build on 32-bit host
354 - x86/decoder: Fix and update the opcodes map
355 - x86/decoder: Add new TEST instruction pattern
356 - x86/insn-eval: Add utility functions to get segment selector
357 - x86/entry/64/paravirt: Use paravirt-safe macro to access eflags
358 - x86/unwinder/orc: Dont bail on stack overflow
359 - x86/unwinder: Handle stack overflows more gracefully
360 - x86/irq: Remove an old outdated comment about context tracking races
361 - x86/irq/64: Print the offending IP in the stack overflow warning
362 - x86/entry/64: Allocate and enable the SYSENTER stack
363 - x86/dumpstack: Add get_stack_info() support for the SYSENTER stack
364 - x86/entry/gdt: Put per-CPU GDT remaps in ascending order
365 - x86/mm/fixmap: Generalize the GDT fixmap mechanism, introduce struct
366 cpu_entry_area
367 - x86/kasan/64: Teach KASAN about the cpu_entry_area
368 - x86/entry: Fix assumptions that the HW TSS is at the beginning of cpu_tss
369 - x86/dumpstack: Handle stack overflow on all stacks
370 - x86/entry: Move SYSENTER_stack to the beginning of struct tss_struct
371 - x86/entry: Remap the TSS into the CPU entry area
372 - x86/entry/64: Separate cpu_current_top_of_stack from TSS.sp0
373 - x86/espfix/64: Stop assuming that pt_regs is on the entry stack
374 - x86/entry/64: Use a per-CPU trampoline stack for IDT entries
375 - x86/entry/64: Return to userspace from the trampoline stack
376 - x86/entry/64: Create a per-CPU SYSCALL entry trampoline
377 - x86/entry/64: Move the IST stacks into struct cpu_entry_area
378 - x86/entry/64: Remove the SYSENTER stack canary
379 - x86/entry: Clean up the SYSENTER_stack code
380 - x86/entry/64: Make cpu_entry_area.tss read-only
381 - x86/paravirt: Dont patch flush_tlb_single
382 - x86/paravirt: Provide a way to check for hypervisors
383 - x86/cpufeatures: Make CPU bugs sticky
384 - x86/Kconfig: Limit NR_CPUS on 32-bit to a sane amount
385 - x86/mm/dump_pagetables: Check PAGE_PRESENT for real
386 - x86/mm/dump_pagetables: Make the address hints correct and readable
387 - x86/vsyscall/64: Explicitly set _PAGE_USER in the pagetable hierarchy
388 - x86/vsyscall/64: Warn and fail vsyscall emulation in NATIVE mode
389 - arch, mm: Allow arch_dup_mmap() to fail
390 - x86/ldt: Rework locking
391 - x86/ldt: Prevent LDT inheritance on exec
392 - x86/mm/64: Improve the memory map documentation
393 - x86/doc: Remove obvious weirdnesses from the x86 MM layout documentation
394 - x86/entry: Rename SYSENTER_stack to CPU_ENTRY_AREA_entry_stack
395 - x86/uv: Use the right TLB-flush API
396 - x86/microcode: Dont abuse the TLB-flush interface
397 - x86/mm: Use __flush_tlb_one() for kernel memory
398 - x86/mm: Remove superfluous barriers
399 - x86/mm: Add comments to clarify which TLB-flush functions are supposed to
400 flush what
401 - x86/mm: Move the CR3 construction functions to tlbflush.h
402 - x86/mm: Remove hard-coded ASID limit checks
403 - x86/mm: Put MMU to hardware ASID translation in one place
404 - x86/mm: Create asm/invpcid.h
405 - x86/cpu_entry_area: Move it to a separate unit
406 - x86/cpu_entry_area: Move it out of the fixmap
407 - init: Invoke init_espfix_bsp() from mm_init()
408 - x86/cpu_entry_area: Prevent wraparound in setup_cpu_entry_area_ptes() on
409 32bit
410 - x86/cpufeatures: Add X86_BUG_CPU_INSECURE
411 - x86/mm/pti: Disable global pages if PAGE_TABLE_ISOLATION=y
412 - x86/mm/pti: Prepare the x86/entry assembly code for entry/exit CR3 switching
413 - x86/mm/pti: Add infrastructure for page table isolation
414 - x86/pti: Add the pti= cmdline option and documentation
415 - x86/mm/pti: Add mapping helper functions
416 - x86/mm/pti: Allow NX poison to be set in p4d/pgd
417 - x86/mm/pti: Allocate a separate user PGD
418 - x86/mm/pti: Populate user PGD
419 - x86/mm/pti: Add functions to clone kernel PMDs
420 - x86/mm/pti: Force entry through trampoline when PTI active
421 - x86/mm/pti: Share cpu_entry_area with user space page tables
422 - x86/entry: Align entry text section to PMD boundary
423 - x86/mm/pti: Share entry text PMD
424 - x86/mm/pti: Map ESPFIX into user space
425 - x86/cpu_entry_area: Add debugstore entries to cpu_entry_area
426 - x86/events/intel/ds: Map debug buffers in cpu_entry_area
427 - x86/mm/64: Make a full PGD-entry size hole in the memory map
428 - x86/pti: Put the LDT in its own PGD if PTI is on
429 - x86/pti: Map the vsyscall page if needed
430 - x86/mm: Allow flushing for future ASID switches
431 - x86/mm: Abstract switching CR3
432 - x86/mm: Use/Fix PCID to optimize user/kernel switches
433 - x86/mm: Optimize RESTORE_CR3
434 - x86/mm: Use INVPCID for __native_flush_tlb_single()
435 - x86/mm: Clarify the whole ASID/kernel PCID/user PCID naming
436 - x86/dumpstack: Indicate in Oops whether PTI is configured and enabled
437 - x86/mm/pti: Add Kconfig
438 - x86/mm/dump_pagetables: Add page table directory to the debugfs VFS
439 hierarchy
440 - x86/mm/dump_pagetables: Check user space page table for WX pages
441 - x86/mm/dump_pagetables: Allow dumping current pagetables
442 - x86/ldt: Make the LDT mapping RO
443 - x86/smpboot: Remove stale TLB flush invocations
444 - x86/mm: Remove preempt_disable/enable() from __native_flush_tlb()
445 - x86/ldt: Plug memory leak in error path
446 - x86/ldt: Make LDT pgtable free conditional
447 - [Config] updateconfigs to enable PTI
448 - kvm: x86: fix RSM when PCID is non-zero
449 - x86/pti: Switch to kernel CR3 at early in entry_SYSCALL_compat()
450 - SAUCE: only attempt to use PCID in 64 bit builds
451 - SAUCE: BODGE: temporarily disable some kprobe trace points which are
452 cratering
453 - s390/mm: use generic mm_hooks
454 - objtool: use sh to invoke sync-check.sh in the Makefile
455
456 * CVE-2017-17862
457 - bpf: fix branch pruning logic
458
459 * CVE-2017-17864
460 - SAUCE: bpf/verifier: Fix states_equal() comparison of pointer and UNKNOWN
461
462 * CVE-2017-16995
463 - bpf: fix incorrect sign extension in check_alu_op()
464
465 * CVE-2017-17863
466 - SAUCE: bpf: reject out-of-bounds stack pointer calculation
467
468 -- Marcelo Henrique Cerri <marcelo.cerri@canonical.com> Sat, 06 Jan 2018 20:01:35 +0000
469
470 linux (4.13.0-21.24) artful; urgency=low
471
472 * linux: 4.13.0-21.24 -proposed tracker (LP: #1738823)
473
474 * Ubuntu 17.10 corrupting BIOS - many LENOVO laptops models (LP: #1734147)
475 - [Config] CONFIG_SPI_INTEL_SPI_PLATFORM=n
476
477 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Mon, 18 Dec 2017 14:13:33 -0200
478
479 linux (4.13.0-19.22) artful; urgency=low
480
481 * linux: 4.13.0-19.22 -proposed tracker (LP: #1736118)
482
483 * CVE-2017-1000405
484 - mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()
485
486 -- Stefan Bader <stefan.bader@canonical.com> Mon, 04 Dec 2017 12:27:13 +0100
487
488 linux (4.13.0-18.21) artful; urgency=low
489
490 * linux: 4.13.0-18.21 -proposed tracker (LP: #1733530)
491
492 * NVMe timeout is too short (LP: #1729119)
493 - nvme: update timeout module parameter type
494
495 * CPU call trace on AMD Raven Ridge after S3 (LP: #1732894)
496 - x86/mce/AMD: Allow any CPU to initialize the smca_banks array
497
498 * Set PANIC_TIMEOUT=10 on Power Systems (LP: #1730660)
499 - [Config]: Set PANIC_TIMEOUT=10 on ppc64el
500
501 * Cannot pair BLE remote devices when using combo BT SoC (LP: #1731467)
502 - Bluetooth: increase timeout for le auto connections
503
504 * enable CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH easily confuse users
505 (LP: #1732627)
506 - [Config] CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH=n
507
508 * Plantronics P610 does not support sample rate reading (LP: #1719853)
509 - ALSA: usb-audio: Add sample rate quirk for Plantronics P610
510
511 * Allow drivers to use Relaxed Ordering on capable root ports (LP: #1721365)
512 - Revert commit 1a8b6d76dc5b ("net:add one common config...")
513 - net: ixgbe: Use new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flag
514
515 * support GICv3 ITS save/restore & migration (LP: #1710019)
516 - KVM: arm/arm64: vgic-its: Fix return value for device table restore
517
518 * Device hotplugging with MPT SAS cannot work for VMWare ESXi (LP: #1730852)
519 - scsi: mptsas: Fixup device hotplug for VMWare ESXi
520
521 * Artful update to 4.13.13 stable release (LP: #1732726)
522 - netfilter: nat: Revert "netfilter: nat: convert nat bysrc hash to
523 rhashtable"
524 - netfilter: nft_set_hash: disable fast_ops for 2-len keys
525 - workqueue: Fix NULL pointer dereference
526 - crypto: ccm - preserve the IV buffer
527 - crypto: x86/sha1-mb - fix panic due to unaligned access
528 - crypto: x86/sha256-mb - fix panic due to unaligned access
529 - KEYS: fix NULL pointer dereference during ASN.1 parsing [ver #2]
530 - ACPI / PM: Blacklist Low Power S0 Idle _DSM for Dell XPS13 9360
531 - ARM: 8720/1: ensure dump_instr() checks addr_limit
532 - ALSA: timer: Limit max instances per timer
533 - ALSA: usb-audio: support new Amanero Combo384 firmware version
534 - ALSA: hda - fix headset mic problem for Dell machines with alc274
535 - ALSA: seq: Fix OSS sysex delivery in OSS emulation
536 - ALSA: seq: Avoid invalid lockdep class warning
537 - MIPS: Fix CM region target definitions
538 - MIPS: BMIPS: Fix missing cbr address
539 - MIPS: AR7: Defer registration of GPIO
540 - MIPS: AR7: Ensure that serial ports are properly set up
541 - KVM: PPC: Book3S HV: Fix exclusion between HPT resizing and other HPT
542 updates
543 - Input: elan_i2c - add ELAN060C to the ACPI table
544 - rbd: use GFP_NOIO for parent stat and data requests
545 - drm/vmwgfx: Fix Ubuntu 17.10 Wayland black screen issue
546 - Revert "x86: CPU: Fix up "cpu MHz" in /proc/cpuinfo"
547 - can: sun4i: handle overrun in RX FIFO
548 - can: peak: Add support for new PCIe/M2 CAN FD interfaces
549 - can: ifi: Fix transmitter delay calculation
550 - can: c_can: don't indicate triple sampling support for D_CAN
551 - x86/debug: Handle warnings before the notifier chain, to fix KGDB crash
552 - x86/smpboot: Make optimization of delay calibration work correctly
553 - x86/oprofile/ppro: Do not use __this_cpu*() in preemptible context
554 - Linux 4.13.13
555
556 * ELANTECH Touchpad is not detected in 'Lenovo Ideapad 320 14AST' after fresh
557 install (LP: #1727544)
558 - Input: elan_i2c - add ELAN060C to the ACPI table
559
560 * Power8 Nest PMU Instrumentation support (LP: #1481347)
561 - powerpc/powernv: Add IMC OPAL APIs
562 - powerpc/powernv: Detect and create IMC device
563 - powerpc/perf: Add nest IMC PMU support
564 - powerpc/perf: Add core IMC PMU support
565 - powerpc/perf: Add thread IMC PMU support
566 - powerpc/perf: Fix double unlock in imc_common_cpuhp_mem_free()
567 - powerpc/perf/imc: Fix nest events on muti socket system
568 - powerpc/powernv: Fix build error in opal-imc.c when NUMA=n
569 - powerpc/perf: Fix usage of nest_imc_refc
570 - powerpc/perf: Fix for core/nest imc call trace on cpuhotplug
571 - powerpc/perf: Add ___GFP_NOWARN flag to alloc_pages_node()
572 - powerpc/perf: Fix IMC initialization crash
573
574 * Artful update to 4.13.12 stable release (LP: #1731971)
575 - ALSA: timer: Add missing mutex lock for compat ioctls
576 - ALSA: seq: Fix nested rwsem annotation for lockdep splat
577 - cifs: check MaxPathNameComponentLength != 0 before using it
578 - KEYS: return full count in keyring_read() if buffer is too small
579 - KEYS: trusted: fix writing past end of buffer in trusted_read()
580 - KEYS: fix out-of-bounds read during ASN.1 parsing
581 - ASoC: adau17x1: Workaround for noise bug in ADC
582 - virtio_blk: Fix an SG_IO regression
583 - arm64: ensure __dump_instr() checks addr_limit
584 - KVM: arm64: its: Fix missing dynamic allocation check in scan_its_table
585 - arm/arm64: KVM: set right LR register value for 32 bit guest when inject
586 abort
587 - arm/arm64: kvm: Disable branch profiling in HYP code
588 - ARM: dts: mvebu: pl310-cache disable double-linefill
589 - ARM: 8715/1: add a private asm/unaligned.h
590 - drm/amdgpu: return -ENOENT from uvd 6.0 early init for harvesting
591 - drm/amdgpu: allow harvesting check for Polaris VCE
592 - userfaultfd: hugetlbfs: prevent UFFDIO_COPY to fill beyond the end of i_size
593 - ocfs2: fstrim: Fix start offset of first cluster group during fstrim
594 - fs/hugetlbfs/inode.c: fix hwpoison reserve accounting
595 - mm, swap: fix race between swap count continuation operations
596 - drm/i915: Do not rely on wm preservation for ILK watermarks
597 - drm/i915/edp: read edp display control registers unconditionally
598 - Revert "powerpc64/elfv1: Only dereference function descriptor for non-text
599 symbols"
600 - MIPS: bpf: Fix a typo in build_one_insn()
601 - MIPS: smp-cmp: Use right include for task_struct
602 - MIPS: microMIPS: Fix incorrect mask in insn_table_MM
603 - MIPS: SMP: Fix deadlock & online race
604 - Revert "x86: do not use cpufreq_quick_get() for /proc/cpuinfo "cpu MHz""
605 - x86: CPU: Fix up "cpu MHz" in /proc/cpuinfo
606 - powerpc/kprobes: Dereference function pointers only if the address does not
607 belong to kernel text
608 - futex: Fix more put_pi_state() vs. exit_pi_state_list() races
609 - perf/cgroup: Fix perf cgroup hierarchy support
610 - x86/mcelog: Get rid of RCU remnants
611 - irqchip/irq-mvebu-gicp: Add missing spin_lock init
612 - Linux 4.13.12
613
614 * Artful update to 4.13.11 stable release (LP: #1731961)
615 - workqueue: replace pool->manager_arb mutex with a flag
616 - nvme-fc: fix iowait hang
617 - ALSA: hda/realtek - Add support for ALC236/ALC3204
618 - ALSA: hda - fix headset mic problem for Dell machines with alc236
619 - ceph: unlock dangling spinlock in try_flush_caps()
620 - Fix tracing sample code warning.
621 - KVM: PPC: Fix oops when checking KVM_CAP_PPC_HTM
622 - KVM: PPC: Book3S HV: POWER9 more doorbell fixes
623 - KVM: PPC: Book3S: Protect kvmppc_gpa_to_ua() with SRCU
624 - s390/kvm: fix detection of guest machine checks
625 - nbd: handle interrupted sendmsg with a sndtimeo set
626 - spi: uapi: spidev: add missing ioctl header
627 - spi: a3700: Return correct value on timeout detection
628 - spi: bcm-qspi: Fix use after free in bcm_qspi_probe() in error path
629 - spi: armada-3700: Fix failing commands with quad-SPI
630 - ovl: add NULL check in ovl_alloc_inode
631 - ovl: fix EIO from lookup of non-indexed upper
632 - ovl: handle ENOENT on index lookup
633 - ovl: do not cleanup unsupported index entries
634 - fuse: fix READDIRPLUS skipping an entry
635 - xen/gntdev: avoid out of bounds access in case of partial gntdev_mmap()
636 - xen: fix booting ballooned down hvm guest
637 - cifs: Select all required crypto modules
638 - CIFS: Fix NULL pointer deref on SMB2_tcon() failure
639 - Input: elan_i2c - add ELAN0611 to the ACPI table
640 - Input: gtco - fix potential out-of-bound access
641 - Fix encryption labels and lengths for SMB3.1.1
642 - SMB3: Validate negotiate request must always be signed
643 - assoc_array: Fix a buggy node-splitting case
644 - scsi: zfcp: fix erp_action use-before-initialize in REC action trace
645 - scsi: aacraid: Fix controller initialization failure
646 - scsi: qla2xxx: Initialize Work element before requesting IRQs
647 - scsi: sg: Re-fix off by one in sg_fill_request_table()
648 - x86/cpu/AMD: Apply the Erratum 688 fix when the BIOS doesn't
649 - drm/amd/powerplay: fix uninitialized variable
650 - drm/i915/perf: fix perf enable/disable ioctls with 32bits userspace
651 - can: sun4i: fix loopback mode
652 - can: kvaser_usb: Correct return value in printout
653 - can: kvaser_usb: Ignore CMD_FLUSH_QUEUE_REPLY messages
654 - cfg80211: fix connect/disconnect edge cases
655 - ipsec: Fix aborted xfrm policy dump crash
656 - regulator: fan53555: fix I2C device ids
657 - powerpc/xive: Fix the size of the cpumask used in xive_find_target_in_mask()
658 - Linux 4.13.11
659
660 * Touchpad not detected - Lenovo ideapad 320-15IKB (LP: #1723736)
661 - Input: elan_i2c - add ELAN0611 to the ACPI table
662
663 * Artful update to 4.13.10 stable release (LP: #1731951)
664 - staging: bcm2835-audio: Fix memory corruption
665 - USB: devio: Revert "USB: devio: Don't corrupt user memory"
666 - USB: core: fix out-of-bounds access bug in usb_get_bos_descriptor()
667 - USB: serial: metro-usb: add MS7820 device id
668 - usb: cdc_acm: Add quirk for Elatec TWN3
669 - usb: quirks: add quirk for WORLDE MINI MIDI keyboard
670 - usb: hub: Allow reset retry for USB2 devices on connect bounce
671 - ALSA: usb-audio: Add native DSD support for Pro-Ject Pre Box S2 Digital
672 - can: gs_usb: fix busy loop if no more TX context is available
673 - scsi: qla2xxx: Fix uninitialized work element
674 - nbd: don't set the device size until we're connected
675 - s390/cputime: fix guest/irq/softirq times after CPU hotplug
676 - parisc: Fix double-word compare and exchange in LWS code on 32-bit kernels
677 - parisc: Fix detection of nonsynchronous cr16 cycle counters
678 - iio: dummy: events: Add missing break
679 - usb: musb: sunxi: Explicitly release USB PHY on exit
680 - USB: musb: fix session-bit runtime-PM quirk
681 - USB: musb: fix late external abort on suspend
682 - usb: musb: musb_cppi41: Fix the address of teardown and autoreq registers
683 - usb: musb: musb_cppi41: Fix cppi41_set_dma_mode() for DA8xx
684 - usb: musb: musb_cppi41: Configure the number of channels for DA8xx
685 - usb: musb: Check for host-mode using is_host_active() on reset interrupt
686 - xhci: Identify USB 3.1 capable hosts by their port protocol capability
687 - xhci: Cleanup current_cmd in xhci_cleanup_command_queue()
688 - usb: xhci: Reset halted endpoint if trb is noop
689 - usb: xhci: Handle error condition in xhci_stop_device()
690 - can: esd_usb2: Fix can_dlc value for received RTR, frames
691 - can: af_can: can_pernet_init(): add missing error handling for kzalloc
692 returning NULL
693 - can: flexcan: fix state transition regression
694 - can: flexcan: rename legacy error state quirk
695 - can: flexcan: implement error passive state quirk
696 - can: flexcan: fix i.MX6 state transition issue
697 - can: flexcan: fix i.MX28 state transition issue
698 - can: flexcan: fix p1010 state transition issue
699 - KEYS: encrypted: fix dereference of NULL user_key_payload
700 - mmc: sdhci-pci: Fix default d3_retune for Intel host controllers
701 - drm/i915: Use bdw_ddi_translations_fdi for Broadwell
702 - drm/nouveau/kms/nv50: fix oops during DP IRQ handling on non-MST boards
703 - drm/nouveau/bsp/g92: disable by default
704 - drm/nouveau/mmu: flush tlbs before deleting page tables
705 - media: s5p-cec: add NACK detection support
706 - media: cec: Respond to unregistered initiators, when applicable
707 - media: dvb: i2c transfers over usb cannot be done from stack
708 - tracing/samples: Fix creation and deletion of simple_thread_fn creation
709 - ALSA: seq: Enable 'use' locking in all configurations
710 - ALSA: hda: Remove superfluous '-' added by printk conversion
711 - ALSA: hda: Abort capability probe at invalid register read
712 - i2c: ismt: Separate I2C block read from SMBus block read
713 - i2c: piix4: Fix SMBus port selection for AMD Family 17h chips
714 - Revert "tools/power turbostat: stop migrating, unless '-m'"
715 - Input: stmfts - fix setting ABS_MT_POSITION_* maximum size
716 - brcmfmac: Add check for short event packets
717 - brcmsmac: make some local variables 'static const' to reduce stack size
718 - ARM: dts: sun6i: Fix endpoint IDs in second display pipeline
719 - bus: mbus: fix window size calculation for 4GB windows
720 - clockevents/drivers/cs5535: Improve resilience to spurious interrupts
721 - rtlwifi: rtl8821ae: Fix connection lost problem
722 - x86/microcode/intel: Disable late loading on model 79
723 - lib/digsig: fix dereference of NULL user_key_payload
724 - fscrypt: fix dereference of NULL user_key_payload
725 - ecryptfs: fix dereference of NULL user_key_payload
726 - KEYS: Fix race between updating and finding a negative key
727 - FS-Cache: fix dereference of NULL user_key_payload
728 - KEYS: don't let add_key() update an uninstantiated key
729 - pkcs7: Prevent NULL pointer dereference, since sinfo is not always set.
730 - arm64: dts: rockchip: correct vqmmc voltage for rk3399 platforms
731 - ALSA: hda - Fix incorrect TLV callback check introduced during set_fs()
732 removal
733 - iomap_dio_rw: Allocate AIO completion queue before submitting dio
734 - xfs: don't unconditionally clear the reflink flag on zero-block files
735 - xfs: evict CoW fork extents when performing finsert/fcollapse
736 - fs/xfs: Use %pS printk format for direct addresses
737 - xfs: report zeroed or not correctly in xfs_zero_range()
738 - xfs: update i_size after unwritten conversion in dio completion
739 - xfs: perag initialization should only touch m_ag_max_usable for AG 0
740 - xfs: Capture state of the right inode in xfs_iflush_done
741 - xfs: always swap the cow forks when swapping extents
742 - xfs: handle racy AIO in xfs_reflink_end_cow
743 - xfs: Don't log uninitialised fields in inode structures
744 - xfs: move more RT specific code under CONFIG_XFS_RT
745 - xfs: don't change inode mode if ACL update fails
746 - xfs: reinit btree pointer on attr tree inactivation walk
747 - xfs: handle error if xfs_btree_get_bufs fails
748 - xfs: cancel dirty pages on invalidation
749 - xfs: trim writepage mapping to within eof
750 - xfs: move two more RT specific functions into CONFIG_XFS_RT
751 - Linux 4.13.10
752
753 * Artful update to 4.13.9 stable release (LP: #1731926)
754 - perf pmu: Unbreak perf record for arm/arm64 with events with explicit PMU
755 - mm: page_vma_mapped: ensure pmd is loaded with READ_ONCE outside of lock
756 - HID: hid-elecom: extend to fix descriptor for HUGE trackball
757 - Drivers: hv: vmbus: Fix rescind handling issues
758 - Drivers: hv: vmbus: Fix bugs in rescind handling
759 - vmbus: simplify hv_ringbuffer_read
760 - vmbus: refactor hv_signal_on_read
761 - vmbus: eliminate duplicate cached index
762 - vmbus: more host signalling avoidance
763 - Linux 4.13.9
764
765 -- Stefan Bader <stefan.bader@canonical.com> Tue, 21 Nov 2017 17:52:51 +0100
766
767 linux (4.13.0-17.20) artful; urgency=low
768
769 * linux: 4.13.0-17.20 -proposed tracker (LP: #1728927)
770
771 [ Seth Forshee ]
772 * thunderx2 ahci errata workaround needs additional delays (LP: #1724117)
773 - SAUCE: ahci: thunderx2: stop engine fix update
774
775 * usb 3-1: 2:1: cannot get freq at ep 0x1 (LP: #1708499)
776 - ALSA: usb-audio: Add sample rate quirk for Plantronics C310/C520-M
777
778 * Plantronics Blackwire C520-M - Cannot get freq at ep 0x1, 0x81
779 (LP: #1709282)
780 - ALSA: usb-audio: Add sample rate quirk for Plantronics C310/C520-M
781
782 * TSC_DEADLINE incorrectly disabled inside virtual guests (LP: #1724912)
783 - x86/apic: Silence "FW_BUG TSC_DEADLINE disabled due to Errata" on CPUs
784 without the feature
785 - x86/apic: Silence "FW_BUG TSC_DEADLINE disabled due to Errata" on
786 hypervisors
787
788 * x86/apic: Update TSC_DEADLINE quirk with additional SKX stepping
789 (LP: #1724612)
790 - x86/apic: Update TSC_DEADLINE quirk with additional SKX stepping
791
792 * [Artful] Add support for Dell/Wyse 3040 audio codec (LP: #1723916)
793 - SAUCE: ASoC: rt5670: Add support for Wyse 3040
794
795 * [Artful] Some Dell Monitors Doesn't Work Well with Dell/Wyse 3040
796 (LP: #1723915)
797 - SAUCE: drm/i915: Workaround for DP DPMS D3 on Dell monitor
798
799 * [Artful] Support headset mode for DELL WYSE (LP: #1723913)
800 - SAUCE: ALSA: hda/realtek - Add support headset mode for DELL WYSE
801
802 * Touchpad and TrackPoint Dose Not Work on Lenovo X1C6 and X280 (LP: #1723986)
803 - SAUCE: Input: synaptics-rmi4 - RMI4 can also use SMBUS version 3
804 - SAUCE: Input: synaptics - Lenovo X1 Carbon 5 should use SMBUS/RMI
805 - SAUCE: Input: synaptics - add Intertouch support on X1 Carbon 6th and X280
806
807 * Artful update to v4.13.8 stable release (LP: #1724669)
808 - USB: dummy-hcd: Fix deadlock caused by disconnect detection
809 - MIPS: math-emu: Remove pr_err() calls from fpu_emu()
810 - MIPS: bpf: Fix uninitialised target compiler error
811 - mei: always use domain runtime pm callbacks.
812 - dmaengine: edma: Align the memcpy acnt array size with the transfer
813 - dmaengine: ti-dma-crossbar: Fix possible race condition with dma_inuse
814 - NFS: Fix uninitialized rpc_wait_queue
815 - nfs/filelayout: fix oops when freeing filelayout segment
816 - HID: usbhid: fix out-of-bounds bug
817 - crypto: skcipher - Fix crash on zero-length input
818 - crypto: shash - Fix zero-length shash ahash digest crash
819 - KVM: MMU: always terminate page walks at level 1
820 - KVM: nVMX: fix guest CR4 loading when emulating L2 to L1 exit
821 - usb: renesas_usbhs: Fix DMAC sequence for receiving zero-length packet
822 - pinctrl/amd: Fix build dependency on pinmux code
823 - iommu/amd: Finish TLB flush in amd_iommu_unmap()
824 - device property: Track owner device of device property
825 - Revert "vmalloc: back off when the current task is killed"
826 - fs/mpage.c: fix mpage_writepage() for pages with buffers
827 - ALSA: usb-audio: Kill stray URB at exiting
828 - ALSA: seq: Fix use-after-free at creating a port
829 - ALSA: seq: Fix copy_from_user() call inside lock
830 - ALSA: caiaq: Fix stray URB at probe error path
831 - ALSA: line6: Fix NULL dereference at podhd_disconnect()
832 - ALSA: line6: Fix missing initialization before error path
833 - ALSA: line6: Fix leftover URB at error-path during probe
834 - drm/atomic: Unref duplicated drm_atomic_state in drm_atomic_helper_resume()
835 - drm/i915/edp: Get the Panel Power Off timestamp after panel is off
836 - drm/i915: Read timings from the correct transcoder in intel_crtc_mode_get()
837 - drm/i915/bios: parse DDI ports also for CHV for HDMI DDC pin and DP AUX
838 channel
839 - drm/i915: Use crtc_state_is_legacy_gamma in intel_color_check
840 - usb: gadget: configfs: Fix memory leak of interface directory data
841 - usb: gadget: composite: Fix use-after-free in
842 usb_composite_overwrite_options
843 - PCI: aardvark: Move to struct pci_host_bridge IRQ mapping functions
844 - Revert "PCI: tegra: Do not allocate MSI target memory"
845 - direct-io: Prevent NULL pointer access in submit_page_section
846 - fix unbalanced page refcounting in bio_map_user_iov
847 - more bio_map_user_iov() leak fixes
848 - bio_copy_user_iov(): don't ignore ->iov_offset
849 - perf script: Add missing separator for "-F ip,brstack" (and brstackoff)
850 - genirq/cpuhotplug: Enforce affinity setting on startup of managed irqs
851 - genirq/cpuhotplug: Add sanity check for effective affinity mask
852 - USB: serial: ftdi_sio: add id for Cypress WICED dev board
853 - USB: serial: cp210x: fix partnum regression
854 - USB: serial: cp210x: add support for ELV TFD500
855 - USB: serial: option: add support for TP-Link LTE module
856 - USB: serial: qcserial: add Dell DW5818, DW5819
857 - USB: serial: console: fix use-after-free on disconnect
858 - USB: serial: console: fix use-after-free after failed setup
859 - RAS/CEC: Use the right length for "cec_disable"
860 - x86/microcode: Do the family check first
861 - x86/alternatives: Fix alt_max_short macro to really be a max()
862 - KVM: nVMX: update last_nonleaf_level when initializing nested EPT
863 - Linux 4.13.8
864
865 * Artful update to v4.13.7 stable release (LP: #1724668)
866 - watchdog: Revert "iTCO_wdt: all versions count down twice"
867 - Linux 4.13.7
868
869 * libvirt - vnc port selection regression with newer kernels (LP: #1722702)
870 - net: set tb->fast_sk_family
871 - net: use inet6_rcv_saddr to compare sockets
872 - inet: fix improper empty comparison
873
874 * powerpc/64s: Add workaround for P9 vector CI load issue (LP: #1721070)
875 - powerpc/mce: Move 64-bit machine check code into mce.c
876 - powerpc/64s: Add workaround for P9 vector CI load issue
877
878 * Artful update to v4.13.6 stable release (LP: #1723145)
879 - imx-media-of: avoid uninitialized variable warning
880 - usb: dwc3: ep0: fix DMA starvation by assigning req->trb on ep0
881 - mlxsw: spectrum: Fix EEPROM access in case of SFP/SFP+
882 - net: bonding: Fix transmit load balancing in balance-alb mode if specified
883 by sysfs
884 - openvswitch: Fix an error handling path in 'ovs_nla_init_match_and_action()'
885 - mlxsw: spectrum: Prevent mirred-related crash on removal
886 - net: bonding: fix tlb_dynamic_lb default value
887 - net_sched: gen_estimator: fix scaling error in bytes/packets samples
888 - net: sched: fix use-after-free in tcf_action_destroy and tcf_del_walker
889 - sctp: potential read out of bounds in sctp_ulpevent_type_enabled()
890 - tcp: update skb->skb_mstamp more carefully
891 - bpf/verifier: reject BPF_ALU64|BPF_END
892 - tcp: fix data delivery rate
893 - udpv6: Fix the checksum computation when HW checksum does not apply
894 - ip6_gre: skb_push ipv6hdr before packing the header in ip6gre_header
895 - net: phy: Fix mask value write on gmii2rgmii converter speed register
896 - ip6_tunnel: do not allow loading ip6_tunnel if ipv6 is disabled in cmdline
897 - net/sched: cls_matchall: fix crash when used with classful qdisc
898 - 8139too: revisit napi_complete_done() usage
899 - bpf: do not disable/enable BH in bpf_map_free_id()
900 - tcp: fastopen: fix on syn-data transmit failure
901 - net: emac: Fix napi poll list corruption
902 - net: ipv6: fix regression of no RTM_DELADDR sent after DAD failure
903 - packet: hold bind lock when rebinding to fanout hook
904 - bpf: one perf event close won't free bpf program attached by another perf
905 event
906 - net: change skb->mac_header when Generic XDP calls adjust_head
907 - isdn/i4l: fetch the ppp_write buffer in one shot
908 - net_sched: always reset qdisc backlog in qdisc_reset()
909 - net: stmmac: Cocci spatch "of_table"
910 - net: qcom/emac: specify the correct size when mapping a DMA buffer
911 - vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmit
912 - l2tp: fix race condition in l2tp_tunnel_delete
913 - tun: bail out from tun_get_user() if the skb is empty
914 - net: dsa: mv88e6xxx: Allow dsa and cpu ports in multiple vlans
915 - net: dsa: Fix network device registration order
916 - packet: in packet_do_bind, test fanout with bind_lock held
917 - packet: only test po->has_vnet_hdr once in packet_snd
918 - net: dsa: mv88e6xxx: lock mutex when freeing IRQs
919 - net: Set sk_prot_creator when cloning sockets to the right proto
920 - net/mlx5e: IPoIB, Fix access to invalid memory address
921 - netlink: do not proceed if dump's start() errs
922 - ip6_gre: ip6gre_tap device should keep dst
923 - ip6_tunnel: update mtu properly for ARPHRD_ETHER tunnel device in tx path
924 - IPv4: early demux can return an error code
925 - tipc: use only positive error codes in messages
926 - l2tp: fix l2tp_eth module loading
927 - socket, bpf: fix possible use after free
928 - net: rtnetlink: fix info leak in RTM_GETSTATS call
929 - bpf: fix bpf_tail_call() x64 JIT
930 - usb: gadget: core: fix ->udc_set_speed() logic
931 - USB: gadgetfs: Fix crash caused by inadequate synchronization
932 - USB: gadgetfs: fix copy_to_user while holding spinlock
933 - usb: gadget: udc: atmel: set vbus irqflags explicitly
934 - usb: gadget: udc: renesas_usb3: fix for no-data control transfer
935 - usb: gadget: udc: renesas_usb3: fix Pn_RAMMAP.Pn_MPKT value
936 - usb: gadget: udc: renesas_usb3: Fix return value of usb3_write_pipe()
937 - usb-storage: unusual_devs entry to fix write-access regression for Seagate
938 external drives
939 - usb-storage: fix bogus hardware error messages for ATA pass-thru devices
940 - usb: renesas_usbhs: fix the BCLR setting condition for non-DCP pipe
941 - usb: renesas_usbhs: fix usbhsf_fifo_clear() for RX direction
942 - ALSA: usb-audio: Check out-of-bounds access by corrupted buffer descriptor
943 - usb: pci-quirks.c: Corrected timeout values used in handshake
944 - USB: cdc-wdm: ignore -EPIPE from GetEncapsulatedResponse
945 - USB: dummy-hcd: fix connection failures (wrong speed)
946 - USB: dummy-hcd: fix infinite-loop resubmission bug
947 - USB: dummy-hcd: Fix erroneous synchronization change
948 - USB: devio: Prevent integer overflow in proc_do_submiturb()
949 - USB: devio: Don't corrupt user memory
950 - USB: g_mass_storage: Fix deadlock when driver is unbound
951 - USB: uas: fix bug in handling of alternate settings
952 - USB: core: harden cdc_parse_cdc_header
953 - usb: Increase quirk delay for USB devices
954 - USB: fix out-of-bounds in usb_set_configuration
955 - usb: xhci: Free the right ring in xhci_add_endpoint()
956 - xhci: fix finding correct bus_state structure for USB 3.1 hosts
957 - xhci: fix wrong endpoint ESIT value shown in tracing
958 - usb: host: xhci-plat: allow sysdev to inherit from ACPI
959 - xhci: Fix sleeping with spin_lock_irq() held in ASmedia 1042A workaround
960 - Revert "xhci: Limit USB2 port wake support for AMD Promontory hosts"
961 - iio: adc: twl4030: Fix an error handling path in 'twl4030_madc_probe()'
962 - iio: adc: twl4030: Disable the vusb3v1 rugulator in the error handling path
963 of 'twl4030_madc_probe()'
964 - iio: ad_sigma_delta: Implement a dedicated reset function
965 - staging: iio: ad7192: Fix - use the dedicated reset function avoiding dma
966 from stack.
967 - iio: core: Return error for failed read_reg
968 - IIO: BME280: Updates to Humidity readings need ctrl_reg write!
969 - iio: trigger: stm32-timer: preset shouldn't be buffered
970 - iio: trigger: stm32-timer: fix a corner case to write preset
971 - iio: ad7793: Fix the serial interface reset
972 - iio: adc: stm32: fix bad error check on max_channels
973 - iio: adc: mcp320x: Fix readout of negative voltages
974 - iio: adc: mcp320x: Fix oops on module unload
975 - uwb: properly check kthread_run return value
976 - uwb: ensure that endpoint is interrupt
977 - staging: vchiq_2835_arm: Fix NULL ptr dereference in free_pagelist
978 - ksm: fix unlocked iteration over vmas in cmp_and_merge_page()
979 - mm, hugetlb, soft_offline: save compound page order before page migration
980 - mm, oom_reaper: skip mm structs with mmu notifiers
981 - mm: fix RODATA_TEST failure "rodata_test: test data was not read only"
982 - mm: avoid marking swap cached page as lazyfree
983 - mm: fix data corruption caused by lazyfree page
984 - userfaultfd: non-cooperative: fix fork use after free
985 - lib/ratelimit.c: use deferred printk() version
986 - lsm: fix smack_inode_removexattr and xattr_getsecurity memleak
987 - ALSA: compress: Remove unused variable
988 - Revert "ALSA: echoaudio: purge contradictions between dimension matrix
989 members and total number of members"
990 - ALSA: usx2y: Suppress kernel warning at page allocation failures
991 - powerpc/powernv: Increase memory block size to 1GB on radix
992 - powerpc: Fix action argument for cpufeatures-based TLB flush
993 - powerpc/64s: Use emergency stack for kernel TM Bad Thing program checks
994 - powerpc/tm: Fix illegal TM state in signal handler
995 - percpu: make this_cpu_generic_read() atomic w.r.t. interrupts
996 - intel_th: pci: Add Lewisburg PCH support
997 - driver core: platform: Don't read past the end of "driver_override" buffer
998 - cgroup: Reinit cgroup_taskset structure before cgroup_migrate_execute()
999 returns
1000 - Drivers: hv: fcopy: restore correct transfer length
1001 - vmbus: don't acquire the mutex in vmbus_hvsock_device_unregister()
1002 - stm class: Fix a use-after-free
1003 - auxdisplay: charlcd: properly restore atomic counter on error path
1004 - ftrace: Fix kmemleak in unregister_ftrace_graph
1005 - ovl: fix error value printed in ovl_lookup_index()
1006 - ovl: fix dput() of ERR_PTR in ovl_cleanup_index()
1007 - ovl: fix dentry leak in ovl_indexdir_cleanup()
1008 - ovl: fix missing unlock_rename() in ovl_do_copy_up()
1009 - ovl: fix regression caused by exclusive upper/work dir protection
1010 - arm64: dt marvell: Fix AP806 system controller size
1011 - arm64: Ensure the instruction emulation is ready for userspace
1012 - HID: rmi: Make sure the HID device is opened on resume
1013 - HID: i2c-hid: allocate hid buffers for real worst case
1014 - HID: wacom: leds: Don't try to control the EKR's read-only LEDs
1015 - HID: wacom: Properly report negative values from Intuos Pro 2 Bluetooth
1016 - HID: wacom: Correct coordinate system of touchring and pen twist
1017 - HID: wacom: generic: Send MSC_SERIAL and ABS_MISC when leaving prox
1018 - HID: wacom: generic: Clear ABS_MISC when tool leaves proximity
1019 - HID: wacom: Always increment hdev refcount within wacom_get_hdev_data
1020 - HID: wacom: bits shifted too much for 9th and 10th buttons
1021 - btrfs: avoid overflow when sector_t is 32 bit
1022 - Btrfs: fix overlap of fs_info::flags values
1023 - rocker: fix rocker_tlv_put_* functions for KASAN
1024 - netlink: fix nla_put_{u8,u16,u32} for KASAN
1025 - dm crypt: reject sector_size feature if device length is not aligned to it
1026 - dm ioctl: fix alignment of event number in the device list
1027 - dm crypt: fix memory leak in crypt_ctr_cipher_old()
1028 - KVM: PPC: Book3S: Fix server always zero from kvmppc_xive_get_xive()
1029 - kvm/x86: Avoid async PF preempting the kernel incorrectly
1030 - iwlwifi: mvm: use IWL_HCMD_NOCOPY for MCAST_FILTER_CMD
1031 - scsi: sd: Implement blacklist option for WRITE SAME w/ UNMAP
1032 - scsi: sd: Do not override max_sectors_kb sysfs setting
1033 - brcmfmac: add length check in brcmf_cfg80211_escan_handler()
1034 - brcmfmac: setup passive scan if requested by user-space
1035 - drm/i915: always update ELD connector type after get modes
1036 - drm/i915/bios: ignore HDMI on port A
1037 - bsg-lib: fix use-after-free under memory-pressure
1038 - nvme-pci: Use PCI bus address for data/queues in CMB
1039 - mmc: core: add driver strength selection when selecting hs400es
1040 - nl80211: Define policy for packet pattern attributes
1041 - clk: samsung: exynos4: Enable VPLL and EPLL clocks for suspend/resume cycle
1042 - udp: perform source validation for mcast early demux
1043 - udp: fix bcast packet reception
1044 - base: arch_topology: fix section mismatch build warnings
1045 - Linux 4.13.6
1046
1047 * Artful update to v4.13.5 stable release (LP: #1721777)
1048 - cifs: check rsp for NULL before dereferencing in SMB2_open
1049 - cifs: release cifs root_cred after exit_cifs
1050 - cifs: release auth_key.response for reconnect.
1051 - nvme-pci: fix host memory buffer allocation fallback
1052 - nvme-pci: use appropriate initial chunk size for HMB allocation
1053 - nvme-pci: propagate (some) errors from host memory buffer setup
1054 - dax: remove the pmem_dax_ops->flush abstraction
1055 - dm integrity: do not check integrity for failed read operations
1056 - mmc: block: Fix incorrectly initialized requests
1057 - fs/proc: Report eip/esp in /prod/PID/stat for coredumping
1058 - scsi: scsi_transport_fc: fix NULL pointer dereference in fc_bsg_job_timeout
1059 - SMB3: Add support for multidialect negotiate (SMB2.1 and later)
1060 - mac80211: fix VLAN handling with TXQs
1061 - mac80211_hwsim: Use proper TX power
1062 - mac80211: flush hw_roc_start work before cancelling the ROC
1063 - mac80211: fix deadlock in driver-managed RX BA session start
1064 - genirq: Make sparse_irq_lock protect what it should protect
1065 - genirq/msi: Fix populating multiple interrupts
1066 - genirq: Fix cpumask check in __irq_startup_managed()
1067 - KVM: PPC: Book3S HV: Hold kvm->lock around call to kvmppc_update_lpcr
1068 - KVM: PPC: Book3S HV: Fix bug causing host SLB to be restored incorrectly
1069 - KVM: PPC: Book3S HV: Don't access XIVE PIPR register using byte accesses
1070 - tracing: Fix trace_pipe behavior for instance traces
1071 - tracing: Erase irqsoff trace with empty write
1072 - tracing: Remove RCU work arounds from stack tracer
1073 - md/raid5: fix a race condition in stripe batch
1074 - md/raid5: preserve STRIPE_ON_UNPLUG_LIST in break_stripe_batch_list
1075 - scsi: scsi_transport_iscsi: fix the issue that iscsi_if_rx doesn't parse
1076 nlmsg properly
1077 - scsi: aacraid: Fix 2T+ drives on SmartIOC-2000
1078 - scsi: aacraid: Add a small delay after IOP reset
1079 - drm/exynos: Fix locking in the suspend/resume paths
1080 - drm/i915/gvt: Fix incorrect PCI BARs reporting
1081 - Revert "drm/i915/bxt: Disable device ready before shutdown command"
1082 - drm/amdgpu: revert tile table update for oland
1083 - drm/radeon: disable hard reset in hibernate for APUs
1084 - crypto: drbg - fix freeing of resources
1085 - crypto: talitos - Don't provide setkey for non hmac hashing algs.
1086 - crypto: talitos - fix sha224
1087 - crypto: talitos - fix hashing
1088 - security/keys: properly zero out sensitive key material in big_key
1089 - security/keys: rewrite all of big_key crypto
1090 - KEYS: fix writing past end of user-supplied buffer in keyring_read()
1091 - KEYS: prevent creating a different user's keyrings
1092 - KEYS: prevent KEYCTL_READ on negative key
1093 - libnvdimm, namespace: fix btt claim class crash
1094 - powerpc/eeh: Create PHB PEs after EEH is initialized
1095 - powerpc/pseries: Fix parent_dn reference leak in add_dt_node()
1096 - powerpc/tm: Flush TM only if CPU has TM feature
1097 - MIPS: Fix perf event init
1098 - s390/perf: fix bug when creating per-thread event
1099 - s390/mm: make pmdp_invalidate() do invalidation only
1100 - s390/mm: fix write access check in gup_huge_pmd()
1101 - PM: core: Fix device_pm_check_callbacks()
1102 - Revert "IB/ipoib: Update broadcast object if PKey value was changed in index
1103 0"
1104 - Fix SMB3.1.1 guest authentication to Samba
1105 - SMB3: Fix endian warning
1106 - SMB3: Warn user if trying to sign connection that authenticated as guest
1107 - SMB: Validate negotiate (to protect against downgrade) even if signing off
1108 - SMB3: handle new statx fields
1109 - SMB3: Don't ignore O_SYNC/O_DSYNC and O_DIRECT flags
1110 - vfs: Return -ENXIO for negative SEEK_HOLE / SEEK_DATA offsets
1111 - libceph: don't allow bidirectional swap of pg-upmap-items
1112 - nl80211: check for the required netlink attributes presence
1113 - brd: fix overflow in __brd_direct_access
1114 - gfs2: Fix debugfs glocks dump
1115 - bsg-lib: don't free job in bsg_prepare_job
1116 - iw_cxgb4: drop listen destroy replies if no ep found
1117 - iw_cxgb4: remove the stid on listen create failure
1118 - iw_cxgb4: put ep reference in pass_accept_req()
1119 - rcu: Allow for page faults in NMI handlers
1120 - mmc: sdhci-pci: Fix voltage switch for some Intel host controllers
1121 - extable: Consolidate *kernel_text_address() functions
1122 - extable: Enable RCU if it is not watching in kernel_text_address()
1123 - seccomp: fix the usage of get/put_seccomp_filter() in seccomp_get_filter()
1124 - arm64: Make sure SPsel is always set
1125 - arm64: fault: Route pte translation faults via do_translation_fault
1126 - KVM: VMX: extract __pi_post_block
1127 - KVM: VMX: avoid double list add with VT-d posted interrupts
1128 - KVM: VMX: simplify and fix vmx_vcpu_pi_load
1129 - KVM: nVMX: fix HOST_CR3/HOST_CR4 cache
1130 - kvm/x86: Handle async PF in RCU read-side critical sections
1131 - kvm: nVMX: Don't allow L2 to access the hardware CR8
1132 - xfs: validate bdev support for DAX inode flag
1133 - fix infoleak in waitid(2)
1134 - sched/sysctl: Check user input value of sysctl_sched_time_avg
1135 - irq/generic-chip: Don't replace domain's name
1136 - mtd: Fix partition alignment check on multi-erasesize devices
1137 - mtd: nand: atmel: fix buffer overflow in atmel_pmecc_user
1138 - etnaviv: fix submit error path
1139 - etnaviv: fix gem object list corruption
1140 - futex: Fix pi_state->owner serialization
1141 - md: fix a race condition for flush request handling
1142 - md: separate request handling
1143 - PCI: Fix race condition with driver_override
1144 - btrfs: fix NULL pointer dereference from free_reloc_roots()
1145 - btrfs: clear ordered flag on cleaning up ordered extents
1146 - btrfs: finish ordered extent cleaning if no progress is found
1147 - btrfs: propagate error to btrfs_cmp_data_prepare caller
1148 - btrfs: prevent to set invalid default subvolid
1149 - platform/x86: fujitsu-laptop: Don't oops when FUJ02E3 is not presnt
1150 - PM / OPP: Call notifier without holding opp_table->lock
1151 - x86/mm: Fix fault error path using unsafe vma pointer
1152 - x86/fpu: Don't let userspace set bogus xcomp_bv
1153 - KVM: VMX: do not change SN bit in vmx_update_pi_irte()
1154 - KVM: VMX: remove WARN_ON_ONCE in kvm_vcpu_trigger_posted_interrupt
1155 - KVM: VMX: use cmpxchg64
1156 - video: fbdev: aty: do not leak uninitialized padding in clk to userspace
1157 - Linux 4.13.5
1158 - [Config] Update configs for v4.13.5
1159
1160 -- Khalid Elmously <khalid.elmously@canonical.com> Wed, 01 Nov 2017 11:17:43 -0400
1161
1162 linux (4.13.0-16.19) artful; urgency=low
1163
1164 * 20170817 - ISO hangs on boot on qemu with splash screen enabled and qxl
1165 graphics driver (LP: #1711358)
1166 - qxl: fix framebuffer unpinning
1167
1168 * [Bug] USB controller failed to respond on Denverton after loading
1169 intel_th_pci module (LP: #1715833)
1170 - SAUCE: PCI: Disable broken RTIT_BAR of Intel TH
1171
1172 * CVE-2017-5123
1173 - waitid(): Add missing access_ok() checks
1174
1175 -- Seth Forshee <seth.forshee@canonical.com> Wed, 11 Oct 2017 12:33:10 -0500
1176
1177 linux (4.13.0-15.16) artful; urgency=low
1178
1179 * linux: 4.13.0-15.16 -proposed tracker (LP: #1721373)
1180
1181 * Boot regression on POWER9 (LP: #1721391)
1182 - Revert "crypto/nx: Add P9 NX support for 842 compression engine"
1183 - Revert "crypto/nx: Add P9 NX specific error codes for 842 engine"
1184 - Revert "crypto/nx: Use kzalloc for workmem allocation"
1185 - Revert "crypto/nx: Add nx842_add_coprocs_list function"
1186 - Revert "crypto/nx: Create nx842_delete_coprocs function"
1187 - Revert "crypto/nx: Create nx842_configure_crb function"
1188 - Revert "crypto/nx: Rename nx842_powernv_function as icswx function"
1189 - Revert "UBUNTU: [Config] CONFIG_PPC_VAS=y"
1190 - Revert "powerpc/powernv/vas: Define copy/paste interfaces"
1191 - Revert "powerpc/powernv/vas: Define vas_tx_win_open()"
1192 - Revert "powerpc/powernv/vas: Define vas_win_close() interface"
1193 - Revert "powerpc/powernv/vas: Define vas_rx_win_open() interface"
1194 - Revert "powerpc/powernv/vas: Define helpers to alloc/free windows"
1195 - Revert "powerpc/powernv/vas: Define helpers to init window context"
1196 - Revert "powerpc/powernv/vas: Define helpers to access MMIO regions"
1197 - Revert "powerpc/powernv/vas: Define vas_init() and vas_exit()"
1198 - Revert "powerpc/powernv: Move GET_FIELD/SET_FIELD to vas.h"
1199 - Revert "powerpc/powernv/vas: Define macros, register fields and structures"
1200 - Revert "powerpc/powernv: Enable PCI peer-to-peer"
1201 - Revert "powerpc/powernv: Add support to set power-shifting-ratio"
1202 - Revert "powerpc/powernv: Add support for powercap framework"
1203 - Revert "powerpc/perf: Add nest IMC PMU support"
1204 - Revert "powerpc/powernv: Detect and create IMC device"
1205 - Revert "powerpc/powernv: Add IMC OPAL APIs"
1206
1207 * smartpqi patches for Artful (LP: #1721381)
1208 - scsi: smartpqi: add pqi reset quiesce support
1209 - scsi: smartpqi: enhance BMIC cache flush
1210 - scsi: smartpqi: update pqi passthru ioctl
1211 - scsi: smartpqi: cleanup doorbell register usage.
1212 - scsi: smartpqi: update kexec and power down support
1213 - scsi: smartpqi: add in new controller ids
1214 - scsi: smartpqi: change driver version to 1.1.2-125
1215
1216 * CONFIG_DEBUG_FS is not enabled by "make zfcpdump_defconfig" with Ubuntu
1217 17.10 (kernel 4.13) (LP: #1719290)
1218 - SAUCE: s390: update zfcpdump_defconfig
1219
1220 * [Feature] PXE boot with Intel Omni-Path (LP: #1712031)
1221 - d-i: Add hfi1 to nic-modules
1222
1223 * [Feature]CNL:New device IDs for CNL (LP: #1685729)
1224 - pinctrl: intel: Add Intel Cannon Lake PCH-H pin controller support
1225
1226 -- Seth Forshee <seth.forshee@canonical.com> Wed, 04 Oct 2017 16:21:48 -0500
1227
1228 linux (4.13.0-14.15) artful; urgency=low
1229
1230 * linux: 4.13.0-14.15 -proposed tracker (LP: #1721122)
1231
1232 * [Artful] ltp rwtest - Unable to handle kernel paging request at virtual
1233 address (LP: #1721067)
1234 - arm64: mm: Use READ_ONCE when dereferencing pointer to pte table
1235
1236 * linux 4.13.0-13.14 ADT test failure with linux 4.13.0-13.14 (LP: #1720779)
1237 - SAUCE: LSM stacking: check for invalid zero sized writes
1238
1239 * Add installer support for Broadcom BCM573xx network drivers. (LP: #1720466)
1240 - d-i: Add bnxt_en to nic-modules.
1241
1242 * Miscellaneous Ubuntu changes
1243 - [Packaging] Include arch/arm64/kernel/ftrace-mod.o in headers package
1244
1245 -- Seth Forshee <seth.forshee@canonical.com> Tue, 03 Oct 2017 14:51:52 -0500
1246
1247 linux (4.13.0-13.14) artful; urgency=low
1248
1249 * linux: 4.13.0-13.14 -proposed tracker (LP: #1720239)
1250
1251 * [Bug] USB 3.1 Gen2 works as 5Gbps (LP: #1720045)
1252 - xhci: set missing SuperSpeedPlus Link Protocol bit in roothub descriptor
1253
1254 * [Feature]Memory Bandwidth Monitoring(MBM) port to new Cache Quality
1255 Monitoring (CQM) (LP: #1591609)
1256 - x86/perf/cqm: Wipe out perf based cqm
1257 - x86/intel_rdt/cqm: Documentation for resctrl based RDT Monitoring
1258 - x86/intel_rdt: Introduce a common compile option for RDT
1259 - x86/intel_rdt: Change file names to accommodate RDT monitor code
1260 - x86/intel_rdt: Mark rdt_root and closid_alloc as static
1261 - x86/intel_rdt: Cleanup namespace to support RDT monitoring
1262 - x86/intel_rdt: Make rdt_resources_all more readable
1263 - x86/intel_rdt/cqm: Add RDT monitoring initialization
1264 - x86/intel_rdt/cqm: Add RMID (Resource monitoring ID) management
1265 - x86/intel_rdt: Simplify info and base file lists
1266 - x86/intel_rdt/cqm: Add info files for RDT monitoring
1267 - x86/intel_rdt: Prepare for RDT monitoring mkdir support
1268 - x86/intel_rdt/cqm: Add mkdir support for RDT monitoring
1269 - x86/intel_rdt: Change closid type from int to u32
1270 - x86/intel_rdt/cqm: Add tasks file support
1271 - x86/intel_rdt: Prepare to add RDT monitor cpus file support
1272 - x86/intel_rdt/cqm: Add cpus file support
1273 - x86/intel_rdt: Prepare for RDT monitor data support
1274 - x86/intel_rdt/cqm: Add mon_data
1275 - x86/intel_rdt: Separate the ctrl bits from rmdir
1276 - x86/intel_rdt/cqm: Add rmdir support
1277 - x86/intel_rdt/cqm: Add mount,umount support
1278 - x86/intel_rdt: Introduce rdt_enable_key for scheduling
1279 - x86/intel_rdt/cqm: Add sched_in support
1280 - x86/intel_rdt/cqm: Add CPU hotplug support
1281 - x86/intel_rdt/mbm: Basic counting of MBM events (total and local)
1282 - x86/intel_rdt/mbm: Add mbm counter initialization
1283 - x86/intel_rdt/mbm: Handle counter overflow
1284 - x86/intel_rdt: Show bitmask of shareable resource with other executing units
1285 - x86/intel_rdt/cqm: Clear the default RMID during hotcpu
1286 - x86/intel_rdt: Modify the intel_pqr_state for better performance
1287 - x86/intel_rdt/mbm: Fix MBM overflow handler during CPU hotplug
1288 - x86/intel_rdt/cqm: Improve limbo list processing
1289 - x86/intel_rdt: Remove redundant ternary operator on return
1290 - [Config] CONFIG_INTEL_RDT=y
1291
1292 * [Feature] RDT: Disable most RDT features on Skylake server (LP: #1713619)
1293 - x86/intel_rdt: Move special case code for Haswell to a quirk function
1294 - x86/intel_rdt: Add command line options for resource director technology
1295 - x86/intel_rdt: Turn off most RDT features on Skylake
1296
1297 * CVE-2017-1000252
1298 - KVM: VMX: Do not BUG() on out-of-bounds guest IRQ
1299
1300 * POWER9: NX842 module changes (LP: #1718292)
1301 - crypto/nx: Rename nx842_powernv_function as icswx function
1302 - crypto/nx: Create nx842_configure_crb function
1303 - crypto/nx: Create nx842_delete_coprocs function
1304 - crypto/nx: Add nx842_add_coprocs_list function
1305 - crypto/nx: Use kzalloc for workmem allocation
1306 - crypto/nx: Add P9 NX specific error codes for 842 engine
1307 - crypto/nx: Add P9 NX support for 842 compression engine
1308
1309 * [Ubuntu 17.10] POWER9 - Base - Integrate P9 VAS (Virtual Accelerator
1310 Switchboard) support in kernel (LP: #1718293)
1311 - powerpc/powernv: Add IMC OPAL APIs
1312 - powerpc/powernv: Detect and create IMC device
1313 - powerpc/perf: Add nest IMC PMU support
1314 - powerpc/powernv: Add support for powercap framework
1315 - powerpc/powernv: Add support to set power-shifting-ratio
1316 - powerpc/powernv: Enable PCI peer-to-peer
1317 - powerpc/powernv/vas: Define macros, register fields and structures
1318 - powerpc/powernv: Move GET_FIELD/SET_FIELD to vas.h
1319 - powerpc/powernv/vas: Define vas_init() and vas_exit()
1320 - powerpc/powernv/vas: Define helpers to access MMIO regions
1321 - powerpc/powernv/vas: Define helpers to init window context
1322 - powerpc/powernv/vas: Define helpers to alloc/free windows
1323 - powerpc/powernv/vas: Define vas_rx_win_open() interface
1324 - powerpc/powernv/vas: Define vas_win_close() interface
1325 - powerpc/powernv/vas: Define vas_tx_win_open()
1326 - powerpc/powernv/vas: Define copy/paste interfaces
1327 - [Config] CONFIG_PPC_VAS=y
1328
1329 * Artful update to v4.13.4 stable release (LP: #1720154)
1330 - orangefs: Don't clear SGID when inheriting ACLs
1331 - <linux/uaccess.h>: Fix copy_in_user() declaration
1332 - IB/hfi1: Revert egress pkey check enforcement
1333 - IB/{qib, hfi1}: Avoid flow control testing for RDMA write operation
1334 - IB/mlx5: Fix cached MR allocation flow
1335 - srcu: Provide ordering for CPU not involved in grace period
1336 - smp/hotplug: Handle removal correctly in cpuhp_store_callbacks()
1337 - Input: xpad - validate USB endpoint type during probe
1338 - drm/amdgpu: read reg in each iterator of psp_wait_for loop
1339 - tty: improve tty_insert_flip_char() fast path
1340 - tty: improve tty_insert_flip_char() slow path
1341 - tty: fix __tty_insert_flip_char regression
1342 - pinctrl: samsung: Fix invalid register offset used for Exynos5433 external
1343 interrupts
1344 - pinctrl: samsung: Fix NULL pointer exception on external interrupts on
1345 S3C24xx
1346 - pinctrl/amd: save pin registers over suspend/resume
1347 - MIPS: math-emu: <MAX|MAXA|MIN|MINA>.<D|S>: Fix quiet NaN propagation
1348 - MIPS: math-emu: <MAX|MAXA|MIN|MINA>.<D|S>: Fix cases of both inputs zero
1349 - MIPS: math-emu: <MAX|MIN>.<D|S>: Fix cases of both inputs negative
1350 - MIPS: math-emu: <MAXA|MINA>.<D|S>: Fix cases of input values with opposite
1351 signs
1352 - MIPS: math-emu: <MAXA|MINA>.<D|S>: Fix cases of both infinite inputs
1353 - MIPS: math-emu: MINA.<D|S>: Fix some cases of infinity and zero inputs
1354 - MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix NaN propagation
1355 - MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix some cases of infinite inputs
1356 - MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix some cases of zero inputs
1357 - MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Clean up "maddf_flags" enumeration
1358 - MIPS: math-emu: <MADDF|MSUBF>.S: Fix accuracy (32-bit case)
1359 - MIPS: math-emu: <MADDF|MSUBF>.D: Fix accuracy (64-bit case)
1360 - docs: disable KASLR when debugging kernel
1361 - crypto: ccp - Fix XTS-AES-128 support on v5 CCPs
1362 - crypto: scompress - don't sleep with preemption disabled
1363 - crypto: caam/qi - fix typo in authenc alg driver name
1364 - crypto: caam/qi - properly set IV after {en,de}crypt
1365 - crypto: AF_ALG - remove SGL terminator indicator when chaining
1366 - regulator: cpcap: Fix standby mode
1367 - wcn36xx: Introduce mutual exclusion of fw configuration
1368 - ext4: in ext4_seek_{hole,data}, return -ENXIO for negative offsets
1369 - ext4: fix incorrect quotaoff if the quota feature is enabled
1370 - ext4: fix quota inconsistency during orphan cleanup for read-only mounts
1371 - cxl: Fix driver use count
1372 - powerpc/powernv/npu: Move tlb flush before launching ATSD
1373 - powerpc/pseries: Don't attempt to acquire drc during memory hot add for
1374 assigned lmbs
1375 - powerpc: Fix DAR reporting when alignment handler faults
1376 - block: Relax a check in blk_start_queue()
1377 - block: directly insert blk-mq request from blk_insert_cloned_request()
1378 - md/bitmap: copy correct data for bitmap super
1379 - md/bitmap: disable bitmap_resize for file-backed bitmaps.
1380 - skd: Avoid that module unloading triggers a use-after-free
1381 - skd: Submit requests to firmware before triggering the doorbell
1382 - scsi: zfcp: fix queuecommand for scsi_eh commands when DIX enabled
1383 - scsi: zfcp: add handling for FCP_RESID_OVER to the fcp ingress path
1384 - scsi: zfcp: fix capping of unsuccessful GPN_FT SAN response trace records
1385 - scsi: zfcp: fix passing fsf_req to SCSI trace on TMF to correlate with HBA
1386 - scsi: zfcp: fix missing trace records for early returns in TMF eh handlers
1387 - scsi: zfcp: fix payload with full FCP_RSP IU in SCSI trace records
1388 - scsi: zfcp: trace HBA FSF response by default on dismiss or timedout late
1389 response
1390 - scsi: zfcp: trace high part of "new" 64 bit SCSI LUN
1391 - scsi: qedi: off by one in qedi_get_cmd_from_tid()
1392 - scsi: aacraid: Fix command send race condition
1393 - scsi: megaraid_sas: mismatch of allocated MFI frame size and length exposed
1394 in MFI MPT pass through command
1395 - scsi: megaraid_sas: set minimum value of resetwaittime to be 1 secs
1396 - scsi: megaraid_sas: Check valid aen class range to avoid kernel panic
1397 - scsi: megaraid_sas: Return pended IOCTLs with cmd_status
1398 MFI_STAT_WRONG_STATE in case adapter is dead
1399 - scsi: storvsc: fix memory leak on ring buffer busy
1400 - scsi: sg: factor out sg_fill_request_table()
1401 - scsi: sg: fixup infoleak when using SG_GET_REQUEST_TABLE
1402 - scsi: qla2xxx: Update fw_started flags at qpair creation.
1403 - scsi: qla2xxx: Correction to vha->vref_count timeout
1404 - scsi: qla2xxx: Fix target multiqueue configuration
1405 - scsi: qla2xxx: Use BIT_6 to acquire FAWWPN from switch
1406 - scsi: qla2xxx: Use fabric name for Get Port Speed command
1407 - scsi: qla2xxx: Fix an integer overflow in sysfs code
1408 - mailbox: bcm-flexrm-mailbox: Fix mask used in CMPL_START_ADDR_VALUE()
1409 - ftrace: Fix debug preempt config name in stack_tracer_{en,dis}able
1410 - ftrace: Fix selftest goto location on error
1411 - ftrace: Fix memleak when unregistering dynamic ops when tracing disabled
1412 - tracing: Add barrier to trace_printk() buffer nesting modification
1413 - tracing: Fix clear of RECORDED_TGID flag when disabling trace event
1414 - tracing: Apply trace_clock changes to instance max buffer
1415 - ARC: Re-enable MMU upon Machine Check exception
1416 - PCI: shpchp: Enable bridge bus mastering if MSI is enabled
1417 - PCI: pciehp: Report power fault only once until we clear it
1418 - net/netfilter/nf_conntrack_core: Fix net_conntrack_lock()
1419 - media: v4l2-compat-ioctl32: Fix timespec conversion
1420 - media: Revert "[media] lirc_dev: remove superfluous get/put_device() calls"
1421 - media: venus: fix copy/paste error in return_buf_error
1422 - media: uvcvideo: Prevent heap overflow when accessing mapped controls
1423 - media: adv7180: add missing adv7180cp, adv7180st i2c device IDs
1424 - PM / devfreq: Fix memory leak when fail to register device
1425 - ALSA: seq: Cancel pending autoload work at unbinding device
1426 - bcache: initialize dirty stripes in flash_dev_run()
1427 - bcache: Fix leak of bdev reference
1428 - bcache: do not subtract sectors_to_gc for bypassed IO
1429 - bcache: correct cache_dirty_target in __update_writeback_rate()
1430 - bcache: Correct return value for sysfs attach errors
1431 - bcache: fix sequential large write IO bypass
1432 - bcache: fix for gc and write-back race
1433 - bcache: fix bch_hprint crash and improve output
1434 - sched/cpuset/pm: Fix cpuset vs. suspend-resume bugs
1435 - iwlwifi: add workaround to disable wide channels in 5GHz
1436 - Linux 4.13.4
1437
1438 * [17.10 FEAT] KVM: CPU Model z14 (LP: #1719297)
1439 - KVM: s390: Support Configuration z/Architecture Mode
1440
1441 * sata reset hangs w/ early cn99xx silicon (LP: #1719031)
1442 - SAUCE: ahci: thunderx2: Fix for errata that affects stop engine
1443 - SAUCE: ahci: thunderx2: stop engine fix update
1444
1445 * PCI quirk required for SATA on early cn99xx silicon (LP: #1718760)
1446 - SAUCE: PCI: Vulcan: AHCI PCI bar fix for Broadcom Vulcan early silicon
1447
1448 * Please make linux-libc-dev Provide: aufs-dev (LP: #1716091)
1449 - [Packaging] Add aufs-dev to the Provides: for linux-libc-dev
1450
1451 * Miscellaneous Ubuntu changes
1452 - [Packaging] Use SRCPKGNAME rather than hard-coding the source package name
1453 - SAUCE: LSM stacking: procfs: add smack subdir to attrs
1454 - SAUCE: LSM stacking: LSM: manage credential security blobs
1455 - SAUCE: LSM stacking: LSM: Manage file security blobs
1456 - SAUCE: LSM stacking: LSM: manage task security blobs
1457 - SAUCE: LSM stacking: LSM: Infrastructure management of the remaining blobs
1458 - SAUCE: LSM stacking: LSM: general but not extreme module stacking
1459 - SAUCE: LSM stacking: LSM: Complete task_alloc hook
1460 - SAUCE: LSM stacking: fixup procsfs: add smack subdir to attrs
1461 - SAUCE: LSM stacking: fixup initialize task->security
1462 - SAUCE: LSM stacking: fixup: alloc_task_ctx is dead code
1463 - SAUCE: LSM stacking: add support for stacking getpeersec_stream
1464 - SAUCE: LSM stacking: add stacking support to apparmor network hooks
1465 - SAUCE: LSM stacking: fixup apparmor stacking enablement
1466 - SAUCE: LSM stacking: fixup stacking kconfig
1467 - SAUCE: LSM stacking: allow selecting multiple LSMs using kernel boot params
1468 - SAUCE: LSM stacking: provide prctl interface for setting context
1469 - SAUCE: LSM stacking: inherit current display LSM
1470 - SAUCE: LSM stacking: keep an index for each registered LSM
1471 - SAUCE: LSM stacking: verify display LSM
1472 - SAUCE: LSM stacking: provide a way to specify the default display lsm
1473 - SAUCE: LSM stacking: make sure LSM blob align on 64 bit boundaries
1474 - SAUCE: LSM stacking: add /proc/<pid>/attr/display_lsm
1475 - SAUCE: LSM stacking: add Kconfig to set default display LSM
1476 - SAUCE: LSM stacking: add configs for LSM stacking
1477 - [Config] Run updateconfigs after merging LSM stacking
1478
1479 -- Seth Forshee <seth.forshee@canonical.com> Thu, 28 Sep 2017 17:36:53 -0400
1480
1481 linux (4.13.0-12.13) artful; urgency=low
1482
1483 * linux: 4.13.0-12.13 -proposed tracker (LP: #1718980)
1484
1485 * [Feature] SKX: Support crystall ridge / far / near memory indication in PEBS
1486 (LP: #1591813)
1487 - perf/x86: Move Nehalem PEBS code to flag
1488 - perf/x86: Fix data source decoding for Skylake
1489
1490 * Upgrade to 4.13.0-11.12 in artful amd64 VM breaks display on wayland
1491 (LP: #1718679)
1492 - [Config] CONFIG_DRM_VBOXVIDEO=n
1493
1494 * ipmmu-vmsa driver breaks arm64 boots (LP: #1718734)
1495 - [Config] Disable CONFIG_IPMMU_VMSA on arm64
1496
1497 * Vlun resize request could fail with cxlflash driver (LP: #1713575)
1498 - scsi: cxlflash: Fix vlun resize failure in the shrink path
1499
1500 * multipath -ll is not showing the disks which are actually multipath
1501 (LP: #1718397)
1502 - fs: aio: fix the increment of aio-nr and counting against aio-max-nr
1503
1504 * [Feature] Crystal Ridge - BTT - Rework error clearing (LP: #1704350)
1505 - libnvdimm, btt: fix a missed NVDIMM_IO_ATOMIC case in the write path
1506 - libnvdimm, btt: refactor map entry operations with macros
1507 - libnvdimm, btt: ensure that flags were also unchanged during a map_read
1508 - libnvdimm, btt: cache sector_size in arena_info
1509 - libnvdimm: fix potential deadlock while clearing errors
1510 - libnvdimm, btt: rework error clearing
1511
1512 * [Feature] Crystal Ridge - have 4k DAX faults use a common zero page
1513 (LP: #1704439)
1514 - mm: add vm_insert_mixed_mkwrite()
1515 - dax: relocate some dax functions
1516 - dax: use common 4k zero page for dax mmap reads
1517 - dax: remove DAX code from page_cache_tree_insert()
1518 - dax: move all DAX radix tree defs to fs/dax.c
1519
1520 * [bug] 17.10: CDP test fail on platform of Purley-2S/4S/Neoncity,BDW-
1521 de/ep/ex, (LP: #1716843)
1522 - SAUCE: (no-up) x86/intel_rdt: Fix cdp info directory files issue
1523
1524 * [featue] GPIO support for Denverton (LP: #1591829)
1525 - pinctrl: intel: Add Intel Denverton pin controller support
1526
1527 * ETPS/2 Elantech Touchpad inconsistently detected (Gigabyte P57W laptop)
1528 (LP: #1594214)
1529 - Input: i8042 - add Gigabyte P57 to the keyboard reset table
1530
1531 * autopkgtest profile fails to build on armhf (LP: #1717920)
1532 - [Packaging] autopkgtest -- disable d-i when dropping flavours
1533
1534 * Artful update to v4.13.3 stable release (LP: #1718412)
1535 - Revert "net: use lib/percpu_counter API for fragmentation mem accounting"
1536 - Revert "net: fix percpu memory leaks"
1537 - gianfar: Fix Tx flow control deactivation
1538 - vhost_net: correctly check tx avail during rx busy polling
1539 - ip6_gre: update mtu properly in ip6gre_err
1540 - udp: drop head states only when all skb references are gone
1541 - ipv6: fix memory leak with multiple tables during netns destruction
1542 - ipv6: fix typo in fib6_net_exit()
1543 - sctp: fix missing wake ups in some situations
1544 - tcp: fix a request socket leak
1545 - ip_tunnel: fix setting ttl and tos value in collect_md mode
1546 - f2fs: let fill_super handle roll-forward errors
1547 - f2fs: check hot_data for roll-forward recovery
1548 - x86/fsgsbase/64: Fully initialize FS and GS state in start_thread_common
1549 - x86/fsgsbase/64: Report FSBASE and GSBASE correctly in core dumps
1550 - x86/switch_to/64: Rewrite FS/GS switching yet again to fix AMD CPUs
1551 - x86/mm, mm/hwpoison: Clear PRESENT bit for kernel 1:1 mappings of poison
1552 pages
1553 - ovl: fix false positive ESTALE on lookup
1554 - fuse: allow server to run in different pid_ns
1555 - idr: remove WARN_ON_ONCE() when trying to replace negative ID
1556 - libnvdimm, btt: check memory allocation failure
1557 - libnvdimm: fix integer overflow static analysis warning
1558 - xfs: write unmount record for ro mounts
1559 - xfs: toggle readonly state around xfs_log_mount_finish
1560 - xfs: Add infrastructure needed for error propagation during buffer IO
1561 failure
1562 - xfs: Properly retry failed inode items in case of error during buffer
1563 writeback
1564 - xfs: fix recovery failure when log record header wraps log end
1565 - xfs: always verify the log tail during recovery
1566 - xfs: fix log recovery corruption error due to tail overwrite
1567 - xfs: handle -EFSCORRUPTED during head/tail verification
1568 - xfs: stop searching for free slots in an inode chunk when there are none
1569 - xfs: evict all inodes involved with log redo item
1570 - xfs: check for race with xfs_reclaim_inode() in xfs_ifree_cluster()
1571 - xfs: open-code xfs_buf_item_dirty()
1572 - xfs: remove unnecessary dirty bli format check for ordered bufs
1573 - xfs: ordered buffer log items are never formatted
1574 - xfs: refactor buffer logging into buffer dirtying helper
1575 - xfs: don't log dirty ranges for ordered buffers
1576 - xfs: skip bmbt block ino validation during owner change
1577 - xfs: move bmbt owner change to last step of extent swap
1578 - xfs: disallow marking previously dirty buffers as ordered
1579 - xfs: relog dirty buffers during swapext bmbt owner change
1580 - xfs: disable per-inode DAX flag
1581 - xfs: fix incorrect log_flushed on fsync
1582 - xfs: don't set v3 xflags for v2 inodes
1583 - xfs: open code end_buffer_async_write in xfs_finish_page_writeback
1584 - xfs: use kmem_free to free return value of kmem_zalloc
1585 - md/raid1/10: reset bio allocated from mempool
1586 - md/raid5: release/flush io in raid5_do_work()
1587 - xfs: fix compiler warnings
1588 - Linux 4.13.3
1589
1590 * Artful update to v4.13.2 stable release (LP: #1717549)
1591 - mtd: nand: make Samsung SLC NAND usable again
1592 - mtd: nand: hynix: add support for 20nm NAND chips
1593 - mtd: nand: mxc: Fix mxc_v1 ooblayout
1594 - mtd: nand: qcom: fix read failure without complete bootchain
1595 - mtd: nand: qcom: fix config error for BCH
1596 - nvme-fabrics: generate spec-compliant UUID NQNs
1597 - btrfs: resume qgroup rescan on rw remount
1598 - rtlwifi: btcoexist: Fix breakage of ant_sel for rtl8723be
1599 - rtlwifi: btcoexist: Fix antenna selection code
1600 - radix-tree: must check __radix_tree_preload() return value
1601 - brcmfmac: feature check for multi-scheduled scan fails on bcm4345 devices
1602 - kselftests: timers: leap-a-day: Change default arguments to help test runs
1603 - selftests: timers: Fix run_destructive_tests target to handle skipped tests
1604 - selftests/x86/fsgsbase: Test selectors 1, 2, and 3
1605 - mm: kvfree the swap cluster info if the swap file is unsatisfactory
1606 - mm/swapfile.c: fix swapon frontswap_map memory leak on error
1607 - mm/sparse.c: fix typo in online_mem_sections
1608 - mm/memory.c: fix mem_cgroup_oom_disable() call missing
1609 - KVM: SVM: Limit PFERR_NESTED_GUEST_PAGE error_code check to L1 guest
1610 - Revert "firmware: add sanity check on shutdown/suspend"
1611 - rt2800: fix TX_PIN_CFG setting for non MT7620 chips
1612 - ARM64: dts: marvell: armada-37xx: Fix GIC maintenance interrupt
1613 - ARM: 8692/1: mm: abort uaccess retries upon fatal signal
1614 - NFS: Fix 2 use after free issues in the I/O code
1615 - NFS: Sync the correct byte range during synchronous writes
1616 - NFSv4: Fix up mirror allocation
1617 - xfs: XFS_IS_REALTIME_INODE() should be false if no rt device present
1618 - Linux 4.13.2
1619
1620 * [Bug] Thunderbolt-patches: Related to the way the key for secure connection
1621 is handled (LP: #1717430)
1622 - thunderbolt: Remove superfluous check
1623 - thunderbolt: Make key root-only accessible
1624 - thunderbolt: Allow clearing the key
1625
1626 * [Bug] Thunderbolt-patches: Fixes the issue regarding the order of ACPI calls
1627 w.r.t. PCI enumeration (LP: #1717431)
1628 - ACPICA: Dispatch active GPEs at init time
1629 - ACPICA: Make it possible to enable runtime GPEs earlier
1630 - ACPI / scan: Enable GPEs before scanning the namespace
1631
1632 * Miscellaneous Ubuntu changes
1633 - ubuntu: vbox -- update to 5.1.28-dfsg-1
1634 - [Config] CONFIG_PINCTRL_DENVERTON=m
1635 - [Config] CONFIG_I2C_XLP9XX=m
1636
1637 * Miscellaneous upstream changes
1638 - Introduce v3 namespaced file capabilities
1639
1640 -- Seth Forshee <seth.forshee@canonical.com> Fri, 22 Sep 2017 12:10:03 -0500
1641
1642 linux (4.13.0-11.12) artful; urgency=low
1643
1644 * linux: 4.13.0-11.12 -proposed tracker (LP: #1716699)
1645
1646 * kernel panic -not syncing: Fatal exception: panic_on_oops (LP: #1708399)
1647 - s390/mm: fix local TLB flushing vs. detach of an mm address space
1648 - s390/mm: fix race on mm->context.flush_mm
1649
1650 * CVE-2017-1000251
1651 - Bluetooth: Properly check L2CAP config option output buffer length
1652
1653 -- Seth Forshee <seth.forshee@canonical.com> Tue, 12 Sep 2017 10:18:38 -0500
1654
1655 linux (4.13.0-10.11) artful; urgency=low
1656
1657 * linux: 4.13.0-10.11 -proposed tracker (LP: #1716287)
1658
1659 * please add aufs-dkms to the Provides: for the kernel packages (LP: #1716093)
1660 - [Packaging] Add aufs-dkms to the Provides: for kernel packages
1661
1662 * Artful update to v4.13.1 stable release (LP: #1716284)
1663 - usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard
1664 - USB: serial: option: add support for D-Link DWM-157 C1
1665 - usb: Add device quirk for Logitech HD Pro Webcam C920-C
1666 - usb:xhci:Fix regression when ATI chipsets detected
1667 - USB: musb: fix external abort on suspend
1668 - ANDROID: binder: add padding to binder_fd_array_object.
1669 - ANDROID: binder: add hwbinder,vndbinder to BINDER_DEVICES.
1670 - USB: core: Avoid race of async_completed() w/ usbdev_release()
1671 - staging/rts5208: fix incorrect shift to extract upper nybble
1672 - staging: ccree: save ciphertext for CTS IV
1673 - staging: fsl-dpaa2/eth: fix off-by-one FD ctrl bitmaks
1674 - iio: adc: ti-ads1015: fix incorrect data rate setting update
1675 - iio: adc: ti-ads1015: fix scale information for ADS1115
1676 - iio: adc: ti-ads1015: enable conversion when CONFIG_PM is not set
1677 - iio: adc: ti-ads1015: avoid getting stale result after runtime resume
1678 - iio: adc: ti-ads1015: don't return invalid value from buffer setup callbacks
1679 - iio: adc: ti-ads1015: add adequate wait time to get correct conversion
1680 - driver core: bus: Fix a potential double free
1681 - HID: wacom: Do not completely map WACOM_HID_WD_TOUCHRINGSTATUS usage
1682 - binder: free memory on error
1683 - crypto: caam/qi - fix compilation with CONFIG_DEBUG_FORCE_WEAK_PER_CPU=y
1684 - crypto: caam/qi - fix compilation with DEBUG enabled
1685 - thunderbolt: Fix reset response_type
1686 - fpga: altera-hps2fpga: fix multiple init of l3_remap_lock
1687 - intel_th: pci: Add Cannon Lake PCH-H support
1688 - intel_th: pci: Add Cannon Lake PCH-LP support
1689 - ath10k: fix memory leak in rx ring buffer allocation
1690 - drm/vgem: Pin our pages for dmabuf exports
1691 - drm/ttm: Fix accounting error when fail to get pages for pool
1692 - drm/dp/mst: Handle errors from drm_atomic_get_private_obj_state() correctly
1693 - rtlwifi: rtl_pci_probe: Fix fail path of _rtl_pci_find_adapter
1694 - Bluetooth: Add support of 13d3:3494 RTL8723BE device
1695 - iwlwifi: pci: add new PCI ID for 7265D
1696 - dlm: avoid double-free on error path in dlm_device_{register,unregister}
1697 - mwifiex: correct channel stat buffer overflows
1698 - MCB: add support for SC31 to mcb-lpc
1699 - s390/mm: avoid empty zero pages for KVM guests to avoid postcopy hangs
1700 - drm/nouveau/pci/msi: disable MSI on big-endian platforms by default
1701 - drm/nouveau: Fix error handling in nv50_disp_atomic_commit
1702 - workqueue: Fix flag collision
1703 - ahci: don't use MSI for devices with the silly Intel NVMe remapping scheme
1704 - cs5536: add support for IDE controller variant
1705 - scsi: sg: protect against races between mmap() and SG_SET_RESERVED_SIZE
1706 - scsi: sg: recheck MMAP_IO request length with lock held
1707 - of/device: Prevent buffer overflow in of_device_modalias()
1708 - rtlwifi: Fix memory leak when firmware request fails
1709 - rtlwifi: Fix fallback firmware loading
1710 - Linux 4.13.1
1711
1712 * Kernel has trouble recognizing Corsair Strafe RGB keyboard (LP: #1678477)
1713 - usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard
1714
1715 * SRIOV: warning if unload VFs (LP: #1715073)
1716 - PCI: Disable VF decoding before pcibios_sriov_disable() updates resources
1717
1718 * [Patch] network-i40e:NVM bug fixes (cherrypick from 4.14) (LP: #1715578)
1719 - i40e: avoid NVM acquire deadlock during NVM update
1720 - i40e: point wb_desc at the nvm_wb_desc during i40e_read_nvm_aq
1721
1722 * [P9,POwer NV] Perf PMU event : pm_br_2path and pm_ld_miss_l1 is counted
1723 twice when perf stat is done (perf:) (LP: #1714571)
1724 - perf vendor events powerpc: Remove duplicate events
1725
1726 * Unable to install Ubuntu on the NVMe disk under VMD PCI domain
1727 (LP: #1703339)
1728 - [Config] Include vmd in storage-core-modules udeb
1729
1730 * 17.10 fails to boot on POWER9 DD2.0 with Deep stop states (LP: #1715064)
1731 - powerpc/powernv: Save/Restore additional SPRs for stop4 cpuidle
1732 - powerpc/powernv: Clear PECE1 in LPCR via stop-api only on Hotplug
1733 - SAUCE: powerpc/powernv: Clear LPCR[PECE1] via stop-api only for deep state
1734 offline
1735
1736 * Miscellaneous Ubuntu changes
1737 - SAUCE: selftests/seccomp: Support glibc 2.26 siginfo_t.h
1738 - Revert "UBUNTU: SAUCE: Import aufs driver"
1739 - SAUCE: Import aufs driver
1740
1741 -- Seth Forshee <seth.forshee@canonical.com> Sun, 10 Sep 2017 17:48:59 -0500
1742
1743 linux (4.13.0-9.10) artful; urgency=low
1744
1745 * linux: 4.13.0-9.10 -proposed tracker (LP: #1715145)
1746
1747 * EDAC sbridge: Failed to register device with error -22. (LP: #1714112)
1748 - [Config] CONFIG_EDAC_GHES=n
1749
1750 * Miscellaneous Ubuntu changes
1751 - ubuntu: vbox -- update to 5.1.26-dfsg-2
1752
1753 [ Upstream Kernel Changes ]
1754
1755 * Rebase to v4.13
1756
1757 -- Seth Forshee <seth.forshee@canonical.com> Tue, 05 Sep 2017 07:51:19 -0500
1758
1759 linux (4.13.0-8.9) artful; urgency=low
1760
1761 * snapd 2.27.3+17.10 ADT test failure with linux 4.13.0-6.7 (LP: #1713103)
1762 - SAUCE: apparmor: fix apparmorfs DAC access, permissions
1763
1764 * enable ARCH_SUNXI (and friends) in arm64 kernel .config (LP: #1701137)
1765 - [Config] Enable CONFIG_ARCH_SUNXI and related options for arm64
1766
1767 * [Bug] Harrisonville: pnd2_edac always fail to load on B1 stepping
1768 Harrisonville SDP (LP: #1709257)
1769 - EDAC, pnd2: Build in a minimal sideband driver for Apollo Lake
1770 - EDAC, pnd2: Mask off the lower four bits of a BAR
1771 - EDAC, pnd2: Conditionally unhide/hide the P2SB PCI device to read BAR
1772 - EDAC, pnd2: Properly toggle hidden state for P2SB PCI device
1773 - SAUCE: i2c: i801: Restore the presence state of P2SB PCI device after
1774 reading BAR
1775
1776 * Miscellaneous Ubuntu changes
1777 - Revert "UBUNTU: SAUCE: Import aufs driver"
1778 - SAUCE: Import aufs driver
1779 - SAUCE: selftests/powerpc: Disable some ptrace selftests
1780 - [Config] CONFIG_CRYPTO_DEV_NITROX_CNN55XX=n for s390x
1781 - [Config] CONFIG_I2C_SLAVE=n for amd64, i386, ppc64el
1782 - [Config] Disable CONFIG_MDIO_* options for s390x
1783 - [Config] CONFIG_SCSI_MQ_DEFAULT=n for s390x
1784 - [Config] Update annotations for 4.13
1785
1786 -- Seth Forshee <seth.forshee@canonical.com> Thu, 31 Aug 2017 14:27:09 -0500
1787
1788 linux (4.13.0-7.8) artful; urgency=low
1789
1790 * linux 4.12.0-11.12 ADT test failure with linux 4.12.0-11.12 (LP: #1710904)
1791 - SAUCE: selftests/powerpc: Use snprintf to construct DSCR sysfs interface
1792 paths
1793
1794 * Miscellaneous Ubuntu changes
1795 - Revert "UBUNTU: SAUCE: seccomp: log actions even when audit is disabled"
1796
1797 * Miscellaneous upstream changes
1798 - seccomp: Provide matching filter for introspection
1799 - seccomp: Sysctl to display available actions
1800 - seccomp: Operation for checking if an action is available
1801 - seccomp: Sysctl to configure actions that are allowed to be logged
1802 - seccomp: Selftest for detection of filter flag support
1803 - seccomp: Filter flag to log all actions except SECCOMP_RET_ALLOW
1804 - seccomp: Action to log before allowing
1805
1806 [ Upstream Kernel Changes ]
1807
1808 * Rebase to v4.13-rc7
1809
1810 -- Seth Forshee <seth.forshee@canonical.com> Mon, 28 Aug 2017 08:12:24 -0500
1811
1812 linux (4.13.0-6.7) artful; urgency=low
1813
1814 * HID: multitouch: Support ALPS PTP Stick and Touchpad devices (LP: #1712481)
1815 - SAUCE: HID: multitouch: Support ALPS PTP stick with pid 0x120A
1816
1817 * sort ABI files with C.UTF-8 locale (LP: #1712345)
1818 - [Packaging] sort ABI files with C.UTF-8 locale
1819
1820 * igb: Support using Broadcom 54616 as PHY (LP: #1712024)
1821 - SAUCE: igb: add support for using Broadcom 54616 as PHY
1822
1823 * RPT related fixes missing in Ubuntu 16.04.3 (LP: #1709220)
1824 - powerpc/mm/radix: Improve _tlbiel_pid to be usable for PWC flushes
1825 - powerpc/mm/radix: Improve TLB/PWC flushes
1826 - powerpc/mm/radix: Avoid flushing the PWC on every flush_tlb_range
1827
1828 * Linux 4.12 refuses to load self-signed modules under Secure Boot with
1829 properly enrolled keys (LP: #1712168)
1830 - SAUCE: (efi-lockdown) MODSIGN: Fix module signature verification
1831
1832 * [17.10 FEAT] Enable NVMe driver - kernel (LP: #1708432)
1833 - [Config] CONFIG_BLK_DEV_NVME=m for s390
1834
1835 * Artful: 4.12.0-11.12: Boot panic in vlv2_plat_configure_clock+0x3b/0xa0
1836 (LP: #1711298)
1837 - [Config] CONFIG_INTEL_ATOMISP=n
1838
1839 * Miscellaneous Ubuntu changes
1840 - SAUCE: apparmor: af_unix mediation
1841
1842 * Miscellaneous upstream changes
1843 - apparmor: Fix shadowed local variable in unpack_trans_table()
1844 - apparmor: Fix logical error in verify_header()
1845 - apparmor: Fix an error code in aafs_create()
1846 - apparmor: Redundant condition: prev_ns. in [label.c:1498]
1847 - apparmor: add the ability to mediate signals
1848 - apparmor: add mount mediation
1849 - apparmor: cleanup conditional check for label in label_print
1850 - apparmor: add support for absolute root view based labels
1851 - apparmor: make policy_unpack able to audit different info messages
1852 - apparmor: add more debug asserts to apparmorfs
1853 - apparmor: add base infastructure for socket mediation
1854 - apparmor: move new_null_profile to after profile lookup fns()
1855 - apparmor: fix race condition in null profile creation
1856 - apparmor: ensure unconfined profiles have dfas initialized
1857 - apparmor: fix incorrect type assignment when freeing proxies
1858
1859 [ Upstream Kernel Changes ]
1860
1861 * Rebase to v4.13-rc6
1862
1863 -- Seth Forshee <seth.forshee@canonical.com> Wed, 23 Aug 2017 08:10:38 -0500
1864
1865 linux (4.13.0-5.6) artful; urgency=low
1866
1867 * Ubuntu17.10 - perf: Update Power9 PMU event JSON files (LP: #1708630)
1868 - perf pmu-events: Support additional POWER8+ PVR in mapfile
1869 - perf vendor events: Add POWER9 PMU events
1870 - perf vendor events: Add POWER9 PVRs to mapfile
1871 - SAUCE: perf vendor events powerpc: remove suffix in mapfile
1872 - SAUCE: perf vendor events powerpc: Update POWER9 events
1873
1874 * Disable CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE (LP: #1709171)
1875 - [Config] CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE=n for ppc64el
1876
1877 * Please only recommend or suggest initramfs-tools | linux-initramfs-tool for
1878 kernels able to boot without initramfs (LP: #1700972)
1879 - [Debian] Don't depend on initramfs-tools
1880
1881 * Miscellaneous Ubuntu changes
1882 - SAUCE: Import aufs driver
1883 - SAUCE: aufs -- Add missing argument to loop_switch() call
1884 - [Config] Enable aufs
1885 - SAUCE: (noup) Update spl to 0.6.5.11-ubuntu1, zfs to 0.6.5.11-1ubuntu3
1886 - Enable zfs build
1887 - SAUCE: powerpc: Always initialize input array when calling epapr_hypercall()
1888 - [Packaging] switch up to debhelper 9
1889
1890 [ Upstream Kernel Changes ]
1891
1892 * Rebase to v4.13-rc5
1893
1894 -- Seth Forshee <seth.forshee@canonical.com> Tue, 15 Aug 2017 09:24:16 -0500
1895
1896 linux (4.13.0-4.5) artful; urgency=low
1897
1898 * Lenovo Yoga 910 Sensors (LP: #1708120)
1899 - SAUCE: (no-up) HID: Add quirk for Lenovo Yoga 910 with ITE Chips
1900
1901 * Unable to install Ubuntu on the NVMe disk under VMD PCI domain
1902 (LP: #1703339)
1903 - [Config] Add vmd driver to generic inclusion list
1904
1905 * Set CONFIG_SATA_HIGHBANK=y on armhf (LP: #1703430)
1906 - [Config] CONFIG_SATA_HIGHBANK=y
1907
1908 * Miscellaneous Ubuntu changes
1909 - ubuntu: vbox -- update to 5.1.26-dfsg-1
1910 - SAUCE: hio: Build fixes for 4.13
1911 - Enable hio build
1912 - SAUCE: (noup) Update spl to 0.6.5.11-1, zfs to 0.6.5.11-1ubuntu1
1913 - [debian] use all rather than amd64 dkms debs for sync
1914
1915 [ Upstream Kernel Changes ]
1916
1917 * Rebase to v4.13-rc4
1918
1919 -- Seth Forshee <seth.forshee@canonical.com> Tue, 08 Aug 2017 11:31:48 -0500
1920
1921 linux (4.13.0-3.4) artful; urgency=low
1922
1923 * Adt tests of src:linux time out often on armhf lxc containers (LP: #1705495)
1924 - [Packaging] tests -- reduce rebuild test to one flavour
1925 - [Packaging] tests -- reduce rebuild test to one flavour -- use filter
1926
1927 * snapd 2.26.8+17.10 ADT test failure with linux 4.12.0-6.7 (LP: #1704158)
1928 - SAUCE: virtio_net: Revert mergeable buffer handling rework
1929
1930 [ Upstream Kernel Changes ]
1931
1932 * Rebase to v4.13-rc3
1933
1934 -- Seth Forshee <seth.forshee@canonical.com> Mon, 31 Jul 2017 10:08:16 -0500
1935
1936 linux (4.13.0-2.3) artful; urgency=low
1937
1938 * Change CONFIG_IBMVETH to module (LP: #1704479)
1939 - [Config] CONFIG_IBMVETH=m
1940
1941 [ Upstream Kernel Changes ]
1942
1943 * Rebase to v4.13-rc2
1944
1945 -- Seth Forshee <seth.forshee@canonical.com> Mon, 24 Jul 2017 13:58:08 -0500
1946
1947 linux (4.13.0-1.2) artful; urgency=low
1948
1949 * Miscellaneous Ubuntu changes
1950 - [Debian] Support sphinx-based kernel documentation
1951
1952 -- Seth Forshee <seth.forshee@canonical.com> Thu, 20 Jul 2017 09:18:33 -0500
1953
1954 linux (4.13.0-0.1) artful; urgency=low
1955
1956 * Miscellaneous Ubuntu changes
1957 - Disable hio
1958 - Disable zfs build
1959 - ubuntu: vbox -- update to 5.1.24-dfsg-1
1960
1961 [ Upstream Kernel Changes ]
1962
1963 * Rebase to v4.13-rc1
1964
1965 -- Seth Forshee <seth.forshee@canonical.com> Wed, 19 Jul 2017 15:09:31 -0500
1966
1967 linux (4.12.0-7.8) artful; urgency=low
1968
1969 * ThunderX: soft lockup on 4.8+ kernels when running qemu-efi with vhost=on
1970 (LP: #1673564)
1971 - arm64: Add a facility to turn an ESR syndrome into a sysreg encoding
1972 - KVM: arm/arm64: vgic-v3: Add accessors for the ICH_APxRn_EL2 registers
1973 - KVM: arm64: Make kvm_condition_valid32() accessible from EL2
1974 - KVM: arm64: vgic-v3: Add hook to handle guest GICv3 sysreg accesses at EL2
1975 - KVM: arm64: vgic-v3: Add ICV_BPR1_EL1 handler
1976 - KVM: arm64: vgic-v3: Add ICV_IGRPEN1_EL1 handler
1977 - KVM: arm64: vgic-v3: Add ICV_IAR1_EL1 handler
1978 - KVM: arm64: vgic-v3: Add ICV_EOIR1_EL1 handler
1979 - KVM: arm64: vgic-v3: Add ICV_AP1Rn_EL1 handler
1980 - KVM: arm64: vgic-v3: Add ICV_HPPIR1_EL1 handler
1981 - KVM: arm64: vgic-v3: Enable trapping of Group-1 system registers
1982 - KVM: arm64: Enable GICv3 Group-1 sysreg trapping via command-line
1983 - KVM: arm64: vgic-v3: Add ICV_BPR0_EL1 handler
1984 - KVM: arm64: vgic-v3: Add ICV_IGNREN0_EL1 handler
1985 - KVM: arm64: vgic-v3: Add misc Group-0 handlers
1986 - KVM: arm64: vgic-v3: Enable trapping of Group-0 system registers
1987 - KVM: arm64: Enable GICv3 Group-0 sysreg trapping via command-line
1988 - arm64: Add MIDR values for Cavium cn83XX SoCs
1989 - arm64: Add workaround for Cavium Thunder erratum 30115
1990 - KVM: arm64: vgic-v3: Add ICV_DIR_EL1 handler
1991 - KVM: arm64: vgic-v3: Add ICV_RPR_EL1 handler
1992 - KVM: arm64: vgic-v3: Add ICV_CTLR_EL1 handler
1993 - KVM: arm64: vgic-v3: Add ICV_PMR_EL1 handler
1994 - KVM: arm64: Enable GICv3 common sysreg trapping via command-line
1995 - KVM: arm64: vgic-v3: Log which GICv3 system registers are trapped
1996 - KVM: arm64: Log an error if trapping a read-from-write-only GICv3 access
1997 - KVM: arm64: Log an error if trapping a write-to-read-only GICv3 access
1998
1999 * hns: under heavy load, NIC may fail and require reboot (LP: #1704146)
2000 - net: hns: Bugfix for Tx timeout handling in hns driver
2001
2002 * New ACPI identifiers for ThunderX SMMU (LP: #1703437)
2003 - iommu/arm-smmu: Plumb in new ACPI identifiers
2004
2005 * Transparent hugepages should default to enabled=madvise (LP: #1703742)
2006 - SAUCE: use CONFIG_TRANSPARENT_HUGEPAGE_MADVISE=y as default
2007
2008 * Artful update to v4.12.1 stable release (LP: #1703858)
2009 - driver core: platform: fix race condition with driver_override
2010 - RDMA/uverbs: Check port number supplied by user verbs cmds
2011 - usb: dwc3: replace %p with %pK
2012 - USB: serial: cp210x: add ID for CEL EM3588 USB ZigBee stick
2013 - usb: usbip: set buffer pointers to NULL after free
2014 - Add USB quirk for HVR-950q to avoid intermittent device resets
2015 - usb: Fix typo in the definition of Endpoint[out]Request
2016 - USB: core: fix device node leak
2017 - USB: serial: option: add two Longcheer device ids
2018 - USB: serial: qcserial: new Sierra Wireless EM7305 device ID
2019 - xhci: Limit USB2 port wake support for AMD Promontory hosts
2020 - gfs2: Fix glock rhashtable rcu bug
2021 - Add "shutdown" to "struct class".
2022 - tpm: Issue a TPM2_Shutdown for TPM2 devices.
2023 - tpm: fix a kernel memory leak in tpm-sysfs.c
2024 - powerpc/powernv: Fix CPU_HOTPLUG=n idle.c compile error
2025 - x86/uaccess: Optimize copy_user_enhanced_fast_string() for short strings
2026 - sched/fair, cpumask: Export for_each_cpu_wrap()
2027 - sched/core: Implement new approach to scale select_idle_cpu()
2028 - sched/numa: Use down_read_trylock() for the mmap_sem
2029 - sched/numa: Override part of migrate_degrades_locality() when idle balancing
2030 - sched/fair: Simplify wake_affine() for the single socket case
2031 - sched/numa: Implement NUMA node level wake_affine()
2032 - sched/fair: Remove effective_load()
2033 - sched/numa: Hide numa_wake_affine() from UP build
2034 - xen: avoid deadlock in xenbus driver
2035 - crypto: drbg - Fixes panic in wait_for_completion call
2036 - Linux 4.12.1
2037
2038 * cxlflash update request in the Xenial SRU stream (LP: #1702521)
2039 - scsi: cxlflash: Combine the send queue locks
2040 - scsi: cxlflash: Update cxlflash_afu_sync() to return errno
2041 - scsi: cxlflash: Reset hardware queue context via specified register
2042 - scsi: cxlflash: Schedule asynchronous reset of the host
2043 - scsi: cxlflash: Handle AFU sync failures
2044 - scsi: cxlflash: Track pending scsi commands in each hardware queue
2045 - scsi: cxlflash: Flush pending commands in cleanup path
2046 - scsi: cxlflash: Add scsi command abort handler
2047 - scsi: cxlflash: Create character device to provide host management interface
2048 - scsi: cxlflash: Separate AFU internal command handling from AFU sync
2049 specifics
2050 - scsi: cxlflash: Introduce host ioctl support
2051 - scsi: cxlflash: Refactor AFU capability checking
2052 - scsi: cxlflash: Support LUN provisioning
2053 - scsi: cxlflash: Support AFU debug
2054 - scsi: cxlflash: Support WS16 unmap
2055 - scsi: cxlflash: Remove zeroing of private command data
2056 - scsi: cxlflash: Update TMF command processing
2057 - scsi: cxlflash: Avoid double free of character device
2058 - scsi: cxlflash: Update send_tmf() parameters
2059 - scsi: cxlflash: Update debug prints in reset handlers
2060
2061 * make snap-pkg support (LP: #1700747)
2062 - make snap-pkg support
2063
2064 * Quirk for non-compliant PCI bridge on HiSilicon D05 board (LP: #1698706)
2065 - SAUCE: PCI: Support hibmc VGA cards behind a misbehaving HiSilicon bridge
2066
2067 * arm64: fix crash reading /proc/kcore (LP: #1702749)
2068 - fs/proc: kcore: use kcore_list type to check for vmalloc/module address
2069 - arm64: mm: select CONFIG_ARCH_PROC_KCORE_TEXT
2070
2071 * Opal and POWER9 DD2 (LP: #1702159)
2072 - SAUCE: powerpc/powernv: Tell OPAL about our MMU mode on POWER9
2073
2074 * Data corruption with hio driver (LP: #1701316)
2075 - SAUCE: hio: Fix incorrect use of enum req_opf values
2076
2077 * Miscellaneous Ubuntu changes
2078 - SAUCE: (noup) Update spl to 0.6.5.10-1, zfs to 0.6.5.10-1ubuntu2
2079 - snapcraft.yaml: Sync with xenial
2080 - [Config] CONFIG_CAVIUM_ERRATUM_30115=y
2081
2082 * Miscellaneous upstream changes
2083 - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and
2084 MokSBState"
2085
2086 -- Seth Forshee <seth.forshee@canonical.com> Fri, 14 Jul 2017 15:25:41 -0500
2087
2088 linux (4.12.0-6.7) artful; urgency=low
2089
2090 * update ENA driver to 1.2.0k from net-next (LP: #1701575)
2091 - net: ena: change return value for unsupported features unsupported return
2092 value
2093 - net: ena: add hardware hints capability to the driver
2094 - net: ena: change sizeof() argument to be the type pointer
2095 - net: ena: add reset reason for each device FLR
2096 - net: ena: add support for out of order rx buffers refill
2097 - net: ena: allow the driver to work with small number of msix vectors
2098 - net: ena: use napi_schedule_irqoff when possible
2099 - net: ena: separate skb allocation to dedicated function
2100 - net: ena: use lower_32_bits()/upper_32_bits() to split dma address
2101 - net: ena: update driver's rx drop statistics
2102 - net: ena: update ena driver to version 1.2.0
2103
2104 * APST gets enabled against explicit kernel option (LP: #1699004)
2105 - nvme: explicitly disable APST on quirked devices
2106
2107 * Miscellaneous Ubuntu changes
2108 - SAUCE: hio: Update to Huawei ES3000_V2 (2.1.0.40)
2109 - SAUCE: hio updates for 4.12
2110 - SAUCE: Enable hio build
2111
2112 -- Seth Forshee <seth.forshee@canonical.com> Wed, 05 Jul 2017 14:23:20 -0500
2113
2114 linux (4.12.0-5.6) artful; urgency=low
2115
2116 * ERAT invalidate on context switch removal (LP: #1700819)
2117 - powerpc: Only do ERAT invalidate on radix context switch on P9 DD1
2118
2119 * powerpc: Invalidate ERAT on powersave wakeup for POWER9 (LP: #1700521)
2120 - SAUCE: powerpc: Invalidate ERAT on powersave wakeup for POWER9
2121
2122 * Miscellaneous Ubuntu changes
2123 - d-i: Move qcom-emac from arm64 to shared nic-modules
2124
2125 [ Upstream Kernel Changes ]
2126
2127 * Rebase to v4.12
2128
2129 -- Seth Forshee <seth.forshee@canonical.com> Mon, 03 Jul 2017 07:52:02 -0500
2130
2131 linux (4.12.0-4.5) artful; urgency=low
2132
2133 * aacraid driver may return uninitialized stack data to userspace
2134 (LP: #1700077)
2135 - SAUCE: scsi: aacraid: Don't copy uninitialized stack memory to userspace
2136
2137 * KILLER1435-S[0489:e0a2] BT cannot search BT 4.0 device (LP: #1699651)
2138 - Bluetooth: btusb: Add support for 0489:e0a2 QCA_ROME device
2139
2140 * AACRAID for power9 platform (LP: #1689980)
2141 - scsi: aacraid: Remove __GFP_DMA for raw srb memory
2142 - scsi: aacraid: Fix DMAR issues with iommu=pt
2143 - scsi: aacraid: Added 32 and 64 queue depth for arc natives
2144 - scsi: aacraid: Set correct Queue Depth for HBA1000 RAW disks
2145 - scsi: aacraid: Remove reset support from check_health
2146 - scsi: aacraid: Change wait time for fib completion
2147 - scsi: aacraid: Log count info of scsi cmds before reset
2148 - scsi: aacraid: Print ctrl status before eh reset
2149 - scsi: aacraid: Using single reset mask for IOP reset
2150 - scsi: aacraid: Rework IOP reset
2151 - scsi: aacraid: Add periodic checks to see IOP reset status
2152 - scsi: aacraid: Rework SOFT reset code
2153 - scsi: aacraid: Rework aac_src_restart
2154 - scsi: aacraid: Use correct function to get ctrl health
2155 - scsi: aacraid: Make sure ioctl returns on controller reset
2156 - scsi: aacraid: Enable ctrl reset for both hba and arc
2157 - scsi: aacraid: Add reset debugging statements
2158 - scsi: aacraid: Remove reference to Series-9
2159 - scsi: aacraid: Update driver version to 50834
2160
2161 * hibmc driver does not include "pci:" prefix in bus ID (LP: #1698700)
2162 - SAUCE: drm: hibmc: Use set_busid function from drm core
2163
2164 * HiSilicon D05: installer doesn't appear on VGA (LP: #1698954)
2165 - d-i: Add hibmc-drm to kernel-image udeb
2166
2167 * Fix /proc/cpuinfo revision for POWER9 DD2 (LP: #1698844)
2168 - SAUCE: powerpc: Fix /proc/cpuinfo revision for POWER9 DD2
2169
2170 * Miscellaneous Ubuntu changes
2171 - [Config] CONFIG_SATA_MV=n and CONFIG_GENERIC_PHY=n for s390x
2172 - [Config] CONFIG_ATA=n for s390x
2173 - [Config] Update annotations for 4.12
2174
2175 [ Upstream Kernel Changes ]
2176
2177 * Rebase to v4.12-rc7
2178
2179 -- Seth Forshee <seth.forshee@canonical.com> Mon, 26 Jun 2017 11:27:29 -0500
2180
2181 linux (4.12.0-3.4) artful; urgency=low
2182
2183 * Miscellaneous upstream changes
2184 - ufs: fix the logics for tail relocation
2185
2186 [ Upstream Kernel Changes ]
2187
2188 * Rebase to v4.12-rc6
2189
2190 -- Seth Forshee <seth.forshee@canonical.com> Mon, 19 Jun 2017 14:50:39 -0500
2191
2192 linux (4.12.0-2.3) artful; urgency=low
2193
2194 * CVE-2014-9900
2195 - SAUCE: (no-up) net: Zeroing the structure ethtool_wolinfo in
2196 ethtool_get_wol()
2197
2198 * System doesn't boot properly on Gigabyte AM4 motherboards (AMD Ryzen)
2199 (LP: #1671360)
2200 - pinctrl/amd: Use regular interrupt instead of chained
2201
2202 * extend-diff-ignore should use exact matches (LP: #1693504)
2203 - [Packaging] exact extend-diff-ignore matches
2204
2205 * Miscellaneous Ubuntu changes
2206 - SAUCE: efi: Don't print secure boot state from the efi stub
2207 - ubuntu: vbox -- Update to 5.1.22-dfsg-1
2208 - SAUCE: vbox fixes for 4.12
2209 - Re-enable virtualbox build
2210 - [Config] CONFIG_ORANGEFS_FS=m
2211 - SAUCE: (noup) Update spl to 0.6.5.9-1ubuntu2, zfs to 0.6.5.9-5ubuntu7
2212 - Enable zfs build
2213
2214 [ Upstream Kernel Changes ]
2215
2216 * Rebase to v4.12-rc4
2217 * Rebase to v4.12-rc5
2218
2219 -- Seth Forshee <seth.forshee@canonical.com> Sun, 11 Jun 2017 22:25:13 -0500
2220
2221 linux (4.12.0-1.2) artful; urgency=low
2222
2223 * Enable Matrox driver for Ubuntu 16.04.3 (LP: #1693337)
2224 - [Config] Enable CONFIG_DRM_MGAG200 as module
2225
2226 * Support low-pin-count devices on Hisilicon SoCs (LP: #1677319)
2227 - [Config] CONFIG_LIBIO=y on arm64 only
2228 - SAUCE: LIBIO: Introduce a generic PIO mapping method
2229 - SAUCE: OF: Add missing I/O range exception for indirect-IO devices
2230 - [Config] CONFIG_HISILICON_LPC=y
2231 - SAUCE: LPC: Support the device-tree LPC host on Hip06/Hip07
2232 - SAUCE: LIBIO: Support the dynamically logical PIO registration of ACPI host
2233 I/O
2234 - SAUCE: LPC: Add the ACPI LPC support
2235 - SAUCE: PCI: Apply the new generic I/O management on PCI IO hosts
2236 - SAUCE: PCI: Restore codepath for !CONFIG_LIBIO
2237
2238 * POWER9: Additional patches for TTY and CPU_IDLE (LP: #1674325)
2239 - SAUCE: tty: Fix ldisc crash on reopened tty
2240
2241 * Miscellaneous Ubuntu changes
2242 - [Debian] Add build-dep on libnuma-dev to enable 'perf bench numa'
2243 - Rebase to v4.12-rc3
2244
2245 [ Upstream Kernel Changes ]
2246
2247 * Rebase to v4.12-rc3
2248
2249 -- Seth Forshee <seth.forshee@canonical.com> Mon, 29 May 2017 20:56:29 -0500
2250
2251 linux (4.12.0-0.1) artful; urgency=low
2252
2253 * please enable CONFIG_ARM64_LSE_ATOMICS (LP: #1691614)
2254 - [Config] CONFIG_ARM64_LSE_ATOMICS=y
2255
2256 * [Regression] NUMA_BALANCING disabled on arm64 (LP: #1690914)
2257 - [Config] CONFIG_NUMA_BALANCING{,_DEFAULT_ENABLED}=y on arm64
2258
2259 * exec'ing a setuid binary from a threaded program sometimes fails to setuid
2260 (LP: #1672819)
2261 - SAUCE: exec: ensure file system accounting in check_unsafe_exec is correct
2262
2263 * Miscellaneous Ubuntu changes
2264 - Update find-missing-sauce.sh to compare to artful
2265 - Update dropped.txt
2266 - SAUCE: (efi-lockdown) efi: Add EFI_SECURE_BOOT bit
2267 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
2268 kernel image
2269 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
2270 mode
2271 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
2272 - SAUCE: (efi-lockdown) Restrict /dev/mem and /dev/kmem when the kernel is
2273 locked down
2274 - SAUCE: (efi-lockdown) Add a sysrq option to exit secure boot mode
2275 - SAUCE: (efi-lockdown) kexec: Disable at runtime if the kernel is locked down
2276 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
2277 reboot
2278 - SAUCE: (efi-lockdown) kexec_file: Disable at runtime if securelevel has been
2279 set
2280 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
2281 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
2282 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
2283 down
2284 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
2285 locked down
2286 - SAUCE: (efi-lockdown) x86: Restrict MSR access when the kernel is locked
2287 down
2288 - SAUCE: (efi-lockdown) asus-wmi: Restrict debugfs interface when the kernel
2289 is locked down
2290 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
2291 locked down
2292 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
2293 has been locked down
2294 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
2295 locked down
2296 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
2297 locked down
2298 - SAUCE: (efi-lockdown) Enable cold boot attack mitigation
2299 - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the
2300 kernel is locked down
2301 - SAUCE: (efi-lockdown) scsi: Lock down the eata driver
2302 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
2303 down
2304 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
2305 - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to
2306 secondary keyring
2307 - SAUCE: (efi-lockdown) efi: Add EFI signature data types
2308 - SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser
2309 - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot
2310 - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed
2311 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
2312 - SAUCE: (efi-lockdown) efi: Add secure_boot state and status bit for
2313 MokSBState
2314 - SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and MokSBState
2315 - [Config] Set values for UEFI secure boot lockdown options
2316 - Disable virtualbox build
2317 - Disable hio build
2318 - SAUCE: securityfs: Replace CURRENT_TIME with current_time()
2319 - Disable zfs build
2320 - [Debian] Work out upstream tag for use with gen-auto-reconstruct
2321 - SAUCE: Import aufs driver
2322 - SAUCE: aufs -- Include linux/mm.h in fs/aufs/file.h
2323 - [Config] Enable aufs
2324 - SAUCE: perf callchain: Include errno.h on x86 unconditinally
2325
2326 [ Upstream Kernel Changes ]
2327
2328 * Rebase to v4.12-rc2
2329
2330 -- Seth Forshee <seth.forshee@canonical.com> Sun, 21 May 2017 23:44:44 -0500
2331
2332 linux (4.11.0-3.8) artful; urgency=low
2333
2334 [ Seth Forshee ]
2335
2336 * Release Tracking Bug
2337 - LP: #1690999
2338
2339 * apparmor_parser hangs indefinitely when called by multiple threads
2340 (LP: #1645037)
2341 - SAUCE: apparmor: fix lock ordering for mkdir
2342
2343 * apparmor leaking securityfs pin count (LP: #1660846)
2344 - SAUCE: apparmor: fix leak on securityfs pin count
2345
2346 * apparmor reference count leak when securityfs_setup_d_inode\ () fails
2347 (LP: #1660845)
2348 - SAUCE: apparmor: fix reference count leak when securityfs_setup_d_inode()
2349 fails
2350
2351 * apparmor not checking error if security_pin_fs() fails (LP: #1660842)
2352 - SAUCE: apparmor: fix not handling error case when securityfs_pin_fs() fails
2353
2354 * libvirt profile is blocking global setrlimit despite having no rlimit rule
2355 (LP: #1679704)
2356 - SAUCE: apparmor: fix complain mode failure for rlimit mediation
2357 - apparmor: update auditing of rlimit check to provide capability information
2358
2359 * apparmor: does not provide a way to detect policy updataes (LP: #1678032)
2360 - SAUCE: apparmor: add policy revision file interface
2361
2362 * apparmor does not make support of query data visible (LP: #1678023)
2363 - SAUCE: apparmor: add label data availability to the feature set
2364
2365 * apparmor query interface does not make supported query info available
2366 (LP: #1678030)
2367 - SAUCE: apparmor: add information about the query inteface to the feature set
2368
2369 * change_profile incorrect when using namespaces with a compound stack
2370 (LP: #1677959)
2371 - SAUCE: apparmor: fix label parse for stacked labels
2372
2373 * Regression in 4.4.0-65-generic causes very frequent system crashes
2374 (LP: #1669611)
2375 - apparmor: sync of apparmor 3.6+ (17.04)
2376
2377 * Artful update to 4.11.1 stable release (LP: #1690814)
2378 - dm ioctl: prevent stack leak in dm ioctl call
2379 - drm/sti: fix GDP size to support up to UHD resolution
2380 - power: supply: lp8788: prevent out of bounds array access
2381 - brcmfmac: Ensure pointer correctly set if skb data location changes
2382 - brcmfmac: Make skb header writable before use
2383 - sparc64: fix fault handling in NGbzero.S and GENbzero.S
2384 - refcount: change EXPORT_SYMBOL markings
2385 - net: macb: fix phy interrupt parsing
2386 - tcp: fix access to sk->sk_state in tcp_poll()
2387 - geneve: fix incorrect setting of UDP checksum flag
2388 - bpf: enhance verifier to understand stack pointer arithmetic
2389 - bpf, arm64: fix jit branch offset related to ldimm64
2390 - tcp: fix wraparound issue in tcp_lp
2391 - net: ipv6: Do not duplicate DAD on link up
2392 - net: usb: qmi_wwan: add Telit ME910 support
2393 - tcp: do not inherit fastopen_req from parent
2394 - ipv4, ipv6: ensure raw socket message is big enough to hold an IP header
2395 - rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME string
2396 - ipv6: initialize route null entry in addrconf_init()
2397 - ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notf
2398 - tcp: randomize timestamps on syncookies
2399 - bnxt_en: allocate enough space for ->ntp_fltr_bmap
2400 - bpf: don't let ldimm64 leak map addresses on unprivileged
2401 - net: mdio-mux: bcm-iproc: call mdiobus_free() in error path
2402 - f2fs: sanity check segment count
2403 - xen/arm,arm64: fix xen_dma_ops after 815dd18 "Consolidate get_dma_ops..."
2404 - xen: Revert commits da72ff5bfcb0 and 72a9b186292d
2405 - block: get rid of blk_integrity_revalidate()
2406 - Linux 4.11.1
2407
2408 * Module signing exclusion for staging drivers does not work properly
2409 (LP: #1690908)
2410 - SAUCE: Fix module signing exclusion in package builds
2411
2412 * perf: qcom: Add L3 cache PMU driver (LP: #1689856)
2413 - [Config] CONFIG_QCOM_L3_PMU=y
2414 - perf: qcom: Add L3 cache PMU driver
2415
2416 * No PMU support for ACPI-based arm64 systems (LP: #1689661)
2417 - drivers/perf: arm_pmu: rework per-cpu allocation
2418 - drivers/perf: arm_pmu: manage interrupts per-cpu
2419 - drivers/perf: arm_pmu: split irq request from enable
2420 - drivers/perf: arm_pmu: remove pointless PMU disabling
2421 - drivers/perf: arm_pmu: define armpmu_init_fn
2422 - drivers/perf: arm_pmu: fold init into alloc
2423 - drivers/perf: arm_pmu: factor out pmu registration
2424 - drivers/perf: arm_pmu: simplify cpu_pmu_request_irqs()
2425 - drivers/perf: arm_pmu: handle no platform_device
2426 - drivers/perf: arm_pmu: rename irq request/free functions
2427 - drivers/perf: arm_pmu: split cpu-local irq request/free
2428 - drivers/perf: arm_pmu: move irq request/free into probe
2429 - drivers/perf: arm_pmu: split out platform device probe logic
2430 - arm64: add function to get a cpu's MADT GICC table
2431 - [Config] CONFIG_ARM_PMU_ACPI=y
2432 - drivers/perf: arm_pmu: add ACPI framework
2433 - arm64: pmuv3: handle !PMUv3 when probing
2434 - arm64: pmuv3: use arm_pmu ACPI framework
2435
2436 * Fix NVLINK2 TCE route (LP: #1690155)
2437 - powerpc/powernv: Fix TCE kill on NVLink2
2438
2439 * CVE-2017-0605
2440 - tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline()
2441
2442 * Miscellaneous Ubuntu changes
2443 - [Config] Restore powerpc arch to annotations file
2444 - [Config] Disable runtime testing modules
2445 - [Config] Disable drivers not needed on s390x
2446 - [Config] Update annotations for 4.11
2447 - [Config] updateconfigs after apparmor updates
2448
2449 * Miscellaneous upstream changes
2450 - apparmor: use SHASH_DESC_ON_STACK
2451 - apparmor: fix invalid reference to index variable of iterator line 836
2452 - apparmor: fix parameters so that the permission test is bypassed at boot
2453 - apparmor: Make path_max parameter readonly
2454 - apparmorfs: Combine two function calls into one in aa_fs_seq_raw_abi_show()
2455 - apparmorfs: Use seq_putc() in two functions
2456 - apparmor: provide information about path buffer size at boot
2457 - apparmor: add/use fns to print hash string hex value
2458
2459 -- Seth Forshee <seth.forshee@canonical.com> Tue, 16 May 2017 00:39:13 -0500
2460
2461 linux (4.11.0-2.7) artful; urgency=low
2462
2463 * kernel-wedge fails in artful due to leftover squashfs-modules d-i files
2464 (LP: #1688259)
2465 - Remove squashfs-modules files from d-i
2466 - [Config] as squashfs-modules is builtin kernel-image must Provides: it
2467
2468 * [Zesty] d-i: replace msm_emac with qcom_emac (LP: #1677297)
2469 - Revert "UBUNTU: d-i: initrd needs msm_emac on amberwing platform."
2470 - d-i: initrd needs qcom_emac on amberwing platform.
2471
2472 * update for V3 kernel bits and improved multiple fan slice support
2473 (LP: #1470091)
2474 - SAUCE: fan: tunnel multiple mapping mode (v3)
2475
2476 * Miscellaneous Ubuntu changes
2477 - SAUCE: (noup) Update spl to 0.6.5.9-1ubuntu1, zfs to 0.6.5.9-5ubuntu5
2478 - Enable zfs
2479 - SAUCE: fan: add VXLAN implementation
2480 - SAUCE: (efi-lockdown) efi: Add EFI_SECURE_BOOT bit
2481 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
2482 kernel image
2483 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
2484 mode
2485 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
2486 - SAUCE: (efi-lockdown) Restrict /dev/mem and /dev/kmem when the kernel is
2487 locked down
2488 - SAUCE: (efi-lockdown) Add a sysrq option to exit secure boot mode
2489 - SAUCE: (efi-lockdown) kexec: Disable at runtime if the kernel is locked down
2490 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
2491 reboot
2492 - SAUCE: (efi-lockdown) kexec_file: Disable at runtime if securelevel has been
2493 set
2494 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
2495 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
2496 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
2497 down
2498 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
2499 locked down
2500 - SAUCE: (efi-lockdown) x86: Restrict MSR access when the kernel is locked
2501 down
2502 - SAUCE: (efi-lockdown) asus-wmi: Restrict debugfs interface when the kernel
2503 is locked down
2504 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
2505 locked down
2506 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
2507 has been locked down
2508 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
2509 locked down
2510 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
2511 locked down
2512 - SAUCE: (efi-lockdown) Enable cold boot attack mitigation
2513 - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the
2514 kernel is locked down
2515 - SAUCE: (efi-lockdown) scsi: Lock down the eata driver
2516 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
2517 down
2518 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
2519 - SAUCE: (efi-lockdown) Add EFI signature data types
2520 - SAUCE: (efi-lockdown) Add an EFI signature blob parser and key loader.
2521 - SAUCE: (efi-lockdown) KEYS: Add a system blacklist keyring
2522 - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot
2523 - SAUCE: (efi-lockdown) MODSIGN: Support not importing certs from db
2524 - SAUCE: (efi-lockdown) MODSIGN: Don't try secure boot if EFI runtime is
2525 disabled
2526 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
2527 - SAUCE: (efi-lockdown) efi: Add secure_boot state and status bit for
2528 MokSBState
2529 - SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and MokSBState
2530 - [Config] Set values for UEFI secure boot lockdown options
2531 - Update dropped.txt
2532
2533 [ Upstream Kernel Changes ]
2534
2535 * rebase to v4.11
2536
2537 -- Seth Forshee <seth.forshee@canonical.com> Fri, 05 May 2017 07:43:14 -0500
2538
2539 linux (4.11.0-1.6) artful; urgency=low
2540
2541 * Miscellaneous Ubuntu changes
2542 - [Debian] Use default compression for all packages
2543 - SAUCE: (namespace) block_dev: Support checking inode permissions in
2544 lookup_bdev()
2545 - SAUCE: (namespace) block_dev: Check permissions towards block device inode
2546 when mounting
2547 - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode
2548 when mounting
2549 - SAUCE: (namespace) fs: Allow superblock owner to change ownership of inodes
2550 - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID for userns root
2551 - SAUCE: (namespace) fs: Allow superblock owner to access do_remount_sb()
2552 - SAUCE: (namespace) capabilities: Allow privileged user in s_user_ns to set
2553 security.* xattrs
2554 - SAUCE: (namespace) fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw
2555 filesystems
2556 - SAUCE: (namespace) fuse: Add support for pid namespaces
2557 - SAUCE: (namespace) fuse: Support fuse filesystems outside of init_user_ns
2558 - SAUCE: (namespace) fuse: Restrict allow_other to the superblock's namespace
2559 or a descendant
2560 - SAUCE: (namespace) fuse: Allow user namespace mounts
2561 - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user
2562 namespaces
2563 - SAUCE: (namespace) evm: Don't update hmacs in user ns mounts
2564 - SAUCE: (namespace) ext4: Add module parameter to enable user namespace
2565 mounts
2566 - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is
2567 opened for writing
2568
2569 -- Seth Forshee <seth.forshee@canonical.com> Wed, 26 Apr 2017 10:08:29 -0500
2570
2571 linux (4.11.0-0.5) artful; urgency=low
2572
2573 * [Hyper-V][SAUCE] pci-hyperv: Use only 16 bit integer for PCI domain
2574 (LP: #1684971)
2575 - SAUCE: pci-hyperv: Use only 16 bit integer for PCI domain
2576
2577 * [Hyper-V] Ubuntu 14.04.2 LTS Generation 2 SCSI Errors on VSS Based Backups
2578 (LP: #1470250)
2579 - SAUCE: Tools: hv: vss: Thaw the filesystem and continue after freeze fails
2580
2581 * Enable virtual scsi server driver for Power (LP: #1615665)
2582 - SAUCE: Return TCMU-generated sense data to fabric module
2583
2584 * include/linux/security.h header syntax error with !CONFIG_SECURITYFS
2585 (LP: #1630990)
2586 - SAUCE: (no-up) include/linux/security.h -- fix syntax error with
2587 CONFIG_SECURITYFS=n
2588
2589 * Miscellaneous Ubuntu changes
2590 - SAUCE: Import aufs driver
2591 - [Config] Enable aufs
2592 - [Debian] Add script to update virtualbox
2593 - ubuntu: vbox -- Update to 5.1.20-dfsg-2
2594 - Enable vbox
2595 - SAUCE: aufs -- Include linux/mm.h in fs/aufs/file.h
2596
2597 [ Upstream Kernel Changes ]
2598
2599 * rebase to v4.11-rc8
2600
2601 -- Seth Forshee <seth.forshee@canonical.com> Tue, 25 Apr 2017 13:42:54 -0500
2602
2603 linux (4.11.0-0.4) zesty; urgency=low
2604
2605 * POWER9: Improve performance on memory management (LP: #1681429)
2606 - SAUCE: powerpc/mm/radix: Don't do page walk cache flush when doing full mm
2607 flush
2608 - SAUCE: powerpc/mm/radix: Remove unnecessary ptesync
2609
2610 * Miscellaneous Ubuntu changes
2611 - find-missing-sauce.sh
2612
2613 [ Upstream Kernel Changes ]
2614
2615 * rebase to v4.11-rc7
2616
2617 -- Seth Forshee <seth.forshee@canonical.com> Tue, 18 Apr 2017 08:19:43 -0500
2618
2619 linux (4.11.0-0.3) zesty; urgency=low
2620
2621 * Disable CONFIG_HVC_UDBG on ppc64el (LP: #1680888)
2622 - [Config] Disable CONFIG_HVC_UDBG on ppc64el
2623
2624 * smartpqi driver needed in initram disk and installer (LP: #1680156)
2625 - [Config] Add smartpqi to d-i
2626
2627 * Disable CONFIG_SECURITY_SELINUX_DISABLE (LP: #1680315)
2628 - [Config] CONFIG_SECURITY_SELINUX_DISABLE=n
2629
2630 * Miscellaneous Ubuntu changes
2631 - [Config] flash-kernel should be a Breaks
2632 - [Config] drop the info directory
2633 - [Config] drop NOTES as obsolete
2634 - [Config] drop changelog.historical as obsolete
2635 - rebase to v4.11-rc6
2636
2637 [ Upstream Kernel Changes ]
2638
2639 * rebase to v4.11-rc6
2640
2641 -- Tim Gardner <tim.gardner@canonical.com> Tue, 11 Apr 2017 07:16:52 -0600
2642
2643 linux (4.11.0-0.2) zesty; urgency=low
2644
2645 [ Upstream Kernel Changes ]
2646
2647 * rebase to v4.11-rc5
2648
2649 -- Tim Gardner <tim.gardner@canonical.com> Mon, 03 Apr 2017 08:26:07 +0100
2650
2651 linux (4.11.0-0.1) zesty; urgency=low
2652
2653 [ Upstream Kernel Changes ]
2654
2655 * rebase to v4.11-rc4
2656 - LP: #1591053
2657
2658 -- Tim Gardner <tim.gardner@canonical.com> Mon, 20 Mar 2017 05:15:32 -0600
2659
2660 linux (4.11.0-0.0) zesty; urgency=low
2661
2662 * dummy entry
2663
2664 -- Tim Gardner <tim.gardner@canonical.com> Mon, 20 Mar 2017 05:15:32 -0600