]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - debian.raspi2/changelog
UBUNTU: Start new release
[mirror_ubuntu-artful-kernel.git] / debian.raspi2 / changelog
1 linux-raspi2 (4.13.0-1012.12) 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 -- Khalid Elmously <khalid.elmously@canonical.com> Wed, 07 Feb 2018 15:07:11 -0500
8
9 linux-raspi2 (4.13.0-1011.11) artful; urgency=low
10
11 * linux-raspi2: 4.13.0-1011.11 -proposed tracker (LP: #1741963)
12
13 [ Ubuntu: 4.13.0-25.29 ]
14
15 * linux: 4.13.0-25.29 -proposed tracker (LP: #1741955)
16 * CVE-2017-5754
17 - Revert "UBUNTU: [Config] updateconfigs to enable PTI"
18 - [Config] Enable PTI with UNWINDER_FRAME_POINTER
19
20 [ Ubuntu: 4.13.0-24.28 ]
21
22 * linux: 4.13.0-24.28 -proposed tracker (LP: #1741745)
23 * CVE-2017-5754
24 - x86/cpu, x86/pti: Do not enable PTI on AMD processors
25
26 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Tue, 09 Jan 2018 10:46:24 +0100
27
28 linux-raspi2 (4.13.0-1010.10) artful; urgency=low
29
30 * linux-raspi2: 4.13.0-1010.10 -proposed tracker (LP: #1741562)
31
32 [ Ubuntu: 4.13.0-23.27 ]
33
34 * linux: 4.13.0-23.27 -proposed tracker (LP: #1741556)
35 * CVE-2017-5754
36 - x86/mm: Add the 'nopcid' boot option to turn off PCID
37 - x86/mm: Enable CR4.PCIDE on supported systems
38 - x86/mm: Document how CR4.PCIDE restore works
39 - x86/entry/64: Refactor IRQ stacks and make them NMI-safe
40 - x86/entry/64: Initialize the top of the IRQ stack before switching stacks
41 - x86/entry/64: Add unwind hint annotations
42 - xen/x86: Remove SME feature in PV guests
43 - x86/xen/64: Rearrange the SYSCALL entries
44 - irq: Make the irqentry text section unconditional
45 - x86/xen/64: Fix the reported SS and CS in SYSCALL
46 - x86/paravirt/xen: Remove xen_patch()
47 - x86/traps: Simplify pagefault tracing logic
48 - x86/idt: Unify gate_struct handling for 32/64-bit kernels
49 - x86/asm: Replace access to desc_struct:a/b fields
50 - x86/xen: Get rid of paravirt op adjust_exception_frame
51 - x86/paravirt: Remove no longer used paravirt functions
52 - x86/entry: Fix idtentry unwind hint
53 - x86/mm/64: Initialize CR4.PCIDE early
54 - objtool: Add ORC unwind table generation
55 - objtool, x86: Add facility for asm code to provide unwind hints
56 - x86/unwind: Add the ORC unwinder
57 - x86/kconfig: Consolidate unwinders into multiple choice selection
58 - objtool: Upgrade libelf-devel warning to error for CONFIG_ORC_UNWINDER
59 - x86/ldt/64: Refresh DS and ES when modify_ldt changes an entry
60 - x86/mm: Give each mm TLB flush generation a unique ID
61 - x86/mm: Track the TLB's tlb_gen and update the flushing algorithm
62 - x86/mm: Rework lazy TLB mode and TLB freshness tracking
63 - x86/mm: Implement PCID based optimization: try to preserve old TLB entries
64 using PCID
65 - x86/mm: Factor out CR3-building code
66 - x86/mm/64: Stop using CR3.PCID == 0 in ASID-aware code
67 - x86/mm: Flush more aggressively in lazy TLB mode
68 - Revert "x86/mm: Stop calling leave_mm() in idle code"
69 - kprobes/x86: Set up frame pointer in kprobe trampoline
70 - x86/tracing: Introduce a static key for exception tracing
71 - x86/boot: Add early cmdline parsing for options with arguments
72 - mm, x86/mm: Fix performance regression in get_user_pages_fast()
73 - x86/asm: Remove unnecessary \n\t in front of CC_SET() from asm templates
74 - objtool: Don't report end of section error after an empty unwind hint
75 - x86/head: Remove confusing comment
76 - x86/head: Remove unused 'bad_address' code
77 - x86/head: Fix head ELF function annotations
78 - x86/boot: Annotate verify_cpu() as a callable function
79 - x86/xen: Fix xen head ELF annotations
80 - x86/xen: Add unwind hint annotations
81 - x86/head: Add unwind hint annotations
82 - ACPI / APEI: adjust a local variable type in ghes_ioremap_pfn_irq()
83 - x86/unwinder: Make CONFIG_UNWINDER_ORC=y the default in the 64-bit defconfig
84 - x86/fpu/debug: Remove unused 'x86_fpu_state' and 'x86_fpu_deactivate_state'
85 tracepoints
86 - x86/unwind: Rename unwinder config options to 'CONFIG_UNWINDER_*'
87 - x86/unwind: Make CONFIG_UNWINDER_ORC=y the default in kconfig for 64-bit
88 - bitops: Add clear/set_bit32() to linux/bitops.h
89 - x86/cpuid: Add generic table for CPUID dependencies
90 - x86/fpu: Parse clearcpuid= as early XSAVE argument
91 - x86/fpu: Make XSAVE check the base CPUID features before enabling
92 - x86/fpu: Remove the explicit clearing of XSAVE dependent features
93 - x86/platform/UV: Convert timers to use timer_setup()
94 - objtool: Print top level commands on incorrect usage
95 - x86/cpuid: Prevent out of bound access in do_clear_cpu_cap()
96 - x86/entry: Use SYSCALL_DEFINE() macros for sys_modify_ldt()
97 - mm/sparsemem: Allocate mem_section at runtime for CONFIG_SPARSEMEM_EXTREME=y
98 - x86/kasan: Use the same shadow offset for 4- and 5-level paging
99 - x86/xen: Provide pre-built page tables only for CONFIG_XEN_PV=y and
100 CONFIG_XEN_PVH=y
101 - x86/xen: Drop 5-level paging support code from the XEN_PV code
102 - ACPI / APEI: remove the unused dead-code for SEA/NMI notification type
103 - x86/asm: Don't use the confusing '.ifeq' directive
104 - x86/build: Beautify build log of syscall headers
105 - x86/mm/64: Rename the register_page_bootmem_memmap() 'size' parameter to
106 'nr_pages'
107 - x86/cpufeatures: Enable new SSE/AVX/AVX512 CPU features
108 - x86/mm: Relocate page fault error codes to traps.h
109 - x86/boot: Relocate definition of the initial state of CR0
110 - ptrace,x86: Make user_64bit_mode() available to 32-bit builds
111 - x86/entry/64: Remove the restore_c_regs_and_iret label
112 - x86/entry/64: Split the IRET-to-user and IRET-to-kernel paths
113 - x86/entry/64: Move SWAPGS into the common IRET-to-usermode path
114 - x86/entry/64: Simplify reg restore code in the standard IRET paths
115 - x86/entry/64: Shrink paranoid_exit_restore and make labels local
116 - x86/entry/64: Use pop instead of movq in syscall_return_via_sysret
117 - x86/entry/64: Merge the fast and slow SYSRET paths
118 - x86/entry/64: Use POP instead of MOV to restore regs on NMI return
119 - x86/entry/64: Remove the RESTORE_..._REGS infrastructure
120 - xen, x86/entry/64: Add xen NMI trap entry
121 - x86/entry/64: De-Xen-ify our NMI code
122 - x86/entry/32: Pull the MSR_IA32_SYSENTER_CS update code out of
123 native_load_sp0()
124 - x86/entry/64: Pass SP0 directly to load_sp0()
125 - x86/entry: Add task_top_of_stack() to find the top of a task's stack
126 - x86/xen/64, x86/entry/64: Clean up SP code in cpu_initialize_context()
127 - x86/entry/64: Stop initializing TSS.sp0 at boot
128 - x86/entry/64: Remove all remaining direct thread_struct::sp0 reads
129 - x86/entry/32: Fix cpu_current_top_of_stack initialization at boot
130 - x86/entry/64: Remove thread_struct::sp0
131 - x86/traps: Use a new on_thread_stack() helper to clean up an assertion
132 - x86/entry/64: Shorten TEST instructions
133 - x86/cpuid: Replace set/clear_bit32()
134 - bitops: Revert cbe96375025e ("bitops: Add clear/set_bit32() to
135 linux/bitops.h")
136 - x86/mm: Define _PAGE_TABLE using _KERNPG_TABLE
137 - x86/cpufeatures: Re-tabulate the X86_FEATURE definitions
138 - x86/cpufeatures: Fix various details in the feature definitions
139 - selftests/x86/protection_keys: Fix syscall NR redefinition warnings
140 - selftests/x86/ldt_gdt: Robustify against set_thread_area() and LAR oddities
141 - selftests/x86/ldt_gdt: Add infrastructure to test set_thread_area()
142 - selftests/x86/ldt_gdt: Run most existing LDT test cases against the GDT as
143 well
144 - selftests/x86/ldt_get: Add a few additional tests for limits
145 - ACPI / APEI: Replace ioremap_page_range() with fixmap
146 - x86/virt, x86/platform: Merge 'struct x86_hyper' into 'struct x86_platform'
147 and 'struct x86_init'
148 - x86/virt: Add enum for hypervisors to replace x86_hyper
149 - drivers/misc/intel/pti: Rename the header file to free up the namespace
150 - x86/cpufeature: Add User-Mode Instruction Prevention definitions
151 - x86: Make X86_BUG_FXSAVE_LEAK detectable in CPUID on AMD
152 - perf/x86: Enable free running PEBS for REGS_USER/INTR
153 - bpf: fix build issues on um due to mising bpf_perf_event.h
154 - locking/barriers: Add implicit smp_read_barrier_depends() to READ_ONCE()
155 - locking/barriers: Convert users of lockless_dereference() to READ_ONCE()
156 - x86/mm/kasan: Don't use vmemmap_populate() to initialize shadow
157 - mm/sparsemem: Fix ARM64 boot crash when CONFIG_SPARSEMEM_EXTREME=y
158 - objtool: Move synced files to their original relative locations
159 - objtool: Move kernel headers/code sync check to a script
160 - objtool: Fix cross-build
161 - tools/headers: Sync objtool UAPI header
162 - objtool: Fix 64-bit build on 32-bit host
163 - x86/decoder: Fix and update the opcodes map
164 - x86/decoder: Add new TEST instruction pattern
165 - x86/insn-eval: Add utility functions to get segment selector
166 - x86/entry/64/paravirt: Use paravirt-safe macro to access eflags
167 - x86/unwinder/orc: Dont bail on stack overflow
168 - x86/unwinder: Handle stack overflows more gracefully
169 - x86/irq: Remove an old outdated comment about context tracking races
170 - x86/irq/64: Print the offending IP in the stack overflow warning
171 - x86/entry/64: Allocate and enable the SYSENTER stack
172 - x86/dumpstack: Add get_stack_info() support for the SYSENTER stack
173 - x86/entry/gdt: Put per-CPU GDT remaps in ascending order
174 - x86/mm/fixmap: Generalize the GDT fixmap mechanism, introduce struct
175 cpu_entry_area
176 - x86/kasan/64: Teach KASAN about the cpu_entry_area
177 - x86/entry: Fix assumptions that the HW TSS is at the beginning of cpu_tss
178 - x86/dumpstack: Handle stack overflow on all stacks
179 - x86/entry: Move SYSENTER_stack to the beginning of struct tss_struct
180 - x86/entry: Remap the TSS into the CPU entry area
181 - x86/entry/64: Separate cpu_current_top_of_stack from TSS.sp0
182 - x86/espfix/64: Stop assuming that pt_regs is on the entry stack
183 - x86/entry/64: Use a per-CPU trampoline stack for IDT entries
184 - x86/entry/64: Return to userspace from the trampoline stack
185 - x86/entry/64: Create a per-CPU SYSCALL entry trampoline
186 - x86/entry/64: Move the IST stacks into struct cpu_entry_area
187 - x86/entry/64: Remove the SYSENTER stack canary
188 - x86/entry: Clean up the SYSENTER_stack code
189 - x86/entry/64: Make cpu_entry_area.tss read-only
190 - x86/paravirt: Dont patch flush_tlb_single
191 - x86/paravirt: Provide a way to check for hypervisors
192 - x86/cpufeatures: Make CPU bugs sticky
193 - x86/Kconfig: Limit NR_CPUS on 32-bit to a sane amount
194 - x86/mm/dump_pagetables: Check PAGE_PRESENT for real
195 - x86/mm/dump_pagetables: Make the address hints correct and readable
196 - x86/vsyscall/64: Explicitly set _PAGE_USER in the pagetable hierarchy
197 - x86/vsyscall/64: Warn and fail vsyscall emulation in NATIVE mode
198 - arch, mm: Allow arch_dup_mmap() to fail
199 - x86/ldt: Rework locking
200 - x86/ldt: Prevent LDT inheritance on exec
201 - x86/mm/64: Improve the memory map documentation
202 - x86/doc: Remove obvious weirdnesses from the x86 MM layout documentation
203 - x86/entry: Rename SYSENTER_stack to CPU_ENTRY_AREA_entry_stack
204 - x86/uv: Use the right TLB-flush API
205 - x86/microcode: Dont abuse the TLB-flush interface
206 - x86/mm: Use __flush_tlb_one() for kernel memory
207 - x86/mm: Remove superfluous barriers
208 - x86/mm: Add comments to clarify which TLB-flush functions are supposed to
209 flush what
210 - x86/mm: Move the CR3 construction functions to tlbflush.h
211 - x86/mm: Remove hard-coded ASID limit checks
212 - x86/mm: Put MMU to hardware ASID translation in one place
213 - x86/mm: Create asm/invpcid.h
214 - x86/cpu_entry_area: Move it to a separate unit
215 - x86/cpu_entry_area: Move it out of the fixmap
216 - init: Invoke init_espfix_bsp() from mm_init()
217 - x86/cpu_entry_area: Prevent wraparound in setup_cpu_entry_area_ptes() on
218 32bit
219 - x86/cpufeatures: Add X86_BUG_CPU_INSECURE
220 - x86/mm/pti: Disable global pages if PAGE_TABLE_ISOLATION=y
221 - x86/mm/pti: Prepare the x86/entry assembly code for entry/exit CR3 switching
222 - x86/mm/pti: Add infrastructure for page table isolation
223 - x86/pti: Add the pti= cmdline option and documentation
224 - x86/mm/pti: Add mapping helper functions
225 - x86/mm/pti: Allow NX poison to be set in p4d/pgd
226 - x86/mm/pti: Allocate a separate user PGD
227 - x86/mm/pti: Populate user PGD
228 - x86/mm/pti: Add functions to clone kernel PMDs
229 - x86/mm/pti: Force entry through trampoline when PTI active
230 - x86/mm/pti: Share cpu_entry_area with user space page tables
231 - x86/entry: Align entry text section to PMD boundary
232 - x86/mm/pti: Share entry text PMD
233 - x86/mm/pti: Map ESPFIX into user space
234 - x86/cpu_entry_area: Add debugstore entries to cpu_entry_area
235 - x86/events/intel/ds: Map debug buffers in cpu_entry_area
236 - x86/mm/64: Make a full PGD-entry size hole in the memory map
237 - x86/pti: Put the LDT in its own PGD if PTI is on
238 - x86/pti: Map the vsyscall page if needed
239 - x86/mm: Allow flushing for future ASID switches
240 - x86/mm: Abstract switching CR3
241 - x86/mm: Use/Fix PCID to optimize user/kernel switches
242 - x86/mm: Optimize RESTORE_CR3
243 - x86/mm: Use INVPCID for __native_flush_tlb_single()
244 - x86/mm: Clarify the whole ASID/kernel PCID/user PCID naming
245 - x86/dumpstack: Indicate in Oops whether PTI is configured and enabled
246 - x86/mm/pti: Add Kconfig
247 - x86/mm/dump_pagetables: Add page table directory to the debugfs VFS
248 hierarchy
249 - x86/mm/dump_pagetables: Check user space page table for WX pages
250 - x86/mm/dump_pagetables: Allow dumping current pagetables
251 - x86/ldt: Make the LDT mapping RO
252 - x86/smpboot: Remove stale TLB flush invocations
253 - x86/mm: Remove preempt_disable/enable() from __native_flush_tlb()
254 - x86/ldt: Plug memory leak in error path
255 - x86/ldt: Make LDT pgtable free conditional
256 - [Config] updateconfigs to enable PTI
257 - kvm: x86: fix RSM when PCID is non-zero
258 - x86/pti: Switch to kernel CR3 at early in entry_SYSCALL_compat()
259 - SAUCE: only attempt to use PCID in 64 bit builds
260 - SAUCE: BODGE: temporarily disable some kprobe trace points which are
261 cratering
262 - s390/mm: use generic mm_hooks
263 - objtool: use sh to invoke sync-check.sh in the Makefile
264 * CVE-2017-17862
265 - bpf: fix branch pruning logic
266 * CVE-2017-17864
267 - SAUCE: bpf/verifier: Fix states_equal() comparison of pointer and UNKNOWN
268 * CVE-2017-16995
269 - bpf: fix incorrect sign extension in check_alu_op()
270 * CVE-2017-17863
271 - SAUCE: bpf: reject out-of-bounds stack pointer calculation
272
273 [ Ubuntu: 4.13.0-21.24 ]
274
275 * linux: 4.13.0-21.24 -proposed tracker (LP: #1738823)
276 * Ubuntu 17.10 corrupting BIOS - many LENOVO laptops models (LP: #1734147)
277 - [Config] CONFIG_SPI_INTEL_SPI_PLATFORM=n
278
279 -- Stefan Bader <stefan.bader@canonical.com> Sun, 07 Jan 2018 12:04:34 +0100
280
281 linux-raspi2 (4.13.0-1008.8) artful; urgency=low
282
283 * linux-raspi2: 4.13.0-1008.8 -proposed tracker (LP: #1736125)
284
285 [ Ubuntu: 4.13.0-19.22 ]
286
287 * linux: 4.13.0-19.22 -proposed tracker (LP: #1736118)
288 * CVE-2017-1000405
289 - mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()
290
291 -- Stefan Bader <stefan.bader@canonical.com> Mon, 04 Dec 2017 14:06:40 +0100
292
293 linux-raspi2 (4.13.0-1007.7) artful; urgency=low
294
295 * linux-raspi2: 4.13.0-1007.7 -proposed tracker (LP: #1733536)
296
297 * Dropped "staging: bcm2835-audio: Fix memory corruption" from the
298 raspi2 tree in favour of the upstream change with the same name
299 but slightly different content (LP: #1731951).
300
301 [ Ubuntu: 4.13.0-18.21 ]
302
303 * linux: 4.13.0-18.21 -proposed tracker (LP: #1733530)
304 * NVMe timeout is too short (LP: #1729119)
305 - nvme: update timeout module parameter type
306 * CPU call trace on AMD Raven Ridge after S3 (LP: #1732894)
307 - x86/mce/AMD: Allow any CPU to initialize the smca_banks array
308 * Set PANIC_TIMEOUT=10 on Power Systems (LP: #1730660)
309 - [Config]: Set PANIC_TIMEOUT=10 on ppc64el
310 * Cannot pair BLE remote devices when using combo BT SoC (LP: #1731467)
311 - Bluetooth: increase timeout for le auto connections
312 * enable CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH easily confuse users
313 (LP: #1732627)
314 - [Config] CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH=n
315 * Plantronics P610 does not support sample rate reading (LP: #1719853)
316 - ALSA: usb-audio: Add sample rate quirk for Plantronics P610
317 * Allow drivers to use Relaxed Ordering on capable root ports (LP: #1721365)
318 - Revert commit 1a8b6d76dc5b ("net:add one common config...")
319 - net: ixgbe: Use new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flag
320 * support GICv3 ITS save/restore & migration (LP: #1710019)
321 - KVM: arm/arm64: vgic-its: Fix return value for device table restore
322 * Device hotplugging with MPT SAS cannot work for VMWare ESXi (LP: #1730852)
323 - scsi: mptsas: Fixup device hotplug for VMWare ESXi
324 * Artful update to 4.13.13 stable release (LP: #1732726)
325 - netfilter: nat: Revert "netfilter: nat: convert nat bysrc hash to
326 rhashtable"
327 - netfilter: nft_set_hash: disable fast_ops for 2-len keys
328 - workqueue: Fix NULL pointer dereference
329 - crypto: ccm - preserve the IV buffer
330 - crypto: x86/sha1-mb - fix panic due to unaligned access
331 - crypto: x86/sha256-mb - fix panic due to unaligned access
332 - KEYS: fix NULL pointer dereference during ASN.1 parsing [ver #2]
333 - ACPI / PM: Blacklist Low Power S0 Idle _DSM for Dell XPS13 9360
334 - ARM: 8720/1: ensure dump_instr() checks addr_limit
335 - ALSA: timer: Limit max instances per timer
336 - ALSA: usb-audio: support new Amanero Combo384 firmware version
337 - ALSA: hda - fix headset mic problem for Dell machines with alc274
338 - ALSA: seq: Fix OSS sysex delivery in OSS emulation
339 - ALSA: seq: Avoid invalid lockdep class warning
340 - MIPS: Fix CM region target definitions
341 - MIPS: BMIPS: Fix missing cbr address
342 - MIPS: AR7: Defer registration of GPIO
343 - MIPS: AR7: Ensure that serial ports are properly set up
344 - KVM: PPC: Book3S HV: Fix exclusion between HPT resizing and other HPT
345 updates
346 - Input: elan_i2c - add ELAN060C to the ACPI table
347 - rbd: use GFP_NOIO for parent stat and data requests
348 - drm/vmwgfx: Fix Ubuntu 17.10 Wayland black screen issue
349 - Revert "x86: CPU: Fix up "cpu MHz" in /proc/cpuinfo"
350 - can: sun4i: handle overrun in RX FIFO
351 - can: peak: Add support for new PCIe/M2 CAN FD interfaces
352 - can: ifi: Fix transmitter delay calculation
353 - can: c_can: don't indicate triple sampling support for D_CAN
354 - x86/debug: Handle warnings before the notifier chain, to fix KGDB crash
355 - x86/smpboot: Make optimization of delay calibration work correctly
356 - x86/oprofile/ppro: Do not use __this_cpu*() in preemptible context
357 - Linux 4.13.13
358 * ELANTECH Touchpad is not detected in 'Lenovo Ideapad 320 14AST' after fresh
359 install (LP: #1727544)
360 - Input: elan_i2c - add ELAN060C to the ACPI table
361 * Power8 Nest PMU Instrumentation support (LP: #1481347)
362 - powerpc/powernv: Add IMC OPAL APIs
363 - powerpc/powernv: Detect and create IMC device
364 - powerpc/perf: Add nest IMC PMU support
365 - powerpc/perf: Add core IMC PMU support
366 - powerpc/perf: Add thread IMC PMU support
367 - powerpc/perf: Fix double unlock in imc_common_cpuhp_mem_free()
368 - powerpc/perf/imc: Fix nest events on muti socket system
369 - powerpc/powernv: Fix build error in opal-imc.c when NUMA=n
370 - powerpc/perf: Fix usage of nest_imc_refc
371 - powerpc/perf: Fix for core/nest imc call trace on cpuhotplug
372 - powerpc/perf: Add ___GFP_NOWARN flag to alloc_pages_node()
373 - powerpc/perf: Fix IMC initialization crash
374 * Artful update to 4.13.12 stable release (LP: #1731971)
375 - ALSA: timer: Add missing mutex lock for compat ioctls
376 - ALSA: seq: Fix nested rwsem annotation for lockdep splat
377 - cifs: check MaxPathNameComponentLength != 0 before using it
378 - KEYS: return full count in keyring_read() if buffer is too small
379 - KEYS: trusted: fix writing past end of buffer in trusted_read()
380 - KEYS: fix out-of-bounds read during ASN.1 parsing
381 - ASoC: adau17x1: Workaround for noise bug in ADC
382 - virtio_blk: Fix an SG_IO regression
383 - arm64: ensure __dump_instr() checks addr_limit
384 - KVM: arm64: its: Fix missing dynamic allocation check in scan_its_table
385 - arm/arm64: KVM: set right LR register value for 32 bit guest when inject
386 abort
387 - arm/arm64: kvm: Disable branch profiling in HYP code
388 - ARM: dts: mvebu: pl310-cache disable double-linefill
389 - ARM: 8715/1: add a private asm/unaligned.h
390 - drm/amdgpu: return -ENOENT from uvd 6.0 early init for harvesting
391 - drm/amdgpu: allow harvesting check for Polaris VCE
392 - userfaultfd: hugetlbfs: prevent UFFDIO_COPY to fill beyond the end of i_size
393 - ocfs2: fstrim: Fix start offset of first cluster group during fstrim
394 - fs/hugetlbfs/inode.c: fix hwpoison reserve accounting
395 - mm, swap: fix race between swap count continuation operations
396 - drm/i915: Do not rely on wm preservation for ILK watermarks
397 - drm/i915/edp: read edp display control registers unconditionally
398 - Revert "powerpc64/elfv1: Only dereference function descriptor for non-text
399 symbols"
400 - MIPS: bpf: Fix a typo in build_one_insn()
401 - MIPS: smp-cmp: Use right include for task_struct
402 - MIPS: microMIPS: Fix incorrect mask in insn_table_MM
403 - MIPS: SMP: Fix deadlock & online race
404 - Revert "x86: do not use cpufreq_quick_get() for /proc/cpuinfo "cpu MHz""
405 - x86: CPU: Fix up "cpu MHz" in /proc/cpuinfo
406 - powerpc/kprobes: Dereference function pointers only if the address does not
407 belong to kernel text
408 - futex: Fix more put_pi_state() vs. exit_pi_state_list() races
409 - perf/cgroup: Fix perf cgroup hierarchy support
410 - x86/mcelog: Get rid of RCU remnants
411 - irqchip/irq-mvebu-gicp: Add missing spin_lock init
412 - Linux 4.13.12
413 * Artful update to 4.13.11 stable release (LP: #1731961)
414 - workqueue: replace pool->manager_arb mutex with a flag
415 - nvme-fc: fix iowait hang
416 - ALSA: hda/realtek - Add support for ALC236/ALC3204
417 - ALSA: hda - fix headset mic problem for Dell machines with alc236
418 - ceph: unlock dangling spinlock in try_flush_caps()
419 - Fix tracing sample code warning.
420 - KVM: PPC: Fix oops when checking KVM_CAP_PPC_HTM
421 - KVM: PPC: Book3S HV: POWER9 more doorbell fixes
422 - KVM: PPC: Book3S: Protect kvmppc_gpa_to_ua() with SRCU
423 - s390/kvm: fix detection of guest machine checks
424 - nbd: handle interrupted sendmsg with a sndtimeo set
425 - spi: uapi: spidev: add missing ioctl header
426 - spi: a3700: Return correct value on timeout detection
427 - spi: bcm-qspi: Fix use after free in bcm_qspi_probe() in error path
428 - spi: armada-3700: Fix failing commands with quad-SPI
429 - ovl: add NULL check in ovl_alloc_inode
430 - ovl: fix EIO from lookup of non-indexed upper
431 - ovl: handle ENOENT on index lookup
432 - ovl: do not cleanup unsupported index entries
433 - fuse: fix READDIRPLUS skipping an entry
434 - xen/gntdev: avoid out of bounds access in case of partial gntdev_mmap()
435 - xen: fix booting ballooned down hvm guest
436 - cifs: Select all required crypto modules
437 - CIFS: Fix NULL pointer deref on SMB2_tcon() failure
438 - Input: elan_i2c - add ELAN0611 to the ACPI table
439 - Input: gtco - fix potential out-of-bound access
440 - Fix encryption labels and lengths for SMB3.1.1
441 - SMB3: Validate negotiate request must always be signed
442 - assoc_array: Fix a buggy node-splitting case
443 - scsi: zfcp: fix erp_action use-before-initialize in REC action trace
444 - scsi: aacraid: Fix controller initialization failure
445 - scsi: qla2xxx: Initialize Work element before requesting IRQs
446 - scsi: sg: Re-fix off by one in sg_fill_request_table()
447 - x86/cpu/AMD: Apply the Erratum 688 fix when the BIOS doesn't
448 - drm/amd/powerplay: fix uninitialized variable
449 - drm/i915/perf: fix perf enable/disable ioctls with 32bits userspace
450 - can: sun4i: fix loopback mode
451 - can: kvaser_usb: Correct return value in printout
452 - can: kvaser_usb: Ignore CMD_FLUSH_QUEUE_REPLY messages
453 - cfg80211: fix connect/disconnect edge cases
454 - ipsec: Fix aborted xfrm policy dump crash
455 - regulator: fan53555: fix I2C device ids
456 - powerpc/xive: Fix the size of the cpumask used in xive_find_target_in_mask()
457 - Linux 4.13.11
458 * Touchpad not detected - Lenovo ideapad 320-15IKB (LP: #1723736)
459 - Input: elan_i2c - add ELAN0611 to the ACPI table
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 * Artful update to 4.13.9 stable release (LP: #1731926)
550 - perf pmu: Unbreak perf record for arm/arm64 with events with explicit PMU
551 - mm: page_vma_mapped: ensure pmd is loaded with READ_ONCE outside of lock
552 - HID: hid-elecom: extend to fix descriptor for HUGE trackball
553 - Drivers: hv: vmbus: Fix rescind handling issues
554 - Drivers: hv: vmbus: Fix bugs in rescind handling
555 - vmbus: simplify hv_ringbuffer_read
556 - vmbus: refactor hv_signal_on_read
557 - vmbus: eliminate duplicate cached index
558 - vmbus: more host signalling avoidance
559 - Linux 4.13.9
560
561 -- Stefan Bader <stefan.bader@canonical.com> Wed, 22 Nov 2017 10:25:10 +0100
562
563 linux-raspi2 (4.13.0-1006.6) artful; urgency=low
564
565 * linux-raspi2: 4.13.0-1006.6 -proposed tracker (LP: #1730611)
566
567 * Artful update to v4.13.5 stable release (LP: #1721777)
568 - [Config] Updating config after rebasing
569
570 [ Ubuntu: 4.13.0-17.20 ]
571
572 * linux: 4.13.0-17.20 -proposed tracker (LP: #1728927)
573 * thunderx2 ahci errata workaround needs additional delays (LP: #1724117)
574 - SAUCE: ahci: thunderx2: stop engine fix update
575 * usb 3-1: 2:1: cannot get freq at ep 0x1 (LP: #1708499)
576 - ALSA: usb-audio: Add sample rate quirk for Plantronics C310/C520-M
577 * Plantronics Blackwire C520-M - Cannot get freq at ep 0x1, 0x81
578 (LP: #1709282)
579 - ALSA: usb-audio: Add sample rate quirk for Plantronics C310/C520-M
580 * TSC_DEADLINE incorrectly disabled inside virtual guests (LP: #1724912)
581 - x86/apic: Silence "FW_BUG TSC_DEADLINE disabled due to Errata" on CPUs
582 without the feature
583 - x86/apic: Silence "FW_BUG TSC_DEADLINE disabled due to Errata" on
584 hypervisors
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 * [Artful] Add support for Dell/Wyse 3040 audio codec (LP: #1723916)
589 - SAUCE: ASoC: rt5670: Add support for Wyse 3040
590 * [Artful] Some Dell Monitors Doesn't Work Well with Dell/Wyse 3040
591 (LP: #1723915)
592 - SAUCE: drm/i915: Workaround for DP DPMS D3 on Dell monitor
593 * [Artful] Support headset mode for DELL WYSE (LP: #1723913)
594 - SAUCE: ALSA: hda/realtek - Add support headset mode for DELL WYSE
595 * Touchpad and TrackPoint Dose Not Work on Lenovo X1C6 and X280 (LP: #1723986)
596 - SAUCE: Input: synaptics-rmi4 - RMI4 can also use SMBUS version 3
597 - SAUCE: Input: synaptics - Lenovo X1 Carbon 5 should use SMBUS/RMI
598 - SAUCE: Input: synaptics - add Intertouch support on X1 Carbon 6th and X280
599 * Artful update to v4.13.8 stable release (LP: #1724669)
600 - USB: dummy-hcd: Fix deadlock caused by disconnect detection
601 - MIPS: math-emu: Remove pr_err() calls from fpu_emu()
602 - MIPS: bpf: Fix uninitialised target compiler error
603 - mei: always use domain runtime pm callbacks.
604 - dmaengine: edma: Align the memcpy acnt array size with the transfer
605 - dmaengine: ti-dma-crossbar: Fix possible race condition with dma_inuse
606 - NFS: Fix uninitialized rpc_wait_queue
607 - nfs/filelayout: fix oops when freeing filelayout segment
608 - HID: usbhid: fix out-of-bounds bug
609 - crypto: skcipher - Fix crash on zero-length input
610 - crypto: shash - Fix zero-length shash ahash digest crash
611 - KVM: MMU: always terminate page walks at level 1
612 - KVM: nVMX: fix guest CR4 loading when emulating L2 to L1 exit
613 - usb: renesas_usbhs: Fix DMAC sequence for receiving zero-length packet
614 - pinctrl/amd: Fix build dependency on pinmux code
615 - iommu/amd: Finish TLB flush in amd_iommu_unmap()
616 - device property: Track owner device of device property
617 - Revert "vmalloc: back off when the current task is killed"
618 - fs/mpage.c: fix mpage_writepage() for pages with buffers
619 - ALSA: usb-audio: Kill stray URB at exiting
620 - ALSA: seq: Fix use-after-free at creating a port
621 - ALSA: seq: Fix copy_from_user() call inside lock
622 - ALSA: caiaq: Fix stray URB at probe error path
623 - ALSA: line6: Fix NULL dereference at podhd_disconnect()
624 - ALSA: line6: Fix missing initialization before error path
625 - ALSA: line6: Fix leftover URB at error-path during probe
626 - drm/atomic: Unref duplicated drm_atomic_state in drm_atomic_helper_resume()
627 - drm/i915/edp: Get the Panel Power Off timestamp after panel is off
628 - drm/i915: Read timings from the correct transcoder in intel_crtc_mode_get()
629 - drm/i915/bios: parse DDI ports also for CHV for HDMI DDC pin and DP AUX
630 channel
631 - drm/i915: Use crtc_state_is_legacy_gamma in intel_color_check
632 - usb: gadget: configfs: Fix memory leak of interface directory data
633 - usb: gadget: composite: Fix use-after-free in
634 usb_composite_overwrite_options
635 - PCI: aardvark: Move to struct pci_host_bridge IRQ mapping functions
636 - Revert "PCI: tegra: Do not allocate MSI target memory"
637 - direct-io: Prevent NULL pointer access in submit_page_section
638 - fix unbalanced page refcounting in bio_map_user_iov
639 - more bio_map_user_iov() leak fixes
640 - bio_copy_user_iov(): don't ignore ->iov_offset
641 - perf script: Add missing separator for "-F ip,brstack" (and brstackoff)
642 - genirq/cpuhotplug: Enforce affinity setting on startup of managed irqs
643 - genirq/cpuhotplug: Add sanity check for effective affinity mask
644 - USB: serial: ftdi_sio: add id for Cypress WICED dev board
645 - USB: serial: cp210x: fix partnum regression
646 - USB: serial: cp210x: add support for ELV TFD500
647 - USB: serial: option: add support for TP-Link LTE module
648 - USB: serial: qcserial: add Dell DW5818, DW5819
649 - USB: serial: console: fix use-after-free on disconnect
650 - USB: serial: console: fix use-after-free after failed setup
651 - RAS/CEC: Use the right length for "cec_disable"
652 - x86/microcode: Do the family check first
653 - x86/alternatives: Fix alt_max_short macro to really be a max()
654 - KVM: nVMX: update last_nonleaf_level when initializing nested EPT
655 - Linux 4.13.8
656 * Artful update to v4.13.7 stable release (LP: #1724668)
657 - watchdog: Revert "iTCO_wdt: all versions count down twice"
658 - Linux 4.13.7
659 * libvirt - vnc port selection regression with newer kernels (LP: #1722702)
660 - net: set tb->fast_sk_family
661 - net: use inet6_rcv_saddr to compare sockets
662 - inet: fix improper empty comparison
663 * powerpc/64s: Add workaround for P9 vector CI load issue (LP: #1721070)
664 - powerpc/mce: Move 64-bit machine check code into mce.c
665 - powerpc/64s: Add workaround for P9 vector CI load issue
666 * Artful update to v4.13.6 stable release (LP: #1723145)
667 - imx-media-of: avoid uninitialized variable warning
668 - usb: dwc3: ep0: fix DMA starvation by assigning req->trb on ep0
669 - mlxsw: spectrum: Fix EEPROM access in case of SFP/SFP+
670 - net: bonding: Fix transmit load balancing in balance-alb mode if specified
671 by sysfs
672 - openvswitch: Fix an error handling path in 'ovs_nla_init_match_and_action()'
673 - mlxsw: spectrum: Prevent mirred-related crash on removal
674 - net: bonding: fix tlb_dynamic_lb default value
675 - net_sched: gen_estimator: fix scaling error in bytes/packets samples
676 - net: sched: fix use-after-free in tcf_action_destroy and tcf_del_walker
677 - sctp: potential read out of bounds in sctp_ulpevent_type_enabled()
678 - tcp: update skb->skb_mstamp more carefully
679 - bpf/verifier: reject BPF_ALU64|BPF_END
680 - tcp: fix data delivery rate
681 - udpv6: Fix the checksum computation when HW checksum does not apply
682 - ip6_gre: skb_push ipv6hdr before packing the header in ip6gre_header
683 - net: phy: Fix mask value write on gmii2rgmii converter speed register
684 - ip6_tunnel: do not allow loading ip6_tunnel if ipv6 is disabled in cmdline
685 - net/sched: cls_matchall: fix crash when used with classful qdisc
686 - 8139too: revisit napi_complete_done() usage
687 - bpf: do not disable/enable BH in bpf_map_free_id()
688 - tcp: fastopen: fix on syn-data transmit failure
689 - net: emac: Fix napi poll list corruption
690 - net: ipv6: fix regression of no RTM_DELADDR sent after DAD failure
691 - packet: hold bind lock when rebinding to fanout hook
692 - bpf: one perf event close won't free bpf program attached by another perf
693 event
694 - net: change skb->mac_header when Generic XDP calls adjust_head
695 - isdn/i4l: fetch the ppp_write buffer in one shot
696 - net_sched: always reset qdisc backlog in qdisc_reset()
697 - net: stmmac: Cocci spatch "of_table"
698 - net: qcom/emac: specify the correct size when mapping a DMA buffer
699 - vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmit
700 - l2tp: fix race condition in l2tp_tunnel_delete
701 - tun: bail out from tun_get_user() if the skb is empty
702 - net: dsa: mv88e6xxx: Allow dsa and cpu ports in multiple vlans
703 - net: dsa: Fix network device registration order
704 - packet: in packet_do_bind, test fanout with bind_lock held
705 - packet: only test po->has_vnet_hdr once in packet_snd
706 - net: dsa: mv88e6xxx: lock mutex when freeing IRQs
707 - net: Set sk_prot_creator when cloning sockets to the right proto
708 - net/mlx5e: IPoIB, Fix access to invalid memory address
709 - netlink: do not proceed if dump's start() errs
710 - ip6_gre: ip6gre_tap device should keep dst
711 - ip6_tunnel: update mtu properly for ARPHRD_ETHER tunnel device in tx path
712 - IPv4: early demux can return an error code
713 - tipc: use only positive error codes in messages
714 - l2tp: fix l2tp_eth module loading
715 - socket, bpf: fix possible use after free
716 - net: rtnetlink: fix info leak in RTM_GETSTATS call
717 - bpf: fix bpf_tail_call() x64 JIT
718 - usb: gadget: core: fix ->udc_set_speed() logic
719 - USB: gadgetfs: Fix crash caused by inadequate synchronization
720 - USB: gadgetfs: fix copy_to_user while holding spinlock
721 - usb: gadget: udc: atmel: set vbus irqflags explicitly
722 - usb: gadget: udc: renesas_usb3: fix for no-data control transfer
723 - usb: gadget: udc: renesas_usb3: fix Pn_RAMMAP.Pn_MPKT value
724 - usb: gadget: udc: renesas_usb3: Fix return value of usb3_write_pipe()
725 - usb-storage: unusual_devs entry to fix write-access regression for Seagate
726 external drives
727 - usb-storage: fix bogus hardware error messages for ATA pass-thru devices
728 - usb: renesas_usbhs: fix the BCLR setting condition for non-DCP pipe
729 - usb: renesas_usbhs: fix usbhsf_fifo_clear() for RX direction
730 - ALSA: usb-audio: Check out-of-bounds access by corrupted buffer descriptor
731 - usb: pci-quirks.c: Corrected timeout values used in handshake
732 - USB: cdc-wdm: ignore -EPIPE from GetEncapsulatedResponse
733 - USB: dummy-hcd: fix connection failures (wrong speed)
734 - USB: dummy-hcd: fix infinite-loop resubmission bug
735 - USB: dummy-hcd: Fix erroneous synchronization change
736 - USB: devio: Prevent integer overflow in proc_do_submiturb()
737 - USB: devio: Don't corrupt user memory
738 - USB: g_mass_storage: Fix deadlock when driver is unbound
739 - USB: uas: fix bug in handling of alternate settings
740 - USB: core: harden cdc_parse_cdc_header
741 - usb: Increase quirk delay for USB devices
742 - USB: fix out-of-bounds in usb_set_configuration
743 - usb: xhci: Free the right ring in xhci_add_endpoint()
744 - xhci: fix finding correct bus_state structure for USB 3.1 hosts
745 - xhci: fix wrong endpoint ESIT value shown in tracing
746 - usb: host: xhci-plat: allow sysdev to inherit from ACPI
747 - xhci: Fix sleeping with spin_lock_irq() held in ASmedia 1042A workaround
748 - Revert "xhci: Limit USB2 port wake support for AMD Promontory hosts"
749 - iio: adc: twl4030: Fix an error handling path in 'twl4030_madc_probe()'
750 - iio: adc: twl4030: Disable the vusb3v1 rugulator in the error handling path
751 of 'twl4030_madc_probe()'
752 - iio: ad_sigma_delta: Implement a dedicated reset function
753 - staging: iio: ad7192: Fix - use the dedicated reset function avoiding dma
754 from stack.
755 - iio: core: Return error for failed read_reg
756 - IIO: BME280: Updates to Humidity readings need ctrl_reg write!
757 - iio: trigger: stm32-timer: preset shouldn't be buffered
758 - iio: trigger: stm32-timer: fix a corner case to write preset
759 - iio: ad7793: Fix the serial interface reset
760 - iio: adc: stm32: fix bad error check on max_channels
761 - iio: adc: mcp320x: Fix readout of negative voltages
762 - iio: adc: mcp320x: Fix oops on module unload
763 - uwb: properly check kthread_run return value
764 - uwb: ensure that endpoint is interrupt
765 - staging: vchiq_2835_arm: Fix NULL ptr dereference in free_pagelist
766 - ksm: fix unlocked iteration over vmas in cmp_and_merge_page()
767 - mm, hugetlb, soft_offline: save compound page order before page migration
768 - mm, oom_reaper: skip mm structs with mmu notifiers
769 - mm: fix RODATA_TEST failure "rodata_test: test data was not read only"
770 - mm: avoid marking swap cached page as lazyfree
771 - mm: fix data corruption caused by lazyfree page
772 - userfaultfd: non-cooperative: fix fork use after free
773 - lib/ratelimit.c: use deferred printk() version
774 - lsm: fix smack_inode_removexattr and xattr_getsecurity memleak
775 - ALSA: compress: Remove unused variable
776 - Revert "ALSA: echoaudio: purge contradictions between dimension matrix
777 members and total number of members"
778 - ALSA: usx2y: Suppress kernel warning at page allocation failures
779 - powerpc/powernv: Increase memory block size to 1GB on radix
780 - powerpc: Fix action argument for cpufeatures-based TLB flush
781 - powerpc/64s: Use emergency stack for kernel TM Bad Thing program checks
782 - powerpc/tm: Fix illegal TM state in signal handler
783 - percpu: make this_cpu_generic_read() atomic w.r.t. interrupts
784 - intel_th: pci: Add Lewisburg PCH support
785 - driver core: platform: Don't read past the end of "driver_override" buffer
786 - cgroup: Reinit cgroup_taskset structure before cgroup_migrate_execute()
787 returns
788 - Drivers: hv: fcopy: restore correct transfer length
789 - vmbus: don't acquire the mutex in vmbus_hvsock_device_unregister()
790 - stm class: Fix a use-after-free
791 - auxdisplay: charlcd: properly restore atomic counter on error path
792 - ftrace: Fix kmemleak in unregister_ftrace_graph
793 - ovl: fix error value printed in ovl_lookup_index()
794 - ovl: fix dput() of ERR_PTR in ovl_cleanup_index()
795 - ovl: fix dentry leak in ovl_indexdir_cleanup()
796 - ovl: fix missing unlock_rename() in ovl_do_copy_up()
797 - ovl: fix regression caused by exclusive upper/work dir protection
798 - arm64: dt marvell: Fix AP806 system controller size
799 - arm64: Ensure the instruction emulation is ready for userspace
800 - HID: rmi: Make sure the HID device is opened on resume
801 - HID: i2c-hid: allocate hid buffers for real worst case
802 - HID: wacom: leds: Don't try to control the EKR's read-only LEDs
803 - HID: wacom: Properly report negative values from Intuos Pro 2 Bluetooth
804 - HID: wacom: Correct coordinate system of touchring and pen twist
805 - HID: wacom: generic: Send MSC_SERIAL and ABS_MISC when leaving prox
806 - HID: wacom: generic: Clear ABS_MISC when tool leaves proximity
807 - HID: wacom: Always increment hdev refcount within wacom_get_hdev_data
808 - HID: wacom: bits shifted too much for 9th and 10th buttons
809 - btrfs: avoid overflow when sector_t is 32 bit
810 - Btrfs: fix overlap of fs_info::flags values
811 - rocker: fix rocker_tlv_put_* functions for KASAN
812 - netlink: fix nla_put_{u8,u16,u32} for KASAN
813 - dm crypt: reject sector_size feature if device length is not aligned to it
814 - dm ioctl: fix alignment of event number in the device list
815 - dm crypt: fix memory leak in crypt_ctr_cipher_old()
816 - KVM: PPC: Book3S: Fix server always zero from kvmppc_xive_get_xive()
817 - kvm/x86: Avoid async PF preempting the kernel incorrectly
818 - iwlwifi: mvm: use IWL_HCMD_NOCOPY for MCAST_FILTER_CMD
819 - scsi: sd: Implement blacklist option for WRITE SAME w/ UNMAP
820 - scsi: sd: Do not override max_sectors_kb sysfs setting
821 - brcmfmac: add length check in brcmf_cfg80211_escan_handler()
822 - brcmfmac: setup passive scan if requested by user-space
823 - drm/i915: always update ELD connector type after get modes
824 - drm/i915/bios: ignore HDMI on port A
825 - bsg-lib: fix use-after-free under memory-pressure
826 - nvme-pci: Use PCI bus address for data/queues in CMB
827 - mmc: core: add driver strength selection when selecting hs400es
828 - nl80211: Define policy for packet pattern attributes
829 - clk: samsung: exynos4: Enable VPLL and EPLL clocks for suspend/resume cycle
830 - udp: perform source validation for mcast early demux
831 - udp: fix bcast packet reception
832 - base: arch_topology: fix section mismatch build warnings
833 - Linux 4.13.6
834 * Artful update to v4.13.5 stable release (LP: #1721777)
835 - cifs: check rsp for NULL before dereferencing in SMB2_open
836 - cifs: release cifs root_cred after exit_cifs
837 - cifs: release auth_key.response for reconnect.
838 - nvme-pci: fix host memory buffer allocation fallback
839 - nvme-pci: use appropriate initial chunk size for HMB allocation
840 - nvme-pci: propagate (some) errors from host memory buffer setup
841 - dax: remove the pmem_dax_ops->flush abstraction
842 - dm integrity: do not check integrity for failed read operations
843 - mmc: block: Fix incorrectly initialized requests
844 - fs/proc: Report eip/esp in /prod/PID/stat for coredumping
845 - scsi: scsi_transport_fc: fix NULL pointer dereference in fc_bsg_job_timeout
846 - SMB3: Add support for multidialect negotiate (SMB2.1 and later)
847 - mac80211: fix VLAN handling with TXQs
848 - mac80211_hwsim: Use proper TX power
849 - mac80211: flush hw_roc_start work before cancelling the ROC
850 - mac80211: fix deadlock in driver-managed RX BA session start
851 - genirq: Make sparse_irq_lock protect what it should protect
852 - genirq/msi: Fix populating multiple interrupts
853 - genirq: Fix cpumask check in __irq_startup_managed()
854 - KVM: PPC: Book3S HV: Hold kvm->lock around call to kvmppc_update_lpcr
855 - KVM: PPC: Book3S HV: Fix bug causing host SLB to be restored incorrectly
856 - KVM: PPC: Book3S HV: Don't access XIVE PIPR register using byte accesses
857 - tracing: Fix trace_pipe behavior for instance traces
858 - tracing: Erase irqsoff trace with empty write
859 - tracing: Remove RCU work arounds from stack tracer
860 - md/raid5: fix a race condition in stripe batch
861 - md/raid5: preserve STRIPE_ON_UNPLUG_LIST in break_stripe_batch_list
862 - scsi: scsi_transport_iscsi: fix the issue that iscsi_if_rx doesn't parse
863 nlmsg properly
864 - scsi: aacraid: Fix 2T+ drives on SmartIOC-2000
865 - scsi: aacraid: Add a small delay after IOP reset
866 - drm/exynos: Fix locking in the suspend/resume paths
867 - drm/i915/gvt: Fix incorrect PCI BARs reporting
868 - Revert "drm/i915/bxt: Disable device ready before shutdown command"
869 - drm/amdgpu: revert tile table update for oland
870 - drm/radeon: disable hard reset in hibernate for APUs
871 - crypto: drbg - fix freeing of resources
872 - crypto: talitos - Don't provide setkey for non hmac hashing algs.
873 - crypto: talitos - fix sha224
874 - crypto: talitos - fix hashing
875 - security/keys: properly zero out sensitive key material in big_key
876 - security/keys: rewrite all of big_key crypto
877 - KEYS: fix writing past end of user-supplied buffer in keyring_read()
878 - KEYS: prevent creating a different user's keyrings
879 - KEYS: prevent KEYCTL_READ on negative key
880 - libnvdimm, namespace: fix btt claim class crash
881 - powerpc/eeh: Create PHB PEs after EEH is initialized
882 - powerpc/pseries: Fix parent_dn reference leak in add_dt_node()
883 - powerpc/tm: Flush TM only if CPU has TM feature
884 - MIPS: Fix perf event init
885 - s390/perf: fix bug when creating per-thread event
886 - s390/mm: make pmdp_invalidate() do invalidation only
887 - s390/mm: fix write access check in gup_huge_pmd()
888 - PM: core: Fix device_pm_check_callbacks()
889 - Revert "IB/ipoib: Update broadcast object if PKey value was changed in index
890 0"
891 - Fix SMB3.1.1 guest authentication to Samba
892 - SMB3: Fix endian warning
893 - SMB3: Warn user if trying to sign connection that authenticated as guest
894 - SMB: Validate negotiate (to protect against downgrade) even if signing off
895 - SMB3: handle new statx fields
896 - SMB3: Don't ignore O_SYNC/O_DSYNC and O_DIRECT flags
897 - vfs: Return -ENXIO for negative SEEK_HOLE / SEEK_DATA offsets
898 - libceph: don't allow bidirectional swap of pg-upmap-items
899 - nl80211: check for the required netlink attributes presence
900 - brd: fix overflow in __brd_direct_access
901 - gfs2: Fix debugfs glocks dump
902 - bsg-lib: don't free job in bsg_prepare_job
903 - iw_cxgb4: drop listen destroy replies if no ep found
904 - iw_cxgb4: remove the stid on listen create failure
905 - iw_cxgb4: put ep reference in pass_accept_req()
906 - rcu: Allow for page faults in NMI handlers
907 - mmc: sdhci-pci: Fix voltage switch for some Intel host controllers
908 - extable: Consolidate *kernel_text_address() functions
909 - extable: Enable RCU if it is not watching in kernel_text_address()
910 - seccomp: fix the usage of get/put_seccomp_filter() in seccomp_get_filter()
911 - arm64: Make sure SPsel is always set
912 - arm64: fault: Route pte translation faults via do_translation_fault
913 - KVM: VMX: extract __pi_post_block
914 - KVM: VMX: avoid double list add with VT-d posted interrupts
915 - KVM: VMX: simplify and fix vmx_vcpu_pi_load
916 - KVM: nVMX: fix HOST_CR3/HOST_CR4 cache
917 - kvm/x86: Handle async PF in RCU read-side critical sections
918 - kvm: nVMX: Don't allow L2 to access the hardware CR8
919 - xfs: validate bdev support for DAX inode flag
920 - fix infoleak in waitid(2)
921 - sched/sysctl: Check user input value of sysctl_sched_time_avg
922 - irq/generic-chip: Don't replace domain's name
923 - mtd: Fix partition alignment check on multi-erasesize devices
924 - mtd: nand: atmel: fix buffer overflow in atmel_pmecc_user
925 - etnaviv: fix submit error path
926 - etnaviv: fix gem object list corruption
927 - futex: Fix pi_state->owner serialization
928 - md: fix a race condition for flush request handling
929 - md: separate request handling
930 - PCI: Fix race condition with driver_override
931 - btrfs: fix NULL pointer dereference from free_reloc_roots()
932 - btrfs: clear ordered flag on cleaning up ordered extents
933 - btrfs: finish ordered extent cleaning if no progress is found
934 - btrfs: propagate error to btrfs_cmp_data_prepare caller
935 - btrfs: prevent to set invalid default subvolid
936 - platform/x86: fujitsu-laptop: Don't oops when FUJ02E3 is not presnt
937 - PM / OPP: Call notifier without holding opp_table->lock
938 - x86/mm: Fix fault error path using unsafe vma pointer
939 - x86/fpu: Don't let userspace set bogus xcomp_bv
940 - KVM: VMX: do not change SN bit in vmx_update_pi_irte()
941 - KVM: VMX: remove WARN_ON_ONCE in kvm_vcpu_trigger_posted_interrupt
942 - KVM: VMX: use cmpxchg64
943 - video: fbdev: aty: do not leak uninitialized padding in clk to userspace
944 - Linux 4.13.5
945 - [Config] Update configs for v4.13.5
946
947 [ Ubuntu: 4.13.0-16.19 ]
948
949 * 20170817 - ISO hangs on boot on qemu with splash screen enabled and qxl
950 graphics driver (LP: #1711358)
951 - qxl: fix framebuffer unpinning
952 * [Bug] USB controller failed to respond on Denverton after loading
953 intel_th_pci module (LP: #1715833)
954 - SAUCE: PCI: Disable broken RTIT_BAR of Intel TH
955 * CVE-2017-5123
956 - waitid(): Add missing access_ok() checks
957
958 -- Khalid Elmously <khalid.elmously@canonical.com> Wed, 08 Nov 2017 12:45:39 -0500
959
960 linux-raspi2 (4.13.0-1005.5) artful; urgency=low
961
962 [ Ubuntu: 4.13.0-16.17 ]
963
964 * CVE-2017-5123
965 - waitid(): Add missing access_ok() checks
966
967 -- Seth Forshee <seth.forshee@canonical.com> Tue, 10 Oct 2017 11:58:16 -0500
968
969 linux-raspi2 (4.13.0-1004.4) artful; urgency=low
970
971 * linux-raspi2: 4.13.0-1004.4 -proposed tracker (LP: #1721562)
972
973 * Miscellaneous Ubuntu changes
974 - [Config] update configs follwing rebase to Ubuntu-4.13.0-15.16
975
976 [ Ubuntu: 4.13.0-15.16 ]
977
978 * linux: 4.13.0-15.16 -proposed tracker (LP: #1721373)
979 * Boot regression on POWER9 (LP: #1721391)
980 - Revert "crypto/nx: Add P9 NX support for 842 compression engine"
981 - Revert "crypto/nx: Add P9 NX specific error codes for 842 engine"
982 - Revert "crypto/nx: Use kzalloc for workmem allocation"
983 - Revert "crypto/nx: Add nx842_add_coprocs_list function"
984 - Revert "crypto/nx: Create nx842_delete_coprocs function"
985 - Revert "crypto/nx: Create nx842_configure_crb function"
986 - Revert "crypto/nx: Rename nx842_powernv_function as icswx function"
987 - Revert "UBUNTU: [Config] CONFIG_PPC_VAS=y"
988 - Revert "powerpc/powernv/vas: Define copy/paste interfaces"
989 - Revert "powerpc/powernv/vas: Define vas_tx_win_open()"
990 - Revert "powerpc/powernv/vas: Define vas_win_close() interface"
991 - Revert "powerpc/powernv/vas: Define vas_rx_win_open() interface"
992 - Revert "powerpc/powernv/vas: Define helpers to alloc/free windows"
993 - Revert "powerpc/powernv/vas: Define helpers to init window context"
994 - Revert "powerpc/powernv/vas: Define helpers to access MMIO regions"
995 - Revert "powerpc/powernv/vas: Define vas_init() and vas_exit()"
996 - Revert "powerpc/powernv: Move GET_FIELD/SET_FIELD to vas.h"
997 - Revert "powerpc/powernv/vas: Define macros, register fields and structures"
998 - Revert "powerpc/powernv: Enable PCI peer-to-peer"
999 - Revert "powerpc/powernv: Add support to set power-shifting-ratio"
1000 - Revert "powerpc/powernv: Add support for powercap framework"
1001 - Revert "powerpc/perf: Add nest IMC PMU support"
1002 - Revert "powerpc/powernv: Detect and create IMC device"
1003 - Revert "powerpc/powernv: Add IMC OPAL APIs"
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 * CONFIG_DEBUG_FS is not enabled by "make zfcpdump_defconfig" with Ubuntu
1013 17.10 (kernel 4.13) (LP: #1719290)
1014 - SAUCE: s390: update zfcpdump_defconfig
1015 * [Feature] PXE boot with Intel Omni-Path (LP: #1712031)
1016 - d-i: Add hfi1 to nic-modules
1017 * [Feature]CNL:New device IDs for CNL (LP: #1685729)
1018 - pinctrl: intel: Add Intel Cannon Lake PCH-H pin controller support
1019
1020 [ Ubuntu: 4.13.0-14.15 ]
1021
1022 * linux: 4.13.0-14.15 -proposed tracker (LP: #1721122)
1023 * [Artful] ltp rwtest - Unable to handle kernel paging request at virtual
1024 address (LP: #1721067)
1025 - arm64: mm: Use READ_ONCE when dereferencing pointer to pte table
1026 * linux 4.13.0-13.14 ADT test failure with linux 4.13.0-13.14 (LP: #1720779)
1027 - SAUCE: LSM stacking: check for invalid zero sized writes
1028 * Add installer support for Broadcom BCM573xx network drivers. (LP: #1720466)
1029 - d-i: Add bnxt_en to nic-modules.
1030 * Miscellaneous Ubuntu changes
1031 - [Packaging] Include arch/arm64/kernel/ftrace-mod.o in headers package
1032
1033 [ Ubuntu: 4.13.0-13.14 ]
1034
1035 * linux: 4.13.0-13.14 -proposed tracker (LP: #1720239)
1036 * [Bug] USB 3.1 Gen2 works as 5Gbps (LP: #1720045)
1037 - xhci: set missing SuperSpeedPlus Link Protocol bit in roothub descriptor
1038 * [Feature]Memory Bandwidth Monitoring(MBM) port to new Cache Quality
1039 Monitoring (CQM) (LP: #1591609)
1040 - x86/perf/cqm: Wipe out perf based cqm
1041 - x86/intel_rdt/cqm: Documentation for resctrl based RDT Monitoring
1042 - x86/intel_rdt: Introduce a common compile option for RDT
1043 - x86/intel_rdt: Change file names to accommodate RDT monitor code
1044 - x86/intel_rdt: Mark rdt_root and closid_alloc as static
1045 - x86/intel_rdt: Cleanup namespace to support RDT monitoring
1046 - x86/intel_rdt: Make rdt_resources_all more readable
1047 - x86/intel_rdt/cqm: Add RDT monitoring initialization
1048 - x86/intel_rdt/cqm: Add RMID (Resource monitoring ID) management
1049 - x86/intel_rdt: Simplify info and base file lists
1050 - x86/intel_rdt/cqm: Add info files for RDT monitoring
1051 - x86/intel_rdt: Prepare for RDT monitoring mkdir support
1052 - x86/intel_rdt/cqm: Add mkdir support for RDT monitoring
1053 - x86/intel_rdt: Change closid type from int to u32
1054 - x86/intel_rdt/cqm: Add tasks file support
1055 - x86/intel_rdt: Prepare to add RDT monitor cpus file support
1056 - x86/intel_rdt/cqm: Add cpus file support
1057 - x86/intel_rdt: Prepare for RDT monitor data support
1058 - x86/intel_rdt/cqm: Add mon_data
1059 - x86/intel_rdt: Separate the ctrl bits from rmdir
1060 - x86/intel_rdt/cqm: Add rmdir support
1061 - x86/intel_rdt/cqm: Add mount,umount support
1062 - x86/intel_rdt: Introduce rdt_enable_key for scheduling
1063 - x86/intel_rdt/cqm: Add sched_in support
1064 - x86/intel_rdt/cqm: Add CPU hotplug support
1065 - x86/intel_rdt/mbm: Basic counting of MBM events (total and local)
1066 - x86/intel_rdt/mbm: Add mbm counter initialization
1067 - x86/intel_rdt/mbm: Handle counter overflow
1068 - x86/intel_rdt: Show bitmask of shareable resource with other executing units
1069 - x86/intel_rdt/cqm: Clear the default RMID during hotcpu
1070 - x86/intel_rdt: Modify the intel_pqr_state for better performance
1071 - x86/intel_rdt/mbm: Fix MBM overflow handler during CPU hotplug
1072 - x86/intel_rdt/cqm: Improve limbo list processing
1073 - x86/intel_rdt: Remove redundant ternary operator on return
1074 - [Config] CONFIG_INTEL_RDT=y
1075 * [Feature] RDT: Disable most RDT features on Skylake server (LP: #1713619)
1076 - x86/intel_rdt: Move special case code for Haswell to a quirk function
1077 - x86/intel_rdt: Add command line options for resource director technology
1078 - x86/intel_rdt: Turn off most RDT features on Skylake
1079 * CVE-2017-1000252
1080 - KVM: VMX: Do not BUG() on out-of-bounds guest IRQ
1081 * POWER9: NX842 module changes (LP: #1718292)
1082 - crypto/nx: Rename nx842_powernv_function as icswx function
1083 - crypto/nx: Create nx842_configure_crb function
1084 - crypto/nx: Create nx842_delete_coprocs function
1085 - crypto/nx: Add nx842_add_coprocs_list function
1086 - crypto/nx: Use kzalloc for workmem allocation
1087 - crypto/nx: Add P9 NX specific error codes for 842 engine
1088 - crypto/nx: Add P9 NX support for 842 compression engine
1089 * [Ubuntu 17.10] POWER9 - Base - Integrate P9 VAS (Virtual Accelerator
1090 Switchboard) support in kernel (LP: #1718293)
1091 - powerpc/powernv: Add IMC OPAL APIs
1092 - powerpc/powernv: Detect and create IMC device
1093 - powerpc/perf: Add nest IMC PMU support
1094 - powerpc/powernv: Add support for powercap framework
1095 - powerpc/powernv: Add support to set power-shifting-ratio
1096 - powerpc/powernv: Enable PCI peer-to-peer
1097 - powerpc/powernv/vas: Define macros, register fields and structures
1098 - powerpc/powernv: Move GET_FIELD/SET_FIELD to vas.h
1099 - powerpc/powernv/vas: Define vas_init() and vas_exit()
1100 - powerpc/powernv/vas: Define helpers to access MMIO regions
1101 - powerpc/powernv/vas: Define helpers to init window context
1102 - powerpc/powernv/vas: Define helpers to alloc/free windows
1103 - powerpc/powernv/vas: Define vas_rx_win_open() interface
1104 - powerpc/powernv/vas: Define vas_win_close() interface
1105 - powerpc/powernv/vas: Define vas_tx_win_open()
1106 - powerpc/powernv/vas: Define copy/paste interfaces
1107 - [Config] CONFIG_PPC_VAS=y
1108 * Artful update to v4.13.4 stable release (LP: #1720154)
1109 - orangefs: Don't clear SGID when inheriting ACLs
1110 - <linux/uaccess.h>: Fix copy_in_user() declaration
1111 - IB/hfi1: Revert egress pkey check enforcement
1112 - IB/{qib, hfi1}: Avoid flow control testing for RDMA write operation
1113 - IB/mlx5: Fix cached MR allocation flow
1114 - srcu: Provide ordering for CPU not involved in grace period
1115 - smp/hotplug: Handle removal correctly in cpuhp_store_callbacks()
1116 - Input: xpad - validate USB endpoint type during probe
1117 - drm/amdgpu: read reg in each iterator of psp_wait_for loop
1118 - tty: improve tty_insert_flip_char() fast path
1119 - tty: improve tty_insert_flip_char() slow path
1120 - tty: fix __tty_insert_flip_char regression
1121 - pinctrl: samsung: Fix invalid register offset used for Exynos5433 external
1122 interrupts
1123 - pinctrl: samsung: Fix NULL pointer exception on external interrupts on
1124 S3C24xx
1125 - pinctrl/amd: save pin registers over suspend/resume
1126 - MIPS: math-emu: <MAX|MAXA|MIN|MINA>.<D|S>: Fix quiet NaN propagation
1127 - MIPS: math-emu: <MAX|MAXA|MIN|MINA>.<D|S>: Fix cases of both inputs zero
1128 - MIPS: math-emu: <MAX|MIN>.<D|S>: Fix cases of both inputs negative
1129 - MIPS: math-emu: <MAXA|MINA>.<D|S>: Fix cases of input values with opposite
1130 signs
1131 - MIPS: math-emu: <MAXA|MINA>.<D|S>: Fix cases of both infinite inputs
1132 - MIPS: math-emu: MINA.<D|S>: Fix some cases of infinity and zero inputs
1133 - MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix NaN propagation
1134 - MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix some cases of infinite inputs
1135 - MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix some cases of zero inputs
1136 - MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Clean up "maddf_flags" enumeration
1137 - MIPS: math-emu: <MADDF|MSUBF>.S: Fix accuracy (32-bit case)
1138 - MIPS: math-emu: <MADDF|MSUBF>.D: Fix accuracy (64-bit case)
1139 - docs: disable KASLR when debugging kernel
1140 - crypto: ccp - Fix XTS-AES-128 support on v5 CCPs
1141 - crypto: scompress - don't sleep with preemption disabled
1142 - crypto: caam/qi - fix typo in authenc alg driver name
1143 - crypto: caam/qi - properly set IV after {en,de}crypt
1144 - crypto: AF_ALG - remove SGL terminator indicator when chaining
1145 - regulator: cpcap: Fix standby mode
1146 - wcn36xx: Introduce mutual exclusion of fw configuration
1147 - ext4: in ext4_seek_{hole,data}, return -ENXIO for negative offsets
1148 - ext4: fix incorrect quotaoff if the quota feature is enabled
1149 - ext4: fix quota inconsistency during orphan cleanup for read-only mounts
1150 - cxl: Fix driver use count
1151 - powerpc/powernv/npu: Move tlb flush before launching ATSD
1152 - powerpc/pseries: Don't attempt to acquire drc during memory hot add for
1153 assigned lmbs
1154 - powerpc: Fix DAR reporting when alignment handler faults
1155 - block: Relax a check in blk_start_queue()
1156 - block: directly insert blk-mq request from blk_insert_cloned_request()
1157 - md/bitmap: copy correct data for bitmap super
1158 - md/bitmap: disable bitmap_resize for file-backed bitmaps.
1159 - skd: Avoid that module unloading triggers a use-after-free
1160 - skd: Submit requests to firmware before triggering the doorbell
1161 - scsi: zfcp: fix queuecommand for scsi_eh commands when DIX enabled
1162 - scsi: zfcp: add handling for FCP_RESID_OVER to the fcp ingress path
1163 - scsi: zfcp: fix capping of unsuccessful GPN_FT SAN response trace records
1164 - scsi: zfcp: fix passing fsf_req to SCSI trace on TMF to correlate with HBA
1165 - scsi: zfcp: fix missing trace records for early returns in TMF eh handlers
1166 - scsi: zfcp: fix payload with full FCP_RSP IU in SCSI trace records
1167 - scsi: zfcp: trace HBA FSF response by default on dismiss or timedout late
1168 response
1169 - scsi: zfcp: trace high part of "new" 64 bit SCSI LUN
1170 - scsi: qedi: off by one in qedi_get_cmd_from_tid()
1171 - scsi: aacraid: Fix command send race condition
1172 - scsi: megaraid_sas: mismatch of allocated MFI frame size and length exposed
1173 in MFI MPT pass through command
1174 - scsi: megaraid_sas: set minimum value of resetwaittime to be 1 secs
1175 - scsi: megaraid_sas: Check valid aen class range to avoid kernel panic
1176 - scsi: megaraid_sas: Return pended IOCTLs with cmd_status
1177 MFI_STAT_WRONG_STATE in case adapter is dead
1178 - scsi: storvsc: fix memory leak on ring buffer busy
1179 - scsi: sg: factor out sg_fill_request_table()
1180 - scsi: sg: fixup infoleak when using SG_GET_REQUEST_TABLE
1181 - scsi: qla2xxx: Update fw_started flags at qpair creation.
1182 - scsi: qla2xxx: Correction to vha->vref_count timeout
1183 - scsi: qla2xxx: Fix target multiqueue configuration
1184 - scsi: qla2xxx: Use BIT_6 to acquire FAWWPN from switch
1185 - scsi: qla2xxx: Use fabric name for Get Port Speed command
1186 - scsi: qla2xxx: Fix an integer overflow in sysfs code
1187 - mailbox: bcm-flexrm-mailbox: Fix mask used in CMPL_START_ADDR_VALUE()
1188 - ftrace: Fix debug preempt config name in stack_tracer_{en,dis}able
1189 - ftrace: Fix selftest goto location on error
1190 - ftrace: Fix memleak when unregistering dynamic ops when tracing disabled
1191 - tracing: Add barrier to trace_printk() buffer nesting modification
1192 - tracing: Fix clear of RECORDED_TGID flag when disabling trace event
1193 - tracing: Apply trace_clock changes to instance max buffer
1194 - ARC: Re-enable MMU upon Machine Check exception
1195 - PCI: shpchp: Enable bridge bus mastering if MSI is enabled
1196 - PCI: pciehp: Report power fault only once until we clear it
1197 - net/netfilter/nf_conntrack_core: Fix net_conntrack_lock()
1198 - media: v4l2-compat-ioctl32: Fix timespec conversion
1199 - media: Revert "[media] lirc_dev: remove superfluous get/put_device() calls"
1200 - media: venus: fix copy/paste error in return_buf_error
1201 - media: uvcvideo: Prevent heap overflow when accessing mapped controls
1202 - media: adv7180: add missing adv7180cp, adv7180st i2c device IDs
1203 - PM / devfreq: Fix memory leak when fail to register device
1204 - ALSA: seq: Cancel pending autoload work at unbinding device
1205 - bcache: initialize dirty stripes in flash_dev_run()
1206 - bcache: Fix leak of bdev reference
1207 - bcache: do not subtract sectors_to_gc for bypassed IO
1208 - bcache: correct cache_dirty_target in __update_writeback_rate()
1209 - bcache: Correct return value for sysfs attach errors
1210 - bcache: fix sequential large write IO bypass
1211 - bcache: fix for gc and write-back race
1212 - bcache: fix bch_hprint crash and improve output
1213 - sched/cpuset/pm: Fix cpuset vs. suspend-resume bugs
1214 - iwlwifi: add workaround to disable wide channels in 5GHz
1215 - Linux 4.13.4
1216 * [17.10 FEAT] KVM: CPU Model z14 (LP: #1719297)
1217 - KVM: s390: Support Configuration z/Architecture Mode
1218 * sata reset hangs w/ early cn99xx silicon (LP: #1719031)
1219 - SAUCE: ahci: thunderx2: Fix for errata that affects stop engine
1220 - SAUCE: ahci: thunderx2: stop engine fix update
1221 * PCI quirk required for SATA on early cn99xx silicon (LP: #1718760)
1222 - SAUCE: PCI: Vulcan: AHCI PCI bar fix for Broadcom Vulcan early silicon
1223 * Please make linux-libc-dev Provide: aufs-dev (LP: #1716091)
1224 - [Packaging] Add aufs-dev to the Provides: for linux-libc-dev
1225 * Miscellaneous Ubuntu changes
1226 - [Packaging] Use SRCPKGNAME rather than hard-coding the source package name
1227 - SAUCE: LSM stacking: procfs: add smack subdir to attrs
1228 - SAUCE: LSM stacking: LSM: manage credential security blobs
1229 - SAUCE: LSM stacking: LSM: Manage file security blobs
1230 - SAUCE: LSM stacking: LSM: manage task security blobs
1231 - SAUCE: LSM stacking: LSM: Infrastructure management of the remaining blobs
1232 - SAUCE: LSM stacking: LSM: general but not extreme module stacking
1233 - SAUCE: LSM stacking: LSM: Complete task_alloc hook
1234 - SAUCE: LSM stacking: fixup procsfs: add smack subdir to attrs
1235 - SAUCE: LSM stacking: fixup initialize task->security
1236 - SAUCE: LSM stacking: fixup: alloc_task_ctx is dead code
1237 - SAUCE: LSM stacking: add support for stacking getpeersec_stream
1238 - SAUCE: LSM stacking: add stacking support to apparmor network hooks
1239 - SAUCE: LSM stacking: fixup apparmor stacking enablement
1240 - SAUCE: LSM stacking: fixup stacking kconfig
1241 - SAUCE: LSM stacking: allow selecting multiple LSMs using kernel boot params
1242 - SAUCE: LSM stacking: provide prctl interface for setting context
1243 - SAUCE: LSM stacking: inherit current display LSM
1244 - SAUCE: LSM stacking: keep an index for each registered LSM
1245 - SAUCE: LSM stacking: verify display LSM
1246 - SAUCE: LSM stacking: provide a way to specify the default display lsm
1247 - SAUCE: LSM stacking: make sure LSM blob align on 64 bit boundaries
1248 - SAUCE: LSM stacking: add /proc/<pid>/attr/display_lsm
1249 - SAUCE: LSM stacking: add Kconfig to set default display LSM
1250 - SAUCE: LSM stacking: add configs for LSM stacking
1251 - [Config] Run updateconfigs after merging LSM stacking
1252
1253 [ Ubuntu: 4.13.0-12.13 ]
1254
1255 * linux: 4.13.0-12.13 -proposed tracker (LP: #1718980)
1256 * [Feature] SKX: Support crystall ridge / far / near memory indication in PEBS
1257 (LP: #1591813)
1258 - perf/x86: Move Nehalem PEBS code to flag
1259 - perf/x86: Fix data source decoding for Skylake
1260 * Upgrade to 4.13.0-11.12 in artful amd64 VM breaks display on wayland
1261 (LP: #1718679)
1262 - [Config] CONFIG_DRM_VBOXVIDEO=n
1263 * ipmmu-vmsa driver breaks arm64 boots (LP: #1718734)
1264 - [Config] Disable CONFIG_IPMMU_VMSA on arm64
1265 * Vlun resize request could fail with cxlflash driver (LP: #1713575)
1266 - scsi: cxlflash: Fix vlun resize failure in the shrink path
1267 * multipath -ll is not showing the disks which are actually multipath
1268 (LP: #1718397)
1269 - fs: aio: fix the increment of aio-nr and counting against aio-max-nr
1270 * [Feature] Crystal Ridge - BTT - Rework error clearing (LP: #1704350)
1271 - libnvdimm, btt: fix a missed NVDIMM_IO_ATOMIC case in the write path
1272 - libnvdimm, btt: refactor map entry operations with macros
1273 - libnvdimm, btt: ensure that flags were also unchanged during a map_read
1274 - libnvdimm, btt: cache sector_size in arena_info
1275 - libnvdimm: fix potential deadlock while clearing errors
1276 - libnvdimm, btt: rework error clearing
1277 * [Feature] Crystal Ridge - have 4k DAX faults use a common zero page
1278 (LP: #1704439)
1279 - mm: add vm_insert_mixed_mkwrite()
1280 - dax: relocate some dax functions
1281 - dax: use common 4k zero page for dax mmap reads
1282 - dax: remove DAX code from page_cache_tree_insert()
1283 - dax: move all DAX radix tree defs to fs/dax.c
1284 * [bug] 17.10: CDP test fail on platform of Purley-2S/4S/Neoncity,BDW-
1285 de/ep/ex, (LP: #1716843)
1286 - SAUCE: (no-up) x86/intel_rdt: Fix cdp info directory files issue
1287 * [featue] GPIO support for Denverton (LP: #1591829)
1288 - pinctrl: intel: Add Intel Denverton pin controller support
1289 * ETPS/2 Elantech Touchpad inconsistently detected (Gigabyte P57W laptop)
1290 (LP: #1594214)
1291 - Input: i8042 - add Gigabyte P57 to the keyboard reset table
1292 * autopkgtest profile fails to build on armhf (LP: #1717920)
1293 - [Packaging] autopkgtest -- disable d-i when dropping flavours
1294 * Artful update to v4.13.3 stable release (LP: #1718412)
1295 - Revert "net: use lib/percpu_counter API for fragmentation mem accounting"
1296 - Revert "net: fix percpu memory leaks"
1297 - gianfar: Fix Tx flow control deactivation
1298 - vhost_net: correctly check tx avail during rx busy polling
1299 - ip6_gre: update mtu properly in ip6gre_err
1300 - udp: drop head states only when all skb references are gone
1301 - ipv6: fix memory leak with multiple tables during netns destruction
1302 - ipv6: fix typo in fib6_net_exit()
1303 - sctp: fix missing wake ups in some situations
1304 - tcp: fix a request socket leak
1305 - ip_tunnel: fix setting ttl and tos value in collect_md mode
1306 - f2fs: let fill_super handle roll-forward errors
1307 - f2fs: check hot_data for roll-forward recovery
1308 - x86/fsgsbase/64: Fully initialize FS and GS state in start_thread_common
1309 - x86/fsgsbase/64: Report FSBASE and GSBASE correctly in core dumps
1310 - x86/switch_to/64: Rewrite FS/GS switching yet again to fix AMD CPUs
1311 - x86/mm, mm/hwpoison: Clear PRESENT bit for kernel 1:1 mappings of poison
1312 pages
1313 - ovl: fix false positive ESTALE on lookup
1314 - fuse: allow server to run in different pid_ns
1315 - idr: remove WARN_ON_ONCE() when trying to replace negative ID
1316 - libnvdimm, btt: check memory allocation failure
1317 - libnvdimm: fix integer overflow static analysis warning
1318 - xfs: write unmount record for ro mounts
1319 - xfs: toggle readonly state around xfs_log_mount_finish
1320 - xfs: Add infrastructure needed for error propagation during buffer IO
1321 failure
1322 - xfs: Properly retry failed inode items in case of error during buffer
1323 writeback
1324 - xfs: fix recovery failure when log record header wraps log end
1325 - xfs: always verify the log tail during recovery
1326 - xfs: fix log recovery corruption error due to tail overwrite
1327 - xfs: handle -EFSCORRUPTED during head/tail verification
1328 - xfs: stop searching for free slots in an inode chunk when there are none
1329 - xfs: evict all inodes involved with log redo item
1330 - xfs: check for race with xfs_reclaim_inode() in xfs_ifree_cluster()
1331 - xfs: open-code xfs_buf_item_dirty()
1332 - xfs: remove unnecessary dirty bli format check for ordered bufs
1333 - xfs: ordered buffer log items are never formatted
1334 - xfs: refactor buffer logging into buffer dirtying helper
1335 - xfs: don't log dirty ranges for ordered buffers
1336 - xfs: skip bmbt block ino validation during owner change
1337 - xfs: move bmbt owner change to last step of extent swap
1338 - xfs: disallow marking previously dirty buffers as ordered
1339 - xfs: relog dirty buffers during swapext bmbt owner change
1340 - xfs: disable per-inode DAX flag
1341 - xfs: fix incorrect log_flushed on fsync
1342 - xfs: don't set v3 xflags for v2 inodes
1343 - xfs: open code end_buffer_async_write in xfs_finish_page_writeback
1344 - xfs: use kmem_free to free return value of kmem_zalloc
1345 - md/raid1/10: reset bio allocated from mempool
1346 - md/raid5: release/flush io in raid5_do_work()
1347 - xfs: fix compiler warnings
1348 - Linux 4.13.3
1349 * Artful update to v4.13.2 stable release (LP: #1717549)
1350 - mtd: nand: make Samsung SLC NAND usable again
1351 - mtd: nand: hynix: add support for 20nm NAND chips
1352 - mtd: nand: mxc: Fix mxc_v1 ooblayout
1353 - mtd: nand: qcom: fix read failure without complete bootchain
1354 - mtd: nand: qcom: fix config error for BCH
1355 - nvme-fabrics: generate spec-compliant UUID NQNs
1356 - btrfs: resume qgroup rescan on rw remount
1357 - rtlwifi: btcoexist: Fix breakage of ant_sel for rtl8723be
1358 - rtlwifi: btcoexist: Fix antenna selection code
1359 - radix-tree: must check __radix_tree_preload() return value
1360 - brcmfmac: feature check for multi-scheduled scan fails on bcm4345 devices
1361 - kselftests: timers: leap-a-day: Change default arguments to help test runs
1362 - selftests: timers: Fix run_destructive_tests target to handle skipped tests
1363 - selftests/x86/fsgsbase: Test selectors 1, 2, and 3
1364 - mm: kvfree the swap cluster info if the swap file is unsatisfactory
1365 - mm/swapfile.c: fix swapon frontswap_map memory leak on error
1366 - mm/sparse.c: fix typo in online_mem_sections
1367 - mm/memory.c: fix mem_cgroup_oom_disable() call missing
1368 - KVM: SVM: Limit PFERR_NESTED_GUEST_PAGE error_code check to L1 guest
1369 - Revert "firmware: add sanity check on shutdown/suspend"
1370 - rt2800: fix TX_PIN_CFG setting for non MT7620 chips
1371 - ARM64: dts: marvell: armada-37xx: Fix GIC maintenance interrupt
1372 - ARM: 8692/1: mm: abort uaccess retries upon fatal signal
1373 - NFS: Fix 2 use after free issues in the I/O code
1374 - NFS: Sync the correct byte range during synchronous writes
1375 - NFSv4: Fix up mirror allocation
1376 - xfs: XFS_IS_REALTIME_INODE() should be false if no rt device present
1377 - Linux 4.13.2
1378 * [Bug] Thunderbolt-patches: Related to the way the key for secure connection
1379 is handled (LP: #1717430)
1380 - thunderbolt: Remove superfluous check
1381 - thunderbolt: Make key root-only accessible
1382 - thunderbolt: Allow clearing the key
1383 * [Bug] Thunderbolt-patches: Fixes the issue regarding the order of ACPI calls
1384 w.r.t. PCI enumeration (LP: #1717431)
1385 - ACPICA: Dispatch active GPEs at init time
1386 - ACPICA: Make it possible to enable runtime GPEs earlier
1387 - ACPI / scan: Enable GPEs before scanning the namespace
1388 * Miscellaneous Ubuntu changes
1389 - ubuntu: vbox -- update to 5.1.28-dfsg-1
1390 - [Config] CONFIG_PINCTRL_DENVERTON=m
1391 - [Config] CONFIG_I2C_XLP9XX=m
1392 * Miscellaneous upstream changes
1393 - Introduce v3 namespaced file capabilities
1394
1395 -- Seth Forshee <seth.forshee@canonical.com> Thu, 05 Oct 2017 09:57:27 -0500
1396
1397 linux-raspi2 (4.13.0-1003.3) artful; urgency=low
1398
1399 * linux-raspi2: 4.13.0-1003.3 -proposed tracker (LP: #1720134)
1400
1401 * Snapcraft.yaml update (LP: #1700577)
1402 - snapcraft.yaml: various improvements
1403
1404 * Miscellaneous Ubuntu changes
1405 - [Config] CONFIG_ALTERA_PR_IP_CORE=m
1406 - [Config] CONFIG_ARM64_RELOC_TEST=m
1407 - [Config] CONFIG_ATH10K_SDIO=m
1408 - [Config] CONFIG_AXP20X_ADC=m
1409 - [Config] CONFIG_BACKLIGHT_ARCXCNN=m
1410 - [Config] CONFIG_BATTERY_LEGO_EV3=m
1411 - [Config] CONFIG_BCM2835_THERMAL=m
1412 - [Config] CONFIG_BCM_FLEXRM_MBOX=m
1413 - [Config] CONFIG_BCM_SBA_RAID=m
1414 - [Config] CONFIG_BT_HCIUART_NOKIA=m
1415 - [Config] CONFIG_CAN_HI311X=m
1416 - [Config] CONFIG_CAN_MCBA_USB=m
1417 - [Config] CONFIG_CAN_VXCAN=m
1418 - [Config] CONFIG_CHARGER_LTC3651=m
1419 - [Config] CONFIG_CORTINA_PHY=m
1420 - [Config] CONFIG_CPCAP_ADC=m
1421 - [Config] CONFIG_CRYPTO_DEV_CCREE=m
1422 - [Config] CONFIG_DA9062_THERMAL=m
1423 - [Config] CONFIG_DM_INTEGRITY=m
1424 - [Config] CONFIG_DM_ZONED=m
1425 - [Config] CONFIG_DRM_LVDS_ENCODER=m
1426 - [Config] CONFIG_DRM_MEGACHIPS_STDPXXXX_GE_B850V3_FW=m
1427 - [Config] CONFIG_DRM_PANEL_INNOLUX_P079ZCA=m
1428 - [Config] CONFIG_DRM_PANEL_LVDS=m
1429 - [Config] CONFIG_DRM_PANEL_SAMSUNG_S6E3HA2=m
1430 - [Config] CONFIG_DRM_PANEL_SITRONIX_ST7789V=m
1431 - [Config] CONFIG_DRM_PL111=m
1432 - [Config] CONFIG_DRM_RCAR_DW_HDMI=m
1433 - [Config] CONFIG_DRM_STM=m
1434 - [Config] CONFIG_DWC_XLGMAC=m
1435 - [Config] CONFIG_FB_TFT_SH1106=m
1436 - [Config] CONFIG_FPGA_MGR_ICE40_SPI=m
1437 - [Config] CONFIG_FPGA_MGR_XILINX_SPI=m
1438 - [Config] CONFIG_FSI_MASTER_GPIO=m
1439 - [Config] CONFIG_FSI_MASTER_HUB=m
1440 - [Config] CONFIG_FSI_SCOM=m
1441 - [Config] CONFIG_GPIO_XRA1403=m
1442 - [Config] CONFIG_HD44780=m
1443 - [Config] CONFIG_HID_ACCUTOUCH=m
1444 - [Config] CONFIG_HID_ITE=m
1445 - [Config] CONFIG_HID_NTI=m
1446 - [Config] CONFIG_HID_RETRODE=m
1447 - [Config] CONFIG_HID_SENSOR_HUMIDITY=m
1448 - [Config] CONFIG_HID_SENSOR_TEMP=m
1449 - [Config] CONFIG_HWSPINLOCK=m
1450 - [Config] CONFIG_I2C_MUX_GPMUX=m
1451 - [Config] CONFIG_I2C_MUX_LTC4306=m
1452 - [Config] CONFIG_IEEE802154_CA8210=m
1453 - [Config] CONFIG_IIO_CROS_EC_LIGHT_PROX=m
1454 - [Config] CONFIG_IIO_MUX=m
1455 - [Config] CONFIG_INPUT_CPCAP_PWRBUTTON=m
1456 - [Config] CONFIG_IOSCHED_BFQ=m
1457 - [Config] CONFIG_IR_SIR=m
1458 - [Config] CONFIG_JOYSTICK_PSXPAD_SPI=m
1459 - [Config] CONFIG_KEYBOARD_DLINK_DIR685=m
1460 - [Config] CONFIG_LEDS_CPCAP=m
1461 - [Config] CONFIG_LEDS_LP3952=m
1462 - [Config] CONFIG_LEDS_MT6323=m
1463 - [Config] CONFIG_LTC2497=m
1464 - [Config] CONFIG_LTC2632=m
1465 - [Config] CONFIG_MARVELL_10G_PHY=m
1466 - [Config] CONFIG_MAX1118=m
1467 - [Config] CONFIG_MAX30102=m
1468 - [Config] CONFIG_MAX9611=m
1469 - [Config] CONFIG_MFD_TI_LMU=m
1470 - [Config] CONFIG_MFD_TI_LP87565=m
1471 - [Config] CONFIG_MICROCHIP_KSZ=m
1472 - [Config] CONFIG_MMC_BCM2835_MMC=m
1473 - [Config] CONFIG_MMC_SDHCI_XENON=m
1474 - [Config] CONFIG_MTD_MCHP23K256=m
1475 - [Config] CONFIG_NET_DSA_LOOP=m
1476 - [Config] CONFIG_NET_DSA_MT7530=m
1477 - [Config] CONFIG_NET_DSA_SMSC_LAN9303_I2C=m
1478 - [Config] CONFIG_NET_DSA_SMSC_LAN9303_MDIO=m
1479 - [Config] CONFIG_PHY_CPCAP_USB=m
1480 - [Config] CONFIG_PINCTRL_MCP23S08=m
1481 - [Config] CONFIG_QCA7000_SPI=m
1482 - [Config] CONFIG_QCA7000_UART=m
1483 - [Config] CONFIG_QCOM_PM8XXX_XOADC=m
1484 - [Config] CONFIG_REGULATOR_ARIZONA_LDO1=m
1485 - [Config] CONFIG_REGULATOR_ARIZONA_MICSUPP=m
1486 - [Config] CONFIG_REGULATOR_HI6421V530=m
1487 - [Config] CONFIG_REGULATOR_TPS65132=m
1488 - [Config] CONFIG_REGULATOR_VCTRL=m
1489 - [Config] CONFIG_RESET_TI_SYSCON=m
1490 - [Config] CONFIG_RPMSG_QCOM_GLINK_RPM=m
1491 - [Config] CONFIG_RTC_DRV_CPCAP=m
1492 - [Config] CONFIG_RTC_DRV_FTRTC010=m
1493 - [Config] CONFIG_RTL8723BS=m
1494 - [Config] CONFIG_SENSORS_ASPEED=m
1495 - [Config] CONFIG_SENSORS_IR35221=m
1496 - [Config] CONFIG_SERIAL_8250_ASPEED_VUART=m
1497 - [Config] CONFIG_SND_AUDIO_GRAPH_CARD=m
1498 - [Config] CONFIG_SND_AUDIO_GRAPH_SCU_CARD=m
1499 - [Config] CONFIG_SND_BCM2708_SOC_ALLO_DIGIONE=m
1500 - [Config] CONFIG_SND_I2S_HI6210_I2S=m
1501 - [Config] CONFIG_SND_SOC_ADAU1761_I2C=m
1502 - [Config] CONFIG_SND_SOC_ADAU1761_SPI=m
1503 - [Config] CONFIG_SND_SOC_CS35L35=m
1504 - [Config] CONFIG_SND_SOC_DIO2125=m
1505 - [Config] CONFIG_SND_SOC_ES7134=m
1506 - [Config] CONFIG_SND_SOC_ES8316=m
1507 - [Config] CONFIG_SND_SOC_MAX98927=m
1508 - [Config] CONFIG_SND_SOC_NAU8824=m
1509 - [Config] CONFIG_SND_SOC_ZX_AUD96P22=m
1510 - [Config] CONFIG_SRF04=m
1511 - [Config] CONFIG_TEE=m
1512 - [Config] CONFIG_TEST_KMOD=m
1513 - [Config] CONFIG_TEST_SYSCTL=m
1514 - [Config] CONFIG_TI_ADC084S021=m
1515 - [Config] CONFIG_TI_ADC108S102=m
1516 - [Config] CONFIG_TLS=m
1517 - [Config] CONFIG_TOUCHSCREEN_STMFTS=m
1518 - [Config] CONFIG_TYPEC_TCPM=m
1519 - [Config] CONFIG_TYPEC_UCSI=m
1520 - [Config] CONFIG_USB_RAINSHADOW_CEC=m
1521 - [Config] CONFIG_VIDEO_MUX=m
1522 - [Config] CONFIG_VIDEO_VIMC=m
1523 - [Config] CONFIG_VL6180=m
1524 - [Config] CONFIG_VSOCKMON=m
1525 - [Config] CONFIG_W1_SLAVE_DS2438=m
1526 - [Config] CONFIG_XILINX_PR_DECOUPLER=m
1527 - [Config] CONFIG_ZX_TDM=m
1528 - [Config] drm: disable support for alien gpu (!BCM)
1529 - [Config] CONFIG_GENERIC_IRQ_DEBUGFS=y
1530 - [Config] CONFIG_XFRM_USER=y
1531 - [Config] CONFIG_BCM2835_THERMAL=y
1532 - [Config] CONFIG_MMC_BCM2835_DMA=y | CONFIG_MMC_BCM2835_MMC=y
1533 - [Config] CONFIG_SPI_SLAVE=y
1534 - [Config] CONFIG_JOYSTICK_PSXPAD_SPI_FF=y
1535 - [Config] CONFIG_SCSI_ISCSI_ATTRS=y
1536 - [Config] CONFIG_BLK_DEV_LOOP_MIN_COUNT=256
1537 - [Config] annotations: DEVKMEM is not available on arm64
1538 - SAUCE: snapcraft.yaml build file
1539 - [Config] CONFIG_SPI_BCM2835=y
1540 - [Config] CONFIG_SCSI_MQ_DEFAULT is not set
1541
1542 -- Seth Forshee <seth.forshee@canonical.com> Thu, 28 Sep 2017 09:21:41 -0400
1543
1544 linux-raspi2 (4.13.0-1002.2) artful; urgency=low
1545
1546 * Initial raspi2 topic branch based off unstable/master @ 9f3b2f8
1547 * RaspberryPI BSP from rpi-4.13.y @ 3137073
1548
1549 -- Paolo Pisati <paolo.pisati@canonical.com> Fri, 25 Aug 2017 17:11:54 +0200
1550
1551 linux-raspi2 (4.11.0-1004.5) artful; urgency=low
1552
1553 * linux-raspi2: 4.11.0-1004.5 -proposed tracker (LP: #1704188)
1554
1555 * Miscellaneous Ubuntu changes
1556 - rebase to Ubuntu-4.11.0-11.16
1557 - [Config] update configs following rebase to Ubuntu-4.11.0-11.16
1558 - [Packaging] fix insertchanges
1559
1560 [ Ubuntu: 4.11.0-11.16 ]
1561
1562 * linux: 4.11.0-11.16 -proposed tracker (LP: #1703901)
1563 * Artful update to v4.11.10 stable release (LP: #1703854)
1564 - fs: add a VALID_OPEN_FLAGS
1565 - fs: completely ignore unknown open flags
1566 - driver core: platform: fix race condition with driver_override
1567 - RDMA/uverbs: Check port number supplied by user verbs cmds
1568 - ceph: choose readdir frag based on previous readdir reply
1569 - tracing/kprobes: Allow to create probe with a module name starting with a
1570 digit
1571 - usb: dwc3: replace %p with %pK
1572 - USB: serial: cp210x: add ID for CEL EM3588 USB ZigBee stick
1573 - Add USB quirk for HVR-950q to avoid intermittent device resets
1574 - usb: usbip: set buffer pointers to NULL after free
1575 - usb: Fix typo in the definition of Endpoint[out]Request
1576 - USB: core: fix device node leak
1577 - arm: remove wrong CONFIG_PROC_SYSCTL ifdef
1578 - pinctrl: sh-pfc: r8a7794: Swap ATA signals
1579 - pinctrl: sh-pfc: r8a7791: Fix SCIF2 pinmux data
1580 - pinctrl: sh-pfc: r8a7791: Add missing DVC_MUTE signal
1581 - pinctrl: sh-pfc: r8a7795: Fix hscif2_clk_b and hscif4_ctrl
1582 - pinctrl: meson: meson8b: fix the NAND DQS pins
1583 - pinctrl: stm32: Fix bad function call
1584 - pinctrl: sunxi: Fix SPDIF function name for A83T
1585 - pinctrl: core: Fix warning by removing bogus code
1586 - pinctrl: mxs: atomically switch mux and drive strength config
1587 - pinctrl: sh-pfc: r8a7791: Add missing HSCIF1 pinmux data
1588 - pinctrl: sh-pfc: Update info pointer after SoC-specific init
1589 - USB: serial: option: add two Longcheer device ids
1590 - USB: serial: qcserial: new Sierra Wireless EM7305 device ID
1591 - xhci: Limit USB2 port wake support for AMD Promontory hosts
1592 - gfs2: Fix glock rhashtable rcu bug
1593 - Add "shutdown" to "struct class".
1594 - tpm: Issue a TPM2_Shutdown for TPM2 devices.
1595 - tpm: fix a kernel memory leak in tpm-sysfs.c
1596 - x86/uaccess: Optimize copy_user_enhanced_fast_string() for short strings
1597 - xen: avoid deadlock in xenbus driver
1598 - crypto: drbg - Fixes panic in wait_for_completion call
1599 - rt286: add Thinkpad Helix 2 to force_combo_jack_table
1600 - Linux 4.11.10
1601 * CVE-2017-10810
1602 - drm/virtio: don't leak bo on drm_gem_object_init failure
1603 * cxlflash update request in the Xenial SRU stream (LP: #1702521)
1604 - scsi: cxlflash: Separate RRQ processing from the RRQ interrupt handler
1605 - scsi: cxlflash: Serialize RRQ access and support offlevel processing
1606 - scsi: cxlflash: Implement IRQ polling for RRQ processing
1607 - scsi: cxlflash: Update sysfs helper routines to pass config structure
1608 - scsi: cxlflash: Support dynamic number of FC ports
1609 - scsi: cxlflash: Remove port configuration assumptions
1610 - scsi: cxlflash: Hide FC internals behind common access routine
1611 - scsi: cxlflash: SISlite updates to support 4 ports
1612 - scsi: cxlflash: Support up to 4 ports
1613 - scsi: cxlflash: Fence EEH during probe
1614 - scsi: cxlflash: Remove unnecessary DMA mapping
1615 - scsi: cxlflash: Fix power-of-two validations
1616 - scsi: cxlflash: Fix warnings/errors
1617 - scsi: cxlflash: Improve asynchronous interrupt processing
1618 - scsi: cxlflash: Support multiple hardware queues
1619 - scsi: cxlflash: Add hardware queues attribute
1620 - scsi: cxlflash: Introduce hardware queue steering
1621 - cxl: Enable PCI device IDs for future IBM CXL adapters
1622 - scsi: cxlflash: Select IRQ_POLL
1623 - scsi: cxlflash: Combine the send queue locks
1624 - scsi: cxlflash: Update cxlflash_afu_sync() to return errno
1625 - scsi: cxlflash: Reset hardware queue context via specified register
1626 - scsi: cxlflash: Schedule asynchronous reset of the host
1627 - scsi: cxlflash: Handle AFU sync failures
1628 - scsi: cxlflash: Track pending scsi commands in each hardware queue
1629 - scsi: cxlflash: Flush pending commands in cleanup path
1630 - scsi: cxlflash: Add scsi command abort handler
1631 - scsi: cxlflash: Create character device to provide host management interface
1632 - scsi: cxlflash: Separate AFU internal command handling from AFU sync
1633 specifics
1634 - scsi: cxlflash: Introduce host ioctl support
1635 - scsi: cxlflash: Refactor AFU capability checking
1636 - scsi: cxlflash: Support LUN provisioning
1637 - scsi: cxlflash: Support AFU debug
1638 - scsi: cxlflash: Support WS16 unmap
1639 - scsi: cxlflash: Remove zeroing of private command data
1640 - scsi: cxlflash: Update TMF command processing
1641 - scsi: cxlflash: Avoid double free of character device
1642 - scsi: cxlflash: Update send_tmf() parameters
1643 - scsi: cxlflash: Update debug prints in reset handlers
1644 * make snap-pkg support (LP: #1700747)
1645 - make snap-pkg support
1646 * Quirk for non-compliant PCI bridge on HiSilicon D05 board (LP: #1698706)
1647 - SAUCE: PCI: Support hibmc VGA cards behind a misbehaving HiSilicon bridge
1648 * arm64: fix crash reading /proc/kcore (LP: #1702749)
1649 - fs/proc: kcore: use kcore_list type to check for vmalloc/module address
1650 - arm64: mm: select CONFIG_ARCH_PROC_KCORE_TEXT
1651 * Opal and POWER9 DD2 (LP: #1702159)
1652 - SAUCE: powerpc/powernv: Tell OPAL about our MMU mode on POWER9
1653 * Data corruption with hio driver (LP: #1701316)
1654 - SAUCE: hio: Fix incorrect use of enum req_opf values
1655 * Artful update to v4.11.9 stable release (LP: #1702515)
1656 - net: don't call strlen on non-terminated string in dev_set_alias()
1657 - net: Fix inconsistent teardown and release of private netdev state.
1658 - net: s390: fix up for "Fix inconsistent teardown and release of private
1659 netdev state"
1660 - mac80211: free netdev on dev_alloc_name() error
1661 - decnet: dn_rtmsg: Improve input length sanitization in
1662 dnrmg_receive_user_skb
1663 - net: Zero ifla_vf_info in rtnl_fill_vfinfo()
1664 - net: ipv6: Release route when device is unregistering
1665 - net: vrf: Make add_fib_rules per network namespace flag
1666 - af_unix: Add sockaddr length checks before accessing sa_family in bind and
1667 connect handlers
1668 - Fix an intermittent pr_emerg warning about lo becoming free.
1669 - sctp: disable BH in sctp_for_each_endpoint
1670 - net: caif: Fix a sleep-in-atomic bug in cfpkt_create_pfx
1671 - net: tipc: Fix a sleep-in-atomic bug in tipc_msg_reverse
1672 - net/mlx5: Remove several module events out of ethtool stats
1673 - net/mlx5e: Added BW check for DIM decision mechanism
1674 - net/mlx5e: Fix wrong indications in DIM due to counter wraparound
1675 - net/mlx5: Enable 4K UAR only when page size is bigger than 4K
1676 - proc: snmp6: Use correct type in memset
1677 - igmp: acquire pmc lock for ip_mc_clear_src()
1678 - igmp: add a missing spin_lock_init()
1679 - qmi_wwan: new Telewell and Sierra device IDs
1680 - net: don't global ICMP rate limit packets originating from loopback
1681 - ipv6: fix calling in6_ifa_hold incorrectly for dad work
1682 - sctp: return next obj by passing pos + 1 into sctp_transport_get_idx
1683 - net/mlx5e: Fix min inline value for VF rep SQs
1684 - net/mlx5e: Avoid doing a cleanup call if the profile doesn't have it
1685 - net/mlx5: Wait for FW readiness before initializing command interface
1686 - net/mlx5e: Fix timestamping capabilities reporting
1687 - decnet: always not take dst->__refcnt when inserting dst into hash table
1688 - net: 8021q: Fix one possible panic caused by BUG_ON in free_netdev
1689 - ipv6: Do not leak throw route references
1690 - rtnetlink: add IFLA_GROUP to ifla_policy
1691 - netfilter: synproxy: fix conntrackd interaction
1692 - NFSv4.x/callback: Create the callback service through svc_create_pooled
1693 - xen/blkback: don't use xen_blkif_get() in xen-blkback kthread
1694 - MIPS: head: Reorder instructions missing a delay slot
1695 - MIPS: Avoid accidental raw backtrace
1696 - MIPS: pm-cps: Drop manual cache-line alignment of ready_count
1697 - MIPS: Fix IRQ tracing & lockdep when rescheduling
1698 - ALSA: hda - Fix endless loop of codec configure
1699 - ALSA: hda - set input_path bitmap to zero after moving it to new place
1700 - NFSv4.2: Don't send mode again in post-EXCLUSIVE4_1 SETATTR with umask
1701 - NFSv4.1: Fix a race in nfs4_proc_layoutget
1702 - Revert "NFS: nfs_rename() handle -ERESTARTSYS dentry left behind"
1703 - ovl: copy-up: don't unlock between lookup and link
1704 - gpiolib: fix filtering out unwanted events
1705 - x86/intel_rdt: Fix memory leak on mount failure
1706 - perf/x86/intel/uncore: Fix wrong box pointer check
1707 - drm/vmwgfx: Free hash table allocated by cmdbuf managed res mgr
1708 - dm thin: do not queue freed thin mapping for next stage processing
1709 - x86/mm: Fix boot crash caused by incorrect loop count calculation in
1710 sync_global_pgds()
1711 - mm/vmalloc.c: huge-vmap: fail gracefully on unexpected huge vmap mappings
1712 - xen/blkback: don't free be structure too early
1713 - xfrm6: Fix IPv6 payload_len in xfrm6_transport_finish
1714 - xfrm: move xfrm_garbage_collect out of xfrm_policy_flush
1715 - xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICY
1716 - xfrm: NULL dereference on allocation failure
1717 - xfrm: Oops on error in pfkey_msg2xfrm_state()
1718 - watchdog: bcm281xx: Fix use of uninitialized spinlock.
1719 - ARM64: PCI: Fix struct acpi_pci_root_ops allocation failure path
1720 - ARM64/ACPI: Fix BAD_MADT_GICC_ENTRY() macro implementation
1721 - ARM: 8685/1: ensure memblock-limit is pmd-aligned
1722 - ARM: davinci: PM: Free resources in error handling path in 'davinci_pm_init'
1723 - ARM: davinci: PM: Do not free useful resources in normal path in
1724 'davinci_pm_init'
1725 - tools arch: Sync arch/x86/lib/memcpy_64.S with the kernel
1726 - Revert "x86/entry: Fix the end of the stack for newly forked tasks"
1727 - x86/mshyperv: Remove excess #includes from mshyperv.h
1728 - x86/boot/KASLR: Fix kexec crash due to 'virt_addr' calculation bug
1729 - perf/x86: Fix spurious NMI with PEBS Load Latency event
1730 - x86/mpx: Correctly report do_mpx_bt_fault() failures to user-space
1731 - x86/mm: Fix flush_tlb_page() on Xen
1732 - ocfs2: o2hb: revert hb threshold to keep compatible
1733 - ocfs2: fix deadlock caused by recursive locking in xattr
1734 - iommu/dma: Don't reserve PCI I/O windows
1735 - iommu/amd: Fix incorrect error handling in amd_iommu_bind_pasid()
1736 - iommu/amd: Fix interrupt remapping when disable guest_mode
1737 - infiniband: hns: avoid gcc-7.0.1 warning for uninitialized data
1738 - mtd: nand: brcmnand: Check flash #WP pin status before nand erase/program
1739 - mtd: nand: fsmc: fix NAND width handling
1740 - KVM: x86: fix emulation of RSM and IRET instructions
1741 - KVM: x86/vPMU: fix undefined shift in intel_pmu_refresh()
1742 - KVM: x86: zero base3 of unusable segments
1743 - KVM: nVMX: Fix exception injection
1744 - esp4: Fix udpencap for local TCP packets.
1745 - hsi: Fix build regression due to netdev destructor fix.
1746 - Linux 4.11.9
1747 * update ENA driver to 1.2.0k from net-next (LP: #1701575)
1748 - net/ena: switch to pci_alloc_irq_vectors
1749 - net: ena: fix rare uncompleted admin command false alarm
1750 - net: ena: fix bug that might cause hang after consecutive open/close
1751 interface.
1752 - net: ena: add missing return when ena_com_get_io_handlers() fails
1753 - net: ena: fix race condition between submit and completion admin command
1754 - net: ena: add missing unmap bars on device removal
1755 - net: ena: fix theoretical Rx hang on low memory systems
1756 - net: ena: disable admin msix while working in polling mode
1757 - net: ena: bug fix in lost tx packets detection mechanism
1758 - net: ena: update ena driver to version 1.1.7
1759 - net: ena: change return value for unsupported features unsupported return
1760 value
1761 - net: ena: add hardware hints capability to the driver
1762 - net: ena: change sizeof() argument to be the type pointer
1763 - net: ena: add reset reason for each device FLR
1764 - net: ena: add support for out of order rx buffers refill
1765 - net: ena: allow the driver to work with small number of msix vectors
1766 - net: ena: use napi_schedule_irqoff when possible
1767 - net: ena: separate skb allocation to dedicated function
1768 - net: ena: use lower_32_bits()/upper_32_bits() to split dma address
1769 - net: ena: update driver's rx drop statistics
1770 - net: ena: update ena driver to version 1.2.0
1771 * APST gets enabled against explicit kernel option (LP: #1699004)
1772 - nvme: Display raw APST configuration via DYNAMIC_DEBUG
1773 - nvme: Add nvme_core.force_apst to ignore the NO_APST quirk
1774 - nvme: explicitly disable APST on quirked devices
1775 * New NVLINK2 patches (LP: #1701272)
1776 - powerpc/powernv/npu-dma: Add explicit flush when sending an ATSD
1777 - powerpc/npu-dma: Remove spurious WARN_ON when a PCI device has no of_node
1778 * ERAT invalidate on context switch removal (LP: #1700819)
1779 - powerpc: Only do ERAT invalidate on radix context switch on P9 DD1
1780 * Miscellaneous Ubuntu changes
1781 - SAUCE: (noup) Update spl to 0.6.5.10-1, zfs to 0.6.5.10-1ubuntu2
1782 - snapcraft.yaml: Sync with xenial
1783 * Miscellaneous upstream changes
1784 - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and
1785 MokSBState"
1786
1787 -- Andy Whitcroft <apw@canonical.com> Thu, 13 Jul 2017 17:52:36 +0100
1788
1789 linux-raspi2 (4.11.0-1003.4) artful; urgency=low
1790
1791 * linux-raspi2: 4.11.0-1003.4 -proposed tracker (LP: #1702168)
1792
1793 * Cherry pick updates from https://github.com/raspberrypi/linux rpi-4.11.y
1794 up to commit 64b5f5825a998d745801c2682e686423e88a0e93
1795 - SQUASH: mmc: Apply ERASE_BROKEN quirks correctly
1796
1797 [ Ubuntu: 4.11.0-10.15 ]
1798
1799 * Artful update to v4.11.8 stable release (LP: #1701269)
1800 - clk: sunxi-ng: a31: Correct lcd1-ch1 clock register offset
1801 - clk: sunxi-ng: v3s: Fix usb otg device reset bit
1802 - clk: sunxi-ng: sun5i: Fix ahb_bist_clk definition
1803 - xen/blkback: fix disconnect while I/Os in flight
1804 - xen-blkback: don't leak stack data via response ring
1805 - ALSA: firewire-lib: Fix stall of process context at packet error
1806 - ALSA: pcm: Don't treat NULL chmap as a fatal error
1807 - ALSA: hda - Add Coffelake PCI ID
1808 - ALSA: hda - Apply quirks to Broxton-T, too
1809 - fs/exec.c: account for argv/envp pointers
1810 - powerpc/perf: Fix oops when kthread execs user process
1811 - autofs: sanity check status reported with AUTOFS_DEV_IOCTL_FAIL
1812 - fs/dax.c: fix inefficiency in dax_writeback_mapping_range()
1813 - lib/cmdline.c: fix get_options() overflow while parsing ranges
1814 - perf/x86/intel: Add 1G DTLB load/store miss support for SKL
1815 - perf probe: Fix probe definition for inlined functions
1816 - KVM: x86: fix singlestepping over syscall
1817 - KVM: MIPS: Fix maybe-uninitialized build failure
1818 - KVM: s390: gaccess: fix real-space designation asce handling for gmap
1819 shadows
1820 - KVM: PPC: Book3S HV: Cope with host using large decrementer mode
1821 - KVM: PPC: Book3S HV: Preserve userspace HTM state properly
1822 - KVM: PPC: Book3S HV: Ignore timebase offset on POWER9 DD1
1823 - KVM: PPC: Book3S HV: Context-switch EBB registers properly
1824 - KVM: PPC: Book3S HV: Restore critical SPRs to host values on guest exit
1825 - KVM: PPC: Book3S HV: Save/restore host values of debug registers
1826 - CIFS: Improve readdir verbosity
1827 - CIFS: Fix some return values in case of error in 'crypt_message'
1828 - cxgb4: notify uP to route ctrlq compl to rdma rspq
1829 - HID: Add quirk for Dell PIXART OEM mouse
1830 - random: silence compiler warnings and fix race
1831 - signal: Only reschedule timers on signals timers have sent
1832 - powerpc/kprobes: Pause function_graph tracing during jprobes handling
1833 - powerpc/64s: Handle data breakpoints in Radix mode
1834 - Input: i8042 - add Fujitsu Lifebook AH544 to notimeout list
1835 - brcmfmac: add parameter to pass error code in firmware callback
1836 - brcmfmac: use firmware callback upon failure to load
1837 - brcmfmac: unbind all devices upon failure in firmware callback
1838 - time: Fix clock->read(clock) race around clocksource changes
1839 - time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accounting
1840 - arm64/vdso: Fix nsec handling for CLOCK_MONOTONIC_RAW
1841 - target: Fix kref->refcount underflow in transport_cmd_finish_abort
1842 - iscsi-target: Fix delayed logout processing greater than
1843 SECONDS_FOR_LOGOUT_COMP
1844 - iscsi-target: Reject immediate data underflow larger than SCSI transfer
1845 length
1846 - drm/radeon: add a PX quirk for another K53TK variant
1847 - drm/radeon: add a quirk for Toshiba Satellite L20-183
1848 - drm/amdgpu/atom: fix ps allocation size for EnableDispPowerGating
1849 - drm/amdgpu: adjust default display clock
1850 - drm/amdgpu: add Polaris12 DID
1851 - ACPI / scan: Apply default enumeration to devices with ACPI drivers
1852 - ACPI / scan: Fix enumeration for special SPI and I2C devices
1853 - rxrpc: Fix several cases where a padded len isn't checked in ticket decode
1854 - drm: Fix GETCONNECTOR regression
1855 - usb: gadget: f_fs: avoid out of bounds access on comp_desc
1856 - spi: double time out tolerance
1857 - net: phy: fix marvell phy status reading
1858 - brcmfmac: fix uninitialized warning in brcmf_usb_probe_phase2()
1859 - Linux 4.11.8
1860 * powerpc: Invalidate ERAT on powersave wakeup for POWER9 (LP: #1700521)
1861 - SAUCE: powerpc: Invalidate ERAT on powersave wakeup for POWER9
1862 * Miscellaneous Ubuntu changes
1863 - d-i: Move qcom-emac from arm64 to shared nic-modules
1864
1865 -- Seth Forshee <seth.forshee@canonical.com> Mon, 03 Jul 2017 15:05:50 -0500
1866
1867 linux-raspi2 (4.11.0-1002.3) artful; urgency=low
1868
1869 * linux-raspi2: 4.11.0-1002.3 -proposed tracker (LP: #1700612)
1870
1871 * Cherry pick updates from https://github.com/raspberrypi/linux rpi-4.11.y
1872 up to commit 13a75e97dca4e3f3ca286a44162629bd32bfe4c8
1873 - dwc_otg: add module parameter int_ep_interval_min
1874 - dwc_otg: fiq_fsm: Add non-periodic TT exclusivity constraints
1875 - serial: 8250: Fix THRE flag usage for CAP_MINI
1876 - BCM270X_DT: Add midi-uart1 overlay
1877 - overlays: README: remove vestigial SDIO parameters
1878
1879 * Add CONFIG_CRASH_DUMP annotation for arm64
1880 - [Config] Add CONFIG_CRASH_DUMP annotation for arm64
1881
1882 [ Ubuntu: 4.11.0-9.14 ]
1883
1884 * linux: 4.11.0-9.14 -proposed tracker (LP: #1700537)
1885 * Artful update to v4.11.7 stable release (LP: #1700372)
1886 - Revert "Allow stack to grow up to address space limit"
1887 - Revert "UBUNTU: SAUCE: mm: fix new crash in unmapped_area_topdown()"
1888 - Revert "mm: larger stack guard gap, between vmas"
1889 - fs: pass on flags in compat_writev
1890 - configfs: Fix race between create_link and configfs_rmdir
1891 - can: gs_usb: fix memory leak in gs_cmd_reset()
1892 - ila_xlat: add missing hash secret initialization
1893 - cpufreq: conservative: Allow down_threshold to take values from 1 to 10
1894 - vb2: Fix an off by one error in 'vb2_plane_vaddr'
1895 - cec: race fix: don't return -ENONET in cec_receive()
1896 - selinux: fix double free in selinux_parse_opts_str()
1897 - mac80211: don't look at the PM bit of BAR frames
1898 - mac80211/wpa: use constant time memory comparison for MACs
1899 - drm: mxsfb_crtc: Reset the eLCDIF controller
1900 - drm/amdgpu: Fix overflow of watermark calcs at > 4k resolutions.
1901 - drm/i915: Fix GVT-g PVINFO version compatibility check
1902 - drm/i915: Fix scaling check for 90/270 degree plane rotation
1903 - drm/i915: Do not sync RCU during shrinking
1904 - mac80211: fix IBSS presp allocation size
1905 - mac80211: strictly check mesh address extension mode
1906 - mac80211: fix dropped counter in multiqueue RX
1907 - mac80211: don't send SMPS action frame in AP mode when not needed
1908 - drm/mediatek: fix mtk_hdmi_setup_vendor_specific_infoframe mistake
1909 - drm/vc4: Fix OOPSes from trying to cache a partially constructed BO.
1910 - serial: efm32: Fix parity management in 'efm32_uart_console_get_options()'
1911 - serial: 8250_lpss: Unconditionally set PCI master for Quark
1912 - serial: sh-sci: Fix (AUTO)RTS in sci_init_pins()
1913 - serial: sh-sci: Fix late enablement of AUTORTS
1914 - x86/mm/32: Set the '__vmalloc_start_set' flag in initmem_init()
1915 - mfd: omap-usb-tll: Fix inverted bit use for USB TLL mode
1916 - mfd: axp20x: Add support for dts property "xpowers,master-mode"
1917 - dt-bindings: mfd: axp20x: Add "xpowers,master-mode" property for AXP806
1918 PMICs
1919 - mfd: cpcap: Fix interrupt to use level interrupt
1920 - mfd: cpcap: Use ack_invert interrupts
1921 - mfd: cpcap: Fix bad use of IRQ sense register
1922 - phy: rcar-gen3-usb2: fix implementation for runtime PM
1923 - mtd: physmap_of: really fix the physmap add-ons
1924 - powerpc/mm: Add physical address to Linux page table dump
1925 - staging: rtl8188eu: prevent an underflow in rtw_check_beacon_data()
1926 - staging: bcm2835-camera: fix error handling in init
1927 - staging: iio: tsl2x7x_core: Fix standard deviation calculation
1928 - iio: imu: st_lsm6dsx: do not apply ODR configuration in write_raw handler
1929 - iio: proximity: as3935: recalibrate RCO after resume
1930 - iio: adc: ti_am335x_adc: allocating too much in probe
1931 - ALSA: hda: Add Geminilake id to SKL_PLUS
1932 - ALSA: usb-audio: fix Amanero Combo384 quirk on big-endian hosts
1933 - usb: gadget: udc: renesas_usb3: fix pm_runtime functions calling
1934 - usb: gadget: udc: renesas_usb3: fix deadlock by spinlock
1935 - usb: gadget: udc: renesas_usb3: lock for PN_ registers access
1936 - USB: hub: fix SS max number of ports
1937 - usb: core: fix potential memory leak in error path during hcd creation
1938 - USB: usbip: fix nonconforming hub descriptor
1939 - usb: dwc3: gadget: Fix ISO transfer performance
1940 - pvrusb2: reduce stack usage pvr2_eeprom_analyze()
1941 - USB: gadget: dummy_hcd: fix hub-descriptor removable fields
1942 - usb: r8a66597-hcd: select a different endpoint on timeout
1943 - usb: r8a66597-hcd: decrease timeout
1944 - coda: restore original firmware locations
1945 - drivers/misc/c2port/c2port-duramar2150.c: checking for NULL instead of
1946 IS_ERR()
1947 - usb: xhci: Fix USB 3.1 supported protocol parsing
1948 - usb: xhci: ASMedia ASM1042A chipset need shorts TX quirk
1949 - USB: gadget: fix GPF in gadgetfs
1950 - USB: gadgetfs, dummy-hcd, net2280: fix locking for callbacks
1951 - mm/memory-failure.c: use compound_head() flags for huge pages
1952 - swap: cond_resched in swap_cgroup_prepare()
1953 - mm: numa: avoid waiting on freed migrated pages
1954 - userfaultfd: shmem: handle coredumping in handle_userfault()
1955 - iio: imu: inv_mpu6050: add accel lpf setting for chip >= MPU6500
1956 - staging: iio: ad7152: Fix deadlock in ad7152_write_raw_samp_freq()
1957 - iio: adc: meson-saradc: fix potential crash in meson_sar_adc_clear_fifo
1958 - sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off()
1959 - genirq: Release resources in __setup_irq() error path
1960 - alarmtimer: Prevent overflow of relative timers
1961 - alarmtimer: Rate limit periodic intervals
1962 - virtio_balloon: disable VIOMMU support
1963 - MIPS: Fix bnezc/jialc return address calculation
1964 - MIPS: .its targets depend on vmlinux
1965 - crypto: Work around deallocated stack frame reference gcc bug on sparc.
1966 - ARM: dts: am335x-sl50: Fix card detect pin for mmc1
1967 - ARM: dts: am335x-sl50: Fix cannot claim requested pins for spi0
1968 - mm: larger stack guard gap, between vmas
1969 - Allow stack to grow up to address space limit
1970 - mm: fix new crash in unmapped_area_topdown()
1971 - Linux 4.11.7
1972 * aacraid driver may return uninitialized stack data to userspace
1973 (LP: #1700077)
1974 - SAUCE: scsi: aacraid: Don't copy uninitialized stack memory to userspace
1975 * KILLER1435-S[0489:e0a2] BT cannot search BT 4.0 device (LP: #1699651)
1976 - Bluetooth: btusb: Add support for 0489:e0a2 QCA_ROME device
1977 * arm64 kernel crashdump support (LP: #1694859)
1978 - memblock: add memblock_clear_nomap()
1979 - memblock: add memblock_cap_memory_range()
1980 - arm64: limit memory regions based on DT property, usable-memory-range
1981 - arm64: kdump: reserve memory for crash dump kernel
1982 - arm64: mm: add set_memory_valid()
1983 - arm64: kdump: protect crash dump kernel memory
1984 - arm64: hibernate: preserve kdump image around hibernation
1985 - arm64: kdump: implement machine_crash_shutdown()
1986 - arm64: kdump: add VMCOREINFO's for user-space tools
1987 - [Config] CONFIG_CRASH_DUMP=y on arm64
1988 - arm64: kdump: provide /proc/vmcore file
1989 - Documentation: kdump: describe arm64 port
1990 - Documentation: dt: chosen properties for arm64 kdump
1991 - efi/libstub/arm*: Set default address and size cells values for an empty dtb
1992 * AACRAID for power9 platform (LP: #1689980)
1993 - scsi: aacraid: pci_alloc_consistent() failures on ARM64
1994 - scsi: aacraid: Remove __GFP_DMA for raw srb memory
1995 - scsi: aacraid: Fix DMAR issues with iommu=pt
1996 - scsi: aacraid: Added 32 and 64 queue depth for arc natives
1997 - scsi: aacraid: Set correct Queue Depth for HBA1000 RAW disks
1998 - scsi: aacraid: Remove reset support from check_health
1999 - scsi: aacraid: Change wait time for fib completion
2000 - scsi: aacraid: Log count info of scsi cmds before reset
2001 - scsi: aacraid: Print ctrl status before eh reset
2002 - scsi: aacraid: Using single reset mask for IOP reset
2003 - scsi: aacraid: Rework IOP reset
2004 - scsi: aacraid: Add periodic checks to see IOP reset status
2005 - scsi: aacraid: Rework SOFT reset code
2006 - scsi: aacraid: Rework aac_src_restart
2007 - scsi: aacraid: Use correct function to get ctrl health
2008 - scsi: aacraid: Make sure ioctl returns on controller reset
2009 - scsi: aacraid: Enable ctrl reset for both hba and arc
2010 - scsi: aacraid: Add reset debugging statements
2011 - scsi: aacraid: Remove reference to Series-9
2012 - scsi: aacraid: Update driver version to 50834
2013 * Miscellaneous upstream changes
2014 - Allow stack to grow up to address space limit
2015
2016 -- Seth Forshee <seth.forshee@canonical.com> Mon, 26 Jun 2017 12:16:43 -0500
2017
2018 linux-raspi2 (4.11.0-1001.2) artful; urgency=low
2019
2020 * linux-raspi2: 4.11.0-1001.2 -proposed tracker (LP: #1699556)
2021
2022 [ Ubuntu: 4.11.0-8.13 ]
2023
2024 * Release Tracking Bug
2025 - LP: #1699184
2026 * hibmc driver does not include "pci:" prefix in bus ID (LP: #1698700)
2027 - SAUCE: drm: hibmc: Use set_busid function from drm core
2028 * HiSilicon D05: installer doesn't appear on VGA (LP: #1698954)
2029 - d-i: Add hibmc-drm to kernel-image udeb
2030 * Fix /proc/cpuinfo revision for POWER9 DD2 (LP: #1698844)
2031 - SAUCE: powerpc: Fix /proc/cpuinfo revision for POWER9 DD2
2032 * Miscellaneous Ubuntu changes
2033 - SAUCE: mm: fix new crash in unmapped_area_topdown()
2034
2035 [ Ubuntu: 4.11.0-7.12 ]
2036
2037 * Release Tracking Bug
2038 - LP: #1698881
2039 * CVE-2017-1000364
2040 - mm: larger stack guard gap, between vmas
2041 * Artful update to v4.11.6 stable release (LP: #1698800)
2042 - drm/i915: Do not drop pagetables when empty
2043 - PCI/PM: Add needs_resume flag to avoid suspend complete optimization
2044 - drm/i915: Prevent the system suspend complete optimization
2045 - partitions/msdos: FreeBSD UFS2 file systems are not recognized
2046 - efi: Fix boot panic because of invalid BGRT image address
2047 - xtensa: don't use linux IRQ #0
2048 - s390/kvm: do not rely on the ILC on kvm host protection fauls
2049 - Revert "drm/i915: Restore lost "Initialized i915" welcome message"
2050 - drm/i915: Fix 90/270 rotated coordinates for FBC
2051 - drm/i915: Workaround VLV/CHV DSI scanline counter hardware fail
2052 - drm/i915: Guard against i915_ggtt_disable_guc() being invoked
2053 unconditionally
2054 - drm/i915: Always recompute watermarks when distrust_bios_wm is set, v2.
2055 - drm/i915: Disable decoupled MMIO
2056 - Linux 4.11.6
2057 * Bugfixes for hns network driver (LP: #1696031)
2058 - net: hns: Fix the implementation of irq affinity function
2059 - net: hns: Modify GMAC init TX threshold value
2060 - net: hns: Optimize the code for GMAC pad and crc Config
2061 - net: hns: Remove redundant memset during buffer release
2062 - net: hns: bug fix of ethtool show the speed
2063 - net: hns: Optimize hns_nic_common_poll for better performance
2064 - net: hns: Fix to adjust buf_size of ring according to mtu
2065 - net: hns: Replace netif_tx_lock to ring spin lock
2066 - net: hns: Correct HNS RSS key set function
2067 - net: hns: Remove the redundant adding and deleting mac function
2068 - net: hns: Remove redundant mac_get_id()
2069 - net: hns: Remove redundant mac table operations
2070 - net: hns: Clean redundant code from hns_mdio.c file
2071 - net: hns: Optimise the code in hns_mdio_wait_ready()
2072 - net: hns: Simplify the exception sequence in hns_ppe_init()
2073 - net: hns: Adjust the SBM module buffer threshold
2074 - net: hns: Avoid Hip06 chip TX packet line bug
2075 - net: hns: Some checkpatch.pl script & warning fixes
2076 - net: hns: support deferred probe when can not obtain irq
2077 - net: hns: support deferred probe when no mdio
2078 - net: hns: fix ethtool_get_strings overflow in hns driver
2079 * OpenPower: Some multipaths temporarily have only a single path
2080 (LP: #1696445)
2081 - scsi: ses: don't get power status of SES device slot on probe
2082 * Artful update to v4.11.5 stable release (LP: #1697955)
2083 - bnx2x: Fix Multi-Cos
2084 - net: bridge: start hello timer only if device is up
2085 - vxlan: eliminate cached dst leak
2086 - net: systemport: Fix missing Wake-on-LAN interrupt for SYSTEMPORT Lite
2087 - ipv6: xfrm: Handle errors reported by xfrm6_find_1stfragopt()
2088 - cxgb4: avoid enabling napi twice to the same queue
2089 - tcp: disallow cwnd undo when switching congestion control
2090 - vxlan: fix use-after-free on deletion
2091 - ip6_tunnel: fix traffic class routing for tunnels
2092 - sock: reset sk_err when the error queue is empty
2093 - geneve: fix needed_headroom and max_mtu for collect_metadata
2094 - ipv6: Fix leak in ipv6_gso_segment().
2095 - net: dsa: Fix stale cpu_switch reference after unbind then bind
2096 - net: ping: do not abuse udp_poll()
2097 - net/ipv6: Fix CALIPSO causing GPF with datagram support
2098 - ravb: Fix use-after-free on `ifconfig eth0 down`
2099 - net: bridge: fix a null pointer dereference in br_afspec
2100 - net: ethoc: enable NAPI before poll may be scheduled
2101 - net: stmmac: fix completely hung TX when using TSO
2102 - sparc64: Add __multi3 for gcc 7.x and later.
2103 - sparc64: mm: fix copy_tsb to correctly copy huge page TSBs
2104 - sparc: Machine description indices can vary
2105 - sparc/mm/hugepages: Fix setup_hugepagesz for invalid values.
2106 - sparc64: reset mm cpumask after wrap
2107 - sparc64: combine activate_mm and switch_mm
2108 - sparc64: redefine first version
2109 - sparc64: add per-cpu mm of secondary contexts
2110 - sparc64: new context wrap
2111 - sparc64: delete old wrap code
2112 - arch/sparc: support NR_CPUS = 4096
2113 - ftrace: Fix memory leak in ftrace_graph_release()
2114 - serial: exar: Fix stuck MSIs
2115 - serial: ifx6x60: fix use-after-free on module unload
2116 - serial: core: fix crash in uart_suspend_port
2117 - ptrace: Properly initialize ptracer_cred on fork
2118 - ARM: dts: keystone-k2l: fix broken Ethernet due to disabled OSR
2119 - crypto: asymmetric_keys - handle EBUSY due to backlog correctly
2120 - KEYS: fix dereferencing NULL payload with nonzero length
2121 - KEYS: fix freeing uninitialized memory in key_update()
2122 - KEYS: encrypted: avoid encrypting/decrypting stack buffers
2123 - crypto: drbg - wait for crypto op not signal safe
2124 - crypto: gcm - wait for crypto op not signal safe
2125 - ovl: fix creds leak in copy up error path
2126 - kthread: Fix use-after-free if kthread fork fails
2127 - drm/amdgpu/ci: disable mclk switching for high refresh rates (v2)
2128 - nfsd4: fix null dereference on replay
2129 - gfs2: Make flush bios explicitely sync
2130 - efi: Don't issue error message when booted under Xen
2131 - efi/bgrt: Skip efi_bgrt_init() in case of non-EFI boot
2132 - kvm: async_pf: fix rcu_irq_enter() with irqs enabled
2133 - KVM: cpuid: Fix read/write out-of-bounds vulnerability in cpuid emulation
2134 - arm64: KVM: Preserve RES1 bits in SCTLR_EL2
2135 - arm64: KVM: Allow unaligned accesses at EL2
2136 - arm: KVM: Allow unaligned accesses at HYP
2137 - KVM: async_pf: avoid async pf injection when in guest mode
2138 - dmaengine: usb-dmac: Fix DMAOR AE bit definition
2139 - dmaengine: ep93xx: Always start from BASE0
2140 - dmaengine: ep93xx: Don't drain the transfers in terminate_all()
2141 - dmaengine: mv_xor_v2: handle mv_xor_v2_prep_sw_desc() error properly
2142 - dmaengine: mv_xor_v2: properly handle wrapping in the array of HW
2143 descriptors
2144 - dmaengine: mv_xor_v2: do not use descriptors not acked by async_tx
2145 - dmaengine: mv_xor_v2: enable XOR engine after its configuration
2146 - dmaengine: mv_xor_v2: fix tx_submit() implementation
2147 - dmaengine: mv_xor_v2: remove interrupt coalescing
2148 - dmaengine: mv_xor_v2: set DMA mask to 40 bits
2149 - cfq-iosched: fix the delay of cfq_group's vdisktime under iops mode
2150 - reiserfs: Make flush bios explicitely sync
2151 - mtd: nand: tango: Export OF device ID table as module aliases
2152 - mtd: nand: tango: Update ecc_stats.corrected
2153 - xen/privcmd: Support correctly 64KB page granularity when mapping memory
2154 - ext4: fix SEEK_HOLE
2155 - ext4: keep existing extra fields when inode expands
2156 - ext4: fix data corruption with EXT4_GET_BLOCKS_ZERO
2157 - ext4: fix fdatasync(2) after extent manipulation operations
2158 - drm: Fix oops + Xserver hang when unplugging USB drm devices
2159 - usb: gadget: f_mass_storage: Serialize wake and sleep execution
2160 - usb: musb: dsps: keep VBUS on for host-only mode
2161 - usb: chipidea: imx: Do not access CLKONOFF on i.MX51
2162 - usb: chipidea: udc: fix NULL pointer dereference if udc_start failed
2163 - usb: chipidea: debug: check before accessing ci_role
2164 - staging/lustre/lov: remove set_fs() call from lov_getstripe()
2165 - iio: adc: bcm_iproc_adc: swap primary and secondary isr handler's
2166 - iio: light: ltr501 Fix interchanged als/ps register field
2167 - iio: trigger: fix NULL pointer dereference in iio_trigger_write_current()
2168 - iio: proximity: as3935: fix AS3935_INT mask
2169 - iio: proximity: as3935: fix iio_trigger_poll issue
2170 - block: Avoid that blk_exit_rl() triggers a use-after-free
2171 - mei: make sysfs modalias format similar as uevent modalias
2172 - random: invalidate batched entropy after crng init
2173 - cpufreq: cpufreq_register_driver() should return -ENODEV if init fails
2174 - target: Re-add check to reject control WRITEs with overflow data
2175 - drm/msm: Expose our reservation object when exporting a dmabuf.
2176 - drm/msm/mdp5: use __drm_atomic_helper_plane_duplicate_state()
2177 - ahci: Acer SA5-271 SSD Not Detected Fix
2178 - rc-core: race condition during ir_raw_event_register()
2179 - cgroup: Prevent kill_css() from being called more than once
2180 - Input: elantech - add Fujitsu Lifebook E546/E557 to force crc_enabled
2181 - cpuset: consider dying css as offline
2182 - ufs: restore proper tail allocation
2183 - fix ufs_isblockset()
2184 - ufs: restore maintaining ->i_blocks
2185 - ufs: set correct ->s_maxsize
2186 - ufs_extend_tail(): fix the braino in calling conventions of
2187 ufs_new_fragments()
2188 - ufs_getfrag_block(): we only grab ->truncate_mutex on block creation path
2189 - excessive checks in ufs_write_failed() and ufs_evict_inode()
2190 - cxl: Fix error path on bad ioctl
2191 - cxl: Avoid double free_irq() for psl,slice interrupts
2192 - btrfs: use correct types for page indices in btrfs_page_exists_in_range
2193 - btrfs: fix memory leak in update_space_info failure path
2194 - btrfs: fix race with relocation recovery and fs_root setup
2195 - Btrfs: fix delalloc accounting leak caused by u32 overflow
2196 - KVM: arm/arm64: Handle possible NULL stage2 pud when ageing pages
2197 - scsi: qla2xxx: don't disable a not previously enabled PCI device
2198 - scsi: qla2xxx: Fix recursive loop during target mode configuration for
2199 ISP25XX leaving system unresponsive
2200 - scsi: qla2xxx: Fix crash due to mismatch mumber of Q-pair creation for Multi
2201 queue
2202 - scsi: qla2xxx: Fix NULL pointer access due to redundant fc_host_port_name
2203 call
2204 - scsi: qla2xxx: Modify T262 FW dump template to specify same start/end to
2205 debug customer issues
2206 - scsi: qla2xxx: Set bit 15 for DIAG_ECHO_TEST MBC
2207 - scsi: qla2xxx: Fix mailbox pointer error in fwdump capture
2208 - powerpc/sysdev/simple_gpio: Fix oops in gpio save_regs function
2209 - powerpc/numa: Fix percpu allocations to be NUMA aware
2210 - powerpc/hotplug-mem: Fix missing endian conversion of aa_index
2211 - powerpc/kernel: Fix FP and vector register restoration
2212 - powerpc/kernel: Initialize load_tm on task creation
2213 - Revert "ata: sata_mv: Convert to devm_ioremap_resource()"
2214 - perf/core: Drop kernel samples even though :u is specified
2215 - srcu: Allow use of Classic SRCU from both process and interrupt context
2216 - net: qcom/emac: do not use hardware mdio automatic polling
2217 - drm/vmwgfx: Handle vmalloc() failure in vmw_local_fifo_reserve()
2218 - drm/vmwgfx: limit the number of mip levels in vmw_gb_surface_define_ioctl()
2219 - drm/vmwgfx: Make sure backup_handle is always valid
2220 - x86/microcode/intel: Clear patch pointer before jettisoning the initrd
2221 - drm/nouveau/tmr: fully separate alarm execution/pending lists
2222 - ALSA: timer: Fix race between read and ioctl
2223 - ALSA: timer: Fix missing queue indices reset at SNDRV_TIMER_IOCTL_SELECT
2224 - ASoC: Fix use-after-free at card unregistration
2225 - cpu/hotplug: Drop the device lock on error
2226 - drivers: char: mem: Fix wraparound check to allow mappings up to the end
2227 - drm/i915: Fix runtime PM for LPE audio
2228 - drm/i915/skl: Add missing SKL ID
2229 - serial: sh-sci: Fix panic when serial console and DMA are enabled
2230 - pinctrl: cherryview: Add terminate entry for dmi_system_id tables
2231 - cgroup: mark cgroup_get() with __maybe_unused
2232 - iomap_dio_rw: Prevent reading file data beyond iomap_dio->i_size
2233 - hwmon: (coretemp) Handle frozen hotplug state correctly
2234 - audit: fix the RCU locking for the auditd_connection structure
2235 - drm/i915/vbt: don't propagate errors from intel_bios_init()
2236 - drm/i915/vbt: split out defaults that are set when there is no VBT
2237 - netfilter: nft_set_rbtree: handle element re-addition after deletion
2238 - kthread: fix boot hang (regression) on MIPS/OpenRISC
2239 - Linux 4.11.5
2240
2241 -- Seth Forshee <seth.forshee@canonical.com> Wed, 21 Jun 2017 11:57:53 -0500
2242
2243 linux-raspi2 (4.11.0-1000.1) artful; urgency=low
2244
2245 [ Seth Forshee ]
2246
2247 * Release Tracking Bug
2248 - LP: #1697946
2249
2250 * Import rpi patchs from https://github.com/raspberrypi/linux rpi-4.11.y
2251 up to commit 935308cd9976d3ced653ffd73be5fdeb2e8c71b5
2252
2253 * Initial raspi2 packaging and configs
2254
2255 [ Ubuntu: 4.11.0-6.11 ]
2256
2257 * Release Tracking Bug
2258 - LP: #1697022
2259 * CVE-2014-9900
2260 - SAUCE: (no-up) net: Zeroing the structure ethtool_wolinfo in
2261 ethtool_get_wol()
2262 * hisi_sas driver updates (LP: #1695999)
2263 - scsi: hisi_sas: add to_hisi_sas_port()
2264 - scsi: hisi_sas: add controller reset
2265 - scsi: hisi_sas: move PHY init to hisi_sas_scan_start()
2266 - scsi: hisi_sas: add softreset function for SATA disk
2267 - scsi: hisi_sas: remove hisi_sas_port_deformed()
2268 - scsi: hisi_sas: error hisi_sas_task_prep() when port down
2269 - scsi: hisi_sas: only reset link for PHY_FUNC_LINK_RESET
2270 - scsi: hisi_sas: modify error handling for v2 hw
2271 - scsi: hisi_sas: modify hisi_sas_abort_task() for SSP
2272 - scsi: hisi_sas: hardreset for SATA disk in LU reset
2273 - scsi: hisi_sas: check for SAS_TASK_STATE_ABORTED in slot complete
2274 - scsi: hisi_sas: free slots after hardreset
2275 - scsi: hisi_sas: fix some sas_task.task_state_lock locking
2276 - scsi: hisi_sas: remove task free'ing for timeouts
2277 - scsi: hisi_sas: process error codes according to their priority
2278 - scsi: hisi_sas: some modifications to v2 hw reg init values
2279 - scsi: hisi_sas: handle PHY UP+DOWN simultaneous irq
2280 - scsi: hisi_sas: rename hisi_sas_link_timeout_{enable, disable}_link
2281 - scsi: hisi_sas: add hisi_sas_clear_nexus_ha()
2282 - scsi: hisi_sas: release SMP slot in lldd_abort_task
2283 - scsi: hisi_sas: check hisi_sas_lu_reset() error message
2284 - scsi: hisi_sas: use dev_is_sata to identify SATA or SAS disk
2285 - scsi: hisi_sas: add is_sata_phy_v2_hw()
2286 - scsi: hisi_sas: add missing break in switch statement
2287 - scsi: hisi_sas: fix SATA dependency
2288 - scsi: hisi_sas: workaround STP link SoC bug
2289 - scsi: hisi_sas: workaround a SoC SATA IO processing bug
2290 - scsi: hisi_sas: workaround SoC about abort timeout bug
2291 - scsi: hisi_sas: add v2 hw internal abort timeout workaround
2292 - scsi: hisi_sas: fix NULL deference when TMF timeouts
2293 - scsi: hisi_sas: controller reset for multi-bits ECC and AXI fatal errors
2294 * [SRU][Zesty] Support SMMU passthrough using the default domain
2295 (LP: #1688158)
2296 - iommu/arm-smmu: Restrict domain attributes to UNMANAGED domains
2297 - iommu/arm-smmu: Install bypass S2CRs for IOMMU_DOMAIN_IDENTITY domains
2298 - iommu/arm-smmu-v3: Make arm_smmu_install_ste_for_dev return void
2299 - iommu/arm-smmu-v3: Install bypass STEs for IOMMU_DOMAIN_IDENTITY domains
2300 - iommu: Allow default domain type to be set on the kernel command line
2301 * [Zesty] QDF2400 ARM64 server - NMI watchdog: BUG: soft lockup - CPU#8 stuck
2302 for 22s! (LP: #1680549)
2303 - iommu/dma: Convert to address-based allocation
2304 - iommu/dma: Clean up MSI IOVA allocation
2305 - iommu/dma: Plumb in the per-CPU IOVA caches
2306 - iommu/iova: Fix underflow bug in __alloc_and_insert_iova_range
2307 * Artful update to v4.11.4 stable release (LP: #1696723)
2308 - dccp/tcp: do not inherit mc_list from parent
2309 - driver: vrf: Fix one possible use-after-free issue
2310 - ipv6/dccp: do not inherit ipv6_mc_list from parent
2311 - s390/qeth: handle sysfs error during initialization
2312 - s390/qeth: unbreak OSM and OSN support
2313 - s390/qeth: avoid null pointer dereference on OSN
2314 - s390/qeth: add missing hash table initializations
2315 - bpf, arm64: fix faulty emission of map access in tail calls
2316 - netem: fix skb_orphan_partial()
2317 - net: fix compile error in skb_orphan_partial()
2318 - tcp: avoid fragmenting peculiar skbs in SACK
2319 - tipc: make macro tipc_wait_for_cond() smp safe
2320 - sctp: fix src address selection if using secondary addresses for ipv6
2321 - sctp: do not inherit ipv6_{mc|ac|fl}_list from parent
2322 - net/packet: fix missing net_device reference release
2323 - net/mlx5e: Use the correct pause values for ethtool advertising
2324 - net/mlx5e: Fix ethtool pause support and advertise reporting
2325 - tcp: eliminate negative reordering in tcp_clean_rtx_queue
2326 - smc: switch to usage of IB_PD_UNSAFE_GLOBAL_RKEY
2327 - net/smc: Add warning about remote memory exposure
2328 - net: Improve handling of failures on link and route dumps
2329 - ipv6: Prevent overrun when parsing v6 header options
2330 - ipv6: Check ip6_find_1stfragopt() return value properly.
2331 - bridge: netlink: check vlan_default_pvid range
2332 - qmi_wwan: add another Lenovo EM74xx device ID
2333 - bridge: start hello_timer when enabling KERNEL_STP in br_stp_start
2334 - ipv6: fix out of bound writes in __ip6_append_data()
2335 - bonding: fix accounting of active ports in 3ad
2336 - net/mlx5: Avoid using pending command interface slots
2337 - net: phy: marvell: Limit errata to 88m1101
2338 - vlan: Fix tcp checksum offloads in Q-in-Q vlans
2339 - be2net: Fix offload features for Q-in-Q packets
2340 - virtio-net: enable TSO/checksum offloads for Q-in-Q vlans
2341 - geneve: fix fill_info when using collect_metadata
2342 - tcp: avoid fastopen API to be used on AF_UNSPEC
2343 - sctp: fix ICMP processing if skb is non-linear
2344 - ip6_tunnel, ip6_gre: fix setting of DSCP on encapsulated packets
2345 - ipv4: add reference counting to metrics
2346 - bpf: add bpf_clone_redirect to bpf_helper_changes_pkt_data
2347 - bpf: fix wrong exposure of map_flags into fdinfo for lpm
2348 - bpf: adjust verifier heuristics
2349 - sparc64: Fix mapping of 64k pages with MAP_FIXED
2350 - sparc: Fix -Wstringop-overflow warning
2351 - sparc/ftrace: Fix ftrace graph time measurement
2352 - fs/ufs: Set UFS default maximum bytes per file
2353 - powerpc: Fix booting P9 hash with CONFIG_PPC_RADIX_MMU=N
2354 - powerpc/spufs: Fix hash faults for kernel regions
2355 - Revert "tty_port: register tty ports with serdev bus"
2356 - serdev: fix tty-port client deregistration
2357 - i2c: i2c-tiny-usb: fix buffer not being DMA capable
2358 - crypto: skcipher - Add missing API setkey checks
2359 - Revert "ACPI / button: Remove lid_init_state=method mode"
2360 - x86/MCE: Export memory_error()
2361 - acpi, nfit: Fix the memory error check in nfit_handle_mce()
2362 - ACPI / sysfs: fix acpi_get_table() leak / acpi-sysfs denial of service
2363 - ACPICA: Tables: Fix regression introduced by a too early mechanism enabling
2364 - Revert "ACPI / button: Change default behavior to lid_init_state=open"
2365 - mmc: sdhci-iproc: suppress spurious interrupt with Multiblock read
2366 - scsi: zero per-cmd private driver data for each MQ I/O
2367 - iscsi-target: Always wait for kthread_should_stop() before kthread exit
2368 - iscsi-target: Fix initial login PDU asynchronous socket close OOPs
2369 - scsi: scsi_dh_rdac: Use ctlr directly in rdac_failover_get()
2370 - ibmvscsis: Clear left-over abort_cmd pointers
2371 - ibmvscsis: Fix the incorrect req_lim_delta
2372 - HID: wacom: Have wacom_tpc_irq guard against possible NULL dereference
2373 - nvme-rdma: support devices with queue size < 32
2374 - nvme: use blk_mq_start_hw_queues() in nvme_kill_queues()
2375 - nvme: avoid to use blk_mq_abort_requeue_list()
2376 - drm/amd/powerplay/smu7: add vblank check for mclk switching (v2)
2377 - drm/amd/powerplay/smu7: disable mclk switching for high refresh rates
2378 - drm/radeon/ci: disable mclk switching for high refresh rates (v2)
2379 - drm/radeon: Unbreak HPD handling for r600+
2380 - pcmcia: remove left-over %Z format
2381 - ALSA: hda - No loopback on ALC299 codec
2382 - ALSA: hda - apply STAC_9200_DELL_M22 quirk for Dell Latitude D430
2383 - Revert "ALSA: usb-audio: purge needless variable length array"
2384 - ALSA: usb: Fix a typo in Tascam US-16x08 mixer element
2385 - mm/page_alloc.c: make sure OOM victim can try allocations with no watermarks
2386 once
2387 - mm: avoid spurious 'bad pmd' warning messages
2388 - dax: fix race between colliding PMD & PTE entries
2389 - mm/migrate: fix refcount handling when !hugepage_migration_supported()
2390 - mlock: fix mlock count can not decrease in race condition
2391 - mm/hugetlb: report -EHWPOISON not -EFAULT when FOLL_HWPOISON is specified
2392 - mm: consider memblock reservations for deferred memory initialization sizing
2393 - RDMA/srp: Fix NULL deref at srp_destroy_qp()
2394 - RDMA/qib,hfi1: Fix MR reference count leak on write with immediate
2395 - x86/boot: Use CROSS_COMPILE prefix for readelf
2396 - ksm: prevent crash after write_protect_page fails
2397 - slub/memcg: cure the brainless abuse of sysfs attributes
2398 - drm/gma500/psb: Actually use VBT mode when it is found
2399 - xfs: Fix missed holes in SEEK_HOLE implementation
2400 - xfs: use ->b_state to fix buffer I/O accounting release race
2401 - xfs: fix off-by-one on max nr_pages in xfs_find_get_desired_pgoff()
2402 - xfs: use dedicated log worker wq to avoid deadlock with cil wq
2403 - xfs: fix over-copying of getbmap parameters from userspace
2404 - xfs: actually report xattr extents via iomap
2405 - xfs: drop iolock from reclaim context to appease lockdep
2406 - xfs: fix integer truncation in xfs_bmap_remap_alloc
2407 - xfs: handle array index overrun in xfs_dir2_leaf_readbuf()
2408 - xfs: prevent multi-fsb dir readahead from reading random blocks
2409 - xfs: fix up quotacheck buffer list error handling
2410 - xfs: support ability to wait on new inodes
2411 - xfs: update ag iterator to support wait on new inodes
2412 - xfs: wait on new inodes during quotaoff dquot release
2413 - xfs: reserve enough blocks to handle btree splits when remapping
2414 - xfs: fix use-after-free in xfs_finish_page_writeback
2415 - xfs: fix indlen accounting error on partial delalloc conversion
2416 - xfs: BMAPX shouldn't barf on inline-format directories
2417 - xfs: bad assertion for delalloc an extent that start at i_size
2418 - xfs: xfs_trans_alloc_empty
2419 - xfs: avoid mount-time deadlock in CoW extent recovery
2420 - xfs: fix unaligned access in xfs_btree_visit_blocks
2421 - xfs: Fix off-by-in in loop termination in xfs_find_get_desired_pgoff()
2422 - Linux 4.11.4
2423 * orangefs kernel module not compiled for amd64, i386 (LP: #1696541)
2424 - [Config] CONFIG_ORANGEFS_FS=m
2425 * Dell Inspiron on kernel 4.10 : battery detected only after AC power adapter
2426 event (LP: #1678590)
2427 - ACPI / blacklist: add _REV quirk for Dell Inspiron 7537
2428 * APST quirk needed for Intel NVMe (LP: #1686592)
2429 - nvme: Quirk APST on Intel 600P/P3100 devices
2430 * iptables/ip6tables regressions in deleting rules (LP: #1691752)
2431 - netfilter: xtables: zero padding in data_to_user
2432 - netfilter: xtables: fix build failure from COMPAT_XT_ALIGN outside
2433 CONFIG_COMPAT
2434 * System doesn't boot properly on Gigabyte AM4 motherboards (AMD Ryzen)
2435 (LP: #1671360)
2436 - pinctrl: amd: make use of raw_spinlock variants
2437 - pinctrl/amd: Use regular interrupt instead of chained
2438 * Marvell MacchiatoBin crashes in fintek_8250_probe() (LP: #1692548)
2439 - drivers/tty: 8250: only call fintek_8250_probe when doing port I/O
2440 * extend-diff-ignore should use exact matches (LP: #1693504)
2441 - [Packaging] exact extend-diff-ignore matches
2442 * ATS fix: Fix opal_npu_destroy_context call (LP: #1692580)
2443 - powerpc/powernv/npu-dma.c: Fix opal_npu_destroy_context() call
2444 * Keyboard backlight control does not work on some dell laptops.
2445 (LP: #1693126)
2446 - platform/x86: dell-laptop: Add keyboard backlight timeout AC settings
2447 * Miscellaneous Ubuntu changes
2448 - SAUCE: efi: Don't print secure boot state from the efi stub
2449 - ubuntu: vbox -- Update to 5.1.22-dfsg-1
2450 - SAUCE: (noup) Update spl to 0.6.5.9-1ubuntu2, zfs to 0.6.5.9-5ubuntu7
2451
2452 -- Seth Forshee <seth.forshee@canonical.com> Wed, 14 Jun 2017 09:13:02 -0500
2453
2454 linux-raspi2 (4.11.0-1000.0) artful; urgency=low
2455
2456 * Dummy Entry
2457
2458 -- Seth Forshee <seth.forshee@canonical.com> Wed, 24 May 2017 11:51:37 -0500
2459
2460 linux (4.11.0-4.9) artful; urgency=low
2461
2462 [ Seth Forshee ]
2463
2464 * Release Tracking Bug
2465 - LP: #1693229
2466
2467 * arm64: mbigen updates (LP: #1692783)
2468 - Revert "UBUNTU: SAUCE: irqchip: mbigen: Add ACPI support"
2469 - irqchip/mbigen: Add ACPI support
2470 - irqchip/mbigen: Fix return value check in mbigen_device_probe()
2471 - irqchip/mbigen: Fix memory mapping code
2472 - irqchip/mbigen: Fix potential NULL dereferencing
2473 - irqchip/mbigen: Fix the clear register offset calculation
2474
2475 * Ubuntu16.04.03: POWER9 XIVE: msgsnd/doorbell IPI support (backport)
2476 (LP: #1691973)
2477 - powerpc/64s: Add msgp facility unavailable log string
2478 - powerpc/64s: Add SCV FSCR bit for ISA v3.0
2479 - powerpc/xive: Native exploitation of the XIVE interrupt controller
2480 - powerpc: Change the doorbell IPI calling convention
2481 - powerpc: Introduce msgsnd/doorbell barrier primitives
2482 - powerpc/64s: Avoid a branch for ppc_msgsnd
2483 - powerpc/powernv: POWER9 support for msgsnd/doorbell IPI
2484 - powerpc/powernv: Add XIVE related definitions to opal-api.h
2485 - powerpc: Add more PPC bit conversion macros
2486 - powerpc: Add optional smp_ops->prepare_cpu SMP callback
2487 - powerpc/smp: Remove migrate_irq() custom implementation
2488 - powerpc/powernv: Fix oops on P9 DD1 in cause_ipi()
2489
2490 * Hardware transaction memory corruption (LP: #1691477)
2491 - powerpc/tm: Fix FP and VMX register corruption
2492
2493 * Offlined CPUs of a core fail to come up online on POWER9 DD1 (Ubuntu 17.04)
2494 (LP: #1685792)
2495 - powerpc/powernv: Move CPU-Offline idle state invocation from smp.c to idle.c
2496 - powerpc/powernv/smp: Add busy-wait loop as fall back for CPU-Hotplug
2497 - powerpc/powernv/idle: Don't override default/deepest directly in kernel
2498
2499 * Merlin SGMII fail on Ubuntu Xenial HWE kernel (LP: #1686305)
2500 - drivers: net: phy: xgene: Fix mdio write
2501
2502 * powerpc/powernv: Introduce address translation services for Nvlink2
2503 (LP: #1690412)
2504 - powerpc/powernv: Require MMU_NOTIFIER to fix NPU build
2505 - drivers/of/base.c: Add of_property_read_u64_index
2506 - powerpc/powernv: Add sanity checks to pnv_pci_get_{gpu|npu}_dev
2507 - powerpc/powernv: Introduce address translation services for Nvlink2
2508
2509 * arm64/ACPI support for SBSA watchdog (LP: #1688114)
2510 - clocksource: arm_arch_timer: clean up printk usage
2511 - clocksource: arm_arch_timer: rename type macros
2512 - clocksource: arm_arch_timer: rename the PPI enum
2513 - clocksource: arm_arch_timer: move enums and defines to header file
2514 - clocksource: arm_arch_timer: add a new enum for spi type
2515 - clocksource: arm_arch_timer: rework PPI selection
2516 - clocksource: arm_arch_timer: split dt-only rate handling
2517 - clocksource: arm_arch_timer: refactor arch_timer_needs_probing
2518 - clocksource: arm_arch_timer: move arch_timer_needs_of_probing into DT init
2519 call
2520 - clocksource: arm_arch_timer: add structs to describe MMIO timer
2521 - clocksource: arm_arch_timer: split MMIO timer probing.
2522 - [Config] CONFIG_ACPI_GTDT=y
2523 - acpi/arm64: Add GTDT table parse driver
2524 - clocksource: arm_arch_timer: simplify ACPI support code.
2525 - acpi/arm64: Add memory-mapped timer support in GTDT driver
2526 - clocksource: arm_arch_timer: add GTDT support for memory-mapped timer
2527 - acpi/arm64: Add SBSA Generic Watchdog support in GTDT driver
2528
2529 * arm64: Add CNTFRQ_EL0 handler (LP: #1688164)
2530 - arm64: Add CNTFRQ_EL0 trap handler
2531
2532 * Support IPMI system interface on Cavium ThunderX (LP: #1688132)
2533 - i2c: thunderx: Enable HWMON class probing
2534
2535 * Support low-pin-count devices on Hisilicon SoCs (LP: #1677319)
2536 - [Config] CONFIG_LIBIO=y on arm64 only
2537 - SAUCE: LIBIO: Introduce a generic PIO mapping method
2538 - SAUCE: OF: Add missing I/O range exception for indirect-IO devices
2539 - [Config] CONFIG_HISILICON_LPC=y
2540 - SAUCE: LPC: Support the device-tree LPC host on Hip06/Hip07
2541 - SAUCE: LIBIO: Support the dynamically logical PIO registration of ACPI host
2542 I/O
2543 - SAUCE: LPC: Add the ACPI LPC support
2544 - SAUCE: PCI: Apply the new generic I/O management on PCI IO hosts
2545 - SAUCE: PCI: Restore codepath for !CONFIG_LIBIO
2546
2547 * POWER9: CAPI2 enablement (LP: #1686519)
2548 - cxl: Read vsec perst load image
2549 - cxl: Remove unused values in bare-metal environment.
2550 - cxl: Keep track of mm struct associated with a context
2551 - cxl: Update implementation service layer
2552 - cxl: Rename some psl8 specific functions
2553 - cxl: Isolate few psl8 specific calls
2554 - cxl: Add psl9 specific code
2555
2556 * POWER9: Additional patches for TTY and CPU_IDLE (LP: #1674325)
2557 - SAUCE: tty: Fix ldisc crash on reopened tty
2558
2559 * Artful update to 4.11.2 stable release (LP: #1692332)
2560 - xen: adjust early dom0 p2m handling to xen hypervisor behavior
2561 - target: Fix compare_and_write_callback handling for non GOOD status
2562 - target/fileio: Fix zero-length READ and WRITE handling
2563 - iscsi-target: Set session_fall_back_to_erl0 when forcing reinstatement
2564 - usb: xhci: bInterval quirk for TI TUSB73x0
2565 - usb: host: xhci: print correct command ring address
2566 - USB: serial: ftdi_sio: add device ID for Microsemi/Arrow SF2PLUS Dev Kit
2567 - USB: Proper handling of Race Condition when two USB class drivers try to
2568 call init_usb_class simultaneously
2569 - USB: Revert "cdc-wdm: fix "out-of-sync" due to missing notifications"
2570 - staging: vt6656: use off stack for in buffer USB transfers.
2571 - staging: vt6656: use off stack for out buffer USB transfers.
2572 - staging: gdm724x: gdm_mux: fix use-after-free on module unload
2573 - staging: wilc1000: Fix problem with wrong vif index
2574 - staging: sir: fill in missing fields and fix probe
2575 - staging: comedi: jr3_pci: fix possible null pointer dereference
2576 - staging: comedi: jr3_pci: cope with jiffies wraparound
2577 - usb: misc: add missing continue in switch
2578 - usb: gadget: legacy gadgets are optional
2579 - usb: Make sure usb/phy/of gets built-in
2580 - usb: hub: Fix error loop seen after hub communication errors
2581 - usb: hub: Do not attempt to autosuspend disconnected devices
2582 - x86/boot: Fix BSS corruption/overwrite bug in early x86 kernel startup
2583 - selftests/x86/ldt_gdt_32: Work around a glibc sigaction() bug
2584 - x86, pmem: Fix cache flushing for iovec write < 8 bytes
2585 - um: Fix PTRACE_POKEUSER on x86_64
2586 - perf/x86: Fix Broadwell-EP DRAM RAPL events
2587 - KVM: x86: fix user triggerable warning in kvm_apic_accept_events()
2588 - Revert "KVM: Support vCPU-based gfn->hva cache"
2589 - KVM: arm/arm64: fix races in kvm_psci_vcpu_on
2590 - arm64: KVM: Fix decoding of Rt/Rt2 when trapping AArch32 CP accesses
2591 - block: fix blk_integrity_register to use template's interval_exp if not 0
2592 - crypto: s5p-sss - Close possible race for completed requests
2593 - crypto: algif_aead - Require setkey before accept(2)
2594 - crypto: ccp - Use only the relevant interrupt bits
2595 - crypto: ccp - Disable interrupts early on unload
2596 - crypto: ccp - Change ISR handler method for a v3 CCP
2597 - crypto: ccp - Change ISR handler method for a v5 CCP
2598 - dm crypt: rewrite (wipe) key in crypto layer using random data
2599 - dm era: save spacemap metadata root after the pre-commit
2600 - dm rq: check blk_mq_register_dev() return value in
2601 dm_mq_init_request_queue()
2602 - dm thin: fix a memory leak when passing discard bio down
2603 - vfio/type1: Remove locked page accounting workqueue
2604 - iov_iter: don't revert iov buffer if csum error
2605 - IB/core: Fix sysfs registration error flow
2606 - IB/core: Fix kernel crash during fail to initialize device
2607 - IB/core: For multicast functions, verify that LIDs are multicast LIDs
2608 - IB/IPoIB: ibX: failed to create mcg debug file
2609 - IB/mlx4: Fix ib device initialization error flow
2610 - IB/mlx4: Reduce SRIOV multicast cleanup warning message to debug level
2611 - IB/hfi1: Prevent kernel QP post send hard lockups
2612 - perf auxtrace: Fix no_size logic in addr_filter__resolve_kernel_syms()
2613 - perf annotate s390: Fix perf annotate error -95 (4.10 regression)
2614 - perf annotate s390: Implement jump types for perf annotate
2615 - jbd2: fix dbench4 performance regression for 'nobarrier' mounts
2616 - ext4: evict inline data when writing to memory map
2617 - orangefs: fix bounds check for listxattr
2618 - orangefs: clean up oversize xattr validation
2619 - orangefs: do not set getattr_time on orangefs_lookup
2620 - orangefs: do not check possibly stale size on truncate
2621 - fs/xattr.c: zero out memory copied to userspace in getxattr
2622 - ceph: fix memory leak in __ceph_setxattr()
2623 - fs: fix data invalidation in the cleancache during direct IO
2624 - fs/block_dev: always invalidate cleancache in invalidate_bdev()
2625 - mm: vmscan: fix IO/refault regression in cache workingset transition
2626 - mm: prevent potential recursive reclaim due to clearing PF_MEMALLOC
2627 - Fix match_prepath()
2628 - Do not return number of bytes written for ioctl CIFS_IOC_COPYCHUNK_FILE
2629 - Set unicode flag on cifs echo request to avoid Mac error
2630 - SMB3: Work around mount failure when using SMB3 dialect to Macs
2631 - CIFS: fix mapping of SFM_SPACE and SFM_PERIOD
2632 - cifs: fix leak in FSCTL_ENUM_SNAPS response handling
2633 - cifs: fix CIFS_ENUMERATE_SNAPSHOTS oops
2634 - CIFS: fix oplock break deadlocks
2635 - cifs: fix CIFS_IOC_GET_MNT_INFO oops
2636 - CIFS: add misssing SFM mapping for doublequote
2637 - ovl: do not set overlay.opaque on non-dir create
2638 - padata: free correct variable
2639 - md/raid1: avoid reusing a resync bio after error handling.
2640 - device-dax: fix cdev leak
2641 - device-dax: fix sysfs attribute deadlock
2642 - dax: prevent invalidation of mapped DAX entries
2643 - mm: fix data corruption due to stale mmap reads
2644 - ext4: return to starting transaction in ext4_dax_huge_fault()
2645 - dax: fix PMD data corruption when fault races with write
2646 - f2fs: fix wrong max cost initialization
2647 - Revert "f2fs: put allocate_segment after refresh_sit_entry"
2648 - f2fs: fix fs corruption due to zero inode page
2649 - f2fs: fix multiple f2fs_add_link() having same name for inline dentry
2650 - f2fs: check entire encrypted bigname when finding a dentry
2651 - f2fs: Make flush bios explicitely sync
2652 - initramfs: Always do fput() and load modules after rootfs populate
2653 - initramfs: avoid "label at end of compound statement" error
2654 - fscrypt: fix context consistency check when key(s) unavailable
2655 - fscrypt: avoid collisions when presenting long encrypted filenames
2656 - serial: samsung: Use right device for DMA-mapping calls
2657 - serial: samsung: Add missing checks for dma_map_single failure
2658 - serial: omap: fix runtime-pm handling on unbind
2659 - serial: omap: suspend device on probe errors
2660 - tty: pty: Fix ldisc flush after userspace become aware of the data already
2661 - tty: pl011: use "qdf2400_e44" as the earlycon name for QDF2400 E44
2662 - Bluetooth: Fix user channel for 32bit userspace on 64bit kernel
2663 - Bluetooth: hci_bcm: add missing tty-device sanity check
2664 - Bluetooth: hci_intel: add missing tty-device sanity check
2665 - cgroup: fix spurious warnings on cgroup_is_dead() from cgroup_sk_alloc()
2666 - libata: reject passthrough WRITE SAME requests
2667 - ipmi: Fix kernel panic at ipmi_ssif_thread()
2668 - libnvdimm, region: fix flush hint detection crash
2669 - libnvdimm, pmem: fix a NULL pointer BUG in nd_pmem_notify
2670 - libnvdimm: fix nvdimm_bus_lock() vs device_lock() ordering
2671 - libnvdimm, pfn: fix 'npfns' vs section alignment
2672 - pstore: Fix flags to enable dumps on powerpc
2673 - pstore: Use dynamic spinlock initializer
2674 - pstore: Shut down worker when unregistering
2675 - Linux 4.11.2
2676
2677 * please enable CONFIG_ARM64_LSE_ATOMICS (LP: #1691614)
2678 - [Config] CONFIG_ARM64_LSE_ATOMICS=y
2679
2680 * iptables regression causing snapd ADT failure (LP: #1691752)
2681 - SAUCE: Revert "iptables: use match, target and data copy_to_user helpers"
2682
2683 * [Regression] NUMA_BALANCING disabled on arm64 (LP: #1690914)
2684 - [Config] CONFIG_NUMA_BALANCING{,_DEFAULT_ENABLED}=y on arm64
2685
2686 * exec'ing a setuid binary from a threaded program sometimes fails to setuid
2687 (LP: #1672819)
2688 - SAUCE: exec: ensure file system accounting in check_unsafe_exec is correct
2689
2690 * CVE-2013-1060 (LP: #1206200)
2691 - [Debian] (no-squash) supply perf with appropriate prefix to ensure use of
2692 local config
2693
2694 * Miscellaneous Ubuntu changes
2695 - [Debian] Work out upstream tag for use with gen-auto-reconstruct
2696 - [Debian] Add build-dep on libnuma-dev to enable 'perf bench numa'
2697
2698 * Miscellaneous upstream changes
2699 - Revert "UBUNTU: [Debian] supply perf with appropriate prefix to ensure use
2700 of local config"
2701
2702 -- Seth Forshee <seth.forshee@canonical.com> Wed, 24 May 2017 08:57:22 -0500
2703
2704 linux (4.11.0-3.8) artful; urgency=low
2705
2706 [ Seth Forshee ]
2707
2708 * Release Tracking Bug
2709 - LP: #1690999
2710
2711 * apparmor_parser hangs indefinitely when called by multiple threads
2712 (LP: #1645037)
2713 - SAUCE: apparmor: fix lock ordering for mkdir
2714
2715 * apparmor leaking securityfs pin count (LP: #1660846)
2716 - SAUCE: apparmor: fix leak on securityfs pin count
2717
2718 * apparmor reference count leak when securityfs_setup_d_inode\ () fails
2719 (LP: #1660845)
2720 - SAUCE: apparmor: fix reference count leak when securityfs_setup_d_inode()
2721 fails
2722
2723 * apparmor not checking error if security_pin_fs() fails (LP: #1660842)
2724 - SAUCE: apparmor: fix not handling error case when securityfs_pin_fs() fails
2725
2726 * libvirt profile is blocking global setrlimit despite having no rlimit rule
2727 (LP: #1679704)
2728 - SAUCE: apparmor: fix complain mode failure for rlimit mediation
2729 - apparmor: update auditing of rlimit check to provide capability information
2730
2731 * apparmor: does not provide a way to detect policy updataes (LP: #1678032)
2732 - SAUCE: apparmor: add policy revision file interface
2733
2734 * apparmor does not make support of query data visible (LP: #1678023)
2735 - SAUCE: apparmor: add label data availability to the feature set
2736
2737 * apparmor query interface does not make supported query info available
2738 (LP: #1678030)
2739 - SAUCE: apparmor: add information about the query inteface to the feature set
2740
2741 * change_profile incorrect when using namespaces with a compound stack
2742 (LP: #1677959)
2743 - SAUCE: apparmor: fix label parse for stacked labels
2744
2745 * Regression in 4.4.0-65-generic causes very frequent system crashes
2746 (LP: #1669611)
2747 - apparmor: sync of apparmor 3.6+ (17.04)
2748
2749 * Artful update to 4.11.1 stable release (LP: #1690814)
2750 - dm ioctl: prevent stack leak in dm ioctl call
2751 - drm/sti: fix GDP size to support up to UHD resolution
2752 - power: supply: lp8788: prevent out of bounds array access
2753 - brcmfmac: Ensure pointer correctly set if skb data location changes
2754 - brcmfmac: Make skb header writable before use
2755 - sparc64: fix fault handling in NGbzero.S and GENbzero.S
2756 - refcount: change EXPORT_SYMBOL markings
2757 - net: macb: fix phy interrupt parsing
2758 - tcp: fix access to sk->sk_state in tcp_poll()
2759 - geneve: fix incorrect setting of UDP checksum flag
2760 - bpf: enhance verifier to understand stack pointer arithmetic
2761 - bpf, arm64: fix jit branch offset related to ldimm64
2762 - tcp: fix wraparound issue in tcp_lp
2763 - net: ipv6: Do not duplicate DAD on link up
2764 - net: usb: qmi_wwan: add Telit ME910 support
2765 - tcp: do not inherit fastopen_req from parent
2766 - ipv4, ipv6: ensure raw socket message is big enough to hold an IP header
2767 - rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME string
2768 - ipv6: initialize route null entry in addrconf_init()
2769 - ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notf
2770 - tcp: randomize timestamps on syncookies
2771 - bnxt_en: allocate enough space for ->ntp_fltr_bmap
2772 - bpf: don't let ldimm64 leak map addresses on unprivileged
2773 - net: mdio-mux: bcm-iproc: call mdiobus_free() in error path
2774 - f2fs: sanity check segment count
2775 - xen/arm,arm64: fix xen_dma_ops after 815dd18 "Consolidate get_dma_ops..."
2776 - xen: Revert commits da72ff5bfcb0 and 72a9b186292d
2777 - block: get rid of blk_integrity_revalidate()
2778 - Linux 4.11.1
2779
2780 * Module signing exclusion for staging drivers does not work properly
2781 (LP: #1690908)
2782 - SAUCE: Fix module signing exclusion in package builds
2783
2784 * perf: qcom: Add L3 cache PMU driver (LP: #1689856)
2785 - [Config] CONFIG_QCOM_L3_PMU=y
2786 - perf: qcom: Add L3 cache PMU driver
2787
2788 * No PMU support for ACPI-based arm64 systems (LP: #1689661)
2789 - drivers/perf: arm_pmu: rework per-cpu allocation
2790 - drivers/perf: arm_pmu: manage interrupts per-cpu
2791 - drivers/perf: arm_pmu: split irq request from enable
2792 - drivers/perf: arm_pmu: remove pointless PMU disabling
2793 - drivers/perf: arm_pmu: define armpmu_init_fn
2794 - drivers/perf: arm_pmu: fold init into alloc
2795 - drivers/perf: arm_pmu: factor out pmu registration
2796 - drivers/perf: arm_pmu: simplify cpu_pmu_request_irqs()
2797 - drivers/perf: arm_pmu: handle no platform_device
2798 - drivers/perf: arm_pmu: rename irq request/free functions
2799 - drivers/perf: arm_pmu: split cpu-local irq request/free
2800 - drivers/perf: arm_pmu: move irq request/free into probe
2801 - drivers/perf: arm_pmu: split out platform device probe logic
2802 - arm64: add function to get a cpu's MADT GICC table
2803 - [Config] CONFIG_ARM_PMU_ACPI=y
2804 - drivers/perf: arm_pmu: add ACPI framework
2805 - arm64: pmuv3: handle !PMUv3 when probing
2806 - arm64: pmuv3: use arm_pmu ACPI framework
2807
2808 * Fix NVLINK2 TCE route (LP: #1690155)
2809 - powerpc/powernv: Fix TCE kill on NVLink2
2810
2811 * CVE-2017-0605
2812 - tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline()
2813
2814 * Miscellaneous Ubuntu changes
2815 - [Config] Restore powerpc arch to annotations file
2816 - [Config] Disable runtime testing modules
2817 - [Config] Disable drivers not needed on s390x
2818 - [Config] Update annotations for 4.11
2819 - [Config] updateconfigs after apparmor updates
2820
2821 * Miscellaneous upstream changes
2822 - apparmor: use SHASH_DESC_ON_STACK
2823 - apparmor: fix invalid reference to index variable of iterator line 836
2824 - apparmor: fix parameters so that the permission test is bypassed at boot
2825 - apparmor: Make path_max parameter readonly
2826 - apparmorfs: Combine two function calls into one in aa_fs_seq_raw_abi_show()
2827 - apparmorfs: Use seq_putc() in two functions
2828 - apparmor: provide information about path buffer size at boot
2829 - apparmor: add/use fns to print hash string hex value
2830
2831 -- Seth Forshee <seth.forshee@canonical.com> Tue, 16 May 2017 00:39:13 -0500
2832
2833 linux (4.11.0-2.7) artful; urgency=low
2834
2835 * kernel-wedge fails in artful due to leftover squashfs-modules d-i files
2836 (LP: #1688259)
2837 - Remove squashfs-modules files from d-i
2838 - [Config] as squashfs-modules is builtin kernel-image must Provides: it
2839
2840 * [Zesty] d-i: replace msm_emac with qcom_emac (LP: #1677297)
2841 - Revert "UBUNTU: d-i: initrd needs msm_emac on amberwing platform."
2842 - d-i: initrd needs qcom_emac on amberwing platform.
2843
2844 * update for V3 kernel bits and improved multiple fan slice support
2845 (LP: #1470091)
2846 - SAUCE: fan: tunnel multiple mapping mode (v3)
2847
2848 * Miscellaneous Ubuntu changes
2849 - SAUCE: (noup) Update spl to 0.6.5.9-1ubuntu1, zfs to 0.6.5.9-5ubuntu5
2850 - Enable zfs
2851 - SAUCE: fan: add VXLAN implementation
2852 - SAUCE: (efi-lockdown) efi: Add EFI_SECURE_BOOT bit
2853 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
2854 kernel image
2855 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
2856 mode
2857 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
2858 - SAUCE: (efi-lockdown) Restrict /dev/mem and /dev/kmem when the kernel is
2859 locked down
2860 - SAUCE: (efi-lockdown) Add a sysrq option to exit secure boot mode
2861 - SAUCE: (efi-lockdown) kexec: Disable at runtime if the kernel is locked down
2862 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
2863 reboot
2864 - SAUCE: (efi-lockdown) kexec_file: Disable at runtime if securelevel has been
2865 set
2866 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
2867 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
2868 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
2869 down
2870 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
2871 locked down
2872 - SAUCE: (efi-lockdown) x86: Restrict MSR access when the kernel is locked
2873 down
2874 - SAUCE: (efi-lockdown) asus-wmi: Restrict debugfs interface when the kernel
2875 is locked down
2876 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
2877 locked down
2878 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
2879 has been locked down
2880 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
2881 locked down
2882 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
2883 locked down
2884 - SAUCE: (efi-lockdown) Enable cold boot attack mitigation
2885 - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the
2886 kernel is locked down
2887 - SAUCE: (efi-lockdown) scsi: Lock down the eata driver
2888 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
2889 down
2890 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
2891 - SAUCE: (efi-lockdown) Add EFI signature data types
2892 - SAUCE: (efi-lockdown) Add an EFI signature blob parser and key loader.
2893 - SAUCE: (efi-lockdown) KEYS: Add a system blacklist keyring
2894 - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot
2895 - SAUCE: (efi-lockdown) MODSIGN: Support not importing certs from db
2896 - SAUCE: (efi-lockdown) MODSIGN: Don't try secure boot if EFI runtime is
2897 disabled
2898 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
2899 - SAUCE: (efi-lockdown) efi: Add secure_boot state and status bit for
2900 MokSBState
2901 - SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and MokSBState
2902 - [Config] Set values for UEFI secure boot lockdown options
2903 - Update dropped.txt
2904
2905 [ Upstream Kernel Changes ]
2906
2907 * rebase to v4.11
2908
2909 -- Seth Forshee <seth.forshee@canonical.com> Fri, 05 May 2017 07:43:14 -0500
2910
2911 linux (4.11.0-1.6) artful; urgency=low
2912
2913 * Miscellaneous Ubuntu changes
2914 - [Debian] Use default compression for all packages
2915 - SAUCE: (namespace) block_dev: Support checking inode permissions in
2916 lookup_bdev()
2917 - SAUCE: (namespace) block_dev: Check permissions towards block device inode
2918 when mounting
2919 - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode
2920 when mounting
2921 - SAUCE: (namespace) fs: Allow superblock owner to change ownership of inodes
2922 - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID for userns root
2923 - SAUCE: (namespace) fs: Allow superblock owner to access do_remount_sb()
2924 - SAUCE: (namespace) capabilities: Allow privileged user in s_user_ns to set
2925 security.* xattrs
2926 - SAUCE: (namespace) fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw
2927 filesystems
2928 - SAUCE: (namespace) fuse: Add support for pid namespaces
2929 - SAUCE: (namespace) fuse: Support fuse filesystems outside of init_user_ns
2930 - SAUCE: (namespace) fuse: Restrict allow_other to the superblock's namespace
2931 or a descendant
2932 - SAUCE: (namespace) fuse: Allow user namespace mounts
2933 - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user
2934 namespaces
2935 - SAUCE: (namespace) evm: Don't update hmacs in user ns mounts
2936 - SAUCE: (namespace) ext4: Add module parameter to enable user namespace
2937 mounts
2938 - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is
2939 opened for writing
2940
2941 -- Seth Forshee <seth.forshee@canonical.com> Wed, 26 Apr 2017 10:08:29 -0500
2942
2943 linux (4.11.0-0.5) artful; urgency=low
2944
2945 * [Hyper-V][SAUCE] pci-hyperv: Use only 16 bit integer for PCI domain
2946 (LP: #1684971)
2947 - SAUCE: pci-hyperv: Use only 16 bit integer for PCI domain
2948
2949 * [Hyper-V] Ubuntu 14.04.2 LTS Generation 2 SCSI Errors on VSS Based Backups
2950 (LP: #1470250)
2951 - SAUCE: Tools: hv: vss: Thaw the filesystem and continue after freeze fails
2952
2953 * Enable virtual scsi server driver for Power (LP: #1615665)
2954 - SAUCE: Return TCMU-generated sense data to fabric module
2955
2956 * include/linux/security.h header syntax error with !CONFIG_SECURITYFS
2957 (LP: #1630990)
2958 - SAUCE: (no-up) include/linux/security.h -- fix syntax error with
2959 CONFIG_SECURITYFS=n
2960
2961 * Miscellaneous Ubuntu changes
2962 - SAUCE: Import aufs driver
2963 - [Config] Enable aufs
2964 - [Debian] Add script to update virtualbox
2965 - ubuntu: vbox -- Update to 5.1.20-dfsg-2
2966 - Enable vbox
2967 - SAUCE: aufs -- Include linux/mm.h in fs/aufs/file.h
2968
2969 [ Upstream Kernel Changes ]
2970
2971 * rebase to v4.11-rc8
2972
2973 -- Seth Forshee <seth.forshee@canonical.com> Tue, 25 Apr 2017 13:42:54 -0500
2974
2975 linux (4.11.0-0.4) zesty; urgency=low
2976
2977 * POWER9: Improve performance on memory management (LP: #1681429)
2978 - SAUCE: powerpc/mm/radix: Don't do page walk cache flush when doing full mm
2979 flush
2980 - SAUCE: powerpc/mm/radix: Remove unnecessary ptesync
2981
2982 * Miscellaneous Ubuntu changes
2983 - find-missing-sauce.sh
2984
2985 [ Upstream Kernel Changes ]
2986
2987 * rebase to v4.11-rc7
2988
2989 -- Seth Forshee <seth.forshee@canonical.com> Tue, 18 Apr 2017 08:19:43 -0500
2990
2991 linux (4.11.0-0.3) zesty; urgency=low
2992
2993 * Disable CONFIG_HVC_UDBG on ppc64el (LP: #1680888)
2994 - [Config] Disable CONFIG_HVC_UDBG on ppc64el
2995
2996 * smartpqi driver needed in initram disk and installer (LP: #1680156)
2997 - [Config] Add smartpqi to d-i
2998
2999 * Disable CONFIG_SECURITY_SELINUX_DISABLE (LP: #1680315)
3000 - [Config] CONFIG_SECURITY_SELINUX_DISABLE=n
3001
3002 * Miscellaneous Ubuntu changes
3003 - [Config] flash-kernel should be a Breaks
3004 - [Config] drop the info directory
3005 - [Config] drop NOTES as obsolete
3006 - [Config] drop changelog.historical as obsolete
3007 - rebase to v4.11-rc6
3008
3009 [ Upstream Kernel Changes ]
3010
3011 * rebase to v4.11-rc6
3012
3013 -- Tim Gardner <tim.gardner@canonical.com> Tue, 11 Apr 2017 07:16:52 -0600
3014
3015 linux (4.11.0-0.2) zesty; urgency=low
3016
3017 [ Upstream Kernel Changes ]
3018
3019 * rebase to v4.11-rc5
3020
3021 -- Tim Gardner <tim.gardner@canonical.com> Mon, 03 Apr 2017 08:26:07 +0100
3022
3023 linux (4.11.0-0.1) zesty; urgency=low
3024
3025 [ Upstream Kernel Changes ]
3026
3027 * rebase to v4.11-rc4
3028 - LP: #1591053
3029
3030 -- Tim Gardner <tim.gardner@canonical.com> Mon, 20 Mar 2017 05:15:32 -0600
3031
3032 linux (4.11.0-0.0) zesty; urgency=low
3033
3034 * dummy entry
3035
3036 -- Tim Gardner <tim.gardner@canonical.com> Mon, 20 Mar 2017 05:15:32 -0600