]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - debian.master/changelog
UBUNTU: Ubuntu-4.15.0-11.12
[mirror_ubuntu-bionic-kernel.git] / debian.master / changelog
1 linux (4.15.0-11.12) bionic; urgency=medium
2
3 * linux: 4.15.0-11.12 -proposed tracker (LP: #1751285)
4
5 * Support low-pin-count devices on Hisilicon SoCs (LP: #1677319)
6 - [Config] CONFIG_INDIRECT_PIO=y
7 - SAUCE: LIB: Introduce a generic PIO mapping method
8 - SAUCE: PCI: Remove unused __weak attribute in pci_register_io_range()
9 - SAUCE: PCI: Add fwnode handler as input param of pci_register_io_range()
10 - SAUCE: PCI: Apply the new generic I/O management on PCI IO hosts
11 - SAUCE: OF: Add missing I/O range exception for indirect-IO devices
12 - [Config] CONFIG_HISILICON_LPC=y
13 - SAUCE: HISI LPC: Support the LPC host on Hip06/Hip07 with DT bindings
14 - SAUCE: ACPI / scan: do not enumerate Indirect IO host children
15 - SAUCE: HISI LPC: Add ACPI support
16 - SAUCE: MAINTAINERS: Add maintainer for HiSilicon LPC driver
17
18 * Bionic update to v4.15.5 stable release (LP: #1751131)
19 - scsi: smartpqi: allow static build ("built-in")
20 - IB/umad: Fix use of unprotected device pointer
21 - IB/qib: Fix comparison error with qperf compare/swap test
22 - IB/mlx4: Fix incorrectly releasing steerable UD QPs when have only ETH ports
23 - IB/core: Fix two kernel warnings triggered by rxe registration
24 - IB/core: Fix ib_wc structure size to remain in 64 bytes boundary
25 - IB/core: Avoid a potential OOPs for an unused optional parameter
26 - selftests: seccomp: fix compile error seccomp_bpf
27 - kselftest: fix OOM in memory compaction test
28 - RDMA/rxe: Fix a race condition related to the QP error state
29 - RDMA/rxe: Fix a race condition in rxe_requester()
30 - RDMA/rxe: Fix rxe_qp_cleanup()
31 - cpufreq: powernv: Dont assume distinct pstate values for nominal and pmin
32 - PM / devfreq: Propagate error from devfreq_add_device()
33 - mwifiex: resolve reset vs. remove()/shutdown() deadlocks
34 - ocfs2: try a blocking lock before return AOP_TRUNCATED_PAGE
35 - trace_uprobe: Display correct offset in uprobe_events
36 - powerpc/radix: Remove trace_tlbie call from radix__flush_tlb_all
37 - powerpc/kernel: Block interrupts when updating TIDR
38 - powerpc/vas: Don't set uses_vas for kernel windows
39 - powerpc/numa: Invalidate numa_cpu_lookup_table on cpu remove
40 - powerpc/mm: Flush radix process translations when setting MMU type
41 - powerpc/xive: Use hw CPU ids when configuring the CPU queues
42 - dma-buf: fix reservation_object_wait_timeout_rcu once more v2
43 - s390: fix handling of -1 in set{,fs}[gu]id16 syscalls
44 - arm64: dts: msm8916: Correct ipc references for smsm
45 - ARM: lpc3250: fix uda1380 gpio numbers
46 - ARM: dts: STi: Add gpio polarity for "hdmi,hpd-gpio" property
47 - ARM: dts: nomadik: add interrupt-parent for clcd
48 - arm: dts: mt7623: fix card detection issue on bananapi-r2
49 - arm: spear600: Add missing interrupt-parent of rtc
50 - arm: spear13xx: Fix dmas cells
51 - arm: spear13xx: Fix spics gpio controller's warning
52 - x86/gpu: add CFL to early quirks
53 - x86/kexec: Make kexec (mostly) work in 5-level paging mode
54 - x86/xen: init %gs very early to avoid page faults with stack protector
55 - x86: PM: Make APM idle driver initialize polling state
56 - mm, memory_hotplug: fix memmap initialization
57 - x86/entry/64: Clear extra registers beyond syscall arguments, to reduce
58 speculation attack surface
59 - x86/entry/64/compat: Clear registers for compat syscalls, to reduce
60 speculation attack surface
61 - compiler-gcc.h: Introduce __optimize function attribute
62 - compiler-gcc.h: __nostackprotector needs gcc-4.4 and up
63 - crypto: sun4i_ss_prng - fix return value of sun4i_ss_prng_generate
64 - crypto: sun4i_ss_prng - convert lock to _bh in sun4i_ss_prng_generate
65 - powerpc/mm/radix: Split linear mapping on hot-unplug
66 - x86/mm/pti: Fix PTI comment in entry_SYSCALL_64()
67 - x86/speculation: Update Speculation Control microcode blacklist
68 - x86/speculation: Correct Speculation Control microcode blacklist again
69 - Revert "x86/speculation: Simplify indirect_branch_prediction_barrier()"
70 - KVM/x86: Reduce retpoline performance impact in slot_handle_level_range(),
71 by always inlining iterator helper methods
72 - X86/nVMX: Properly set spec_ctrl and pred_cmd before merging MSRs
73 - KVM/nVMX: Set the CPU_BASED_USE_MSR_BITMAPS if we have a valid L02 MSR
74 bitmap
75 - x86/speculation: Clean up various Spectre related details
76 - PM / runtime: Update links_count also if !CONFIG_SRCU
77 - PM: cpuidle: Fix cpuidle_poll_state_init() prototype
78 - platform/x86: wmi: fix off-by-one write in wmi_dev_probe()
79 - x86/entry/64: Clear registers for exceptions/interrupts, to reduce
80 speculation attack surface
81 - x86/entry/64: Merge SAVE_C_REGS and SAVE_EXTRA_REGS, remove unused
82 extensions
83 - x86/entry/64: Merge the POP_C_REGS and POP_EXTRA_REGS macros into a single
84 POP_REGS macro
85 - x86/entry/64: Interleave XOR register clearing with PUSH instructions
86 - x86/entry/64: Introduce the PUSH_AND_CLEAN_REGS macro
87 - x86/entry/64: Use PUSH_AND_CLEAN_REGS in more cases
88 - x86/entry/64: Get rid of the ALLOC_PT_GPREGS_ON_STACK and
89 SAVE_AND_CLEAR_REGS macros
90 - x86/entry/64: Indent PUSH_AND_CLEAR_REGS and POP_REGS properly
91 - x86/entry/64: Fix paranoid_entry() frame pointer warning
92 - x86/entry/64: Remove the unused 'icebp' macro
93 - selftests/x86: Fix vDSO selftest segfault for vsyscall=none
94 - selftests/x86: Clean up and document sscanf() usage
95 - selftests/x86/pkeys: Remove unused functions
96 - selftests/x86: Fix build bug caused by the 5lvl test which has been moved to
97 the VM directory
98 - selftests/x86: Do not rely on "int $0x80" in test_mremap_vdso.c
99 - gfs2: Fixes to "Implement iomap for block_map"
100 - selftests/x86: Do not rely on "int $0x80" in single_step_syscall.c
101 - selftests/x86: Disable tests requiring 32-bit support on pure 64-bit systems
102 - objtool: Fix segfault in ignore_unreachable_insn()
103 - x86/debug, objtool: Annotate WARN()-related UD2 as reachable
104 - x86/debug: Use UD2 for WARN()
105 - x86/speculation: Fix up array_index_nospec_mask() asm constraint
106 - nospec: Move array_index_nospec() parameter checking into separate macro
107 - x86/speculation: Add <asm/msr-index.h> dependency
108 - x86/mm: Rename flush_tlb_single() and flush_tlb_one() to
109 __flush_tlb_one_[user|kernel]()
110 - selftests/x86/mpx: Fix incorrect bounds with old _sigfault
111 - x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping
112 - x86/spectre: Fix an error message
113 - x86/cpu: Change type of x86_cache_size variable to unsigned int
114 - x86/entry/64: Fix CR3 restore in paranoid_exit()
115 - drm/ttm: Don't add swapped BOs to swap-LRU list
116 - drm/ttm: Fix 'buf' pointer update in ttm_bo_vm_access_kmap() (v2)
117 - drm/qxl: unref cursor bo when finished with it
118 - drm/qxl: reapply cursor after resetting primary
119 - drm/amd/powerplay: Fix smu_table_entry.handle type
120 - drm/ast: Load lut in crtc_commit
121 - drm: Check for lessee in DROP_MASTER ioctl
122 - arm64: Add missing Falkor part number for branch predictor hardening
123 - drm/radeon: Add dpm quirk for Jet PRO (v2)
124 - drm/radeon: adjust tested variable
125 - x86/smpboot: Fix uncore_pci_remove() indexing bug when hot-removing a
126 physical CPU
127 - rtc-opal: Fix handling of firmware error codes, prevent busy loops
128 - mbcache: initialize entry->e_referenced in mb_cache_entry_create()
129 - mmc: sdhci: Implement an SDHCI-specific bounce buffer
130 - mmc: bcm2835: Don't overwrite max frequency unconditionally
131 - Revert "mmc: meson-gx: include tx phase in the tuning process"
132 - mlx5: fix mlx5_get_vector_affinity to start from completion vector 0
133 - Revert "apple-gmux: lock iGP IO to protect from vgaarb changes"
134 - jbd2: fix sphinx kernel-doc build warnings
135 - ext4: fix a race in the ext4 shutdown path
136 - ext4: save error to disk in __ext4_grp_locked_error()
137 - ext4: correct documentation for grpid mount option
138 - mm: hide a #warning for COMPILE_TEST
139 - mm: Fix memory size alignment in devm_memremap_pages_release()
140 - MIPS: Fix typo BIG_ENDIAN to CPU_BIG_ENDIAN
141 - MIPS: CPS: Fix MIPS_ISA_LEVEL_RAW fallout
142 - MIPS: Fix incorrect mem=X@Y handling
143 - PCI: Disable MSI for HiSilicon Hip06/Hip07 only in Root Port mode
144 - PCI: iproc: Fix NULL pointer dereference for BCMA
145 - PCI: pciehp: Assume NoCompl+ for Thunderbolt ports
146 - PCI: keystone: Fix interrupt-controller-node lookup
147 - video: fbdev: atmel_lcdfb: fix display-timings lookup
148 - console/dummy: leave .con_font_get set to NULL
149 - rbd: whitelist RBD_FEATURE_OPERATIONS feature bit
150 - xen: Fix {set,clear}_foreign_p2m_mapping on autotranslating guests
151 - xenbus: track caller request id
152 - seq_file: fix incomplete reset on read from zero offset
153 - tracing: Fix parsing of globs with a wildcard at the beginning
154 - mpls, nospec: Sanitize array index in mpls_label_ok()
155 - rtlwifi: rtl8821ae: Fix connection lost problem correctly
156 - arm64: proc: Set PTE_NG for table entries to avoid traversing them twice
157 - xprtrdma: Fix calculation of ri_max_send_sges
158 - xprtrdma: Fix BUG after a device removal
159 - blk-wbt: account flush requests correctly
160 - target/iscsi: avoid NULL dereference in CHAP auth error path
161 - iscsi-target: make sure to wake up sleeping login worker
162 - dm: correctly handle chained bios in dec_pending()
163 - Btrfs: fix deadlock in run_delalloc_nocow
164 - Btrfs: fix crash due to not cleaning up tree log block's dirty bits
165 - Btrfs: fix extent state leak from tree log
166 - Btrfs: fix btrfs_evict_inode to handle abnormal inodes correctly
167 - Btrfs: fix use-after-free on root->orphan_block_rsv
168 - Btrfs: fix unexpected -EEXIST when creating new inode
169 - 9p/trans_virtio: discard zero-length reply
170 - mtd: nand: vf610: set correct ooblayout
171 - ALSA: usb-audio: Fix UAC2 get_ctl request with a RANGE attribute
172 - ALSA: hda/realtek - Add headset mode support for Dell laptop
173 - ALSA: hda/realtek - Enable Thinkpad Dock device for ALC298 platform
174 - ALSA: hda/realtek: PCI quirk for Fujitsu U7x7
175 - ALSA: usb-audio: add implicit fb quirk for Behringer UFX1204
176 - ALSA: usb: add more device quirks for USB DSD devices
177 - ALSA: seq: Fix racy pool initializations
178 - mvpp2: fix multicast address filter
179 - usb: Move USB_UHCI_BIG_ENDIAN_* out of USB_SUPPORT
180 - x86/mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pages
181 - ARM: dts: exynos: fix RTC interrupt for exynos5410
182 - ARM: pxa/tosa-bt: add MODULE_LICENSE tag
183 - arm64: dts: msm8916: Add missing #phy-cells
184 - ARM: dts: s5pv210: add interrupt-parent for ohci
185 - arm: dts: mt7623: Update ethsys binding
186 - arm: dts: mt2701: Add reset-cells
187 - ARM: dts: Delete bogus reference to the charlcd
188 - media: r820t: fix r820t_write_reg for KASAN
189 - mmc: sdhci-of-esdhc: fix eMMC couldn't work after kexec
190 - mmc: sdhci-of-esdhc: fix the mmc error after sleep on ls1046ardb
191 - Linux 4.15.5
192
193 * retpoline abi files are empty on i386 (LP: #1751021)
194 - [Packaging] retpoline-extract -- instantiate retpoline files for i386
195 - [Packaging] final-checks -- sanity checking ABI contents
196 - [Packaging] final-checks -- check for empty retpoline files
197 - [Config] Disable i386 retpoline check for next upload
198
199 * Bionic update to v4.15.4 stable release (LP: #1751064)
200 - watchdog: indydog: Add dependency on SGI_HAS_INDYDOG
201 - cifs: Fix missing put_xid in cifs_file_strict_mmap
202 - cifs: Fix autonegotiate security settings mismatch
203 - CIFS: zero sensitive data when freeing
204 - cpufreq: mediatek: add mediatek related projects into blacklist
205 - dmaengine: dmatest: fix container_of member in dmatest_callback
206 - ssb: Do not disable PCI host on non-Mips
207 - watchdog: gpio_wdt: set WDOG_HW_RUNNING in gpio_wdt_stop
208 - Revert "drm/i915: mark all device info struct with __initconst"
209 - sched/rt: Use container_of() to get root domain in rto_push_irq_work_func()
210 - sched/rt: Up the root domain ref count when passing it around via IPIs
211 - media: dvb-usb-v2: lmedm04: Improve logic checking of warm start
212 - media: dvb-usb-v2: lmedm04: move ts2020 attach to dm04_lme2510_tuner
213 - media: hdpvr: Fix an error handling path in hdpvr_probe()
214 - arm64: mm: Use non-global mappings for kernel space
215 - arm64: mm: Temporarily disable ARM64_SW_TTBR0_PAN
216 - arm64: mm: Move ASID from TTBR0 to TTBR1
217 - arm64: mm: Remove pre_ttbr0_update_workaround for Falkor erratum #E1003
218 - arm64: mm: Rename post_ttbr0_update_workaround
219 - arm64: mm: Fix and re-enable ARM64_SW_TTBR0_PAN
220 - arm64: mm: Allocate ASIDs in pairs
221 - arm64: mm: Add arm64_kernel_unmapped_at_el0 helper
222 - arm64: mm: Invalidate both kernel and user ASIDs when performing TLBI
223 - arm64: entry: Add exception trampoline page for exceptions from EL0
224 - arm64: mm: Map entry trampoline into trampoline and kernel page tables
225 - arm64: entry: Explicitly pass exception level to kernel_ventry macro
226 - arm64: entry: Hook up entry trampoline to exception vectors
227 - arm64: erratum: Work around Falkor erratum #E1003 in trampoline code
228 - arm64: cpu_errata: Add Kryo to Falkor 1003 errata
229 - arm64: tls: Avoid unconditional zeroing of tpidrro_el0 for native tasks
230 - arm64: entry: Add fake CPU feature for unmapping the kernel at EL0
231 - arm64: kaslr: Put kernel vectors address in separate data page
232 - arm64: use RET instruction for exiting the trampoline
233 - arm64: Kconfig: Add CONFIG_UNMAP_KERNEL_AT_EL0
234 - arm64: Kconfig: Reword UNMAP_KERNEL_AT_EL0 kconfig entry
235 - arm64: Take into account ID_AA64PFR0_EL1.CSV3
236 - arm64: capabilities: Handle duplicate entries for a capability
237 - arm64: mm: Introduce TTBR_ASID_MASK for getting at the ASID in the TTBR
238 - arm64: kpti: Fix the interaction between ASID switching and software PAN
239 - arm64: cputype: Add MIDR values for Cavium ThunderX2 CPUs
240 - arm64: kpti: Make use of nG dependent on arm64_kernel_unmapped_at_el0()
241 - arm64: mm: Permit transitioning from Global to Non-Global without BBM
242 - arm64: kpti: Add ->enable callback to remap swapper using nG mappings
243 - arm64: Force KPTI to be disabled on Cavium ThunderX
244 - arm64: entry: Reword comment about post_ttbr_update_workaround
245 - arm64: idmap: Use "awx" flags for .idmap.text .pushsection directives
246 - perf: arm_spe: Fail device probe when arm64_kernel_unmapped_at_el0()
247 - arm64: barrier: Add CSDB macros to control data-value prediction
248 - arm64: Implement array_index_mask_nospec()
249 - arm64: Make USER_DS an inclusive limit
250 - arm64: Use pointer masking to limit uaccess speculation
251 - arm64: entry: Ensure branch through syscall table is bounded under
252 speculation
253 - arm64: uaccess: Prevent speculative use of the current addr_limit
254 - arm64: uaccess: Don't bother eliding access_ok checks in __{get, put}_user
255 - arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_user
256 - arm64: futex: Mask __user pointers prior to dereference
257 - arm64: cpufeature: __this_cpu_has_cap() shouldn't stop early
258 - arm64: Run enable method for errata work arounds on late CPUs
259 - arm64: cpufeature: Pass capability structure to ->enable callback
260 - drivers/firmware: Expose psci_get_version through psci_ops structure
261 - arm64: Move post_ttbr_update_workaround to C code
262 - arm64: Add skeleton to harden the branch predictor against aliasing attacks
263 - arm64: Move BP hardening to check_and_switch_context
264 - arm64: KVM: Use per-CPU vector when BP hardening is enabled
265 - arm64: entry: Apply BP hardening for high-priority synchronous exceptions
266 - arm64: entry: Apply BP hardening for suspicious interrupts from EL0
267 - arm64: cputype: Add missing MIDR values for Cortex-A72 and Cortex-A75
268 - arm64: Implement branch predictor hardening for affected Cortex-A CPUs
269 - arm64: Implement branch predictor hardening for Falkor
270 - arm64: Branch predictor hardening for Cavium ThunderX2
271 - arm64: KVM: Increment PC after handling an SMC trap
272 - arm/arm64: KVM: Consolidate the PSCI include files
273 - arm/arm64: KVM: Add PSCI_VERSION helper
274 - arm/arm64: KVM: Add smccc accessors to PSCI code
275 - arm/arm64: KVM: Implement PSCI 1.0 support
276 - arm/arm64: KVM: Advertise SMCCC v1.1
277 - arm64: KVM: Make PSCI_VERSION a fast path
278 - arm/arm64: KVM: Turn kvm_psci_version into a static inline
279 - arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening support
280 - arm64: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handling
281 - firmware/psci: Expose PSCI conduit
282 - firmware/psci: Expose SMCCC version through psci_ops
283 - arm/arm64: smccc: Make function identifiers an unsigned quantity
284 - arm/arm64: smccc: Implement SMCCC v1.1 inline primitive
285 - arm64: Add ARM_SMCCC_ARCH_WORKAROUND_1 BP hardening support
286 - arm64: Kill PSCI_GET_VERSION as a variant-2 workaround
287 - mtd: cfi: convert inline functions to macros
288 - mtd: nand: brcmnand: Disable prefetch by default
289 - mtd: nand: Fix nand_do_read_oob() return value
290 - mtd: nand: sunxi: Fix ECC strength choice
291 - ubi: Fix race condition between ubi volume creation and udev
292 - ubi: fastmap: Erase outdated anchor PEBs during attach
293 - ubi: block: Fix locking for idr_alloc/idr_remove
294 - ubifs: free the encrypted symlink target
295 - nfs/pnfs: fix nfs_direct_req ref leak when i/o falls back to the mds
296 - nfs41: do not return ENOMEM on LAYOUTUNAVAILABLE
297 - NFS: Add a cond_resched() to nfs_commit_release_pages()
298 - NFS: Fix nfsstat breakage due to LOOKUPP
299 - NFS: commit direct writes even if they fail partially
300 - NFS: reject request for id_legacy key without auxdata
301 - NFS: Fix a race between mmap() and O_DIRECT
302 - nfsd: Detect unhashed stids in nfsd4_verify_open_stid()
303 - kernfs: fix regression in kernfs_fop_write caused by wrong type
304 - ahci: Annotate PCI ids for mobile Intel chipsets as such
305 - ahci: Add PCI ids for Intel Bay Trail, Cherry Trail and Apollo Lake AHCI
306 - ahci: Add Intel Cannon Lake PCH-H PCI ID
307 - crypto: hash - introduce crypto_hash_alg_has_setkey()
308 - crypto: cryptd - pass through absence of ->setkey()
309 - crypto: mcryptd - pass through absence of ->setkey()
310 - crypto: poly1305 - remove ->setkey() method
311 - crypto: hash - annotate algorithms taking optional key
312 - crypto: hash - prevent using keyed hashes without setting key
313 - media: v4l2-ioctl.c: use check_fmt for enum/g/s/try_fmt
314 - media: v4l2-ioctl.c: don't copy back the result for -ENOTTY
315 - media: v4l2-compat-ioctl32.c: add missing VIDIOC_PREPARE_BUF
316 - media: v4l2-compat-ioctl32.c: fix the indentation
317 - media: v4l2-compat-ioctl32.c: move 'helper' functions to
318 __get/put_v4l2_format32
319 - media: v4l2-compat-ioctl32.c: avoid sizeof(type)
320 - media: v4l2-compat-ioctl32.c: copy m.userptr in put_v4l2_plane32
321 - media: v4l2-compat-ioctl32.c: fix ctrl_is_pointer
322 - media: v4l2-compat-ioctl32.c: copy clip list in put_v4l2_window32
323 - media: v4l2-compat-ioctl32.c: drop pr_info for unknown buffer type
324 - media: v4l2-compat-ioctl32.c: don't copy back the result for certain errors
325 - media: v4l2-compat-ioctl32.c: refactor compat ioctl32 logic
326 - media: v4l2-compat-ioctl32.c: make ctrl_is_pointer work for subdevs
327 - crypto: caam - fix endless loop when DECO acquire fails
328 - crypto: sha512-mb - initialize pending lengths correctly
329 - crypto: talitos - fix Kernel Oops on hashing an empty file
330 - arm: KVM: Fix SMCCC handling of unimplemented SMC/HVC calls
331 - KVM: nVMX: Fix races when sending nested PI while dest enters/leaves L2
332 - KVM: nVMX: Fix bug of injecting L2 exception into L1
333 - KVM: PPC: Book3S HV: Make sure we don't re-enter guest without XIVE loaded
334 - KVM: PPC: Book3S HV: Drop locks before reading guest memory
335 - KVM: arm/arm64: Handle CPU_PM_ENTER_FAILED
336 - KVM: PPC: Book3S PR: Fix broken select due to misspelling
337 - ASoC: acpi: fix machine driver selection based on quirk
338 - ASoC: rockchip: i2s: fix playback after runtime resume
339 - ASoC: skl: Fix kernel warning due to zero NHTL entry
340 - ASoC: compress: Correct handling of copy callback
341 - watchdog: imx2_wdt: restore previous timeout after suspend+resume
342 - afs: Add missing afs_put_cell()
343 - afs: Need to clear responded flag in addr cursor
344 - afs: Fix missing cursor clearance
345 - afs: Fix server list handling
346 - btrfs: Handle btrfs_set_extent_delalloc failure in fixup worker
347 - Btrfs: raid56: iterate raid56 internal bio with bio_for_each_segment_all
348 - kasan: don't emit builtin calls when sanitization is off
349 - kasan: rework Kconfig settings
350 - media: dvb_frontend: be sure to init dvb_frontend_handle_ioctl() return code
351 - media: dvb-frontends: fix i2c access helpers for KASAN
352 - media: dt-bindings/media/cec-gpio.txt: mention the CEC/HPD max voltages
353 - media: ts2020: avoid integer overflows on 32 bit machines
354 - media: vivid: fix module load error when enabling fb and no_error_inj=1
355 - media: cxusb, dib0700: ignore XC2028_I2C_FLUSH
356 - fs/proc/kcore.c: use probe_kernel_read() instead of memcpy()
357 - kernel/async.c: revert "async: simplify lowest_in_progress()"
358 - kernel/relay.c: revert "kernel/relay.c: fix potential memory leak"
359 - pipe: actually allow root to exceed the pipe buffer limits
360 - pipe: fix off-by-one error when checking buffer limits
361 - HID: quirks: Fix keyboard + touchpad on Toshiba Click Mini not working
362 - Bluetooth: btsdio: Do not bind to non-removable BCM43341
363 - ipmi: use dynamic memory for DMI driver override
364 - signal/openrisc: Fix do_unaligned_access to send the proper signal
365 - signal/sh: Ensure si_signo is initialized in do_divide_error
366 - alpha: fix crash if pthread_create races with signal delivery
367 - alpha: osf_sys.c: fix put_tv32 regression
368 - alpha: Fix mixed up args in EXC macro in futex operations
369 - alpha: fix reboot on Avanti platform
370 - alpha: fix formating of stack content
371 - xtensa: fix futex_atomic_cmpxchg_inatomic
372 - EDAC, octeon: Fix an uninitialized variable warning
373 - genirq: Make legacy autoprobing work again
374 - pinctrl: intel: Initialize GPIO properly when used through irqchip
375 - pinctrl: mcp23s08: fix irq setup order
376 - pinctrl: sx150x: Unregister the pinctrl on release
377 - pinctrl: sx150x: Register pinctrl before adding the gpiochip
378 - pinctrl: sx150x: Add a static gpio/pinctrl pin range mapping
379 - pktcdvd: Fix pkt_setup_dev() error path
380 - pktcdvd: Fix a recently introduced NULL pointer dereference
381 - blk-mq: quiesce queue before freeing queue
382 - clocksource/drivers/stm32: Fix kernel panic with multiple timers
383 - lib/ubsan.c: s/missaligned/misaligned/
384 - lib/ubsan: add type mismatch handler for new GCC/Clang
385 - objtool: Fix switch-table detection
386 - arm64: dts: marvell: add Ethernet aliases
387 - drm/i915: Avoid PPS HW/SW state mismatch due to rounding
388 - ACPI: sbshc: remove raw pointer from printk() message
389 - acpi, nfit: fix register dimm error handling
390 - ovl: force r/o mount when index dir creation fails
391 - ovl: fix failure to fsync lower dir
392 - ovl: take mnt_want_write() for work/index dir setup
393 - ovl: take mnt_want_write() for removing impure xattr
394 - ovl: hash directory inodes for fsnotify
395 - mn10300/misalignment: Use SIGSEGV SEGV_MAPERR to report a failed user copy
396 - devpts: fix error handling in devpts_mntget()
397 - ftrace: Remove incorrect setting of glob search field
398 - scsi: core: Ensure that the SCSI error handler gets woken up
399 - scsi: lpfc: Fix crash after bad bar setup on driver attachment
400 - scsi: cxlflash: Reset command ioasc
401 - rcu: Export init_rcu_head() and destroy_rcu_head() to GPL modules
402 - Linux 4.15.4
403 - updateconfigs after v4.14.4 stable updates
404
405 * Bionic update to v4.15.4 stable release (LP: #1751064) // CVE-2017-5754 and
406 do not need KPTI when KASLR is off.
407 - arm64: Turn on KPTI only on CPUs that need it
408
409 * Miscellaneous Ubuntu changes
410 - [Config] fix up removed retpoline call sites
411
412 -- Seth Forshee <seth.forshee@canonical.com> Fri, 23 Feb 2018 08:31:06 -0600
413
414 linux (4.15.0-10.11) bionic; urgency=medium
415
416 * linux: 4.15.0-10.11 -proposed tracker (LP: #1749250)
417
418 * "swiotlb: coherent allocation failed" dmesg spam with linux 4.15.0-9.10
419 (LP: #1749202)
420 - swiotlb: suppress warning when __GFP_NOWARN is set
421 - drm/ttm: specify DMA_ATTR_NO_WARN for huge page pools
422
423 * linux-tools: perf incorrectly linking libbfd (LP: #1748922)
424 - SAUCE: tools -- add ability to disable libbfd
425 - [Packaging] correct disablement of libbfd
426
427 * [Artful] Realtek ALC225: 2 secs noise when a headset plugged in
428 (LP: #1744058)
429 - ALSA: hda/realtek - update ALC225 depop optimize
430
431 * [Artful] Support headset mode for DELL WYSE (LP: #1723913)
432 - SAUCE: ALSA: hda/realtek - Add support headset mode for DELL WYSE
433
434 * headset mic can't be detected on two Dell machines (LP: #1748807)
435 - ALSA: hda/realtek - Support headset mode for ALC215/ALC285/ALC289
436 - ALSA: hda - Fix headset mic detection problem for two Dell machines
437
438 * Bionic update to v4.15.3 stable release (LP: #1749191)
439 - ip6mr: fix stale iterator
440 - net: igmp: add a missing rcu locking section
441 - qlcnic: fix deadlock bug
442 - qmi_wwan: Add support for Quectel EP06
443 - r8169: fix RTL8168EP take too long to complete driver initialization.
444 - tcp: release sk_frag.page in tcp_disconnect
445 - vhost_net: stop device during reset owner
446 - ipv6: addrconf: break critical section in addrconf_verify_rtnl()
447 - ipv6: change route cache aging logic
448 - Revert "defer call to mem_cgroup_sk_alloc()"
449 - net: ipv6: send unsolicited NA after DAD
450 - rocker: fix possible null pointer dereference in
451 rocker_router_fib_event_work
452 - tcp_bbr: fix pacing_gain to always be unity when using lt_bw
453 - cls_u32: add missing RCU annotation.
454 - ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6only
455 - soreuseport: fix mem leak in reuseport_add_sock()
456 - net_sched: get rid of rcu_barrier() in tcf_block_put_ext()
457 - net: sched: fix use-after-free in tcf_block_put_ext
458 - media: mtk-vcodec: add missing MODULE_LICENSE/DESCRIPTION
459 - media: soc_camera: soc_scale_crop: add missing
460 MODULE_DESCRIPTION/AUTHOR/LICENSE
461 - media: tegra-cec: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
462 - gpio: uniphier: fix mismatch between license text and MODULE_LICENSE
463 - crypto: tcrypt - fix S/G table for test_aead_speed()
464 - Linux 4.15.3
465
466 * bnx2x_attn_int_deasserted3:4323 MC assert! (LP: #1715519) //
467 CVE-2018-1000026
468 - net: create skb_gso_validate_mac_len()
469 - bnx2x: disable GSO where gso_size is too big for hardware
470
471 * ethtool -p fails to light NIC LED on HiSilicon D05 systems (LP: #1748567)
472 - net: hns: add ACPI mode support for ethtool -p
473
474 * CVE-2017-5715 (Spectre v2 Intel)
475 - [Packaging] retpoline files must be sorted
476 - [Packaging] pull in retpoline files
477
478 * [Feature] PXE boot with Intel Omni-Path (LP: #1712031)
479 - d-i: Add hfi1 to nic-modules
480
481 * CVE-2017-5715 (Spectre v2 retpoline)
482 - [Packaging] retpoline -- add call site validation
483 - [Config] disable retpoline checks for first upload
484
485 * Do not duplicate changelog entries assigned to more than one bug or CVE
486 (LP: #1743383)
487 - [Packaging] git-ubuntu-log -- handle multiple bugs/cves better
488
489 -- Seth Forshee <seth.forshee@canonical.com> Tue, 13 Feb 2018 11:33:58 -0600
490
491 linux (4.15.0-9.10) bionic; urgency=medium
492
493 * linux: 4.15.0-9.10 -proposed tracker (LP: #1748244)
494
495 * Miscellaneous Ubuntu changes
496 - [Debian] tests -- remove gcc-multilib dependency for arm64
497
498 -- Seth Forshee <seth.forshee@canonical.com> Thu, 08 Feb 2018 11:25:04 -0600
499
500 linux (4.15.0-8.9) bionic; urgency=medium
501
502 * linux: 4.15.0-8.9 -proposed tracker (LP: #1748075)
503
504 * Bionic update to v4.15.2 stable release (LP: #1748072)
505 - KVM: x86: Make indirect calls in emulator speculation safe
506 - KVM: VMX: Make indirect call speculation safe
507 - module/retpoline: Warn about missing retpoline in module
508 - x86/cpufeatures: Add CPUID_7_EDX CPUID leaf
509 - x86/cpufeatures: Add Intel feature bits for Speculation Control
510 - x86/cpufeatures: Add AMD feature bits for Speculation Control
511 - x86/msr: Add definitions for new speculation control MSRs
512 - x86/pti: Do not enable PTI on CPUs which are not vulnerable to Meltdown
513 - x86/cpufeature: Blacklist SPEC_CTRL/PRED_CMD on early Spectre v2 microcodes
514 - x86/speculation: Add basic IBPB (Indirect Branch Prediction Barrier) support
515 - x86/alternative: Print unadorned pointers
516 - x86/nospec: Fix header guards names
517 - x86/bugs: Drop one "mitigation" from dmesg
518 - x86/cpu/bugs: Make retpoline module warning conditional
519 - x86/cpufeatures: Clean up Spectre v2 related CPUID flags
520 - x86/retpoline: Simplify vmexit_fill_RSB()
521 - x86/speculation: Simplify indirect_branch_prediction_barrier()
522 - auxdisplay: img-ascii-lcd: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
523 - iio: adc/accel: Fix up module licenses
524 - pinctrl: pxa: pxa2xx: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
525 - ASoC: pcm512x: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
526 - KVM: nVMX: Eliminate vmcs02 pool
527 - KVM: VMX: introduce alloc_loaded_vmcs
528 - objtool: Improve retpoline alternative handling
529 - objtool: Add support for alternatives at the end of a section
530 - objtool: Warn on stripped section symbol
531 - x86/mm: Fix overlap of i386 CPU_ENTRY_AREA with FIX_BTMAP
532 - x86/spectre: Check CONFIG_RETPOLINE in command line parser
533 - x86/entry/64: Remove the SYSCALL64 fast path
534 - x86/entry/64: Push extra regs right away
535 - x86/asm: Move 'status' from thread_struct to thread_info
536 - Documentation: Document array_index_nospec
537 - array_index_nospec: Sanitize speculative array de-references
538 - x86: Implement array_index_mask_nospec
539 - x86: Introduce barrier_nospec
540 - x86: Introduce __uaccess_begin_nospec() and uaccess_try_nospec
541 - x86/usercopy: Replace open coded stac/clac with __uaccess_{begin, end}
542 - x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospec
543 - x86/get_user: Use pointer masking to limit speculation
544 - x86/syscall: Sanitize syscall table de-references under speculation
545 - vfs, fdtable: Prevent bounds-check bypass via speculative execution
546 - nl80211: Sanitize array index in parse_txq_params
547 - x86/spectre: Report get_user mitigation for spectre_v1
548 - x86/spectre: Fix spelling mistake: "vunerable"-> "vulnerable"
549 - x86/cpuid: Fix up "virtual" IBRS/IBPB/STIBP feature bits on Intel
550 - x86/speculation: Use Indirect Branch Prediction Barrier in context switch
551 - x86/paravirt: Remove 'noreplace-paravirt' cmdline option
552 - KVM: VMX: make MSR bitmaps per-VCPU
553 - x86/kvm: Update spectre-v1 mitigation
554 - x86/retpoline: Avoid retpolines for built-in __init functions
555 - x86/spectre: Simplify spectre_v2 command line parsing
556 - x86/pti: Mark constant arrays as __initconst
557 - x86/speculation: Fix typo IBRS_ATT, which should be IBRS_ALL
558 - KVM/x86: Update the reverse_cpuid list to include CPUID_7_EDX
559 - KVM/x86: Add IBPB support
560 - KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIES
561 - KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRL
562 - KVM/SVM: Allow direct access to MSR_IA32_SPEC_CTRL
563 - serial: core: mark port as initialized after successful IRQ change
564 - fpga: region: release of_parse_phandle nodes after use
565 - Linux 4.15.2
566
567 * Add support for the NIC on SynQuacer E-Series boards (LP: #1747792)
568 - net: phy: core: remove now uneeded disabling of interrupts
569 - [Config] CONFIG_NET_VENDOR_SOCIONEXT=y & CONFIG_SNI_NETSEC=m
570 - net: socionext: Add Synquacer NetSec driver
571 - net: socionext: include linux/io.h to fix build
572 - net: socionext: Fix error return code in netsec_netdev_open()
573
574 * [Artful/Bionic] [Config] enable EDAC_GHES for ARM64 (LP: #1747746)
575 - [Config] CONFIG_EDAC_GHES=y
576
577 * support thunderx2 vendor pmu events (LP: #1747523)
578 - perf pmu: Pass pmu as a parameter to get_cpuid_str()
579 - perf tools arm64: Add support for get_cpuid_str function.
580 - perf pmu: Add helper function is_pmu_core to detect PMU CORE devices
581 - perf vendor events arm64: Add ThunderX2 implementation defined pmu core
582 events
583 - perf pmu: Add check for valid cpuid in perf_pmu__find_map()
584
585 * linux 4.14.0-7.9 ADT test failure with linux 4.14.0-7.9 (LP: #1732463)
586 - SAUCE: mm: disable vma based swap readahead by default
587 - SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM
588
589 * Miscellaneous Ubuntu changes
590 - [Config] Fix CONFIG_PROFILE_ALL_BRANCHES annotations
591
592 -- Seth Forshee <seth.forshee@canonical.com> Wed, 07 Feb 2018 21:13:27 -0600
593
594 linux (4.15.0-7.8) bionic; urgency=medium
595
596 * Bionic update to v4.15.1 stable release (LP: #1747169)
597 - Bluetooth: hci_serdev: Init hci_uart proto_lock to avoid oops
598 - tools/gpio: Fix build error with musl libc
599 - gpio: stmpe: i2c transfer are forbiden in atomic context
600 - gpio: Fix kernel stack leak to userspace
601 - ALSA: hda - Reduce the suspend time consumption for ALC256
602 - crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDH
603 - crypto: aesni - handle zero length dst buffer
604 - crypto: aesni - fix typo in generic_gcmaes_decrypt
605 - crypto: aesni - add wrapper for generic gcm(aes)
606 - crypto: aesni - Fix out-of-bounds access of the data buffer in generic-gcm-
607 aesni
608 - crypto: aesni - Fix out-of-bounds access of the AAD buffer in generic-gcm-
609 aesni
610 - crypto: inside-secure - fix hash when length is a multiple of a block
611 - crypto: inside-secure - avoid unmapping DMA memory that was not mapped
612 - crypto: sha3-generic - fixes for alignment and big endian operation
613 - crypto: af_alg - whitelist mask and type
614 - HID: wacom: EKR: ensure devres groups at higher indexes are released
615 - HID: wacom: Fix reporting of touch toggle (WACOM_HID_WD_MUTE_DEVICE) events
616 - power: reset: zx-reboot: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
617 - gpio: iop: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
618 - gpio: ath79: add missing MODULE_DESCRIPTION/LICENSE
619 - mtd: nand: denali_pci: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
620 - igb: Free IRQs when device is hotplugged
621 - ima/policy: fix parsing of fsuuid
622 - scsi: aacraid: Fix udev inquiry race condition
623 - scsi: aacraid: Fix hang in kdump
624 - scsi: storvsc: missing error code in storvsc_probe()
625 - staging: lustre: separate a connection destroy from free struct kib_conn
626 - staging: ccree: NULLify backup_info when unused
627 - staging: ccree: fix fips event irq handling build
628 - tty: fix data race between tty_init_dev and flush of buf
629 - usb: option: Add support for FS040U modem
630 - USB: serial: pl2303: new device id for Chilitag
631 - USB: cdc-acm: Do not log urb submission errors on disconnect
632 - CDC-ACM: apply quirk for card reader
633 - USB: serial: io_edgeport: fix possible sleep-in-atomic
634 - usbip: prevent bind loops on devices attached to vhci_hcd
635 - usbip: list: don't list devices attached to vhci_hcd
636 - USB: serial: simple: add Motorola Tetra driver
637 - usb: f_fs: Prevent gadget unbind if it is already unbound
638 - usb: uas: unconditionally bring back host after reset
639 - usb/gadget: Fix "high bandwidth" check in usb_gadget_ep_match_desc()
640 - ANDROID: binder: remove waitqueue when thread exits.
641 - android: binder: use VM_ALLOC to get vm area
642 - mei: me: allow runtime pm for platform with D0i3
643 - serial: 8250_of: fix return code when probe function fails to get reset
644 - serial: 8250_uniphier: fix error return code in uniphier_uart_probe()
645 - serial: 8250_dw: Revert "Improve clock rate setting"
646 - serial: imx: Only wakeup via RTSDEN bit if the system has RTS/CTS
647 - spi: imx: do not access registers while clocks disabled
648 - iio: adc: stm32: fix scan of multiple channels with DMA
649 - iio: chemical: ccs811: Fix output of IIO_CONCENTRATION channels
650 - test_firmware: fix missing unlock on error in config_num_requests_store()
651 - Input: synaptics-rmi4 - unmask F03 interrupts when port is opened
652 - Input: synaptics-rmi4 - do not delete interrupt memory too early
653 - x86/efi: Clarify that reset attack mitigation needs appropriate userspace
654 - Linux 4.15.1
655
656 * Dell XPS 13 9360 bluetooth (Atheros) won't connect after resume
657 (LP: #1744712)
658 - Revert "Bluetooth: btusb: fix QCA Rome suspend/resume"
659 - Bluetooth: btusb: Restore QCA Rome suspend/resume fix with a "rewritten"
660 version
661
662 * apparmor profile load in stacked policy container fails (LP: #1746463)
663 - SAUCE: apparmor: fix display of .ns_name for containers
664
665 -- Seth Forshee <seth.forshee@canonical.com> Sun, 04 Feb 2018 11:56:32 +0100
666
667 linux (4.15.0-6.7) bionic; urgency=low
668
669 * upload urgency should be medium by default (LP: #1745338)
670 - [Packaging] update urgency to medium by default
671
672 * Shutdown hang on 16.04 with iscsi targets (LP: #1569925)
673 - scsi: libiscsi: Allow sd_shutdown on bad transport
674
675 * Miscellaneous Ubuntu changes
676 - SAUCE: (noup) Update spl to 0.7.5-1ubuntu1, zfs to 0.7.5-1ubuntu1
677 - Revert "UBUNTU: SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM"
678 - Revert "UBUNTU: SAUCE: mm: disable vma based swap readahead by default"
679
680 [ Upstream Kernel Changes ]
681
682 * Rebase to v4.15
683
684 -- Seth Forshee <seth.forshee@canonical.com> Mon, 29 Jan 2018 08:47:07 -0600
685
686 linux (4.15.0-5.6) bionic; urgency=low
687
688 * $(LOCAL_ENV_CC) and $(LOCAL_ENV_DISTCC_HOSTS) should be properly quoted
689 (LP: #1744077)
690 - [Debian] pass LOCAL_ENV_CC and LOCAL_ENV_DISTCC_HOSTS properly
691
692 * Missing install-time driver for QLogic QED 25/40/100Gb Ethernet NIC
693 (LP: #1743638)
694 - [d-i] Add qede to nic-modules udeb
695
696 * boot failure on AMD Raven + WesternXT (LP: #1742759)
697 - SAUCE: drm/amdgpu: add atpx quirk handling (v2)
698
699 * Unable to handle kernel NULL pointer dereference at isci_task_abort_task
700 (LP: #1726519)
701 - SAUCE: Revert "scsi: libsas: allow async aborts"
702
703 * Update Ubuntu-4.15.0 config to support Intel Atom devices (LP: #1739939)
704 - [Config] CONFIG_SERIAL_DEV_BUS=y, CONFIG_SERIAL_DEV_CTRL_TTYPORT=y
705
706 * Miscellaneous Ubuntu changes
707 - Rebase to v4.15-rc7
708 - [Config] CONFIG_CPU_ISOLATION=y
709 - [Config] Update annotations following config review
710 - Revert "UBUNTU: SAUCE: Import aufs driver"
711 - SAUCE: Import aufs driver
712 - ubuntu: vbox -- update to 5.2.6-dfsg-1
713 - ubuntu: vbox: build fixes for 4.15
714 - ubuntu: vbox -- update to 5.2.6-dfsg-2
715 - hio: updates for timer api changes in 4.15
716 - enable hio build
717 - Rebase to v4.15-rc9
718
719 [ Upstream Kernel Changes ]
720
721 * Rebase to v4.15-rc9
722
723 -- Seth Forshee <seth.forshee@canonical.com> Mon, 22 Jan 2018 10:16:05 -0600
724
725 linux (4.15.0-4.5) bionic; urgency=low
726
727 * [0cf3:e010] QCA6174A XR failed to pair with bt 4.0 device (LP: #1741166)
728 - SAUCE: Bluetooth: btusb: Add support for 0cf3:e010
729
730 * External HDMI monitor failed to show screen on Lenovo X1 series
731 (LP: #1738523)
732 - SAUCE: drm/i915: Disable writing of TMDS_OE on Lenovo ThinkPad X1 series
733
734 * Miscellaneous Ubuntu changes
735 - [Debian] autoreconstruct - add resoration of execute permissions
736
737 [ Upstream Kernel Changes ]
738
739 * Rebase to v4.15-rc4
740
741 -- Seth Forshee <seth.forshee@canonical.com> Wed, 10 Jan 2018 10:24:22 -0600
742
743 linux (4.15.0-3.4) bionic; urgency=low
744
745 * ubuntu/xr-usb-serial didn't get built in zesty and artful (LP: #1733281)
746 - SAUCE: make sure ubuntu/xr-usb-serial builds for x86
747
748 [ Upstream Kernel Changes ]
749
750 * Rebase to v4.15-rc6
751
752 -- Seth Forshee <seth.forshee@canonical.com> Wed, 03 Jan 2018 20:20:43 -0600
753
754 linux (4.15.0-2.3) bionic; urgency=low
755
756 * nvidia-graphics-drivers-384 384.90-0ubuntu6 ADT test failure with linux
757 4.15.0-1.2 (LP: #1737752)
758 - x86/mm: Unbreak modules that use the DMA API
759
760 * Ubuntu 17.10 corrupting BIOS - many LENOVO laptops models (LP: #1734147)
761 - [Config] CONFIG_SPI_INTEL_SPI_*=n
762
763 * power: commonise configs IBMVETH/IBMVSCSI and ensure both are in linux-image
764 and udebs (LP: #1521712)
765 - [Config] Include ibmvnic in nic-modules
766
767 * Enable arm64 emulation of removed ARMv7 instructions (LP: #1545542)
768 - [Config] Enable support for emulation of deprecated ARMv8 instructions
769
770 * Miscellaneous Ubuntu changes
771 - SAUCE: (noup) Update spl with 4.15 compat fix (LP:#1737761)
772 - Enable zfs build
773 - [Debian] add icp to zfs-modules.ignore
774
775 [ Upstream Kernel Changes ]
776
777 * Rebase to v4.15-rc4
778
779 -- Seth Forshee <seth.forshee@canonical.com> Mon, 18 Dec 2017 09:27:13 -0600
780
781 linux (4.15.0-1.2) bionic; urgency=low
782
783 * Disabling zfs does not always disable module checks for the zfs modules
784 (LP: #1737176)
785 - [Packaging] disable zfs module checks when zfs is disabled
786
787 * Miscellaneous Ubuntu changes
788 - [Config] CONFIG_UNWINDER_FRAME_POINTER=y for amd64
789
790 [ Upstream Kernel Changes ]
791
792 * Rebase to v4.15-rc3
793
794 -- Seth Forshee <seth.forshee@canonical.com> Sun, 10 Dec 2017 22:07:19 -0600
795
796 linux (4.15.0-0.1) bionic; urgency=low
797
798 * Miscellaneous Ubuntu changes
799 - ubuntu: vbox -- update to 5.2.2-dfsg-2
800 - ubuntu: vbox: build fixes for 4.15
801 - disable hio build
802 - [Config] Update kernel lockdown options to fix build errors
803 - Disable zfs build
804 - SAUCE: Import aufs driver
805 - [Config] Enable AUFS config options
806
807 [ Upstream Kernel Changes ]
808
809 * Rebase to v4.15-rc2
810
811 -- Seth Forshee <seth.forshee@canonical.com> Fri, 08 Dec 2017 13:55:42 -0600
812
813 linux (4.14.0-11.13) bionic; urgency=low
814
815 * linux: 4.14.0-11.13 -proposed tracker (LP: #1736168)
816
817 * CVE-2017-1000405
818 - mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()
819
820 * linux 4.14.0-7.9 ADT test failure with linux 4.14.0-7.9 (LP: #1732463)
821 - SAUCE: mm: disable vma based swap readahead by default
822 - SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM
823
824 * Bionic update to v4.14.3 stable release (LP: #1735843)
825 - s390: fix transactional execution control register handling
826 - s390/noexec: execute kexec datamover without DAT
827 - s390/runtime instrumention: fix possible memory corruption
828 - s390/guarded storage: fix possible memory corruption
829 - s390/disassembler: add missing end marker for e7 table
830 - s390/disassembler: increase show_code buffer size
831 - ACPI / PM: Fix acpi_pm_notifier_lock vs flush_workqueue() deadlock
832 - ACPI / EC: Fix regression related to triggering source of EC event handling
833 - cpufreq: schedutil: Reset cached_raw_freq when not in sync with next_freq
834 - serdev: fix registration of second slave
835 - sched: Make resched_cpu() unconditional
836 - lib/mpi: call cond_resched() from mpi_powm() loop
837 - x86/boot: Fix boot failure when SMP MP-table is based at 0
838 - x86/decoder: Add new TEST instruction pattern
839 - x86/entry/64: Fix entry_SYSCALL_64_after_hwframe() IRQ tracing
840 - x86/entry/64: Add missing irqflags tracing to native_load_gs_index()
841 - perf/x86/intel: Hide TSX events when RTM is not supported
842 - arm64: Implement arch-specific pte_access_permitted()
843 - ARM: 8722/1: mm: make STRICT_KERNEL_RWX effective for LPAE
844 - ARM: 8721/1: mm: dump: check hardware RO bit for LPAE
845 - uapi: fix linux/tls.h userspace compilation error
846 - uapi: fix linux/rxrpc.h userspace compilation errors
847 - MIPS: cmpxchg64() and HAVE_VIRT_CPU_ACCOUNTING_GEN don't work for 32-bit SMP
848 - MIPS: ralink: Fix MT7628 pinmux
849 - MIPS: ralink: Fix typo in mt7628 pinmux function
850 - net: mvneta: fix handling of the Tx descriptor counter
851 - nbd: wait uninterruptible for the dead timeout
852 - nbd: don't start req until after the dead connection logic
853 - PM / OPP: Add missing of_node_put(np)
854 - PCI/ASPM: Account for downstream device's Port Common_Mode_Restore_Time
855 - PCI/ASPM: Use correct capability pointer to program LTR_L1.2_THRESHOLD
856 - PCI: hv: Use effective affinity mask
857 - PCI: Set Cavium ACS capability quirk flags to assert RR/CR/SV/UF
858 - PCI: Apply Cavium ThunderX ACS quirk to more Root Ports
859 - ALSA: hda: Add Raven PCI ID
860 - dm integrity: allow unaligned bv_offset
861 - dm cache: fix race condition in the writeback mode overwrite_bio
862 optimisation
863 - dm crypt: allow unaligned bv_offset
864 - dm zoned: ignore last smaller runt zone
865 - dm mpath: remove annoying message of 'blk_get_request() returned -11'
866 - dm bufio: fix integer overflow when limiting maximum cache size
867 - ovl: Put upperdentry if ovl_check_origin() fails
868 - dm: allocate struct mapped_device with kvzalloc
869 - sched/rt: Simplify the IPI based RT balancing logic
870 - MIPS: pci: Remove KERN_WARN instance inside the mt7620 driver
871 - dm: fix race between dm_get_from_kobject() and __dm_destroy()
872 - dm: discard support requires all targets in a table support discards
873 - MIPS: Fix odd fp register warnings with MIPS64r2
874 - MIPS: Fix MIPS64 FP save/restore on 32-bit kernels
875 - MIPS: dts: remove bogus bcm96358nb4ser.dtb from dtb-y entry
876 - MIPS: Fix an n32 core file generation regset support regression
877 - MIPS: BCM47XX: Fix LED inversion for WRT54GSv1
878 - MIPS: math-emu: Fix final emulation phase for certain instructions
879 - rt2x00usb: mark device removed when get ENOENT usb error
880 - mm/z3fold.c: use kref to prevent page free/compact race
881 - autofs: don't fail mount for transient error
882 - nilfs2: fix race condition that causes file system corruption
883 - fscrypt: lock mutex before checking for bounce page pool
884 - eCryptfs: use after free in ecryptfs_release_messaging()
885 - libceph: don't WARN() if user tries to add invalid key
886 - bcache: check ca->alloc_thread initialized before wake up it
887 - fs: guard_bio_eod() needs to consider partitions
888 - fanotify: fix fsnotify_prepare_user_wait() failure
889 - isofs: fix timestamps beyond 2027
890 - btrfs: change how we decide to commit transactions during flushing
891 - f2fs: expose some sectors to user in inline data or dentry case
892 - NFS: Fix typo in nomigration mount option
893 - NFS: Revert "NFS: Move the flock open mode check into nfs_flock()"
894 - nfs: Fix ugly referral attributes
895 - NFS: Avoid RCU usage in tracepoints
896 - NFS: revalidate "." etc correctly on "open".
897 - nfsd: deal with revoked delegations appropriately
898 - rtlwifi: rtl8192ee: Fix memory leak when loading firmware
899 - rtlwifi: fix uninitialized rtlhal->last_suspend_sec time
900 - iwlwifi: fix firmware names for 9000 and A000 series hw
901 - md: fix deadlock error in recent patch.
902 - md: don't check MD_SB_CHANGE_CLEAN in md_allow_write
903 - Bluetooth: btqcomsmd: Add support for BD address setup
904 - md/bitmap: revert a patch
905 - fsnotify: clean up fsnotify_prepare/finish_user_wait()
906 - fsnotify: pin both inode and vfsmount mark
907 - fsnotify: fix pinning group in fsnotify_prepare_user_wait()
908 - ata: fixes kernel crash while tracing ata_eh_link_autopsy event
909 - ext4: fix interaction between i_size, fallocate, and delalloc after a crash
910 - ext4: prevent data corruption with inline data + DAX
911 - ext4: prevent data corruption with journaling + DAX
912 - ALSA: pcm: update tstamp only if audio_tstamp changed
913 - ALSA: usb-audio: Add sanity checks to FE parser
914 - ALSA: usb-audio: Fix potential out-of-bound access at parsing SU
915 - ALSA: usb-audio: Add sanity checks in v2 clock parsers
916 - ALSA: timer: Remove kernel warning at compat ioctl error paths
917 - ALSA: hda/realtek - Fix ALC275 no sound issue
918 - ALSA: hda: Fix too short HDMI/DP chmap reporting
919 - ALSA: hda - Fix yet remaining issue with vmaster 0dB initialization
920 - ALSA: hda/realtek - Fix ALC700 family no sound issue
921 - ASoC: sun8i-codec: Invert Master / Slave condition
922 - ASoC: sun8i-codec: Fix left and right channels inversion
923 - ASoC: sun8i-codec: Set the BCLK divider
924 - mfd: lpc_ich: Avoton/Rangeley uses SPI_BYT method
925 - fix a page leak in vhost_scsi_iov_to_sgl() error recovery
926 - 9p: Fix missing commas in mount options
927 - fs/9p: Compare qid.path in v9fs_test_inode
928 - net/9p: Switch to wait_event_killable()
929 - scsi: qla2xxx: Suppress a kernel complaint in qla_init_base_qpair()
930 - scsi: sd_zbc: Fix sd_zbc_read_zoned_characteristics()
931 - scsi: lpfc: fix pci hot plug crash in timer management routines
932 - scsi: lpfc: fix pci hot plug crash in list_add call
933 - scsi: lpfc: Fix crash receiving ELS while detaching driver
934 - scsi: lpfc: Fix FCP hba_wqidx assignment
935 - scsi: lpfc: Fix oops if nvmet_fc_register_targetport fails
936 - iscsi-target: Make TASK_REASSIGN use proper se_cmd->cmd_kref
937 - iscsi-target: Fix non-immediate TMR reference leak
938 - target: fix null pointer regression in core_tmr_drain_tmr_list
939 - target: fix buffer offset in core_scsi3_pri_read_full_status
940 - target: Fix QUEUE_FULL + SCSI task attribute handling
941 - target: Fix caw_sem leak in transport_generic_request_failure
942 - target: Fix quiese during transport_write_pending_qf endless loop
943 - target: Avoid early CMD_T_PRE_EXECUTE failures during ABORT_TASK
944 - mtd: Avoid probe failures when mtd->dbg.dfs_dir is invalid
945 - mtd: nand: Export nand_reset() symbol
946 - mtd: nand: atmel: Actually use the PM ops
947 - mtd: nand: omap2: Fix subpage write
948 - mtd: nand: Fix writing mtdoops to nand flash.
949 - mtd: nand: mtk: fix infinite ECC decode IRQ issue
950 - mailbox: bcm-flexrm-mailbox: Fix FlexRM ring flush sequence
951 - p54: don't unregister leds when they are not initialized
952 - block: Fix a race between blk_cleanup_queue() and timeout handling
953 - raid1: prevent freeze_array/wait_all_barriers deadlock
954 - genirq: Track whether the trigger type has been set
955 - irqchip/gic-v3: Fix ppi-partitions lookup
956 - lockd: double unregister of inetaddr notifiers
957 - KVM: PPC: Book3S HV: Don't call real-mode XICS hypercall handlers if not
958 enabled
959 - KVM: nVMX: set IDTR and GDTR limits when loading L1 host state
960 - KVM: SVM: obey guest PAT
961 - kvm: vmx: Reinstate support for CPUs without virtual NMI
962 - dax: fix PMD faults on zero-length files
963 - dax: fix general protection fault in dax_alloc_inode
964 - SUNRPC: Fix tracepoint storage issues with svc_recv and svc_rqst_status
965 - clk: ti: dra7-atl-clock: fix child-node lookups
966 - libnvdimm, dimm: clear 'locked' status on successful DIMM enable
967 - libnvdimm, pfn: make 'resource' attribute only readable by root
968 - libnvdimm, namespace: fix label initialization to use valid seq numbers
969 - libnvdimm, region : make 'resource' attribute only readable by root
970 - libnvdimm, namespace: make 'resource' attribute only readable by root
971 - svcrdma: Preserve CB send buffer across retransmits
972 - IB/srpt: Do not accept invalid initiator port names
973 - IB/cm: Fix memory corruption in handling CM request
974 - IB/hfi1: Fix incorrect available receive user context count
975 - IB/srp: Avoid that a cable pull can trigger a kernel crash
976 - IB/core: Avoid crash on pkey enforcement failed in received MADs
977 - IB/core: Only maintain real QPs in the security lists
978 - NFC: fix device-allocation error return
979 - spi-nor: intel-spi: Fix broken software sequencing codes
980 - i40e: Use smp_rmb rather than read_barrier_depends
981 - igb: Use smp_rmb rather than read_barrier_depends
982 - igbvf: Use smp_rmb rather than read_barrier_depends
983 - ixgbevf: Use smp_rmb rather than read_barrier_depends
984 - i40evf: Use smp_rmb rather than read_barrier_depends
985 - fm10k: Use smp_rmb rather than read_barrier_depends
986 - ixgbe: Fix skb list corruption on Power systems
987 - parisc: Fix validity check of pointer size argument in new CAS
988 implementation
989 - powerpc: Fix boot on BOOK3S_32 with CONFIG_STRICT_KERNEL_RWX
990 - powerpc/mm/radix: Fix crashes on Power9 DD1 with radix MMU and STRICT_RWX
991 - powerpc/perf/imc: Use cpu_to_node() not topology_physical_package_id()
992 - powerpc/signal: Properly handle return value from uprobe_deny_signal()
993 - powerpc/64s: Fix masking of SRR1 bits on instruction fault
994 - powerpc/64s/radix: Fix 128TB-512TB virtual address boundary case allocation
995 - powerpc/64s/hash: Fix 512T hint detection to use >= 128T
996 - powerpc/64s/hash: Fix 128TB-512TB virtual address boundary case allocation
997 - powerpc/64s/hash: Fix fork() with 512TB process address space
998 - powerpc/64s/hash: Allow MAP_FIXED allocations to cross 128TB boundary
999 - media: Don't do DMA on stack for firmware upload in the AS102 driver
1000 - media: rc: check for integer overflow
1001 - media: rc: nec decoder should not send both repeat and keycode
1002 - cx231xx-cards: fix NULL-deref on missing association descriptor
1003 - media: v4l2-ctrl: Fix flags field on Control events
1004 - media: venus: fix wrong size on dma_free
1005 - media: venus: venc: fix bytesused v4l2_plane field
1006 - media: venus: reimplement decoder stop command
1007 - ARM64: dts: meson-gxl: Add alternate ARM Trusted Firmware reserved memory
1008 zone
1009 - iwlwifi: fix wrong struct for a000 device
1010 - iwlwifi: add a new a000 device
1011 - iwlwifi: pcie: sort IDs for the 9000 series for easier comparisons
1012 - iwlwifi: add new cards for a000 series
1013 - iwlwifi: add new cards for 8265 series
1014 - iwlwifi: add new cards for 8260 series
1015 - iwlwifi: fix PCI IDs and configuration mapping for 9000 series
1016 - iwlwifi: mvm: support version 7 of the SCAN_REQ_UMAC FW command
1017 - e1000e: Fix error path in link detection
1018 - e1000e: Fix return value test
1019 - e1000e: Separate signaling for link check/link up
1020 - e1000e: Avoid receiver overrun interrupt bursts
1021 - e1000e: fix buffer overrun while the I219 is processing DMA transactions
1022 - Linux 4.14.3
1023
1024 * Miscellaneous Ubuntu changes
1025 - SAUCE: s390/topology: don't inline cpu_to_node
1026 - SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to 0.7.3-1ubuntu1
1027
1028 -- Seth Forshee <seth.forshee@canonical.com> Mon, 04 Dec 2017 09:08:07 -0600
1029
1030 linux (4.14.0-10.12) bionic; urgency=low
1031
1032 * linux: 4.14.0-10.12 -proposed tracker (LP: #1734901)
1033
1034 * Miscellaneous Ubuntu changes
1035 - SAUCE: Enable the ACPI kernel debugger and acpidbg tool
1036 - [Packaging] Include arch/arm64/kernel/ftrace-mod.o in headers package
1037
1038 -- Seth Forshee <seth.forshee@canonical.com> Tue, 28 Nov 2017 08:46:49 -0600
1039
1040 linux (4.14.0-9.11) bionic; urgency=low
1041
1042 * linux: 4.14.0-9.11 -proposed tracker (LP: #1734728)
1043
1044 * Miscellaneous Ubuntu changes
1045 - Revert "UBUNTU: SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to
1046 0.7.3-1ubuntu1"
1047
1048 -- Seth Forshee <seth.forshee@canonical.com> Mon, 27 Nov 2017 12:44:48 -0600
1049
1050 linux (4.14.0-8.10) bionic; urgency=low
1051
1052 * linux: 4.14.0-8.10 -proposed tracker (LP: #1734695)
1053
1054 * Bionic update to v4.14.2 stable release (LP: #1734694)
1055 - bio: ensure __bio_clone_fast copies bi_partno
1056 - af_netlink: ensure that NLMSG_DONE never fails in dumps
1057 - vxlan: fix the issue that neigh proxy blocks all icmpv6 packets
1058 - net: cdc_ncm: GetNtbFormat endian fix
1059 - fealnx: Fix building error on MIPS
1060 - net/sctp: Always set scope_id in sctp_inet6_skb_msgname
1061 - ima: do not update security.ima if appraisal status is not INTEGRITY_PASS
1062 - serial: omap: Fix EFR write on RTS deassertion
1063 - serial: 8250_fintek: Fix finding base_port with activated SuperIO
1064 - tpm-dev-common: Reject too short writes
1065 - rcu: Fix up pending cbs check in rcu_prepare_for_idle
1066 - mm/pagewalk.c: report holes in hugetlb ranges
1067 - ocfs2: fix cluster hang after a node dies
1068 - ocfs2: should wait dio before inode lock in ocfs2_setattr()
1069 - ipmi: fix unsigned long underflow
1070 - mm/page_alloc.c: broken deferred calculation
1071 - mm/page_ext.c: check if page_ext is not prepared
1072 - coda: fix 'kernel memory exposure attempt' in fsync
1073 - ipmi: Prefer ACPI system interfaces over SMBIOS ones
1074 - Linux 4.14.2
1075
1076 * Bionic update to v4.14.1 stable release (LP: #1734693)
1077 - EDAC, sb_edac: Don't create a second memory controller if HA1 is not present
1078 - dmaengine: dmatest: warn user when dma test times out
1079 - media: imon: Fix null-ptr-deref in imon_probe
1080 - media: dib0700: fix invalid dvb_detach argument
1081 - crypto: dh - Fix double free of ctx->p
1082 - crypto: dh - Don't permit 'p' to be 0
1083 - crypto: dh - Don't permit 'key' or 'g' size longer than 'p'
1084 - crypto: brcm - Explicity ACK mailbox message
1085 - USB: early: Use new USB product ID and strings for DbC device
1086 - USB: usbfs: compute urb->actual_length for isochronous
1087 - USB: Add delay-init quirk for Corsair K70 LUX keyboards
1088 - usb: gadget: f_fs: Fix use-after-free in ffs_free_inst
1089 - USB: serial: metro-usb: stop I/O after failed open
1090 - USB: serial: Change DbC debug device binding ID
1091 - USB: serial: qcserial: add pid/vid for Sierra Wireless EM7355 fw update
1092 - USB: serial: garmin_gps: fix I/O after failed probe and remove
1093 - USB: serial: garmin_gps: fix memory leak on probe errors
1094 - selftests/x86/protection_keys: Fix syscall NR redefinition warnings
1095 - x86/MCE/AMD: Always give panic severity for UC errors in kernel context
1096 - platform/x86: peaq-wmi: Add DMI check before binding to the WMI interface
1097 - platform/x86: peaq_wmi: Fix missing terminating entry for peaq_dmi_table
1098 - HID: cp2112: add HIDRAW dependency
1099 - HID: wacom: generic: Recognize WACOM_HID_WD_PEN as a type of pen collection
1100 - rpmsg: glink: Add missing MODULE_LICENSE
1101 - staging: wilc1000: Fix bssid buffer offset in Txq
1102 - staging: sm750fb: Fix parameter mistake in poke32
1103 - staging: ccree: fix 64 bit scatter/gather DMA ops
1104 - staging: greybus: spilib: fix use-after-free after deregistration
1105 - staging: rtl8188eu: Revert 4 commits breaking ARP
1106 - spi: fix use-after-free at controller deregistration
1107 - sparc32: Add cmpxchg64().
1108 - sparc64: mmu_context: Add missing include files
1109 - sparc64: Fix page table walk for PUD hugepages
1110 - Linux 4.14.1
1111
1112 * Set PANIC_TIMEOUT=10 on Power Systems (LP: #1730660)
1113 - [Config]: Set PANIC_TIMEOUT=10 on ppc64el
1114
1115 * enable CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH easily confuse users
1116 (LP: #1732627)
1117 - [Config] CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH=n
1118
1119 * Miscellaneous Ubuntu changes
1120 - SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to 0.7.3-1ubuntu1
1121
1122 -- Seth Forshee <seth.forshee@canonical.com> Mon, 27 Nov 2017 07:43:44 -0600
1123
1124 linux (4.14.0-7.9) bionic; urgency=low
1125
1126 * Miscellaneous Ubuntu changes
1127 - SAUCE: apparmor: add base infastructure for socket mediation
1128 - SAUCE: apparmor: af_unix mediation
1129 - SAUCE: LSM stacking: procfs: add smack subdir to attrs
1130 - SAUCE: LSM stacking: LSM: manage credential security blobs
1131 - SAUCE: LSM stacking: LSM: Manage file security blobs
1132 - SAUCE: LSM stacking: LSM: manage task security blobs
1133 - SAUCE: LSM stacking: LSM: Infrastructure management of the remaining blobs
1134 - SAUCE: LSM stacking: LSM: general but not extreme module stacking
1135 - SAUCE: LSM stacking: LSM: Complete task_alloc hook
1136 - SAUCE: LSM stacking: fixup procsfs: add smack subdir to attrs
1137 - SAUCE: LSM stacking: fixup initialize task->security
1138 - SAUCE: LSM stacking: fixup: alloc_task_ctx is dead code
1139 - SAUCE: LSM stacking: add support for stacking getpeersec_stream
1140 - SAUCE: LSM stacking: add stacking support to apparmor network hooks
1141 - SAUCE: LSM stacking: fixup apparmor stacking enablement
1142 - SAUCE: LSM stacking: fixup stacking kconfig
1143 - SAUCE: LSM stacking: allow selecting multiple LSMs using kernel boot params
1144 - SAUCE: LSM stacking: provide prctl interface for setting context
1145 - SAUCE: LSM stacking: inherit current display LSM
1146 - SAUCE: LSM stacking: keep an index for each registered LSM
1147 - SAUCE: LSM stacking: verify display LSM
1148 - SAUCE: LSM stacking: provide a way to specify the default display lsm
1149 - SAUCE: LSM stacking: make sure LSM blob align on 64 bit boundaries
1150 - SAUCE: LSM stacking: add /proc/<pid>/attr/display_lsm
1151 - SAUCE: LSM stacking: add Kconfig to set default display LSM
1152 - SAUCE: LSM stacking: add configs for LSM stacking
1153 - SAUCE: LSM stacking: check for invalid zero sized writes
1154 - [Config] Run updateconfigs after merging LSM stacking
1155 - [Config] CONFIG_AMD_MEM_ENCRYPT=y
1156
1157 [ Upstream Kernel Changes ]
1158
1159 * Rebase to v4.14
1160
1161 -- Seth Forshee <seth.forshee@canonical.com> Mon, 13 Nov 2017 08:12:08 -0600
1162
1163 linux (4.14.0-6.8) bionic; urgency=low
1164
1165 * Miscellaneous Ubuntu changes
1166 - SAUCE: add workarounds to enable ZFS for 4.14
1167
1168 [ Upstream Kernel Changes ]
1169
1170 * Rebase to v4.14-rc8
1171
1172 -- Seth Forshee <seth.forshee@canonical.com> Mon, 06 Nov 2017 11:39:00 -0600
1173
1174 linux (4.14.0-5.7) bionic; urgency=low
1175
1176 * Miscellaneous Ubuntu changes
1177 - [Debian] Fix invocation of dh_prep for dbgsym packages
1178
1179 -- Seth Forshee <seth.forshee@canonical.com> Tue, 31 Oct 2017 07:07:23 -0500
1180
1181 linux (4.14.0-4.5) bionic; urgency=low
1182
1183 * Miscellaneous Ubuntu changes
1184 - [Packaging] virtualbox -- reduce in kernel module versions
1185 - vbox-update: Fix up KERN_DIR definitions
1186 - ubuntu: vbox -- update to 5.2.0-dfsg-2
1187 - [Config] CONFIG_AMD_MEM_ENCRYPT=n
1188
1189 [ Upstream Kernel Changes ]
1190
1191 * Rebase to v4.14-rc7
1192
1193 -- Seth Forshee <seth.forshee@canonical.com> Mon, 30 Oct 2017 13:29:20 -0500
1194
1195 linux (4.14.0-3.4) artful; urgency=low
1196
1197 * Touchpad and TrackPoint Dose Not Work on Lenovo X1C6 and X280 (LP: #1723986)
1198 - SAUCE: Input: synaptics-rmi4 - RMI4 can also use SMBUS version 3
1199 - SAUCE: Input: synaptics - Lenovo X1 Carbon 5 should use SMBUS/RMI
1200 - SAUCE: Input: synaptics - add Intertouch support on X1 Carbon 6th and X280
1201
1202 * powerpc/64s: Add workaround for P9 vector CI load issuenext (LP: #1721070)
1203 - powerpc/64s: Add workaround for P9 vector CI load issue
1204
1205 * Miscellaneous Ubuntu changes
1206 - SAUCE: staging: vboxvideo: Fix reporting invalid suggested-offset-properties
1207 - [Config] CONFIG_DRM_VBOXVIDEO=m
1208 - SAUCE: Import aufs driver
1209 - [Config] Enable aufs
1210 - [Config] Reorder annotations file after enabling aufs
1211 - vbox-update: Disable imported vboxvideo module
1212 - ubuntu: vbox -- update to 5.1.30-dfsg-1
1213 - Enable vbox
1214 - hio: Use correct sizes when initializing ssd_index_bits* arrays
1215 - hio: Update io stat accounting for 4.14
1216 - Enable hio
1217
1218 [ Upstream Kernel Changes ]
1219
1220 * Rebase to v4.14-rc5
1221 * Rebase to v4.14-rc6
1222
1223 -- Seth Forshee <seth.forshee@canonical.com> Mon, 23 Oct 2017 13:53:52 -0500
1224
1225 linux (4.14.0-2.3) artful; urgency=low
1226
1227 * [Bug] USB controller failed to respond on Denverton after loading
1228 intel_th_pci module (LP: #1715833)
1229 - SAUCE: PCI: Disable broken RTIT_BAR of Intel TH
1230
1231 * CONFIG_DEBUG_FS is not enabled by "make zfcpdump_defconfig" with Ubuntu
1232 17.10 (kernel 4.13) (LP: #1719290)
1233 - SAUCE: s390: update zfcpdump_defconfig
1234
1235 * Add installer support for Broadcom BCM573xx network drivers. (LP: #1720466)
1236 - d-i: Add bnxt_en to nic-modules.
1237
1238 * Miscellaneous Ubuntu changes
1239 - [Config] Update annotations for 4.14-rc2
1240
1241 [ Upstream Kernel Changes ]
1242
1243 * Rebase to v4.14-rc3
1244 * Rebase to v4.14-rc4
1245
1246 -- Seth Forshee <seth.forshee@canonical.com> Wed, 11 Oct 2017 16:04:27 -0500
1247
1248 linux (4.14.0-1.2) artful; urgency=low
1249
1250 * [Bug] USB 3.1 Gen2 works as 5Gbps (LP: #1720045)
1251 - xhci: set missing SuperSpeedPlus Link Protocol bit in roothub descriptor
1252
1253 * Please make linux-libc-dev Provide: aufs-dev (LP: #1716091)
1254 - [Packaging] Add aufs-dev to the Provides: for linux-libc-dev
1255
1256 * Upgrade to 4.13.0-11.12 in artful amd64 VM breaks display on wayland
1257 (LP: #1718679)
1258 - [Config] CONFIG_DRM_VBOXVIDEO=n
1259
1260 * ipmmu-vmsa driver breaks arm64 boots (LP: #1718734)
1261 - [Config] Disable CONFIG_IPMMU_VMSA on arm64
1262
1263 * autopkgtest profile fails to build on armhf (LP: #1717920)
1264 - [Packaging] autopkgtest -- disable d-i when dropping flavours
1265
1266 * Miscellaneous Ubuntu changes
1267 - [Config] CONFIG_I2C_XLP9XX=m
1268 - [Packaging] Use SRCPKGNAME rather than hard-coding the source package name
1269
1270 [ Upstream Kernel Changes ]
1271
1272 * Rebase to v4.14-rc2
1273
1274 -- Seth Forshee <seth.forshee@canonical.com> Fri, 29 Sep 2017 09:09:11 -0400
1275
1276 linux (4.14.0-0.1) artful; urgency=low
1277
1278 * Miscellaneous Ubuntu changes
1279 - Disable vbox build
1280 - Disable hio build
1281 - Disable zfs build
1282
1283 [ Upstream Kernel Changes ]
1284
1285 * Rebase to v4.14-rc1
1286
1287 -- Seth Forshee <seth.forshee@canonical.com> Tue, 19 Sep 2017 20:22:29 -0500
1288
1289 linux (4.13.0-11.12) artful; urgency=low
1290
1291 * linux: 4.13.0-11.12 -proposed tracker (LP: #1716699)
1292
1293 * kernel panic -not syncing: Fatal exception: panic_on_oops (LP: #1708399)
1294 - s390/mm: fix local TLB flushing vs. detach of an mm address space
1295 - s390/mm: fix race on mm->context.flush_mm
1296
1297 * CVE-2017-1000251
1298 - Bluetooth: Properly check L2CAP config option output buffer length
1299
1300 -- Seth Forshee <seth.forshee@canonical.com> Tue, 12 Sep 2017 10:18:38 -0500
1301
1302 linux (4.13.0-10.11) artful; urgency=low
1303
1304 * linux: 4.13.0-10.11 -proposed tracker (LP: #1716287)
1305
1306 * please add aufs-dkms to the Provides: for the kernel packages (LP: #1716093)
1307 - [Packaging] Add aufs-dkms to the Provides: for kernel packages
1308
1309 * Artful update to v4.13.1 stable release (LP: #1716284)
1310 - usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard
1311 - USB: serial: option: add support for D-Link DWM-157 C1
1312 - usb: Add device quirk for Logitech HD Pro Webcam C920-C
1313 - usb:xhci:Fix regression when ATI chipsets detected
1314 - USB: musb: fix external abort on suspend
1315 - ANDROID: binder: add padding to binder_fd_array_object.
1316 - ANDROID: binder: add hwbinder,vndbinder to BINDER_DEVICES.
1317 - USB: core: Avoid race of async_completed() w/ usbdev_release()
1318 - staging/rts5208: fix incorrect shift to extract upper nybble
1319 - staging: ccree: save ciphertext for CTS IV
1320 - staging: fsl-dpaa2/eth: fix off-by-one FD ctrl bitmaks
1321 - iio: adc: ti-ads1015: fix incorrect data rate setting update
1322 - iio: adc: ti-ads1015: fix scale information for ADS1115
1323 - iio: adc: ti-ads1015: enable conversion when CONFIG_PM is not set
1324 - iio: adc: ti-ads1015: avoid getting stale result after runtime resume
1325 - iio: adc: ti-ads1015: don't return invalid value from buffer setup callbacks
1326 - iio: adc: ti-ads1015: add adequate wait time to get correct conversion
1327 - driver core: bus: Fix a potential double free
1328 - HID: wacom: Do not completely map WACOM_HID_WD_TOUCHRINGSTATUS usage
1329 - binder: free memory on error
1330 - crypto: caam/qi - fix compilation with CONFIG_DEBUG_FORCE_WEAK_PER_CPU=y
1331 - crypto: caam/qi - fix compilation with DEBUG enabled
1332 - thunderbolt: Fix reset response_type
1333 - fpga: altera-hps2fpga: fix multiple init of l3_remap_lock
1334 - intel_th: pci: Add Cannon Lake PCH-H support
1335 - intel_th: pci: Add Cannon Lake PCH-LP support
1336 - ath10k: fix memory leak in rx ring buffer allocation
1337 - drm/vgem: Pin our pages for dmabuf exports
1338 - drm/ttm: Fix accounting error when fail to get pages for pool
1339 - drm/dp/mst: Handle errors from drm_atomic_get_private_obj_state() correctly
1340 - rtlwifi: rtl_pci_probe: Fix fail path of _rtl_pci_find_adapter
1341 - Bluetooth: Add support of 13d3:3494 RTL8723BE device
1342 - iwlwifi: pci: add new PCI ID for 7265D
1343 - dlm: avoid double-free on error path in dlm_device_{register,unregister}
1344 - mwifiex: correct channel stat buffer overflows
1345 - MCB: add support for SC31 to mcb-lpc
1346 - s390/mm: avoid empty zero pages for KVM guests to avoid postcopy hangs
1347 - drm/nouveau/pci/msi: disable MSI on big-endian platforms by default
1348 - drm/nouveau: Fix error handling in nv50_disp_atomic_commit
1349 - workqueue: Fix flag collision
1350 - ahci: don't use MSI for devices with the silly Intel NVMe remapping scheme
1351 - cs5536: add support for IDE controller variant
1352 - scsi: sg: protect against races between mmap() and SG_SET_RESERVED_SIZE
1353 - scsi: sg: recheck MMAP_IO request length with lock held
1354 - of/device: Prevent buffer overflow in of_device_modalias()
1355 - rtlwifi: Fix memory leak when firmware request fails
1356 - rtlwifi: Fix fallback firmware loading
1357 - Linux 4.13.1
1358
1359 * Kernel has trouble recognizing Corsair Strafe RGB keyboard (LP: #1678477)
1360 - usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard
1361
1362 * SRIOV: warning if unload VFs (LP: #1715073)
1363 - PCI: Disable VF decoding before pcibios_sriov_disable() updates resources
1364
1365 * [Patch] network-i40e:NVM bug fixes (cherrypick from 4.14) (LP: #1715578)
1366 - i40e: avoid NVM acquire deadlock during NVM update
1367 - i40e: point wb_desc at the nvm_wb_desc during i40e_read_nvm_aq
1368
1369 * [P9,POwer NV] Perf PMU event : pm_br_2path and pm_ld_miss_l1 is counted
1370 twice when perf stat is done (perf:) (LP: #1714571)
1371 - perf vendor events powerpc: Remove duplicate events
1372
1373 * Unable to install Ubuntu on the NVMe disk under VMD PCI domain
1374 (LP: #1703339)
1375 - [Config] Include vmd in storage-core-modules udeb
1376
1377 * 17.10 fails to boot on POWER9 DD2.0 with Deep stop states (LP: #1715064)
1378 - powerpc/powernv: Save/Restore additional SPRs for stop4 cpuidle
1379 - powerpc/powernv: Clear PECE1 in LPCR via stop-api only on Hotplug
1380 - SAUCE: powerpc/powernv: Clear LPCR[PECE1] via stop-api only for deep state
1381 offline
1382
1383 * Miscellaneous Ubuntu changes
1384 - SAUCE: selftests/seccomp: Support glibc 2.26 siginfo_t.h
1385 - Revert "UBUNTU: SAUCE: Import aufs driver"
1386 - SAUCE: Import aufs driver
1387
1388 -- Seth Forshee <seth.forshee@canonical.com> Sun, 10 Sep 2017 17:48:59 -0500
1389
1390 linux (4.13.0-9.10) artful; urgency=low
1391
1392 * linux: 4.13.0-9.10 -proposed tracker (LP: #1715145)
1393
1394 * EDAC sbridge: Failed to register device with error -22. (LP: #1714112)
1395 - [Config] CONFIG_EDAC_GHES=n
1396
1397 * Miscellaneous Ubuntu changes
1398 - ubuntu: vbox -- update to 5.1.26-dfsg-2
1399
1400 [ Upstream Kernel Changes ]
1401
1402 * Rebase to v4.13
1403
1404 -- Seth Forshee <seth.forshee@canonical.com> Tue, 05 Sep 2017 07:51:19 -0500
1405
1406 linux (4.13.0-8.9) artful; urgency=low
1407
1408 * snapd 2.27.3+17.10 ADT test failure with linux 4.13.0-6.7 (LP: #1713103)
1409 - SAUCE: apparmor: fix apparmorfs DAC access, permissions
1410
1411 * enable ARCH_SUNXI (and friends) in arm64 kernel .config (LP: #1701137)
1412 - [Config] Enable CONFIG_ARCH_SUNXI and related options for arm64
1413
1414 * [Bug] Harrisonville: pnd2_edac always fail to load on B1 stepping
1415 Harrisonville SDP (LP: #1709257)
1416 - EDAC, pnd2: Build in a minimal sideband driver for Apollo Lake
1417 - EDAC, pnd2: Mask off the lower four bits of a BAR
1418 - EDAC, pnd2: Conditionally unhide/hide the P2SB PCI device to read BAR
1419 - EDAC, pnd2: Properly toggle hidden state for P2SB PCI device
1420 - SAUCE: i2c: i801: Restore the presence state of P2SB PCI device after
1421 reading BAR
1422
1423 * Miscellaneous Ubuntu changes
1424 - Revert "UBUNTU: SAUCE: Import aufs driver"
1425 - SAUCE: Import aufs driver
1426 - SAUCE: selftests/powerpc: Disable some ptrace selftests
1427 - [Config] CONFIG_CRYPTO_DEV_NITROX_CNN55XX=n for s390x
1428 - [Config] CONFIG_I2C_SLAVE=n for amd64, i386, ppc64el
1429 - [Config] Disable CONFIG_MDIO_* options for s390x
1430 - [Config] CONFIG_SCSI_MQ_DEFAULT=n for s390x
1431 - [Config] Update annotations for 4.13
1432
1433 -- Seth Forshee <seth.forshee@canonical.com> Thu, 31 Aug 2017 14:27:09 -0500
1434
1435 linux (4.13.0-7.8) artful; urgency=low
1436
1437 * linux 4.12.0-11.12 ADT test failure with linux 4.12.0-11.12 (LP: #1710904)
1438 - SAUCE: selftests/powerpc: Use snprintf to construct DSCR sysfs interface
1439 paths
1440
1441 * Miscellaneous Ubuntu changes
1442 - Revert "UBUNTU: SAUCE: seccomp: log actions even when audit is disabled"
1443
1444 * Miscellaneous upstream changes
1445 - seccomp: Provide matching filter for introspection
1446 - seccomp: Sysctl to display available actions
1447 - seccomp: Operation for checking if an action is available
1448 - seccomp: Sysctl to configure actions that are allowed to be logged
1449 - seccomp: Selftest for detection of filter flag support
1450 - seccomp: Filter flag to log all actions except SECCOMP_RET_ALLOW
1451 - seccomp: Action to log before allowing
1452
1453 [ Upstream Kernel Changes ]
1454
1455 * Rebase to v4.13-rc7
1456
1457 -- Seth Forshee <seth.forshee@canonical.com> Mon, 28 Aug 2017 08:12:24 -0500
1458
1459 linux (4.13.0-6.7) artful; urgency=low
1460
1461 * HID: multitouch: Support ALPS PTP Stick and Touchpad devices (LP: #1712481)
1462 - SAUCE: HID: multitouch: Support ALPS PTP stick with pid 0x120A
1463
1464 * sort ABI files with C.UTF-8 locale (LP: #1712345)
1465 - [Packaging] sort ABI files with C.UTF-8 locale
1466
1467 * igb: Support using Broadcom 54616 as PHY (LP: #1712024)
1468 - SAUCE: igb: add support for using Broadcom 54616 as PHY
1469
1470 * RPT related fixes missing in Ubuntu 16.04.3 (LP: #1709220)
1471 - powerpc/mm/radix: Improve _tlbiel_pid to be usable for PWC flushes
1472 - powerpc/mm/radix: Improve TLB/PWC flushes
1473 - powerpc/mm/radix: Avoid flushing the PWC on every flush_tlb_range
1474
1475 * Linux 4.12 refuses to load self-signed modules under Secure Boot with
1476 properly enrolled keys (LP: #1712168)
1477 - SAUCE: (efi-lockdown) MODSIGN: Fix module signature verification
1478
1479 * [17.10 FEAT] Enable NVMe driver - kernel (LP: #1708432)
1480 - [Config] CONFIG_BLK_DEV_NVME=m for s390
1481
1482 * Artful: 4.12.0-11.12: Boot panic in vlv2_plat_configure_clock+0x3b/0xa0
1483 (LP: #1711298)
1484 - [Config] CONFIG_INTEL_ATOMISP=n
1485
1486 * Miscellaneous Ubuntu changes
1487 - SAUCE: apparmor: af_unix mediation
1488
1489 * Miscellaneous upstream changes
1490 - apparmor: Fix shadowed local variable in unpack_trans_table()
1491 - apparmor: Fix logical error in verify_header()
1492 - apparmor: Fix an error code in aafs_create()
1493 - apparmor: Redundant condition: prev_ns. in [label.c:1498]
1494 - apparmor: add the ability to mediate signals
1495 - apparmor: add mount mediation
1496 - apparmor: cleanup conditional check for label in label_print
1497 - apparmor: add support for absolute root view based labels
1498 - apparmor: make policy_unpack able to audit different info messages
1499 - apparmor: add more debug asserts to apparmorfs
1500 - apparmor: add base infastructure for socket mediation
1501 - apparmor: move new_null_profile to after profile lookup fns()
1502 - apparmor: fix race condition in null profile creation
1503 - apparmor: ensure unconfined profiles have dfas initialized
1504 - apparmor: fix incorrect type assignment when freeing proxies
1505
1506 [ Upstream Kernel Changes ]
1507
1508 * Rebase to v4.13-rc6
1509
1510 -- Seth Forshee <seth.forshee@canonical.com> Wed, 23 Aug 2017 08:10:38 -0500
1511
1512 linux (4.13.0-5.6) artful; urgency=low
1513
1514 * Ubuntu17.10 - perf: Update Power9 PMU event JSON files (LP: #1708630)
1515 - perf pmu-events: Support additional POWER8+ PVR in mapfile
1516 - perf vendor events: Add POWER9 PMU events
1517 - perf vendor events: Add POWER9 PVRs to mapfile
1518 - SAUCE: perf vendor events powerpc: remove suffix in mapfile
1519 - SAUCE: perf vendor events powerpc: Update POWER9 events
1520
1521 * Disable CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE (LP: #1709171)
1522 - [Config] CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE=n for ppc64el
1523
1524 * Please only recommend or suggest initramfs-tools | linux-initramfs-tool for
1525 kernels able to boot without initramfs (LP: #1700972)
1526 - [Debian] Don't depend on initramfs-tools
1527
1528 * Miscellaneous Ubuntu changes
1529 - SAUCE: Import aufs driver
1530 - SAUCE: aufs -- Add missing argument to loop_switch() call
1531 - [Config] Enable aufs
1532 - SAUCE: (noup) Update spl to 0.6.5.11-ubuntu1, zfs to 0.6.5.11-1ubuntu3
1533 - Enable zfs build
1534 - SAUCE: powerpc: Always initialize input array when calling epapr_hypercall()
1535 - [Packaging] switch up to debhelper 9
1536
1537 [ Upstream Kernel Changes ]
1538
1539 * Rebase to v4.13-rc5
1540
1541 -- Seth Forshee <seth.forshee@canonical.com> Tue, 15 Aug 2017 09:24:16 -0500
1542
1543 linux (4.13.0-4.5) artful; urgency=low
1544
1545 * Lenovo Yoga 910 Sensors (LP: #1708120)
1546 - SAUCE: (no-up) HID: Add quirk for Lenovo Yoga 910 with ITE Chips
1547
1548 * Unable to install Ubuntu on the NVMe disk under VMD PCI domain
1549 (LP: #1703339)
1550 - [Config] Add vmd driver to generic inclusion list
1551
1552 * Set CONFIG_SATA_HIGHBANK=y on armhf (LP: #1703430)
1553 - [Config] CONFIG_SATA_HIGHBANK=y
1554
1555 * Miscellaneous Ubuntu changes
1556 - ubuntu: vbox -- update to 5.1.26-dfsg-1
1557 - SAUCE: hio: Build fixes for 4.13
1558 - Enable hio build
1559 - SAUCE: (noup) Update spl to 0.6.5.11-1, zfs to 0.6.5.11-1ubuntu1
1560 - [debian] use all rather than amd64 dkms debs for sync
1561
1562 [ Upstream Kernel Changes ]
1563
1564 * Rebase to v4.13-rc4
1565
1566 -- Seth Forshee <seth.forshee@canonical.com> Tue, 08 Aug 2017 11:31:48 -0500
1567
1568 linux (4.13.0-3.4) artful; urgency=low
1569
1570 * Adt tests of src:linux time out often on armhf lxc containers (LP: #1705495)
1571 - [Packaging] tests -- reduce rebuild test to one flavour
1572 - [Packaging] tests -- reduce rebuild test to one flavour -- use filter
1573
1574 * snapd 2.26.8+17.10 ADT test failure with linux 4.12.0-6.7 (LP: #1704158)
1575 - SAUCE: virtio_net: Revert mergeable buffer handling rework
1576
1577 [ Upstream Kernel Changes ]
1578
1579 * Rebase to v4.13-rc3
1580
1581 -- Seth Forshee <seth.forshee@canonical.com> Mon, 31 Jul 2017 10:08:16 -0500
1582
1583 linux (4.13.0-2.3) artful; urgency=low
1584
1585 * Change CONFIG_IBMVETH to module (LP: #1704479)
1586 - [Config] CONFIG_IBMVETH=m
1587
1588 [ Upstream Kernel Changes ]
1589
1590 * Rebase to v4.13-rc2
1591
1592 -- Seth Forshee <seth.forshee@canonical.com> Mon, 24 Jul 2017 13:58:08 -0500
1593
1594 linux (4.13.0-1.2) artful; urgency=low
1595
1596 * Miscellaneous Ubuntu changes
1597 - [Debian] Support sphinx-based kernel documentation
1598
1599 -- Seth Forshee <seth.forshee@canonical.com> Thu, 20 Jul 2017 09:18:33 -0500
1600
1601 linux (4.13.0-0.1) artful; urgency=low
1602
1603 * Miscellaneous Ubuntu changes
1604 - Disable hio
1605 - Disable zfs build
1606 - ubuntu: vbox -- update to 5.1.24-dfsg-1
1607
1608 [ Upstream Kernel Changes ]
1609
1610 * Rebase to v4.13-rc1
1611
1612 -- Seth Forshee <seth.forshee@canonical.com> Wed, 19 Jul 2017 15:09:31 -0500
1613
1614 linux (4.12.0-7.8) artful; urgency=low
1615
1616 * ThunderX: soft lockup on 4.8+ kernels when running qemu-efi with vhost=on
1617 (LP: #1673564)
1618 - arm64: Add a facility to turn an ESR syndrome into a sysreg encoding
1619 - KVM: arm/arm64: vgic-v3: Add accessors for the ICH_APxRn_EL2 registers
1620 - KVM: arm64: Make kvm_condition_valid32() accessible from EL2
1621 - KVM: arm64: vgic-v3: Add hook to handle guest GICv3 sysreg accesses at EL2
1622 - KVM: arm64: vgic-v3: Add ICV_BPR1_EL1 handler
1623 - KVM: arm64: vgic-v3: Add ICV_IGRPEN1_EL1 handler
1624 - KVM: arm64: vgic-v3: Add ICV_IAR1_EL1 handler
1625 - KVM: arm64: vgic-v3: Add ICV_EOIR1_EL1 handler
1626 - KVM: arm64: vgic-v3: Add ICV_AP1Rn_EL1 handler
1627 - KVM: arm64: vgic-v3: Add ICV_HPPIR1_EL1 handler
1628 - KVM: arm64: vgic-v3: Enable trapping of Group-1 system registers
1629 - KVM: arm64: Enable GICv3 Group-1 sysreg trapping via command-line
1630 - KVM: arm64: vgic-v3: Add ICV_BPR0_EL1 handler
1631 - KVM: arm64: vgic-v3: Add ICV_IGNREN0_EL1 handler
1632 - KVM: arm64: vgic-v3: Add misc Group-0 handlers
1633 - KVM: arm64: vgic-v3: Enable trapping of Group-0 system registers
1634 - KVM: arm64: Enable GICv3 Group-0 sysreg trapping via command-line
1635 - arm64: Add MIDR values for Cavium cn83XX SoCs
1636 - arm64: Add workaround for Cavium Thunder erratum 30115
1637 - KVM: arm64: vgic-v3: Add ICV_DIR_EL1 handler
1638 - KVM: arm64: vgic-v3: Add ICV_RPR_EL1 handler
1639 - KVM: arm64: vgic-v3: Add ICV_CTLR_EL1 handler
1640 - KVM: arm64: vgic-v3: Add ICV_PMR_EL1 handler
1641 - KVM: arm64: Enable GICv3 common sysreg trapping via command-line
1642 - KVM: arm64: vgic-v3: Log which GICv3 system registers are trapped
1643 - KVM: arm64: Log an error if trapping a read-from-write-only GICv3 access
1644 - KVM: arm64: Log an error if trapping a write-to-read-only GICv3 access
1645
1646 * hns: under heavy load, NIC may fail and require reboot (LP: #1704146)
1647 - net: hns: Bugfix for Tx timeout handling in hns driver
1648
1649 * New ACPI identifiers for ThunderX SMMU (LP: #1703437)
1650 - iommu/arm-smmu: Plumb in new ACPI identifiers
1651
1652 * Transparent hugepages should default to enabled=madvise (LP: #1703742)
1653 - SAUCE: use CONFIG_TRANSPARENT_HUGEPAGE_MADVISE=y as default
1654
1655 * Artful update to v4.12.1 stable release (LP: #1703858)
1656 - driver core: platform: fix race condition with driver_override
1657 - RDMA/uverbs: Check port number supplied by user verbs cmds
1658 - usb: dwc3: replace %p with %pK
1659 - USB: serial: cp210x: add ID for CEL EM3588 USB ZigBee stick
1660 - usb: usbip: set buffer pointers to NULL after free
1661 - Add USB quirk for HVR-950q to avoid intermittent device resets
1662 - usb: Fix typo in the definition of Endpoint[out]Request
1663 - USB: core: fix device node leak
1664 - USB: serial: option: add two Longcheer device ids
1665 - USB: serial: qcserial: new Sierra Wireless EM7305 device ID
1666 - xhci: Limit USB2 port wake support for AMD Promontory hosts
1667 - gfs2: Fix glock rhashtable rcu bug
1668 - Add "shutdown" to "struct class".
1669 - tpm: Issue a TPM2_Shutdown for TPM2 devices.
1670 - tpm: fix a kernel memory leak in tpm-sysfs.c
1671 - powerpc/powernv: Fix CPU_HOTPLUG=n idle.c compile error
1672 - x86/uaccess: Optimize copy_user_enhanced_fast_string() for short strings
1673 - sched/fair, cpumask: Export for_each_cpu_wrap()
1674 - sched/core: Implement new approach to scale select_idle_cpu()
1675 - sched/numa: Use down_read_trylock() for the mmap_sem
1676 - sched/numa: Override part of migrate_degrades_locality() when idle balancing
1677 - sched/fair: Simplify wake_affine() for the single socket case
1678 - sched/numa: Implement NUMA node level wake_affine()
1679 - sched/fair: Remove effective_load()
1680 - sched/numa: Hide numa_wake_affine() from UP build
1681 - xen: avoid deadlock in xenbus driver
1682 - crypto: drbg - Fixes panic in wait_for_completion call
1683 - Linux 4.12.1
1684
1685 * cxlflash update request in the Xenial SRU stream (LP: #1702521)
1686 - scsi: cxlflash: Combine the send queue locks
1687 - scsi: cxlflash: Update cxlflash_afu_sync() to return errno
1688 - scsi: cxlflash: Reset hardware queue context via specified register
1689 - scsi: cxlflash: Schedule asynchronous reset of the host
1690 - scsi: cxlflash: Handle AFU sync failures
1691 - scsi: cxlflash: Track pending scsi commands in each hardware queue
1692 - scsi: cxlflash: Flush pending commands in cleanup path
1693 - scsi: cxlflash: Add scsi command abort handler
1694 - scsi: cxlflash: Create character device to provide host management interface
1695 - scsi: cxlflash: Separate AFU internal command handling from AFU sync
1696 specifics
1697 - scsi: cxlflash: Introduce host ioctl support
1698 - scsi: cxlflash: Refactor AFU capability checking
1699 - scsi: cxlflash: Support LUN provisioning
1700 - scsi: cxlflash: Support AFU debug
1701 - scsi: cxlflash: Support WS16 unmap
1702 - scsi: cxlflash: Remove zeroing of private command data
1703 - scsi: cxlflash: Update TMF command processing
1704 - scsi: cxlflash: Avoid double free of character device
1705 - scsi: cxlflash: Update send_tmf() parameters
1706 - scsi: cxlflash: Update debug prints in reset handlers
1707
1708 * make snap-pkg support (LP: #1700747)
1709 - make snap-pkg support
1710
1711 * Quirk for non-compliant PCI bridge on HiSilicon D05 board (LP: #1698706)
1712 - SAUCE: PCI: Support hibmc VGA cards behind a misbehaving HiSilicon bridge
1713
1714 * arm64: fix crash reading /proc/kcore (LP: #1702749)
1715 - fs/proc: kcore: use kcore_list type to check for vmalloc/module address
1716 - arm64: mm: select CONFIG_ARCH_PROC_KCORE_TEXT
1717
1718 * Opal and POWER9 DD2 (LP: #1702159)
1719 - SAUCE: powerpc/powernv: Tell OPAL about our MMU mode on POWER9
1720
1721 * Data corruption with hio driver (LP: #1701316)
1722 - SAUCE: hio: Fix incorrect use of enum req_opf values
1723
1724 * Miscellaneous Ubuntu changes
1725 - SAUCE: (noup) Update spl to 0.6.5.10-1, zfs to 0.6.5.10-1ubuntu2
1726 - snapcraft.yaml: Sync with xenial
1727 - [Config] CONFIG_CAVIUM_ERRATUM_30115=y
1728
1729 * Miscellaneous upstream changes
1730 - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and
1731 MokSBState"
1732
1733 -- Seth Forshee <seth.forshee@canonical.com> Fri, 14 Jul 2017 15:25:41 -0500
1734
1735 linux (4.12.0-6.7) artful; urgency=low
1736
1737 * update ENA driver to 1.2.0k from net-next (LP: #1701575)
1738 - net: ena: change return value for unsupported features unsupported return
1739 value
1740 - net: ena: add hardware hints capability to the driver
1741 - net: ena: change sizeof() argument to be the type pointer
1742 - net: ena: add reset reason for each device FLR
1743 - net: ena: add support for out of order rx buffers refill
1744 - net: ena: allow the driver to work with small number of msix vectors
1745 - net: ena: use napi_schedule_irqoff when possible
1746 - net: ena: separate skb allocation to dedicated function
1747 - net: ena: use lower_32_bits()/upper_32_bits() to split dma address
1748 - net: ena: update driver's rx drop statistics
1749 - net: ena: update ena driver to version 1.2.0
1750
1751 * APST gets enabled against explicit kernel option (LP: #1699004)
1752 - nvme: explicitly disable APST on quirked devices
1753
1754 * Miscellaneous Ubuntu changes
1755 - SAUCE: hio: Update to Huawei ES3000_V2 (2.1.0.40)
1756 - SAUCE: hio updates for 4.12
1757 - SAUCE: Enable hio build
1758
1759 -- Seth Forshee <seth.forshee@canonical.com> Wed, 05 Jul 2017 14:23:20 -0500
1760
1761 linux (4.12.0-5.6) artful; urgency=low
1762
1763 * ERAT invalidate on context switch removal (LP: #1700819)
1764 - powerpc: Only do ERAT invalidate on radix context switch on P9 DD1
1765
1766 * powerpc: Invalidate ERAT on powersave wakeup for POWER9 (LP: #1700521)
1767 - SAUCE: powerpc: Invalidate ERAT on powersave wakeup for POWER9
1768
1769 * Miscellaneous Ubuntu changes
1770 - d-i: Move qcom-emac from arm64 to shared nic-modules
1771
1772 [ Upstream Kernel Changes ]
1773
1774 * Rebase to v4.12
1775
1776 -- Seth Forshee <seth.forshee@canonical.com> Mon, 03 Jul 2017 07:52:02 -0500
1777
1778 linux (4.12.0-4.5) artful; urgency=low
1779
1780 * aacraid driver may return uninitialized stack data to userspace
1781 (LP: #1700077)
1782 - SAUCE: scsi: aacraid: Don't copy uninitialized stack memory to userspace
1783
1784 * KILLER1435-S[0489:e0a2] BT cannot search BT 4.0 device (LP: #1699651)
1785 - Bluetooth: btusb: Add support for 0489:e0a2 QCA_ROME device
1786
1787 * AACRAID for power9 platform (LP: #1689980)
1788 - scsi: aacraid: Remove __GFP_DMA for raw srb memory
1789 - scsi: aacraid: Fix DMAR issues with iommu=pt
1790 - scsi: aacraid: Added 32 and 64 queue depth for arc natives
1791 - scsi: aacraid: Set correct Queue Depth for HBA1000 RAW disks
1792 - scsi: aacraid: Remove reset support from check_health
1793 - scsi: aacraid: Change wait time for fib completion
1794 - scsi: aacraid: Log count info of scsi cmds before reset
1795 - scsi: aacraid: Print ctrl status before eh reset
1796 - scsi: aacraid: Using single reset mask for IOP reset
1797 - scsi: aacraid: Rework IOP reset
1798 - scsi: aacraid: Add periodic checks to see IOP reset status
1799 - scsi: aacraid: Rework SOFT reset code
1800 - scsi: aacraid: Rework aac_src_restart
1801 - scsi: aacraid: Use correct function to get ctrl health
1802 - scsi: aacraid: Make sure ioctl returns on controller reset
1803 - scsi: aacraid: Enable ctrl reset for both hba and arc
1804 - scsi: aacraid: Add reset debugging statements
1805 - scsi: aacraid: Remove reference to Series-9
1806 - scsi: aacraid: Update driver version to 50834
1807
1808 * hibmc driver does not include "pci:" prefix in bus ID (LP: #1698700)
1809 - SAUCE: drm: hibmc: Use set_busid function from drm core
1810
1811 * HiSilicon D05: installer doesn't appear on VGA (LP: #1698954)
1812 - d-i: Add hibmc-drm to kernel-image udeb
1813
1814 * Fix /proc/cpuinfo revision for POWER9 DD2 (LP: #1698844)
1815 - SAUCE: powerpc: Fix /proc/cpuinfo revision for POWER9 DD2
1816
1817 * Miscellaneous Ubuntu changes
1818 - [Config] CONFIG_SATA_MV=n and CONFIG_GENERIC_PHY=n for s390x
1819 - [Config] CONFIG_ATA=n for s390x
1820 - [Config] Update annotations for 4.12
1821
1822 [ Upstream Kernel Changes ]
1823
1824 * Rebase to v4.12-rc7
1825
1826 -- Seth Forshee <seth.forshee@canonical.com> Mon, 26 Jun 2017 11:27:29 -0500
1827
1828 linux (4.12.0-3.4) artful; urgency=low
1829
1830 * Miscellaneous upstream changes
1831 - ufs: fix the logics for tail relocation
1832
1833 [ Upstream Kernel Changes ]
1834
1835 * Rebase to v4.12-rc6
1836
1837 -- Seth Forshee <seth.forshee@canonical.com> Mon, 19 Jun 2017 14:50:39 -0500
1838
1839 linux (4.12.0-2.3) artful; urgency=low
1840
1841 * CVE-2014-9900
1842 - SAUCE: (no-up) net: Zeroing the structure ethtool_wolinfo in
1843 ethtool_get_wol()
1844
1845 * System doesn't boot properly on Gigabyte AM4 motherboards (AMD Ryzen)
1846 (LP: #1671360)
1847 - pinctrl/amd: Use regular interrupt instead of chained
1848
1849 * extend-diff-ignore should use exact matches (LP: #1693504)
1850 - [Packaging] exact extend-diff-ignore matches
1851
1852 * Miscellaneous Ubuntu changes
1853 - SAUCE: efi: Don't print secure boot state from the efi stub
1854 - ubuntu: vbox -- Update to 5.1.22-dfsg-1
1855 - SAUCE: vbox fixes for 4.12
1856 - Re-enable virtualbox build
1857 - [Config] CONFIG_ORANGEFS_FS=m
1858 - SAUCE: (noup) Update spl to 0.6.5.9-1ubuntu2, zfs to 0.6.5.9-5ubuntu7
1859 - Enable zfs build
1860
1861 [ Upstream Kernel Changes ]
1862
1863 * Rebase to v4.12-rc4
1864 * Rebase to v4.12-rc5
1865
1866 -- Seth Forshee <seth.forshee@canonical.com> Sun, 11 Jun 2017 22:25:13 -0500
1867
1868 linux (4.12.0-1.2) artful; urgency=low
1869
1870 * Enable Matrox driver for Ubuntu 16.04.3 (LP: #1693337)
1871 - [Config] Enable CONFIG_DRM_MGAG200 as module
1872
1873 * Support low-pin-count devices on Hisilicon SoCs (LP: #1677319)
1874 - [Config] CONFIG_LIBIO=y on arm64 only
1875 - SAUCE: LIBIO: Introduce a generic PIO mapping method
1876 - SAUCE: OF: Add missing I/O range exception for indirect-IO devices
1877 - [Config] CONFIG_HISILICON_LPC=y
1878 - SAUCE: LPC: Support the device-tree LPC host on Hip06/Hip07
1879 - SAUCE: LIBIO: Support the dynamically logical PIO registration of ACPI host
1880 I/O
1881 - SAUCE: LPC: Add the ACPI LPC support
1882 - SAUCE: PCI: Apply the new generic I/O management on PCI IO hosts
1883 - SAUCE: PCI: Restore codepath for !CONFIG_LIBIO
1884
1885 * POWER9: Additional patches for TTY and CPU_IDLE (LP: #1674325)
1886 - SAUCE: tty: Fix ldisc crash on reopened tty
1887
1888 * Miscellaneous Ubuntu changes
1889 - [Debian] Add build-dep on libnuma-dev to enable 'perf bench numa'
1890 - Rebase to v4.12-rc3
1891
1892 [ Upstream Kernel Changes ]
1893
1894 * Rebase to v4.12-rc3
1895
1896 -- Seth Forshee <seth.forshee@canonical.com> Mon, 29 May 2017 20:56:29 -0500
1897
1898 linux (4.12.0-0.1) artful; urgency=low
1899
1900 * please enable CONFIG_ARM64_LSE_ATOMICS (LP: #1691614)
1901 - [Config] CONFIG_ARM64_LSE_ATOMICS=y
1902
1903 * [Regression] NUMA_BALANCING disabled on arm64 (LP: #1690914)
1904 - [Config] CONFIG_NUMA_BALANCING{,_DEFAULT_ENABLED}=y on arm64
1905
1906 * exec'ing a setuid binary from a threaded program sometimes fails to setuid
1907 (LP: #1672819)
1908 - SAUCE: exec: ensure file system accounting in check_unsafe_exec is correct
1909
1910 * Miscellaneous Ubuntu changes
1911 - Update find-missing-sauce.sh to compare to artful
1912 - Update dropped.txt
1913 - SAUCE: (efi-lockdown) efi: Add EFI_SECURE_BOOT bit
1914 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
1915 kernel image
1916 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
1917 mode
1918 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
1919 - SAUCE: (efi-lockdown) Restrict /dev/mem and /dev/kmem when the kernel is
1920 locked down
1921 - SAUCE: (efi-lockdown) Add a sysrq option to exit secure boot mode
1922 - SAUCE: (efi-lockdown) kexec: Disable at runtime if the kernel is locked down
1923 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
1924 reboot
1925 - SAUCE: (efi-lockdown) kexec_file: Disable at runtime if securelevel has been
1926 set
1927 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
1928 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
1929 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
1930 down
1931 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
1932 locked down
1933 - SAUCE: (efi-lockdown) x86: Restrict MSR access when the kernel is locked
1934 down
1935 - SAUCE: (efi-lockdown) asus-wmi: Restrict debugfs interface when the kernel
1936 is locked down
1937 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
1938 locked down
1939 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
1940 has been locked down
1941 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
1942 locked down
1943 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
1944 locked down
1945 - SAUCE: (efi-lockdown) Enable cold boot attack mitigation
1946 - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the
1947 kernel is locked down
1948 - SAUCE: (efi-lockdown) scsi: Lock down the eata driver
1949 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
1950 down
1951 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
1952 - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to
1953 secondary keyring
1954 - SAUCE: (efi-lockdown) efi: Add EFI signature data types
1955 - SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser
1956 - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot
1957 - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed
1958 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
1959 - SAUCE: (efi-lockdown) efi: Add secure_boot state and status bit for
1960 MokSBState
1961 - SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and MokSBState
1962 - [Config] Set values for UEFI secure boot lockdown options
1963 - Disable virtualbox build
1964 - Disable hio build
1965 - SAUCE: securityfs: Replace CURRENT_TIME with current_time()
1966 - Disable zfs build
1967 - [Debian] Work out upstream tag for use with gen-auto-reconstruct
1968 - SAUCE: Import aufs driver
1969 - SAUCE: aufs -- Include linux/mm.h in fs/aufs/file.h
1970 - [Config] Enable aufs
1971 - SAUCE: perf callchain: Include errno.h on x86 unconditinally
1972
1973 [ Upstream Kernel Changes ]
1974
1975 * Rebase to v4.12-rc2
1976
1977 -- Seth Forshee <seth.forshee@canonical.com> Sun, 21 May 2017 23:44:44 -0500
1978
1979 linux (4.11.0-3.8) artful; urgency=low
1980
1981 [ Seth Forshee ]
1982
1983 * Release Tracking Bug
1984 - LP: #1690999
1985
1986 * apparmor_parser hangs indefinitely when called by multiple threads
1987 (LP: #1645037)
1988 - SAUCE: apparmor: fix lock ordering for mkdir
1989
1990 * apparmor leaking securityfs pin count (LP: #1660846)
1991 - SAUCE: apparmor: fix leak on securityfs pin count
1992
1993 * apparmor reference count leak when securityfs_setup_d_inode\ () fails
1994 (LP: #1660845)
1995 - SAUCE: apparmor: fix reference count leak when securityfs_setup_d_inode()
1996 fails
1997
1998 * apparmor not checking error if security_pin_fs() fails (LP: #1660842)
1999 - SAUCE: apparmor: fix not handling error case when securityfs_pin_fs() fails
2000
2001 * libvirt profile is blocking global setrlimit despite having no rlimit rule
2002 (LP: #1679704)
2003 - SAUCE: apparmor: fix complain mode failure for rlimit mediation
2004 - apparmor: update auditing of rlimit check to provide capability information
2005
2006 * apparmor: does not provide a way to detect policy updataes (LP: #1678032)
2007 - SAUCE: apparmor: add policy revision file interface
2008
2009 * apparmor does not make support of query data visible (LP: #1678023)
2010 - SAUCE: apparmor: add label data availability to the feature set
2011
2012 * apparmor query interface does not make supported query info available
2013 (LP: #1678030)
2014 - SAUCE: apparmor: add information about the query inteface to the feature set
2015
2016 * change_profile incorrect when using namespaces with a compound stack
2017 (LP: #1677959)
2018 - SAUCE: apparmor: fix label parse for stacked labels
2019
2020 * Regression in 4.4.0-65-generic causes very frequent system crashes
2021 (LP: #1669611)
2022 - apparmor: sync of apparmor 3.6+ (17.04)
2023
2024 * Artful update to 4.11.1 stable release (LP: #1690814)
2025 - dm ioctl: prevent stack leak in dm ioctl call
2026 - drm/sti: fix GDP size to support up to UHD resolution
2027 - power: supply: lp8788: prevent out of bounds array access
2028 - brcmfmac: Ensure pointer correctly set if skb data location changes
2029 - brcmfmac: Make skb header writable before use
2030 - sparc64: fix fault handling in NGbzero.S and GENbzero.S
2031 - refcount: change EXPORT_SYMBOL markings
2032 - net: macb: fix phy interrupt parsing
2033 - tcp: fix access to sk->sk_state in tcp_poll()
2034 - geneve: fix incorrect setting of UDP checksum flag
2035 - bpf: enhance verifier to understand stack pointer arithmetic
2036 - bpf, arm64: fix jit branch offset related to ldimm64
2037 - tcp: fix wraparound issue in tcp_lp
2038 - net: ipv6: Do not duplicate DAD on link up
2039 - net: usb: qmi_wwan: add Telit ME910 support
2040 - tcp: do not inherit fastopen_req from parent
2041 - ipv4, ipv6: ensure raw socket message is big enough to hold an IP header
2042 - rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME string
2043 - ipv6: initialize route null entry in addrconf_init()
2044 - ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notf
2045 - tcp: randomize timestamps on syncookies
2046 - bnxt_en: allocate enough space for ->ntp_fltr_bmap
2047 - bpf: don't let ldimm64 leak map addresses on unprivileged
2048 - net: mdio-mux: bcm-iproc: call mdiobus_free() in error path
2049 - f2fs: sanity check segment count
2050 - xen/arm,arm64: fix xen_dma_ops after 815dd18 "Consolidate get_dma_ops..."
2051 - xen: Revert commits da72ff5bfcb0 and 72a9b186292d
2052 - block: get rid of blk_integrity_revalidate()
2053 - Linux 4.11.1
2054
2055 * Module signing exclusion for staging drivers does not work properly
2056 (LP: #1690908)
2057 - SAUCE: Fix module signing exclusion in package builds
2058
2059 * perf: qcom: Add L3 cache PMU driver (LP: #1689856)
2060 - [Config] CONFIG_QCOM_L3_PMU=y
2061 - perf: qcom: Add L3 cache PMU driver
2062
2063 * No PMU support for ACPI-based arm64 systems (LP: #1689661)
2064 - drivers/perf: arm_pmu: rework per-cpu allocation
2065 - drivers/perf: arm_pmu: manage interrupts per-cpu
2066 - drivers/perf: arm_pmu: split irq request from enable
2067 - drivers/perf: arm_pmu: remove pointless PMU disabling
2068 - drivers/perf: arm_pmu: define armpmu_init_fn
2069 - drivers/perf: arm_pmu: fold init into alloc
2070 - drivers/perf: arm_pmu: factor out pmu registration
2071 - drivers/perf: arm_pmu: simplify cpu_pmu_request_irqs()
2072 - drivers/perf: arm_pmu: handle no platform_device
2073 - drivers/perf: arm_pmu: rename irq request/free functions
2074 - drivers/perf: arm_pmu: split cpu-local irq request/free
2075 - drivers/perf: arm_pmu: move irq request/free into probe
2076 - drivers/perf: arm_pmu: split out platform device probe logic
2077 - arm64: add function to get a cpu's MADT GICC table
2078 - [Config] CONFIG_ARM_PMU_ACPI=y
2079 - drivers/perf: arm_pmu: add ACPI framework
2080 - arm64: pmuv3: handle !PMUv3 when probing
2081 - arm64: pmuv3: use arm_pmu ACPI framework
2082
2083 * Fix NVLINK2 TCE route (LP: #1690155)
2084 - powerpc/powernv: Fix TCE kill on NVLink2
2085
2086 * CVE-2017-0605
2087 - tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline()
2088
2089 * Miscellaneous Ubuntu changes
2090 - [Config] Restore powerpc arch to annotations file
2091 - [Config] Disable runtime testing modules
2092 - [Config] Disable drivers not needed on s390x
2093 - [Config] Update annotations for 4.11
2094 - [Config] updateconfigs after apparmor updates
2095
2096 * Miscellaneous upstream changes
2097 - apparmor: use SHASH_DESC_ON_STACK
2098 - apparmor: fix invalid reference to index variable of iterator line 836
2099 - apparmor: fix parameters so that the permission test is bypassed at boot
2100 - apparmor: Make path_max parameter readonly
2101 - apparmorfs: Combine two function calls into one in aa_fs_seq_raw_abi_show()
2102 - apparmorfs: Use seq_putc() in two functions
2103 - apparmor: provide information about path buffer size at boot
2104 - apparmor: add/use fns to print hash string hex value
2105
2106 -- Seth Forshee <seth.forshee@canonical.com> Tue, 16 May 2017 00:39:13 -0500
2107
2108 linux (4.11.0-2.7) artful; urgency=low
2109
2110 * kernel-wedge fails in artful due to leftover squashfs-modules d-i files
2111 (LP: #1688259)
2112 - Remove squashfs-modules files from d-i
2113 - [Config] as squashfs-modules is builtin kernel-image must Provides: it
2114
2115 * [Zesty] d-i: replace msm_emac with qcom_emac (LP: #1677297)
2116 - Revert "UBUNTU: d-i: initrd needs msm_emac on amberwing platform."
2117 - d-i: initrd needs qcom_emac on amberwing platform.
2118
2119 * update for V3 kernel bits and improved multiple fan slice support
2120 (LP: #1470091)
2121 - SAUCE: fan: tunnel multiple mapping mode (v3)
2122
2123 * Miscellaneous Ubuntu changes
2124 - SAUCE: (noup) Update spl to 0.6.5.9-1ubuntu1, zfs to 0.6.5.9-5ubuntu5
2125 - Enable zfs
2126 - SAUCE: fan: add VXLAN implementation
2127 - SAUCE: (efi-lockdown) efi: Add EFI_SECURE_BOOT bit
2128 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
2129 kernel image
2130 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
2131 mode
2132 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
2133 - SAUCE: (efi-lockdown) Restrict /dev/mem and /dev/kmem when the kernel is
2134 locked down
2135 - SAUCE: (efi-lockdown) Add a sysrq option to exit secure boot mode
2136 - SAUCE: (efi-lockdown) kexec: Disable at runtime if the kernel is locked down
2137 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
2138 reboot
2139 - SAUCE: (efi-lockdown) kexec_file: Disable at runtime if securelevel has been
2140 set
2141 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
2142 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
2143 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
2144 down
2145 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
2146 locked down
2147 - SAUCE: (efi-lockdown) x86: Restrict MSR access when the kernel is locked
2148 down
2149 - SAUCE: (efi-lockdown) asus-wmi: Restrict debugfs interface when the kernel
2150 is locked down
2151 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
2152 locked down
2153 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
2154 has been locked down
2155 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
2156 locked down
2157 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
2158 locked down
2159 - SAUCE: (efi-lockdown) Enable cold boot attack mitigation
2160 - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the
2161 kernel is locked down
2162 - SAUCE: (efi-lockdown) scsi: Lock down the eata driver
2163 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
2164 down
2165 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
2166 - SAUCE: (efi-lockdown) Add EFI signature data types
2167 - SAUCE: (efi-lockdown) Add an EFI signature blob parser and key loader.
2168 - SAUCE: (efi-lockdown) KEYS: Add a system blacklist keyring
2169 - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot
2170 - SAUCE: (efi-lockdown) MODSIGN: Support not importing certs from db
2171 - SAUCE: (efi-lockdown) MODSIGN: Don't try secure boot if EFI runtime is
2172 disabled
2173 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
2174 - SAUCE: (efi-lockdown) efi: Add secure_boot state and status bit for
2175 MokSBState
2176 - SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and MokSBState
2177 - [Config] Set values for UEFI secure boot lockdown options
2178 - Update dropped.txt
2179
2180 [ Upstream Kernel Changes ]
2181
2182 * rebase to v4.11
2183
2184 -- Seth Forshee <seth.forshee@canonical.com> Fri, 05 May 2017 07:43:14 -0500
2185
2186 linux (4.11.0-1.6) artful; urgency=low
2187
2188 * Miscellaneous Ubuntu changes
2189 - [Debian] Use default compression for all packages
2190 - SAUCE: (namespace) block_dev: Support checking inode permissions in
2191 lookup_bdev()
2192 - SAUCE: (namespace) block_dev: Check permissions towards block device inode
2193 when mounting
2194 - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode
2195 when mounting
2196 - SAUCE: (namespace) fs: Allow superblock owner to change ownership of inodes
2197 - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID for userns root
2198 - SAUCE: (namespace) fs: Allow superblock owner to access do_remount_sb()
2199 - SAUCE: (namespace) capabilities: Allow privileged user in s_user_ns to set
2200 security.* xattrs
2201 - SAUCE: (namespace) fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw
2202 filesystems
2203 - SAUCE: (namespace) fuse: Add support for pid namespaces
2204 - SAUCE: (namespace) fuse: Support fuse filesystems outside of init_user_ns
2205 - SAUCE: (namespace) fuse: Restrict allow_other to the superblock's namespace
2206 or a descendant
2207 - SAUCE: (namespace) fuse: Allow user namespace mounts
2208 - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user
2209 namespaces
2210 - SAUCE: (namespace) evm: Don't update hmacs in user ns mounts
2211 - SAUCE: (namespace) ext4: Add module parameter to enable user namespace
2212 mounts
2213 - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is
2214 opened for writing
2215
2216 -- Seth Forshee <seth.forshee@canonical.com> Wed, 26 Apr 2017 10:08:29 -0500
2217
2218 linux (4.11.0-0.5) artful; urgency=low
2219
2220 * [Hyper-V][SAUCE] pci-hyperv: Use only 16 bit integer for PCI domain
2221 (LP: #1684971)
2222 - SAUCE: pci-hyperv: Use only 16 bit integer for PCI domain
2223
2224 * [Hyper-V] Ubuntu 14.04.2 LTS Generation 2 SCSI Errors on VSS Based Backups
2225 (LP: #1470250)
2226 - SAUCE: Tools: hv: vss: Thaw the filesystem and continue after freeze fails
2227
2228 * Enable virtual scsi server driver for Power (LP: #1615665)
2229 - SAUCE: Return TCMU-generated sense data to fabric module
2230
2231 * include/linux/security.h header syntax error with !CONFIG_SECURITYFS
2232 (LP: #1630990)
2233 - SAUCE: (no-up) include/linux/security.h -- fix syntax error with
2234 CONFIG_SECURITYFS=n
2235
2236 * Miscellaneous Ubuntu changes
2237 - SAUCE: Import aufs driver
2238 - [Config] Enable aufs
2239 - [Debian] Add script to update virtualbox
2240 - ubuntu: vbox -- Update to 5.1.20-dfsg-2
2241 - Enable vbox
2242 - SAUCE: aufs -- Include linux/mm.h in fs/aufs/file.h
2243
2244 [ Upstream Kernel Changes ]
2245
2246 * rebase to v4.11-rc8
2247
2248 -- Seth Forshee <seth.forshee@canonical.com> Tue, 25 Apr 2017 13:42:54 -0500
2249
2250 linux (4.11.0-0.4) zesty; urgency=low
2251
2252 * POWER9: Improve performance on memory management (LP: #1681429)
2253 - SAUCE: powerpc/mm/radix: Don't do page walk cache flush when doing full mm
2254 flush
2255 - SAUCE: powerpc/mm/radix: Remove unnecessary ptesync
2256
2257 * Miscellaneous Ubuntu changes
2258 - find-missing-sauce.sh
2259
2260 [ Upstream Kernel Changes ]
2261
2262 * rebase to v4.11-rc7
2263
2264 -- Seth Forshee <seth.forshee@canonical.com> Tue, 18 Apr 2017 08:19:43 -0500
2265
2266 linux (4.11.0-0.3) zesty; urgency=low
2267
2268 * Disable CONFIG_HVC_UDBG on ppc64el (LP: #1680888)
2269 - [Config] Disable CONFIG_HVC_UDBG on ppc64el
2270
2271 * smartpqi driver needed in initram disk and installer (LP: #1680156)
2272 - [Config] Add smartpqi to d-i
2273
2274 * Disable CONFIG_SECURITY_SELINUX_DISABLE (LP: #1680315)
2275 - [Config] CONFIG_SECURITY_SELINUX_DISABLE=n
2276
2277 * Miscellaneous Ubuntu changes
2278 - [Config] flash-kernel should be a Breaks
2279 - [Config] drop the info directory
2280 - [Config] drop NOTES as obsolete
2281 - [Config] drop changelog.historical as obsolete
2282 - rebase to v4.11-rc6
2283
2284 [ Upstream Kernel Changes ]
2285
2286 * rebase to v4.11-rc6
2287
2288 -- Tim Gardner <tim.gardner@canonical.com> Tue, 11 Apr 2017 07:16:52 -0600
2289
2290 linux (4.11.0-0.2) zesty; urgency=low
2291
2292 [ Upstream Kernel Changes ]
2293
2294 * rebase to v4.11-rc5
2295
2296 -- Tim Gardner <tim.gardner@canonical.com> Mon, 03 Apr 2017 08:26:07 +0100
2297
2298 linux (4.11.0-0.1) zesty; urgency=low
2299
2300 [ Upstream Kernel Changes ]
2301
2302 * rebase to v4.11-rc4
2303 - LP: #1591053
2304
2305 -- Tim Gardner <tim.gardner@canonical.com> Mon, 20 Mar 2017 05:15:32 -0600
2306
2307 linux (4.11.0-0.0) zesty; urgency=low
2308
2309 * dummy entry
2310
2311 -- Tim Gardner <tim.gardner@canonical.com> Mon, 20 Mar 2017 05:15:32 -0600