]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - debian.master/changelog
UBUNTU: Start new release
[mirror_ubuntu-bionic-kernel.git] / debian.master / changelog
1 linux (4.15.0-14.15) UNRELEASED; urgency=medium
2
3 CHANGELOG: Do not edit directly. Autogenerated at release.
4 CHANGELOG: Use the printchanges target to see the curent changes.
5 CHANGELOG: Use the insertchanges target to create the final log.
6
7 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Mon, 19 Mar 2018 09:04:17 -0300
8
9 linux (4.15.0-13.14) bionic; urgency=medium
10
11 * linux: 4.15.0-13.14 -proposed tracker (LP: #1756408)
12
13 * devpts: handle bind-mounts (LP: #1755857)
14 - SAUCE: devpts: hoist out check for DEVPTS_SUPER_MAGIC
15 - SAUCE: devpts: resolve devpts bind-mounts
16 - SAUCE: devpts: comment devpts_mntget()
17 - SAUCE: selftests: add devpts selftests
18
19 * [bionic][arm64] d-i: add hisi_sas_v3_hw to scsi-modules (LP: #1756103)
20 - d-i: add hisi_sas_v3_hw to scsi-modules
21
22 * [Bionic][ARM64] enable ROCE and HNS3 driver support for hip08 SoC
23 (LP: #1756097)
24 - RDMA/hns: Refactor eq code for hip06
25 - RDMA/hns: Add eq support of hip08
26 - RDMA/hns: Add detailed comments for mb() call
27 - RDMA/hns: Add rq inline data support for hip08 RoCE
28 - RDMA/hns: Update the usage of sr_max and rr_max field
29 - RDMA/hns: Set access flags of hip08 RoCE
30 - RDMA/hns: Filter for zero length of sge in hip08 kernel mode
31 - RDMA/hns: Fix QP state judgement before sending work requests
32 - RDMA/hns: Assign dest_qp when deregistering mr
33 - RDMA/hns: Fix endian problems around imm_data and rkey
34 - RDMA/hns: Assign the correct value for tx_cqn
35 - RDMA/hns: Create gsi qp in hip08
36 - RDMA/hns: Add gsi qp support for modifying qp in hip08
37 - RDMA/hns: Fill sq wqe context of ud type in hip08
38 - RDMA/hns: Assign zero for pkey_index of wc in hip08
39 - RDMA/hns: Update the verbs of polling for completion
40 - RDMA/hns: Set the guid for hip08 RoCE device
41 - net: hns3: Refactor of the reset interrupt handling logic
42 - net: hns3: Add reset service task for handling reset requests
43 - net: hns3: Refactors the requested reset & pending reset handling code
44 - net: hns3: Add HNS3 VF IMP(Integrated Management Proc) cmd interface
45 - net: hns3: Add mailbox support to VF driver
46 - net: hns3: Add HNS3 VF HCL(Hardware Compatibility Layer) Support
47 - net: hns3: Add HNS3 VF driver to kernel build framework
48 - net: hns3: Unified HNS3 {VF|PF} Ethernet Driver for hip08 SoC
49 - net: hns3: Add mailbox support to PF driver
50 - net: hns3: Change PF to add ring-vect binding & resetQ to mailbox
51 - net: hns3: Add mailbox interrupt handling to PF driver
52 - net: hns3: add support to query tqps number
53 - net: hns3: add support to modify tqps number
54 - net: hns3: change the returned tqp number by ethtool -x
55 - net: hns3: free the ring_data structrue when change tqps
56 - net: hns3: get rss_size_max from configuration but not hardcode
57 - net: hns3: add a mask initialization for mac_vlan table
58 - net: hns3: add vlan offload config command
59 - net: hns3: add ethtool related offload command
60 - net: hns3: add handling vlan tag offload in bd
61 - net: hns3: cleanup mac auto-negotiation state query
62 - net: hns3: fix for getting auto-negotiation state in hclge_get_autoneg
63 - net: hns3: add support for set_pauseparam
64 - net: hns3: add support to update flow control settings after autoneg
65 - net: hns3: add Asym Pause support to phy default features
66 - net: hns3: add support for querying advertised pause frame by ethtool ethx
67 - net: hns3: Increase the default depth of bucket for TM shaper
68 - net: hns3: change TM sched mode to TC-based mode when SRIOV enabled
69 - net: hns3: hns3_get_channels() can be static
70 - net: hns3: Add ethtool interface for vlan filter
71 - net: hns3: Disable VFs change rxvlan offload status
72 - net: hns3: Unify the strings display of packet statistics
73 - net: hns3: Fix spelling errors
74 - net: hns3: Remove repeat statistic of rx_errors
75 - net: hns3: Modify the update period of packet statistics
76 - net: hns3: Mask the packet statistics query when NIC is down
77 - net: hns3: Fix an error of total drop packet statistics
78 - net: hns3: Fix a loop index error of tqp statistics query
79 - net: hns3: Fix an error macro definition of HNS3_TQP_STAT
80 - net: hns3: Remove a useless member of struct hns3_stats
81 - net: hns3: Add packet statistics of netdev
82 - net: hns3: Fix a response data read error of tqp statistics query
83 - net: hns3: fix for updating fc_mode_last_time
84 - net: hns3: fix for setting MTU
85 - net: hns3: fix for changing MTU
86 - net: hns3: add MTU initialization for hardware
87 - net: hns3: fix for not setting pause parameters
88 - net: hns3: remove redundant semicolon
89 - net: hns3: Add more packet size statisctics
90 - Revert "net: hns3: Add packet statistics of netdev"
91 - net: hns3: report the function type the same line with hns3_nic_get_stats64
92 - net: hns3: add ethtool_ops.get_channels support for VF
93 - net: hns3: remove TSO config command from VF driver
94 - net: hns3: add ethtool_ops.get_coalesce support to PF
95 - net: hns3: add ethtool_ops.set_coalesce support to PF
96 - net: hns3: refactor interrupt coalescing init function
97 - net: hns3: refactor GL update function
98 - net: hns3: remove unused GL setup function
99 - net: hns3: change the unit of GL value macro
100 - net: hns3: add int_gl_idx setup for TX and RX queues
101 - net: hns3: add feature check when feature changed
102 - net: hns3: check for NULL function pointer in hns3_nic_set_features
103 - net: hns: Fix for variable may be used uninitialized warnings
104 - net: hns3: add support for get_regs
105 - net: hns3: add manager table initialization for hardware
106 - net: hns3: add ethtool -p support for fiber port
107 - net: hns3: add net status led support for fiber port
108 - net: hns3: converting spaces into tabs to avoid checkpatch.pl warning
109 - net: hns3: add get/set_coalesce support to VF
110 - net: hns3: add int_gl_idx setup for VF
111 - [Config]: enable CONFIG_HNS3_HCLGEVF as module.
112
113 * [Bionic][ARM64] add RAS extension and SDEI features (LP: #1756096)
114 - KVM: arm64: Store vcpu on the stack during __guest_enter()
115 - KVM: arm/arm64: Convert kvm_host_cpu_state to a static per-cpu allocation
116 - KVM: arm64: Change hyp_panic()s dependency on tpidr_el2
117 - arm64: alternatives: use tpidr_el2 on VHE hosts
118 - KVM: arm64: Stop save/restoring host tpidr_el1 on VHE
119 - Docs: dt: add devicetree binding for describing arm64 SDEI firmware
120 - firmware: arm_sdei: Add driver for Software Delegated Exceptions
121 - arm64: Add vmap_stack header file
122 - arm64: uaccess: Add PAN helper
123 - arm64: kernel: Add arch-specific SDEI entry code and CPU masking
124 - firmware: arm_sdei: Add support for CPU and system power states
125 - firmware: arm_sdei: add support for CPU private events
126 - arm64: acpi: Remove __init from acpi_psci_use_hvc() for use by SDEI
127 - firmware: arm_sdei: Discover SDEI support via ACPI
128 - arm64: sysreg: Move to use definitions for all the SCTLR bits
129 - arm64: cpufeature: Detect CPU RAS Extentions
130 - arm64: kernel: Survive corrected RAS errors notified by SError
131 - arm64: Unconditionally enable IESB on exception entry/return for firmware-
132 first
133 - arm64: kernel: Prepare for a DISR user
134 - KVM: arm/arm64: mask/unmask daif around VHE guests
135 - KVM: arm64: Set an impdef ESR for Virtual-SError using VSESR_EL2.
136 - KVM: arm64: Save/Restore guest DISR_EL1
137 - KVM: arm64: Save ESR_EL2 on guest SError
138 - KVM: arm64: Handle RAS SErrors from EL1 on guest exit
139 - KVM: arm64: Handle RAS SErrors from EL2 on guest exit
140 - KVM: arm64: Emulate RAS error registers and set HCR_EL2's TERR & TEA
141 - [Config]: enable RAS_EXTN and ARM_SDE_INTERFACE
142
143 * [Bionic][ARM64] PCI and SAS driver patches for hip08 SoCs (LP: #1756094)
144 - scsi: hisi_sas: fix dma_unmap_sg() parameter
145 - scsi: ata: enhance the definition of SET MAX feature field value
146 - scsi: hisi_sas: relocate clearing ITCT and freeing device
147 - scsi: hisi_sas: optimise port id refresh function
148 - scsi: hisi_sas: some optimizations of host controller reset
149 - scsi: hisi_sas: modify hisi_sas_dev_gone() for reset
150 - scsi: hisi_sas: add an mechanism to do reset work synchronously
151 - scsi: hisi_sas: change ncq process for v3 hw
152 - scsi: hisi_sas: add RAS feature for v3 hw
153 - scsi: hisi_sas: add some print to enhance debugging
154 - scsi: hisi_sas: improve int_chnl_int_v2_hw() consistency with v3 hw
155 - scsi: hisi_sas: add v2 hw port AXI error handling support
156 - scsi: hisi_sas: use an general way to delay PHY work
157 - scsi: hisi_sas: do link reset for some CHL_INT2 ints
158 - scsi: hisi_sas: judge result of internal abort
159 - scsi: hisi_sas: add internal abort dev in some places
160 - scsi: hisi_sas: fix SAS_QUEUE_FULL problem while running IO
161 - scsi: hisi_sas: re-add the lldd_port_deformed()
162 - scsi: hisi_sas: add v3 hw suspend and resume
163 - scsi: hisi_sas: Change frame type for SET MAX commands
164 - scsi: hisi_sas: make local symbol host_attrs static
165 - scsi: hisi_sas: fix a bug in hisi_sas_dev_gone()
166 - SAUCE: scsi: hisi_sas: config for hip08 ES
167 - SAUCE: scsi: hisi_sas: export device table of v3 hw to userspace
168 - PM / core: Add LEAVE_SUSPENDED driver flag
169 - PCI / PM: Support for LEAVE_SUSPENDED driver flag
170 - PCI/AER: Skip recovery callbacks for correctable errors from ACPI APEI
171 - PCI/ASPM: Calculate LTR_L1.2_THRESHOLD from device characteristics
172 - PCI/ASPM: Enable Latency Tolerance Reporting when supported
173 - PCI/ASPM: Unexport internal ASPM interfaces
174 - PCI: Make PCI_SCAN_ALL_PCIE_DEVS work for Root as well as Downstream Ports
175 - PCI/AER: Return error if AER is not supported
176 - PCI/DPC: Enable DPC only if AER is available
177
178 * [CVE] Spectre: System Z {kernel} UBUNTU18.04 (LP: #1754580)
179 - s390: scrub registers on kernel entry and KVM exit
180 - s390: add optimized array_index_mask_nospec
181 - s390/alternative: use a copy of the facility bit mask
182 - s390: add options to change branch prediction behaviour for the kernel
183 - s390: run user space and KVM guests with modified branch prediction
184 - s390: introduce execute-trampolines for branches
185 - s390: Replace IS_ENABLED(EXPOLINE_*) with IS_ENABLED(CONFIG_EXPOLINE_*)
186 - s390: do not bypass BPENTER for interrupt system calls
187 - s390/entry.S: fix spurious zeroing of r0
188
189 * s390/crypto: Fix kernel crash on aes_s390 module remove (LP: #1753424)
190 - SAUCE: s390/crypto: Fix kernel crash on aes_s390 module remove.
191
192 * [Feature]Update Ubuntu 18.04 lpfc FC driver with 32/64GB HBA support and bug
193 fixes (LP: #1752182)
194 - scsi: lpfc: FLOGI failures are reported when connected to a private loop.
195 - scsi: lpfc: Expand WQE capability of every NVME hardware queue
196 - scsi: lpfc: Handle XRI_ABORTED_CQE in soft IRQ
197 - scsi: lpfc: Fix NVME LS abort_xri
198 - scsi: lpfc: Raise maximum NVME sg list size for 256 elements
199 - scsi: lpfc: Driver fails to detect direct attach storage array
200 - scsi: lpfc: Fix display for debugfs queInfo
201 - scsi: lpfc: Adjust default value of lpfc_nvmet_mrq
202 - scsi: lpfc: Fix ndlp ref count for pt2pt mode issue RSCN
203 - scsi: lpfc: Linux LPFC driver does not process all RSCNs
204 - scsi: lpfc: correct port registrations with nvme_fc
205 - scsi: lpfc: Correct driver deregistrations with host nvme transport
206 - scsi: lpfc: Fix crash during driver unload with running nvme traffic
207 - scsi: lpfc: Fix driver handling of nvme resources during unload
208 - scsi: lpfc: small sg cnt cleanup
209 - scsi: lpfc: Fix random heartbeat timeouts during heavy IO
210 - scsi: lpfc: update driver version to 11.4.0.5
211 - scsi: lpfc: Fix -EOVERFLOW behavior for NVMET and defer_rcv
212 - scsi: lpfc: Fix receive PRLI handling
213 - scsi: lpfc: Increase SCSI CQ and WQ sizes.
214 - scsi: lpfc: Fix SCSI LUN discovery when SCSI and NVME enabled
215 - scsi: lpfc: Fix issues connecting with nvme initiator
216 - scsi: lpfc: Fix infinite wait when driver unregisters a remote NVME port.
217 - scsi: lpfc: Beef up stat counters for debug
218 - scsi: lpfc: update driver version to 11.4.0.6
219 - scsi: lpfc: correct sg_seg_cnt attribute min vs default
220 - scsi: scsi_transport_fc: fix typos on 64/128 GBit define names
221 - scsi: lpfc: don't dereference localport before it has been null checked
222 - scsi: lpfc: fix a couple of minor indentation issues
223 - treewide: Use DEVICE_ATTR_RW
224 - treewide: Use DEVICE_ATTR_RO
225 - treewide: Use DEVICE_ATTR_WO
226 - scsi: lpfc: Fix frequency of Release WQE CQEs
227 - scsi: lpfc: Increase CQ and WQ sizes for SCSI
228 - scsi: lpfc: move placement of target destroy on driver detach
229 - scsi: lpfc: correct debug counters for abort
230 - scsi: lpfc: Add WQ Full Logic for NVME Target
231 - scsi: lpfc: Fix PRLI handling when topology type changes
232 - scsi: lpfc: Fix IO failure during hba reset testing with nvme io.
233 - scsi: lpfc: Fix RQ empty firmware trap
234 - scsi: lpfc: Allow set of maximum outstanding SCSI cmd limit for a target
235 - scsi: lpfc: Fix soft lockup in lpfc worker thread during LIP testing
236 - scsi: lpfc: Fix issue_lip if link is disabled
237 - scsi: lpfc: Indicate CONF support in NVMe PRLI
238 - scsi: lpfc: Fix SCSI io host reset causing kernel crash
239 - scsi: lpfc: Validate adapter support for SRIU option
240 - scsi: lpfc: Fix header inclusion in lpfc_nvmet
241 - scsi: lpfc: Treat SCSI Write operation Underruns as an error
242 - scsi: lpfc: Fix nonrecovery of NVME controller after cable swap.
243 - scsi: lpfc: update driver version to 11.4.0.7
244 - scsi: lpfc: Update 11.4.0.7 modified files for 2018 Copyright
245 - scsi: lpfc: Rework lpfc to allow different sli4 cq and eq handlers
246 - scsi: lpfc: Rework sli4 doorbell infrastructure
247 - scsi: lpfc: Add SLI-4 if_type=6 support to the code base
248 - scsi: lpfc: Add push-to-adapter support to sli4
249 - scsi: lpfc: Add PCI Ids for if_type=6 hardware
250 - scsi: lpfc: Add 64G link speed support
251 - scsi: lpfc: Add if_type=6 support for cycling valid bits
252 - scsi: lpfc: Enable fw download on if_type=6 devices
253 - scsi: lpfc: Add embedded data pointers for enhanced performance
254 - scsi: lpfc: Fix nvme embedded io length on new hardware
255 - scsi: lpfc: Work around NVME cmd iu SGL type
256 - scsi: lpfc: update driver version to 12.0.0.0
257 - scsi: lpfc: Change Copyright of 12.0.0.0 modified files to 2018
258 - scsi: lpfc: use __raw_writeX on DPP copies
259 - scsi: lpfc: Add missing unlock in WQ full logic
260
261 * CVE-2018-8043
262 - net: phy: mdio-bcm-unimac: fix potential NULL dereference in
263 unimac_mdio_probe()
264
265 * Bionic update to 4.15.10 stable release (LP: #1756100)
266 - Revert "UBUNTU: SAUCE: ALSA: hda/realtek - Add support headset mode for DELL
267 WYSE"
268 - RDMA/ucma: Limit possible option size
269 - RDMA/ucma: Check that user doesn't overflow QP state
270 - RDMA/mlx5: Fix integer overflow while resizing CQ
271 - bpf: cpumap: use GFP_KERNEL instead of GFP_ATOMIC in __cpu_map_entry_alloc()
272 - IB/uverbs: Improve lockdep_check
273 - mac80211_hwsim: don't use WQ_MEM_RECLAIM
274 - net/smc: fix NULL pointer dereference on sock_create_kern() error path
275 - regulator: stm32-vrefbuf: fix check on ready flag
276 - drm/i915: Check for fused or unused pipes
277 - drm/i915/audio: fix check for av_enc_map overflow
278 - drm/i915: Fix rsvd2 mask when out-fence is returned
279 - drm/i915: Clear the in-use marker on execbuf failure
280 - drm/i915: Disable DC states around GMBUS on GLK
281 - drm/i915: Update watermark state correctly in sanitize_watermarks
282 - drm/i915: Try EDID bitbanging on HDMI after failed read
283 - drm/i915/perf: fix perf stream opening lock
284 - scsi: core: Avoid that ATA error handling can trigger a kernel hang or oops
285 - scsi: qla2xxx: Fix NULL pointer crash due to active timer for ABTS
286 - drm/i915: Always call to intel_display_set_init_power() in resume_early.
287 - workqueue: Allow retrieval of current task's work struct
288 - drm: Allow determining if current task is output poll worker
289 - drm/nouveau: Fix deadlock on runtime suspend
290 - drm/radeon: Fix deadlock on runtime suspend
291 - drm/amdgpu: Fix deadlock on runtime suspend
292 - drm/nouveau: prefer XBGR2101010 for addfb ioctl
293 - drm/amd/powerplay/smu7: allow mclk switching with no displays
294 - drm/amd/powerplay/vega10: allow mclk switching with no displays
295 - Revert "drm/radeon/pm: autoswitch power state when in balanced mode"
296 - drm/amd/display: check for ipp before calling cursor operations
297 - drm/radeon: insist on 32-bit DMA for Cedar on PPC64/PPC64LE
298 - drm/amd/powerplay: fix power over limit on Fiji
299 - drm/amd/display: Default HDMI6G support to true. Log VBIOS table error.
300 - drm/amdgpu: used cached pcie gen info for SI (v2)
301 - drm/amdgpu: Notify sbios device ready before send request
302 - drm/radeon: fix KV harvesting
303 - drm/amdgpu: fix KV harvesting
304 - drm/amdgpu:Correct max uvd handles
305 - drm/amdgpu:Always save uvd vcpu_bo in VM Mode
306 - ovl: redirect_dir=nofollow should not follow redirect for opaque lower
307 - MIPS: BMIPS: Do not mask IPIs during suspend
308 - MIPS: ath25: Check for kzalloc allocation failure
309 - MIPS: OCTEON: irq: Check for null return on kzalloc allocation
310 - PCI: dwc: Fix enumeration end when reaching root subordinate
311 - Input: matrix_keypad - fix race when disabling interrupts
312 - Revert "Input: synaptics - Lenovo Thinkpad T460p devices should use RMI"
313 - bug: use %pB in BUG and stack protector failure
314 - lib/bug.c: exclude non-BUG/WARN exceptions from report_bug()
315 - mm/memblock.c: hardcode the end_pfn being -1
316 - Documentation/sphinx: Fix Directive import error
317 - loop: Fix lost writes caused by missing flag
318 - virtio_ring: fix num_free handling in error case
319 - KVM: s390: fix memory overwrites when not using SCA entries
320 - arm64: mm: fix thinko in non-global page table attribute check
321 - IB/core: Fix missing RDMA cgroups release in case of failure to register
322 device
323 - Revert "nvme: create 'slaves' and 'holders' entries for hidden controllers"
324 - kbuild: Handle builtin dtb file names containing hyphens
325 - dm bufio: avoid false-positive Wmaybe-uninitialized warning
326 - IB/mlx5: Fix incorrect size of klms in the memory region
327 - bcache: fix crashes in duplicate cache device register
328 - bcache: don't attach backing with duplicate UUID
329 - x86/MCE: Save microcode revision in machine check records
330 - x86/MCE: Serialize sysfs changes
331 - perf tools: Fix trigger class trigger_on()
332 - x86/spectre_v2: Don't check microcode versions when running under
333 hypervisors
334 - ALSA: hda/realtek - Add support headset mode for DELL WYSE
335 - ALSA: hda/realtek - Add headset mode support for Dell laptop
336 - ALSA: hda/realtek: Limit mic boost on T480
337 - ALSA: hda/realtek - Fix dock line-out volume on Dell Precision 7520
338 - ALSA: hda/realtek - Make dock sound work on ThinkPad L570
339 - ALSA: seq: More protection for concurrent write and ioctl races
340 - ALSA: hda: add dock and led support for HP EliteBook 820 G3
341 - ALSA: hda: add dock and led support for HP ProBook 640 G2
342 - scsi: qla2xxx: Fix NULL pointer crash due to probe failure
343 - scsi: qla2xxx: Fix recursion while sending terminate exchange
344 - dt-bindings: Document mti,mips-cpc binding
345 - MIPS: CPC: Map registers using DT in mips_cpc_default_phys_base()
346 - nospec: Kill array_index_nospec_mask_check()
347 - nospec: Include <asm/barrier.h> dependency
348 - x86/entry: Reduce the code footprint of the 'idtentry' macro
349 - x86/entry/64: Use 'xorl' for faster register clearing
350 - x86/mm: Remove stale comment about KMEMCHECK
351 - x86/asm: Improve how GEN_*_SUFFIXED_RMWcc() specify clobbers
352 - x86/IO-APIC: Avoid warning in 32-bit builds
353 - x86/LDT: Avoid warning in 32-bit builds with older gcc
354 - x86-64/realmode: Add instruction suffix
355 - Revert "x86/retpoline: Simplify vmexit_fill_RSB()"
356 - x86/speculation: Use IBRS if available before calling into firmware
357 - x86/retpoline: Support retpoline builds with Clang
358 - x86/speculation, objtool: Annotate indirect calls/jumps for objtool
359 - x86/speculation: Move firmware_restrict_branch_speculation_*() from C to CPP
360 - x86/paravirt, objtool: Annotate indirect calls
361 - x86/boot, objtool: Annotate indirect jump in secondary_startup_64()
362 - x86/mm/sme, objtool: Annotate indirect call in sme_encrypt_execute()
363 - objtool: Use existing global variables for options
364 - objtool: Add retpoline validation
365 - objtool: Add module specific retpoline rules
366 - objtool, retpolines: Integrate objtool with retpoline support more closely
367 - objtool: Fix another switch table detection issue
368 - objtool: Fix 32-bit build
369 - x86/kprobes: Fix kernel crash when probing .entry_trampoline code
370 - watchdog: hpwdt: SMBIOS check
371 - watchdog: hpwdt: Check source of NMI
372 - watchdog: hpwdt: fix unused variable warning
373 - watchdog: hpwdt: Remove legacy NMI sourcing.
374 - netfilter: add back stackpointer size checks
375 - netfilter: ipt_CLUSTERIP: fix a race condition of proc file creation
376 - netfilter: xt_hashlimit: fix lock imbalance
377 - netfilter: x_tables: fix missing timer initialization in xt_LED
378 - netfilter: nat: cope with negative port range
379 - netfilter: IDLETIMER: be syzkaller friendly
380 - netfilter: ebtables: CONFIG_COMPAT: don't trust userland offsets
381 - netfilter: bridge: ebt_among: add missing match size checks
382 - netfilter: ipv6: fix use-after-free Write in nf_nat_ipv6_manip_pkt
383 - netfilter: use skb_to_full_sk in ip6_route_me_harder
384 - tpm_tis: Move ilb_base_addr to tpm_tis_data
385 - tpm: Keep CLKRUN enabled throughout the duration of transmit_cmd()
386 - tpm: delete the TPM_TIS_CLK_ENABLE flag
387 - tpm: remove unused variables
388 - tpm: only attempt to disable the LPC CLKRUN if is already enabled
389 - x86/xen: Calculate __max_logical_packages on PV domains
390 - scsi: qla2xxx: Fix system crash for Notify ack timeout handling
391 - scsi: qla2xxx: Fix gpnid error processing
392 - scsi: qla2xxx: Move session delete to driver work queue
393 - scsi: qla2xxx: Skip IRQ affinity for Target QPairs
394 - scsi: qla2xxx: Fix re-login for Nport Handle in use
395 - scsi: qla2xxx: Retry switch command on time out
396 - scsi: qla2xxx: Serialize GPNID for multiple RSCN
397 - scsi: qla2xxx: Fix login state machine stuck at GPDB
398 - scsi: qla2xxx: Fix NPIV host cleanup in target mode
399 - scsi: qla2xxx: Relogin to target port on a cable swap
400 - scsi: qla2xxx: Fix Relogin being triggered too fast
401 - scsi: qla2xxx: Fix PRLI state check
402 - scsi: qla2xxx: Fix abort command deadlock due to spinlock
403 - scsi: qla2xxx: Replace fcport alloc with qla2x00_alloc_fcport
404 - scsi: qla2xxx: Fix scan state field for fcport
405 - scsi: qla2xxx: Clear loop id after delete
406 - scsi: qla2xxx: Defer processing of GS IOCB calls
407 - scsi: qla2xxx: Remove aborting ELS IOCB call issued as part of timeout.
408 - scsi: qla2xxx: Fix system crash in qlt_plogi_ack_unref
409 - scsi: qla2xxx: Fix memory leak in dual/target mode
410 - NFS: Fix an incorrect type in struct nfs_direct_req
411 - pNFS: Prevent the layout header refcount going to zero in pnfs_roc()
412 - NFS: Fix unstable write completion
413 - Linux 4.15.10
414
415 * Bionic update to 4.15.10 stable release (LP: #1756100) // CVE-2018-1000004.
416 - ALSA: seq: Don't allow resizing pool in use
417
418 * nfp: prioritize stats updates (LP: #1752061)
419 - nfp: flower: prioritize stats updates
420
421 * Ubuntu 18.04 - Kernel crash on nvme subsystem-reset /dev/nvme0 (Bolt / NVMe)
422 (LP: #1753371)
423 - nvme-pci: Fix EEH failure on ppc
424
425 * sbsa watchdog crashes thunderx2 system (LP: #1755595)
426 - watchdog: sbsa: use 32-bit read for WCV
427
428 * KVM: s390: add vcpu stat counters for many instruction (LP: #1755132)
429 - KVM: s390: diagnoses are instructions as well
430 - KVM: s390: add vcpu stat counters for many instruction
431
432 * CIFS SMB2/SMB3 does not work for domain based DFS (LP: #1747572)
433 - CIFS: make IPC a regular tcon
434 - CIFS: use tcon_ipc instead of use_ipc parameter of SMB2_ioctl
435 - CIFS: dump IPC tcon in debug proc file
436
437 * i2c-thunderx: erroneous error message "unhandled state: 0" (LP: #1754076)
438 - i2c: octeon: Prevent error message on bus error
439
440 * Boston-LC:bos1u1: Stress test on Qlogic Fibre Channel on Ubuntu KVM guest
441 that caused KVM host crashed in qlt_free_session_done call (LP: #1750441)
442 - scsi: qla2xxx: Fix memory corruption during hba reset test
443
444 * Ubuntu 18.04 - Performance: Radix page fault handler bug in KVM
445 (LP: #1752236)
446 - KVM: PPC: Book3S HV: Fix handling of large pages in radix page fault handler
447
448 * Fix ARC hit rate (LP: #1755158)
449 - SAUCE: Fix ARC hit rate (LP: #1755158)
450
451 * Bionic update to 4.15.9 stable release (LP: #1755275)
452 - bpf: fix mlock precharge on arraymaps
453 - bpf: fix memory leak in lpm_trie map_free callback function
454 - bpf: fix rcu lockdep warning for lpm_trie map_free callback
455 - bpf, x64: implement retpoline for tail call
456 - bpf, arm64: fix out of bounds access in tail call
457 - bpf: add schedule points in percpu arrays management
458 - bpf: allow xadd only on aligned memory
459 - bpf, ppc64: fix out of bounds access in tail call
460 - scsi: mpt3sas: fix oops in error handlers after shutdown/unload
461 - scsi: mpt3sas: wait for and flush running commands on shutdown/unload
462 - KVM: x86: fix backward migration with async_PF
463 - Linux 4.15.9
464
465 * Bionic update to 4.15.8 stable release (LP: #1755179)
466 - hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)
467 - ipmi_si: Fix error handling of platform device
468 - platform/x86: dell-laptop: Allocate buffer on heap rather than globally
469 - powerpc/pseries: Enable RAS hotplug events later
470 - Bluetooth: btusb: Use DMI matching for QCA reset_resume quirking
471 - ixgbe: fix crash in build_skb Rx code path
472 - tpm: st33zp24: fix potential buffer overruns caused by bit glitches on the
473 bus
474 - tpm: fix potential buffer overruns caused by bit glitches on the bus
475 - tpm_i2c_infineon: fix potential buffer overruns caused by bit glitches on
476 the bus
477 - tpm_i2c_nuvoton: fix potential buffer overruns caused by bit glitches on the
478 bus
479 - tpm_tis: fix potential buffer overruns caused by bit glitches on the bus
480 - ALSA: usb-audio: Add a quirck for B&W PX headphones
481 - ALSA: control: Fix memory corruption risk in snd_ctl_elem_read
482 - ALSA: x86: Fix missing spinlock and mutex initializations
483 - ALSA: hda: Add a power_save blacklist
484 - ALSA: hda - Fix pincfg at resume on Lenovo T470 dock
485 - mmc: sdhci-pci: Fix S0i3 for Intel BYT-based controllers
486 - mmc: dw_mmc-k3: Fix out-of-bounds access through DT alias
487 - mmc: dw_mmc: Avoid accessing registers in runtime suspended state
488 - mmc: dw_mmc: Factor out dw_mci_init_slot_caps
489 - mmc: dw_mmc: Fix out-of-bounds access for slot's caps
490 - timers: Forward timer base before migrating timers
491 - parisc: Use cr16 interval timers unconditionally on qemu
492 - parisc: Reduce irq overhead when run in qemu
493 - parisc: Fix ordering of cache and TLB flushes
494 - parisc: Hide virtual kernel memory layout
495 - btrfs: use proper endianness accessors for super_copy
496 - block: fix the count of PGPGOUT for WRITE_SAME
497 - block: kyber: fix domain token leak during requeue
498 - block: pass inclusive 'lend' parameter to truncate_inode_pages_range
499 - vfio: disable filesystem-dax page pinning
500 - cpufreq: s3c24xx: Fix broken s3c_cpufreq_init()
501 - dax: fix vma_is_fsdax() helper
502 - direct-io: Fix sleep in atomic due to sync AIO
503 - x86/xen: Zero MSR_IA32_SPEC_CTRL before suspend
504 - x86/platform/intel-mid: Handle Intel Edison reboot correctly
505 - x86/cpu_entry_area: Sync cpu_entry_area to initial_page_table
506 - bridge: check brport attr show in brport_show
507 - fib_semantics: Don't match route with mismatching tclassid
508 - hdlc_ppp: carrier detect ok, don't turn off negotiation
509 - ipv6 sit: work around bogus gcc-8 -Wrestrict warning
510 - net: amd-xgbe: fix comparison to bitshift when dealing with a mask
511 - net: ethernet: ti: cpsw: fix net watchdog timeout
512 - net: fix race on decreasing number of TX queues
513 - net: ipv4: don't allow setting net.ipv4.route.min_pmtu below 68
514 - netlink: ensure to loop over all netns in genlmsg_multicast_allns()
515 - net: sched: report if filter is too large to dump
516 - ppp: prevent unregistered channels from connecting to PPP units
517 - sctp: verify size of a new chunk in _sctp_make_chunk()
518 - udplite: fix partial checksum initialization
519 - net/mlx5e: Fix TCP checksum in LRO buffers
520 - sctp: fix dst refcnt leak in sctp_v4_get_dst
521 - mlxsw: spectrum_switchdev: Check success of FDB add operation
522 - net/mlx5e: Specify numa node when allocating drop rq
523 - net: phy: fix phy_start to consider PHY_IGNORE_INTERRUPT
524 - tcp: Honor the eor bit in tcp_mtu_probe
525 - rxrpc: Fix send in rxrpc_send_data_packet()
526 - tcp_bbr: better deal with suboptimal GSO
527 - doc: Change the min default value of tcp_wmem/tcp_rmem.
528 - net/mlx5e: Fix loopback self test when GRO is off
529 - net_sched: gen_estimator: fix broken estimators based on percpu stats
530 - net/sched: cls_u32: fix cls_u32 on filter replace
531 - sctp: do not pr_err for the duplicated node in transport rhlist
532 - mlxsw: spectrum_router: Fix error path in mlxsw_sp_vr_create
533 - net: ipv4: Set addr_type in hash_keys for forwarded case
534 - sctp: fix dst refcnt leak in sctp_v6_get_dst()
535 - bridge: Fix VLAN reference count problem
536 - net/mlx5e: Verify inline header size do not exceed SKB linear size
537 - tls: Use correct sk->sk_prot for IPV6
538 - amd-xgbe: Restore PCI interrupt enablement setting on resume
539 - cls_u32: fix use after free in u32_destroy_key()
540 - mlxsw: spectrum_router: Do not unconditionally clear route offload
541 indication
542 - netlink: put module reference if dump start fails
543 - tcp: purge write queue upon RST
544 - tuntap: correctly add the missing XDP flush
545 - tuntap: disable preemption during XDP processing
546 - virtio-net: disable NAPI only when enabled during XDP set
547 - cxgb4: fix trailing zero in CIM LA dump
548 - net/mlx5: Fix error handling when adding flow rules
549 - net: phy: Restore phy_resume() locking assumption
550 - tcp: tracepoint: only call trace_tcp_send_reset with full socket
551 - l2tp: don't use inet_shutdown on tunnel destroy
552 - l2tp: don't use inet_shutdown on ppp session destroy
553 - l2tp: fix races with tunnel socket close
554 - l2tp: fix race in pppol2tp_release with session object destroy
555 - l2tp: fix tunnel lookup use-after-free race
556 - s390/qeth: fix underestimated count of buffer elements
557 - s390/qeth: fix SETIP command handling
558 - s390/qeth: fix overestimated count of buffer elements
559 - s390/qeth: fix IP removal on offline cards
560 - s390/qeth: fix double-free on IP add/remove race
561 - Revert "s390/qeth: fix using of ref counter for rxip addresses"
562 - s390/qeth: fix IP address lookup for L3 devices
563 - s390/qeth: fix IPA command submission race
564 - tcp: revert F-RTO middle-box workaround
565 - tcp: revert F-RTO extension to detect more spurious timeouts
566 - blk-mq: don't call io sched's .requeue_request when requeueing rq to
567 ->dispatch
568 - media: m88ds3103: don't call a non-initalized function
569 - EDAC, sb_edac: Fix out of bound writes during DIMM configuration on KNL
570 - KVM: s390: take care of clock-comparator sign control
571 - KVM: s390: provide only a single function for setting the tod (fix SCK)
572 - KVM: s390: consider epoch index on hotplugged CPUs
573 - KVM: s390: consider epoch index on TOD clock syncs
574 - nospec: Allow index argument to have const-qualified type
575 - x86/mm: Fix {pmd,pud}_{set,clear}_flags()
576 - ARM: orion: fix orion_ge00_switch_board_info initialization
577 - ARM: dts: rockchip: Remove 1.8 GHz operation point from phycore som
578 - ARM: mvebu: Fix broken PL310_ERRATA_753970 selects
579 - ARM: kvm: fix building with gcc-8
580 - KVM: X86: Fix SMRAM accessing even if VM is shutdown
581 - KVM: mmu: Fix overlap between public and private memslots
582 - KVM/x86: Remove indirect MSR op calls from SPEC_CTRL
583 - KVM: x86: move LAPIC initialization after VMCS creation
584 - KVM/VMX: Optimize vmx_vcpu_run() and svm_vcpu_run() by marking the RDMSR
585 path as unlikely()
586 - KVM: x86: fix vcpu initialization with userspace lapic
587 - KVM/x86: remove WARN_ON() for when vm_munmap() fails
588 - ACPI / bus: Parse tables as term_list for Dell XPS 9570 and Precision M5530
589 - ARM: dts: LogicPD SOM-LV: Fix I2C1 pinmux
590 - ARM: dts: LogicPD Torpedo: Fix I2C1 pinmux
591 - powerpc/64s/radix: Boot-time NULL pointer protection using a guard-PID
592 - md: only allow remove_and_add_spares when no sync_thread running.
593 - platform/x86: dell-laptop: fix kbd_get_state's request value
594 - Linux 4.15.8
595
596 * ZFS setgid broken on 0.7 (LP: #1753288)
597 - SAUCE: Fix ZFS setgid
598
599 * /proc/kallsyms prints "(null)" for null addresses in 4.15 (LP: #1754297)
600 - vsprintf: avoid misleading "(null)" for %px
601
602 * Miscellaneous Ubuntu changes
603 - d-i: Add netsec to nic-modules
604 - [Config] fix up retpoline abi files
605 - [Config] set NOBP and expoline options for s390
606
607 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Fri, 16 Mar 2018 14:49:27 -0300
608
609 linux (4.15.0-12.13) bionic; urgency=medium
610
611 * linux: 4.15.0-12.13 -proposed tracker (LP: #1754059)
612
613 * CONFIG_EFI=y on armhf (LP: #1726362)
614 - [Config] CONFIG_EFI=y on armhf, reconcile secureboot EFI settings
615
616 * ppc64el: Support firmware disable of RFI flush (LP: #1751994)
617 - powerpc/pseries: Support firmware disable of RFI flush
618 - powerpc/powernv: Support firmware disable of RFI flush
619
620 * [Feature] CFL/CNL (PCH:CNP-H): New GPIO Commit added (GPIO Driver needed)
621 (LP: #1751714)
622 - gpio / ACPI: Drop unnecessary ACPI GPIO to Linux GPIO translation
623 - pinctrl: intel: Allow custom GPIO base for pad groups
624 - pinctrl: cannonlake: Align GPIO number space with Windows
625
626 * [Feature] Add xHCI debug device support in the driver (LP: #1730832)
627 - usb: xhci: Make some static functions global
628 - usb: xhci: Add DbC support in xHCI driver
629 - [Config] USB_XHCI_DBGCAP=y for commit mainline dfba2174dc42.
630
631 * [SRU] Lenovo E41 Mic mute hotkey is not responding (LP: #1753347)
632 - platform/x86: ideapad-laptop: Increase timeout to wait for EC answer
633
634 * headset mic can't be detected on two Dell machines (LP: #1748807)
635 - ALSA: hda - Fix a wrong FIXUP for alc289 on Dell machines
636
637 * hisi_sas: Add disk LED support (LP: #1752695)
638 - scsi: hisi_sas: directly attached disk LED feature for v2 hw
639
640 * [Feature] [Graphics]Whiskey Lake (Coffelake-U 4+2) new PCI Device ID adds
641 (LP: #1742561)
642 - drm/i915/cfl: Adding more Coffee Lake PCI IDs.
643
644 * [Bug] [USB Function][CFL-CNL PCH]Stall Error and USB Transaction Error in
645 trace, Disable of device-initiated U1/U2 failed and rebind failed: -517
646 during suspend/resume with usb storage. (LP: #1730599)
647 - usb: Don't print a warning if interface driver rebind is deferred at resume
648
649 * retpoline: ignore %cs:0xNNN constant indirections (LP: #1752655)
650 - [Packaging] retpoline -- elide %cs:0xNNNN constants on i386
651 - [Config] retpoline -- clean up i386 retpoline files
652
653 * hisilicon hibmc regression due to ea642c3216cb ("drm/ttm: add io_mem_pfn
654 callback") (LP: #1738334)
655 - drm/ttm: add ttm_bo_io_mem_pfn to check io_mem_pfn
656
657 * [Asus UX360UA] battery status in unity-panel is not changing when battery is
658 being charged (LP: #1661876) // AC adapter status not detected on Asus
659 ZenBook UX410UAK (LP: #1745032)
660 - ACPI / battery: Add quirk for Asus UX360UA and UX410UAK
661
662 * ASUS UX305LA - Battery state not detected correctly (LP: #1482390)
663 - ACPI / battery: Add quirk for Asus GL502VSK and UX305LA
664
665 * [18.04 FEAT] Automatically detect layer2 setting in the qeth device driver
666 (LP: #1747639)
667 - s390/diag: add diag26c support for VNIC info
668 - s390/qeth: support early setup for z/VM NICs
669
670 * Bionic update to v4.15.7 stable release (LP: #1752317)
671 - netfilter: drop outermost socket lock in getsockopt()
672 - arm64: mm: don't write garbage into TTBR1_EL1 register
673 - kconfig.h: Include compiler types to avoid missed struct attributes
674 - MIPS: boot: Define __ASSEMBLY__ for its.S build
675 - xtensa: fix high memory/reserved memory collision
676 - scsi: ibmvfc: fix misdefined reserved field in ibmvfc_fcp_rsp_info
677 - MIPS: Drop spurious __unused in struct compat_flock
678 - cfg80211: fix cfg80211_beacon_dup
679 - i2c: designware: must wait for enable
680 - i2c: bcm2835: Set up the rising/falling edge delays
681 - X.509: fix BUG_ON() when hash algorithm is unsupported
682 - X.509: fix NULL dereference when restricting key with unsupported_sig
683 - PKCS#7: fix certificate chain verification
684 - PKCS#7: fix certificate blacklisting
685 - extcon: int3496: process id-pin first so that we start with the right status
686 - genirq/matrix: Handle CPU offlining proper
687 - RDMA/uverbs: Protect from races between lookup and destroy of uobjects
688 - RDMA/uverbs: Protect from command mask overflow
689 - RDMA/uverbs: Fix bad unlock balance in ib_uverbs_close_xrcd
690 - RDMA/uverbs: Fix circular locking dependency
691 - RDMA/uverbs: Sanitize user entered port numbers prior to access it
692 - iio: adc: stm32: fix stm32h7_adc_enable error handling
693 - iio: srf08: fix link error "devm_iio_triggered_buffer_setup" undefined
694 - iio: buffer: check if a buffer has been set up when poll is called
695 - iio: adis_lib: Initialize trigger before requesting interrupt
696 - Kbuild: always define endianess in kconfig.h
697 - x86/apic/vector: Handle vector release on CPU unplug correctly
698 - x86/oprofile: Fix bogus GCC-8 warning in nmi_setup()
699 - mm, swap, frontswap: fix THP swap if frontswap enabled
700 - mm: don't defer struct page initialization for Xen pv guests
701 - uapi/if_ether.h: move __UAPI_DEF_ETHHDR libc define
702 - irqchip/gic-v3: Use wmb() instead of smb_wmb() in gic_raise_softirq()
703 - irqchip/mips-gic: Avoid spuriously handling masked interrupts
704 - PCI/cxgb4: Extend T3 PCI quirk to T4+ devices
705 - net: thunderbolt: Tear down connection properly on suspend
706 - net: thunderbolt: Run disconnect flow asynchronously when logout is received
707 - ohci-hcd: Fix race condition caused by ohci_urb_enqueue() and
708 io_watchdog_func()
709 - usb: ohci: Proper handling of ed_rm_list to handle race condition between
710 usb_kill_urb() and finish_unlinks()
711 - arm64: Remove unimplemented syscall log message
712 - arm64: Disable unhandled signal log messages by default
713 - arm64: cpufeature: Fix CTR_EL0 field definitions
714 - Add delay-init quirk for Corsair K70 RGB keyboards
715 - usb: host: ehci: use correct device pointer for dma ops
716 - usb: dwc3: gadget: Set maxpacket size for ep0 IN
717 - usb: dwc3: ep0: Reset TRB counter for ep0 IN
718 - usb: phy: mxs: Fix NULL pointer dereference on i.MX23/28
719 - usb: ldusb: add PIDs for new CASSY devices supported by this driver
720 - Revert "usb: musb: host: don't start next rx urb if current one failed"
721 - usb: gadget: f_fs: Process all descriptors during bind
722 - usb: gadget: f_fs: Use config_ep_by_speed()
723 - usb: renesas_usbhs: missed the "running" flag in usb_dmac with rx path
724 - drm/cirrus: Load lut in crtc_commit
725 - drm/atomic: Fix memleak on ERESTARTSYS during non-blocking commits
726 - drm: Handle unexpected holes in color-eviction
727 - drm/amdgpu: disable MMHUB power gating on raven
728 - drm/amdgpu: fix VA hole handling on Vega10 v3
729 - drm/amdgpu: Add dpm quirk for Jet PRO (v2)
730 - drm/amdgpu: only check mmBIF_IOV_FUNC_IDENTIFIER on tonga/fiji
731 - drm/amdgpu: Avoid leaking PM domain on driver unbind (v2)
732 - drm/amdgpu: add new device to use atpx quirk
733 - arm64: __show_regs: Only resolve kernel symbols when running at EL1
734 - drm/i915/breadcrumbs: Ignore unsubmitted signalers
735 - microblaze: fix endian handling
736 - Linux 4.15.7
737
738 * [regression] Colour banding and artefacts appear system-wide on an Asus
739 Zenbook UX303LA with Intel HD 4400 graphics (LP: #1749420) // Bionic update
740 to v4.15.7 stable release (LP: #1752317)
741 - drm/edid: Add 6 bpc quirk for CPT panel in Asus UX303LA
742
743 * errors with sas hotplug (LP: #1752146)
744 - scsi: libsas: fix memory leak in sas_smp_get_phy_events()
745 - scsi: libsas: fix error when getting phy events
746 - scsi: libsas: initialize sas_phy status according to response of DISCOVER
747 - scsi: libsas: Use dynamic alloced work to avoid sas event lost
748 - scsi: libsas: shut down the PHY if events reached the threshold
749 - scsi: libsas: make the event threshold configurable
750 - scsi: libsas: Use new workqueue to run sas event and disco event
751 - scsi: libsas: use flush_workqueue to process disco events synchronously
752 - scsi: libsas: direct call probe and destruct
753 - scsi: libsas: notify event PORTE_BROADCAST_RCVD in sas_enable_revalidation()
754
755 * rtnetlink: enable namespace identifying properties in rtnetlink requests
756 (LP: #1748232)
757 - rtnetlink: enable IFLA_IF_NETNSID in do_setlink()
758 - rtnetlink: enable IFLA_IF_NETNSID for RTM_SETLINK
759 - rtnetlink: enable IFLA_IF_NETNSID for RTM_DELLINK
760 - rtnetlink: enable IFLA_IF_NETNSID for RTM_NEWLINK
761 - rtnetlink: remove check for IFLA_IF_NETNSID
762 - rtnetlink: require unique netns identifier
763
764 * Bionic update to v4.15.6 stable release (LP: #1752119)
765 - tun: fix tun_napi_alloc_frags() frag allocator
766 - ptr_ring: fail early if queue occupies more than KMALLOC_MAX_SIZE
767 - ptr_ring: try vmalloc() when kmalloc() fails
768 - selinux: ensure the context is NUL terminated in
769 security_context_to_sid_core()
770 - selinux: skip bounded transition processing if the policy isn't loaded
771 - media: pvrusb2: properly check endpoint types
772 - crypto: x86/twofish-3way - Fix %rbp usage
773 - staging: android: ion: Add __GFP_NOWARN for system contig heap
774 - staging: android: ion: Switch from WARN to pr_warn
775 - blk_rq_map_user_iov: fix error override
776 - KVM: x86: fix escape of guest dr6 to the host
777 - kcov: detect double association with a single task
778 - netfilter: x_tables: fix int overflow in xt_alloc_table_info()
779 - netfilter: x_tables: avoid out-of-bounds reads in
780 xt_request_find_{match|target}
781 - netfilter: ipt_CLUSTERIP: fix out-of-bounds accesses in clusterip_tg_check()
782 - netfilter: on sockopt() acquire sock lock only in the required scope
783 - netfilter: xt_cgroup: initialize info->priv in cgroup_mt_check_v1()
784 - netfilter: xt_RATEEST: acquire xt_rateest_mutex for hash insert
785 - rds: tcp: correctly sequence cleanup on netns deletion.
786 - rds: tcp: atomically purge entries from rds_tcp_conn_list during netns
787 delete
788 - net: avoid skb_warn_bad_offload on IS_ERR
789 - net_sched: gen_estimator: fix lockdep splat
790 - soc: qcom: rmtfs_mem: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
791 - ASoC: ux500: add MODULE_LICENSE tag
792 - video: fbdev/mmp: add MODULE_LICENSE
793 - ARM: 8743/1: bL_switcher: add MODULE_LICENSE tag
794 - arm64: dts: add #cooling-cells to CPU nodes
795 - dn_getsockoptdecnet: move nf_{get/set}sockopt outside sock lock
796 - ANDROID: binder: remove WARN() for redundant txn error
797 - ANDROID: binder: synchronize_rcu() when using POLLFREE.
798 - staging: android: ashmem: Fix a race condition in pin ioctls
799 - binder: check for binder_thread allocation failure in binder_poll()
800 - binder: replace "%p" with "%pK"
801 - staging: fsl-mc: fix build testing on x86
802 - staging: iio: adc: ad7192: fix external frequency setting
803 - staging: iio: ad5933: switch buffer mode to software
804 - xhci: Fix NULL pointer in xhci debugfs
805 - xhci: Fix xhci debugfs devices node disappearance after hibernation
806 - xhci: xhci debugfs device nodes weren't removed after device plugged out
807 - xhci: fix xhci debugfs errors in xhci_stop
808 - usbip: keep usbip_device sockfd state in sync with tcp_socket
809 - crypto: s5p-sss - Fix kernel Oops in AES-ECB mode
810 - mei: me: add cannon point device ids
811 - mei: me: add cannon point device ids for 4th device
812 - vmalloc: fix __GFP_HIGHMEM usage for vmalloc_32 on 32b systems
813 - Linux 4.15.6
814
815 * Unable to insert test_bpf module on Bionic s390x (LP: #1751234)
816 - bpf: fix selftests/bpf test_kmod.sh failure when CONFIG_BPF_JIT_ALWAYS_ON=y
817
818 * [Ubuntu 18.04 FEAT] OpenCAPI enabling (LP: #1746988)
819 - powerpc/powernv: Introduce new PHB type for opencapi links
820 - powerpc/powernv: Set correct configuration space size for opencapi devices
821 - powerpc/powernv: Add opal calls for opencapi
822 - powerpc/powernv: Add platform-specific services for opencapi
823 - powerpc/powernv: Capture actag information for the device
824 - ocxl: Driver code for 'generic' opencapi devices
825 - ocxl: Add AFU interrupt support
826 - ocxl: Add a kernel API for other opencapi drivers
827 - ocxl: Add trace points
828 - ocxl: Add Makefile and Kconfig
829 - [Config] CONFIG_OCXL=m for ppc64el
830 - cxl: Remove support for "Processing accelerators" class
831 - ocxl: Documentation
832 - ocxl: add MAINTAINERS entry
833 - cxl: Add support for ASB_Notify on POWER9
834
835 * Request to update 18.04 kernel aacraid to upstream 4.16 version
836 (LP: #1746801)
837 - scsi: aacraid: remove unused variable managed_request_id
838 - scsi: aacraid: Do not attempt abort when Fw panicked
839 - scsi: aacraid: Do not remove offlined devices
840 - scsi: aacraid: Fix ioctl reset hang
841 - scsi: aacraid: Allow reset_host sysfs var to recover Panicked Fw
842 - scsi: aacraid: Refactor reset_host store function
843 - scsi: aacraid: Move code to wait for IO completion to shutdown func
844 - scsi: aacraid: Create bmic submission function from bmic identify
845 - scsi: aacraid: Change phy luns function to use common bmic function
846 - scsi: aacraid: Refactor and rename to make mirror existing changes
847 - scsi: aacraid: Add target setup helper function
848 - scsi: aacraid: Untangle targets setup from report phy luns
849 - scsi: aacraid: Move function around to match existing code
850 - scsi: aacraid: Create helper functions to get lun info
851 - scsi: aacraid: Save bmic phy information for each phy
852 - scsi: aacraid: Add helper function to set queue depth
853 - scsi: aacraid: Merge func to get container information
854 - scsi: aacraid: Process hba and container hot plug events in single function
855 - scsi: aacraid: Added macros to help loop through known buses and targets
856 - scsi: aacraid: Refactor resolve luns code and scsi functions
857 - scsi: aacraid: Merge adapter setup with resolve luns
858 - scsi: aacraid: Block concurrent hotplug event handling
859 - scsi: aacraid: Use hotplug handling function in place of scsi_scan_host
860 - scsi: aacraid: Reschedule host scan in case of failure
861 - scsi: aacraid: Fix hang while scanning in eh recovery
862 - scsi: aacraid: Skip schedule rescan in case of kdump
863 - scsi: aacraid: Remove unused rescan variable
864 - scsi: aacraid: Remove AAC_HIDE_DISK check in queue command
865 - scsi: aacraid: Update driver version to 50877
866 - scsi: aacraid: Fix driver oops with dead battery
867 - scsi: aacraid: remove redundant setting of variable c
868 - scsi: aacraid: Get correct lun count
869 - scsi: aacraid: Delay for rescan worker needs to be 10 seconds
870
871 * [18.04] kpatch - Add livepatch hook support for ppc64le (LP: #1741992)
872 - powerpc/modules: Add REL24 relocation support of livepatch symbols
873 - powerpc/modules: Don't try to restore r2 after a sibling call
874 - powerpc/modules: Improve restore_r2() error message
875
876 * Ubuntu 18.04 - Include latest ibmvnic fixes in Ubuntu kernel (LP: #1748517)
877 - ibmvnic: Rename IBMVNIC_MAX_TX_QUEUES to IBMVNIC_MAX_QUEUES
878 - ibmvnic: Increase maximum number of RX/TX queues
879 - ibmvnic: Include header descriptor support for ARP packets
880 - ibmvnic: Don't handle RX interrupts when not up.
881 - ibmvnic: Wait for device response when changing MAC
882 - ibmvnic: fix firmware version when no firmware level has been provided by
883 the VIOS server
884 - ibmvnic: fix empty firmware version and errors cleanup
885 - ibmvnic: Fix rx queue cleanup for non-fatal resets
886 - ibmvnic: Ensure that buffers are NULL after free
887 - ibmvnic: queue reset when CRQ gets closed during reset
888 - ibmvnic: Reset long term map ID counter
889 - ibmvnic: Remove skb->protocol checks in ibmvnic_xmit
890 - ibmvnic: Wait until reset is complete to set carrier on
891 - ibmvnic: Fix login buffer memory leaks
892 - ibmvnic: Fix NAPI structures memory leak
893 - ibmvnic: Free RX socket buffer in case of adapter error
894 - ibmvnic: Clean RX pool buffers during device close
895 - ibmvnic: Check for NULL skb's in NAPI poll routine
896 - ibmvnic: Fix early release of login buffer
897
898 * Power9 DD 2.2 needs HMI fixup backport of upstream
899 patch(d075745d893c78730e4a3b7a60fca23c2f764081) into kernel (LP: #1751834)
900 - KVM: PPC: Book3S HV: Improve handling of debug-trigger HMIs on POWER9
901
902 * Driver not found in Ubuntu kernel does not detect interface (LP: #1745927)
903 - d-i: add cxgb4 to nic-modules
904
905 * BCM5719/tg3 loses connectivity due to missing heartbeats between fw and
906 driver (LP: #1751337)
907 - tg3: APE heartbeat changes
908
909 * Miscellaneous Ubuntu changes
910 - ubuntu: vbox -- update to 5.2.6-dfsg-5
911 - Revert "UBUNTU: SAUCE: Import aufs driver"
912 - SAUCE: Import aufs driver
913 - Revert "UBUNTU: SAUCE: (no-up) Convert bnx2x firmware files to ihex format"
914 - [Packaging] retpoline-extract: flag *0xNNN(%reg) branches
915 - [Config] fix up retpoline abi files
916 - ubuntu: vbox -- update to 5.2.8-dfsg-2
917
918 -- Seth Forshee <seth.forshee@canonical.com> Wed, 07 Mar 2018 17:36:23 +0100
919
920 linux (4.15.0-11.12) bionic; urgency=medium
921
922 * linux: 4.15.0-11.12 -proposed tracker (LP: #1751285)
923
924 * Support low-pin-count devices on Hisilicon SoCs (LP: #1677319)
925 - [Config] CONFIG_INDIRECT_PIO=y
926 - SAUCE: LIB: Introduce a generic PIO mapping method
927 - SAUCE: PCI: Remove unused __weak attribute in pci_register_io_range()
928 - SAUCE: PCI: Add fwnode handler as input param of pci_register_io_range()
929 - SAUCE: PCI: Apply the new generic I/O management on PCI IO hosts
930 - SAUCE: OF: Add missing I/O range exception for indirect-IO devices
931 - [Config] CONFIG_HISILICON_LPC=y
932 - SAUCE: HISI LPC: Support the LPC host on Hip06/Hip07 with DT bindings
933 - SAUCE: ACPI / scan: do not enumerate Indirect IO host children
934 - SAUCE: HISI LPC: Add ACPI support
935 - SAUCE: MAINTAINERS: Add maintainer for HiSilicon LPC driver
936
937 * Bionic update to v4.15.5 stable release (LP: #1751131)
938 - scsi: smartpqi: allow static build ("built-in")
939 - IB/umad: Fix use of unprotected device pointer
940 - IB/qib: Fix comparison error with qperf compare/swap test
941 - IB/mlx4: Fix incorrectly releasing steerable UD QPs when have only ETH ports
942 - IB/core: Fix two kernel warnings triggered by rxe registration
943 - IB/core: Fix ib_wc structure size to remain in 64 bytes boundary
944 - IB/core: Avoid a potential OOPs for an unused optional parameter
945 - selftests: seccomp: fix compile error seccomp_bpf
946 - kselftest: fix OOM in memory compaction test
947 - RDMA/rxe: Fix a race condition related to the QP error state
948 - RDMA/rxe: Fix a race condition in rxe_requester()
949 - RDMA/rxe: Fix rxe_qp_cleanup()
950 - cpufreq: powernv: Dont assume distinct pstate values for nominal and pmin
951 - PM / devfreq: Propagate error from devfreq_add_device()
952 - mwifiex: resolve reset vs. remove()/shutdown() deadlocks
953 - ocfs2: try a blocking lock before return AOP_TRUNCATED_PAGE
954 - trace_uprobe: Display correct offset in uprobe_events
955 - powerpc/radix: Remove trace_tlbie call from radix__flush_tlb_all
956 - powerpc/kernel: Block interrupts when updating TIDR
957 - powerpc/vas: Don't set uses_vas for kernel windows
958 - powerpc/numa: Invalidate numa_cpu_lookup_table on cpu remove
959 - powerpc/mm: Flush radix process translations when setting MMU type
960 - powerpc/xive: Use hw CPU ids when configuring the CPU queues
961 - dma-buf: fix reservation_object_wait_timeout_rcu once more v2
962 - s390: fix handling of -1 in set{,fs}[gu]id16 syscalls
963 - arm64: dts: msm8916: Correct ipc references for smsm
964 - ARM: lpc3250: fix uda1380 gpio numbers
965 - ARM: dts: STi: Add gpio polarity for "hdmi,hpd-gpio" property
966 - ARM: dts: nomadik: add interrupt-parent for clcd
967 - arm: dts: mt7623: fix card detection issue on bananapi-r2
968 - arm: spear600: Add missing interrupt-parent of rtc
969 - arm: spear13xx: Fix dmas cells
970 - arm: spear13xx: Fix spics gpio controller's warning
971 - x86/gpu: add CFL to early quirks
972 - x86/kexec: Make kexec (mostly) work in 5-level paging mode
973 - x86/xen: init %gs very early to avoid page faults with stack protector
974 - x86: PM: Make APM idle driver initialize polling state
975 - mm, memory_hotplug: fix memmap initialization
976 - x86/entry/64: Clear extra registers beyond syscall arguments, to reduce
977 speculation attack surface
978 - x86/entry/64/compat: Clear registers for compat syscalls, to reduce
979 speculation attack surface
980 - compiler-gcc.h: Introduce __optimize function attribute
981 - compiler-gcc.h: __nostackprotector needs gcc-4.4 and up
982 - crypto: sun4i_ss_prng - fix return value of sun4i_ss_prng_generate
983 - crypto: sun4i_ss_prng - convert lock to _bh in sun4i_ss_prng_generate
984 - powerpc/mm/radix: Split linear mapping on hot-unplug
985 - x86/mm/pti: Fix PTI comment in entry_SYSCALL_64()
986 - x86/speculation: Update Speculation Control microcode blacklist
987 - x86/speculation: Correct Speculation Control microcode blacklist again
988 - Revert "x86/speculation: Simplify indirect_branch_prediction_barrier()"
989 - KVM/x86: Reduce retpoline performance impact in slot_handle_level_range(),
990 by always inlining iterator helper methods
991 - X86/nVMX: Properly set spec_ctrl and pred_cmd before merging MSRs
992 - KVM/nVMX: Set the CPU_BASED_USE_MSR_BITMAPS if we have a valid L02 MSR
993 bitmap
994 - x86/speculation: Clean up various Spectre related details
995 - PM / runtime: Update links_count also if !CONFIG_SRCU
996 - PM: cpuidle: Fix cpuidle_poll_state_init() prototype
997 - platform/x86: wmi: fix off-by-one write in wmi_dev_probe()
998 - x86/entry/64: Clear registers for exceptions/interrupts, to reduce
999 speculation attack surface
1000 - x86/entry/64: Merge SAVE_C_REGS and SAVE_EXTRA_REGS, remove unused
1001 extensions
1002 - x86/entry/64: Merge the POP_C_REGS and POP_EXTRA_REGS macros into a single
1003 POP_REGS macro
1004 - x86/entry/64: Interleave XOR register clearing with PUSH instructions
1005 - x86/entry/64: Introduce the PUSH_AND_CLEAN_REGS macro
1006 - x86/entry/64: Use PUSH_AND_CLEAN_REGS in more cases
1007 - x86/entry/64: Get rid of the ALLOC_PT_GPREGS_ON_STACK and
1008 SAVE_AND_CLEAR_REGS macros
1009 - x86/entry/64: Indent PUSH_AND_CLEAR_REGS and POP_REGS properly
1010 - x86/entry/64: Fix paranoid_entry() frame pointer warning
1011 - x86/entry/64: Remove the unused 'icebp' macro
1012 - selftests/x86: Fix vDSO selftest segfault for vsyscall=none
1013 - selftests/x86: Clean up and document sscanf() usage
1014 - selftests/x86/pkeys: Remove unused functions
1015 - selftests/x86: Fix build bug caused by the 5lvl test which has been moved to
1016 the VM directory
1017 - selftests/x86: Do not rely on "int $0x80" in test_mremap_vdso.c
1018 - gfs2: Fixes to "Implement iomap for block_map"
1019 - selftests/x86: Do not rely on "int $0x80" in single_step_syscall.c
1020 - selftests/x86: Disable tests requiring 32-bit support on pure 64-bit systems
1021 - objtool: Fix segfault in ignore_unreachable_insn()
1022 - x86/debug, objtool: Annotate WARN()-related UD2 as reachable
1023 - x86/debug: Use UD2 for WARN()
1024 - x86/speculation: Fix up array_index_nospec_mask() asm constraint
1025 - nospec: Move array_index_nospec() parameter checking into separate macro
1026 - x86/speculation: Add <asm/msr-index.h> dependency
1027 - x86/mm: Rename flush_tlb_single() and flush_tlb_one() to
1028 __flush_tlb_one_[user|kernel]()
1029 - selftests/x86/mpx: Fix incorrect bounds with old _sigfault
1030 - x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping
1031 - x86/spectre: Fix an error message
1032 - x86/cpu: Change type of x86_cache_size variable to unsigned int
1033 - x86/entry/64: Fix CR3 restore in paranoid_exit()
1034 - drm/ttm: Don't add swapped BOs to swap-LRU list
1035 - drm/ttm: Fix 'buf' pointer update in ttm_bo_vm_access_kmap() (v2)
1036 - drm/qxl: unref cursor bo when finished with it
1037 - drm/qxl: reapply cursor after resetting primary
1038 - drm/amd/powerplay: Fix smu_table_entry.handle type
1039 - drm/ast: Load lut in crtc_commit
1040 - drm: Check for lessee in DROP_MASTER ioctl
1041 - arm64: Add missing Falkor part number for branch predictor hardening
1042 - drm/radeon: Add dpm quirk for Jet PRO (v2)
1043 - drm/radeon: adjust tested variable
1044 - x86/smpboot: Fix uncore_pci_remove() indexing bug when hot-removing a
1045 physical CPU
1046 - rtc-opal: Fix handling of firmware error codes, prevent busy loops
1047 - mbcache: initialize entry->e_referenced in mb_cache_entry_create()
1048 - mmc: sdhci: Implement an SDHCI-specific bounce buffer
1049 - mmc: bcm2835: Don't overwrite max frequency unconditionally
1050 - Revert "mmc: meson-gx: include tx phase in the tuning process"
1051 - mlx5: fix mlx5_get_vector_affinity to start from completion vector 0
1052 - Revert "apple-gmux: lock iGP IO to protect from vgaarb changes"
1053 - jbd2: fix sphinx kernel-doc build warnings
1054 - ext4: fix a race in the ext4 shutdown path
1055 - ext4: save error to disk in __ext4_grp_locked_error()
1056 - ext4: correct documentation for grpid mount option
1057 - mm: hide a #warning for COMPILE_TEST
1058 - mm: Fix memory size alignment in devm_memremap_pages_release()
1059 - MIPS: Fix typo BIG_ENDIAN to CPU_BIG_ENDIAN
1060 - MIPS: CPS: Fix MIPS_ISA_LEVEL_RAW fallout
1061 - MIPS: Fix incorrect mem=X@Y handling
1062 - PCI: Disable MSI for HiSilicon Hip06/Hip07 only in Root Port mode
1063 - PCI: iproc: Fix NULL pointer dereference for BCMA
1064 - PCI: pciehp: Assume NoCompl+ for Thunderbolt ports
1065 - PCI: keystone: Fix interrupt-controller-node lookup
1066 - video: fbdev: atmel_lcdfb: fix display-timings lookup
1067 - console/dummy: leave .con_font_get set to NULL
1068 - rbd: whitelist RBD_FEATURE_OPERATIONS feature bit
1069 - xen: Fix {set,clear}_foreign_p2m_mapping on autotranslating guests
1070 - xenbus: track caller request id
1071 - seq_file: fix incomplete reset on read from zero offset
1072 - tracing: Fix parsing of globs with a wildcard at the beginning
1073 - mpls, nospec: Sanitize array index in mpls_label_ok()
1074 - rtlwifi: rtl8821ae: Fix connection lost problem correctly
1075 - arm64: proc: Set PTE_NG for table entries to avoid traversing them twice
1076 - xprtrdma: Fix calculation of ri_max_send_sges
1077 - xprtrdma: Fix BUG after a device removal
1078 - blk-wbt: account flush requests correctly
1079 - target/iscsi: avoid NULL dereference in CHAP auth error path
1080 - iscsi-target: make sure to wake up sleeping login worker
1081 - dm: correctly handle chained bios in dec_pending()
1082 - Btrfs: fix deadlock in run_delalloc_nocow
1083 - Btrfs: fix crash due to not cleaning up tree log block's dirty bits
1084 - Btrfs: fix extent state leak from tree log
1085 - Btrfs: fix btrfs_evict_inode to handle abnormal inodes correctly
1086 - Btrfs: fix use-after-free on root->orphan_block_rsv
1087 - Btrfs: fix unexpected -EEXIST when creating new inode
1088 - 9p/trans_virtio: discard zero-length reply
1089 - mtd: nand: vf610: set correct ooblayout
1090 - ALSA: usb-audio: Fix UAC2 get_ctl request with a RANGE attribute
1091 - ALSA: hda/realtek - Add headset mode support for Dell laptop
1092 - ALSA: hda/realtek - Enable Thinkpad Dock device for ALC298 platform
1093 - ALSA: hda/realtek: PCI quirk for Fujitsu U7x7
1094 - ALSA: usb-audio: add implicit fb quirk for Behringer UFX1204
1095 - ALSA: usb: add more device quirks for USB DSD devices
1096 - ALSA: seq: Fix racy pool initializations
1097 - mvpp2: fix multicast address filter
1098 - usb: Move USB_UHCI_BIG_ENDIAN_* out of USB_SUPPORT
1099 - x86/mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pages
1100 - ARM: dts: exynos: fix RTC interrupt for exynos5410
1101 - ARM: pxa/tosa-bt: add MODULE_LICENSE tag
1102 - arm64: dts: msm8916: Add missing #phy-cells
1103 - ARM: dts: s5pv210: add interrupt-parent for ohci
1104 - arm: dts: mt7623: Update ethsys binding
1105 - arm: dts: mt2701: Add reset-cells
1106 - ARM: dts: Delete bogus reference to the charlcd
1107 - media: r820t: fix r820t_write_reg for KASAN
1108 - mmc: sdhci-of-esdhc: fix eMMC couldn't work after kexec
1109 - mmc: sdhci-of-esdhc: fix the mmc error after sleep on ls1046ardb
1110 - Linux 4.15.5
1111
1112 * retpoline abi files are empty on i386 (LP: #1751021)
1113 - [Packaging] retpoline-extract -- instantiate retpoline files for i386
1114 - [Packaging] final-checks -- sanity checking ABI contents
1115 - [Packaging] final-checks -- check for empty retpoline files
1116 - [Config] Disable i386 retpoline check for next upload
1117
1118 * Bionic update to v4.15.4 stable release (LP: #1751064)
1119 - watchdog: indydog: Add dependency on SGI_HAS_INDYDOG
1120 - cifs: Fix missing put_xid in cifs_file_strict_mmap
1121 - cifs: Fix autonegotiate security settings mismatch
1122 - CIFS: zero sensitive data when freeing
1123 - cpufreq: mediatek: add mediatek related projects into blacklist
1124 - dmaengine: dmatest: fix container_of member in dmatest_callback
1125 - ssb: Do not disable PCI host on non-Mips
1126 - watchdog: gpio_wdt: set WDOG_HW_RUNNING in gpio_wdt_stop
1127 - Revert "drm/i915: mark all device info struct with __initconst"
1128 - sched/rt: Use container_of() to get root domain in rto_push_irq_work_func()
1129 - sched/rt: Up the root domain ref count when passing it around via IPIs
1130 - media: dvb-usb-v2: lmedm04: Improve logic checking of warm start
1131 - media: dvb-usb-v2: lmedm04: move ts2020 attach to dm04_lme2510_tuner
1132 - media: hdpvr: Fix an error handling path in hdpvr_probe()
1133 - arm64: mm: Use non-global mappings for kernel space
1134 - arm64: mm: Temporarily disable ARM64_SW_TTBR0_PAN
1135 - arm64: mm: Move ASID from TTBR0 to TTBR1
1136 - arm64: mm: Remove pre_ttbr0_update_workaround for Falkor erratum #E1003
1137 - arm64: mm: Rename post_ttbr0_update_workaround
1138 - arm64: mm: Fix and re-enable ARM64_SW_TTBR0_PAN
1139 - arm64: mm: Allocate ASIDs in pairs
1140 - arm64: mm: Add arm64_kernel_unmapped_at_el0 helper
1141 - arm64: mm: Invalidate both kernel and user ASIDs when performing TLBI
1142 - arm64: entry: Add exception trampoline page for exceptions from EL0
1143 - arm64: mm: Map entry trampoline into trampoline and kernel page tables
1144 - arm64: entry: Explicitly pass exception level to kernel_ventry macro
1145 - arm64: entry: Hook up entry trampoline to exception vectors
1146 - arm64: erratum: Work around Falkor erratum #E1003 in trampoline code
1147 - arm64: cpu_errata: Add Kryo to Falkor 1003 errata
1148 - arm64: tls: Avoid unconditional zeroing of tpidrro_el0 for native tasks
1149 - arm64: entry: Add fake CPU feature for unmapping the kernel at EL0
1150 - arm64: kaslr: Put kernel vectors address in separate data page
1151 - arm64: use RET instruction for exiting the trampoline
1152 - arm64: Kconfig: Add CONFIG_UNMAP_KERNEL_AT_EL0
1153 - arm64: Kconfig: Reword UNMAP_KERNEL_AT_EL0 kconfig entry
1154 - arm64: Take into account ID_AA64PFR0_EL1.CSV3
1155 - arm64: capabilities: Handle duplicate entries for a capability
1156 - arm64: mm: Introduce TTBR_ASID_MASK for getting at the ASID in the TTBR
1157 - arm64: kpti: Fix the interaction between ASID switching and software PAN
1158 - arm64: cputype: Add MIDR values for Cavium ThunderX2 CPUs
1159 - arm64: kpti: Make use of nG dependent on arm64_kernel_unmapped_at_el0()
1160 - arm64: mm: Permit transitioning from Global to Non-Global without BBM
1161 - arm64: kpti: Add ->enable callback to remap swapper using nG mappings
1162 - arm64: Force KPTI to be disabled on Cavium ThunderX
1163 - arm64: entry: Reword comment about post_ttbr_update_workaround
1164 - arm64: idmap: Use "awx" flags for .idmap.text .pushsection directives
1165 - perf: arm_spe: Fail device probe when arm64_kernel_unmapped_at_el0()
1166 - arm64: barrier: Add CSDB macros to control data-value prediction
1167 - arm64: Implement array_index_mask_nospec()
1168 - arm64: Make USER_DS an inclusive limit
1169 - arm64: Use pointer masking to limit uaccess speculation
1170 - arm64: entry: Ensure branch through syscall table is bounded under
1171 speculation
1172 - arm64: uaccess: Prevent speculative use of the current addr_limit
1173 - arm64: uaccess: Don't bother eliding access_ok checks in __{get, put}_user
1174 - arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_user
1175 - arm64: futex: Mask __user pointers prior to dereference
1176 - arm64: cpufeature: __this_cpu_has_cap() shouldn't stop early
1177 - arm64: Run enable method for errata work arounds on late CPUs
1178 - arm64: cpufeature: Pass capability structure to ->enable callback
1179 - drivers/firmware: Expose psci_get_version through psci_ops structure
1180 - arm64: Move post_ttbr_update_workaround to C code
1181 - arm64: Add skeleton to harden the branch predictor against aliasing attacks
1182 - arm64: Move BP hardening to check_and_switch_context
1183 - arm64: KVM: Use per-CPU vector when BP hardening is enabled
1184 - arm64: entry: Apply BP hardening for high-priority synchronous exceptions
1185 - arm64: entry: Apply BP hardening for suspicious interrupts from EL0
1186 - arm64: cputype: Add missing MIDR values for Cortex-A72 and Cortex-A75
1187 - arm64: Implement branch predictor hardening for affected Cortex-A CPUs
1188 - arm64: Implement branch predictor hardening for Falkor
1189 - arm64: Branch predictor hardening for Cavium ThunderX2
1190 - arm64: KVM: Increment PC after handling an SMC trap
1191 - arm/arm64: KVM: Consolidate the PSCI include files
1192 - arm/arm64: KVM: Add PSCI_VERSION helper
1193 - arm/arm64: KVM: Add smccc accessors to PSCI code
1194 - arm/arm64: KVM: Implement PSCI 1.0 support
1195 - arm/arm64: KVM: Advertise SMCCC v1.1
1196 - arm64: KVM: Make PSCI_VERSION a fast path
1197 - arm/arm64: KVM: Turn kvm_psci_version into a static inline
1198 - arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening support
1199 - arm64: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handling
1200 - firmware/psci: Expose PSCI conduit
1201 - firmware/psci: Expose SMCCC version through psci_ops
1202 - arm/arm64: smccc: Make function identifiers an unsigned quantity
1203 - arm/arm64: smccc: Implement SMCCC v1.1 inline primitive
1204 - arm64: Add ARM_SMCCC_ARCH_WORKAROUND_1 BP hardening support
1205 - arm64: Kill PSCI_GET_VERSION as a variant-2 workaround
1206 - mtd: cfi: convert inline functions to macros
1207 - mtd: nand: brcmnand: Disable prefetch by default
1208 - mtd: nand: Fix nand_do_read_oob() return value
1209 - mtd: nand: sunxi: Fix ECC strength choice
1210 - ubi: Fix race condition between ubi volume creation and udev
1211 - ubi: fastmap: Erase outdated anchor PEBs during attach
1212 - ubi: block: Fix locking for idr_alloc/idr_remove
1213 - ubifs: free the encrypted symlink target
1214 - nfs/pnfs: fix nfs_direct_req ref leak when i/o falls back to the mds
1215 - nfs41: do not return ENOMEM on LAYOUTUNAVAILABLE
1216 - NFS: Add a cond_resched() to nfs_commit_release_pages()
1217 - NFS: Fix nfsstat breakage due to LOOKUPP
1218 - NFS: commit direct writes even if they fail partially
1219 - NFS: reject request for id_legacy key without auxdata
1220 - NFS: Fix a race between mmap() and O_DIRECT
1221 - nfsd: Detect unhashed stids in nfsd4_verify_open_stid()
1222 - kernfs: fix regression in kernfs_fop_write caused by wrong type
1223 - ahci: Annotate PCI ids for mobile Intel chipsets as such
1224 - ahci: Add PCI ids for Intel Bay Trail, Cherry Trail and Apollo Lake AHCI
1225 - ahci: Add Intel Cannon Lake PCH-H PCI ID
1226 - crypto: hash - introduce crypto_hash_alg_has_setkey()
1227 - crypto: cryptd - pass through absence of ->setkey()
1228 - crypto: mcryptd - pass through absence of ->setkey()
1229 - crypto: poly1305 - remove ->setkey() method
1230 - crypto: hash - annotate algorithms taking optional key
1231 - crypto: hash - prevent using keyed hashes without setting key
1232 - media: v4l2-ioctl.c: use check_fmt for enum/g/s/try_fmt
1233 - media: v4l2-ioctl.c: don't copy back the result for -ENOTTY
1234 - media: v4l2-compat-ioctl32.c: add missing VIDIOC_PREPARE_BUF
1235 - media: v4l2-compat-ioctl32.c: fix the indentation
1236 - media: v4l2-compat-ioctl32.c: move 'helper' functions to
1237 __get/put_v4l2_format32
1238 - media: v4l2-compat-ioctl32.c: avoid sizeof(type)
1239 - media: v4l2-compat-ioctl32.c: copy m.userptr in put_v4l2_plane32
1240 - media: v4l2-compat-ioctl32.c: fix ctrl_is_pointer
1241 - media: v4l2-compat-ioctl32.c: copy clip list in put_v4l2_window32
1242 - media: v4l2-compat-ioctl32.c: drop pr_info for unknown buffer type
1243 - media: v4l2-compat-ioctl32.c: don't copy back the result for certain errors
1244 - media: v4l2-compat-ioctl32.c: refactor compat ioctl32 logic
1245 - media: v4l2-compat-ioctl32.c: make ctrl_is_pointer work for subdevs
1246 - crypto: caam - fix endless loop when DECO acquire fails
1247 - crypto: sha512-mb - initialize pending lengths correctly
1248 - crypto: talitos - fix Kernel Oops on hashing an empty file
1249 - arm: KVM: Fix SMCCC handling of unimplemented SMC/HVC calls
1250 - KVM: nVMX: Fix races when sending nested PI while dest enters/leaves L2
1251 - KVM: nVMX: Fix bug of injecting L2 exception into L1
1252 - KVM: PPC: Book3S HV: Make sure we don't re-enter guest without XIVE loaded
1253 - KVM: PPC: Book3S HV: Drop locks before reading guest memory
1254 - KVM: arm/arm64: Handle CPU_PM_ENTER_FAILED
1255 - KVM: PPC: Book3S PR: Fix broken select due to misspelling
1256 - ASoC: acpi: fix machine driver selection based on quirk
1257 - ASoC: rockchip: i2s: fix playback after runtime resume
1258 - ASoC: skl: Fix kernel warning due to zero NHTL entry
1259 - ASoC: compress: Correct handling of copy callback
1260 - watchdog: imx2_wdt: restore previous timeout after suspend+resume
1261 - afs: Add missing afs_put_cell()
1262 - afs: Need to clear responded flag in addr cursor
1263 - afs: Fix missing cursor clearance
1264 - afs: Fix server list handling
1265 - btrfs: Handle btrfs_set_extent_delalloc failure in fixup worker
1266 - Btrfs: raid56: iterate raid56 internal bio with bio_for_each_segment_all
1267 - kasan: don't emit builtin calls when sanitization is off
1268 - kasan: rework Kconfig settings
1269 - media: dvb_frontend: be sure to init dvb_frontend_handle_ioctl() return code
1270 - media: dvb-frontends: fix i2c access helpers for KASAN
1271 - media: dt-bindings/media/cec-gpio.txt: mention the CEC/HPD max voltages
1272 - media: ts2020: avoid integer overflows on 32 bit machines
1273 - media: vivid: fix module load error when enabling fb and no_error_inj=1
1274 - media: cxusb, dib0700: ignore XC2028_I2C_FLUSH
1275 - fs/proc/kcore.c: use probe_kernel_read() instead of memcpy()
1276 - kernel/async.c: revert "async: simplify lowest_in_progress()"
1277 - kernel/relay.c: revert "kernel/relay.c: fix potential memory leak"
1278 - pipe: actually allow root to exceed the pipe buffer limits
1279 - pipe: fix off-by-one error when checking buffer limits
1280 - HID: quirks: Fix keyboard + touchpad on Toshiba Click Mini not working
1281 - Bluetooth: btsdio: Do not bind to non-removable BCM43341
1282 - ipmi: use dynamic memory for DMI driver override
1283 - signal/openrisc: Fix do_unaligned_access to send the proper signal
1284 - signal/sh: Ensure si_signo is initialized in do_divide_error
1285 - alpha: fix crash if pthread_create races with signal delivery
1286 - alpha: osf_sys.c: fix put_tv32 regression
1287 - alpha: Fix mixed up args in EXC macro in futex operations
1288 - alpha: fix reboot on Avanti platform
1289 - alpha: fix formating of stack content
1290 - xtensa: fix futex_atomic_cmpxchg_inatomic
1291 - EDAC, octeon: Fix an uninitialized variable warning
1292 - genirq: Make legacy autoprobing work again
1293 - pinctrl: intel: Initialize GPIO properly when used through irqchip
1294 - pinctrl: mcp23s08: fix irq setup order
1295 - pinctrl: sx150x: Unregister the pinctrl on release
1296 - pinctrl: sx150x: Register pinctrl before adding the gpiochip
1297 - pinctrl: sx150x: Add a static gpio/pinctrl pin range mapping
1298 - pktcdvd: Fix pkt_setup_dev() error path
1299 - pktcdvd: Fix a recently introduced NULL pointer dereference
1300 - blk-mq: quiesce queue before freeing queue
1301 - clocksource/drivers/stm32: Fix kernel panic with multiple timers
1302 - lib/ubsan.c: s/missaligned/misaligned/
1303 - lib/ubsan: add type mismatch handler for new GCC/Clang
1304 - objtool: Fix switch-table detection
1305 - arm64: dts: marvell: add Ethernet aliases
1306 - drm/i915: Avoid PPS HW/SW state mismatch due to rounding
1307 - ACPI: sbshc: remove raw pointer from printk() message
1308 - acpi, nfit: fix register dimm error handling
1309 - ovl: force r/o mount when index dir creation fails
1310 - ovl: fix failure to fsync lower dir
1311 - ovl: take mnt_want_write() for work/index dir setup
1312 - ovl: take mnt_want_write() for removing impure xattr
1313 - ovl: hash directory inodes for fsnotify
1314 - mn10300/misalignment: Use SIGSEGV SEGV_MAPERR to report a failed user copy
1315 - devpts: fix error handling in devpts_mntget()
1316 - ftrace: Remove incorrect setting of glob search field
1317 - scsi: core: Ensure that the SCSI error handler gets woken up
1318 - scsi: lpfc: Fix crash after bad bar setup on driver attachment
1319 - scsi: cxlflash: Reset command ioasc
1320 - rcu: Export init_rcu_head() and destroy_rcu_head() to GPL modules
1321 - Linux 4.15.4
1322 - updateconfigs after v4.14.4 stable updates
1323
1324 * Bionic update to v4.15.4 stable release (LP: #1751064) // CVE-2017-5754 and
1325 do not need KPTI when KASLR is off.
1326 - arm64: Turn on KPTI only on CPUs that need it
1327
1328 * Miscellaneous Ubuntu changes
1329 - [Config] fix up removed retpoline call sites
1330
1331 -- Seth Forshee <seth.forshee@canonical.com> Fri, 23 Feb 2018 08:31:06 -0600
1332
1333 linux (4.15.0-10.11) bionic; urgency=medium
1334
1335 * linux: 4.15.0-10.11 -proposed tracker (LP: #1749250)
1336
1337 * "swiotlb: coherent allocation failed" dmesg spam with linux 4.15.0-9.10
1338 (LP: #1749202)
1339 - swiotlb: suppress warning when __GFP_NOWARN is set
1340 - drm/ttm: specify DMA_ATTR_NO_WARN for huge page pools
1341
1342 * linux-tools: perf incorrectly linking libbfd (LP: #1748922)
1343 - SAUCE: tools -- add ability to disable libbfd
1344 - [Packaging] correct disablement of libbfd
1345
1346 * [Artful] Realtek ALC225: 2 secs noise when a headset plugged in
1347 (LP: #1744058)
1348 - ALSA: hda/realtek - update ALC225 depop optimize
1349
1350 * [Artful] Support headset mode for DELL WYSE (LP: #1723913)
1351 - SAUCE: ALSA: hda/realtek - Add support headset mode for DELL WYSE
1352
1353 * headset mic can't be detected on two Dell machines (LP: #1748807)
1354 - ALSA: hda/realtek - Support headset mode for ALC215/ALC285/ALC289
1355 - ALSA: hda - Fix headset mic detection problem for two Dell machines
1356
1357 * Bionic update to v4.15.3 stable release (LP: #1749191)
1358 - ip6mr: fix stale iterator
1359 - net: igmp: add a missing rcu locking section
1360 - qlcnic: fix deadlock bug
1361 - qmi_wwan: Add support for Quectel EP06
1362 - r8169: fix RTL8168EP take too long to complete driver initialization.
1363 - tcp: release sk_frag.page in tcp_disconnect
1364 - vhost_net: stop device during reset owner
1365 - ipv6: addrconf: break critical section in addrconf_verify_rtnl()
1366 - ipv6: change route cache aging logic
1367 - Revert "defer call to mem_cgroup_sk_alloc()"
1368 - net: ipv6: send unsolicited NA after DAD
1369 - rocker: fix possible null pointer dereference in
1370 rocker_router_fib_event_work
1371 - tcp_bbr: fix pacing_gain to always be unity when using lt_bw
1372 - cls_u32: add missing RCU annotation.
1373 - ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6only
1374 - soreuseport: fix mem leak in reuseport_add_sock()
1375 - net_sched: get rid of rcu_barrier() in tcf_block_put_ext()
1376 - net: sched: fix use-after-free in tcf_block_put_ext
1377 - media: mtk-vcodec: add missing MODULE_LICENSE/DESCRIPTION
1378 - media: soc_camera: soc_scale_crop: add missing
1379 MODULE_DESCRIPTION/AUTHOR/LICENSE
1380 - media: tegra-cec: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
1381 - gpio: uniphier: fix mismatch between license text and MODULE_LICENSE
1382 - crypto: tcrypt - fix S/G table for test_aead_speed()
1383 - Linux 4.15.3
1384
1385 * bnx2x_attn_int_deasserted3:4323 MC assert! (LP: #1715519) //
1386 CVE-2018-1000026
1387 - net: create skb_gso_validate_mac_len()
1388 - bnx2x: disable GSO where gso_size is too big for hardware
1389
1390 * ethtool -p fails to light NIC LED on HiSilicon D05 systems (LP: #1748567)
1391 - net: hns: add ACPI mode support for ethtool -p
1392
1393 * CVE-2017-5715 (Spectre v2 Intel)
1394 - [Packaging] retpoline files must be sorted
1395 - [Packaging] pull in retpoline files
1396
1397 * [Feature] PXE boot with Intel Omni-Path (LP: #1712031)
1398 - d-i: Add hfi1 to nic-modules
1399
1400 * CVE-2017-5715 (Spectre v2 retpoline)
1401 - [Packaging] retpoline -- add call site validation
1402 - [Config] disable retpoline checks for first upload
1403
1404 * Do not duplicate changelog entries assigned to more than one bug or CVE
1405 (LP: #1743383)
1406 - [Packaging] git-ubuntu-log -- handle multiple bugs/cves better
1407
1408 -- Seth Forshee <seth.forshee@canonical.com> Tue, 13 Feb 2018 11:33:58 -0600
1409
1410 linux (4.15.0-9.10) bionic; urgency=medium
1411
1412 * linux: 4.15.0-9.10 -proposed tracker (LP: #1748244)
1413
1414 * Miscellaneous Ubuntu changes
1415 - [Debian] tests -- remove gcc-multilib dependency for arm64
1416
1417 -- Seth Forshee <seth.forshee@canonical.com> Thu, 08 Feb 2018 11:25:04 -0600
1418
1419 linux (4.15.0-8.9) bionic; urgency=medium
1420
1421 * linux: 4.15.0-8.9 -proposed tracker (LP: #1748075)
1422
1423 * Bionic update to v4.15.2 stable release (LP: #1748072)
1424 - KVM: x86: Make indirect calls in emulator speculation safe
1425 - KVM: VMX: Make indirect call speculation safe
1426 - module/retpoline: Warn about missing retpoline in module
1427 - x86/cpufeatures: Add CPUID_7_EDX CPUID leaf
1428 - x86/cpufeatures: Add Intel feature bits for Speculation Control
1429 - x86/cpufeatures: Add AMD feature bits for Speculation Control
1430 - x86/msr: Add definitions for new speculation control MSRs
1431 - x86/pti: Do not enable PTI on CPUs which are not vulnerable to Meltdown
1432 - x86/cpufeature: Blacklist SPEC_CTRL/PRED_CMD on early Spectre v2 microcodes
1433 - x86/speculation: Add basic IBPB (Indirect Branch Prediction Barrier) support
1434 - x86/alternative: Print unadorned pointers
1435 - x86/nospec: Fix header guards names
1436 - x86/bugs: Drop one "mitigation" from dmesg
1437 - x86/cpu/bugs: Make retpoline module warning conditional
1438 - x86/cpufeatures: Clean up Spectre v2 related CPUID flags
1439 - x86/retpoline: Simplify vmexit_fill_RSB()
1440 - x86/speculation: Simplify indirect_branch_prediction_barrier()
1441 - auxdisplay: img-ascii-lcd: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
1442 - iio: adc/accel: Fix up module licenses
1443 - pinctrl: pxa: pxa2xx: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
1444 - ASoC: pcm512x: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
1445 - KVM: nVMX: Eliminate vmcs02 pool
1446 - KVM: VMX: introduce alloc_loaded_vmcs
1447 - objtool: Improve retpoline alternative handling
1448 - objtool: Add support for alternatives at the end of a section
1449 - objtool: Warn on stripped section symbol
1450 - x86/mm: Fix overlap of i386 CPU_ENTRY_AREA with FIX_BTMAP
1451 - x86/spectre: Check CONFIG_RETPOLINE in command line parser
1452 - x86/entry/64: Remove the SYSCALL64 fast path
1453 - x86/entry/64: Push extra regs right away
1454 - x86/asm: Move 'status' from thread_struct to thread_info
1455 - Documentation: Document array_index_nospec
1456 - array_index_nospec: Sanitize speculative array de-references
1457 - x86: Implement array_index_mask_nospec
1458 - x86: Introduce barrier_nospec
1459 - x86: Introduce __uaccess_begin_nospec() and uaccess_try_nospec
1460 - x86/usercopy: Replace open coded stac/clac with __uaccess_{begin, end}
1461 - x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospec
1462 - x86/get_user: Use pointer masking to limit speculation
1463 - x86/syscall: Sanitize syscall table de-references under speculation
1464 - vfs, fdtable: Prevent bounds-check bypass via speculative execution
1465 - nl80211: Sanitize array index in parse_txq_params
1466 - x86/spectre: Report get_user mitigation for spectre_v1
1467 - x86/spectre: Fix spelling mistake: "vunerable"-> "vulnerable"
1468 - x86/cpuid: Fix up "virtual" IBRS/IBPB/STIBP feature bits on Intel
1469 - x86/speculation: Use Indirect Branch Prediction Barrier in context switch
1470 - x86/paravirt: Remove 'noreplace-paravirt' cmdline option
1471 - KVM: VMX: make MSR bitmaps per-VCPU
1472 - x86/kvm: Update spectre-v1 mitigation
1473 - x86/retpoline: Avoid retpolines for built-in __init functions
1474 - x86/spectre: Simplify spectre_v2 command line parsing
1475 - x86/pti: Mark constant arrays as __initconst
1476 - x86/speculation: Fix typo IBRS_ATT, which should be IBRS_ALL
1477 - KVM/x86: Update the reverse_cpuid list to include CPUID_7_EDX
1478 - KVM/x86: Add IBPB support
1479 - KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIES
1480 - KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRL
1481 - KVM/SVM: Allow direct access to MSR_IA32_SPEC_CTRL
1482 - serial: core: mark port as initialized after successful IRQ change
1483 - fpga: region: release of_parse_phandle nodes after use
1484 - Linux 4.15.2
1485
1486 * Add support for the NIC on SynQuacer E-Series boards (LP: #1747792)
1487 - net: phy: core: remove now uneeded disabling of interrupts
1488 - [Config] CONFIG_NET_VENDOR_SOCIONEXT=y & CONFIG_SNI_NETSEC=m
1489 - net: socionext: Add Synquacer NetSec driver
1490 - net: socionext: include linux/io.h to fix build
1491 - net: socionext: Fix error return code in netsec_netdev_open()
1492
1493 * [Artful/Bionic] [Config] enable EDAC_GHES for ARM64 (LP: #1747746)
1494 - [Config] CONFIG_EDAC_GHES=y
1495
1496 * support thunderx2 vendor pmu events (LP: #1747523)
1497 - perf pmu: Pass pmu as a parameter to get_cpuid_str()
1498 - perf tools arm64: Add support for get_cpuid_str function.
1499 - perf pmu: Add helper function is_pmu_core to detect PMU CORE devices
1500 - perf vendor events arm64: Add ThunderX2 implementation defined pmu core
1501 events
1502 - perf pmu: Add check for valid cpuid in perf_pmu__find_map()
1503
1504 * linux 4.14.0-7.9 ADT test failure with linux 4.14.0-7.9 (LP: #1732463)
1505 - SAUCE: mm: disable vma based swap readahead by default
1506 - SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM
1507
1508 * Miscellaneous Ubuntu changes
1509 - [Config] Fix CONFIG_PROFILE_ALL_BRANCHES annotations
1510
1511 -- Seth Forshee <seth.forshee@canonical.com> Wed, 07 Feb 2018 21:13:27 -0600
1512
1513 linux (4.15.0-7.8) bionic; urgency=medium
1514
1515 * Bionic update to v4.15.1 stable release (LP: #1747169)
1516 - Bluetooth: hci_serdev: Init hci_uart proto_lock to avoid oops
1517 - tools/gpio: Fix build error with musl libc
1518 - gpio: stmpe: i2c transfer are forbiden in atomic context
1519 - gpio: Fix kernel stack leak to userspace
1520 - ALSA: hda - Reduce the suspend time consumption for ALC256
1521 - crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDH
1522 - crypto: aesni - handle zero length dst buffer
1523 - crypto: aesni - fix typo in generic_gcmaes_decrypt
1524 - crypto: aesni - add wrapper for generic gcm(aes)
1525 - crypto: aesni - Fix out-of-bounds access of the data buffer in generic-gcm-
1526 aesni
1527 - crypto: aesni - Fix out-of-bounds access of the AAD buffer in generic-gcm-
1528 aesni
1529 - crypto: inside-secure - fix hash when length is a multiple of a block
1530 - crypto: inside-secure - avoid unmapping DMA memory that was not mapped
1531 - crypto: sha3-generic - fixes for alignment and big endian operation
1532 - crypto: af_alg - whitelist mask and type
1533 - HID: wacom: EKR: ensure devres groups at higher indexes are released
1534 - HID: wacom: Fix reporting of touch toggle (WACOM_HID_WD_MUTE_DEVICE) events
1535 - power: reset: zx-reboot: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
1536 - gpio: iop: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
1537 - gpio: ath79: add missing MODULE_DESCRIPTION/LICENSE
1538 - mtd: nand: denali_pci: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
1539 - igb: Free IRQs when device is hotplugged
1540 - ima/policy: fix parsing of fsuuid
1541 - scsi: aacraid: Fix udev inquiry race condition
1542 - scsi: aacraid: Fix hang in kdump
1543 - scsi: storvsc: missing error code in storvsc_probe()
1544 - staging: lustre: separate a connection destroy from free struct kib_conn
1545 - staging: ccree: NULLify backup_info when unused
1546 - staging: ccree: fix fips event irq handling build
1547 - tty: fix data race between tty_init_dev and flush of buf
1548 - usb: option: Add support for FS040U modem
1549 - USB: serial: pl2303: new device id for Chilitag
1550 - USB: cdc-acm: Do not log urb submission errors on disconnect
1551 - CDC-ACM: apply quirk for card reader
1552 - USB: serial: io_edgeport: fix possible sleep-in-atomic
1553 - usbip: prevent bind loops on devices attached to vhci_hcd
1554 - usbip: list: don't list devices attached to vhci_hcd
1555 - USB: serial: simple: add Motorola Tetra driver
1556 - usb: f_fs: Prevent gadget unbind if it is already unbound
1557 - usb: uas: unconditionally bring back host after reset
1558 - usb/gadget: Fix "high bandwidth" check in usb_gadget_ep_match_desc()
1559 - ANDROID: binder: remove waitqueue when thread exits.
1560 - android: binder: use VM_ALLOC to get vm area
1561 - mei: me: allow runtime pm for platform with D0i3
1562 - serial: 8250_of: fix return code when probe function fails to get reset
1563 - serial: 8250_uniphier: fix error return code in uniphier_uart_probe()
1564 - serial: 8250_dw: Revert "Improve clock rate setting"
1565 - serial: imx: Only wakeup via RTSDEN bit if the system has RTS/CTS
1566 - spi: imx: do not access registers while clocks disabled
1567 - iio: adc: stm32: fix scan of multiple channels with DMA
1568 - iio: chemical: ccs811: Fix output of IIO_CONCENTRATION channels
1569 - test_firmware: fix missing unlock on error in config_num_requests_store()
1570 - Input: synaptics-rmi4 - unmask F03 interrupts when port is opened
1571 - Input: synaptics-rmi4 - do not delete interrupt memory too early
1572 - x86/efi: Clarify that reset attack mitigation needs appropriate userspace
1573 - Linux 4.15.1
1574
1575 * Dell XPS 13 9360 bluetooth (Atheros) won't connect after resume
1576 (LP: #1744712)
1577 - Revert "Bluetooth: btusb: fix QCA Rome suspend/resume"
1578 - Bluetooth: btusb: Restore QCA Rome suspend/resume fix with a "rewritten"
1579 version
1580
1581 * apparmor profile load in stacked policy container fails (LP: #1746463)
1582 - SAUCE: apparmor: fix display of .ns_name for containers
1583
1584 -- Seth Forshee <seth.forshee@canonical.com> Sun, 04 Feb 2018 11:56:32 +0100
1585
1586 linux (4.15.0-6.7) bionic; urgency=low
1587
1588 * upload urgency should be medium by default (LP: #1745338)
1589 - [Packaging] update urgency to medium by default
1590
1591 * Shutdown hang on 16.04 with iscsi targets (LP: #1569925)
1592 - scsi: libiscsi: Allow sd_shutdown on bad transport
1593
1594 * Miscellaneous Ubuntu changes
1595 - SAUCE: (noup) Update spl to 0.7.5-1ubuntu1, zfs to 0.7.5-1ubuntu1
1596 - Revert "UBUNTU: SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM"
1597 - Revert "UBUNTU: SAUCE: mm: disable vma based swap readahead by default"
1598
1599 [ Upstream Kernel Changes ]
1600
1601 * Rebase to v4.15
1602
1603 -- Seth Forshee <seth.forshee@canonical.com> Mon, 29 Jan 2018 08:47:07 -0600
1604
1605 linux (4.15.0-5.6) bionic; urgency=low
1606
1607 * $(LOCAL_ENV_CC) and $(LOCAL_ENV_DISTCC_HOSTS) should be properly quoted
1608 (LP: #1744077)
1609 - [Debian] pass LOCAL_ENV_CC and LOCAL_ENV_DISTCC_HOSTS properly
1610
1611 * Missing install-time driver for QLogic QED 25/40/100Gb Ethernet NIC
1612 (LP: #1743638)
1613 - [d-i] Add qede to nic-modules udeb
1614
1615 * boot failure on AMD Raven + WesternXT (LP: #1742759)
1616 - SAUCE: drm/amdgpu: add atpx quirk handling (v2)
1617
1618 * Unable to handle kernel NULL pointer dereference at isci_task_abort_task
1619 (LP: #1726519)
1620 - SAUCE: Revert "scsi: libsas: allow async aborts"
1621
1622 * Update Ubuntu-4.15.0 config to support Intel Atom devices (LP: #1739939)
1623 - [Config] CONFIG_SERIAL_DEV_BUS=y, CONFIG_SERIAL_DEV_CTRL_TTYPORT=y
1624
1625 * Miscellaneous Ubuntu changes
1626 - Rebase to v4.15-rc7
1627 - [Config] CONFIG_CPU_ISOLATION=y
1628 - [Config] Update annotations following config review
1629 - Revert "UBUNTU: SAUCE: Import aufs driver"
1630 - SAUCE: Import aufs driver
1631 - ubuntu: vbox -- update to 5.2.6-dfsg-1
1632 - ubuntu: vbox: build fixes for 4.15
1633 - ubuntu: vbox -- update to 5.2.6-dfsg-2
1634 - hio: updates for timer api changes in 4.15
1635 - enable hio build
1636 - Rebase to v4.15-rc9
1637
1638 [ Upstream Kernel Changes ]
1639
1640 * Rebase to v4.15-rc9
1641
1642 -- Seth Forshee <seth.forshee@canonical.com> Mon, 22 Jan 2018 10:16:05 -0600
1643
1644 linux (4.15.0-4.5) bionic; urgency=low
1645
1646 * [0cf3:e010] QCA6174A XR failed to pair with bt 4.0 device (LP: #1741166)
1647 - SAUCE: Bluetooth: btusb: Add support for 0cf3:e010
1648
1649 * External HDMI monitor failed to show screen on Lenovo X1 series
1650 (LP: #1738523)
1651 - SAUCE: drm/i915: Disable writing of TMDS_OE on Lenovo ThinkPad X1 series
1652
1653 * Miscellaneous Ubuntu changes
1654 - [Debian] autoreconstruct - add resoration of execute permissions
1655
1656 [ Upstream Kernel Changes ]
1657
1658 * Rebase to v4.15-rc4
1659
1660 -- Seth Forshee <seth.forshee@canonical.com> Wed, 10 Jan 2018 10:24:22 -0600
1661
1662 linux (4.15.0-3.4) bionic; urgency=low
1663
1664 * ubuntu/xr-usb-serial didn't get built in zesty and artful (LP: #1733281)
1665 - SAUCE: make sure ubuntu/xr-usb-serial builds for x86
1666
1667 [ Upstream Kernel Changes ]
1668
1669 * Rebase to v4.15-rc6
1670
1671 -- Seth Forshee <seth.forshee@canonical.com> Wed, 03 Jan 2018 20:20:43 -0600
1672
1673 linux (4.15.0-2.3) bionic; urgency=low
1674
1675 * nvidia-graphics-drivers-384 384.90-0ubuntu6 ADT test failure with linux
1676 4.15.0-1.2 (LP: #1737752)
1677 - x86/mm: Unbreak modules that use the DMA API
1678
1679 * Ubuntu 17.10 corrupting BIOS - many LENOVO laptops models (LP: #1734147)
1680 - [Config] CONFIG_SPI_INTEL_SPI_*=n
1681
1682 * power: commonise configs IBMVETH/IBMVSCSI and ensure both are in linux-image
1683 and udebs (LP: #1521712)
1684 - [Config] Include ibmvnic in nic-modules
1685
1686 * Enable arm64 emulation of removed ARMv7 instructions (LP: #1545542)
1687 - [Config] Enable support for emulation of deprecated ARMv8 instructions
1688
1689 * Miscellaneous Ubuntu changes
1690 - SAUCE: (noup) Update spl with 4.15 compat fix (LP:#1737761)
1691 - Enable zfs build
1692 - [Debian] add icp to zfs-modules.ignore
1693
1694 [ Upstream Kernel Changes ]
1695
1696 * Rebase to v4.15-rc4
1697
1698 -- Seth Forshee <seth.forshee@canonical.com> Mon, 18 Dec 2017 09:27:13 -0600
1699
1700 linux (4.15.0-1.2) bionic; urgency=low
1701
1702 * Disabling zfs does not always disable module checks for the zfs modules
1703 (LP: #1737176)
1704 - [Packaging] disable zfs module checks when zfs is disabled
1705
1706 * Miscellaneous Ubuntu changes
1707 - [Config] CONFIG_UNWINDER_FRAME_POINTER=y for amd64
1708
1709 [ Upstream Kernel Changes ]
1710
1711 * Rebase to v4.15-rc3
1712
1713 -- Seth Forshee <seth.forshee@canonical.com> Sun, 10 Dec 2017 22:07:19 -0600
1714
1715 linux (4.15.0-0.1) bionic; urgency=low
1716
1717 * Miscellaneous Ubuntu changes
1718 - ubuntu: vbox -- update to 5.2.2-dfsg-2
1719 - ubuntu: vbox: build fixes for 4.15
1720 - disable hio build
1721 - [Config] Update kernel lockdown options to fix build errors
1722 - Disable zfs build
1723 - SAUCE: Import aufs driver
1724 - [Config] Enable AUFS config options
1725
1726 [ Upstream Kernel Changes ]
1727
1728 * Rebase to v4.15-rc2
1729
1730 -- Seth Forshee <seth.forshee@canonical.com> Fri, 08 Dec 2017 13:55:42 -0600
1731
1732 linux (4.14.0-11.13) bionic; urgency=low
1733
1734 * linux: 4.14.0-11.13 -proposed tracker (LP: #1736168)
1735
1736 * CVE-2017-1000405
1737 - mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()
1738
1739 * linux 4.14.0-7.9 ADT test failure with linux 4.14.0-7.9 (LP: #1732463)
1740 - SAUCE: mm: disable vma based swap readahead by default
1741 - SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM
1742
1743 * Bionic update to v4.14.3 stable release (LP: #1735843)
1744 - s390: fix transactional execution control register handling
1745 - s390/noexec: execute kexec datamover without DAT
1746 - s390/runtime instrumention: fix possible memory corruption
1747 - s390/guarded storage: fix possible memory corruption
1748 - s390/disassembler: add missing end marker for e7 table
1749 - s390/disassembler: increase show_code buffer size
1750 - ACPI / PM: Fix acpi_pm_notifier_lock vs flush_workqueue() deadlock
1751 - ACPI / EC: Fix regression related to triggering source of EC event handling
1752 - cpufreq: schedutil: Reset cached_raw_freq when not in sync with next_freq
1753 - serdev: fix registration of second slave
1754 - sched: Make resched_cpu() unconditional
1755 - lib/mpi: call cond_resched() from mpi_powm() loop
1756 - x86/boot: Fix boot failure when SMP MP-table is based at 0
1757 - x86/decoder: Add new TEST instruction pattern
1758 - x86/entry/64: Fix entry_SYSCALL_64_after_hwframe() IRQ tracing
1759 - x86/entry/64: Add missing irqflags tracing to native_load_gs_index()
1760 - perf/x86/intel: Hide TSX events when RTM is not supported
1761 - arm64: Implement arch-specific pte_access_permitted()
1762 - ARM: 8722/1: mm: make STRICT_KERNEL_RWX effective for LPAE
1763 - ARM: 8721/1: mm: dump: check hardware RO bit for LPAE
1764 - uapi: fix linux/tls.h userspace compilation error
1765 - uapi: fix linux/rxrpc.h userspace compilation errors
1766 - MIPS: cmpxchg64() and HAVE_VIRT_CPU_ACCOUNTING_GEN don't work for 32-bit SMP
1767 - MIPS: ralink: Fix MT7628 pinmux
1768 - MIPS: ralink: Fix typo in mt7628 pinmux function
1769 - net: mvneta: fix handling of the Tx descriptor counter
1770 - nbd: wait uninterruptible for the dead timeout
1771 - nbd: don't start req until after the dead connection logic
1772 - PM / OPP: Add missing of_node_put(np)
1773 - PCI/ASPM: Account for downstream device's Port Common_Mode_Restore_Time
1774 - PCI/ASPM: Use correct capability pointer to program LTR_L1.2_THRESHOLD
1775 - PCI: hv: Use effective affinity mask
1776 - PCI: Set Cavium ACS capability quirk flags to assert RR/CR/SV/UF
1777 - PCI: Apply Cavium ThunderX ACS quirk to more Root Ports
1778 - ALSA: hda: Add Raven PCI ID
1779 - dm integrity: allow unaligned bv_offset
1780 - dm cache: fix race condition in the writeback mode overwrite_bio
1781 optimisation
1782 - dm crypt: allow unaligned bv_offset
1783 - dm zoned: ignore last smaller runt zone
1784 - dm mpath: remove annoying message of 'blk_get_request() returned -11'
1785 - dm bufio: fix integer overflow when limiting maximum cache size
1786 - ovl: Put upperdentry if ovl_check_origin() fails
1787 - dm: allocate struct mapped_device with kvzalloc
1788 - sched/rt: Simplify the IPI based RT balancing logic
1789 - MIPS: pci: Remove KERN_WARN instance inside the mt7620 driver
1790 - dm: fix race between dm_get_from_kobject() and __dm_destroy()
1791 - dm: discard support requires all targets in a table support discards
1792 - MIPS: Fix odd fp register warnings with MIPS64r2
1793 - MIPS: Fix MIPS64 FP save/restore on 32-bit kernels
1794 - MIPS: dts: remove bogus bcm96358nb4ser.dtb from dtb-y entry
1795 - MIPS: Fix an n32 core file generation regset support regression
1796 - MIPS: BCM47XX: Fix LED inversion for WRT54GSv1
1797 - MIPS: math-emu: Fix final emulation phase for certain instructions
1798 - rt2x00usb: mark device removed when get ENOENT usb error
1799 - mm/z3fold.c: use kref to prevent page free/compact race
1800 - autofs: don't fail mount for transient error
1801 - nilfs2: fix race condition that causes file system corruption
1802 - fscrypt: lock mutex before checking for bounce page pool
1803 - eCryptfs: use after free in ecryptfs_release_messaging()
1804 - libceph: don't WARN() if user tries to add invalid key
1805 - bcache: check ca->alloc_thread initialized before wake up it
1806 - fs: guard_bio_eod() needs to consider partitions
1807 - fanotify: fix fsnotify_prepare_user_wait() failure
1808 - isofs: fix timestamps beyond 2027
1809 - btrfs: change how we decide to commit transactions during flushing
1810 - f2fs: expose some sectors to user in inline data or dentry case
1811 - NFS: Fix typo in nomigration mount option
1812 - NFS: Revert "NFS: Move the flock open mode check into nfs_flock()"
1813 - nfs: Fix ugly referral attributes
1814 - NFS: Avoid RCU usage in tracepoints
1815 - NFS: revalidate "." etc correctly on "open".
1816 - nfsd: deal with revoked delegations appropriately
1817 - rtlwifi: rtl8192ee: Fix memory leak when loading firmware
1818 - rtlwifi: fix uninitialized rtlhal->last_suspend_sec time
1819 - iwlwifi: fix firmware names for 9000 and A000 series hw
1820 - md: fix deadlock error in recent patch.
1821 - md: don't check MD_SB_CHANGE_CLEAN in md_allow_write
1822 - Bluetooth: btqcomsmd: Add support for BD address setup
1823 - md/bitmap: revert a patch
1824 - fsnotify: clean up fsnotify_prepare/finish_user_wait()
1825 - fsnotify: pin both inode and vfsmount mark
1826 - fsnotify: fix pinning group in fsnotify_prepare_user_wait()
1827 - ata: fixes kernel crash while tracing ata_eh_link_autopsy event
1828 - ext4: fix interaction between i_size, fallocate, and delalloc after a crash
1829 - ext4: prevent data corruption with inline data + DAX
1830 - ext4: prevent data corruption with journaling + DAX
1831 - ALSA: pcm: update tstamp only if audio_tstamp changed
1832 - ALSA: usb-audio: Add sanity checks to FE parser
1833 - ALSA: usb-audio: Fix potential out-of-bound access at parsing SU
1834 - ALSA: usb-audio: Add sanity checks in v2 clock parsers
1835 - ALSA: timer: Remove kernel warning at compat ioctl error paths
1836 - ALSA: hda/realtek - Fix ALC275 no sound issue
1837 - ALSA: hda: Fix too short HDMI/DP chmap reporting
1838 - ALSA: hda - Fix yet remaining issue with vmaster 0dB initialization
1839 - ALSA: hda/realtek - Fix ALC700 family no sound issue
1840 - ASoC: sun8i-codec: Invert Master / Slave condition
1841 - ASoC: sun8i-codec: Fix left and right channels inversion
1842 - ASoC: sun8i-codec: Set the BCLK divider
1843 - mfd: lpc_ich: Avoton/Rangeley uses SPI_BYT method
1844 - fix a page leak in vhost_scsi_iov_to_sgl() error recovery
1845 - 9p: Fix missing commas in mount options
1846 - fs/9p: Compare qid.path in v9fs_test_inode
1847 - net/9p: Switch to wait_event_killable()
1848 - scsi: qla2xxx: Suppress a kernel complaint in qla_init_base_qpair()
1849 - scsi: sd_zbc: Fix sd_zbc_read_zoned_characteristics()
1850 - scsi: lpfc: fix pci hot plug crash in timer management routines
1851 - scsi: lpfc: fix pci hot plug crash in list_add call
1852 - scsi: lpfc: Fix crash receiving ELS while detaching driver
1853 - scsi: lpfc: Fix FCP hba_wqidx assignment
1854 - scsi: lpfc: Fix oops if nvmet_fc_register_targetport fails
1855 - iscsi-target: Make TASK_REASSIGN use proper se_cmd->cmd_kref
1856 - iscsi-target: Fix non-immediate TMR reference leak
1857 - target: fix null pointer regression in core_tmr_drain_tmr_list
1858 - target: fix buffer offset in core_scsi3_pri_read_full_status
1859 - target: Fix QUEUE_FULL + SCSI task attribute handling
1860 - target: Fix caw_sem leak in transport_generic_request_failure
1861 - target: Fix quiese during transport_write_pending_qf endless loop
1862 - target: Avoid early CMD_T_PRE_EXECUTE failures during ABORT_TASK
1863 - mtd: Avoid probe failures when mtd->dbg.dfs_dir is invalid
1864 - mtd: nand: Export nand_reset() symbol
1865 - mtd: nand: atmel: Actually use the PM ops
1866 - mtd: nand: omap2: Fix subpage write
1867 - mtd: nand: Fix writing mtdoops to nand flash.
1868 - mtd: nand: mtk: fix infinite ECC decode IRQ issue
1869 - mailbox: bcm-flexrm-mailbox: Fix FlexRM ring flush sequence
1870 - p54: don't unregister leds when they are not initialized
1871 - block: Fix a race between blk_cleanup_queue() and timeout handling
1872 - raid1: prevent freeze_array/wait_all_barriers deadlock
1873 - genirq: Track whether the trigger type has been set
1874 - irqchip/gic-v3: Fix ppi-partitions lookup
1875 - lockd: double unregister of inetaddr notifiers
1876 - KVM: PPC: Book3S HV: Don't call real-mode XICS hypercall handlers if not
1877 enabled
1878 - KVM: nVMX: set IDTR and GDTR limits when loading L1 host state
1879 - KVM: SVM: obey guest PAT
1880 - kvm: vmx: Reinstate support for CPUs without virtual NMI
1881 - dax: fix PMD faults on zero-length files
1882 - dax: fix general protection fault in dax_alloc_inode
1883 - SUNRPC: Fix tracepoint storage issues with svc_recv and svc_rqst_status
1884 - clk: ti: dra7-atl-clock: fix child-node lookups
1885 - libnvdimm, dimm: clear 'locked' status on successful DIMM enable
1886 - libnvdimm, pfn: make 'resource' attribute only readable by root
1887 - libnvdimm, namespace: fix label initialization to use valid seq numbers
1888 - libnvdimm, region : make 'resource' attribute only readable by root
1889 - libnvdimm, namespace: make 'resource' attribute only readable by root
1890 - svcrdma: Preserve CB send buffer across retransmits
1891 - IB/srpt: Do not accept invalid initiator port names
1892 - IB/cm: Fix memory corruption in handling CM request
1893 - IB/hfi1: Fix incorrect available receive user context count
1894 - IB/srp: Avoid that a cable pull can trigger a kernel crash
1895 - IB/core: Avoid crash on pkey enforcement failed in received MADs
1896 - IB/core: Only maintain real QPs in the security lists
1897 - NFC: fix device-allocation error return
1898 - spi-nor: intel-spi: Fix broken software sequencing codes
1899 - i40e: Use smp_rmb rather than read_barrier_depends
1900 - igb: Use smp_rmb rather than read_barrier_depends
1901 - igbvf: Use smp_rmb rather than read_barrier_depends
1902 - ixgbevf: Use smp_rmb rather than read_barrier_depends
1903 - i40evf: Use smp_rmb rather than read_barrier_depends
1904 - fm10k: Use smp_rmb rather than read_barrier_depends
1905 - ixgbe: Fix skb list corruption on Power systems
1906 - parisc: Fix validity check of pointer size argument in new CAS
1907 implementation
1908 - powerpc: Fix boot on BOOK3S_32 with CONFIG_STRICT_KERNEL_RWX
1909 - powerpc/mm/radix: Fix crashes on Power9 DD1 with radix MMU and STRICT_RWX
1910 - powerpc/perf/imc: Use cpu_to_node() not topology_physical_package_id()
1911 - powerpc/signal: Properly handle return value from uprobe_deny_signal()
1912 - powerpc/64s: Fix masking of SRR1 bits on instruction fault
1913 - powerpc/64s/radix: Fix 128TB-512TB virtual address boundary case allocation
1914 - powerpc/64s/hash: Fix 512T hint detection to use >= 128T
1915 - powerpc/64s/hash: Fix 128TB-512TB virtual address boundary case allocation
1916 - powerpc/64s/hash: Fix fork() with 512TB process address space
1917 - powerpc/64s/hash: Allow MAP_FIXED allocations to cross 128TB boundary
1918 - media: Don't do DMA on stack for firmware upload in the AS102 driver
1919 - media: rc: check for integer overflow
1920 - media: rc: nec decoder should not send both repeat and keycode
1921 - cx231xx-cards: fix NULL-deref on missing association descriptor
1922 - media: v4l2-ctrl: Fix flags field on Control events
1923 - media: venus: fix wrong size on dma_free
1924 - media: venus: venc: fix bytesused v4l2_plane field
1925 - media: venus: reimplement decoder stop command
1926 - ARM64: dts: meson-gxl: Add alternate ARM Trusted Firmware reserved memory
1927 zone
1928 - iwlwifi: fix wrong struct for a000 device
1929 - iwlwifi: add a new a000 device
1930 - iwlwifi: pcie: sort IDs for the 9000 series for easier comparisons
1931 - iwlwifi: add new cards for a000 series
1932 - iwlwifi: add new cards for 8265 series
1933 - iwlwifi: add new cards for 8260 series
1934 - iwlwifi: fix PCI IDs and configuration mapping for 9000 series
1935 - iwlwifi: mvm: support version 7 of the SCAN_REQ_UMAC FW command
1936 - e1000e: Fix error path in link detection
1937 - e1000e: Fix return value test
1938 - e1000e: Separate signaling for link check/link up
1939 - e1000e: Avoid receiver overrun interrupt bursts
1940 - e1000e: fix buffer overrun while the I219 is processing DMA transactions
1941 - Linux 4.14.3
1942
1943 * Miscellaneous Ubuntu changes
1944 - SAUCE: s390/topology: don't inline cpu_to_node
1945 - SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to 0.7.3-1ubuntu1
1946
1947 -- Seth Forshee <seth.forshee@canonical.com> Mon, 04 Dec 2017 09:08:07 -0600
1948
1949 linux (4.14.0-10.12) bionic; urgency=low
1950
1951 * linux: 4.14.0-10.12 -proposed tracker (LP: #1734901)
1952
1953 * Miscellaneous Ubuntu changes
1954 - SAUCE: Enable the ACPI kernel debugger and acpidbg tool
1955 - [Packaging] Include arch/arm64/kernel/ftrace-mod.o in headers package
1956
1957 -- Seth Forshee <seth.forshee@canonical.com> Tue, 28 Nov 2017 08:46:49 -0600
1958
1959 linux (4.14.0-9.11) bionic; urgency=low
1960
1961 * linux: 4.14.0-9.11 -proposed tracker (LP: #1734728)
1962
1963 * Miscellaneous Ubuntu changes
1964 - Revert "UBUNTU: SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to
1965 0.7.3-1ubuntu1"
1966
1967 -- Seth Forshee <seth.forshee@canonical.com> Mon, 27 Nov 2017 12:44:48 -0600
1968
1969 linux (4.14.0-8.10) bionic; urgency=low
1970
1971 * linux: 4.14.0-8.10 -proposed tracker (LP: #1734695)
1972
1973 * Bionic update to v4.14.2 stable release (LP: #1734694)
1974 - bio: ensure __bio_clone_fast copies bi_partno
1975 - af_netlink: ensure that NLMSG_DONE never fails in dumps
1976 - vxlan: fix the issue that neigh proxy blocks all icmpv6 packets
1977 - net: cdc_ncm: GetNtbFormat endian fix
1978 - fealnx: Fix building error on MIPS
1979 - net/sctp: Always set scope_id in sctp_inet6_skb_msgname
1980 - ima: do not update security.ima if appraisal status is not INTEGRITY_PASS
1981 - serial: omap: Fix EFR write on RTS deassertion
1982 - serial: 8250_fintek: Fix finding base_port with activated SuperIO
1983 - tpm-dev-common: Reject too short writes
1984 - rcu: Fix up pending cbs check in rcu_prepare_for_idle
1985 - mm/pagewalk.c: report holes in hugetlb ranges
1986 - ocfs2: fix cluster hang after a node dies
1987 - ocfs2: should wait dio before inode lock in ocfs2_setattr()
1988 - ipmi: fix unsigned long underflow
1989 - mm/page_alloc.c: broken deferred calculation
1990 - mm/page_ext.c: check if page_ext is not prepared
1991 - coda: fix 'kernel memory exposure attempt' in fsync
1992 - ipmi: Prefer ACPI system interfaces over SMBIOS ones
1993 - Linux 4.14.2
1994
1995 * Bionic update to v4.14.1 stable release (LP: #1734693)
1996 - EDAC, sb_edac: Don't create a second memory controller if HA1 is not present
1997 - dmaengine: dmatest: warn user when dma test times out
1998 - media: imon: Fix null-ptr-deref in imon_probe
1999 - media: dib0700: fix invalid dvb_detach argument
2000 - crypto: dh - Fix double free of ctx->p
2001 - crypto: dh - Don't permit 'p' to be 0
2002 - crypto: dh - Don't permit 'key' or 'g' size longer than 'p'
2003 - crypto: brcm - Explicity ACK mailbox message
2004 - USB: early: Use new USB product ID and strings for DbC device
2005 - USB: usbfs: compute urb->actual_length for isochronous
2006 - USB: Add delay-init quirk for Corsair K70 LUX keyboards
2007 - usb: gadget: f_fs: Fix use-after-free in ffs_free_inst
2008 - USB: serial: metro-usb: stop I/O after failed open
2009 - USB: serial: Change DbC debug device binding ID
2010 - USB: serial: qcserial: add pid/vid for Sierra Wireless EM7355 fw update
2011 - USB: serial: garmin_gps: fix I/O after failed probe and remove
2012 - USB: serial: garmin_gps: fix memory leak on probe errors
2013 - selftests/x86/protection_keys: Fix syscall NR redefinition warnings
2014 - x86/MCE/AMD: Always give panic severity for UC errors in kernel context
2015 - platform/x86: peaq-wmi: Add DMI check before binding to the WMI interface
2016 - platform/x86: peaq_wmi: Fix missing terminating entry for peaq_dmi_table
2017 - HID: cp2112: add HIDRAW dependency
2018 - HID: wacom: generic: Recognize WACOM_HID_WD_PEN as a type of pen collection
2019 - rpmsg: glink: Add missing MODULE_LICENSE
2020 - staging: wilc1000: Fix bssid buffer offset in Txq
2021 - staging: sm750fb: Fix parameter mistake in poke32
2022 - staging: ccree: fix 64 bit scatter/gather DMA ops
2023 - staging: greybus: spilib: fix use-after-free after deregistration
2024 - staging: rtl8188eu: Revert 4 commits breaking ARP
2025 - spi: fix use-after-free at controller deregistration
2026 - sparc32: Add cmpxchg64().
2027 - sparc64: mmu_context: Add missing include files
2028 - sparc64: Fix page table walk for PUD hugepages
2029 - Linux 4.14.1
2030
2031 * Set PANIC_TIMEOUT=10 on Power Systems (LP: #1730660)
2032 - [Config]: Set PANIC_TIMEOUT=10 on ppc64el
2033
2034 * enable CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH easily confuse users
2035 (LP: #1732627)
2036 - [Config] CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH=n
2037
2038 * Miscellaneous Ubuntu changes
2039 - SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to 0.7.3-1ubuntu1
2040
2041 -- Seth Forshee <seth.forshee@canonical.com> Mon, 27 Nov 2017 07:43:44 -0600
2042
2043 linux (4.14.0-7.9) bionic; urgency=low
2044
2045 * Miscellaneous Ubuntu changes
2046 - SAUCE: apparmor: add base infastructure for socket mediation
2047 - SAUCE: apparmor: af_unix mediation
2048 - SAUCE: LSM stacking: procfs: add smack subdir to attrs
2049 - SAUCE: LSM stacking: LSM: manage credential security blobs
2050 - SAUCE: LSM stacking: LSM: Manage file security blobs
2051 - SAUCE: LSM stacking: LSM: manage task security blobs
2052 - SAUCE: LSM stacking: LSM: Infrastructure management of the remaining blobs
2053 - SAUCE: LSM stacking: LSM: general but not extreme module stacking
2054 - SAUCE: LSM stacking: LSM: Complete task_alloc hook
2055 - SAUCE: LSM stacking: fixup procsfs: add smack subdir to attrs
2056 - SAUCE: LSM stacking: fixup initialize task->security
2057 - SAUCE: LSM stacking: fixup: alloc_task_ctx is dead code
2058 - SAUCE: LSM stacking: add support for stacking getpeersec_stream
2059 - SAUCE: LSM stacking: add stacking support to apparmor network hooks
2060 - SAUCE: LSM stacking: fixup apparmor stacking enablement
2061 - SAUCE: LSM stacking: fixup stacking kconfig
2062 - SAUCE: LSM stacking: allow selecting multiple LSMs using kernel boot params
2063 - SAUCE: LSM stacking: provide prctl interface for setting context
2064 - SAUCE: LSM stacking: inherit current display LSM
2065 - SAUCE: LSM stacking: keep an index for each registered LSM
2066 - SAUCE: LSM stacking: verify display LSM
2067 - SAUCE: LSM stacking: provide a way to specify the default display lsm
2068 - SAUCE: LSM stacking: make sure LSM blob align on 64 bit boundaries
2069 - SAUCE: LSM stacking: add /proc/<pid>/attr/display_lsm
2070 - SAUCE: LSM stacking: add Kconfig to set default display LSM
2071 - SAUCE: LSM stacking: add configs for LSM stacking
2072 - SAUCE: LSM stacking: check for invalid zero sized writes
2073 - [Config] Run updateconfigs after merging LSM stacking
2074 - [Config] CONFIG_AMD_MEM_ENCRYPT=y
2075
2076 [ Upstream Kernel Changes ]
2077
2078 * Rebase to v4.14
2079
2080 -- Seth Forshee <seth.forshee@canonical.com> Mon, 13 Nov 2017 08:12:08 -0600
2081
2082 linux (4.14.0-6.8) bionic; urgency=low
2083
2084 * Miscellaneous Ubuntu changes
2085 - SAUCE: add workarounds to enable ZFS for 4.14
2086
2087 [ Upstream Kernel Changes ]
2088
2089 * Rebase to v4.14-rc8
2090
2091 -- Seth Forshee <seth.forshee@canonical.com> Mon, 06 Nov 2017 11:39:00 -0600
2092
2093 linux (4.14.0-5.7) bionic; urgency=low
2094
2095 * Miscellaneous Ubuntu changes
2096 - [Debian] Fix invocation of dh_prep for dbgsym packages
2097
2098 -- Seth Forshee <seth.forshee@canonical.com> Tue, 31 Oct 2017 07:07:23 -0500
2099
2100 linux (4.14.0-4.5) bionic; urgency=low
2101
2102 * Miscellaneous Ubuntu changes
2103 - [Packaging] virtualbox -- reduce in kernel module versions
2104 - vbox-update: Fix up KERN_DIR definitions
2105 - ubuntu: vbox -- update to 5.2.0-dfsg-2
2106 - [Config] CONFIG_AMD_MEM_ENCRYPT=n
2107
2108 [ Upstream Kernel Changes ]
2109
2110 * Rebase to v4.14-rc7
2111
2112 -- Seth Forshee <seth.forshee@canonical.com> Mon, 30 Oct 2017 13:29:20 -0500
2113
2114 linux (4.14.0-3.4) artful; urgency=low
2115
2116 * Touchpad and TrackPoint Dose Not Work on Lenovo X1C6 and X280 (LP: #1723986)
2117 - SAUCE: Input: synaptics-rmi4 - RMI4 can also use SMBUS version 3
2118 - SAUCE: Input: synaptics - Lenovo X1 Carbon 5 should use SMBUS/RMI
2119 - SAUCE: Input: synaptics - add Intertouch support on X1 Carbon 6th and X280
2120
2121 * powerpc/64s: Add workaround for P9 vector CI load issuenext (LP: #1721070)
2122 - powerpc/64s: Add workaround for P9 vector CI load issue
2123
2124 * Miscellaneous Ubuntu changes
2125 - SAUCE: staging: vboxvideo: Fix reporting invalid suggested-offset-properties
2126 - [Config] CONFIG_DRM_VBOXVIDEO=m
2127 - SAUCE: Import aufs driver
2128 - [Config] Enable aufs
2129 - [Config] Reorder annotations file after enabling aufs
2130 - vbox-update: Disable imported vboxvideo module
2131 - ubuntu: vbox -- update to 5.1.30-dfsg-1
2132 - Enable vbox
2133 - hio: Use correct sizes when initializing ssd_index_bits* arrays
2134 - hio: Update io stat accounting for 4.14
2135 - Enable hio
2136
2137 [ Upstream Kernel Changes ]
2138
2139 * Rebase to v4.14-rc5
2140 * Rebase to v4.14-rc6
2141
2142 -- Seth Forshee <seth.forshee@canonical.com> Mon, 23 Oct 2017 13:53:52 -0500
2143
2144 linux (4.14.0-2.3) artful; urgency=low
2145
2146 * [Bug] USB controller failed to respond on Denverton after loading
2147 intel_th_pci module (LP: #1715833)
2148 - SAUCE: PCI: Disable broken RTIT_BAR of Intel TH
2149
2150 * CONFIG_DEBUG_FS is not enabled by "make zfcpdump_defconfig" with Ubuntu
2151 17.10 (kernel 4.13) (LP: #1719290)
2152 - SAUCE: s390: update zfcpdump_defconfig
2153
2154 * Add installer support for Broadcom BCM573xx network drivers. (LP: #1720466)
2155 - d-i: Add bnxt_en to nic-modules.
2156
2157 * Miscellaneous Ubuntu changes
2158 - [Config] Update annotations for 4.14-rc2
2159
2160 [ Upstream Kernel Changes ]
2161
2162 * Rebase to v4.14-rc3
2163 * Rebase to v4.14-rc4
2164
2165 -- Seth Forshee <seth.forshee@canonical.com> Wed, 11 Oct 2017 16:04:27 -0500
2166
2167 linux (4.14.0-1.2) artful; urgency=low
2168
2169 * [Bug] USB 3.1 Gen2 works as 5Gbps (LP: #1720045)
2170 - xhci: set missing SuperSpeedPlus Link Protocol bit in roothub descriptor
2171
2172 * Please make linux-libc-dev Provide: aufs-dev (LP: #1716091)
2173 - [Packaging] Add aufs-dev to the Provides: for linux-libc-dev
2174
2175 * Upgrade to 4.13.0-11.12 in artful amd64 VM breaks display on wayland
2176 (LP: #1718679)
2177 - [Config] CONFIG_DRM_VBOXVIDEO=n
2178
2179 * ipmmu-vmsa driver breaks arm64 boots (LP: #1718734)
2180 - [Config] Disable CONFIG_IPMMU_VMSA on arm64
2181
2182 * autopkgtest profile fails to build on armhf (LP: #1717920)
2183 - [Packaging] autopkgtest -- disable d-i when dropping flavours
2184
2185 * Miscellaneous Ubuntu changes
2186 - [Config] CONFIG_I2C_XLP9XX=m
2187 - [Packaging] Use SRCPKGNAME rather than hard-coding the source package name
2188
2189 [ Upstream Kernel Changes ]
2190
2191 * Rebase to v4.14-rc2
2192
2193 -- Seth Forshee <seth.forshee@canonical.com> Fri, 29 Sep 2017 09:09:11 -0400
2194
2195 linux (4.14.0-0.1) artful; urgency=low
2196
2197 * Miscellaneous Ubuntu changes
2198 - Disable vbox build
2199 - Disable hio build
2200 - Disable zfs build
2201
2202 [ Upstream Kernel Changes ]
2203
2204 * Rebase to v4.14-rc1
2205
2206 -- Seth Forshee <seth.forshee@canonical.com> Tue, 19 Sep 2017 20:22:29 -0500
2207
2208 linux (4.13.0-11.12) artful; urgency=low
2209
2210 * linux: 4.13.0-11.12 -proposed tracker (LP: #1716699)
2211
2212 * kernel panic -not syncing: Fatal exception: panic_on_oops (LP: #1708399)
2213 - s390/mm: fix local TLB flushing vs. detach of an mm address space
2214 - s390/mm: fix race on mm->context.flush_mm
2215
2216 * CVE-2017-1000251
2217 - Bluetooth: Properly check L2CAP config option output buffer length
2218
2219 -- Seth Forshee <seth.forshee@canonical.com> Tue, 12 Sep 2017 10:18:38 -0500
2220
2221 linux (4.13.0-10.11) artful; urgency=low
2222
2223 * linux: 4.13.0-10.11 -proposed tracker (LP: #1716287)
2224
2225 * please add aufs-dkms to the Provides: for the kernel packages (LP: #1716093)
2226 - [Packaging] Add aufs-dkms to the Provides: for kernel packages
2227
2228 * Artful update to v4.13.1 stable release (LP: #1716284)
2229 - usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard
2230 - USB: serial: option: add support for D-Link DWM-157 C1
2231 - usb: Add device quirk for Logitech HD Pro Webcam C920-C
2232 - usb:xhci:Fix regression when ATI chipsets detected
2233 - USB: musb: fix external abort on suspend
2234 - ANDROID: binder: add padding to binder_fd_array_object.
2235 - ANDROID: binder: add hwbinder,vndbinder to BINDER_DEVICES.
2236 - USB: core: Avoid race of async_completed() w/ usbdev_release()
2237 - staging/rts5208: fix incorrect shift to extract upper nybble
2238 - staging: ccree: save ciphertext for CTS IV
2239 - staging: fsl-dpaa2/eth: fix off-by-one FD ctrl bitmaks
2240 - iio: adc: ti-ads1015: fix incorrect data rate setting update
2241 - iio: adc: ti-ads1015: fix scale information for ADS1115
2242 - iio: adc: ti-ads1015: enable conversion when CONFIG_PM is not set
2243 - iio: adc: ti-ads1015: avoid getting stale result after runtime resume
2244 - iio: adc: ti-ads1015: don't return invalid value from buffer setup callbacks
2245 - iio: adc: ti-ads1015: add adequate wait time to get correct conversion
2246 - driver core: bus: Fix a potential double free
2247 - HID: wacom: Do not completely map WACOM_HID_WD_TOUCHRINGSTATUS usage
2248 - binder: free memory on error
2249 - crypto: caam/qi - fix compilation with CONFIG_DEBUG_FORCE_WEAK_PER_CPU=y
2250 - crypto: caam/qi - fix compilation with DEBUG enabled
2251 - thunderbolt: Fix reset response_type
2252 - fpga: altera-hps2fpga: fix multiple init of l3_remap_lock
2253 - intel_th: pci: Add Cannon Lake PCH-H support
2254 - intel_th: pci: Add Cannon Lake PCH-LP support
2255 - ath10k: fix memory leak in rx ring buffer allocation
2256 - drm/vgem: Pin our pages for dmabuf exports
2257 - drm/ttm: Fix accounting error when fail to get pages for pool
2258 - drm/dp/mst: Handle errors from drm_atomic_get_private_obj_state() correctly
2259 - rtlwifi: rtl_pci_probe: Fix fail path of _rtl_pci_find_adapter
2260 - Bluetooth: Add support of 13d3:3494 RTL8723BE device
2261 - iwlwifi: pci: add new PCI ID for 7265D
2262 - dlm: avoid double-free on error path in dlm_device_{register,unregister}
2263 - mwifiex: correct channel stat buffer overflows
2264 - MCB: add support for SC31 to mcb-lpc
2265 - s390/mm: avoid empty zero pages for KVM guests to avoid postcopy hangs
2266 - drm/nouveau/pci/msi: disable MSI on big-endian platforms by default
2267 - drm/nouveau: Fix error handling in nv50_disp_atomic_commit
2268 - workqueue: Fix flag collision
2269 - ahci: don't use MSI for devices with the silly Intel NVMe remapping scheme
2270 - cs5536: add support for IDE controller variant
2271 - scsi: sg: protect against races between mmap() and SG_SET_RESERVED_SIZE
2272 - scsi: sg: recheck MMAP_IO request length with lock held
2273 - of/device: Prevent buffer overflow in of_device_modalias()
2274 - rtlwifi: Fix memory leak when firmware request fails
2275 - rtlwifi: Fix fallback firmware loading
2276 - Linux 4.13.1
2277
2278 * Kernel has trouble recognizing Corsair Strafe RGB keyboard (LP: #1678477)
2279 - usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard
2280
2281 * SRIOV: warning if unload VFs (LP: #1715073)
2282 - PCI: Disable VF decoding before pcibios_sriov_disable() updates resources
2283
2284 * [Patch] network-i40e:NVM bug fixes (cherrypick from 4.14) (LP: #1715578)
2285 - i40e: avoid NVM acquire deadlock during NVM update
2286 - i40e: point wb_desc at the nvm_wb_desc during i40e_read_nvm_aq
2287
2288 * [P9,POwer NV] Perf PMU event : pm_br_2path and pm_ld_miss_l1 is counted
2289 twice when perf stat is done (perf:) (LP: #1714571)
2290 - perf vendor events powerpc: Remove duplicate events
2291
2292 * Unable to install Ubuntu on the NVMe disk under VMD PCI domain
2293 (LP: #1703339)
2294 - [Config] Include vmd in storage-core-modules udeb
2295
2296 * 17.10 fails to boot on POWER9 DD2.0 with Deep stop states (LP: #1715064)
2297 - powerpc/powernv: Save/Restore additional SPRs for stop4 cpuidle
2298 - powerpc/powernv: Clear PECE1 in LPCR via stop-api only on Hotplug
2299 - SAUCE: powerpc/powernv: Clear LPCR[PECE1] via stop-api only for deep state
2300 offline
2301
2302 * Miscellaneous Ubuntu changes
2303 - SAUCE: selftests/seccomp: Support glibc 2.26 siginfo_t.h
2304 - Revert "UBUNTU: SAUCE: Import aufs driver"
2305 - SAUCE: Import aufs driver
2306
2307 -- Seth Forshee <seth.forshee@canonical.com> Sun, 10 Sep 2017 17:48:59 -0500
2308
2309 linux (4.13.0-9.10) artful; urgency=low
2310
2311 * linux: 4.13.0-9.10 -proposed tracker (LP: #1715145)
2312
2313 * EDAC sbridge: Failed to register device with error -22. (LP: #1714112)
2314 - [Config] CONFIG_EDAC_GHES=n
2315
2316 * Miscellaneous Ubuntu changes
2317 - ubuntu: vbox -- update to 5.1.26-dfsg-2
2318
2319 [ Upstream Kernel Changes ]
2320
2321 * Rebase to v4.13
2322
2323 -- Seth Forshee <seth.forshee@canonical.com> Tue, 05 Sep 2017 07:51:19 -0500
2324
2325 linux (4.13.0-8.9) artful; urgency=low
2326
2327 * snapd 2.27.3+17.10 ADT test failure with linux 4.13.0-6.7 (LP: #1713103)
2328 - SAUCE: apparmor: fix apparmorfs DAC access, permissions
2329
2330 * enable ARCH_SUNXI (and friends) in arm64 kernel .config (LP: #1701137)
2331 - [Config] Enable CONFIG_ARCH_SUNXI and related options for arm64
2332
2333 * [Bug] Harrisonville: pnd2_edac always fail to load on B1 stepping
2334 Harrisonville SDP (LP: #1709257)
2335 - EDAC, pnd2: Build in a minimal sideband driver for Apollo Lake
2336 - EDAC, pnd2: Mask off the lower four bits of a BAR
2337 - EDAC, pnd2: Conditionally unhide/hide the P2SB PCI device to read BAR
2338 - EDAC, pnd2: Properly toggle hidden state for P2SB PCI device
2339 - SAUCE: i2c: i801: Restore the presence state of P2SB PCI device after
2340 reading BAR
2341
2342 * Miscellaneous Ubuntu changes
2343 - Revert "UBUNTU: SAUCE: Import aufs driver"
2344 - SAUCE: Import aufs driver
2345 - SAUCE: selftests/powerpc: Disable some ptrace selftests
2346 - [Config] CONFIG_CRYPTO_DEV_NITROX_CNN55XX=n for s390x
2347 - [Config] CONFIG_I2C_SLAVE=n for amd64, i386, ppc64el
2348 - [Config] Disable CONFIG_MDIO_* options for s390x
2349 - [Config] CONFIG_SCSI_MQ_DEFAULT=n for s390x
2350 - [Config] Update annotations for 4.13
2351
2352 -- Seth Forshee <seth.forshee@canonical.com> Thu, 31 Aug 2017 14:27:09 -0500
2353
2354 linux (4.13.0-7.8) artful; urgency=low
2355
2356 * linux 4.12.0-11.12 ADT test failure with linux 4.12.0-11.12 (LP: #1710904)
2357 - SAUCE: selftests/powerpc: Use snprintf to construct DSCR sysfs interface
2358 paths
2359
2360 * Miscellaneous Ubuntu changes
2361 - Revert "UBUNTU: SAUCE: seccomp: log actions even when audit is disabled"
2362
2363 * Miscellaneous upstream changes
2364 - seccomp: Provide matching filter for introspection
2365 - seccomp: Sysctl to display available actions
2366 - seccomp: Operation for checking if an action is available
2367 - seccomp: Sysctl to configure actions that are allowed to be logged
2368 - seccomp: Selftest for detection of filter flag support
2369 - seccomp: Filter flag to log all actions except SECCOMP_RET_ALLOW
2370 - seccomp: Action to log before allowing
2371
2372 [ Upstream Kernel Changes ]
2373
2374 * Rebase to v4.13-rc7
2375
2376 -- Seth Forshee <seth.forshee@canonical.com> Mon, 28 Aug 2017 08:12:24 -0500
2377
2378 linux (4.13.0-6.7) artful; urgency=low
2379
2380 * HID: multitouch: Support ALPS PTP Stick and Touchpad devices (LP: #1712481)
2381 - SAUCE: HID: multitouch: Support ALPS PTP stick with pid 0x120A
2382
2383 * sort ABI files with C.UTF-8 locale (LP: #1712345)
2384 - [Packaging] sort ABI files with C.UTF-8 locale
2385
2386 * igb: Support using Broadcom 54616 as PHY (LP: #1712024)
2387 - SAUCE: igb: add support for using Broadcom 54616 as PHY
2388
2389 * RPT related fixes missing in Ubuntu 16.04.3 (LP: #1709220)
2390 - powerpc/mm/radix: Improve _tlbiel_pid to be usable for PWC flushes
2391 - powerpc/mm/radix: Improve TLB/PWC flushes
2392 - powerpc/mm/radix: Avoid flushing the PWC on every flush_tlb_range
2393
2394 * Linux 4.12 refuses to load self-signed modules under Secure Boot with
2395 properly enrolled keys (LP: #1712168)
2396 - SAUCE: (efi-lockdown) MODSIGN: Fix module signature verification
2397
2398 * [17.10 FEAT] Enable NVMe driver - kernel (LP: #1708432)
2399 - [Config] CONFIG_BLK_DEV_NVME=m for s390
2400
2401 * Artful: 4.12.0-11.12: Boot panic in vlv2_plat_configure_clock+0x3b/0xa0
2402 (LP: #1711298)
2403 - [Config] CONFIG_INTEL_ATOMISP=n
2404
2405 * Miscellaneous Ubuntu changes
2406 - SAUCE: apparmor: af_unix mediation
2407
2408 * Miscellaneous upstream changes
2409 - apparmor: Fix shadowed local variable in unpack_trans_table()
2410 - apparmor: Fix logical error in verify_header()
2411 - apparmor: Fix an error code in aafs_create()
2412 - apparmor: Redundant condition: prev_ns. in [label.c:1498]
2413 - apparmor: add the ability to mediate signals
2414 - apparmor: add mount mediation
2415 - apparmor: cleanup conditional check for label in label_print
2416 - apparmor: add support for absolute root view based labels
2417 - apparmor: make policy_unpack able to audit different info messages
2418 - apparmor: add more debug asserts to apparmorfs
2419 - apparmor: add base infastructure for socket mediation
2420 - apparmor: move new_null_profile to after profile lookup fns()
2421 - apparmor: fix race condition in null profile creation
2422 - apparmor: ensure unconfined profiles have dfas initialized
2423 - apparmor: fix incorrect type assignment when freeing proxies
2424
2425 [ Upstream Kernel Changes ]
2426
2427 * Rebase to v4.13-rc6
2428
2429 -- Seth Forshee <seth.forshee@canonical.com> Wed, 23 Aug 2017 08:10:38 -0500
2430
2431 linux (4.13.0-5.6) artful; urgency=low
2432
2433 * Ubuntu17.10 - perf: Update Power9 PMU event JSON files (LP: #1708630)
2434 - perf pmu-events: Support additional POWER8+ PVR in mapfile
2435 - perf vendor events: Add POWER9 PMU events
2436 - perf vendor events: Add POWER9 PVRs to mapfile
2437 - SAUCE: perf vendor events powerpc: remove suffix in mapfile
2438 - SAUCE: perf vendor events powerpc: Update POWER9 events
2439
2440 * Disable CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE (LP: #1709171)
2441 - [Config] CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE=n for ppc64el
2442
2443 * Please only recommend or suggest initramfs-tools | linux-initramfs-tool for
2444 kernels able to boot without initramfs (LP: #1700972)
2445 - [Debian] Don't depend on initramfs-tools
2446
2447 * Miscellaneous Ubuntu changes
2448 - SAUCE: Import aufs driver
2449 - SAUCE: aufs -- Add missing argument to loop_switch() call
2450 - [Config] Enable aufs
2451 - SAUCE: (noup) Update spl to 0.6.5.11-ubuntu1, zfs to 0.6.5.11-1ubuntu3
2452 - Enable zfs build
2453 - SAUCE: powerpc: Always initialize input array when calling epapr_hypercall()
2454 - [Packaging] switch up to debhelper 9
2455
2456 [ Upstream Kernel Changes ]
2457
2458 * Rebase to v4.13-rc5
2459
2460 -- Seth Forshee <seth.forshee@canonical.com> Tue, 15 Aug 2017 09:24:16 -0500
2461
2462 linux (4.13.0-4.5) artful; urgency=low
2463
2464 * Lenovo Yoga 910 Sensors (LP: #1708120)
2465 - SAUCE: (no-up) HID: Add quirk for Lenovo Yoga 910 with ITE Chips
2466
2467 * Unable to install Ubuntu on the NVMe disk under VMD PCI domain
2468 (LP: #1703339)
2469 - [Config] Add vmd driver to generic inclusion list
2470
2471 * Set CONFIG_SATA_HIGHBANK=y on armhf (LP: #1703430)
2472 - [Config] CONFIG_SATA_HIGHBANK=y
2473
2474 * Miscellaneous Ubuntu changes
2475 - ubuntu: vbox -- update to 5.1.26-dfsg-1
2476 - SAUCE: hio: Build fixes for 4.13
2477 - Enable hio build
2478 - SAUCE: (noup) Update spl to 0.6.5.11-1, zfs to 0.6.5.11-1ubuntu1
2479 - [debian] use all rather than amd64 dkms debs for sync
2480
2481 [ Upstream Kernel Changes ]
2482
2483 * Rebase to v4.13-rc4
2484
2485 -- Seth Forshee <seth.forshee@canonical.com> Tue, 08 Aug 2017 11:31:48 -0500
2486
2487 linux (4.13.0-3.4) artful; urgency=low
2488
2489 * Adt tests of src:linux time out often on armhf lxc containers (LP: #1705495)
2490 - [Packaging] tests -- reduce rebuild test to one flavour
2491 - [Packaging] tests -- reduce rebuild test to one flavour -- use filter
2492
2493 * snapd 2.26.8+17.10 ADT test failure with linux 4.12.0-6.7 (LP: #1704158)
2494 - SAUCE: virtio_net: Revert mergeable buffer handling rework
2495
2496 [ Upstream Kernel Changes ]
2497
2498 * Rebase to v4.13-rc3
2499
2500 -- Seth Forshee <seth.forshee@canonical.com> Mon, 31 Jul 2017 10:08:16 -0500
2501
2502 linux (4.13.0-2.3) artful; urgency=low
2503
2504 * Change CONFIG_IBMVETH to module (LP: #1704479)
2505 - [Config] CONFIG_IBMVETH=m
2506
2507 [ Upstream Kernel Changes ]
2508
2509 * Rebase to v4.13-rc2
2510
2511 -- Seth Forshee <seth.forshee@canonical.com> Mon, 24 Jul 2017 13:58:08 -0500
2512
2513 linux (4.13.0-1.2) artful; urgency=low
2514
2515 * Miscellaneous Ubuntu changes
2516 - [Debian] Support sphinx-based kernel documentation
2517
2518 -- Seth Forshee <seth.forshee@canonical.com> Thu, 20 Jul 2017 09:18:33 -0500
2519
2520 linux (4.13.0-0.1) artful; urgency=low
2521
2522 * Miscellaneous Ubuntu changes
2523 - Disable hio
2524 - Disable zfs build
2525 - ubuntu: vbox -- update to 5.1.24-dfsg-1
2526
2527 [ Upstream Kernel Changes ]
2528
2529 * Rebase to v4.13-rc1
2530
2531 -- Seth Forshee <seth.forshee@canonical.com> Wed, 19 Jul 2017 15:09:31 -0500
2532
2533 linux (4.12.0-7.8) artful; urgency=low
2534
2535 * ThunderX: soft lockup on 4.8+ kernels when running qemu-efi with vhost=on
2536 (LP: #1673564)
2537 - arm64: Add a facility to turn an ESR syndrome into a sysreg encoding
2538 - KVM: arm/arm64: vgic-v3: Add accessors for the ICH_APxRn_EL2 registers
2539 - KVM: arm64: Make kvm_condition_valid32() accessible from EL2
2540 - KVM: arm64: vgic-v3: Add hook to handle guest GICv3 sysreg accesses at EL2
2541 - KVM: arm64: vgic-v3: Add ICV_BPR1_EL1 handler
2542 - KVM: arm64: vgic-v3: Add ICV_IGRPEN1_EL1 handler
2543 - KVM: arm64: vgic-v3: Add ICV_IAR1_EL1 handler
2544 - KVM: arm64: vgic-v3: Add ICV_EOIR1_EL1 handler
2545 - KVM: arm64: vgic-v3: Add ICV_AP1Rn_EL1 handler
2546 - KVM: arm64: vgic-v3: Add ICV_HPPIR1_EL1 handler
2547 - KVM: arm64: vgic-v3: Enable trapping of Group-1 system registers
2548 - KVM: arm64: Enable GICv3 Group-1 sysreg trapping via command-line
2549 - KVM: arm64: vgic-v3: Add ICV_BPR0_EL1 handler
2550 - KVM: arm64: vgic-v3: Add ICV_IGNREN0_EL1 handler
2551 - KVM: arm64: vgic-v3: Add misc Group-0 handlers
2552 - KVM: arm64: vgic-v3: Enable trapping of Group-0 system registers
2553 - KVM: arm64: Enable GICv3 Group-0 sysreg trapping via command-line
2554 - arm64: Add MIDR values for Cavium cn83XX SoCs
2555 - arm64: Add workaround for Cavium Thunder erratum 30115
2556 - KVM: arm64: vgic-v3: Add ICV_DIR_EL1 handler
2557 - KVM: arm64: vgic-v3: Add ICV_RPR_EL1 handler
2558 - KVM: arm64: vgic-v3: Add ICV_CTLR_EL1 handler
2559 - KVM: arm64: vgic-v3: Add ICV_PMR_EL1 handler
2560 - KVM: arm64: Enable GICv3 common sysreg trapping via command-line
2561 - KVM: arm64: vgic-v3: Log which GICv3 system registers are trapped
2562 - KVM: arm64: Log an error if trapping a read-from-write-only GICv3 access
2563 - KVM: arm64: Log an error if trapping a write-to-read-only GICv3 access
2564
2565 * hns: under heavy load, NIC may fail and require reboot (LP: #1704146)
2566 - net: hns: Bugfix for Tx timeout handling in hns driver
2567
2568 * New ACPI identifiers for ThunderX SMMU (LP: #1703437)
2569 - iommu/arm-smmu: Plumb in new ACPI identifiers
2570
2571 * Transparent hugepages should default to enabled=madvise (LP: #1703742)
2572 - SAUCE: use CONFIG_TRANSPARENT_HUGEPAGE_MADVISE=y as default
2573
2574 * Artful update to v4.12.1 stable release (LP: #1703858)
2575 - driver core: platform: fix race condition with driver_override
2576 - RDMA/uverbs: Check port number supplied by user verbs cmds
2577 - usb: dwc3: replace %p with %pK
2578 - USB: serial: cp210x: add ID for CEL EM3588 USB ZigBee stick
2579 - usb: usbip: set buffer pointers to NULL after free
2580 - Add USB quirk for HVR-950q to avoid intermittent device resets
2581 - usb: Fix typo in the definition of Endpoint[out]Request
2582 - USB: core: fix device node leak
2583 - USB: serial: option: add two Longcheer device ids
2584 - USB: serial: qcserial: new Sierra Wireless EM7305 device ID
2585 - xhci: Limit USB2 port wake support for AMD Promontory hosts
2586 - gfs2: Fix glock rhashtable rcu bug
2587 - Add "shutdown" to "struct class".
2588 - tpm: Issue a TPM2_Shutdown for TPM2 devices.
2589 - tpm: fix a kernel memory leak in tpm-sysfs.c
2590 - powerpc/powernv: Fix CPU_HOTPLUG=n idle.c compile error
2591 - x86/uaccess: Optimize copy_user_enhanced_fast_string() for short strings
2592 - sched/fair, cpumask: Export for_each_cpu_wrap()
2593 - sched/core: Implement new approach to scale select_idle_cpu()
2594 - sched/numa: Use down_read_trylock() for the mmap_sem
2595 - sched/numa: Override part of migrate_degrades_locality() when idle balancing
2596 - sched/fair: Simplify wake_affine() for the single socket case
2597 - sched/numa: Implement NUMA node level wake_affine()
2598 - sched/fair: Remove effective_load()
2599 - sched/numa: Hide numa_wake_affine() from UP build
2600 - xen: avoid deadlock in xenbus driver
2601 - crypto: drbg - Fixes panic in wait_for_completion call
2602 - Linux 4.12.1
2603
2604 * cxlflash update request in the Xenial SRU stream (LP: #1702521)
2605 - scsi: cxlflash: Combine the send queue locks
2606 - scsi: cxlflash: Update cxlflash_afu_sync() to return errno
2607 - scsi: cxlflash: Reset hardware queue context via specified register
2608 - scsi: cxlflash: Schedule asynchronous reset of the host
2609 - scsi: cxlflash: Handle AFU sync failures
2610 - scsi: cxlflash: Track pending scsi commands in each hardware queue
2611 - scsi: cxlflash: Flush pending commands in cleanup path
2612 - scsi: cxlflash: Add scsi command abort handler
2613 - scsi: cxlflash: Create character device to provide host management interface
2614 - scsi: cxlflash: Separate AFU internal command handling from AFU sync
2615 specifics
2616 - scsi: cxlflash: Introduce host ioctl support
2617 - scsi: cxlflash: Refactor AFU capability checking
2618 - scsi: cxlflash: Support LUN provisioning
2619 - scsi: cxlflash: Support AFU debug
2620 - scsi: cxlflash: Support WS16 unmap
2621 - scsi: cxlflash: Remove zeroing of private command data
2622 - scsi: cxlflash: Update TMF command processing
2623 - scsi: cxlflash: Avoid double free of character device
2624 - scsi: cxlflash: Update send_tmf() parameters
2625 - scsi: cxlflash: Update debug prints in reset handlers
2626
2627 * make snap-pkg support (LP: #1700747)
2628 - make snap-pkg support
2629
2630 * Quirk for non-compliant PCI bridge on HiSilicon D05 board (LP: #1698706)
2631 - SAUCE: PCI: Support hibmc VGA cards behind a misbehaving HiSilicon bridge
2632
2633 * arm64: fix crash reading /proc/kcore (LP: #1702749)
2634 - fs/proc: kcore: use kcore_list type to check for vmalloc/module address
2635 - arm64: mm: select CONFIG_ARCH_PROC_KCORE_TEXT
2636
2637 * Opal and POWER9 DD2 (LP: #1702159)
2638 - SAUCE: powerpc/powernv: Tell OPAL about our MMU mode on POWER9
2639
2640 * Data corruption with hio driver (LP: #1701316)
2641 - SAUCE: hio: Fix incorrect use of enum req_opf values
2642
2643 * Miscellaneous Ubuntu changes
2644 - SAUCE: (noup) Update spl to 0.6.5.10-1, zfs to 0.6.5.10-1ubuntu2
2645 - snapcraft.yaml: Sync with xenial
2646 - [Config] CONFIG_CAVIUM_ERRATUM_30115=y
2647
2648 * Miscellaneous upstream changes
2649 - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and
2650 MokSBState"
2651
2652 -- Seth Forshee <seth.forshee@canonical.com> Fri, 14 Jul 2017 15:25:41 -0500
2653
2654 linux (4.12.0-6.7) artful; urgency=low
2655
2656 * update ENA driver to 1.2.0k from net-next (LP: #1701575)
2657 - net: ena: change return value for unsupported features unsupported return
2658 value
2659 - net: ena: add hardware hints capability to the driver
2660 - net: ena: change sizeof() argument to be the type pointer
2661 - net: ena: add reset reason for each device FLR
2662 - net: ena: add support for out of order rx buffers refill
2663 - net: ena: allow the driver to work with small number of msix vectors
2664 - net: ena: use napi_schedule_irqoff when possible
2665 - net: ena: separate skb allocation to dedicated function
2666 - net: ena: use lower_32_bits()/upper_32_bits() to split dma address
2667 - net: ena: update driver's rx drop statistics
2668 - net: ena: update ena driver to version 1.2.0
2669
2670 * APST gets enabled against explicit kernel option (LP: #1699004)
2671 - nvme: explicitly disable APST on quirked devices
2672
2673 * Miscellaneous Ubuntu changes
2674 - SAUCE: hio: Update to Huawei ES3000_V2 (2.1.0.40)
2675 - SAUCE: hio updates for 4.12
2676 - SAUCE: Enable hio build
2677
2678 -- Seth Forshee <seth.forshee@canonical.com> Wed, 05 Jul 2017 14:23:20 -0500
2679
2680 linux (4.12.0-5.6) artful; urgency=low
2681
2682 * ERAT invalidate on context switch removal (LP: #1700819)
2683 - powerpc: Only do ERAT invalidate on radix context switch on P9 DD1
2684
2685 * powerpc: Invalidate ERAT on powersave wakeup for POWER9 (LP: #1700521)
2686 - SAUCE: powerpc: Invalidate ERAT on powersave wakeup for POWER9
2687
2688 * Miscellaneous Ubuntu changes
2689 - d-i: Move qcom-emac from arm64 to shared nic-modules
2690
2691 [ Upstream Kernel Changes ]
2692
2693 * Rebase to v4.12
2694
2695 -- Seth Forshee <seth.forshee@canonical.com> Mon, 03 Jul 2017 07:52:02 -0500
2696
2697 linux (4.12.0-4.5) artful; urgency=low
2698
2699 * aacraid driver may return uninitialized stack data to userspace
2700 (LP: #1700077)
2701 - SAUCE: scsi: aacraid: Don't copy uninitialized stack memory to userspace
2702
2703 * KILLER1435-S[0489:e0a2] BT cannot search BT 4.0 device (LP: #1699651)
2704 - Bluetooth: btusb: Add support for 0489:e0a2 QCA_ROME device
2705
2706 * AACRAID for power9 platform (LP: #1689980)
2707 - scsi: aacraid: Remove __GFP_DMA for raw srb memory
2708 - scsi: aacraid: Fix DMAR issues with iommu=pt
2709 - scsi: aacraid: Added 32 and 64 queue depth for arc natives
2710 - scsi: aacraid: Set correct Queue Depth for HBA1000 RAW disks
2711 - scsi: aacraid: Remove reset support from check_health
2712 - scsi: aacraid: Change wait time for fib completion
2713 - scsi: aacraid: Log count info of scsi cmds before reset
2714 - scsi: aacraid: Print ctrl status before eh reset
2715 - scsi: aacraid: Using single reset mask for IOP reset
2716 - scsi: aacraid: Rework IOP reset
2717 - scsi: aacraid: Add periodic checks to see IOP reset status
2718 - scsi: aacraid: Rework SOFT reset code
2719 - scsi: aacraid: Rework aac_src_restart
2720 - scsi: aacraid: Use correct function to get ctrl health
2721 - scsi: aacraid: Make sure ioctl returns on controller reset
2722 - scsi: aacraid: Enable ctrl reset for both hba and arc
2723 - scsi: aacraid: Add reset debugging statements
2724 - scsi: aacraid: Remove reference to Series-9
2725 - scsi: aacraid: Update driver version to 50834
2726
2727 * hibmc driver does not include "pci:" prefix in bus ID (LP: #1698700)
2728 - SAUCE: drm: hibmc: Use set_busid function from drm core
2729
2730 * HiSilicon D05: installer doesn't appear on VGA (LP: #1698954)
2731 - d-i: Add hibmc-drm to kernel-image udeb
2732
2733 * Fix /proc/cpuinfo revision for POWER9 DD2 (LP: #1698844)
2734 - SAUCE: powerpc: Fix /proc/cpuinfo revision for POWER9 DD2
2735
2736 * Miscellaneous Ubuntu changes
2737 - [Config] CONFIG_SATA_MV=n and CONFIG_GENERIC_PHY=n for s390x
2738 - [Config] CONFIG_ATA=n for s390x
2739 - [Config] Update annotations for 4.12
2740
2741 [ Upstream Kernel Changes ]
2742
2743 * Rebase to v4.12-rc7
2744
2745 -- Seth Forshee <seth.forshee@canonical.com> Mon, 26 Jun 2017 11:27:29 -0500
2746
2747 linux (4.12.0-3.4) artful; urgency=low
2748
2749 * Miscellaneous upstream changes
2750 - ufs: fix the logics for tail relocation
2751
2752 [ Upstream Kernel Changes ]
2753
2754 * Rebase to v4.12-rc6
2755
2756 -- Seth Forshee <seth.forshee@canonical.com> Mon, 19 Jun 2017 14:50:39 -0500
2757
2758 linux (4.12.0-2.3) artful; urgency=low
2759
2760 * CVE-2014-9900
2761 - SAUCE: (no-up) net: Zeroing the structure ethtool_wolinfo in
2762 ethtool_get_wol()
2763
2764 * System doesn't boot properly on Gigabyte AM4 motherboards (AMD Ryzen)
2765 (LP: #1671360)
2766 - pinctrl/amd: Use regular interrupt instead of chained
2767
2768 * extend-diff-ignore should use exact matches (LP: #1693504)
2769 - [Packaging] exact extend-diff-ignore matches
2770
2771 * Miscellaneous Ubuntu changes
2772 - SAUCE: efi: Don't print secure boot state from the efi stub
2773 - ubuntu: vbox -- Update to 5.1.22-dfsg-1
2774 - SAUCE: vbox fixes for 4.12
2775 - Re-enable virtualbox build
2776 - [Config] CONFIG_ORANGEFS_FS=m
2777 - SAUCE: (noup) Update spl to 0.6.5.9-1ubuntu2, zfs to 0.6.5.9-5ubuntu7
2778 - Enable zfs build
2779
2780 [ Upstream Kernel Changes ]
2781
2782 * Rebase to v4.12-rc4
2783 * Rebase to v4.12-rc5
2784
2785 -- Seth Forshee <seth.forshee@canonical.com> Sun, 11 Jun 2017 22:25:13 -0500
2786
2787 linux (4.12.0-1.2) artful; urgency=low
2788
2789 * Enable Matrox driver for Ubuntu 16.04.3 (LP: #1693337)
2790 - [Config] Enable CONFIG_DRM_MGAG200 as module
2791
2792 * Support low-pin-count devices on Hisilicon SoCs (LP: #1677319)
2793 - [Config] CONFIG_LIBIO=y on arm64 only
2794 - SAUCE: LIBIO: Introduce a generic PIO mapping method
2795 - SAUCE: OF: Add missing I/O range exception for indirect-IO devices
2796 - [Config] CONFIG_HISILICON_LPC=y
2797 - SAUCE: LPC: Support the device-tree LPC host on Hip06/Hip07
2798 - SAUCE: LIBIO: Support the dynamically logical PIO registration of ACPI host
2799 I/O
2800 - SAUCE: LPC: Add the ACPI LPC support
2801 - SAUCE: PCI: Apply the new generic I/O management on PCI IO hosts
2802 - SAUCE: PCI: Restore codepath for !CONFIG_LIBIO
2803
2804 * POWER9: Additional patches for TTY and CPU_IDLE (LP: #1674325)
2805 - SAUCE: tty: Fix ldisc crash on reopened tty
2806
2807 * Miscellaneous Ubuntu changes
2808 - [Debian] Add build-dep on libnuma-dev to enable 'perf bench numa'
2809 - Rebase to v4.12-rc3
2810
2811 [ Upstream Kernel Changes ]
2812
2813 * Rebase to v4.12-rc3
2814
2815 -- Seth Forshee <seth.forshee@canonical.com> Mon, 29 May 2017 20:56:29 -0500
2816
2817 linux (4.12.0-0.1) artful; urgency=low
2818
2819 * please enable CONFIG_ARM64_LSE_ATOMICS (LP: #1691614)
2820 - [Config] CONFIG_ARM64_LSE_ATOMICS=y
2821
2822 * [Regression] NUMA_BALANCING disabled on arm64 (LP: #1690914)
2823 - [Config] CONFIG_NUMA_BALANCING{,_DEFAULT_ENABLED}=y on arm64
2824
2825 * exec'ing a setuid binary from a threaded program sometimes fails to setuid
2826 (LP: #1672819)
2827 - SAUCE: exec: ensure file system accounting in check_unsafe_exec is correct
2828
2829 * Miscellaneous Ubuntu changes
2830 - Update find-missing-sauce.sh to compare to artful
2831 - Update dropped.txt
2832 - SAUCE: (efi-lockdown) efi: Add EFI_SECURE_BOOT bit
2833 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
2834 kernel image
2835 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
2836 mode
2837 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
2838 - SAUCE: (efi-lockdown) Restrict /dev/mem and /dev/kmem when the kernel is
2839 locked down
2840 - SAUCE: (efi-lockdown) Add a sysrq option to exit secure boot mode
2841 - SAUCE: (efi-lockdown) kexec: Disable at runtime if the kernel is locked down
2842 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
2843 reboot
2844 - SAUCE: (efi-lockdown) kexec_file: Disable at runtime if securelevel has been
2845 set
2846 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
2847 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
2848 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
2849 down
2850 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
2851 locked down
2852 - SAUCE: (efi-lockdown) x86: Restrict MSR access when the kernel is locked
2853 down
2854 - SAUCE: (efi-lockdown) asus-wmi: Restrict debugfs interface when the kernel
2855 is locked down
2856 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
2857 locked down
2858 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
2859 has been locked down
2860 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
2861 locked down
2862 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
2863 locked down
2864 - SAUCE: (efi-lockdown) Enable cold boot attack mitigation
2865 - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the
2866 kernel is locked down
2867 - SAUCE: (efi-lockdown) scsi: Lock down the eata driver
2868 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
2869 down
2870 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
2871 - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to
2872 secondary keyring
2873 - SAUCE: (efi-lockdown) efi: Add EFI signature data types
2874 - SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser
2875 - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot
2876 - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed
2877 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
2878 - SAUCE: (efi-lockdown) efi: Add secure_boot state and status bit for
2879 MokSBState
2880 - SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and MokSBState
2881 - [Config] Set values for UEFI secure boot lockdown options
2882 - Disable virtualbox build
2883 - Disable hio build
2884 - SAUCE: securityfs: Replace CURRENT_TIME with current_time()
2885 - Disable zfs build
2886 - [Debian] Work out upstream tag for use with gen-auto-reconstruct
2887 - SAUCE: Import aufs driver
2888 - SAUCE: aufs -- Include linux/mm.h in fs/aufs/file.h
2889 - [Config] Enable aufs
2890 - SAUCE: perf callchain: Include errno.h on x86 unconditinally
2891
2892 [ Upstream Kernel Changes ]
2893
2894 * Rebase to v4.12-rc2
2895
2896 -- Seth Forshee <seth.forshee@canonical.com> Sun, 21 May 2017 23:44:44 -0500
2897
2898 linux (4.11.0-3.8) artful; urgency=low
2899
2900 [ Seth Forshee ]
2901
2902 * Release Tracking Bug
2903 - LP: #1690999
2904
2905 * apparmor_parser hangs indefinitely when called by multiple threads
2906 (LP: #1645037)
2907 - SAUCE: apparmor: fix lock ordering for mkdir
2908
2909 * apparmor leaking securityfs pin count (LP: #1660846)
2910 - SAUCE: apparmor: fix leak on securityfs pin count
2911
2912 * apparmor reference count leak when securityfs_setup_d_inode\ () fails
2913 (LP: #1660845)
2914 - SAUCE: apparmor: fix reference count leak when securityfs_setup_d_inode()
2915 fails
2916
2917 * apparmor not checking error if security_pin_fs() fails (LP: #1660842)
2918 - SAUCE: apparmor: fix not handling error case when securityfs_pin_fs() fails
2919
2920 * libvirt profile is blocking global setrlimit despite having no rlimit rule
2921 (LP: #1679704)
2922 - SAUCE: apparmor: fix complain mode failure for rlimit mediation
2923 - apparmor: update auditing of rlimit check to provide capability information
2924
2925 * apparmor: does not provide a way to detect policy updataes (LP: #1678032)
2926 - SAUCE: apparmor: add policy revision file interface
2927
2928 * apparmor does not make support of query data visible (LP: #1678023)
2929 - SAUCE: apparmor: add label data availability to the feature set
2930
2931 * apparmor query interface does not make supported query info available
2932 (LP: #1678030)
2933 - SAUCE: apparmor: add information about the query inteface to the feature set
2934
2935 * change_profile incorrect when using namespaces with a compound stack
2936 (LP: #1677959)
2937 - SAUCE: apparmor: fix label parse for stacked labels
2938
2939 * Regression in 4.4.0-65-generic causes very frequent system crashes
2940 (LP: #1669611)
2941 - apparmor: sync of apparmor 3.6+ (17.04)
2942
2943 * Artful update to 4.11.1 stable release (LP: #1690814)
2944 - dm ioctl: prevent stack leak in dm ioctl call
2945 - drm/sti: fix GDP size to support up to UHD resolution
2946 - power: supply: lp8788: prevent out of bounds array access
2947 - brcmfmac: Ensure pointer correctly set if skb data location changes
2948 - brcmfmac: Make skb header writable before use
2949 - sparc64: fix fault handling in NGbzero.S and GENbzero.S
2950 - refcount: change EXPORT_SYMBOL markings
2951 - net: macb: fix phy interrupt parsing
2952 - tcp: fix access to sk->sk_state in tcp_poll()
2953 - geneve: fix incorrect setting of UDP checksum flag
2954 - bpf: enhance verifier to understand stack pointer arithmetic
2955 - bpf, arm64: fix jit branch offset related to ldimm64
2956 - tcp: fix wraparound issue in tcp_lp
2957 - net: ipv6: Do not duplicate DAD on link up
2958 - net: usb: qmi_wwan: add Telit ME910 support
2959 - tcp: do not inherit fastopen_req from parent
2960 - ipv4, ipv6: ensure raw socket message is big enough to hold an IP header
2961 - rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME string
2962 - ipv6: initialize route null entry in addrconf_init()
2963 - ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notf
2964 - tcp: randomize timestamps on syncookies
2965 - bnxt_en: allocate enough space for ->ntp_fltr_bmap
2966 - bpf: don't let ldimm64 leak map addresses on unprivileged
2967 - net: mdio-mux: bcm-iproc: call mdiobus_free() in error path
2968 - f2fs: sanity check segment count
2969 - xen/arm,arm64: fix xen_dma_ops after 815dd18 "Consolidate get_dma_ops..."
2970 - xen: Revert commits da72ff5bfcb0 and 72a9b186292d
2971 - block: get rid of blk_integrity_revalidate()
2972 - Linux 4.11.1
2973
2974 * Module signing exclusion for staging drivers does not work properly
2975 (LP: #1690908)
2976 - SAUCE: Fix module signing exclusion in package builds
2977
2978 * perf: qcom: Add L3 cache PMU driver (LP: #1689856)
2979 - [Config] CONFIG_QCOM_L3_PMU=y
2980 - perf: qcom: Add L3 cache PMU driver
2981
2982 * No PMU support for ACPI-based arm64 systems (LP: #1689661)
2983 - drivers/perf: arm_pmu: rework per-cpu allocation
2984 - drivers/perf: arm_pmu: manage interrupts per-cpu
2985 - drivers/perf: arm_pmu: split irq request from enable
2986 - drivers/perf: arm_pmu: remove pointless PMU disabling
2987 - drivers/perf: arm_pmu: define armpmu_init_fn
2988 - drivers/perf: arm_pmu: fold init into alloc
2989 - drivers/perf: arm_pmu: factor out pmu registration
2990 - drivers/perf: arm_pmu: simplify cpu_pmu_request_irqs()
2991 - drivers/perf: arm_pmu: handle no platform_device
2992 - drivers/perf: arm_pmu: rename irq request/free functions
2993 - drivers/perf: arm_pmu: split cpu-local irq request/free
2994 - drivers/perf: arm_pmu: move irq request/free into probe
2995 - drivers/perf: arm_pmu: split out platform device probe logic
2996 - arm64: add function to get a cpu's MADT GICC table
2997 - [Config] CONFIG_ARM_PMU_ACPI=y
2998 - drivers/perf: arm_pmu: add ACPI framework
2999 - arm64: pmuv3: handle !PMUv3 when probing
3000 - arm64: pmuv3: use arm_pmu ACPI framework
3001
3002 * Fix NVLINK2 TCE route (LP: #1690155)
3003 - powerpc/powernv: Fix TCE kill on NVLink2
3004
3005 * CVE-2017-0605
3006 - tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline()
3007
3008 * Miscellaneous Ubuntu changes
3009 - [Config] Restore powerpc arch to annotations file
3010 - [Config] Disable runtime testing modules
3011 - [Config] Disable drivers not needed on s390x
3012 - [Config] Update annotations for 4.11
3013 - [Config] updateconfigs after apparmor updates
3014
3015 * Miscellaneous upstream changes
3016 - apparmor: use SHASH_DESC_ON_STACK
3017 - apparmor: fix invalid reference to index variable of iterator line 836
3018 - apparmor: fix parameters so that the permission test is bypassed at boot
3019 - apparmor: Make path_max parameter readonly
3020 - apparmorfs: Combine two function calls into one in aa_fs_seq_raw_abi_show()
3021 - apparmorfs: Use seq_putc() in two functions
3022 - apparmor: provide information about path buffer size at boot
3023 - apparmor: add/use fns to print hash string hex value
3024
3025 -- Seth Forshee <seth.forshee@canonical.com> Tue, 16 May 2017 00:39:13 -0500
3026
3027 linux (4.11.0-2.7) artful; urgency=low
3028
3029 * kernel-wedge fails in artful due to leftover squashfs-modules d-i files
3030 (LP: #1688259)
3031 - Remove squashfs-modules files from d-i
3032 - [Config] as squashfs-modules is builtin kernel-image must Provides: it
3033
3034 * [Zesty] d-i: replace msm_emac with qcom_emac (LP: #1677297)
3035 - Revert "UBUNTU: d-i: initrd needs msm_emac on amberwing platform."
3036 - d-i: initrd needs qcom_emac on amberwing platform.
3037
3038 * update for V3 kernel bits and improved multiple fan slice support
3039 (LP: #1470091)
3040 - SAUCE: fan: tunnel multiple mapping mode (v3)
3041
3042 * Miscellaneous Ubuntu changes
3043 - SAUCE: (noup) Update spl to 0.6.5.9-1ubuntu1, zfs to 0.6.5.9-5ubuntu5
3044 - Enable zfs
3045 - SAUCE: fan: add VXLAN implementation
3046 - SAUCE: (efi-lockdown) efi: Add EFI_SECURE_BOOT bit
3047 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
3048 kernel image
3049 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
3050 mode
3051 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
3052 - SAUCE: (efi-lockdown) Restrict /dev/mem and /dev/kmem when the kernel is
3053 locked down
3054 - SAUCE: (efi-lockdown) Add a sysrq option to exit secure boot mode
3055 - SAUCE: (efi-lockdown) kexec: Disable at runtime if the kernel is locked down
3056 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
3057 reboot
3058 - SAUCE: (efi-lockdown) kexec_file: Disable at runtime if securelevel has been
3059 set
3060 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
3061 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
3062 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
3063 down
3064 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
3065 locked down
3066 - SAUCE: (efi-lockdown) x86: Restrict MSR access when the kernel is locked
3067 down
3068 - SAUCE: (efi-lockdown) asus-wmi: Restrict debugfs interface when the kernel
3069 is locked down
3070 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
3071 locked down
3072 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
3073 has been locked down
3074 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
3075 locked down
3076 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
3077 locked down
3078 - SAUCE: (efi-lockdown) Enable cold boot attack mitigation
3079 - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the
3080 kernel is locked down
3081 - SAUCE: (efi-lockdown) scsi: Lock down the eata driver
3082 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
3083 down
3084 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
3085 - SAUCE: (efi-lockdown) Add EFI signature data types
3086 - SAUCE: (efi-lockdown) Add an EFI signature blob parser and key loader.
3087 - SAUCE: (efi-lockdown) KEYS: Add a system blacklist keyring
3088 - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot
3089 - SAUCE: (efi-lockdown) MODSIGN: Support not importing certs from db
3090 - SAUCE: (efi-lockdown) MODSIGN: Don't try secure boot if EFI runtime is
3091 disabled
3092 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
3093 - SAUCE: (efi-lockdown) efi: Add secure_boot state and status bit for
3094 MokSBState
3095 - SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and MokSBState
3096 - [Config] Set values for UEFI secure boot lockdown options
3097 - Update dropped.txt
3098
3099 [ Upstream Kernel Changes ]
3100
3101 * rebase to v4.11
3102
3103 -- Seth Forshee <seth.forshee@canonical.com> Fri, 05 May 2017 07:43:14 -0500
3104
3105 linux (4.11.0-1.6) artful; urgency=low
3106
3107 * Miscellaneous Ubuntu changes
3108 - [Debian] Use default compression for all packages
3109 - SAUCE: (namespace) block_dev: Support checking inode permissions in
3110 lookup_bdev()
3111 - SAUCE: (namespace) block_dev: Check permissions towards block device inode
3112 when mounting
3113 - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode
3114 when mounting
3115 - SAUCE: (namespace) fs: Allow superblock owner to change ownership of inodes
3116 - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID for userns root
3117 - SAUCE: (namespace) fs: Allow superblock owner to access do_remount_sb()
3118 - SAUCE: (namespace) capabilities: Allow privileged user in s_user_ns to set
3119 security.* xattrs
3120 - SAUCE: (namespace) fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw
3121 filesystems
3122 - SAUCE: (namespace) fuse: Add support for pid namespaces
3123 - SAUCE: (namespace) fuse: Support fuse filesystems outside of init_user_ns
3124 - SAUCE: (namespace) fuse: Restrict allow_other to the superblock's namespace
3125 or a descendant
3126 - SAUCE: (namespace) fuse: Allow user namespace mounts
3127 - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user
3128 namespaces
3129 - SAUCE: (namespace) evm: Don't update hmacs in user ns mounts
3130 - SAUCE: (namespace) ext4: Add module parameter to enable user namespace
3131 mounts
3132 - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is
3133 opened for writing
3134
3135 -- Seth Forshee <seth.forshee@canonical.com> Wed, 26 Apr 2017 10:08:29 -0500
3136
3137 linux (4.11.0-0.5) artful; urgency=low
3138
3139 * [Hyper-V][SAUCE] pci-hyperv: Use only 16 bit integer for PCI domain
3140 (LP: #1684971)
3141 - SAUCE: pci-hyperv: Use only 16 bit integer for PCI domain
3142
3143 * [Hyper-V] Ubuntu 14.04.2 LTS Generation 2 SCSI Errors on VSS Based Backups
3144 (LP: #1470250)
3145 - SAUCE: Tools: hv: vss: Thaw the filesystem and continue after freeze fails
3146
3147 * Enable virtual scsi server driver for Power (LP: #1615665)
3148 - SAUCE: Return TCMU-generated sense data to fabric module
3149
3150 * include/linux/security.h header syntax error with !CONFIG_SECURITYFS
3151 (LP: #1630990)
3152 - SAUCE: (no-up) include/linux/security.h -- fix syntax error with
3153 CONFIG_SECURITYFS=n
3154
3155 * Miscellaneous Ubuntu changes
3156 - SAUCE: Import aufs driver
3157 - [Config] Enable aufs
3158 - [Debian] Add script to update virtualbox
3159 - ubuntu: vbox -- Update to 5.1.20-dfsg-2
3160 - Enable vbox
3161 - SAUCE: aufs -- Include linux/mm.h in fs/aufs/file.h
3162
3163 [ Upstream Kernel Changes ]
3164
3165 * rebase to v4.11-rc8
3166
3167 -- Seth Forshee <seth.forshee@canonical.com> Tue, 25 Apr 2017 13:42:54 -0500
3168
3169 linux (4.11.0-0.4) zesty; urgency=low
3170
3171 * POWER9: Improve performance on memory management (LP: #1681429)
3172 - SAUCE: powerpc/mm/radix: Don't do page walk cache flush when doing full mm
3173 flush
3174 - SAUCE: powerpc/mm/radix: Remove unnecessary ptesync
3175
3176 * Miscellaneous Ubuntu changes
3177 - find-missing-sauce.sh
3178
3179 [ Upstream Kernel Changes ]
3180
3181 * rebase to v4.11-rc7
3182
3183 -- Seth Forshee <seth.forshee@canonical.com> Tue, 18 Apr 2017 08:19:43 -0500
3184
3185 linux (4.11.0-0.3) zesty; urgency=low
3186
3187 * Disable CONFIG_HVC_UDBG on ppc64el (LP: #1680888)
3188 - [Config] Disable CONFIG_HVC_UDBG on ppc64el
3189
3190 * smartpqi driver needed in initram disk and installer (LP: #1680156)
3191 - [Config] Add smartpqi to d-i
3192
3193 * Disable CONFIG_SECURITY_SELINUX_DISABLE (LP: #1680315)
3194 - [Config] CONFIG_SECURITY_SELINUX_DISABLE=n
3195
3196 * Miscellaneous Ubuntu changes
3197 - [Config] flash-kernel should be a Breaks
3198 - [Config] drop the info directory
3199 - [Config] drop NOTES as obsolete
3200 - [Config] drop changelog.historical as obsolete
3201 - rebase to v4.11-rc6
3202
3203 [ Upstream Kernel Changes ]
3204
3205 * rebase to v4.11-rc6
3206
3207 -- Tim Gardner <tim.gardner@canonical.com> Tue, 11 Apr 2017 07:16:52 -0600
3208
3209 linux (4.11.0-0.2) zesty; urgency=low
3210
3211 [ Upstream Kernel Changes ]
3212
3213 * rebase to v4.11-rc5
3214
3215 -- Tim Gardner <tim.gardner@canonical.com> Mon, 03 Apr 2017 08:26:07 +0100
3216
3217 linux (4.11.0-0.1) zesty; urgency=low
3218
3219 [ Upstream Kernel Changes ]
3220
3221 * rebase to v4.11-rc4
3222 - LP: #1591053
3223
3224 -- Tim Gardner <tim.gardner@canonical.com> Mon, 20 Mar 2017 05:15:32 -0600
3225
3226 linux (4.11.0-0.0) zesty; urgency=low
3227
3228 * dummy entry
3229
3230 -- Tim Gardner <tim.gardner@canonical.com> Mon, 20 Mar 2017 05:15:32 -0600