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