]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - debian.master/changelog
UBUNTU: Ubuntu-4.15.0-18.19
[mirror_ubuntu-bionic-kernel.git] / debian.master / changelog
1 linux (4.15.0-18.19) bionic; urgency=medium
2
3 * linux: 4.15.0-18.19 -proposed tracker (LP: #1765490)
4
5 * [regression] Ubuntu 18.04:[4.15.0-17-generic #18] KVM Guest Kernel:
6 meltdown: rfi/fallback displacement flush not enabled bydefault (kvm)
7 (LP: #1765429)
8 - powerpc/pseries: Fix clearing of security feature flags
9
10 * signing: only install a signed kernel (LP: #1764794)
11 - [Packaging] update to Debian like control scripts
12 - [Packaging] switch to triggers for postinst.d postrm.d handling
13 - [Packaging] signing -- switch to raw-signing tarballs
14 - [Packaging] signing -- switch to linux-image as signed when available
15 - [Config] signing -- enable Opal signing for ppc64el
16 - [Packaging] printenv -- add signing options
17
18 * [18.04 FEAT] Sign POWER host/NV kernels (LP: #1696154)
19 - [Packaging] signing -- add support for signing Opal kernel binaries
20
21 * Please cherrypick s390 unwind fix (LP: #1765083)
22 - s390/compat: fix setup_frame32
23
24 * Ubuntu 18.04 installer does not detect any IPR based HDD/RAID array [S822L]
25 [ipr] (LP: #1751813)
26 - d-i: move ipr to storage-core-modules on ppc64el
27
28 * drivers/gpu/drm/bridge/adv7511/adv7511.ko missing (LP: #1764816)
29 - SAUCE: (no-up) rename the adv7511 drm driver to adv7511_drm
30
31 * Miscellaneous Ubuntu changes
32 - [Packaging] Add linux-oem to rebuild test blacklist.
33
34 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Thu, 19 Apr 2018 18:06:46 -0300
35
36 linux (4.15.0-17.18) bionic; urgency=medium
37
38 * linux: 4.15.0-17.18 -proposed tracker (LP: #1764498)
39
40 * Eventual OOM with profile reloads (LP: #1750594)
41 - SAUCE: apparmor: fix memory leak when duplicate profile load
42
43 -- Seth Forshee <seth.forshee@canonical.com> Mon, 16 Apr 2018 14:48:18 -0500
44
45 linux (4.15.0-16.17) bionic; urgency=medium
46
47 * linux: 4.15.0-16.17 -proposed tracker (LP: #1763785)
48
49 * [18.04] [bug] CFL-S(CNP)/CNL GPIO testing failed (LP: #1757346)
50 - [Config]: Set CONFIG_PINCTRL_CANNONLAKE=y
51
52 * [Ubuntu 18.04] USB Type-C test failed on GLK (LP: #1758797)
53 - SAUCE: usb: typec: ucsi: Increase command completion timeout value
54
55 * Fix trying to "push" an already active pool VP (LP: #1763386)
56 - SAUCE: powerpc/xive: Fix trying to "push" an already active pool VP
57
58 * hisi_sas: Revert and replace SAUCE patches w/ upstream (LP: #1762824)
59 - Revert "UBUNTU: SAUCE: scsi: hisi_sas: export device table of v3 hw to
60 userspace"
61 - Revert "UBUNTU: SAUCE: scsi: hisi_sas: config for hip08 ES"
62 - scsi: hisi_sas: modify some register config for hip08
63 - scsi: hisi_sas: add v3 hw MODULE_DEVICE_TABLE()
64
65 * Realtek card reader - RTS5243 [VEN_10EC&DEV_5260] (LP: #1737673)
66 - misc: rtsx: Move Realtek Card Reader Driver to misc
67 - updateconfigs for Realtek Card Reader Driver
68 - misc: rtsx: Add support for RTS5260
69 - misc: rtsx: Fix symbol clashes
70
71 * Mellanox [mlx5] [bionic] UBSAN: Undefined behaviour in
72 ./include/linux/net_dim.h (LP: #1763269)
73 - net/mlx5e: Fix int overflow
74
75 * apparmor bug fixes for bionic (LP: #1763427)
76 - apparmor: fix logging of the existence test for signals
77 - apparmor: make signal label match work when matching stacked labels
78 - apparmor: audit unknown signal numbers
79 - apparmor: fix memory leak on buffer on error exit path
80 - apparmor: fix mediation of prlimit
81
82 * dangling symlinks to loaded apparmor policy (LP: #1755563) // apparmor bug
83 fixes for bionic (LP: #1763427)
84 - apparmor: fix dangling symlinks to policy rawdata after replacement
85
86 * [OPAL] Assert fail:
87 core/mem_region.c:447:lock_held_by_me(&region->free_list_lock)
88 (LP: #1762913)
89 - powerpc/watchdog: remove arch_trigger_cpumask_backtrace
90
91 * [LTC Test] Ubuntu 18.04: tm_trap_test failed on P8 compat mode guest
92 (LP: #1762928)
93 - powerpc/tm: Fix endianness flip on trap
94
95 * Add support for RT5660 codec based sound cards on Baytrail (LP: #1657674)
96 - SAUCE: (no-up) ASoC: Intel: Support machine driver for RT5660 on Baytrail
97 - SAUCE: (no-up) ASoC: rt5660: Add ACPI support
98 - SAUCE: (no-up): ASoC: Intel: bytcr-rt5660: Add MCLK, quirks
99 - [Config] CONFIG_SND_SOC_INTEL_BYTCR_RT5660_MACH=m, CONFIG_SND_SOC_RT5660=m
100
101 * /dev/ipmi enumeration flaky on Cavium Sabre nodes (LP: #1762812)
102 - i2c: xlp9xx: return ENXIO on slave address NACK
103 - i2c: xlp9xx: Handle transactions with I2C_M_RECV_LEN properly
104 - i2c: xlp9xx: Check for Bus state before every transfer
105 - i2c: xlp9xx: Handle NACK on DATA properly
106
107 * [18.04 FEAT] Add kvm_stat from kernel tree (LP: #1734130)
108 - tools/kvm_stat: simplify the sortkey function
109 - tools/kvm_stat: use a namedtuple for storing the values
110 - tools/kvm_stat: use a more pythonic way to iterate over dictionaries
111 - tools/kvm_stat: avoid 'is' for equality checks
112 - tools/kvm_stat: fix crash when filtering out all non-child trace events
113 - tools/kvm_stat: print error on invalid regex
114 - tools/kvm_stat: fix debugfs handling
115 - tools/kvm_stat: mark private methods as such
116 - tools/kvm_stat: eliminate extra guest/pid selection dialog
117 - tools/kvm_stat: separate drilldown and fields filtering
118 - tools/kvm_stat: group child events indented after parent
119 - tools/kvm_stat: print 'Total' line for multiple events only
120 - tools/kvm_stat: Fix python3 syntax
121 - tools/kvm_stat: Don't use deprecated file()
122 - tools/kvm_stat: Remove unused function
123 - [Packaging] Add linux-tools-host package for VM host tools
124 - [Config] do_tools_host=true for amd64
125
126 * Bionic update to v4.15.17 stable release (LP: #1763366)
127 - i40iw: Fix sequence number for the first partial FPDU
128 - i40iw: Correct Q1/XF object count equation
129 - i40iw: Validate correct IRD/ORD connection parameters
130 - clk: meson: mpll: use 64-bit maths in params_from_rate
131 - ARM: dts: ls1021a: add "fsl,ls1021a-esdhc" compatible string to esdhc node
132 - Bluetooth: Add a new 04ca:3015 QCA_ROME device
133 - ipv6: Reinject IPv6 packets if IPsec policy matches after SNAT
134 - thermal: power_allocator: fix one race condition issue for thermal_instances
135 list
136 - perf probe: Find versioned symbols from map
137 - perf probe: Add warning message if there is unexpected event name
138 - perf evsel: Fix swap for samples with raw data
139 - perf evsel: Enable ignore_missing_thread for pid option
140 - l2tp: fix missing print session offset info
141 - rds; Reset rs->rs_bound_addr in rds_add_bound() failure path
142 - ACPI / video: Default lcd_only to true on Win8-ready and newer machines
143 - IB/mlx5: Report inner RSS capability
144 - VFS: close race between getcwd() and d_move()
145 - watchdog: dw_wdt: add stop watchdog operation
146 - clk: divider: fix incorrect usage of container_of
147 - PM / devfreq: Fix potential NULL pointer dereference in governor_store
148 - gpiolib: don't dereference a desc before validation
149 - net_sch: red: Fix the new offload indication
150 - selftests/net: fix bugs in address and port initialization
151 - thermal/drivers/hisi: Remove bogus const from function return type
152 - RDMA/cma: Mark end of CMA ID messages
153 - hwmon: (ina2xx) Make calibration register value fixed
154 - f2fs: fix lock dependency in between dio_rwsem & i_mmap_sem
155 - clk: sunxi-ng: a83t: Add M divider to TCON1 clock
156 - media: videobuf2-core: don't go out of the buffer range
157 - ASoC: Intel: Skylake: Disable clock gating during firmware and library
158 download
159 - ASoC: Intel: cht_bsw_rt5645: Analog Mic support
160 - drm/msm: Fix NULL deref in adreno_load_gpu
161 - IB/ipoib: Fix for notify send CQ failure messages
162 - spi: sh-msiof: Fix timeout failures for TX-only DMA transfers
163 - scsi: mpt3sas: Proper handling of set/clear of "ATA command pending" flag.
164 - irqchip/ompic: fix return value check in ompic_of_init()
165 - irqchip/gic-v3: Fix the driver probe() fail due to disabled GICC entry
166 - ACPI: EC: Fix debugfs_create_*() usage
167 - mac80211: Fix setting TX power on monitor interfaces
168 - vfb: fix video mode and line_length being set when loaded
169 - crypto: crypto4xx - perform aead icv check in the driver
170 - gpio: label descriptors using the device name
171 - arm64: asid: Do not replace active_asids if already 0
172 - powernv-cpufreq: Add helper to extract pstate from PMSR
173 - IB/rdmavt: Allocate CQ memory on the correct node
174 - blk-mq: avoid to map CPU into stale hw queue
175 - blk-mq: fix race between updating nr_hw_queues and switching io sched
176 - backlight: tdo24m: Fix the SPI CS between transfers
177 - nvme-fabrics: protect against module unload during create_ctrl
178 - nvme-fabrics: don't check for non-NULL module in nvmf_register_transport
179 - pinctrl: baytrail: Enable glitch filter for GPIOs used as interrupts
180 - nvme_fcloop: disassocate local port structs
181 - nvme_fcloop: fix abort race condition
182 - tpm: return a TPM_RC_COMMAND_CODE response if command is not implemented
183 - perf report: Fix a no annotate browser displayed issue
184 - staging: lustre: disable preempt while sampling processor id.
185 - ASoC: Intel: sst: Fix the return value of 'sst_send_byte_stream_mrfld()'
186 - power: supply: axp288_charger: Properly stop work on probe-error / remove
187 - rt2x00: do not pause queue unconditionally on error path
188 - wl1251: check return from call to wl1251_acx_arp_ip_filter
189 - net/mlx5: Fix race for multiple RoCE enable
190 - bcache: ret IOERR when read meets metadata error
191 - bcache: stop writeback thread after detaching
192 - bcache: segregate flash only volume write streams
193 - net: Fix netdev_WARN_ONCE macro
194 - net/mlx5e: IPoIB, Use correct timestamp in child receive flow
195 - blk-mq: fix kernel oops in blk_mq_tag_idle()
196 - tty: n_gsm: Allow ADM response in addition to UA for control dlci
197 - block, bfq: put async queues for root bfq groups too
198 - serdev: Fix serdev_uevent failure on ACPI enumerated serdev-controllers
199 - EDAC, mv64x60: Fix an error handling path
200 - uio_hv_generic: check that host supports monitor page
201 - Bluetooth: hci_bcm: Mandate presence of shutdown and device wake GPIO
202 - Bluetooth: hci_bcm: Validate IRQ before using it
203 - Bluetooth: hci_bcm: Make shutdown and device wake GPIO optional
204 - i40evf: don't rely on netif_running() outside rtnl_lock()
205 - drm/amd/powerplay: fix memory leakage when reload (v2)
206 - cxgb4vf: Fix SGE FL buffer initialization logic for 64K pages
207 - PM / domains: Don't skip driver's ->suspend|resume_noirq() callbacks
208 - scsi: megaraid_sas: Error handling for invalid ldcount provided by firmware
209 in RAID map
210 - scsi: megaraid_sas: unload flag should be set after scsi_remove_host is
211 called
212 - RDMA/cma: Fix rdma_cm path querying for RoCE
213 - gpio: thunderx: fix error return code in thunderx_gpio_probe()
214 - x86/gart: Exclude GART aperture from vmcore
215 - sdhci: Advertise 2.0v supply on SDIO host controller
216 - Input: goodix - disable IRQs while suspended
217 - mtd: mtd_oobtest: Handle bitflips during reads
218 - crypto: aes-generic - build with -Os on gcc-7+
219 - perf tools: Fix copyfile_offset update of output offset
220 - tcmu: release blocks for partially setup cmds
221 - thermal: int3400_thermal: fix error handling in int3400_thermal_probe()
222 - drm/i915/cnp: Ignore VBT request for know invalid DDC pin.
223 - drm/i915/cnp: Properly handle VBT ddc pin out of bounds.
224 - x86/microcode: Propagate return value from updating functions
225 - x86/CPU: Add a microcode loader callback
226 - x86/CPU: Check CPU feature bits after microcode upgrade
227 - x86/microcode: Get rid of struct apply_microcode_ctx
228 - x86/microcode/intel: Check microcode revision before updating sibling
229 threads
230 - x86/microcode/intel: Writeback and invalidate caches before updating
231 microcode
232 - x86/microcode: Do not upload microcode if CPUs are offline
233 - x86/microcode/intel: Look into the patch cache first
234 - x86/microcode: Request microcode on the BSP
235 - x86/microcode: Synchronize late microcode loading
236 - x86/microcode: Attempt late loading only when new microcode is present
237 - x86/microcode: Fix CPU synchronization routine
238 - arp: fix arp_filter on l3slave devices
239 - ipv6: the entire IPv6 header chain must fit the first fragment
240 - lan78xx: Crash in lan78xx_writ_reg (Workqueue: events
241 lan78xx_deferred_multicast_write)
242 - net: dsa: Discard frames from unused ports
243 - net: fix possible out-of-bound read in skb_network_protocol()
244 - net/ipv6: Fix route leaking between VRFs
245 - net/ipv6: Increment OUTxxx counters after netfilter hook
246 - netlink: make sure nladdr has correct size in netlink_connect()
247 - net/mlx5e: Verify coalescing parameters in range
248 - net sched actions: fix dumping which requires several messages to user space
249 - net/sched: fix NULL dereference in the error path of tcf_bpf_init()
250 - pptp: remove a buggy dst release in pptp_connect()
251 - r8169: fix setting driver_data after register_netdev
252 - sctp: do not leak kernel memory to user space
253 - sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6
254 - vhost: correctly remove wait queue during poll failure
255 - vlan: also check phy_driver ts_info for vlan's real device
256 - vrf: Fix use after free and double free in vrf_finish_output
257 - bonding: fix the err path for dev hwaddr sync in bond_enslave
258 - bonding: move dev_mc_sync after master_upper_dev_link in bond_enslave
259 - bonding: process the err returned by dev_set_allmulti properly in
260 bond_enslave
261 - net: fool proof dev_valid_name()
262 - ip_tunnel: better validate user provided tunnel names
263 - ipv6: sit: better validate user provided tunnel names
264 - ip6_gre: better validate user provided tunnel names
265 - ip6_tunnel: better validate user provided tunnel names
266 - vti6: better validate user provided tunnel names
267 - net/mlx5e: Set EQE based as default TX interrupt moderation mode
268 - net_sched: fix a missing idr_remove() in u32_delete_key()
269 - net/sched: fix NULL dereference in the error path of tcf_vlan_init()
270 - net/mlx5e: Avoid using the ipv6 stub in the TC offload neigh update path
271 - net/mlx5e: Fix memory usage issues in offloading TC flows
272 - net/sched: fix NULL dereference in the error path of tcf_sample_init()
273 - nfp: use full 40 bits of the NSP buffer address
274 - ipv6: sr: fix seg6 encap performances with TSO enabled
275 - net/mlx5e: Don't override vport admin link state in switchdev mode
276 - net/mlx5e: Sync netdev vxlan ports at open
277 - net/sched: fix NULL dereference in the error path of tunnel_key_init()
278 - net/sched: fix NULL dereference on the error path of tcf_skbmod_init()
279 - strparser: Fix sign of err codes
280 - net/mlx4_en: Fix mixed PFC and Global pause user control requests
281 - net/mlx5e: Fix traffic being dropped on VF representor
282 - vhost: validate log when IOTLB is enabled
283 - route: check sysctl_fib_multipath_use_neigh earlier than hash
284 - team: move dev_mc_sync after master_upper_dev_link in team_port_add
285 - vhost_net: add missing lock nesting notation
286 - net/mlx4_core: Fix memory leak while delete slave's resources
287 - Linux 4.15.17
288
289 * sky2 gigabit ethernet driver sometimes stops working after lid-open resume
290 from sleep (88E8055) (LP: #1758507) // Bionic update to v4.15.17 stable
291 release (LP: #1763366)
292 - sky2: Increase D3 delay to sky2 stops working after suspend
293
294 * [Featire] CNL: Enable RAPL support (LP: #1685712)
295 - powercap: RAPL: Add support for Cannon Lake
296
297 * System Z {kernel} UBUNTU18.04 wrong kernel config (LP: #1762719)
298 - s390: move nobp parameter functions to nospec-branch.c
299 - s390: add automatic detection of the spectre defense
300 - s390: report spectre mitigation via syslog
301 - s390: add sysfs attributes for spectre
302 - [Config] CONFIG_EXPOLINE_AUTO=y, CONFIG_KERNEL_NOBP=n for s390
303 - s390: correct nospec auto detection init order
304
305 * Merge the linux-snapdragon kernel into bionic master/snapdragon
306 (LP: #1763040)
307 - drm/msm: fix spelling mistake: "ringubffer" -> "ringbuffer"
308 - drm/msm: fix msm_rd_dump_submit prototype
309 - drm/msm: gpu: Only sync fences on rings that exist
310 - wcn36xx: set default BTLE coexistence config
311 - wcn36xx: Add hardware scan offload support
312 - wcn36xx: Reduce spinlock in indication handler
313 - wcn36xx: fix incorrect assignment to msg_body.min_ch_time
314 - wcn36xx: release DMA memory in case of error
315 - mailbox: qcom: Convert APCS IPC driver to use regmap
316 - mailbox: qcom: Create APCS child device for clock controller
317 - clk: qcom: Add A53 PLL support
318 - clk: qcom: Add regmap mux-div clocks support
319 - clk: qcom: Add APCS clock controller support
320 - clk: qcom: msm8916: Fix return value check in qcom_apcs_msm8916_clk_probe()
321 - media: venus: venc: set correctly GOP size and number of B-frames
322 - media: venus: venc: configure entropy mode
323 - media: venus: venc: Apply inloop deblocking filter
324 - media: venus: cleanup set_property controls
325 - arm64: defconfig: enable REMOTEPROC
326 - arm64: defconfig: enable QCOM audio drivers for APQ8016 and DB410c
327 - kernel: configs; add distro.config
328 - arm64: configs: enable WCN36xx
329 - kernel: distro.config: enable debug friendly USB network adpater
330 - arm64: configs: enable QCOM Venus
331 - arm64: defconfig: Enable a53/apcs and avs
332 - arm64: defconfig: enable ondemand governor as default
333 - arm64: defconfig: enable QCOM_TSENS
334 - arm64: defconfig: enable new trigger modes for leds
335 - kernel: configs: enable dm_mod and dm_crypt
336 - Force the SMD regulator driver to be compiled-in
337 - arm64: defconfig: enable CFG80211_DEFAULT_PS by default
338 - arm64: configs: enable BT_QCOMSMD
339 - kernel: configs: add more USB net drivers
340 - arm64: defconfig: disable ANALOG_TV and DIGITAL_TV
341 - arm64: configs: Enable camera drivers
342 - kernel: configs: add freq stat to sysfs
343 - arm64: defconfig: enable CONFIG_USB_CONFIGFS_F_FS by default
344 - arm64: defconfig: Enable QRTR features
345 - kernel: configs: set USB_CONFIG_F_FS in distro.config
346 - kernel: distro.config: enable 'schedutil' CPUfreq governor
347 - kernel: distro.config: enable 'fq' and 'fq_codel' qdiscs
348 - kernel: distro.config: enable 'BBR' TCP congestion algorithm
349 - arm64: defconfig: enable LEDS_QCOM_LPG
350 - HACK: drm/msm/iommu: Remove runtime_put calls in map/unmap
351 - power: avs: Add support for CPR (Core Power Reduction)
352 - power: avs: cpr: Use raw mem access for qfprom
353 - power: avs: cpr: fix with new reg_sequence structures
354 - power: avs: cpr: Register with cpufreq-dt
355 - regulator: smd: Add floor and corner operations
356 - PM / OPP: Support adjusting OPP voltages at runtime
357 - PM / OPP: Drop RCU usage in dev_pm_opp_adjust_voltage()
358 - PM / OPP: HACK: Allow to set regulator without opp_list
359 - PM / OPP: Add a helper to get an opp regulator for device
360 - cpufreq: Add apq8016 to cpufreq-dt-platdev blacklist
361 - regulator: smd: Allow REGULATOR_QCOM_SMD_RPM=m
362 - ov5645: I2C address change
363 - i2c: Add Qualcomm Camera Control Interface driver
364 - camss: vfe: Skip first four frames from sensor
365 - camss: Do not register if no cameras are present
366 - i2c-qcom-cci: Fix run queue completion timeout
367 - i2c-qcom-cci: Fix I2C address bug
368 - media: ov5645: Fix I2C address
369 - drm/bridge/adv7511: Delay clearing of HPD interrupt status
370 - HACK: drm/msm/adv7511: Don't rely on interrupts for EDID parsing
371 - leds: Add driver for Qualcomm LPG
372 - wcn36xx: Fix warning due to duplicate scan_completed notification
373 - arm64: dts: Add CPR DT node for msm8916
374 - arm64: dts: add spmi-regulator nodes
375 - arm64: dts: msm8916: Add cpufreq support
376 - arm64: dts: msm8916: Add a shared CPU opp table
377 - arm64: dts: msm8916: Add cpu cooling maps
378 - arm64: dts: pm8916: Mark the s2 regulator as always-on
379 - dt-bindings: mailbox: qcom: Document the APCS clock binding
380 - arm64: dts: qcom: msm8916: Add msm8916 A53 PLL DT node
381 - arm64: dts: qcom: msm8916: Use the new APCS mailbox driver
382 - arm64: dts: qcom: msm8916: Add clock properties to the APCS node
383 - arm64: dts: qcom: apq8016-sbc: Allow USR4 LED to notify kernel panic
384 - dt-bindings: media: Binding document for Qualcomm Camera Control Interface
385 driver
386 - MAINTAINERS: Add Qualcomm Camera Control Interface driver
387 - DT: leds: Add Qualcomm Light Pulse Generator binding
388 - arm64: dts: qcom: msm8996: Add mpp and lpg blocks
389 - arm64: dts: qcom: Add pwm node for pm8916
390 - arm64: dts: qcom: Add user LEDs on db820c
391 - arm64: dts: qcom: Add WiFI/BT LEDs on db820c
392 - ARM: dts: qcom: Add LPG node to pm8941
393 - ARM: dts: qcom: honami: Add LPG node and RGB LED
394 - arm64: dts: qcom: Add Camera Control Interface support
395 - arm64: dts: qcom: Add apps_iommu vfe child node
396 - arm64: dts: qcom: Add camss device node
397 - arm64: dts: qcom: Add ov5645 device nodes
398 - arm64: dts: msm8916: Fix camera sensors I2C addresses
399 - arm: dts: qcom: db410c: Enable PWM signal on MPP4
400 - packaging: arm64: add a uboot flavour - part1
401 - packaging: arm64: add a uboot flavour - part2
402 - packaging: arm64: add a uboot flavour - part3
403 - packaging: arm64: add a uboot flavour - part4
404 - packaging: arm64: add a uboot flavour - part5
405 - packaging: arm64: rename uboot flavour to snapdragon
406 - [Config] updateconfigs after qcomlt import
407 - [Config] arm64: snapdragon: COMMON_CLK_QCOM=y
408 - [Config] arm64: snapdragon: MSM_GCC_8916=y
409 - [Config] arm64: snapdragon: REGULATOR_FIXED_VOLTAGE=y
410 - [Config] arm64: snapdragon: PINCTRL_MSM8916=y
411 - [Config] arm64: snapdragon: HWSPINLOCK_QCOM=y
412 - [Config] arm64: snapdragon: SPMI=y, SPMI_MSM_PMIC_ARB=y
413 - [Config] arm64: snapdragon: REGMAP_SPMI=y, PINCTRL_QCOM_SPMI_PMIC=y
414 - [Config] arm64: snapdragon: REGULATOR_QCOM_SPMI=y
415 - [Config] arm64: snapdragon: MFD_SPMI_PMIC=y
416 - [Config] arm64: snapdragon: QCOM_SMEM=y
417 - [Config] arm64: snapdragon: RPMSG=y, RPMSG_QCOM_SMD=y
418 - [Config] arm64: snapdragon: QCOM_SMD_RPM=y, REGULATOR_QCOM_SMD_RPM=y
419 - [Config] arm64: snapdragon: QCOM_CLK_SMD_RPM=y
420 - [Config] arm64: snapdragon: QCOM_BAM_DMA=y
421 - [Config] arm64: snapdragon: QCOM_HIDMA=y, QCOM_HIDMA_MGMT=y
422 - [Config] arm64: snapdragon: QCOM_CPR=y
423 - [Config] arm64: snapdragon: QCOM_QFPROM=y, QCOM_TSENS=y
424 - [Config] arm64: snapdragon: MMC_SDHCI=y, MMC_SDHCI_PLTFM=y, MMC_SDHCI_MSM=y
425 - [Config] turn off DRM_MSM_REGISTER_LOGGING
426 - [Config] arm64: snapdragon: I2C_QUP=y
427 - [Config] arm64: snapdragon: SPI_QUP=y
428 - [Config] arm64: snapdragon: USB_ULPI_BUS=y, PHY_QCOM_USB_HS=y
429 - [Config] arm64: snapdragon: QCOM_APCS_IPC=y
430 - [Config] arm64: snapdragon: QCOM_WCNSS_CTRL=y
431 - [Config] arm64: snapdragon: QCOM_SMSM=y
432 - [Config] arm64: snapdragon: QCOM_SMP2P=y
433 - [Config] arm64: snapdragon: DRM_MSM=y
434 - [Config] arm64: snapdragon: SND_SOC=y
435 - [Config] arm64: snapdragon: QCOM_WCNSS_PIL=m
436 - [Config] arm64: snapdragon: QCOM_A53PLL=y, QCOM_CLK_APCS_MSM8916=y
437 - [Config] arm64: snapdragon: INPUT_PM8941_PWRKEY=y
438 - [Config] arm64: snapdragon: MEDIA_SUBDRV_AUTOSELECT=y, VIDEO_OV5645=m
439 - [Config] arm64: snapdragon: SND_SOC_APQ8016_SBC=y, SND_SOC_LPASS_APQ8016=y
440 - [Config] arm64: snapdragon: SND_SOC_MSM8916_WCD_ANALOG=y,
441 SND_SOC_MSM8916_WCD_DIGITAL=y
442 - SAUCE: media: ov5645: skip address change if dt addr == default addr
443 - SAUCE: drm/msm/adv7511: wrap hacks under CONFIG_ADV7511_SNAPDRAGON_HACKS
444 #ifdefs
445 - [Config] arm64: snapdragon: ADV7511_SNAPDRAGON_HACKS=y
446 - packaging: snapdragon: fixup ABI paths
447
448 * LSM stacking patches for bionic (LP: #1763062)
449 - SAUCE: LSM stacking: procfs: add smack subdir to attrs
450 - SAUCE: LSM stacking: LSM: Manage credential security blobs
451 - SAUCE: LSM stacking: LSM: Manage file security blobs
452 - SAUCE: LSM stacking: LSM: Manage task security blobs
453 - SAUCE: LSM stacking: LSM: Manage remaining security blobs
454 - SAUCE: LSM stacking: LSM: General stacking
455 - SAUCE: LSM stacking: fixup initialize task->security
456 - SAUCE: LSM stacking: fixup: alloc_task_ctx is dead code
457 - SAUCE: LSM stacking: add support for stacking getpeersec_stream
458 - SAUCE: LSM stacking: add stacking support to apparmor network hooks
459 - SAUCE: LSM stacking: fixup apparmor stacking enablement
460 - SAUCE: LSM stacking: fixup stacking kconfig
461 - SAUCE: LSM stacking: allow selecting multiple LSMs using kernel boot params
462 - SAUCE: LSM stacking: provide prctl interface for setting context
463 - SAUCE: LSM stacking: inherit current display LSM
464 - SAUCE: LSM stacking: keep an index for each registered LSM
465 - SAUCE: LSM stacking: verify display LSM
466 - SAUCE: LSM stacking: provide a way to specify the default display lsm
467 - SAUCE: LSM stacking: make sure LSM blob align on 64 bit boundaries
468 - SAUCE: LSM stacking: add /proc/<pid>/attr/display_lsm
469 - SAUCE: LSM stacking: add Kconfig to set default display LSM
470 - SAUCE: LSM stacking: add configs for LSM stacking
471 - SAUCE: LSM stacking: add apparmor and selinux proc dirs
472 - SAUCE: LSM stacking: remove procfs context interface
473
474 * linux 4.13.0-13.14 ADT test failure with linux 4.13.0-13.14
475 (LP: #1720779) // LSM stacking patches for bionic (LP: #1763062)
476 - SAUCE: LSM stacking: check for invalid zero sized writes
477
478 * RDMA/hns: ensure for-loop actually iterates and free's buffers
479 (LP: #1762757)
480 - RDMA/hns: ensure for-loop actually iterates and free's buffers
481
482 * Support cq/rq record doorbell for RDMA on HSilicon hip08 systems
483 (LP: #1762755)
484 - RDMA/hns: Fix the endian problem for hns
485 - RDMA/hns: Support rq record doorbell for the user space
486 - RDMA/hns: Support cq record doorbell for the user space
487 - RDMA/hns: Support rq record doorbell for kernel space
488 - RDMA/hns: Support cq record doorbell for kernel space
489 - RDMA/hns: Fix cqn type and init resp
490 - RDMA/hns: Fix init resp when alloc ucontext
491 - RDMA/hns: Fix cq record doorbell enable in kernel
492
493 * Replace LPC patchset with upstream version (LP: #1762758)
494 - Revert "UBUNTU: SAUCE: MAINTAINERS: Add maintainer for HiSilicon LPC driver"
495 - Revert "UBUNTU: SAUCE: HISI LPC: Add ACPI support"
496 - Revert "UBUNTU: SAUCE: ACPI / scan: do not enumerate Indirect IO host
497 children"
498 - Revert "UBUNTU: SAUCE: HISI LPC: Support the LPC host on Hip06/Hip07 with DT
499 bindings"
500 - Revert "UBUNTU: SAUCE: OF: Add missing I/O range exception for indirect-IO
501 devices"
502 - Revert "UBUNTU: SAUCE: PCI: Apply the new generic I/O management on PCI IO
503 hosts"
504 - Revert "UBUNTU: SAUCE: PCI: Add fwnode handler as input param of
505 pci_register_io_range()"
506 - Revert "UBUNTU: SAUCE: PCI: Remove unused __weak attribute in
507 pci_register_io_range()"
508 - Revert "UBUNTU: SAUCE: LIB: Introduce a generic PIO mapping method"
509 - lib: Add generic PIO mapping method
510 - PCI: Remove __weak tag from pci_register_io_range()
511 - PCI: Add fwnode handler as input param of pci_register_io_range()
512 - PCI: Apply the new generic I/O management on PCI IO hosts
513 - of: Add missing I/O range exception for indirect-IO devices
514 - HISI LPC: Support the LPC host on Hip06/Hip07 with DT bindings
515 - ACPI / scan: Rename acpi_is_serial_bus_slave() for more general use
516 - ACPI / scan: Do not enumerate Indirect IO host children
517 - HISI LPC: Add ACPI support
518 - MAINTAINERS: Add John Garry as maintainer for HiSilicon LPC driver
519
520 * Enable Tunneled Operations on POWER9 (LP: #1762448)
521 - powerpc/powernv: Enable tunneled operations
522 - cxl: read PHB indications from the device tree
523
524 * PSL traces reset after PERST for debug AFU image (LP: #1762462)
525 - cxl: Enable NORST bit in PSL_DEBUG register for PSL9
526
527 * NFS + sec=krb5 is broken (LP: #1759791)
528 - sunrpc: remove incorrect HMAC request initialization
529
530 * Raspberry Pi 3 microSD support missing from the installer (LP: #1729128)
531 - d-i: add bcm2835 to block-modules
532
533 * Backport USB core quirks (LP: #1762695)
534 - usb: core: Add "quirks" parameter for usbcore
535 - usb: core: Copy parameter string correctly and remove superfluous null check
536 - usb: core: Add USB_QUIRK_DELAY_CTRL_MSG to usbcore quirks
537
538 * [Ubuntu 18.04] cryptsetup: 'device-mapper: reload ioctl on failed' when
539 setting up a second end-to-end encrypted disk (LP: #1762353)
540 - SAUCE: s390/crypto: Adjust s390 aes and paes cipher
541
542 * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5715
543 - powerpc/64s: Wire up cpu_show_spectre_v2()
544
545 * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5753
546 - powerpc/64s: Wire up cpu_show_spectre_v1()
547
548 * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5754
549 - powerpc/rfi-flush: Move the logic to avoid a redo into the debugfs code
550 - powerpc/rfi-flush: Make it possible to call setup_rfi_flush() again
551 - powerpc/rfi-flush: Always enable fallback flush on pseries
552 - powerpc/rfi-flush: Differentiate enabled and patched flush types
553 - powerpc/rfi-flush: Call setup_rfi_flush() after LPM migration
554 - powerpc/64s: Move cpu_show_meltdown()
555 - powerpc/64s: Enhance the information in cpu_show_meltdown()
556 - powerpc/powernv: Use the security flags in pnv_setup_rfi_flush()
557 - powerpc/pseries: Use the security flags in pseries_setup_rfi_flush()
558
559 * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5715 //
560 CVE-2017-5753 // CVE-2017-5754
561 - powerpc/pseries: Add new H_GET_CPU_CHARACTERISTICS flags
562 - powerpc: Add security feature flags for Spectre/Meltdown
563 - powerpc/pseries: Set or clear security feature flags
564 - powerpc/powernv: Set or clear security feature flags
565
566 * Hisilicon network subsystem 3 support (LP: #1761610)
567 - net: hns3: export pci table of hclge and hclgevf to userspace
568 - d-i: Add hns3 drivers to nic-modules
569
570 * "ip a" command on a guest VM shows UNKNOWN status (LP: #1761534)
571 - virtio-net: Fix operstate for virtio when no VIRTIO_NET_F_STATUS
572
573 * perf vendor events arm64: Enable JSON events for ThunderX2 B0 (LP: #1760712)
574 - perf vendor events aarch64: Add JSON metrics for ARM Cortex-A53 Processor
575 - perf vendor events: Drop incomplete multiple mapfile support
576 - perf vendor events: Fix error code in json_events()
577 - perf vendor events: Drop support for unused topic directories
578 - perf vendor events: Add support for pmu events vendor subdirectory
579 - perf vendor events arm64: Relocate ThunderX2 JSON to cavium subdirectory
580 - perf vendor events arm64: Relocate Cortex A53 JSONs to arm subdirectory
581 - perf vendor events: Add support for arch standard events
582 - perf vendor events arm64: Add armv8-recommended.json
583 - perf vendor events arm64: Fixup ThunderX2 to use recommended events
584 - perf vendor events arm64: fixup A53 to use recommended events
585 - perf vendor events arm64: add HiSilicon hip08 JSON file
586 - perf vendor events arm64: Enable JSON events for ThunderX2 B0
587
588 * Warning "cache flush timed out!" seen when unloading the cxl driver
589 (LP: #1762367)
590 - cxl: Check if PSL data-cache is available before issue flush request
591
592 * Bionic update to 4.15.16 stable release (LP: #1762370)
593 - ARM: OMAP: Fix SRAM W+X mapping
594 - ARM: 8746/1: vfp: Go back to clearing vfp_current_hw_state[]
595 - ARM: dts: sun6i: a31s: bpi-m2: improve pmic properties
596 - ARM: dts: sun6i: a31s: bpi-m2: add missing regulators
597 - mtd: jedec_probe: Fix crash in jedec_read_mfr()
598 - mtd: nand: atmel: Fix get_sectorsize() function
599 - ALSA: usb-audio: Add native DSD support for TEAC UD-301
600 - ALSA: pcm: Use dma_bytes as size parameter in dma_mmap_coherent()
601 - ALSA: pcm: potential uninitialized return values
602 - x86/platform/uv/BAU: Add APIC idt entry
603 - perf/hwbp: Simplify the perf-hwbp code, fix documentation
604 - ceph: only dirty ITER_IOVEC pages for direct read
605 - ipc/shm.c: add split function to shm_vm_ops
606 - i2c: i2c-stm32f7: fix no check on returned setup
607 - powerpc/mm: Add tracking of the number of coprocessors using a context
608 - powerpc/mm: Workaround Nest MMU bug with TLB invalidations
609 - powerpc/64s: Fix i-side SLB miss bad address handler saving nonvolatile GPRs
610 - partitions/msdos: Unable to mount UFS 44bsd partitions
611 - xfrm_user: uncoditionally validate esn replay attribute struct
612 - RDMA/ucma: Check AF family prior resolving address
613 - RDMA/ucma: Fix use-after-free access in ucma_close
614 - RDMA/ucma: Ensure that CM_ID exists prior to access it
615 - RDMA/rdma_cm: Fix use after free race with process_one_req
616 - RDMA/ucma: Check that device is connected prior to access it
617 - RDMA/ucma: Check that device exists prior to accessing it
618 - RDMA/ucma: Introduce safer rdma_addr_size() variants
619 - ipv6: fix possible deadlock in rt6_age_examine_exception()
620 - net: xfrm: use preempt-safe this_cpu_read() in ipcomp_alloc_tfms()
621 - xfrm: Refuse to insert 32 bit userspace socket policies on 64 bit systems
622 - percpu: add __GFP_NORETRY semantics to the percpu balancing path
623 - netfilter: x_tables: make allocation less aggressive
624 - netfilter: bridge: ebt_among: add more missing match size checks
625 - l2tp: fix races with ipv4-mapped ipv6 addresses
626 - netfilter: drop template ct when conntrack is skipped.
627 - netfilter: x_tables: add and use xt_check_proc_name
628 - phy: qcom-ufs: add MODULE_LICENSE tag
629 - Bluetooth: Fix missing encryption refresh on Security Request
630 - drm/i915/dp: Write to SET_POWER dpcd to enable MST hub.
631 - bitmap: fix memset optimization on big-endian systems
632 - USB: serial: ftdi_sio: add RT Systems VX-8 cable
633 - USB: serial: ftdi_sio: add support for Harman FirmwareHubEmulator
634 - USB: serial: cp210x: add ELDAT Easywave RX09 id
635 - serial: 8250: Add Nuvoton NPCM UART
636 - mei: remove dev_err message on an unsupported ioctl
637 - /dev/mem: Avoid overwriting "err" in read_mem()
638 - media: usbtv: prevent double free in error case
639 - parport_pc: Add support for WCH CH382L PCI-E single parallel port card.
640 - crypto: lrw - Free rctx->ext with kzfree
641 - crypto: talitos - don't persistently map req_ctx->hw_context and
642 req_ctx->buf
643 - crypto: inside-secure - fix clock management
644 - crypto: testmgr - Fix incorrect values in PKCS#1 test vector
645 - crypto: talitos - fix IPsec cipher in length
646 - crypto: ahash - Fix early termination in hash walk
647 - crypto: caam - Fix null dereference at error path
648 - crypto: ccp - return an actual key size from RSA max_size callback
649 - crypto: arm,arm64 - Fix random regeneration of S_shipped
650 - crypto: x86/cast5-avx - fix ECB encryption when long sg follows short one
651 - Btrfs: fix unexpected cow in run_delalloc_nocow
652 - staging: comedi: ni_mio_common: ack ai fifo error interrupts.
653 - Revert "base: arch_topology: fix section mismatch build warnings"
654 - Input: ALPS - fix TrackStick detection on Thinkpad L570 and Latitude 7370
655 - Input: i8042 - add Lenovo ThinkPad L460 to i8042 reset list
656 - Input: i8042 - enable MUX on Sony VAIO VGN-CS series to fix touchpad
657 - vt: change SGR 21 to follow the standards
658 - ARM: dts: DRA76-EVM: Set powerhold property for tps65917
659 - net: hns: Fix ethtool private flags
660 - Fix slab name "biovec-(1<<(21-12))"
661 - Revert "ARM: dts: am335x-pepper: Fix the audio CODEC's reset pin"
662 - Revert "ARM: dts: omap3-n900: Fix the audio CODEC's reset pin"
663 - Revert "cpufreq: Fix governor module removal race"
664 - Revert "ip6_vti: adjust vti mtu according to mtu of lower device"
665 - Linux 4.15.16
666
667 * [18.04][config] regression: nvme and nvme_core couldn't be built as modules
668 starting 4.15-rc2 (LP: #1759893)
669 - SAUCE: Revert "lightnvm: include NVM Express driver if OCSSD is selected for
670 build"
671 - [Config] CONFIG_BLK_DEV_NMVE=m
672
673 * Miscellaneous Ubuntu changes
674 - [Packaging] Only install cloud init files when do_tools_common=true
675
676 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Fri, 13 Apr 2018 14:40:52 -0300
677
678 linux (4.15.0-15.16) bionic; urgency=medium
679
680 * linux: 4.15.0-15.16 -proposed tracker (LP: #1761177)
681
682 * FFe: Enable configuring resume offset via sysfs (LP: #1760106)
683 - PM / hibernate: Make passing hibernate offsets more friendly
684
685 * /dev/bcache/by-uuid links not created after reboot (LP: #1729145)
686 - SAUCE: (no-up) bcache: decouple emitting a cached_dev CHANGE uevent
687
688 * Ubuntu18.04:POWER9:DD2.2 - Unable to start a KVM guest with default machine
689 type(pseries-bionic) complaining "KVM implementation does not support
690 Transactional Memory, try cap-htm=off" (kvm) (LP: #1752026)
691 - powerpc: Use feature bit for RTC presence rather than timebase presence
692 - powerpc: Book E: Remove unused CPU_FTR_L2CSR bit
693 - powerpc: Free up CPU feature bits on 64-bit machines
694 - powerpc: Add CPU feature bits for TM bug workarounds on POWER9 v2.2
695 - powerpc/powernv: Provide a way to force a core into SMT4 mode
696 - KVM: PPC: Book3S HV: Work around transactional memory bugs in POWER9
697 - KVM: PPC: Book3S HV: Work around XER[SO] bug in fake suspend mode
698 - KVM: PPC: Book3S HV: Work around TEXASR bug in fake suspend state
699
700 * Important Kernel fixes to be backported for Power9 (kvm) (LP: #1758910)
701 - powerpc/mm: Fixup tlbie vs store ordering issue on POWER9
702
703 * Ubuntu 18.04 - IO Hang on some namespaces when running HTX with 16
704 namespaces (Bolt / NVMe) (LP: #1757497)
705 - powerpc/64s: Fix lost pending interrupt due to race causing lost update to
706 irq_happened
707
708 * fwts-efi-runtime-dkms 18.03.00-0ubuntu1: fwts-efi-runtime-dkms kernel module
709 failed to build (LP: #1760876)
710 - [Packaging] include the retpoline extractor in the headers
711
712 -- Seth Forshee <seth.forshee@canonical.com> Wed, 04 Apr 2018 08:26:19 -0500
713
714 linux (4.15.0-14.15) bionic; urgency=medium
715
716 * linux: 4.15.0-14.15 -proposed tracker (LP: #1760678)
717
718 * [Bionic] mlx4 ETH - mlnx_qos failed when set some TC to vendor
719 (LP: #1758662)
720 - net/mlx4_en: Change default QoS settings
721
722 * AT_BASE_PLATFORM in AUXV is absent on kernels available on Ubuntu 17.10
723 (LP: #1759312)
724 - powerpc/64s: Fix NULL AT_BASE_PLATFORM when using DT CPU features
725
726 * Bionic update to 4.15.15 stable release (LP: #1760585)
727 - net: dsa: Fix dsa_is_user_port() test inversion
728 - openvswitch: meter: fix the incorrect calculation of max delta_t
729 - qed: Fix MPA unalign flow in case header is split across two packets.
730 - tcp: purge write queue upon aborting the connection
731 - qed: Fix non TCP packets should be dropped on iWARP ll2 connection
732 - sysfs: symlink: export sysfs_create_link_nowarn()
733 - net: phy: relax error checking when creating sysfs link netdev->phydev
734 - devlink: Remove redundant free on error path
735 - macvlan: filter out unsupported feature flags
736 - net: ipv6: keep sk status consistent after datagram connect failure
737 - ipv6: old_dport should be a __be16 in __ip6_datagram_connect()
738 - ipv6: sr: fix NULL pointer dereference when setting encap source address
739 - ipv6: sr: fix scheduling in RCU when creating seg6 lwtunnel state
740 - mlxsw: spectrum_buffers: Set a minimum quota for CPU port traffic
741 - net: phy: Tell caller result of phy_change()
742 - ipv6: Reflect MTU changes on PMTU of exceptions for MTU-less routes
743 - net sched actions: return explicit error when tunnel_key mode is not
744 specified
745 - ppp: avoid loop in xmit recursion detection code
746 - rhashtable: Fix rhlist duplicates insertion
747 - test_rhashtable: add test case for rhltable with duplicate objects
748 - kcm: lock lower socket in kcm_attach
749 - sch_netem: fix skb leak in netem_enqueue()
750 - ieee802154: 6lowpan: fix possible NULL deref in lowpan_device_event()
751 - net: use skb_to_full_sk() in skb_update_prio()
752 - net: Fix hlist corruptions in inet_evict_bucket()
753 - s390/qeth: free netdevice when removing a card
754 - s390/qeth: when thread completes, wake up all waiters
755 - s390/qeth: lock read device while queueing next buffer
756 - s390/qeth: on channel error, reject further cmd requests
757 - soc/fsl/qbman: fix issue in qman_delete_cgr_safe()
758 - dpaa_eth: fix error in dpaa_remove()
759 - dpaa_eth: remove duplicate initialization
760 - dpaa_eth: increment the RX dropped counter when needed
761 - dpaa_eth: remove duplicate increment of the tx_errors counter
762 - dccp: check sk for closed state in dccp_sendmsg()
763 - ipv6: fix access to non-linear packet in ndisc_fill_redirect_hdr_option()
764 - l2tp: do not accept arbitrary sockets
765 - net: ethernet: arc: Fix a potential memory leak if an optional regulator is
766 deferred
767 - net: ethernet: ti: cpsw: add check for in-band mode setting with RGMII PHY
768 interface
769 - net: fec: Fix unbalanced PM runtime calls
770 - net/iucv: Free memory obtained by kzalloc
771 - netlink: avoid a double skb free in genlmsg_mcast()
772 - net: Only honor ifindex in IP_PKTINFO if non-0
773 - net: systemport: Rewrite __bcm_sysport_tx_reclaim()
774 - qede: Fix qedr link update
775 - skbuff: Fix not waking applications when errors are enqueued
776 - team: Fix double free in error path
777 - Linux 4.15.15
778
779 * Ubuntu 18.04 [ WSP DD2.2 with stop4 and stop5 enabled ]: kdump fails to
780 capture dump when smt=2 or off. (LP: #1758206)
781 - powerpc/crash: Remove the test for cpu_online in the IPI callback
782 - powernv/kdump: Fix cases where the kdump kernel can get HMI's
783 - powerpc/kdump: Fix powernv build break when KEXEC_CORE=n
784
785 * [Intel Ubuntu 18.04 Bug] Null pointer dereference, when disconnecting RAID
786 rebuild target (LP: #1759279)
787 - md: document lifetime of internal rdev pointer.
788
789 * [Feature]Crystal Ridge:add support for the platform capabilities NFIT sub-
790 table in ACPI 6.2A (LP: #1730829)
791 - ACPICA: ACPI 6.0A: Changes to the NFIT ACPI table
792 - acpi: nfit: Add support for detect platform CPU cache flush on power loss
793 - acpi: nfit: add persistent memory control flag for nd_region
794 - libnvdimm: expose platform persistence attribute for nd_region
795 - libnvdimm: re-enable deep flush for pmem devices via fsync()
796 - libnvdimm, nfit: fix persistence domain reporting
797
798 * Allow multiple mounts of zfs datasets (LP: #1759848)
799 - SAUCE: Allow mounting datasets more than once (LP: #1759848)
800
801 * Update Aquantia driver to fix various issues (LP: #1759303)
802 - net: aquantia: Eliminate AQ_DIMOF, replace with ARRAY_SIZE
803 - net: aquantia: Cleanup status flags accesses
804 - net: aquantia: Cleanup hardware access modules
805 - net: aquantia: Remove duplicate hardware descriptors declarations
806 - net: aquantia: Add const qualifiers for hardware ops tables
807 - net: aquantia: Simplify dependencies between pci modules
808 - net: aquantia: Eliminate aq_nic structure abstraction
809 - net: aquantia: Fix register definitions to linux style
810 - net: aquantia: Prepend hw access functions declarations with prefix
811 - net: aquantia: Fix internal stats calculation on rx
812 - net: aquantia: Introduce new device ids and constants
813 - net: aquantia: Introduce new AQC devices and capabilities
814 - net: aquantia: Convert hw and caps structures to const static pointers
815 - net: aquantia: Cleanup pci functions module
816 - net: aquantia: Remove create/destroy from hw ops
817 - net: aquantia: Change confusing no_ff_addr to more meaningful name
818 - net: aquantia: Introduce firmware ops callbacks
819 - net: aquantia: Introduce support for new firmware on AQC cards
820 - net: aquantia: Introduce global AQC hardware reset sequence
821 - net: aquantia: Report correct mediatype via ethtool
822 - net: aquantia: bump driver version to match aquantia internal numbering
823 - net: aquantia: Fix hardware reset when SPI may rarely hangup
824 - net: aquantia: Fix a regression with reset on old firmware
825 - net: aquantia: Change inefficient wait loop on fw data reads
826 - net: aquantia: Add tx clean budget and valid budget handling logic
827 - net: aquantia: Allow live mac address changes
828 - net: aquantia: Implement pci shutdown callback
829 - net: aquantia: driver version bump
830
831 * ISST-LTE:KVM:Ubuntu1804:BostonLC:boslcp3: cpu hotplug on boslcp3g4 guest
832 dumping call traces continuously. (LP: #1759722)
833 - blk-mq: turn WARN_ON in __blk_mq_run_hw_queue into printk
834
835 * ISST-LTE:KVM:Ubuntu18.04:BostonLC:boslcp3:boslcp3g3:Guest conosle hangs
836 after hotplug CPU add operation. (LP: #1759723)
837 - genirq/affinity: assign vectors to all possible CPUs
838 - blk-mq: simplify queue mapping & schedule with each possisble CPU
839
840 * test_bpf fails (LP: #1756150)
841 - test_bpf: Fix testing with CONFIG_BPF_JIT_ALWAYS_ON=y on other arches
842
843 * Bionic update to v4.15.14 stable release (LP: #1759655)
844 - MIPS: ralink: Remove ralink_halt()
845 - MIPS: ralink: Fix booting on MT7621
846 - MIPS: lantiq: Fix Danube USB clock
847 - MIPS: lantiq: Enable AHB Bus for USB
848 - MIPS: lantiq: ase: Enable MFD_SYSCON
849 - iio: chemical: ccs811: Corrected firmware boot/application mode transition
850 - iio: st_pressure: st_accel: pass correct platform data to init
851 - iio: adc: meson-saradc: unlock on error in meson_sar_adc_lock()
852 - ALSA: usb-audio: Fix parsing descriptor of UAC2 processing unit
853 - ALSA: aloop: Sync stale timer before release
854 - ALSA: aloop: Fix access to not-yet-ready substream via cable
855 - ALSA: hda - Force polling mode on CFL for fixing codec communication
856 - ALSA: hda/realtek - Fix speaker no sound after system resume
857 - ALSA: hda/realtek - Fix Dell headset Mic can't record
858 - ALSA: hda/realtek - Always immediately update mute LED with pin VREF
859 - mmc: core: Fix tracepoint print of blk_addr and blksz
860 - mmc: core: Disable HPI for certain Micron (Numonyx) eMMC cards
861 - mmc: block: fix updating ext_csd caches on ioctl call
862 - mmc: dw_mmc: Fix the DTO/CTO timeout overflow calculation for 32-bit systems
863 - mmc: dw_mmc: exynos: fix the suspend/resume issue for exynos5433
864 - mmc: dw_mmc: fix falling from idmac to PIO mode when dw_mci_reset occurs
865 - PCI: Add function 1 DMA alias quirk for Highpoint RocketRAID 644L
866 - ahci: Add PCI-id for the Highpoint Rocketraid 644L card
867 - lockdep: fix fs_reclaim warning
868 - clk: bcm2835: Fix ana->maskX definitions
869 - clk: bcm2835: Protect sections updating shared registers
870 - clk: sunxi-ng: a31: Fix CLK_OUT_* clock ops
871 - RDMA/mlx5: Fix crash while accessing garbage pointer and freed memory
872 - Drivers: hv: vmbus: Fix ring buffer signaling
873 - pinctrl: samsung: Validate alias coming from DT
874 - Bluetooth: btusb: Remove Yoga 920 from the btusb_needs_reset_resume_table
875 - Bluetooth: btusb: Add Dell OptiPlex 3060 to btusb_needs_reset_resume_table
876 - Bluetooth: btusb: Fix quirk for Atheros 1525/QCA6174
877 - libata: fix length validation of ATAPI-relayed SCSI commands
878 - libata: remove WARN() for DMA or PIO command without data
879 - libata: don't try to pass through NCQ commands to non-NCQ devices
880 - libata: Apply NOLPM quirk to Crucial MX100 512GB SSDs
881 - libata: Enable queued TRIM for Samsung SSD 860
882 - libata: Apply NOLPM quirk to Crucial M500 480 and 960GB SSDs
883 - libata: Make Crucial BX100 500GB LPM quirk apply to all firmware versions
884 - libata: Modify quirks for MX100 to limit NCQ_TRIM quirk to MU01 version
885 - sched, cgroup: Don't reject lower cpu.max on ancestors
886 - cgroup: fix rule checking for threaded mode switching
887 - nfsd: remove blocked locks on client teardown
888 - media: tegra-cec: reset rx_buf_cnt when start bit detected
889 - hugetlbfs: check for pgoff value overflow
890 - h8300: remove extraneous __BIG_ENDIAN definition
891 - mm/vmalloc: add interfaces to free unmapped page table
892 - x86/mm: implement free pmd/pte page interfaces
893 - mm/khugepaged.c: convert VM_BUG_ON() to collapse fail
894 - mm/thp: do not wait for lock_page() in deferred_split_scan()
895 - mm/shmem: do not wait for lock_page() in shmem_unused_huge_shrink()
896 - Revert "mm: page_alloc: skip over regions of invalid pfns where possible"
897 - drm/vmwgfx: Fix black screen and device errors when running without fbdev
898 - drm/vmwgfx: Fix a destoy-while-held mutex problem.
899 - drm/radeon: Don't turn off DP sink when disconnected
900 - drm/amd/display: We shouldn't set format_default on plane as atomic driver
901 - drm/amd/display: Add one to EDID's audio channel count when passing to DC
902 - drm: Reject getfb for multi-plane framebuffers
903 - drm: udl: Properly check framebuffer mmap offsets
904 - mm/vmscan: wake up flushers for legacy cgroups too
905 - module: propagate error in modules_open()
906 - acpi, numa: fix pxm to online numa node associations
907 - ACPI / watchdog: Fix off-by-one error at resource assignment
908 - libnvdimm, {btt, blk}: do integrity setup before add_disk()
909 - brcmfmac: fix P2P_DEVICE ethernet address generation
910 - rtlwifi: rtl8723be: Fix loss of signal
911 - tracing: probeevent: Fix to support minus offset from symbol
912 - mtdchar: fix usage of mtd_ooblayout_ecc()
913 - mtd: nand: fsl_ifc: Fix nand waitfunc return value
914 - mtd: nand: fsl_ifc: Fix eccstat array overflow for IFC ver >= 2.0.0
915 - mtd: nand: fsl_ifc: Read ECCSTAT0 and ECCSTAT1 registers for IFC 2.0
916 - staging: ncpfs: memory corruption in ncp_read_kernel()
917 - can: peak/pcie_fd: fix echo_skb is occupied! bug
918 - can: peak/pcie_fd: remove useless code when interface starts
919 - can: ifi: Repair the error handling
920 - can: ifi: Check core revision upon probe
921 - can: cc770: Fix stalls on rt-linux, remove redundant IRQ ack
922 - can: cc770: Fix queue stall & dropped RTR reply
923 - can: cc770: Fix use after free in cc770_tx_interrupt()
924 - tty: vt: fix up tabstops properly
925 - x86/entry/64: Don't use IST entry for #BP stack
926 - selftests/x86/ptrace_syscall: Fix for yet more glibc interference
927 - x86/vsyscall/64: Use proper accessor to update P4D entry
928 - x86/efi: Free efi_pgd with free_pages()
929 - posix-timers: Protect posix clock array access against speculation
930 - kvm/x86: fix icebp instruction handling
931 - x86/build/64: Force the linker to use 2MB page size
932 - x86/boot/64: Verify alignment of the LOAD segment
933 - hwmon: (k10temp) Only apply temperature offset if result is positive
934 - hwmon: (k10temp) Add temperature offset for Ryzen 1900X
935 - perf/x86/intel/uncore: Fix Skylake UPI event format
936 - perf stat: Fix CVS output format for non-supported counters
937 - perf/core: Fix ctx_event_type in ctx_resched()
938 - trace/bpf: remove helper bpf_perf_prog_read_value from tracepoint type
939 programs
940 - perf/x86/intel: Don't accidentally clear high bits in bdw_limit_period()
941 - perf/x86/intel/uncore: Fix multi-domain PCI CHA enumeration bug on Skylake
942 servers
943 - iio: ABI: Fix name of timestamp sysfs file
944 - iio: imu: st_lsm6dsx: fix endianness in st_lsm6dsx_read_oneshot()
945 - iio: imu: st_lsm6dsx: introduce conf_lock mutex
946 - staging: android: ion: Zero CMA allocated memory
947 - kbuild: disable clang's default use of -fmerge-all-constants
948 - bpf: skip unnecessary capability check
949 - bpf, x64: increase number of passes
950 - Linux 4.15.14
951
952 * System fails to start (boot) on battery due to read-only root file-system
953 (LP: #1726930) // Bionic update to v4.15.14 stable release (LP: #1759655)
954 - libata: disable LPM for Crucial BX100 SSD 500GB drive
955
956 * [Feature][CFL][ICL] [CNL]Thunderbolt support (Titan Ridge) (LP: #1730775)
957 - thunderbolt: Resume control channel after hibernation image is created
958 - thunderbolt: Serialize PCIe tunnel creation with PCI rescan
959 - thunderbolt: Handle connecting device in place of host properly
960 - thunderbolt: Do not overwrite error code when domain adding fails
961 - thunderbolt: Wait a bit longer for root switch config space
962 - thunderbolt: Wait a bit longer for ICM to authenticate the active NVM
963 - thunderbolt: Handle rejected Thunderbolt devices
964 - thunderbolt: Factor common ICM add and update operations out
965 - thunderbolt: Correct function name in kernel-doc comment
966 - thunderbolt: Add tb_switch_get()
967 - thunderbolt: Add tb_switch_find_by_route()
968 - thunderbolt: Add tb_xdomain_find_by_route()
969 - thunderbolt: Add constant for approval timeout
970 - thunderbolt: Move driver ready handling to struct icm
971 - thunderbolt: Add 'boot' attribute for devices
972 - thunderbolt: Add support for preboot ACL
973 - Documentation/admin-guide: fixes for thunderbolt.rst
974 - thunderbolt: Introduce USB only (SL4) security level
975 - thunderbolt: Add support for Intel Titan Ridge
976
977 * QCA9377 requires more IRAM banks for its new firmware (LP: #1748345)
978 - ath10k: update the IRAM bank number for QCA9377
979
980 * nfp: fix disabling on hw-tc-offload in flower (LP: #1752828)
981 - nfp: bpf: require ETH table
982 - nfp: don't advertise hw-tc-offload on non-port netdevs
983 - nfp: forbid disabling hw-tc-offload on representors while offload active
984
985 * Fix an issue that when system in S3, USB keyboard can't wake up the system.
986 (LP: #1759511)
987 - ACPI / PM: Allow deeper wakeup power states with no _SxD nor _SxW
988
989 * retpoline hints: primary infrastructure and initial hints (LP: #1758856)
990 - [Packaging] retpoline -- add safe usage hint support
991 - [Packaging] retpoline-check -- only report additions
992 - [Packaging] retpoline -- widen indirect call/jmp detection
993 - [Packaging] retpoline -- elide %rip relative indirections
994 - [Packaging] retpoline -- clear hint information from packages
995 - SAUCE: apm -- annotate indirect calls within
996 firmware_restrict_branch_speculation_{start,end}
997 - SAUCE: EFI -- annotate indirect calls within
998 firmware_restrict_branch_speculation_{start,end}
999 - SAUCE: early/late -- annotate indirect calls in early/late initialisation
1000 code
1001 - SAUCE: vga_set_mode -- avoid jump tables
1002 - [Config] retpoine -- switch to new format
1003
1004 * zfs system process hung on container stop/delete (LP: #1754584)
1005 - SAUCE: Fix non-prefaulted page deadlock (LP: #1754584)
1006 - Revert "UBUNTU: SAUCE: Fix non-prefaulted page deadlock (LP: #1754584)"
1007 - SAUCE: Fix non-prefaulted page deadlock (LP: #1754584)
1008
1009 * Important KVM fixes for ppc64el (LP: #1759045)
1010 - KVM: PPC: Book3S HV: Do SLB load/unload with guest LPCR value loaded
1011 - KVM: PPC: Book3S HV: Fix handling of secondary HPTEG in HPT resizing code
1012 - KVM: PPC: Book3S HV: Make HPT resizing work on POWER9
1013 - KVM: PPC: Book3S: Add MMIO emulation for VMX instructions
1014 - KVM: PPC: Book3S: Fix compile error that occurs with some gcc versions
1015 - KVM: PPC: Book3S HV: Fix trap number return from __kvmppc_vcore_entry
1016 - KVM: PPC: Book3S HV: Fix duplication of host SLB entries
1017
1018 * ubuntu_zram_smoke test will cause soft lockup on Artful ThunderX ARM64
1019 (LP: #1755073)
1020 - SAUCE: crypto: thunderx_zip: Fix fallout from CONFIG_VMAP_STACK
1021
1022 * Update to ocxl driver (LP: #1755161)
1023 - ocxl: fix signed comparison with less than zero
1024 - ocxl: Fix potential bad errno on irq allocation
1025 - ocxl: Add get_metadata IOCTL to share OCXL information to userspace
1026
1027 * CAPI Flash (cxlflash) update (LP: #1752672)
1028 - scsi: cxlflash: Update cxl-specific arguments to generic cookie
1029 - scsi: cxlflash: Explicitly cache number of interrupts per context
1030 - scsi: cxlflash: Remove embedded CXL work structures
1031 - scsi: cxlflash: Adapter context init can return error
1032 - scsi: cxlflash: Staging to support future accelerators
1033 - SAUCE: cxlflash: Preserve number of interrupts for master contexts
1034 - SAUCE: cxlflash: Avoid clobbering context control register value
1035 - SAUCE: cxlflash: Add argument identifier names
1036 - SAUCE: cxlflash: Introduce OCXL backend
1037 - SAUCE: cxlflash: Hardware AFU for OCXL
1038 - SAUCE: cxlflash: Read host function configuration
1039 - SAUCE: cxlflash: Setup function acTag range
1040 - SAUCE: cxlflash: Read host AFU configuration
1041 - SAUCE: cxlflash: Setup AFU acTag range
1042 - SAUCE: cxlflash: Setup AFU PASID
1043 - SAUCE: cxlflash: Adapter context support for OCXL
1044 - SAUCE: cxlflash: Use IDR to manage adapter contexts
1045 - SAUCE: cxlflash: Support adapter file descriptors for OCXL
1046 - SAUCE: cxlflash: Support adapter context discovery
1047 - SAUCE: cxlflash: Support image reload policy modification
1048 - SAUCE: cxlflash: MMIO map the AFU
1049 - SAUCE: cxlflash: Support starting an adapter context
1050 - SAUCE: cxlflash: Support process specific mappings
1051 - SAUCE: cxlflash: Support AFU state toggling
1052 - SAUCE: cxlflash: Support reading adapter VPD data
1053 - SAUCE: cxlflash: Setup function OCXL link
1054 - SAUCE: cxlflash: Setup OCXL transaction layer
1055 - SAUCE: cxlflash: Support process element lifecycle
1056 - SAUCE: cxlflash: Support AFU interrupt management
1057 - SAUCE: cxlflash: Support AFU interrupt mapping and registration
1058 - SAUCE: cxlflash: Support starting user contexts
1059 - SAUCE: cxlflash: Support adapter context polling
1060 - SAUCE: cxlflash: Support adapter context reading
1061 - SAUCE: cxlflash: Support adapter context mmap and release
1062 - SAUCE: cxlflash: Support file descriptor mapping
1063 - SAUCE: cxlflash: Introduce object handle fop
1064 - SAUCE: cxlflash: Setup LISNs for user contexts
1065 - SAUCE: cxlflash: Setup LISNs for master contexts
1066 - SAUCE: cxlflash: Update synchronous interrupt status bits
1067 - SAUCE: cxlflash: Introduce OCXL context state machine
1068 - SAUCE: cxlflash: Register for translation errors
1069 - SAUCE: cxlflash: Support AFU reset
1070 - SAUCE: cxlflash: Enable OCXL operations
1071
1072 * [Feature][CFL] Enable pmc_core driver for H, S, and U SKUs (LP: #1730770)
1073 - platform/x86: intel_pmc_core: Remove unused EXPORTED API
1074 - platform/x86: intel_pmc_core: Change driver to a module
1075 - platform/x86: intel_pmc_core: Fix file permission warnings
1076 - platform/x86: intel_pmc_core: Refactor debugfs entries
1077 - platform/x86: intel_pmc_core: Substitute PCI with CPUID enumeration
1078 - platform/x86: intel_pmc_core: Convert to ICPU macro
1079 - platform/x86: intel_pmc_core: Remove unused header file
1080 - ACPI / LPIT: Export lpit_read_residency_count_address()
1081 - platform/x86: intel_pmc_core: Read base address from LPIT
1082 - x86/cpu: Add Cannonlake to Intel family
1083 - platform/x86: intel_pmc_core: Add CannonLake PCH support
1084 - platform/x86: intel_pmc_core: Special case for Coffeelake
1085
1086 * Cpu utilization showing system time for kvm guests (performance) (sysstat)
1087 (LP: #1755979)
1088 - KVM: PPC: Book3S HV: Fix guest time accounting with VIRT_CPU_ACCOUNTING_GEN
1089
1090 * [Artful][Wyse 3040] System hang when trying to enable an offlined CPU core
1091 (LP: #1736393)
1092 - SAUCE: drm/i915:Don't set chip specific data
1093 - SAUCE: drm/i915: make previous commit affects Wyse 3040 only
1094
1095 * [Bug] ISH support for CFL-H (LP: #1739522)
1096 - HID: intel-ish-hid: Enable Cannon Lake and Coffee Lake laptop/desktop
1097
1098 * ath9k can't connect to wifi AP (LP: #1727228)
1099 - ath9k: add MSI support
1100 - ath9k: add a quirk to set use_msi automatically
1101
1102 * [P9,Power NV][Witherspoon][Ubuntu 18.04][Perf] : PMU events by name it is
1103 not listed under perf list (LP: #1755470)
1104 - iperf vendor events: Use more flexible pattern matching for CPU
1105 identification for mapfile.csv
1106
1107 * zed process consuming 100% cpu (LP: #1751796)
1108 - SAUCE: Fix ioctl loop-spin in zed (LP: #1751796)
1109
1110 * Bionic update to 4.15.13 stable release (LP: #1758886)
1111 - scsi: megaraid_sas: Do not use 32-bit atomic request descriptor for Ventura
1112 controllers
1113 - staging: android: ashmem: Fix possible deadlock in ashmem_ioctl
1114 - drm/amdgpu: use polling mem to set SDMA3 wptr for VF
1115 - Bluetooth: hci_qca: Avoid setup failure on missing rampatch
1116 - Bluetooth: btqcomsmd: Fix skb double free corruption
1117 - cpufreq: longhaul: Revert transition_delay_us to 200 ms
1118 - media: c8sectpfe: fix potential NULL pointer dereference in
1119 c8sectpfe_timer_interrupt
1120 - drm/msm: fix leak in failed get_pages
1121 - IB/ipoib: Warn when one port fails to initialize
1122 - RDMA/iwpm: Fix uninitialized error code in iwpm_send_mapinfo()
1123 - hv_netvsc: Fix the receive buffer size limit
1124 - hv_netvsc: Fix the TX/RX buffer default sizes
1125 - tcp: allow TLP in ECN CWR
1126 - spi: sh-msiof: Avoid writing to registers from spi_master.setup()
1127 - libbpf: prefer global symbols as bpf program name source
1128 - rtlwifi: rtl_pci: Fix the bug when inactiveps is enabled.
1129 - rtlwifi: always initialize variables given to RT_TRACE()
1130 - media: bt8xx: Fix err 'bt878_probe()'
1131 - ath10k: handling qos at STA side based on AP WMM enable/disable
1132 - media: [RESEND] media: dvb-frontends: Add delay to Si2168 restart
1133 - qmi_wwan: set FLAG_SEND_ZLP to avoid network initiated disconnect
1134 - tty: goldfish: Enable 'earlycon' only if built-in
1135 - serial: 8250_dw: Disable clock on error
1136 - cros_ec: fix nul-termination for firmware build info
1137 - watchdog: Fix potential kref imbalance when opening watchdog
1138 - watchdog: Fix kref imbalance seen if handle_boot_enabled=0
1139 - platform/chrome: Use proper protocol transfer function
1140 - dmaengine: zynqmp_dma: Fix race condition in the probe
1141 - drm/tilcdc: ensure nonatomic iowrite64 is not used
1142 - mmc: avoid removing non-removable hosts during suspend
1143 - mmc: block: fix logical error to avoid memory leak
1144 - /dev/mem: Add bounce buffer for copy-out
1145 - net: phy: meson-gxl: check phy_write return value
1146 - sfp: fix EEPROM reading in the case of non-SFF8472 SFPs
1147 - sfp: fix non-detection of PHY
1148 - media: s5p-mfc: Fix lock contention - request_firmware() once
1149 - rtc: ac100: Fix multiple race conditions
1150 - IB/ipoib: Avoid memory leak if the SA returns a different DGID
1151 - RDMA/cma: Use correct size when writing netlink stats
1152 - IB/umem: Fix use of npages/nmap fields
1153 - iser-target: avoid reinitializing rdma contexts for isert commands
1154 - bpf/cgroup: fix a verification error for a CGROUP_DEVICE type prog
1155 - vgacon: Set VGA struct resource types
1156 - omapdrm: panel: fix compatible vendor string for td028ttec1
1157 - mmc: sdhci-xenon: wait 5ms after set 1.8V signal enable
1158 - drm/omap: DMM: Check for DMM readiness after successful transaction commit
1159 - pty: cancel pty slave port buf's work in tty_release
1160 - coresight: Fix disabling of CoreSight TPIU
1161 - PCI: designware-ep: Fix ->get_msi() to check MSI_EN bit
1162 - PCI: endpoint: Fix find_first_zero_bit() usage
1163 - PCI: rcar: Handle rcar_pcie_parse_request_of_pci_ranges() failures
1164 - media: davinci: fix a debug printk
1165 - clk: check ops pointer on clock register
1166 - dt-bindings: display: panel: Fix compatible string for Toshiba LT089AC29000
1167 - clk: use round rate to bail out early in set_rate
1168 - pinctrl: Really force states during suspend/resume
1169 - pinctrl: rockchip: enable clock when reading pin direction register
1170 - iommu/vt-d: clean up pr_irq if request_threaded_irq fails
1171 - ip6_vti: adjust vti mtu according to mtu of lower device
1172 - ip_gre: fix error path when erspan_rcv failed
1173 - ip_gre: fix potential memory leak in erspan_rcv
1174 - soc: qcom: smsm: fix child-node lookup
1175 - RDMA/ocrdma: Fix permissions for OCRDMA_RESET_STATS
1176 - ARM: dts: aspeed-evb: Add unit name to memory node
1177 - nfsd4: permit layoutget of executable-only files
1178 - clk: at91: pmc: Wait for clocks when resuming
1179 - clk: Don't touch hardware when reparenting during registration
1180 - clk: axi-clkgen: Correctly handle nocount bit in recalc_rate()
1181 - clk: si5351: Rename internal plls to avoid name collisions
1182 - crypto: artpec6 - set correct iv size for gcm(aes)
1183 - hwrng: core - Clean up RNG list when last hwrng is unregistered
1184 - dmaengine: ti-dma-crossbar: Fix event mapping for TPCC_EVT_MUX_60_63
1185 - IB/mlx5: Fix integer overflows in mlx5_ib_create_srq
1186 - IB/mlx5: Fix out-of-bounds read in create_raw_packet_qp_rq
1187 - RDMA/vmw_pvrdma: Fix usage of user response structures in ABI file
1188 - serial: 8250_pci: Don't fail on multiport card class
1189 - RDMA/core: Do not use invalid destination in determining port reuse
1190 - clk: migrate the count of orphaned clocks at init
1191 - RDMA/ucma: Fix access to non-initialized CM_ID object
1192 - RDMA/ucma: Don't allow join attempts for unsupported AF family
1193 - Linux 4.15.13
1194
1195 * Ubuntu18.04:PowerPC - Set Transparent Huge Pages (THP) by default to
1196 "always" (LP: #1753708)
1197 - Config: Set TRANSPARENT_HUGEPAGE_ALWAYS=y on ppc64el
1198
1199 * Bionic update to 4.15.12 stable release (LP: #1757465)
1200 - x86/cpufeatures: Add Intel Total Memory Encryption cpufeature
1201 - x86/cpufeatures: Add Intel PCONFIG cpufeature
1202 - selftests/x86/entry_from_vm86: Exit with 1 if we fail
1203 - selftests/x86/entry_from_vm86: Add test cases for POPF
1204 - x86/vm86/32: Fix POPF emulation
1205 - x86/speculation, objtool: Annotate indirect calls/jumps for objtool on
1206 32-bit kernels
1207 - x86/speculation: Remove Skylake C2 from Speculation Control microcode
1208 blacklist
1209 - KVM: x86: Fix device passthrough when SME is active
1210 - x86/mm: Fix vmalloc_fault to use pXd_large
1211 - parisc: Handle case where flush_cache_range is called with no context
1212 - ALSA: pcm: Fix UAF in snd_pcm_oss_get_formats()
1213 - ALSA: hda - Revert power_save option default value
1214 - ALSA: seq: Fix possible UAF in snd_seq_check_queue()
1215 - ALSA: seq: Clear client entry before deleting else at closing
1216 - drm/nouveau/bl: Fix oops on driver unbind
1217 - drm/nouveau/mmu: ALIGN_DOWN correct variable
1218 - drm/amdgpu: fix prime teardown order
1219 - drm/radeon: fix prime teardown order
1220 - drm/amdgpu/dce: Don't turn off DP sink when disconnected
1221 - fs: Teach path_connected to handle nfs filesystems with multiple roots.
1222 - KVM: arm/arm64: Reduce verbosity of KVM init log
1223 - KVM: arm/arm64: Reset mapped IRQs on VM reset
1224 - kvm: arm/arm64: vgic-v3: Tighten synchronization for guests using v2 on v3
1225 - KVM: arm/arm64: vgic: Don't populate multiple LRs with the same vintid
1226 - lock_parent() needs to recheck if dentry got __dentry_kill'ed under it
1227 - fs/aio: Add explicit RCU grace period when freeing kioctx
1228 - fs/aio: Use RCU accessors for kioctx_table->table[]
1229 - RDMAVT: Fix synchronization around percpu_ref
1230 - irqchip/gic-v3-its: Ensure nr_ites >= nr_lpis
1231 - nvme: fix subsystem multiple controllers support check
1232 - xfs: preserve i_rdev when recycling a reclaimable inode
1233 - btrfs: Fix NULL pointer exception in find_bio_stripe
1234 - btrfs: add missing initialization in btrfs_check_shared
1235 - btrfs: alloc_chunk: fix DUP stripe size handling
1236 - btrfs: Fix use-after-free when cleaning up fs_devs with a single stale
1237 device
1238 - btrfs: remove spurious WARN_ON(ref->count < 0) in find_parent_nodes
1239 - btrfs: Fix memory barriers usage with device stats counters
1240 - scsi: qla2xxx: Fix smatch warning in qla25xx_delete_{rsp|req}_que
1241 - scsi: qla2xxx: Fix NULL pointer access for fcport structure
1242 - scsi: qla2xxx: Fix logo flag for qlt_free_session_done()
1243 - scsi: qla2xxx: Fix crashes in qla2x00_probe_one on probe failure
1244 - usb: dwc2: fix STM32F7 USB OTG HS compatible
1245 - dt-bindings: usb: fix the STM32F7 DWC2 OTG HS core binding
1246 - USB: gadget: udc: Add missing platform_device_put() on error in
1247 bdc_pci_probe()
1248 - usb: dwc3: Fix GDBGFIFOSPACE_TYPE values
1249 - usb: dwc3: core: Power-off core/PHYs on system_suspend in host mode
1250 - usb: dwc3: of-simple: fix oops by unbalanced clk disable call
1251 - usb: gadget: udc: renesas_usb3: fix oops in renesas_usb3_remove()
1252 - phy: phy-brcm-usb: Fix two DT properties to match bindings doc
1253 - phy: phy-brcm-usb-init: Some Low Speed keyboards fail on 7271
1254 - phy: phy-brcm-usb-init: DRD mode can cause crash on startup
1255 - phy: phy-brcm-usb-init: Power down USB 3.0 PHY when XHCI disabled
1256 - Linux 4.15.12
1257
1258 * cxl: Fix timebase synchronization status on POWER9 missing (CAPI)
1259 (LP: #1757228)
1260 - cxl: Fix timebase synchronization status on P9
1261
1262 * [Feature][GLK] Enable L2 CDP (Code and Data Prioritization) (LP: #1737873)
1263 - x86/intel_rdt: Enumerate L2 Code and Data Prioritization (CDP) feature
1264 - x86/intel_rdt: Add command line parameter to control L2_CDP
1265
1266 * [Feature] Crystal Ridge-Restrict DAX to configurations with struct page
1267 (LP: #1751724)
1268 - mm, dax: introduce pfn_t_special()
1269 - ext2: auto disable dax instead of failing mount
1270 - ext4: auto disable dax instead of failing mount
1271 - dax: require 'struct page' by default for filesystem dax
1272 - Config: Enable CONFIG_FS_DAX_LIMITED
1273
1274 * Bionic update to 4.15.11 stable release (LP: #1756978)
1275 - x86: Treat R_X86_64_PLT32 as R_X86_64_PC32
1276 - ASoC: sun4i-i2s: Fix RX slot number of SUN8I
1277 - ASoC: sgtl5000: Fix suspend/resume
1278 - ASoC: wm_adsp: For TLV controls only register TLV get/set
1279 - ASoC: rt5651: Fix regcache sync errors on resume
1280 - usb: host: xhci-rcar: add support for r8a77965
1281 - xhci: Fix front USB ports on ASUS PRIME B350M-A
1282 - xhci: fix endpoint context tracer output
1283 - serial: sh-sci: prevent lockup on full TTY buffers
1284 - tty/serial: atmel: add new version check for usart
1285 - uas: fix comparison for error code
1286 - staging: comedi: fix comedi_nsamples_left.
1287 - staging: android: ashmem: Fix lockdep issue during llseek
1288 - scsi: sd_zbc: Fix potential memory leak
1289 - USB: storage: Add JMicron bridge 152d:2567 to unusual_devs.h
1290 - usbip: vudc: fix null pointer dereference on udc->lock
1291 - usb: quirks: add control message delay for 1b1c:1b20
1292 - usb: usbmon: Read text within supplied buffer size
1293 - usb: gadget: f_fs: Fix use-after-free in ffs_fs_kill_sb()
1294 - usb: dwc3: Fix lock-up on ID change during system suspend/resume
1295 - serial: 8250_pci: Add Brainboxes UC-260 4 port serial device
1296 - serial: core: mark port as initialized in autoconfig
1297 - earlycon: add reg-offset to physical address before mapping
1298 - dm mpath: fix passing integrity data
1299 - Revert "btrfs: use proper endianness accessors for super_copy"
1300 - gfs2: Clean up {lookup,fillup}_metapath
1301 - gfs2: Fixes to "Implement iomap for block_map" (2)
1302 - drm/panel: rpi-touchscreen: propagate errors in rpi_touchscreen_i2c_read()
1303 - spi: imx: Fix failure path leak on GPIO request error correctly
1304 - HID: multitouch: Only look at non touch fields in first packet of a frame
1305 - KVM: PPC: Book3S HV: Avoid shifts by negative amounts
1306 - drm/edid: set ELD connector type in drm_edid_to_eld()
1307 - dma-buf/fence: Fix lock inversion within dma-fence-array
1308 - video/hdmi: Allow "empty" HDMI infoframes
1309 - KVM: PPC: Book3S HV: Fix typo in kvmppc_hv_get_dirty_log_radix()
1310 - HID: elo: clear BTN_LEFT mapping
1311 - iwlwifi: mvm: rs: don't override the rate history in the search cycle
1312 - ARM: dts: koelsch: Move cec_clock to root node
1313 - clk: meson: gxbb: fix wrong clock for SARADC/SANA
1314 - ARM: dts: exynos: Correct Trats2 panel reset line
1315 - drm/amdgpu: fix get_max_engine_clock_in_mhz
1316 - staging: rtl8822be: fix missing null check on dev_alloc_skb return
1317 - typec: tcpm: fusb302: Resolve out of order messaging events
1318 - USB: ledtrig-usbport: fix of-node leak
1319 - dt-bindings: serial: Add common rs485 binding for RTS polarity
1320 - sched: Stop switched_to_rt() from sending IPIs to offline CPUs
1321 - sched: Stop resched_cpu() from sending IPIs to offline CPUs
1322 - crypto: chelsio - Fix an error code in chcr_hash_dma_map()
1323 - crypto: ecc - Fix NULL pointer deref. on no default_rng
1324 - crypto: keywrap - Add missing ULL suffixes for 64-bit constants
1325 - crypto: cavium - fix memory leak on info
1326 - test_firmware: fix setting old custom fw path back on exit
1327 - drm/vblank: Fix vblank timestamp debugs
1328 - net: ieee802154: adf7242: Fix bug if defined DEBUG
1329 - rtc: brcmstb-waketimer: fix error handling in brcmstb_waketmr_probe()
1330 - perf report: Fix -D output for user metadata events
1331 - net: xfrm: allow clearing socket xfrm policies.
1332 - gpiolib: don't allow OPEN_DRAIN & OPEN_SOURCE flags simultaneously
1333 - mtd: nand: fix interpretation of NAND_CMD_NONE in nand_command[_lp]()
1334 - net: thunderx: Set max queue count taking XDP_TX into account
1335 - ARM: dts: am335x-pepper: Fix the audio CODEC's reset pin
1336 - ARM: dts: omap3-n900: Fix the audio CODEC's reset pin
1337 - mtd: nand: ifc: update bufnum mask for ver >= 2.0.0
1338 - userns: Don't fail follow_automount based on s_user_ns
1339 - xfrm: Fix xfrm_replay_overflow_offload_esn
1340 - leds: pm8058: Silence pointer to integer size warning
1341 - bpf: fix stack state printing in verifier log
1342 - power: supply: sbs-message: double left shift bug in sbsm_select()
1343 - power: supply: ab8500_charger: Fix an error handling path
1344 - power: supply: ab8500_charger: Bail out in case of error in
1345 'ab8500_charger_init_hw_registers()'
1346 - drm/etnaviv: make THERMAL selectable
1347 - iio: adc: ina2xx: Shift bus voltage register to mask flag bits
1348 - iio: health: max30102: Add power enable parameter to get_temp function
1349 - ath10k: update tdls teardown state to target
1350 - cpufreq: Fix governor module removal race
1351 - KVM: X86: Restart the guest when insn_len is zero and SEV is enabled
1352 - drm/amdgpu:fix random missing of FLR NOTIFY
1353 - scsi: ses: don't ask for diagnostic pages repeatedly during probe
1354 - pwm: stmpe: Fix wrong register offset for hwpwm=2 case
1355 - drm/sun4i: Fix format mask in DE2 driver
1356 - pinctrl: sh-pfc: r8a7791: Add can_clk function
1357 - pinctrl: sh-pfc: r8a7795-es1: Fix MOD_SEL1 bit[25:24] to 0x3 when using
1358 STP_ISEN_1_D
1359 - perf annotate: Fix unnecessary memory allocation for s390x
1360 - perf annotate: Fix objdump comment parsing for Intel mov dissassembly
1361 - iwlwifi: mvm: avoid dumping assert log when device is stopped
1362 - drm/amdgpu:fix virtual dce bug
1363 - drm/amdgpu: fix amdgpu_sync_resv v2
1364 - bnxt_en: Uninitialized variable in bnxt_tc_parse_actions()
1365 - clk: qcom: msm8916: fix mnd_width for codec_digcodec
1366 - mwifiex: cfg80211: do not change virtual interface during scan processing
1367 - ath10k: fix invalid STS_CAP_OFFSET_MASK
1368 - tools/usbip: fixes build with musl libc toolchain
1369 - spi: sun6i: disable/unprepare clocks on remove
1370 - bnxt_en: Don't print "Link speed -1 no longer supported" messages.
1371 - scsi: core: scsi_get_device_flags_keyed(): Always return device flags
1372 - scsi: devinfo: apply to HP XP the same flags as Hitachi VSP
1373 - scsi: dh: add new rdac devices
1374 - clk: renesas: r8a77970: Add LVDS clock
1375 - staging: fsl-dpaa2/eth: Fix access to FAS field
1376 - media: vsp1: Prevent suspending and resuming DRM pipelines
1377 - dm raid: fix raid set size revalidation
1378 - media: cpia2: Fix a couple off by one bugs
1379 - media: davinci: vpif_capture: add NULL check on devm_kzalloc return value
1380 - virtio_net: Disable interrupts if napi_complete_done rescheduled napi
1381 - net: sched: drop qdisc_reset from dev_graft_qdisc
1382 - veth: set peer GSO values
1383 - drm/amdkfd: Fix memory leaks in kfd topology
1384 - powerpc/64: Don't trace irqs-off at interrupt return to soft-disabled
1385 context
1386 - arm64: dts: renesas: salvator-common: Add EthernetAVB PHY reset
1387 - agp/intel: Flush all chipset writes after updating the GGTT
1388 - mac80211_hwsim: enforce PS_MANUAL_POLL to be set after PS_ENABLED
1389 - mac80211: remove BUG() when interface type is invalid
1390 - crypto: caam/qi - use correct print specifier for size_t
1391 - ASoC: nuc900: Fix a loop timeout test
1392 - mmc: mmc_test: Ensure command queue is disabled for testing
1393 - Fix misannotated out-of-line _copy_to_user()
1394 - ipvlan: add L2 check for packets arriving via virtual devices
1395 - rcutorture/configinit: Fix build directory error message
1396 - locking/locktorture: Fix num reader/writer corner cases
1397 - ima: relax requiring a file signature for new files with zero length
1398 - IB/mlx5: revisit -Wmaybe-uninitialized warning
1399 - dmaengine: qcom_hidma: check pending interrupts
1400 - drm/i915/glk: Disable Guc and HuC on GLK
1401 - Linux 4.15.11
1402 - Config: Enable CONFIG_DRM_ETNAVIV_THERMAL=y
1403
1404 * [FFE][Feature] KVM CLX avx512_vnni (LP: #1739665)
1405 - KVM: x86: add support for UMIP
1406 - KVM: Expose new cpu features to guest
1407
1408 * Ubuntu18.04[P9 DD2.2 Boston]:Unable to boot power8 compat mode
1409 guests(ubuntu14.04.5) (kvm) (LP: #1756254)
1410 - KVM: PPC: Book3S HV: Allow HPT and radix on the same core for POWER9 v2.2
1411
1412 * Allow hugepage backing for "p8compat" mode kvm guests (LP: #1754206)
1413 - KVM: PPC: Book3S HV: Fix VRMA initialization with 2MB or 1GB memory backing
1414
1415 * [Bug][KVM][Crystal Ridge] Terrible performance of vNVDIMM on QEMU with
1416 device DAX backend (LP: #1745899)
1417 - x86/mm: add a function to check if a pfn is UC/UC-/WC
1418 - KVM: MMU: consider host cache mode in MMIO page check
1419
1420 * nfp: read ME frequency from vNIC ctrl memory (LP: #1752818)
1421 - nfp: add TLV capabilities to the BAR
1422 - nfp: read ME frequency from vNIC ctrl memory
1423 - nfp: fix TLV offset calculation
1424
1425 * Miscellaneous Ubuntu changes
1426 - [Packaging] skip cloud tools packaging when not building package
1427 - [Packaging] final-checks -- remove check for empty retpoline files
1428
1429 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Mon, 02 Apr 2018 15:43:20 -0300
1430
1431 linux (4.15.0-13.14) bionic; urgency=medium
1432
1433 * linux: 4.15.0-13.14 -proposed tracker (LP: #1756408)
1434
1435 * devpts: handle bind-mounts (LP: #1755857)
1436 - SAUCE: devpts: hoist out check for DEVPTS_SUPER_MAGIC
1437 - SAUCE: devpts: resolve devpts bind-mounts
1438 - SAUCE: devpts: comment devpts_mntget()
1439 - SAUCE: selftests: add devpts selftests
1440
1441 * [bionic][arm64] d-i: add hisi_sas_v3_hw to scsi-modules (LP: #1756103)
1442 - d-i: add hisi_sas_v3_hw to scsi-modules
1443
1444 * [Bionic][ARM64] enable ROCE and HNS3 driver support for hip08 SoC
1445 (LP: #1756097)
1446 - RDMA/hns: Refactor eq code for hip06
1447 - RDMA/hns: Add eq support of hip08
1448 - RDMA/hns: Add detailed comments for mb() call
1449 - RDMA/hns: Add rq inline data support for hip08 RoCE
1450 - RDMA/hns: Update the usage of sr_max and rr_max field
1451 - RDMA/hns: Set access flags of hip08 RoCE
1452 - RDMA/hns: Filter for zero length of sge in hip08 kernel mode
1453 - RDMA/hns: Fix QP state judgement before sending work requests
1454 - RDMA/hns: Assign dest_qp when deregistering mr
1455 - RDMA/hns: Fix endian problems around imm_data and rkey
1456 - RDMA/hns: Assign the correct value for tx_cqn
1457 - RDMA/hns: Create gsi qp in hip08
1458 - RDMA/hns: Add gsi qp support for modifying qp in hip08
1459 - RDMA/hns: Fill sq wqe context of ud type in hip08
1460 - RDMA/hns: Assign zero for pkey_index of wc in hip08
1461 - RDMA/hns: Update the verbs of polling for completion
1462 - RDMA/hns: Set the guid for hip08 RoCE device
1463 - net: hns3: Refactor of the reset interrupt handling logic
1464 - net: hns3: Add reset service task for handling reset requests
1465 - net: hns3: Refactors the requested reset & pending reset handling code
1466 - net: hns3: Add HNS3 VF IMP(Integrated Management Proc) cmd interface
1467 - net: hns3: Add mailbox support to VF driver
1468 - net: hns3: Add HNS3 VF HCL(Hardware Compatibility Layer) Support
1469 - net: hns3: Add HNS3 VF driver to kernel build framework
1470 - net: hns3: Unified HNS3 {VF|PF} Ethernet Driver for hip08 SoC
1471 - net: hns3: Add mailbox support to PF driver
1472 - net: hns3: Change PF to add ring-vect binding & resetQ to mailbox
1473 - net: hns3: Add mailbox interrupt handling to PF driver
1474 - net: hns3: add support to query tqps number
1475 - net: hns3: add support to modify tqps number
1476 - net: hns3: change the returned tqp number by ethtool -x
1477 - net: hns3: free the ring_data structrue when change tqps
1478 - net: hns3: get rss_size_max from configuration but not hardcode
1479 - net: hns3: add a mask initialization for mac_vlan table
1480 - net: hns3: add vlan offload config command
1481 - net: hns3: add ethtool related offload command
1482 - net: hns3: add handling vlan tag offload in bd
1483 - net: hns3: cleanup mac auto-negotiation state query
1484 - net: hns3: fix for getting auto-negotiation state in hclge_get_autoneg
1485 - net: hns3: add support for set_pauseparam
1486 - net: hns3: add support to update flow control settings after autoneg
1487 - net: hns3: add Asym Pause support to phy default features
1488 - net: hns3: add support for querying advertised pause frame by ethtool ethx
1489 - net: hns3: Increase the default depth of bucket for TM shaper
1490 - net: hns3: change TM sched mode to TC-based mode when SRIOV enabled
1491 - net: hns3: hns3_get_channels() can be static
1492 - net: hns3: Add ethtool interface for vlan filter
1493 - net: hns3: Disable VFs change rxvlan offload status
1494 - net: hns3: Unify the strings display of packet statistics
1495 - net: hns3: Fix spelling errors
1496 - net: hns3: Remove repeat statistic of rx_errors
1497 - net: hns3: Modify the update period of packet statistics
1498 - net: hns3: Mask the packet statistics query when NIC is down
1499 - net: hns3: Fix an error of total drop packet statistics
1500 - net: hns3: Fix a loop index error of tqp statistics query
1501 - net: hns3: Fix an error macro definition of HNS3_TQP_STAT
1502 - net: hns3: Remove a useless member of struct hns3_stats
1503 - net: hns3: Add packet statistics of netdev
1504 - net: hns3: Fix a response data read error of tqp statistics query
1505 - net: hns3: fix for updating fc_mode_last_time
1506 - net: hns3: fix for setting MTU
1507 - net: hns3: fix for changing MTU
1508 - net: hns3: add MTU initialization for hardware
1509 - net: hns3: fix for not setting pause parameters
1510 - net: hns3: remove redundant semicolon
1511 - net: hns3: Add more packet size statisctics
1512 - Revert "net: hns3: Add packet statistics of netdev"
1513 - net: hns3: report the function type the same line with hns3_nic_get_stats64
1514 - net: hns3: add ethtool_ops.get_channels support for VF
1515 - net: hns3: remove TSO config command from VF driver
1516 - net: hns3: add ethtool_ops.get_coalesce support to PF
1517 - net: hns3: add ethtool_ops.set_coalesce support to PF
1518 - net: hns3: refactor interrupt coalescing init function
1519 - net: hns3: refactor GL update function
1520 - net: hns3: remove unused GL setup function
1521 - net: hns3: change the unit of GL value macro
1522 - net: hns3: add int_gl_idx setup for TX and RX queues
1523 - net: hns3: add feature check when feature changed
1524 - net: hns3: check for NULL function pointer in hns3_nic_set_features
1525 - net: hns: Fix for variable may be used uninitialized warnings
1526 - net: hns3: add support for get_regs
1527 - net: hns3: add manager table initialization for hardware
1528 - net: hns3: add ethtool -p support for fiber port
1529 - net: hns3: add net status led support for fiber port
1530 - net: hns3: converting spaces into tabs to avoid checkpatch.pl warning
1531 - net: hns3: add get/set_coalesce support to VF
1532 - net: hns3: add int_gl_idx setup for VF
1533 - [Config]: enable CONFIG_HNS3_HCLGEVF as module.
1534
1535 * [Bionic][ARM64] add RAS extension and SDEI features (LP: #1756096)
1536 - KVM: arm64: Store vcpu on the stack during __guest_enter()
1537 - KVM: arm/arm64: Convert kvm_host_cpu_state to a static per-cpu allocation
1538 - KVM: arm64: Change hyp_panic()s dependency on tpidr_el2
1539 - arm64: alternatives: use tpidr_el2 on VHE hosts
1540 - KVM: arm64: Stop save/restoring host tpidr_el1 on VHE
1541 - Docs: dt: add devicetree binding for describing arm64 SDEI firmware
1542 - firmware: arm_sdei: Add driver for Software Delegated Exceptions
1543 - arm64: Add vmap_stack header file
1544 - arm64: uaccess: Add PAN helper
1545 - arm64: kernel: Add arch-specific SDEI entry code and CPU masking
1546 - firmware: arm_sdei: Add support for CPU and system power states
1547 - firmware: arm_sdei: add support for CPU private events
1548 - arm64: acpi: Remove __init from acpi_psci_use_hvc() for use by SDEI
1549 - firmware: arm_sdei: Discover SDEI support via ACPI
1550 - arm64: sysreg: Move to use definitions for all the SCTLR bits
1551 - arm64: cpufeature: Detect CPU RAS Extentions
1552 - arm64: kernel: Survive corrected RAS errors notified by SError
1553 - arm64: Unconditionally enable IESB on exception entry/return for firmware-
1554 first
1555 - arm64: kernel: Prepare for a DISR user
1556 - KVM: arm/arm64: mask/unmask daif around VHE guests
1557 - KVM: arm64: Set an impdef ESR for Virtual-SError using VSESR_EL2.
1558 - KVM: arm64: Save/Restore guest DISR_EL1
1559 - KVM: arm64: Save ESR_EL2 on guest SError
1560 - KVM: arm64: Handle RAS SErrors from EL1 on guest exit
1561 - KVM: arm64: Handle RAS SErrors from EL2 on guest exit
1562 - KVM: arm64: Emulate RAS error registers and set HCR_EL2's TERR & TEA
1563 - [Config]: enable RAS_EXTN and ARM_SDE_INTERFACE
1564
1565 * [Bionic][ARM64] PCI and SAS driver patches for hip08 SoCs (LP: #1756094)
1566 - scsi: hisi_sas: fix dma_unmap_sg() parameter
1567 - scsi: ata: enhance the definition of SET MAX feature field value
1568 - scsi: hisi_sas: relocate clearing ITCT and freeing device
1569 - scsi: hisi_sas: optimise port id refresh function
1570 - scsi: hisi_sas: some optimizations of host controller reset
1571 - scsi: hisi_sas: modify hisi_sas_dev_gone() for reset
1572 - scsi: hisi_sas: add an mechanism to do reset work synchronously
1573 - scsi: hisi_sas: change ncq process for v3 hw
1574 - scsi: hisi_sas: add RAS feature for v3 hw
1575 - scsi: hisi_sas: add some print to enhance debugging
1576 - scsi: hisi_sas: improve int_chnl_int_v2_hw() consistency with v3 hw
1577 - scsi: hisi_sas: add v2 hw port AXI error handling support
1578 - scsi: hisi_sas: use an general way to delay PHY work
1579 - scsi: hisi_sas: do link reset for some CHL_INT2 ints
1580 - scsi: hisi_sas: judge result of internal abort
1581 - scsi: hisi_sas: add internal abort dev in some places
1582 - scsi: hisi_sas: fix SAS_QUEUE_FULL problem while running IO
1583 - scsi: hisi_sas: re-add the lldd_port_deformed()
1584 - scsi: hisi_sas: add v3 hw suspend and resume
1585 - scsi: hisi_sas: Change frame type for SET MAX commands
1586 - scsi: hisi_sas: make local symbol host_attrs static
1587 - scsi: hisi_sas: fix a bug in hisi_sas_dev_gone()
1588 - SAUCE: scsi: hisi_sas: config for hip08 ES
1589 - SAUCE: scsi: hisi_sas: export device table of v3 hw to userspace
1590 - PM / core: Add LEAVE_SUSPENDED driver flag
1591 - PCI / PM: Support for LEAVE_SUSPENDED driver flag
1592 - PCI/AER: Skip recovery callbacks for correctable errors from ACPI APEI
1593 - PCI/ASPM: Calculate LTR_L1.2_THRESHOLD from device characteristics
1594 - PCI/ASPM: Enable Latency Tolerance Reporting when supported
1595 - PCI/ASPM: Unexport internal ASPM interfaces
1596 - PCI: Make PCI_SCAN_ALL_PCIE_DEVS work for Root as well as Downstream Ports
1597 - PCI/AER: Return error if AER is not supported
1598 - PCI/DPC: Enable DPC only if AER is available
1599
1600 * [CVE] Spectre: System Z {kernel} UBUNTU18.04 (LP: #1754580)
1601 - s390: scrub registers on kernel entry and KVM exit
1602 - s390: add optimized array_index_mask_nospec
1603 - s390/alternative: use a copy of the facility bit mask
1604 - s390: add options to change branch prediction behaviour for the kernel
1605 - s390: run user space and KVM guests with modified branch prediction
1606 - s390: introduce execute-trampolines for branches
1607 - s390: Replace IS_ENABLED(EXPOLINE_*) with IS_ENABLED(CONFIG_EXPOLINE_*)
1608 - s390: do not bypass BPENTER for interrupt system calls
1609 - s390/entry.S: fix spurious zeroing of r0
1610
1611 * s390/crypto: Fix kernel crash on aes_s390 module remove (LP: #1753424)
1612 - SAUCE: s390/crypto: Fix kernel crash on aes_s390 module remove.
1613
1614 * [Feature]Update Ubuntu 18.04 lpfc FC driver with 32/64GB HBA support and bug
1615 fixes (LP: #1752182)
1616 - scsi: lpfc: FLOGI failures are reported when connected to a private loop.
1617 - scsi: lpfc: Expand WQE capability of every NVME hardware queue
1618 - scsi: lpfc: Handle XRI_ABORTED_CQE in soft IRQ
1619 - scsi: lpfc: Fix NVME LS abort_xri
1620 - scsi: lpfc: Raise maximum NVME sg list size for 256 elements
1621 - scsi: lpfc: Driver fails to detect direct attach storage array
1622 - scsi: lpfc: Fix display for debugfs queInfo
1623 - scsi: lpfc: Adjust default value of lpfc_nvmet_mrq
1624 - scsi: lpfc: Fix ndlp ref count for pt2pt mode issue RSCN
1625 - scsi: lpfc: Linux LPFC driver does not process all RSCNs
1626 - scsi: lpfc: correct port registrations with nvme_fc
1627 - scsi: lpfc: Correct driver deregistrations with host nvme transport
1628 - scsi: lpfc: Fix crash during driver unload with running nvme traffic
1629 - scsi: lpfc: Fix driver handling of nvme resources during unload
1630 - scsi: lpfc: small sg cnt cleanup
1631 - scsi: lpfc: Fix random heartbeat timeouts during heavy IO
1632 - scsi: lpfc: update driver version to 11.4.0.5
1633 - scsi: lpfc: Fix -EOVERFLOW behavior for NVMET and defer_rcv
1634 - scsi: lpfc: Fix receive PRLI handling
1635 - scsi: lpfc: Increase SCSI CQ and WQ sizes.
1636 - scsi: lpfc: Fix SCSI LUN discovery when SCSI and NVME enabled
1637 - scsi: lpfc: Fix issues connecting with nvme initiator
1638 - scsi: lpfc: Fix infinite wait when driver unregisters a remote NVME port.
1639 - scsi: lpfc: Beef up stat counters for debug
1640 - scsi: lpfc: update driver version to 11.4.0.6
1641 - scsi: lpfc: correct sg_seg_cnt attribute min vs default
1642 - scsi: scsi_transport_fc: fix typos on 64/128 GBit define names
1643 - scsi: lpfc: don't dereference localport before it has been null checked
1644 - scsi: lpfc: fix a couple of minor indentation issues
1645 - treewide: Use DEVICE_ATTR_RW
1646 - treewide: Use DEVICE_ATTR_RO
1647 - treewide: Use DEVICE_ATTR_WO
1648 - scsi: lpfc: Fix frequency of Release WQE CQEs
1649 - scsi: lpfc: Increase CQ and WQ sizes for SCSI
1650 - scsi: lpfc: move placement of target destroy on driver detach
1651 - scsi: lpfc: correct debug counters for abort
1652 - scsi: lpfc: Add WQ Full Logic for NVME Target
1653 - scsi: lpfc: Fix PRLI handling when topology type changes
1654 - scsi: lpfc: Fix IO failure during hba reset testing with nvme io.
1655 - scsi: lpfc: Fix RQ empty firmware trap
1656 - scsi: lpfc: Allow set of maximum outstanding SCSI cmd limit for a target
1657 - scsi: lpfc: Fix soft lockup in lpfc worker thread during LIP testing
1658 - scsi: lpfc: Fix issue_lip if link is disabled
1659 - scsi: lpfc: Indicate CONF support in NVMe PRLI
1660 - scsi: lpfc: Fix SCSI io host reset causing kernel crash
1661 - scsi: lpfc: Validate adapter support for SRIU option
1662 - scsi: lpfc: Fix header inclusion in lpfc_nvmet
1663 - scsi: lpfc: Treat SCSI Write operation Underruns as an error
1664 - scsi: lpfc: Fix nonrecovery of NVME controller after cable swap.
1665 - scsi: lpfc: update driver version to 11.4.0.7
1666 - scsi: lpfc: Update 11.4.0.7 modified files for 2018 Copyright
1667 - scsi: lpfc: Rework lpfc to allow different sli4 cq and eq handlers
1668 - scsi: lpfc: Rework sli4 doorbell infrastructure
1669 - scsi: lpfc: Add SLI-4 if_type=6 support to the code base
1670 - scsi: lpfc: Add push-to-adapter support to sli4
1671 - scsi: lpfc: Add PCI Ids for if_type=6 hardware
1672 - scsi: lpfc: Add 64G link speed support
1673 - scsi: lpfc: Add if_type=6 support for cycling valid bits
1674 - scsi: lpfc: Enable fw download on if_type=6 devices
1675 - scsi: lpfc: Add embedded data pointers for enhanced performance
1676 - scsi: lpfc: Fix nvme embedded io length on new hardware
1677 - scsi: lpfc: Work around NVME cmd iu SGL type
1678 - scsi: lpfc: update driver version to 12.0.0.0
1679 - scsi: lpfc: Change Copyright of 12.0.0.0 modified files to 2018
1680 - scsi: lpfc: use __raw_writeX on DPP copies
1681 - scsi: lpfc: Add missing unlock in WQ full logic
1682
1683 * CVE-2018-8043
1684 - net: phy: mdio-bcm-unimac: fix potential NULL dereference in
1685 unimac_mdio_probe()
1686
1687 * Bionic update to 4.15.10 stable release (LP: #1756100)
1688 - Revert "UBUNTU: SAUCE: ALSA: hda/realtek - Add support headset mode for DELL
1689 WYSE"
1690 - RDMA/ucma: Limit possible option size
1691 - RDMA/ucma: Check that user doesn't overflow QP state
1692 - RDMA/mlx5: Fix integer overflow while resizing CQ
1693 - bpf: cpumap: use GFP_KERNEL instead of GFP_ATOMIC in __cpu_map_entry_alloc()
1694 - IB/uverbs: Improve lockdep_check
1695 - mac80211_hwsim: don't use WQ_MEM_RECLAIM
1696 - net/smc: fix NULL pointer dereference on sock_create_kern() error path
1697 - regulator: stm32-vrefbuf: fix check on ready flag
1698 - drm/i915: Check for fused or unused pipes
1699 - drm/i915/audio: fix check for av_enc_map overflow
1700 - drm/i915: Fix rsvd2 mask when out-fence is returned
1701 - drm/i915: Clear the in-use marker on execbuf failure
1702 - drm/i915: Disable DC states around GMBUS on GLK
1703 - drm/i915: Update watermark state correctly in sanitize_watermarks
1704 - drm/i915: Try EDID bitbanging on HDMI after failed read
1705 - drm/i915/perf: fix perf stream opening lock
1706 - scsi: core: Avoid that ATA error handling can trigger a kernel hang or oops
1707 - scsi: qla2xxx: Fix NULL pointer crash due to active timer for ABTS
1708 - drm/i915: Always call to intel_display_set_init_power() in resume_early.
1709 - workqueue: Allow retrieval of current task's work struct
1710 - drm: Allow determining if current task is output poll worker
1711 - drm/nouveau: Fix deadlock on runtime suspend
1712 - drm/radeon: Fix deadlock on runtime suspend
1713 - drm/amdgpu: Fix deadlock on runtime suspend
1714 - drm/nouveau: prefer XBGR2101010 for addfb ioctl
1715 - drm/amd/powerplay/smu7: allow mclk switching with no displays
1716 - drm/amd/powerplay/vega10: allow mclk switching with no displays
1717 - Revert "drm/radeon/pm: autoswitch power state when in balanced mode"
1718 - drm/amd/display: check for ipp before calling cursor operations
1719 - drm/radeon: insist on 32-bit DMA for Cedar on PPC64/PPC64LE
1720 - drm/amd/powerplay: fix power over limit on Fiji
1721 - drm/amd/display: Default HDMI6G support to true. Log VBIOS table error.
1722 - drm/amdgpu: used cached pcie gen info for SI (v2)
1723 - drm/amdgpu: Notify sbios device ready before send request
1724 - drm/radeon: fix KV harvesting
1725 - drm/amdgpu: fix KV harvesting
1726 - drm/amdgpu:Correct max uvd handles
1727 - drm/amdgpu:Always save uvd vcpu_bo in VM Mode
1728 - ovl: redirect_dir=nofollow should not follow redirect for opaque lower
1729 - MIPS: BMIPS: Do not mask IPIs during suspend
1730 - MIPS: ath25: Check for kzalloc allocation failure
1731 - MIPS: OCTEON: irq: Check for null return on kzalloc allocation
1732 - PCI: dwc: Fix enumeration end when reaching root subordinate
1733 - Input: matrix_keypad - fix race when disabling interrupts
1734 - Revert "Input: synaptics - Lenovo Thinkpad T460p devices should use RMI"
1735 - bug: use %pB in BUG and stack protector failure
1736 - lib/bug.c: exclude non-BUG/WARN exceptions from report_bug()
1737 - mm/memblock.c: hardcode the end_pfn being -1
1738 - Documentation/sphinx: Fix Directive import error
1739 - loop: Fix lost writes caused by missing flag
1740 - virtio_ring: fix num_free handling in error case
1741 - KVM: s390: fix memory overwrites when not using SCA entries
1742 - arm64: mm: fix thinko in non-global page table attribute check
1743 - IB/core: Fix missing RDMA cgroups release in case of failure to register
1744 device
1745 - Revert "nvme: create 'slaves' and 'holders' entries for hidden controllers"
1746 - kbuild: Handle builtin dtb file names containing hyphens
1747 - dm bufio: avoid false-positive Wmaybe-uninitialized warning
1748 - IB/mlx5: Fix incorrect size of klms in the memory region
1749 - bcache: fix crashes in duplicate cache device register
1750 - bcache: don't attach backing with duplicate UUID
1751 - x86/MCE: Save microcode revision in machine check records
1752 - x86/MCE: Serialize sysfs changes
1753 - perf tools: Fix trigger class trigger_on()
1754 - x86/spectre_v2: Don't check microcode versions when running under
1755 hypervisors
1756 - ALSA: hda/realtek - Add support headset mode for DELL WYSE
1757 - ALSA: hda/realtek - Add headset mode support for Dell laptop
1758 - ALSA: hda/realtek: Limit mic boost on T480
1759 - ALSA: hda/realtek - Fix dock line-out volume on Dell Precision 7520
1760 - ALSA: hda/realtek - Make dock sound work on ThinkPad L570
1761 - ALSA: seq: More protection for concurrent write and ioctl races
1762 - ALSA: hda: add dock and led support for HP EliteBook 820 G3
1763 - ALSA: hda: add dock and led support for HP ProBook 640 G2
1764 - scsi: qla2xxx: Fix NULL pointer crash due to probe failure
1765 - scsi: qla2xxx: Fix recursion while sending terminate exchange
1766 - dt-bindings: Document mti,mips-cpc binding
1767 - MIPS: CPC: Map registers using DT in mips_cpc_default_phys_base()
1768 - nospec: Kill array_index_nospec_mask_check()
1769 - nospec: Include <asm/barrier.h> dependency
1770 - x86/entry: Reduce the code footprint of the 'idtentry' macro
1771 - x86/entry/64: Use 'xorl' for faster register clearing
1772 - x86/mm: Remove stale comment about KMEMCHECK
1773 - x86/asm: Improve how GEN_*_SUFFIXED_RMWcc() specify clobbers
1774 - x86/IO-APIC: Avoid warning in 32-bit builds
1775 - x86/LDT: Avoid warning in 32-bit builds with older gcc
1776 - x86-64/realmode: Add instruction suffix
1777 - Revert "x86/retpoline: Simplify vmexit_fill_RSB()"
1778 - x86/speculation: Use IBRS if available before calling into firmware
1779 - x86/retpoline: Support retpoline builds with Clang
1780 - x86/speculation, objtool: Annotate indirect calls/jumps for objtool
1781 - x86/speculation: Move firmware_restrict_branch_speculation_*() from C to CPP
1782 - x86/paravirt, objtool: Annotate indirect calls
1783 - x86/boot, objtool: Annotate indirect jump in secondary_startup_64()
1784 - x86/mm/sme, objtool: Annotate indirect call in sme_encrypt_execute()
1785 - objtool: Use existing global variables for options
1786 - objtool: Add retpoline validation
1787 - objtool: Add module specific retpoline rules
1788 - objtool, retpolines: Integrate objtool with retpoline support more closely
1789 - objtool: Fix another switch table detection issue
1790 - objtool: Fix 32-bit build
1791 - x86/kprobes: Fix kernel crash when probing .entry_trampoline code
1792 - watchdog: hpwdt: SMBIOS check
1793 - watchdog: hpwdt: Check source of NMI
1794 - watchdog: hpwdt: fix unused variable warning
1795 - watchdog: hpwdt: Remove legacy NMI sourcing.
1796 - netfilter: add back stackpointer size checks
1797 - netfilter: ipt_CLUSTERIP: fix a race condition of proc file creation
1798 - netfilter: xt_hashlimit: fix lock imbalance
1799 - netfilter: x_tables: fix missing timer initialization in xt_LED
1800 - netfilter: nat: cope with negative port range
1801 - netfilter: IDLETIMER: be syzkaller friendly
1802 - netfilter: ebtables: CONFIG_COMPAT: don't trust userland offsets
1803 - netfilter: bridge: ebt_among: add missing match size checks
1804 - netfilter: ipv6: fix use-after-free Write in nf_nat_ipv6_manip_pkt
1805 - netfilter: use skb_to_full_sk in ip6_route_me_harder
1806 - tpm_tis: Move ilb_base_addr to tpm_tis_data
1807 - tpm: Keep CLKRUN enabled throughout the duration of transmit_cmd()
1808 - tpm: delete the TPM_TIS_CLK_ENABLE flag
1809 - tpm: remove unused variables
1810 - tpm: only attempt to disable the LPC CLKRUN if is already enabled
1811 - x86/xen: Calculate __max_logical_packages on PV domains
1812 - scsi: qla2xxx: Fix system crash for Notify ack timeout handling
1813 - scsi: qla2xxx: Fix gpnid error processing
1814 - scsi: qla2xxx: Move session delete to driver work queue
1815 - scsi: qla2xxx: Skip IRQ affinity for Target QPairs
1816 - scsi: qla2xxx: Fix re-login for Nport Handle in use
1817 - scsi: qla2xxx: Retry switch command on time out
1818 - scsi: qla2xxx: Serialize GPNID for multiple RSCN
1819 - scsi: qla2xxx: Fix login state machine stuck at GPDB
1820 - scsi: qla2xxx: Fix NPIV host cleanup in target mode
1821 - scsi: qla2xxx: Relogin to target port on a cable swap
1822 - scsi: qla2xxx: Fix Relogin being triggered too fast
1823 - scsi: qla2xxx: Fix PRLI state check
1824 - scsi: qla2xxx: Fix abort command deadlock due to spinlock
1825 - scsi: qla2xxx: Replace fcport alloc with qla2x00_alloc_fcport
1826 - scsi: qla2xxx: Fix scan state field for fcport
1827 - scsi: qla2xxx: Clear loop id after delete
1828 - scsi: qla2xxx: Defer processing of GS IOCB calls
1829 - scsi: qla2xxx: Remove aborting ELS IOCB call issued as part of timeout.
1830 - scsi: qla2xxx: Fix system crash in qlt_plogi_ack_unref
1831 - scsi: qla2xxx: Fix memory leak in dual/target mode
1832 - NFS: Fix an incorrect type in struct nfs_direct_req
1833 - pNFS: Prevent the layout header refcount going to zero in pnfs_roc()
1834 - NFS: Fix unstable write completion
1835 - Linux 4.15.10
1836
1837 * Bionic update to 4.15.10 stable release (LP: #1756100) // CVE-2018-1000004.
1838 - ALSA: seq: Don't allow resizing pool in use
1839
1840 * nfp: prioritize stats updates (LP: #1752061)
1841 - nfp: flower: prioritize stats updates
1842
1843 * Ubuntu 18.04 - Kernel crash on nvme subsystem-reset /dev/nvme0 (Bolt / NVMe)
1844 (LP: #1753371)
1845 - nvme-pci: Fix EEH failure on ppc
1846
1847 * sbsa watchdog crashes thunderx2 system (LP: #1755595)
1848 - watchdog: sbsa: use 32-bit read for WCV
1849
1850 * KVM: s390: add vcpu stat counters for many instruction (LP: #1755132)
1851 - KVM: s390: diagnoses are instructions as well
1852 - KVM: s390: add vcpu stat counters for many instruction
1853
1854 * CIFS SMB2/SMB3 does not work for domain based DFS (LP: #1747572)
1855 - CIFS: make IPC a regular tcon
1856 - CIFS: use tcon_ipc instead of use_ipc parameter of SMB2_ioctl
1857 - CIFS: dump IPC tcon in debug proc file
1858
1859 * i2c-thunderx: erroneous error message "unhandled state: 0" (LP: #1754076)
1860 - i2c: octeon: Prevent error message on bus error
1861
1862 * Boston-LC:bos1u1: Stress test on Qlogic Fibre Channel on Ubuntu KVM guest
1863 that caused KVM host crashed in qlt_free_session_done call (LP: #1750441)
1864 - scsi: qla2xxx: Fix memory corruption during hba reset test
1865
1866 * Ubuntu 18.04 - Performance: Radix page fault handler bug in KVM
1867 (LP: #1752236)
1868 - KVM: PPC: Book3S HV: Fix handling of large pages in radix page fault handler
1869
1870 * Fix ARC hit rate (LP: #1755158)
1871 - SAUCE: Fix ARC hit rate (LP: #1755158)
1872
1873 * Bionic update to 4.15.9 stable release (LP: #1755275)
1874 - bpf: fix mlock precharge on arraymaps
1875 - bpf: fix memory leak in lpm_trie map_free callback function
1876 - bpf: fix rcu lockdep warning for lpm_trie map_free callback
1877 - bpf, x64: implement retpoline for tail call
1878 - bpf, arm64: fix out of bounds access in tail call
1879 - bpf: add schedule points in percpu arrays management
1880 - bpf: allow xadd only on aligned memory
1881 - bpf, ppc64: fix out of bounds access in tail call
1882 - scsi: mpt3sas: fix oops in error handlers after shutdown/unload
1883 - scsi: mpt3sas: wait for and flush running commands on shutdown/unload
1884 - KVM: x86: fix backward migration with async_PF
1885 - Linux 4.15.9
1886
1887 * Bionic update to 4.15.8 stable release (LP: #1755179)
1888 - hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)
1889 - ipmi_si: Fix error handling of platform device
1890 - platform/x86: dell-laptop: Allocate buffer on heap rather than globally
1891 - powerpc/pseries: Enable RAS hotplug events later
1892 - Bluetooth: btusb: Use DMI matching for QCA reset_resume quirking
1893 - ixgbe: fix crash in build_skb Rx code path
1894 - tpm: st33zp24: fix potential buffer overruns caused by bit glitches on the
1895 bus
1896 - tpm: fix potential buffer overruns caused by bit glitches on the bus
1897 - tpm_i2c_infineon: fix potential buffer overruns caused by bit glitches on
1898 the bus
1899 - tpm_i2c_nuvoton: fix potential buffer overruns caused by bit glitches on the
1900 bus
1901 - tpm_tis: fix potential buffer overruns caused by bit glitches on the bus
1902 - ALSA: usb-audio: Add a quirck for B&W PX headphones
1903 - ALSA: control: Fix memory corruption risk in snd_ctl_elem_read
1904 - ALSA: x86: Fix missing spinlock and mutex initializations
1905 - ALSA: hda: Add a power_save blacklist
1906 - ALSA: hda - Fix pincfg at resume on Lenovo T470 dock
1907 - mmc: sdhci-pci: Fix S0i3 for Intel BYT-based controllers
1908 - mmc: dw_mmc-k3: Fix out-of-bounds access through DT alias
1909 - mmc: dw_mmc: Avoid accessing registers in runtime suspended state
1910 - mmc: dw_mmc: Factor out dw_mci_init_slot_caps
1911 - mmc: dw_mmc: Fix out-of-bounds access for slot's caps
1912 - timers: Forward timer base before migrating timers
1913 - parisc: Use cr16 interval timers unconditionally on qemu
1914 - parisc: Reduce irq overhead when run in qemu
1915 - parisc: Fix ordering of cache and TLB flushes
1916 - parisc: Hide virtual kernel memory layout
1917 - btrfs: use proper endianness accessors for super_copy
1918 - block: fix the count of PGPGOUT for WRITE_SAME
1919 - block: kyber: fix domain token leak during requeue
1920 - block: pass inclusive 'lend' parameter to truncate_inode_pages_range
1921 - vfio: disable filesystem-dax page pinning
1922 - cpufreq: s3c24xx: Fix broken s3c_cpufreq_init()
1923 - dax: fix vma_is_fsdax() helper
1924 - direct-io: Fix sleep in atomic due to sync AIO
1925 - x86/xen: Zero MSR_IA32_SPEC_CTRL before suspend
1926 - x86/platform/intel-mid: Handle Intel Edison reboot correctly
1927 - x86/cpu_entry_area: Sync cpu_entry_area to initial_page_table
1928 - bridge: check brport attr show in brport_show
1929 - fib_semantics: Don't match route with mismatching tclassid
1930 - hdlc_ppp: carrier detect ok, don't turn off negotiation
1931 - ipv6 sit: work around bogus gcc-8 -Wrestrict warning
1932 - net: amd-xgbe: fix comparison to bitshift when dealing with a mask
1933 - net: ethernet: ti: cpsw: fix net watchdog timeout
1934 - net: fix race on decreasing number of TX queues
1935 - net: ipv4: don't allow setting net.ipv4.route.min_pmtu below 68
1936 - netlink: ensure to loop over all netns in genlmsg_multicast_allns()
1937 - net: sched: report if filter is too large to dump
1938 - ppp: prevent unregistered channels from connecting to PPP units
1939 - sctp: verify size of a new chunk in _sctp_make_chunk()
1940 - udplite: fix partial checksum initialization
1941 - net/mlx5e: Fix TCP checksum in LRO buffers
1942 - sctp: fix dst refcnt leak in sctp_v4_get_dst
1943 - mlxsw: spectrum_switchdev: Check success of FDB add operation
1944 - net/mlx5e: Specify numa node when allocating drop rq
1945 - net: phy: fix phy_start to consider PHY_IGNORE_INTERRUPT
1946 - tcp: Honor the eor bit in tcp_mtu_probe
1947 - rxrpc: Fix send in rxrpc_send_data_packet()
1948 - tcp_bbr: better deal with suboptimal GSO
1949 - doc: Change the min default value of tcp_wmem/tcp_rmem.
1950 - net/mlx5e: Fix loopback self test when GRO is off
1951 - net_sched: gen_estimator: fix broken estimators based on percpu stats
1952 - net/sched: cls_u32: fix cls_u32 on filter replace
1953 - sctp: do not pr_err for the duplicated node in transport rhlist
1954 - mlxsw: spectrum_router: Fix error path in mlxsw_sp_vr_create
1955 - net: ipv4: Set addr_type in hash_keys for forwarded case
1956 - sctp: fix dst refcnt leak in sctp_v6_get_dst()
1957 - bridge: Fix VLAN reference count problem
1958 - net/mlx5e: Verify inline header size do not exceed SKB linear size
1959 - tls: Use correct sk->sk_prot for IPV6
1960 - amd-xgbe: Restore PCI interrupt enablement setting on resume
1961 - cls_u32: fix use after free in u32_destroy_key()
1962 - mlxsw: spectrum_router: Do not unconditionally clear route offload
1963 indication
1964 - netlink: put module reference if dump start fails
1965 - tcp: purge write queue upon RST
1966 - tuntap: correctly add the missing XDP flush
1967 - tuntap: disable preemption during XDP processing
1968 - virtio-net: disable NAPI only when enabled during XDP set
1969 - cxgb4: fix trailing zero in CIM LA dump
1970 - net/mlx5: Fix error handling when adding flow rules
1971 - net: phy: Restore phy_resume() locking assumption
1972 - tcp: tracepoint: only call trace_tcp_send_reset with full socket
1973 - l2tp: don't use inet_shutdown on tunnel destroy
1974 - l2tp: don't use inet_shutdown on ppp session destroy
1975 - l2tp: fix races with tunnel socket close
1976 - l2tp: fix race in pppol2tp_release with session object destroy
1977 - l2tp: fix tunnel lookup use-after-free race
1978 - s390/qeth: fix underestimated count of buffer elements
1979 - s390/qeth: fix SETIP command handling
1980 - s390/qeth: fix overestimated count of buffer elements
1981 - s390/qeth: fix IP removal on offline cards
1982 - s390/qeth: fix double-free on IP add/remove race
1983 - Revert "s390/qeth: fix using of ref counter for rxip addresses"
1984 - s390/qeth: fix IP address lookup for L3 devices
1985 - s390/qeth: fix IPA command submission race
1986 - tcp: revert F-RTO middle-box workaround
1987 - tcp: revert F-RTO extension to detect more spurious timeouts
1988 - blk-mq: don't call io sched's .requeue_request when requeueing rq to
1989 ->dispatch
1990 - media: m88ds3103: don't call a non-initalized function
1991 - EDAC, sb_edac: Fix out of bound writes during DIMM configuration on KNL
1992 - KVM: s390: take care of clock-comparator sign control
1993 - KVM: s390: provide only a single function for setting the tod (fix SCK)
1994 - KVM: s390: consider epoch index on hotplugged CPUs
1995 - KVM: s390: consider epoch index on TOD clock syncs
1996 - nospec: Allow index argument to have const-qualified type
1997 - x86/mm: Fix {pmd,pud}_{set,clear}_flags()
1998 - ARM: orion: fix orion_ge00_switch_board_info initialization
1999 - ARM: dts: rockchip: Remove 1.8 GHz operation point from phycore som
2000 - ARM: mvebu: Fix broken PL310_ERRATA_753970 selects
2001 - ARM: kvm: fix building with gcc-8
2002 - KVM: X86: Fix SMRAM accessing even if VM is shutdown
2003 - KVM: mmu: Fix overlap between public and private memslots
2004 - KVM/x86: Remove indirect MSR op calls from SPEC_CTRL
2005 - KVM: x86: move LAPIC initialization after VMCS creation
2006 - KVM/VMX: Optimize vmx_vcpu_run() and svm_vcpu_run() by marking the RDMSR
2007 path as unlikely()
2008 - KVM: x86: fix vcpu initialization with userspace lapic
2009 - KVM/x86: remove WARN_ON() for when vm_munmap() fails
2010 - ACPI / bus: Parse tables as term_list for Dell XPS 9570 and Precision M5530
2011 - ARM: dts: LogicPD SOM-LV: Fix I2C1 pinmux
2012 - ARM: dts: LogicPD Torpedo: Fix I2C1 pinmux
2013 - powerpc/64s/radix: Boot-time NULL pointer protection using a guard-PID
2014 - md: only allow remove_and_add_spares when no sync_thread running.
2015 - platform/x86: dell-laptop: fix kbd_get_state's request value
2016 - Linux 4.15.8
2017
2018 * ZFS setgid broken on 0.7 (LP: #1753288)
2019 - SAUCE: Fix ZFS setgid
2020
2021 * /proc/kallsyms prints "(null)" for null addresses in 4.15 (LP: #1754297)
2022 - vsprintf: avoid misleading "(null)" for %px
2023
2024 * Miscellaneous Ubuntu changes
2025 - d-i: Add netsec to nic-modules
2026 - [Config] fix up retpoline abi files
2027 - [Config] set NOBP and expoline options for s390
2028
2029 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Fri, 16 Mar 2018 14:49:27 -0300
2030
2031 linux (4.15.0-12.13) bionic; urgency=medium
2032
2033 * linux: 4.15.0-12.13 -proposed tracker (LP: #1754059)
2034
2035 * CONFIG_EFI=y on armhf (LP: #1726362)
2036 - [Config] CONFIG_EFI=y on armhf, reconcile secureboot EFI settings
2037
2038 * ppc64el: Support firmware disable of RFI flush (LP: #1751994)
2039 - powerpc/pseries: Support firmware disable of RFI flush
2040 - powerpc/powernv: Support firmware disable of RFI flush
2041
2042 * [Feature] CFL/CNL (PCH:CNP-H): New GPIO Commit added (GPIO Driver needed)
2043 (LP: #1751714)
2044 - gpio / ACPI: Drop unnecessary ACPI GPIO to Linux GPIO translation
2045 - pinctrl: intel: Allow custom GPIO base for pad groups
2046 - pinctrl: cannonlake: Align GPIO number space with Windows
2047
2048 * [Feature] Add xHCI debug device support in the driver (LP: #1730832)
2049 - usb: xhci: Make some static functions global
2050 - usb: xhci: Add DbC support in xHCI driver
2051 - [Config] USB_XHCI_DBGCAP=y for commit mainline dfba2174dc42.
2052
2053 * [SRU] Lenovo E41 Mic mute hotkey is not responding (LP: #1753347)
2054 - platform/x86: ideapad-laptop: Increase timeout to wait for EC answer
2055
2056 * headset mic can't be detected on two Dell machines (LP: #1748807)
2057 - ALSA: hda - Fix a wrong FIXUP for alc289 on Dell machines
2058
2059 * hisi_sas: Add disk LED support (LP: #1752695)
2060 - scsi: hisi_sas: directly attached disk LED feature for v2 hw
2061
2062 * [Feature] [Graphics]Whiskey Lake (Coffelake-U 4+2) new PCI Device ID adds
2063 (LP: #1742561)
2064 - drm/i915/cfl: Adding more Coffee Lake PCI IDs.
2065
2066 * [Bug] [USB Function][CFL-CNL PCH]Stall Error and USB Transaction Error in
2067 trace, Disable of device-initiated U1/U2 failed and rebind failed: -517
2068 during suspend/resume with usb storage. (LP: #1730599)
2069 - usb: Don't print a warning if interface driver rebind is deferred at resume
2070
2071 * retpoline: ignore %cs:0xNNN constant indirections (LP: #1752655)
2072 - [Packaging] retpoline -- elide %cs:0xNNNN constants on i386
2073 - [Config] retpoline -- clean up i386 retpoline files
2074
2075 * hisilicon hibmc regression due to ea642c3216cb ("drm/ttm: add io_mem_pfn
2076 callback") (LP: #1738334)
2077 - drm/ttm: add ttm_bo_io_mem_pfn to check io_mem_pfn
2078
2079 * [Asus UX360UA] battery status in unity-panel is not changing when battery is
2080 being charged (LP: #1661876) // AC adapter status not detected on Asus
2081 ZenBook UX410UAK (LP: #1745032)
2082 - ACPI / battery: Add quirk for Asus UX360UA and UX410UAK
2083
2084 * ASUS UX305LA - Battery state not detected correctly (LP: #1482390)
2085 - ACPI / battery: Add quirk for Asus GL502VSK and UX305LA
2086
2087 * [18.04 FEAT] Automatically detect layer2 setting in the qeth device driver
2088 (LP: #1747639)
2089 - s390/diag: add diag26c support for VNIC info
2090 - s390/qeth: support early setup for z/VM NICs
2091
2092 * Bionic update to v4.15.7 stable release (LP: #1752317)
2093 - netfilter: drop outermost socket lock in getsockopt()
2094 - arm64: mm: don't write garbage into TTBR1_EL1 register
2095 - kconfig.h: Include compiler types to avoid missed struct attributes
2096 - MIPS: boot: Define __ASSEMBLY__ for its.S build
2097 - xtensa: fix high memory/reserved memory collision
2098 - scsi: ibmvfc: fix misdefined reserved field in ibmvfc_fcp_rsp_info
2099 - MIPS: Drop spurious __unused in struct compat_flock
2100 - cfg80211: fix cfg80211_beacon_dup
2101 - i2c: designware: must wait for enable
2102 - i2c: bcm2835: Set up the rising/falling edge delays
2103 - X.509: fix BUG_ON() when hash algorithm is unsupported
2104 - X.509: fix NULL dereference when restricting key with unsupported_sig
2105 - PKCS#7: fix certificate chain verification
2106 - PKCS#7: fix certificate blacklisting
2107 - extcon: int3496: process id-pin first so that we start with the right status
2108 - genirq/matrix: Handle CPU offlining proper
2109 - RDMA/uverbs: Protect from races between lookup and destroy of uobjects
2110 - RDMA/uverbs: Protect from command mask overflow
2111 - RDMA/uverbs: Fix bad unlock balance in ib_uverbs_close_xrcd
2112 - RDMA/uverbs: Fix circular locking dependency
2113 - RDMA/uverbs: Sanitize user entered port numbers prior to access it
2114 - iio: adc: stm32: fix stm32h7_adc_enable error handling
2115 - iio: srf08: fix link error "devm_iio_triggered_buffer_setup" undefined
2116 - iio: buffer: check if a buffer has been set up when poll is called
2117 - iio: adis_lib: Initialize trigger before requesting interrupt
2118 - Kbuild: always define endianess in kconfig.h
2119 - x86/apic/vector: Handle vector release on CPU unplug correctly
2120 - x86/oprofile: Fix bogus GCC-8 warning in nmi_setup()
2121 - mm, swap, frontswap: fix THP swap if frontswap enabled
2122 - mm: don't defer struct page initialization for Xen pv guests
2123 - uapi/if_ether.h: move __UAPI_DEF_ETHHDR libc define
2124 - irqchip/gic-v3: Use wmb() instead of smb_wmb() in gic_raise_softirq()
2125 - irqchip/mips-gic: Avoid spuriously handling masked interrupts
2126 - PCI/cxgb4: Extend T3 PCI quirk to T4+ devices
2127 - net: thunderbolt: Tear down connection properly on suspend
2128 - net: thunderbolt: Run disconnect flow asynchronously when logout is received
2129 - ohci-hcd: Fix race condition caused by ohci_urb_enqueue() and
2130 io_watchdog_func()
2131 - usb: ohci: Proper handling of ed_rm_list to handle race condition between
2132 usb_kill_urb() and finish_unlinks()
2133 - arm64: Remove unimplemented syscall log message
2134 - arm64: Disable unhandled signal log messages by default
2135 - arm64: cpufeature: Fix CTR_EL0 field definitions
2136 - Add delay-init quirk for Corsair K70 RGB keyboards
2137 - usb: host: ehci: use correct device pointer for dma ops
2138 - usb: dwc3: gadget: Set maxpacket size for ep0 IN
2139 - usb: dwc3: ep0: Reset TRB counter for ep0 IN
2140 - usb: phy: mxs: Fix NULL pointer dereference on i.MX23/28
2141 - usb: ldusb: add PIDs for new CASSY devices supported by this driver
2142 - Revert "usb: musb: host: don't start next rx urb if current one failed"
2143 - usb: gadget: f_fs: Process all descriptors during bind
2144 - usb: gadget: f_fs: Use config_ep_by_speed()
2145 - usb: renesas_usbhs: missed the "running" flag in usb_dmac with rx path
2146 - drm/cirrus: Load lut in crtc_commit
2147 - drm/atomic: Fix memleak on ERESTARTSYS during non-blocking commits
2148 - drm: Handle unexpected holes in color-eviction
2149 - drm/amdgpu: disable MMHUB power gating on raven
2150 - drm/amdgpu: fix VA hole handling on Vega10 v3
2151 - drm/amdgpu: Add dpm quirk for Jet PRO (v2)
2152 - drm/amdgpu: only check mmBIF_IOV_FUNC_IDENTIFIER on tonga/fiji
2153 - drm/amdgpu: Avoid leaking PM domain on driver unbind (v2)
2154 - drm/amdgpu: add new device to use atpx quirk
2155 - arm64: __show_regs: Only resolve kernel symbols when running at EL1
2156 - drm/i915/breadcrumbs: Ignore unsubmitted signalers
2157 - microblaze: fix endian handling
2158 - Linux 4.15.7
2159
2160 * [regression] Colour banding and artefacts appear system-wide on an Asus
2161 Zenbook UX303LA with Intel HD 4400 graphics (LP: #1749420) // Bionic update
2162 to v4.15.7 stable release (LP: #1752317)
2163 - drm/edid: Add 6 bpc quirk for CPT panel in Asus UX303LA
2164
2165 * errors with sas hotplug (LP: #1752146)
2166 - scsi: libsas: fix memory leak in sas_smp_get_phy_events()
2167 - scsi: libsas: fix error when getting phy events
2168 - scsi: libsas: initialize sas_phy status according to response of DISCOVER
2169 - scsi: libsas: Use dynamic alloced work to avoid sas event lost
2170 - scsi: libsas: shut down the PHY if events reached the threshold
2171 - scsi: libsas: make the event threshold configurable
2172 - scsi: libsas: Use new workqueue to run sas event and disco event
2173 - scsi: libsas: use flush_workqueue to process disco events synchronously
2174 - scsi: libsas: direct call probe and destruct
2175 - scsi: libsas: notify event PORTE_BROADCAST_RCVD in sas_enable_revalidation()
2176
2177 * rtnetlink: enable namespace identifying properties in rtnetlink requests
2178 (LP: #1748232)
2179 - rtnetlink: enable IFLA_IF_NETNSID in do_setlink()
2180 - rtnetlink: enable IFLA_IF_NETNSID for RTM_SETLINK
2181 - rtnetlink: enable IFLA_IF_NETNSID for RTM_DELLINK
2182 - rtnetlink: enable IFLA_IF_NETNSID for RTM_NEWLINK
2183 - rtnetlink: remove check for IFLA_IF_NETNSID
2184 - rtnetlink: require unique netns identifier
2185
2186 * Bionic update to v4.15.6 stable release (LP: #1752119)
2187 - tun: fix tun_napi_alloc_frags() frag allocator
2188 - ptr_ring: fail early if queue occupies more than KMALLOC_MAX_SIZE
2189 - ptr_ring: try vmalloc() when kmalloc() fails
2190 - selinux: ensure the context is NUL terminated in
2191 security_context_to_sid_core()
2192 - selinux: skip bounded transition processing if the policy isn't loaded
2193 - media: pvrusb2: properly check endpoint types
2194 - crypto: x86/twofish-3way - Fix %rbp usage
2195 - staging: android: ion: Add __GFP_NOWARN for system contig heap
2196 - staging: android: ion: Switch from WARN to pr_warn
2197 - blk_rq_map_user_iov: fix error override
2198 - KVM: x86: fix escape of guest dr6 to the host
2199 - kcov: detect double association with a single task
2200 - netfilter: x_tables: fix int overflow in xt_alloc_table_info()
2201 - netfilter: x_tables: avoid out-of-bounds reads in
2202 xt_request_find_{match|target}
2203 - netfilter: ipt_CLUSTERIP: fix out-of-bounds accesses in clusterip_tg_check()
2204 - netfilter: on sockopt() acquire sock lock only in the required scope
2205 - netfilter: xt_cgroup: initialize info->priv in cgroup_mt_check_v1()
2206 - netfilter: xt_RATEEST: acquire xt_rateest_mutex for hash insert
2207 - rds: tcp: correctly sequence cleanup on netns deletion.
2208 - rds: tcp: atomically purge entries from rds_tcp_conn_list during netns
2209 delete
2210 - net: avoid skb_warn_bad_offload on IS_ERR
2211 - net_sched: gen_estimator: fix lockdep splat
2212 - soc: qcom: rmtfs_mem: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
2213 - ASoC: ux500: add MODULE_LICENSE tag
2214 - video: fbdev/mmp: add MODULE_LICENSE
2215 - ARM: 8743/1: bL_switcher: add MODULE_LICENSE tag
2216 - arm64: dts: add #cooling-cells to CPU nodes
2217 - dn_getsockoptdecnet: move nf_{get/set}sockopt outside sock lock
2218 - ANDROID: binder: remove WARN() for redundant txn error
2219 - ANDROID: binder: synchronize_rcu() when using POLLFREE.
2220 - staging: android: ashmem: Fix a race condition in pin ioctls
2221 - binder: check for binder_thread allocation failure in binder_poll()
2222 - binder: replace "%p" with "%pK"
2223 - staging: fsl-mc: fix build testing on x86
2224 - staging: iio: adc: ad7192: fix external frequency setting
2225 - staging: iio: ad5933: switch buffer mode to software
2226 - xhci: Fix NULL pointer in xhci debugfs
2227 - xhci: Fix xhci debugfs devices node disappearance after hibernation
2228 - xhci: xhci debugfs device nodes weren't removed after device plugged out
2229 - xhci: fix xhci debugfs errors in xhci_stop
2230 - usbip: keep usbip_device sockfd state in sync with tcp_socket
2231 - crypto: s5p-sss - Fix kernel Oops in AES-ECB mode
2232 - mei: me: add cannon point device ids
2233 - mei: me: add cannon point device ids for 4th device
2234 - vmalloc: fix __GFP_HIGHMEM usage for vmalloc_32 on 32b systems
2235 - Linux 4.15.6
2236
2237 * Unable to insert test_bpf module on Bionic s390x (LP: #1751234)
2238 - bpf: fix selftests/bpf test_kmod.sh failure when CONFIG_BPF_JIT_ALWAYS_ON=y
2239
2240 * [Ubuntu 18.04 FEAT] OpenCAPI enabling (LP: #1746988)
2241 - powerpc/powernv: Introduce new PHB type for opencapi links
2242 - powerpc/powernv: Set correct configuration space size for opencapi devices
2243 - powerpc/powernv: Add opal calls for opencapi
2244 - powerpc/powernv: Add platform-specific services for opencapi
2245 - powerpc/powernv: Capture actag information for the device
2246 - ocxl: Driver code for 'generic' opencapi devices
2247 - ocxl: Add AFU interrupt support
2248 - ocxl: Add a kernel API for other opencapi drivers
2249 - ocxl: Add trace points
2250 - ocxl: Add Makefile and Kconfig
2251 - [Config] CONFIG_OCXL=m for ppc64el
2252 - cxl: Remove support for "Processing accelerators" class
2253 - ocxl: Documentation
2254 - ocxl: add MAINTAINERS entry
2255 - cxl: Add support for ASB_Notify on POWER9
2256
2257 * Request to update 18.04 kernel aacraid to upstream 4.16 version
2258 (LP: #1746801)
2259 - scsi: aacraid: remove unused variable managed_request_id
2260 - scsi: aacraid: Do not attempt abort when Fw panicked
2261 - scsi: aacraid: Do not remove offlined devices
2262 - scsi: aacraid: Fix ioctl reset hang
2263 - scsi: aacraid: Allow reset_host sysfs var to recover Panicked Fw
2264 - scsi: aacraid: Refactor reset_host store function
2265 - scsi: aacraid: Move code to wait for IO completion to shutdown func
2266 - scsi: aacraid: Create bmic submission function from bmic identify
2267 - scsi: aacraid: Change phy luns function to use common bmic function
2268 - scsi: aacraid: Refactor and rename to make mirror existing changes
2269 - scsi: aacraid: Add target setup helper function
2270 - scsi: aacraid: Untangle targets setup from report phy luns
2271 - scsi: aacraid: Move function around to match existing code
2272 - scsi: aacraid: Create helper functions to get lun info
2273 - scsi: aacraid: Save bmic phy information for each phy
2274 - scsi: aacraid: Add helper function to set queue depth
2275 - scsi: aacraid: Merge func to get container information
2276 - scsi: aacraid: Process hba and container hot plug events in single function
2277 - scsi: aacraid: Added macros to help loop through known buses and targets
2278 - scsi: aacraid: Refactor resolve luns code and scsi functions
2279 - scsi: aacraid: Merge adapter setup with resolve luns
2280 - scsi: aacraid: Block concurrent hotplug event handling
2281 - scsi: aacraid: Use hotplug handling function in place of scsi_scan_host
2282 - scsi: aacraid: Reschedule host scan in case of failure
2283 - scsi: aacraid: Fix hang while scanning in eh recovery
2284 - scsi: aacraid: Skip schedule rescan in case of kdump
2285 - scsi: aacraid: Remove unused rescan variable
2286 - scsi: aacraid: Remove AAC_HIDE_DISK check in queue command
2287 - scsi: aacraid: Update driver version to 50877
2288 - scsi: aacraid: Fix driver oops with dead battery
2289 - scsi: aacraid: remove redundant setting of variable c
2290 - scsi: aacraid: Get correct lun count
2291 - scsi: aacraid: Delay for rescan worker needs to be 10 seconds
2292
2293 * [18.04] kpatch - Add livepatch hook support for ppc64le (LP: #1741992)
2294 - powerpc/modules: Add REL24 relocation support of livepatch symbols
2295 - powerpc/modules: Don't try to restore r2 after a sibling call
2296 - powerpc/modules: Improve restore_r2() error message
2297
2298 * Ubuntu 18.04 - Include latest ibmvnic fixes in Ubuntu kernel (LP: #1748517)
2299 - ibmvnic: Rename IBMVNIC_MAX_TX_QUEUES to IBMVNIC_MAX_QUEUES
2300 - ibmvnic: Increase maximum number of RX/TX queues
2301 - ibmvnic: Include header descriptor support for ARP packets
2302 - ibmvnic: Don't handle RX interrupts when not up.
2303 - ibmvnic: Wait for device response when changing MAC
2304 - ibmvnic: fix firmware version when no firmware level has been provided by
2305 the VIOS server
2306 - ibmvnic: fix empty firmware version and errors cleanup
2307 - ibmvnic: Fix rx queue cleanup for non-fatal resets
2308 - ibmvnic: Ensure that buffers are NULL after free
2309 - ibmvnic: queue reset when CRQ gets closed during reset
2310 - ibmvnic: Reset long term map ID counter
2311 - ibmvnic: Remove skb->protocol checks in ibmvnic_xmit
2312 - ibmvnic: Wait until reset is complete to set carrier on
2313 - ibmvnic: Fix login buffer memory leaks
2314 - ibmvnic: Fix NAPI structures memory leak
2315 - ibmvnic: Free RX socket buffer in case of adapter error
2316 - ibmvnic: Clean RX pool buffers during device close
2317 - ibmvnic: Check for NULL skb's in NAPI poll routine
2318 - ibmvnic: Fix early release of login buffer
2319
2320 * Power9 DD 2.2 needs HMI fixup backport of upstream
2321 patch(d075745d893c78730e4a3b7a60fca23c2f764081) into kernel (LP: #1751834)
2322 - KVM: PPC: Book3S HV: Improve handling of debug-trigger HMIs on POWER9
2323
2324 * Driver not found in Ubuntu kernel does not detect interface (LP: #1745927)
2325 - d-i: add cxgb4 to nic-modules
2326
2327 * BCM5719/tg3 loses connectivity due to missing heartbeats between fw and
2328 driver (LP: #1751337)
2329 - tg3: APE heartbeat changes
2330
2331 * Miscellaneous Ubuntu changes
2332 - ubuntu: vbox -- update to 5.2.6-dfsg-5
2333 - Revert "UBUNTU: SAUCE: Import aufs driver"
2334 - SAUCE: Import aufs driver
2335 - Revert "UBUNTU: SAUCE: (no-up) Convert bnx2x firmware files to ihex format"
2336 - [Packaging] retpoline-extract: flag *0xNNN(%reg) branches
2337 - [Config] fix up retpoline abi files
2338 - ubuntu: vbox -- update to 5.2.8-dfsg-2
2339
2340 -- Seth Forshee <seth.forshee@canonical.com> Wed, 07 Mar 2018 17:36:23 +0100
2341
2342 linux (4.15.0-11.12) bionic; urgency=medium
2343
2344 * linux: 4.15.0-11.12 -proposed tracker (LP: #1751285)
2345
2346 * Support low-pin-count devices on Hisilicon SoCs (LP: #1677319)
2347 - [Config] CONFIG_INDIRECT_PIO=y
2348 - SAUCE: LIB: Introduce a generic PIO mapping method
2349 - SAUCE: PCI: Remove unused __weak attribute in pci_register_io_range()
2350 - SAUCE: PCI: Add fwnode handler as input param of pci_register_io_range()
2351 - SAUCE: PCI: Apply the new generic I/O management on PCI IO hosts
2352 - SAUCE: OF: Add missing I/O range exception for indirect-IO devices
2353 - [Config] CONFIG_HISILICON_LPC=y
2354 - SAUCE: HISI LPC: Support the LPC host on Hip06/Hip07 with DT bindings
2355 - SAUCE: ACPI / scan: do not enumerate Indirect IO host children
2356 - SAUCE: HISI LPC: Add ACPI support
2357 - SAUCE: MAINTAINERS: Add maintainer for HiSilicon LPC driver
2358
2359 * Bionic update to v4.15.5 stable release (LP: #1751131)
2360 - scsi: smartpqi: allow static build ("built-in")
2361 - IB/umad: Fix use of unprotected device pointer
2362 - IB/qib: Fix comparison error with qperf compare/swap test
2363 - IB/mlx4: Fix incorrectly releasing steerable UD QPs when have only ETH ports
2364 - IB/core: Fix two kernel warnings triggered by rxe registration
2365 - IB/core: Fix ib_wc structure size to remain in 64 bytes boundary
2366 - IB/core: Avoid a potential OOPs for an unused optional parameter
2367 - selftests: seccomp: fix compile error seccomp_bpf
2368 - kselftest: fix OOM in memory compaction test
2369 - RDMA/rxe: Fix a race condition related to the QP error state
2370 - RDMA/rxe: Fix a race condition in rxe_requester()
2371 - RDMA/rxe: Fix rxe_qp_cleanup()
2372 - cpufreq: powernv: Dont assume distinct pstate values for nominal and pmin
2373 - PM / devfreq: Propagate error from devfreq_add_device()
2374 - mwifiex: resolve reset vs. remove()/shutdown() deadlocks
2375 - ocfs2: try a blocking lock before return AOP_TRUNCATED_PAGE
2376 - trace_uprobe: Display correct offset in uprobe_events
2377 - powerpc/radix: Remove trace_tlbie call from radix__flush_tlb_all
2378 - powerpc/kernel: Block interrupts when updating TIDR
2379 - powerpc/vas: Don't set uses_vas for kernel windows
2380 - powerpc/numa: Invalidate numa_cpu_lookup_table on cpu remove
2381 - powerpc/mm: Flush radix process translations when setting MMU type
2382 - powerpc/xive: Use hw CPU ids when configuring the CPU queues
2383 - dma-buf: fix reservation_object_wait_timeout_rcu once more v2
2384 - s390: fix handling of -1 in set{,fs}[gu]id16 syscalls
2385 - arm64: dts: msm8916: Correct ipc references for smsm
2386 - ARM: lpc3250: fix uda1380 gpio numbers
2387 - ARM: dts: STi: Add gpio polarity for "hdmi,hpd-gpio" property
2388 - ARM: dts: nomadik: add interrupt-parent for clcd
2389 - arm: dts: mt7623: fix card detection issue on bananapi-r2
2390 - arm: spear600: Add missing interrupt-parent of rtc
2391 - arm: spear13xx: Fix dmas cells
2392 - arm: spear13xx: Fix spics gpio controller's warning
2393 - x86/gpu: add CFL to early quirks
2394 - x86/kexec: Make kexec (mostly) work in 5-level paging mode
2395 - x86/xen: init %gs very early to avoid page faults with stack protector
2396 - x86: PM: Make APM idle driver initialize polling state
2397 - mm, memory_hotplug: fix memmap initialization
2398 - x86/entry/64: Clear extra registers beyond syscall arguments, to reduce
2399 speculation attack surface
2400 - x86/entry/64/compat: Clear registers for compat syscalls, to reduce
2401 speculation attack surface
2402 - compiler-gcc.h: Introduce __optimize function attribute
2403 - compiler-gcc.h: __nostackprotector needs gcc-4.4 and up
2404 - crypto: sun4i_ss_prng - fix return value of sun4i_ss_prng_generate
2405 - crypto: sun4i_ss_prng - convert lock to _bh in sun4i_ss_prng_generate
2406 - powerpc/mm/radix: Split linear mapping on hot-unplug
2407 - x86/mm/pti: Fix PTI comment in entry_SYSCALL_64()
2408 - x86/speculation: Update Speculation Control microcode blacklist
2409 - x86/speculation: Correct Speculation Control microcode blacklist again
2410 - Revert "x86/speculation: Simplify indirect_branch_prediction_barrier()"
2411 - KVM/x86: Reduce retpoline performance impact in slot_handle_level_range(),
2412 by always inlining iterator helper methods
2413 - X86/nVMX: Properly set spec_ctrl and pred_cmd before merging MSRs
2414 - KVM/nVMX: Set the CPU_BASED_USE_MSR_BITMAPS if we have a valid L02 MSR
2415 bitmap
2416 - x86/speculation: Clean up various Spectre related details
2417 - PM / runtime: Update links_count also if !CONFIG_SRCU
2418 - PM: cpuidle: Fix cpuidle_poll_state_init() prototype
2419 - platform/x86: wmi: fix off-by-one write in wmi_dev_probe()
2420 - x86/entry/64: Clear registers for exceptions/interrupts, to reduce
2421 speculation attack surface
2422 - x86/entry/64: Merge SAVE_C_REGS and SAVE_EXTRA_REGS, remove unused
2423 extensions
2424 - x86/entry/64: Merge the POP_C_REGS and POP_EXTRA_REGS macros into a single
2425 POP_REGS macro
2426 - x86/entry/64: Interleave XOR register clearing with PUSH instructions
2427 - x86/entry/64: Introduce the PUSH_AND_CLEAN_REGS macro
2428 - x86/entry/64: Use PUSH_AND_CLEAN_REGS in more cases
2429 - x86/entry/64: Get rid of the ALLOC_PT_GPREGS_ON_STACK and
2430 SAVE_AND_CLEAR_REGS macros
2431 - x86/entry/64: Indent PUSH_AND_CLEAR_REGS and POP_REGS properly
2432 - x86/entry/64: Fix paranoid_entry() frame pointer warning
2433 - x86/entry/64: Remove the unused 'icebp' macro
2434 - selftests/x86: Fix vDSO selftest segfault for vsyscall=none
2435 - selftests/x86: Clean up and document sscanf() usage
2436 - selftests/x86/pkeys: Remove unused functions
2437 - selftests/x86: Fix build bug caused by the 5lvl test which has been moved to
2438 the VM directory
2439 - selftests/x86: Do not rely on "int $0x80" in test_mremap_vdso.c
2440 - gfs2: Fixes to "Implement iomap for block_map"
2441 - selftests/x86: Do not rely on "int $0x80" in single_step_syscall.c
2442 - selftests/x86: Disable tests requiring 32-bit support on pure 64-bit systems
2443 - objtool: Fix segfault in ignore_unreachable_insn()
2444 - x86/debug, objtool: Annotate WARN()-related UD2 as reachable
2445 - x86/debug: Use UD2 for WARN()
2446 - x86/speculation: Fix up array_index_nospec_mask() asm constraint
2447 - nospec: Move array_index_nospec() parameter checking into separate macro
2448 - x86/speculation: Add <asm/msr-index.h> dependency
2449 - x86/mm: Rename flush_tlb_single() and flush_tlb_one() to
2450 __flush_tlb_one_[user|kernel]()
2451 - selftests/x86/mpx: Fix incorrect bounds with old _sigfault
2452 - x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping
2453 - x86/spectre: Fix an error message
2454 - x86/cpu: Change type of x86_cache_size variable to unsigned int
2455 - x86/entry/64: Fix CR3 restore in paranoid_exit()
2456 - drm/ttm: Don't add swapped BOs to swap-LRU list
2457 - drm/ttm: Fix 'buf' pointer update in ttm_bo_vm_access_kmap() (v2)
2458 - drm/qxl: unref cursor bo when finished with it
2459 - drm/qxl: reapply cursor after resetting primary
2460 - drm/amd/powerplay: Fix smu_table_entry.handle type
2461 - drm/ast: Load lut in crtc_commit
2462 - drm: Check for lessee in DROP_MASTER ioctl
2463 - arm64: Add missing Falkor part number for branch predictor hardening
2464 - drm/radeon: Add dpm quirk for Jet PRO (v2)
2465 - drm/radeon: adjust tested variable
2466 - x86/smpboot: Fix uncore_pci_remove() indexing bug when hot-removing a
2467 physical CPU
2468 - rtc-opal: Fix handling of firmware error codes, prevent busy loops
2469 - mbcache: initialize entry->e_referenced in mb_cache_entry_create()
2470 - mmc: sdhci: Implement an SDHCI-specific bounce buffer
2471 - mmc: bcm2835: Don't overwrite max frequency unconditionally
2472 - Revert "mmc: meson-gx: include tx phase in the tuning process"
2473 - mlx5: fix mlx5_get_vector_affinity to start from completion vector 0
2474 - Revert "apple-gmux: lock iGP IO to protect from vgaarb changes"
2475 - jbd2: fix sphinx kernel-doc build warnings
2476 - ext4: fix a race in the ext4 shutdown path
2477 - ext4: save error to disk in __ext4_grp_locked_error()
2478 - ext4: correct documentation for grpid mount option
2479 - mm: hide a #warning for COMPILE_TEST
2480 - mm: Fix memory size alignment in devm_memremap_pages_release()
2481 - MIPS: Fix typo BIG_ENDIAN to CPU_BIG_ENDIAN
2482 - MIPS: CPS: Fix MIPS_ISA_LEVEL_RAW fallout
2483 - MIPS: Fix incorrect mem=X@Y handling
2484 - PCI: Disable MSI for HiSilicon Hip06/Hip07 only in Root Port mode
2485 - PCI: iproc: Fix NULL pointer dereference for BCMA
2486 - PCI: pciehp: Assume NoCompl+ for Thunderbolt ports
2487 - PCI: keystone: Fix interrupt-controller-node lookup
2488 - video: fbdev: atmel_lcdfb: fix display-timings lookup
2489 - console/dummy: leave .con_font_get set to NULL
2490 - rbd: whitelist RBD_FEATURE_OPERATIONS feature bit
2491 - xen: Fix {set,clear}_foreign_p2m_mapping on autotranslating guests
2492 - xenbus: track caller request id
2493 - seq_file: fix incomplete reset on read from zero offset
2494 - tracing: Fix parsing of globs with a wildcard at the beginning
2495 - mpls, nospec: Sanitize array index in mpls_label_ok()
2496 - rtlwifi: rtl8821ae: Fix connection lost problem correctly
2497 - arm64: proc: Set PTE_NG for table entries to avoid traversing them twice
2498 - xprtrdma: Fix calculation of ri_max_send_sges
2499 - xprtrdma: Fix BUG after a device removal
2500 - blk-wbt: account flush requests correctly
2501 - target/iscsi: avoid NULL dereference in CHAP auth error path
2502 - iscsi-target: make sure to wake up sleeping login worker
2503 - dm: correctly handle chained bios in dec_pending()
2504 - Btrfs: fix deadlock in run_delalloc_nocow
2505 - Btrfs: fix crash due to not cleaning up tree log block's dirty bits
2506 - Btrfs: fix extent state leak from tree log
2507 - Btrfs: fix btrfs_evict_inode to handle abnormal inodes correctly
2508 - Btrfs: fix use-after-free on root->orphan_block_rsv
2509 - Btrfs: fix unexpected -EEXIST when creating new inode
2510 - 9p/trans_virtio: discard zero-length reply
2511 - mtd: nand: vf610: set correct ooblayout
2512 - ALSA: usb-audio: Fix UAC2 get_ctl request with a RANGE attribute
2513 - ALSA: hda/realtek - Add headset mode support for Dell laptop
2514 - ALSA: hda/realtek - Enable Thinkpad Dock device for ALC298 platform
2515 - ALSA: hda/realtek: PCI quirk for Fujitsu U7x7
2516 - ALSA: usb-audio: add implicit fb quirk for Behringer UFX1204
2517 - ALSA: usb: add more device quirks for USB DSD devices
2518 - ALSA: seq: Fix racy pool initializations
2519 - mvpp2: fix multicast address filter
2520 - usb: Move USB_UHCI_BIG_ENDIAN_* out of USB_SUPPORT
2521 - x86/mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pages
2522 - ARM: dts: exynos: fix RTC interrupt for exynos5410
2523 - ARM: pxa/tosa-bt: add MODULE_LICENSE tag
2524 - arm64: dts: msm8916: Add missing #phy-cells
2525 - ARM: dts: s5pv210: add interrupt-parent for ohci
2526 - arm: dts: mt7623: Update ethsys binding
2527 - arm: dts: mt2701: Add reset-cells
2528 - ARM: dts: Delete bogus reference to the charlcd
2529 - media: r820t: fix r820t_write_reg for KASAN
2530 - mmc: sdhci-of-esdhc: fix eMMC couldn't work after kexec
2531 - mmc: sdhci-of-esdhc: fix the mmc error after sleep on ls1046ardb
2532 - Linux 4.15.5
2533
2534 * retpoline abi files are empty on i386 (LP: #1751021)
2535 - [Packaging] retpoline-extract -- instantiate retpoline files for i386
2536 - [Packaging] final-checks -- sanity checking ABI contents
2537 - [Packaging] final-checks -- check for empty retpoline files
2538 - [Config] Disable i386 retpoline check for next upload
2539
2540 * Bionic update to v4.15.4 stable release (LP: #1751064)
2541 - watchdog: indydog: Add dependency on SGI_HAS_INDYDOG
2542 - cifs: Fix missing put_xid in cifs_file_strict_mmap
2543 - cifs: Fix autonegotiate security settings mismatch
2544 - CIFS: zero sensitive data when freeing
2545 - cpufreq: mediatek: add mediatek related projects into blacklist
2546 - dmaengine: dmatest: fix container_of member in dmatest_callback
2547 - ssb: Do not disable PCI host on non-Mips
2548 - watchdog: gpio_wdt: set WDOG_HW_RUNNING in gpio_wdt_stop
2549 - Revert "drm/i915: mark all device info struct with __initconst"
2550 - sched/rt: Use container_of() to get root domain in rto_push_irq_work_func()
2551 - sched/rt: Up the root domain ref count when passing it around via IPIs
2552 - media: dvb-usb-v2: lmedm04: Improve logic checking of warm start
2553 - media: dvb-usb-v2: lmedm04: move ts2020 attach to dm04_lme2510_tuner
2554 - media: hdpvr: Fix an error handling path in hdpvr_probe()
2555 - arm64: mm: Use non-global mappings for kernel space
2556 - arm64: mm: Temporarily disable ARM64_SW_TTBR0_PAN
2557 - arm64: mm: Move ASID from TTBR0 to TTBR1
2558 - arm64: mm: Remove pre_ttbr0_update_workaround for Falkor erratum #E1003
2559 - arm64: mm: Rename post_ttbr0_update_workaround
2560 - arm64: mm: Fix and re-enable ARM64_SW_TTBR0_PAN
2561 - arm64: mm: Allocate ASIDs in pairs
2562 - arm64: mm: Add arm64_kernel_unmapped_at_el0 helper
2563 - arm64: mm: Invalidate both kernel and user ASIDs when performing TLBI
2564 - arm64: entry: Add exception trampoline page for exceptions from EL0
2565 - arm64: mm: Map entry trampoline into trampoline and kernel page tables
2566 - arm64: entry: Explicitly pass exception level to kernel_ventry macro
2567 - arm64: entry: Hook up entry trampoline to exception vectors
2568 - arm64: erratum: Work around Falkor erratum #E1003 in trampoline code
2569 - arm64: cpu_errata: Add Kryo to Falkor 1003 errata
2570 - arm64: tls: Avoid unconditional zeroing of tpidrro_el0 for native tasks
2571 - arm64: entry: Add fake CPU feature for unmapping the kernel at EL0
2572 - arm64: kaslr: Put kernel vectors address in separate data page
2573 - arm64: use RET instruction for exiting the trampoline
2574 - arm64: Kconfig: Add CONFIG_UNMAP_KERNEL_AT_EL0
2575 - arm64: Kconfig: Reword UNMAP_KERNEL_AT_EL0 kconfig entry
2576 - arm64: Take into account ID_AA64PFR0_EL1.CSV3
2577 - arm64: capabilities: Handle duplicate entries for a capability
2578 - arm64: mm: Introduce TTBR_ASID_MASK for getting at the ASID in the TTBR
2579 - arm64: kpti: Fix the interaction between ASID switching and software PAN
2580 - arm64: cputype: Add MIDR values for Cavium ThunderX2 CPUs
2581 - arm64: kpti: Make use of nG dependent on arm64_kernel_unmapped_at_el0()
2582 - arm64: mm: Permit transitioning from Global to Non-Global without BBM
2583 - arm64: kpti: Add ->enable callback to remap swapper using nG mappings
2584 - arm64: Force KPTI to be disabled on Cavium ThunderX
2585 - arm64: entry: Reword comment about post_ttbr_update_workaround
2586 - arm64: idmap: Use "awx" flags for .idmap.text .pushsection directives
2587 - perf: arm_spe: Fail device probe when arm64_kernel_unmapped_at_el0()
2588 - arm64: barrier: Add CSDB macros to control data-value prediction
2589 - arm64: Implement array_index_mask_nospec()
2590 - arm64: Make USER_DS an inclusive limit
2591 - arm64: Use pointer masking to limit uaccess speculation
2592 - arm64: entry: Ensure branch through syscall table is bounded under
2593 speculation
2594 - arm64: uaccess: Prevent speculative use of the current addr_limit
2595 - arm64: uaccess: Don't bother eliding access_ok checks in __{get, put}_user
2596 - arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_user
2597 - arm64: futex: Mask __user pointers prior to dereference
2598 - arm64: cpufeature: __this_cpu_has_cap() shouldn't stop early
2599 - arm64: Run enable method for errata work arounds on late CPUs
2600 - arm64: cpufeature: Pass capability structure to ->enable callback
2601 - drivers/firmware: Expose psci_get_version through psci_ops structure
2602 - arm64: Move post_ttbr_update_workaround to C code
2603 - arm64: Add skeleton to harden the branch predictor against aliasing attacks
2604 - arm64: Move BP hardening to check_and_switch_context
2605 - arm64: KVM: Use per-CPU vector when BP hardening is enabled
2606 - arm64: entry: Apply BP hardening for high-priority synchronous exceptions
2607 - arm64: entry: Apply BP hardening for suspicious interrupts from EL0
2608 - arm64: cputype: Add missing MIDR values for Cortex-A72 and Cortex-A75
2609 - arm64: Implement branch predictor hardening for affected Cortex-A CPUs
2610 - arm64: Implement branch predictor hardening for Falkor
2611 - arm64: Branch predictor hardening for Cavium ThunderX2
2612 - arm64: KVM: Increment PC after handling an SMC trap
2613 - arm/arm64: KVM: Consolidate the PSCI include files
2614 - arm/arm64: KVM: Add PSCI_VERSION helper
2615 - arm/arm64: KVM: Add smccc accessors to PSCI code
2616 - arm/arm64: KVM: Implement PSCI 1.0 support
2617 - arm/arm64: KVM: Advertise SMCCC v1.1
2618 - arm64: KVM: Make PSCI_VERSION a fast path
2619 - arm/arm64: KVM: Turn kvm_psci_version into a static inline
2620 - arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening support
2621 - arm64: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handling
2622 - firmware/psci: Expose PSCI conduit
2623 - firmware/psci: Expose SMCCC version through psci_ops
2624 - arm/arm64: smccc: Make function identifiers an unsigned quantity
2625 - arm/arm64: smccc: Implement SMCCC v1.1 inline primitive
2626 - arm64: Add ARM_SMCCC_ARCH_WORKAROUND_1 BP hardening support
2627 - arm64: Kill PSCI_GET_VERSION as a variant-2 workaround
2628 - mtd: cfi: convert inline functions to macros
2629 - mtd: nand: brcmnand: Disable prefetch by default
2630 - mtd: nand: Fix nand_do_read_oob() return value
2631 - mtd: nand: sunxi: Fix ECC strength choice
2632 - ubi: Fix race condition between ubi volume creation and udev
2633 - ubi: fastmap: Erase outdated anchor PEBs during attach
2634 - ubi: block: Fix locking for idr_alloc/idr_remove
2635 - ubifs: free the encrypted symlink target
2636 - nfs/pnfs: fix nfs_direct_req ref leak when i/o falls back to the mds
2637 - nfs41: do not return ENOMEM on LAYOUTUNAVAILABLE
2638 - NFS: Add a cond_resched() to nfs_commit_release_pages()
2639 - NFS: Fix nfsstat breakage due to LOOKUPP
2640 - NFS: commit direct writes even if they fail partially
2641 - NFS: reject request for id_legacy key without auxdata
2642 - NFS: Fix a race between mmap() and O_DIRECT
2643 - nfsd: Detect unhashed stids in nfsd4_verify_open_stid()
2644 - kernfs: fix regression in kernfs_fop_write caused by wrong type
2645 - ahci: Annotate PCI ids for mobile Intel chipsets as such
2646 - ahci: Add PCI ids for Intel Bay Trail, Cherry Trail and Apollo Lake AHCI
2647 - ahci: Add Intel Cannon Lake PCH-H PCI ID
2648 - crypto: hash - introduce crypto_hash_alg_has_setkey()
2649 - crypto: cryptd - pass through absence of ->setkey()
2650 - crypto: mcryptd - pass through absence of ->setkey()
2651 - crypto: poly1305 - remove ->setkey() method
2652 - crypto: hash - annotate algorithms taking optional key
2653 - crypto: hash - prevent using keyed hashes without setting key
2654 - media: v4l2-ioctl.c: use check_fmt for enum/g/s/try_fmt
2655 - media: v4l2-ioctl.c: don't copy back the result for -ENOTTY
2656 - media: v4l2-compat-ioctl32.c: add missing VIDIOC_PREPARE_BUF
2657 - media: v4l2-compat-ioctl32.c: fix the indentation
2658 - media: v4l2-compat-ioctl32.c: move 'helper' functions to
2659 __get/put_v4l2_format32
2660 - media: v4l2-compat-ioctl32.c: avoid sizeof(type)
2661 - media: v4l2-compat-ioctl32.c: copy m.userptr in put_v4l2_plane32
2662 - media: v4l2-compat-ioctl32.c: fix ctrl_is_pointer
2663 - media: v4l2-compat-ioctl32.c: copy clip list in put_v4l2_window32
2664 - media: v4l2-compat-ioctl32.c: drop pr_info for unknown buffer type
2665 - media: v4l2-compat-ioctl32.c: don't copy back the result for certain errors
2666 - media: v4l2-compat-ioctl32.c: refactor compat ioctl32 logic
2667 - media: v4l2-compat-ioctl32.c: make ctrl_is_pointer work for subdevs
2668 - crypto: caam - fix endless loop when DECO acquire fails
2669 - crypto: sha512-mb - initialize pending lengths correctly
2670 - crypto: talitos - fix Kernel Oops on hashing an empty file
2671 - arm: KVM: Fix SMCCC handling of unimplemented SMC/HVC calls
2672 - KVM: nVMX: Fix races when sending nested PI while dest enters/leaves L2
2673 - KVM: nVMX: Fix bug of injecting L2 exception into L1
2674 - KVM: PPC: Book3S HV: Make sure we don't re-enter guest without XIVE loaded
2675 - KVM: PPC: Book3S HV: Drop locks before reading guest memory
2676 - KVM: arm/arm64: Handle CPU_PM_ENTER_FAILED
2677 - KVM: PPC: Book3S PR: Fix broken select due to misspelling
2678 - ASoC: acpi: fix machine driver selection based on quirk
2679 - ASoC: rockchip: i2s: fix playback after runtime resume
2680 - ASoC: skl: Fix kernel warning due to zero NHTL entry
2681 - ASoC: compress: Correct handling of copy callback
2682 - watchdog: imx2_wdt: restore previous timeout after suspend+resume
2683 - afs: Add missing afs_put_cell()
2684 - afs: Need to clear responded flag in addr cursor
2685 - afs: Fix missing cursor clearance
2686 - afs: Fix server list handling
2687 - btrfs: Handle btrfs_set_extent_delalloc failure in fixup worker
2688 - Btrfs: raid56: iterate raid56 internal bio with bio_for_each_segment_all
2689 - kasan: don't emit builtin calls when sanitization is off
2690 - kasan: rework Kconfig settings
2691 - media: dvb_frontend: be sure to init dvb_frontend_handle_ioctl() return code
2692 - media: dvb-frontends: fix i2c access helpers for KASAN
2693 - media: dt-bindings/media/cec-gpio.txt: mention the CEC/HPD max voltages
2694 - media: ts2020: avoid integer overflows on 32 bit machines
2695 - media: vivid: fix module load error when enabling fb and no_error_inj=1
2696 - media: cxusb, dib0700: ignore XC2028_I2C_FLUSH
2697 - fs/proc/kcore.c: use probe_kernel_read() instead of memcpy()
2698 - kernel/async.c: revert "async: simplify lowest_in_progress()"
2699 - kernel/relay.c: revert "kernel/relay.c: fix potential memory leak"
2700 - pipe: actually allow root to exceed the pipe buffer limits
2701 - pipe: fix off-by-one error when checking buffer limits
2702 - HID: quirks: Fix keyboard + touchpad on Toshiba Click Mini not working
2703 - Bluetooth: btsdio: Do not bind to non-removable BCM43341
2704 - ipmi: use dynamic memory for DMI driver override
2705 - signal/openrisc: Fix do_unaligned_access to send the proper signal
2706 - signal/sh: Ensure si_signo is initialized in do_divide_error
2707 - alpha: fix crash if pthread_create races with signal delivery
2708 - alpha: osf_sys.c: fix put_tv32 regression
2709 - alpha: Fix mixed up args in EXC macro in futex operations
2710 - alpha: fix reboot on Avanti platform
2711 - alpha: fix formating of stack content
2712 - xtensa: fix futex_atomic_cmpxchg_inatomic
2713 - EDAC, octeon: Fix an uninitialized variable warning
2714 - genirq: Make legacy autoprobing work again
2715 - pinctrl: intel: Initialize GPIO properly when used through irqchip
2716 - pinctrl: mcp23s08: fix irq setup order
2717 - pinctrl: sx150x: Unregister the pinctrl on release
2718 - pinctrl: sx150x: Register pinctrl before adding the gpiochip
2719 - pinctrl: sx150x: Add a static gpio/pinctrl pin range mapping
2720 - pktcdvd: Fix pkt_setup_dev() error path
2721 - pktcdvd: Fix a recently introduced NULL pointer dereference
2722 - blk-mq: quiesce queue before freeing queue
2723 - clocksource/drivers/stm32: Fix kernel panic with multiple timers
2724 - lib/ubsan.c: s/missaligned/misaligned/
2725 - lib/ubsan: add type mismatch handler for new GCC/Clang
2726 - objtool: Fix switch-table detection
2727 - arm64: dts: marvell: add Ethernet aliases
2728 - drm/i915: Avoid PPS HW/SW state mismatch due to rounding
2729 - ACPI: sbshc: remove raw pointer from printk() message
2730 - acpi, nfit: fix register dimm error handling
2731 - ovl: force r/o mount when index dir creation fails
2732 - ovl: fix failure to fsync lower dir
2733 - ovl: take mnt_want_write() for work/index dir setup
2734 - ovl: take mnt_want_write() for removing impure xattr
2735 - ovl: hash directory inodes for fsnotify
2736 - mn10300/misalignment: Use SIGSEGV SEGV_MAPERR to report a failed user copy
2737 - devpts: fix error handling in devpts_mntget()
2738 - ftrace: Remove incorrect setting of glob search field
2739 - scsi: core: Ensure that the SCSI error handler gets woken up
2740 - scsi: lpfc: Fix crash after bad bar setup on driver attachment
2741 - scsi: cxlflash: Reset command ioasc
2742 - rcu: Export init_rcu_head() and destroy_rcu_head() to GPL modules
2743 - Linux 4.15.4
2744 - updateconfigs after v4.14.4 stable updates
2745
2746 * Bionic update to v4.15.4 stable release (LP: #1751064) // CVE-2017-5754 and
2747 do not need KPTI when KASLR is off.
2748 - arm64: Turn on KPTI only on CPUs that need it
2749
2750 * Miscellaneous Ubuntu changes
2751 - [Config] fix up removed retpoline call sites
2752
2753 -- Seth Forshee <seth.forshee@canonical.com> Fri, 23 Feb 2018 08:31:06 -0600
2754
2755 linux (4.15.0-10.11) bionic; urgency=medium
2756
2757 * linux: 4.15.0-10.11 -proposed tracker (LP: #1749250)
2758
2759 * "swiotlb: coherent allocation failed" dmesg spam with linux 4.15.0-9.10
2760 (LP: #1749202)
2761 - swiotlb: suppress warning when __GFP_NOWARN is set
2762 - drm/ttm: specify DMA_ATTR_NO_WARN for huge page pools
2763
2764 * linux-tools: perf incorrectly linking libbfd (LP: #1748922)
2765 - SAUCE: tools -- add ability to disable libbfd
2766 - [Packaging] correct disablement of libbfd
2767
2768 * [Artful] Realtek ALC225: 2 secs noise when a headset plugged in
2769 (LP: #1744058)
2770 - ALSA: hda/realtek - update ALC225 depop optimize
2771
2772 * [Artful] Support headset mode for DELL WYSE (LP: #1723913)
2773 - SAUCE: ALSA: hda/realtek - Add support headset mode for DELL WYSE
2774
2775 * headset mic can't be detected on two Dell machines (LP: #1748807)
2776 - ALSA: hda/realtek - Support headset mode for ALC215/ALC285/ALC289
2777 - ALSA: hda - Fix headset mic detection problem for two Dell machines
2778
2779 * Bionic update to v4.15.3 stable release (LP: #1749191)
2780 - ip6mr: fix stale iterator
2781 - net: igmp: add a missing rcu locking section
2782 - qlcnic: fix deadlock bug
2783 - qmi_wwan: Add support for Quectel EP06
2784 - r8169: fix RTL8168EP take too long to complete driver initialization.
2785 - tcp: release sk_frag.page in tcp_disconnect
2786 - vhost_net: stop device during reset owner
2787 - ipv6: addrconf: break critical section in addrconf_verify_rtnl()
2788 - ipv6: change route cache aging logic
2789 - Revert "defer call to mem_cgroup_sk_alloc()"
2790 - net: ipv6: send unsolicited NA after DAD
2791 - rocker: fix possible null pointer dereference in
2792 rocker_router_fib_event_work
2793 - tcp_bbr: fix pacing_gain to always be unity when using lt_bw
2794 - cls_u32: add missing RCU annotation.
2795 - ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6only
2796 - soreuseport: fix mem leak in reuseport_add_sock()
2797 - net_sched: get rid of rcu_barrier() in tcf_block_put_ext()
2798 - net: sched: fix use-after-free in tcf_block_put_ext
2799 - media: mtk-vcodec: add missing MODULE_LICENSE/DESCRIPTION
2800 - media: soc_camera: soc_scale_crop: add missing
2801 MODULE_DESCRIPTION/AUTHOR/LICENSE
2802 - media: tegra-cec: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
2803 - gpio: uniphier: fix mismatch between license text and MODULE_LICENSE
2804 - crypto: tcrypt - fix S/G table for test_aead_speed()
2805 - Linux 4.15.3
2806
2807 * bnx2x_attn_int_deasserted3:4323 MC assert! (LP: #1715519) //
2808 CVE-2018-1000026
2809 - net: create skb_gso_validate_mac_len()
2810 - bnx2x: disable GSO where gso_size is too big for hardware
2811
2812 * ethtool -p fails to light NIC LED on HiSilicon D05 systems (LP: #1748567)
2813 - net: hns: add ACPI mode support for ethtool -p
2814
2815 * CVE-2017-5715 (Spectre v2 Intel)
2816 - [Packaging] retpoline files must be sorted
2817 - [Packaging] pull in retpoline files
2818
2819 * [Feature] PXE boot with Intel Omni-Path (LP: #1712031)
2820 - d-i: Add hfi1 to nic-modules
2821
2822 * CVE-2017-5715 (Spectre v2 retpoline)
2823 - [Packaging] retpoline -- add call site validation
2824 - [Config] disable retpoline checks for first upload
2825
2826 * Do not duplicate changelog entries assigned to more than one bug or CVE
2827 (LP: #1743383)
2828 - [Packaging] git-ubuntu-log -- handle multiple bugs/cves better
2829
2830 -- Seth Forshee <seth.forshee@canonical.com> Tue, 13 Feb 2018 11:33:58 -0600
2831
2832 linux (4.15.0-9.10) bionic; urgency=medium
2833
2834 * linux: 4.15.0-9.10 -proposed tracker (LP: #1748244)
2835
2836 * Miscellaneous Ubuntu changes
2837 - [Debian] tests -- remove gcc-multilib dependency for arm64
2838
2839 -- Seth Forshee <seth.forshee@canonical.com> Thu, 08 Feb 2018 11:25:04 -0600
2840
2841 linux (4.15.0-8.9) bionic; urgency=medium
2842
2843 * linux: 4.15.0-8.9 -proposed tracker (LP: #1748075)
2844
2845 * Bionic update to v4.15.2 stable release (LP: #1748072)
2846 - KVM: x86: Make indirect calls in emulator speculation safe
2847 - KVM: VMX: Make indirect call speculation safe
2848 - module/retpoline: Warn about missing retpoline in module
2849 - x86/cpufeatures: Add CPUID_7_EDX CPUID leaf
2850 - x86/cpufeatures: Add Intel feature bits for Speculation Control
2851 - x86/cpufeatures: Add AMD feature bits for Speculation Control
2852 - x86/msr: Add definitions for new speculation control MSRs
2853 - x86/pti: Do not enable PTI on CPUs which are not vulnerable to Meltdown
2854 - x86/cpufeature: Blacklist SPEC_CTRL/PRED_CMD on early Spectre v2 microcodes
2855 - x86/speculation: Add basic IBPB (Indirect Branch Prediction Barrier) support
2856 - x86/alternative: Print unadorned pointers
2857 - x86/nospec: Fix header guards names
2858 - x86/bugs: Drop one "mitigation" from dmesg
2859 - x86/cpu/bugs: Make retpoline module warning conditional
2860 - x86/cpufeatures: Clean up Spectre v2 related CPUID flags
2861 - x86/retpoline: Simplify vmexit_fill_RSB()
2862 - x86/speculation: Simplify indirect_branch_prediction_barrier()
2863 - auxdisplay: img-ascii-lcd: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
2864 - iio: adc/accel: Fix up module licenses
2865 - pinctrl: pxa: pxa2xx: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
2866 - ASoC: pcm512x: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
2867 - KVM: nVMX: Eliminate vmcs02 pool
2868 - KVM: VMX: introduce alloc_loaded_vmcs
2869 - objtool: Improve retpoline alternative handling
2870 - objtool: Add support for alternatives at the end of a section
2871 - objtool: Warn on stripped section symbol
2872 - x86/mm: Fix overlap of i386 CPU_ENTRY_AREA with FIX_BTMAP
2873 - x86/spectre: Check CONFIG_RETPOLINE in command line parser
2874 - x86/entry/64: Remove the SYSCALL64 fast path
2875 - x86/entry/64: Push extra regs right away
2876 - x86/asm: Move 'status' from thread_struct to thread_info
2877 - Documentation: Document array_index_nospec
2878 - array_index_nospec: Sanitize speculative array de-references
2879 - x86: Implement array_index_mask_nospec
2880 - x86: Introduce barrier_nospec
2881 - x86: Introduce __uaccess_begin_nospec() and uaccess_try_nospec
2882 - x86/usercopy: Replace open coded stac/clac with __uaccess_{begin, end}
2883 - x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospec
2884 - x86/get_user: Use pointer masking to limit speculation
2885 - x86/syscall: Sanitize syscall table de-references under speculation
2886 - vfs, fdtable: Prevent bounds-check bypass via speculative execution
2887 - nl80211: Sanitize array index in parse_txq_params
2888 - x86/spectre: Report get_user mitigation for spectre_v1
2889 - x86/spectre: Fix spelling mistake: "vunerable"-> "vulnerable"
2890 - x86/cpuid: Fix up "virtual" IBRS/IBPB/STIBP feature bits on Intel
2891 - x86/speculation: Use Indirect Branch Prediction Barrier in context switch
2892 - x86/paravirt: Remove 'noreplace-paravirt' cmdline option
2893 - KVM: VMX: make MSR bitmaps per-VCPU
2894 - x86/kvm: Update spectre-v1 mitigation
2895 - x86/retpoline: Avoid retpolines for built-in __init functions
2896 - x86/spectre: Simplify spectre_v2 command line parsing
2897 - x86/pti: Mark constant arrays as __initconst
2898 - x86/speculation: Fix typo IBRS_ATT, which should be IBRS_ALL
2899 - KVM/x86: Update the reverse_cpuid list to include CPUID_7_EDX
2900 - KVM/x86: Add IBPB support
2901 - KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIES
2902 - KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRL
2903 - KVM/SVM: Allow direct access to MSR_IA32_SPEC_CTRL
2904 - serial: core: mark port as initialized after successful IRQ change
2905 - fpga: region: release of_parse_phandle nodes after use
2906 - Linux 4.15.2
2907
2908 * Add support for the NIC on SynQuacer E-Series boards (LP: #1747792)
2909 - net: phy: core: remove now uneeded disabling of interrupts
2910 - [Config] CONFIG_NET_VENDOR_SOCIONEXT=y & CONFIG_SNI_NETSEC=m
2911 - net: socionext: Add Synquacer NetSec driver
2912 - net: socionext: include linux/io.h to fix build
2913 - net: socionext: Fix error return code in netsec_netdev_open()
2914
2915 * [Artful/Bionic] [Config] enable EDAC_GHES for ARM64 (LP: #1747746)
2916 - [Config] CONFIG_EDAC_GHES=y
2917
2918 * support thunderx2 vendor pmu events (LP: #1747523)
2919 - perf pmu: Pass pmu as a parameter to get_cpuid_str()
2920 - perf tools arm64: Add support for get_cpuid_str function.
2921 - perf pmu: Add helper function is_pmu_core to detect PMU CORE devices
2922 - perf vendor events arm64: Add ThunderX2 implementation defined pmu core
2923 events
2924 - perf pmu: Add check for valid cpuid in perf_pmu__find_map()
2925
2926 * linux 4.14.0-7.9 ADT test failure with linux 4.14.0-7.9 (LP: #1732463)
2927 - SAUCE: mm: disable vma based swap readahead by default
2928 - SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM
2929
2930 * Miscellaneous Ubuntu changes
2931 - [Config] Fix CONFIG_PROFILE_ALL_BRANCHES annotations
2932
2933 -- Seth Forshee <seth.forshee@canonical.com> Wed, 07 Feb 2018 21:13:27 -0600
2934
2935 linux (4.15.0-7.8) bionic; urgency=medium
2936
2937 * Bionic update to v4.15.1 stable release (LP: #1747169)
2938 - Bluetooth: hci_serdev: Init hci_uart proto_lock to avoid oops
2939 - tools/gpio: Fix build error with musl libc
2940 - gpio: stmpe: i2c transfer are forbiden in atomic context
2941 - gpio: Fix kernel stack leak to userspace
2942 - ALSA: hda - Reduce the suspend time consumption for ALC256
2943 - crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDH
2944 - crypto: aesni - handle zero length dst buffer
2945 - crypto: aesni - fix typo in generic_gcmaes_decrypt
2946 - crypto: aesni - add wrapper for generic gcm(aes)
2947 - crypto: aesni - Fix out-of-bounds access of the data buffer in generic-gcm-
2948 aesni
2949 - crypto: aesni - Fix out-of-bounds access of the AAD buffer in generic-gcm-
2950 aesni
2951 - crypto: inside-secure - fix hash when length is a multiple of a block
2952 - crypto: inside-secure - avoid unmapping DMA memory that was not mapped
2953 - crypto: sha3-generic - fixes for alignment and big endian operation
2954 - crypto: af_alg - whitelist mask and type
2955 - HID: wacom: EKR: ensure devres groups at higher indexes are released
2956 - HID: wacom: Fix reporting of touch toggle (WACOM_HID_WD_MUTE_DEVICE) events
2957 - power: reset: zx-reboot: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
2958 - gpio: iop: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
2959 - gpio: ath79: add missing MODULE_DESCRIPTION/LICENSE
2960 - mtd: nand: denali_pci: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
2961 - igb: Free IRQs when device is hotplugged
2962 - ima/policy: fix parsing of fsuuid
2963 - scsi: aacraid: Fix udev inquiry race condition
2964 - scsi: aacraid: Fix hang in kdump
2965 - scsi: storvsc: missing error code in storvsc_probe()
2966 - staging: lustre: separate a connection destroy from free struct kib_conn
2967 - staging: ccree: NULLify backup_info when unused
2968 - staging: ccree: fix fips event irq handling build
2969 - tty: fix data race between tty_init_dev and flush of buf
2970 - usb: option: Add support for FS040U modem
2971 - USB: serial: pl2303: new device id for Chilitag
2972 - USB: cdc-acm: Do not log urb submission errors on disconnect
2973 - CDC-ACM: apply quirk for card reader
2974 - USB: serial: io_edgeport: fix possible sleep-in-atomic
2975 - usbip: prevent bind loops on devices attached to vhci_hcd
2976 - usbip: list: don't list devices attached to vhci_hcd
2977 - USB: serial: simple: add Motorola Tetra driver
2978 - usb: f_fs: Prevent gadget unbind if it is already unbound
2979 - usb: uas: unconditionally bring back host after reset
2980 - usb/gadget: Fix "high bandwidth" check in usb_gadget_ep_match_desc()
2981 - ANDROID: binder: remove waitqueue when thread exits.
2982 - android: binder: use VM_ALLOC to get vm area
2983 - mei: me: allow runtime pm for platform with D0i3
2984 - serial: 8250_of: fix return code when probe function fails to get reset
2985 - serial: 8250_uniphier: fix error return code in uniphier_uart_probe()
2986 - serial: 8250_dw: Revert "Improve clock rate setting"
2987 - serial: imx: Only wakeup via RTSDEN bit if the system has RTS/CTS
2988 - spi: imx: do not access registers while clocks disabled
2989 - iio: adc: stm32: fix scan of multiple channels with DMA
2990 - iio: chemical: ccs811: Fix output of IIO_CONCENTRATION channels
2991 - test_firmware: fix missing unlock on error in config_num_requests_store()
2992 - Input: synaptics-rmi4 - unmask F03 interrupts when port is opened
2993 - Input: synaptics-rmi4 - do not delete interrupt memory too early
2994 - x86/efi: Clarify that reset attack mitigation needs appropriate userspace
2995 - Linux 4.15.1
2996
2997 * Dell XPS 13 9360 bluetooth (Atheros) won't connect after resume
2998 (LP: #1744712)
2999 - Revert "Bluetooth: btusb: fix QCA Rome suspend/resume"
3000 - Bluetooth: btusb: Restore QCA Rome suspend/resume fix with a "rewritten"
3001 version
3002
3003 * apparmor profile load in stacked policy container fails (LP: #1746463)
3004 - SAUCE: apparmor: fix display of .ns_name for containers
3005
3006 -- Seth Forshee <seth.forshee@canonical.com> Sun, 04 Feb 2018 11:56:32 +0100
3007
3008 linux (4.15.0-6.7) bionic; urgency=low
3009
3010 * upload urgency should be medium by default (LP: #1745338)
3011 - [Packaging] update urgency to medium by default
3012
3013 * Shutdown hang on 16.04 with iscsi targets (LP: #1569925)
3014 - scsi: libiscsi: Allow sd_shutdown on bad transport
3015
3016 * Miscellaneous Ubuntu changes
3017 - SAUCE: (noup) Update spl to 0.7.5-1ubuntu1, zfs to 0.7.5-1ubuntu1
3018 - Revert "UBUNTU: SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM"
3019 - Revert "UBUNTU: SAUCE: mm: disable vma based swap readahead by default"
3020
3021 [ Upstream Kernel Changes ]
3022
3023 * Rebase to v4.15
3024
3025 -- Seth Forshee <seth.forshee@canonical.com> Mon, 29 Jan 2018 08:47:07 -0600
3026
3027 linux (4.15.0-5.6) bionic; urgency=low
3028
3029 * $(LOCAL_ENV_CC) and $(LOCAL_ENV_DISTCC_HOSTS) should be properly quoted
3030 (LP: #1744077)
3031 - [Debian] pass LOCAL_ENV_CC and LOCAL_ENV_DISTCC_HOSTS properly
3032
3033 * Missing install-time driver for QLogic QED 25/40/100Gb Ethernet NIC
3034 (LP: #1743638)
3035 - [d-i] Add qede to nic-modules udeb
3036
3037 * boot failure on AMD Raven + WesternXT (LP: #1742759)
3038 - SAUCE: drm/amdgpu: add atpx quirk handling (v2)
3039
3040 * Unable to handle kernel NULL pointer dereference at isci_task_abort_task
3041 (LP: #1726519)
3042 - SAUCE: Revert "scsi: libsas: allow async aborts"
3043
3044 * Update Ubuntu-4.15.0 config to support Intel Atom devices (LP: #1739939)
3045 - [Config] CONFIG_SERIAL_DEV_BUS=y, CONFIG_SERIAL_DEV_CTRL_TTYPORT=y
3046
3047 * Miscellaneous Ubuntu changes
3048 - Rebase to v4.15-rc7
3049 - [Config] CONFIG_CPU_ISOLATION=y
3050 - [Config] Update annotations following config review
3051 - Revert "UBUNTU: SAUCE: Import aufs driver"
3052 - SAUCE: Import aufs driver
3053 - ubuntu: vbox -- update to 5.2.6-dfsg-1
3054 - ubuntu: vbox: build fixes for 4.15
3055 - ubuntu: vbox -- update to 5.2.6-dfsg-2
3056 - hio: updates for timer api changes in 4.15
3057 - enable hio build
3058 - Rebase to v4.15-rc9
3059
3060 [ Upstream Kernel Changes ]
3061
3062 * Rebase to v4.15-rc9
3063
3064 -- Seth Forshee <seth.forshee@canonical.com> Mon, 22 Jan 2018 10:16:05 -0600
3065
3066 linux (4.15.0-4.5) bionic; urgency=low
3067
3068 * [0cf3:e010] QCA6174A XR failed to pair with bt 4.0 device (LP: #1741166)
3069 - SAUCE: Bluetooth: btusb: Add support for 0cf3:e010
3070
3071 * External HDMI monitor failed to show screen on Lenovo X1 series
3072 (LP: #1738523)
3073 - SAUCE: drm/i915: Disable writing of TMDS_OE on Lenovo ThinkPad X1 series
3074
3075 * Miscellaneous Ubuntu changes
3076 - [Debian] autoreconstruct - add resoration of execute permissions
3077
3078 [ Upstream Kernel Changes ]
3079
3080 * Rebase to v4.15-rc4
3081
3082 -- Seth Forshee <seth.forshee@canonical.com> Wed, 10 Jan 2018 10:24:22 -0600
3083
3084 linux (4.15.0-3.4) bionic; urgency=low
3085
3086 * ubuntu/xr-usb-serial didn't get built in zesty and artful (LP: #1733281)
3087 - SAUCE: make sure ubuntu/xr-usb-serial builds for x86
3088
3089 [ Upstream Kernel Changes ]
3090
3091 * Rebase to v4.15-rc6
3092
3093 -- Seth Forshee <seth.forshee@canonical.com> Wed, 03 Jan 2018 20:20:43 -0600
3094
3095 linux (4.15.0-2.3) bionic; urgency=low
3096
3097 * nvidia-graphics-drivers-384 384.90-0ubuntu6 ADT test failure with linux
3098 4.15.0-1.2 (LP: #1737752)
3099 - x86/mm: Unbreak modules that use the DMA API
3100
3101 * Ubuntu 17.10 corrupting BIOS - many LENOVO laptops models (LP: #1734147)
3102 - [Config] CONFIG_SPI_INTEL_SPI_*=n
3103
3104 * power: commonise configs IBMVETH/IBMVSCSI and ensure both are in linux-image
3105 and udebs (LP: #1521712)
3106 - [Config] Include ibmvnic in nic-modules
3107
3108 * Enable arm64 emulation of removed ARMv7 instructions (LP: #1545542)
3109 - [Config] Enable support for emulation of deprecated ARMv8 instructions
3110
3111 * Miscellaneous Ubuntu changes
3112 - SAUCE: (noup) Update spl with 4.15 compat fix (LP:#1737761)
3113 - Enable zfs build
3114 - [Debian] add icp to zfs-modules.ignore
3115
3116 [ Upstream Kernel Changes ]
3117
3118 * Rebase to v4.15-rc4
3119
3120 -- Seth Forshee <seth.forshee@canonical.com> Mon, 18 Dec 2017 09:27:13 -0600
3121
3122 linux (4.15.0-1.2) bionic; urgency=low
3123
3124 * Disabling zfs does not always disable module checks for the zfs modules
3125 (LP: #1737176)
3126 - [Packaging] disable zfs module checks when zfs is disabled
3127
3128 * Miscellaneous Ubuntu changes
3129 - [Config] CONFIG_UNWINDER_FRAME_POINTER=y for amd64
3130
3131 [ Upstream Kernel Changes ]
3132
3133 * Rebase to v4.15-rc3
3134
3135 -- Seth Forshee <seth.forshee@canonical.com> Sun, 10 Dec 2017 22:07:19 -0600
3136
3137 linux (4.15.0-0.1) bionic; urgency=low
3138
3139 * Miscellaneous Ubuntu changes
3140 - ubuntu: vbox -- update to 5.2.2-dfsg-2
3141 - ubuntu: vbox: build fixes for 4.15
3142 - disable hio build
3143 - [Config] Update kernel lockdown options to fix build errors
3144 - Disable zfs build
3145 - SAUCE: Import aufs driver
3146 - [Config] Enable AUFS config options
3147
3148 [ Upstream Kernel Changes ]
3149
3150 * Rebase to v4.15-rc2
3151
3152 -- Seth Forshee <seth.forshee@canonical.com> Fri, 08 Dec 2017 13:55:42 -0600
3153
3154 linux (4.14.0-11.13) bionic; urgency=low
3155
3156 * linux: 4.14.0-11.13 -proposed tracker (LP: #1736168)
3157
3158 * CVE-2017-1000405
3159 - mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()
3160
3161 * linux 4.14.0-7.9 ADT test failure with linux 4.14.0-7.9 (LP: #1732463)
3162 - SAUCE: mm: disable vma based swap readahead by default
3163 - SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM
3164
3165 * Bionic update to v4.14.3 stable release (LP: #1735843)
3166 - s390: fix transactional execution control register handling
3167 - s390/noexec: execute kexec datamover without DAT
3168 - s390/runtime instrumention: fix possible memory corruption
3169 - s390/guarded storage: fix possible memory corruption
3170 - s390/disassembler: add missing end marker for e7 table
3171 - s390/disassembler: increase show_code buffer size
3172 - ACPI / PM: Fix acpi_pm_notifier_lock vs flush_workqueue() deadlock
3173 - ACPI / EC: Fix regression related to triggering source of EC event handling
3174 - cpufreq: schedutil: Reset cached_raw_freq when not in sync with next_freq
3175 - serdev: fix registration of second slave
3176 - sched: Make resched_cpu() unconditional
3177 - lib/mpi: call cond_resched() from mpi_powm() loop
3178 - x86/boot: Fix boot failure when SMP MP-table is based at 0
3179 - x86/decoder: Add new TEST instruction pattern
3180 - x86/entry/64: Fix entry_SYSCALL_64_after_hwframe() IRQ tracing
3181 - x86/entry/64: Add missing irqflags tracing to native_load_gs_index()
3182 - perf/x86/intel: Hide TSX events when RTM is not supported
3183 - arm64: Implement arch-specific pte_access_permitted()
3184 - ARM: 8722/1: mm: make STRICT_KERNEL_RWX effective for LPAE
3185 - ARM: 8721/1: mm: dump: check hardware RO bit for LPAE
3186 - uapi: fix linux/tls.h userspace compilation error
3187 - uapi: fix linux/rxrpc.h userspace compilation errors
3188 - MIPS: cmpxchg64() and HAVE_VIRT_CPU_ACCOUNTING_GEN don't work for 32-bit SMP
3189 - MIPS: ralink: Fix MT7628 pinmux
3190 - MIPS: ralink: Fix typo in mt7628 pinmux function
3191 - net: mvneta: fix handling of the Tx descriptor counter
3192 - nbd: wait uninterruptible for the dead timeout
3193 - nbd: don't start req until after the dead connection logic
3194 - PM / OPP: Add missing of_node_put(np)
3195 - PCI/ASPM: Account for downstream device's Port Common_Mode_Restore_Time
3196 - PCI/ASPM: Use correct capability pointer to program LTR_L1.2_THRESHOLD
3197 - PCI: hv: Use effective affinity mask
3198 - PCI: Set Cavium ACS capability quirk flags to assert RR/CR/SV/UF
3199 - PCI: Apply Cavium ThunderX ACS quirk to more Root Ports
3200 - ALSA: hda: Add Raven PCI ID
3201 - dm integrity: allow unaligned bv_offset
3202 - dm cache: fix race condition in the writeback mode overwrite_bio
3203 optimisation
3204 - dm crypt: allow unaligned bv_offset
3205 - dm zoned: ignore last smaller runt zone
3206 - dm mpath: remove annoying message of 'blk_get_request() returned -11'
3207 - dm bufio: fix integer overflow when limiting maximum cache size
3208 - ovl: Put upperdentry if ovl_check_origin() fails
3209 - dm: allocate struct mapped_device with kvzalloc
3210 - sched/rt: Simplify the IPI based RT balancing logic
3211 - MIPS: pci: Remove KERN_WARN instance inside the mt7620 driver
3212 - dm: fix race between dm_get_from_kobject() and __dm_destroy()
3213 - dm: discard support requires all targets in a table support discards
3214 - MIPS: Fix odd fp register warnings with MIPS64r2
3215 - MIPS: Fix MIPS64 FP save/restore on 32-bit kernels
3216 - MIPS: dts: remove bogus bcm96358nb4ser.dtb from dtb-y entry
3217 - MIPS: Fix an n32 core file generation regset support regression
3218 - MIPS: BCM47XX: Fix LED inversion for WRT54GSv1
3219 - MIPS: math-emu: Fix final emulation phase for certain instructions
3220 - rt2x00usb: mark device removed when get ENOENT usb error
3221 - mm/z3fold.c: use kref to prevent page free/compact race
3222 - autofs: don't fail mount for transient error
3223 - nilfs2: fix race condition that causes file system corruption
3224 - fscrypt: lock mutex before checking for bounce page pool
3225 - eCryptfs: use after free in ecryptfs_release_messaging()
3226 - libceph: don't WARN() if user tries to add invalid key
3227 - bcache: check ca->alloc_thread initialized before wake up it
3228 - fs: guard_bio_eod() needs to consider partitions
3229 - fanotify: fix fsnotify_prepare_user_wait() failure
3230 - isofs: fix timestamps beyond 2027
3231 - btrfs: change how we decide to commit transactions during flushing
3232 - f2fs: expose some sectors to user in inline data or dentry case
3233 - NFS: Fix typo in nomigration mount option
3234 - NFS: Revert "NFS: Move the flock open mode check into nfs_flock()"
3235 - nfs: Fix ugly referral attributes
3236 - NFS: Avoid RCU usage in tracepoints
3237 - NFS: revalidate "." etc correctly on "open".
3238 - nfsd: deal with revoked delegations appropriately
3239 - rtlwifi: rtl8192ee: Fix memory leak when loading firmware
3240 - rtlwifi: fix uninitialized rtlhal->last_suspend_sec time
3241 - iwlwifi: fix firmware names for 9000 and A000 series hw
3242 - md: fix deadlock error in recent patch.
3243 - md: don't check MD_SB_CHANGE_CLEAN in md_allow_write
3244 - Bluetooth: btqcomsmd: Add support for BD address setup
3245 - md/bitmap: revert a patch
3246 - fsnotify: clean up fsnotify_prepare/finish_user_wait()
3247 - fsnotify: pin both inode and vfsmount mark
3248 - fsnotify: fix pinning group in fsnotify_prepare_user_wait()
3249 - ata: fixes kernel crash while tracing ata_eh_link_autopsy event
3250 - ext4: fix interaction between i_size, fallocate, and delalloc after a crash
3251 - ext4: prevent data corruption with inline data + DAX
3252 - ext4: prevent data corruption with journaling + DAX
3253 - ALSA: pcm: update tstamp only if audio_tstamp changed
3254 - ALSA: usb-audio: Add sanity checks to FE parser
3255 - ALSA: usb-audio: Fix potential out-of-bound access at parsing SU
3256 - ALSA: usb-audio: Add sanity checks in v2 clock parsers
3257 - ALSA: timer: Remove kernel warning at compat ioctl error paths
3258 - ALSA: hda/realtek - Fix ALC275 no sound issue
3259 - ALSA: hda: Fix too short HDMI/DP chmap reporting
3260 - ALSA: hda - Fix yet remaining issue with vmaster 0dB initialization
3261 - ALSA: hda/realtek - Fix ALC700 family no sound issue
3262 - ASoC: sun8i-codec: Invert Master / Slave condition
3263 - ASoC: sun8i-codec: Fix left and right channels inversion
3264 - ASoC: sun8i-codec: Set the BCLK divider
3265 - mfd: lpc_ich: Avoton/Rangeley uses SPI_BYT method
3266 - fix a page leak in vhost_scsi_iov_to_sgl() error recovery
3267 - 9p: Fix missing commas in mount options
3268 - fs/9p: Compare qid.path in v9fs_test_inode
3269 - net/9p: Switch to wait_event_killable()
3270 - scsi: qla2xxx: Suppress a kernel complaint in qla_init_base_qpair()
3271 - scsi: sd_zbc: Fix sd_zbc_read_zoned_characteristics()
3272 - scsi: lpfc: fix pci hot plug crash in timer management routines
3273 - scsi: lpfc: fix pci hot plug crash in list_add call
3274 - scsi: lpfc: Fix crash receiving ELS while detaching driver
3275 - scsi: lpfc: Fix FCP hba_wqidx assignment
3276 - scsi: lpfc: Fix oops if nvmet_fc_register_targetport fails
3277 - iscsi-target: Make TASK_REASSIGN use proper se_cmd->cmd_kref
3278 - iscsi-target: Fix non-immediate TMR reference leak
3279 - target: fix null pointer regression in core_tmr_drain_tmr_list
3280 - target: fix buffer offset in core_scsi3_pri_read_full_status
3281 - target: Fix QUEUE_FULL + SCSI task attribute handling
3282 - target: Fix caw_sem leak in transport_generic_request_failure
3283 - target: Fix quiese during transport_write_pending_qf endless loop
3284 - target: Avoid early CMD_T_PRE_EXECUTE failures during ABORT_TASK
3285 - mtd: Avoid probe failures when mtd->dbg.dfs_dir is invalid
3286 - mtd: nand: Export nand_reset() symbol
3287 - mtd: nand: atmel: Actually use the PM ops
3288 - mtd: nand: omap2: Fix subpage write
3289 - mtd: nand: Fix writing mtdoops to nand flash.
3290 - mtd: nand: mtk: fix infinite ECC decode IRQ issue
3291 - mailbox: bcm-flexrm-mailbox: Fix FlexRM ring flush sequence
3292 - p54: don't unregister leds when they are not initialized
3293 - block: Fix a race between blk_cleanup_queue() and timeout handling
3294 - raid1: prevent freeze_array/wait_all_barriers deadlock
3295 - genirq: Track whether the trigger type has been set
3296 - irqchip/gic-v3: Fix ppi-partitions lookup
3297 - lockd: double unregister of inetaddr notifiers
3298 - KVM: PPC: Book3S HV: Don't call real-mode XICS hypercall handlers if not
3299 enabled
3300 - KVM: nVMX: set IDTR and GDTR limits when loading L1 host state
3301 - KVM: SVM: obey guest PAT
3302 - kvm: vmx: Reinstate support for CPUs without virtual NMI
3303 - dax: fix PMD faults on zero-length files
3304 - dax: fix general protection fault in dax_alloc_inode
3305 - SUNRPC: Fix tracepoint storage issues with svc_recv and svc_rqst_status
3306 - clk: ti: dra7-atl-clock: fix child-node lookups
3307 - libnvdimm, dimm: clear 'locked' status on successful DIMM enable
3308 - libnvdimm, pfn: make 'resource' attribute only readable by root
3309 - libnvdimm, namespace: fix label initialization to use valid seq numbers
3310 - libnvdimm, region : make 'resource' attribute only readable by root
3311 - libnvdimm, namespace: make 'resource' attribute only readable by root
3312 - svcrdma: Preserve CB send buffer across retransmits
3313 - IB/srpt: Do not accept invalid initiator port names
3314 - IB/cm: Fix memory corruption in handling CM request
3315 - IB/hfi1: Fix incorrect available receive user context count
3316 - IB/srp: Avoid that a cable pull can trigger a kernel crash
3317 - IB/core: Avoid crash on pkey enforcement failed in received MADs
3318 - IB/core: Only maintain real QPs in the security lists
3319 - NFC: fix device-allocation error return
3320 - spi-nor: intel-spi: Fix broken software sequencing codes
3321 - i40e: Use smp_rmb rather than read_barrier_depends
3322 - igb: Use smp_rmb rather than read_barrier_depends
3323 - igbvf: Use smp_rmb rather than read_barrier_depends
3324 - ixgbevf: Use smp_rmb rather than read_barrier_depends
3325 - i40evf: Use smp_rmb rather than read_barrier_depends
3326 - fm10k: Use smp_rmb rather than read_barrier_depends
3327 - ixgbe: Fix skb list corruption on Power systems
3328 - parisc: Fix validity check of pointer size argument in new CAS
3329 implementation
3330 - powerpc: Fix boot on BOOK3S_32 with CONFIG_STRICT_KERNEL_RWX
3331 - powerpc/mm/radix: Fix crashes on Power9 DD1 with radix MMU and STRICT_RWX
3332 - powerpc/perf/imc: Use cpu_to_node() not topology_physical_package_id()
3333 - powerpc/signal: Properly handle return value from uprobe_deny_signal()
3334 - powerpc/64s: Fix masking of SRR1 bits on instruction fault
3335 - powerpc/64s/radix: Fix 128TB-512TB virtual address boundary case allocation
3336 - powerpc/64s/hash: Fix 512T hint detection to use >= 128T
3337 - powerpc/64s/hash: Fix 128TB-512TB virtual address boundary case allocation
3338 - powerpc/64s/hash: Fix fork() with 512TB process address space
3339 - powerpc/64s/hash: Allow MAP_FIXED allocations to cross 128TB boundary
3340 - media: Don't do DMA on stack for firmware upload in the AS102 driver
3341 - media: rc: check for integer overflow
3342 - media: rc: nec decoder should not send both repeat and keycode
3343 - cx231xx-cards: fix NULL-deref on missing association descriptor
3344 - media: v4l2-ctrl: Fix flags field on Control events
3345 - media: venus: fix wrong size on dma_free
3346 - media: venus: venc: fix bytesused v4l2_plane field
3347 - media: venus: reimplement decoder stop command
3348 - ARM64: dts: meson-gxl: Add alternate ARM Trusted Firmware reserved memory
3349 zone
3350 - iwlwifi: fix wrong struct for a000 device
3351 - iwlwifi: add a new a000 device
3352 - iwlwifi: pcie: sort IDs for the 9000 series for easier comparisons
3353 - iwlwifi: add new cards for a000 series
3354 - iwlwifi: add new cards for 8265 series
3355 - iwlwifi: add new cards for 8260 series
3356 - iwlwifi: fix PCI IDs and configuration mapping for 9000 series
3357 - iwlwifi: mvm: support version 7 of the SCAN_REQ_UMAC FW command
3358 - e1000e: Fix error path in link detection
3359 - e1000e: Fix return value test
3360 - e1000e: Separate signaling for link check/link up
3361 - e1000e: Avoid receiver overrun interrupt bursts
3362 - e1000e: fix buffer overrun while the I219 is processing DMA transactions
3363 - Linux 4.14.3
3364
3365 * Miscellaneous Ubuntu changes
3366 - SAUCE: s390/topology: don't inline cpu_to_node
3367 - SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to 0.7.3-1ubuntu1
3368
3369 -- Seth Forshee <seth.forshee@canonical.com> Mon, 04 Dec 2017 09:08:07 -0600
3370
3371 linux (4.14.0-10.12) bionic; urgency=low
3372
3373 * linux: 4.14.0-10.12 -proposed tracker (LP: #1734901)
3374
3375 * Miscellaneous Ubuntu changes
3376 - SAUCE: Enable the ACPI kernel debugger and acpidbg tool
3377 - [Packaging] Include arch/arm64/kernel/ftrace-mod.o in headers package
3378
3379 -- Seth Forshee <seth.forshee@canonical.com> Tue, 28 Nov 2017 08:46:49 -0600
3380
3381 linux (4.14.0-9.11) bionic; urgency=low
3382
3383 * linux: 4.14.0-9.11 -proposed tracker (LP: #1734728)
3384
3385 * Miscellaneous Ubuntu changes
3386 - Revert "UBUNTU: SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to
3387 0.7.3-1ubuntu1"
3388
3389 -- Seth Forshee <seth.forshee@canonical.com> Mon, 27 Nov 2017 12:44:48 -0600
3390
3391 linux (4.14.0-8.10) bionic; urgency=low
3392
3393 * linux: 4.14.0-8.10 -proposed tracker (LP: #1734695)
3394
3395 * Bionic update to v4.14.2 stable release (LP: #1734694)
3396 - bio: ensure __bio_clone_fast copies bi_partno
3397 - af_netlink: ensure that NLMSG_DONE never fails in dumps
3398 - vxlan: fix the issue that neigh proxy blocks all icmpv6 packets
3399 - net: cdc_ncm: GetNtbFormat endian fix
3400 - fealnx: Fix building error on MIPS
3401 - net/sctp: Always set scope_id in sctp_inet6_skb_msgname
3402 - ima: do not update security.ima if appraisal status is not INTEGRITY_PASS
3403 - serial: omap: Fix EFR write on RTS deassertion
3404 - serial: 8250_fintek: Fix finding base_port with activated SuperIO
3405 - tpm-dev-common: Reject too short writes
3406 - rcu: Fix up pending cbs check in rcu_prepare_for_idle
3407 - mm/pagewalk.c: report holes in hugetlb ranges
3408 - ocfs2: fix cluster hang after a node dies
3409 - ocfs2: should wait dio before inode lock in ocfs2_setattr()
3410 - ipmi: fix unsigned long underflow
3411 - mm/page_alloc.c: broken deferred calculation
3412 - mm/page_ext.c: check if page_ext is not prepared
3413 - coda: fix 'kernel memory exposure attempt' in fsync
3414 - ipmi: Prefer ACPI system interfaces over SMBIOS ones
3415 - Linux 4.14.2
3416
3417 * Bionic update to v4.14.1 stable release (LP: #1734693)
3418 - EDAC, sb_edac: Don't create a second memory controller if HA1 is not present
3419 - dmaengine: dmatest: warn user when dma test times out
3420 - media: imon: Fix null-ptr-deref in imon_probe
3421 - media: dib0700: fix invalid dvb_detach argument
3422 - crypto: dh - Fix double free of ctx->p
3423 - crypto: dh - Don't permit 'p' to be 0
3424 - crypto: dh - Don't permit 'key' or 'g' size longer than 'p'
3425 - crypto: brcm - Explicity ACK mailbox message
3426 - USB: early: Use new USB product ID and strings for DbC device
3427 - USB: usbfs: compute urb->actual_length for isochronous
3428 - USB: Add delay-init quirk for Corsair K70 LUX keyboards
3429 - usb: gadget: f_fs: Fix use-after-free in ffs_free_inst
3430 - USB: serial: metro-usb: stop I/O after failed open
3431 - USB: serial: Change DbC debug device binding ID
3432 - USB: serial: qcserial: add pid/vid for Sierra Wireless EM7355 fw update
3433 - USB: serial: garmin_gps: fix I/O after failed probe and remove
3434 - USB: serial: garmin_gps: fix memory leak on probe errors
3435 - selftests/x86/protection_keys: Fix syscall NR redefinition warnings
3436 - x86/MCE/AMD: Always give panic severity for UC errors in kernel context
3437 - platform/x86: peaq-wmi: Add DMI check before binding to the WMI interface
3438 - platform/x86: peaq_wmi: Fix missing terminating entry for peaq_dmi_table
3439 - HID: cp2112: add HIDRAW dependency
3440 - HID: wacom: generic: Recognize WACOM_HID_WD_PEN as a type of pen collection
3441 - rpmsg: glink: Add missing MODULE_LICENSE
3442 - staging: wilc1000: Fix bssid buffer offset in Txq
3443 - staging: sm750fb: Fix parameter mistake in poke32
3444 - staging: ccree: fix 64 bit scatter/gather DMA ops
3445 - staging: greybus: spilib: fix use-after-free after deregistration
3446 - staging: rtl8188eu: Revert 4 commits breaking ARP
3447 - spi: fix use-after-free at controller deregistration
3448 - sparc32: Add cmpxchg64().
3449 - sparc64: mmu_context: Add missing include files
3450 - sparc64: Fix page table walk for PUD hugepages
3451 - Linux 4.14.1
3452
3453 * Set PANIC_TIMEOUT=10 on Power Systems (LP: #1730660)
3454 - [Config]: Set PANIC_TIMEOUT=10 on ppc64el
3455
3456 * enable CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH easily confuse users
3457 (LP: #1732627)
3458 - [Config] CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH=n
3459
3460 * Miscellaneous Ubuntu changes
3461 - SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to 0.7.3-1ubuntu1
3462
3463 -- Seth Forshee <seth.forshee@canonical.com> Mon, 27 Nov 2017 07:43:44 -0600
3464
3465 linux (4.14.0-7.9) bionic; urgency=low
3466
3467 * Miscellaneous Ubuntu changes
3468 - SAUCE: apparmor: add base infastructure for socket mediation
3469 - SAUCE: apparmor: af_unix mediation
3470 - SAUCE: LSM stacking: procfs: add smack subdir to attrs
3471 - SAUCE: LSM stacking: LSM: manage credential security blobs
3472 - SAUCE: LSM stacking: LSM: Manage file security blobs
3473 - SAUCE: LSM stacking: LSM: manage task security blobs
3474 - SAUCE: LSM stacking: LSM: Infrastructure management of the remaining blobs
3475 - SAUCE: LSM stacking: LSM: general but not extreme module stacking
3476 - SAUCE: LSM stacking: LSM: Complete task_alloc hook
3477 - SAUCE: LSM stacking: fixup procsfs: add smack subdir to attrs
3478 - SAUCE: LSM stacking: fixup initialize task->security
3479 - SAUCE: LSM stacking: fixup: alloc_task_ctx is dead code
3480 - SAUCE: LSM stacking: add support for stacking getpeersec_stream
3481 - SAUCE: LSM stacking: add stacking support to apparmor network hooks
3482 - SAUCE: LSM stacking: fixup apparmor stacking enablement
3483 - SAUCE: LSM stacking: fixup stacking kconfig
3484 - SAUCE: LSM stacking: allow selecting multiple LSMs using kernel boot params
3485 - SAUCE: LSM stacking: provide prctl interface for setting context
3486 - SAUCE: LSM stacking: inherit current display LSM
3487 - SAUCE: LSM stacking: keep an index for each registered LSM
3488 - SAUCE: LSM stacking: verify display LSM
3489 - SAUCE: LSM stacking: provide a way to specify the default display lsm
3490 - SAUCE: LSM stacking: make sure LSM blob align on 64 bit boundaries
3491 - SAUCE: LSM stacking: add /proc/<pid>/attr/display_lsm
3492 - SAUCE: LSM stacking: add Kconfig to set default display LSM
3493 - SAUCE: LSM stacking: add configs for LSM stacking
3494 - SAUCE: LSM stacking: check for invalid zero sized writes
3495 - [Config] Run updateconfigs after merging LSM stacking
3496 - [Config] CONFIG_AMD_MEM_ENCRYPT=y
3497
3498 [ Upstream Kernel Changes ]
3499
3500 * Rebase to v4.14
3501
3502 -- Seth Forshee <seth.forshee@canonical.com> Mon, 13 Nov 2017 08:12:08 -0600
3503
3504 linux (4.14.0-6.8) bionic; urgency=low
3505
3506 * Miscellaneous Ubuntu changes
3507 - SAUCE: add workarounds to enable ZFS for 4.14
3508
3509 [ Upstream Kernel Changes ]
3510
3511 * Rebase to v4.14-rc8
3512
3513 -- Seth Forshee <seth.forshee@canonical.com> Mon, 06 Nov 2017 11:39:00 -0600
3514
3515 linux (4.14.0-5.7) bionic; urgency=low
3516
3517 * Miscellaneous Ubuntu changes
3518 - [Debian] Fix invocation of dh_prep for dbgsym packages
3519
3520 -- Seth Forshee <seth.forshee@canonical.com> Tue, 31 Oct 2017 07:07:23 -0500
3521
3522 linux (4.14.0-4.5) bionic; urgency=low
3523
3524 * Miscellaneous Ubuntu changes
3525 - [Packaging] virtualbox -- reduce in kernel module versions
3526 - vbox-update: Fix up KERN_DIR definitions
3527 - ubuntu: vbox -- update to 5.2.0-dfsg-2
3528 - [Config] CONFIG_AMD_MEM_ENCRYPT=n
3529
3530 [ Upstream Kernel Changes ]
3531
3532 * Rebase to v4.14-rc7
3533
3534 -- Seth Forshee <seth.forshee@canonical.com> Mon, 30 Oct 2017 13:29:20 -0500
3535
3536 linux (4.14.0-3.4) artful; urgency=low
3537
3538 * Touchpad and TrackPoint Dose Not Work on Lenovo X1C6 and X280 (LP: #1723986)
3539 - SAUCE: Input: synaptics-rmi4 - RMI4 can also use SMBUS version 3
3540 - SAUCE: Input: synaptics - Lenovo X1 Carbon 5 should use SMBUS/RMI
3541 - SAUCE: Input: synaptics - add Intertouch support on X1 Carbon 6th and X280
3542
3543 * powerpc/64s: Add workaround for P9 vector CI load issuenext (LP: #1721070)
3544 - powerpc/64s: Add workaround for P9 vector CI load issue
3545
3546 * Miscellaneous Ubuntu changes
3547 - SAUCE: staging: vboxvideo: Fix reporting invalid suggested-offset-properties
3548 - [Config] CONFIG_DRM_VBOXVIDEO=m
3549 - SAUCE: Import aufs driver
3550 - [Config] Enable aufs
3551 - [Config] Reorder annotations file after enabling aufs
3552 - vbox-update: Disable imported vboxvideo module
3553 - ubuntu: vbox -- update to 5.1.30-dfsg-1
3554 - Enable vbox
3555 - hio: Use correct sizes when initializing ssd_index_bits* arrays
3556 - hio: Update io stat accounting for 4.14
3557 - Enable hio
3558
3559 [ Upstream Kernel Changes ]
3560
3561 * Rebase to v4.14-rc5
3562 * Rebase to v4.14-rc6
3563
3564 -- Seth Forshee <seth.forshee@canonical.com> Mon, 23 Oct 2017 13:53:52 -0500
3565
3566 linux (4.14.0-2.3) artful; urgency=low
3567
3568 * [Bug] USB controller failed to respond on Denverton after loading
3569 intel_th_pci module (LP: #1715833)
3570 - SAUCE: PCI: Disable broken RTIT_BAR of Intel TH
3571
3572 * CONFIG_DEBUG_FS is not enabled by "make zfcpdump_defconfig" with Ubuntu
3573 17.10 (kernel 4.13) (LP: #1719290)
3574 - SAUCE: s390: update zfcpdump_defconfig
3575
3576 * Add installer support for Broadcom BCM573xx network drivers. (LP: #1720466)
3577 - d-i: Add bnxt_en to nic-modules.
3578
3579 * Miscellaneous Ubuntu changes
3580 - [Config] Update annotations for 4.14-rc2
3581
3582 [ Upstream Kernel Changes ]
3583
3584 * Rebase to v4.14-rc3
3585 * Rebase to v4.14-rc4
3586
3587 -- Seth Forshee <seth.forshee@canonical.com> Wed, 11 Oct 2017 16:04:27 -0500
3588
3589 linux (4.14.0-1.2) artful; urgency=low
3590
3591 * [Bug] USB 3.1 Gen2 works as 5Gbps (LP: #1720045)
3592 - xhci: set missing SuperSpeedPlus Link Protocol bit in roothub descriptor
3593
3594 * Please make linux-libc-dev Provide: aufs-dev (LP: #1716091)
3595 - [Packaging] Add aufs-dev to the Provides: for linux-libc-dev
3596
3597 * Upgrade to 4.13.0-11.12 in artful amd64 VM breaks display on wayland
3598 (LP: #1718679)
3599 - [Config] CONFIG_DRM_VBOXVIDEO=n
3600
3601 * ipmmu-vmsa driver breaks arm64 boots (LP: #1718734)
3602 - [Config] Disable CONFIG_IPMMU_VMSA on arm64
3603
3604 * autopkgtest profile fails to build on armhf (LP: #1717920)
3605 - [Packaging] autopkgtest -- disable d-i when dropping flavours
3606
3607 * Miscellaneous Ubuntu changes
3608 - [Config] CONFIG_I2C_XLP9XX=m
3609 - [Packaging] Use SRCPKGNAME rather than hard-coding the source package name
3610
3611 [ Upstream Kernel Changes ]
3612
3613 * Rebase to v4.14-rc2
3614
3615 -- Seth Forshee <seth.forshee@canonical.com> Fri, 29 Sep 2017 09:09:11 -0400
3616
3617 linux (4.14.0-0.1) artful; urgency=low
3618
3619 * Miscellaneous Ubuntu changes
3620 - Disable vbox build
3621 - Disable hio build
3622 - Disable zfs build
3623
3624 [ Upstream Kernel Changes ]
3625
3626 * Rebase to v4.14-rc1
3627
3628 -- Seth Forshee <seth.forshee@canonical.com> Tue, 19 Sep 2017 20:22:29 -0500
3629
3630 linux (4.13.0-11.12) artful; urgency=low
3631
3632 * linux: 4.13.0-11.12 -proposed tracker (LP: #1716699)
3633
3634 * kernel panic -not syncing: Fatal exception: panic_on_oops (LP: #1708399)
3635 - s390/mm: fix local TLB flushing vs. detach of an mm address space
3636 - s390/mm: fix race on mm->context.flush_mm
3637
3638 * CVE-2017-1000251
3639 - Bluetooth: Properly check L2CAP config option output buffer length
3640
3641 -- Seth Forshee <seth.forshee@canonical.com> Tue, 12 Sep 2017 10:18:38 -0500
3642
3643 linux (4.13.0-10.11) artful; urgency=low
3644
3645 * linux: 4.13.0-10.11 -proposed tracker (LP: #1716287)
3646
3647 * please add aufs-dkms to the Provides: for the kernel packages (LP: #1716093)
3648 - [Packaging] Add aufs-dkms to the Provides: for kernel packages
3649
3650 * Artful update to v4.13.1 stable release (LP: #1716284)
3651 - usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard
3652 - USB: serial: option: add support for D-Link DWM-157 C1
3653 - usb: Add device quirk for Logitech HD Pro Webcam C920-C
3654 - usb:xhci:Fix regression when ATI chipsets detected
3655 - USB: musb: fix external abort on suspend
3656 - ANDROID: binder: add padding to binder_fd_array_object.
3657 - ANDROID: binder: add hwbinder,vndbinder to BINDER_DEVICES.
3658 - USB: core: Avoid race of async_completed() w/ usbdev_release()
3659 - staging/rts5208: fix incorrect shift to extract upper nybble
3660 - staging: ccree: save ciphertext for CTS IV
3661 - staging: fsl-dpaa2/eth: fix off-by-one FD ctrl bitmaks
3662 - iio: adc: ti-ads1015: fix incorrect data rate setting update
3663 - iio: adc: ti-ads1015: fix scale information for ADS1115
3664 - iio: adc: ti-ads1015: enable conversion when CONFIG_PM is not set
3665 - iio: adc: ti-ads1015: avoid getting stale result after runtime resume
3666 - iio: adc: ti-ads1015: don't return invalid value from buffer setup callbacks
3667 - iio: adc: ti-ads1015: add adequate wait time to get correct conversion
3668 - driver core: bus: Fix a potential double free
3669 - HID: wacom: Do not completely map WACOM_HID_WD_TOUCHRINGSTATUS usage
3670 - binder: free memory on error
3671 - crypto: caam/qi - fix compilation with CONFIG_DEBUG_FORCE_WEAK_PER_CPU=y
3672 - crypto: caam/qi - fix compilation with DEBUG enabled
3673 - thunderbolt: Fix reset response_type
3674 - fpga: altera-hps2fpga: fix multiple init of l3_remap_lock
3675 - intel_th: pci: Add Cannon Lake PCH-H support
3676 - intel_th: pci: Add Cannon Lake PCH-LP support
3677 - ath10k: fix memory leak in rx ring buffer allocation
3678 - drm/vgem: Pin our pages for dmabuf exports
3679 - drm/ttm: Fix accounting error when fail to get pages for pool
3680 - drm/dp/mst: Handle errors from drm_atomic_get_private_obj_state() correctly
3681 - rtlwifi: rtl_pci_probe: Fix fail path of _rtl_pci_find_adapter
3682 - Bluetooth: Add support of 13d3:3494 RTL8723BE device
3683 - iwlwifi: pci: add new PCI ID for 7265D
3684 - dlm: avoid double-free on error path in dlm_device_{register,unregister}
3685 - mwifiex: correct channel stat buffer overflows
3686 - MCB: add support for SC31 to mcb-lpc
3687 - s390/mm: avoid empty zero pages for KVM guests to avoid postcopy hangs
3688 - drm/nouveau/pci/msi: disable MSI on big-endian platforms by default
3689 - drm/nouveau: Fix error handling in nv50_disp_atomic_commit
3690 - workqueue: Fix flag collision
3691 - ahci: don't use MSI for devices with the silly Intel NVMe remapping scheme
3692 - cs5536: add support for IDE controller variant
3693 - scsi: sg: protect against races between mmap() and SG_SET_RESERVED_SIZE
3694 - scsi: sg: recheck MMAP_IO request length with lock held
3695 - of/device: Prevent buffer overflow in of_device_modalias()
3696 - rtlwifi: Fix memory leak when firmware request fails
3697 - rtlwifi: Fix fallback firmware loading
3698 - Linux 4.13.1
3699
3700 * Kernel has trouble recognizing Corsair Strafe RGB keyboard (LP: #1678477)
3701 - usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard
3702
3703 * SRIOV: warning if unload VFs (LP: #1715073)
3704 - PCI: Disable VF decoding before pcibios_sriov_disable() updates resources
3705
3706 * [Patch] network-i40e:NVM bug fixes (cherrypick from 4.14) (LP: #1715578)
3707 - i40e: avoid NVM acquire deadlock during NVM update
3708 - i40e: point wb_desc at the nvm_wb_desc during i40e_read_nvm_aq
3709
3710 * [P9,POwer NV] Perf PMU event : pm_br_2path and pm_ld_miss_l1 is counted
3711 twice when perf stat is done (perf:) (LP: #1714571)
3712 - perf vendor events powerpc: Remove duplicate events
3713
3714 * Unable to install Ubuntu on the NVMe disk under VMD PCI domain
3715 (LP: #1703339)
3716 - [Config] Include vmd in storage-core-modules udeb
3717
3718 * 17.10 fails to boot on POWER9 DD2.0 with Deep stop states (LP: #1715064)
3719 - powerpc/powernv: Save/Restore additional SPRs for stop4 cpuidle
3720 - powerpc/powernv: Clear PECE1 in LPCR via stop-api only on Hotplug
3721 - SAUCE: powerpc/powernv: Clear LPCR[PECE1] via stop-api only for deep state
3722 offline
3723
3724 * Miscellaneous Ubuntu changes
3725 - SAUCE: selftests/seccomp: Support glibc 2.26 siginfo_t.h
3726 - Revert "UBUNTU: SAUCE: Import aufs driver"
3727 - SAUCE: Import aufs driver
3728
3729 -- Seth Forshee <seth.forshee@canonical.com> Sun, 10 Sep 2017 17:48:59 -0500
3730
3731 linux (4.13.0-9.10) artful; urgency=low
3732
3733 * linux: 4.13.0-9.10 -proposed tracker (LP: #1715145)
3734
3735 * EDAC sbridge: Failed to register device with error -22. (LP: #1714112)
3736 - [Config] CONFIG_EDAC_GHES=n
3737
3738 * Miscellaneous Ubuntu changes
3739 - ubuntu: vbox -- update to 5.1.26-dfsg-2
3740
3741 [ Upstream Kernel Changes ]
3742
3743 * Rebase to v4.13
3744
3745 -- Seth Forshee <seth.forshee@canonical.com> Tue, 05 Sep 2017 07:51:19 -0500
3746
3747 linux (4.13.0-8.9) artful; urgency=low
3748
3749 * snapd 2.27.3+17.10 ADT test failure with linux 4.13.0-6.7 (LP: #1713103)
3750 - SAUCE: apparmor: fix apparmorfs DAC access, permissions
3751
3752 * enable ARCH_SUNXI (and friends) in arm64 kernel .config (LP: #1701137)
3753 - [Config] Enable CONFIG_ARCH_SUNXI and related options for arm64
3754
3755 * [Bug] Harrisonville: pnd2_edac always fail to load on B1 stepping
3756 Harrisonville SDP (LP: #1709257)
3757 - EDAC, pnd2: Build in a minimal sideband driver for Apollo Lake
3758 - EDAC, pnd2: Mask off the lower four bits of a BAR
3759 - EDAC, pnd2: Conditionally unhide/hide the P2SB PCI device to read BAR
3760 - EDAC, pnd2: Properly toggle hidden state for P2SB PCI device
3761 - SAUCE: i2c: i801: Restore the presence state of P2SB PCI device after
3762 reading BAR
3763
3764 * Miscellaneous Ubuntu changes
3765 - Revert "UBUNTU: SAUCE: Import aufs driver"
3766 - SAUCE: Import aufs driver
3767 - SAUCE: selftests/powerpc: Disable some ptrace selftests
3768 - [Config] CONFIG_CRYPTO_DEV_NITROX_CNN55XX=n for s390x
3769 - [Config] CONFIG_I2C_SLAVE=n for amd64, i386, ppc64el
3770 - [Config] Disable CONFIG_MDIO_* options for s390x
3771 - [Config] CONFIG_SCSI_MQ_DEFAULT=n for s390x
3772 - [Config] Update annotations for 4.13
3773
3774 -- Seth Forshee <seth.forshee@canonical.com> Thu, 31 Aug 2017 14:27:09 -0500
3775
3776 linux (4.13.0-7.8) artful; urgency=low
3777
3778 * linux 4.12.0-11.12 ADT test failure with linux 4.12.0-11.12 (LP: #1710904)
3779 - SAUCE: selftests/powerpc: Use snprintf to construct DSCR sysfs interface
3780 paths
3781
3782 * Miscellaneous Ubuntu changes
3783 - Revert "UBUNTU: SAUCE: seccomp: log actions even when audit is disabled"
3784
3785 * Miscellaneous upstream changes
3786 - seccomp: Provide matching filter for introspection
3787 - seccomp: Sysctl to display available actions
3788 - seccomp: Operation for checking if an action is available
3789 - seccomp: Sysctl to configure actions that are allowed to be logged
3790 - seccomp: Selftest for detection of filter flag support
3791 - seccomp: Filter flag to log all actions except SECCOMP_RET_ALLOW
3792 - seccomp: Action to log before allowing
3793
3794 [ Upstream Kernel Changes ]
3795
3796 * Rebase to v4.13-rc7
3797
3798 -- Seth Forshee <seth.forshee@canonical.com> Mon, 28 Aug 2017 08:12:24 -0500
3799
3800 linux (4.13.0-6.7) artful; urgency=low
3801
3802 * HID: multitouch: Support ALPS PTP Stick and Touchpad devices (LP: #1712481)
3803 - SAUCE: HID: multitouch: Support ALPS PTP stick with pid 0x120A
3804
3805 * sort ABI files with C.UTF-8 locale (LP: #1712345)
3806 - [Packaging] sort ABI files with C.UTF-8 locale
3807
3808 * igb: Support using Broadcom 54616 as PHY (LP: #1712024)
3809 - SAUCE: igb: add support for using Broadcom 54616 as PHY
3810
3811 * RPT related fixes missing in Ubuntu 16.04.3 (LP: #1709220)
3812 - powerpc/mm/radix: Improve _tlbiel_pid to be usable for PWC flushes
3813 - powerpc/mm/radix: Improve TLB/PWC flushes
3814 - powerpc/mm/radix: Avoid flushing the PWC on every flush_tlb_range
3815
3816 * Linux 4.12 refuses to load self-signed modules under Secure Boot with
3817 properly enrolled keys (LP: #1712168)
3818 - SAUCE: (efi-lockdown) MODSIGN: Fix module signature verification
3819
3820 * [17.10 FEAT] Enable NVMe driver - kernel (LP: #1708432)
3821 - [Config] CONFIG_BLK_DEV_NVME=m for s390
3822
3823 * Artful: 4.12.0-11.12: Boot panic in vlv2_plat_configure_clock+0x3b/0xa0
3824 (LP: #1711298)
3825 - [Config] CONFIG_INTEL_ATOMISP=n
3826
3827 * Miscellaneous Ubuntu changes
3828 - SAUCE: apparmor: af_unix mediation
3829
3830 * Miscellaneous upstream changes
3831 - apparmor: Fix shadowed local variable in unpack_trans_table()
3832 - apparmor: Fix logical error in verify_header()
3833 - apparmor: Fix an error code in aafs_create()
3834 - apparmor: Redundant condition: prev_ns. in [label.c:1498]
3835 - apparmor: add the ability to mediate signals
3836 - apparmor: add mount mediation
3837 - apparmor: cleanup conditional check for label in label_print
3838 - apparmor: add support for absolute root view based labels
3839 - apparmor: make policy_unpack able to audit different info messages
3840 - apparmor: add more debug asserts to apparmorfs
3841 - apparmor: add base infastructure for socket mediation
3842 - apparmor: move new_null_profile to after profile lookup fns()
3843 - apparmor: fix race condition in null profile creation
3844 - apparmor: ensure unconfined profiles have dfas initialized
3845 - apparmor: fix incorrect type assignment when freeing proxies
3846
3847 [ Upstream Kernel Changes ]
3848
3849 * Rebase to v4.13-rc6
3850
3851 -- Seth Forshee <seth.forshee@canonical.com> Wed, 23 Aug 2017 08:10:38 -0500
3852
3853 linux (4.13.0-5.6) artful; urgency=low
3854
3855 * Ubuntu17.10 - perf: Update Power9 PMU event JSON files (LP: #1708630)
3856 - perf pmu-events: Support additional POWER8+ PVR in mapfile
3857 - perf vendor events: Add POWER9 PMU events
3858 - perf vendor events: Add POWER9 PVRs to mapfile
3859 - SAUCE: perf vendor events powerpc: remove suffix in mapfile
3860 - SAUCE: perf vendor events powerpc: Update POWER9 events
3861
3862 * Disable CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE (LP: #1709171)
3863 - [Config] CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE=n for ppc64el
3864
3865 * Please only recommend or suggest initramfs-tools | linux-initramfs-tool for
3866 kernels able to boot without initramfs (LP: #1700972)
3867 - [Debian] Don't depend on initramfs-tools
3868
3869 * Miscellaneous Ubuntu changes
3870 - SAUCE: Import aufs driver
3871 - SAUCE: aufs -- Add missing argument to loop_switch() call
3872 - [Config] Enable aufs
3873 - SAUCE: (noup) Update spl to 0.6.5.11-ubuntu1, zfs to 0.6.5.11-1ubuntu3
3874 - Enable zfs build
3875 - SAUCE: powerpc: Always initialize input array when calling epapr_hypercall()
3876 - [Packaging] switch up to debhelper 9
3877
3878 [ Upstream Kernel Changes ]
3879
3880 * Rebase to v4.13-rc5
3881
3882 -- Seth Forshee <seth.forshee@canonical.com> Tue, 15 Aug 2017 09:24:16 -0500
3883
3884 linux (4.13.0-4.5) artful; urgency=low
3885
3886 * Lenovo Yoga 910 Sensors (LP: #1708120)
3887 - SAUCE: (no-up) HID: Add quirk for Lenovo Yoga 910 with ITE Chips
3888
3889 * Unable to install Ubuntu on the NVMe disk under VMD PCI domain
3890 (LP: #1703339)
3891 - [Config] Add vmd driver to generic inclusion list
3892
3893 * Set CONFIG_SATA_HIGHBANK=y on armhf (LP: #1703430)
3894 - [Config] CONFIG_SATA_HIGHBANK=y
3895
3896 * Miscellaneous Ubuntu changes
3897 - ubuntu: vbox -- update to 5.1.26-dfsg-1
3898 - SAUCE: hio: Build fixes for 4.13
3899 - Enable hio build
3900 - SAUCE: (noup) Update spl to 0.6.5.11-1, zfs to 0.6.5.11-1ubuntu1
3901 - [debian] use all rather than amd64 dkms debs for sync
3902
3903 [ Upstream Kernel Changes ]
3904
3905 * Rebase to v4.13-rc4
3906
3907 -- Seth Forshee <seth.forshee@canonical.com> Tue, 08 Aug 2017 11:31:48 -0500
3908
3909 linux (4.13.0-3.4) artful; urgency=low
3910
3911 * Adt tests of src:linux time out often on armhf lxc containers (LP: #1705495)
3912 - [Packaging] tests -- reduce rebuild test to one flavour
3913 - [Packaging] tests -- reduce rebuild test to one flavour -- use filter
3914
3915 * snapd 2.26.8+17.10 ADT test failure with linux 4.12.0-6.7 (LP: #1704158)
3916 - SAUCE: virtio_net: Revert mergeable buffer handling rework
3917
3918 [ Upstream Kernel Changes ]
3919
3920 * Rebase to v4.13-rc3
3921
3922 -- Seth Forshee <seth.forshee@canonical.com> Mon, 31 Jul 2017 10:08:16 -0500
3923
3924 linux (4.13.0-2.3) artful; urgency=low
3925
3926 * Change CONFIG_IBMVETH to module (LP: #1704479)
3927 - [Config] CONFIG_IBMVETH=m
3928
3929 [ Upstream Kernel Changes ]
3930
3931 * Rebase to v4.13-rc2
3932
3933 -- Seth Forshee <seth.forshee@canonical.com> Mon, 24 Jul 2017 13:58:08 -0500
3934
3935 linux (4.13.0-1.2) artful; urgency=low
3936
3937 * Miscellaneous Ubuntu changes
3938 - [Debian] Support sphinx-based kernel documentation
3939
3940 -- Seth Forshee <seth.forshee@canonical.com> Thu, 20 Jul 2017 09:18:33 -0500
3941
3942 linux (4.13.0-0.1) artful; urgency=low
3943
3944 * Miscellaneous Ubuntu changes
3945 - Disable hio
3946 - Disable zfs build
3947 - ubuntu: vbox -- update to 5.1.24-dfsg-1
3948
3949 [ Upstream Kernel Changes ]
3950
3951 * Rebase to v4.13-rc1
3952
3953 -- Seth Forshee <seth.forshee@canonical.com> Wed, 19 Jul 2017 15:09:31 -0500
3954
3955 linux (4.12.0-7.8) artful; urgency=low
3956
3957 * ThunderX: soft lockup on 4.8+ kernels when running qemu-efi with vhost=on
3958 (LP: #1673564)
3959 - arm64: Add a facility to turn an ESR syndrome into a sysreg encoding
3960 - KVM: arm/arm64: vgic-v3: Add accessors for the ICH_APxRn_EL2 registers
3961 - KVM: arm64: Make kvm_condition_valid32() accessible from EL2
3962 - KVM: arm64: vgic-v3: Add hook to handle guest GICv3 sysreg accesses at EL2
3963 - KVM: arm64: vgic-v3: Add ICV_BPR1_EL1 handler
3964 - KVM: arm64: vgic-v3: Add ICV_IGRPEN1_EL1 handler
3965 - KVM: arm64: vgic-v3: Add ICV_IAR1_EL1 handler
3966 - KVM: arm64: vgic-v3: Add ICV_EOIR1_EL1 handler
3967 - KVM: arm64: vgic-v3: Add ICV_AP1Rn_EL1 handler
3968 - KVM: arm64: vgic-v3: Add ICV_HPPIR1_EL1 handler
3969 - KVM: arm64: vgic-v3: Enable trapping of Group-1 system registers
3970 - KVM: arm64: Enable GICv3 Group-1 sysreg trapping via command-line
3971 - KVM: arm64: vgic-v3: Add ICV_BPR0_EL1 handler
3972 - KVM: arm64: vgic-v3: Add ICV_IGNREN0_EL1 handler
3973 - KVM: arm64: vgic-v3: Add misc Group-0 handlers
3974 - KVM: arm64: vgic-v3: Enable trapping of Group-0 system registers
3975 - KVM: arm64: Enable GICv3 Group-0 sysreg trapping via command-line
3976 - arm64: Add MIDR values for Cavium cn83XX SoCs
3977 - arm64: Add workaround for Cavium Thunder erratum 30115
3978 - KVM: arm64: vgic-v3: Add ICV_DIR_EL1 handler
3979 - KVM: arm64: vgic-v3: Add ICV_RPR_EL1 handler
3980 - KVM: arm64: vgic-v3: Add ICV_CTLR_EL1 handler
3981 - KVM: arm64: vgic-v3: Add ICV_PMR_EL1 handler
3982 - KVM: arm64: Enable GICv3 common sysreg trapping via command-line
3983 - KVM: arm64: vgic-v3: Log which GICv3 system registers are trapped
3984 - KVM: arm64: Log an error if trapping a read-from-write-only GICv3 access
3985 - KVM: arm64: Log an error if trapping a write-to-read-only GICv3 access
3986
3987 * hns: under heavy load, NIC may fail and require reboot (LP: #1704146)
3988 - net: hns: Bugfix for Tx timeout handling in hns driver
3989
3990 * New ACPI identifiers for ThunderX SMMU (LP: #1703437)
3991 - iommu/arm-smmu: Plumb in new ACPI identifiers
3992
3993 * Transparent hugepages should default to enabled=madvise (LP: #1703742)
3994 - SAUCE: use CONFIG_TRANSPARENT_HUGEPAGE_MADVISE=y as default
3995
3996 * Artful update to v4.12.1 stable release (LP: #1703858)
3997 - driver core: platform: fix race condition with driver_override
3998 - RDMA/uverbs: Check port number supplied by user verbs cmds
3999 - usb: dwc3: replace %p with %pK
4000 - USB: serial: cp210x: add ID for CEL EM3588 USB ZigBee stick
4001 - usb: usbip: set buffer pointers to NULL after free
4002 - Add USB quirk for HVR-950q to avoid intermittent device resets
4003 - usb: Fix typo in the definition of Endpoint[out]Request
4004 - USB: core: fix device node leak
4005 - USB: serial: option: add two Longcheer device ids
4006 - USB: serial: qcserial: new Sierra Wireless EM7305 device ID
4007 - xhci: Limit USB2 port wake support for AMD Promontory hosts
4008 - gfs2: Fix glock rhashtable rcu bug
4009 - Add "shutdown" to "struct class".
4010 - tpm: Issue a TPM2_Shutdown for TPM2 devices.
4011 - tpm: fix a kernel memory leak in tpm-sysfs.c
4012 - powerpc/powernv: Fix CPU_HOTPLUG=n idle.c compile error
4013 - x86/uaccess: Optimize copy_user_enhanced_fast_string() for short strings
4014 - sched/fair, cpumask: Export for_each_cpu_wrap()
4015 - sched/core: Implement new approach to scale select_idle_cpu()
4016 - sched/numa: Use down_read_trylock() for the mmap_sem
4017 - sched/numa: Override part of migrate_degrades_locality() when idle balancing
4018 - sched/fair: Simplify wake_affine() for the single socket case
4019 - sched/numa: Implement NUMA node level wake_affine()
4020 - sched/fair: Remove effective_load()
4021 - sched/numa: Hide numa_wake_affine() from UP build
4022 - xen: avoid deadlock in xenbus driver
4023 - crypto: drbg - Fixes panic in wait_for_completion call
4024 - Linux 4.12.1
4025
4026 * cxlflash update request in the Xenial SRU stream (LP: #1702521)
4027 - scsi: cxlflash: Combine the send queue locks
4028 - scsi: cxlflash: Update cxlflash_afu_sync() to return errno
4029 - scsi: cxlflash: Reset hardware queue context via specified register
4030 - scsi: cxlflash: Schedule asynchronous reset of the host
4031 - scsi: cxlflash: Handle AFU sync failures
4032 - scsi: cxlflash: Track pending scsi commands in each hardware queue
4033 - scsi: cxlflash: Flush pending commands in cleanup path
4034 - scsi: cxlflash: Add scsi command abort handler
4035 - scsi: cxlflash: Create character device to provide host management interface
4036 - scsi: cxlflash: Separate AFU internal command handling from AFU sync
4037 specifics
4038 - scsi: cxlflash: Introduce host ioctl support
4039 - scsi: cxlflash: Refactor AFU capability checking
4040 - scsi: cxlflash: Support LUN provisioning
4041 - scsi: cxlflash: Support AFU debug
4042 - scsi: cxlflash: Support WS16 unmap
4043 - scsi: cxlflash: Remove zeroing of private command data
4044 - scsi: cxlflash: Update TMF command processing
4045 - scsi: cxlflash: Avoid double free of character device
4046 - scsi: cxlflash: Update send_tmf() parameters
4047 - scsi: cxlflash: Update debug prints in reset handlers
4048
4049 * make snap-pkg support (LP: #1700747)
4050 - make snap-pkg support
4051
4052 * Quirk for non-compliant PCI bridge on HiSilicon D05 board (LP: #1698706)
4053 - SAUCE: PCI: Support hibmc VGA cards behind a misbehaving HiSilicon bridge
4054
4055 * arm64: fix crash reading /proc/kcore (LP: #1702749)
4056 - fs/proc: kcore: use kcore_list type to check for vmalloc/module address
4057 - arm64: mm: select CONFIG_ARCH_PROC_KCORE_TEXT
4058
4059 * Opal and POWER9 DD2 (LP: #1702159)
4060 - SAUCE: powerpc/powernv: Tell OPAL about our MMU mode on POWER9
4061
4062 * Data corruption with hio driver (LP: #1701316)
4063 - SAUCE: hio: Fix incorrect use of enum req_opf values
4064
4065 * Miscellaneous Ubuntu changes
4066 - SAUCE: (noup) Update spl to 0.6.5.10-1, zfs to 0.6.5.10-1ubuntu2
4067 - snapcraft.yaml: Sync with xenial
4068 - [Config] CONFIG_CAVIUM_ERRATUM_30115=y
4069
4070 * Miscellaneous upstream changes
4071 - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and
4072 MokSBState"
4073
4074 -- Seth Forshee <seth.forshee@canonical.com> Fri, 14 Jul 2017 15:25:41 -0500
4075
4076 linux (4.12.0-6.7) artful; urgency=low
4077
4078 * update ENA driver to 1.2.0k from net-next (LP: #1701575)
4079 - net: ena: change return value for unsupported features unsupported return
4080 value
4081 - net: ena: add hardware hints capability to the driver
4082 - net: ena: change sizeof() argument to be the type pointer
4083 - net: ena: add reset reason for each device FLR
4084 - net: ena: add support for out of order rx buffers refill
4085 - net: ena: allow the driver to work with small number of msix vectors
4086 - net: ena: use napi_schedule_irqoff when possible
4087 - net: ena: separate skb allocation to dedicated function
4088 - net: ena: use lower_32_bits()/upper_32_bits() to split dma address
4089 - net: ena: update driver's rx drop statistics
4090 - net: ena: update ena driver to version 1.2.0
4091
4092 * APST gets enabled against explicit kernel option (LP: #1699004)
4093 - nvme: explicitly disable APST on quirked devices
4094
4095 * Miscellaneous Ubuntu changes
4096 - SAUCE: hio: Update to Huawei ES3000_V2 (2.1.0.40)
4097 - SAUCE: hio updates for 4.12
4098 - SAUCE: Enable hio build
4099
4100 -- Seth Forshee <seth.forshee@canonical.com> Wed, 05 Jul 2017 14:23:20 -0500
4101
4102 linux (4.12.0-5.6) artful; urgency=low
4103
4104 * ERAT invalidate on context switch removal (LP: #1700819)
4105 - powerpc: Only do ERAT invalidate on radix context switch on P9 DD1
4106
4107 * powerpc: Invalidate ERAT on powersave wakeup for POWER9 (LP: #1700521)
4108 - SAUCE: powerpc: Invalidate ERAT on powersave wakeup for POWER9
4109
4110 * Miscellaneous Ubuntu changes
4111 - d-i: Move qcom-emac from arm64 to shared nic-modules
4112
4113 [ Upstream Kernel Changes ]
4114
4115 * Rebase to v4.12
4116
4117 -- Seth Forshee <seth.forshee@canonical.com> Mon, 03 Jul 2017 07:52:02 -0500
4118
4119 linux (4.12.0-4.5) artful; urgency=low
4120
4121 * aacraid driver may return uninitialized stack data to userspace
4122 (LP: #1700077)
4123 - SAUCE: scsi: aacraid: Don't copy uninitialized stack memory to userspace
4124
4125 * KILLER1435-S[0489:e0a2] BT cannot search BT 4.0 device (LP: #1699651)
4126 - Bluetooth: btusb: Add support for 0489:e0a2 QCA_ROME device
4127
4128 * AACRAID for power9 platform (LP: #1689980)
4129 - scsi: aacraid: Remove __GFP_DMA for raw srb memory
4130 - scsi: aacraid: Fix DMAR issues with iommu=pt
4131 - scsi: aacraid: Added 32 and 64 queue depth for arc natives
4132 - scsi: aacraid: Set correct Queue Depth for HBA1000 RAW disks
4133 - scsi: aacraid: Remove reset support from check_health
4134 - scsi: aacraid: Change wait time for fib completion
4135 - scsi: aacraid: Log count info of scsi cmds before reset
4136 - scsi: aacraid: Print ctrl status before eh reset
4137 - scsi: aacraid: Using single reset mask for IOP reset
4138 - scsi: aacraid: Rework IOP reset
4139 - scsi: aacraid: Add periodic checks to see IOP reset status
4140 - scsi: aacraid: Rework SOFT reset code
4141 - scsi: aacraid: Rework aac_src_restart
4142 - scsi: aacraid: Use correct function to get ctrl health
4143 - scsi: aacraid: Make sure ioctl returns on controller reset
4144 - scsi: aacraid: Enable ctrl reset for both hba and arc
4145 - scsi: aacraid: Add reset debugging statements
4146 - scsi: aacraid: Remove reference to Series-9
4147 - scsi: aacraid: Update driver version to 50834
4148
4149 * hibmc driver does not include "pci:" prefix in bus ID (LP: #1698700)
4150 - SAUCE: drm: hibmc: Use set_busid function from drm core
4151
4152 * HiSilicon D05: installer doesn't appear on VGA (LP: #1698954)
4153 - d-i: Add hibmc-drm to kernel-image udeb
4154
4155 * Fix /proc/cpuinfo revision for POWER9 DD2 (LP: #1698844)
4156 - SAUCE: powerpc: Fix /proc/cpuinfo revision for POWER9 DD2
4157
4158 * Miscellaneous Ubuntu changes
4159 - [Config] CONFIG_SATA_MV=n and CONFIG_GENERIC_PHY=n for s390x
4160 - [Config] CONFIG_ATA=n for s390x
4161 - [Config] Update annotations for 4.12
4162
4163 [ Upstream Kernel Changes ]
4164
4165 * Rebase to v4.12-rc7
4166
4167 -- Seth Forshee <seth.forshee@canonical.com> Mon, 26 Jun 2017 11:27:29 -0500
4168
4169 linux (4.12.0-3.4) artful; urgency=low
4170
4171 * Miscellaneous upstream changes
4172 - ufs: fix the logics for tail relocation
4173
4174 [ Upstream Kernel Changes ]
4175
4176 * Rebase to v4.12-rc6
4177
4178 -- Seth Forshee <seth.forshee@canonical.com> Mon, 19 Jun 2017 14:50:39 -0500
4179
4180 linux (4.12.0-2.3) artful; urgency=low
4181
4182 * CVE-2014-9900
4183 - SAUCE: (no-up) net: Zeroing the structure ethtool_wolinfo in
4184 ethtool_get_wol()
4185
4186 * System doesn't boot properly on Gigabyte AM4 motherboards (AMD Ryzen)
4187 (LP: #1671360)
4188 - pinctrl/amd: Use regular interrupt instead of chained
4189
4190 * extend-diff-ignore should use exact matches (LP: #1693504)
4191 - [Packaging] exact extend-diff-ignore matches
4192
4193 * Miscellaneous Ubuntu changes
4194 - SAUCE: efi: Don't print secure boot state from the efi stub
4195 - ubuntu: vbox -- Update to 5.1.22-dfsg-1
4196 - SAUCE: vbox fixes for 4.12
4197 - Re-enable virtualbox build
4198 - [Config] CONFIG_ORANGEFS_FS=m
4199 - SAUCE: (noup) Update spl to 0.6.5.9-1ubuntu2, zfs to 0.6.5.9-5ubuntu7
4200 - Enable zfs build
4201
4202 [ Upstream Kernel Changes ]
4203
4204 * Rebase to v4.12-rc4
4205 * Rebase to v4.12-rc5
4206
4207 -- Seth Forshee <seth.forshee@canonical.com> Sun, 11 Jun 2017 22:25:13 -0500
4208
4209 linux (4.12.0-1.2) artful; urgency=low
4210
4211 * Enable Matrox driver for Ubuntu 16.04.3 (LP: #1693337)
4212 - [Config] Enable CONFIG_DRM_MGAG200 as module
4213
4214 * Support low-pin-count devices on Hisilicon SoCs (LP: #1677319)
4215 - [Config] CONFIG_LIBIO=y on arm64 only
4216 - SAUCE: LIBIO: Introduce a generic PIO mapping method
4217 - SAUCE: OF: Add missing I/O range exception for indirect-IO devices
4218 - [Config] CONFIG_HISILICON_LPC=y
4219 - SAUCE: LPC: Support the device-tree LPC host on Hip06/Hip07
4220 - SAUCE: LIBIO: Support the dynamically logical PIO registration of ACPI host
4221 I/O
4222 - SAUCE: LPC: Add the ACPI LPC support
4223 - SAUCE: PCI: Apply the new generic I/O management on PCI IO hosts
4224 - SAUCE: PCI: Restore codepath for !CONFIG_LIBIO
4225
4226 * POWER9: Additional patches for TTY and CPU_IDLE (LP: #1674325)
4227 - SAUCE: tty: Fix ldisc crash on reopened tty
4228
4229 * Miscellaneous Ubuntu changes
4230 - [Debian] Add build-dep on libnuma-dev to enable 'perf bench numa'
4231 - Rebase to v4.12-rc3
4232
4233 [ Upstream Kernel Changes ]
4234
4235 * Rebase to v4.12-rc3
4236
4237 -- Seth Forshee <seth.forshee@canonical.com> Mon, 29 May 2017 20:56:29 -0500
4238
4239 linux (4.12.0-0.1) artful; urgency=low
4240
4241 * please enable CONFIG_ARM64_LSE_ATOMICS (LP: #1691614)
4242 - [Config] CONFIG_ARM64_LSE_ATOMICS=y
4243
4244 * [Regression] NUMA_BALANCING disabled on arm64 (LP: #1690914)
4245 - [Config] CONFIG_NUMA_BALANCING{,_DEFAULT_ENABLED}=y on arm64
4246
4247 * exec'ing a setuid binary from a threaded program sometimes fails to setuid
4248 (LP: #1672819)
4249 - SAUCE: exec: ensure file system accounting in check_unsafe_exec is correct
4250
4251 * Miscellaneous Ubuntu changes
4252 - Update find-missing-sauce.sh to compare to artful
4253 - Update dropped.txt
4254 - SAUCE: (efi-lockdown) efi: Add EFI_SECURE_BOOT bit
4255 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
4256 kernel image
4257 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
4258 mode
4259 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
4260 - SAUCE: (efi-lockdown) Restrict /dev/mem and /dev/kmem when the kernel is
4261 locked down
4262 - SAUCE: (efi-lockdown) Add a sysrq option to exit secure boot mode
4263 - SAUCE: (efi-lockdown) kexec: Disable at runtime if the kernel is locked down
4264 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
4265 reboot
4266 - SAUCE: (efi-lockdown) kexec_file: Disable at runtime if securelevel has been
4267 set
4268 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
4269 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
4270 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
4271 down
4272 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
4273 locked down
4274 - SAUCE: (efi-lockdown) x86: Restrict MSR access when the kernel is locked
4275 down
4276 - SAUCE: (efi-lockdown) asus-wmi: Restrict debugfs interface when the kernel
4277 is locked down
4278 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
4279 locked down
4280 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
4281 has been locked down
4282 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
4283 locked down
4284 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
4285 locked down
4286 - SAUCE: (efi-lockdown) Enable cold boot attack mitigation
4287 - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the
4288 kernel is locked down
4289 - SAUCE: (efi-lockdown) scsi: Lock down the eata driver
4290 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
4291 down
4292 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
4293 - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to
4294 secondary keyring
4295 - SAUCE: (efi-lockdown) efi: Add EFI signature data types
4296 - SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser
4297 - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot
4298 - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed
4299 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
4300 - SAUCE: (efi-lockdown) efi: Add secure_boot state and status bit for
4301 MokSBState
4302 - SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and MokSBState
4303 - [Config] Set values for UEFI secure boot lockdown options
4304 - Disable virtualbox build
4305 - Disable hio build
4306 - SAUCE: securityfs: Replace CURRENT_TIME with current_time()
4307 - Disable zfs build
4308 - [Debian] Work out upstream tag for use with gen-auto-reconstruct
4309 - SAUCE: Import aufs driver
4310 - SAUCE: aufs -- Include linux/mm.h in fs/aufs/file.h
4311 - [Config] Enable aufs
4312 - SAUCE: perf callchain: Include errno.h on x86 unconditinally
4313
4314 [ Upstream Kernel Changes ]
4315
4316 * Rebase to v4.12-rc2
4317
4318 -- Seth Forshee <seth.forshee@canonical.com> Sun, 21 May 2017 23:44:44 -0500
4319
4320 linux (4.11.0-3.8) artful; urgency=low
4321
4322 [ Seth Forshee ]
4323
4324 * Release Tracking Bug
4325 - LP: #1690999
4326
4327 * apparmor_parser hangs indefinitely when called by multiple threads
4328 (LP: #1645037)
4329 - SAUCE: apparmor: fix lock ordering for mkdir
4330
4331 * apparmor leaking securityfs pin count (LP: #1660846)
4332 - SAUCE: apparmor: fix leak on securityfs pin count
4333
4334 * apparmor reference count leak when securityfs_setup_d_inode\ () fails
4335 (LP: #1660845)
4336 - SAUCE: apparmor: fix reference count leak when securityfs_setup_d_inode()
4337 fails
4338
4339 * apparmor not checking error if security_pin_fs() fails (LP: #1660842)
4340 - SAUCE: apparmor: fix not handling error case when securityfs_pin_fs() fails
4341
4342 * libvirt profile is blocking global setrlimit despite having no rlimit rule
4343 (LP: #1679704)
4344 - SAUCE: apparmor: fix complain mode failure for rlimit mediation
4345 - apparmor: update auditing of rlimit check to provide capability information
4346
4347 * apparmor: does not provide a way to detect policy updataes (LP: #1678032)
4348 - SAUCE: apparmor: add policy revision file interface
4349
4350 * apparmor does not make support of query data visible (LP: #1678023)
4351 - SAUCE: apparmor: add label data availability to the feature set
4352
4353 * apparmor query interface does not make supported query info available
4354 (LP: #1678030)
4355 - SAUCE: apparmor: add information about the query inteface to the feature set
4356
4357 * change_profile incorrect when using namespaces with a compound stack
4358 (LP: #1677959)
4359 - SAUCE: apparmor: fix label parse for stacked labels
4360
4361 * Regression in 4.4.0-65-generic causes very frequent system crashes
4362 (LP: #1669611)
4363 - apparmor: sync of apparmor 3.6+ (17.04)
4364
4365 * Artful update to 4.11.1 stable release (LP: #1690814)
4366 - dm ioctl: prevent stack leak in dm ioctl call
4367 - drm/sti: fix GDP size to support up to UHD resolution
4368 - power: supply: lp8788: prevent out of bounds array access
4369 - brcmfmac: Ensure pointer correctly set if skb data location changes
4370 - brcmfmac: Make skb header writable before use
4371 - sparc64: fix fault handling in NGbzero.S and GENbzero.S
4372 - refcount: change EXPORT_SYMBOL markings
4373 - net: macb: fix phy interrupt parsing
4374 - tcp: fix access to sk->sk_state in tcp_poll()
4375 - geneve: fix incorrect setting of UDP checksum flag
4376 - bpf: enhance verifier to understand stack pointer arithmetic
4377 - bpf, arm64: fix jit branch offset related to ldimm64
4378 - tcp: fix wraparound issue in tcp_lp
4379 - net: ipv6: Do not duplicate DAD on link up
4380 - net: usb: qmi_wwan: add Telit ME910 support
4381 - tcp: do not inherit fastopen_req from parent
4382 - ipv4, ipv6: ensure raw socket message is big enough to hold an IP header
4383 - rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME string
4384 - ipv6: initialize route null entry in addrconf_init()
4385 - ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notf
4386 - tcp: randomize timestamps on syncookies
4387 - bnxt_en: allocate enough space for ->ntp_fltr_bmap
4388 - bpf: don't let ldimm64 leak map addresses on unprivileged
4389 - net: mdio-mux: bcm-iproc: call mdiobus_free() in error path
4390 - f2fs: sanity check segment count
4391 - xen/arm,arm64: fix xen_dma_ops after 815dd18 "Consolidate get_dma_ops..."
4392 - xen: Revert commits da72ff5bfcb0 and 72a9b186292d
4393 - block: get rid of blk_integrity_revalidate()
4394 - Linux 4.11.1
4395
4396 * Module signing exclusion for staging drivers does not work properly
4397 (LP: #1690908)
4398 - SAUCE: Fix module signing exclusion in package builds
4399
4400 * perf: qcom: Add L3 cache PMU driver (LP: #1689856)
4401 - [Config] CONFIG_QCOM_L3_PMU=y
4402 - perf: qcom: Add L3 cache PMU driver
4403
4404 * No PMU support for ACPI-based arm64 systems (LP: #1689661)
4405 - drivers/perf: arm_pmu: rework per-cpu allocation
4406 - drivers/perf: arm_pmu: manage interrupts per-cpu
4407 - drivers/perf: arm_pmu: split irq request from enable
4408 - drivers/perf: arm_pmu: remove pointless PMU disabling
4409 - drivers/perf: arm_pmu: define armpmu_init_fn
4410 - drivers/perf: arm_pmu: fold init into alloc
4411 - drivers/perf: arm_pmu: factor out pmu registration
4412 - drivers/perf: arm_pmu: simplify cpu_pmu_request_irqs()
4413 - drivers/perf: arm_pmu: handle no platform_device
4414 - drivers/perf: arm_pmu: rename irq request/free functions
4415 - drivers/perf: arm_pmu: split cpu-local irq request/free
4416 - drivers/perf: arm_pmu: move irq request/free into probe
4417 - drivers/perf: arm_pmu: split out platform device probe logic
4418 - arm64: add function to get a cpu's MADT GICC table
4419 - [Config] CONFIG_ARM_PMU_ACPI=y
4420 - drivers/perf: arm_pmu: add ACPI framework
4421 - arm64: pmuv3: handle !PMUv3 when probing
4422 - arm64: pmuv3: use arm_pmu ACPI framework
4423
4424 * Fix NVLINK2 TCE route (LP: #1690155)
4425 - powerpc/powernv: Fix TCE kill on NVLink2
4426
4427 * CVE-2017-0605
4428 - tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline()
4429
4430 * Miscellaneous Ubuntu changes
4431 - [Config] Restore powerpc arch to annotations file
4432 - [Config] Disable runtime testing modules
4433 - [Config] Disable drivers not needed on s390x
4434 - [Config] Update annotations for 4.11
4435 - [Config] updateconfigs after apparmor updates
4436
4437 * Miscellaneous upstream changes
4438 - apparmor: use SHASH_DESC_ON_STACK
4439 - apparmor: fix invalid reference to index variable of iterator line 836
4440 - apparmor: fix parameters so that the permission test is bypassed at boot
4441 - apparmor: Make path_max parameter readonly
4442 - apparmorfs: Combine two function calls into one in aa_fs_seq_raw_abi_show()
4443 - apparmorfs: Use seq_putc() in two functions
4444 - apparmor: provide information about path buffer size at boot
4445 - apparmor: add/use fns to print hash string hex value
4446
4447 -- Seth Forshee <seth.forshee@canonical.com> Tue, 16 May 2017 00:39:13 -0500
4448
4449 linux (4.11.0-2.7) artful; urgency=low
4450
4451 * kernel-wedge fails in artful due to leftover squashfs-modules d-i files
4452 (LP: #1688259)
4453 - Remove squashfs-modules files from d-i
4454 - [Config] as squashfs-modules is builtin kernel-image must Provides: it
4455
4456 * [Zesty] d-i: replace msm_emac with qcom_emac (LP: #1677297)
4457 - Revert "UBUNTU: d-i: initrd needs msm_emac on amberwing platform."
4458 - d-i: initrd needs qcom_emac on amberwing platform.
4459
4460 * update for V3 kernel bits and improved multiple fan slice support
4461 (LP: #1470091)
4462 - SAUCE: fan: tunnel multiple mapping mode (v3)
4463
4464 * Miscellaneous Ubuntu changes
4465 - SAUCE: (noup) Update spl to 0.6.5.9-1ubuntu1, zfs to 0.6.5.9-5ubuntu5
4466 - Enable zfs
4467 - SAUCE: fan: add VXLAN implementation
4468 - SAUCE: (efi-lockdown) efi: Add EFI_SECURE_BOOT bit
4469 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
4470 kernel image
4471 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
4472 mode
4473 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
4474 - SAUCE: (efi-lockdown) Restrict /dev/mem and /dev/kmem when the kernel is
4475 locked down
4476 - SAUCE: (efi-lockdown) Add a sysrq option to exit secure boot mode
4477 - SAUCE: (efi-lockdown) kexec: Disable at runtime if the kernel is locked down
4478 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
4479 reboot
4480 - SAUCE: (efi-lockdown) kexec_file: Disable at runtime if securelevel has been
4481 set
4482 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
4483 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
4484 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
4485 down
4486 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
4487 locked down
4488 - SAUCE: (efi-lockdown) x86: Restrict MSR access when the kernel is locked
4489 down
4490 - SAUCE: (efi-lockdown) asus-wmi: Restrict debugfs interface when the kernel
4491 is locked down
4492 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
4493 locked down
4494 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
4495 has been locked down
4496 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
4497 locked down
4498 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
4499 locked down
4500 - SAUCE: (efi-lockdown) Enable cold boot attack mitigation
4501 - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the
4502 kernel is locked down
4503 - SAUCE: (efi-lockdown) scsi: Lock down the eata driver
4504 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
4505 down
4506 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
4507 - SAUCE: (efi-lockdown) Add EFI signature data types
4508 - SAUCE: (efi-lockdown) Add an EFI signature blob parser and key loader.
4509 - SAUCE: (efi-lockdown) KEYS: Add a system blacklist keyring
4510 - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot
4511 - SAUCE: (efi-lockdown) MODSIGN: Support not importing certs from db
4512 - SAUCE: (efi-lockdown) MODSIGN: Don't try secure boot if EFI runtime is
4513 disabled
4514 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
4515 - SAUCE: (efi-lockdown) efi: Add secure_boot state and status bit for
4516 MokSBState
4517 - SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and MokSBState
4518 - [Config] Set values for UEFI secure boot lockdown options
4519 - Update dropped.txt
4520
4521 [ Upstream Kernel Changes ]
4522
4523 * rebase to v4.11
4524
4525 -- Seth Forshee <seth.forshee@canonical.com> Fri, 05 May 2017 07:43:14 -0500
4526
4527 linux (4.11.0-1.6) artful; urgency=low
4528
4529 * Miscellaneous Ubuntu changes
4530 - [Debian] Use default compression for all packages
4531 - SAUCE: (namespace) block_dev: Support checking inode permissions in
4532 lookup_bdev()
4533 - SAUCE: (namespace) block_dev: Check permissions towards block device inode
4534 when mounting
4535 - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode
4536 when mounting
4537 - SAUCE: (namespace) fs: Allow superblock owner to change ownership of inodes
4538 - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID for userns root
4539 - SAUCE: (namespace) fs: Allow superblock owner to access do_remount_sb()
4540 - SAUCE: (namespace) capabilities: Allow privileged user in s_user_ns to set
4541 security.* xattrs
4542 - SAUCE: (namespace) fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw
4543 filesystems
4544 - SAUCE: (namespace) fuse: Add support for pid namespaces
4545 - SAUCE: (namespace) fuse: Support fuse filesystems outside of init_user_ns
4546 - SAUCE: (namespace) fuse: Restrict allow_other to the superblock's namespace
4547 or a descendant
4548 - SAUCE: (namespace) fuse: Allow user namespace mounts
4549 - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user
4550 namespaces
4551 - SAUCE: (namespace) evm: Don't update hmacs in user ns mounts
4552 - SAUCE: (namespace) ext4: Add module parameter to enable user namespace
4553 mounts
4554 - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is
4555 opened for writing
4556
4557 -- Seth Forshee <seth.forshee@canonical.com> Wed, 26 Apr 2017 10:08:29 -0500
4558
4559 linux (4.11.0-0.5) artful; urgency=low
4560
4561 * [Hyper-V][SAUCE] pci-hyperv: Use only 16 bit integer for PCI domain
4562 (LP: #1684971)
4563 - SAUCE: pci-hyperv: Use only 16 bit integer for PCI domain
4564
4565 * [Hyper-V] Ubuntu 14.04.2 LTS Generation 2 SCSI Errors on VSS Based Backups
4566 (LP: #1470250)
4567 - SAUCE: Tools: hv: vss: Thaw the filesystem and continue after freeze fails
4568
4569 * Enable virtual scsi server driver for Power (LP: #1615665)
4570 - SAUCE: Return TCMU-generated sense data to fabric module
4571
4572 * include/linux/security.h header syntax error with !CONFIG_SECURITYFS
4573 (LP: #1630990)
4574 - SAUCE: (no-up) include/linux/security.h -- fix syntax error with
4575 CONFIG_SECURITYFS=n
4576
4577 * Miscellaneous Ubuntu changes
4578 - SAUCE: Import aufs driver
4579 - [Config] Enable aufs
4580 - [Debian] Add script to update virtualbox
4581 - ubuntu: vbox -- Update to 5.1.20-dfsg-2
4582 - Enable vbox
4583 - SAUCE: aufs -- Include linux/mm.h in fs/aufs/file.h
4584
4585 [ Upstream Kernel Changes ]
4586
4587 * rebase to v4.11-rc8
4588
4589 -- Seth Forshee <seth.forshee@canonical.com> Tue, 25 Apr 2017 13:42:54 -0500
4590
4591 linux (4.11.0-0.4) zesty; urgency=low
4592
4593 * POWER9: Improve performance on memory management (LP: #1681429)
4594 - SAUCE: powerpc/mm/radix: Don't do page walk cache flush when doing full mm
4595 flush
4596 - SAUCE: powerpc/mm/radix: Remove unnecessary ptesync
4597
4598 * Miscellaneous Ubuntu changes
4599 - find-missing-sauce.sh
4600
4601 [ Upstream Kernel Changes ]
4602
4603 * rebase to v4.11-rc7
4604
4605 -- Seth Forshee <seth.forshee@canonical.com> Tue, 18 Apr 2017 08:19:43 -0500
4606
4607 linux (4.11.0-0.3) zesty; urgency=low
4608
4609 * Disable CONFIG_HVC_UDBG on ppc64el (LP: #1680888)
4610 - [Config] Disable CONFIG_HVC_UDBG on ppc64el
4611
4612 * smartpqi driver needed in initram disk and installer (LP: #1680156)
4613 - [Config] Add smartpqi to d-i
4614
4615 * Disable CONFIG_SECURITY_SELINUX_DISABLE (LP: #1680315)
4616 - [Config] CONFIG_SECURITY_SELINUX_DISABLE=n
4617
4618 * Miscellaneous Ubuntu changes
4619 - [Config] flash-kernel should be a Breaks
4620 - [Config] drop the info directory
4621 - [Config] drop NOTES as obsolete
4622 - [Config] drop changelog.historical as obsolete
4623 - rebase to v4.11-rc6
4624
4625 [ Upstream Kernel Changes ]
4626
4627 * rebase to v4.11-rc6
4628
4629 -- Tim Gardner <tim.gardner@canonical.com> Tue, 11 Apr 2017 07:16:52 -0600
4630
4631 linux (4.11.0-0.2) zesty; urgency=low
4632
4633 [ Upstream Kernel Changes ]
4634
4635 * rebase to v4.11-rc5
4636
4637 -- Tim Gardner <tim.gardner@canonical.com> Mon, 03 Apr 2017 08:26:07 +0100
4638
4639 linux (4.11.0-0.1) zesty; urgency=low
4640
4641 [ Upstream Kernel Changes ]
4642
4643 * rebase to v4.11-rc4
4644 - LP: #1591053
4645
4646 -- Tim Gardner <tim.gardner@canonical.com> Mon, 20 Mar 2017 05:15:32 -0600
4647
4648 linux (4.11.0-0.0) zesty; urgency=low
4649
4650 * dummy entry
4651
4652 -- Tim Gardner <tim.gardner@canonical.com> Mon, 20 Mar 2017 05:15:32 -0600