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