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