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