]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - debian.master/changelog
UBUNTU: Start new release
[mirror_ubuntu-jammy-kernel.git] / debian.master / changelog
CommitLineData
8193d875
SB
1linux (5.15.0-33.34) UNRELEASED; urgency=medium
2
3 CHANGELOG: Do not edit directly. Autogenerated at release.
4 CHANGELOG: Use the printchanges target to see the curent changes.
5 CHANGELOG: Use the insertchanges target to create the final log.
6
7 -- Stefan Bader <stefan.bader@canonical.com> Wed, 18 May 2022 14:43:13 +0200
8
512bc4c7 9linux (5.15.0-30.31) jammy; urgency=medium
16633e6b 10
512bc4c7 11 * jammy/linux: 5.15.0-30.31 -proposed tracker (LP: #1971685)
16633e6b 12
512bc4c7
SB
13 * Packaging resync (LP: #1786013)
14 - [Packaging] update variants
15 - debian/dkms-versions -- update from kernel-versions (main/2022.04.18)
16
17 * Intel: enable x86 AMX (LP: #1967750)
18 - x86/extable: Tidy up redundant handler functions
19 - x86/extable: Get rid of redundant macros
20 - x86/mce: Deduplicate exception handling
21 - x86/mce: Get rid of stray semicolons
22 - x86/extable: Rework the exception table mechanics
23 - x86/extable: Provide EX_TYPE_DEFAULT_MCE_SAFE and EX_TYPE_FAULT_MCE_SAFE
24 - x86/copy_mc: Use EX_TYPE_DEFAULT_MCE_SAFE for exception fixups
25 - x86/fpu: Use EX_TYPE_FAULT_MCE_SAFE for exception fixups
26 - x86/extable: Remove EX_TYPE_FAULT from MCE safe fixups
27 - x86/fpu/signal: Clarify exception handling in restore_fpregs_from_user()
28 - x86/fpu/signal: Move header zeroing out of xsave_to_user_sigframe()
29 - x86/fpu/signal: Move xstate clearing out of copy_fpregs_to_sigframe()
30 - x86/fpu/signal: Change return type of copy_fpstate_to_sigframe() to boolean
31 - x86/fpu/signal: Change return type of copy_fpregs_to_sigframe() helpers to
32 boolean
33 - x86/signal: Change return type of restore_sigcontext() to boolean
34 - x86/fpu/signal: Change return type of fpu__restore_sig() to boolean
35 - x86/fpu/signal: Change return type of __fpu_restore_sig() to boolean
36 - x86/fpu/signal: Change return code of check_xstate_in_sigframe() to boolean
37 - x86/fpu/signal: Change return code of restore_fpregs_from_user() to boolean
38 - x86/fpu/signal: Fix missed conversion to correct boolean retval in
39 save_xstate_epilog()
40 - x86/fpu: Remove pointless argument from switch_fpu_finish()
41 - x86/fpu: Update stale comments
42 - x86/pkru: Remove useless include
43 - x86/fpu: Restrict xsaves()/xrstors() to independent states
44 - x86/fpu: Cleanup the on_boot_cpu clutter
45 - x86/fpu: Remove pointless memset in fpu_clone()
46 - x86/process: Clone FPU in copy_thread()
47 - x86/fpu: Do not inherit FPU context for kernel and IO worker threads
48 - x86/fpu: Cleanup xstate xcomp_bv initialization
49 - x86/fpu/xstate: Provide and use for_each_xfeature()
50 - x86/fpu/xstate: Mark all init only functions __init
51 - x86/fpu: Move KVMs FPU swapping to FPU core
52 - x86/fpu: Replace KVMs home brewed FPU copy from user
53 - x86/fpu: Rework copy_xstate_to_uabi_buf()
54 - x86/fpu: Mark fpu__init_prepare_fx_sw_frame() as __init
55 - x86/fpu: Move context switch and exit to user inlines into sched.h
56 - x86/fpu: Clean up CPU feature tests
57 - x86/fpu: Make os_xrstor_booting() private
58 - x86/fpu: Move os_xsave() and os_xrstor() to core
59 - x86/fpu: Move legacy ASM wrappers to core
60 - x86/fpu: Make WARN_ON_FPU() private
61 - x86/fpu: Move fpregs_restore_userregs() to core
62 - x86/fpu: Move mxcsr related code to core
63 - x86/fpu: Move fpstate functions to api.h
64 - x86/fpu: Remove internal.h dependency from fpu/signal.h
65 - x86/sev: Include fpu/xcr.h
66 - x86/fpu: Mop up the internal.h leftovers
67 - x86/fpu: Replace the includes of fpu/internal.h
68 - x86/fpu: Provide a proper function for ex_handler_fprestore()
69 - x86/fpu: Replace KVMs home brewed FPU copy to user
70 - x86/fpu: Provide struct fpstate
71 - x86/fpu: Convert fpstate_init() to struct fpstate
72 - x86/fpu: Convert restore_fpregs_from_fpstate() to struct fpstate
73 - x86/fpu: Replace KVMs xstate component clearing
74 - x86/KVM: Convert to fpstate
75 - x86/fpu: Convert tracing to fpstate
76 - x86/fpu/regset: Convert to fpstate
77 - x86/fpu/signal: Convert to fpstate
78 - x86/fpu/core: Convert to fpstate
79 - x86/math-emu: Convert to fpstate
80 - x86/fpu: Remove fpu::state
81 - x86/fpu: Do not leak fpstate pointer on fork
82 - x86/process: Move arch_thread_struct_whitelist() out of line
83 - x86/fpu: Add size and mask information to fpstate
84 - x86/fpu: Use fpstate::size
85 - x86/fpu/xstate: Use fpstate for os_xsave()
86 - x86/fpu/xstate: Use fpstate for xsave_to_user_sigframe()
87 - x86/fpu: Use fpstate in fpu_copy_kvm_uabi_to_fpstate()
88 - x86/fpu: Use fpstate in __copy_xstate_to_uabi_buf()
89 - x86/fpu/xstate: Use fpstate for copy_uabi_to_xstate()
90 - x86/fpu/signal: Use fpstate for size and features
91 - x86/fpu: Provide struct fpu_config
92 - x86/fpu: Cleanup fpu__init_system_xstate_size_legacy()
93 - x86/fpu/xstate: Cleanup size calculations
94 - x86/fpu: Move xstate size to fpu_*_cfg
95 - x86/fpu: Move xstate feature masks to fpu_*_cfg
96 - x86/fpu: Mop up xfeatures_mask_uabi()
97 - x86/fpu: Rework restore_regs_from_fpstate()
98 - x86/fpu/xstate: Move remaining xfeature helpers to core
99 - x86/fpu: Prepare for sanitizing KVM FPU code
100 - x86/fpu: Provide infrastructure for KVM FPU cleanup
101 - x86/kvm: Convert FPU handling to a single swap buffer
102 - x86/fpu: Remove old KVM FPU interface
103 - signal: Add an optional check for altstack size
104 - x86/signal: Implement sigaltstack size validation
105 - x86/fpu/xstate: Provide xstate_calculate_size()
106 - x86/fpu: Add members to struct fpu to cache permission information
107 - x86/fpu: Add fpu_state_config::legacy_features
108 - x86/arch_prctl: Add controls for dynamic XSTATE components
109 - x86/fpu: Add basic helpers for dynamically enabled features
110 - x86/signal: Use fpu::__state_user_size for sigalt stack validation
111 - x86/fpu/signal: Prepare for variable sigframe length
112 - x86/fpu: Prepare fpu_clone() for dynamically enabled features
113 - x86/fpu: Reset permission and fpstate on exec()
114 - x86/cpufeatures: Add eXtended Feature Disabling (XFD) feature bit
115 - x86/msr-index: Add MSRs for XFD
116 - x86/fpu: Add XFD state to fpstate
117 - x86/fpu: Add sanity checks for XFD
118 - x86/fpu: Update XFD state where required
119 - x86/fpu/xstate: Add XFD #NM handler
120 - x86/fpu/xstate: Add fpstate_realloc()/free()
121 - x86/fpu/xstate: Prepare XSAVE feature table for gaps in state component
122 numbers
123 - x86/fpu/amx: Define AMX state components and have it used for boot-time
124 checks
125 - x86/fpu: Calculate the default sizes independently
126 - x86/fpu: Add XFD handling for dynamic states
127 - x86/fpu/amx: Enable the AMX feature in 64-bit mode
128 - selftests/x86/amx: Add test cases for AMX state management
129 - selftests/x86/amx: Add context switch test
130 - Documentation/x86: Add documentation for using dynamic XSTATE features
131 - x86/fpu/signal: Initialize sw_bytes in save_xstate_epilog()
132 - signal: Skip the altstack update when not needed
133 - x86/cpufeatures: Put the AMX macros in the word 18 block
134 - x86/fpu/xstate: Fix the ARCH_REQ_XCOMP_PERM implementation
135 - selftests/x86/amx: Update the ARCH_REQ_XCOMP_PERM test
136 - [Config] updateconfigs after AMX patchset
137
138 -- Stefan Bader <stefan.bader@canonical.com> Thu, 05 May 2022 11:45:39 +0200
16633e6b 139
ab2e786e 140linux (5.15.0-27.28) jammy; urgency=medium
75a217a6 141
ab2e786e 142 * jammy/linux: 5.15.0-27.28 -proposed tracker (LP: #1968954)
75a217a6 143
ab2e786e 144 -- Paolo Pisati <paolo.pisati@canonical.com> Thu, 14 Apr 2022 06:46:57 +0200
75a217a6 145
1552ebdf 146linux (5.15.0-26.27) jammy; urgency=medium
cb241d8c 147
1552ebdf 148 * jammy/linux: 5.15.0-26.27 -proposed tracker (LP: #1968850)
cb241d8c 149
1552ebdf
PP
150 * CVE-2022-1016
151 - netfilter: nf_tables: initialize registers in nft_do_chain()
152
153 * CVE-2022-1015
154 - netfilter: nf_tables: validate registers coming from userspace.
155
156 * CVE-2022-26490
157 - nfc: st21nfca: Fix potential buffer overflows in EVT_TRANSACTION
158
159 * harden indirect calls against BHI attacks (LP: #1967579)
160 - objtool: Classify symbols
161 - objtool: Explicitly avoid self modifying code in .altinstr_replacement
162 - objtool: Shrink struct instruction
163 - objtool,x86: Replace alternatives with .retpoline_sites
164 - x86/retpoline: Remove unused replacement symbols
165 - x86/asm: Fix register order
166 - x86/asm: Fixup odd GEN-for-each-reg.h usage
167 - x86/retpoline: Move the retpoline thunk declarations to nospec-branch.h
168 - x86/retpoline: Create a retpoline thunk array
169 - x86/alternative: Implement .retpoline_sites support
170 - x86/alternative: Handle Jcc __x86_indirect_thunk_\reg
171 - x86/alternative: Try inline spectre_v2=retpoline,amd
172 - x86/alternative: Add debug prints to apply_retpolines()
173 - bpf,x86: Simplify computing label offsets
174 - bpf,x86: Respect X86_FEATURE_RETPOLINE*
175
176 -- Paolo Pisati <paolo.pisati@canonical.com> Wed, 13 Apr 2022 16:51:38 +0200
cb241d8c 177
f4a9abe1 178linux (5.15.0-25.25) jammy; urgency=medium
c86ce851 179
f4a9abe1 180 * jammy/linux: 5.15.0-25.25 -proposed tracker (LP: #1967146)
c86ce851 181
f4a9abe1
PP
182 * Miscellaneous Ubuntu changes
183 - SAUCE: Revert "scsi: core: Reallocate device's budget map on queue depth
184 change"
185
186 -- Paolo Pisati <paolo.pisati@canonical.com> Wed, 30 Mar 2022 17:28:11 +0200
c86ce851 187
25a5e775 188linux (5.15.0-24.24) jammy; urgency=medium
8489541c 189
25a5e775 190 * jammy/linux: 5.15.0-24.24 -proposed tracker (LP: #1966305)
8489541c 191
25a5e775
PP
192 * Update OS policy capability handshake (LP: #1966089)
193 - thermal: int340x: Update OS policy capability handshake
194
195 * Jammy update: v5.15.30 upstream stable release (LP: #1966057)
196 - Revert "xfrm: state and policy should fail if XFRMA_IF_ID 0"
197 - arm64: dts: rockchip: fix rk3399-puma-haikou USB OTG mode
198 - xfrm: Check if_id in xfrm_migrate
199 - xfrm: Fix xfrm migrate issues when address family changes
200 - arm64: dts: rockchip: fix rk3399-puma eMMC HS400 signal integrity
201 - arm64: dts: rockchip: align pl330 node name with dtschema
202 - arm64: dts: rockchip: reorder rk3399 hdmi clocks
203 - arm64: dts: agilex: use the compatible "intel,socfpga-agilex-hsotg"
204 - ARM: dts: rockchip: reorder rk322x hmdi clocks
205 - ARM: dts: rockchip: fix a typo on rk3288 crypto-controller
206 - mac80211: refuse aggregations sessions before authorized
207 - MIPS: smp: fill in sibling and core maps earlier
208 - ARM: 9178/1: fix unmet dependency on BITREVERSE for HAVE_ARCH_BITREVERSE
209 - Bluetooth: hci_core: Fix leaking sent_cmd skb
210 - can: rcar_canfd: rcar_canfd_channel_probe(): register the CAN device when
211 fully ready
212 - atm: firestream: check the return value of ioremap() in fs_init()
213 - iwlwifi: don't advertise TWT support
214 - drm/vrr: Set VRR capable prop only if it is attached to connector
215 - nl80211: Update bss channel on channel switch for P2P_CLIENT
216 - tcp: make tcp_read_sock() more robust
217 - sfc: extend the locking on mcdi->seqno
218 - bnx2: Fix an error message
219 - kselftest/vm: fix tests build with old libc
220 - x86/module: Fix the paravirt vs alternative order
221 - ice: Fix race condition during interface enslave
222 - Linux 5.15.30
223
224 * Jammy update: v5.15.29 upstream stable release (LP: #1966056)
225 - arm64: dts: qcom: sm8350: Describe GCC dependency clocks
226 - arm64: dts: qcom: sm8350: Correct UFS symbol clocks
227 - HID: elo: Revert USB reference counting
228 - HID: hid-thrustmaster: fix OOB read in thrustmaster_interrupts
229 - ARM: boot: dts: bcm2711: Fix HVS register range
230 - clk: qcom: gdsc: Add support to update GDSC transition delay
231 - clk: qcom: dispcc: Update the transition delay for MDSS GDSC
232 - HID: vivaldi: fix sysfs attributes leak
233 - arm64: dts: armada-3720-turris-mox: Add missing ethernet0 alias
234 - tipc: fix kernel panic when enabling bearer
235 - vdpa/mlx5: add validation for VIRTIO_NET_CTRL_MQ_VQ_PAIRS_SET command
236 - vduse: Fix returning wrong type in vduse_domain_alloc_iova()
237 - net: phy: meson-gxl: fix interrupt handling in forced mode
238 - mISDN: Fix memory leak in dsp_pipeline_build()
239 - vhost: fix hung thread due to erroneous iotlb entries
240 - virtio-blk: Don't use MAX_DISCARD_SEGMENTS if max_discard_seg is zero
241 - vdpa: fix use-after-free on vp_vdpa_remove
242 - isdn: hfcpci: check the return value of dma_set_mask() in setup_hw()
243 - net: qlogic: check the return value of dma_alloc_coherent() in
244 qed_vf_hw_prepare()
245 - esp: Fix possible buffer overflow in ESP transformation
246 - esp: Fix BEET mode inter address family tunneling on GSO
247 - qed: return status of qed_iov_get_link
248 - smsc95xx: Ignore -ENODEV errors when device is unplugged
249 - gpiolib: acpi: Convert ACPI value of debounce to microseconds
250 - drm/sun4i: mixer: Fix P010 and P210 format numbers
251 - net: dsa: mt7530: fix incorrect test in mt753x_phylink_validate()
252 - ARM: dts: aspeed: Fix AST2600 quad spi group
253 - iavf: Fix handling of vlan strip virtual channel messages
254 - i40e: stop disabling VFs due to PF error responses
255 - ice: stop disabling VFs due to PF error responses
256 - ice: Fix error with handling of bonding MTU
257 - ice: Don't use GFP_KERNEL in atomic context
258 - ice: Fix curr_link_speed advertised speed
259 - ethernet: Fix error handling in xemaclite_of_probe
260 - tipc: fix incorrect order of state message data sanity check
261 - net: ethernet: ti: cpts: Handle error for clk_enable
262 - net: ethernet: lpc_eth: Handle error for clk_enable
263 - net: marvell: prestera: Add missing of_node_put() in
264 prestera_switch_set_base_mac_addr
265 - ax25: Fix NULL pointer dereference in ax25_kill_by_device
266 - net/mlx5: Fix size field in bufferx_reg struct
267 - net/mlx5: Fix a race on command flush flow
268 - net/mlx5e: Lag, Only handle events from highest priority multipath entry
269 - NFC: port100: fix use-after-free in port100_send_complete
270 - selftests: pmtu.sh: Kill tcpdump processes launched by subshell.
271 - selftests: pmtu.sh: Kill nettest processes launched in subshell.
272 - gpio: ts4900: Do not set DAT and OE together
273 - gianfar: ethtool: Fix refcount leak in gfar_get_ts_info
274 - net: phy: DP83822: clear MISR2 register to disable interrupts
275 - sctp: fix kernel-infoleak for SCTP sockets
276 - net: bcmgenet: Don't claim WOL when its not available
277 - net: phy: meson-gxl: improve link-up behavior
278 - selftests/bpf: Add test for bpf_timer overwriting crash
279 - swiotlb: fix info leak with DMA_FROM_DEVICE
280 - usb: dwc3: pci: add support for the Intel Raptor Lake-S
281 - pinctrl: tigerlake: Revert "Add Alder Lake-M ACPI ID"
282 - KVM: Fix lockdep false negative during host resume
283 - kvm: x86: Disable KVM_HC_CLOCK_PAIRING if tsc is in always catchup mode
284 - spi: rockchip: Fix error in getting num-cs property
285 - spi: rockchip: terminate dma transmission when slave abort
286 - drm/vc4: hdmi: Unregister codec device on unbind
287 - x86/kvm: Don't use pv tlb/ipi/sched_yield if on 1 vCPU
288 - net-sysfs: add check for netdevice being present to speed_show
289 - hwmon: (pmbus) Clear pmbus fault/warning bits after read
290 - PCI: Mark all AMD Navi10 and Navi14 GPU ATS as broken
291 - gpio: Return EPROBE_DEFER if gc->to_irq is NULL
292 - drm/amdgpu: bypass tiling flag check in virtual display case (v2)
293 - Revert "xen-netback: remove 'hotplug-status' once it has served its purpose"
294 - Revert "xen-netback: Check for hotplug-status existence before watching"
295 - ipv6: prevent a possible race condition with lifetimes
296 - tracing: Ensure trace buffer is at least 4096 bytes large
297 - tracing/osnoise: Make osnoise_main to sleep for microseconds
298 - selftest/vm: fix map_fixed_noreplace test failure
299 - selftests/memfd: clean up mapping in mfd_fail_write
300 - ARM: Spectre-BHB: provide empty stub for non-config
301 - fuse: fix fileattr op failure
302 - fuse: fix pipe buffer lifetime for direct_io
303 - staging: rtl8723bs: Fix access-point mode deadlock
304 - staging: gdm724x: fix use after free in gdm_lte_rx()
305 - net: macb: Fix lost RX packet wakeup race in NAPI receive
306 - riscv: alternative only works on !XIP_KERNEL
307 - mmc: meson: Fix usage of meson_mmc_post_req()
308 - riscv: Fix auipc+jalr relocation range checks
309 - tracing/osnoise: Force quiescent states while tracing
310 - arm64: dts: marvell: armada-37xx: Remap IO space to bus address 0x0
311 - arm64: Ensure execute-only permissions are not allowed without EPAN
312 - arm64: kasan: fix include error in MTE functions
313 - swiotlb: rework "fix info leak with DMA_FROM_DEVICE"
314 - KVM: x86/mmu: kvm_faultin_pfn has to return false if pfh is returned
315 - virtio: unexport virtio_finalize_features
316 - virtio: acknowledge all features before access
317 - net/mlx5: Fix offloading with ESWITCH_IPV4_TTL_MODIFY_ENABLE
318 - ARM: fix Thumb2 regression with Spectre BHB
319 - watch_queue: Fix filter limit check
320 - watch_queue, pipe: Free watchqueue state after clearing pipe ring
321 - watch_queue: Fix to release page in ->release()
322 - watch_queue: Fix to always request a pow-of-2 pipe ring size
323 - watch_queue: Fix the alloc bitmap size to reflect notes allocated
324 - watch_queue: Free the alloc bitmap when the watch_queue is torn down
325 - watch_queue: Fix lack of barrier/sync/lock between post and read
326 - watch_queue: Make comment about setting ->defunct more accurate
327 - x86/boot: Fix memremap of setup_indirect structures
328 - x86/boot: Add setup_indirect support in early_memremap_is_setup_data()
329 - x86/sgx: Free backing memory after faulting the enclave page
330 - x86/traps: Mark do_int3() NOKPROBE_SYMBOL
331 - drm/panel: Select DRM_DP_HELPER for DRM_PANEL_EDP
332 - btrfs: make send work with concurrent block group relocation
333 - drm/i915: Workaround broken BIOS DBUF configuration on TGL/RKL
334 - riscv: dts: k210: fix broken IRQs on hart1
335 - block: drop unused includes in <linux/genhd.h>
336 - Revert "net: dsa: mv88e6xxx: flush switchdev FDB workqueue before removing
337 VLAN"
338 - vhost: allow batching hint without size
339 - Linux 5.15.29
340
341 * Jammy update: v5.15.28 upstream stable release (LP: #1966055)
342 - slip: fix macro redefine warning
343 - ARM: fix co-processor register typo
344 - ARM: Do not use NOCROSSREFS directive with ld.lld
345 - arm64: Do not include __READ_ONCE() block in assembly files
346 - ARM: fix build warning in proc-v7-bugs.c
347 - xen/xenbus: don't let xenbus_grant_ring() remove grants in error case
348 - xen/grant-table: add gnttab_try_end_foreign_access()
349 - xen/blkfront: don't use gnttab_query_foreign_access() for mapped status
350 - xen/netfront: don't use gnttab_query_foreign_access() for mapped status
351 - xen/scsifront: don't use gnttab_query_foreign_access() for mapped status
352 - xen/gntalloc: don't use gnttab_query_foreign_access()
353 - xen: remove gnttab_query_foreign_access()
354 - xen/9p: use alloc/free_pages_exact()
355 - xen/pvcalls: use alloc/free_pages_exact()
356 - xen/gnttab: fix gnttab_end_foreign_access() without page specified
357 - xen/netfront: react properly to failing gnttab_end_foreign_access_ref()
358 - Revert "ACPI: PM: s2idle: Cancel wakeup before dispatching EC GPE"
359 - Linux 5.15.28
360
361 * zfcpdump-kernel update to v5.15 (LP: #1965766)
362 - SAUCE: Audit: Fix incorrect static inline function declration.
363
364 * [22.04 FEAT] SMC-R v2 Support (LP: #1929035)
365 - net/smc: save stack space and allocate smc_init_info
366 - net/smc: prepare for SMC-Rv2 connection
367 - net/smc: add SMC-Rv2 connection establishment
368 - net/smc: add listen processing for SMC-Rv2
369 - net/smc: add v2 format of CLC decline message
370 - net/smc: retrieve v2 gid from IB device
371 - net/smc: add v2 support to the work request layer
372 - net/smc: extend LLC layer for SMC-Rv2
373 - net/smc: add netlink support for SMC-Rv2
374 - net/smc: stop links when their GID is removed
375 - net/smc: fix kernel panic caused by race of smc_sock
376 - net/smc: Fix hung_task when removing SMC-R devices
377
378 * [22.04 FEAT] Transparent PCI device recovery (LP: #1959532)
379 - s390/pci: tolerate inconsistent handle in recover
380 - s390/pci: add simpler s390dbf traces for events
381 - s390/pci: refresh function handle in iomap
382 - s390/pci: implement reset_slot for hotplug slot
383 - PCI: Export pci_dev_lock()
384 - s390/pci: implement minimal PCI error recovery
385
386 * Mute/mic LEDs no function on some HP platfroms (LP: #1965080)
387 - ALSA: hda/realtek: fix right sounds and mute/micmute LEDs for HP machines
388
389 * [22.04 FEAT] smc: Add User-defined EID (Enterprise ID) Support - kernel
390 (LP: #1929060)
391 - net/smc: add support for user defined EIDs
392 - net/smc: keep static copy of system EID
393 - net/smc: add generic netlink support for system EID
394
395 * Rotate to 2021v1 signing key (LP: #1964990)
396 - [Packaging] Rotate to 2021v1 signing key
397
398 * [22.04 FEAT] zcrypt DD: Exploitation Support of new IBM Z Crypto Hardware
399 (kernel part) (LP: #1959547)
400 - s390/zcrypt: rework of debug feature messages
401 - s390/ap/zcrypt: debug feature improvements
402 - s390/zcrypt: CEX8S exploitation support
403 - s390/zcrypt: handle checkstopped cards with new state
404 - s390/zcrypt: Support CPRB minor version T7
405 - s390/zcrypt: change reply buffer size offering
406 - s390/zcrypt: Provide target domain for EP11 cprbs to scheduling function
407 - s390/airq: use DMA memory for summary indicators
408
409 * [22.04 FEAT] [VS2103] Set KVM_CAP_S390_MEM_OP_EXTENSION capability to 211
410 (LP: #1963901)
411 - SAUCE: Set KVM_CAP_S390_MEM_OP_EXTENSION capability to 211
412
413 * dependency on crda obsolete according to Debian (LP: #1958918)
414 - [Packaging] switch dependency from crda to wireless-regdb
415
416 * Cirrus audio support [1028:0BB5] & [1028:0BB6] (LP: #1964748)
417 - ALSA: hda/cs8409: Add new Warlock SKUs to patch_cs8409
418
419 * Miscellaneous Ubuntu changes
420 - [Packaging] mark dkms-build-configure--zfs executable
421 - [Packaging] Fix bashism in dkms-build script
422 - [Packaging] Always catch errors in dkms-build scripts
423 - [Config] toolchain version update
424
425 * Miscellaneous upstream changes
426 - Ubuntu: remove leftover reference to ubuntu/hio driver
427 - Reverting commits 61005756c824 and cdb0f8e66513 due to a conflict with
428 LP#1929035. Re-pick them afterwards, which will establish the upstream
429 commit content and order again.
430 - Revert "UBUNTU: [Packaging] Rotate to 2021v1 signing key"
431
432 -- Paolo Pisati <paolo.pisati@canonical.com> Fri, 25 Mar 2022 11:25:10 +0100
8489541c 433
3fe20881 434linux (5.15.0-23.23) jammy; urgency=medium
0a6753e7 435
3fe20881 436 * jammy/linux: 5.15.0-23.23 -proposed tracker (LP: #1964573)
0a6753e7 437
3fe20881
PP
438 * Packaging resync (LP: #1786013)
439 - [Packaging] resync dkms-build{,--nvidia-N} from LRMv5
440 - debian/dkms-versions -- update from kernel-versions (main/master)
441
442 * [22.04 FEAT] KVM: Enable GISA support for Secure Execution guests
443 (LP: #1959977)
444 - KVM: s390: pv: make use of ultravisor AIV support
445
446 * intel_iommu breaks Intel IPU6 camera: isys port open ready failed -16
447 (LP: #1958004)
448 - SAUCE: iommu: intel-ipu: use IOMMU passthrough mode for Intel IPUs
449
450 * CVE-2022-23960
451 - ARM: report Spectre v2 status through sysfs
452 - ARM: early traps initialisation
453 - ARM: use LOADADDR() to get load address of sections
454 - ARM: Spectre-BHB workaround
455 - ARM: include unprivileged BPF status in Spectre V2 reporting
456 - arm64: Add Neoverse-N2, Cortex-A710 CPU part definition
457 - arm64: Add HWCAP for self-synchronising virtual counter
458 - arm64: Add Cortex-X2 CPU part definition
459 - arm64: add ID_AA64ISAR2_EL1 sys register
460 - arm64: cpufeature: add HWCAP for FEAT_AFP
461 - arm64: cpufeature: add HWCAP for FEAT_RPRES
462 - arm64: entry.S: Add ventry overflow sanity checks
463 - arm64: spectre: Rename spectre_v4_patch_fw_mitigation_conduit
464 - KVM: arm64: Allow indirect vectors to be used without SPECTRE_V3A
465 - arm64: entry: Make the trampoline cleanup optional
466 - arm64: entry: Free up another register on kpti's tramp_exit path
467 - arm64: entry: Move the trampoline data page before the text page
468 - arm64: entry: Allow tramp_alias to access symbols after the 4K boundary
469 - arm64: entry: Don't assume tramp_vectors is the start of the vectors
470 - arm64: entry: Move trampoline macros out of ifdef'd section
471 - arm64: entry: Make the kpti trampoline's kpti sequence optional
472 - arm64: entry: Allow the trampoline text to occupy multiple pages
473 - arm64: entry: Add non-kpti __bp_harden_el1_vectors for mitigations
474 - arm64: entry: Add vectors that have the bhb mitigation sequences
475 - arm64: entry: Add macro for reading symbol addresses from the trampoline
476 - arm64: Add percpu vectors for EL1
477 - arm64: proton-pack: Report Spectre-BHB vulnerabilities as part of Spectre-v2
478 - arm64: Mitigate spectre style branch history side channels
479 - KVM: arm64: Allow SMCCC_ARCH_WORKAROUND_3 to be discovered and migrated
480 - arm64: Use the clearbhb instruction in mitigations
481 - arm64: proton-pack: Include unprivileged eBPF status in Spectre v2
482 mitigation reporting
483 - ARM: fix build error when BPF_SYSCALL is disabled
484
485 * CVE-2021-26401
486 - x86/speculation: Use generic retpoline by default on AMD
487 - x86/speculation: Update link to AMD speculation whitepaper
488 - x86/speculation: Warn about Spectre v2 LFENCE mitigation
489 - x86/speculation: Warn about eIBRS + LFENCE + Unprivileged eBPF + SMT
490
491 * CVE-2022-0001
492 - x86,bugs: Unconditionally allow spectre_v2=retpoline,amd
493 - x86/speculation: Rename RETPOLINE_AMD to RETPOLINE_LFENCE
494 - x86/speculation: Add eIBRS + Retpoline options
495 - Documentation/hw-vuln: Update spectre doc
496 - x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation
497 reporting
498
499 * Jammy update: v5.15.27 upstream stable release (LP: #1964361)
500 - mac80211_hwsim: report NOACK frames in tx_status
501 - mac80211_hwsim: initialize ieee80211_tx_info at hw_scan_work
502 - i2c: bcm2835: Avoid clock stretching timeouts
503 - ASoC: rt5668: do not block workqueue if card is unbound
504 - ASoC: rt5682: do not block workqueue if card is unbound
505 - regulator: core: fix false positive in regulator_late_cleanup()
506 - Input: clear BTN_RIGHT/MIDDLE on buttonpads
507 - btrfs: get rid of warning on transaction commit when using flushoncommit
508 - KVM: arm64: vgic: Read HW interrupt pending state from the HW
509 - block: loop:use kstatfs.f_bsize of backing file to set discard granularity
510 - tipc: fix a bit overflow in tipc_crypto_key_rcv()
511 - cifs: do not use uninitialized data in the owner/group sid
512 - cifs: fix double free race when mount fails in cifs_get_root()
513 - cifs: modefromsids must add an ACE for authenticated users
514 - selftests/seccomp: Fix seccomp failure by adding missing headers
515 - drm/amd/pm: correct UMD pstate clocks for Dimgrey Cavefish and Beige Goby
516 - dmaengine: shdma: Fix runtime PM imbalance on error
517 - i2c: cadence: allow COMPILE_TEST
518 - i2c: imx: allow COMPILE_TEST
519 - i2c: qup: allow COMPILE_TEST
520 - net: usb: cdc_mbim: avoid altsetting toggling for Telit FN990
521 - block-map: add __GFP_ZERO flag for alloc_page in function bio_copy_kern
522 - usb: gadget: don't release an existing dev->buf
523 - usb: gadget: clear related members when goto fail
524 - exfat: reuse exfat_inode_info variable instead of calling EXFAT_I()
525 - exfat: fix i_blocks for files truncated over 4 GiB
526 - tracing: Add test for user space strings when filtering on string pointers
527 - arm64: Mark start_backtrace() notrace and NOKPROBE_SYMBOL
528 - serial: stm32: prevent TDR register overwrite when sending x_char
529 - ext4: drop ineligible txn start stop APIs
530 - ext4: simplify updating of fast commit stats
531 - ext4: fast commit may not fallback for ineligible commit
532 - ext4: fast commit may miss file actions
533 - sched/fair: Fix fault in reweight_entity
534 - ata: pata_hpt37x: fix PCI clock detection
535 - drm/amdgpu: check vm ready by amdgpu_vm->evicting flag
536 - tracing: Add ustring operation to filtering string pointers
537 - ipv6: fix skb drops in igmp6_event_query() and igmp6_event_report()
538 - NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment()
539 - NFSD: Fix zero-length NFSv3 WRITEs
540 - io_uring: fix no lock protection for ctx->cq_extra
541 - tools/resolve_btf_ids: Close ELF file on error
542 - mtd: spi-nor: Fix mtd size for s3an flashes
543 - MIPS: fix local_{add,sub}_return on MIPS64
544 - signal: In get_signal test for signal_group_exit every time through the loop
545 - PCI: mediatek-gen3: Disable DVFSRC voltage request
546 - PCI: rcar: Check if device is runtime suspended instead of
547 __clk_is_enabled()
548 - PCI: dwc: Do not remap invalid res
549 - PCI: aardvark: Fix checking for MEM resource type
550 - KVM: VMX: Don't unblock vCPU w/ Posted IRQ if IRQs are disabled in guest
551 - KVM: s390: Ensure kvm_arch_no_poll() is read once when blocking vCPU
552 - KVM: VMX: Read Posted Interrupt "control" exactly once per loop iteration
553 - KVM: X86: Ensure that dirty PDPTRs are loaded
554 - KVM: x86: Handle 32-bit wrap of EIP for EMULTYPE_SKIP with flat code seg
555 - KVM: x86: Exit to userspace if emulation prepared a completion callback
556 - i3c: fix incorrect address slot lookup on 64-bit
557 - i3c/master/mipi-i3c-hci: Fix a potentially infinite loop in
558 'hci_dat_v1_get_index()'
559 - tracing: Do not let synth_events block other dyn_event systems during create
560 - Input: ti_am335x_tsc - set ADCREFM for X configuration
561 - Input: ti_am335x_tsc - fix STEPCONFIG setup for Z2
562 - PCI: mvebu: Check for errors from pci_bridge_emul_init() call
563 - PCI: mvebu: Do not modify PCI IO type bits in conf_write
564 - PCI: mvebu: Fix support for bus mastering and PCI_COMMAND on emulated bridge
565 - PCI: mvebu: Fix configuring secondary bus of PCIe Root Port via emulated
566 bridge
567 - PCI: mvebu: Setup PCIe controller to Root Complex mode
568 - PCI: mvebu: Fix support for PCI_BRIDGE_CTL_BUS_RESET on emulated bridge
569 - PCI: mvebu: Fix support for PCI_EXP_DEVCTL on emulated bridge
570 - PCI: mvebu: Fix support for PCI_EXP_RTSTA on emulated bridge
571 - PCI: mvebu: Fix support for DEVCAP2, DEVCTL2 and LNKCTL2 registers on
572 emulated bridge
573 - NFSD: Fix verifier returned in stable WRITEs
574 - Revert "nfsd: skip some unnecessary stats in the v4 case"
575 - nfsd: fix crash on COPY_NOTIFY with special stateid
576 - x86/hyperv: Properly deal with empty cpumasks in hyperv_flush_tlb_multi()
577 - drm/i915: don't call free_mmap_offset when purging
578 - SUNRPC: Fix sockaddr handling in the svc_xprt_create_error trace point
579 - SUNRPC: Fix sockaddr handling in svcsock_accept_class trace points
580 - drm/sun4i: dw-hdmi: Fix missing put_device() call in sun8i_hdmi_phy_get
581 - drm/atomic: Check new_crtc_state->active to determine if CRTC needs disable
582 in self refresh mode
583 - ntb_hw_switchtec: Fix pff ioread to read into mmio_part_cfg_all
584 - ntb_hw_switchtec: Fix bug with more than 32 partitions
585 - drm/amdkfd: Check for null pointer after calling kmemdup
586 - drm/amdgpu: use spin_lock_irqsave to avoid deadlock by local interrupt
587 - i3c: master: dw: check return of dw_i3c_master_get_free_pos()
588 - dma-buf: cma_heap: Fix mutex locking section
589 - tracing/uprobes: Check the return value of kstrdup() for tu->filename
590 - tracing/probes: check the return value of kstrndup() for pbuf
591 - mm: defer kmemleak object creation of module_alloc()
592 - kasan: fix quarantine conflicting with init_on_free
593 - selftests/vm: make charge_reserved_hugetlb.sh work with existing cgroup
594 setting
595 - hugetlbfs: fix off-by-one error in hugetlb_vmdelete_list()
596 - drm/amdgpu/display: Only set vblank_disable_immediate when PSR is not
597 enabled
598 - drm/amdgpu: filter out radeon PCI device IDs
599 - drm/amdgpu: filter out radeon secondary ids as well
600 - drm/amd/display: Use adjusted DCN301 watermarks
601 - drm/amd/display: move FPU associated DSC code to DML folder
602 - ethtool: Fix link extended state for big endian
603 - octeontx2-af: Optimize KPU1 processing for variable-length headers
604 - octeontx2-af: Reset PTP config in FLR handler
605 - octeontx2-af: cn10k: RPM hardware timestamp configuration
606 - octeontx2-af: cn10k: Use appropriate register for LMAC enable
607 - octeontx2-af: Adjust LA pointer for cpt parse header
608 - octeontx2-af: Add KPU changes to parse NGIO as separate layer
609 - net/mlx5e: IPsec: Refactor checksum code in tx data path
610 - net/mlx5e: IPsec: Fix crypto offload for non TCP/UDP encapsulated traffic
611 - bpf: Use u64_stats_t in struct bpf_prog_stats
612 - bpf: Fix possible race in inc_misses_counter
613 - drm/amd/display: Update watermark values for DCN301
614 - drm: mxsfb: Set fallback bus format when the bridge doesn't provide one
615 - drm: mxsfb: Fix NULL pointer dereference
616 - riscv/mm: Add XIP_FIXUP for phys_ram_base
617 - drm/i915/display: split out dpt out of intel_display.c
618 - drm/i915/display: Move DRRS code its own file
619 - drm/i915: Disable DRRS on IVB/HSW port != A
620 - gve: Recording rx queue before sending to napi
621 - net: dsa: ocelot: seville: utilize of_mdiobus_register
622 - net: dsa: seville: register the mdiobus under devres
623 - ibmvnic: don't release napi in __ibmvnic_open()
624 - of: net: move of_net under net/
625 - net: ethernet: litex: Add the dependency on HAS_IOMEM
626 - drm/mediatek: mtk_dsi: Reset the dsi0 hardware
627 - cifs: protect session channel fields with chan_lock
628 - cifs: fix confusing unneeded warning message on smb2.1 and earlier
629 - drm/amd/display: Fix stream->link_enc unassigned during stream removal
630 - bnxt_en: Fix occasional ethtool -t loopback test failures
631 - drm/amd/display: For vblank_disable_immediate, check PSR is really used
632 - PCI: mvebu: Fix device enumeration regression
633 - net: of: fix stub of_net helpers for CONFIG_NET=n
634 - ALSA: intel_hdmi: Fix reference to PCM buffer address
635 - ucounts: Fix systemd LimitNPROC with private users regression
636 - riscv/efi_stub: Fix get_boot_hartid_from_fdt() return value
637 - riscv: Fix config KASAN && SPARSEMEM && !SPARSE_VMEMMAP
638 - riscv: Fix config KASAN && DEBUG_VIRTUAL
639 - iwlwifi: mvm: check debugfs_dir ptr before use
640 - ASoC: ops: Shift tested values in snd_soc_put_volsw() by +min
641 - iommu/vt-d: Fix double list_add when enabling VMD in scalable mode
642 - iommu/amd: Recover from event log overflow
643 - drm/i915: s/JSP2/ICP2/ PCH
644 - drm/amd/display: Reduce dmesg error to a debug print
645 - xen/netfront: destroy queues before real_num_tx_queues is zeroed
646 - thermal: core: Fix TZ_GET_TRIP NULL pointer dereference
647 - mac80211: fix EAPoL rekey fail in 802.3 rx path
648 - blktrace: fix use after free for struct blk_trace
649 - ntb: intel: fix port config status offset for SPR
650 - mm: Consider __GFP_NOWARN flag for oversized kvmalloc() calls
651 - xfrm: fix MTU regression
652 - netfilter: fix use-after-free in __nf_register_net_hook()
653 - bpf, sockmap: Do not ignore orig_len parameter
654 - xfrm: fix the if_id check in changelink
655 - xfrm: enforce validity of offload input flags
656 - e1000e: Correct NVM checksum verification flow
657 - net: fix up skbs delta_truesize in UDP GRO frag_list
658 - netfilter: nf_queue: don't assume sk is full socket
659 - netfilter: nf_queue: fix possible use-after-free
660 - netfilter: nf_queue: handle socket prefetch
661 - batman-adv: Request iflink once in batadv-on-batadv check
662 - batman-adv: Request iflink once in batadv_get_real_netdevice
663 - batman-adv: Don't expect inter-netns unique iflink indices
664 - net: ipv6: ensure we call ipv6_mc_down() at most once
665 - net: dcb: flush lingering app table entries for unregistered devices
666 - net: ipa: add an interconnect dependency
667 - net/smc: fix connection leak
668 - net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error generated by client
669 - net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error cause by server
670 - btrfs: fix ENOSPC failure when attempting direct IO write into NOCOW range
671 - mac80211: fix forwarded mesh frames AC & queue selection
672 - net: stmmac: fix return value of __setup handler
673 - mac80211: treat some SAE auth steps as final
674 - iavf: Fix missing check for running netdev
675 - net: sxgbe: fix return value of __setup handler
676 - ibmvnic: register netdev after init of adapter
677 - net: arcnet: com20020: Fix null-ptr-deref in com20020pci_probe()
678 - ixgbe: xsk: change !netif_carrier_ok() handling in ixgbe_xmit_zc()
679 - iavf: Fix deadlock in iavf_reset_task
680 - efivars: Respect "block" flag in efivar_entry_set_safe()
681 - auxdisplay: lcd2s: Fix lcd2s_redefine_char() feature
682 - firmware: arm_scmi: Remove space in MODULE_ALIAS name
683 - ASoC: cs4265: Fix the duplicated control name
684 - auxdisplay: lcd2s: Fix memory leak in ->remove()
685 - auxdisplay: lcd2s: Use proper API to free the instance of charlcd object
686 - can: gs_usb: change active_channels's type from atomic_t to u8
687 - iommu/tegra-smmu: Fix missing put_device() call in tegra_smmu_find
688 - arm64: dts: rockchip: Switch RK3399-Gru DP to SPDIF output
689 - igc: igc_read_phy_reg_gpy: drop premature return
690 - ARM: Fix kgdb breakpoint for Thumb2
691 - mips: setup: fix setnocoherentio() boolean setting
692 - ARM: 9182/1: mmu: fix returns from early_param() and __setup() functions
693 - mptcp: Correctly set DATA_FIN timeout when number of retransmits is large
694 - selftests: mlxsw: tc_police_scale: Make test more robust
695 - pinctrl: sunxi: Use unique lockdep classes for IRQs
696 - igc: igc_write_phy_reg_gpy: drop premature return
697 - ibmvnic: free reset-work-item when flushing
698 - memfd: fix F_SEAL_WRITE after shmem huge page allocated
699 - s390/extable: fix exception table sorting
700 - sched: Fix yet more sched_fork() races
701 - arm64: dts: juno: Remove GICv2m dma-range
702 - iommu/amd: Fix I/O page table memory leak
703 - MIPS: ralink: mt7621: do memory detection on KSEG1
704 - ARM: dts: switch timer config to common devkit8000 devicetree
705 - ARM: dts: Use 32KiHz oscillator on devkit8000
706 - soc: fsl: guts: Revert commit 3c0d64e867ed
707 - soc: fsl: guts: Add a missing memory allocation failure check
708 - soc: fsl: qe: Check of ioremap return value
709 - netfilter: nf_tables: prefer kfree_rcu(ptr, rcu) variant
710 - ARM: tegra: Move panels to AUX bus
711 - can: etas_es58x: change opened_channel_cnt's type from atomic_t to u8
712 - net: stmmac: enhance XDP ZC driver level switching performance
713 - net: stmmac: only enable DMA interrupts when ready
714 - ibmvnic: initialize rc before completing wait
715 - ibmvnic: define flush_reset_queue helper
716 - ibmvnic: complete init_done on transport events
717 - net: chelsio: cxgb3: check the return value of pci_find_capability()
718 - net: sparx5: Fix add vlan when invalid operation
719 - iavf: Refactor iavf state machine tracking
720 - iavf: Add __IAVF_INIT_FAILED state
721 - iavf: Combine init and watchdog state machines
722 - iavf: Add trace while removing device
723 - iavf: Rework mutexes for better synchronisation
724 - iavf: Add helper function to go from pci_dev to adapter
725 - iavf: Fix kernel BUG in free_msi_irqs
726 - iavf: Add waiting so the port is initialized in remove
727 - iavf: Fix init state closure on remove
728 - iavf: Fix locking for VIRTCHNL_OP_GET_OFFLOAD_VLAN_V2_CAPS
729 - iavf: Fix race in init state
730 - iavf: Fix __IAVF_RESETTING state usage
731 - drm/i915/guc/slpc: Correct the param count for unset param
732 - drm/bridge: ti-sn65dsi86: Properly undo autosuspend
733 - e1000e: Fix possible HW unit hang after an s0ix exit
734 - MIPS: ralink: mt7621: use bitwise NOT instead of logical
735 - nl80211: Handle nla_memdup failures in handle_nan_filter
736 - drm/amdgpu: fix suspend/resume hang regression
737 - net: dcb: disable softirqs in dcbnl_flush_dev()
738 - selftests: mlxsw: resource_scale: Fix return value
739 - net: stmmac: perserve TX and RX coalesce value during XDP setup
740 - iavf: do not override the adapter state in the watchdog task (again)
741 - iavf: missing unlocks in iavf_watchdog_task()
742 - MAINTAINERS: adjust file entry for of_net.c after movement
743 - Input: elan_i2c - move regulator_[en|dis]able() out of
744 elan_[en|dis]able_power()
745 - Input: elan_i2c - fix regulator enable count imbalance after suspend/resume
746 - Input: samsung-keypad - properly state IOMEM dependency
747 - HID: add mapping for KEY_DICTATE
748 - HID: add mapping for KEY_ALL_APPLICATIONS
749 - tracing/histogram: Fix sorting on old "cpu" value
750 - tracing: Fix return value of __setup handlers
751 - btrfs: fix lost prealloc extents beyond eof after full fsync
752 - btrfs: fix relocation crash due to premature return from
753 btrfs_commit_transaction()
754 - btrfs: do not WARN_ON() if we have PageError set
755 - btrfs: qgroup: fix deadlock between rescan worker and remove qgroup
756 - btrfs: add missing run of delayed items after unlink during log replay
757 - btrfs: do not start relocation until in progress drops are done
758 - Revert "xfrm: xfrm_state_mtu should return at least 1280 for ipv6"
759 - proc: fix documentation and description of pagemap
760 - KVM: x86/mmu: Passing up the error state of mmu_alloc_shadow_roots()
761 - hamradio: fix macro redefine warning
762 - Linux 5.15.27
763 - [Config] updateconfigs
764
765 * devices on thunderbolt dock are not recognized on adl-p platform
766 (LP: #1955016)
767 - thunderbolt: Tear down existing tunnels when resuming from hibernate
768 - thunderbolt: Runtime resume USB4 port when retimers are scanned
769 - thunderbolt: Do not allow subtracting more NFC credits than configured
770 - thunderbolt: Do not program path HopIDs for USB4 routers
771 - thunderbolt: Add debug logging of DisplayPort resource allocation
772
773 * MT7921[14c3:7961] ASPM is disabled and it affects power consumption
774 (LP: #1955882)
775 - mt76: mt7921: enable aspm by default
776
777 * Add proper runtime PM support to Realtek PCIe cardreader (LP: #1963615)
778 - mmc: rtsx: Use pm_runtime_{get, put}() to handle runtime PM
779 - misc: rtsx: Rework runtime power management flow
780 - misc: rtsx: Cleanup power management ops
781 - misc: rtsx: Quiesce rts5249 on system suspend
782 - mmc: rtsx: Let MMC core handle runtime PM
783 - misc: rtsx: conditionally build rtsx_pm_power_saving()
784 - misc: rtsx: rts522a rts5228 rts5261 support Runtime PM
785 - mmc: rtsx: Fix build errors/warnings for unused variable
786 - mmc: rtsx: add 74 Clocks in power on flow
787
788 * [22.04 FEAT] In-kernel crypto: SIMD implementation of chacha20
789 (LP: #1853152)
790 - s390/crypto: add SIMD implementation for ChaCha20
791 - s390/crypto: fix compile error for ChaCha20 module
792
793 * Add ConnectX7 support and bug fixes to Jammy (LP: #1962185)
794 - IB/mlx5: Expose NDR speed through MAD
795
796 * INVALID or PRIVATE BUG (LP: #1959890)
797 - [Config] Deactivate CONFIG_QETH_OSX kernel config option
798
799 * Move virtual graphics drivers from linux-modules-extra to linux-modules
800 (LP: #1960633)
801 - [Packaging] Move VM DRM drivers into modules
802
803 * Not able to enter s2idle state on AMD platforms (LP: #1961121)
804 - HID: amd_sfh: Handle amd_sfh work buffer in PM ops
805 - HID: amd_sfh: Disable the interrupt for all command
806 - HID: amd_sfh: Add functionality to clear interrupts
807 - HID: amd_sfh: Add interrupt handler to process interrupts
808
809 * INVALID or PRIVATE BUG (LP: #1960580)
810 - s390/kexec_file: move kernel image size check
811 - s390: support command lines longer than 896 bytes
812
813 * [UBUNTU 20.04] kernel: Add support for CPU-MF counter second version 7
814 (LP: #1960182)
815 - s390/cpumf: Support for CPU Measurement Facility CSVN 7
816 - s390/cpumf: Support for CPU Measurement Sampling Facility LS bit
817
818 * [SRU]PCI: vmd: Do not disable MSI-X remapping if interrupt remapping is
819 enabled by IOMMU (LP: #1937295)
820 - PCI: vmd: Do not disable MSI-X remapping if interrupt remapping is enabled
821 by IOMMU
822
823 * Jammy update: v5.15.26 upstream stable release (LP: #1963891)
824 - mm/filemap: Fix handling of THPs in generic_file_buffered_read()
825 - cgroup/cpuset: Fix a race between cpuset_attach() and cpu hotplug
826 - cgroup-v1: Correct privileges check in release_agent writes
827 - x86/ptrace: Fix xfpregs_set()'s incorrect xmm clearing
828 - btrfs: tree-checker: check item_size for inode_item
829 - btrfs: tree-checker: check item_size for dev_item
830 - clk: jz4725b: fix mmc0 clock gating
831 - io_uring: don't convert to jiffies for waiting on timeouts
832 - io_uring: disallow modification of rsrc_data during quiesce
833 - selinux: fix misuse of mutex_is_locked()
834 - vhost/vsock: don't check owner in vhost_vsock_stop() while releasing
835 - parisc/unaligned: Fix fldd and fstd unaligned handlers on 32-bit kernel
836 - parisc/unaligned: Fix ldw() and stw() unalignment handlers
837 - KVM: x86/mmu: make apf token non-zero to fix bug
838 - drm/amd/display: Protect update_bw_bounding_box FPU code.
839 - drm/amd/pm: fix some OEM SKU specific stability issues
840 - drm/amd: Check if ASPM is enabled from PCIe subsystem
841 - drm/amdgpu: disable MMHUB PG for Picasso
842 - drm/amdgpu: do not enable asic reset for raven2
843 - drm/i915: Widen the QGV point mask
844 - drm/i915: Correctly populate use_sagv_wm for all pipes
845 - drm/i915: Fix bw atomic check when switching between SAGV vs. no SAGV
846 - sr9700: sanity check for packet length
847 - USB: zaurus: support another broken Zaurus
848 - CDC-NCM: avoid overflow in sanity checking
849 - netfilter: xt_socket: fix a typo in socket_mt_destroy()
850 - netfilter: xt_socket: missing ifdef CONFIG_IP6_NF_IPTABLES dependency
851 - tee: export teedev_open() and teedev_close_context()
852 - optee: use driver internal tee_context for some rpc
853 - ping: remove pr_err from ping_lookup
854 - Revert "i40e: Fix reset bw limit when DCB enabled with 1 TC"
855 - gpu: host1x: Always return syncpoint value when waiting
856 - perf evlist: Fix failed to use cpu list for uncore events
857 - perf data: Fix double free in perf_session__delete()
858 - mptcp: fix race in incoming ADD_ADDR option processing
859 - mptcp: add mibs counter for ignored incoming options
860 - selftests: mptcp: fix diag instability
861 - selftests: mptcp: be more conservative with cookie MPJ limits
862 - bnx2x: fix driver load from initrd
863 - bnxt_en: Fix active FEC reporting to ethtool
864 - bnxt_en: Fix offline ethtool selftest with RDMA enabled
865 - bnxt_en: Fix incorrect multicast rx mask setting when not requested
866 - hwmon: Handle failure to register sensor with thermal zone correctly
867 - net/mlx5: Fix tc max supported prio for nic mode
868 - ice: check the return of ice_ptp_gettimex64
869 - ice: initialize local variable 'tlv'
870 - net/mlx5: Update the list of the PCI supported devices
871 - bpf: Fix crash due to incorrect copy_map_value
872 - bpf: Do not try bpf_msg_push_data with len 0
873 - selftests: bpf: Check bpf_msg_push_data return value
874 - bpf: Fix a bpf_timer initialization issue
875 - bpf: Add schedule points in batch ops
876 - io_uring: add a schedule point in io_add_buffers()
877 - net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friends
878 - nvme: also mark passthrough-only namespaces ready in nvme_update_ns_info
879 - tipc: Fix end of loop tests for list_for_each_entry()
880 - gso: do not skip outer ip header in case of ipip and net_failover
881 - net: mv643xx_eth: process retval from of_get_mac_address
882 - openvswitch: Fix setting ipv6 fields causing hw csum failure
883 - drm/edid: Always set RGB444
884 - net/mlx5e: Fix wrong return value on ioctl EEPROM query failure
885 - drm/vc4: crtc: Fix runtime_pm reference counting
886 - drm/i915/dg2: Print PHY name properly on calibration error
887 - net/sched: act_ct: Fix flow table lookup after ct clear or switching zones
888 - net: ll_temac: check the return value of devm_kmalloc()
889 - net: Force inlining of checksum functions in net/checksum.h
890 - netfilter: nf_tables: unregister flowtable hooks on netns exit
891 - nfp: flower: Fix a potential leak in nfp_tunnel_add_shared_mac()
892 - net: mdio-ipq4019: add delay after clock enable
893 - netfilter: nf_tables: fix memory leak during stateful obj update
894 - net/smc: Use a mutex for locking "struct smc_pnettable"
895 - surface: surface3_power: Fix battery readings on batteries without a serial
896 number
897 - udp_tunnel: Fix end of loop test in udp_tunnel_nic_unregister()
898 - net/mlx5: DR, Cache STE shadow memory
899 - ibmvnic: schedule failover only if vioctl fails
900 - net/mlx5: DR, Don't allow match on IP w/o matching on full
901 ethertype/ip_version
902 - net/mlx5: Fix possible deadlock on rule deletion
903 - net/mlx5: Fix wrong limitation of metadata match on ecpf
904 - net/mlx5: DR, Fix the threshold that defines when pool sync is initiated
905 - net/mlx5e: MPLSoUDP decap, fix check for unsupported matches
906 - net/mlx5e: kTLS, Use CHECKSUM_UNNECESSARY for device-offloaded packets
907 - net/mlx5: Update log_max_qp value to be 17 at most
908 - spi: spi-zynq-qspi: Fix a NULL pointer dereference in
909 zynq_qspi_exec_mem_op()
910 - gpio: rockchip: Reset int_bothedge when changing trigger
911 - regmap-irq: Update interrupt clear register for proper reset
912 - net-timestamp: convert sk->sk_tskey to atomic_t
913 - RDMA/rtrs-clt: Fix possible double free in error case
914 - RDMA/rtrs-clt: Move free_permit from free_clt to rtrs_clt_close
915 - bnxt_en: Increase firmware message response DMA wait time
916 - configfs: fix a race in configfs_{,un}register_subsystem()
917 - RDMA/ib_srp: Fix a deadlock
918 - tracing: Dump stacktrace trigger to the corresponding instance
919 - tracing: Have traceon and traceoff trigger honor the instance
920 - iio:imu:adis16480: fix buffering for devices with no burst mode
921 - iio: adc: men_z188_adc: Fix a resource leak in an error handling path
922 - iio: adc: tsc2046: fix memory corruption by preventing array overflow
923 - iio: adc: ad7124: fix mask used for setting AIN_BUFP & AIN_BUFM bits
924 - iio: accel: fxls8962af: add padding to regmap for SPI
925 - iio: imu: st_lsm6dsx: wait for settling time in st_lsm6dsx_read_oneshot
926 - iio: Fix error handling for PM
927 - sc16is7xx: Fix for incorrect data being transmitted
928 - ata: pata_hpt37x: disable primary channel on HPT371
929 - Revert "USB: serial: ch341: add new Product ID for CH341A"
930 - usb: gadget: rndis: add spinlock for rndis response list
931 - USB: gadget: validate endpoint index for xilinx udc
932 - tracefs: Set the group ownership in apply_options() not parse_options()
933 - USB: serial: option: add support for DW5829e
934 - USB: serial: option: add Telit LE910R1 compositions
935 - usb: dwc2: drd: fix soft connect when gadget is unconfigured
936 - usb: dwc3: pci: Add "snps,dis_u2_susphy_quirk" for Intel Bay Trail
937 - usb: dwc3: pci: Fix Bay Trail phy GPIO mappings
938 - usb: dwc3: gadget: Let the interrupt handler disable bottom halves.
939 - xhci: re-initialize the HC during resume if HCE was set
940 - xhci: Prevent futile URB re-submissions due to incorrect return value.
941 - nvmem: core: Fix a conflict between MTD and NVMEM on wp-gpios property
942 - mtd: core: Fix a conflict between MTD and NVMEM on wp-gpios property
943 - driver core: Free DMA range map when device is released
944 - btrfs: prevent copying too big compressed lzo segment
945 - RDMA/cma: Do not change route.addr.src_addr outside state checks
946 - thermal: int340x: fix memory leak in int3400_notify()
947 - staging: fbtft: fb_st7789v: reset display before initialization
948 - tps6598x: clear int mask on probe failure
949 - IB/qib: Fix duplicate sysfs directory name
950 - riscv: fix nommu_k210_sdcard_defconfig
951 - riscv: fix oops caused by irqsoff latency tracer
952 - tty: n_gsm: fix encoding of control signal octet bit DV
953 - tty: n_gsm: fix proper link termination after failed open
954 - tty: n_gsm: fix NULL pointer access due to DLCI release
955 - tty: n_gsm: fix wrong tty control line for flow control
956 - tty: n_gsm: fix wrong modem processing in convergence layer type 2
957 - tty: n_gsm: fix deadlock in gsmtty_open()
958 - pinctrl: fix loop in k210_pinconf_get_drive()
959 - pinctrl: k210: Fix bias-pull-up
960 - gpio: tegra186: Fix chip_data type confusion
961 - memblock: use kfree() to release kmalloced memblock regions
962 - ice: Fix race conditions between virtchnl handling and VF ndo ops
963 - ice: fix concurrent reset and removal of VFs
964 - Linux 5.15.26
965
966 * Jammy update: v5.15.25 upstream stable release (LP: #1963890)
967 - drm/nouveau/pmu/gm200-: use alternate falcon reset sequence
968 - fs/proc: task_mmu.c: don't read mapcount for migration entry
969 - btrfs: zoned: cache reported zone during mount
970 - HID:Add support for UGTABLET WP5540
971 - Revert "svm: Add warning message for AVIC IPI invalid target"
972 - parisc: Show error if wrong 32/64-bit compiler is being used
973 - serial: parisc: GSC: fix build when IOSAPIC is not set
974 - parisc: Drop __init from map_pages declaration
975 - parisc: Fix data TLB miss in sba_unmap_sg
976 - parisc: Fix sglist access in ccio-dma.c
977 - mmc: block: fix read single on recovery logic
978 - mm: don't try to NUMA-migrate COW pages that have other uses
979 - HID: amd_sfh: Add illuminance mask to limit ALS max value
980 - HID: i2c-hid: goodix: Fix a lockdep splat
981 - HID: amd_sfh: Increase sensor command timeout
982 - HID: amd_sfh: Correct the structure field name
983 - PCI: hv: Fix NUMA node assignment when kernel boots with custom NUMA
984 topology
985 - parisc: Add ioread64_lo_hi() and iowrite64_lo_hi()
986 - btrfs: send: in case of IO error log it
987 - platform/x86: touchscreen_dmi: Add info for the RWC NANOTE P8 AY07J 2-in-1
988 - platform/x86: ISST: Fix possible circular locking dependency detected
989 - kunit: tool: Import missing importlib.abc
990 - selftests: rtc: Increase test timeout so that all tests run
991 - kselftest: signal all child processes
992 - net: ieee802154: at86rf230: Stop leaking skb's
993 - selftests/zram: Skip max_comp_streams interface on newer kernel
994 - selftests/zram01.sh: Fix compression ratio calculation
995 - selftests/zram: Adapt the situation that /dev/zram0 is being used
996 - selftests: openat2: Print also errno in failure messages
997 - selftests: openat2: Add missing dependency in Makefile
998 - selftests: openat2: Skip testcases that fail with EOPNOTSUPP
999 - selftests: skip mincore.check_file_mmap when fs lacks needed support
1000 - ax25: improve the incomplete fix to avoid UAF and NPD bugs
1001 - pinctrl: bcm63xx: fix unmet dependency on REGMAP for GPIO_REGMAP
1002 - vfs: make freeze_super abort when sync_filesystem returns error
1003 - quota: make dquot_quota_sync return errors from ->sync_fs
1004 - scsi: pm80xx: Fix double completion for SATA devices
1005 - kselftest: Fix vdso_test_abi return status
1006 - scsi: core: Reallocate device's budget map on queue depth change
1007 - scsi: pm8001: Fix use-after-free for aborted TMF sas_task
1008 - scsi: pm8001: Fix use-after-free for aborted SSP/STP sas_task
1009 - drm/amd: Warn users about potential s0ix problems
1010 - nvme: fix a possible use-after-free in controller reset during load
1011 - nvme-tcp: fix possible use-after-free in transport error_recovery work
1012 - nvme-rdma: fix possible use-after-free in transport error_recovery work
1013 - net: sparx5: do not refer to skb after passing it on
1014 - drm/amd: add support to check whether the system is set to s3
1015 - drm/amd: Only run s3 or s0ix if system is configured properly
1016 - drm/amdgpu: fix logic inversion in check
1017 - x86/Xen: streamline (and fix) PV CPU enumeration
1018 - Revert "module, async: async_synchronize_full() on module init iff async is
1019 used"
1020 - gcc-plugins/stackleak: Use noinstr in favor of notrace
1021 - random: wake up /dev/random writers after zap
1022 - KVM: x86/xen: Fix runstate updates to be atomic when preempting vCPU
1023 - KVM: x86: nSVM/nVMX: set nested_run_pending on VM entry which is a result of
1024 RSM
1025 - KVM: x86: SVM: don't passthrough SMAP/SMEP/PKE bits in !NPT && !gCR0.PG case
1026 - KVM: x86: nSVM: fix potential NULL derefernce on nested migration
1027 - KVM: x86: nSVM: mark vmcb01 as dirty when restoring SMM saved state
1028 - iwlwifi: fix use-after-free
1029 - drm/radeon: Fix backlight control on iMac 12,1
1030 - drm/atomic: Don't pollute crtc_state->mode_blob with error pointers
1031 - drm/amd/pm: correct the sequence of sending gpu reset msg
1032 - drm/amdgpu: skipping SDMA hw_init and hw_fini for S0ix.
1033 - drm/i915/opregion: check port number bounds for SWSCI display power state
1034 - drm/i915: Fix dbuf slice config lookup
1035 - drm/i915: Fix mbus join config lookup
1036 - vsock: remove vsock from connected table when connect is interrupted by a
1037 signal
1038 - drm/cma-helper: Set VM_DONTEXPAND for mmap
1039 - drm/i915/gvt: Make DRM_I915_GVT depend on X86
1040 - drm/i915/ttm: tweak priority hint selection
1041 - iwlwifi: pcie: fix locking when "HW not ready"
1042 - iwlwifi: pcie: gen2: fix locking when "HW not ready"
1043 - iwlwifi: mvm: don't send SAR GEO command for 3160 devices
1044 - selftests: netfilter: fix exit value for nft_concat_range
1045 - netfilter: nft_synproxy: unregister hooks on init error path
1046 - selftests: netfilter: disable rp_filter on router
1047 - ipv4: fix data races in fib_alias_hw_flags_set
1048 - ipv6: fix data-race in fib6_info_hw_flags_set / fib6_purge_rt
1049 - ipv6: mcast: use rcu-safe version of ipv6_get_lladdr()
1050 - ipv6: per-netns exclusive flowlabel checks
1051 - Revert "net: ethernet: bgmac: Use devm_platform_ioremap_resource_byname"
1052 - mac80211: mlme: check for null after calling kmemdup
1053 - brcmfmac: firmware: Fix crash in brcm_alt_fw_path
1054 - cfg80211: fix race in netlink owner interface destruction
1055 - net: dsa: lan9303: fix reset on probe
1056 - net: dsa: mv88e6xxx: flush switchdev FDB workqueue before removing VLAN
1057 - net: dsa: lantiq_gswip: fix use after free in gswip_remove()
1058 - net: dsa: lan9303: handle hwaccel VLAN tags
1059 - net: dsa: lan9303: add VLAN IDs to master device
1060 - net: ieee802154: ca8210: Fix lifs/sifs periods
1061 - ping: fix the dif and sdif check in ping_lookup
1062 - bonding: force carrier update when releasing slave
1063 - drop_monitor: fix data-race in dropmon_net_event / trace_napi_poll_hit
1064 - net_sched: add __rcu annotation to netdev->qdisc
1065 - bonding: fix data-races around agg_select_timer
1066 - libsubcmd: Fix use-after-free for realloc(..., 0)
1067 - net/smc: Avoid overwriting the copies of clcsock callback functions
1068 - net: phy: mediatek: remove PHY mode check on MT7531
1069 - atl1c: fix tx timeout after link flap on Mikrotik 10/25G NIC
1070 - tipc: fix wrong publisher node address in link publications
1071 - dpaa2-switch: fix default return of dpaa2_switch_flower_parse_mirror_key
1072 - dpaa2-eth: Initialize mutex used in one step timestamping path
1073 - net: bridge: multicast: notify switchdev driver whenever MC processing gets
1074 disabled
1075 - perf bpf: Defer freeing string after possible strlen() on it
1076 - selftests/exec: Add non-regular to TEST_GEN_PROGS
1077 - arm64: Correct wrong label in macro __init_el2_gicv3
1078 - ALSA: usb-audio: revert to IMPLICIT_FB_FIXED_DEV for M-Audio FastTrack Ultra
1079 - ALSA: hda/realtek: Add quirk for Legion Y9000X 2019
1080 - ALSA: hda/realtek: Fix deadlock by COEF mutex
1081 - ALSA: hda: Fix regression on forced probe mask option
1082 - ALSA: hda: Fix missing codec probe on Shenker Dock 15
1083 - ASoC: ops: Fix stereo change notifications in snd_soc_put_volsw()
1084 - ASoC: ops: Fix stereo change notifications in snd_soc_put_volsw_range()
1085 - ASoC: ops: Fix stereo change notifications in snd_soc_put_volsw_sx()
1086 - ASoC: ops: Fix stereo change notifications in snd_soc_put_xr_sx()
1087 - cifs: fix set of group SID via NTSD xattrs
1088 - powerpc/603: Fix boot failure with DEBUG_PAGEALLOC and KFENCE
1089 - powerpc/lib/sstep: fix 'ptesync' build error
1090 - mtd: rawnand: gpmi: don't leak PM reference in error path
1091 - smb3: fix snapshot mount option
1092 - tipc: fix wrong notification node addresses
1093 - scsi: ufs: Remove dead code
1094 - scsi: ufs: Fix a deadlock in the error handler
1095 - ASoC: tas2770: Insert post reset delay
1096 - ASoC: qcom: Actually clear DMA interrupt register for HDMI
1097 - block/wbt: fix negative inflight counter when remove scsi device
1098 - NFS: Remove an incorrect revalidation in nfs4_update_changeattr_locked()
1099 - NFS: LOOKUP_DIRECTORY is also ok with symlinks
1100 - NFS: Do not report writeback errors in nfs_getattr()
1101 - tty: n_tty: do not look ahead for EOL character past the end of the buffer
1102 - block: fix surprise removal for drivers calling blk_set_queue_dying
1103 - mtd: rawnand: qcom: Fix clock sequencing in qcom_nandc_probe()
1104 - mtd: parsers: qcom: Fix kernel panic on skipped partition
1105 - mtd: parsers: qcom: Fix missing free for pparts in cleanup
1106 - mtd: phram: Prevent divide by zero bug in phram_setup()
1107 - mtd: rawnand: brcmnand: Fixed incorrect sub-page ECC status
1108 - HID: elo: fix memory leak in elo_probe
1109 - mtd: rawnand: ingenic: Fix missing put_device in ingenic_ecc_get
1110 - Drivers: hv: vmbus: Fix memory leak in vmbus_add_channel_kobj
1111 - KVM: x86/pmu: Refactoring find_arch_event() to pmc_perf_hw_id()
1112 - KVM: x86/pmu: Don't truncate the PerfEvtSeln MSR when creating a perf event
1113 - KVM: x86/pmu: Use AMD64_RAW_EVENT_MASK for PERF_TYPE_RAW
1114 - ARM: OMAP2+: hwmod: Add of_node_put() before break
1115 - ARM: OMAP2+: adjust the location of put_device() call in omapdss_init_of
1116 - phy: usb: Leave some clocks running during suspend
1117 - staging: vc04_services: Fix RCU dereference check
1118 - phy: phy-mtk-tphy: Fix duplicated argument in phy-mtk-tphy
1119 - irqchip/sifive-plic: Add missing thead,c900-plic match string
1120 - x86/bug: Merge annotate_reachable() into _BUG_FLAGS() asm
1121 - netfilter: conntrack: don't refresh sctp entries in closed state
1122 - ksmbd: fix same UniqueId for dot and dotdot entries
1123 - ksmbd: don't align last entry offset in smb2 query directory
1124 - arm64: dts: meson-gx: add ATF BL32 reserved-memory region
1125 - arm64: dts: meson-g12: add ATF BL32 reserved-memory region
1126 - arm64: dts: meson-g12: drop BL32 region from SEI510/SEI610
1127 - pidfd: fix test failure due to stack overflow on some arches
1128 - selftests: fixup build warnings in pidfd / clone3 tests
1129 - mm: io_uring: allow oom-killer from io_uring_setup
1130 - kconfig: let 'shell' return enough output for deep path names
1131 - ata: libata-core: Disable TRIM on M88V29
1132 - soc: aspeed: lpc-ctrl: Block error printing on probe defer cases
1133 - xprtrdma: fix pointer derefs in error cases of rpcrdma_ep_create
1134 - drm/rockchip: dw_hdmi: Do not leave clock enabled in error case
1135 - tracing: Fix tp_printk option related with tp_printk_stop_on_boot
1136 - display/amd: decrease message verbosity about watermarks table failure
1137 - drm/amd/display: Cap pflip irqs per max otg number
1138 - drm/amd/display: fix yellow carp wm clamping
1139 - net: usb: qmi_wwan: Add support for Dell DW5829e
1140 - net: macb: Align the dma and coherent dma masks
1141 - kconfig: fix failing to generate auto.conf
1142 - scsi: lpfc: Fix pt2pt NVMe PRLI reject LOGO loop
1143 - EDAC: Fix calculation of returned address and next offset in
1144 edac_align_ptr()
1145 - ucounts: Handle wrapping in is_ucounts_overlimit
1146 - ucounts: In set_cred_ucounts assume new->ucounts is non-NULL
1147 - ucounts: Base set_cred_ucounts changes on the real user
1148 - ucounts: Enforce RLIMIT_NPROC not RLIMIT_NPROC+1
1149 - lib/iov_iter: initialize "flags" in new pipe_buffer
1150 - rlimit: Fix RLIMIT_NPROC enforcement failure caused by capability calls in
1151 set_user
1152 - ucounts: Move RLIMIT_NPROC handling after set_user
1153 - net: sched: limit TC_ACT_REPEAT loops
1154 - dmaengine: sh: rcar-dmac: Check for error num after setting mask
1155 - dmaengine: stm32-dmamux: Fix PM disable depth imbalance in
1156 stm32_dmamux_probe
1157 - dmaengine: sh: rcar-dmac: Check for error num after dma_set_max_seg_size
1158 - tests: fix idmapped mount_setattr test
1159 - i2c: qcom-cci: don't delete an unregistered adapter
1160 - i2c: qcom-cci: don't put a device tree node before i2c_add_adapter()
1161 - dmaengine: ptdma: Fix the error handling path in pt_core_init()
1162 - copy_process(): Move fd_install() out of sighand->siglock critical section
1163 - scsi: qedi: Fix ABBA deadlock in qedi_process_tmf_resp() and
1164 qedi_process_cmd_cleanup_resp()
1165 - ice: enable parsing IPSEC SPI headers for RSS
1166 - i2c: brcmstb: fix support for DSL and CM variants
1167 - lockdep: Correct lock_classes index mapping
1168 - Linux 5.15.25
1169
1170 * Jammy update: v5.15.24 upstream stable release (LP: #1963889)
1171 - integrity: check the return value of audit_log_start()
1172 - ima: fix reference leak in asymmetric_verify()
1173 - ima: Remove ima_policy file before directory
1174 - ima: Allow template selection with ima_template[_fmt]= after ima_hash=
1175 - ima: Do not print policy rule with inactive LSM labels
1176 - mmc: sdhci-of-esdhc: Check for error num after setting mask
1177 - mmc: core: Wait for command setting 'Power Off Notification' bit to complete
1178 - can: isotp: fix potential CAN frame reception race in isotp_rcv()
1179 - can: isotp: fix error path in isotp_sendmsg() to unlock wait queue
1180 - net: phy: marvell: Fix RGMII Tx/Rx delays setting in 88e1121-compatible PHYs
1181 - net: phy: marvell: Fix MDI-x polarity setting in 88e1118-compatible PHYs
1182 - NFS: Fix initialisation of nfs_client cl_flags field
1183 - NFSD: Fix NFSv3 SETATTR/CREATE's handling of large file sizes
1184 - NFSD: Fix ia_size underflow
1185 - NFSD: Clamp WRITE offsets
1186 - NFSD: Fix offset type in I/O trace points
1187 - NFSD: Fix the behavior of READ near OFFSET_MAX
1188 - thermal/drivers/int340x: Improve the tcc offset saving for suspend/resume
1189 - thermal/drivers/int340x: processor_thermal: Suppot 64 bit RFIM responses
1190 - thermal: int340x: Limit Kconfig to 64-bit
1191 - thermal/drivers/int340x: Fix RFIM mailbox write commands
1192 - tracing: Propagate is_signed to expression
1193 - NFS: change nfs_access_get_cached to only report the mask
1194 - NFSv4 only print the label when its queried
1195 - nfs: nfs4clinet: check the return value of kstrdup()
1196 - NFSv4.1: Fix uninitialised variable in devicenotify
1197 - NFSv4 remove zero number of fs_locations entries error check
1198 - NFSv4 store server support for fs_location attribute
1199 - NFSv4.1 query for fs_location attr on a new file system
1200 - NFSv4 expose nfs_parse_server_name function
1201 - NFSv4 handle port presence in fs_location server string
1202 - SUNRPC allow for unspecified transport time in rpc_clnt_add_xprt
1203 - net/sunrpc: fix reference count leaks in rpc_sysfs_xprt_state_change
1204 - sunrpc: Fix potential race conditions in rpc_sysfs_xprt_state_change()
1205 - irqchip/realtek-rtl: Service all pending interrupts
1206 - perf/x86/rapl: fix AMD event handling
1207 - x86/perf: Avoid warning for Arch LBR without XSAVE
1208 - sched: Avoid double preemption in __cond_resched_*lock*()
1209 - drm/vc4: Fix deadlock on DSI device attach error
1210 - drm: panel-orientation-quirks: Add quirk for the 1Netbook OneXPlayer
1211 - net: sched: Clarify error message when qdisc kind is unknown
1212 - powerpc/fixmap: Fix VM debug warning on unmap
1213 - scsi: target: iscsi: Make sure the np under each tpg is unique
1214 - scsi: ufs: ufshcd-pltfrm: Check the return value of devm_kstrdup()
1215 - scsi: qedf: Add stag_work to all the vports
1216 - scsi: qedf: Fix refcount issue when LOGO is received during TMF
1217 - scsi: qedf: Change context reset messages to ratelimited
1218 - scsi: pm8001: Fix bogus FW crash for maxcpus=1
1219 - scsi: ufs: Use generic error code in ufshcd_set_dev_pwr_mode()
1220 - scsi: ufs: Treat link loss as fatal error
1221 - scsi: myrs: Fix crash in error case
1222 - net: stmmac: reduce unnecessary wakeups from eee sw timer
1223 - PM: hibernate: Remove register_nosave_region_late()
1224 - drm/amd/display: Correct MPC split policy for DCN301
1225 - usb: dwc2: gadget: don't try to disable ep0 in dwc2_hsotg_suspend
1226 - perf: Always wake the parent event
1227 - nvme-pci: add the IGNORE_DEV_SUBNQN quirk for Intel P4500/P4600 SSDs
1228 - MIPS: Fix build error due to PTR used in more places
1229 - net: stmmac: dwmac-sun8i: use return val of readl_poll_timeout()
1230 - KVM: eventfd: Fix false positive RCU usage warning
1231 - KVM: nVMX: eVMCS: Filter out VM_EXIT_SAVE_VMX_PREEMPTION_TIMER
1232 - KVM: nVMX: Also filter MSR_IA32_VMX_TRUE_PINBASED_CTLS when eVMCS
1233 - KVM: SVM: Don't kill SEV guest if SMAP erratum triggers in usermode
1234 - KVM: VMX: Set vmcs.PENDING_DBG.BS on #DB in STI/MOVSS blocking shadow
1235 - KVM: x86: Report deprecated x87 features in supported CPUID
1236 - riscv: fix build with binutils 2.38
1237 - riscv: cpu-hotplug: clear cpu from numa map when teardown
1238 - riscv: eliminate unreliable __builtin_frame_address(1)
1239 - gfs2: Fix gfs2_release for non-writers regression
1240 - ARM: dts: imx23-evk: Remove MX23_PAD_SSP1_DETECT from hog group
1241 - ARM: dts: Fix boot regression on Skomer
1242 - ARM: socfpga: fix missing RESET_CONTROLLER
1243 - nvme-tcp: fix bogus request completion when failing to send AER
1244 - ACPI/IORT: Check node revision for PMCG resources
1245 - PM: s2idle: ACPI: Fix wakeup interrupts handling
1246 - drm/amdgpu/display: change pipe policy for DCN 2.0
1247 - drm/rockchip: vop: Correct RK3399 VOP register fields
1248 - drm/i915: Allow !join_mbus cases for adlp+ dbuf configuration
1249 - drm/i915: Populate pipe dbuf slices more accurately during readout
1250 - ARM: dts: Fix timer regression for beagleboard revision c
1251 - ARM: dts: meson: Fix the UART compatible strings
1252 - ARM: dts: meson8: Fix the UART device-tree schema validation
1253 - ARM: dts: meson8b: Fix the UART device-tree schema validation
1254 - phy: broadcom: Kconfig: Fix PHY_BRCM_USB config option
1255 - staging: fbtft: Fix error path in fbtft_driver_module_init()
1256 - ARM: dts: imx6qdl-udoo: Properly describe the SD card detect
1257 - phy: xilinx: zynqmp: Fix bus width setting for SGMII
1258 - phy: stm32: fix a refcount leak in stm32_usbphyc_pll_enable()
1259 - ARM: dts: imx7ulp: Fix 'assigned-clocks-parents' typo
1260 - arm64: dts: imx8mq: fix mipi_csi bidirectional port numbers
1261 - usb: f_fs: Fix use-after-free for epfile
1262 - phy: dphy: Correct clk_pre parameter
1263 - gpio: aggregator: Fix calling into sleeping GPIO controllers
1264 - NFS: Don't overfill uncached readdir pages
1265 - NFS: Don't skip directory entries when doing uncached readdir
1266 - drm/vc4: hdmi: Allow DBLCLK modes even if horz timing is odd.
1267 - misc: fastrpc: avoid double fput() on failed usercopy
1268 - net: sparx5: Fix get_stat64 crash in tcpdump
1269 - netfilter: ctnetlink: disable helper autoassign
1270 - arm64: dts: meson-g12b-odroid-n2: fix typo 'dio2133'
1271 - arm64: dts: meson-sm1-odroid: use correct enable-gpio pin for tf-io
1272 regulator
1273 - arm64: dts: meson-sm1-bananapi-m5: fix wrong GPIO domain for GPIOE_2
1274 - arm64: dts: meson-sm1-odroid: fix boot loop after reboot
1275 - ixgbevf: Require large buffers for build_skb on 82599VF
1276 - drm/panel: simple: Assign data from panel_dpi_probe() correctly
1277 - ACPI: PM: s2idle: Cancel wakeup before dispatching EC GPE
1278 - gpiolib: Never return internal error codes to user space
1279 - gpio: sifive: use the correct register to read output values
1280 - fbcon: Avoid 'cap' set but not used warning
1281 - bonding: pair enable_port with slave_arr_updates
1282 - net: dsa: mv88e6xxx: don't use devres for mdiobus
1283 - net: dsa: ar9331: register the mdiobus under devres
1284 - net: dsa: bcm_sf2: don't use devres for mdiobus
1285 - net: dsa: felix: don't use devres for mdiobus
1286 - net: dsa: mt7530: fix kernel bug in mdiobus_free() when unbinding
1287 - net: dsa: lantiq_gswip: don't use devres for mdiobus
1288 - ipmr,ip6mr: acquire RTNL before calling ip[6]mr_free_table() on failure path
1289 - nfp: flower: fix ida_idx not being released
1290 - net: do not keep the dst cache when uncloning an skb dst and its metadata
1291 - net: fix a memleak when uncloning an skb dst and its metadata
1292 - veth: fix races around rq->rx_notify_masked
1293 - net: mdio: aspeed: Add missing MODULE_DEVICE_TABLE
1294 - tipc: rate limit warning for received illegal binding update
1295 - net: amd-xgbe: disable interrupts during pci removal
1296 - drm/amd/pm: fix hwmon node of power1_label create issue
1297 - mptcp: netlink: process IPv6 addrs in creating listening sockets
1298 - dpaa2-eth: unregister the netdev before disconnecting from the PHY
1299 - ice: fix an error code in ice_cfg_phy_fec()
1300 - ice: fix IPIP and SIT TSO offload
1301 - ice: Fix KASAN error in LAG NETDEV_UNREGISTER handler
1302 - ice: Avoid RTNL lock when re-creating auxiliary device
1303 - net: mscc: ocelot: fix mutex lock error during ethtool stats read
1304 - net: dsa: mv88e6xxx: fix use-after-free in mv88e6xxx_mdios_unregister
1305 - vt_ioctl: fix array_index_nospec in vt_setactivate
1306 - vt_ioctl: add array_index_nospec to VT_ACTIVATE
1307 - n_tty: wake up poll(POLLRDNORM) on receiving data
1308 - eeprom: ee1004: limit i2c reads to I2C_SMBUS_BLOCK_MAX
1309 - usb: dwc2: drd: fix soft connect when gadget is unconfigured
1310 - Revert "usb: dwc2: drd: fix soft connect when gadget is unconfigured"
1311 - net: usb: ax88179_178a: Fix out-of-bounds accesses in RX fixup
1312 - usb: ulpi: Move of_node_put to ulpi_dev_release
1313 - usb: ulpi: Call of_node_put correctly
1314 - usb: dwc3: gadget: Prevent core from processing stale TRBs
1315 - usb: gadget: udc: renesas_usb3: Fix host to USB_ROLE_NONE transition
1316 - USB: gadget: validate interface OS descriptor requests
1317 - usb: gadget: rndis: check size of RNDIS_MSG_SET command
1318 - usb: gadget: f_uac2: Define specific wTerminalType
1319 - usb: raw-gadget: fix handling of dual-direction-capable endpoints
1320 - USB: serial: ftdi_sio: add support for Brainboxes US-159/235/320
1321 - USB: serial: option: add ZTE MF286D modem
1322 - USB: serial: ch341: add support for GW Instek USB2.0-Serial devices
1323 - USB: serial: cp210x: add NCR Retail IO box id
1324 - USB: serial: cp210x: add CPI Bulk Coin Recycler id
1325 - speakup-dectlk: Restore pitch setting
1326 - phy: ti: Fix missing sentinel for clk_div_table
1327 - iio: buffer: Fix file related error handling in IIO_BUFFER_GET_FD_IOCTL
1328 - mm: memcg: synchronize objcg lists with a dedicated spinlock
1329 - seccomp: Invalidate seccomp mode to catch death failures
1330 - signal: HANDLER_EXIT should clear SIGNAL_UNKILLABLE
1331 - s390/cio: verify the driver availability for path_event call
1332 - bus: mhi: pci_generic: Add mru_default for Foxconn SDX55
1333 - bus: mhi: pci_generic: Add mru_default for Cinterion MV31-W
1334 - hwmon: (dell-smm) Speed up setting of fan speed
1335 - x86/sgx: Silence softlockup detection when releasing large enclaves
1336 - Makefile.extrawarn: Move -Wunaligned-access to W=1
1337 - scsi: lpfc: Remove NVMe support if kernel has NVME_FC disabled
1338 - scsi: lpfc: Reduce log messages seen after firmware download
1339 - MIPS: octeon: Fix missed PTR->PTR_WD conversion
1340 - arm64: dts: imx8mq: fix lcdif port node
1341 - perf: Fix list corruption in perf_cgroup_switch()
1342 - iommu: Fix potential use-after-free during probe
1343 - Linux 5.15.24
1344
1345 * Jammy update: v5.15.23 upstream stable release (LP: #1963888)
1346 - moxart: fix potential use-after-free on remove path
1347 - arm64: Add Cortex-A510 CPU part definition
1348 - ksmbd: fix SMB 3.11 posix extension mount failure
1349 - crypto: api - Move cryptomgr soft dependency into algapi
1350 - Linux 5.15.23
1351
1352 * [22.04 FEAT] KVM: Enable storage key checking for intercepted instruction
1353 handled by userspace (LP: #1933179)
1354 - KVM: s390: gaccess: Refactor gpa and length calculation
1355 - KVM: s390: gaccess: Refactor access address range check
1356 - KVM: s390: gaccess: Cleanup access to guest pages
1357 - s390/uaccess: introduce bit field for OAC specifier
1358 - s390/uaccess: fix compile error
1359 - s390/uaccess: Add copy_from/to_user_key functions
1360 - KVM: s390: Honor storage keys when accessing guest memory
1361 - KVM: s390: handle_tprot: Honor storage keys
1362 - KVM: s390: selftests: Test TEST PROTECTION emulation
1363 - KVM: s390: Add optional storage key checking to MEMOP IOCTL
1364 - KVM: s390: Add vm IOCTL for key checked guest absolute memory access
1365 - KVM: s390: Rename existing vcpu memop functions
1366 - KVM: s390: Add capability for storage key extension of MEM_OP IOCTL
1367 - KVM: s390: Update api documentation for memop ioctl
1368 - KVM: s390: Clarify key argument for MEM_OP in api docs
1369 - KVM: s390: Add missing vm MEM_OP size check
1370
1371 * CVE-2022-25636
1372 - netfilter: nf_tables_offload: incorrect flow offload action array size
1373
1374 * ubuntu_kernel_selftests / ftrace:ftracetest do_softirq failure on Jammy
1375 realtime (LP: #1959610)
1376 - selftests/ftrace: Do not trace do_softirq because of PREEMPT_RT
1377
1378 * CVE-2022-0435
1379 - tipc: improve size validations for received domain records
1380
1381 * CVE-2022-0516
1382 - KVM: s390: Return error on SIDA memop on normal guest
1383
1384 * EDAC update for AMD Genoa support in 22.04 (LP: #1960362)
1385 - EDAC: Add RDDR5 and LRDDR5 memory types
1386 - EDAC/amd64: Add support for AMD Family 19h Models 10h-1Fh and A0h-AFh
1387
1388 * hwmon: k10temp updates for AMD Genoa in 22.04 (LP: #1960361)
1389 - x86/amd_nb: Add AMD Family 19h Models (10h-1Fh) and (A0h-AFh) PCI IDs
1390 - hwmon: (k10temp) Remove unused definitions
1391 - hwmon: (k10temp) Support up to 12 CCDs on AMD Family of processors
1392 - hwmon: (k10temp) Add support for AMD Family 19h Models 10h-1Fh and A0h-AFh
1393
1394 * [SRU][I/J/OEM-5.13/OEM-5.14] Add basic support of MT7922 (LP: #1958151)
1395 - mt76: mt7921: Add mt7922 support
1396 - mt76: mt7921: add support for PCIe ID 0x0608/0x0616
1397 - mt76: mt7921: introduce 160 MHz channel bandwidth support
1398
1399 * Use EC GPE for s2idle wakeup on AMD platforms (LP: #1960771)
1400 - ACPI: PM: Revert "Only mark EC GPE for wakeup on Intel systems"
1401
1402 * Update Broadcom Emulex FC HBA lpfc driver to 14.0.0.4 for Ubuntu 22.04
1403 (LP: #1956982)
1404 - scsi: lpfc: Change return code on I/Os received during link bounce
1405 - scsi: lpfc: Fix NPIV port deletion crash
1406 - scsi: lpfc: Adjust CMF total bytes and rxmonitor
1407 - scsi: lpfc: Cap CMF read bytes to MBPI
1408 - scsi: lpfc: Add additional debugfs support for CMF
1409 - scsi: lpfc: Update lpfc version to 14.0.0.4
1410
1411 * Forward-port drm/i915 commits from oem-5.14 for Alder Lake S & P
1412 (LP: #1960298)
1413 - drm/i915/dmc: Update to DMC v2.12
1414 - drm/i915/adlp/tc: Fix PHY connected check for Thunderbolt mode
1415 - drm/i915/tc: Remove waiting for PHY complete during releasing ownership
1416 - drm/i915/tc: Check for DP-alt, legacy sinks before taking PHY ownership
1417 - drm/i915/tc: Add/use helpers to retrieve TypeC port properties
1418 - drm/i915/tc: Don't keep legacy TypeC ports in connected state w/o a sink
1419 - drm/i915/tc: Add a mode for the TypeC PHY's disconnected state
1420 - drm/i915/tc: Refactor TC-cold block/unblock helpers
1421 - drm/i915/tc: Avoid using legacy AUX PW in TBT mode
1422 - drm/i915/icl/tc: Remove the ICL special casing during TC-cold blocking
1423 - drm/i915/tc: Fix TypeC PHY connect/disconnect logic on ADL-P
1424 - drm/i915/tc: Drop extra TC cold blocking from intel_tc_port_connected()
1425 - drm/i915/tc: Fix system hang on ADL-P during TypeC PHY disconnect
1426 - drm/i915/display/adlp: Disable underrun recovery
1427 - drm/i915/adl_s: Remove require_force_probe protection
1428 - drm/i915/adlp: Remove require_force_probe protection
1429
1430 * INVALID or PRIVATE BUG (LP: #1959735)
1431 - KVM: s390: Simplify SIGP Set Arch handling
1432 - KVM: s390: Add a routine for setting userspace CPU state
1433
1434 * Include the QCA WCN 6856 v2.1 support (LP: #1954938)
1435 - SAUCE: ath11k: shrink TCSR read mask for WCN6855 hw2.1
1436
1437 * Jammy update: v5.15.22 upstream stable release (LP: #1960516)
1438 - drm/i915: Disable DSB usage for now
1439 - selinux: fix double free of cond_list on error paths
1440 - audit: improve audit queue handling when "audit=1" on cmdline
1441 - ipc/sem: do not sleep with a spin lock held
1442 - spi: stm32-qspi: Update spi registering
1443 - ASoC: hdmi-codec: Fix OOB memory accesses
1444 - ASoC: ops: Reject out of bounds values in snd_soc_put_volsw()
1445 - ASoC: ops: Reject out of bounds values in snd_soc_put_volsw_sx()
1446 - ASoC: ops: Reject out of bounds values in snd_soc_put_xr_sx()
1447 - ALSA: usb-audio: Correct quirk for VF0770
1448 - ALSA: hda: Fix UAF of leds class devs at unbinding
1449 - ALSA: hda: realtek: Fix race at concurrent COEF updates
1450 - ALSA: hda/realtek: Add quirk for ASUS GU603
1451 - ALSA: hda/realtek: Add missing fixup-model entry for Gigabyte X570 ALC1220
1452 quirks
1453 - ALSA: hda/realtek: Fix silent output on Gigabyte X570S Aorus Master (newer
1454 chipset)
1455 - ALSA: hda/realtek: Fix silent output on Gigabyte X570 Aorus Xtreme after
1456 reboot from Windows
1457 - btrfs: don't start transaction for scrub if the fs is mounted read-only
1458 - btrfs: fix deadlock between quota disable and qgroup rescan worker
1459 - btrfs: fix use-after-free after failure to create a snapshot
1460 - Revert "fs/9p: search open fids first"
1461 - drm/nouveau: fix off by one in BIOS boundary checking
1462 - drm/i915/adlp: Fix TypeC PHY-ready status readout
1463 - drm/amd/pm: correct the MGpuFanBoost support for Beige Goby
1464 - drm/amd/display: watermark latencies is not enough on DCN31
1465 - drm/amd/display: Force link_rate as LINK_RATE_RBR2 for 2018 15" Apple Retina
1466 panels
1467 - nvme-fabrics: fix state check in nvmf_ctlr_matches_baseopts()
1468 - mm/debug_vm_pgtable: remove pte entry from the page table
1469 - mm/pgtable: define pte_index so that preprocessor could recognize it
1470 - mm/kmemleak: avoid scanning potential huge holes
1471 - block: bio-integrity: Advance seed correctly for larger interval sizes
1472 - dma-buf: heaps: Fix potential spectre v1 gadget
1473 - IB/hfi1: Fix AIP early init panic
1474 - Revert "fbcon: Disable accelerated scrolling"
1475 - fbcon: Add option to enable legacy hardware acceleration
1476 - mptcp: fix msk traversal in mptcp_nl_cmd_set_flags()
1477 - Revert "ASoC: mediatek: Check for error clk pointer"
1478 - KVM: arm64: Avoid consuming a stale esr value when SError occur
1479 - KVM: arm64: Stop handle_exit() from handling HVC twice when an SError occurs
1480 - RDMA/cma: Use correct address when leaving multicast group
1481 - RDMA/ucma: Protect mc during concurrent multicast leaves
1482 - RDMA/siw: Fix refcounting leak in siw_create_qp()
1483 - IB/rdmavt: Validate remote_addr during loopback atomic tests
1484 - RDMA/siw: Fix broken RDMA Read Fence/Resume logic.
1485 - RDMA/mlx4: Don't continue event handler after memory allocation failure
1486 - ALSA: usb-audio: initialize variables that could ignore errors
1487 - ALSA: hda: Fix signedness of sscanf() arguments
1488 - ALSA: hda: Skip codec shutdown in case the codec is not registered
1489 - iommu/vt-d: Fix potential memory leak in intel_setup_irq_remapping()
1490 - iommu/amd: Fix loop timeout issue in iommu_ga_log_enable()
1491 - spi: bcm-qspi: check for valid cs before applying chip select
1492 - spi: mediatek: Avoid NULL pointer crash in interrupt
1493 - spi: meson-spicc: add IRQ check in meson_spicc_probe
1494 - spi: uniphier: fix reference count leak in uniphier_spi_probe()
1495 - IB/hfi1: Fix tstats alloc and dealloc
1496 - IB/cm: Release previously acquired reference counter in the cm_id_priv
1497 - net: ieee802154: hwsim: Ensure proper channel selection at probe time
1498 - net: ieee802154: mcr20a: Fix lifs/sifs periods
1499 - net: ieee802154: ca8210: Stop leaking skb's
1500 - netfilter: nft_reject_bridge: Fix for missing reply from prerouting
1501 - net: ieee802154: Return meaningful error codes from the netlink helpers
1502 - net/smc: Forward wakeup to smc socket waitqueue after fallback
1503 - net: stmmac: dwmac-visconti: No change to ETHER_CLOCK_SEL for unexpected
1504 speed request.
1505 - net: stmmac: properly handle with runtime pm in stmmac_dvr_remove()
1506 - net: macsec: Fix offload support for NETDEV_UNREGISTER event
1507 - net: macsec: Verify that send_sci is on when setting Tx sci explicitly
1508 - net: stmmac: dump gmac4 DMA registers correctly
1509 - net: stmmac: ensure PTP time register reads are consistent
1510 - drm/kmb: Fix for build errors with Warray-bounds
1511 - drm/i915/overlay: Prevent divide by zero bugs in scaling
1512 - drm/amd: avoid suspend on dGPUs w/ s2idle support when runtime PM enabled
1513 - ASoC: fsl: Add missing error handling in pcm030_fabric_probe
1514 - ASoC: xilinx: xlnx_formatter_pcm: Make buffer bytes multiple of period bytes
1515 - ASoC: simple-card: fix probe failure on platform component
1516 - ASoC: cpcap: Check for NULL pointer after calling of_get_child_by_name
1517 - ASoC: max9759: fix underflow in speaker_gain_control_put()
1518 - ASoC: codecs: wcd938x: fix incorrect used of portid
1519 - ASoC: codecs: lpass-rx-macro: fix sidetone register offsets
1520 - ASoC: codecs: wcd938x: fix return value of mixer put function
1521 - pinctrl: sunxi: Fix H616 I2S3 pin data
1522 - pinctrl: intel: Fix a glitch when updating IRQ flags on a preconfigured line
1523 - pinctrl: intel: fix unexpected interrupt
1524 - pinctrl: bcm2835: Fix a few error paths
1525 - scsi: bnx2fc: Make bnx2fc_recv_frame() mp safe
1526 - nfsd: nfsd4_setclientid_confirm mistakenly expires confirmed client.
1527 - gve: fix the wrong AdminQ buffer queue index check
1528 - bpf: Use VM_MAP instead of VM_ALLOC for ringbuf
1529 - selftests/exec: Remove pipe from TEST_GEN_FILES
1530 - selftests: futex: Use variable MAKE instead of make
1531 - tools/resolve_btfids: Do not print any commands when building silently
1532 - e1000e: Separate ADP board type from TGP
1533 - rtc: cmos: Evaluate century appropriate
1534 - kvm: add guest_state_{enter,exit}_irqoff()
1535 - kvm/arm64: rework guest entry logic
1536 - perf: Copy perf_event_attr::sig_data on modification
1537 - perf stat: Fix display of grouped aliased events
1538 - perf/x86/intel/pt: Fix crash with stop filters in single-range mode
1539 - x86/perf: Default set FREEZE_ON_SMI for all
1540 - EDAC/altera: Fix deferred probing
1541 - EDAC/xgene: Fix deferred probing
1542 - ext4: prevent used blocks from being allocated during fast commit replay
1543 - ext4: modify the logic of ext4_mb_new_blocks_simple
1544 - ext4: fix error handling in ext4_restore_inline_data()
1545 - ext4: fix error handling in ext4_fc_record_modified_inode()
1546 - ext4: fix incorrect type issue during replay_del_range
1547 - net: dsa: mt7530: make NET_DSA_MT7530 select MEDIATEK_GE_PHY
1548 - cgroup/cpuset: Fix "suspicious RCU usage" lockdep warning
1549 - tools include UAPI: Sync sound/asound.h copy with the kernel sources
1550 - gpio: idt3243x: Fix an ignored error return from platform_get_irq()
1551 - gpio: mpc8xxx: Fix an ignored error return from platform_get_irq()
1552 - selftests: nft_concat_range: add test for reload with no element add/del
1553 - selftests: netfilter: check stateless nat udp checksum fixup
1554 - Linux 5.15.22
1555 - [Config] disable FRAMEBUFFER_CONSOLE_LEGACY_ACCELERATION
1556
1557 * Jammy update: v5.15.21 upstream stable release (LP: #1960515)
1558 - Revert "drm/vc4: hdmi: Make sure the device is powered with CEC"
1559 - Revert "drm/vc4: hdmi: Make sure the device is powered with CEC" again
1560 - Linux 5.15.21
1561
1562 * Jammy update: v5.15.20 upstream stable release (LP: #1960509)
1563 - Revert "UBUNTU: SAUCE: Revert "e1000e: Add handshake with the CSME to
1564 support S0ix""
1565 - Revert "UBUNTU: SAUCE: Revert "e1000e: Add polling mechanism to indicate
1566 CSME DPG exit""
1567 - Revert "UBUNTU: SAUCE: Revert "e1000e: Additional PHY power saving in S0ix""
1568 - PCI: pciehp: Fix infinite loop in IRQ handler upon power fault
1569 - selftests: mptcp: fix ipv6 routing setup
1570 - net: ipa: use a bitmap for endpoint replenish_enabled
1571 - net: ipa: prevent concurrent replenish
1572 - drm/vc4: hdmi: Make sure the device is powered with CEC
1573 - cgroup-v1: Require capabilities to set release_agent
1574 - Revert "mm/gup: small refactoring: simplify try_grab_page()"
1575 - ovl: don't fail copy up if no fileattr support on upper
1576 - lockd: fix server crash on reboot of client holding lock
1577 - lockd: fix failure to cleanup client locks
1578 - net/mlx5e: IPsec: Fix tunnel mode crypto offload for non TCP/UDP traffic
1579 - net/mlx5: Bridge, take rtnl lock in init error handler
1580 - net/mlx5: Bridge, ensure dev_name is null-terminated
1581 - net/mlx5e: Fix handling of wrong devices during bond netevent
1582 - net/mlx5: Use del_timer_sync in fw reset flow of halting poll
1583 - net/mlx5e: Fix module EEPROM query
1584 - net/mlx5: Fix offloading with ESWITCH_IPV4_TTL_MODIFY_ENABLE
1585 - net/mlx5e: Don't treat small ceil values as unlimited in HTB offload
1586 - net/mlx5: Bridge, Fix devlink deadlock on net namespace deletion
1587 - net/mlx5: E-Switch, Fix uninitialized variable modact
1588 - ipheth: fix EOVERFLOW in ipheth_rcvbulk_callback
1589 - i40e: Fix reset bw limit when DCB enabled with 1 TC
1590 - i40e: Fix reset path while removing the driver
1591 - net: amd-xgbe: ensure to reset the tx_timer_active flag
1592 - net: amd-xgbe: Fix skb data length underflow
1593 - fanotify: Fix stale file descriptor in copy_event_to_user()
1594 - net: sched: fix use-after-free in tc_new_tfilter()
1595 - rtnetlink: make sure to refresh master_dev/m_ops in __rtnl_newlink()
1596 - cpuset: Fix the bug that subpart_cpus updated wrongly in update_cpumask()
1597 - e1000e: Handshake with CSME starts from ADL platforms
1598 - af_packet: fix data-race in packet_setsockopt / packet_setsockopt
1599 - tcp: add missing tcp_skb_can_collapse() test in tcp_shift_skb_data()
1600 - ovl: fix NULL pointer dereference in copy up warning
1601 - Linux 5.15.20
1602
1603 * Miscellaneous Ubuntu changes
1604 - [Packaging] use default zstd compression
1605 - [Packaging] do not use compression for image packages
1606 - [Packaging] use xz compression for ddebs
1607 - [Config] upgrade debug symbols from DWARF4 to DWARF5
1608 - SAUCE: Makefile: Remove inclusion of lbm header files
1609 - SAUCE: Makefile: Fix compiler warnings
1610 - SAUCE: AUFS
1611 - SAUCE: aufs: switch to 64-bit ino_t for s390x
1612 - [Config] set AUFS as disabled
1613 - SAUCE: mt76: mt7921e: fix possible probe failure after reboot
1614 - Remove ubuntu/hio driver
1615 - SAUCE: ima_policy: fix test for empty rule set
1616 - SAUCE: sfc: The size of the RX recycle ring should be more flexible
1617 - [Config] MITIGATE_SPECTRE_BRANCH_HISTORY=y && HARDEN_BRANCH_HISTORY=y
1618
1619 * Miscellaneous upstream changes
1620 - kbuild: Unify options for BTF generation for vmlinux and modules
1621 - MAINTAINERS: Add scripts/pahole-flags.sh to BPF section
1622 - kbuild: Add CONFIG_PAHOLE_VERSION
1623 - scripts/pahole-flags.sh: Use pahole-version.sh
1624 - lib/Kconfig.debug: Use CONFIG_PAHOLE_VERSION
1625 - lib/Kconfig.debug: Allow BTF + DWARF5 with pahole 1.21+
1626 - x86/sched: Decrease further the priorities of SMT siblings
1627 - sched/topology: Introduce sched_group::flags
1628 - sched/fair: Optimize checking for group_asym_packing
1629 - sched/fair: Provide update_sg_lb_stats() with sched domain statistics
1630 - sched/fair: Carve out logic to mark a group for asymmetric packing
1631 - sched/fair: Consider SMT in ASYM_PACKING load balance
1632 - Revert "UBUNTU: [Config] x86-64: SYSFB_SIMPLEFB=y"
1633
1634 -- Paolo Pisati <paolo.pisati@canonical.com> Fri, 11 Mar 2022 11:24:13 +0100
0a6753e7 1635
5a2925aa 1636linux (5.15.0-22.22) jammy; urgency=medium
6cc7b78d 1637
5a2925aa 1638 * jammy/linux: 5.15.0-22.22 -proposed tracker (LP: #1960290)
6cc7b78d 1639
5a2925aa 1640 -- Paolo Pisati <paolo.pisati@canonical.com> Tue, 08 Feb 2022 10:48:49 +0100
6cc7b78d 1641
8c85eb16 1642linux (5.15.0-21.21) jammy; urgency=medium
a2aa0e63 1643
8c85eb16 1644 * jammy/linux: 5.15.0-21.21 -proposed tracker (LP: #1960211)
a2aa0e63 1645
8c85eb16
PP
1646 * Miscellaneous Ubuntu changes
1647 - [packaging] unhook lowlatency flavours from the build
1648
1649 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 07 Feb 2022 11:30:18 +0100
a2aa0e63 1650
f4c13e3c 1651linux (5.15.0-20.20) jammy; urgency=medium
24b581a1 1652
f4c13e3c 1653 * jammy/linux: 5.15.0-20.20 -proposed tracker (LP: #1959881)
24b581a1 1654
f4c13e3c
PP
1655 * Jammy update: v5.15.19 upstream stable release (LP: #1959879)
1656 - can: m_can: m_can_fifo_{read,write}: don't read or write from/to FIFO if
1657 length is 0
1658 - net: sfp: ignore disabled SFP node
1659 - net: stmmac: configure PTP clock source prior to PTP initialization
1660 - net: stmmac: skip only stmmac_ptp_register when resume from suspend
1661 - ARM: 9179/1: uaccess: avoid alignment faults in
1662 copy_[from|to]_kernel_nofault
1663 - ARM: 9180/1: Thumb2: align ALT_UP() sections in modules sufficiently
1664 - KVM: arm64: Use shadow SPSR_EL1 when injecting exceptions on !VHE
1665 - s390/hypfs: include z/VM guests with access control group set
1666 - s390/nmi: handle guarded storage validity failures for KVM guests
1667 - s390/nmi: handle vector validity failures for KVM guests
1668 - bpf: Guard against accessing NULL pt_regs in bpf_get_task_stack()
1669 - powerpc32/bpf: Fix codegen for bpf-to-bpf calls
1670 - powerpc/bpf: Update ldimm64 instructions during extra pass
1671 - scsi: zfcp: Fix failed recovery on gone remote port with non-NPIV FCP
1672 devices
1673 - udf: Restore i_lenAlloc when inode expansion fails
1674 - udf: Fix NULL ptr deref when converting from inline format
1675 - efi: runtime: avoid EFIv2 runtime services on Apple x86 machines
1676 - PM: wakeup: simplify the output logic of pm_show_wakelocks()
1677 - tracing/histogram: Fix a potential memory leak for kstrdup()
1678 - tracing: Don't inc err_log entry count if entry allocation fails
1679 - ceph: properly put ceph_string reference after async create attempt
1680 - ceph: set pool_ns in new inode layout for async creates
1681 - fsnotify: fix fsnotify hooks in pseudo filesystems
1682 - Revert "KVM: SVM: avoid infinite loop on NPF from bad address"
1683 - psi: Fix uaf issue when psi trigger is destroyed while being polled
1684 - powerpc/audit: Fix syscall_get_arch()
1685 - perf/x86/intel/uncore: Fix CAS_COUNT_WRITE issue for ICX
1686 - perf/x86/intel: Add a quirk for the calculation of the number of counters on
1687 Alder Lake
1688 - drm/etnaviv: relax submit size limits
1689 - drm/atomic: Add the crtc to affected crtc only if uapi.enable = true
1690 - drm/amd/display: Fix FP start/end for dcn30_internal_validate_bw.
1691 - KVM: LAPIC: Also cancel preemption timer during SET_LAPIC
1692 - KVM: SVM: Never reject emulation due to SMAP errata for !SEV guests
1693 - KVM: SVM: Don't intercept #GP for SEV guests
1694 - KVM: x86: nSVM: skip eax alignment check for non-SVM instructions
1695 - KVM: x86: Forcibly leave nested virt when SMM state is toggled
1696 - KVM: x86: Keep MSR_IA32_XSS unchanged for INIT
1697 - KVM: x86: Update vCPU's runtime CPUID on write to MSR_IA32_XSS
1698 - KVM: x86: Sync the states size with the XCR0/IA32_XSS at, any time
1699 - KVM: PPC: Book3S HV Nested: Fix nested HFSCR being clobbered with multiple
1700 vCPUs
1701 - dm: revert partial fix for redundant bio-based IO accounting
1702 - block: add bio_start_io_acct_time() to control start_time
1703 - dm: properly fix redundant bio-based IO accounting
1704 - serial: pl011: Fix incorrect rs485 RTS polarity on set_mctrl
1705 - serial: 8250: of: Fix mapped region size when using reg-offset property
1706 - serial: stm32: fix software flow control transfer
1707 - tty: n_gsm: fix SW flow control encoding/handling
1708 - tty: Partially revert the removal of the Cyclades public API
1709 - tty: Add support for Brainboxes UC cards.
1710 - kbuild: remove include/linux/cyclades.h from header file check
1711 - usb-storage: Add unusual-devs entry for VL817 USB-SATA bridge
1712 - usb: xhci-plat: fix crash when suspend if remote wake enable
1713 - usb: common: ulpi: Fix crash in ulpi_match()
1714 - usb: gadget: f_sourcesink: Fix isoc transfer for USB_SPEED_SUPER_PLUS
1715 - usb: cdnsp: Fix segmentation fault in cdns_lost_power function
1716 - usb: dwc3: xilinx: Skip resets and USB3 register settings for USB2.0 mode
1717 - usb: dwc3: xilinx: Fix error handling when getting USB3 PHY
1718 - USB: core: Fix hang in usb_kill_urb by adding memory barriers
1719 - usb: typec: tcpci: don't touch CC line if it's Vconn source
1720 - usb: typec: tcpm: Do not disconnect while receiving VBUS off
1721 - usb: typec: tcpm: Do not disconnect when receiving VSAFE0V
1722 - ucsi_ccg: Check DEV_INT bit only when starting CCG4
1723 - mm, kasan: use compare-exchange operation to set KASAN page tag
1724 - jbd2: export jbd2_journal_[grab|put]_journal_head
1725 - ocfs2: fix a deadlock when commit trans
1726 - sched/membarrier: Fix membarrier-rseq fence command missing from query
1727 bitmask
1728 - PCI/sysfs: Find shadow ROM before static attribute initialization
1729 - x86/MCE/AMD: Allow thresholding interface updates after init
1730 - x86/cpu: Add Xeon Icelake-D to list of CPUs that support PPIN
1731 - powerpc/32s: Allocate one 256k IBAT instead of two consecutives 128k IBATs
1732 - powerpc/32s: Fix kasan_init_region() for KASAN
1733 - powerpc/32: Fix boot failure with GCC latent entropy plugin
1734 - i40e: Increase delay to 1 s after global EMP reset
1735 - i40e: Fix issue when maximum queues is exceeded
1736 - i40e: Fix queues reservation for XDP
1737 - i40e: Fix for failed to init adminq while VF reset
1738 - i40e: fix unsigned stat widths
1739 - usb: roles: fix include/linux/usb/role.h compile issue
1740 - rpmsg: char: Fix race between the release of rpmsg_ctrldev and cdev
1741 - rpmsg: char: Fix race between the release of rpmsg_eptdev and cdev
1742 - scsi: elx: efct: Don't use GFP_KERNEL under spin lock
1743 - scsi: bnx2fc: Flush destroy_work queue before calling bnx2fc_interface_put()
1744 - ipv6_tunnel: Rate limit warning messages
1745 - ARM: 9170/1: fix panic when kasan and kprobe are enabled
1746 - net: fix information leakage in /proc/net/ptype
1747 - hwmon: (lm90) Mark alert as broken for MAX6646/6647/6649
1748 - hwmon: (lm90) Mark alert as broken for MAX6680
1749 - ping: fix the sk_bound_dev_if match in ping_lookup
1750 - ipv4: avoid using shared IP generator for connected sockets
1751 - hwmon: (lm90) Reduce maximum conversion rate for G781
1752 - NFSv4: Handle case where the lookup of a directory fails
1753 - NFSv4: nfs_atomic_open() can race when looking up a non-regular file
1754 - net-procfs: show net devices bound packet types
1755 - drm/msm: Fix wrong size calculation
1756 - drm/msm/dsi: Fix missing put_device() call in dsi_get_phy
1757 - drm/msm/dsi: invalid parameter check in msm_dsi_phy_enable
1758 - ipv6: annotate accesses to fn->fn_sernum
1759 - NFS: Ensure the server has an up to date ctime before hardlinking
1760 - NFS: Ensure the server has an up to date ctime before renaming
1761 - KVM: arm64: pkvm: Use the mm_ops indirection for cache maintenance
1762 - SUNRPC: Use BIT() macro in rpc_show_xprt_state()
1763 - SUNRPC: Don't dereference xprt->snd_task if it's a cookie
1764 - powerpc64/bpf: Limit 'ldbrx' to processors compliant with ISA v2.06
1765 - netfilter: conntrack: don't increment invalid counter on NF_REPEAT
1766 - powerpc/64s: Mask SRR0 before checking against the masked NIP
1767 - perf: Fix perf_event_read_local() time
1768 - sched/pelt: Relax the sync of util_sum with util_avg
1769 - net: phy: broadcom: hook up soft_reset for BCM54616S
1770 - net: stmmac: dwmac-visconti: Fix bit definitions for ETHER_CLK_SEL
1771 - net: stmmac: dwmac-visconti: Fix clock configuration for RMII mode
1772 - phylib: fix potential use-after-free
1773 - octeontx2-af: Do not fixup all VF action entries
1774 - octeontx2-af: Fix LBK backpressure id count
1775 - octeontx2-af: Retry until RVU block reset complete
1776 - octeontx2-pf: cn10k: Ensure valid pointers are freed to aura
1777 - octeontx2-af: verify CQ context updates
1778 - octeontx2-af: Increase link credit restore polling timeout
1779 - octeontx2-af: cn10k: Do not enable RPM loopback for LPC interfaces
1780 - octeontx2-pf: Forward error codes to VF
1781 - rxrpc: Adjust retransmission backoff
1782 - efi/libstub: arm64: Fix image check alignment at entry
1783 - io_uring: fix bug in slow unregistering of nodes
1784 - Drivers: hv: balloon: account for vmbus packet header in max_pkt_size
1785 - hwmon: (lm90) Re-enable interrupts after alert clears
1786 - hwmon: (lm90) Mark alert as broken for MAX6654
1787 - hwmon: (lm90) Fix sysfs and udev notifications
1788 - hwmon: (adt7470) Prevent divide by zero in adt7470_fan_write()
1789 - powerpc/perf: Fix power_pmu_disable to call clear_pmi_irq_pending only if
1790 PMI is pending
1791 - ipv4: fix ip option filtering for locally generated fragments
1792 - ibmvnic: Allow extra failures before disabling
1793 - ibmvnic: init ->running_cap_crqs early
1794 - ibmvnic: don't spin in tasklet
1795 - net/smc: Transitional solution for clcsock race issue
1796 - video: hyperv_fb: Fix validation of screen resolution
1797 - can: tcan4x5x: regmap: fix max register value
1798 - drm/msm/hdmi: Fix missing put_device() call in msm_hdmi_get_phy
1799 - drm/msm/dpu: invalid parameter check in dpu_setup_dspp_pcc
1800 - drm/msm/a6xx: Add missing suspend_count increment
1801 - yam: fix a memory leak in yam_siocdevprivate()
1802 - net: cpsw: Properly initialise struct page_pool_params
1803 - net: hns3: handle empty unknown interrupt for VF
1804 - sch_htb: Fail on unsupported parameters when offload is requested
1805 - Revert "drm/ast: Support 1600x900 with 108MHz PCLK"
1806 - KVM: selftests: Don't skip L2's VMCALL in SMM test for SVM guest
1807 - ceph: put the requests/sessions when it fails to alloc memory
1808 - gve: Fix GFP flags when allocing pages
1809 - Revert "ipv6: Honor all IPv6 PIO Valid Lifetime values"
1810 - net: bridge: vlan: fix single net device option dumping
1811 - ipv4: raw: lock the socket in raw_bind()
1812 - ipv4: tcp: send zero IPID in SYNACK messages
1813 - ipv4: remove sparse error in ip_neigh_gw4()
1814 - net: bridge: vlan: fix memory leak in __allowed_ingress
1815 - Bluetooth: refactor malicious adv data check
1816 - irqchip/realtek-rtl: Map control data to virq
1817 - irqchip/realtek-rtl: Fix off-by-one in routing
1818 - dt-bindings: can: tcan4x5x: fix mram-cfg RX FIFO config
1819 - perf/core: Fix cgroup event list management
1820 - psi: fix "no previous prototype" warnings when CONFIG_CGROUPS=n
1821 - psi: fix "defined but not used" warnings when CONFIG_PROC_FS=n
1822 - usb: dwc3: xilinx: fix uninitialized return value
1823 - usr/include/Makefile: add linux/nfc.h to the compile-test coverage
1824 - fsnotify: invalidate dcache before IN_DELETE event
1825 - block: Fix wrong offset in bio_truncate()
1826 - mtd: rawnand: mpc5121: Remove unused variable in ads5121_select_chip()
1827 - Linux 5.15.19
1828
1829 * Jammy update: v5.15.18 upstream stable release (LP: #1959878)
1830 - drm/i915: Flush TLBs before releasing backing store
1831 - drm/amd/display: reset dcn31 SMU mailbox on failures
1832 - io_uring: fix not released cached task refs
1833 - bnx2x: Utilize firmware 7.13.21.0
1834 - bnx2x: Invalidate fastpath HSI version for VFs
1835 - memcg: flush stats only if updated
1836 - memcg: unify memcg stat flushing
1837 - memcg: better bounds on the memcg stats updates
1838 - rcu: Tighten rcu_advance_cbs_nowake() checks
1839 - select: Fix indefinitely sleeping task in poll_schedule_timeout()
1840 - drm/amdgpu: Use correct VIEWPORT_DIMENSION for DCN2
1841 - arm64/bpf: Remove 128MB limit for BPF JIT programs
1842 - Linux 5.15.18
1843
1844 * CVE-2022-22942
1845 - SAUCE: drm/vmwgfx: Fix stale file descriptors on failed usercopy
1846
1847 * CVE-2022-24122
1848 - ucount: Make get_ucount a safe get_user replacement
1849
1850 * CVE-2022-23222
1851 - bpf, selftests: Add verifier test for mem_or_null register with offset.
1852
1853 * Miscellaneous Ubuntu changes
1854 - [Config] toolchain version update
1855
1856 * Miscellaneous upstream changes
1857 - s390/module: fix loading modules with a lot of relocations
1858
1859 -- Paolo Pisati <paolo.pisati@canonical.com> Thu, 03 Feb 2022 12:09:37 +0100
24b581a1 1860
161430c8 1861linux (5.15.0-19.19) jammy; urgency=medium
746da693 1862
161430c8 1863 * jammy/linux: 5.15.0-19.19 -proposed tracker (LP: #1959418)
746da693 1864
161430c8
PP
1865 * Packaging resync (LP: #1786013)
1866 - debian/dkms-versions -- update from kernel-versions (main/master)
1867
1868 * Jammy update: v5.15.17 upstream stable release (LP: #1959376)
1869 - KVM: x86/mmu: Fix write-protection of PTs mapped by the TDP MMU
1870 - KVM: VMX: switch blocked_vcpu_on_cpu_lock to raw spinlock
1871 - HID: Ignore battery for Elan touchscreen on HP Envy X360 15t-dr100
1872 - HID: uhid: Fix worker destroying device without any protection
1873 - HID: wacom: Reset expected and received contact counts at the same time
1874 - HID: wacom: Ignore the confidence flag when a touch is removed
1875 - HID: wacom: Avoid using stale array indicies to read contact count
1876 - ALSA: core: Fix SSID quirk lookup for subvendor=0
1877 - f2fs: fix to do sanity check on inode type during garbage collection
1878 - f2fs: fix to do sanity check in is_alive()
1879 - f2fs: avoid EINVAL by SBI_NEED_FSCK when pinning a file
1880 - nfc: llcp: fix NULL error pointer dereference on sendmsg() after failed
1881 bind()
1882 - mtd: rawnand: gpmi: Add ERR007117 protection for nfc_apply_timings
1883 - mtd: rawnand: gpmi: Remove explicit default gpmi clock setting for i.MX6
1884 - mtd: Fixed breaking list in __mtd_del_partition.
1885 - mtd: rawnand: davinci: Don't calculate ECC when reading page
1886 - mtd: rawnand: davinci: Avoid duplicated page read
1887 - mtd: rawnand: davinci: Rewrite function description
1888 - mtd: rawnand: Export nand_read_page_hwecc_oob_first()
1889 - mtd: rawnand: ingenic: JZ4740 needs 'oob_first' read page function
1890 - riscv: Get rid of MAXPHYSMEM configs
1891 - RISC-V: Use common riscv_cpuid_to_hartid_mask() for both SMP=y and SMP=n
1892 - riscv: try to allocate crashkern region from 32bit addressible memory
1893 - riscv: Don't use va_pa_offset on kdump
1894 - riscv: use hart id instead of cpu id on machine_kexec
1895 - riscv: mm: fix wrong phys_ram_base value for RV64
1896 - x86/gpu: Reserve stolen memory for first integrated Intel GPU
1897 - tools/nolibc: x86-64: Fix startup code bug
1898 - crypto: x86/aesni - don't require alignment of data
1899 - tools/nolibc: i386: fix initial stack alignment
1900 - tools/nolibc: fix incorrect truncation of exit code
1901 - rtc: cmos: take rtc_lock while reading from CMOS
1902 - net: phy: marvell: add Marvell specific PHY loopback
1903 - ksmbd: uninitialized variable in create_socket()
1904 - ksmbd: fix guest connection failure with nautilus
1905 - ksmbd: add support for smb2 max credit parameter
1906 - ksmbd: move credit charge deduction under processing request
1907 - ksmbd: limits exceeding the maximum allowable outstanding requests
1908 - ksmbd: add reserved room in ipc request/response
1909 - media: cec: fix a deadlock situation
1910 - media: ov8865: Disable only enabled regulators on error path
1911 - media: v4l2-ioctl.c: readbuffers depends on V4L2_CAP_READWRITE
1912 - media: flexcop-usb: fix control-message timeouts
1913 - media: mceusb: fix control-message timeouts
1914 - media: em28xx: fix control-message timeouts
1915 - media: cpia2: fix control-message timeouts
1916 - media: s2255: fix control-message timeouts
1917 - media: dib0700: fix undefined behavior in tuner shutdown
1918 - media: redrat3: fix control-message timeouts
1919 - media: pvrusb2: fix control-message timeouts
1920 - media: stk1160: fix control-message timeouts
1921 - media: cec-pin: fix interrupt en/disable handling
1922 - can: softing_cs: softingcs_probe(): fix memleak on registration failure
1923 - mei: hbm: fix client dma reply status
1924 - iio: adc: ti-adc081c: Partial revert of removal of ACPI IDs
1925 - iio: trigger: Fix a scheduling whilst atomic issue seen on tsc2046
1926 - lkdtm: Fix content of section containing lkdtm_rodata_do_nothing()
1927 - bus: mhi: pci_generic: Graceful shutdown on freeze
1928 - bus: mhi: core: Fix reading wake_capable channel configuration
1929 - bus: mhi: core: Fix race while handling SYS_ERR at power up
1930 - cxl/pmem: Fix reference counting for delayed work
1931 - arm64: errata: Fix exec handling in erratum 1418040 workaround
1932 - ARM: dts: at91: update alternate function of signal PD20
1933 - iommu/io-pgtable-arm-v7s: Add error handle for page table allocation failure
1934 - gpu: host1x: Add back arm_iommu_detach_device()
1935 - drm/tegra: Add back arm_iommu_detach_device()
1936 - virtio/virtio_mem: handle a possible NULL as a memcpy parameter
1937 - dma_fence_array: Fix PENDING_ERROR leak in dma_fence_array_signaled()
1938 - PCI: Add function 1 DMA alias quirk for Marvell 88SE9125 SATA controller
1939 - mm_zone: add function to check if managed dma zone exists
1940 - dma/pool: create dma atomic pool only if dma zone has managed pages
1941 - mm/page_alloc.c: do not warn allocation failure on zone DMA if no managed
1942 pages
1943 - shmem: fix a race between shmem_unused_huge_shrink and shmem_evict_inode
1944 - drm/ttm: Put BO in its memory manager's lru list
1945 - Bluetooth: L2CAP: Fix not initializing sk_peer_pid
1946 - drm/bridge: display-connector: fix an uninitialized pointer in probe()
1947 - drm: fix null-ptr-deref in drm_dev_init_release()
1948 - drm/panel: kingdisplay-kd097d04: Delete panel on attach() failure
1949 - drm/panel: innolux-p079zca: Delete panel on attach() failure
1950 - drm/rockchip: dsi: Fix unbalanced clock on probe error
1951 - drm/rockchip: dsi: Hold pm-runtime across bind/unbind
1952 - drm/rockchip: dsi: Disable PLL clock on bind error
1953 - drm/rockchip: dsi: Reconfigure hardware on resume()
1954 - Bluetooth: virtio_bt: fix memory leak in virtbt_rx_handle()
1955 - Bluetooth: cmtp: fix possible panic when cmtp_init_sockets() fails
1956 - clk: bcm-2835: Pick the closest clock rate
1957 - clk: bcm-2835: Remove rounding up the dividers
1958 - drm/vc4: hdmi: Set a default HSM rate
1959 - drm/vc4: hdmi: Move the HSM clock enable to runtime_pm
1960 - drm/vc4: hdmi: Make sure the controller is powered in detect
1961 - drm/vc4: hdmi: Make sure the controller is powered up during bind
1962 - drm/vc4: hdmi: Rework the pre_crtc_configure error handling
1963 - drm/vc4: crtc: Make sure the HDMI controller is powered when disabling
1964 - wcn36xx: ensure pairing of init_scan/finish_scan and start_scan/end_scan
1965 - wcn36xx: Indicate beacon not connection loss on MISSED_BEACON_IND
1966 - drm/vc4: hdmi: Enable the scrambler on reconnection
1967 - libbpf: Free up resources used by inner map definition
1968 - wcn36xx: Fix DMA channel enable/disable cycle
1969 - wcn36xx: Release DMA channel descriptor allocations
1970 - wcn36xx: Put DXE block into reset before freeing memory
1971 - wcn36xx: populate band before determining rate on RX
1972 - wcn36xx: fix RX BD rate mapping for 5GHz legacy rates
1973 - ath11k: Send PPDU_STATS_CFG with proper pdev mask to firmware
1974 - bpftool: Fix memory leak in prog_dump()
1975 - mtd: hyperbus: rpc-if: Check return value of rpcif_sw_init()
1976 - media: videobuf2: Fix the size printk format
1977 - media: atomisp: add missing media_device_cleanup() in
1978 atomisp_unregister_entities()
1979 - media: atomisp: fix punit_ddr_dvfs_enable() argument for mrfld_power up case
1980 - media: atomisp: fix inverted logic in buffers_needed()
1981 - media: atomisp: do not use err var when checking port validity for ISP2400
1982 - media: atomisp: fix inverted error check for
1983 ia_css_mipi_is_source_port_valid()
1984 - media: atomisp: fix ifdefs in sh_css.c
1985 - media: atomisp: add NULL check for asd obtained from atomisp_video_pipe
1986 - media: atomisp: fix enum formats logic
1987 - media: atomisp: fix uninitialized bug in gmin_get_pmic_id_and_addr()
1988 - media: aspeed: fix mode-detect always time out at 2nd run
1989 - media: em28xx: fix memory leak in em28xx_init_dev
1990 - media: aspeed: Update signal status immediately to ensure sane hw state
1991 - arm64: dts: amlogic: meson-g12: Fix GPU operating point table node name
1992 - arm64: dts: amlogic: Fix SPI NOR flash node name for ODROID N2/N2+
1993 - arm64: dts: meson-gxbb-wetek: fix HDMI in early boot
1994 - arm64: dts: meson-gxbb-wetek: fix missing GPIO binding
1995 - fs: dlm: don't call kernel_getpeername() in error_report()
1996 - memory: renesas-rpc-if: Return error in case devm_ioremap_resource() fails
1997 - Bluetooth: stop proccessing malicious adv data
1998 - ath11k: Fix ETSI regd with weather radar overlap
1999 - ath11k: clear the keys properly via DISABLE_KEY
2000 - ath11k: reset RSN/WPA present state for open BSS
2001 - spi: hisi-kunpeng: Fix the debugfs directory name incorrect
2002 - tee: fix put order in teedev_close_context()
2003 - fs: dlm: fix build with CONFIG_IPV6 disabled
2004 - drm/dp: Don't read back backlight mode in drm_edp_backlight_enable()
2005 - drm/vboxvideo: fix a NULL vs IS_ERR() check
2006 - arm64: dts: renesas: cat875: Add rx/tx delays
2007 - media: dmxdev: fix UAF when dvb_register_device() fails
2008 - crypto: atmel-aes - Reestablish the correct tfm context at dequeue
2009 - crypto: qce - fix uaf on qce_aead_register_one
2010 - crypto: qce - fix uaf on qce_ahash_register_one
2011 - crypto: qce - fix uaf on qce_skcipher_register_one
2012 - arm64: dts: qcom: sc7280: Fix incorrect clock name
2013 - mtd: hyperbus: rpc-if: fix bug in rpcif_hb_remove
2014 - cpufreq: qcom-cpufreq-hw: Update offline CPUs per-cpu thermal pressure
2015 - cpufreq: qcom-hw: Fix probable nested interrupt handling
2016 - ARM: dts: stm32: fix dtbs_check warning on ili9341 dts binding on stm32f429
2017 disco
2018 - libbpf: Fix potential misaligned memory access in btf_ext__new()
2019 - libbpf: Fix glob_syms memory leak in bpf_linker
2020 - libbpf: Fix using invalidated memory in bpf_linker
2021 - crypto: qat - remove unnecessary collision prevention step in PFVF
2022 - crypto: qat - make pfvf send message direction agnostic
2023 - crypto: qat - fix undetected PFVF timeout in ACK loop
2024 - ath11k: Use host CE parameters for CE interrupts configuration
2025 - arm64: dts: ti: k3-j721e: correct cache-sets info
2026 - tty: serial: atmel: Check return code of dmaengine_submit()
2027 - tty: serial: atmel: Call dma_async_issue_pending()
2028 - mfd: atmel-flexcom: Remove #ifdef CONFIG_PM_SLEEP
2029 - mfd: atmel-flexcom: Use .resume_noirq
2030 - bfq: Do not let waker requests skip proper accounting
2031 - libbpf: Silence uninitialized warning/error in btf_dump_dump_type_data
2032 - media: i2c: imx274: fix s_frame_interval runtime resume not requested
2033 - media: i2c: Re-order runtime pm initialisation
2034 - media: i2c: ov8865: Fix lockdep error
2035 - media: rcar-csi2: Correct the selection of hsfreqrange
2036 - media: imx-pxp: Initialize the spinlock prior to using it
2037 - media: si470x-i2c: fix possible memory leak in si470x_i2c_probe()
2038 - media: mtk-vcodec: call v4l2_m2m_ctx_release first when file is released
2039 - media: hantro: Hook up RK3399 JPEG encoder output
2040 - media: coda: fix CODA960 JPEG encoder buffer overflow
2041 - media: venus: correct low power frequency calculation for encoder
2042 - media: venus: core: Fix a potential NULL pointer dereference in an error
2043 handling path
2044 - media: venus: core: Fix a resource leak in the error handling path of
2045 'venus_probe()'
2046 - net: stmmac: Add platform level debug register dump feature
2047 - thermal/drivers/imx: Implement runtime PM support
2048 - igc: AF_XDP zero-copy metadata adjust breaks SKBs on XDP_PASS
2049 - netfilter: bridge: add support for pppoe filtering
2050 - powerpc: Avoid discarding flags in system_call_exception()
2051 - arm64: dts: qcom: msm8916: fix MMC controller aliases
2052 - drm/vmwgfx: Remove the deprecated lower mem limit
2053 - drm/vmwgfx: Fail to initialize on broken configs
2054 - cgroup: Trace event cgroup id fields should be u64
2055 - ACPI: EC: Rework flushing of EC work while suspended to idle
2056 - thermal/drivers/imx8mm: Enable ADC when enabling monitor
2057 - drm/amdgpu: Fix a NULL pointer dereference in
2058 amdgpu_connector_lcd_native_mode()
2059 - drm/radeon/radeon_kms: Fix a NULL pointer dereference in
2060 radeon_driver_open_kms()
2061 - libbpf: Clean gen_loader's attach kind.
2062 - crypto: caam - save caam memory to support crypto engine retry mechanism.
2063 - arm64: dts: ti: k3-am642: Fix the L2 cache sets
2064 - arm64: dts: ti: k3-j7200: Fix the L2 cache sets
2065 - arm64: dts: ti: k3-j721e: Fix the L2 cache sets
2066 - arm64: dts: ti: k3-j7200: Correct the d-cache-sets info
2067 - tty: serial: uartlite: allow 64 bit address
2068 - serial: amba-pl011: do not request memory region twice
2069 - mtd: core: provide unique name for nvmem device
2070 - floppy: Fix hang in watchdog when disk is ejected
2071 - staging: rtl8192e: return error code from rtllib_softmac_init()
2072 - staging: rtl8192e: rtllib_module: fix error handle case in alloc_rtllib()
2073 - Bluetooth: btmtksdio: fix resume failure
2074 - bpf: Fix the test_task_vma selftest to support output shorter than 1 kB
2075 - sched/fair: Fix detection of per-CPU kthreads waking a task
2076 - sched/fair: Fix per-CPU kthread and wakee stacking for asym CPU capacity
2077 - bpf: Adjust BTF log size limit.
2078 - bpf: Disallow BPF_LOG_KERNEL log level for bpf(BPF_BTF_LOAD)
2079 - bpf: Remove config check to enable bpf support for branch records
2080 - arm64: clear_page() shouldn't use DC ZVA when DCZID_EL0.DZP == 1
2081 - arm64: mte: DC {GVA,GZVA} shouldn't be used when DCZID_EL0.DZP == 1
2082 - samples/bpf: Install libbpf headers when building
2083 - samples/bpf: Clean up samples/bpf build failes
2084 - samples: bpf: Fix xdp_sample_user.o linking with Clang
2085 - samples: bpf: Fix 'unknown warning group' build warning on Clang
2086 - media: dib8000: Fix a memleak in dib8000_init()
2087 - media: saa7146: mxb: Fix a NULL pointer dereference in mxb_attach()
2088 - media: si2157: Fix "warm" tuner state detection
2089 - wireless: iwlwifi: Fix a double free in iwl_txq_dyn_alloc_dma
2090 - sched/rt: Try to restart rt period timer when rt runtime exceeded
2091 - ath10k: Fix the MTU size on QCA9377 SDIO
2092 - Bluetooth: refactor set_exp_feature with a feature table
2093 - Bluetooth: MGMT: Use hci_dev_test_and_{set,clear}_flag
2094 - drm/amd/display: Fix bug in debugfs crc_win_update entry
2095 - drm/msm/gpu: Don't allow zero fence_id
2096 - drm/msm/dp: displayPort driver need algorithm rational
2097 - rcu/exp: Mark current CPU as exp-QS in IPI loop second pass
2098 - wcn36xx: Fix max channels retrieval
2099 - drm/msm/dsi: fix initialization in the bonded DSI case
2100 - mwifiex: Fix possible ABBA deadlock
2101 - xfrm: fix a small bug in xfrm_sa_len()
2102 - x86/uaccess: Move variable into switch case statement
2103 - selftests: clone3: clone3: add case CLONE3_ARGS_NO_TEST
2104 - selftests: harness: avoid false negatives if test has no ASSERTs
2105 - crypto: stm32/cryp - fix CTR counter carry
2106 - crypto: stm32/cryp - fix xts and race condition in crypto_engine requests
2107 - crypto: stm32/cryp - check early input data
2108 - crypto: stm32/cryp - fix double pm exit
2109 - crypto: stm32/cryp - fix lrw chaining mode
2110 - crypto: stm32/cryp - fix bugs and crash in tests
2111 - crypto: stm32 - Revert broken pm_runtime_resume_and_get changes
2112 - crypto: hisilicon/qm - fix incorrect return value of hisi_qm_resume()
2113 - ath11k: Fix deleting uninitialized kernel timer during fragment cache flush
2114 - spi: Fix incorrect cs_setup delay handling
2115 - ARM: dts: gemini: NAS4220-B: fis-index-block with 128 KiB sectors
2116 - perf/arm-cmn: Fix CPU hotplug unregistration
2117 - media: dw2102: Fix use after free
2118 - media: msi001: fix possible null-ptr-deref in msi001_probe()
2119 - media: coda/imx-vdoa: Handle dma_set_coherent_mask error codes
2120 - ath11k: Fix a NULL pointer dereference in ath11k_mac_op_hw_scan()
2121 - net: dsa: hellcreek: Fix insertion of static FDB entries
2122 - net: dsa: hellcreek: Add STP forwarding rule
2123 - net: dsa: hellcreek: Allow PTP P2P measurements on blocked ports
2124 - net: dsa: hellcreek: Add missing PTP via UDP rules
2125 - arm64: dts: qcom: c630: Fix soundcard setup
2126 - arm64: dts: qcom: ipq6018: Fix gpio-ranges property
2127 - drm/msm/dpu: fix safe status debugfs file
2128 - drm/bridge: ti-sn65dsi86: Set max register for regmap
2129 - gpu: host1x: select CONFIG_DMA_SHARED_BUFFER
2130 - drm/tegra: gr2d: Explicitly control module reset
2131 - drm/tegra: vic: Fix DMA API misuse
2132 - media: hantro: Fix probe func error path
2133 - xfrm: interface with if_id 0 should return error
2134 - xfrm: state and policy should fail if XFRMA_IF_ID 0
2135 - ARM: 9159/1: decompressor: Avoid UNPREDICTABLE NOP encoding
2136 - usb: ftdi-elan: fix memory leak on device disconnect
2137 - arm64: dts: marvell: cn9130: add GPIO and SPI aliases
2138 - arm64: dts: marvell: cn9130: enable CP0 GPIO controllers
2139 - ARM: dts: armada-38x: Add generic compatible to UART nodes
2140 - mt76: mt7921: drop offload_flags overwritten
2141 - wilc1000: fix double free error in probe()
2142 - rtw88: add quirk to disable pci caps on HP 250 G7 Notebook PC
2143 - iwlwifi: mvm: fix 32-bit build in FTM
2144 - iwlwifi: mvm: test roc running status bits before removing the sta
2145 - iwlwifi: mvm: perform 6GHz passive scan after suspend
2146 - iwlwifi: mvm: set protected flag only for NDP ranging
2147 - mmc: meson-mx-sdhc: add IRQ check
2148 - mmc: meson-mx-sdio: add IRQ check
2149 - block: fix error unwinding in device_add_disk
2150 - selinux: fix potential memleak in selinux_add_opt()
2151 - um: fix ndelay/udelay defines
2152 - um: rename set_signals() to um_set_signals()
2153 - um: virt-pci: Fix 32-bit compile
2154 - lib/logic_iomem: Fix 32-bit build
2155 - lib/logic_iomem: Fix operation on 32-bit
2156 - um: virtio_uml: Fix time-travel external time propagation
2157 - Bluetooth: L2CAP: Fix using wrong mode
2158 - bpftool: Enable line buffering for stdout
2159 - backlight: qcom-wled: Validate enabled string indices in DT
2160 - backlight: qcom-wled: Pass number of elements to read to read_u32_array
2161 - backlight: qcom-wled: Fix off-by-one maximum with default num_strings
2162 - backlight: qcom-wled: Override default length with qcom,enabled-strings
2163 - backlight: qcom-wled: Use cpu_to_le16 macro to perform conversion
2164 - backlight: qcom-wled: Respect enabled-strings in set_brightness
2165 - software node: fix wrong node passed to find nargs_prop
2166 - Bluetooth: hci_qca: Stop IBS timer during BT OFF
2167 - x86/boot/compressed: Move CLANG_FLAGS to beginning of KBUILD_CFLAGS
2168 - crypto: octeontx2 - prevent underflow in get_cores_bmap()
2169 - regulator: qcom-labibb: OCP interrupts are not a failure while disabled
2170 - hwmon: (mr75203) fix wrong power-up delay value
2171 - x86/mce/inject: Avoid out-of-bounds write when setting flags
2172 - io_uring: remove double poll on poll update
2173 - serial: 8250_bcm7271: Propagate error codes from brcmuart_probe()
2174 - ACPI: scan: Create platform device for BCM4752 and LNV4752 ACPI nodes
2175 - pcmcia: rsrc_nonstatic: Fix a NULL pointer dereference in
2176 __nonstatic_find_io_region()
2177 - pcmcia: rsrc_nonstatic: Fix a NULL pointer dereference in
2178 nonstatic_find_mem_region()
2179 - power: reset: mt6397: Check for null res pointer
2180 - net/xfrm: IPsec tunnel mode fix inner_ipproto setting in sec_path
2181 - net: ethernet: mtk_eth_soc: fix return values and refactor MDIO ops
2182 - net: dsa: fix incorrect function pointer check for MRP ring roles
2183 - netfilter: ipt_CLUSTERIP: fix refcount leak in clusterip_tg_check()
2184 - bpf, sockmap: Fix return codes from tcp_bpf_recvmsg_parser()
2185 - bpf, sockmap: Fix double bpf_prog_put on error case in map_link
2186 - bpf: Don't promote bogus looking registers after null check.
2187 - bpf: Fix verifier support for validation of async callbacks
2188 - bpf: Fix SO_RCVBUF/SO_SNDBUF handling in _bpf_setsockopt().
2189 - netfilter: nft_payload: do not update layer 4 checksum when mangling
2190 fragments
2191 - netfilter: nft_set_pipapo: allocate pcpu scratch maps on clone
2192 - net: fix SOF_TIMESTAMPING_BIND_PHC to work with multiple sockets
2193 - ppp: ensure minimum packet size in ppp_write()
2194 - rocker: fix a sleeping in atomic bug
2195 - staging: greybus: audio: Check null pointer
2196 - fsl/fman: Check for null pointer after calling devm_ioremap
2197 - Bluetooth: hci_bcm: Check for error irq
2198 - Bluetooth: hci_qca: Fix NULL vs IS_ERR_OR_NULL check in qca_serdev_probe
2199 - net/smc: Reset conn->lgr when link group registration fails
2200 - usb: dwc3: qcom: Fix NULL vs IS_ERR checking in dwc3_qcom_probe
2201 - usb: dwc2: do not gate off the hardware if it does not support clock gating
2202 - usb: dwc2: gadget: initialize max_speed from params
2203 - usb: gadget: u_audio: Subdevice 0 for capture ctls
2204 - HID: hid-uclogic-params: Invalid parameter check in uclogic_params_init
2205 - HID: hid-uclogic-params: Invalid parameter check in
2206 uclogic_params_get_str_desc
2207 - HID: hid-uclogic-params: Invalid parameter check in
2208 uclogic_params_huion_init
2209 - HID: hid-uclogic-params: Invalid parameter check in
2210 uclogic_params_frame_init_v1_buttonpad
2211 - debugfs: lockdown: Allow reading debugfs files that are not world readable
2212 - drivers/firmware: Add missing platform_device_put() in sysfb_create_simplefb
2213 - serial: liteuart: fix MODULE_ALIAS
2214 - serial: stm32: move tx dma terminate DMA to shutdown
2215 - x86, sched: Fix undefined reference to init_freq_invariance_cppc() build
2216 error
2217 - net/mlx5e: Fix page DMA map/unmap attributes
2218 - net/mlx5e: Fix wrong usage of fib_info_nh when routes with nexthop objects
2219 are used
2220 - net/mlx5e: Don't block routes with nexthop objects in SW
2221 - Revert "net/mlx5e: Block offload of outer header csum for UDP tunnels"
2222 - Revert "net/mlx5e: Block offload of outer header csum for GRE tunnel"
2223 - net/mlx5e: Fix matching on modified inner ip_ecn bits
2224 - net/mlx5: Fix access to sf_dev_table on allocation failure
2225 - net/mlx5e: Sync VXLAN udp ports during uplink representor profile change
2226 - net/mlx5: Set command entry semaphore up once got index free
2227 - lib/mpi: Add the return value check of kcalloc()
2228 - Bluetooth: L2CAP: uninitialized variables in l2cap_sock_setsockopt()
2229 - mptcp: fix per socket endpoint accounting
2230 - mptcp: fix opt size when sending DSS + MP_FAIL
2231 - mptcp: fix a DSS option writing error
2232 - spi: spi-meson-spifc: Add missing pm_runtime_disable() in meson_spifc_probe
2233 - octeontx2-af: Increment ptp refcount before use
2234 - ax25: uninitialized variable in ax25_setsockopt()
2235 - netrom: fix api breakage in nr_setsockopt()
2236 - regmap: Call regmap_debugfs_exit() prior to _init()
2237 - net: mscc: ocelot: fix incorrect balancing with down LAG ports
2238 - can: mcp251xfd: add missing newline to printed strings
2239 - tpm: add request_locality before write TPM_INT_ENABLE
2240 - tpm_tis: Fix an error handling path in 'tpm_tis_core_init()'
2241 - can: softing: softing_startstop(): fix set but not used variable warning
2242 - can: xilinx_can: xcan_probe(): check for error irq
2243 - can: rcar_canfd: rcar_canfd_channel_probe(): make sure we free CAN network
2244 device
2245 - pcmcia: fix setting of kthread task states
2246 - net/sched: flow_dissector: Fix matching on zone id for invalid conns
2247 - net: openvswitch: Fix matching zone id for invalid conns arriving from tc
2248 - net: openvswitch: Fix ct_state nat flags for conns arriving from tc
2249 - iwlwifi: mvm: Use div_s64 instead of do_div in iwl_mvm_ftm_rtt_smoothing()
2250 - bnxt_en: Refactor coredump functions
2251 - bnxt_en: move coredump functions into dedicated file
2252 - bnxt_en: use firmware provided max timeout for messages
2253 - net: mcs7830: handle usb read errors properly
2254 - ext4: avoid trim error on fs with small groups
2255 - ASoC: Intel: sof_sdw: fix jack detection on HP Spectre x360 convertible
2256 - ALSA: jack: Add missing rwsem around snd_ctl_remove() calls
2257 - ALSA: PCM: Add missing rwsem around snd_ctl_remove() calls
2258 - ALSA: hda: Add missing rwsem around snd_ctl_remove() calls
2259 - ALSA: hda: Fix potential deadlock at codec unbinding
2260 - RDMA/bnxt_re: Scan the whole bitmap when checking if "disabling RCFW with
2261 pending cmd-bit"
2262 - RDMA/hns: Validate the pkey index
2263 - scsi: pm80xx: Update WARN_ON check in pm8001_mpi_build_cmd()
2264 - clk: renesas: rzg2l: Check return value of pm_genpd_init()
2265 - clk: renesas: rzg2l: propagate return value of_genpd_add_provider_simple()
2266 - clk: imx8mn: Fix imx8mn_clko1_sels
2267 - powerpc/prom_init: Fix improper check of prom_getprop()
2268 - ASoC: uniphier: drop selecting non-existing SND_SOC_UNIPHIER_AIO_DMA
2269 - ASoC: codecs: wcd938x: add SND_SOC_WCD938_SDW to codec list instead
2270 - RDMA/rtrs-clt: Fix the initial value of min_latency
2271 - ALSA: hda: Make proper use of timecounter
2272 - dt-bindings: thermal: Fix definition of cooling-maps contribution property
2273 - powerpc/perf: Fix PMU callbacks to clear pending PMI before resetting an
2274 overflown PMC
2275 - powerpc/modules: Don't WARN on first module allocation attempt
2276 - powerpc/32s: Fix shift-out-of-bounds in KASAN init
2277 - clocksource: Avoid accidental unstable marking of clocksources
2278 - ALSA: oss: fix compile error when OSS_DEBUG is enabled
2279 - ALSA: usb-audio: Drop superfluous '0' in Presonus Studio 1810c's ID
2280 - misc: at25: Make driver OF independent again
2281 - char/mwave: Adjust io port register size
2282 - binder: fix handling of error during copy
2283 - binder: avoid potential data leakage when copying txn
2284 - openrisc: Add clone3 ABI wrapper
2285 - iommu: Extend mutex lock scope in iommu_probe_device()
2286 - iommu/io-pgtable-arm: Fix table descriptor paddr formatting
2287 - scsi: core: Fix scsi_device_max_queue_depth()
2288 - scsi: ufs: Fix race conditions related to driver data
2289 - RDMA/qedr: Fix reporting max_{send/recv}_wr attrs
2290 - PCI/MSI: Fix pci_irq_vector()/pci_irq_get_affinity()
2291 - powerpc/powermac: Add additional missing lockdep_register_key()
2292 - iommu/arm-smmu-qcom: Fix TTBR0 read
2293 - RDMA/core: Let ib_find_gid() continue search even after empty entry
2294 - RDMA/cma: Let cma_resolve_ib_dev() continue search even after empty entry
2295 - ASoC: rt5663: Handle device_property_read_u32_array error codes
2296 - of: unittest: fix warning on PowerPC frame size warning
2297 - of: unittest: 64 bit dma address test requires arch support
2298 - clk: stm32: Fix ltdc's clock turn off by clk_disable_unused() after system
2299 enter shell
2300 - mips: add SYS_HAS_CPU_MIPS64_R5 config for MIPS Release 5 support
2301 - mips: fix Kconfig reference to PHYS_ADDR_T_64BIT
2302 - dmaengine: pxa/mmp: stop referencing config->slave_id
2303 - iommu/amd: Restore GA log/tail pointer on host resume
2304 - iommu/amd: X2apic mode: re-enable after resume
2305 - iommu/amd: X2apic mode: setup the INTX registers on mask/unmask
2306 - iommu/amd: X2apic mode: mask/unmask interrupts on suspend/resume
2307 - iommu/amd: Remove useless irq affinity notifier
2308 - ASoC: Intel: catpt: Test dmaengine_submit() result before moving on
2309 - iommu/iova: Fix race between FQ timeout and teardown
2310 - ASoC: mediatek: mt8195: correct default value
2311 - of: fdt: Aggregate the processing of "linux,usable-memory-range"
2312 - efi: apply memblock cap after memblock_add()
2313 - scsi: block: pm: Always set request queue runtime active in
2314 blk_post_runtime_resume()
2315 - phy: uniphier-usb3ss: fix unintended writing zeros to PHY register
2316 - ASoC: mediatek: Check for error clk pointer
2317 - powerpc/64s: Mask NIP before checking against SRR0
2318 - powerpc/64s: Use EMIT_WARN_ENTRY for SRR debug warnings
2319 - phy: cadence: Sierra: Fix to get correct parent for mux clocks
2320 - ASoC: samsung: idma: Check of ioremap return value
2321 - misc: lattice-ecp3-config: Fix task hung when firmware load failed
2322 - ASoC: mediatek: mt8195: correct pcmif BE dai control flow
2323 - arm64: tegra: Remove non existent Tegra194 reset
2324 - mips: lantiq: add support for clk_set_parent()
2325 - mips: bcm63xx: add support for clk_set_parent()
2326 - powerpc/xive: Add missing null check after calling kmalloc
2327 - ASoC: fsl_mqs: fix MODULE_ALIAS
2328 - ALSA: hda/cs8409: Increase delay during jack detection
2329 - ALSA: hda/cs8409: Fix Jack detection after resume
2330 - RDMA/cxgb4: Set queue pair state when being queried
2331 - clk: qcom: gcc-sc7280: Mark gcc_cfg_noc_lpass_clk always enabled
2332 - ASoC: imx-card: Need special setting for ak4497 on i.MX8MQ
2333 - ASoC: imx-card: Fix mclk calculation issue for akcodec
2334 - ASoC: imx-card: improve the sound quality for low rate
2335 - ASoC: fsl_asrc: refine the check of available clock divider
2336 - clk: bm1880: remove kfrees on static allocations
2337 - of: base: Fix phandle argument length mismatch error message
2338 - of/fdt: Don't worry about non-memory region overlap for no-map
2339 - MIPS: boot/compressed/: add __ashldi3 to target for ZSTD compression
2340 - MIPS: compressed: Fix build with ZSTD compression
2341 - mailbox: fix gce_num of mt8192 driver data
2342 - ARM: dts: omap3-n900: Fix lp5523 for multi color
2343 - leds: lp55xx: initialise output direction from dts
2344 - Bluetooth: Fix debugfs entry leak in hci_register_dev()
2345 - Bluetooth: Fix memory leak of hci device
2346 - drm/panel: Delete panel on mipi_dsi_attach() failure
2347 - Bluetooth: Fix removing adv when processing cmd complete
2348 - fs: dlm: filter user dlm messages for kernel locks
2349 - drm/lima: fix warning when CONFIG_DEBUG_SG=y & CONFIG_DMA_API_DEBUG=y
2350 - selftests/bpf: Fix memory leaks in btf_type_c_dump() helper
2351 - selftests/bpf: Destroy XDP link correctly
2352 - selftests/bpf: Fix bpf_object leak in skb_ctx selftest
2353 - ar5523: Fix null-ptr-deref with unexpected WDCMSG_TARGET_START reply
2354 - drm/bridge: dw-hdmi: handle ELD when DRM_BRIDGE_ATTACH_NO_CONNECTOR
2355 - drm/nouveau/pmu/gm200-: avoid touching PMU outside of DEVINIT/PREOS/ACR
2356 - media: atomisp: fix try_fmt logic
2357 - media: atomisp: set per-device's default mode
2358 - media: atomisp-ov2680: Fix ov2680_set_fmt() clobbering the exposure
2359 - media: atomisp: check before deference asd variable
2360 - ARM: shmobile: rcar-gen2: Add missing of_node_put()
2361 - batman-adv: allow netlink usage in unprivileged containers
2362 - media: atomisp: handle errors at sh_css_create_isp_params()
2363 - ath11k: Fix crash caused by uninitialized TX ring
2364 - usb: dwc3: meson-g12a: fix shared reset control use
2365 - USB: ehci_brcm_hub_control: Improve port index sanitizing
2366 - usb: gadget: f_fs: Use stream_open() for endpoint files
2367 - psi: Fix PSI_MEM_FULL state when tasks are in memstall and doing reclaim
2368 - drm: panel-orientation-quirks: Add quirk for the Lenovo Yoga Book X91F/L
2369 - HID: magicmouse: Report battery level over USB
2370 - HID: apple: Do not reset quirks when the Fn key is not found
2371 - media: b2c2: Add missing check in flexcop_pci_isr:
2372 - libbpf: Accommodate DWARF/compiler bug with duplicated structs
2373 - ethernet: renesas: Use div64_ul instead of do_div
2374 - EDAC/synopsys: Use the quirk for version instead of ddr version
2375 - arm64: dts: qcom: sm8350: Shorten camera-thermal-bottom name
2376 - soc: imx: gpcv2: Synchronously suspend MIX domains
2377 - ARM: imx: rename DEBUG_IMX21_IMX27_UART to DEBUG_IMX27_UART
2378 - drm/amd/display: check top_pipe_to_program pointer
2379 - drm/amdgpu/display: set vblank_disable_immediate for DC
2380 - soc: ti: pruss: fix referenced node in error message
2381 - mlxsw: pci: Add shutdown method in PCI driver
2382 - drm/amd/display: add else to avoid double destroy clk_mgr
2383 - drm/bridge: megachips: Ensure both bridges are probed before registration
2384 - mxser: keep only !tty test in ISR
2385 - tty: serial: imx: disable UCR4_OREN in .stop_rx() instead of .shutdown()
2386 - gpiolib: acpi: Do not set the IRQ type if the IRQ is already in use
2387 - HSI: core: Fix return freed object in hsi_new_client
2388 - crypto: jitter - consider 32 LSB for APT
2389 - mwifiex: Fix skb_over_panic in mwifiex_usb_recv()
2390 - rsi: Fix use-after-free in rsi_rx_done_handler()
2391 - rsi: Fix out-of-bounds read in rsi_read_pkt()
2392 - ath11k: Avoid NULL ptr access during mgmt tx cleanup
2393 - media: venus: avoid calling core_clk_setrate() concurrently during
2394 concurrent video sessions
2395 - regulator: da9121: Prevent current limit change when enabled
2396 - drm/vmwgfx: Release ttm memory if probe fails
2397 - drm/vmwgfx: Introduce a new placement for MOB page tables
2398 - ACPI / x86: Drop PWM2 device on Lenovo Yoga Book from always present table
2399 - ACPI: Change acpi_device_always_present() into acpi_device_override_status()
2400 - ACPI / x86: Allow specifying acpi_device_override_status() quirks by path
2401 - ACPI / x86: Add not-present quirk for the PCI0.SDHB.BRC1 device on the GPD
2402 win
2403 - arm64: dts: ti: j7200-main: Fix 'dtbs_check' serdes_ln_ctrl node
2404 - arm64: dts: ti: j721e-main: Fix 'dtbs_check' in serdes_ln_ctrl node
2405 - usb: uhci: add aspeed ast2600 uhci support
2406 - floppy: Add max size check for user space request
2407 - x86/mm: Flush global TLB when switching to trampoline page-table
2408 - drm: rcar-du: Fix CRTC timings when CMM is used
2409 - media: uvcvideo: Increase UVC_CTRL_CONTROL_TIMEOUT to 5 seconds.
2410 - media: rcar-vin: Update format alignment constraints
2411 - media: saa7146: hexium_orion: Fix a NULL pointer dereference in
2412 hexium_attach()
2413 - media: atomisp: fix "variable dereferenced before check 'asd'"
2414 - media: m920x: don't use stack on USB reads
2415 - thunderbolt: Runtime PM activate both ends of the device link
2416 - arm64: dts: renesas: Fix thermal bindings
2417 - iwlwifi: mvm: synchronize with FW after multicast commands
2418 - iwlwifi: mvm: avoid clearing a just saved session protection id
2419 - rcutorture: Avoid soft lockup during cpu stall
2420 - ath11k: avoid deadlock by change ieee80211_queue_work for regd_update_work
2421 - ath10k: Fix tx hanging
2422 - net-sysfs: update the queue counts in the unregistration path
2423 - net: phy: prefer 1000baseT over 1000baseKX
2424 - gpio: aspeed: Convert aspeed_gpio.lock to raw_spinlock
2425 - gpio: aspeed-sgpio: Convert aspeed_sgpio.lock to raw_spinlock
2426 - selftests/ftrace: make kprobe profile testcase description unique
2427 - ath11k: Avoid false DEADLOCK warning reported by lockdep
2428 - ARM: dts: qcom: sdx55: fix IPA interconnect definitions
2429 - x86/mce: Allow instrumentation during task work queueing
2430 - x86/mce: Mark mce_panic() noinstr
2431 - x86/mce: Mark mce_end() noinstr
2432 - x86/mce: Mark mce_read_aux() noinstr
2433 - net: bonding: debug: avoid printing debug logs when bond is not notifying
2434 peers
2435 - kunit: Don't crash if no parameters are generated
2436 - bpf: Do not WARN in bpf_warn_invalid_xdp_action()
2437 - drm/amdkfd: Fix error handling in svm_range_add
2438 - HID: quirks: Allow inverting the absolute X/Y values
2439 - HID: i2c-hid-of: Expose the touchscreen-inverted properties
2440 - media: igorplugusb: receiver overflow should be reported
2441 - media: rockchip: rkisp1: use device name for debugfs subdir name
2442 - media: saa7146: hexium_gemini: Fix a NULL pointer dereference in
2443 hexium_attach()
2444 - mmc: tmio: reinit card irqs in reset routine
2445 - mmc: core: Fixup storing of OCR for MMC_QUIRK_NONSTD_SDIO
2446 - drm/amd/amdgpu: fix psp tmr bo pin count leak in SRIOV
2447 - drm/amd/amdgpu: fix gmc bo pin count leak in SRIOV
2448 - audit: ensure userspace is penalized the same as the kernel when under
2449 pressure
2450 - arm64: dts: ls1028a-qds: move rtc node to the correct i2c bus
2451 - arm64: tegra: Adjust length of CCPLEX cluster MMIO region
2452 - crypto: ccp - Move SEV_INIT retry for corrupted data
2453 - crypto: hisilicon/hpre - fix memory leak in hpre_curve25519_src_init()
2454 - PM: runtime: Add safety net to supplier device release
2455 - cpufreq: Fix initialization of min and max frequency QoS requests
2456 - mt76: mt7615: fix possible deadlock while mt7615_register_ext_phy()
2457 - mt76: do not pass the received frame with decryption error
2458 - mt76: mt7615: improve wmm index allocation
2459 - ath9k_htc: fix NULL pointer dereference at ath9k_htc_rxep()
2460 - ath9k_htc: fix NULL pointer dereference at ath9k_htc_tx_get_packet()
2461 - ath9k: Fix out-of-bound memcpy in ath9k_hif_usb_rx_stream
2462 - rtw88: 8822c: update rx settings to prevent potential hw deadlock
2463 - PM: AVS: qcom-cpr: Use div64_ul instead of do_div
2464 - iwlwifi: fix leaks/bad data after failed firmware load
2465 - iwlwifi: remove module loading failure message
2466 - iwlwifi: mvm: Fix calculation of frame length
2467 - iwlwifi: mvm: fix AUX ROC removal
2468 - iwlwifi: pcie: make sure prph_info is set when treating wakeup IRQ
2469 - mmc: sdhci-pci-gli: GL9755: Support for CD/WP inversion on OF platforms
2470 - block: check minor range in device_add_disk()
2471 - um: registers: Rename function names to avoid conflicts and build problems
2472 - ath11k: Fix napi related hang
2473 - Bluetooth: btintel: Add missing quirks and msft ext for legacy bootloader
2474 - Bluetooth: vhci: Set HCI_QUIRK_VALID_LE_STATES
2475 - xfrm: rate limit SA mapping change message to user space
2476 - drm/etnaviv: consider completed fence seqno in hang check
2477 - jffs2: GC deadlock reading a page that is used in jffs2_write_begin()
2478 - ACPICA: actypes.h: Expand the ACPI_ACCESS_ definitions
2479 - ACPICA: Utilities: Avoid deleting the same object twice in a row
2480 - ACPICA: Executer: Fix the REFCLASS_REFOF case in acpi_ex_opcode_1A_0T_1R()
2481 - ACPICA: Fix wrong interpretation of PCC address
2482 - ACPICA: Hardware: Do not flush CPU cache when entering S4 and S5
2483 - mmc: mtk-sd: Use readl_poll_timeout instead of open-coded polling
2484 - drm/amdgpu: fixup bad vram size on gmc v8
2485 - amdgpu/pm: Make sysfs pm attributes as read-only for VFs
2486 - ACPI: battery: Add the ThinkPad "Not Charging" quirk
2487 - ACPI: CPPC: Check present CPUs for determining _CPC is valid
2488 - btrfs: remove BUG_ON() in find_parent_nodes()
2489 - btrfs: remove BUG_ON(!eie) in find_parent_nodes
2490 - net: mdio: Demote probed message to debug print
2491 - mac80211: allow non-standard VHT MCS-10/11
2492 - dm btree: add a defensive bounds check to insert_at()
2493 - dm space map common: add bounds check to sm_ll_lookup_bitmap()
2494 - bpf/selftests: Fix namespace mount setup in tc_redirect
2495 - mlxsw: pci: Avoid flow control for EMAD packets
2496 - net: phy: marvell: configure RGMII delays for 88E1118
2497 - net: gemini: allow any RGMII interface mode
2498 - regulator: qcom_smd: Align probe function with rpmh-regulator
2499 - serial: pl010: Drop CR register reset on set_termios
2500 - serial: pl011: Drop CR register reset on set_termios
2501 - serial: core: Keep mctrl register state and cached copy in sync
2502 - random: do not throw away excess input to crng_fast_load
2503 - net/mlx5: Update log_max_qp value to FW max capability
2504 - net/mlx5e: Unblock setting vid 0 for VF in case PF isn't eswitch manager
2505 - parisc: Avoid calling faulthandler_disabled() twice
2506 - can: flexcan: allow to change quirks at runtime
2507 - can: flexcan: rename RX modes
2508 - can: flexcan: add more quirks to describe RX path capabilities
2509 - x86/kbuild: Enable CONFIG_KALLSYMS_ALL=y in the defconfigs
2510 - powerpc/6xx: add missing of_node_put
2511 - powerpc/powernv: add missing of_node_put
2512 - powerpc/cell: add missing of_node_put
2513 - powerpc/btext: add missing of_node_put
2514 - powerpc/watchdog: Fix missed watchdog reset due to memory ordering race
2515 - ASoC: imx-hdmi: add put_device() after of_find_device_by_node()
2516 - i2c: i801: Don't silently correct invalid transfer size
2517 - powerpc/smp: Move setup_profiling_timer() under CONFIG_PROFILING
2518 - i2c: mpc: Correct I2C reset procedure
2519 - clk: meson: gxbb: Fix the SDM_EN bit for MPLL0 on GXBB
2520 - powerpc/powermac: Add missing lockdep_register_key()
2521 - KVM: PPC: Book3S: Suppress warnings when allocating too big memory slots
2522 - KVM: PPC: Book3S: Suppress failed alloc warning in H_COPY_TOFROM_GUEST
2523 - w1: Misuse of get_user()/put_user() reported by sparse
2524 - nvmem: core: set size for sysfs bin file
2525 - dm: fix alloc_dax error handling in alloc_dev
2526 - interconnect: qcom: rpm: Prevent integer overflow in rate
2527 - scsi: ufs: Fix a kernel crash during shutdown
2528 - scsi: lpfc: Fix leaked lpfc_dmabuf mbox allocations with NPIV
2529 - scsi: lpfc: Trigger SLI4 firmware dump before doing driver cleanup
2530 - ALSA: seq: Set upper limit of processed events
2531 - MIPS: Loongson64: Use three arguments for slti
2532 - powerpc/40x: Map 32Mbytes of memory at startup
2533 - selftests/powerpc/spectre_v2: Return skip code when miss_percent is high
2534 - powerpc: handle kdump appropriately with crash_kexec_post_notifiers option
2535 - powerpc/fadump: Fix inaccurate CPU state info in vmcore generated with panic
2536 - udf: Fix error handling in udf_new_inode()
2537 - MIPS: OCTEON: add put_device() after of_find_device_by_node()
2538 - irqchip/gic-v4: Disable redistributors' view of the VPE table at boot time
2539 - i2c: designware-pci: Fix to change data types of hcnt and lcnt parameters
2540 - selftests/powerpc: Add a test of sigreturning to the kernel
2541 - MIPS: Octeon: Fix build errors using clang
2542 - scsi: sr: Don't use GFP_DMA
2543 - scsi: mpi3mr: Fixes around reply request queues
2544 - ASoC: mediatek: mt8192-mt6359: fix device_node leak
2545 - phy: phy-mtk-tphy: add support efuse setting
2546 - ASoC: mediatek: mt8173: fix device_node leak
2547 - ASoC: mediatek: mt8183: fix device_node leak
2548 - habanalabs: skip read fw errors if dynamic descriptor invalid
2549 - phy: mediatek: Fix missing check in mtk_mipi_tx_probe
2550 - mailbox: change mailbox-mpfs compatible string
2551 - seg6: export get_srh() for ICMP handling
2552 - icmp: ICMPV6: Examine invoking packet for Segment Route Headers.
2553 - udp6: Use Segment Routing Header for dest address if present
2554 - rpmsg: core: Clean up resources on announce_create failure.
2555 - ifcvf/vDPA: fix misuse virtio-net device config size for blk dev
2556 - crypto: omap-aes - Fix broken pm_runtime_and_get() usage
2557 - crypto: stm32/crc32 - Fix kernel BUG triggered in probe()
2558 - crypto: caam - replace this_cpu_ptr with raw_cpu_ptr
2559 - ubifs: Error path in ubifs_remount_rw() seems to wrongly free write buffers
2560 - tpm: fix potential NULL pointer access in tpm_del_char_device
2561 - tpm: fix NPE on probe for missing device
2562 - mfd: tps65910: Set PWR_OFF bit during driver probe
2563 - spi: uniphier: Fix a bug that doesn't point to private data correctly
2564 - xen/gntdev: fix unmap notification order
2565 - md: Move alloc/free acct bioset in to personality
2566 - HID: magicmouse: Fix an error handling path in magicmouse_probe()
2567 - fuse: Pass correct lend value to filemap_write_and_wait_range()
2568 - serial: Fix incorrect rs485 polarity on uart open
2569 - cputime, cpuacct: Include guest time in user time in cpuacct.stat
2570 - sched/cpuacct: Fix user/system in shown cpuacct.usage*
2571 - tracing/kprobes: 'nmissed' not showed correctly for kretprobe
2572 - tracing: Have syscall trace events use trace_event_buffer_lock_reserve()
2573 - remoteproc: imx_rproc: Fix a resource leak in the remove function
2574 - iwlwifi: mvm: Increase the scan timeout guard to 30 seconds
2575 - s390/mm: fix 2KB pgtable release race
2576 - device property: Fix fwnode_graph_devcon_match() fwnode leak
2577 - drm/tegra: submit: Add missing pm_runtime_mark_last_busy()
2578 - drm/etnaviv: limit submit sizes
2579 - drm/amd/display: Fix the uninitialized variable in enable_stream_features()
2580 - drm/nouveau/kms/nv04: use vzalloc for nv04_display
2581 - drm/bridge: analogix_dp: Make PSR-exit block less
2582 - parisc: Fix lpa and lpa_user defines
2583 - powerpc/64s/radix: Fix huge vmap false positive
2584 - scsi: lpfc: Fix lpfc_force_rscn ndlp kref imbalance
2585 - drm/amdgpu: don't do resets on APUs which don't support it
2586 - drm/i915/display/ehl: Update voltage swing table
2587 - PCI: xgene: Fix IB window setup
2588 - PCI: pciehp: Use down_read/write_nested(reset_lock) to fix lockdep errors
2589 - PCI: pci-bridge-emul: Make expansion ROM Base Address register read-only
2590 - PCI: pci-bridge-emul: Properly mark reserved PCIe bits in PCI config space
2591 - PCI: pci-bridge-emul: Fix definitions of reserved bits
2592 - PCI: pci-bridge-emul: Correctly set PCIe capabilities
2593 - PCI: pci-bridge-emul: Set PCI_STATUS_CAP_LIST for PCIe device
2594 - xfrm: fix policy lookup for ipv6 gre packets
2595 - xfrm: fix dflt policy check when there is no policy configured
2596 - btrfs: fix deadlock between quota enable and other quota operations
2597 - btrfs: check the root node for uptodate before returning it
2598 - btrfs: respect the max size in the header when activating swap file
2599 - ext4: make sure to reset inode lockdep class when quota enabling fails
2600 - ext4: make sure quota gets properly shutdown on error
2601 - ext4: fix a possible ABBA deadlock due to busy PA
2602 - ext4: initialize err_blk before calling __ext4_get_inode_loc
2603 - ext4: fix fast commit may miss tracking range for FALLOC_FL_ZERO_RANGE
2604 - ext4: set csum seed in tmp inode while migrating to extents
2605 - ext4: Fix BUG_ON in ext4_bread when write quota data
2606 - ext4: use ext4_ext_remove_space() for fast commit replay delete range
2607 - ext4: fast commit may miss tracking unwritten range during ftruncate
2608 - ext4: destroy ext4_fc_dentry_cachep kmemcache on module removal
2609 - ext4: fix null-ptr-deref in '__ext4_journal_ensure_credits'
2610 - ext4: fix an use-after-free issue about data=journal writeback mode
2611 - ext4: don't use the orphan list when migrating an inode
2612 - tracing/osnoise: Properly unhook events if start_per_cpu_kthreads() fails
2613 - ath11k: qmi: avoid error messages when dma allocation fails
2614 - drm/radeon: fix error handling in radeon_driver_open_kms
2615 - of: base: Improve argument length mismatch error
2616 - firmware: Update Kconfig help text for Google firmware
2617 - can: mcp251xfd: mcp251xfd_tef_obj_read(): fix typo in error message
2618 - media: rcar-csi2: Optimize the selection PHTW register
2619 - drm/vc4: hdmi: Make sure the device is powered with CEC
2620 - media: correct MEDIA_TEST_SUPPORT help text
2621 - Documentation: coresight: Fix documentation issue
2622 - Documentation: dmaengine: Correctly describe dmatest with channel unset
2623 - Documentation: ACPI: Fix data node reference documentation
2624 - Documentation, arch: Remove leftovers from raw device
2625 - Documentation, arch: Remove leftovers from CIFS_WEAK_PW_HASH
2626 - Documentation: refer to config RANDOMIZE_BASE for kernel address-space
2627 randomization
2628 - Documentation: fix firewire.rst ABI file path error
2629 - net: usb: Correct reset handling of smsc95xx
2630 - Bluetooth: hci_sync: Fix not setting adv set duration
2631 - scsi: core: Show SCMD_LAST in text form
2632 - scsi: ufs: ufs-mediatek: Fix error checking in ufs_mtk_init_va09_pwr_ctrl()
2633 - RDMA/cma: Remove open coding of overflow checking for private_data_len
2634 - dmaengine: uniphier-xdmac: Fix type of address variables
2635 - dmaengine: idxd: fix wq settings post wq disable
2636 - RDMA/hns: Modify the mapping attribute of doorbell to device
2637 - RDMA/rxe: Fix a typo in opcode name
2638 - dmaengine: stm32-mdma: fix STM32_MDMA_CTBR_TSEL_MASK
2639 - Revert "net/mlx5: Add retry mechanism to the command entry index allocation"
2640 - powerpc/cell: Fix clang -Wimplicit-fallthrough warning
2641 - powerpc/fsl/dts: Enable WA for erratum A-009885 on fman3l MDIO buses
2642 - block: fix async_depth sysfs interface for mq-deadline
2643 - block: Fix fsync always failed if once failed
2644 - drm/vc4: crtc: Drop feed_txp from state
2645 - drm/vc4: Fix non-blocking commit getting stuck forever
2646 - drm/vc4: crtc: Copy assigned channel to the CRTC
2647 - bpftool: Remove inclusion of utilities.mak from Makefiles
2648 - bpftool: Fix indent in option lists in the documentation
2649 - xdp: check prog type before updating BPF link
2650 - bpf: Fix mount source show for bpffs
2651 - bpf: Mark PTR_TO_FUNC register initially with zero offset
2652 - perf evsel: Override attr->sample_period for non-libpfm4 events
2653 - ipv4: update fib_info_cnt under spinlock protection
2654 - ipv4: avoid quadratic behavior in netns dismantle
2655 - mlx5: Don't accidentally set RTO_ONLINK before mlx5e_route_lookup_ipv4_get()
2656 - net/fsl: xgmac_mdio: Add workaround for erratum A-009885
2657 - net/fsl: xgmac_mdio: Fix incorrect iounmap when removing module
2658 - parisc: pdc_stable: Fix memory leak in pdcs_register_pathentries
2659 - riscv: dts: microchip: mpfs: Drop empty chosen node
2660 - drm/vmwgfx: Remove explicit transparent hugepages support
2661 - drm/vmwgfx: Remove unused compile options
2662 - f2fs: fix remove page failed in invalidate compress pages
2663 - f2fs: fix to avoid panic in is_alive() if metadata is inconsistent
2664 - f2fs: compress: fix potential deadlock of compress file
2665 - f2fs: fix to reserve space for IO align feature
2666 - f2fs: fix to check available space of CP area correctly in
2667 update_ckpt_flags()
2668 - crypto: octeontx2 - uninitialized variable in kvf_limits_store()
2669 - af_unix: annote lockless accesses to unix_tot_inflight & gc_in_progress
2670 - clk: Emit a stern warning with writable debugfs enabled
2671 - clk: si5341: Fix clock HW provider cleanup
2672 - pinctrl/rockchip: fix gpio device creation
2673 - gpio: mpc8xxx: Fix IRQ check in mpc8xxx_probe
2674 - gpio: idt3243x: Fix IRQ check in idt_gpio_probe
2675 - net/smc: Fix hung_task when removing SMC-R devices
2676 - net: axienet: increase reset timeout
2677 - net: axienet: Wait for PhyRstCmplt after core reset
2678 - net: axienet: reset core on initialization prior to MDIO access
2679 - net: axienet: add missing memory barriers
2680 - net: axienet: limit minimum TX ring size
2681 - net: axienet: Fix TX ring slot available check
2682 - net: axienet: fix number of TX ring slots for available check
2683 - net: axienet: fix for TX busy handling
2684 - net: axienet: increase default TX ring size to 128
2685 - bitops: protect find_first_{,zero}_bit properly
2686 - um: gitignore: Add kernel/capflags.c
2687 - HID: vivaldi: fix handling devices not using numbered reports
2688 - rtc: pxa: fix null pointer dereference
2689 - vdpa/mlx5: Fix wrong configuration of virtio_version_1_0
2690 - virtio_ring: mark ring unused on error
2691 - taskstats: Cleanup the use of task->exit_code
2692 - inet: frags: annotate races around fqdir->dead and fqdir->high_thresh
2693 - netns: add schedule point in ops_exit_list()
2694 - iwlwifi: fix Bz NMI behaviour
2695 - xfrm: Don't accidentally set RTO_ONLINK in decode_session4()
2696 - vdpa/mlx5: Restore cur_num_vqs in case of failure in change_num_qps()
2697 - gre: Don't accidentally set RTO_ONLINK in gre_fill_metadata_dst()
2698 - libcxgb: Don't accidentally set RTO_ONLINK in cxgb_find_route()
2699 - perf script: Fix hex dump character output
2700 - dmaengine: at_xdmac: Don't start transactions at tx_submit level
2701 - dmaengine: at_xdmac: Start transfer for cyclic channels in issue_pending
2702 - dmaengine: at_xdmac: Print debug message after realeasing the lock
2703 - dmaengine: at_xdmac: Fix concurrency over xfers_list
2704 - dmaengine: at_xdmac: Fix lld view setting
2705 - dmaengine: at_xdmac: Fix at_xdmac_lld struct definition
2706 - perf tools: Drop requirement for libstdc++.so for libopencsd check
2707 - perf probe: Fix ppc64 'perf probe add events failed' case
2708 - devlink: Remove misleading internal_flags from health reporter dump
2709 - arm64: dts: qcom: msm8996: drop not documented adreno properties
2710 - net: fix sock_timestamping_bind_phc() to release device
2711 - net: bonding: fix bond_xmit_broadcast return value error bug
2712 - net: ipa: fix atomic update in ipa_endpoint_replenish()
2713 - net_sched: restore "mpu xxx" handling
2714 - net: mscc: ocelot: don't let phylink re-enable TX PAUSE on the NPI port
2715 - bcmgenet: add WOL IRQ check
2716 - net: wwan: Fix MRU mismatch issue which may lead to data connection lost
2717 - net: ethernet: mtk_eth_soc: fix error checking in mtk_mac_config()
2718 - net: ocelot: Fix the call to switchdev_bridge_port_offload
2719 - net: sfp: fix high power modules without diagnostic monitoring
2720 - net: cpsw: avoid alignment faults by taking NET_IP_ALIGN into account
2721 - net: phy: micrel: use kszphy_suspend()/kszphy_resume for irq aware devices
2722 - net: mscc: ocelot: fix using match before it is set
2723 - dt-bindings: display: meson-dw-hdmi: add missing sound-name-prefix property
2724 - dt-bindings: display: meson-vpu: Add missing amlogic,canvas property
2725 - dt-bindings: watchdog: Require samsung,syscon-phandle for Exynos7
2726 - sch_api: Don't skip qdisc attach on ingress
2727 - scripts/dtc: dtx_diff: remove broken example from help text
2728 - lib82596: Fix IRQ check in sni_82596_probe
2729 - mm/hmm.c: allow VM_MIXEDMAP to work with hmm_range_fault
2730 - bonding: Fix extraction of ports from the packet headers
2731 - lib/test_meminit: destroy cache in kmem_cache_alloc_bulk() test
2732 - scripts: sphinx-pre-install: add required ctex dependency
2733 - scripts: sphinx-pre-install: Fix ctex support on Debian
2734 - Linux 5.15.17
2735
2736 * rtw88_8821ce causes freeze (LP: #1927808) // Jammy update: v5.15.17 upstream
2737 stable release (LP: #1959376)
2738 - rtw88: Disable PCIe ASPM while doing NAPI poll on 8821CE
2739
2740 * Jammy update: v5.15.16 upstream stable release (LP: #1958977)
2741 - devtmpfs regression fix: reconfigure on each mount
2742 - orangefs: Fix the size of a memory allocation in orangefs_bufmap_alloc()
2743 - remoteproc: qcom: pil_info: Don't memcpy_toio more than is provided
2744 - perf: Protect perf_guest_cbs with RCU
2745 - KVM: x86: Register perf callbacks after calling vendor's hardware_setup()
2746 - KVM: x86: Register Processor Trace interrupt hook iff PT enabled in guest
2747 - KVM: x86: don't print when fail to read/write pv eoi memory
2748 - KVM: s390: Clarify SIGP orders versus STOP/RESTART
2749 - remoteproc: qcom: pas: Add missing power-domain "mxc" for CDSP
2750 - 9p: only copy valid iattrs in 9P2000.L setattr implementation
2751 - video: vga16fb: Only probe for EGA and VGA 16 color graphic cards
2752 - media: uvcvideo: fix division by zero at stream start
2753 - rtlwifi: rtl8192cu: Fix WARNING when calling local_irq_restore() with
2754 interrupts enabled
2755 - firmware: qemu_fw_cfg: fix sysfs information leak
2756 - firmware: qemu_fw_cfg: fix NULL-pointer deref on duplicate entries
2757 - firmware: qemu_fw_cfg: fix kobject leak in probe error path
2758 - perf annotate: Avoid TUI crash when navigating in the annotation of
2759 recursive functions
2760 - KVM: x86: remove PMU FIXED_CTR3 from msrs_to_save_all
2761 - ALSA: hda/realtek: Add speaker fixup for some Yoga 15ITL5 devices
2762 - ALSA: hda/realtek - Fix silent output on Gigabyte X570 Aorus Master after
2763 reboot from Windows
2764 - ALSA: hda: ALC287: Add Lenovo IdeaPad Slim 9i 14ITL5 speaker quirk
2765 - ALSA: hda/tegra: Fix Tegra194 HDA reset failure
2766 - ALSA: hda/realtek: Add quirk for Legion Y9000X 2020
2767 - ALSA: hda/realtek: Re-order quirk entries for Lenovo
2768 - mtd: fixup CFI on ixp4xx
2769 - Linux 5.15.16
2770
2771 * UBSAN: array-index-out-of-bounds in dcn31_resources on AMD yellow carp
2772 platform (LP: #1958229)
2773 - drm/amd/display: Fix out of bounds access on DNC31 stream encoder regs
2774
2775 * Jammy update: v5.15.15 upstream stable release (LP: #1958418)
2776 - s390/kexec: handle R_390_PLT32DBL rela in arch_kexec_apply_relocations_add()
2777 - workqueue: Fix unbind_workers() VS wq_worker_running() race
2778 - staging: r8188eu: switch the led off during deinit
2779 - bpf: Fix out of bounds access from invalid *_or_null type verification
2780 - Bluetooth: btusb: Add protocol for MediaTek bluetooth devices(MT7922)
2781 - Bluetooth: btusb: Add the new support ID for Realtek RTL8852A
2782 - Bluetooth: btusb: Add support for IMC Networks Mediatek Chip(MT7921)
2783 - Bbluetooth: btusb: Add another Bluetooth part for Realtek 8852AE
2784 - Bluetooth: btusb: fix memory leak in btusb_mtk_submit_wmt_recv_urb()
2785 - Bluetooth: btusb: enable Mediatek to support AOSP extension
2786 - Bluetooth: btusb: Add one more Bluetooth part for the Realtek RTL8852AE
2787 - fget: clarify and improve __fget_files() implementation
2788 - Bluetooth: btusb: Add two more Bluetooth parts for WCN6855
2789 - Bluetooth: btusb: Add support for Foxconn MT7922A
2790 - Bluetooth: btintel: Fix broken LED quirk for legacy ROM devices
2791 - Bluetooth: btusb: Add support for Foxconn QCA 0xe0d0
2792 - Bluetooth: bfusb: fix division by zero in send path
2793 - ARM: dts: exynos: Fix BCM4330 Bluetooth reset polarity in I9100
2794 - USB: core: Fix bug in resuming hub's handling of wakeup requests
2795 - USB: Fix "slab-out-of-bounds Write" bug in usb_hcd_poll_rh_status
2796 - ath11k: Fix buffer overflow when scanning with extraie
2797 - mmc: sdhci-pci: Add PCI ID for Intel ADL
2798 - Bluetooth: add quirk disabling LE Read Transmit Power
2799 - Bluetooth: btbcm: disable read tx power for some Macs with the T2 Security
2800 chip
2801 - Bluetooth: btbcm: disable read tx power for MacBook Air 8,1 and 8,2
2802 - veth: Do not record rx queue hint in veth_xmit
2803 - mfd: intel-lpss: Fix too early PM enablement in the ACPI ->probe()
2804 - can: gs_usb: fix use of uninitialized variable, detach device on reception
2805 of invalid USB data
2806 - can: isotp: convert struct tpcon::{idx,len} to unsigned int
2807 - can: gs_usb: gs_can_start_xmit(): zero-initialize hf->{flags,reserved}
2808 - random: fix data race on crng_node_pool
2809 - random: fix data race on crng init time
2810 - random: fix crash on multiple early calls to add_bootloader_randomness()
2811 - platform/x86/intel: hid: add quirk to support Surface Go 3
2812 - media: Revert "media: uvcvideo: Set unique vdev name based in type"
2813 - staging: wlan-ng: Avoid bitwise vs logical OR warning in
2814 hfa384x_usb_throttlefn()
2815 - drm/i915: Avoid bitwise vs logical OR warning in snb_wm_latency_quirk()
2816 - staging: greybus: fix stack size warning with UBSAN
2817 - Linux 5.15.15
2818
2819 * UBSAN warning on unplugging USB4 DP alt mode from AMD Yellow Carp graphics
2820 card (LP: #1956497)
2821 - drm/amd/display: explicitly set is_dsc_supported to false before use
2822
2823 * Support USB4 DP alt mode for AMD Yellow Carp graphics card (LP: #1953008)
2824 - drm/amd/display: Enable PSR by default on newer DCN
2825 - SAUCE: drm/amd/display: Fixup previous PSR policy commit
2826 - drm/amd/display: Fix USB4 hot plug crash issue
2827 - drm/amd/display: Creating a fw boot options bit for an upcoming feature
2828 - drm/amd/display: Enable dpia in dmub only for DCN31 B0
2829 - drm/amd/display: MST support for DPIA
2830 - drm/amd/display: Set phy_mux_sel bit in dmub scratch register
2831 - drm/amd/display: Don't lock connection_mutex for DMUB HPD
2832 - drm/amd/display: Add callbacks for DMUB HPD IRQ notifications
2833
2834 * Jammy update: v5.15.14 upstream stable release (LP: #1957882)
2835 - fscache_cookie_enabled: check cookie is valid before accessing it
2836 - selftests: x86: fix [-Wstringop-overread] warn in test_process_vm_readv()
2837 - tracing: Fix check for trace_percpu_buffer validity in get_trace_buf()
2838 - tracing: Tag trace_percpu_buffer as a percpu pointer
2839 - Revert "RDMA/mlx5: Fix releasing unallocated memory in dereg MR flow"
2840 - ieee802154: atusb: fix uninit value in atusb_set_extended_addr
2841 - i40e: Fix to not show opcode msg on unsuccessful VF MAC change
2842 - iavf: Fix limit of total number of queues to active queues of VF
2843 - RDMA/core: Don't infoleak GRH fields
2844 - Revert "net: usb: r8152: Add MAC passthrough support for more Lenovo Docks"
2845 - netrom: fix copying in user data in nr_setsockopt
2846 - RDMA/uverbs: Check for null return of kmalloc_array
2847 - mac80211: initialize variable have_higher_than_11mbit
2848 - mac80211: mesh: embedd mesh_paths and mpp_paths into ieee80211_if_mesh
2849 - sfc: The RX page_ring is optional
2850 - i40e: fix use-after-free in i40e_sync_filters_subtask()
2851 - i40e: Fix for displaying message regarding NVM version
2852 - i40e: Fix incorrect netdev's real number of RX/TX queues
2853 - ftrace/samples: Add missing prototypes direct functions
2854 - ipv4: Check attribute length for RTA_GATEWAY in multipath route
2855 - ipv4: Check attribute length for RTA_FLOW in multipath route
2856 - ipv6: Check attribute length for RTA_GATEWAY in multipath route
2857 - ipv6: Check attribute length for RTA_GATEWAY when deleting multipath route
2858 - lwtunnel: Validate RTA_ENCAP_TYPE attribute length
2859 - selftests: net: udpgro_fwd.sh: explicitly checking the available ping
2860 feature
2861 - sctp: hold endpoint before calling cb in sctp_transport_lookup_process
2862 - batman-adv: mcast: don't send link-local multicast to mcast routers
2863 - sch_qfq: prevent shift-out-of-bounds in qfq_init_qdisc
2864 - net: ena: Fix undefined state when tx request id is out of bounds
2865 - net: ena: Fix wrong rx request id by resetting device
2866 - net: ena: Fix error handling when calculating max IO queues number
2867 - md/raid1: fix missing bitmap update w/o WriteMostly devices
2868 - EDAC/i10nm: Release mdev/mbase when failing to detect HBM
2869 - KVM: x86: Check for rmaps allocation
2870 - cgroup: Use open-time credentials for process migraton perm checks
2871 - cgroup: Allocate cgroup_file_ctx for kernfs_open_file->priv
2872 - cgroup: Use open-time cgroup namespace for process migration perm checks
2873 - Revert "i2c: core: support bus regulator controlling in adapter"
2874 - i2c: mpc: Avoid out of bounds memory access
2875 - power: supply: core: Break capacity loop
2876 - power: reset: ltc2952: Fix use of floating point literals
2877 - reset: renesas: Fix Runtime PM usage
2878 - rndis_host: support Hytera digital radios
2879 - gpio: gpio-aspeed-sgpio: Fix wrong hwirq base in irq handler
2880 - net ticp:fix a kernel-infoleak in __tipc_sendmsg()
2881 - phonet: refcount leak in pep_sock_accep
2882 - fbdev: fbmem: add a helper to determine if an aperture is used by a fw fb
2883 - drm/amdgpu: disable runpm if we are the primary adapter
2884 - power: bq25890: Enable continuous conversion for ADC at charging
2885 - ipv6: Continue processing multipath route even if gateway attribute is
2886 invalid
2887 - ipv6: Do cleanup if attribute validation fails in multipath route
2888 - auxdisplay: charlcd: checking for pointer reference before dereferencing
2889 - drm/amdgpu: fix dropped backing store handling in amdgpu_dma_buf_move_notify
2890 - drm/amd/pm: Fix xgmi link control on aldebaran
2891 - usb: mtu3: fix interval value for intr and isoc
2892 - scsi: libiscsi: Fix UAF in iscsi_conn_get_param()/iscsi_conn_teardown()
2893 - ip6_vti: initialize __ip6_tnl_parm struct in vti6_siocdevprivate
2894 - net: udp: fix alignment problem in udp4_seq_show()
2895 - atlantic: Fix buff_ring OOB in aq_ring_rx_clean
2896 - drm/amd/pm: skip setting gfx cgpg in the s0ix suspend-resume
2897 - mISDN: change function names to avoid conflicts
2898 - drm/amd/display: fix B0 TMDS deepcolor no dislay issue
2899 - drm/amd/display: Added power down for DCN10
2900 - ipv6: raw: check passed optlen before reading
2901 - userfaultfd/selftests: fix hugetlb area allocations
2902 - ARM: dts: gpio-ranges property is now required
2903 - Input: zinitix - make sure the IRQ is allocated before it gets enabled
2904 - Revert "drm/amdgpu: stop scheduler when calling hw_fini (v2)"
2905 - drm/amd/pm: keep the BACO feature enabled for suspend
2906 - Linux 5.15.14
2907
2908 * alsa/sdw: add sdw audio machine driver for several ADL machines
2909 (LP: #1951563)
2910 - ASoC: Intel: sof_sdw: Add support for SKU 0AF3 product
2911 - ASoC: Intel: soc-acpi: add SKU 0AF3 SoundWire configuration
2912 - ASoC: Intel: sof_sdw: Add support for SKU 0B00 and 0B01 products
2913 - ASoC: Intel: sof_sdw: Add support for SKU 0B11 product
2914 - ASoC: Intel: sof_sdw: Add support for SKU 0B13 product
2915 - ASoC: Intel: soc-acpi: add SKU 0B13 SoundWire configuration
2916 - ASoC: Intel: sof_sdw: Add support for SKU 0B29 product
2917 - ASoC: Intel: soc-acpi: add SKU 0B29 SoundWire configuration
2918 - ASoC: Intel: sof_sdw: Add support for SKU 0B12 product
2919 - ASoC: intel: sof_sdw: return the original error number
2920 - ASoC: intel: sof_sdw: rename be_index/link_id to link_index
2921 - ASoC: intel: sof_sdw: Use a fixed DAI link id for AMP
2922 - ASoC: intel: sof_sdw: move DMIC link id overwrite to create_sdw_dailink
2923 - ASoC: intel: sof_sdw: remove SOF_RT715_DAI_ID_FIX quirk
2924 - ASoC: intel: sof_sdw: remove sof_sdw_mic_codec_mockup_init
2925 - ASoC: intel: sof_sdw: remove get_next_be_id
2926 - ASoC: intel: sof_sdw: add link adr order check
2927
2928 * Add basic Wifi support for Qualcomm WCN6856 (LP: #1955613)
2929 - ath11k: change to use dynamic memory for channel list of scan
2930 - ath11k: add string type to search board data in board-2.bin for WCN6855
2931
2932 * Enable audio mute LED and mic mute LED on a new HP laptop (LP: #1956454)
2933 - ALSA: hda/realtek: Use ALC285_FIXUP_HP_GPIO_LED on another HP laptop
2934
2935 * Add missing BT ID for Qualcomm WCN6856 (LP: #1956407)
2936 - Bluetooth: btusb: Add one more Bluetooth part for WCN6855
2937
2938 * Add Bluetooth support for Qualcomm WCN6856 (LP: #1955689)
2939 - Bluetooth: btusb: Add support using different nvm for variant WCN6855
2940 controller
2941 - Bluetooth: btusb: re-definition for board_id in struct qca_version
2942 - Bluetooth: btusb: Add the new support IDs for WCN6855
2943
2944 * Improve performance and idle power consumption (LP: #1941893)
2945 - x86: ACPI: cstate: Optimize C3 entry on AMD CPUs
2946
2947 * [Yellow Carp] USB4 interdomain communication problems (LP: #1945361)
2948 - thunderbolt: Enable retry logic for intra-domain control packets
2949
2950 * 1951111:
2951 - scsi: lpfc: Fix mailbox command failure during driver initialization
2952
2953 * [Jammy] Update Broadcom Emulex FC HBA lpfc driver to 14.0.0.3 for Ubuntu
2954 22.04 (LP: #1951111)
2955 - scsi: lpfc: Fix premature rpi release for unsolicited TPLS and LS_RJT
2956 - scsi: lpfc: Fix hang on unload due to stuck fport node
2957 - scsi: lpfc: Fix rediscovery of tape device after LIP
2958 - scsi: lpfc: Don't remove ndlp on PRLI errors in P2P mode
2959 - scsi: lpfc: Fix EEH support for NVMe I/O
2960 - scsi: lpfc: Adjust bytes received vales during cmf timer interval
2961 - scsi: lpfc: Fix I/O block after enabling managed congestion mode
2962 - scsi: lpfc: Zero CGN stats only during initial driver load and stat reset
2963 - scsi: lpfc: Improve PBDE checks during SGL processing
2964 - scsi: lpfc: Update lpfc version to 14.0.0.2
2965
2966 * smartpqi: Update 20.04.4 to latest kernel.org patch level (LP: #1953689)
2967 - scsi: smartpqi: Update device removal management
2968 - scsi: smartpqi: Capture controller reason codes
2969 - scsi: smartpqi: Update LUN reset handler
2970 - scsi: smartpqi: Add TEST UNIT READY check for SANITIZE operation
2971 - scsi: smartpqi: Avoid failing I/Os for offline devices
2972 - scsi: smartpqi: Add extended report physical LUNs
2973 - scsi: smartpqi: Fix boot failure during LUN rebuild
2974 - scsi: smartpqi: Fix duplicate device nodes for tape changers
2975 - scsi: smartpqi: Add 3252-8i PCI id
2976 - scsi: smartpqi: Update version to 2.1.12-055
2977
2978 * Let VMD follow host bridge PCIe settings (LP: #1954611)
2979 - PCI: vmd: Honor ACPI _OSC on PCIe features
2980
2981 * Fix spurious wakeup caused by Intel 7560 WWAN (LP: #1956443)
2982 - net: wwan: iosm: Keep device at D0 for s2idle case
2983
2984 * [uacc-0623] hisi_sec2 fail to alloc uacce (LP: #1933301)
2985 - crypto: hisilicon/qm - modify the uacce mode check
2986
2987 * Jammy update: v5.15.13 upstream stable release (LP: #1956926)
2988 - Input: i8042 - add deferred probe support
2989 - Input: i8042 - enable deferred probe quirk for ASUS UM325UA
2990 - tomoyo: Check exceeded quota early in tomoyo_domain_quota_is_ok().
2991 - tomoyo: use hwight16() in tomoyo_domain_quota_is_ok()
2992 - net/sched: Extend qdisc control block with tc control block
2993 - parisc: Clear stale IIR value on instruction access rights trap
2994 - platform/mellanox: mlxbf-pmc: Fix an IS_ERR() vs NULL bug in
2995 mlxbf_pmc_map_counters
2996 - platform/x86: apple-gmux: use resource_size() with res
2997 - memblock: fix memblock_phys_alloc() section mismatch error
2998 - recordmcount.pl: fix typo in s390 mcount regex
2999 - powerpc/ptdump: Fix DEBUG_WX since generic ptdump conversion
3000 - efi: Move efifb_setup_from_dmi() prototype from arch headers
3001 - selinux: initialize proto variable in selinux_ip_postroute_compat()
3002 - scsi: lpfc: Terminate string in lpfc_debugfs_nvmeio_trc_write()
3003 - net/mlx5: DR, Fix NULL vs IS_ERR checking in dr_domain_init_resources
3004 - net/mlx5: Fix error print in case of IRQ request failed
3005 - net/mlx5: Fix SF health recovery flow
3006 - net/mlx5: Fix tc max supported prio for nic mode
3007 - net/mlx5e: Wrap the tx reporter dump callback to extract the sq
3008 - net/mlx5e: Fix interoperability between XSK and ICOSQ recovery flow
3009 - net/mlx5e: Fix ICOSQ recovery flow for XSK
3010 - net/mlx5e: Use tc sample stubs instead of ifdefs in source file
3011 - net/mlx5e: Delete forward rule for ct or sample action
3012 - udp: using datalen to cap ipv6 udp max gso segments
3013 - selftests: Calculate udpgso segment count without header adjustment
3014 - sctp: use call_rcu to free endpoint
3015 - net/smc: fix using of uninitialized completions
3016 - net: usb: pegasus: Do not drop long Ethernet frames
3017 - net: ag71xx: Fix a potential double free in error handling paths
3018 - net: lantiq_xrx200: fix statistics of received bytes
3019 - NFC: st21nfca: Fix memory leak in device probe and remove
3020 - net/smc: don't send CDC/LLC message if link not ready
3021 - net/smc: fix kernel panic caused by race of smc_sock
3022 - igc: Do not enable crosstimestamping for i225-V models
3023 - igc: Fix TX timestamp support for non-MSI-X platforms
3024 - drm/amd/display: Send s0i2_rdy in stream_count == 0 optimization
3025 - drm/amd/display: Set optimize_pwr_state for DCN31
3026 - ionic: Initialize the 'lif->dbid_inuse' bitmap
3027 - net/mlx5e: Fix wrong features assignment in case of error
3028 - net: bridge: mcast: add and enforce query interval minimum
3029 - net: bridge: mcast: add and enforce startup query interval minimum
3030 - selftests/net: udpgso_bench_tx: fix dst ip argument
3031 - selftests: net: Fix a typo in udpgro_fwd.sh
3032 - net: bridge: mcast: fix br_multicast_ctx_vlan_global_disabled helper
3033 - net/ncsi: check for error return from call to nla_put_u32
3034 - selftests: net: using ping6 for IPv6 in udpgro_fwd.sh
3035 - fsl/fman: Fix missing put_device() call in fman_port_probe
3036 - i2c: validate user data in compat ioctl
3037 - nfc: uapi: use kernel size_t to fix user-space builds
3038 - uapi: fix linux/nfc.h userspace compilation errors
3039 - drm/nouveau: wait for the exclusive fence after the shared ones v2
3040 - drm/amdgpu: When the VCN(1.0) block is suspended, powergating is explicitly
3041 enabled
3042 - drm/amdgpu: add support for IP discovery gc_info table v2
3043 - drm/amd/display: Changed pipe split policy to allow for multi-display pipe
3044 split
3045 - xhci: Fresco FL1100 controller should not have BROKEN_MSI quirk set.
3046 - usb: gadget: f_fs: Clear ffs_eventfd in ffs_data_clear.
3047 - usb: mtu3: add memory barrier before set GPD's HWO
3048 - usb: mtu3: fix list_head check warning
3049 - usb: mtu3: set interval of FS intr and isoc endpoint
3050 - nitro_enclaves: Use get_user_pages_unlocked() call to handle mmap assert
3051 - binder: fix async_free_space accounting for empty parcels
3052 - scsi: vmw_pvscsi: Set residual data length conditionally
3053 - Input: appletouch - initialize work before device registration
3054 - Input: spaceball - fix parsing of movement data packets
3055 - mm/damon/dbgfs: fix 'struct pid' leaks in 'dbgfs_target_ids_write()'
3056 - net: fix use-after-free in tw_timer_handler
3057 - fs/mount_setattr: always cleanup mount_kattr
3058 - perf intel-pt: Fix parsing of VM time correlation arguments
3059 - perf script: Fix CPU filtering of a script's switch events
3060 - perf scripts python: intel-pt-events.py: Fix printing of switch events
3061 - Linux 5.15.13
3062
3063 * Miscellaneous Ubuntu changes
3064 - [Packaging] getabis: Add fwinfo.builtin to the ABI
3065 - [Packaging] Add list of built-in firmwares to the ABI
3066 - [Config] x86-64: SYSFB_SIMPLEFB=y
3067 - [packaging] arm64: introduce the lowlatency and lowlatency-64k flavours
3068 - [packaging] arm64: updateconfigs
3069 - [Config] annotations: remove duplicates when arm64-generic ==
3070 arm64-generic-64k option
3071 - [Config] annotations: introduce arm64-lowlatency and arm64-lowlatency-64k
3072 kconfig options checks
3073 - [Packaging] Update dependency of pahole / dwarves
3074 - [Config] toolchain version update
3075
3076 * Miscellaneous upstream changes
3077 - scsi: lpfc: Revert LOG_TRACE_EVENT back to LOG_INIT prior to
3078 driver_resource_setup()
3079 - scsi: lpfc: Correct sysfs reporting of loop support after SFP status change
3080 - scsi: lpfc: Allow PLOGI retry if previous PLOGI was aborted
3081 - scsi: lpfc: Update lpfc version to 14.0.0.3
3082 - Revert "rtw88: Disable PCIe ASPM while doing NAPI poll on 8821CE"
3083
3084 -- Paolo Pisati <paolo.pisati@canonical.com> Fri, 28 Jan 2022 17:16:21 +0100
746da693 3085
f18e7132 3086linux (5.15.0-18.18) jammy; urgency=medium
915aaaa0 3087
f18e7132 3088 * jammy/linux: 5.15.0-18.18 -proposed tracker (LP: #1958638)
915aaaa0 3089
f18e7132
AR
3090 * CVE-2021-4155
3091 - xfs: map unwritten blocks in XFS_IOC_{ALLOC, FREE}SP just like fallocate
3092
3093 * CVE-2022-0185
3094 - SAUCE: vfs: test that one given mount param is not larger than PAGE_SIZE
3095
3096 * [UBUNTU 20.04] KVM hardware diagnose data improvements for guest kernel -
3097 kernel part (LP: #1953334)
3098 - KVM: s390: add debug statement for diag 318 CPNC data
3099
3100 * OOB write on BPF_RINGBUF (LP: #1956585)
3101 - SAUCE: bpf: prevent helper argument PTR_TO_ALLOC_MEM to have offset other
3102 than 0
3103
3104 * Miscellaneous Ubuntu changes
3105 - [Config] re-enable shiftfs
3106 - [SAUCE] shiftfs: support kernel 5.15
3107 - [Config] update toolchain versions
3108
3109 * Miscellaneous upstream changes
3110 - vfs: fs_context: fix up param length parsing in legacy_parse_param
3111
3112 -- Andrea Righi <andrea.righi@canonical.com> Fri, 21 Jan 2022 13:32:27 +0100
915aaaa0 3113
79cfe6ad 3114linux (5.15.0-17.17) jammy; urgency=medium
7da692e8 3115
79cfe6ad 3116 * jammy/linux: 5.15.0-17.17 -proposed tracker (LP: #1957809)
7da692e8 3117
79cfe6ad 3118 -- Andrea Righi <andrea.righi@canonical.com> Thu, 13 Jan 2022 17:11:21 +0100
7da692e8 3119
66ff5e74 3120linux (5.15.0-16.16) jammy; urgency=medium
7870bbc6 3121
66ff5e74 3122 * jammy/linux: 5.15.0-16.16 -proposed tracker (LP: #1956820)
7870bbc6 3123
66ff5e74
AR
3124 * Packaging resync (LP: #1786013)
3125 - debian/dkms-versions -- update from kernel-versions (main/master)
3126
3127 * 5.15 stuck at boot on c4.large (LP: #1956780)
3128 - Revert "PCI/MSI: Mask MSI-X vectors only on success"
3129
3130 * Miscellaneous upstream changes
3131 - Revert "UBUNTU: [Packaging] temporarily disable signed v4l2loopback"
3132
3133 -- Andrea Righi <andrea.righi@canonical.com> Sat, 08 Jan 2022 10:57:58 +0100
7870bbc6 3134
7294d9f3 3135linux (5.15.0-15.15) jammy; urgency=medium
49e85a07 3136
7294d9f3 3137 * jammy/linux: 5.15.0-15.15 -proposed tracker (LP: #1956314)
49e85a07 3138
7294d9f3
AR
3139 * Packaging resync (LP: #1786013)
3140 - update dkms package versions
3141 - debian/dkms-versions -- update from kernel-versions (main/master)
3142
3143 * rtw88_8821ce causes freeze (LP: #1927808)
3144 - rtw88: Disable PCIe ASPM while doing NAPI poll on 8821CE
3145
3146 * alsa/sdw: fix the audio sdw codec parsing logic in the acpi table
3147 (LP: #1955686)
3148 - ALSA: hda: intel-sdw-acpi: go through HDAS ACPI at max depth of 2
3149 - ALSA: hda: intel-sdw-acpi: harden detection of controller
3150
3151 * Got black screen when resume from s2idle with AMD dGPU (LP: #1955790)
3152 - SAUCE: drm/amdgpu: put SMU into proper state on runpm suspending for BOCO
3153 capable platform
3154 - SAUCE: drm/amdgpu: always reset the asic in suspend (v2)
3155
3156 * Fix USB3 detection on HP dock (LP: #1955443)
3157 - usb: hub: Add delay for SuperSpeed hub resume to let links transit to U0
3158
3159 * support signed v4l2loopback dkms build (LP: #1938531)
3160 - enable v4l2loopback builds on amd64 kernels
3161 - support v4l2loopback dkms build
3162
3163 * Jammy update: v5.15.12 upstream stable release (LP: #1956305)
3164 - arm64: vdso32: require CROSS_COMPILE_COMPAT for gcc+bfd
3165 - net: usb: lan78xx: add Allied Telesis AT29M2-AF
3166 - ext4: prevent partial update of the extent blocks
3167 - ext4: check for out-of-order index extents in ext4_valid_extent_entries()
3168 - ext4: check for inconsistent extents between index and leaf block
3169 - selftests: KVM: Fix non-x86 compiling
3170 - HID: holtek: fix mouse probing
3171 - HID: potential dereference of null pointer
3172 - NFSD: Fix READDIR buffer overflow
3173 - PM: sleep: Fix error handling in dpm_prepare()
3174 - arm64: dts: allwinner: orangepi-zero-plus: fix PHY mode
3175 - bus: sunxi-rsb: Fix shutdown
3176 - spi: change clk_disable_unprepare to clk_unprepare
3177 - ucounts: Fix rlimit max values check
3178 - drm/mediatek: hdmi: Perform NULL pointer check for mtk_hdmi_conf
3179 - ASoC: meson: aiu: fifo: Add missing dma_coerce_mask_and_coherent()
3180 - RDMA/hns: Fix RNR retransmission issue for HIP08
3181 - IB/qib: Fix memory leak in qib_user_sdma_queue_pkts()
3182 - RDMA/hns: Replace kfree() with kvfree()
3183 - netfilter: nf_tables: fix use-after-free in nft_set_catchall_destroy()
3184 - netfilter: fix regression in looped (broad|multi)cast's MAC handling
3185 - ARM: dts: imx6qdl-wandboard: Fix Ethernet support
3186 - ice: Use xdp_buf instead of rx_buf for xsk zero-copy
3187 - ice: xsk: return xsk buffers back to pool when cleaning the ring
3188 - net: marvell: prestera: fix incorrect return of port_find
3189 - net: marvell: prestera: fix incorrect structure access
3190 - qlcnic: potential dereference null pointer of rx_queue->page_ring
3191 - tcp: move inet->rx_dst_ifindex to sk->sk_rx_dst_ifindex
3192 - ipv6: move inet6_sk(sk)->rx_dst_cookie to sk->sk_rx_dst_cookie
3193 - inet: fully convert sk->sk_rx_dst to RCU rules
3194 - net: accept UFOv6 packages in virtio_net_hdr_to_skb
3195 - net: skip virtio_net_hdr_set_proto if protocol already set
3196 - igb: fix deadlock caused by taking RTNL in RPM resume path
3197 - ipmi: Fix UAF when uninstall ipmi_si and ipmi_msghandler module
3198 - gpio: virtio: remove timeout
3199 - bonding: fix ad_actor_system option setting to default
3200 - fjes: Check for error irq
3201 - drivers: net: smc911x: Check for error irq
3202 - net: ks8851: Check for error irq
3203 - sfc: Check null pointer of rx_queue->page_ring
3204 - sfc: falcon: Check null pointer of rx_queue->page_ring
3205 - asix: fix uninit-value in asix_mdio_read()
3206 - asix: fix wrong return value in asix_check_host_enable()
3207 - io_uring: zero iocb->ki_pos for stream file types
3208 - veth: ensure skb entering GRO are not cloned.
3209 - net: stmmac: ptp: fix potentially overflowing expression
3210 - net: bridge: Use array_size() helper in copy_to_user()
3211 - net: bridge: fix ioctl old_deviceless bridge argument
3212 - r8152: fix the force speed doesn't work for RTL8156
3213 - net: stmmac: dwmac-visconti: Fix value of ETHER_CLK_SEL_FREQ_SEL_2P5M
3214 - pinctrl: bcm2835: Change init order for gpio hogs
3215 - hwmon: (lm90) Fix usage of CONFIG2 register in detect function
3216 - hwmon: (lm90) Prevent integer overflow/underflow in hysteresis calculations
3217 - hwmon: (lm90) Introduce flag indicating extended temperature support
3218 - hwmon: (lm90) Add basic support for TI TMP461
3219 - hwmon: (lm90) Drop critical attribute support for MAX6654
3220 - ARM: 9160/1: NOMMU: Reload __secondary_data after PROCINFO_INITFUNC
3221 - uapi: Fix undefined __always_inline on non-glibc systems
3222 - compiler.h: Fix annotation macro misplacement with Clang
3223 - platform/x86/intel: Remove X86_PLATFORM_DRIVERS_INTEL
3224 - kernel/crash_core: suppress unknown crashkernel parameter warning
3225 - Revert "x86/boot: Pull up cmdline preparation and early param parsing"
3226 - x86/boot: Move EFI range reservation after cmdline parsing
3227 - ALSA: jack: Check the return value of kstrdup()
3228 - ALSA: drivers: opl3: Fix incorrect use of vp->state
3229 - ALSA: rawmidi - fix the uninitalized user_pversion
3230 - ALSA: hda/hdmi: Disable silent stream on GLK
3231 - ALSA: hda/realtek: Amp init fixup for HP ZBook 15 G6
3232 - ALSA: hda/realtek: Add new alc285-hp-amp-init model
3233 - ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook
3234 - ALSA: hda/realtek: Fix quirk for Clevo NJ51CU
3235 - ASoC: meson: aiu: Move AIU_I2S_MISC hold setting to aiu-fifo-i2s
3236 - ASoC: tegra: Add DAPM switches for headphones and mic jack
3237 - ASoC: tegra: Restore headphones jack name on Nyan Big
3238 - Input: atmel_mxt_ts - fix double free in mxt_read_info_block
3239 - ipmi: bail out if init_srcu_struct fails
3240 - ipmi: ssif: initialize ssif_info->client early
3241 - ipmi: fix initialization when workqueue allocation fails
3242 - parisc: Correct completer in lws start
3243 - parisc: Fix mask used to select futex spinlock
3244 - tee: handle lookup of shm with reference count 0
3245 - x86/pkey: Fix undefined behaviour with PKRU_WD_BIT
3246 - platform/x86: amd-pmc: only use callbacks for suspend
3247 - platform/x86: intel_pmc_core: fix memleak on registration failure
3248 - KVM: x86: Always set kvm_run->if_flag
3249 - KVM: x86/mmu: Don't advance iterator after restart due to yielding
3250 - KVM: nVMX: Synthesize TRIPLE_FAULT for L2 if emulation is required
3251 - KVM: VMX: Always clear vmx->fail on emulation_required
3252 - KVM: VMX: Wake vCPU when delivering posted IRQ even if vCPU == this vCPU
3253 - pinctrl: stm32: consider the GPIO offset to expose all the GPIO lines
3254 - gpio: dln2: Fix interrupts when replugging the device
3255 - mmc: sdhci-tegra: Fix switch to HS400ES mode
3256 - mmc: meson-mx-sdhc: Set MANUAL_STOP for multi-block SDIO commands
3257 - mmc: core: Disable card detect during shutdown
3258 - mmc: mmci: stm32: clear DLYB_CR after sending tuning command
3259 - ARM: 9169/1: entry: fix Thumb2 bug in iWMMXt exception handling
3260 - ksmbd: fix error code in ndr_read_int32()
3261 - ksmbd: fix uninitialized symbol 'pntsd_size'
3262 - ksmbd: disable SMB2_GLOBAL_CAP_ENCRYPTION for SMB 3.1.1
3263 - mac80211: fix locking in ieee80211_start_ap error path
3264 - mm: mempolicy: fix THP allocations escaping mempolicy restrictions
3265 - mm, hwpoison: fix condition in free hugetlb page path
3266 - mm/hwpoison: clear MF_COUNT_INCREASED before retrying get_any_page()
3267 - mm/damon/dbgfs: protect targets destructions with kdamond_lock
3268 - tee: optee: Fix incorrect page free bug
3269 - f2fs: fix to do sanity check on last xattr entry in __f2fs_setxattr()
3270 - netfs: fix parameter of cleanup()
3271 - KVM: VMX: Fix stale docs for kvm-intel.emulate_invalid_guest_state
3272 - arm64: dts: lx2160a: fix scl-gpios property name
3273 - kfence: fix memory leak when cat kfence objects
3274 - Input: iqs626a - prohibit inlining of channel parsing functions
3275 - Input: elants_i2c - do not check Remark ID on eKTH3900/eKTH5312
3276 - Input: goodix - add id->model mapping for the "9111" model
3277 - ASoC: tas2770: Fix setting of high sample rates
3278 - ASoC: SOF: Intel: pci-tgl: add new ADL-P variant
3279 - ASoC: SOF: Intel: pci-tgl: add ADL-N support
3280 - ASoC: rt5682: fix the wrong jack type detected
3281 - pinctrl: mediatek: fix global-out-of-bounds issue
3282 - hwmom: (lm90) Fix citical alarm status for MAX6680/MAX6681
3283 - hwmon: (lm90) Do not report 'busy' status bit as alarm
3284 - r8152: sync ocp base
3285 - ax25: NPD bug when detaching AX25 device
3286 - hamradio: defer ax25 kfree after unregister_netdev
3287 - hamradio: improve the incomplete fix to avoid NPD
3288 - tun: avoid double free in tun_free_netdev
3289 - phonet/pep: refuse to enable an unbound pipe
3290 - Linux 5.15.12
3291
3292 * Thinkpad E14 Gen2: Kernel panic with trackpad and trackpoint enabled
3293 (LP: #1945590) // Jammy update: v5.15.12 upstream stable release
3294 (LP: #1956305)
3295 - Input: elantech - fix stack out of bound access in
3296 elantech_change_report_id()
3297
3298 * Jammy update: v5.15.11 upstream stable release (LP: #1956302)
3299 - reset: tegra-bpmp: Revert Handle errors in BPMP response
3300 - KVM: VMX: clear vmx_x86_ops.sync_pir_to_irr if APICv is disabled
3301 - KVM: selftests: Make sure kvm_create_max_vcpus test won't hit RLIMIT_NOFILE
3302 - KVM: downgrade two BUG_ONs to WARN_ON_ONCE
3303 - x86/kvm: remove unused ack_notifier callbacks
3304 - KVM: X86: Fix tlb flush for tdp in kvm_invalidate_pcid()
3305 - mac80211: fix rate control for retransmitted frames
3306 - mac80211: fix regression in SSN handling of addba tx
3307 - mac80211: mark TX-during-stop for TX in in_reconfig
3308 - mac80211: send ADDBA requests using the tid/queue of the aggregation session
3309 - mac80211: validate extended element ID is present
3310 - firmware: arm_scpi: Fix string overflow in SCPI genpd driver
3311 - bpf: Fix kernel address leakage in atomic fetch
3312 - bpf, selftests: Add test case for atomic fetch on spilled pointer
3313 - bpf: Fix signed bounds propagation after mov32
3314 - bpf: Make 32->64 bounds propagation slightly more robust
3315 - bpf, selftests: Add test case trying to taint map value pointer
3316 - bpf: Fix kernel address leakage in atomic cmpxchg's r0 aux reg
3317 - bpf, selftests: Update test case for atomic cmpxchg on r0 with pointer
3318 - vduse: fix memory corruption in vduse_dev_ioctl()
3319 - vduse: check that offset is within bounds in get_config()
3320 - virtio_ring: Fix querying of maximum DMA mapping size for virtio device
3321 - vdpa: check that offsets are within bounds
3322 - s390/entry: fix duplicate tracking of irq nesting level
3323 - recordmcount.pl: look for jgnop instruction as well as bcrl on s390
3324 - arm64: dts: ten64: remove redundant interrupt declaration for gpio-keys
3325 - ceph: fix up non-directory creation in SGID directories
3326 - dm btree remove: fix use after free in rebalance_children()
3327 - audit: improve robustness of the audit queue handling
3328 - btrfs: convert latest_bdev type to btrfs_device and rename
3329 - btrfs: use latest_dev in btrfs_show_devname
3330 - btrfs: update latest_dev when we create a sprout device
3331 - btrfs: remove stale comment about the btrfs_show_devname
3332 - scsi: ufs: core: Retry START_STOP on UNIT_ATTENTION
3333 - arm64: dts: rockchip: remove mmc-hs400-enhanced-strobe from rk3399-khadas-
3334 edge
3335 - arm64: dts: rockchip: fix rk3308-roc-cc vcc-sd supply
3336 - arm64: dts: rockchip: fix rk3399-leez-p710 vcc3v3-lan supply
3337 - arm64: dts: rockchip: fix audio-supply for Rock Pi 4
3338 - arm64: dts: rockchip: fix poweroff on helios64
3339 - dmaengine: idxd: add halt interrupt support
3340 - dmaengine: idxd: fix calling wq quiesce inside spinlock
3341 - mac80211: track only QoS data frames for admission control
3342 - tee: amdtee: fix an IS_ERR() vs NULL bug
3343 - ceph: fix duplicate increment of opened_inodes metric
3344 - ceph: initialize pathlen variable in reconnect_caps_cb
3345 - ARM: socfpga: dts: fix qspi node compatible
3346 - arm64: dts: imx8mq: remove interconnect property from lcdif
3347 - clk: Don't parent clks until the parent is fully registered
3348 - soc: imx: Register SoC device only on i.MX boards
3349 - iwlwifi: mvm: don't crash on invalid rate w/o STA
3350 - virtio: always enter drivers/virtio/
3351 - virtio/vsock: fix the transport to work with VMADDR_CID_ANY
3352 - vdpa: Consider device id larger than 31
3353 - Revert "drm/fb-helper: improve DRM fbdev emulation device names"
3354 - selftests: net: Correct ping6 expected rc from 2 to 1
3355 - s390/kexec_file: fix error handling when applying relocations
3356 - sch_cake: do not call cake_destroy() from cake_init()
3357 - inet_diag: fix kernel-infoleak for UDP sockets
3358 - netdevsim: don't overwrite read only ethtool parms
3359 - selftests: icmp_redirect: pass xfail=0 to log_test()
3360 - net: hns3: fix use-after-free bug in hclgevf_send_mbx_msg
3361 - net: hns3: fix race condition in debugfs
3362 - selftests: Add duplicate config only for MD5 VRF tests
3363 - selftests: Fix raw socket bind tests with VRF
3364 - selftests: Fix IPv6 address bind tests
3365 - dmaengine: idxd: fix missed completion on abort path
3366 - dmaengine: st_fdma: fix MODULE_ALIAS
3367 - drm: simpledrm: fix wrong unit with pixel clock
3368 - net/sched: sch_ets: don't remove idle classes from the round-robin list
3369 - selftests/net: toeplitz: fix udp option
3370 - net: dsa: mv88e6xxx: Unforce speed & duplex in mac_link_down()
3371 - selftest/net/forwarding: declare NETIFS p9 p10
3372 - mptcp: never allow the PM to close a listener subflow
3373 - drm/ast: potential dereference of null pointer
3374 - drm/i915/display: Fix an unsigned subtraction which can never be negative.
3375 - mac80211: agg-tx: don't schedule_and_wake_txq() under sta->lock
3376 - cfg80211: Acquire wiphy mutex on regulatory work
3377 - mac80211: fix lookup when adding AddBA extension element
3378 - net: stmmac: fix tc flower deletion for VLAN priority Rx steering
3379 - flow_offload: return EOPNOTSUPP for the unsupported mpls action type
3380 - rds: memory leak in __rds_conn_create()
3381 - ice: Use div64_u64 instead of div_u64 in adjfine
3382 - ice: Don't put stale timestamps in the skb
3383 - drm/amd/display: Set exit_optimized_pwr_state for DCN31
3384 - drm/amd/pm: fix a potential gpu_metrics_table memory leak
3385 - mptcp: remove tcp ulp setsockopt support
3386 - mptcp: clear 'kern' flag from fallback sockets
3387 - mptcp: fix deadlock in __mptcp_push_pending()
3388 - soc/tegra: fuse: Fix bitwise vs. logical OR warning
3389 - igb: Fix removal of unicast MAC filters of VFs
3390 - igbvf: fix double free in `igbvf_probe`
3391 - igc: Fix typo in i225 LTR functions
3392 - ixgbe: Document how to enable NBASE-T support
3393 - ixgbe: set X550 MDIO speed before talking to PHY
3394 - netdevsim: Zero-initialize memory for new map's value in function
3395 nsim_bpf_map_alloc
3396 - net/packet: rx_owner_map depends on pg_vec
3397 - net: stmmac: dwmac-rk: fix oob read in rk_gmac_setup
3398 - sfc_ef100: potential dereference of null pointer
3399 - dsa: mv88e6xxx: fix debug print for SPEED_UNFORCED
3400 - net: Fix double 0x prefix print in SKB dump
3401 - net/smc: Prevent smc_release() from long blocking
3402 - net: systemport: Add global locking for descriptor lifecycle
3403 - sit: do not call ipip6_dev_free() from sit_init_net()
3404 - afs: Fix mmap
3405 - arm64: kexec: Fix missing error code 'ret' warning in load_other_segments()
3406 - bpf: Fix extable fixup offset.
3407 - bpf, selftests: Fix racing issue in btf_skc_cls_ingress test
3408 - powerpc/85xx: Fix oops when CONFIG_FSL_PMC=n
3409 - USB: gadget: bRequestType is a bitfield, not a enum
3410 - Revert "usb: early: convert to readl_poll_timeout_atomic()"
3411 - KVM: x86: Drop guest CPUID check for host initiated writes to
3412 MSR_IA32_PERF_CAPABILITIES
3413 - tty: n_hdlc: make n_hdlc_tty_wakeup() asynchronous
3414 - USB: NO_LPM quirk Lenovo USB-C to Ethernet Adapher(RTL8153-04)
3415 - usb: dwc2: fix STM ID/VBUS detection startup delay in dwc2_driver_probe
3416 - PCI/MSI: Clear PCI_MSIX_FLAGS_MASKALL on error
3417 - PCI/MSI: Mask MSI-X vectors only on success
3418 - usb: xhci-mtk: fix list_del warning when enable list debug
3419 - usb: xhci: Extend support for runtime power management for AMD's Yellow
3420 carp.
3421 - usb: cdnsp: Fix incorrect status for control request
3422 - usb: cdnsp: Fix incorrect calling of cdnsp_died function
3423 - usb: cdnsp: Fix issue in cdnsp_log_ep trace event
3424 - usb: cdnsp: Fix lack of spin_lock_irqsave/spin_lock_restore
3425 - usb: typec: tcpm: fix tcpm unregister port but leave a pending timer
3426 - usb: gadget: u_ether: fix race in setting MAC address in setup phase
3427 - USB: serial: cp210x: fix CP2105 GPIO registration
3428 - USB: serial: option: add Telit FN990 compositions
3429 - selinux: fix sleeping function called from invalid context
3430 - btrfs: fix memory leak in __add_inode_ref()
3431 - btrfs: fix double free of anon_dev after failure to create subvolume
3432 - btrfs: check WRITE_ERR when trying to read an extent buffer
3433 - btrfs: fix missing blkdev_put() call in btrfs_scan_one_device()
3434 - zonefs: add MODULE_ALIAS_FS
3435 - iocost: Fix divide-by-zero on donation from low hweight cgroup
3436 - serial: 8250_fintek: Fix garbled text for console
3437 - timekeeping: Really make sure wall_to_monotonic isn't positive
3438 - cifs: sanitize multiple delimiters in prepath
3439 - locking/rtmutex: Fix incorrect condition in rtmutex_spin_on_owner()
3440 - riscv: dts: unleashed: Add gpio card detect to mmc-spi-slot
3441 - riscv: dts: unmatched: Add gpio card detect to mmc-spi-slot
3442 - perf inject: Fix segfault due to close without open
3443 - perf inject: Fix segfault due to perf_data__fd() without open
3444 - libata: if T_LENGTH is zero, dma direction should be DMA_NONE
3445 - powerpc/module_64: Fix livepatching for RO modules
3446 - drm/amdgpu: correct register access for RLC_JUMP_TABLE_RESTORE
3447 - drm/amdgpu: don't override default ECO_BITs setting
3448 - drm/amd/pm: fix reading SMU FW version from amdgpu_firmware_info on YC
3449 - Revert "can: m_can: remove support for custom bit timing"
3450 - can: m_can: make custom bittiming fields const
3451 - can: m_can: pci: use custom bit timings for Elkhart Lake
3452 - ARM: dts: imx6ull-pinfunc: Fix CSI_DATA07__ESAI_TX0 pad name
3453 - xsk: Do not sleep in poll() when need_wakeup set
3454 - mptcp: add missing documented NL params
3455 - bpf, x64: Factor out emission of REX byte in more cases
3456 - bpf: Fix extable address check.
3457 - USB: core: Make do_proc_control() and do_proc_bulk() killable
3458 - media: mxl111sf: change mutex_init() location
3459 - fuse: annotate lock in fuse_reverse_inval_entry()
3460 - ovl: fix warning in ovl_create_real()
3461 - scsi: scsi_debug: Don't call kcalloc() if size arg is zero
3462 - scsi: scsi_debug: Fix type in min_t to avoid stack OOB
3463 - scsi: scsi_debug: Sanity check block descriptor length in resp_mode_select()
3464 - io-wq: remove spurious bit clear on task_work addition
3465 - io-wq: check for wq exit after adding new worker task_work
3466 - rcu: Mark accesses to rcu_state.n_force_qs
3467 - io-wq: drop wqe lock before creating new worker
3468 - bus: ti-sysc: Fix variable set but not used warning for reinit_modules
3469 - selftests/damon: test debugfs file reads/writes with huge count
3470 - Revert "xsk: Do not sleep in poll() when need_wakeup set"
3471 - xen/blkfront: harden blkfront against event channel storms
3472 - xen/netfront: harden netfront against event channel storms
3473 - xen/console: harden hvc_xen against event channel storms
3474 - xen/netback: fix rx queue stall detection
3475 - xen/netback: don't queue unlimited number of packages
3476 - Linux 5.15.11
3477
3478 * Jammy update: v5.15.10 upstream stable release (LP: #1956301)
3479 - nfc: fix segfault in nfc_genl_dump_devices_done
3480 - hwmon: (corsair-psu) fix plain integer used as NULL pointer
3481 - RDMA: Fix use-after-free in rxe_queue_cleanup
3482 - RDMA/mlx5: Fix releasing unallocated memory in dereg MR flow
3483 - mtd: rawnand: Fix nand_erase_op delay
3484 - mtd: rawnand: Fix nand_choose_best_timings() on unsupported interface
3485 - inet: use #ifdef CONFIG_SOCK_RX_QUEUE_MAPPING consistently
3486 - dt-bindings: media: nxp,imx7-mipi-csi2: Drop bad if/then schema
3487 - clk: qcom: sm6125-gcc: Swap ops of ice and apps on sdcc1
3488 - perf bpf_skel: Do not use typedef to avoid error on old clang
3489 - netfs: Fix lockdep warning from taking sb_writers whilst holding mmap_lock
3490 - RDMA/irdma: Fix a user-after-free in add_pble_prm
3491 - RDMA/irdma: Fix a potential memory allocation issue in
3492 'irdma_prm_add_pble_mem()'
3493 - RDMA/irdma: Report correct WC errors
3494 - RDMA/irdma: Don't arm the CQ more than two times if no CE for this CQ
3495 - ice: fix FDIR init missing when reset VF
3496 - vmxnet3: fix minimum vectors alloc issue
3497 - i2c: virtio: fix completion handling
3498 - drm/msm: Fix null ptr access msm_ioctl_gem_submit()
3499 - drm/msm/a6xx: Fix uinitialized use of gpu_scid
3500 - drm/msm/dsi: set default num_data_lanes
3501 - drm/msm/dp: Avoid unpowered AUX xfers that caused crashes
3502 - KVM: arm64: Save PSTATE early on exit
3503 - s390/test_unwind: use raw opcode instead of invalid instruction
3504 - Revert "tty: serial: fsl_lpuart: drop earlycon entry for i.MX8QXP"
3505 - net/mlx4_en: Update reported link modes for 1/10G
3506 - loop: Use pr_warn_once() for loop_control_remove() warning
3507 - ALSA: hda: Add Intel DG2 PCI ID and HDMI codec vid
3508 - ALSA: hda/hdmi: fix HDA codec entry table order for ADL-P
3509 - parisc/agp: Annotate parisc agp init functions with __init
3510 - i2c: rk3x: Handle a spurious start completion interrupt flag
3511 - net: netlink: af_netlink: Prevent empty skb by adding a check on len.
3512 - drm/amdgpu: cancel the correct hrtimer on exit
3513 - drm/amdgpu: check atomic flag to differeniate with legacy path
3514 - drm/amd/display: Fix for the no Audio bug with Tiled Displays
3515 - drm/amdkfd: fix double free mem structure
3516 - drm/amd/display: add connector type check for CRC source set
3517 - drm/amdkfd: process_info lock not needed for svm
3518 - tracing: Fix a kmemleak false positive in tracing_map
3519 - staging: most: dim2: use device release method
3520 - fuse: make sure reclaim doesn't write the inode
3521 - perf inject: Fix itrace space allowed for new attributes
3522 - Linux 5.15.10
3523
3524 * Jammy update: v5.15.9 upstream stable release (LP: #1955161)
3525 - netfilter: selftest: conntrack_vrf.sh: fix file permission
3526 - Linux 5.15.9
3527
3528 * [SRU][I/J/OEM-5.13/OEM-5.14] Fix pci port lost when hotplug dock
3529 (LP: #1954646)
3530 - PCI: Re-enable Downstream Port LTR after reset or hotplug
3531
3532 * Add support for NVIDIA EC backlight (LP: #1953286)
3533 - platform/x86: Add driver for ACPI WMAA EC-based backlight control
3534 - platform/x86: Remove "WMAA" from identifier names in wmaa-backlight-wmi.c
3535 - platform/x86: Rename wmaa-backlight-wmi to nvidia-wmi-ec-backlight
3536 - [Config] NVIDIA_WMI_EC_BACKLIGHT=m
3537
3538 * Improve USB Type-C support (LP: #1950974)
3539 - usb: typec: ucsi: Always cancel the command if PPM reports BUSY condition
3540 - usb: typec: ucsi: Don't stop alt mode registration on busy condition
3541 - usb: typec: ucsi: Add polling mechanism for partner tasks like alt mode
3542 checking
3543 - usb: typec: ucsi: acpi: Reduce the command completion timeout
3544 - usb: typec: ucsi: Check the partner alt modes always if there is PD contract
3545 - usb: typec: ucsi: Read the PDOs in separate work
3546 - usb: typec: ucsi: Better fix for missing unplug events issue
3547
3548 * Fix power button wakeup with shared IRQs on AMD platforms (LP: #1953540)
3549 - pinctrl: amd: Fix wakeups when IRQ is shared with SCI
3550
3551 * AMD: Suspend not working when some cores are disabled through cpufreq
3552 (LP: #1954930)
3553 - ACPI: processor idle: Allow playing dead in C3 state
3554
3555 * Jammy update: v5.15.8 upstream stable release (LP: #1954931)
3556 - Revert "UBUNTU: SAUCE: selftests: fib_tests: assign address to dummy1 for
3557 rp_filter tests"
3558 - usb: gadget: uvc: fix multiple opens
3559 - HID: quirks: Add quirk for the Microsoft Surface 3 type-cover
3560 - HID: google: add eel USB id
3561 - HID: intel-ish-hid: ipc: only enable IRQ wakeup when requested
3562 - HID: add hid_is_usb() function to make it simpler for USB detection
3563 - HID: add USB_HID dependancy to hid-prodikeys
3564 - HID: add USB_HID dependancy to hid-chicony
3565 - HID: add USB_HID dependancy on some USB HID drivers
3566 - HID: bigbenff: prevent null pointer dereference
3567 - HID: wacom: fix problems when device is not a valid USB device
3568 - HID: check for valid USB device for many HID drivers
3569 - mtd: dataflash: Add device-tree SPI IDs
3570 - mmc: spi: Add device-tree SPI IDs
3571 - HID: sony: fix error path in probe
3572 - HID: Ignore battery for Elan touchscreen on Asus UX550VE
3573 - platform/x86/intel: hid: add quirk to support Surface Go 3
3574 - nft_set_pipapo: Fix bucket load in AVX2 lookup routine for six 8-bit groups
3575 - IB/hfi1: Insure use of smp_processor_id() is preempt disabled
3576 - IB/hfi1: Fix early init panic
3577 - IB/hfi1: Fix leak of rcvhdrtail_dummy_kvaddr
3578 - can: kvaser_usb: get CAN clock frequency from device
3579 - can: kvaser_pciefd: kvaser_pciefd_rx_error_frame(): increase correct
3580 stats->{rx,tx}_errors counter
3581 - can: sja1000: fix use after free in ems_pcmcia_add_card()
3582 - can: pch_can: pch_can_rx_normal: fix use after free
3583 - can: m_can: m_can_read_fifo: fix memory leak in error branch
3584 - can: m_can: pci: fix incorrect reference clock rate
3585 - can: m_can: pci: fix iomap_read_fifo() and iomap_write_fifo()
3586 - can: m_can: Disable and ignore ELO interrupt
3587 - net: dsa: mv88e6xxx: fix "don't use PHY_DETECT on internal PHY's"
3588 - net: dsa: mv88e6xxx: allow use of PHYs on CPU and DSA ports
3589 - x86/sme: Explicitly map new EFI memmap table as encrypted
3590 - platform/x86: amd-pmc: Fix s2idle failures on certain AMD laptops
3591 - nfc: fix potential NULL pointer deref in nfc_genl_dump_ses_done
3592 - selftests: netfilter: add a vrf+conntrack testcase
3593 - vrf: don't run conntrack on vrf with !dflt qdisc
3594 - bpf, x86: Fix "no previous prototype" warning
3595 - bpf, sockmap: Attach map progs to psock early for feature probes
3596 - bpf: Make sure bpf_disable_instrumentation() is safe vs preemption.
3597 - bpf: Fix the off-by-two error in range markings
3598 - ice: ignore dropped packets during init
3599 - ethtool: do not perform operations on net devices being unregistered
3600 - bonding: make tx_rebalance_counter an atomic
3601 - nfp: Fix memory leak in nfp_cpp_area_cache_add()
3602 - udp: using datalen to cap max gso segments
3603 - netfilter: nft_exthdr: break evaluation if setting TCP option fails
3604 - netfilter: conntrack: annotate data-races around ct->timeout
3605 - iavf: restore MSI state on reset
3606 - iavf: Fix reporting when setting descriptor count
3607 - IB/hfi1: Correct guard on eager buffer deallocation
3608 - devlink: fix netns refcount leak in devlink_nl_cmd_reload()
3609 - net: bcm4908: Handle dma_set_coherent_mask error codes
3610 - net: dsa: mv88e6xxx: error handling for serdes_power functions
3611 - net: dsa: felix: Fix memory leak in felix_setup_mmio_filtering
3612 - net/sched: fq_pie: prevent dismantle issue
3613 - net: mvpp2: fix XDP rx queues registering
3614 - KVM: x86: Don't WARN if userspace mucks with RCX during string I/O exit
3615 - KVM: x86: Ignore sparse banks size for an "all CPUs", non-sparse IPI req
3616 - KVM: x86: Wait for IPIs to be delivered when handling Hyper-V TLB flush
3617 hypercall
3618 - timers: implement usleep_idle_range()
3619 - mm/damon/core: fix fake load reports due to uninterruptible sleeps
3620 - mm/slub: fix endianness bug for alloc/free_traces attributes
3621 - mm: bdi: initialize bdi_min_ratio when bdi is unregistered
3622 - ALSA: ctl: Fix copy of updated id with element read/write
3623 - ALSA: hda/realtek - Add headset Mic support for Lenovo ALC897 platform
3624 - ALSA: hda/realtek: Fix quirk for TongFang PHxTxX1
3625 - ALSA: pcm: oss: Fix negative period/buffer sizes
3626 - ALSA: pcm: oss: Limit the period size to 16MB
3627 - ALSA: pcm: oss: Handle missing errors in snd_pcm_oss_change_params*()
3628 - cifs: Fix crash on unload of cifs_arc4.ko
3629 - scsi: qla2xxx: Format log strings only if needed
3630 - btrfs: clear extent buffer uptodate when we fail to write it
3631 - btrfs: fix re-dirty process of tree-log nodes
3632 - btrfs: replace the BUG_ON in btrfs_del_root_ref with proper error handling
3633 - btrfs: free exchange changeset on failures
3634 - perf intel-pt: Fix some PGE (packet generation enable/control flow packets)
3635 usage
3636 - perf intel-pt: Fix sync state when a PSB (synchronization) packet is found
3637 - perf intel-pt: Fix intel_pt_fup_event() assumptions about setting state type
3638 - perf intel-pt: Fix state setting when receiving overflow (OVF) packet
3639 - perf intel-pt: Fix next 'err' value, walking trace
3640 - perf intel-pt: Fix missing 'instruction' events with 'q' option
3641 - perf intel-pt: Fix error timestamp setting on the decoder error path
3642 - md: fix update super 1.0 on rdev size change
3643 - nfsd: fix use-after-free due to delegation race
3644 - nfsd: Fix nsfd startup race (again)
3645 - tracefs: Have new files inherit the ownership of their parent
3646 - selftests: KVM: avoid failures due to reserved HyperTransport region
3647 - hwmon: (pwm-fan) Ensure the fan going on in .probe()
3648 - mmc: renesas_sdhi: initialize variable properly when tuning
3649 - clk: qcom: regmap-mux: fix parent clock lookup
3650 - thermal: int340x: Fix VCoRefLow MMIO bit offset for TGL
3651 - drm/syncobj: Deal with signalled fences in drm_syncobj_find_fence.
3652 - libata: add horkage for ASMedia 1092
3653 - io_uring: ensure task_work gets run as part of cancelations
3654 - wait: add wake_up_pollfree()
3655 - binder: use wake_up_pollfree()
3656 - signalfd: use wake_up_pollfree()
3657 - aio: keep poll requests on waitqueue until completed
3658 - aio: fix use-after-free due to missing POLLFREE handling
3659 - tracefs: Set all files to the same group ownership as the mount option
3660 - i2c: mpc: Use atomic read and fix break condition
3661 - block: fix ioprio_get(IOPRIO_WHO_PGRP) vs setuid(2)
3662 - scsi: pm80xx: Do not call scsi_remove_host() in pm8001_alloc()
3663 - scsi: scsi_debug: Fix buffer size of REPORT ZONES command
3664 - ALSA: usb-audio: Reorder snd_djm_devices[] entries
3665 - qede: validate non LSO skb length
3666 - PM: runtime: Fix pm_runtime_active() kerneldoc comment
3667 - ASoC: rt5682: Fix crash due to out of scope stack vars
3668 - ASoC: qdsp6: q6routing: Fix return value from msm_routing_put_audio_mixer
3669 - ASoC: codecs: wsa881x: fix return values from kcontrol put
3670 - ASoC: codecs: wcd934x: handle channel mappping list correctly
3671 - ASoC: codecs: wcd934x: return correct value from mixer put
3672 - RDMA/hns: Do not halt commands during reset until later
3673 - RDMA/hns: Do not destroy QP resources in the hw resetting phase
3674 - hwmon: (dell-smm) Fix warning on /proc/i8k creation error
3675 - clk: imx: use module_platform_driver
3676 - clk: qcom: clk-alpha-pll: Don't reconfigure running Trion
3677 - i40e: Fix failed opcode appearing if handling messages from VF
3678 - i40e: Fix pre-set max number of queues for VF
3679 - mtd: rawnand: fsmc: Take instruction delay into account
3680 - mtd: rawnand: fsmc: Fix timing computation
3681 - bpf, sockmap: Re-evaluate proto ops when psock is removed from sockmap
3682 - i40e: Fix NULL pointer dereference in i40e_dbg_dump_desc
3683 - Revert "PCI: aardvark: Fix support for PCI_ROM_ADDRESS1 on emulated bridge"
3684 - drm/amd/display: Fix DPIA outbox timeout after S3/S4/reset
3685 - perf tools: Fix SMT detection fast read path
3686 - Documentation/locking/locktypes: Update migrate_disable() bits.
3687 - dt-bindings: net: Reintroduce PHY no lane swap binding
3688 - tools build: Remove needless libpython-version feature check that breaks
3689 test-all fast path
3690 - net: cdc_ncm: Allow for dwNtbOutMaxSize to be unset or zero
3691 - net: altera: set a couple error code in probe()
3692 - net: fec: only clear interrupt of handling queue in fec_enet_rx_queue()
3693 - net, neigh: clear whole pneigh_entry at alloc time
3694 - net/qla3xxx: fix an error code in ql_adapter_up()
3695 - selftests/fib_tests: Rework fib_rp_filter_test()
3696 - USB: gadget: detect too-big endpoint 0 requests
3697 - USB: gadget: zero allocate endpoint 0 buffers
3698 - Revert "usb: dwc3: dwc3-qcom: Enable tx-fifo-resize property by default"
3699 - usb: core: config: fix validation of wMaxPacketValue entries
3700 - usb: core: config: using bit mask instead of individual bits
3701 - xhci: avoid race between disable slot command and host runtime suspend
3702 - iio: gyro: adxrs290: fix data signedness
3703 - iio: trigger: Fix reference counting
3704 - iio: trigger: stm32-timer: fix MODULE_ALIAS
3705 - iio: stk3310: Don't return error code in interrupt handler
3706 - iio: mma8452: Fix trigger reference couting
3707 - iio: ltr501: Don't return error code in trigger handler
3708 - iio: kxsd9: Don't return error code in trigger handler
3709 - iio: itg3200: Call iio_trigger_notify_done() on error
3710 - iio: dln2-adc: Fix lockdep complaint
3711 - iio: dln2: Check return value of devm_iio_trigger_register()
3712 - iio: at91-sama5d2: Fix incorrect sign extension
3713 - iio: adc: stm32: fix a current leak by resetting pcsel before disabling vdda
3714 - iio: adc: axp20x_adc: fix charging current reporting on AXP22x
3715 - iio: ad7768-1: Call iio_trigger_notify_done() on error
3716 - iio: accel: kxcjk-1013: Fix possible memory leak in probe and remove
3717 - nvmem: eeprom: at25: fix FRAM byte_len
3718 - bus: mhi: pci_generic: Fix device recovery failed issue
3719 - bus: mhi: core: Add support for forced PM resume
3720 - csky: fix typo of fpu config macro
3721 - irqchip/aspeed-scu: Replace update_bits with write_bits.
3722 - irqchip/armada-370-xp: Fix return value of armada_370_xp_msi_alloc()
3723 - irqchip/armada-370-xp: Fix support for Multi-MSI interrupts
3724 - aio: Fix incorrect usage of eventfd_signal_allowed()
3725 - irqchip/irq-gic-v3-its.c: Force synchronisation when issuing INVALL
3726 - irqchip: nvic: Fix offset for Interrupt Priority Offsets
3727 - misc: fastrpc: fix improper packet size calculation
3728 - clocksource/drivers/dw_apb_timer_of: Fix probe failure
3729 - bpf: Add selftests to cover packet access corner cases
3730 - Linux 5.15.8
3731
3732 * Can't read/write SD card after running CPU offline test in 5.11.0 and 5.13.0
3733 (LP: #1951784) // Jammy update: v5.15.8 upstream stable release
3734 (LP: #1954931)
3735 - misc: rtsx: Avoid mangling IRQ during runtime PM
3736
3737 * Enable Landlock by default (LP: #1953192)
3738 - [Config] Enable Landlock by default
3739
3740 * Add s0i3 RTC wake up for AMD systems (LP: #1950013)
3741 - platform/x86: amd-pmc: Export Idlemask values based on the APU
3742 - platform/x86: amd-pmc: adjust arguments for `amd_pmc_send_cmd`
3743 - platform/x86: amd-pmc: Add special handling for timer based S0i3 wakeup
3744
3745 * Fix runtime power management on USB controller with XHCI_RESET_ON_RESUME
3746 flag (LP: #1954369)
3747 - SAUCE: xhci: Remove CONFIG_USB_DEFAULT_PERSIST to prevent xHCI from runtime
3748 suspending
3749
3750 * Fix System hangs on black screen when reboot (LP: #1949321)
3751 - drm/i915/hdmi: convert intel_hdmi_to_dev to intel_hdmi_to_i915
3752 - drm/i915: Don't request GMBUS to generate irqs when called while irqs are
3753 off
3754 - drm/i915/hdmi: Turn DP++ TMDS output buffers back on in encoder->shutdown()
3755
3756 * require CAP_NET_ADMIN to attach N_HCI ldisc (LP: #1949516)
3757 - Bluetooth: hci_ldisc: require CAP_NET_ADMIN to attach N_HCI ldisc
3758
3759 * mt7921e: Failed to start WM firmware (LP: #1954300)
3760 - SAUCE: Bluetooth: btusb: Handle download_firmware failure cases
3761 - SAUCE: Bluetooth: btusb: Return error code when getting patch status failed
3762
3763 * Miscellaneous Ubuntu changes
3764 - [Packaging] Add list of built-in modules to the ABI
3765 - [Packaging] abi-check: Process modules.builtin
3766 - SAUCE: allow to use __wake_up_pollfree() from GPL modules
3767 - [Packaging] enforce xz compression for debs
3768 - [Config] update config after v5.15.12
3769 - [Packaging] temporarily disable signed v4l2loopback
3770
3771 -- Andrea Righi <andrea.righi@canonical.com> Tue, 04 Jan 2022 11:22:10 +0100
49e85a07 3772
6b0eed5a 3773linux (5.15.0-14.14) jammy; urgency=medium
8f316ad9 3774
6b0eed5a 3775 * jammy/linux: 5.15.0-14.14 -proposed tracker (LP: #1954627)
8f316ad9 3776
6b0eed5a
PP
3777 * Jammy update: v5.15.7 upstream stable release (LP: #1953731)
3778 - ALSA: usb-audio: Restrict rates for the shared clocks
3779 - ALSA: usb-audio: Rename early_playback_start flag with lowlatency_playback
3780 - ALSA: usb-audio: Disable low-latency playback for free-wheel mode
3781 - ALSA: usb-audio: Disable low-latency mode for implicit feedback sync
3782 - ALSA: usb-audio: Check available frames for the next packet size
3783 - ALSA: usb-audio: Add spinlock to stop_urbs()
3784 - ALSA: usb-audio: Improved lowlatency playback support
3785 - ALSA: usb-audio: Avoid killing in-flight URBs during draining
3786 - ALSA: usb-audio: Fix packet size calculation regression
3787 - ALSA: usb-audio: Less restriction for low-latency playback mode
3788 - ALSA: usb-audio: Switch back to non-latency mode at a later point
3789 - ALSA: usb-audio: Don't start stream for capture at prepare
3790 - gfs2: release iopen glock early in evict
3791 - gfs2: Fix length of holes reported at end-of-file
3792 - powerpc/pseries/ddw: Revert "Extend upper limit for huge DMA window for
3793 persistent memory"
3794 - powerpc/pseries/ddw: Do not try direct mapping with persistent memory and
3795 one window
3796 - drm/sun4i: fix unmet dependency on RESET_CONTROLLER for PHY_SUN6I_MIPI_DPHY
3797 - mac80211: do not access the IV when it was stripped
3798 - mac80211: fix throughput LED trigger
3799 - x86/hyperv: Move required MSRs check to initial platform probing
3800 - net/smc: Transfer remaining wait queue entries during fallback
3801 - atlantic: Fix OOB read and write in hw_atl_utils_fw_rpc_wait
3802 - net: return correct error code
3803 - pinctrl: qcom: fix unmet dependencies on GPIOLIB for GPIOLIB_IRQCHIP
3804 - platform/x86: dell-wmi-descriptor: disable by default
3805 - platform/x86: thinkpad_acpi: Add support for dual fan control
3806 - platform/x86: thinkpad_acpi: Fix WWAN device disabled issue after S3 deep
3807 - s390/setup: avoid using memblock_enforce_memory_limit
3808 - btrfs: silence lockdep when reading chunk tree during mount
3809 - btrfs: check-integrity: fix a warning on write caching disabled disk
3810 - thermal: core: Reset previous low and high trip during thermal zone init
3811 - scsi: iscsi: Unblock session then wake up error handler
3812 - drm/amd/pm: Remove artificial freq level on Navi1x
3813 - drm/amd/amdkfd: Fix kernel panic when reset failed and been triggered again
3814 - drm/amd/amdgpu: fix potential memleak
3815 - ata: ahci: Add Green Sardine vendor ID as board_ahci_mobile
3816 - ata: libahci: Adjust behavior when StorageD3Enable _DSD is set
3817 - ethernet: hisilicon: hns: hns_dsaf_misc: fix a possible array overflow in
3818 hns_dsaf_ge_srst_by_port()
3819 - ipv6: check return value of ipv6_skip_exthdr
3820 - net: tulip: de4x5: fix the problem that the array 'lp->phy[8]' may be out of
3821 bound
3822 - net: ethernet: dec: tulip: de4x5: fix possible array overflows in
3823 type3_infoblock()
3824 - perf sort: Fix the 'weight' sort key behavior
3825 - perf sort: Fix the 'ins_lat' sort key behavior
3826 - perf sort: Fix the 'p_stage_cyc' sort key behavior
3827 - perf inject: Fix ARM SPE handling
3828 - perf hist: Fix memory leak of a perf_hpp_fmt
3829 - perf report: Fix memory leaks around perf_tip()
3830 - tracing: Don't use out-of-sync va_list in event printing
3831 - net/smc: Avoid warning of possible recursive locking
3832 - ACPI: Add stubs for wakeup handler functions
3833 - net/tls: Fix authentication failure in CCM mode
3834 - vrf: Reset IPCB/IP6CB when processing outbound pkts in vrf dev xmit
3835 - kprobes: Limit max data_size of the kretprobe instances
3836 - ALSA: hda/cs8409: Set PMSG_ON earlier inside cs8409 driver
3837 - rt2x00: do not mark device gone on EPROTO errors during start
3838 - ipmi: Move remove_work to dedicated workqueue
3839 - cpufreq: Fix get_cpu_device() failure in add_cpu_dev_symlink()
3840 - iwlwifi: mvm: retry init flow if failed
3841 - dma-buf: system_heap: Use 'for_each_sgtable_sg' in pages free flow
3842 - s390/pci: move pseudo-MMIO to prevent MIO overlap
3843 - fget: check that the fd still exists after getting a ref to it
3844 - sata_fsl: fix UAF in sata_fsl_port_stop when rmmod sata_fsl
3845 - sata_fsl: fix warning in remove_proc_entry when rmmod sata_fsl
3846 - scsi: lpfc: Fix non-recovery of remote ports following an unsolicited LOGO
3847 - scsi: ufs: ufs-pci: Add support for Intel ADL
3848 - ipv6: fix memory leak in fib6_rule_suppress
3849 - drm/amd/display: Allow DSC on supported MST branch devices
3850 - drm/i915/dp: Perform 30ms delay after source OUI write
3851 - KVM: fix avic_set_running for preemptable kernels
3852 - KVM: Disallow user memslot with size that exceeds "unsigned long"
3853 - KVM: x86/mmu: Fix TLB flush range when handling disconnected pt
3854 - KVM: Ensure local memslot copies operate on up-to-date arch-specific data
3855 - KVM: x86: ignore APICv if LAPIC is not enabled
3856 - KVM: nVMX: Emulate guest TLB flush on nested VM-Enter with new vpid12
3857 - KVM: nVMX: Flush current VPID (L1 vs. L2) for KVM_REQ_TLB_FLUSH_GUEST
3858 - KVM: nVMX: Abide to KVM_REQ_TLB_FLUSH_GUEST request on nested vmentry/vmexit
3859 - KVM: VMX: prepare sync_pir_to_irr for running with APICv disabled
3860 - KVM: x86: Use a stable condition around all VT-d PI paths
3861 - KVM: MMU: shadow nested paging does not have PKU
3862 - KVM: arm64: Avoid setting the upper 32 bits of TCR_EL2 and CPTR_EL2 to 1
3863 - KVM: X86: Use vcpu->arch.walk_mmu for kvm_mmu_invlpg()
3864 - KVM: x86: check PIR even for vCPUs with disabled APICv
3865 - tracing/histograms: String compares should not care about signed values
3866 - net: dsa: mv88e6xxx: Fix application of erratum 4.8 for 88E6393X
3867 - net: dsa: mv88e6xxx: Drop unnecessary check in
3868 mv88e6393x_serdes_erratum_4_6()
3869 - net: dsa: mv88e6xxx: Save power by disabling SerDes trasmitter and receiver
3870 - net: dsa: mv88e6xxx: Add fix for erratum 5.2 of 88E6393X family
3871 - net: dsa: mv88e6xxx: Fix inband AN for 2500base-x on 88E6393X family
3872 - net: dsa: mv88e6xxx: Link in pcs_get_state() if AN is bypassed
3873 - wireguard: selftests: increase default dmesg log size
3874 - wireguard: allowedips: add missing __rcu annotation to satisfy sparse
3875 - wireguard: selftests: actually test for routing loops
3876 - wireguard: selftests: rename DEBUG_PI_LIST to DEBUG_PLIST
3877 - wireguard: device: reset peer src endpoint when netns exits
3878 - wireguard: receive: use ring buffer for incoming handshakes
3879 - wireguard: receive: drop handshakes if queue lock is contended
3880 - wireguard: ratelimiter: use kvcalloc() instead of kvzalloc()
3881 - i2c: stm32f7: flush TX FIFO upon transfer errors
3882 - i2c: stm32f7: recover the bus on access timeout
3883 - i2c: stm32f7: stop dma transfer in case of NACK
3884 - i2c: cbus-gpio: set atomic transfer callback
3885 - natsemi: xtensa: fix section mismatch warnings
3886 - tcp: fix page frag corruption on page fault
3887 - net: qlogic: qlcnic: Fix a NULL pointer dereference in
3888 qlcnic_83xx_add_rings()
3889 - net: mpls: Fix notifications when deleting a device
3890 - siphash: use _unaligned version by default
3891 - arm64: ftrace: add missing BTIs
3892 - iwlwifi: fix warnings produced by kernel debug options
3893 - net/mlx5e: IPsec: Fix Software parser inner l3 type setting in case of
3894 encapsulation
3895 - net/mlx4_en: Fix an use-after-free bug in mlx4_en_try_alloc_resources()
3896 - selftests: net: Correct case name
3897 - net: dsa: b53: Add SPI ID table
3898 - mt76: mt7915: fix NULL pointer dereference in mt7915_get_phy_mode
3899 - ASoC: tegra: Fix wrong value type in ADMAIF
3900 - ASoC: tegra: Fix wrong value type in I2S
3901 - ASoC: tegra: Fix wrong value type in DMIC
3902 - ASoC: tegra: Fix wrong value type in DSPK
3903 - ASoC: tegra: Fix kcontrol put callback in ADMAIF
3904 - ASoC: tegra: Fix kcontrol put callback in I2S
3905 - ASoC: tegra: Fix kcontrol put callback in DMIC
3906 - ASoC: tegra: Fix kcontrol put callback in DSPK
3907 - ASoC: tegra: Fix kcontrol put callback in AHUB
3908 - rxrpc: Fix rxrpc_peer leak in rxrpc_look_up_bundle()
3909 - rxrpc: Fix rxrpc_local leak in rxrpc_lookup_peer()
3910 - ALSA: intel-dsp-config: add quirk for CML devices based on ES8336 codec
3911 - net: stmmac: Avoid DMA_CHAN_CONTROL write if no Split Header support
3912 - net: usb: lan78xx: lan78xx_phy_init(): use PHY_POLL instead of "0" if no IRQ
3913 is available
3914 - net: marvell: mvpp2: Fix the computation of shared CPUs
3915 - dpaa2-eth: destroy workqueue at the end of remove function
3916 - octeontx2-af: Fix a memleak bug in rvu_mbox_init()
3917 - net: annotate data-races on txq->xmit_lock_owner
3918 - ipv4: convert fib_num_tclassid_users to atomic_t
3919 - net/smc: fix wrong list_del in smc_lgr_cleanup_early
3920 - net/rds: correct socket tunable error in rds_tcp_tune()
3921 - net/smc: Keep smc_close_final rc during active close
3922 - drm/msm/a6xx: Allocate enough space for GMU registers
3923 - drm/msm: Do hw_init() before capturing GPU state
3924 - drm/vc4: kms: Wait for the commit before increasing our clock rate
3925 - drm/vc4: kms: Fix return code check
3926 - drm/vc4: kms: Add missing drm_crtc_commit_put
3927 - drm/vc4: kms: Clear the HVS FIFO commit pointer once done
3928 - drm/vc4: kms: Don't duplicate pending commit
3929 - drm/vc4: kms: Fix previous HVS commit wait
3930 - atlantic: Increase delay for fw transactions
3931 - atlatnic: enable Nbase-t speeds with base-t
3932 - atlantic: Fix to display FW bundle version instead of FW mac version.
3933 - atlantic: Add missing DIDs and fix 115c.
3934 - Remove Half duplex mode speed capabilities.
3935 - atlantic: Fix statistics logic for production hardware
3936 - atlantic: Remove warn trace message.
3937 - KVM: x86/mmu: Skip tlb flush if it has been done in zap_gfn_range()
3938 - KVM: x86/mmu: Pass parameter flush as false in
3939 kvm_tdp_mmu_zap_collapsible_sptes()
3940 - drm/msm/devfreq: Fix OPP refcnt leak
3941 - drm/msm: Fix mmap to include VM_IO and VM_DONTDUMP
3942 - drm/msm: Fix wait_fence submitqueue leak
3943 - drm/msm: Restore error return on invalid fence
3944 - ASoC: rk817: Add module alias for rk817-codec
3945 - iwlwifi: Fix memory leaks in error handling path
3946 - KVM: X86: Fix when shadow_root_level=5 && guest root_level<4
3947 - KVM: SEV: initialize regions_list of a mirror VM
3948 - net/mlx5e: Fix missing IPsec statistics on uplink representor
3949 - net/mlx5: Move MODIFY_RQT command to ignore list in internal error state
3950 - net/mlx5: E-switch, Respect BW share of the new group
3951 - net/mlx5: E-Switch, fix single FDB creation on BlueField
3952 - net/mlx5: E-Switch, Check group pointer before reading bw_share value
3953 - KVM: x86/pmu: Fix reserved bits for AMD PerfEvtSeln register
3954 - KVM: VMX: Set failure code in prepare_vmcs02()
3955 - mctp: Don't let RTM_DELROUTE delete local routes
3956 - Revert "drm/i915: Implement Wa_1508744258"
3957 - io-wq: don't retry task_work creation failure on fatal conditions
3958 - x86/sev: Fix SEV-ES INS/OUTS instructions for word, dword, and qword
3959 - x86/entry: Add a fence for kernel entry SWAPGS in paranoid_entry()
3960 - x86/entry: Use the correct fence macro after swapgs in kernel CR3
3961 - x86/xen: Add xenpv_restore_regs_and_return_to_usermode()
3962 - preempt/dynamic: Fix setup_preempt_mode() return value
3963 - sched/uclamp: Fix rq->uclamp_max not set on first enqueue
3964 - KVM: SEV: Return appropriate error codes if SEV-ES scratch setup fails
3965 - KVM: x86/mmu: Rename slot_handle_leaf to slot_handle_level_4k
3966 - KVM: x86/mmu: Remove spurious TLB flushes in TDP MMU zap collapsible path
3967 - net/mlx5e: Rename lro_timeout to packet_merge_timeout
3968 - net/mlx5e: Rename TIR lro functions to TIR packet merge functions
3969 - net/mlx5e: Sync TIR params updates against concurrent create/modify
3970 - serial: 8250_bcm7271: UART errors after resuming from S2
3971 - parisc: Fix KBUILD_IMAGE for self-extracting kernel
3972 - parisc: Fix "make install" on newer debian releases
3973 - parisc: Mark cr16 CPU clocksource unstable on all SMP machines
3974 - vgacon: Propagate console boot parameters before calling `vc_resize'
3975 - xhci: Fix commad ring abort, write all 64 bits to CRCR register.
3976 - USB: NO_LPM quirk Lenovo Powered USB-C Travel Hub
3977 - usb: typec: tcpm: Wait in SNK_DEBOUNCED until disconnect
3978 - usb: cdns3: gadget: fix new urb never complete if ep cancel previous
3979 requests
3980 - usb: cdnsp: Fix a NULL pointer dereference in cdnsp_endpoint_init()
3981 - x86/tsc: Add a timer to make sure TSC_adjust is always checked
3982 - x86/tsc: Disable clocksource watchdog for TSC on qualified platorms
3983 - x86/64/mm: Map all kernel memory into trampoline_pgd
3984 - tty: serial: msm_serial: Deactivate RX DMA for polling support
3985 - serial: pl011: Add ACPI SBSA UART match id
3986 - serial: tegra: Change lower tolerance baud rate limit for tegra20 and
3987 tegra30
3988 - serial: core: fix transmit-buffer reset and memleak
3989 - serial: 8250_pci: Fix ACCES entries in pci_serial_quirks array
3990 - serial: 8250_pci: rewrite pericom_do_set_divisor()
3991 - serial: 8250: Fix RTS modem control while in rs485 mode
3992 - serial: liteuart: Fix NULL pointer dereference in ->remove()
3993 - serial: liteuart: fix use-after-free and memleak on unbind
3994 - serial: liteuart: fix minor-number leak on probe errors
3995 - ipmi: msghandler: Make symbol 'remove_work_wq' static
3996 - Linux 5.15.7
3997
3998 * Updates to ib_peer_memory requested by Nvidia (LP: #1947206)
3999 - SAUCE: RDMA/core: Updated ib_peer_memory
4000 - SAUCE: RDMA/core: ib_peer_memory fix build errors
4001
4002 * Jammy update: v5.15.6 upstream stable release (LP: #1953370)
4003 - scsi: sd: Fix sd_do_mode_sense() buffer length handling
4004 - ACPI: Get acpi_device's parent from the parent field
4005 - ACPI: CPPC: Add NULL pointer check to cppc_get_perf()
4006 - USB: serial: pl2303: fix GC type detection
4007 - USB: serial: option: add Telit LE910S1 0x9200 composition
4008 - USB: serial: option: add Fibocom FM101-GL variants
4009 - usb: dwc2: gadget: Fix ISOC flow for elapsed frames
4010 - usb: dwc2: hcd_queue: Fix use of floating point literal
4011 - usb: dwc3: leave default DMA for PCI devices
4012 - usb: dwc3: core: Revise GHWPARAMS9 offset
4013 - usb: dwc3: gadget: Ignore NoStream after End Transfer
4014 - usb: dwc3: gadget: Check for L1/L2/U3 for Start Transfer
4015 - usb: dwc3: gadget: Fix null pointer exception
4016 - net: usb: Correct PHY handling of smsc95xx
4017 - net: nexthop: fix null pointer dereference when IPv6 is not enabled
4018 - usb: chipidea: ci_hdrc_imx: fix potential error pointer dereference in probe
4019 - usb: typec: fusb302: Fix masking of comparator and bc_lvl interrupts
4020 - usb: xhci: tegra: Check padctrl interrupt presence in device tree
4021 - usb: hub: Fix usb enumeration issue due to address0 race
4022 - usb: hub: Fix locking issues with address0_mutex
4023 - binder: fix test regression due to sender_euid change
4024 - ALSA: ctxfi: Fix out-of-range access
4025 - ALSA: hda/realtek: Add quirk for ASRock NUC Box 1100
4026 - ALSA: hda/realtek: Fix LED on HP ProBook 435 G7
4027 - media: cec: copy sequence field for the reply
4028 - Revert "parisc: Fix backtrace to always include init funtion names"
4029 - HID: wacom: Use "Confidence" flag to prevent reporting invalid contacts
4030 - staging/fbtft: Fix backlight
4031 - staging: greybus: Add missing rwsem around snd_ctl_remove() calls
4032 - staging: rtl8192e: Fix use after free in _rtl92e_pci_disconnect()
4033 - staging: r8188eu: Use kzalloc() with GFP_ATOMIC in atomic context
4034 - staging: r8188eu: Fix breakage introduced when 5G code was removed
4035 - staging: r8188eu: use GFP_ATOMIC under spinlock
4036 - staging: r8188eu: fix a memory leak in rtw_wx_read32()
4037 - fuse: release pipe buf after last use
4038 - xen: don't continue xenstore initialization in case of errors
4039 - xen: detect uninitialized xenbus in xenbus_init
4040 - io_uring: correct link-list traversal locking
4041 - io_uring: fail cancellation for EXITING tasks
4042 - io_uring: fix link traversal locking
4043 - drm/amdgpu: IH process reset count when restart
4044 - drm/amdgpu/pm: fix powerplay OD interface
4045 - drm/nouveau: recognise GA106
4046 - ksmbd: downgrade addition info error msg to debug in smb2_get_info_sec()
4047 - ksmbd: contain default data stream even if xattr is empty
4048 - ksmbd: fix memleak in get_file_stream_info()
4049 - KVM: PPC: Book3S HV: Prevent POWER7/8 TLB flush flushing SLB
4050 - tracing/uprobe: Fix uprobe_perf_open probes iteration
4051 - tracing: Fix pid filtering when triggers are attached
4052 - mmc: sdhci-esdhc-imx: disable CMDQ support
4053 - mmc: sdhci: Fix ADMA for PAGE_SIZE >= 64KiB
4054 - mdio: aspeed: Fix "Link is Down" issue
4055 - arm64: mm: Fix VM_BUG_ON(mm != &init_mm) for trans_pgd
4056 - cpufreq: intel_pstate: Fix active mode offline/online EPP handling
4057 - powerpc/32: Fix hardlockup on vmap stack overflow
4058 - iomap: Fix inline extent handling in iomap_readpage
4059 - NFSv42: Fix pagecache invalidation after COPY/CLONE
4060 - PCI: aardvark: Deduplicate code in advk_pcie_rd_conf()
4061 - PCI: aardvark: Implement re-issuing config requests on CRS response
4062 - PCI: aardvark: Simplify initialization of rootcap on virtual bridge
4063 - PCI: aardvark: Fix link training
4064 - drm/amd/display: Fix OLED brightness control on eDP
4065 - proc/vmcore: fix clearing user buffer by properly using clear_user()
4066 - ASoC: SOF: Intel: hda: fix hotplug when only codec is suspended
4067 - netfilter: ctnetlink: fix filtering with CTA_TUPLE_REPLY
4068 - netfilter: ctnetlink: do not erase error code with EINVAL
4069 - netfilter: ipvs: Fix reuse connection if RS weight is 0
4070 - netfilter: flowtable: fix IPv6 tunnel addr match
4071 - media: v4l2-core: fix VIDIOC_DQEVENT handling on non-x86
4072 - firmware: arm_scmi: Fix null de-reference on error path
4073 - ARM: dts: BCM5301X: Fix I2C controller interrupt
4074 - ARM: dts: BCM5301X: Add interrupt properties to GPIO node
4075 - ARM: dts: bcm2711: Fix PCIe interrupts
4076 - ASoC: qdsp6: q6routing: Conditionally reset FrontEnd Mixer
4077 - ASoC: qdsp6: q6asm: fix q6asm_dai_prepare error handling
4078 - ASoC: topology: Add missing rwsem around snd_ctl_remove() calls
4079 - ASoC: codecs: wcd938x: fix volatile register range
4080 - ASoC: codecs: wcd934x: return error code correctly from hw_params
4081 - ASoC: codecs: lpass-rx-macro: fix HPHR setting CLSH mask
4082 - net: ieee802154: handle iftypes as u32
4083 - firmware: arm_scmi: Fix base agent discover response
4084 - firmware: arm_scmi: pm: Propagate return value to caller
4085 - ASoC: stm32: i2s: fix 32 bits channel length without mclk
4086 - NFSv42: Don't fail clone() unless the OP_CLONE operation failed
4087 - ARM: socfpga: Fix crash with CONFIG_FORTIRY_SOURCE
4088 - drm/nouveau/acr: fix a couple NULL vs IS_ERR() checks
4089 - scsi: qla2xxx: edif: Fix off by one bug in qla_edif_app_getfcinfo()
4090 - scsi: mpt3sas: Fix kernel panic during drive powercycle test
4091 - scsi: mpt3sas: Fix system going into read-only mode
4092 - scsi: mpt3sas: Fix incorrect system timestamp
4093 - drm/vc4: fix error code in vc4_create_object()
4094 - drm/aspeed: Fix vga_pw sysfs output
4095 - net: marvell: prestera: fix brige port operation
4096 - net: marvell: prestera: fix double free issue on err path
4097 - HID: input: Fix parsing of HID_CP_CONSUMER_CONTROL fields
4098 - HID: input: set usage type to key on keycode remap
4099 - HID: magicmouse: prevent division by 0 on scroll
4100 - iavf: Prevent changing static ITR values if adaptive moderation is on
4101 - iavf: Fix refreshing iavf adapter stats on ethtool request
4102 - iavf: Fix VLAN feature flags after VFR
4103 - x86/pvh: add prototype for xen_pvh_init()
4104 - xen/pvh: add missing prototype to header
4105 - ALSA: intel-dsp-config: add quirk for JSL devices based on ES8336 codec
4106 - mptcp: fix delack timer
4107 - mptcp: use delegate action to schedule 3rd ack retrans
4108 - af_unix: fix regression in read after shutdown
4109 - firmware: smccc: Fix check for ARCH_SOC_ID not implemented
4110 - ipv6: fix typos in __ip6_finish_output()
4111 - nfp: checking parameter process for rx-usecs/tx-usecs is invalid
4112 - net: stmmac: retain PTP clock time during SIOCSHWTSTAMP ioctls
4113 - net: ipv6: add fib6_nh_release_dsts stub
4114 - net: nexthop: release IPv6 per-cpu dsts when replacing a nexthop group
4115 - ice: fix vsi->txq_map sizing
4116 - ice: avoid bpf_prog refcount underflow
4117 - scsi: core: sysfs: Fix setting device state to SDEV_RUNNING
4118 - scsi: scsi_debug: Zero clear zones at reset write pointer
4119 - erofs: fix deadlock when shrink erofs slab
4120 - i2c: virtio: disable timeout handling
4121 - net/smc: Ensure the active closing peer first closes clcsock
4122 - mlxsw: spectrum: Protect driver from buggy firmware
4123 - net: ipa: directly disable ipa-setup-ready interrupt
4124 - net: ipa: separate disabling setup from modem stop
4125 - net: ipa: kill ipa_cmd_pipeline_clear()
4126 - net: marvell: mvpp2: increase MTU limit when XDP enabled
4127 - cpufreq: intel_pstate: Add Ice Lake server to out-of-band IDs
4128 - nvmet-tcp: fix incomplete data digest send
4129 - drm/hyperv: Fix device removal on Gen1 VMs
4130 - arm64: uaccess: avoid blocking within critical sections
4131 - net/ncsi : Add payload to be 32-bit aligned to fix dropped packets
4132 - PM: hibernate: use correct mode for swsusp_close()
4133 - drm/amd/display: Fix DPIA outbox timeout after GPU reset
4134 - drm/amd/display: Set plane update flags for all planes in reset
4135 - tcp_cubic: fix spurious Hystart ACK train detections for not-cwnd-limited
4136 flows
4137 - lan743x: fix deadlock in lan743x_phy_link_status_change()
4138 - net: phylink: Force link down and retrigger resolve on interface change
4139 - net: phylink: Force retrigger in case of latched link-fail indicator
4140 - net/smc: Fix NULL pointer dereferencing in smc_vlan_by_tcpsk()
4141 - net/smc: Fix loop in smc_listen
4142 - nvmet: use IOCB_NOWAIT only if the filesystem supports it
4143 - igb: fix netpoll exit with traffic
4144 - MIPS: loongson64: fix FTLB configuration
4145 - MIPS: use 3-level pgtable for 64KB page size on MIPS_VA_BITS_48
4146 - tls: splice_read: fix record type check
4147 - tls: splice_read: fix accessing pre-processed records
4148 - tls: fix replacing proto_ops
4149 - net: stmmac: Disable Tx queues when reconfiguring the interface
4150 - net/sched: sch_ets: don't peek at classes beyond 'nbands'
4151 - ethtool: ioctl: fix potential NULL deref in ethtool_set_coalesce()
4152 - net: vlan: fix underflow for the real_dev refcnt
4153 - net/smc: Don't call clcsock shutdown twice when smc shutdown
4154 - net: hns3: fix VF RSS failed problem after PF enable multi-TCs
4155 - net: hns3: fix incorrect components info of ethtool --reset command
4156 - net: mscc: ocelot: don't downgrade timestamping RX filters in SIOCSHWTSTAMP
4157 - net: mscc: ocelot: correctly report the timestamping RX filters in ethtool
4158 - locking/rwsem: Make handoff bit handling more consistent
4159 - perf: Ignore sigtrap for tracepoints destined for other tasks
4160 - sched/scs: Reset task stack state in bringup_cpu()
4161 - iommu/rockchip: Fix PAGE_DESC_HI_MASKs for RK3568
4162 - iommu/vt-d: Fix unmap_pages support
4163 - f2fs: quota: fix potential deadlock
4164 - f2fs: set SBI_NEED_FSCK flag when inconsistent node block found
4165 - riscv: dts: microchip: fix board compatible
4166 - riscv: dts: microchip: drop duplicated MMC/SDHC node
4167 - cifs: nosharesock should not share socket with future sessions
4168 - ceph: properly handle statfs on multifs setups
4169 - iommu/amd: Clarify AMD IOMMUv2 initialization messages
4170 - vdpa_sim: avoid putting an uninitialized iova_domain
4171 - vhost/vsock: fix incorrect used length reported to the guest
4172 - ksmbd: Fix an error handling path in 'smb2_sess_setup()'
4173 - tracing: Check pid filtering when creating events
4174 - cifs: nosharesock should be set on new server
4175 - io_uring: fix soft lockup when call __io_remove_buffers
4176 - firmware: arm_scmi: Fix type error assignment in voltage protocol
4177 - firmware: arm_scmi: Fix type error in sensor protocol
4178 - docs: accounting: update delay-accounting.rst reference
4179 - blk-mq: cancel blk-mq dispatch work in both blk_cleanup_queue and
4180 disk_release()
4181 - block: avoid to quiesce queue in elevator_init_mq
4182 - drm/amdgpu/gfx10: add wraparound gpu counter check for APUs as well
4183 - drm/amdgpu/gfx9: switch to golden tsc registers for renoir+
4184 - Linux 5.15.6
4185
4186 * Fix bogus HDMI audio interface (LP: #1953208)
4187 - ALSA: hda/hdmi: Consider ELD is invalid when no SAD is present
4188
4189 * Miscellaneous Ubuntu changes
4190 - [Config] re-enabled UBSAN without TRAP
4191 - SAUCE: ipv6: fix NULL pointer dereference in ip6_output()
4192 - SAUCE: RDMA/core: Introduce peer memory interface
4193 - [Config] toolchain version update
4194
4195 * Miscellaneous upstream changes
4196 - Revert "UBUNTU: [Config] Temporarily disable signing for ppc64el and s390x"
4197 - Revert "UBUNTU: SAUCE: vt -- maintain bootloader screen mode and content
4198 until vt switch"
4199
4200 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 13 Dec 2021 12:13:17 +0100
8f316ad9 4201
be5efde0 4202linux (5.15.0-13.13) jammy; urgency=medium
0d44dd17 4203
be5efde0 4204 * jammy/linux: 5.15.0-13.13 -proposed tracker (LP: #1952583)
0d44dd17 4205
be5efde0
AR
4206 * Packaging resync (LP: #1786013)
4207 - [Packaging] resync update-dkms-versions helper
4208 - debian/dkms-versions -- update from kernel-versions (main/master)
4209
4210 * Jammy update: v5.15.5 upstream stable release (LP: #1952579)
4211 - arm64: zynqmp: Do not duplicate flash partition label property
4212 - arm64: zynqmp: Fix serial compatible string
4213 - clk: sunxi-ng: Unregister clocks/resets when unbinding
4214 - ARM: dts: sunxi: Fix OPPs node name
4215 - arm64: dts: allwinner: h5: Fix GPU thermal zone node name
4216 - arm64: dts: allwinner: a100: Fix thermal zone node name
4217 - staging: wfx: ensure IRQ is ready before enabling it
4218 - ARM: dts: BCM5301X: Fix nodes names
4219 - ARM: dts: BCM5301X: Fix MDIO mux binding
4220 - ARM: dts: NSP: Fix mpcore, mmc node names
4221 - arm64: dts: broadcom: bcm4908: Move reboot syscon out of bus
4222 - scsi: pm80xx: Fix memory leak during rmmod
4223 - scsi: lpfc: Fix list_add() corruption in lpfc_drain_txq()
4224 - ASoC: mediatek: mt8195: Add missing of_node_put()
4225 - arm64: dts: rockchip: Disable CDN DP on Pinebook Pro
4226 - arm64: dts: hisilicon: fix arm,sp805 compatible string
4227 - RDMA/bnxt_re: Check if the vlan is valid before reporting
4228 - bus: ti-sysc: Add quirk handling for reinit on context lost
4229 - bus: ti-sysc: Use context lost quirk for otg
4230 - usb: musb: tusb6010: check return value after calling
4231 platform_get_resource()
4232 - usb: typec: tipd: Remove WARN_ON in tps6598x_block_read
4233 - ARM: dts: ux500: Skomer regulator fixes
4234 - staging: rtl8723bs: remove possible deadlock when disconnect (v2)
4235 - staging: rtl8723bs: remove a second possible deadlock
4236 - staging: rtl8723bs: remove a third possible deadlock
4237 - ARM: BCM53016: Specify switch ports for Meraki MR32
4238 - arm64: dts: qcom: msm8998: Fix CPU/L2 idle state latency and residency
4239 - arm64: dts: qcom: ipq6018: Fix qcom,controlled-remotely property
4240 - arm64: dts: qcom: ipq8074: Fix qcom,controlled-remotely property
4241 - arm64: dts: qcom: sdm845: Fix qcom,controlled-remotely property
4242 - arm64: dts: freescale: fix arm,sp805 compatible string
4243 - arm64: dts: ls1012a: Add serial alias for ls1012a-rdb
4244 - RDMA/rxe: Separate HW and SW l/rkeys
4245 - ASoC: SOF: Intel: hda-dai: fix potential locking issue
4246 - scsi: core: Fix scsi_mode_sense() buffer length handling
4247 - ALSA: usb-audio: disable implicit feedback sync for Behringer UFX1204 and
4248 UFX1604
4249 - clk: imx: imx6ul: Move csi_sel mux to correct base register
4250 - ASoC: es8316: Use IRQF_NO_AUTOEN when requesting the IRQ
4251 - ASoC: rt5651: Use IRQF_NO_AUTOEN when requesting the IRQ
4252 - ASoC: nau8824: Add DMI quirk mechanism for active-high jack-detect
4253 - scsi: advansys: Fix kernel pointer leak
4254 - scsi: smartpqi: Add controller handshake during kdump
4255 - arm64: dts: imx8mm-kontron: Fix reset delays for ethernet PHY
4256 - ALSA: intel-dsp-config: add quirk for APL/GLK/TGL devices based on ES8336
4257 codec
4258 - ASoC: Intel: soc-acpi: add missing quirk for TGL SDCA single amp
4259 - ASoC: Intel: sof_sdw: add missing quirk for Dell SKU 0A45
4260 - firmware_loader: fix pre-allocated buf built-in firmware use
4261 - HID: multitouch: disable sticky fingers for UPERFECT Y
4262 - ALSA: usb-audio: Add support for the Pioneer DJM 750MK2 Mixer/Soundcard
4263 - ARM: dts: omap: fix gpmc,mux-add-data type
4264 - usb: host: ohci-tmio: check return value after calling
4265 platform_get_resource()
4266 - ASoC: rt5682: fix a little pop while playback
4267 - ARM: dts: ls1021a: move thermal-zones node out of soc/
4268 - ARM: dts: ls1021a-tsn: use generic "jedec,spi-nor" compatible for flash
4269 - ALSA: ISA: not for M68K
4270 - iommu/vt-d: Do not falsely log intel_iommu is unsupported kernel option
4271 - tty: tty_buffer: Fix the softlockup issue in flush_to_ldisc
4272 - MIPS: sni: Fix the build
4273 - scsi: scsi_debug: Fix out-of-bound read in resp_readcap16()
4274 - scsi: scsi_debug: Fix out-of-bound read in resp_report_tgtpgs()
4275 - scsi: target: Fix ordered tag handling
4276 - scsi: target: Fix alua_tg_pt_gps_count tracking
4277 - iio: imu: st_lsm6dsx: Avoid potential array overflow in st_lsm6dsx_set_odr()
4278 - RDMA/core: Use kvzalloc when allocating the struct ib_port
4279 - scsi: lpfc: Fix use-after-free in lpfc_unreg_rpi() routine
4280 - scsi: lpfc: Fix link down processing to address NULL pointer dereference
4281 - scsi: lpfc: Allow fabric node recovery if recovery is in progress before
4282 devloss
4283 - memory: tegra20-emc: Add runtime dependency on devfreq governor module
4284 - powerpc/5200: dts: fix memory node unit name
4285 - ARM: dts: qcom: fix memory and mdio nodes naming for RB3011
4286 - arm64: dts: qcom: Fix node name of rpm-msg-ram device nodes
4287 - ALSA: gus: fix null pointer dereference on pointer block
4288 - ALSA: usb-audio: fix null pointer dereference on pointer cs_desc
4289 - clk: at91: sama7g5: remove prescaler part of master clock
4290 - iommu/dart: Initialize DART_STREAMS_ENABLE
4291 - powerpc/dcr: Use cmplwi instead of 3-argument cmpli
4292 - powerpc/8xx: Fix Oops with STRICT_KERNEL_RWX without DEBUG_RODATA_TEST
4293 - sh: check return code of request_irq
4294 - maple: fix wrong return value of maple_bus_init().
4295 - f2fs: fix up f2fs_lookup tracepoints
4296 - f2fs: fix to use WHINT_MODE
4297 - f2fs: fix wrong condition to trigger background checkpoint correctly
4298 - sh: fix kconfig unmet dependency warning for FRAME_POINTER
4299 - sh: math-emu: drop unused functions
4300 - sh: define __BIG_ENDIAN for math-emu
4301 - f2fs: compress: disallow disabling compress on non-empty compressed file
4302 - f2fs: fix incorrect return value in f2fs_sanity_check_ckpt()
4303 - clk: ingenic: Fix bugs with divided dividers
4304 - clk/ast2600: Fix soc revision for AHB
4305 - clk: qcom: gcc-msm8996: Drop (again) gcc_aggre1_pnoc_ahb_clk
4306 - KVM: arm64: Fix host stage-2 finalization
4307 - mips: BCM63XX: ensure that CPU_SUPPORTS_32BIT_KERNEL is set
4308 - MIPS: boot/compressed/: add __bswapdi2() to target for ZSTD decompression
4309 - sched/core: Mitigate race cpus_share_cache()/update_top_cache_domain()
4310 - sched/fair: Prevent dead task groups from regaining cfs_rq's
4311 - perf/x86/vlbr: Add c->flags to vlbr event constraints
4312 - blkcg: Remove extra blkcg_bio_issue_init
4313 - tracing/histogram: Do not copy the fixed-size char array field over the
4314 field size
4315 - perf bpf: Avoid memory leak from perf_env__insert_btf()
4316 - perf bench futex: Fix memory leak of perf_cpu_map__new()
4317 - perf tests: Remove bash construct from record+zstd_comp_decomp.sh
4318 - drm/nouveau: hdmigv100.c: fix corrupted HDMI Vendor InfoFrame
4319 - bpf: Fix inner map state pruning regression.
4320 - samples/bpf: Fix summary per-sec stats in xdp_sample_user
4321 - samples/bpf: Fix incorrect use of strlen in xdp_redirect_cpu
4322 - selftests: net: switch to socat in the GSO GRE test
4323 - net/ipa: ipa_resource: Fix wrong for loop range
4324 - tcp: Fix uninitialized access in skb frags array for Rx 0cp.
4325 - tracing: Add length protection to histogram string copies
4326 - nl80211: fix radio statistics in survey dump
4327 - mac80211: fix monitor_sdata RCU/locking assertions
4328 - net: ipa: HOLB register sometimes must be written twice
4329 - net: ipa: disable HOLB drop when updating timer
4330 - selftests: gpio: fix gpio compiling error
4331 - net: bnx2x: fix variable dereferenced before check
4332 - bnxt_en: reject indirect blk offload when hw-tc-offload is off
4333 - tipc: only accept encrypted MSG_CRYPTO msgs
4334 - sock: fix /proc/net/sockstat underflow in sk_clone_lock()
4335 - net/smc: Make sure the link_id is unique
4336 - NFSD: Fix exposure in nfsd4_decode_bitmap()
4337 - iavf: Fix return of set the new channel count
4338 - iavf: check for null in iavf_fix_features
4339 - iavf: free q_vectors before queues in iavf_disable_vf
4340 - iavf: don't clear a lock we don't hold
4341 - iavf: Fix failure to exit out from last all-multicast mode
4342 - iavf: prevent accidental free of filter structure
4343 - iavf: validate pointers
4344 - iavf: Fix for the false positive ASQ/ARQ errors while issuing VF reset
4345 - iavf: Fix for setting queues to 0
4346 - iavf: Restore VLAN filters after link down
4347 - bpf: Fix toctou on read-only map's constant scalar tracking
4348 - MIPS: generic/yamon-dt: fix uninitialized variable error
4349 - mips: bcm63xx: add support for clk_get_parent()
4350 - mips: lantiq: add support for clk_get_parent()
4351 - gpio: rockchip: needs GENERIC_IRQ_CHIP to fix build errors
4352 - platform/x86: hp_accel: Fix an error handling path in 'lis3lv02d_probe()'
4353 - platform/x86: think-lmi: Abort probe on analyze failure
4354 - udp: Validate checksum in udp_read_sock()
4355 - btrfs: make 1-bit bit-fields of scrub_page unsigned int
4356 - RDMA/core: Set send and receive CQ before forwarding to the driver
4357 - net/mlx5e: kTLS, Fix crash in RX resync flow
4358 - net/mlx5e: Wait for concurrent flow deletion during neigh/fib events
4359 - net/mlx5: E-Switch, Fix resetting of encap mode when entering switchdev
4360 - net/mlx5e: nullify cq->dbg pointer in mlx5_debug_cq_remove()
4361 - net/mlx5: Update error handler for UCTX and UMEM
4362 - net/mlx5: E-Switch, rebuild lag only when needed
4363 - net/mlx5e: CT, Fix multiple allocations and memleak of mod acts
4364 - net/mlx5: Lag, update tracker when state change event received
4365 - net/mlx5: E-Switch, return error if encap isn't supported
4366 - scsi: ufs: core: Improve SCSI abort handling
4367 - scsi: core: sysfs: Fix hang when device state is set via sysfs
4368 - scsi: ufs: core: Fix task management completion timeout race
4369 - scsi: ufs: core: Fix another task management completion race
4370 - net: mvmdio: fix compilation warning
4371 - net: sched: act_mirred: drop dst for the direction from egress to ingress
4372 - net: dpaa2-eth: fix use-after-free in dpaa2_eth_remove
4373 - net: virtio_net_hdr_to_skb: count transport header in UFO
4374 - i40e: Fix correct max_pkt_size on VF RX queue
4375 - i40e: Fix NULL ptr dereference on VSI filter sync
4376 - i40e: Fix changing previously set num_queue_pairs for PFs
4377 - i40e: Fix ping is lost after configuring ADq on VF
4378 - RDMA/mlx4: Do not fail the registration on port stats
4379 - i40e: Fix warning message and call stack during rmmod i40e driver
4380 - i40e: Fix creation of first queue by omitting it if is not power of two
4381 - i40e: Fix display error code in dmesg
4382 - NFC: reorganize the functions in nci_request
4383 - NFC: reorder the logic in nfc_{un,}register_device
4384 - NFC: add NCI_UNREG flag to eliminate the race
4385 - e100: fix device suspend/resume
4386 - ptp: ocp: Fix a couple NULL vs IS_ERR() checks
4387 - tools build: Fix removal of feature-sync-compare-and-swap feature detection
4388 - riscv: fix building external modules
4389 - KVM: PPC: Book3S HV: Use GLOBAL_TOC for kvmppc_h_set_dabr/xdabr()
4390 - powerpc: clean vdso32 and vdso64 directories
4391 - powerpc/pseries: rename numa_dist_table to form2_distances
4392 - powerpc/pseries: Fix numa FORM2 parsing fallback code
4393 - pinctrl: qcom: sdm845: Enable dual edge errata
4394 - pinctrl: qcom: sm8350: Correct UFS and SDC offsets
4395 - perf/x86/intel/uncore: Fix filter_tid mask for CHA events on Skylake Server
4396 - perf/x86/intel/uncore: Fix IIO event constraints for Skylake Server
4397 - perf/x86/intel/uncore: Fix IIO event constraints for Snowridge
4398 - s390/kexec: fix return code handling
4399 - blk-cgroup: fix missing put device in error path from blkg_conf_pref()
4400 - dmaengine: remove debugfs #ifdef
4401 - tun: fix bonding active backup with arp monitoring
4402 - Revert "mark pstore-blk as broken"
4403 - pstore/blk: Use "%lu" to format unsigned long
4404 - hexagon: export raw I/O routines for modules
4405 - hexagon: clean up timer-regs.h
4406 - tipc: check for null after calling kmemdup
4407 - ipc: WARN if trying to remove ipc object which is absent
4408 - shm: extend forced shm destroy to support objects from several IPC nses
4409 - mm: kmemleak: slob: respect SLAB_NOLEAKTRACE flag
4410 - hugetlb, userfaultfd: fix reservation restore on userfaultfd error
4411 - kmap_local: don't assume kmap PTEs are linear arrays in memory
4412 - mm/damon/dbgfs: use '__GFP_NOWARN' for user-specified size buffer allocation
4413 - mm/damon/dbgfs: fix missed use of damon_dbgfs_lock
4414 - x86/boot: Pull up cmdline preparation and early param parsing
4415 - x86/sgx: Fix free page accounting
4416 - x86/hyperv: Fix NULL deref in set_hv_tscchange_cb() if Hyper-V setup fails
4417 - KVM: x86: Assume a 64-bit hypercall for guests with protected state
4418 - KVM: x86: Fix uninitialized eoi_exit_bitmap usage in vcpu_load_eoi_exitmap()
4419 - KVM: x86/mmu: include EFER.LMA in extended mmu role
4420 - KVM: x86/xen: Fix get_attr of KVM_XEN_ATTR_TYPE_SHARED_INFO
4421 - powerpc/signal32: Fix sigset_t copy
4422 - powerpc/xive: Change IRQ domain to a tree domain
4423 - powerpc/8xx: Fix pinned TLBs with CONFIG_STRICT_KERNEL_RWX
4424 - Revert "drm/i915/tgl/dsi: Gate the ddi clocks after pll mapping"
4425 - Revert "parisc: Reduce sigreturn trampoline to 3 instructions"
4426 - ata: libata: improve ata_read_log_page() error message
4427 - ata: libata: add missing ata_identify_page_supported() calls
4428 - scsi: qla2xxx: Fix mailbox direction flags in qla2xxx_get_adapter_id()
4429 - pinctrl: ralink: include 'ralink_regs.h' in 'pinctrl-mt7620.c'
4430 - s390/setup: avoid reserving memory above identity mapping
4431 - s390/boot: simplify and fix kernel memory layout setup
4432 - s390/vdso: filter out -mstack-guard and -mstack-size
4433 - s390/kexec: fix memory leak of ipl report buffer
4434 - s390/dump: fix copying to user-space of swapped kdump oldmem
4435 - block: Check ADMIN before NICE for IOPRIO_CLASS_RT
4436 - fbdev: Prevent probing generic drivers if a FB is already registered
4437 - KVM: SEV: Disallow COPY_ENC_CONTEXT_FROM if target has created vCPUs
4438 - KVM: nVMX: don't use vcpu->arch.efer when checking host state on nested
4439 state load
4440 - drm/cma-helper: Release non-coherent memory with dma_free_noncoherent()
4441 - printk: restore flushing of NMI buffers on remote CPUs after NMI backtraces
4442 - udf: Fix crash after seekdir
4443 - spi: fix use-after-free of the add_lock mutex
4444 - net: stmmac: socfpga: add runtime suspend/resume callback for stratix10
4445 platform
4446 - Drivers: hv: balloon: Use VMBUS_RING_SIZE() wrapper for dm_ring_size
4447 - btrfs: fix memory ordering between normal and ordered work functions
4448 - fs: handle circular mappings correctly
4449 - net: stmmac: Fix signed/unsigned wreckage
4450 - parisc/sticon: fix reverse colors
4451 - cfg80211: call cfg80211_stop_ap when switch from P2P_GO type
4452 - mac80211: fix radiotap header generation
4453 - mac80211: drop check for DONT_REORDER in __ieee80211_select_queue
4454 - drm/amd/display: Update swizzle mode enums
4455 - drm/amd/display: Limit max DSC target bpp for specific monitors
4456 - drm/i915/guc: Fix outstanding G2H accounting
4457 - drm/i915/guc: Don't enable scheduling on a banned context, guc_id invalid,
4458 not registered
4459 - drm/i915/guc: Workaround reset G2H is received after schedule done G2H
4460 - drm/i915/guc: Don't drop ce->guc_active.lock when unwinding context
4461 - drm/i915/guc: Unwind context requests in reverse order
4462 - drm/udl: fix control-message timeout
4463 - drm/prime: Fix use after free in mmap with drm_gem_ttm_mmap
4464 - drm/nouveau: Add a dedicated mutex for the clients list
4465 - drm/nouveau: use drm_dev_unplug() during device removal
4466 - drm/nouveau: clean up all clients on device removal
4467 - drm/i915/dp: Ensure sink rate values are always valid
4468 - drm/i915/dp: Ensure max link params are always valid
4469 - drm/i915: Fix type1 DVI DP dual mode adapter heuristic for modern platforms
4470 - drm/amdgpu: fix set scaling mode Full/Full aspect/Center not works on vga
4471 and dvi connectors
4472 - drm/amd/pm: avoid duplicate powergate/ungate setting
4473 - signal: Implement force_fatal_sig
4474 - exit/syscall_user_dispatch: Send ordinary signals on failure
4475 - signal/powerpc: On swapcontext failure force SIGSEGV
4476 - signal/s390: Use force_sigsegv in default_trap_handler
4477 - signal/sparc32: Exit with a fatal signal when try_to_clear_window_buffer
4478 fails
4479 - signal/sparc32: In setup_rt_frame and setup_fram use force_fatal_sig
4480 - signal/vm86_32: Properly send SIGSEGV when the vm86 state cannot be saved.
4481 - signal/x86: In emulate_vsyscall force a signal instead of calling do_exit
4482 - signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)
4483 - signal: Don't always set SA_IMMUTABLE for forced signals
4484 - signal: Replace force_fatal_sig with force_exit_sig when in doubt
4485 - hugetlbfs: flush TLBs correctly after huge_pmd_unshare
4486 - RDMA/netlink: Add __maybe_unused to static inline in C file
4487 - bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progs
4488 - selinux: fix NULL-pointer dereference when hashtab allocation fails
4489 - ASoC: DAPM: Cover regression by kctl change notification fix
4490 - ASoC: rsnd: fixup DMAEngine API
4491 - usb: max-3421: Use driver data instead of maintaining a list of bound
4492 devices
4493 - ice: Fix VF true promiscuous mode
4494 - ice: Delete always true check of PF pointer
4495 - fs: export an inode_update_time helper
4496 - btrfs: update device path inode time instead of bd_inode
4497 - net: add and use skb_unclone_keeptruesize() helper
4498 - x86/Kconfig: Fix an unused variable error in dell-smm-hwmon
4499 - ALSA: hda: hdac_ext_stream: fix potential locking issues
4500 - ALSA: hda: hdac_stream: fix potential locking issue in
4501 snd_hdac_stream_assign()
4502 - Linux 5.15.5
4503
4504 * Fix non-working e1000e device after resume (LP: #1951861)
4505 - SAUCE: Revert "e1000e: Additional PHY power saving in S0ix"
4506 - SAUCE: Revert "e1000e: Add polling mechanism to indicate CSME DPG exit"
4507 - SAUCE: Revert "e1000e: Add handshake with the CSME to support S0ix"
4508
4509 * [SRU][I/OEM-5.13/OEM-5.14] Add MAC passthrough support for more Lenovo docks
4510 (LP: #1951767)
4511 - net: usb: r8152: Add MAC passthrough support for more Lenovo Docks
4512
4513 * [amdgpu] USB4 support for DP tunneling (LP: #1951868)
4514 - drm/amd/display: Support for DMUB HPD interrupt handling
4515 - drm/amd/display: Update link encoder object creation.
4516 - drm/amd/display: USB4 DPIA enumeration and AUX Tunneling
4517 - drm/amd/display: Support for DMUB HPD and HPD RX interrupt handling
4518 - drm/amd/display: Set DPIA link endpoint type
4519 - drm/amd/display: Stub out DPIA link training call
4520 - drm/amd/display: Add stub to get DPIA tunneling device data
4521 - drm/amd/display: Skip DPCD read for DPTX-to-DPIA hop
4522 - drm/amd/display: Train DPIA links with fallback
4523 - drm/amd/display: Implement DPIA training loop
4524 - drm/amd/display: Implement DPIA link configuration
4525 - drm/amd/display: Implement DPIA clock recovery phase
4526 - drm/amd/display: Implement DPIA equalisation phase
4527 - drm/amd/display: Implement end of training for hop in DPIA display path
4528 - drm/amd/display: Support for SET_CONFIG processing with DMUB
4529 - drm/amd/display: isolate link training setting override to its own function
4530 - drm/amd/display: Read USB4 DP tunneling data from DPCD.
4531 - drm/amd/display: Add dpia debug options
4532 - drm/amd/display: Support for SET_CONFIG processing with DMUB
4533 - drm/amd/display: Add DPCD writes at key points
4534 - drm/amd/display: Fix DIG_HPD_SELECT for USB4 display endpoints.
4535 - drm/amd/display: Add helper for blanking all dp displays
4536 - drm/amd/display: Fix link training fallback logic
4537 - drm/amd/display: Add debug flags for USB4 DP link training.
4538 - drm/amd/display: Fix dynamic link encoder access.
4539 - drm/amd/display: Fix concurrent dynamic encoder assignment
4540 - drm/amd/display: Fix dynamic encoder reassignment
4541 - drm/amd/display: Fix for access for ddc pin and aux engine.
4542 - drm/amd/display: Deadlock/HPD Status/Crash Bug Fix
4543 - drm/amd/display: Fix USB4 Aux via DMUB terminate unexpectedly
4544
4545 * Miscellaneous Ubuntu changes
4546 - [Packaging] Rewrite debian/scripts/module-check in Python
4547 - [Config] update config and annotations after applying v5.15.5
4548
4549 -- Andrea Righi <andrea.righi@canonical.com> Mon, 29 Nov 2021 09:25:37 +0100
0d44dd17 4550
346a4894 4551linux (5.15.0-12.12) jammy; urgency=medium
edfaa479 4552
346a4894 4553 * jammy/linux: 5.15.0-12.12 -proposed tracker (LP: #1951810)
edfaa479 4554
346a4894
PP
4555 * Jammy update: v5.15.4 upstream stable release (LP: #1951820)
4556 - string: uninline memcpy_and_pad
4557 - Revert "drm: fb_helper: improve CONFIG_FB dependency"
4558 - Revert "drm: fb_helper: fix CONFIG_FB dependency"
4559 - KVM: Fix steal time asm constraints
4560 - btrfs: introduce btrfs_is_data_reloc_root
4561 - btrfs: zoned: add a dedicated data relocation block group
4562 - btrfs: zoned: only allow one process to add pages to a relocation inode
4563 - btrfs: zoned: use regular writes for relocation
4564 - btrfs: check for relocation inodes on zoned btrfs in should_nocow
4565 - btrfs: zoned: allow preallocation for relocation inodes
4566 - fortify: Explicitly disable Clang support
4567 - block: Add a helper to validate the block size
4568 - loop: Use blk_validate_block_size() to validate block size
4569 - Bluetooth: btusb: Add support for TP-Link UB500 Adapter
4570 - parisc/entry: fix trace test in syscall exit path
4571 - PCI/MSI: Deal with devices lying about their MSI mask capability
4572 - PCI: Add MSI masking quirk for Nvidia ION AHCI
4573 - perf/core: Avoid put_page() when GUP fails
4574 - thermal: Fix NULL pointer dereferences in of_thermal_ functions
4575 - Revert "ACPI: scan: Release PM resources blocked by unused objects"
4576 - Linux 5.15.4
4577
4578 * Jammy update: v5.15.3 upstream stable release (LP: #1951822)
4579 - xhci: Fix USB 3.1 enumeration issues by increasing roothub power-on-good
4580 delay
4581 - usb: xhci: Enable runtime-pm by default on AMD Yellow Carp platform
4582 - Input: iforce - fix control-message timeout
4583 - Input: elantench - fix misreporting trackpoint coordinates
4584 - Input: i8042 - Add quirk for Fujitsu Lifebook T725
4585 - libata: fix read log timeout value
4586 - ocfs2: fix data corruption on truncate
4587 - scsi: scsi_ioctl: Validate command size
4588 - scsi: core: Avoid leaving shost->last_reset with stale value if EH does not
4589 run
4590 - scsi: core: Remove command size deduction from scsi_setup_scsi_cmnd()
4591 - scsi: lpfc: Don't release final kref on Fport node while ABTS outstanding
4592 - scsi: lpfc: Fix FCP I/O flush functionality for TMF routines
4593 - scsi: qla2xxx: Fix crash in NVMe abort path
4594 - scsi: qla2xxx: Fix kernel crash when accessing port_speed sysfs file
4595 - scsi: qla2xxx: Fix use after free in eh_abort path
4596 - ce/gf100: fix incorrect CE0 address calculation on some GPUs
4597 - char: xillybus: fix msg_ep UAF in xillyusb_probe()
4598 - mmc: mtk-sd: Add wait dma stop done flow
4599 - mmc: dw_mmc: Dont wait for DRTO on Write RSP error
4600 - exfat: fix incorrect loading of i_blocks for large files
4601 - io-wq: remove worker to owner tw dependency
4602 - parisc: Fix set_fixmap() on PA1.x CPUs
4603 - parisc: Fix ptrace check on syscall return
4604 - tpm: Check for integer overflow in tpm2_map_response_body()
4605 - firmware/psci: fix application of sizeof to pointer
4606 - crypto: s5p-sss - Add error handling in s5p_aes_probe()
4607 - media: rkvdec: Do not override sizeimage for output format
4608 - media: ite-cir: IR receiver stop working after receive overflow
4609 - media: rkvdec: Support dynamic resolution changes
4610 - media: ir-kbd-i2c: improve responsiveness of hauppauge zilog receivers
4611 - media: v4l2-ioctl: Fix check_ext_ctrls
4612 - ALSA: hda/realtek: Fix mic mute LED for the HP Spectre x360 14
4613 - ALSA: hda/realtek: Add a quirk for HP OMEN 15 mute LED
4614 - ALSA: hda/realtek: Add quirk for Clevo PC70HS
4615 - ALSA: hda/realtek: Headset fixup for Clevo NH77HJQ
4616 - ALSA: hda/realtek: Add a quirk for Acer Spin SP513-54N
4617 - ALSA: hda/realtek: Add quirk for ASUS UX550VE
4618 - ALSA: hda/realtek: Add quirk for HP EliteBook 840 G7 mute LED
4619 - ALSA: ua101: fix division by zero at probe
4620 - ALSA: 6fire: fix control and bulk message timeouts
4621 - ALSA: line6: fix control and interrupt message timeouts
4622 - ALSA: mixer: oss: Fix racy access to slots
4623 - ALSA: mixer: fix deadlock in snd_mixer_oss_set_volume
4624 - ALSA: usb-audio: Line6 HX-Stomp XL USB_ID for 48k-fixed quirk
4625 - ALSA: usb-audio: Add registration quirk for JBL Quantum 400
4626 - ALSA: hda: Free card instance properly at probe errors
4627 - ALSA: synth: missing check for possible NULL after the call to kstrdup
4628 - ALSA: pci: rme: Fix unaligned buffer addresses
4629 - ALSA: PCM: Fix NULL dereference at mmap checks
4630 - ALSA: timer: Fix use-after-free problem
4631 - ALSA: timer: Unconditionally unlink slave instances, too
4632 - Revert "ext4: enforce buffer head state assertion in ext4_da_map_blocks"
4633 - ext4: fix lazy initialization next schedule time computation in more
4634 granular unit
4635 - ext4: ensure enough credits in ext4_ext_shift_path_extents
4636 - ext4: refresh the ext4_ext_path struct after dropping i_data_sem.
4637 - fuse: fix page stealing
4638 - x86/sme: Use #define USE_EARLY_PGTABLE_L5 in mem_encrypt_identity.c
4639 - x86/cpu: Fix migration safety with X86_BUG_NULL_SEL
4640 - x86/irq: Ensure PI wakeup handler is unregistered before module unload
4641 - x86/iopl: Fake iopl(3) CLI/STI usage
4642 - btrfs: clear MISSING device status bit in btrfs_close_one_device
4643 - btrfs: fix lost error handling when replaying directory deletes
4644 - btrfs: call btrfs_check_rw_degradable only if there is a missing device
4645 - KVM: x86/mmu: Drop a redundant, broken remote TLB flush
4646 - KVM: VMX: Unregister posted interrupt wakeup handler on hardware unsetup
4647 - KVM: PPC: Tick accounting should defer vtime accounting 'til after IRQ
4648 handling
4649 - ia64: kprobes: Fix to pass correct trampoline address to the handler
4650 - selinux: fix race condition when computing ocontext SIDs
4651 - ipmi:watchdog: Set panic count to proper value on a panic
4652 - md/raid1: only allocate write behind bio for WriteMostly device
4653 - hwmon: (pmbus/lm25066) Add offset coefficients
4654 - regulator: s5m8767: do not use reset value as DVS voltage if GPIO DVS is
4655 disabled
4656 - regulator: dt-bindings: samsung,s5m8767: correct s5m8767,pmic-buck-default-
4657 dvs-idx property
4658 - EDAC/sb_edac: Fix top-of-high-memory value for Broadwell/Haswell
4659 - mwifiex: fix division by zero in fw download path
4660 - ath6kl: fix division by zero in send path
4661 - ath6kl: fix control-message timeout
4662 - ath10k: fix control-message timeout
4663 - ath10k: fix division by zero in send path
4664 - PCI: Mark Atheros QCA6174 to avoid bus reset
4665 - rtl8187: fix control-message timeouts
4666 - evm: mark evm_fixmode as __ro_after_init
4667 - ifb: Depend on netfilter alternatively to tc
4668 - platform/surface: aggregator_registry: Add support for Surface Laptop Studio
4669 - mt76: mt7615: fix skb use-after-free on mac reset
4670 - HID: surface-hid: Use correct event registry for managing HID events
4671 - HID: surface-hid: Allow driver matching for target ID 1 devices
4672 - wcn36xx: Fix HT40 capability for 2Ghz band
4673 - wcn36xx: Fix tx_status mechanism
4674 - wcn36xx: Fix (QoS) null data frame bitrate/modulation
4675 - PM: sleep: Do not let "syscore" devices runtime-suspend during system
4676 transitions
4677 - mwifiex: Read a PCI register after writing the TX ring write pointer
4678 - mwifiex: Try waking the firmware until we get an interrupt
4679 - libata: fix checking of DMA state
4680 - dma-buf: fix and rework dma_buf_poll v7
4681 - wcn36xx: handle connection loss indication
4682 - rsi: fix occasional initialisation failure with BT coex
4683 - rsi: fix key enabled check causing unwanted encryption for vap_id > 0
4684 - rsi: fix rate mask set leading to P2P failure
4685 - rsi: Fix module dev_oper_mode parameter description
4686 - perf/x86/intel/uncore: Support extra IMC channel on Ice Lake server
4687 - perf/x86/intel/uncore: Fix invalid unit check
4688 - perf/x86/intel/uncore: Fix Intel ICX IIO event constraints
4689 - RDMA/qedr: Fix NULL deref for query_qp on the GSI QP
4690 - ASoC: tegra: Set default card name for Trimslice
4691 - ASoC: tegra: Restore AC97 support
4692 - signal: Remove the bogus sigkill_pending in ptrace_stop
4693 - memory: renesas-rpc-if: Correct QSPI data transfer in Manual mode
4694 - signal/mips: Update (_save|_restore)_fp_context to fail with -EFAULT
4695 - soc: samsung: exynos-pmu: Fix compilation when nothing selects
4696 CONFIG_MFD_CORE
4697 - soc: fsl: dpio: replace smp_processor_id with raw_smp_processor_id
4698 - soc: fsl: dpio: use the combined functions to protect critical zone
4699 - mtd: rawnand: socrates: Keep the driver compatible with on-die ECC engines
4700 - mctp: handle the struct sockaddr_mctp padding fields
4701 - power: supply: max17042_battery: Prevent int underflow in set_soc_threshold
4702 - power: supply: max17042_battery: use VFSOC for capacity when no rsns
4703 - iio: core: fix double free in iio_device_unregister_sysfs()
4704 - iio: core: check return value when calling dev_set_name()
4705 - KVM: arm64: Extract ESR_ELx.EC only
4706 - KVM: x86: Fix recording of guest steal time / preempted status
4707 - KVM: x86: Add helper to consolidate core logic of SET_CPUID{2} flows
4708 - KVM: nVMX: Query current VMCS when determining if MSR bitmaps are in use
4709 - KVM: nVMX: Handle dynamic MSR intercept toggling
4710 - can: peak_usb: always ask for BERR reporting for PCAN-USB devices
4711 - can: mcp251xfd: mcp251xfd_irq(): add missing
4712 can_rx_offload_threaded_irq_finish() in case of bus off
4713 - can: j1939: j1939_tp_cmd_recv(): ignore abort message in the BAM transport
4714 - can: j1939: j1939_can_recv(): ignore messages with invalid source address
4715 - can: j1939: j1939_tp_cmd_recv(): check the dst address of TP.CM_BAM
4716 - iio: adc: tsc2046: fix scan interval warning
4717 - powerpc/85xx: Fix oops when mpc85xx_smp_guts_ids node cannot be found
4718 - io_uring: honour zeroes as io-wq worker limits
4719 - ring-buffer: Protect ring_buffer_reset() from reentrancy
4720 - serial: core: Fix initializing and restoring termios speed
4721 - ifb: fix building without CONFIG_NET_CLS_ACT
4722 - xen/balloon: add late_initcall_sync() for initial ballooning done
4723 - ovl: fix use after free in struct ovl_aio_req
4724 - ovl: fix filattr copy-up failure
4725 - PCI: pci-bridge-emul: Fix emulation of W1C bits
4726 - PCI: cadence: Add cdns_plat_pcie_probe() missing return
4727 - cxl/pci: Fix NULL vs ERR_PTR confusion
4728 - PCI: aardvark: Do not clear status bits of masked interrupts
4729 - PCI: aardvark: Fix checking for link up via LTSSM state
4730 - PCI: aardvark: Do not unmask unused interrupts
4731 - PCI: aardvark: Fix reporting Data Link Layer Link Active
4732 - PCI: aardvark: Fix configuring Reference clock
4733 - PCI: aardvark: Fix return value of MSI domain .alloc() method
4734 - PCI: aardvark: Read all 16-bits from PCIE_MSI_PAYLOAD_REG
4735 - PCI: aardvark: Fix support for bus mastering and PCI_COMMAND on emulated
4736 bridge
4737 - PCI: aardvark: Fix support for PCI_BRIDGE_CTL_BUS_RESET on emulated bridge
4738 - PCI: aardvark: Set PCI Bridge Class Code to PCI Bridge
4739 - PCI: aardvark: Fix support for PCI_ROM_ADDRESS1 on emulated bridge
4740 - quota: check block number when reading the block in quota file
4741 - quota: correct error number in free_dqentry()
4742 - cifs: To match file servers, make sure the server hostname matches
4743 - cifs: set a minimum of 120s for next dns resolution
4744 - mfd: simple-mfd-i2c: Select MFD_CORE to fix build error
4745 - pinctrl: core: fix possible memory leak in pinctrl_enable()
4746 - coresight: cti: Correct the parameter for pm_runtime_put
4747 - coresight: trbe: Fix incorrect access of the sink specific data
4748 - coresight: trbe: Defer the probe on offline CPUs
4749 - iio: buffer: check return value of kstrdup_const()
4750 - iio: buffer: Fix memory leak in iio_buffers_alloc_sysfs_and_mask()
4751 - iio: buffer: Fix memory leak in __iio_buffer_alloc_sysfs_and_mask()
4752 - iio: buffer: Fix memory leak in iio_buffer_register_legacy_sysfs_groups()
4753 - drivers: iio: dac: ad5766: Fix dt property name
4754 - iio: dac: ad5446: Fix ad5622_write() return value
4755 - iio: ad5770r: make devicetree property reading consistent
4756 - Documentation:devicetree:bindings:iio:dac: Fix val
4757 - USB: serial: keyspan: fix memleak on probe errors
4758 - serial: 8250: fix racy uartclk update
4759 - ksmbd: set unique value to volume serial field in FS_VOLUME_INFORMATION
4760 - io-wq: serialize hash clear with wakeup
4761 - serial: 8250: Fix reporting real baudrate value in c_ospeed field
4762 - Revert "serial: 8250: Fix reporting real baudrate value in c_ospeed field"
4763 - most: fix control-message timeouts
4764 - USB: iowarrior: fix control-message timeouts
4765 - USB: chipidea: fix interrupt deadlock
4766 - power: supply: max17042_battery: Clear status bits in interrupt handler
4767 - component: do not leave master devres group open after bind
4768 - dma-buf: WARN on dmabuf release with pending attachments
4769 - drm: panel-orientation-quirks: Update the Lenovo Ideapad D330 quirk (v2)
4770 - drm: panel-orientation-quirks: Add quirk for KD Kurio Smart C15200 2-in-1
4771 - drm: panel-orientation-quirks: Add quirk for the Samsung Galaxy Book 10.6
4772 - Bluetooth: sco: Fix lock_sock() blockage by memcpy_from_msg()
4773 - Bluetooth: fix use-after-free error in lock_sock_nested()
4774 - Bluetooth: call sock_hold earlier in sco_conn_del
4775 - drm/panel-orientation-quirks: add Valve Steam Deck
4776 - rcutorture: Avoid problematic critical section nesting on PREEMPT_RT
4777 - platform/x86: wmi: do not fail if disabling fails
4778 - drm/amdgpu: move iommu_resume before ip init/resume
4779 - MIPS: lantiq: dma: add small delay after reset
4780 - MIPS: lantiq: dma: reset correct number of channel
4781 - locking/lockdep: Avoid RCU-induced noinstr fail
4782 - net: sched: update default qdisc visibility after Tx queue cnt changes
4783 - rcu-tasks: Move RTGS_WAIT_CBS to beginning of rcu_tasks_kthread() loop
4784 - smackfs: Fix use-after-free in netlbl_catmap_walk()
4785 - ath11k: Align bss_chan_info structure with firmware
4786 - crypto: aesni - check walk.nbytes instead of err
4787 - x86/mm/64: Improve stack overflow warnings
4788 - x86: Increase exception stack sizes
4789 - mwifiex: Run SET_BSS_MODE when changing from P2P to STATION vif-type
4790 - mwifiex: Properly initialize private structure on interface type changes
4791 - spi: Check we have a spi_device_id for each DT compatible
4792 - fscrypt: allow 256-bit master keys with AES-256-XTS
4793 - drm/amdgpu: Fix MMIO access page fault
4794 - drm/amd/display: Fix null pointer dereference for encoders
4795 - selftests: net: fib_nexthops: Wait before checking reported idle time
4796 - ath11k: Avoid reg rules update during firmware recovery
4797 - ath11k: add handler for scan event WMI_SCAN_EVENT_DEQUEUED
4798 - ath11k: Change DMA_FROM_DEVICE to DMA_TO_DEVICE when map reinjected packets
4799 - ath10k: high latency fixes for beacon buffer
4800 - octeontx2-pf: Enable promisc/allmulti match MCAM entries.
4801 - media: mt9p031: Fix corrupted frame after restarting stream
4802 - media: netup_unidvb: handle interrupt properly according to the firmware
4803 - media: atomisp: Fix error handling in probe
4804 - media: stm32: Potential NULL pointer dereference in dcmi_irq_thread()
4805 - media: uvcvideo: Set capability in s_param
4806 - media: uvcvideo: Return -EIO for control errors
4807 - media: uvcvideo: Set unique vdev name based in type
4808 - media: vidtv: Fix memory leak in remove
4809 - media: s5p-mfc: fix possible null-pointer dereference in s5p_mfc_probe()
4810 - media: s5p-mfc: Add checking to s5p_mfc_probe().
4811 - media: videobuf2: rework vb2_mem_ops API
4812 - media: imx: set a media_device bus_info string
4813 - media: rcar-vin: Use user provided buffers when starting
4814 - media: mceusb: return without resubmitting URB in case of -EPROTO error.
4815 - ia64: don't do IA64_CMPXCHG_DEBUG without CONFIG_PRINTK
4816 - rtw88: fix RX clock gate setting while fifo dump
4817 - brcmfmac: Add DMI nvram filename quirk for Cyberbook T116 tablet
4818 - media: rcar-csi2: Add checking to rcsi2_start_receiver()
4819 - ipmi: Disable some operations during a panic
4820 - fs/proc/uptime.c: Fix idle time reporting in /proc/uptime
4821 - kselftests/sched: cleanup the child processes
4822 - ACPICA: Avoid evaluating methods too early during system resume
4823 - cpufreq: Make policy min/max hard requirements
4824 - ice: Move devlink port to PF/VF struct
4825 - media: imx-jpeg: Fix possible null pointer dereference
4826 - media: ipu3-imgu: imgu_fmt: Handle properly try
4827 - media: ipu3-imgu: VIDIOC_QUERYCAP: Fix bus_info
4828 - media: usb: dvd-usb: fix uninit-value bug in dibusb_read_eeprom_byte()
4829 - net-sysfs: try not to restart the syscall if it will fail eventually
4830 - drm/amdkfd: rm BO resv on validation to avoid deadlock
4831 - tracefs: Have tracefs directories not set OTH permission bits by default
4832 - tracing: Disable "other" permission bits in the tracefs files
4833 - ath: dfs_pattern_detector: Fix possible null-pointer dereference in
4834 channel_detector_create()
4835 - KVM: arm64: Propagate errors from __pkvm_prot_finalize hypercall
4836 - mmc: moxart: Fix reference count leaks in moxart_probe
4837 - iov_iter: Fix iov_iter_get_pages{,_alloc} page fault return value
4838 - ACPI: battery: Accept charges over the design capacity as full
4839 - ACPI: scan: Release PM resources blocked by unused objects
4840 - drm/amd/display: fix null pointer deref when plugging in display
4841 - drm/amdkfd: fix resume error when iommu disabled in Picasso
4842 - net: phy: micrel: make *-skew-ps check more lenient
4843 - leaking_addresses: Always print a trailing newline
4844 - thermal/core: Fix null pointer dereference in thermal_release()
4845 - drm/msm: prevent NULL dereference in msm_gpu_crashstate_capture()
4846 - thermal/drivers/tsens: Add timeout to get_temp_tsens_valid
4847 - block: bump max plugged deferred size from 16 to 32
4848 - floppy: fix calling platform_device_unregister() on invalid drives
4849 - md: update superblock after changing rdev flags in state_store
4850 - memstick: r592: Fix a UAF bug when removing the driver
4851 - locking/rwsem: Disable preemption for spinning region
4852 - lib/xz: Avoid overlapping memcpy() with invalid input with in-place
4853 decompression
4854 - lib/xz: Validate the value before assigning it to an enum variable
4855 - workqueue: make sysfs of unbound kworker cpumask more clever
4856 - tracing/cfi: Fix cmp_entries_* functions signature mismatch
4857 - mt76: mt7915: fix an off-by-one bound check
4858 - mwl8k: Fix use-after-free in mwl8k_fw_state_machine()
4859 - iwlwifi: change all JnP to NO-160 configuration
4860 - block: remove inaccurate requeue check
4861 - media: allegro: ignore interrupt if mailbox is not initialized
4862 - drm/amdgpu/pm: properly handle sclk for profiling modes on vangogh
4863 - nvmet: fix use-after-free when a port is removed
4864 - nvmet-rdma: fix use-after-free when a port is removed
4865 - nvmet-tcp: fix use-after-free when a port is removed
4866 - nvme: drop scan_lock and always kick requeue list when removing namespaces
4867 - samples/bpf: Fix application of sizeof to pointer
4868 - arm64: vdso32: suppress error message for 'make mrproper'
4869 - PM: hibernate: Get block device exclusively in swsusp_check()
4870 - selftests: kvm: fix mismatched fclose() after popen()
4871 - selftests/bpf: Fix perf_buffer test on system with offline cpus
4872 - iwlwifi: mvm: disable RX-diversity in powersave
4873 - smackfs: use __GFP_NOFAIL for smk_cipso_doi()
4874 - ARM: clang: Do not rely on lr register for stacktrace
4875 - gre/sit: Don't generate link-local addr if addr_gen_mode is
4876 IN6_ADDR_GEN_MODE_NONE
4877 - can: bittiming: can_fixup_bittiming(): change type of tseg1 and alltseg to
4878 unsigned int
4879 - gfs2: Cancel remote delete work asynchronously
4880 - gfs2: Fix glock_hash_walk bugs
4881 - ARM: 9136/1: ARMv7-M uses BE-8, not BE-32
4882 - tools/latency-collector: Use correct size when writing queue_full_warning
4883 - vrf: run conntrack only in context of lower/physdev for locally generated
4884 packets
4885 - net: annotate data-race in neigh_output()
4886 - ACPI: AC: Quirk GK45 to skip reading _PSR
4887 - ACPI: resources: Add one more Medion model in IRQ override quirk
4888 - btrfs: reflink: initialize return value to 0 in btrfs_extent_same()
4889 - btrfs: do not take the uuid_mutex in btrfs_rm_device
4890 - spi: bcm-qspi: Fix missing clk_disable_unprepare() on error in
4891 bcm_qspi_probe()
4892 - wcn36xx: Correct band/freq reporting on RX
4893 - wcn36xx: Fix packet drop on resume
4894 - Revert "wcn36xx: Enable firmware link monitoring"
4895 - ftrace: do CPU checking after preemption disabled
4896 - inet: remove races in inet{6}_getname()
4897 - x86/hyperv: Protect set_hv_tscchange_cb() against getting preempted
4898 - drm/amd/display: dcn20_resource_construct reduce scope of FPU enabled
4899 - perf/x86/intel: Fix ICL/SPR INST_RETIRED.PREC_DIST encodings
4900 - parisc: fix warning in flush_tlb_all
4901 - task_stack: Fix end_of_stack() for architectures with upwards-growing stack
4902 - erofs: don't trigger WARN() when decompression fails
4903 - parisc/unwind: fix unwinder when CONFIG_64BIT is enabled
4904 - parisc/kgdb: add kgdb_roundup() to make kgdb work with idle polling
4905 - netfilter: conntrack: set on IPS_ASSURED if flows enters internal stream
4906 state
4907 - selftests/bpf: Fix strobemeta selftest regression
4908 - fbdev/efifb: Release PCI device's runtime PM ref during FB destroy
4909 - drm/bridge: anx7625: Propagate errors from sp_tx_rst_aux()
4910 - perf/x86/intel/uncore: Fix Intel SPR CHA event constraints
4911 - perf/x86/intel/uncore: Fix Intel SPR IIO event constraints
4912 - perf/x86/intel/uncore: Fix Intel SPR M2PCIE event constraints
4913 - perf/x86/intel/uncore: Fix Intel SPR M3UPI event constraints
4914 - drm/bridge: it66121: Initialize {device,vendor}_ids
4915 - drm/bridge: it66121: Wait for next bridge to be probed
4916 - Bluetooth: fix init and cleanup of sco_conn.timeout_work
4917 - libbpf: Don't crash on object files with no symbol tables
4918 - Bluetooth: hci_uart: fix GPF in h5_recv
4919 - rcu: Fix existing exp request check in sync_sched_exp_online_cleanup()
4920 - MIPS: lantiq: dma: fix burst length for DEU
4921 - x86/xen: Mark cpu_bringup_and_idle() as dead_end_function
4922 - objtool: Handle __sanitize_cov*() tail calls
4923 - net/mlx5: Publish and unpublish all devlink parameters at once
4924 - drm/v3d: fix wait for TMU write combiner flush
4925 - crypto: sm4 - Do not change section of ck and sbox
4926 - virtio-gpu: fix possible memory allocation failure
4927 - lockdep: Let lock_is_held_type() detect recursive read as read
4928 - net: net_namespace: Fix undefined member in key_remove_domain()
4929 - net: phylink: don't call netif_carrier_off() with NULL netdev
4930 - drm: bridge: it66121: Fix return value it66121_probe
4931 - spi: Fixed division by zero warning
4932 - cgroup: Make rebind_subsystems() disable v2 controllers all at once
4933 - wcn36xx: Fix Antenna Diversity Switching
4934 - wilc1000: fix possible memory leak in cfg_scan_result()
4935 - Bluetooth: btmtkuart: fix a memleak in mtk_hci_wmt_sync
4936 - drm/amdgpu: Fix crash on device remove/driver unload
4937 - drm/amd/display: Pass display_pipe_params_st as const in DML
4938 - drm/amdgpu: move amdgpu_virt_release_full_gpu to fini_early stage
4939 - crypto: caam - disable pkc for non-E SoCs
4940 - crypto: qat - power up 4xxx device
4941 - Bluetooth: hci_h5: Fix (runtime)suspend issues on RTL8723BS HCIs
4942 - bnxt_en: Check devlink allocation and registration status
4943 - qed: Don't ignore devlink allocation failures
4944 - rxrpc: Fix _usecs_to_jiffies() by using usecs_to_jiffies()
4945 - mptcp: do not shrink snd_nxt when recovering
4946 - fortify: Fix dropped strcpy() compile-time write overflow check
4947 - mac80211: twt: don't use potentially unaligned pointer
4948 - cfg80211: always free wiphy specific regdomain
4949 - net/mlx5: Accept devlink user input after driver initialization complete
4950 - net: dsa: rtl8366rb: Fix off-by-one bug
4951 - net: dsa: rtl8366: Fix a bug in deleting VLANs
4952 - bpf/tests: Fix error in tail call limit tests
4953 - ath11k: fix some sleeping in atomic bugs
4954 - ath11k: Avoid race during regd updates
4955 - ath11k: fix packet drops due to incorrect 6 GHz freq value in rx status
4956 - ath11k: Fix memory leak in ath11k_qmi_driver_event_work
4957 - gve: DQO: avoid unused variable warnings
4958 - ath10k: Fix missing frame timestamp for beacon/probe-resp
4959 - ath10k: sdio: Add missing BH locking around napi_schdule()
4960 - drm/ttm: stop calling tt_swapin in vm_access
4961 - arm64: mm: update max_pfn after memory hotplug
4962 - drm/amdgpu: fix warning for overflow check
4963 - libbpf: Fix skel_internal.h to set errno on loader retval < 0
4964 - media: em28xx: add missing em28xx_close_extension
4965 - media: meson-ge2d: Fix rotation parameter changes detection in
4966 'ge2d_s_ctrl()'
4967 - media: cxd2880-spi: Fix a null pointer dereference on error handling path
4968 - media: ttusb-dec: avoid release of non-acquired mutex
4969 - media: dvb-usb: fix ununit-value in az6027_rc_query
4970 - media: imx258: Fix getting clock frequency
4971 - media: v4l2-ioctl: S_CTRL output the right value
4972 - media: mtk-vcodec: venc: fix return value when start_streaming fails
4973 - media: TDA1997x: handle short reads of hdmi info frame.
4974 - media: mtk-vpu: Fix a resource leak in the error handling path of
4975 'mtk_vpu_probe()'
4976 - media: imx-jpeg: Fix the error handling path of 'mxc_jpeg_probe()'
4977 - media: i2c: ths8200 needs V4L2_ASYNC
4978 - media: sun6i-csi: Allow the video device to be open multiple times
4979 - media: radio-wl1273: Avoid card name truncation
4980 - media: si470x: Avoid card name truncation
4981 - media: tm6000: Avoid card name truncation
4982 - media: cx23885: Fix snd_card_free call on null card pointer
4983 - media: atmel: fix the ispck initialization
4984 - scs: Release kasan vmalloc poison in scs_free process
4985 - kprobes: Do not use local variable when creating debugfs file
4986 - crypto: ecc - fix CRYPTO_DEFAULT_RNG dependency
4987 - drm: fb_helper: fix CONFIG_FB dependency
4988 - cpuidle: Fix kobject memory leaks in error paths
4989 - media: em28xx: Don't use ops->suspend if it is NULL
4990 - ath10k: Don't always treat modem stop events as crashes
4991 - ath9k: Fix potential interrupt storm on queue reset
4992 - PM: EM: Fix inefficient states detection
4993 - x86/insn: Use get_unaligned() instead of memcpy()
4994 - EDAC/amd64: Handle three rank interleaving mode
4995 - rcu: Always inline rcu_dynticks_task*_{enter,exit}()
4996 - rcu: Fix rcu_dynticks_curr_cpu_in_eqs() vs noinstr
4997 - netfilter: nft_dynset: relax superfluous check on set updates
4998 - media: venus: fix vpp frequency calculation for decoder
4999 - media: dvb-frontends: mn88443x: Handle errors of clk_prepare_enable()
5000 - crypto: ccree - avoid out-of-range warnings from clang
5001 - crypto: qat - detect PFVF collision after ACK
5002 - crypto: qat - disregard spurious PFVF interrupts
5003 - hwrng: mtk - Force runtime pm ops for sleep ops
5004 - ima: fix deadlock when traversing "ima_default_rules".
5005 - b43legacy: fix a lower bounds test
5006 - b43: fix a lower bounds test
5007 - gve: Recover from queue stall due to missed IRQ
5008 - gve: Track RX buffer allocation failures
5009 - mmc: sdhci-omap: Fix NULL pointer exception if regulator is not configured
5010 - mmc: sdhci-omap: Fix context restore
5011 - memstick: avoid out-of-range warning
5012 - memstick: jmb38x_ms: use appropriate free function in jmb38x_ms_alloc_host()
5013 - net, neigh: Fix NTF_EXT_LEARNED in combination with NTF_USE
5014 - hwmon: Fix possible memleak in __hwmon_device_register()
5015 - hwmon: (pmbus/lm25066) Let compiler determine outer dimension of
5016 lm25066_coeff
5017 - ath10k: fix max antenna gain unit
5018 - kernel/sched: Fix sched_fork() access an invalid sched_task_group
5019 - net: fealnx: fix build for UML
5020 - net: intel: igc_ptp: fix build for UML
5021 - net: tulip: winbond-840: fix build for UML
5022 - tcp: switch orphan_count to bare per-cpu counters
5023 - crypto: octeontx2 - set assoclen in aead_do_fallback()
5024 - thermal/core: fix a UAF bug in __thermal_cooling_device_register()
5025 - drm/msm/dsi: do not enable irq handler before powering up the host
5026 - drm/msm: Fix potential Oops in a6xx_gmu_rpmh_init()
5027 - drm/msm: potential error pointer dereference in init()
5028 - drm/msm: unlock on error in get_sched_entity()
5029 - drm/msm: fix potential NULL dereference in cleanup
5030 - drm/msm: uninitialized variable in msm_gem_import()
5031 - net: stream: don't purge sk_error_queue in sk_stream_kill_queues()
5032 - thermal/drivers/qcom/lmh: make QCOM_LMH depends on QCOM_SCM
5033 - mailbox: Remove WARN_ON for async_cb.cb in cmdq_exec_done
5034 - media: ivtv: fix build for UML
5035 - media: ir_toy: assignment to be16 should be of correct type
5036 - mmc: mxs-mmc: disable regulator on error and in the remove function
5037 - io-wq: Remove duplicate code in io_workqueue_create()
5038 - block: ataflop: fix breakage introduced at blk-mq refactoring
5039 - platform/x86: thinkpad_acpi: Fix bitwise vs. logical warning
5040 - mailbox: mtk-cmdq: Validate alias_id on probe
5041 - mailbox: mtk-cmdq: Fix local clock ID usage
5042 - ACPI: PM: Turn off unused wakeup power resources
5043 - ACPI: PM: Fix sharing of wakeup power resources
5044 - drm/amdkfd: Fix an inappropriate error handling in allloc memory of gpu
5045 - mt76: mt7921: fix endianness in mt7921_mcu_tx_done_event
5046 - mt76: mt7915: fix endianness warning in mt7915_mac_add_txs_skb
5047 - mt76: mt7921: fix endianness warning in mt7921_update_txs
5048 - mt76: mt7615: fix endianness warning in mt7615_mac_write_txwi
5049 - mt76: mt7915: fix info leak in mt7915_mcu_set_pre_cal()
5050 - mt76: connac: fix mt76_connac_gtk_rekey_tlv usage
5051 - mt76: fix build error implicit enumeration conversion
5052 - mt76: mt7921: fix survey-dump reporting
5053 - mt76: mt76x02: fix endianness warnings in mt76x02_mac.c
5054 - mt76: mt7921: Fix out of order process by invalid event pkt
5055 - mt76: mt7915: fix potential overflow of eeprom page index
5056 - mt76: mt7915: fix bit fields for HT rate idx
5057 - mt76: mt7921: fix dma hang in rmmod
5058 - mt76: connac: fix GTK rekey offload failure on WPA mixed mode
5059 - mt76: overwrite default reg_ops if necessary
5060 - mt76: mt7921: report HE MU radiotap
5061 - mt76: mt7921: fix firmware usage of RA info using legacy rates
5062 - mt76: mt7921: fix kernel warning from cfg80211_calculate_bitrate
5063 - mt76: mt7921: always wake device if necessary in debugfs
5064 - mt76: mt7915: fix hwmon temp sensor mem use-after-free
5065 - mt76: mt7615: fix hwmon temp sensor mem use-after-free
5066 - mt76: mt7915: fix possible infinite loop release semaphore
5067 - mt76: mt7921: fix retrying release semaphore without end
5068 - mt76: mt7615: fix monitor mode tear down crash
5069 - mt76: connac: fix possible NULL pointer dereference in
5070 mt76_connac_get_phy_mode_v2
5071 - mt76: mt7915: fix sta_rec_wtbl tag len
5072 - mt76: mt7915: fix muar_idx in mt7915_mcu_alloc_sta_req()
5073 - rsi: stop thread firstly in rsi_91x_init() error handling
5074 - mwifiex: Send DELBA requests according to spec
5075 - iwlwifi: mvm: reset PM state on unsuccessful resume
5076 - iwlwifi: pnvm: don't kmemdup() more than we have
5077 - iwlwifi: pnvm: read EFI data only if long enough
5078 - net: enetc: unmap DMA in enetc_send_cmd()
5079 - phy: micrel: ksz8041nl: do not use power down mode
5080 - nbd: Fix use-after-free in pid_show
5081 - nvme-rdma: fix error code in nvme_rdma_setup_ctrl
5082 - PM: hibernate: fix sparse warnings
5083 - clocksource/drivers/timer-ti-dm: Select TIMER_OF
5084 - x86/sev: Fix stack type check in vc_switch_off_ist()
5085 - drm/msm: Fix potential NULL dereference in DPU SSPP
5086 - drm/msm/dsi: fix wrong type in msm_dsi_host
5087 - crypto: tcrypt - fix skcipher multi-buffer tests for 1420B blocks
5088 - smackfs: use netlbl_cfg_cipsov4_del() for deleting cipso_v4_doi
5089 - KVM: selftests: Fix nested SVM tests when built with clang
5090 - libbpf: Fix memory leak in btf__dedup()
5091 - bpftool: Avoid leaking the JSON writer prepared for program metadata
5092 - libbpf: Fix overflow in BTF sanity checks
5093 - libbpf: Fix BTF header parsing checks
5094 - mt76: mt7615: mt7622: fix ibss and meshpoint
5095 - s390/gmap: validate VMA in __gmap_zap()
5096 - s390/gmap: don't unconditionally call pte_unmap_unlock() in __gmap_zap()
5097 - s390/mm: validate VMA in PGSTE manipulation functions
5098 - s390/mm: fix VMA and page table handling code in storage key handling
5099 functions
5100 - s390/uv: fully validate the VMA before calling follow_page()
5101 - KVM: s390: pv: avoid double free of sida page
5102 - KVM: s390: pv: avoid stalls for kvm_s390_pv_init_vm
5103 - irq: mips: avoid nested irq_enter()
5104 - net: dsa: avoid refcount warnings when ->port_{fdb,mdb}_del returns error
5105 - ARM: 9142/1: kasan: work around LPAE build warning
5106 - ath10k: fix module load regression with iram-recovery feature
5107 - block: ataflop: more blk-mq refactoring fixes
5108 - blk-cgroup: synchronize blkg creation against policy deactivation
5109 - libbpf: Fix off-by-one bug in bpf_core_apply_relo()
5110 - tpm: fix Atmel TPM crash caused by too frequent queries
5111 - tpm_tis_spi: Add missing SPI ID
5112 - libbpf: Fix endianness detection in BPF_CORE_READ_BITFIELD_PROBED()
5113 - tcp: don't free a FIN sk_buff in tcp_remove_empty_skb()
5114 - tracing: Fix missing trace_boot_init_histograms kstrdup NULL checks
5115 - cpufreq: intel_pstate: Fix cpu->pstate.turbo_freq initialization
5116 - spi: spi-rpc-if: Check return value of rpcif_sw_init()
5117 - samples/kretprobes: Fix return value if register_kretprobe() failed
5118 - KVM: s390: Fix handle_sske page fault handling
5119 - libertas_tf: Fix possible memory leak in probe and disconnect
5120 - libertas: Fix possible memory leak in probe and disconnect
5121 - wcn36xx: add proper DMA memory barriers in rx path
5122 - wcn36xx: Fix discarded frames due to wrong sequence number
5123 - bpf: Avoid races in __bpf_prog_run() for 32bit arches
5124 - bpf: Fixes possible race in update_prog_stats() for 32bit arches
5125 - wcn36xx: Channel list update before hardware scan
5126 - drm/amdgpu: fix a potential memory leak in amdgpu_device_fini_sw()
5127 - drm/amdgpu/gmc6: fix DMA mask from 44 to 40 bits
5128 - selftests/bpf: Fix fd cleanup in sk_lookup test
5129 - selftests/bpf: Fix memory leak in test_ima
5130 - sctp: allow IP fragmentation when PLPMTUD enters Error state
5131 - sctp: reset probe_timer in sctp_transport_pl_update
5132 - sctp: subtract sctphdr len in sctp_transport_pl_hlen
5133 - sctp: return true only for pathmtu update in sctp_transport_pl_toobig
5134 - net: amd-xgbe: Toggle PLL settings during rate change
5135 - ipmi: kcs_bmc: Fix a memory leak in the error handling path of
5136 'kcs_bmc_serio_add_device()'
5137 - nfp: fix NULL pointer access when scheduling dim work
5138 - nfp: fix potential deadlock when canceling dim work
5139 - net: phylink: avoid mvneta warning when setting pause parameters
5140 - net: bridge: fix uninitialized variables when BRIDGE_CFM is disabled
5141 - selftests: net: bridge: update IGMP/MLD membership interval value
5142 - crypto: pcrypt - Delay write to padata->info
5143 - selftests/bpf: Fix fclose/pclose mismatch in test_progs
5144 - udp6: allow SO_MARK ctrl msg to affect routing
5145 - ibmvnic: don't stop queue in xmit
5146 - ibmvnic: Process crqs after enabling interrupts
5147 - ibmvnic: delay complete()
5148 - selftests: mptcp: fix proto type in link_failure tests
5149 - skmsg: Lose offset info in sk_psock_skb_ingress
5150 - cgroup: Fix rootcg cpu.stat guest double counting
5151 - bpf: Fix propagation of bounds from 64-bit min/max into 32-bit and var_off.
5152 - bpf: Fix propagation of signed bounds from 64-bit min/max into 32-bit.
5153 - of: unittest: fix EXPECT text for gpio hog errors
5154 - cpufreq: Fix parameter in parse_perf_domain()
5155 - staging: r8188eu: fix memory leak in rtw_set_key
5156 - arm64: dts: meson: sm1: add Ethernet PHY reset line for ODROID-C4/HC4
5157 - iio: st_sensors: disable regulators after device unregistration
5158 - RDMA/rxe: Fix wrong port_cap_flags
5159 - ARM: dts: BCM5301X: Fix memory nodes names
5160 - arm64: dts: broadcom: bcm4908: Fix UART clock name
5161 - clk: mvebu: ap-cpu-clk: Fix a memory leak in error handling paths
5162 - scsi: pm80xx: Fix lockup in outbound queue management
5163 - scsi: qla2xxx: edif: Use link event to wake up app
5164 - scsi: lpfc: Fix NVMe I/O failover to non-optimized path
5165 - ARM: s3c: irq-s3c24xx: Fix return value check for s3c24xx_init_intc()
5166 - arm64: dts: rockchip: Fix GPU register width for RK3328
5167 - ARM: dts: qcom: msm8974: Add xo_board reference clock to DSI0 PHY
5168 - RDMA/bnxt_re: Fix query SRQ failure
5169 - arm64: dts: ti: k3-j721e-main: Fix "max-virtual-functions" in PCIe EP nodes
5170 - arm64: dts: ti: k3-j721e-main: Fix "bus-range" upto 256 bus number for PCIe
5171 - arm64: dts: ti: j7200-main: Fix "vendor-id"/"device-id" properties of pcie
5172 node
5173 - arm64: dts: ti: j7200-main: Fix "bus-range" upto 256 bus number for PCIe
5174 - arm64: dts: meson-g12a: Fix the pwm regulator supply properties
5175 - arm64: dts: meson-g12b: Fix the pwm regulator supply properties
5176 - arm64: dts: meson-sm1: Fix the pwm regulator supply properties
5177 - bus: ti-sysc: Fix timekeeping_suspended warning on resume
5178 - ARM: dts: at91: tse850: the emac<->phy interface is rmii
5179 - arm64: dts: qcom: sc7180: Base dynamic CPU power coefficients in reality
5180 - soc: qcom: llcc: Disable MMUHWT retention
5181 - arm64: dts: qcom: sc7280: fix display port phy reg property
5182 - scsi: dc395: Fix error case unwinding
5183 - MIPS: loongson64: make CPU_LOONGSON64 depends on MIPS_FP_SUPPORT
5184 - JFS: fix memleak in jfs_mount
5185 - pinctrl: renesas: rzg2l: Fix missing port register 21h
5186 - ASoC: wcd9335: Use correct version to initialize Class H
5187 - arm64: dts: qcom: msm8916: Fix Secondary MI2S bit clock
5188 - arm64: dts: renesas: beacon: Fix Ethernet PHY mode
5189 - iommu/mediatek: Fix out-of-range warning with clang
5190 - arm64: dts: qcom: pm8916: Remove wrong reg-names for rtc@6000
5191 - iommu/dma: Fix sync_sg with swiotlb
5192 - iommu/dma: Fix arch_sync_dma for map
5193 - ALSA: hda: Reduce udelay() at SKL+ position reporting
5194 - ALSA: hda: Use position buffer for SKL+ again
5195 - ALSA: usb-audio: Fix possible race at sync of urb completions
5196 - soundwire: debugfs: use controller id and link_id for debugfs
5197 - power: reset: at91-reset: check properly the return value of devm_of_iomap
5198 - scsi: ufs: core: Fix ufshcd_probe_hba() prototype to match the definition
5199 - scsi: ufs: core: Stop clearing UNIT ATTENTIONS
5200 - scsi: megaraid_sas: Fix concurrent access to ISR between IRQ polling and
5201 real interrupt
5202 - scsi: pm80xx: Fix misleading log statement in pm8001_mpi_get_nvmd_resp()
5203 - driver core: Fix possible memory leak in device_link_add()
5204 - arm: dts: omap3-gta04a4: accelerometer irq fix
5205 - ASoC: SOF: topology: do not power down primary core during topology removal
5206 - iio: st_pressure_spi: Add missing entries SPI to device ID table
5207 - soc/tegra: Fix an error handling path in tegra_powergate_power_up()
5208 - memory: fsl_ifc: fix leak of irq and nand_irq in fsl_ifc_ctrl_probe
5209 - clk: at91: check pmc node status before registering syscore ops
5210 - powerpc/mem: Fix arch/powerpc/mm/mem.c:53:12: error: no previous prototype
5211 for 'create_section_mapping'
5212 - video: fbdev: chipsfb: use memset_io() instead of memset()
5213 - powerpc: fix unbalanced node refcount in check_kvm_guest()
5214 - powerpc/paravirt: correct preempt debug splat in vcpu_is_preempted()
5215 - serial: 8250_dw: Drop wrong use of ACPI_PTR()
5216 - usb: gadget: hid: fix error code in do_config()
5217 - power: supply: rt5033_battery: Change voltage values to µV
5218 - power: supply: max17040: fix null-ptr-deref in max17040_probe()
5219 - scsi: csiostor: Uninitialized data in csio_ln_vnp_read_cbfn()
5220 - RDMA/mlx4: Return missed an error if device doesn't support steering
5221 - usb: musb: select GENERIC_PHY instead of depending on it
5222 - staging: most: dim2: do not double-register the same device
5223 - staging: ks7010: select CRYPTO_HASH/CRYPTO_MICHAEL_MIC
5224 - RDMA/core: Set sgtable nents when using ib_dma_virt_map_sg()
5225 - dyndbg: make dyndbg a known cli param
5226 - powerpc/perf: Fix cycles/instructions as PM_CYC/PM_INST_CMPL in power10
5227 - pinctrl: renesas: checker: Fix off-by-one bug in drive register check
5228 - ARM: dts: stm32: Reduce DHCOR SPI NOR frequency to 50 MHz
5229 - ARM: dts: stm32: fix STUSB1600 Type-C irq level on stm32mp15xx-dkx
5230 - ARM: dts: stm32: fix SAI sub nodes register range
5231 - ARM: dts: stm32: fix AV96 board SAI2 pin muxing on stm32mp15
5232 - ASoC: cs42l42: Always configure both ASP TX channels
5233 - ASoC: cs42l42: Correct some register default values
5234 - ASoC: cs42l42: Defer probe if request_threaded_irq() returns EPROBE_DEFER
5235 - soc: qcom: rpmhpd: Make power_on actually enable the domain
5236 - soc: qcom: socinfo: add two missing PMIC IDs
5237 - iio: buffer: Fix double-free in iio_buffers_alloc_sysfs_and_mask()
5238 - usb: typec: STUSB160X should select REGMAP_I2C
5239 - iio: adis: do not disabe IRQs in 'adis_init()'
5240 - soundwire: bus: stop dereferencing invalid slave pointer
5241 - scsi: ufs: ufshcd-pltfrm: Fix memory leak due to probe defer
5242 - scsi: lpfc: Wait for successful restart of SLI3 adapter during host sg_reset
5243 - serial: imx: fix detach/attach of serial console
5244 - usb: dwc2: drd: fix dwc2_force_mode call in dwc2_ovr_init
5245 - usb: dwc2: drd: fix dwc2_drd_role_sw_set when clock could be disabled
5246 - usb: dwc2: drd: reset current session before setting the new one
5247 - powerpc/booke: Disable STRICT_KERNEL_RWX, DEBUG_PAGEALLOC and KFENCE
5248 - usb: dwc3: gadget: Skip resizing EP's TX FIFO if already resized
5249 - firmware: qcom_scm: Fix error retval in __qcom_scm_is_call_available()
5250 - soc: qcom: rpmhpd: fix sm8350_mxc's peer domain
5251 - soc: qcom: apr: Add of_node_put() before return
5252 - arm64: dts: qcom: pmi8994: Fix "eternal"->"external" typo in WLED node
5253 - arm64: dts: qcom: sdm845: Use RPMH_CE_CLK macro directly
5254 - arm64: dts: qcom: sdm845: Fix Qualcomm crypto engine bus clock
5255 - pinctrl: equilibrium: Fix function addition in multiple groups
5256 - ASoC: topology: Fix stub for snd_soc_tplg_component_remove()
5257 - phy: qcom-qusb2: Fix a memory leak on probe
5258 - phy: ti: gmii-sel: check of_get_address() for failure
5259 - phy: qcom-qmp: another fix for the sc8180x PCIe definition
5260 - phy: qcom-snps: Correct the FSEL_MASK
5261 - phy: Sparx5 Eth SerDes: Fix return value check in sparx5_serdes_probe()
5262 - serial: xilinx_uartps: Fix race condition causing stuck TX
5263 - clk: at91: sam9x60-pll: use DIV_ROUND_CLOSEST_ULL
5264 - clk: at91: clk-master: check if div or pres is zero
5265 - clk: at91: clk-master: fix prescaler logic
5266 - HID: u2fzero: clarify error check and length calculations
5267 - HID: u2fzero: properly handle timeouts in usb_submit_urb
5268 - powerpc/nohash: Fix __ptep_set_access_flags() and ptep_set_wrprotect()
5269 - powerpc/book3e: Fix set_memory_x() and set_memory_nx()
5270 - powerpc/44x/fsp2: add missing of_node_put
5271 - powerpc/xmon: fix task state output
5272 - ALSA: oxfw: fix functional regression for Mackie Onyx 1640i in v5.14 or
5273 later
5274 - iommu/dma: Fix incorrect error return on iommu deferred attach
5275 - powerpc: Don't provide __kernel_map_pages() without
5276 ARCH_SUPPORTS_DEBUG_PAGEALLOC
5277 - ASoC: cs42l42: Correct configuring of switch inversion from ts-inv
5278 - RDMA/hns: Fix initial arm_st of CQ
5279 - RDMA/hns: Modify the value of MAX_LP_MSG_LEN to meet hardware compatibility
5280 - ASoC: rsnd: Fix an error handling path in 'rsnd_node_count()'
5281 - serial: cpm_uart: Protect udbg definitions by CONFIG_SERIAL_CPM_CONSOLE
5282 - virtio_ring: check desc == NULL when using indirect with packed
5283 - vdpa/mlx5: Fix clearing of VIRTIO_NET_F_MAC feature bit
5284 - mips: cm: Convert to bitfield API to fix out-of-bounds access
5285 - power: supply: bq27xxx: Fix kernel crash on IRQ handler register error
5286 - RDMA/core: Require the driver to set the IOVA correctly during rereg_mr
5287 - apparmor: fix error check
5288 - rpmsg: Fix rpmsg_create_ept return when RPMSG config is not defined
5289 - mtd: rawnand: intel: Fix potential buffer overflow in probe
5290 - nfsd: don't alloc under spinlock in rpc_parse_scope_id
5291 - rtc: ds1302: Add SPI ID table
5292 - rtc: ds1390: Add SPI ID table
5293 - rtc: pcf2123: Add SPI ID table
5294 - remoteproc: imx_rproc: Fix TCM io memory type
5295 - i2c: i801: Use PCI bus rescan mutex to protect P2SB access
5296 - dmaengine: idxd: move out percpu_ref_exit() to ensure it's outside
5297 submission
5298 - rtc: mcp795: Add SPI ID table
5299 - Input: ariel-pwrbutton - add SPI device ID table
5300 - i2c: mediatek: fixing the incorrect register offset
5301 - NFS: Default change_attr_type to NFS4_CHANGE_TYPE_IS_UNDEFINED
5302 - NFS: Don't set NFS_INO_DATA_INVAL_DEFER and NFS_INO_INVALID_DATA
5303 - NFS: Ignore the directory size when marking for revalidation
5304 - NFS: Fix dentry verifier races
5305 - pnfs/flexfiles: Fix misplaced barrier in nfs4_ff_layout_prepare_ds
5306 - drm/bridge/lontium-lt9611uxc: fix provided connector suport
5307 - drm/plane-helper: fix uninitialized variable reference
5308 - PCI: aardvark: Don't spam about PIO Response Status
5309 - PCI: aardvark: Fix preserving PCI_EXP_RTCTL_CRSSVE flag on emulated bridge
5310 - opp: Fix return in _opp_add_static_v2()
5311 - NFS: Fix deadlocks in nfs_scan_commit_list()
5312 - sparc: Add missing "FORCE" target when using if_changed
5313 - fs: orangefs: fix error return code of orangefs_revalidate_lookup()
5314 - Input: st1232 - increase "wait ready" timeout
5315 - drm/bridge: nwl-dsi: Add atomic_get_input_bus_fmts
5316 - mtd: spi-nor: hisi-sfc: Remove excessive clk_disable_unprepare()
5317 - PCI: uniphier: Serialize INTx masking/unmasking and fix the bit operation
5318 - mtd: rawnand: arasan: Prevent an unsupported configuration
5319 - mtd: core: don't remove debugfs directory if device is in use
5320 - remoteproc: Fix a memory leak in an error handling path in
5321 'rproc_handle_vdev()'
5322 - rtc: rv3032: fix error handling in rv3032_clkout_set_rate()
5323 - dmaengine: at_xdmac: call at_xdmac_axi_config() on resume path
5324 - dmaengine: at_xdmac: fix AT_XDMAC_CC_PERID() macro
5325 - dmaengine: stm32-dma: fix stm32_dma_get_max_width
5326 - NFS: Fix up commit deadlocks
5327 - NFS: Fix an Oops in pnfs_mark_request_commit()
5328 - Fix user namespace leak
5329 - auxdisplay: img-ascii-lcd: Fix lock-up when displaying empty string
5330 - auxdisplay: ht16k33: Connect backlight to fbdev
5331 - auxdisplay: ht16k33: Fix frame buffer device blanking
5332 - soc: fsl: dpaa2-console: free buffer before returning from
5333 dpaa2_console_read
5334 - netfilter: nfnetlink_queue: fix OOB when mac header was cleared
5335 - dmaengine: dmaengine_desc_callback_valid(): Check for `callback_result`
5336 - dmaengine: tegra210-adma: fix pm runtime unbalance
5337 - dmanegine: idxd: fix resource free ordering on driver removal
5338 - dmaengine: idxd: reconfig device after device reset command
5339 - signal/sh: Use force_sig(SIGKILL) instead of do_group_exit(SIGKILL)
5340 - m68k: set a default value for MEMORY_RESERVE
5341 - watchdog: f71808e_wdt: fix inaccurate report in WDIOC_GETTIMEOUT
5342 - ar7: fix kernel builds for compiler test
5343 - scsi: target: core: Remove from tmr_list during LUN unlink
5344 - scsi: qla2xxx: Relogin during fabric disturbance
5345 - scsi: qla2xxx: Fix gnl list corruption
5346 - scsi: qla2xxx: Turn off target reset during issue_lip
5347 - scsi: qla2xxx: edif: Fix app start fail
5348 - scsi: qla2xxx: edif: Fix app start delay
5349 - scsi: qla2xxx: edif: Flush stale events and msgs on session down
5350 - scsi: qla2xxx: edif: Increase ELS payload
5351 - scsi: qla2xxx: edif: Fix EDIF bsg
5352 - NFSv4: Fix a regression in nfs_set_open_stateid_locked()
5353 - dmaengine: idxd: fix resource leak on dmaengine driver disable
5354 - i2c: xlr: Fix a resource leak in the error handling path of
5355 'xlr_i2c_probe()'
5356 - gpio: realtek-otto: fix GPIO line IRQ offset
5357 - xen-pciback: Fix return in pm_ctrl_init()
5358 - nbd: fix max value for 'first_minor'
5359 - nbd: fix possible overflow for 'first_minor' in nbd_dev_add()
5360 - io-wq: fix max-workers not correctly set on multi-node system
5361 - net: davinci_emac: Fix interrupt pacing disable
5362 - kselftests/net: add missed icmp.sh test to Makefile
5363 - kselftests/net: add missed setup_loopback.sh/setup_veth.sh to Makefile
5364 - kselftests/net: add missed SRv6 tests
5365 - kselftests/net: add missed vrf_strict_mode_test.sh test to Makefile
5366 - kselftests/net: add missed toeplitz.sh/toeplitz_client.sh to Makefile
5367 - ethtool: fix ethtool msg len calculation for pause stats
5368 - openrisc: fix SMP tlb flush NULL pointer dereference
5369 - net: vlan: fix a UAF in vlan_dev_real_dev()
5370 - net: dsa: felix: fix broken VLAN-tagged PTP under VLAN-aware bridge
5371 - ice: Fix replacing VF hardware MAC to existing MAC filter
5372 - ice: Fix not stopping Tx queues for VFs
5373 - kdb: Adopt scheduler's task classification
5374 - ACPI: PMIC: Fix intel_pmic_regs_handler() read accesses
5375 - PCI: j721e: Fix j721e_pcie_probe() error path
5376 - nvdimm/btt: do not call del_gendisk() if not needed
5377 - scsi: bsg: Fix errno when scsi_bsg_register_queue() fails
5378 - scsi: ufs: ufshpb: Use proper power management API
5379 - scsi: ufs: core: Fix NULL pointer dereference
5380 - scsi: ufs: ufshpb: Properly handle max-single-cmd
5381 - drm/nouveau/svm: Fix refcount leak bug and missing check against null bug
5382 - nvdimm/pmem: cleanup the disk if pmem_release_disk() is yet assigned
5383 - block/ataflop: use the blk_cleanup_disk() helper
5384 - block/ataflop: add registration bool before calling del_gendisk()
5385 - block/ataflop: provide a helper for cleanup up an atari disk
5386 - ataflop: remove ataflop_probe_lock mutex
5387 - PCI: Do not enable AtomicOps on VFs
5388 - cpufreq: intel_pstate: Clear HWP desired on suspend/shutdown and offline
5389 - net: phy: fix duplex out of sync problem while changing settings
5390 - block: fix device_add_disk() kobject_create_and_add() error handling
5391 - drm/ttm: remove ttm_bo_vm_insert_huge()
5392 - bonding: Fix a use-after-free problem when bond_sysfs_slave_add() failed
5393 - octeontx2-pf: select CONFIG_NET_DEVLINK
5394 - ALSA: memalloc: Catch call with NULL snd_dma_buffer pointer
5395 - mfd: core: Add missing of_node_put for loop iteration
5396 - mfd: cpcap: Add SPI device ID table
5397 - mfd: sprd: Add SPI device ID table
5398 - mfd: altera-sysmgr: Fix a mistake caused by resource_size conversion
5399 - ACPI: PM: Fix device wakeup power reference counting error
5400 - libbpf: Fix lookup_and_delete_elem_flags error reporting
5401 - selftests/bpf/xdp_redirect_multi: Put the logs to tmp folder
5402 - selftests/bpf/xdp_redirect_multi: Use arping to accurate the arp number
5403 - selftests/bpf/xdp_redirect_multi: Give tcpdump a chance to terminate cleanly
5404 - selftests/bpf/xdp_redirect_multi: Limit the tests in netns
5405 - drm: fb_helper: improve CONFIG_FB dependency
5406 - Revert "drm/imx: Annotate dma-fence critical section in commit path"
5407 - drm/amdgpu/powerplay: fix sysfs_emit/sysfs_emit_at handling
5408 - can: etas_es58x: es58x_rx_err_msg(): fix memory leak in error path
5409 - can: mcp251xfd: mcp251xfd_chip_start(): fix error handling for
5410 mcp251xfd_chip_rx_int_enable()
5411 - mm/zsmalloc.c: close race window between zs_pool_dec_isolated() and
5412 zs_unregister_migration()
5413 - zram: off by one in read_block_state()
5414 - perf bpf: Add missing free to bpf_event__print_bpf_prog_info()
5415 - llc: fix out-of-bound array index in llc_sk_dev_hash()
5416 - nfc: pn533: Fix double free when pn533_fill_fragment_skbs() fails
5417 - litex_liteeth: Fix a double free in the remove function
5418 - arm64: arm64_ftr_reg->name may not be a human-readable string
5419 - arm64: pgtable: make __pte_to_phys/__phys_to_pte_val inline functions
5420 - bpf, sockmap: Remove unhash handler for BPF sockmap usage
5421 - bpf, sockmap: Fix race in ingress receive verdict with redirect to self
5422 - bpf: sockmap, strparser, and tls are reusing qdisc_skb_cb and colliding
5423 - bpf, sockmap: sk_skb data_end access incorrect when src_reg = dst_reg
5424 - dmaengine: stm32-dma: fix burst in case of unaligned memory address
5425 - dmaengine: stm32-dma: avoid 64-bit division in stm32_dma_get_max_width
5426 - gve: Fix off by one in gve_tx_timeout()
5427 - drm/i915/fb: Fix rounding error in subsampled plane size calculation
5428 - init: make unknown command line param message clearer
5429 - seq_file: fix passing wrong private data
5430 - drm/amdgpu: fix uvd crash on Polaris12 during driver unloading
5431 - net: dsa: mv88e6xxx: Don't support >1G speeds on 6191X on ports other than
5432 10
5433 - net/sched: sch_taprio: fix undefined behavior in ktime_mono_to_any
5434 - net: hns3: fix ROCE base interrupt vector initialization bug
5435 - net: hns3: fix pfc packet number incorrect after querying pfc parameters
5436 - net: hns3: fix kernel crash when unload VF while it is being reset
5437 - net: hns3: allow configure ETS bandwidth of all TCs
5438 - net: stmmac: allow a tc-taprio base-time of zero
5439 - net: ethernet: ti: cpsw_ale: Fix access to un-initialized memory
5440 - net: marvell: mvpp2: Fix wrong SerDes reconfiguration order
5441 - vsock: prevent unnecessary refcnt inc for nonblocking connect
5442 - net/smc: fix sk_refcnt underflow on linkdown and fallback
5443 - cxgb4: fix eeprom len when diagnostics not implemented
5444 - selftests/net: udpgso_bench_rx: fix port argument
5445 - thermal: int340x: fix build on 32-bit targets
5446 - smb3: do not error on fsync when readonly
5447 - ARM: 9155/1: fix early early_iounmap()
5448 - ARM: 9156/1: drop cc-option fallbacks for architecture selection
5449 - parisc: Fix backtrace to always include init funtion names
5450 - parisc: Flush kernel data mapping in set_pte_at() when installing pte for
5451 user page
5452 - MIPS: fix duplicated slashes for Platform file path
5453 - MIPS: fix *-pkg builds for loongson2ef platform
5454 - MIPS: Fix assembly error from MIPSr2 code used within MIPS_ISA_ARCH_LEVEL
5455 - x86/mce: Add errata workaround for Skylake SKX37
5456 - PCI/MSI: Move non-mask check back into low level accessors
5457 - PCI/MSI: Destroy sysfs before freeing entries
5458 - KVM: x86: move guest_pv_has out of user_access section
5459 - posix-cpu-timers: Clear task::posix_cputimers_work in copy_process()
5460 - irqchip/sifive-plic: Fixup EOI failed when masked
5461 - f2fs: should use GFP_NOFS for directory inodes
5462 - f2fs: include non-compressed blocks in compr_written_block
5463 - f2fs: fix UAF in f2fs_available_free_memory
5464 - ceph: fix mdsmap decode when there are MDS's beyond max_mds
5465 - erofs: fix unsafe pagevec reuse of hooked pclusters
5466 - drm/i915/guc: Fix blocked context accounting
5467 - block: Hold invalidate_lock in BLKDISCARD ioctl
5468 - block: Hold invalidate_lock in BLKZEROOUT ioctl
5469 - block: Hold invalidate_lock in BLKRESETZONE ioctl
5470 - ksmbd: Fix buffer length check in fsctl_validate_negotiate_info()
5471 - ksmbd: don't need 8byte alignment for request length in ksmbd_check_message
5472 - dmaengine: ti: k3-udma: Set bchan to NULL if a channel request fail
5473 - dmaengine: ti: k3-udma: Set r/tchan or rflow to NULL if request fail
5474 - dmaengine: bestcomm: fix system boot lockups
5475 - net, neigh: Enable state migration between NUD_PERMANENT and NTF_USE
5476 - 9p/net: fix missing error check in p9_check_errors
5477 - mm/filemap.c: remove bogus VM_BUG_ON
5478 - memcg: prohibit unconditional exceeding the limit of dying tasks
5479 - mm, oom: pagefault_out_of_memory: don't force global OOM for dying tasks
5480 - mm, oom: do not trigger out_of_memory from the #PF
5481 - mm, thp: lock filemap when truncating page cache
5482 - mm, thp: fix incorrect unmap behavior for private pages
5483 - mfd: dln2: Add cell for initializing DLN2 ADC
5484 - video: backlight: Drop maximum brightness override for brightness zero
5485 - bcache: fix use-after-free problem in bcache_device_free()
5486 - bcache: Revert "bcache: use bvec_virt"
5487 - PM: sleep: Avoid calling put_device() under dpm_list_mtx
5488 - s390/cpumf: cpum_cf PMU displays invalid value after hotplug remove
5489 - s390/cio: check the subchannel validity for dev_busid
5490 - s390/tape: fix timer initialization in tape_std_assign()
5491 - s390/ap: Fix hanging ioctl caused by orphaned replies
5492 - s390/cio: make ccw_device_dma_* more robust
5493 - remoteproc: elf_loader: Fix loading segment when is_iomem true
5494 - remoteproc: Fix the wrong default value of is_iomem
5495 - remoteproc: imx_rproc: Fix ignoring mapping vdev regions
5496 - remoteproc: imx_rproc: Fix rsc-table name
5497 - mtd: rawnand: fsmc: Fix use of SM ORDER
5498 - mtd: rawnand: ams-delta: Keep the driver compatible with on-die ECC engines
5499 - mtd: rawnand: xway: Keep the driver compatible with on-die ECC engines
5500 - mtd: rawnand: mpc5121: Keep the driver compatible with on-die ECC engines
5501 - mtd: rawnand: gpio: Keep the driver compatible with on-die ECC engines
5502 - mtd: rawnand: pasemi: Keep the driver compatible with on-die ECC engines
5503 - mtd: rawnand: orion: Keep the driver compatible with on-die ECC engines
5504 - mtd: rawnand: plat_nand: Keep the driver compatible with on-die ECC engines
5505 - mtd: rawnand: au1550nd: Keep the driver compatible with on-die ECC engines
5506 - powerpc/vas: Fix potential NULL pointer dereference
5507 - powerpc/bpf: Fix write protecting JIT code
5508 - powerpc/32e: Ignore ESR in instruction storage interrupt handler
5509 - powerpc/powernv/prd: Unregister OPAL_MSG_PRD2 notifier during module unload
5510 - powerpc/security: Use a mutex for interrupt exit code patching
5511 - powerpc/64s/interrupt: Fix check_return_regs_valid() false positive
5512 - powerpc/pseries/mobility: ignore ibm, platform-facilities updates
5513 - powerpc/85xx: fix timebase sync issue when CONFIG_HOTPLUG_CPU=n
5514 - drm/sun4i: Fix macros in sun8i_csc.h
5515 - PCI: Add PCI_EXP_DEVCTL_PAYLOAD_* macros
5516 - PCI: aardvark: Fix PCIe Max Payload Size setting
5517 - SUNRPC: Partial revert of commit 6f9f17287e78
5518 - drm/amd/display: Look at firmware version to determine using dmub on dcn21
5519 - media: vidtv: move kfree(dvb) to vidtv_bridge_dev_release()
5520 - cifs: fix memory leak of smb3_fs_context_dup::server_hostname
5521 - ath10k: fix invalid dma_addr_t token assignment
5522 - mmc: moxart: Fix null pointer dereference on pointer host
5523 - selftests/x86/iopl: Adjust to the faked iopl CLI/STI usage
5524 - selftests/bpf: Fix also no-alu32 strobemeta selftest
5525 - arch/cc: Introduce a function to check for confidential computing features
5526 - x86/sev: Add an x86 version of cc_platform_has()
5527 - x86/sev: Make the #VC exception stacks part of the default stacks storage
5528 - media: videobuf2: always set buffer vb2 pointer
5529 - media: videobuf2-dma-sg: Fix buf->vb NULL pointer dereference
5530 - Linux 5.15.3
5531
5532 * kernel panic: NULL pointer dereference in wb_timer_f() (LP: #1947557) //
5533 Jammy update: v5.15.3 upstream stable release (LP: #1951822)
5534 - blk-wbt: prevent NULL pointer dereference in wb_timer_fn
5535
5536 * Medion Notebook Keyboard not working (LP: #1909814) // Jammy update: v5.15.3
5537 upstream stable release (LP: #1951822)
5538 - ACPI: resources: Add DMI-based legacy IRQ override quirk
5539
5540 * Enable CONFIG_INTEL_IOMMU_DEFAULT_ON and
5541 CONFIG_INTEL_IOMMU_SCALABLE_MODE_DEFAULT_ON on jammy 5.15 (LP: #1951440)
5542 - [Config] enable Intel DMA remapping options by default
5543
5544 * Thinkpad E14 Gen2: Kernel panic with trackpad and trackpoint enabled
5545 (LP: #1945590)
5546 - SAUCE: Input: elantech - Fix stack out of bound access in
5547 elantech_change_report_id()
5548
5549 * Miscellaneous Ubuntu changes
5550 - SAUCE: LSM: Specify which LSM to display (using struct cred as input)
5551 - SAUCE: selftests/seccomp: fix check of fds being assigned
5552 - [Config] enable SUNRPC_DISABLE_INSECURE_ENCTYPES
5553 - [Config] updateconfigs following v5.15.3, v5.15.4 import
5554
5555 * Miscellaneous upstream changes
5556 - binder: use cred instead of task for selinux checks
5557 - binder: use cred instead of task for getsecid
5558 - Revert "UBUNTU: SAUCE: storvsc: use small sg_tablesize on x86"
5559
5560 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 22 Nov 2021 13:14:15 +0100
edfaa479 5561
2aa2431f 5562linux (5.15.0-11.11) jammy; urgency=medium
84dbf2ec 5563
2aa2431f 5564 * jammy/linux: 5.15.0-11.11 -proposed tracker (LP: #1950948)
84dbf2ec 5565
2aa2431f
PP
5566 * Packaging resync (LP: #1786013)
5567 - debian/dkms-versions -- update from kernel-versions (main/master)
5568
5569 * OOPs on boot: invalid opcode: 0000 [#1] SMP NOPTI (LP: #1942215)
5570 - SAUCE: ACPICA: prevent out-of-bound access with buggy DSDT
5571 - [Config] disable UBSAN
5572 - SAUCE: ACPICA: avoid accessing operands out-of-bounds
5573
5574 * Jammy update: v5.15.2 upstream stable release (LP: #1950949)
5575 - KVM: x86: avoid warning with -Wbitwise-instead-of-logical
5576 - Revert "x86/kvm: fix vcpu-id indexed array sizes"
5577 - usb: ehci: handshake CMD_RUN instead of STS_HALT
5578 - usb: gadget: Mark USB_FSL_QE broken on 64-bit
5579 - usb: musb: Balance list entry in musb_gadget_queue
5580 - usb-storage: Add compatibility quirk flags for iODD 2531/2541
5581 - Revert "proc/wchan: use printk format instead of lookup_symbol_name()"
5582 - binder: use euid from cred instead of using task
5583 - binder: don't detect sender/target during buffer cleanup
5584 - kfence: always use static branches to guard kfence_alloc()
5585 - kfence: default to dynamic branch instead of static keys mode
5586 - btrfs: fix lzo_decompress_bio() kmap leakage
5587 - staging: rtl8712: fix use-after-free in rtl8712_dl_fw
5588 - isofs: Fix out of bound access for corrupted isofs image
5589 - comedi: dt9812: fix DMA buffers on stack
5590 - comedi: ni_usb6501: fix NULL-deref in command paths
5591 - comedi: vmk80xx: fix transfer-buffer overflows
5592 - comedi: vmk80xx: fix bulk-buffer overflow
5593 - comedi: vmk80xx: fix bulk and interrupt message timeouts
5594 - staging: r8712u: fix control-message timeout
5595 - staging: rtl8192u: fix control-message timeouts
5596 - staging: r8188eu: fix memleak in rtw_wx_set_enc_ext
5597 - media: staging/intel-ipu3: css: Fix wrong size comparison imgu_css_fw_init
5598 - rsi: fix control-message timeout
5599 - Linux 5.15.2
5600
5601 * reuseport_bpf_numa in net from ubuntu_kernel_selftests fails on ppc64le
5602 (LP: #1867570)
5603 - selftests/net: Fix reuseport_bpf_numa by skipping unavailable nodes
5604
5605 * Miscellaneous Ubuntu changes
5606 - packaging: switch getabis to the linux package name
5607
5608 * Miscellaneous upstream changes
5609 - Revert "UBUNTU: SAUCE: (no-up) rename the adv7511 drm driver to adv7511_drm"
5610 - Revert "UBUNTU: SAUCE: drm/i915/dp: Use max params for older panels"
5611 - Revert "UBUNTU: SAUCE: i915: Fix build error due to missing struct
5612 definition"
5613 - selftests/core: fix conflicting types compile error for close_range()
5614 - selftests: net: test_vxlan_under_vrf: fix HV connectivity test
5615 - Revert "UBUNTU: SAUCE: ACPICA: prevent out-of-bound access with buggy DSDT"
5616
5617 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 15 Nov 2021 10:12:47 +0100
84dbf2ec 5618
3e63cad2
PP
5619linux (5.15.0-10.10) jammy; urgency=medium
5620
5621 * jammy/linux: 5.15.0-10.10 -proposed tracker (LP: #1950133)
5622
5623 * Jammy update: v5.15.1 upstream stable release (LP: #1950131)
5624 - sfc: Fix reading non-legacy supported link modes
5625 - media: firewire: firedtv-avc: fix a buffer overflow in avc_ca_pmt()
5626 - Revert "xhci: Set HCD flag to defer primary roothub registration"
5627 - Revert "usb: core: hcd: Add support for deferring roothub registration"
5628 - drm/amdkfd: fix boot failure when iommu is disabled in Picasso.
5629 - Revert "soc: imx: gpcv2: move reset assert after requesting domain power up"
5630 - ARM: 9120/1: Revert "amba: make use of -1 IRQs warn"
5631 - Revert "wcn36xx: Disable bmps when encryption is disabled"
5632 - drm/amdgpu: revert "Add autodump debugfs node for gpu reset v8"
5633 - drm/amd/display: Revert "Directly retrain link from debugfs"
5634 - Revert "drm/i915/gt: Propagate change in error status to children on unhold"
5635 - ALSA: usb-audio: Add quirk for Audient iD14
5636 - Linux 5.15.1
3648c70f 5637
3e63cad2
PP
5638 * Miscellaneous Ubuntu changes
5639 - packaging: fixup previous ABI/spin to -9.9
5640 - [Packaging] Drop unused d-i build-deps and packaging
5641 - [Packaging] Drop now unsupported d-i/ input files
5642
5643 * Miscellaneous upstream changes
5644 - selftests: net: properly support IPv6 in GSO GRE test
5645 - signal: Add SA_IMMUTABLE to ensure forced siganls do not get changed
3648c70f 5646
3e63cad2 5647 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 08 Nov 2021 14:43:24 +0100
3648c70f 5648
b8f52084 5649linux (5.15.0-9.9) jammy; urgency=medium
074178d4 5650
a77f5872 5651 * jammy/linux: 5.15.0-1.1 -proposed tracker (LP: #1949876)
074178d4 5652
a77f5872
AR
5653 * Packaging resync (LP: #1786013)
5654 - [Packaging] update variants
5655 - [Packaging] update Ubuntu.md
5656
5657 * Add F81966 watchdog support (LP: #1949063)
5658 - SAUCE: ODM: watchdog: f71808e_wdt: Add F81966 support
5659
5660 * Miscellaneous Ubuntu changes
5661 - [Packaging] Rewrite debian/scripts/misc/insert-changes.pl in Python
5662 - [Packaging] change source package name to linux
5663
5664 -- Andrea Righi <andrea.righi@canonical.com> Thu, 04 Nov 2021 18:47:19 +0100
074178d4 5665
e6aa91ac
AR
5666linux (5.15.0-0.0) jammy; urgency=medium
5667
5668 * Empty entry
5669
5670 -- Andrea Righi <andrea.righi@canonical.com> Thu, 04 Nov 2021 16:47:16 +0100
5671
6c684373 5672linux-unstable (5.15.0-8.8) jammy; urgency=medium
63f9a37a 5673
6c684373
PP
5674 * jammy/linux-unstable: 5.15.0-8.8 -proposed tracker (LP: #1949436)
5675
5676 * Packaging resync (LP: #1786013)
5677 - debian/dkms-versions -- update from kernel-versions (main/master)
5678
5679 * Drop "UBUNTU: SAUCE: cachefiles: Page leaking in
5680 cachefiles_read_backing_file while vmscan is active" (LP: #1947709)
5681 - Revert "UBUNTU: SAUCE: cachefiles: Page leaking in
5682 cachefiles_read_backing_file while vmscan is active"
5683
5684 * Add l2tp.sh in net from ubuntu_kernel_selftests back (LP: #1934293)
5685 - Revert "UBUNTU: SAUCE: selftests/net -- disable l2tp.sh test"
5686
5687 * Check for changes relevant for security certifications (LP: #1945989)
5688 - [Packaging] Add fips-checks as part of finalchecks
5689
5690 * Add final-checks to check certificates (LP: #1947174)
5691 - [Packaging] Add system trusted and revocation keys final check
5692
5693 * Can only reach PC3 when ethernet is plugged r8169 (LP: #1946433)
5694 - r8169: Enable chip-specific ASPM regardless of PCIe ASPM status
5695 - PCI/ASPM: Introduce a new helper to report ASPM capability
5696 - r8169: Implement dynamic ASPM mechanism
5697
5698 * rtw89 kernel module for Realtek 8852 wifi is missing (LP: #1945967)
5699 - rtw89: add Realtek 802.11ax driver
5700 - rtw89: Remove redundant check of ret after call to rtw89_mac_enable_bb_rf
5701 - rtw89: fix return value check in rtw89_cam_send_sec_key_cmd()
5702 - rtw89: remove unneeded semicolon
5703 - [Config] RTW89=m
5704
5705 * Fix A yellow screen pops up in an instant (< 1 second) and then disappears
5706 before loading the system (LP: #1945932)
5707 - drm/i915: Stop force enabling pipe bottom color gammma/csc
5708
5709 * disable CONFIG_KFENCE_STATIC_KEYS in linux 5.15 (LP: #1948038)
5710 - [Config] disable CONFIG_KFENCE_STATIC_KEYS
5711
5712 * Miscellaneous Ubuntu changes
5713 - [Debian] Remove old and unused firmware helper scripts
5714 - [Packaging] Replace Perl oneliner with Bash statements
5715 - rebase to v5.15
63f9a37a 5716
248dd34f
PP
5717 [ Upstream Kernel Changes ]
5718
5719 * Rebase to v5.15
5720
6c684373 5721 -- Paolo Pisati <paolo.pisati@canonical.com> Tue, 02 Nov 2021 08:29:45 +0100
63f9a37a 5722
e7e6a988 5723linux-unstable (5.15.0-7.7) jammy; urgency=medium
c1544b06 5724
e7e6a988
PP
5725 * jammy/linux-unstable: 5.15.0-7.7 -proposed tracker (LP: #1948770)
5726
5727 * Miscellaneous Ubuntu changes
5728 - [Config] Temporarily disable signing for ppc64el and s390x
5729 - packaging: switch release to Jammy
5730 - rebase to v5.15-rc7
5731 - [Config] GCC version update
c1544b06 5732
0973b8dd
PP
5733 [ Upstream Kernel Changes ]
5734
5735 * Rebase to v5.15-rc7
5736
e7e6a988 5737 -- Paolo Pisati <paolo.pisati@canonical.com> Tue, 26 Oct 2021 11:38:14 +0200
c1544b06 5738
0406b103 5739linux-unstable (5.15.0-6.6) jammy; urgency=medium
fa5c52f2 5740
b0826063
PP
5741 * impish/linux-unstable: 5.15.0-6.6 -proposed tracker (LP: #1947565)
5742
5743 * [impish] Remove the downstream xr-usb-uart driver (LP: #1945938)
5744 - SAUCE: xr-usb-serial: remove driver
5745 - [Config] update modules list
5746
5747 * Packaging resync (LP: #1786013)
5748 - debian/dkms-versions -- update from kernel-versions (main/master)
5749
5750 * Miscellaneous Ubuntu changes
5751 - rebase to v5.15-rc6
5752 - [Config] update config & annotations following v5.15-rc6 rebase
5753
5754 * Miscellaneous upstream changes
5755 - Revert "UBUNTU: SAUCE: xr-usb-serial: switch to tty_alloc_driver() and
5756 tty_driver_kref_put()"
5757 - Revert "UBUNTU: SAUCE: xr-usb-serial: update return code for
5758 xr_usb_serial_tty_write_room() and xr_usb_serial_tty_chars_in_buffer()"
5759 - Revert "UBUNTU: [Packaging] FTBFS: disable zfs"
fa5c52f2 5760
011b9cbb
PP
5761 [ Upstream Kernel Changes ]
5762
5763 * Rebase to v5.15-rc6
5764
b0826063 5765 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 18 Oct 2021 12:24:45 +0200
fa5c52f2 5766
1dd18d3c 5767linux-unstable (5.15.0-5.5) impish; urgency=medium
fe8b63c5 5768
1dd18d3c
PP
5769 * impish/linux-unstable: 5.15.0-5.5 -proposed tracker (LP: #1946338)
5770
5771 * Miscellaneous Ubuntu changes
5772 - rebase to v5.15-rc5
5773 - [Config] FB_SIMPLE=m
5774 - [Config] update annotations
fe8b63c5 5775
9b3c4f84
PP
5776 [ Upstream Kernel Changes ]
5777
5778 * Rebase to v5.15-rc5
5779
1dd18d3c 5780 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 11 Oct 2021 12:14:02 +0200
fe8b63c5 5781
6be42c2d 5782linux-unstable (5.15.0-4.4) impish; urgency=medium
be01f109 5783
6be42c2d
PP
5784 * impish/linux-unstable: 5.15.0-4.4 -proposed tracker (LP: #1945953)
5785
5786 * Fix missing HDMI audio on Intel RKL (LP: #1945556)
5787 - drm/i915/audio: Use BIOS provided value for RKL HDA link
5788
5789 * Miscellaneous Ubuntu changes
5790 - SAUCE: media: atomisp: add missing return type (fix -Werror=return-type)
5791 - SAUCE: xr-usb-serial: switch to tty_alloc_driver() and tty_driver_kref_put()
5792 - rebase to v5.15-rc4
5793
5794 * Miscellaneous upstream changes
5795 - Revert "UBUNTU: [Config] FTBFS: disable INTEL_ATOMISP"
5796 - Revert "UBUNTU: [Config] FTBFS: disable xr-usb-serial"
be01f109 5797
26d97efb
PP
5798 [ Upstream Kernel Changes ]
5799
5800 * Rebase to v5.15-rc4
5801
6be42c2d 5802 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 04 Oct 2021 10:52:41 +0200
be01f109 5803
0fccb6a6 5804linux-unstable (5.15.0-3.3) impish; urgency=medium
ddb5ad20 5805
0fccb6a6
PP
5806 * impish/linux-unstable: 5.15.0-3.3 -proposed tracker (LP: #1944944)
5807
5808 * Packaging resync (LP: #1786013)
5809 - debian/dkms-versions -- update from kernel-versions (main/master)
5810
5811 * Miscellaneous Ubuntu changes
5812 - rebase to v5.15-rc3
5813 - [Config] updateconfigs following v5.15-rc3 rebase
5814 - [Packaging] correctly evaluate release in update-dkms-versions
ddb5ad20 5815
1a3e3dac
PP
5816 [ Upstream Kernel Changes ]
5817
5818 * Rebase to v5.15-rc3
5819
0fccb6a6 5820 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 27 Sep 2021 16:48:03 +0200
ddb5ad20 5821
a87cd7e9 5822linux-unstable (5.15.0-2.2) impish; urgency=medium
6b6fff5e 5823
a87cd7e9
PP
5824 * impish/linux-unstable: 5.15.0-2.2 -proposed tracker (LP: #1944423)
5825
5826 * Miscellaneous Ubuntu changes
5827 - rebase to v5.15-rc2
5828 - [Config] updateconfigs following v5.15-rc2 rebase
6b6fff5e 5829
1d4b714c
PP
5830 [ Upstream Kernel Changes ]
5831
5832 * Rebase to v5.15-rc2
5833
a87cd7e9 5834 -- Paolo Pisati <paolo.pisati@canonical.com> Tue, 21 Sep 2021 11:46:59 +0200
6b6fff5e 5835
0d2e51bb 5836linux-unstable (5.15.0-1.1) impish; urgency=medium
fc760005 5837
0d2e51bb
PP
5838 * Packaging resync (LP: #1786013)
5839 - debian/dkms-versions -- update from kernel-versions (main/master)
5840
5841 * LRMv5: switch primary version handling to kernel-versions data set
5842 (LP: #1928921)
5843 - [Packaging] switch to kernel-versions
5844
5845 * Miscellaneous Ubuntu changes
5846 - [Packaging] remove remaining references to ports
5847 - [Packaging] drop x32 architecture configs
5848 - [Config] mark CONFIG_BPF_UNPRIV_DEFAULT_OFF enforced
5849 - [Packaging] bump kernel version to 5.15
5850 - rebase to v5.15-rc1
5851 - [Config] updateconfigs following v5.15-rc1 rebase
5852 - [Config] FTBFS: disable INTEL_ATOMISP
5853 - [Config] FTBFS: disable xr-usb-serial
5854 - [Packaging] FTBFS: disable zfs
5855
5856 * Miscellaneous upstream changes
5857 - Revert "r8169: avoid link-up interrupt issue on RTL8106e if user enables
5858 ASPM"
5859 - Revert "UBUNTU: SAUCE: RDMA/core: Introduce peer memory interface"
fc760005 5860
0e179dd5
PP
5861 [ Upstream Kernel Changes ]
5862
5863 * Rebase to v5.15-rc1
5864
0d2e51bb 5865 -- Paolo Pisati <paolo.pisati@canonical.com> Fri, 17 Sep 2021 11:42:25 +0200
fc760005 5866
0773bda1
PP
5867linux-unstable (5.15.0-0.0) impish; urgency=medium
5868
5869 * Empty entry
5870
5871 -- Paolo Pisati <paolo.pisati@canonical.com> Wed, 15 Sep 2021 11:54:10 +0200
5872
0ad0a689 5873linux-unstable (5.14.0-9.9) impish; urgency=medium
7f361716 5874
0ad0a689 5875 * impish/linux-unstable: 5.14.0-9.9 -proposed tracker (LP: #1943022)
7f361716 5876
0ad0a689
PP
5877 * Packaging resync (LP: #1786013)
5878 - update dkms package versions
5879
5880 * Miscellaneous Ubuntu changes
5881 - [Packaging] NVIDIA -- Add the NVIDIA 470 driver
5882 - [Packaging] NVIDIA: transition -460 and -465 to -470, transition -460-server
5883 to -470-server
5884
5885 * Miscellaneous upstream changes
5886 - vt_kdsetmode: extend console locking
5887 - Bluetooth: btusb: check conditions before enabling USB ALT 3 for WBS
5888 - net: dsa: mt7530: fix VLAN traffic leaks again
5889 - btrfs: fix NULL pointer dereference when deleting device by invalid id
5890 - Revert "floppy: reintroduce O_NDELAY fix"
5891 - fscrypt: add fscrypt_symlink_getattr() for computing st_size
5892 - ext4: report correct st_size for encrypted symlinks
5893 - f2fs: report correct st_size for encrypted symlinks
5894 - ubifs: report correct st_size for encrypted symlinks
5895 - net: don't unconditionally copy_from_user a struct ifreq for socket ioctls
5896 - audit: move put_tree() to avoid trim_trees refcount underflow and UAF
5897 - Linux 5.14.1
5898
5899 -- Paolo Pisati <paolo.pisati@canonical.com> Wed, 08 Sep 2021 12:20:18 +0200
7f361716 5900
fd367fa9 5901linux-unstable (5.14.0-8.8) impish; urgency=medium
b24a2e55 5902
fd367fa9
PP
5903 * impish/linux-unstable: 5.14.0-8.8 -proposed tracker (LP: #1941887)
5904
5905 * Fix Intel AC9560 BT function cannot turn on if BT turn off before S3 entry
5906 (LP: #1941696)
5907 - SAUCE: Bluetooth: btusb: add a reject table to disable msft
5908
5909 * Add USB4 support for AMD SoC (LP: #1941036)
5910 - thunderbolt: Add vendor specific NHI quirk for auto-clearing interrupt
5911 status
5912 - thunderbolt: Handle ring interrupt by reading interrupt status register
5913 - thunderbolt: Do not read control adapter config space
5914 - thunderbolt: Fix port linking by checking all adapters
5915
5916 * Support builtin revoked certificates (LP: #1932029)
5917 - [Config] Enforce SYSTEM_TRUSTED_KEYS and SYSTEM_REVOCATION_KEYS
5918
5919 * GPIO error logs in start and dmesg after update of kernel (LP: #1937897)
5920 - ODM: mfd: Check AAEON BFPI version before adding device
5921
5922 * initramfs-tools & kernel: use zstd as the default compression method
5923 (LP: #1931725)
5924 - [Config] enforce ZSTD compression
5925
5926 * Miscellaneous Ubuntu changes
5927 - rebase to v5.14
5928 - [Config] RESET_MCHP_SPARX5 depends on ARCH_SPARX5
5929
5930 * Miscellaneous upstream changes
5931 - Revert "UBUNTU: [Packaging] FTBFS: disable zfs"
b24a2e55 5932
82df5432
PP
5933 [ Upstream Kernel Changes ]
5934
5935 * Rebase to v5.14
5936
fd367fa9 5937 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 30 Aug 2021 12:57:19 +0200
b24a2e55 5938
ab3b5624 5939linux-unstable (5.14.0-7.7) impish; urgency=medium
5f51f1b9 5940
ab3b5624
PP
5941 * Please enable CONFIG_UBSAN_BOUNDS (LP: #1914685)
5942 - [Config] Enable CONFIG_UBSAN_BOUNDS
5943
5944 * CONFIG_HARDENED_USERCOPY_FALLBACK should be disabled (LP: #1855340)
5945 - [Config] Disable CONFIG_HARDENED_USERCOPY_FALLBACK
5946
5947 * fs: removing mandatory locks (LP: #1940392)
5948 - [Config] Disable CONFIG_MANDATORY_FILE_LOCKING
5949
5950 * Fix kernel panic caused by legacy devices on AMD platforms (LP: #1936682)
5951 - SAUCE: iommu/amd: Keep swiotlb enabled to ensure devices with 32bit DMA
5952 still work
5953
5954 * ALSA: hda/cs8409: Add support for dolphin (LP: #1939541)
5955 - ALSA: hda/cirrus: Move CS8409 HDA bridge to separate module
5956 - ALSA: hda/cs8409: Move arrays of configuration to a new file
5957 - ALSA: hda/cs8409: Use enums for register names and coefficients
5958 - ALSA: hda/cs8409: Mask all CS42L42 interrupts on initialization
5959 - ALSA: hda/cs8409: Reduce HS pops/clicks for Cyborg
5960 - ALSA: hda/cs8409: Disable unnecessary Ring Sense for Cyborg/Warlock/Bullseye
5961 - ALSA: hda/cs8409: Disable unsolicited responses during suspend
5962 - ALSA: hda/cs8409: Disable unsolicited response for the first boot
5963 - ALSA: hda/cs8409: Mask CS42L42 wake events
5964 - ALSA: hda/cs8409: Simplify CS42L42 jack detect.
5965 - ALSA: hda/cs8409: Prevent I2C access during suspend time
5966 - ALSA: hda/cs8409: Generalize volume controls
5967 - ALSA: hda/cs8409: Dont disable I2C clock between consecutive accesses
5968 - ALSA: hda/cs8409: Avoid setting the same I2C address for every access
5969 - ALSA: hda/cs8409: Avoid re-setting the same page as the last access
5970 - ALSA: hda/cs8409: Support i2c bulk read/write functions
5971 - ALSA: hda/cs8409: Separate CS8409, CS42L42 and project functions
5972 - ALSA: hda/cs8409: Move codec properties to its own struct
5973 - ALSA: hda/cs8409: Support multiple sub_codecs for Suspend/Resume/Unsol
5974 events
5975 - ALSA: hda/cs8409: Add Support to disable jack type detection for CS42L42
5976 - ALSA: hda/cs8409: Add support for dolphin
5977 - ALSA: hda/cs8409: Enable Full Scale Volume for Line Out Codec on Dolphin
5978 - ALSA: hda/cs8409: Set fixed sample rate of 48kHz for CS42L42
5979 - ALSA: hda/cs8409: Use timeout rather than retries for I2C transaction waits
5980 - ALSA: hda/cs8409: Remove unnecessary delays
5981 - ALSA: hda/cs8409: Follow correct CS42L42 power down sequence for suspend
5982 - ALSA: hda/cs8409: Unmute/Mute codec when stream starts/stops
5983 - ALSA: hda/cs8409: Prevent pops and clicks during suspend
5984 - SAUCE: ALSA: hda/cs8409: Prevent pops and clicks during reboot
5985 - [Config] Enable Cirrus Logic HDA bridge support
5986
5987 * e1000e: add handshake with the Intel CSME to support S0ix (LP: #1937252)
5988 - SAUCE: e1000e: Add handshake with the CSME to support S0ix
5989 - SAUCE: e1000e: Add polling mechanism to indicate CSME DPG exit
5990 - SAUCE: e1000e: Additional PHY power saving in S0ix
5991
5992 * AMDGPU: Fix System hang after resume from suspend (LP: #1940204)
5993 - SAUCE: drm/amdgpu: disable BACO support for 699F:C7 polaris12 SKU
5994 temporarily
5995
5996 * [Regression] Audio card [8086:9d71] not detected after upgrade from linux
5997 5.4 to 5.8 (LP: #1915117)
5998 - [Config] set CONFIG_SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC to y
5999
6000 * Miscellaneous Ubuntu changes
6001 - rebase to v5.14-rc7
6002 - [Config] updateconfigs following 5.14-rc7 rebase
6003 - [Config] Enable CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT
6004 - [Config] annotations: set CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT to y
6005
6006 * Miscellaneous upstream changes
6007 - Revert "UBUNTU: [Config] annotations: set
6008 CONFIG_SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC to y"
6009 - Revert "UBUNTU: [Config] set CONFIG_SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC to
6010 y"
5f51f1b9 6011
042e0d42
PP
6012 [ Upstream Kernel Changes ]
6013
6014 * Rebase to v5.14-rc7
6015
ab3b5624 6016 -- Paolo Pisati <paolo.pisati@canonical.com> Tue, 24 Aug 2021 10:32:31 +0200
5f51f1b9 6017
fe7ef860 6018linux-unstable (5.14.0-6.6) impish; urgency=medium
58a3b9d6 6019
fe7ef860
PP
6020 * Miscellaneous Ubuntu changes
6021 - no changes upload (to avoid picking up libc6 from -proposed)
58a3b9d6 6022
ddc9b5cb
PP
6023 * No changes upload (to avoid picking up libc6 from -proposed)
6024
fe7ef860 6025 -- Paolo Pisati <paolo.pisati@canonical.com> Wed, 18 Aug 2021 13:41:16 +0200
58a3b9d6 6026
4c2e9076 6027linux-unstable (5.14.0-5.5) impish; urgency=medium
826e781a 6028
4c2e9076
PP
6029 * disable “CONFIG_HISI_DMA” config for ubuntu version (LP: #1936771)
6030 - [Config] Disable CONFIG_HISI_DMA
6031
6032 * Dell XPS 17 (9710) PCI/internal sound card not detected (LP: #1935850)
6033 - ASoC: Intel: sof_sdw: include rt711.h for RT711 JD mode
6034 - ASoC: Intel: sof_sdw: add quirk for Dell XPS 9710
6035
6036 * [regression] USB device is not detected during boot (LP: #1939638)
6037 - SAUCE: Revert "usb: core: reduce power-on-good delay time of root hub"
6038
6039 * armhf build failure (LP: #1939308)
6040 - SAUCE: arm: Fix instruction set selection for GCC 11
6041
6042 * REGRESSION: shiftfs lets sendfile fail with EINVAL (LP: #1939301)
6043 - SAUCE: shiftfs: fix sendfile() invocations
6044
6045 * Wobbly graphics on built-in display since linux-image-5.11.0-22-generic
6046 (LP: #1936708)
6047 - SAUCE: drm/i915/dp: Use max params for older panels
6048
6049 * [SRU][H/OEM-5.10/OEM-5.13/U] Fix system hang after unplug tbt dock
6050 (LP: #1938689)
6051 - SAUCE: igc: fix page fault when thunderbolt is unplugged
6052
6053 * e1000e blocks the boot process when it tried to write checksum to its NVM
6054 (LP: #1936998)
6055 - SAUCE: e1000e: Do not take care about recovery NVM checksum
6056
6057 * [Regression] Audio card [8086:9d71] not detected after upgrade from linux
6058 5.4 to 5.8 (LP: #1915117)
6059 - [Config] set CONFIG_SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC to y
6060 - [Config] annotations: set CONFIG_SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC to y
6061
6062 * Miscellaneous Ubuntu changes
6063 - [Config] updateconfigs following 5.14-rc6 rebase
6064 - rebase to v5.14-rc6
826e781a 6065
312442bd
PP
6066 [ Upstream Kernel Changes ]
6067
6068 * Rebase to v5.14-rc6
6069
4c2e9076 6070 -- Paolo Pisati <paolo.pisati@canonical.com> Tue, 17 Aug 2021 17:49:15 +0200
826e781a 6071
ae790361 6072linux-unstable (5.14.0-4.4) impish; urgency=medium
75b2ad21 6073
ae790361 6074 * impish/linux-unstable: 5.14.0-4.4 -proposed tracker (LP: #1938566)
75b2ad21 6075
ae790361
PP
6076 * Packaging resync (LP: #1786013)
6077 - update dkms package versions
6078
6079 * Miscellaneous upstream changes
6080 - Revert "riscv: Get CPU manufacturer information"
6081
6082 -- Paolo Pisati <paolo.pisati@canonical.com> Tue, 03 Aug 2021 14:50:27 +0200
75b2ad21 6083
1f545cf9 6084linux-unstable (5.14.0-3.3) impish; urgency=medium
ffccf131 6085
1f545cf9
PP
6086 * Add additional Mediatek MT7921 WiFi/BT device IDs (LP: #1937004)
6087 - SAUCE: Bluetooth: btusb: Add Mediatek MT7921 support for Foxconn
6088 - SAUCE: Bluetooth: btusb: Add Mediatek MT7921 support for IMC Network
6089 - SAUCE: Bluetooth: btusb: Add support for Foxconn Mediatek Chip
6090
6091 * Fix display output on HP hybrid GFX laptops (LP: #1936296)
6092 - drm/i915: Invoke another _DSM to enable MUX on HP Workstation laptops
6093
6094 * Miscellaneous Ubuntu changes
6095 - rebase to v5.14-rc3
6096 - [Config] updateconfigs following 5.14-rc3 rebase
ffccf131 6097
43566fff
PP
6098 [ Upstream Kernel Changes ]
6099
6100 * Rebase to v5.14-rc3
6101
1f545cf9 6102 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 26 Jul 2021 12:52:38 +0200
ffccf131 6103
cea64d4a 6104linux-unstable (5.14.0-2.2) impish; urgency=medium
c679948e 6105
cea64d4a
PP
6106 * Packaging resync (LP: #1786013)
6107 - update dkms package versions
6108
6109 * Miscellaneous Ubuntu changes
6110 - SAUCE: xr-usb-serial: update return code for xr_usb_serial_tty_write_room()
6111 and xr_usb_serial_tty_chars_in_buffer()
6112 - SAUCE: platform/x86: dell-uart-backlight: update return code for
6113 uart_chars_in_buffer(()
6114 - [Config] updateconfigs following 5.14-rc2 rebase
6115
6116 * Miscellaneous upstream changes
6117 - Revert "UBUNTU: [Config] FTBFS: disable ubuntu/xr-usb-serial"
6118 - Revert "UBUNTU: [Config] FTBFS: disable DELL_UART_BACKLIGHT"
c679948e 6119
edc83836
PP
6120 [ Upstream Kernel Changes ]
6121
6122 * Rebase to v5.14-rc2
6123
cea64d4a 6124 -- Paolo Pisati <paolo.pisati@canonical.com> Thu, 22 Jul 2021 11:03:28 +0200
c679948e 6125
ce4deb40 6126linux-unstable (5.14.0-1.1) impish; urgency=medium
7dfb8696 6127
ce4deb40
PP
6128 * Packaging resync (LP: #1786013)
6129 - update dkms package versions
6130
6131 * Miscellaneous Ubuntu changes
6132 - [Packaging] bump kernel version to 5.14
6133 - [Config] updateconfigs following 5.14-rc1 rebase
6134 - [Config] update annotations
6135 - [Packaging] FTBFS: disable zfs
6136 - [Config] FTBFS: disable DELL_UART_BACKLIGHT
6137 - [Config] FTBFS: disable ubuntu/xr-usb-serial
6138
6139 * Miscellaneous upstream changes
6140 - Revert "UBUNTU: [Packaging] update variants"
7dfb8696
PP
6141
6142 [ Upstream Kernel Changes ]
6143
6144 * Rebase to v5.14-rc1
6145
ce4deb40 6146 -- Paolo Pisati <paolo.pisati@canonical.com> Fri, 16 Jul 2021 15:20:04 +0200
7dfb8696 6147
45cba81d
PP
6148linux-unstable (5.14.0-0.0) impish; urgency=medium
6149
6150 * Empty entry
6151
6152 -- Paolo Pisati <paolo.pisati@canonical.com> Tue, 13 Jul 2021 12:15:35 +0200
6153
f1328be8 6154linux (5.13.0-11.11) impish; urgency=medium
bbda8db3 6155
f1328be8 6156 * impish/linux: 5.13.0-11.11 -proposed tracker (LP: #1933854)
bbda8db3 6157
f1328be8
AR
6158 * Packaging resync (LP: #1786013)
6159 - [Packaging] update variants
6160
6161 * Support builtin revoked certificates (LP: #1932029)
6162 - [Packaging] build canonical-revoked-certs.pem from branch/arch certs
6163 - [Packaging] Revoke 2012 UEFI signing certificate as built-in
6164 - [Config] Configure CONFIG_SYSTEM_REVOCATION_KEYS with revoked keys
6165
6166 * Miscellaneous Ubuntu changes
6167 - [Packaging] Change source package name to linux
6168
6169 * Miscellaneous upstream changes
6170 - mm/page_alloc: Correct return value of populated elements if bulk array is
6171 populated
6172
6173 -- Andrea Righi <andrea.righi@canonical.com> Tue, 29 Jun 2021 07:50:25 +0200
bbda8db3 6174
b6133ada
AR
6175linux (5.13.0-10.10) impish; urgency=medium
6176
6177 * Empty entry
6178
6179 -- Andrea Righi <andrea.righi@canonical.com> Mon, 28 Jun 2021 08:40:05 +0200
6180
9491dc31 6181linux-unstable (5.13.0-10.10) impish; urgency=medium
c6e05a36 6182
9491dc31
AR
6183 * impish/linux-unstable: 5.13.0-10.10 -proposed tracker (LP: #1933795)
6184
6185 * Pixel format change broken for Elgato Cam Link 4K (LP: #1932367)
6186 - media: uvcvideo: Fix pixel format change for Elgato Cam Link 4K
6187
6188 * initramfs-tools & kernel: use zstd as the default compression method
6189 (LP: #1931725)
6190 - s390/decompressor: correct BOOT_HEAP_SIZE condition
6191 - s390/boot: add zstd support
6192 - [Packaging] use ZSTD to compress s390 kernels
6193
6194 * Miscellaneous Ubuntu changes
6195 - SAUCE: selftests: tls: fix chacha+bidir tests
6196 - SAUCE: selftests: icmp_redirect: support expected failures
6197 - [Config] update configs and annotations after rebase to 5.13
6198
6199 * Miscellaneous upstream changes
6200 - tls: prevent oversized sendfile() hangs by ignoring MSG_MORE
c6e05a36 6201
f9a01115
AR
6202 [ Upstream Kernel Changes ]
6203
6204 * Rebase to v5.13
6205
9491dc31 6206 -- Andrea Righi <andrea.righi@canonical.com> Mon, 28 Jun 2021 08:40:05 +0200
c6e05a36 6207
ae1d66cf 6208linux-unstable (5.13.0-9.9) impish; urgency=medium
f58ab81f 6209
ae1d66cf
AR
6210 * impish/linux-unstable: 5.13.0-9.9 -proposed tracker (LP: #1933070)
6211
6212 * Add support for selective build of special drivers (LP: #1912789)
6213 - [Packaging] Add support for ODM drivers
6214 - [Packaging] Turn on ODM support for amd64
6215 - [Packaging] Fix ODM support in actual build
6216 - [Packaging] Fix ODM DRIVERS Kconfig
6217
6218 * Add support for IO functions of AAEON devices (LP: #1929504)
6219 - ODM: [Config] update config for AAEON devices
6220 - ODM: hwmon: add driver for AAEON devices
6221 - ODM: leds: add driver for AAEON devices
6222 - ODM: watchdog: add driver for AAEON devices
6223 - ODM: gpio: add driver for AAEON devices
6224 - ODM: mfd: Add support for IO functions of AAEON devices
6225
6226 * Disable hv-kvp-daemon.service on certain instance types (LP: #1932081)
6227 - [Packaging]: Add kernel command line condition to hv-kvp-daemon service
6228
6229 * Fix non-working GPU on Some HP desktops (LP: #1931147)
6230 - PCI: Coalesce host bridge contiguous apertures
6231
6232 * Miscellaneous Ubuntu changes
6233 - SAUCE: selftests: seccomp: bump up timeout to 5min
6234 - SAUCE: Revert "net/tls(TLS_SW): Add selftest for 'chunked' sendfile test"
6235 - [Config] update annotations after rebase to 5.13-rc7
f58ab81f 6236
e337c05d
AR
6237 [ Upstream Kernel Changes ]
6238
6239 * Rebase to v5.13-rc7
6240
ae1d66cf 6241 -- Andrea Righi <andrea.righi@canonical.com> Mon, 21 Jun 2021 10:55:36 +0200
f58ab81f 6242
51267513 6243linux-unstable (5.13.0-8.8) impish; urgency=medium
86511149 6244
51267513 6245 * impish/linux-unstable: 5.13.0-8.8 -proposed tracker (LP: #1932018)
86511149 6246
51267513
AR
6247 * Packaging resync (LP: #1786013)
6248 - update dkms package versions
6249
6250 * initramfs-tools & kernel: use zstd as the default compression method
6251 (LP: #1931725)
6252 - [Config] use ZSTD to compress amd64 kernels
6253
6254 * Miscellaneous Ubuntu changes
6255 - [Config] enable signing for ppc64el
6256 - SAUCE: powerpc: Fix initrd corruption with relative jump labels
6257
6258 -- Andrea Righi <andrea.righi@canonical.com> Tue, 15 Jun 2021 15:07:34 +0200
86511149 6259
5083177e 6260linux-unstable (5.13.0-7.7) impish; urgency=medium
77503546 6261
5083177e
AR
6262 * impish/linux-unstable: 5.13.0-7.7 -proposed tracker (LP: #1931840)
6263
6264 * Packaging resync (LP: #1786013)
6265 - update dkms package versions
6266 - [Packaging] resync getabis
6267 - [Packaging] update helper scripts
6268 - update dkms package versions
6269
6270 * Intel ADL-S graphics feature enabling (LP: #1931240)
6271 - SAUCE: drm/i915/adl_s: ADL-S platform Update PCI ids for Mobile BGA
6272
6273 * Kernel package builds running out of space on builders (LP: #1930713)
6274 - [Config] CONFIG_DEBUG_INFO_COMPRESSED=n
6275
6276 * Miscellaneous Ubuntu changes
6277 - [Debian] remove nvidia dkms build support
6278 - [Config] remove now unsued do_dkms_nvidia* build variables
6279 - [Config] enable signing for s390x
6280 - [Config] update annotations after configs review
6281 - [Config] update toolchain versions
77503546 6282
b04b37c7
AR
6283 [ Upstream Kernel Changes ]
6284
6285 * Rebase to v5.13-rc6
6286
5083177e 6287 -- Andrea Righi <andrea.righi@canonical.com> Mon, 14 Jun 2021 11:53:08 +0200
77503546 6288
083959ec 6289linux-unstable (5.13.0-6.6) impish; urgency=medium
f642e5b0 6290
083959ec
AR
6291 * impish/linux-unstable: 5.13.0-6.6 -proposed tracker (LP: #1931071)
6292
6293 * Kernel package builds running out of space on builders (LP: #1930713)
6294 - [Debian] use stamps for flavour install targets
6295 - [Debian] run install-$(flavour) targets during build phase
6296 - [Debian] remove dh_testroot from install targets
6297 - [Debian] dkms-build -- use fakeroot if not running as root
6298 - [Debian] exclude $(DEBIAN)/__abi.current from linux-source
6299
6300 * [UBUNTU 21.04] tools/kvm_stat: Add restart delay (LP: #1921870)
6301 - [Debian] install kvm_stat systemd service
6302
6303 * Debugging symbols (dbgsym) packages are missing GDB kernel scripts
6304 (LP: #1928715)
6305 - [Packaging] Build and include GDB Python scripts into debug packages
6306
6307 * Can't detect intel wifi 6235 (LP: #1920180)
6308 - SAUCE: iwlwifi: add new pci id for 6235
6309
6310 * Select correct boot VGA when BIOS doesn't do it properly (LP: #1929217)
6311 - vgaarb: Use ACPI HID name to find integrated GPU
6312
6313 * Fix kernel panic on Intel Bluetooth (LP: #1928838)
6314 - Bluetooth: Shutdown controller after workqueues are flushed or cancelled
6315
6316 * build module CONFIG_SND_SOC_INTEL_SOUNDWIRE_SOF_MACH=m for 5.11, 5.13-rc2
6317 and later (LP: #1921632)
6318 - [Config] enable soundwire audio mach driver
6319
6320 * Miscellaneous Ubuntu changes
6321 - [Config] CONFIG_SND_SOC_RT1308 can only be enabled on amd64
f642e5b0 6322
779edf8d
AR
6323 [ Upstream Kernel Changes ]
6324
6325 * Rebase to v5.13-rc5
6326
083959ec 6327 -- Andrea Righi <andrea.righi@canonical.com> Mon, 07 Jun 2021 10:45:13 +0200
f642e5b0 6328
d2f0b408 6329linux-unstable (5.13.0-5.5) impish; urgency=medium
0852c460 6330
d2f0b408 6331 * impish/linux-unstable: 5.13.0-5.5 -proposed tracker (LP: #1930205)
0852c460 6332
d2f0b408
AR
6333 * Packaging resync (LP: #1786013)
6334 - update dkms package versions
6335
6336 * Miscellaneous Ubuntu changes
6337 - [Config] set CONFIG_BPF_UNPRIV_DEFAULT_OFF=y
6338
6339 -- Andrea Righi <andrea.righi@canonical.com> Mon, 31 May 2021 12:32:38 +0200
0852c460 6340
ba8d5395 6341linux-unstable (5.13.0-4.4) impish; urgency=medium
d03f8641 6342
ba8d5395
AR
6343 * impish/linux-unstable: 5.13.0-4.4 -proposed tracker (LP: #1929404)
6344
6345 * Packaging resync (LP: #1786013)
6346 - update dkms package versions
6347
6348 * Support importing mokx keys into revocation list from the mok table
6349 (LP: #1928679)
6350 - SAUCE: integrity: add informational messages when revoking certs
6351
6352 * Support importing mokx keys into revocation list from the mok table
6353 (LP: #1928679) // CVE-2020-26541 when certificates are revoked via
6354 MokListXRT.
6355 - SAUCE: integrity: Load mokx certs from the EFI MOK config table
6356
6357 * Miscellaneous Ubuntu changes
6358 - [Config] Temporarily disable signing for ppc64el and s390x
6359 - SAUCE: Revert "UBUNTU: SAUCE: overlayfs: Be more careful about copying up
6360 sxid files"
6361 - SAUCE: Revert "UBUNTU: SAUCE: overlayfs: Propogate nosuid from lower and
6362 upper mounts"
6363 - SAUCE: Revert "UBUNTU: SAUCE: overlayfs: Enable user namespace mounts"
6364 - SAUCE: Revert "UBUNTU: SAUCE: overlayfs: ensure mounter privileges when
6365 reading directories"
6366 - SAUCE: Revert "UBUNTU: SAUCE: fs: Move SB_I_NOSUID to the top of s_iflags"
d03f8641 6367
2ab08ef9
AR
6368 [ Upstream Kernel Changes ]
6369
6370 * Rebase to v5.13-rc3
6371
ba8d5395 6372 -- Andrea Righi <andrea.righi@canonical.com> Mon, 24 May 2021 13:06:17 +0200
d03f8641 6373
452fabf8 6374linux-unstable (5.13.0-3.3) impish; urgency=medium
d90ec854 6375
452fabf8 6376 * impish/linux-unstable: 5.13.0-3.3 -proposed tracker (LP: #1928655)
d90ec854 6377
225d76ef
AR
6378 [ Upstream Kernel Changes ]
6379
6380 * Rebase to v5.13-rc2
6381
452fabf8 6382 -- Andrea Righi <andrea.righi@canonical.com> Mon, 17 May 2021 11:55:02 +0200
d90ec854 6383
7fe41244 6384linux-unstable (5.13.0-2.2) impish; urgency=medium
d2acd418 6385
7fe41244
AR
6386 * Miscellaneous Ubuntu changes
6387 - [Config] enable CONFIG_DEBUG_INFO_COMPRESSED
d2acd418 6388
7fe41244
AR
6389 * Miscellaneous upstream changes
6390 - Revert "UBUNTU: [Config] temporarily disable BPF JIT"
6391
6392 -- Andrea Righi <andrea.righi@canonical.com> Fri, 14 May 2021 09:19:02 +0200
d2acd418 6393
8bf089b1 6394linux-unstable (5.13.0-1.1) impish; urgency=medium
fbb2d256 6395
bb50f0a8
AR
6396 [ Upstream Kernel Changes ]
6397
6398 * Rebase to v5.13-rc1
6399
8bf089b1 6400 -- Andrea Righi <andrea.righi@canonical.com> Wed, 12 May 2021 11:35:23 +0200
fbb2d256 6401
52efe85b
AR
6402linux-unstable (5.13.0-0.0) impish; urgency=medium
6403
6404 * Empty entry
6405
6406 -- Andrea Righi <andrea.righi@canonical.com> Tue, 11 May 2021 08:40:09 +0200
6407
2392988e
AR
6408linux-unstable (5.12.0-11.11) impish; urgency=medium
6409
6410 * Impish update: v5.12.1 upstream stable release (LP: #1927094)
6411 - net: hso: fix NULL-deref on disconnect regression
6412 - USB: CDC-ACM: fix poison/unpoison imbalance
6413 - iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_gen2_enqueue_hcmd()
6414 - cfg80211: fix locking in netlink owner interface destruction
6415 - mei: me: add Alder Lake P device id.
6416 - Linux 5.12.1
6417
6418 * Packaging resync (LP: #1786013) // Impish update: v5.12.1 upstream stable
6419 release (LP: #1927094)
6420 - update dkms package versions
6421
6422 * Gigabyte R120-T33 (ARM ThunderX SoC) fails to boot in ACPI mode
6423 (LP: #1925075) // Impish update: v5.12.1 upstream stable release
6424 (LP: #1927094)
6425 - ACPI: GTDT: Don't corrupt interrupt mappings on watchdow probe failure
6426
6427 * Fix kernel panic at boot on dual GFX systems (LP: #1926792) // Impish
6428 update: v5.12.1 upstream stable release (LP: #1927094)
6429 - drm/amdgpu: Register VGA clients after init can no longer fail
6430
6431 * On TGL platforms screen shows garbage when browsing website by scrolling
6432 mouse (LP: #1926579) // Impish update: v5.12.1 upstream stable release
6433 (LP: #1927094)
6434 - SAUCE: drm/i915/display: Disable PSR2 if TGL Display stepping is B1 from A0
6435
6436 * CirrusLogic: Cracking noises appears in built-in speaker when output volume
6437 is set >80% (LP: #1924997) // Impish update: v5.12.1 upstream stable release
6438 (LP: #1927094)
6439 - SAUCE: ALSA: hda/cirrus: Use CS8409 Equalizer to fix abnormal sounds on
6440 Bullseye
6441
6442 * Enable mute/micmute LEDs and limit mic boost on EliteBook 845 G8
6443 (LP: #1925415) // Impish update: v5.12.1 upstream stable release
6444 (LP: #1927094)
6445 - ALSA: hda/realtek: Enable mute/micmute LEDs and limit mic boost on EliteBook
6446 845 G8
6447
6448 * Miscellaneous upstream changes
6449 - Revert "UBUNTU: SAUCE: PCI: Disable broken RTIT_BAR of Intel TH"
6450 - Revert "UBUNTU: [Config] temporarily disable ZFS"
6451
6452 -- Paolo Pisati <paolo.pisati@canonical.com> Tue, 04 May 2021 18:35:54 +0200
6453
6454linux-unstable (5.12.0-10.10) impish; urgency=medium
6455
6456 * Packaging resync (LP: #1786013)
6457 - update dkms package versions
6458
6459 * Miscellaneous Ubuntu changes
6460 - [Packaging] Drop versioned ABI directory names
6461 - [Packaging] getabis: Download ABIs into an unversioned directory
6462 - [Packaging] final-checks: Handle unversioned ABI directories
6463 - bump to impish
6464 - [Config] GCC version update
6465
6466 -- Paolo Pisati <paolo.pisati@canonical.com> Thu, 29 Apr 2021 12:27:20 +0200
6467
6468linux-unstable (5.12.0-9.9) impish; urgency=medium
6469
6470 [ Upstream Kernel Changes ]
6471
6472 * Rebase to v5.12-rc8
6473
6474 -- Seth Forshee <seth.forshee@canonical.com> Mon, 26 Apr 2021 11:14:16 -0500
6475
6476linux-unstable (5.12.0-8.8) hirsute; urgency=medium
6477
6478 * CVE-2021-3492
6479 - SAUCE: shiftfs: free allocated memory in shiftfs_btrfs_ioctl_fd_replace()
6480 error paths
6481 - SAUCE: shiftfs: handle copy_to_user() return values correctly
6482
6483 * Fix no picture from HDMI when it's plugged after boot (LP: #1924238)
6484 - drm/i915/display: Handle lane polarity for DDI port
6485
6486 * hirsute beta desktop AMD64 ISO kernel panic on boot when booting using UEFI
6487 (LP: #1922403)
6488 - SAUCE: efifb: Check efifb_pci_dev before using it
6489
6490 * Miscellaneous Ubuntu changes
6491 - Rebase to v5.12-rc8
6492 - [Config] updateconfigs following 5.12-rc8 rebase
6493
6494 [ Upstream Kernel Changes ]
6495
6496 * Rebase to v5.12-rc8
6497
6498 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 19 Apr 2021 11:37:27 +0200
6499
6500linux-unstable (5.12.0-7.7) hirsute; urgency=medium
6501
6502 * drm/i915: Drop force_probe requirement for Rocket Lake (LP: #1905466)
6503 - drm/i915/rkl: Remove require_force_probe protection
6504
6505 * HP m400 cartridges fail to find NIC when deploying hirsute (LP: #1918793)
6506 - PCI: xgene: Fix cfg resource mapping
6507
6508 * Update - Fix no screen show on display after S3 on CML-R (LP: #1922768)
6509 - drm/i915/gen9bc: Handle TGP PCH during suspend/resume
6510
6511 * Miscellaneous Ubuntu changes
6512 - SAUCE: RDMA/core: Introduce peer memory interface
6513 - Rebase to v5.12-rc7
6514
6515 [ Upstream Kernel Changes ]
6516
6517 * Rebase to v5.12-rc7
6518
6519 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 12 Apr 2021 11:48:07 +0200
6520
6521linux-unstable (5.12.0-6.6) hirsute; urgency=medium
6522
6523 * Packaging resync (LP: #1786013)
6524 - [Packaging] update variants
6525
6526 * i915 doesn't support some high pixel clock 4k * 60Hz monitors (LP: #1922372)
6527 - drm/i915/vbt: update DP max link rate table
6528
6529 * Tegra "mmc0: Timeout waiting for hardware interrupt" (LP: #1921140)
6530 - SAUCE: mmc: host: Add required callbacks to set/clear CQE_EN bit
6531
6532 * Enable ath11k debugfs/tracing (LP: #1922033)
6533 - [Config] enable ath11k debugfs/tracing
6534
6535 * Fix mic on P620 after S3 resume (LP: #1921757)
6536 - ALSA: usb-audio: Carve out connector value checking into a helper
6537 - ALSA: usb-audio: Check connector value on resume
6538
6539 * Miscellaneous Ubuntu changes
6540 - [Config] amd64,arm64: build KFENCE support but disable it by default
6541 (KFENCE_SAMPLE_INTERVAL=0)
6542 - Rebase to v5.12-rc6
6543
6544 * Miscellaneous upstream changes
6545 - drm/dp: add MSO related DPCD registers
6546 - drm/i915/edp: reject modes with dimensions other than fixed mode
6547 - drm/i915/edp: always add fixed mode to probed modes in ->get_modes()
6548 - drm/i915/edp: read sink MSO configuration for eDP 1.4+
6549 - drm/i915/reg: add stream splitter configuration definitions
6550 - drm/i915/mso: add splitter state readout for platforms that support it
6551 - drm/i915/mso: add splitter state check
6552 - drm/i915/edp: modify fixed and downclock modes for MSO
6553 - drm/i915/edp: enable eDP MSO during link training
6554
6555 [ Upstream Kernel Changes ]
6556
6557 * Rebase to v5.12-rc6
6558
6559 -- Paolo Pisati <paolo.pisati@canonical.com> Wed, 07 Apr 2021 11:42:55 +0200
6560
6561linux-unstable (5.12.0-5.5) hirsute; urgency=medium
6562
6563 * Packaging resync (LP: #1786013)
6564 - update dkms package versions
6565
6566 * alsa/realtek: extend the delay time in the determine_headset_type for a
6567 Dell AIO (LP: #1920747)
6568 - SAUCE: ALSA: hda/realtek: fix a determine_headset_type issue for a Dell AIO
6569
6570 * power off stress test will hang on the TGL machines (LP: #1919930)
6571 - SAUCE: ASoC: SOF: Intel: TGL: set shutdown callback to hda_dsp_shutdown
6572 - [Config] set SND_SOC_SOF_HDA_ALWAYS_ENABLE_DMI_L1 to n
6573
6574 * lockdown on power (LP: #1855668)
6575 - SAUCE: (lockdown) powerpc: lock down kernel in secure boot mode
6576
6577 * Miscellaneous Ubuntu changes
6578 - [Config] arm64 -- unify build_image and kernel_file values
6579 - SAUCE: (lockdown) Add efi_status_to_str() and rework efi_status_to_err().
6580 - SAUCE: (lockdown) Make get_cert_list() use efi_status_to_str() to print
6581 error messages.
6582 - SAUCE: (lockdown) security: lockdown: expose a hook to lock the kernel down
6583 - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure boot
6584 mode
6585 - SAUCE: (lockdown) efi: Lock down the kernel if booted in secure boot mode
6586 - SAUCE: (lockdown) s390: Lock down the kernel when the IPL secure flag is set
6587 - SAUCE: (lockdown) KEYS: Make use of platform keyring for module signature
6588 verify
6589 - SAUCE: (lockdown) arm64: Allow locking down the kernel under EFI secure boot
6590 - SAUCE: (lockdown) security: lockdown: Make
6591 CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic
6592 - SAUCE: xr-usb-serial: clean up indentation
6593 - SAUCE: xr-usb-serial: clean up build warnings
6594 - SAUCE: apparmor: Fix build error, make sk parameter const
6595 - Rebase to v5.12-rc5
6596 - [Config] updateconfigs following v5.12-rc5 rebase
6597
6598 * Miscellaneous upstream changes
6599 - Revert "UBUNTU: SAUCE: (lockdown) s390: Lock down the kernel when the IPL
6600 secure flag is set"
6601 - Revert "UBUNTU: SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to
6602 indicate secure boot mode"
6603 - Revert "UBUNTU: SAUCE: (lockdown) powerpc: lock down kernel in secure boot
6604 mode"
6605 - Revert "UBUNTU: SAUCE: (lockdown) security: lockdown: Make
6606 CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic"
6607 - Revert "UBUNTU: SAUCE: (lockdown) arm64: Allow locking down the kernel under
6608 EFI secure boot"
6609 - Revert "UBUNTU: SAUCE: (lockdown) KEYS: Make use of platform keyring for
6610 module signature verify"
6611 - Revert "UBUNTU: SAUCE: (lockdown) efi: Lock down the kernel if booted in
6612 secure boot mode"
6613 - Revert "UBUNTU: SAUCE: (lockdown) security: lockdown: expose a hook to lock
6614 the kernel down"
6615 - Revert "UBUNTU: SAUCE: (lockdown) Make get_cert_list() use
6616 efi_status_to_str() to print error messages."
6617 - Revert "UBUNTU: SAUCE: (lockdown) Add efi_status_to_str() and rework
6618 efi_status_to_err()."
6619
6620 [ Upstream Kernel Changes ]
6621
6622 * Rebase to v5.12-rc5
6623
6624 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 29 Mar 2021 12:59:38 +0200
6625
6626linux-unstable (5.12.0-4.4) hirsute; urgency=medium
6627
6628 * Packaging resync (LP: #1786013)
6629 - update dkms package versions
6630
6631 * Fix broken efifb on graphics device without driver (LP: #1914411)
6632 - SAUCE: efifb: Ensure graphics device for efifb stays at PCI D0
6633
6634 * Fix system sleep on TGL systems with Intel ME (LP: #1919321)
6635 - SAUCE: PCI: Serialize TGL e1000e PM ops
6636
6637 * Miscellaneous Ubuntu changes
6638 - Rebase to v5.12-rc4
6639 - [Config] updateconfigs following v5.12-rc4 rebase
6640
6641 * Miscellaneous upstream changes
6642 - riscv: dts: fu740: fix cache-controller interrupts
6643 - riscv: sifive: fu740: cpu{1, 2, 3, 4} set compatible to sifive, u74-mc
6644 - riscv: sifive: unmatched: update for 16GB rev3
6645 - riscv: Add 3 SBI wrapper functions to get cpu manufacturer information
6646 - riscv: Get CPU manufacturer information
6647 - riscv: Introduce alternative mechanism to apply errata solution
6648 - riscv: sifive: apply errata "cip-453" patch
6649 - clk: sifive: Add pcie_aux clock in prci driver for PCIe driver
6650 - clk: sifive: Use reset-simple in prci driver for PCIe driver
6651 - MAINTAINERS: Add maintainers for SiFive FU740 PCIe driver
6652 - dt-bindings: PCI: Add SiFive FU740 PCIe host controller
6653 - PCI: designware: Add SiFive FU740 PCIe host controller driver
6654 - riscv: dts: Add PCIe support for the SiFive FU740-C000 SoC
6655
6656 [ Upstream Kernel Changes ]
6657
6658 * Rebase to v5.12-rc4
6659
6660 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 22 Mar 2021 12:43:14 +0100
6661
6662linux-unstable (5.12.0-3.3) hirsute; urgency=medium
6663
6664 * riscv: revert SiFive Unleashed CPUFreq (LP: #1917433)
6665 - SAUCE: Revert "SiFive Unleashed CPUFreq"
6666
6667 * Dell Precision 5550 takes up to 10 seconds to respond when coming out of
6668 sleep (LP: #1919123)
6669 - SAUCE: Input: i8042 - add dmi quirk
6670
6671 * LRMv4: switch to signing nvidia modules via the Ubuntu Modules signing key
6672 (LP: #1918134)
6673 - [Packaging] sync dkms-build et al from LRMv4
6674
6675 * curtin: install flash-kernel in arm64 UEFI unexpected (LP: #1918427)
6676 - [Packaging] Allow grub-efi-arm* to satisfy recommends on ARM
6677
6678 * Packaging resync (LP: #1786013)
6679 - update dkms package versions
6680
6681 * Enable Tegra support in arm64 for NVIDIA Jetson (LP: #1918471)
6682 - [Config] enable ARCH_TEGRA and all Tegra SOC's
6683 - [Packaging] include modern Tegra modules
6684
6685 * Cirrus Audio Codec CS8409/CS42L42: Input Device does not switch to headset
6686 Mic when a headset is inserted (LP: #1918378)
6687 - SAUCE: ALSA: hda/cirrus: Fix Headset Mic volume control name
6688
6689 * Cirrus Audio Codec CS8409/CS42L42 support (LP: #1916554)
6690 - ALSA: hda/cirrus: Increase AUTO_CFG_MAX_INS from 8 to 18
6691 - ALSA: hda/cirrus: Add support for CS8409 HDA bridge and CS42L42 companion
6692 codec.
6693 - ALSA: hda/cirrus: Add jack detect interrupt support from CS42L42 companion
6694 codec.
6695 - ALSA: hda/cirrus: Add Headphone and Headset MIC Volume Control
6696
6697 * drm/i915: Drop force_probe requirement for JSL (LP: #1917843)
6698 - SAUCE: drm/i915: Drop require_force_probe from JSL
6699
6700 * Miscellaneous Ubuntu changes
6701 - [Packaging] Skip d-i code if udebs are disabled
6702 - [Packaging] Disable udebs if $DEBIAN/d-i doesn't exist
6703 - [Packaging] remove dh-systemd build dependency
6704 - [Config] fix several annotaions with enforcement typos
6705 - [Config] refresh annotations
6706 - [Config] updateconfigs following v5.12-rc3 rebase
6707 - annotations: fixup after v5.12-rc3 rebase
6708 - Rebase to v5.12-rc3
6709
6710 [ Upstream Kernel Changes ]
6711
6712 * Rebase to v5.12-rc3
6713
6714 -- Paolo Pisati <paolo.pisati@canonical.com> Tue, 16 Mar 2021 18:43:03 +0100
6715
6716linux-unstable (5.12.0-2.2) hirsute; urgency=medium
6717
6718 * Miscellaneous Ubuntu changes
6719 - Rebase to v5.12-rc2
6720 - [Config] updateconfigs following v5.12-rc2 rebase
6721
6722 [ Upstream Kernel Changes ]
6723
6724 * Rebase to v5.12-rc2
6725
6726 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 08 Mar 2021 11:22:04 +0100
6727
6728linux-unstable (5.12.0-1.1) hirsute; urgency=medium
6729
6730 * Packaging resync (LP: #1786013)
6731 - update dkms package versions
6732
6733 * Support no udeb profile (LP: #1916095)
6734 - [Packaging] replace custom filter script with dctrl-tools
6735 - [Packaging] correctly implement noudeb build profiles.
6736
6737 * Miscellaneous Ubuntu changes
6738 - [Packaging] dkms-versions -- remove nvidia-graphics-drivers-440-server
6739 - [Debian] run ubuntu-regression-suite for linux-unstable
6740 - [Packaging] remove Provides: aufs-dkms
6741 - [Config] update config and annotations following v5.12-rc1 rebase
6742 - [Config] disable nvidia and nvidia_server builds
6743 - [Config] temporarily disable ZFS
6744 - temporarily disable modules check
6745 - annotations: s390: temporarily remove CONFIG_KMSG_IDS
6746 - [Config] amd64: FTBFS: disable HIO
6747 - [Config] FTBFS: disable SHIFT_FS
6748 - [Config] s390: temporarily remove CONFIG_KMSG_IDS
6749
6750 * Miscellaneous upstream changes
6751 - Revert "UBUNTU: [Config] disable nvidia and nvidia_server builds"
6752 - Revert "UBUNTU: SAUCE: s390: kernel message catalog"
6753
6754 [ Upstream Kernel Changes ]
6755
6756 * Rebase to v5.12-rc1
6757
6758 -- Paolo Pisati <paolo.pisati@canonical.com> Thu, 04 Mar 2021 18:26:12 +0100
6759
6760linux-unstable (5.12.0-0.0) hirsute; urgency=medium
6761
6762 * Empty entry
6763
6764 -- Paolo Pisati <paolo.pisati@canonical.com> Thu, 04 Mar 2021 18:17:32 +0100
6765
29f98055
LO
6766linux-unstable (5.11.0-10.11) hirsute; urgency=medium
6767
6768 * Packaging resync (LP: #1786013)
6769 - [Packaging] update variants
6770
6771 * Support CML-S CPU + TGP PCH (LP: #1909457)
6772 - drm/i915/rkl: new rkl ddc map for different PCH
6773 - SAUCE: drm/i915/gen9_bc : Add TGP PCH support
6774
6775 * Use DCPD to control HP DreamColor panel (LP: #1911001)
6776 - SAUCE: drm/dp: Another HP DreamColor panel brigntness fix
6777
6778 * Update nvidia dkms build for module linker script changes
6779 - [Packaging] build-dkms--nvidia-N -- Update for preprocessed module linker
6780 script
6781
6782 * Please trust Canonical Livepatch Service kmod signing key (LP: #1898716)
6783 - [Config] enable CONFIG_MODVERSIONS=y
6784 - [Packaging] build canonical-certs.pem from branch/arch certs
6785 - [Config] add Canonical Livepatch Service key to SYSTEM_TRUSTED_KEYS
6786 - [Config] add ubuntu-drivers key to SYSTEM_TRUSTED_KEYS
6787
6788 * Miscellaneous Ubuntu changes
6789 - [Config] re-enable nvidia dkms
6790 - SAUCE: selftests: memory-hotplug: bump timeout to 10min
6791 - [Debian] update-aufs.sh -- Don't apply tmpfs-idr.patch
6792 - [Config] Update configs
6793 - [Config] disable nvidia and nvidia_server builds
6794 - SAUCE: Import aufs driver
6795 - [Config] CONFIG_AUFS_FS=n
6796 - [Config] refresh annotations file
6797 - [Config] set CONFIG_MIPI_I3C_HCI=m consistently
6798 - [Config] set CONFIG_PINCTRL_MSM8953=m on armhf generic-lpae
6799 - [Packaging] Change source package name to linux-unstable
6800 - [Config] update LD_VERSION in config due to toolchain update
6801
6802 * Miscellaneous upstream changes
6803 - Revert "UBUNTU: SAUCE: tmpfs: Don't use 64-bit inodes by defulat with 32-bit
6804 ino_t"
6805
6806 -- Andrea Righi <andrea.righi@canonical.com> Mon, 22 Feb 2021 07:18:07 +0100
6807
6808linux-unstable (5.11.0-9.10) hirsute; urgency=medium
6809
6810 * Empty entry
6811
6812 -- Andrea Righi <andrea.righi@canonical.com> Mon, 22 Feb 2021 07:02:45 +0100
6813
6814linux (5.11.0-9.10) hirsute; urgency=medium
6815
6816 * Packaging resync (LP: #1786013)
6817 - update dkms package versions
6818
6819 * Miscellaneous Ubuntu changes
6820 - [Config] update configs/annotations after rebase to 5.11
6821 - zfs-modules.ignore: add zzstd
6822
6823 [ Upstream Kernel Changes ]
6824
6825 * Rebase to v5.11
6826
6827 -- Andrea Righi <andrea.righi@canonical.com> Mon, 15 Feb 2021 16:29:36 +0100
6828
6829linux (5.11.0-8.9) hirsute; urgency=medium
6830
6831 * Missing device id for Intel TGL-H ISH [8086:43fc] in intel-ish-hid driver
6832 (LP: #1914543)
6833 - SAUCE: HID: intel-ish-hid: ipc: Add Tiger Lake H PCI device ID
6834
6835 * Add support for new Realtek ethernet NIC (LP: #1914604)
6836 - r8169: Add support for another RTL8168FP
6837
6838 * Miscellaneous Ubuntu changes
6839 - SAUCE: tmpfs: Don't use 64-bit inodes by defulat with 32-bit ino_t
6840 - [Config] Set CONFIG_TMPFS_INODE64=n for s390x
6841 - [Config] re-enable ZFS
6842
6843 [ Upstream Kernel Changes ]
6844
6845 * Rebase to v5.11-rc7
6846
6847 -- Andrea Righi <andrea.righi@canonical.com> Mon, 08 Feb 2021 11:56:23 +0100
6848
6849linux (5.11.0-7.8) hirsute; urgency=medium
6850
6851 * Packaging resync (LP: #1786013)
6852 - update dkms package versions
6853
6854 * Boot fails: failed to validate module [nls_iso8859_1] BTF: -22
6855 (LP: #1911359)
6856 - SAUCE: x86/entry: build thunk_$(BITS) only if CONFIG_PREEMPTION=y
6857
6858 * Remove scary stack trace from Realtek WiFi driver (LP: #1913263)
6859 - rtw88: reduce the log level for failure of tx report
6860
6861 * Fix unexpected AER/DPC on PCH400 and PCH500 (LP: #1913691)
6862 - Revert "UBUNTU: SAUCE: PCI: Enable ACS quirk on all CML root ports"
6863 - Revert "UBUNTU: SAUCE: PCI: Enable ACS quirk on CML root port"
6864 - SAUCE: PCI/AER: Disable AER interrupt during suspend
6865 - SAUCE: PCI/DPC: Disable DPC interrupt during suspend
6866
6867 * switch to an autogenerated nvidia series based core via dkms-versions
6868 (LP: #1912803)
6869 - [Packaging] nvidia -- use dkms-versions to define versions built
6870 - [Packaging] update-version-dkms -- maintain flags fields
6871
6872 * Introduce the new NVIDIA 460-server series and update the 460 series
6873 (LP: #1913200)
6874 - [Config] dkms-versions -- add the 460-server nvidia driver
6875
6876 * Fix the video can't output through WD19TB connected with TGL platform during
6877 cold-boot (LP: #1910211)
6878 - SAUCE: drm/i915/dp: Prevent setting LTTPR mode if no LTTPR is detected
6879
6880 * Stop using get_scalar_status command in Dell AIO uart backlight driver
6881 (LP: #1865402)
6882 - SAUCE: platform/x86: dell-uart-backlight: add get_display_mode command
6883
6884 * Miscellaneous Ubuntu changes
6885 - SAUCE: selftests/seccomp: Accept any valid fd in user_notification_addfd
6886 - [Packaging] Don't disable CONFIG_DEBUG_INFO in headers packages
6887 - [Config] update configs/annotations after rebase to 5.11-rc6
6888
6889 [ Upstream Kernel Changes ]
6890
6891 * Rebase to v5.11-rc6
6892
6893 -- Andrea Righi <andrea.righi@canonical.com> Mon, 01 Feb 2021 10:27:52 +0100
6894
6895linux (5.11.0-6.7) hirsute; urgency=medium
6896
6897 * Packaging resync (LP: #1786013)
6898 - update dkms package versions
6899
6900 * Prevent thermal shutdown during boot process (LP: #1906168)
6901 - thermal/drivers/acpi: Use hot and critical ops
6902 - thermal/core: Remove notify ops
6903 - thermal: int340x: Fix unexpected shutdown at critical temperature
6904 - thermal: intel: pch: Fix unexpected shutdown at critical temperature
6905
6906 * riscv: backport support for SiFive Unmatched (LP: #1910965)
6907 - RISC-V: Update l2 cache DT documentation to add support for SiFive FU740
6908 - RISC-V: sifive_l2_cache: Update L2 cache driver to support SiFive FU740
6909 - dt-bindings: riscv: Update DT binding docs to support SiFive FU740 SoC
6910 - riscv: dts: add initial support for the SiFive FU740-C000 SoC
6911 - dt-bindings: riscv: Update YAML doc to support SiFive HiFive Unmatched board
6912 - riscv: dts: add initial board data for the SiFive HiFive Unmatched
6913 - PCI: microsemi: Add host driver for Microsemi PCIe controller
6914 - Microsemi PCIe expansion board DT entry.
6915 - SiFive Unleashed CPUFreq
6916 - SiFive HiFive Unleashed: Add PWM LEDs (D1, D2, D3, D4)
6917
6918 * initramfs unpacking failed (LP: #1835660)
6919 - lib/decompress_unlz4.c: correctly handle zero-padding around initrds.
6920
6921 * Miscellaneous Ubuntu changes
6922 - [Config] update configs and annotations after rebase to 5.11-rc5
6923
6924 [ Upstream Kernel Changes ]
6925
6926 * Rebase to v5.11-rc5
6927
6928 -- Andrea Righi <andrea.righi@canonical.com> Mon, 25 Jan 2021 09:31:31 +0100
6929
6930linux (5.11.0-5.6) hirsute; urgency=medium
6931
6932 * Packaging resync (LP: #1786013)
6933 - update dkms package versions
6934
6935 * Miscellaneous Ubuntu changes
6936 - [Config] update config and annotations after rebase to 5.11-rc4
6937
6938 [ Upstream Kernel Changes ]
6939
6940 * Rebase to v5.11-rc4
6941
6942 -- Andrea Righi <andrea.righi@canonical.com> Mon, 18 Jan 2021 10:46:10 +0100
6943
6944linux (5.11.0-4.5) hirsute; urgency=medium
6945
6946 * Boot fails: failed to validate module [nls_iso8859_1] BTF: -22
6947 (LP: #1911359)
6948 - SAUCE: x86/entry: build thunk_$(BITS) only if CONFIG_PREEMPTION=y
6949
6950 -- Andrea Righi <andrea.righi@canonical.com> Thu, 14 Jan 2021 12:53:26 +0100
6951
6952linux (5.11.0-3.4) hirsute; urgency=medium
6953
6954 * Boot fails: failed to validate module [nls_iso8859_1] BTF: -22
6955 (LP: #1911359)
6956 - bpf: Allow empty module BTFs
6957 - libbpf: Allow loading empty BTFs
6958
6959 -- Andrea Righi <andrea.righi@canonical.com> Thu, 14 Jan 2021 07:43:45 +0100
6960
6961linux (5.11.0-2.3) hirsute; urgency=medium
6962
6963 * DMI entry syntax fix for Pegatron / ByteSpeed C15B (LP: #1910639)
6964 - Input: i8042 - unbreak Pegatron C15B
6965
6966 * SYNA30B4:00 06CB:CE09 Mouse on HP EliteBook 850 G7 not working at all
6967 (LP: #1908992)
6968 - HID: multitouch: Enable multi-input for Synaptics pointstick/touchpad device
6969
6970 * debian/scripts/file-downloader does not handle positive failures correctly
6971 (LP: #1878897)
6972 - [Packaging] file-downloader not handling positive failures correctly
6973
6974 * Packaging resync (LP: #1786013)
6975 - update dkms package versions
6976
6977 * CVE-2021-1052 // CVE-2021-1053
6978 - [Packaging] NVIDIA -- Add the NVIDIA 460 driver
6979
6980 * Miscellaneous Ubuntu changes
6981 - [Packaging] Remove nvidia-455 dkms build
6982 - SAUCE: ALSA: hda/realtek: fix right sounds and mute/micmute LEDs for HP
6983 machines
6984 - [Config] update configs and annotations after rebase to 5.11-rc3
6985
6986 [ Upstream Kernel Changes ]
6987
6988 * Rebase to v5.11-rc3
6989
6990 -- Andrea Righi <andrea.righi@canonical.com> Mon, 11 Jan 2021 09:52:27 +0100
6991
6992linux (5.11.0-1.2) hirsute; urgency=medium
6993
6994 [ Upstream Kernel Changes ]
6995
6996 * Rebase to v5.11-rc2
6997
6998 -- Andrea Righi <andrea.righi@canonical.com> Thu, 07 Jan 2021 16:57:01 +0100
6999
7000linux (5.11.0-0.1) hirsute; urgency=medium
7001
7002 * dep-8 ubuntu-regression-suite tests are not run for all linux-hwe-* kernels
7003 (LP: #1908529)
7004 - [dep-8] Allow all hwe kernels
7005
7006 * Fix reading speed and duplex sysfs on igc device (LP: #1906851)
7007 - igc: Report speed and duplex as unknown when device is runtime suspended
7008
7009 * rtwpci driver blocks the system to enter PC10, stuck at PC3 (LP: #1907200)
7010 - SAUCE: rtw88: 8723de: let cpu enter c10
7011
7012 * [21.04 FEAT] Deactivate CONFIG_QETH_OSN kernel config option (LP: #1906370)
7013 - [Config] Deactivate CONFIG_QETH_OSN kernel config option
7014
7015 * Add dpcd backlight control for 0x4c83 0x4f41 (LP: #1905663)
7016 - SAUCE: drm/dp: Add dpcd backlight control for 0x4c83 0x4f41
7017
7018 * disable building bpf selftests (LP: #1908144)
7019 - SAUCE: selftests/bpf: Clarify build error if no vmlinux
7020 - SAUCE: selftests: Skip BPF selftests by default
7021 - disable building bpf selftests (no VMLINUX_BTF)
7022
7023 * Miscellaneous Ubuntu changes
7024 - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure boot
7025 mode
7026 - SAUCE: (lockdown) s390: Lock down the kernel when the IPL secure flag is set
7027 - [Config] update configs and annotations after rebase to v5.11-rc1
7028 - hio: fix build error with kernel 5.11
7029 - SAUCE: shiftfs: fix build error with 5.11
7030 - [Config] temporarily disable ZFS
7031 - check-aliases: do not error if modules.alias does not exist
7032 - ppc64el: don't build stripped vdso
7033
7034 * Miscellaneous upstream changes
7035 - irq: export irq_check_status_bit
7036
7037 [ Upstream Kernel Changes ]
7038
7039 * Rebase to v5.11-rc1
7040
7041 -- Andrea Righi <andrea.righi@canonical.com> Mon, 04 Jan 2021 09:17:48 +0100
7042
7043linux (5.11.0-0.0) hirsute; urgency=medium
7044
7045 * Empty entry
7046
7047 -- Andrea Righi <andrea.righi@canonical.com> Wed, 30 Dec 2020 09:04:41 +0100
7048
7049linux (5.10.0-9.10) hirsute; urgency=medium
7050
7051 * Use INTx for Pericom USB controllers (LP: #1906839)
7052 - PCI: Disable MSI for Pericom PCIe-USB adapter
7053
7054 * disable building bpf selftests (LP: #1908144)
7055 - SAUCE: selftests/bpf: clarify build error if no vmlinux
7056 - SAUCE: selftests: Skip BPF seftests by default
7057 - disable building bpf selftests (no VMLINUX_BTF)
7058
7059 * Miscellaneous Ubuntu changes
7060 - [Config] Enable CONFIG_BPF_LSM
7061
7062 * Miscellaneous upstream changes
7063 - Revert "md: change mddev 'chunk_sectors' from int to unsigned"
7064 - Revert "dm raid: fix discard limits for raid1 and raid10"
7065
7066 -- Andrea Righi <andrea.righi@canonical.com> Tue, 15 Dec 2020 10:16:14 +0100
7067
7068linux (5.10.0-8.9) hirsute; urgency=medium
7069
7070 * Packaging resync (LP: #1786013)
7071 - [Packaging] update variants
7072
7073 * Fix bpf selftest compilation with clang 11
7074 - bpf: Fix selftest compilation on clang 11
7075
7076 * Miscellaneous Ubuntu changes
7077 - [Config] update configs and annotations after rebase to v5.10
7078
7079 [ Upstream Kernel Changes ]
7080
7081 * Rebase to v5.10
7082
7083 -- Andrea Righi <andrea.righi@canonical.com> Mon, 14 Dec 2020 08:57:57 +0100
7084
7085linux (5.10.0-7.8) hirsute; urgency=medium
7086
7087 * Packaging resync (LP: #1786013)
7088 - update dkms package versions
7089
7090 * Fix linux-libc-dev build for hirsute forward port kernels (LP: #1904067)
7091 - [Debian] Build linux-libc-dev for debian.master* branches
7092
7093 * Update kernel packaging to support forward porting kernels (LP: #1902957)
7094 - [Debian] Update for leader included in BACKPORT_SUFFIX
7095
7096 * Introduce the new NVIDIA 455 series (LP: #1897751)
7097 - [Packaging] NVIDIA -- Add signed modules for the 455 driver
7098
7099 * 5.10 kernel fails to boot with secure boot disabled (LP: #1904906)
7100 - [Config] CONFIG_RCU_SCALE_TEST=n
7101
7102 * Miscellaneous Ubuntu changes
7103 - [Config] s390x: disable GPIO_CDEV
7104 - [Config] ARM_CMN=m
7105 - [Config] disable GPIO_CDEV_V1
7106 - [Config] Reorder annotations after 5.10-rc6 rebase
7107 - [Packaging] Remove nvidia-435 dkms build
7108 - [Packaging] Change source package name to linux
7109 - [Config] Update configs and annotations after rebase to v5.10-rc7
7110 - SAUCE: Revert "mm/filemap: add static for function
7111 __add_to_page_cache_locked"
7112
7113 [ Upstream Kernel Changes ]
7114
7115 * Rebase to v5.10-rc7
7116
7117 -- Seth Forshee <seth.forshee@canonical.com> Mon, 07 Dec 2020 00:15:20 -0600
7118
7119linux (5.10.0-6.7) hirsute; urgency=medium
7120
7121 * Empty entry.
7122
7123 -- Seth Forshee <seth.forshee@canonical.com> Sun, 06 Dec 2020 22:13:46 -0600
7124
7125linux-5.10 (5.10.0-6.7) hirsute; urgency=medium
7126
7127 * Packaging resync (LP: #1786013)
7128 - update dkms package versions
7129
7130 * Avoid double newline when running insertchanges (LP: #1903293)
7131 - [Packaging] insertchanges: avoid double newline
7132
7133 * Miscellaneous Ubuntu changes
7134 - [Packaging]: linux-modules should depend on linux-image
7135 - [Packaging]: linux-image should suggest linux-modules-extra
7136
7137 [ Upstream Kernel Changes ]
7138
7139 * Rebase to v5.10-rc6
7140
7141 -- Andrea Righi <andrea.righi@canonical.com> Mon, 30 Nov 2020 07:47:34 +0100
7142
7143linux-5.10 (5.10.0-5.6) hirsute; urgency=medium
7144
7145 * Miscellaneous Ubuntu changes
7146 - [Config] add CONFIG_INFINIBAND_VIRT_DMA
7147
7148 [ Upstream Kernel Changes ]
7149
7150 * Rebase to v5.10-rc5
7151
7152 -- Andrea Righi <andrea.righi@canonical.com> Mon, 23 Nov 2020 13:17:44 +0100
7153
7154linux-5.10 (5.10.0-4.5) hirsute; urgency=medium
7155
7156 * Packaging resync (LP: #1786013)
7157 - update dkms package versions
7158
7159 * Miscellaneous Ubuntu changes
7160 - [Packaging] reduce the size required to build packages
7161
7162 [ Upstream Kernel Changes ]
7163
7164 * Rebase to v5.10-rc4
7165
7166 -- Andrea Righi <andrea.righi@canonical.com> Mon, 16 Nov 2020 08:33:54 +0100
7167
7168linux-5.10 (5.10.0-3.4) hirsute; urgency=medium
7169
7170 * Packaging resync (LP: #1786013)
7171 - update dkms package versions
7172
7173 * e1000e: fix issues with S0ix (LP: #1902687)
7174 - SAUCE: e1000e: fix S0ix flow to allow S0i3.2 subset entry
7175 - SAUCE: e1000e: allow turning s0ix flows on for systems with ME
7176 - SAUCE: e1000e: Add Dell's Comet Lake systems into s0ix heuristics
7177 - SAUCE: e1000e: Add more Dell CML systems into s0ix heuristics
7178 - [Config] Update CONFIG_E1000E for ppc64el in annotations
7179
7180 * perf: Add support for Rocket Lake (LP: #1902004)
7181 - SAUCE: perf/x86/intel: Add Rocket Lake CPU support
7182 - SAUCE: perf/x86/cstate: Add Rocket Lake CPU support
7183 - SAUCE: perf/x86/msr: Add Rocket Lake CPU support
7184 - SAUCE: perf/x86/intel/uncore: Add Rocket Lake support
7185
7186 * Miscellaneous Ubuntu changes
7187 - [Config] Disable CONFIG_CRYPTO_USER_API_ENABLE_OBSOLETE
7188 - [Config] update CONFIG_MST_IRQ after rebase to 5.10-rc3
7189 - [Config] drop obsolete SND_SST_IPC options
7190 - [Config] re-enable ZFS
7191
7192 [ Upstream Kernel Changes ]
7193
7194 * Rebase to v5.10-rc3
7195
7196 -- Andrea Righi <andrea.righi@canonical.com> Mon, 09 Nov 2020 09:37:08 +0100
7197
7198linux-5.10 (5.10.0-2.3) hirsute; urgency=medium
7199
7200 * Miscellaneous Ubuntu changes
7201 - [Config] Switch arm64 default cpufreq governor to ondemand
7202 - [Debian] Include scripts/module.lds from builddir in headers package
7203
7204 -- Seth Forshee <seth.forshee@canonical.com> Tue, 03 Nov 2020 21:01:52 -0600
7205
7206linux-5.10 (5.10.0-1.2) hirsute; urgency=medium
7207
7208 * Packaging resync (LP: #1786013)
7209 - update dkms package versions
7210
7211 * Fix non-working Intel NVMe after S3 (LP: #1900847)
7212 - SAUCE: PCI: Enable ACS quirk on all CML root ports
7213
7214 * Miscellaneous Ubuntu changes
7215 - [Packaging] move to hirsute
7216 - [Config] Update configs and annotations after rebase to 5.10-rc2
7217 - [Config] Update numerous configs to conform with policy
7218 - [Config] Switch default CPUFreq governer for arm64/armhf to schedultil
7219 - [Config] Temporarily disable DEBUG_INFO_BTF for armhf
7220
7221 [ Upstream Kernel Changes ]
7222
7223 * Rebase to v5.10-rc2
7224
7225 -- Seth Forshee <seth.forshee@canonical.com> Mon, 02 Nov 2020 13:18:27 -0600
7226
7227linux-5.10 (5.10.0-0.1) hirsute; urgency=medium
7228
7229 * Packaging resync (LP: #1786013)
7230 - update dkms package versions
7231
7232 * Miscellaneous Ubuntu changes
7233 - [Config] Update configs and annotations for v5.10-rc1
7234 - SAUCE: platform/x86: dell-uart-backlight: rename kzfree() to
7235 kfree_sensitive()
7236 - SAUCE: apparmor: rename kzfree() to kfree_sensitive()
7237 - SAUCE: LSM: change ima_read_file() to use lsmblob
7238 - SAUCE: LSM: Use lsmblob in smk_netlbl_mls()
7239
7240 * Miscellaneous upstream changes
7241 - Revert "UBUNTU: [Packaging] Change source package name to linux-5.10"
7242 - s390: correct __bootdata / __bootdata_preserved macros
7243
7244 [ Upstream Kernel Changes ]
7245
7246 * Rebase to v5.10-rc1
7247
7248 -- Paolo Pisati <paolo.pisati@canonical.com> Tue, 27 Oct 2020 16:57:07 +0100
7249
7250linux-5.10 (5.10.0-0.0) groovy; urgency=medium
7251
7252 * Empty entry
7253
7254 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 26 Oct 2020 14:55:48 +0100
7255
7256linux-5.9 (5.9.0-2.3) groovy; urgency=medium
7257
7258 * Fix system reboot when disconnecting WiFi (LP: #1899726)
7259 - iwlwifi: msix: limit max RX queues for 9000 family
7260
7261 * booting linux-generic-lpae armhf kernel under qemu results in relocation out
7262 of range, and thus no modules can be loaded (LP: #1899519)
7263 - [Config] armhf: ARM_MODULE_PLTS=y
7264
7265 * Fix broken MSI interrupt after HDA controller was suspended (LP: #1899586)
7266 - ALSA: hda: fix jack detection with Realtek codecs when in D3
7267
7268 * CVE-2020-16119
7269 - SAUCE: dccp: avoid double free of ccid on child socket
7270
7271 * python3-venv is gone (LP: #1896801)
7272 - SAUCE: doc: remove python3-venv dependency
7273
7274 * *-tools-common packages descriptions have typo "PGKVER" (LP: #1898903)
7275 - [Packaging] Fix typo in -tools template s/PGKVER/PKGVER/
7276
7277 * Enable brightness control on HP DreamColor panel (LP: #1898865)
7278 - SAUCE: drm/i915/dpcd_bl: Skip testing control capability with force DPCD
7279 quirk
7280 - SAUCE: drm/dp: HP DreamColor panel brigntness fix
7281
7282 * HP Zbook Studio G7 boots into corrupted screen with PSR featured panel
7283 (LP: #1897501)
7284 - SAUCE: drm/i915/psr: allow overriding PSR disable param by quirk
7285 - SAUCE: drm/dp: add DP_QUIRK_FORCE_PSR_CHIP_DEFAULT quirk to CMN prod-ID
7286 19-15
7287
7288 * Fix broken e1000e device after S3 (LP: #1897755)
7289 - SAUCE: e1000e: Increase polling timeout on MDIC ready bit
7290
7291 * Wakeup the system by touching the touchpad (LP: #1888331)
7292 - HID: i2c-hid: Enable wakeup capability from Suspend-to-Idle
7293
7294 * Enable LTR for endpoints behind VMD (LP: #1896598)
7295 - SAUCE: PCI/ASPM: Enable LTR for endpoints behind VMD
7296
7297 * [SRU] [Focal/OEM-5.6/Groovy]Fix AMD usb host controller lost after stress S3
7298 (LP: #1893914)
7299 - SAUCE: xhci: workaround for S3 issue on AMD SNPS 3.0 xHC
7300
7301 * debian/rules editconfigs does not work on s390x to change s390x only configs
7302 (LP: #1863116)
7303 - [Packaging] kernelconfig -- only update/edit configurations on architectures
7304 we have compiler support
7305
7306 * Fix non-working NVMe after S3 (LP: #1895718)
7307 - SAUCE: PCI: Enable ACS quirk on CML root port
7308
7309 * Miscellaneous Ubuntu changes
7310 - SAUCE: bpf: Check CONFIG_BPF option for resolve_btfids
7311 - SAUCE: tools resolve_btfids: Always force HOSTARCH
7312 - packaging: arm64: add a 64KB mem pages flavour called 'generic-64k'
7313 - packaging: arm64: generic-64k: skip ABI, modules and retpoline checks
7314 - SAUCE: drm/i915/display: Fix null deref in intel_psr_atomic_check()
7315 - [Config] Update toolchain versions
7316 - [Config] Refresh annotations
7317 - Add ubuntu-host module
7318 - CONFIG_UBUNTU_HOST=m
7319 - SAUCE: apparmor: drop prefixing abs root labels with '='
7320 - SAUCE: apparmor: disable showing the mode as part of a secid to secctx
7321 - SAUCE: apparmor: rename aa_sock() to aa_unix_sk()
7322 - SAUCE: apparmor: LSM stacking: switch from SK_CTX() to aa_sock()
7323 - SAUCE: LSM: Infrastructure management of the sock security
7324 - SAUCE: LSM: Create and manage the lsmblob data structure.
7325 - SAUCE: LSM: Use lsmblob in security_audit_rule_match
7326 - SAUCE: LSM: Use lsmblob in security_kernel_act_as
7327 - SAUCE: net: Prepare UDS for security module stacking
7328 - SAUCE: LSM: Use lsmblob in security_secctx_to_secid
7329 - SAUCE: LSM: Use lsmblob in security_secid_to_secctx
7330 - SAUCE: LSM: Use lsmblob in security_ipc_getsecid
7331 - SAUCE: LSM: Use lsmblob in security_task_getsecid
7332 - SAUCE: LSM: Use lsmblob in security_inode_getsecid
7333 - SAUCE: LSM: Use lsmblob in security_cred_getsecid
7334 - SAUCE: IMA: Change internal interfaces to use lsmblobs
7335 - SAUCE: LSM: Specify which LSM to display
7336 - SAUCE: LSM: Ensure the correct LSM context releaser
7337 - SAUCE: LSM: Use lsmcontext in security_secid_to_secctx
7338 - SAUCE: LSM: Use lsmcontext in security_inode_getsecctx
7339 - SAUCE: LSM: security_secid_to_secctx in netlink netfilter
7340 - SAUCE: NET: Store LSM netlabel data in a lsmblob
7341 - SAUCE: LSM: Verify LSM display sanity in binder
7342 - SAUCE: Audit: Add new record for multiple process LSM attributes
7343 - SAUCE: Audit: Add a new record for multiple object LSM
7344 - SAUCE: LSM: Add /proc attr entry for full LSM context
7345 - SAUCE: AppArmor: Remove the exclusive flag
7346 - SAUCE: Audit: Fix for missing NULL check
7347
7348 * Miscellaneous upstream changes
7349 - tty: hvcs: Don't NULL tty->driver_data until hvcs_cleanup()
7350
7351 [ Upstream Kernel Changes ]
7352
7353 * Rebase to v5.9
7354
7355 -- Seth Forshee <seth.forshee@canonical.com> Wed, 14 Oct 2020 13:31:18 -0500
7356
7357linux-5.9 (5.9.0-1.2) groovy; urgency=medium
7358
7359 * Miscellaneous Ubuntu changes
7360 - [Config] Update configs after rebase to 5.9-rc6
7361 - SAUCE: dax: Fix compilation for CONFIG_DAX && !CONFIG_FS_DAX
7362 - SAUCE: bpf: Use --no-fail option if CONFIG_BPF is not enabled
7363 - SAUCE: tools resolve_btfids: Always force HOSTARCH
7364
7365 [ Upstream Kernel Changes ]
7366
7367 * Rebase to v5.9-rc6
7368
7369 -- Seth Forshee <seth.forshee@canonical.com> Mon, 21 Sep 2020 14:39:34 -0500
7370
7371linux-5.9 (5.9.0-0.1) groovy; urgency=medium
7372
7373 * Miscellaneous Ubuntu changes
7374 - [Config] Update configs and annotations for v5.9-rc1
7375 - SAUCE: i915: Fix build error due to missing struct definition
7376 - hio -- Update blk_queue_split() calls for changes in 5.9-rc1
7377 - hio -- Updates for move of make_request_fn to struct block_device_operations
7378 - [Config] Disable zfs dkms build
7379 - [Config] Disable nvidia dkms build
7380 - [Config] Disable nvidia server dkms builds
7381 - SAUCE: remoteproc: qcom: Use div_u64() for 64-bit division
7382 - SAUCE: PCI/ASPM: Enable ASPM for links under VMD domain
7383 - [Packaging] Bind hv_vss_daemon startup to hv_vss device
7384 - [Packaging] bind hv_fcopy_daemon startup to hv_fcopy device
7385 - [Config] Re-enable UEFI signing for arm64
7386 - SAUCE: Revert "UBUNTU: SAUCE: export __get_vm_area_caller() and map_kernel_range()"
7387 - [Config] Set the default CPU governor to ONDEMAND
7388 - [Packaging] update variants
7389 - [Packaging] update helper scripts
7390 - update dkms package versions
7391
7392 [ Upstream Kernel Changes ]
7393
7394 * Rebase to v5.9-rc5
7395
7396 -- Seth Forshee <seth.forshee@canonical.com> Thu, 17 Sep 2020 15:01:21 -0500
7397
7398linux-5.9 (5.9.0-0.0) groovy; urgency=medium
7399
7400 * Empty entry
7401
7402 -- Seth Forshee <seth.forshee@canonical.com> Tue, 18 Aug 2020 16:48:03 -0500
7403
7404linux (5.8.0-16.17) groovy; urgency=medium
7405
7406 * groovy/linux: 5.8.0-16.17 -proposed tracker (LP: #1891233)
7407
7408 * Miscellaneous Ubuntu changes
7409 - hio -- Update to use bio_{start,end}_io_acct with 5.8+
7410 - Enable hio driver
7411 - [Packaging] Temporarily disable building doc package contents
7412
7413 -- Seth Forshee <seth.forshee@canonical.com> Tue, 11 Aug 2020 15:32:58 -0500
7414
7415linux (5.8.0-15.16) groovy; urgency=medium
7416
7417 * groovy/linux: 5.8.0-15.16 -proposed tracker (LP: #1891177)
7418
7419 * Miscellaneous Ubuntu changes
7420 - SAUCE: Documentation: import error c_funcptr_sig_re, c_sig_re (sphinx-
7421 doc/sphinx@0f49e30c)
7422
7423 -- Seth Forshee <seth.forshee@canonical.com> Tue, 11 Aug 2020 09:29:58 -0500
7424
7425linux (5.8.0-14.15) groovy; urgency=medium
7426
7427 * groovy/linux: 5.8.0-14.15 -proposed tracker (LP: #1891085)
7428
7429 * Packaging resync (LP: #1786013)
7430 - [Packaging] update helper scripts
7431
7432 * msg_zerocopy.sh in net from ubuntu_kernel_selftests failed (LP: #1812620)
7433 - selftests/net: relax cpu affinity requirement in msg_zerocopy test
7434
7435 * Fix missing HDMI/DP Audio on an HP Desktop (LP: #1890441)
7436 - ALSA: hda/hdmi: Add quirk to force connectivity
7437
7438 * Add initial audio support for Lenovo ThinkStation P620 (LP: #1890317)
7439 - ALSA: usb-audio: Add support for Lenovo ThinkStation P620
7440
7441 * Fix IOMMU error on AMD Radeon Pro W5700 (LP: #1890306)
7442 - PCI: Mark AMD Navi10 GPU rev 0x00 ATS as broken
7443
7444 * Enlarge hisi_sec2 capability (LP: #1890222)
7445 - crypto: hisilicon - update SEC driver module parameter
7446
7447 * Miscellaneous Ubuntu changes
7448 - [Config] Re-enable signing for ppc64el
7449
7450 -- Seth Forshee <seth.forshee@canonical.com> Mon, 10 Aug 2020 15:26:46 -0500
7451
7452linux (5.8.0-13.14) groovy; urgency=medium
7453
7454 * Miscellaneous Ubuntu changes
7455 - [Config] Remove i386 configs
7456 - SAUCE: apply a workaround to re-enable CONFIG_CRYPTO_AEGIS128_SIMD
7457 - SAUCE: export __get_vm_area_caller() and map_kernel_range()
7458 - [Config] drop CONFIG_BINFMT_AOUT enforcement
7459
7460 * Miscellaneous upstream changes
7461 - Revert "UBUNTU: [Config] disable CONFIG_CRYPTO_AEGIS128_SIMD"
7462
7463 [ Upstream Kernel Changes ]
7464
7465 * Rebase to v5.8
7466
7467 -- Andrea Righi <andrea.righi@canonical.com> Tue, 04 Aug 2020 09:51:50 +0200
7468
7469linux (5.8.0-12.13) groovy; urgency=medium
7470
7471 * groovy/linux: 5.8.0-12.13 -proposed tracker (LP: #1889481)
7472
7473 * Fix right speaker of HP laptop (LP: #1889375)
7474 - SAUCE: hda/realtek: Fix right speaker of HP laptop
7475
7476 * blk_update_request error when mount nvme partition (LP: #1872383)
7477 - SAUCE: nvme-pci: prevent SK hynix PC400 from using Write Zeroes command
7478
7479 * Add support for Atlantic NIC firmware v4 (LP: #1886908)
7480 - Revert "UBUNTU: SAUCE: net: atlantic: Add support for firmware v4"
7481 - net: atlantic: align return value of ver_match function with function name
7482 - net: atlantic: add support for FW 4.x
7483
7484 * Miscellaneous Ubuntu changes
7485 - [Debian] Fix debian/tests for linux-5.8 -> linux rename
7486 - SAUCE: selftests/powerpc: return skip code for spectre_v2
7487
7488 -- Seth Forshee <seth.forshee@canonical.com> Wed, 29 Jul 2020 16:58:47 -0500
7489
7490linux (5.8.0-11.12) groovy; urgency=medium
7491
7492 * groovy/linux: 5.8.0-11.12 -proposed tracker (LP: #1889336)
7493
7494 * Miscellaneous Ubuntu changes
7495 - [Packaging] dwarves is not required for linux-libc-dev or stage1
7496
7497 -- Seth Forshee <seth.forshee@canonical.com> Tue, 28 Jul 2020 22:33:24 -0500
7498
7499linux (5.8.0-10.11) groovy; urgency=medium
7500
7501 * groovy/linux: 5.8.0-10.11 -proposed tracker (LP: #1889316)
7502
7503 * Miscellaneous Ubuntu changes
7504 - [Packaging] Add more packages to Build-Depends-Indep for docs
7505 - [Debian] Specify python executable in kmake
7506 - [Debian] Don't treat warnings as errors during perf builds
7507 - [Config] Disable signing for ppc64el
7508
7509 -- Seth Forshee <seth.forshee@canonical.com> Tue, 28 Jul 2020 17:09:52 -0500
7510
7511linux (5.8.0-9.10) groovy; urgency=medium
7512
7513 * groovy/linux: 5.8.0-9.10 -proposed tracker (LP: #1889140)
7514
7515 * Packaging resync (LP: #1786013)
7516 - [Packaging] update helper scripts
7517
7518 * Miscellaneous Ubuntu changes
7519 - SAUCE: Fix s390x compile error on F32 utils/stat-display.c
7520 - [Packaging] Add python3-venv to Build-Depends-Indep
7521
7522 -- Seth Forshee <seth.forshee@canonical.com> Mon, 27 Jul 2020 21:01:46 -0500
7523
7524linux (5.8.0-8.9) groovy; urgency=medium
7525
7526 * groovy/linux: 5.8.0-8.9 -proposed tracker (LP: #1889104)
7527
7528 * Packaging resync (LP: #1786013)
7529 - [Packaging] update helper scripts
7530 - update dkms package versions
7531 - [Packaging] update variants
7532
7533 * Introduce the new NVIDIA 450-server and the 450 UDA series (LP: #1887674)
7534 - [Packaging] NVIDIA -- Add signed modules for 450 450-server
7535
7536 * Introduce the new NVIDIA 418-server and 440-server series, and update the
7537 current NVIDIA drivers (LP: #1881137)
7538 - [packaging] add signed modules for the 418-server and the 440-server
7539 flavours
7540
7541 * Miscellaneous Ubuntu changes
7542 - SAUCE: Revert "radix-tree: Use local_lock for protection"
7543 - [Config] CONFIG_DEBUG_INFO_COMPRESSED=n
7544 - [Config] disable CONFIG_CRYPTO_AEGIS128_SIMD
7545 - [Config] Enable nvidia dkms build
7546
7547 * Miscellaneous upstream changes
7548 - usbip: tools: fix build error for multiple definition
7549
7550 [ Upstream Kernel Changes ]
7551
7552 * Rebase to v5.8-rc7
7553
7554 -- Seth Forshee <seth.forshee@canonical.com> Mon, 27 Jul 2020 11:18:12 -0500
7555
7556linux (5.8.0-7.8) groovy; urgency=medium
7557
7558 * Empty entry
7559
7560 -- Seth Forshee <seth.forshee@canonical.com> Mon, 27 Jul 2020 09:22:19 +0200
7561
7562linux-5.8 (5.8.0-7.8) groovy; urgency=medium
7563
7564 * soc/amd/renoir: detect dmic from acpi table (LP: #1887734)
7565 - ASoC: amd: add logic to check dmic hardware runtime
7566 - ASoC: amd: add ACPI dependency check
7567 - ASoC: amd: fixed kernel warnings
7568
7569 * linux 4.15.0-109-generic network DoS regression vs -108 (LP: #1886668)
7570 - SAUCE: Revert "netprio_cgroup: Fix unlimited memory leak of v2 cgroups"
7571
7572 * Add support for Atlantic NIC firmware v4 (LP: #1886908)
7573 - SAUCE: net: atlantic: Add support for firmware v4
7574
7575 * MGA G200e doesn't work under GDM Wayland (LP: #1886140)
7576 - drm/mgag200: Remove HW cursor
7577 - drm/mgag200: Clean up mga_set_start_address()
7578 - drm/mgag200: Clean up mga_crtc_do_set_base()
7579 - drm/mgag200: Move mode-setting code into separate helper function
7580 - drm/mgag200: Split MISC register update into PLL selection, SYNC and I/O
7581 - drm/mgag200: Update mode registers after plane registers
7582 - drm/mgag200: Set pitch in a separate helper function
7583 - drm/mgag200: Set primary plane's format in separate helper function
7584 - drm/mgag200: Move TAGFIFO reset into separate function
7585 - drm/mgag200: Move hiprilvl setting into separate functions
7586 - drm/mgag200: Move register initialization into separate function
7587 - drm/mgag200: Remove out-commented suspend/resume helpers
7588 - drm/mgag200: Use simple-display data structures
7589 - drm/mgag200: Convert to simple KMS helper
7590 - drm/mgag200: Replace VRAM helpers with SHMEM helpers
7591
7592 * Miscellaneous Ubuntu changes
7593 - SAUCE: s390/bpf: fix sign extension in branch_ku
7594 - SAUCE: selftests: net: ip_defrag: modprobe missing nf_defrag_ipv6 support
7595 - SAUCE: selftests: fib_nexthop_multiprefix: fix cleanup() netns deletion
7596 - [packaging] debhelper-compat (= 10) (and retire debian/compat)
7597 - [Config] Update configs after rebase to 5.8-rc6
7598
7599 [ Upstream Kernel Changes ]
7600
7601 * Rebase to v5.8-rc6
7602
7603 -- Andrea Righi <andrea.righi@canonical.com> Mon, 20 Jul 2020 09:55:47 +0200
7604
7605linux-5.8 (5.8.0-6.7) groovy; urgency=medium
7606
7607 * Packaging resync (LP: #1786013)
7608 - update dkms package versions
7609
7610 * perf build broken after updating to bintuils 2.34.90.20200706-1ubuntu1
7611 (LP: #1887397)
7612 - SAUCE: libtraceevent: Strip symbol version from nm output
7613
7614 -- Seth Forshee <seth.forshee@canonical.com> Mon, 13 Jul 2020 14:07:53 -0500
7615
7616linux-5.8 (5.8.0-5.6) groovy; urgency=medium
7617
7618 * linux-libc-dev broken for crossbuilding, Multi-Arch:same violation
7619 (LP: #1886188)
7620 - [Packaging] Produce linux-libc-deb package for riscv64
7621 - [Debian] Disallow building linux-libc-dev from linux-riscv
7622
7623 * Miscellaneous Ubuntu changes
7624 - SAUCE: Revert "UBUNTU: SAUCE: test_bpf: remove expected fail for Ctx heavy
7625 transformations test on s390"
7626 - SAUCE: Revert "test_bpf: flag tests that cannot be jited on s390"
7627 - [Config] Update configs (gcc update)
7628
7629 [ Upstream Kernel Changes ]
7630
7631 * Rebase to v5.8-rc5
7632
7633 -- Andrea Righi <andrea.righi@canonical.com> Mon, 13 Jul 2020 08:42:14 +0200
7634
7635linux-5.8 (5.8.0-4.5) groovy; urgency=medium
7636
7637 * Add generic LED class support for audio LED (LP: #1885896)
7638 - ALSA: hda: generic: Always call led-trigger for mic mute LED
7639 - ALSA: hda: generic: Add a helper for mic-mute LED with LED classdev
7640 - ALSA: hda/realtek: Convert to cdev-variant of mic-mute LED controls
7641 - ALSA: hda/conexant: Convert to cdev-variant of mic-mute LED controls
7642 - ALSA: hda/sigmatel: Convert to cdev-variant of mic-mute LED controls
7643 - ALSA: hda: generic: Drop unused snd_hda_gen_fixup_micmute_led()
7644 - ALSA: hda: generic: Drop the old mic-mute LED hook
7645 - ALSA: hda: generic: Add vmaster mute LED helper
7646 - ALSA: hda/realtek: Use the new vmaster mute LED helper
7647 - ALSA: hda/conexant: Use the new vmaster mute LED helper
7648 - ALSA: hda/sigmatel: Use the new vmaster mute LED helper
7649 - ALSA: hda/realtek: Unify LED helper code
7650 - ALSA: hda: Let LED cdev handling suspend/resume
7651
7652 * seccomp_bpf fails on powerpc (LP: #1885757)
7653 - SAUCE: selftests/seccomp: fix ptrace tests on powerpc
7654
7655 * CVE-2020-11935
7656 - SAUCE: aufs: do not call i_readcount_inc()
7657
7658 * Miscellaneous Ubuntu changes
7659 - SAUCE: Update aufs to 5.x-rcN 20200622
7660 - [Config] Update configs to set CONFIG_SND_HDA_GENERIC_LEDS value
7661 - [Config] CONFIG_SECURITY_DMESG_RESTRICT=y
7662
7663 [ Upstream Kernel Changes ]
7664
7665 * Rebase to v5.8-rc4
7666
7667 -- Seth Forshee <seth.forshee@canonical.com> Mon, 06 Jul 2020 08:14:28 -0500
7668
7669linux-5.8 (5.8.0-3.4) groovy; urgency=medium
7670
7671 * Packaging resync (LP: #1786013)
7672 - [Packaging] update helper scripts
7673 - update dkms package versions
7674
7675 * lxc 1:4.0.2-0ubuntu1 ADT test failure with linux-5.8 5.8.0-1.2
7676 (LP: #1884635)
7677 - SAUCE: overlayfs: fix faulty rebase
7678
7679 * shiftfs: O_TMPFILE reports ESTALE (LP: #1872757)
7680 - SAUCE: shiftfs: prevent ESTALE for LOOKUP_JUMP lookups
7681
7682 * shiftfs: fix btrfs regression (LP: #1884767)
7683 - SAUCE: Revert "UBUNTU: SAUCE: shiftfs: fix dentry revalidation"
7684
7685 * Miscellaneous Ubuntu changes
7686 - [Config] CONFIG_DEBUG_INFO_COMPRESSED=y
7687 - SAUCE: regulator: rename da903x to da903x-regulator
7688 - [Config] Add da903x to modules.ignore
7689 - [Config] Update configs for rebase to 5.8-rc3
7690
7691 [ Upstream Kernel Changes ]
7692
7693 * Rebase to v5.8-rc3
7694
7695 -- Seth Forshee <seth.forshee@canonical.com> Mon, 29 Jun 2020 08:48:25 -0500
7696
7697linux-5.8 (5.8.0-2.3) groovy; urgency=medium
7698
7699 * Support Audio Mute LED for two new HP laptops (LP: #1884251)
7700 - ALSA: hda/realtek: Add mute LED and micmute LED support for HP systems
7701
7702 * CVE-2019-16089
7703 - SAUCE: nbd_genl_status: null check for nla_nest_start
7704
7705 * tpm: fix TIS locality timeout problems (LP: #1881710)
7706 - SAUCE: tpm: fix TIS locality timeout problems
7707
7708 * Packaging resync (LP: #1786013)
7709 - update dkms package versions
7710
7711 * Miscellaneous Ubuntu changes
7712 - SAUCE: security,perf: Allow further restriction of perf_event_open
7713 - [Config] CONFIG_SECURITY_PERF_EVENTS_RESTRICT=y
7714 - [Config] Update configs and annotations for 5.8-rc2
7715 - [Config] Enable zfs
7716 - [Config] Enable CONFIG_DEBUG_INFO_BTF
7717
7718 [ Upstream Kernel Changes ]
7719
7720 * Rebase to v5.8-rc2
7721
7722 -- Seth Forshee <seth.forshee@canonical.com> Mon, 22 Jun 2020 15:05:54 -0500
7723
7724linux-5.8 (5.8.0-1.2) groovy; urgency=medium
7725
7726 * Miscellaneous Ubuntu changes
7727 - [Debian] Support linux-x.y in udeb package names
7728 - [Packaging] Use SRCPKGNAME for udeb packages
7729
7730 -- Seth Forshee <seth.forshee@canonical.com> Wed, 17 Jun 2020 19:34:32 -0500
7731
7732linux-5.8 (5.8.0-0.1) groovy; urgency=medium
7733
7734 * Docker registry doesn't stay up and keeps restarting (LP: #1879690)
7735 - Revert "UBUNTU: SAUCE: overlayfs: use shiftfs hacks only with shiftfs as underlay"
7736
7737 * Packaging resync (LP: #1786013)
7738 - [Packaging] update variants
7739
7740 * Miscellaneous Ubuntu changes
7741 - [Packaging] Update source package name to linux-5.8
7742 - SAUCE: (lockdown) Add efi_status_to_str() and rework efi_status_to_err().
7743 - SAUCE: (lockdown) Make get_cert_list() use efi_status_to_str() to print error messages.
7744 - SAUCE: (lockdown) security: lockdown: expose a hook to lock the kernel down
7745 - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure boot mode
7746 - SAUCE: (lockdown) efi: Lock down the kernel if booted in secure boot mode
7747 - SAUCE: (lockdown) s390: Lock down the kernel when the IPL secure flag is set
7748 - SAUCE: (lockdown) KEYS: Make use of platform keyring for module signature verify
7749 - SAUCE: (lockdown) arm64: Allow locking down the kernel under EFI secure boot
7750 - SAUCE: (lockdown) security: lockdown: Make CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic
7751 - SAUCE: (lockdown) powerpc: lock down kernel in secure boot mode
7752 - SAUCE: Import aufs driver
7753 - [Config] Update configs for v5.8-rc1
7754 - [Config] Update annotations for v5.8-rc1 config changes
7755 - SAUCE: shiftfs -- Fix build errors from missing fiemap definitions
7756 - Disable hio driver
7757
7758 * Miscellaneous upstream changes
7759 - acpi: disallow loading configfs acpi tables when locked down
7760
7761 [ Upstream Kernel Changes ]
7762
7763 * Rebase to v5.8-rc1
7764
7765 -- Seth Forshee <seth.forshee@canonical.com> Wed, 17 Jun 2020 11:54:24 -0500
7766
7767linux-5.8 (5.8.0-0.0) groovy; urgency=medium
7768
7769 * Empty entry
7770
7771 -- Seth Forshee <seth.forshee@canonical.com> Sun, 14 Jun 2020 22:40:35 -0500
7772
7773linux-5.7 (5.7.0-8.9) groovy; urgency=medium
7774
7775 * Packaging resync (LP: #1786013)
7776 - update dkms package versions
7777
7778 * Enforce all config annotations (LP: #1879327)
7779 - [Config]: do not enforce CONFIG_VERSION_SIGNATURE
7780 - [Config]: prepare to enforce all
7781 - [Config]: enforce all config options
7782
7783 * Miscellaneous Ubuntu changes
7784 - [Config]: annotations review after 5.7 rebase
7785 - [Config] annotations: IXP4XX* depends on ARCH_IXP4XX
7786 - [Config] THERMAL_GOV_POWER_ALLOCATOR=y
7787 - [Config] annotations: SOC_CAMERA is marked as BROKEN
7788 - [Config] annotations: NFSD_V4_2_INTER_SSC depends on NFS_FS=y
7789 - [Config] annotations: CRYPTO_DEV_CHELSIO_TLS depends on legacy (and largely
7790 unmantained) TLS_TOE
7791 - [Config] annotations: SERIO_OLPC_APSP depends on ARCH_MMP
7792 - [Config] RTW88_DEBUG=y
7793 - [Config] annotations: ISDN_CAPI is a bool, and BT_CMTP depends on it
7794 - [Config] annotations SND_SOC_SOF_DEVELOPER_SUPPORT depends on
7795 SND_SOC_SOF_DEVELOPER_SUPPORT
7796 - [Config] annotations: SND_SOC_SOF_BAYTRAIL_SUPPORT is mutually exclusive
7797 with SND_SST_ATOM_HIFI2_PLATFORM_ACPI
7798 - [Config] annotations: DEBUG_IMX_UART_PORT is defined only any
7799 DEBUG_IMX*_UART is enabled
7800 - [Config] annotations: HW_RANDOM_IMX_RNGC depends on SOC_IMX25
7801 - [Config] annotations: armhf: VIRTUALIZATION support was removed for arm32
7802 - [Config] annotations: arm64: remove DEBUG_ALIGN_RODATA
7803 - [Config] annotations: ppc64: DATA_SHIFT defaults to PPC_PAGE_SHIFT
7804 - [Config] arm64: enforce ARM64_USE_LSE_ATOMICS
7805 - [Config] s390x: MOST is not set
7806 - [Config] s390x: BCM84881_PHY is not set
7807 - [Config] s390x: XILINX_LL_TEMAC is not set
7808 - [Config] s390x: PHY_INTEL_EMMC requires GENERIC_PHY (off by default on
7809 s390x)
7810 - [Config] s390x: CHECK_STACK conflicts with VMAP_STACK
7811 - [Config] annotations: s390x: NODES_SHIFT=1
7812 - [Config] annotations: import new symbols
7813 - [Config] annotations: remove unmatched menu and options
7814
7815 -- Paolo Pisati <paolo.pisati@canonical.com> Fri, 12 Jun 2020 12:03:01 +0200
7816
7817linux-5.7 (5.7.0-7.8) groovy; urgency=medium
7818
7819 * Packaging resync (LP: #1786013)
7820 - update dkms package versions
7821 - [Packaging] update helper scripts
7822
7823 * [UBUNTU 20.04] s390x/pci: fix linking between PF and VF for multifunction
7824 devices (LP: #1879704)
7825 - PCI/IOV: Introduce pci_iov_sysfs_link() function
7826 - s390/pci: create links between PFs and VFs
7827
7828 * Miscellaneous Ubuntu changes
7829 - [Config] Disable UEFI signing for arm64
7830 - Rebase to v5.7.1
7831
7832 [ Upstream Kernel Changes ]
7833
7834 * Rebase to v5.7.1
7835
7836 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 08 Jun 2020 11:16:58 +0200
7837
7838linux-5.7 (5.7.0-6.7) groovy; urgency=medium
7839
7840 * Packaging resync (LP: #1786013)
7841 - [Packaging] update helper scripts
7842 - update dkms package versions
7843
7844 * shiftfs: fix btrfs snapshot deletion (LP: #1879688)
7845 - SAUCE: shiftfs: let userns root destroy subvolumes from other users
7846
7847 * seccomp_benchmark times out on eoan (LP: #1881576)
7848 - SAUCE: selftests/seccomp: use 90s as timeout
7849
7850 * Realtek 8723DE [10ec:d723] subsystem [10ec:d738] disconnects unsolicitedly
7851 when Bluetooth is paired: Reason: 23=IEEE8021X_FAILED (LP: #1878147)
7852 - SAUCE: Revert "UBUNTU: SAUCE: rtw88: Move driver IQK to set channel before
7853 association for 11N chip"
7854 - SAUCE: Revert "UBUNTU: SAUCE: rtw88: fix rate for a while after being
7855 connected"
7856 - SAUCE: Revert "UBUNTU: SAUCE: rtw88: No retry and report for auth and assoc"
7857 - SAUCE: Revert "UBUNTU: SAUCE: rtw88: 8723d: Add coex support"
7858 - rtw88: 8723d: Add coex support
7859 - SAUCE: rtw88: coex: 8723d: set antanna control owner
7860 - SAUCE: rtw88: coex: 8723d: handle BT inquiry cases
7861 - SAUCE: rtw88: fix EAPOL 4-way failure by finish IQK earlier
7862
7863 * ASoC/amd: add audio driver for amd renoir (LP: #1881046)
7864 - ASoC: amd: add Renoir ACP3x IP register header
7865 - ASoC: amd: add Renoir ACP PCI driver
7866 - ASoC: amd: add acp init/de-init functions
7867 - ASoC: amd: create acp3x pdm platform device
7868 - ASoC: amd: add ACP3x PDM platform driver
7869 - ASoC: amd: irq handler changes for ACP3x PDM dma driver
7870 - ASoC: amd: add acp3x pdm driver dma ops
7871 - ASoC: amd: add ACP PDM DMA driver dai ops
7872 - ASoC: amd: add Renoir ACP PCI driver PM ops
7873 - ASoC: amd: add ACP PDM DMA driver pm ops
7874 - ASoC: amd: enable Renoir acp3x drivers build
7875 - ASoC: amd: create platform devices for Renoir
7876 - ASoC: amd: RN machine driver using dmic
7877 - ASoC: amd: enable build for RN machine driver
7878 - ASoC: amd: fix kernel warning
7879 - ASoC: amd: refactoring dai_hw_params() callback
7880 - ASoC: amd: return error when acp de-init fails
7881 - [Config]: enable amd renoir ASoC audio
7882
7883 * Slow send speed with Intel I219-V on Ubuntu 18.04.1 (LP: #1802691)
7884 - e1000e: Disable TSO for buffer overrun workaround
7885
7886 * Fix incorrect speed/duplex when I210 device is runtime suspended
7887 (LP: #1880656)
7888 - igb: Report speed and duplex as unknown when device is runtime suspended
7889
7890 * Fix Pericom USB controller OHCI/EHCI PME# defect (LP: #1879321)
7891 - serial: 8250_pci: Move Pericom IDs to pci_ids.h
7892 - PCI: Avoid Pericom USB controller OHCI/EHCI PME# defect
7893
7894 * [UBUNTU 20.04] s390x/pci: enumerate pci functions per physical adapter
7895 (LP: #1874056)
7896 - s390/pci: Expose new port attribute for PCIe functions
7897 - s390/pci: adaptation of iommu to multifunction
7898 - s390/pci: define kernel parameters for PCI multifunction
7899 - s390/pci: define RID and RID available
7900 - s390/pci: create zPCI bus
7901 - s390/pci: adapt events for zbus
7902 - s390/pci: Handling multifunctions
7903 - s390/pci: Do not disable PF when VFs exist
7904 - s390/pci: Documentation for zPCI
7905 - s390/pci: removes wrong PCI multifunction assignment
7906
7907 * add 16-bit width registers support for EEPROM at24 device (LP: #1876699)
7908 - regmap-i2c: add 16-bit width registers support
7909
7910 * Miscellaneous Ubuntu changes
7911 - [Config] Enable virtualbox guest and shared-folder modules
7912
7913 [ Upstream Kernel Changes ]
7914
7915 * Rebase to v5.7
7916
7917 -- Seth Forshee <seth.forshee@canonical.com> Mon, 01 Jun 2020 16:11:24 -0500
7918
7919linux-5.7 (5.7.0-5.6) groovy; urgency=medium
7920
7921 * Packaging resync (LP: #1786013)
7922 - update dkms package versions
7923
7924 * [UBUNTU 20.04] PSI generates overhead on s390x (LP: #1876044)
7925 - Ubuntu: [Config] CONFIG_PSI is enabled by default, but creates additional
7926 overhead on s390x, hence should be disabled by default on s390x only.
7927
7928 * Miscellaneous Ubuntu changes
7929 - Rebase to v5.7-rc7
7930 - [Config] ppc64el: disable STRICT_KERNEL_RWX
7931
7932 [ Upstream Kernel Changes ]
7933
7934 * Rebase to v5.7-rc7
7935
7936 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 25 May 2020 11:44:09 +0200
7937
7938linux-5.7 (5.7.0-4.5) groovy; urgency=medium
7939
7940 * Packaging resync (LP: #1786013)
7941 - update dkms package versions
7942
7943 * update-initramfs complains of missing amdgpu firmware files (LP: #1873325)
7944 - SAUCE: drm/amdgpu: Remove unreleased arcturus and navi12 firmware from
7945 modinfo
7946
7947 * Support DMIC micmute LED on HP platforms (LP: #1876859)
7948 - ALSA: hda/realtek - Introduce polarity for micmute LED GPIO
7949 - ALSA: hda/realtek - Enable micmute LED on and HP system
7950 - ALSA: hda/realtek - Add LED class support for micmute LED
7951 - ALSA: hda/realtek - Fix unused variable warning w/o
7952 CONFIG_LEDS_TRIGGER_AUDIO
7953 - ASoC: SOF: Update correct LED status at the first time usage of
7954 update_mute_led()
7955
7956 * Killer(R) Wi-Fi 6 AX1650i 160MHz Wireless Network Adapter (201NGW),
7957 REV=0x354 [8086:a0f0] subsystem id [1a56:1651] wireless adapter not found
7958 due to firmware crash (LP: #1874685)
7959 - SAUCE: iwlwifi: pcie: handle QuZ configs with killer NICs as well
7960
7961 * rtkit-daemon[*]: Failed to make ourselves RT: Operation not permitted after
7962 upgrade to 20.04 (LP: #1875665)
7963 - [Config] Turn off CONFIG_RT_GROUP_SCHED everywhere
7964
7965 * Unable to handle kernel pointer dereference in virtual kernel address space
7966 on Eoan (LP: #1876645)
7967 - SAUCE: overlayfs: fix shitfs special-casing
7968
7969 * Miscellaneous Ubuntu changes
7970 - SAUCE: skip building selftest 'runqslower' if kernel not built
7971 - Rebase to v5.7-rc6
7972 - [Config] updateconfigs after 5.7-rc6 rebase
7973
7974 [ Upstream Kernel Changes ]
7975
7976 * Rebase to v5.7-rc6
7977
7978 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 18 May 2020 11:27:25 +0200
7979
7980linux-5.7 (5.7.0-3.4) groovy; urgency=medium
7981
7982 [ Upstream Kernel Changes ]
7983
7984 * Rebase to v5.7-rc5
7985
7986 * Packaging resync (LP: #1786013)
7987 - update dkms package versions
7988
7989 * getitimer returns it_value=0 erroneously (LP: #1349028)
7990 - [Config] CONTEXT_TRACKING_FORCE policy should be unset
7991
7992 * lockdown on power (LP: #1855668) // Ubuntu Kernel Support for OpenPOWER NV
7993 Secure & Trusted Boot (LP: #1866909)
7994 - [Config] Enable configs for OpenPOWER NV Secure & Trusted Boot
7995
7996 * Miscellaneous Ubuntu changes
7997 - SAUCE: Import aufs driver
7998 - [Config] Enable aufs
7999 - [Config] annotations: remove SND_SOC_SOF_HDA_COMMON_HDMI_CODEC
8000 - [Config] Remove CONFIG_SND_HDA_INTEL_DETECT_DMIC from annotations
8001 - [Debian] final-checks -- Do not remove ~* from abi
8002 - [Config] Enable 5-level page table support for x86
8003 - [Config] updateconfigs after 5.7-rc5 rebase
8004
8005 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 11 May 2020 10:25:42 +0200
8006
8007linux-5.7 (5.7.0-2.3) groovy; urgency=medium
8008
8009 * Packaging resync (LP: #1786013)
8010 - [Packaging] update helper scripts
8011 - update dkms package versions
8012 - [Packaging] update helper scripts
8013
8014 * ASUS T100HAN boots to a blank screen with a cursor [i965: Failed to submit
8015 batchbuffer: Input/output error] (LP: #1860754)
8016 - [Config] CONFIG_PMIC_OPREGION=y and CONFIG_GPIO_CRYSTAL_COVE=y for amd64
8017
8018 * ubuntu/focal64 fails to mount Vagrant shared folders (LP: #1873506)
8019 - [Packaging] Move virtualbox modules to linux-modules
8020 - [Packaging] Remove vbox and zfs modules from generic.inclusion-list
8021
8022 * built-using constraints preventing uploads (LP: #1875601)
8023 - temporarily drop Built-Using data
8024
8025 * dkms artifacts may expire from the pool (LP: #1850958)
8026 - [Packaging] autoreconstruct -- manage executable debian files
8027 - [packaging] handle downloads from the librarian better
8028
8029 * Add signed modules for the 435 NVIDIA driver (LP: #1875888)
8030 - [Packaging] NVIDIA -- add signed modules for the 435 NVIDIA driver
8031
8032 * [Selftests] Apply various fixes and improvements (LP: #1870543)
8033 - SAUCE: selftests/seccomp -- Disable timeout for seccomp tests
8034
8035 * [17.04 FEAT] Integrate kernel message catalogue for s390x into Ubuntu
8036 distribution (LP: #1628889)
8037 - SAUCE: s390: kernel message catalog
8038
8039 * Overlayfs in user namespace leaks directory content of inaccessible
8040 directories (LP: #1793458) // CVE-2018-6559
8041 - SAUCE: overlayfs: ensure mounter privileges when reading directories
8042
8043 * suspend only works once on ThinkPad X1 Carbon gen 7 (LP: #1865570)
8044 - SAUCE: e1000e: Disable s0ix flow for X1 Carbon 7th
8045
8046 * [ICL] TC port in legacy/static mode can't be detected due TCCOLD
8047 (LP: #1868936)
8048 - drm/i915/display: Move out code to return the digital_port of the aux ch
8049 - drm/i915/display: Add intel_legacy_aux_to_power_domain()
8050 - drm/i915/display: Split hsw_power_well_enable() into two
8051 - drm/i915/tc/icl: Implement TC cold sequences
8052 - drm/i915/tc: Skip ref held check for TC legacy aux power wells
8053 - drm/i915/tc/tgl: Implement TC cold sequences
8054 - drm/i915/tc: Catch TC users accessing FIA registers without enable aux
8055 - drm/i915/tc: Do not warn when aux power well of static TC ports timeout
8056
8057 * Touchpad doesn't work on Dell Inspiron 7000 2-in-1 (LP: #1851901)
8058 - Revert "UBUNTU: SAUCE: mfd: intel-lpss: add quirk for Dell XPS 13 7390
8059 2-in-1"
8060
8061 * 'Elan touchpad' not detected on 'Lenovo ThinkBook 15 IIL' (LP: #1861610)
8062 - SAUCE: Input: elan_i2c - add more hardware ID for Lenovo laptop
8063
8064 * linux-image-5.0.0-35-generic breaks checkpointing of container
8065 (LP: #1857257)
8066 - SAUCE: overlayfs: use shiftfs hacks only with shiftfs as underlay
8067
8068 * alsa/sof: kernel oops on the machine without Intel hdmi audio codec (a
8069 regression in the asoc machine driver) (LP: #1874359)
8070 - ASoC: intel/skl/hda - fix oops on systems without i915 audio codec
8071
8072 * Add debian/rules targets to compile/run kernel selftests (LP: #1874286)
8073 - [Packaging] add support to compile/run selftests
8074
8075 * 5.4.0-24.28 does not seem to apply rtprio, whereas -21 does. (LP: #1873315)
8076 - [Config] lowlatency: turn off RT_GROUP_SCHED
8077
8078 * alsa/sof: external mic can't be deteced on Lenovo and HP laptops
8079 (LP: #1872569)
8080 - SAUCE: ASoC: intel/skl/hda - set autosuspend timeout for hda codecs
8081
8082 * shiftfs: O_TMPFILE reports ESTALE (LP: #1872757)
8083 - SAUCE: shiftfs: fix dentry revalidation
8084
8085 * shiftfs: broken shiftfs nesting (LP: #1872094)
8086 - SAUCE: shiftfs: record correct creator credentials
8087
8088 * lockdown on power (LP: #1855668)
8089 - SAUCE: (lockdown) powerpc: lock down kernel in secure boot mode
8090
8091 * Add support for Realtek 8723DE wireless adapter (LP: #1780590)
8092 - SAUCE: rtw88: add adaptivity support for EU/JP regulatory
8093 - SAUCE: rtw88: update tx descriptor of mgmt and rsvd page packets
8094 - SAUCE: rtw88: sar: dump sar information via debugfs
8095 - SAUCE: rtw88: 8723d: add IQ calibration
8096 - SAUCE: rtw88: 8723d: Add power tracking
8097 - SAUCE: rtw88: 8723d: implement flush queue
8098 - SAUCE: rtw88: 8723d: set ltecoex register address in chip_info
8099 - SAUCE: rtw88: 8723d: Add coex support
8100 - SAUCE: rtw88: 8723d: Add shutdown callback to disable BT USB suspend
8101
8102 * Fix authentication fail on Realtek WiFi 8723de (LP: #1871300)
8103 - SAUCE: rtw88: No retry and report for auth and assoc
8104 - SAUCE: rtw88: fix rate for a while after being connected
8105 - SAUCE: rtw88: Move driver IQK to set channel before association for 11N chip
8106
8107 * Miscellaneous Ubuntu changes
8108 - SAUCE: rtw88: fix 'const' mismatch in power suequence hooks
8109 - SAUCE: rtw88: fix 'const' mismatch in
8110 __priority_queue_cfg_legacy()/__priority_queue_cfg()
8111 - [Config] RTW88=m
8112 - SAUCE: (lockdown) Revert carried-forward lockdown patches
8113 - SAUCE: (lockdown) Add efi_status_to_str() and rework efi_status_to_err().
8114 - SAUCE: (lockdown) Make get_cert_list() use efi_status_to_str() to print
8115 error messages.
8116 - SAUCE: (lockdown) security: lockdown: expose a hook to lock the kernel down
8117 - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure boot
8118 mode
8119 - SAUCE: (lockdown) efi: Lock down the kernel if booted in secure boot mode
8120 - SAUCE: (lockdown) s390: Lock down the kernel when the IPL secure flag is set
8121 - SAUCE: (lockdown) KEYS: Make use of platform keyring for module signature
8122 verify
8123 - SAUCE: (lockdown) arm64: Allow locking down the kernel under EFI secure boot
8124 - SAUCE: (lockdown) security: lockdown: Make
8125 CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic
8126 - [Config] Add back CONFIG_LOCK_DOWN_IN_SECURE_BOOT annotation for ppc64el
8127 - [Config] CONFIG_RT_GROUP_SCHED=y
8128 - [Packaging] Include modules.builtin.modinfo in linux-modules
8129 - SAUCE: LSM: Infrastructure management of the sock security
8130 - SAUCE: Fix-up af_unix mediation for sock infrastructure management
8131 - SAUCE: Revert "apparmor: Allow filtering based on secmark policy"
8132 - SAUCE: Revert "apparmor: Parse secmark policy"
8133 - SAUCE: Revert "apparmor: Add a wildcard secid"
8134 - SAUCE: Revert "apparmor: fixup secid map conversion to using IDR"
8135 - SAUCE: Revert "apparmor: Use an IDR to allocate apparmor secids"
8136 - SAUCE: Revert "apparmor: add support for mapping secids and using secctxes"
8137 - Update dropped.txt for restored apparmor patches
8138 - Remove lockdown patches from dropped.txt
8139 - SAUCE: powerpc/ima: require IMA module signatures only if MODULE_SIG is not
8140 enabled
8141 - SAUCE: selftests/ftrace: Use printf instead of echo in kprobe syntax error
8142 tests
8143 - SAUCE: selftests/net -- disable l2tp.sh test
8144 - SAUCE: selftests/net -- disable timeout
8145 - SAUCE: tools: hv: Update shebang to use python3 instead of python
8146 - Remove dropped.txt
8147 - [Packaging] move linux-doc and linux-libc-dev stubs to debian.master
8148 - [Debian] Support generating configs for riscv64
8149 - [Config] CONFIG_KMSG_IDS=y for s390x
8150 - [Packaging] add libcap-dev dependency
8151 - [Config] CONFIG_AD5770R=m
8152 - [Config] CONFIG_AL3010=m
8153 - [Config] CONFIG_APPLE_MFI_FASTCHARGE=m
8154 - [Config] CONFIG_BAREUDP=m
8155 - [Config] CONFIG_CRYPTO_DEV_OCTEONTX_CPT=m
8156 - [Config] CONFIG_CRYPTO_DEV_ZYNQMP_AES=m
8157 - [Config] CONFIG_DRM_DISPLAY_CONNECTOR=m
8158 - [Config] CONFIG_DRM_PANEL_BOE_TV101WUM_NL6=m
8159 - [Config] CONFIG_DRM_PANEL_ELIDA_KD35T133=m
8160 - [Config] CONFIG_DRM_PANEL_FEIXIN_K101_IM2BA02=m
8161 - [Config] CONFIG_DRM_PANEL_NOVATEK_NT35510=m
8162 - [Config] CONFIG_DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01=m
8163 - [Config] CONFIG_DRM_PARADE_PS8640=m
8164 - [Config] CONFIG_DRM_SIMPLE_BRIDGE=m
8165 - [Config] CONFIG_DRM_TIDSS=m
8166 - [Config] CONFIG_DRM_TI_TPD12S015=m
8167 - [Config] CONFIG_DRM_TOSHIBA_TC358768=m
8168 - [Config] CONFIG_EDAC_DMC520=m
8169 - [Config] CONFIG_EXFAT_FS=m
8170 - [Config] CONFIG_GP2AP002=m
8171 - [Config] CONFIG_GPIO_MLXBF2=m
8172 - [Config] CONFIG_HID_GLORIOUS=m
8173 - [Config] CONFIG_HID_MCP2221=m
8174 - [Config] CONFIG_HMC425=m
8175 - [Config] CONFIG_ICP10100=m
8176 - [Config] CONFIG_IMX8MM_THERMAL=m
8177 - [Config] CONFIG_IMX_SC_THERMAL=m
8178 - [Config] CONFIG_INTERCONNECT_QCOM_OSM_L3=m
8179 - [Config] CONFIG_INTERCONNECT_QCOM_SC7180=m
8180 - [Config] CONFIG_K3_RTI_WATCHDOG=m
8181 - [Config] CONFIG_MDIO_IPQ8064=m
8182 - [Config] CONFIG_MDIO_MVUSB=m
8183 - [Config] CONFIG_MHI_BUS=m
8184 - [Config] CONFIG_OCTEONTX2_VF=m
8185 - [Config] CONFIG_PHY_CADENCE_TORRENT=m
8186 - [Config] CONFIG_PHY_QCOM_USB_HS_28NM=m
8187 - [Config] CONFIG_PHY_QCOM_USB_SS=m
8188 - [Config] CONFIG_PINCTRL_DA9062=m
8189 - [Config] CONFIG_PINCTRL_IPQ6018=m
8190 - [Config] CONFIG_PTP_1588_CLOCK_IDT82P33=m
8191 - [Config] CONFIG_PTP_1588_CLOCK_VMW=m
8192 - [Config] CONFIG_QCOM_IPA=m
8193 - [Config] CONFIG_REGULATOR_MP5416=m
8194 - [Config] CONFIG_REGULATOR_MP886X=m
8195 - [Config] CONFIG_RN5T618_ADC=m
8196 - [Config] CONFIG_RTC_DRV_MT2712=m
8197 - [Config] CONFIG_RTC_DRV_RC5T619=m
8198 - [Config] CONFIG_SC_MSS_7180=m
8199 - [Config] CONFIG_SENSORS_AXI_FAN_CONTROL=m
8200 - [Config] CONFIG_SM_GCC_8250=m
8201 - [Config] CONFIG_SND_BCM63XX_I2S_WHISTLER=m
8202 - [Config] CONFIG_SND_MESON_AIU=m
8203 - [Config] CONFIG_SND_MESON_G12A_TOACODEC=m
8204 - [Config] CONFIG_SND_MESON_GX_SOUND_CARD=m
8205 - [Config] CONFIG_SND_SOC_AMD_RV_RT5682_MACH=m
8206 - [Config] CONFIG_SND_SOC_INTEL_SOF_PCM512x_MACH=m
8207 - [Config] CONFIG_SND_SOC_MESON_T9015=m
8208 - [Config] CONFIG_SND_SOC_RT5682_SDW=m
8209 - [Config] CONFIG_SND_SOC_TLV320ADCX140=m
8210 - [Config] CONFIG_SPI_FSI=m
8211 - [Config] CONFIG_SPI_MTK_NOR=m
8212 - [Config] CONFIG_SPI_MUX=m
8213 - [Config] CONFIG_SPRD_THERMAL=m
8214 - [Config] CONFIG_SURFACE_3_POWER_OPREGION=m
8215 - [Config] CONFIG_TINYDRM_ILI9486=m
8216 - [Config] CONFIG_TI_K3_AM65_CPSW_NUSS=m
8217 - [Config] CONFIG_TYPEC_MUX_INTEL_PMC=m
8218 - [Config] CONFIG_UACCE=m
8219 - [Config] CONFIG_UNIPHIER_XDMAC=m
8220 - [Config] CONFIG_USB_MAX3420_UDC=m
8221 - [Config] CONFIG_USB_RAW_GADGET=m
8222 - [Config] CONFIG_VHOST_VDPA=m
8223 - [Config] CONFIG_VIDEO_IMX219=m
8224 - [Config] CONFIG_VIDEO_SUN8I_ROTATE=m
8225 - [Config] CONFIG_VIRTIO_VDPA=m
8226 - [Config] CONFIG_MOST_COMPONENTS=m
8227 - [Config] CONFIG_MFD_IQS62X=m
8228 - packaging: getabis: switch to ckt-ppa:bootstrap/linux-5.7
8229
8230 * Miscellaneous upstream changes
8231 - Revert "UBUNTU: SAUCE: rtw88: add rtw_read8_mask and rtw_read16_mask"
8232 - Revert "UBUNTU: SAUCE: drm/i915/fbc: disable framebuffer compression on
8233 IceLake"
8234 - Revert "UBUNTU: SAUCE: platform/x86: dell-uart-backlight: move retry block"
8235
8236 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 04 May 2020 10:48:48 +0200
8237
8238linux-5.7 (5.7.0-1.2) groovy; urgency=medium
8239
8240 * Packaging resync (LP: #1786013)
8241 - [Packaging] update helper scripts
8242
8243 * Miscellaneous Ubuntu changes
8244 - SAUCE: hio: pass make_request ptr directly to blk_alloc_queue()
8245 - SAUCE: hio: locally define disk_map_sector_rcu()
8246 - SAUCE: hio: Revert "block: unexport disk_map_sector_rcu"
8247 - SAUCE: hio: include <linux/part_stat.h>
8248 - [Config] amd64: i386: HIO=m
8249 - [Config] updateconfigs after 5.7-rc3 rebase
8250
8251 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 27 Apr 2020 11:31:38 +0200
8252
8253linux-5.7 (5.7.0-0.1) groovy; urgency=medium
8254
8255 * Miscellaneous Ubuntu changes
8256 - [Config] updateconfigs after rebase to 5.7-rc1
8257
8258 [ Upstream Kernel Changes ]
8259
8260 * Rebase to v5.7-rc1
8261 * Rebase to v5.7-rc2
8262
8263 -- Paolo Pisati <paolo.pisati@canonical.com> Thu, 16 Apr 2020 11:53:58 +0200
8264
8265linux-5.7 (5.7.0-0.0) focal; urgency=medium
8266
8267 * Dummy entry
8268
8269 -- Paolo Pisati <paolo.pisati@canonical.com> Thu, 16 Apr 2020 11:53:58 +0200
8270
8271linux-5.6 (5.6.0-7.7) focal; urgency=medium
8272
8273 * Packaging resync (LP: #1786013)
8274 - update dkms package versions
8275
8276 * Kernel Oops - general protection fault: 0000 [#1] SMP PTI after
8277 disconnecting thunderbolt docking station (LP: #1864754)
8278 - SAUCE: ptp: free ptp clock properly
8279
8280 * swap storms kills interactive use (LP: #1861359)
8281 - SAUCE: mm/page_alloc.c: disable memory reclaim watermark boosting by default
8282
8283 * sysfs: incorrect network device permissions on network namespace change
8284 (LP: #1865359)
8285 - sysfs: add sysfs_file_change_owner()
8286 - sysfs: add sysfs_link_change_owner()
8287 - sysfs: add sysfs_group{s}_change_owner()
8288 - sysfs: add sysfs_change_owner()
8289 - device: add device_change_owner()
8290 - drivers/base/power: add dpm_sysfs_change_owner()
8291 - net-sysfs: add netdev_change_owner()
8292 - net-sysfs: add queue_change_owner()
8293 - net: fix sysfs permssions when device changes network namespace
8294 - sysfs: fix static inline declaration of sysfs_groups_change_owner()
8295
8296 * Miscellaneous Ubuntu changes
8297 - [Config] updateconfigs after rebase to 5.6
8298
8299 [ Upstream Kernel Changes ]
8300
8301 * Rebase to v5.6
8302
8303 -- Andrea Righi <andrea.righi@canonical.com> Tue, 31 Mar 2020 10:45:09 +0200
8304
8305linux-5.6 (5.6.0-6.6) focal; urgency=medium
8306
8307 * suspend only works once on ThinkPad X1 Carbon gen 7 (LP: #1865570)
8308 - SAUCE: e1000e: Disable s0ix flow for X1 Carbon 7th
8309
8310 * Make Dell WD19 dock more reliable after suspend (LP: #1868217)
8311 - xhci: Ensure link state is U3 after setting USB_SS_PORT_LS_U3
8312 - xhci: Wait until link state trainsits to U0 after setting USB_SS_PORT_LS_U0
8313 - xhci: Finetune host initiated USB3 rootport link suspend and resume
8314
8315 * update-version-dkms doesn't add a BugLink (LP: #1867790)
8316 - [Packaging] Add BugLink to update-version-dkms commit
8317
8318 * Add support for Realtek 8723DE wireless adapter (LP: #1780590)
8319 - SAUCE: rtw88: add regulatory process strategy for different chipset
8320 - SAUCE: rtw88: support dynamic user regulatory setting
8321 - SAUCE: rtw88: Use secondary channel offset enumeration
8322 - SAUCE: rtw88: 8822c: modify rf protection setting
8323 - SAUCE: rtw88: disable TX-AMSDU on 2.4G band
8324 - SAUCE: Revert "rtw88: disable TX-AMSDU on 2.4G band"
8325 - SAUCE: rtw88: disable TX-AMSDU on 2.4G band
8326 - SAUCE: rtw88: remove unused parameter vif in rtw_lps_pg_info_get()
8327 - SAUCE: rtw88: add rtw_read8_mask and rtw_read16_mask
8328 - SAUCE: rtw88: pci: 8822c should set clock delay to zero
8329 - SAUCE: rtw88: move rtw_enter_ips() to the last when config
8330 - SAUCE: rtw88: avoid holding mutex for cancel_delayed_work_sync()
8331 - SAUCE: rtw88: add ciphers to suppress error message
8332 - SAUCE: rtw88: 8822c: update power sequence to v16
8333 - SAUCE: rtw88: Fix incorrect beamformee role setting
8334 - SAUCE: rtw88: don't hold all IRQs disabled for PS operations
8335 - SAUCE: rtw88: extract alloc rsvd_page and h2c skb routines
8336 - SAUCE: rtw88: associate reserved pages with each vif
8337 - SAUCE: rtw88: add adaptivity support for EU/JP regulatory
8338 - SAUCE: rtw88: 8723d: Add basic chip capabilities
8339 - SAUCE: rtw88: 8723d: add beamform wrapper functions
8340 - SAUCE: rtw88: 8723d: Add power sequence
8341 - SAUCE: rtw88: 8723d: Add RF read/write ops
8342 - SAUCE: rtw88: 8723d: Add mac/bb/rf/agc/power_limit tables
8343 - SAUCE: rtw88: 8723d: Add cfg_ldo25 to control LDO25
8344 - SAUCE: rtw88: 8723d: Add new chip op efuse_grant() to control efuse access
8345 - SAUCE: rtw88: 8723d: Add read_efuse to recognize efuse info from map
8346 - SAUCE: rtw88: add legacy firmware download for 8723D devices
8347 - SAUCE: rtw88: no need to send additional information to legacy firmware
8348 - SAUCE: rtw88: 8723d: Add mac power-on/-off function
8349 - SAUCE: rtw88: decompose while(1) loop of power sequence polling command
8350 - SAUCE: rtw88: 8723d: 11N chips don't support H2C queue
8351 - SAUCE: rtw88: 8723d: implement set_tx_power_index ops
8352 - SAUCE: rtw88: 8723d: Organize chip TX/RX FIFO
8353 - SAUCE: rtw88: 8723d: initialize mac/bb/rf basic functions
8354 - SAUCE: rtw88: 8723d: Add DIG parameter
8355 - SAUCE: rtw88: 8723d: Add query_rx_desc
8356 - SAUCE: rtw88: 8723d: Add set_channel
8357 - SAUCE: rtw88: handle C2H_CCX_TX_RPT to know if packet TX'ed successfully
8358 - SAUCE: rtw88: 8723d: 11N chips don't support LDPC
8359 - SAUCE: rtw88: set default port to firmware
8360 - SAUCE: rtw88: update tx descriptor of mgmt and rsvd page packets
8361 - SAUCE: rtw88: sar: add SAR of TX power limit
8362 - SAUCE: rtw88: sar: Load static SAR table from ACPI WRDS method
8363 - SAUCE: rtw88: sar: Load dynamic SAR table from ACPI methods
8364 - SAUCE: rtw88: sar: apply dynamic SAR table to tx power limit
8365 - SAUCE: rtw88: sar: add sar_work to poll if dynamic SAR table is changed
8366 - SAUCE: rtw88: sar: dump sar information via debugfs
8367 - SAUCE: rtw88: 8723d: Add chip_ops::false_alarm_statistics
8368 - SAUCE: rtw88: 8723d: Set IG register for CCK rate
8369 - SAUCE: rtw88: 8723d: add interface configurations table
8370 - SAUCE: rtw88: 8723d: Add LC calibration
8371 - SAUCE: rtw88: 8723d: add IQ calibration
8372 - SAUCE: rtw88: 8723d: Add power tracking
8373 - SAUCE: rtw88: 8723d: Add shutdown callback to disable BT USB suspend
8374 - SAUCE: rtw88: 8723d: implement flush queue
8375 - SAUCE: rtw88: 8723d: set ltecoex register address in chip_info
8376 - SAUCE: rtw88: 8723d: Add coex support
8377 - SAUCE: rtw88: fill zeros to words 0x06 and 0x07 of security cam entry
8378 - SAUCE: rtw88: 8723d: Add 8723DE to Kconfig and Makefile
8379 - [Config] CONFIG_RTW88_8723DE=y
8380
8381 * [Ubuntu 20.04] Unset HIBERNATION and PM kernel config options for focal
8382 (LP: #1867753)
8383 - [Config] CONFIG_HIBERNATION=n and CONFIG_PM=n for s390x
8384
8385 * [20.04 FEAT] Base KVM setup for secure guests - kernel part (LP: #1835531)
8386 - s390/protvirt: introduce host side setup
8387 - s390/protvirt: add ultravisor initialization
8388 - s390/mm: provide memory management functions for protected KVM guests
8389 - s390/mm: add (non)secure page access exceptions handlers
8390 - s390/protvirt: Add sysfs firmware interface for Ultravisor information
8391 - KVM: s390/interrupt: do not pin adapter interrupt pages
8392 - KVM: s390: protvirt: Add UV debug trace
8393 - KVM: s390: add new variants of UV CALL
8394 - KVM: s390: protvirt: Add initial vm and cpu lifecycle handling
8395 - KVM: s390: protvirt: Secure memory is not mergeable
8396 - KVM: s390/mm: Make pages accessible before destroying the guest
8397 - KVM: s390: protvirt: Handle SE notification interceptions
8398 - KVM: s390: protvirt: Instruction emulation
8399 - KVM: s390: protvirt: Implement interrupt injection
8400 - KVM: s390: protvirt: Add SCLP interrupt handling
8401 - KVM: s390: protvirt: Handle spec exception loops
8402 - KVM: s390: protvirt: Add new gprs location handling
8403 - KVM: S390: protvirt: Introduce instruction data area bounce buffer
8404 - KVM: s390: protvirt: handle secure guest prefix pages
8405 - KVM: s390/mm: handle guest unpin events
8406 - KVM: s390: protvirt: Write sthyi data to instruction data area
8407 - KVM: s390: protvirt: STSI handling
8408 - KVM: s390: protvirt: disallow one_reg
8409 - KVM: s390: protvirt: Do only reset registers that are accessible
8410 - KVM: s390: protvirt: Only sync fmt4 registers
8411 - KVM: s390: protvirt: Add program exception injection
8412 - KVM: s390: protvirt: UV calls in support of diag308 0, 1
8413 - KVM: s390: protvirt: Report CPU state to Ultravisor
8414 - KVM: s390: protvirt: Support cmd 5 operation state
8415 - KVM: s390: protvirt: Mask PSW interrupt bits for interception 104 and 112
8416 - KVM: s390: protvirt: do not inject interrupts after start
8417 - KVM: s390: protvirt: Add UV cpu reset calls
8418 - DOCUMENTATION: Protected virtual machine introduction and IPL
8419 - KVM: s390: protvirt: introduce and enable KVM_CAP_S390_PROTECTED
8420 - KVM: s390: protvirt: Add KVM api documentation
8421 - mm/gup/writeback: add callbacks for inaccessible pages
8422
8423 * All PS/2 ports on PS/2 Serial add-in bracket are not working after S3
8424 (LP: #1866734)
8425 - SAUCE: Input: i8042 - fix the selftest retry logic
8426
8427 * Sys oopsed with sysfs test in ubuntu_stress_smoke_test on X-hwe ARM64
8428 (LP: #1866772)
8429 - ACPI: sysfs: copy ACPI data using io memory copying
8430
8431 * Miscellaneous Ubuntu changes
8432 - hio -- remove duplicated MODULE_DEVICE_TABLE declaration
8433 - SAUCE: r8169: disable ASPM L1.1
8434 - [Config] update annotations from configs
8435 - [Config] update configs after annotation file review
8436 - SAUCE: Revert "tools/power turbostat: Fix 32-bit capabilities warning"
8437
8438 * Miscellaneous upstream changes
8439 - drm/i915: Fix eDP DPCD aux max backlight calculations
8440 - drm/dp: Introduce EDID-based quirks
8441 - drm/i915: Force DPCD backlight mode on X1 Extreme 2nd Gen 4K AMOLED panel
8442 - drm/i915: Force DPCD backlight mode for some Dell CML 2020 panels
8443
8444 [ Upstream Kernel Changes ]
8445
8446 * Rebase to v5.6-rc7
8447
8448 -- Andrea Righi <andrea.righi@canonical.com> Wed, 25 Mar 2020 18:09:13 +0100
8449
8450linux-5.6 (5.6.0-5.5) focal; urgency=medium
8451
8452 * please help enable CONFIG_EROFS_FS_ZIP (LP: #1867099)
8453 - [Config] CONFIG_EROFS_FS_ZIP=y
8454 - [Config] CONFIG_EROFS_FS_CLUSTER_PAGE_LIMIT=1
8455
8456 * Miscellaneous Ubuntu changes
8457 - Config: Fix SND_HDA_PREALLOC_SIZE annotations
8458 - Config: Fix DATA_SHIFT annotations
8459 - Config: remove ANDROID_VSOC from annotations
8460 - Config: remove arm arch from annotations
8461 - Config: Update SOC_R8A7796X annotations
8462 - Config: Update CLK_R8A7796X annotations
8463 - update dkms package versions
8464 - [Config] updateconfigs after rebase to 5.6-rc6
8465
8466 [ Upstream Kernel Changes ]
8467
8468 * Rebase to v5.6-rc6
8469
8470 -- Andrea Righi <andrea.righi@canonical.com> Wed, 18 Mar 2020 17:25:30 +0100
8471
8472linux-5.6 (5.6.0-4.4) focal; urgency=medium
8473
8474 * Packaging resync (LP: #1786013)
8475 - [Packaging] resync getabis
8476 - [Packaging] update helper scripts
8477
8478 * Add sysfs attribute to show remapped NVMe (LP: #1863621)
8479 - SAUCE: ata: ahci: Add sysfs attribute to show remapped NVMe device count
8480
8481 * [20.04 FEAT] Compression improvements in Linux kernel (LP: #1830208)
8482 - [Config] Introducing s390x specific kernel config option CONFIG_ZLIB_DFLTCC
8483
8484 * [UBUNTU 20.04] s390x/pci: increase CONFIG_PCI_NR_FUNCTIONS to 512 in kernel
8485 config (LP: #1866056)
8486 - [Config] Increase CONFIG_PCI_NR_FUNCTIONS from 64 to 512 starting with focal
8487 on s390x
8488
8489 * CONFIG_IP_MROUTE_MULTIPLE_TABLES is not set (LP: #1865332)
8490 - [Config] CONFIG_IP_MROUTE_MULTIPLE_TABLES=y
8491
8492 * [UBUNTU 20.04] Enable CONFIG_NET_SWITCHDEV in kernel config for s390x
8493 starting with focal (LP: #1865452)
8494 - [Config] Enable CONFIG_NET_SWITCHDEV in kernel config for s390x starting
8495 with focal
8496
8497 * Miscellaneous Ubuntu changes
8498 - SAUCE: Revert "UBUNTU: SAUCE: blk/core: Gracefully handle unset
8499 make_request_fn"
8500 - [Packaging] prevent duplicated entries in modules.ignore
8501 - update dkms package versions
8502 - [Config] updateconfigs after rebase to 5.6-rc5
8503
8504 [ Upstream Kernel Changes ]
8505
8506 * Rebase to v5.6-rc5
8507
8508 -- Andrea Righi <andrea.righi@canonical.com> Mon, 09 Mar 2020 09:42:06 +0100
8509
8510linux-5.6 (5.6.0-3.3) focal; urgency=medium
8511
8512 * nsleep-lat / set-timer-lat / inconsistency-check / raw_skew from timer in
8513 ubuntu_kernel_selftests timeout on 5.3 / 5.4 (LP: #1864626)
8514 - selftests/timers: Turn off timeout setting
8515
8516 * Update kernel options CONFIG_NR_CPUS and CONFIG_NUMA_EMU for focal
8517 (LP: #1864198)
8518 - Ubuntu: [Config] Update kernel options CONFIG_NR_CPUS and CONFIG_NUMA_EMU
8519
8520 * alsa/hda/realtek: fix a mute led regression on Lenovo X1 Carbon
8521 (LP: #1864576)
8522 - SAUCE: ALSA: hda/realtek - Fix a regression for mute led on Lenovo Carbon X1
8523
8524 * r8152 init may take up to 40 seconds at initialization with Dell WD19/WD19DC
8525 during hotplug (LP: #1864284)
8526 - UBUNTU SAUCE: r8151: check disconnect status after long sleep
8527
8528 * Another Dell AIO backlight issue (LP: #1863880)
8529 - SAUCE: platform/x86: dell-uart-backlight: move retry block
8530
8531 * Backport GetFB2 ioctl (LP: #1863874)
8532 - SAUCE: drm: Add getfb2 ioctl
8533
8534 * Focal Fossa (20.04) feature request - Enable CONFIG_X86_UV (LP: #1863810)
8535 - [Config] CONFIG_X86_UV=y
8536
8537 * Miscellaneous Ubuntu changes
8538 - debian: remove snapdragon config, rules and flavour
8539 - remove snapdragon abi files
8540 - update dkms package versions
8541 - [Config] updateconfigs after rebase to 5.6-rc4
8542
8543 * Miscellaneous upstream changes
8544 - updateconfigs following snapdragon removal
8545
8546 [ Upstream Kernel Changes ]
8547
8548 * Rebase to v5.6-rc4
8549
8550 -- Andrea Righi <andrea.righi@canonical.com> Wed, 04 Mar 2020 08:21:10 +0100
8551
8552linux-5.6 (5.6.0-2.2) focal; urgency=medium
8553
8554 * Sometimes can't adjust brightness on Dell AIO (LP: #1862885)
8555 - SAUCE: platform/x86: dell-uart-backlight: increase retry times
8556
8557 * Dell XPS 13 (7390) Display Flickering - 19.10 (LP: #1849947)
8558 - SAUCE: drm/i915: Disable PSR by default on all platforms
8559
8560 * Miscellaneous Ubuntu changes
8561 - [debian] ignore missing wireguard module
8562 - SAUCE: (lockdown) Add efi_status_to_str() and rework efi_status_to_err().
8563 - SAUCE: (lockdown) security: lockdown: expose a hook to lock the kernel down
8564 - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure boot
8565 mode
8566 - SAUCE: (lockdown) efi: Lock down the kernel if booted in secure boot mode
8567 - SAUCE: (lockdown) s390: Lock down the kernel when the IPL secure flag is set
8568 - SAUCE: (lockdown) KEYS: Make use of platform keyring for module signature
8569 verify
8570 - SAUCE: (lockdown) arm64: Allow locking down the kernel under EFI secure boot
8571 - SAUCE: (lockdown) security: lockdown: Make
8572 CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic
8573 - [Config] CONFIG_LOCK_DOWN_IN_SECURE_BOOT=y
8574 - update dkms package versions
8575 - [Config] updateconfigs after rebase to 5.6-rc3
8576
8577 * Miscellaneous upstream changes
8578 - Revert "UBUNTU: SAUCE: (lockdown) s390/ipl: lockdown kernel when booted
8579 secure"
8580 - Revert "UBUNTU: SAUCE: (lockdown) KEYS: Make use of platform keyring for
8581 module signature verify"
8582 - Revert "UBUNTU: SAUCE: (lockdown) Add a SysRq option to lift kernel
8583 lockdown"
8584 - Revert "UBUNTU: SAUCE: (lockdown) security: lockdown: expose a hook to lock
8585 the kernel down"
8586 - Revert "UBUNTU: SAUCE: (lockdown) Add efi_status_to_str() and rework
8587 efi_status_to_err()."
8588
8589 -- Andrea Righi <andrea.righi@canonical.com> Mon, 24 Feb 2020 18:57:22 +0100
8590
8591linux-5.6 (5.6.0-1.1) focal; urgency=medium
8592
8593 * Integrate Intel SGX driver into linux-azure (LP: #1844245)
8594 - [Packaging] Add systemd service to load intel_sgx
8595
8596 * QAT drivers for C3XXX and C62X not included as modules (LP: #1845959)
8597 - [Config] CRYPTO_DEV_QAT_C3XXX=m, CRYPTO_DEV_QAT_C62X=m and
8598 CRYPTO_DEV_QAT_DH895xCC=m
8599
8600 * 5.4.0-11 crash on cryptsetup open (LP: #1860231)
8601 - SAUCE: blk/core: Gracefully handle unset make_request_fn
8602
8603 * multi-zone raid0 corruption (LP: #1850540)
8604 - SAUCE: md/raid0: Use kernel specific layout
8605
8606 * Miscellaneous Ubuntu changes
8607 - update dkms package versions
8608 - update dropped.txt after rebase to v5.6-rc1
8609 - [Config] updateconfigs after rebase to 5.6-rc1
8610 - hio -- proc_create() requires a "struct proc_ops" in 5.6
8611 - SAUCE: arm: fix build error in kvm tracepoint
8612
8613 * Miscellaneous upstream changes
8614 - Revert "UBUNTU: [Config] Disable the uselib system call"
8615 - Revert "UBUNTU: [Config] Disable legacy PTY naming"
8616 - Revert "UBUNTU: [Config] Enforce filtered access to iomem"
8617 - Revert "UBUNTU: [Config] Enable notifier call chain validations"
8618 - Revert "UBUNTU: [Config] Enable scatterlist validation"
8619 - Revert "UBUNTU: [Config] Enable cred sanity checks"
8620 - Revert "UBUNTU: [Config] Enable linked list manipulation checks"
8621
8622 [ Upstream Kernel Changes ]
8623
8624 * Rebase to v5.6-rc1
8625
8626 -- Andrea Righi <andrea.righi@canonical.com> Thu, 13 Feb 2020 17:20:27 +0100
8627
8628linux-5.6 (5.6.0-0.0) focal; urgency=medium
8629
8630 * Dummy entry
8631
8632 -- Andrea Righi <andrea.righi@canonical.com> Mon, 10 Feb 2020 11:06:18 +0100
8633
8634linux-5.5 (5.5.0-7.8) focal; urgency=medium
8635
8636 * CONFIG_USELIB should be disabled (LP: #1855341)
8637 - [Config] Disable the uselib system call
8638
8639 * CONFIG_LEGACY_PTYS should be disabled (LP: #1855339)
8640 - [Config] Disable legacy PTY naming
8641
8642 * CONFIG_IO_STRICT_DEVMEM should be enabled (LP: #1855338)
8643 - [Config] Enforce filtered access to iomem
8644
8645 * CONFIG_DEBUG_NOTIFIERS should be enabled (LP: #1855337)
8646 - [Config] Enable notifier call chain validations
8647
8648 * CONFIG_DEBUG_SG should be enabled (LP: #1855336)
8649 - [Config] Enable scatterlist validation
8650
8651 * CONFIG_DEBUG_CREDENTIALS should be enabled (LP: #1855335)
8652 - [Config] Enable cred sanity checks
8653
8654 * CONFIG_DEBUG_LIST should be enabled (LP: #1855334)
8655 - [Config] Enable linked list manipulation checks
8656
8657 * shiftfs: prevent lower dentries from going negative during unlink
8658 (LP: #1860041)
8659 - SAUCE: shiftfs: prevent lower dentries from going negative during unlink
8660
8661 * [SRU][B/OEM-B/OEM-OSP1/D/E/Unstable] UBUNTU: SAUCE: Use native backlight on
8662 Lenovo E41-25/45 (LP: #1859561)
8663 - SAUCE: ACPI: video: Use native backlight on Lenovo E41-25/45
8664
8665 * USB key cannot be detected by hotplug on Sunix USB Type-A 3.1 Gen 2 card
8666 [1b21:2142] (LP: #1858988)
8667 - SAUCE: PCI: Avoid ASMedia XHCI USB PME# from D0 defect
8668
8669 * Dell AIO can't adjust brightness (LP: #1858761)
8670 - SAUCE: platform/x86: dell-uart-backlight: add retry for get scalar status
8671
8672 * Miscellaneous Ubuntu changes
8673 - [Config] Fix typo in annotations file
8674 - update dkms package versions
8675
8676 [ Upstream Kernel Changes ]
8677
8678 * Rebase to v5.5
8679
8680 -- Andrea Righi <andrea.righi@canonical.com> Mon, 27 Jan 2020 11:39:38 +0100
8681
8682linux-5.5 (5.5.0-6.7) focal; urgency=medium
8683
8684 * Miscellaneous Ubuntu changes
8685 - [Packaging] Update ubuntu-regression-suite dependency to python2
8686 - [Packaging] Fix ubuntu-regression-suite python dependency for hwe kernel
8687 - update dkms package versions
8688
8689 [ Upstream Kernel Changes ]
8690
8691 * Rebase to v5.5-rc7
8692
8693 -- Andrea Righi <andrea.righi@canonical.com> Mon, 20 Jan 2020 10:16:01 +0100
8694
8695linux-5.5 (5.5.0-5.6) focal; urgency=medium
8696
8697 * Miscellaneous Ubuntu changes
8698 - update dkms package versions
8699
8700 [ Upstream Kernel Changes ]
8701
8702 * Rebase to v5.5-rc6
8703
8704 -- Andrea Righi <andrea.righi@canonical.com> Mon, 13 Jan 2020 15:50:12 +0100
8705
8706linux-5.5 (5.5.0-4.5) focal; urgency=medium
8707
8708 * linux build and autopkg tests need to use python2 instead of python
8709 (LP: #1858487)
8710 - [Packaging] Remove python-dev build dependency
8711
8712 -- Andrea Righi <andrea.righi@canonical.com> Wed, 08 Jan 2020 16:00:26 +0100
8713
8714linux-5.5 (5.5.0-3.4) focal; urgency=medium
8715
8716 * [SRU][B/OEM-B/OEM-OSP1/D/E/F] Add LG I2C touchscreen multitouch support
8717 (LP: #1857541)
8718 - SAUCE: HID: multitouch: Add LG MELF0410 I2C touchscreen support
8719
8720 * Make vfio-pci built-in or xhci_hcd optional (LP: #1770845)
8721 - [Config]: built-in VFIO_PCI for amd64
8722
8723 * multi-zone raid0 corruption (LP: #1850540)
8724 - SAUCE: md/raid0: Link to wiki with guidance on multi-zone RAID0 layout
8725 migration
8726
8727 * Packaging resync (LP: #1786013)
8728 - [Packaging] update variants
8729
8730 * Miscellaneous Ubuntu changes
8731 - [Packaging] Change source package to linux-5.5
8732 - [Packaging] Don't use SRCPKGNAME for linux-libc-dev
8733 - [Packaging] Remove linux-source-3 Provides: from linux-source
8734 - [Packaging] Fix linux-doc in linux-image Suggests:
8735 - [Debian] Read variants list into a variable
8736 - [Packaging] Generate linux-libc-dev package only for primary variant
8737 - [Packaging] Generate linux-doc for only the primary variant
8738 - [Debian] Update linux source package name in debian/tests/*
8739 - update dkms package versions
8740 - [Config] updateconfigs after rebase to 5.5-rc3
8741 - [Config] disable PCI_MESON
8742 - [Config] Add pinctrl-equilibrium to modules.ignore
8743
8744 [ Upstream Kernel Changes ]
8745
8746 * Rebase to v5.5-rc5
8747
8748 -- Andrea Righi <andrea.righi@canonical.com> Wed, 08 Jan 2020 11:28:43 +0100
8749
8750linux-5.5 (5.5.0-2.3) focal; urgency=medium
8751
8752 * Empty entry.
8753
8754 -- Seth Forshee <seth.forshee@canonical.com> Tue, 17 Dec 2019 22:33:59 -0600
8755
8756linux (5.5.0-2.3) focal; urgency=medium
8757
8758 * Support DPCD aux brightness control (LP: #1856134)
8759 - SAUCE: drm/i915: Fix eDP DPCD aux max backlight calculations
8760 - SAUCE: drm/i915: Assume 100% brightness when not in DPCD control mode
8761 - SAUCE: drm/i915: Fix DPCD register order in intel_dp_aux_enable_backlight()
8762 - SAUCE: drm/i915: Auto detect DPCD backlight support by default
8763 - SAUCE: drm/i915: Force DPCD backlight mode on X1 Extreme 2nd Gen 4K AMOLED
8764 panel
8765 - USUNTU: SAUCE: drm/i915: Force DPCD backlight mode on Dell Precision 4K sku
8766
8767 * change kconfig of the soundwire bus driver from y to m (LP: #1855685)
8768 - [Config]: SOUNDWIRE=m
8769
8770 * Fix unusable USB hub on Dell TB16 after S3 (LP: #1855312)
8771 - SAUCE: USB: core: Make port power cycle a seperate helper function
8772 - SAUCE: USB: core: Attempt power cycle port when it's in eSS.Disabled state
8773
8774 * Miscellaneous Ubuntu changes
8775 - [Debian] add python depends to ubuntu-regression-suite
8776 - SAUCE: selftests: net: tls: remove recv_rcvbuf test
8777 - update dkms package versions
8778
8779 * Miscellaneous upstream changes
8780 - [Config] updateconfigs after rebase to 5.5-rc2
8781
8782 -- Andrea Righi <andrea.righi@canonical.com> Tue, 17 Dec 2019 16:02:43 +0100
8783
8784linux (5.5.0-1.2) focal; urgency=medium
8785
8786 * Miscellaneous Ubuntu changes
8787 - [Config] disable nvidia dkms build
8788 - [Config] disable virtualbox dkms build
8789 - [Config] disable zfs dkms build
8790 - update dropped.txt after rebase to v5.5-rc1
8791 - SAUCE: (lockdown) Make get_cert_list() not complain about cert lists that
8792 aren't present.
8793 - SAUCE: (lockdown) Add efi_status_to_str() and rework efi_status_to_err().
8794 - SAUCE: (lockdown) Make get_cert_list() use efi_status_to_str() to print
8795 error messages.
8796 - SAUCE: (lockdown) security: lockdown: expose a hook to lock the kernel down
8797 - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure boot
8798 mode
8799 - SAUCE: (lockdown) efi: Lock down the kernel if booted in secure boot mode
8800 - SAUCE: (lockdown) Add a SysRq option to lift kernel lockdown
8801 - SAUCE: (lockdown) KEYS: Make use of platform keyring for module signature
8802 verify
8803 - SAUCE: (lockdown) arm64: Allow locking down the kernel under EFI secure boot
8804 - SAUCE: (lockdown) security: lockdown: Make
8805 CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic
8806 - SAUCE: (lockdown) s390/ipl: lockdown kernel when booted secure
8807 - [Config] Enable lockdown under secure boot
8808 - update dkms package versions
8809
8810 -- Andrea Righi <andrea.righi@canonical.com> Thu, 12 Dec 2019 16:54:41 +0100
8811
8812linux (5.5.0-0.1) focal; urgency=medium
8813
8814 * Miscellaneous Ubuntu changes
8815 - [Config] updateconfigs after rebase to 5.5-rc1
8816
8817 [ Upstream Kernel Changes ]
8818
8819 * Rebase to v5.5-rc1
8820
8821 -- Andrea Righi <andrea.righi@canonical.com> Mon, 09 Dec 2019 19:03:35 +0100
8822
8823linux (5.5.0-0.0) focal; urgency=medium
8824
8825 * Dummy entry.
8826
8827 -- Andrea Righi <andrea.righi@canonical.com> Mon, 09 Dec 2019 15:14:37 +0100
8828
8829linux (5.4.0-8.11) focal; urgency=medium
8830
8831 * focal/linux: 5.4.0-8.9 -proposed tracker (LP: #1855448)
8832
8833 * update ENA driver for DIMLIB dynamic interrupt moderation (LP: #1853180)
8834 - SAUCE: net: ena: fix issues in setting interrupt moderation params in
8835 ethtool
8836 - SAUCE: net: ena: fix too long default tx interrupt moderation interval
8837
8838 * Kernel build log filled with "/bin/bash: line 5: warning: command
8839 substitution: ignored null byte in input" (LP: #1853843)
8840 - [Debian] Fix warnings when checking for modules signatures
8841
8842 * hwe-edge kernel 5.3.0-23.25 kernel does not boot on Precision 5720 AIO
8843 (LP: #1852581)
8844 - [Packaging] Fix module signing with older modinfo
8845
8846 * Fix MST support on Ice Lake (LP: #1854432)
8847 - drm/i915: fix port checks for MST support on gen >= 11
8848
8849 * headphone has noise as not mute on dell machines with alc236/256
8850 (LP: #1854401)
8851 - SAUCE: ALSA: hda/realtek - Dell headphone has noise on unmute for ALC236
8852
8853 * [CML-S62] Need enable intel_pmc_core driver patch for Comet lake- S 6+2
8854 (LP: #1847450)
8855 - SAUCE: platform/x86: intel_pmc_core: Add Comet Lake (CML) platform support
8856 to intel_pmc_core driver
8857
8858 * CVE-2019-14901
8859 - SAUCE: mwifiex: Fix heap overflow in mmwifiex_process_tdls_action_frame()
8860
8861 * CVE-2019-14896 // CVE-2019-14897
8862 - SAUCE: libertas: Fix two buffer overflows at parsing bss descriptor
8863
8864 * CVE-2019-14895
8865 - SAUCE: mwifiex: fix possible heap overflow in mwifiex_process_country_ie()
8866
8867 * [CML-S62] Need enable intel_rapl patch support for Comet lake- S 6+2
8868 (LP: #1847454)
8869 - powercap/intel_rapl: add support for CometLake Mobile
8870 - powercap/intel_rapl: add support for Cometlake desktop
8871
8872 * External microphone can't work on some dell machines with the codec alc256
8873 or alc236 (LP: #1853791)
8874 - SAUCE: ALSA: hda/realtek - Move some alc256 pintbls to fallback table
8875 - SAUCE: ALSA: hda/realtek - Move some alc236 pintbls to fallback table
8876
8877 * remount of multilower moved pivoted-root overlayfs root, results in I/O
8878 errors on some modified files (LP: #1824407)
8879 - SAUCE: ovl: fix lookup failure on multi lower squashfs
8880
8881 * [CML-S62] Need enable turbostat patch support for Comet lake- S 6+2
8882 (LP: #1847451)
8883 - SAUCE: tools/power turbostat: Add Cometlake support
8884
8885 * CONFIG_ARCH_ROCKCHIP is not set in ubuntu 18.04 aarch64,arm64 (LP: #1825222)
8886 - [Config] Enable ROCKCHIP support for arm64
8887
8888 * [broadwell-rt286, playback] Since Linux 5.2rc2 audio playback no longer
8889 works on Dell Venue 11 Pro 7140 (LP: #1846539)
8890 - SAUCE: ASoC: SOF: Intel: Broadwell: clarify mutual exclusion with legacy
8891 driver
8892
8893 * i40e: general protection fault in i40e_config_vf_promiscuous_mode
8894 (LP: #1852663)
8895 - SAUCE: i40e Fix GPF when deleting VMs
8896
8897 * libbpf check_abi fails on ppc64el (LP: #1854974)
8898 - libbpf: Fix readelf output parsing on powerpc with recent binutils
8899
8900 * CVE-2019-19050
8901 - crypto: user - fix memory leak in crypto_reportstat
8902
8903 * Make hotplugging docking station to Thunderbolt port more reliable
8904 (LP: #1853991)
8905 - PCI/PM: Add pcie_wait_for_link_delay()
8906 - PCI/PM: Add missing link delays required by the PCIe spec
8907
8908 * i915: Display flickers (monitor loses signal briefly) during "flickerfree"
8909 boot, while showing the BIOS logo on a black background (LP: #1836858)
8910 - [Config] FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER=y
8911
8912 * [CML] New device id's for CMP-H (LP: #1846335)
8913 - i2c: i801: Add support for Intel Comet Lake PCH-H
8914 - mtd: spi-nor: intel-spi: Add support for Intel Comet Lake-H SPI serial flash
8915 - mfd: intel-lpss: Add Intel Comet Lake PCH-H PCI IDs
8916
8917 * Focal update: v5.4.2 upstream stable release (LP: #1855326)
8918 - io_uring: async workers should inherit the user creds
8919 - net: separate out the msghdr copy from ___sys_{send,recv}msg()
8920 - net: disallow ancillary data for __sys_{send,recv}msg_file()
8921 - crypto: inside-secure - Fix stability issue with Macchiatobin
8922 - driver core: platform: use the correct callback type for bus_find_device
8923 - usb: dwc2: use a longer core rest timeout in dwc2_core_reset()
8924 - staging: wilc1000: fix illegal memory access in wilc_parse_join_bss_param()
8925 - staging: rtl8192e: fix potential use after free
8926 - staging: rtl8723bs: Drop ACPI device ids
8927 - staging: rtl8723bs: Add 024c:0525 to the list of SDIO device-ids
8928 - USB: serial: ftdi_sio: add device IDs for U-Blox C099-F9P
8929 - mei: bus: prefix device names on bus with the bus name
8930 - mei: me: add comet point V device id
8931 - thunderbolt: Power cycle the router if NVM authentication fails
8932 - x86/fpu: Don't cache access to fpu_fpregs_owner_ctx
8933 - gve: Fix the queue page list allocated pages count
8934 - macvlan: schedule bc_work even if error
8935 - mdio_bus: don't use managed reset-controller
8936 - net: dsa: sja1105: fix sja1105_parse_rgmii_delays()
8937 - net: macb: add missed tasklet_kill
8938 - net: psample: fix skb_over_panic
8939 - net: sched: fix `tc -s class show` no bstats on class with nolock subqueues
8940 - openvswitch: fix flow command message size
8941 - sctp: Fix memory leak in sctp_sf_do_5_2_4_dupcook
8942 - slip: Fix use-after-free Read in slip_open
8943 - sctp: cache netns in sctp_ep_common
8944 - openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info()
8945 - openvswitch: remove another BUG_ON()
8946 - net/tls: take into account that bpf_exec_tx_verdict() may free the record
8947 - net/tls: free the record on encryption error
8948 - net: skmsg: fix TLS 1.3 crash with full sk_msg
8949 - selftests/tls: add a test for fragmented messages
8950 - net/tls: remove the dead inplace_crypto code
8951 - net/tls: use sg_next() to walk sg entries
8952 - selftests: bpf: test_sockmap: handle file creation failures gracefully
8953 - selftests: bpf: correct perror strings
8954 - tipc: fix link name length check
8955 - selftests: pmtu: use -oneline for ip route list cache
8956 - r8169: fix jumbo configuration for RTL8168evl
8957 - r8169: fix resume on cable plug-in
8958 - ext4: add more paranoia checking in ext4_expand_extra_isize handling
8959 - Revert "jffs2: Fix possible null-pointer dereferences in
8960 jffs2_add_frag_to_fragtree()"
8961 - crypto: talitos - Fix build error by selecting LIB_DES
8962 - HID: core: check whether Usage Page item is after Usage ID items
8963 - platform/x86: hp-wmi: Fix ACPI errors caused by too small buffer
8964 - platform/x86: hp-wmi: Fix ACPI errors caused by passing 0 as input size
8965 - Linux 5.4.2
8966
8967 * no HDMI video output since GDM greeter after linux-oem-osp1 version
8968 5.0.0-1026 (LP: #1852386)
8969 - drm/i915: Add new CNL PCH ID seen on a CML platform
8970 - SAUCE: drm/i915: Fix detection for a CMP-V PCH
8971
8972 * Please add patch fixing RK818 ID detection (LP: #1853192)
8973 - SAUCE: mfd: rk808: Fix RK818 ID template
8974
8975 * Raydium Touchscreen on ThinkPad L390 does not work (LP: #1849721)
8976 - HID: i2c-hid: fix no irq after reset on raydium 3118
8977
8978 * Touchpad doesn't work on Dell Inspiron 7000 2-in-1 (LP: #1851901)
8979 - Revert "UBUNTU: SAUCE: mfd: intel-lpss: add quirk for Dell XPS 13 7390
8980 2-in-1"
8981 - lib: devres: add a helper function for ioremap_uc
8982 - mfd: intel-lpss: Use devm_ioremap_uc for MMIO
8983
8984 * Lenovo dock MAC Address pass through doesn't work in Ubuntu (LP: #1827961)
8985 - r8152: Add macpassthru support for ThinkPad Thunderbolt 3 Dock Gen 2
8986
8987 * Disable unreliable HPET on CFL-H system (LP: #1852216)
8988 - SAUCE: x86/intel: Disable HPET on Intel Coffe Lake H platforms
8989
8990 * Miscellaneous Ubuntu changes
8991 - update dkms package versions
8992 - [Config] Enable virtualbox dkms build
8993 - [Config] update annotations to match current configs
8994 - SAUCE: Add exfat module to signature inclusion list
8995
8996 * Miscellaneous upstream changes
8997 - Bluetooth: Fix invalid-free in bcsp_close()
8998 - ath9k_hw: fix uninitialized variable data
8999 - ath10k: Fix a NULL-ptr-deref bug in ath10k_usb_alloc_urb_from_pipe
9000 - ath10k: Fix HOST capability QMI incompatibility
9001 - ath10k: restore QCA9880-AR1A (v1) detection
9002 - Revert "Bluetooth: hci_ll: set operational frequency earlier"
9003 - Revert "dm crypt: use WQ_HIGHPRI for the IO and crypt workqueues"
9004 - md/raid10: prevent access of uninitialized resync_pages offset
9005 - x86/insn: Fix awk regexp warnings
9006 - x86/speculation: Fix incorrect MDS/TAA mitigation status
9007 - x86/speculation: Fix redundant MDS mitigation message
9008 - nbd: prevent memory leak
9009 - x86/stackframe/32: Repair 32-bit Xen PV
9010 - x86/xen/32: Make xen_iret_crit_fixup() independent of frame layout
9011 - x86/xen/32: Simplify ring check in xen_iret_crit_fixup()
9012 - x86/doublefault/32: Fix stack canaries in the double fault handler
9013 - x86/pti/32: Size initial_page_table correctly
9014 - x86/cpu_entry_area: Add guard page for entry stack on 32bit
9015 - x86/entry/32: Fix IRET exception
9016 - x86/entry/32: Use %ss segment where required
9017 - x86/entry/32: Move FIXUP_FRAME after pushing %fs in SAVE_ALL
9018 - x86/entry/32: Unwind the ESPFIX stack earlier on exception entry
9019 - x86/entry/32: Fix NMI vs ESPFIX
9020 - selftests/x86/mov_ss_trap: Fix the SYSENTER test
9021 - selftests/x86/sigreturn/32: Invalidate DS and ES when abusing the kernel
9022 - x86/pti/32: Calculate the various PTI cpu_entry_area sizes correctly, make
9023 the CPU_ENTRY_AREA_PAGES assert precise
9024 - x86/entry/32: Fix FIXUP_ESPFIX_STACK with user CR3
9025 - futex: Prevent robust futex exit race
9026 - ALSA: usb-audio: Fix NULL dereference at parsing BADD
9027 - ALSA: usb-audio: Fix Scarlett 6i6 Gen 2 port data
9028 - media: vivid: Set vid_cap_streaming and vid_out_streaming to true
9029 - media: vivid: Fix wrong locking that causes race conditions on streaming
9030 stop
9031 - media: usbvision: Fix invalid accesses after device disconnect
9032 - media: usbvision: Fix races among open, close, and disconnect
9033 - cpufreq: Add NULL checks to show() and store() methods of cpufreq
9034 - futex: Move futex exit handling into futex code
9035 - futex: Replace PF_EXITPIDONE with a state
9036 - exit/exec: Seperate mm_release()
9037 - futex: Split futex_mm_release() for exit/exec
9038 - futex: Set task::futex_state to DEAD right after handling futex exit
9039 - futex: Mark the begin of futex exit explicitly
9040 - futex: Sanitize exit state handling
9041 - futex: Provide state handling for exec() as well
9042 - futex: Add mutex around futex exit
9043 - futex: Provide distinct return value when owner is exiting
9044 - futex: Prevent exit livelock
9045 - media: uvcvideo: Fix error path in control parsing failure
9046 - media: b2c2-flexcop-usb: add sanity checking
9047 - media: cxusb: detect cxusb_ctrl_msg error in query
9048 - media: imon: invalid dereference in imon_touch_event
9049 - media: mceusb: fix out of bounds read in MCE receiver buffer
9050 - ALSA: hda - Disable audio component for legacy Nvidia HDMI codecs
9051 - USBIP: add config dependency for SGL_ALLOC
9052 - usbip: tools: fix fd leakage in the function of read_attr_usbip_status
9053 - usbip: Fix uninitialized symbol 'nents' in stub_recv_cmd_submit()
9054 - usb-serial: cp201x: support Mark-10 digital force gauge
9055 - USB: chaoskey: fix error case of a timeout
9056 - appledisplay: fix error handling in the scheduled work
9057 - USB: serial: mos7840: add USB ID to support Moxa UPort 2210
9058 - USB: serial: mos7720: fix remote wakeup
9059 - USB: serial: mos7840: fix remote wakeup
9060 - USB: serial: option: add support for DW5821e with eSIM support
9061 - USB: serial: option: add support for Foxconn T77W968 LTE modules
9062 - staging: comedi: usbduxfast: usbduxfast_ai_cmdtest rounding error
9063 - powerpc/book3s64: Fix link stack flush on context switch
9064 - KVM: PPC: Book3S HV: Flush link stack on guest exit to host kernel
9065 - Linux 5.4.1
9066
9067 -- Seth Forshee <seth.forshee@canonical.com> Fri, 06 Dec 2019 15:53:53 -0600
9068
9069linux (5.4.0-7.8) focal; urgency=medium
9070
9071 * Miscellaneous Ubuntu changes
9072 - SAUCE: selftests/bpf: Comment out BPF_CORE_READ's which cause clang to
9073 segfault
9074 - Update nvidia-430 to nvidia-440
9075 - [Config] Enable nvidia dkms build
9076 - update dkms package versions
9077
9078 [ Upstream Kernel Changes ]
9079
9080 * Rebase to v5.4
9081
9082 -- Andrea Righi <andrea.righi@canonical.com> Mon, 25 Nov 2019 15:02:30 +0100
9083
9084linux (5.4.0-6.7) focal; urgency=medium
9085
9086 * Miscellaneous Ubuntu changes
9087 - update dkms package versions
9088 - [Config] updateconfigs after rebase to 5.4-rc8
9089
9090 [ Upstream Kernel Changes ]
9091
9092 * Rebase to v5.4-rc7
9093
9094 -- Andrea Righi <andrea.righi@canonical.com> Mon, 18 Nov 2019 12:08:01 +0100
9095
9096linux (5.4.0-5.6) focal; urgency=medium
9097
9098 * refcount underflow and type confusion in shiftfs (LP: #1850867) //
9099 CVE-2019-15793
9100 - SAUCE: shiftfs: Correct id translation for lower fs operations
9101
9102 * refcount underflow and type confusion in shiftfs (LP: #1850867) //
9103 CVE-2019-15792
9104 - SAUCE: shiftfs: prevent type confusion
9105
9106 * refcount underflow and type confusion in shiftfs (LP: #1850867) //
9107 CVE-2019-15791
9108 - SAUCE: shiftfs: Fix refcount underflow in btrfs ioctl handling
9109
9110 * Some EFI systems fail to boot in efi_init() when booted via maas
9111 (LP: #1851810)
9112 - SAUCE: efi: efi_get_memory_map -- increase map headroom
9113
9114 * seccomp: fix SECCOMP_USER_NOTIF_FLAG_CONTINUE test (LP: #1849281)
9115 - SAUCE: seccomp: rework define for SECCOMP_USER_NOTIF_FLAG_CONTINUE
9116 - SAUCE: seccomp: avoid overflow in implicit constant conversion
9117
9118 * dkms artifacts may expire from the pool (LP: #1850958)
9119 - [Packaging] dkms -- try launchpad librarian for pool downloads
9120 - [Packaging] dkms -- dkms-build quieten wget verbiage
9121
9122 * tsc marked unstable after entered PC10 on Intel CoffeeLake (LP: #1840239)
9123 - SAUCE: x86/intel: Disable HPET on Intel Coffe Lake platforms
9124 - SAUCE: x86/intel: Disable HPET on Intel Ice Lake platforms
9125
9126 * shiftfs: prevent exceeding project quotas (LP: #1849483)
9127 - SAUCE: shiftfs: drop CAP_SYS_RESOURCE from effective capabilities
9128
9129 * shiftfs: fix fallocate() (LP: #1849482)
9130 - SAUCE: shiftfs: setup correct s_maxbytes limit
9131
9132 * The alsa hda driver is not loaded due to the missing of PCIID for Comet
9133 Lake-S [8086:a3f0] (LP: #1852070)
9134 - SAUCE: ALSA: hda: Add Cometlake-S PCI ID
9135
9136 * Can't adjust brightness on DELL UHD dGPU AIO (LP: #1813877)
9137 - SAUCE: platform/x86: dell-uart-backlight: add missing status command
9138 - SAUCE: platform/x86: dell-uart-backlight: load driver by scalar status
9139 - SAUCE: platform/x86: dell-uart-backlight: add force parameter
9140 - SAUCE: platform/x86: dell-uart-backlight: add quirk for old platforms
9141
9142 * s_iflags overlap prevents unprivileged overlayfs mounts (LP: #1851677)
9143 - SAUCE: fs: Move SB_I_NOSUID to the top of s_iflags
9144
9145 * ubuntu-aufs-modified mmap_region() breaks refcounting in overlayfs/shiftfs
9146 error path (LP: #1850994) // CVE-2019-15794
9147 - SAUCE: shiftfs: Restore vm_file value when lower fs mmap fails
9148 - SAUCE: ovl: Restore vm_file value when lower fs mmap fails
9149
9150 * Miscellaneous Ubuntu changes
9151 - [Debian] Convert update-aufs.sh to use aufs5
9152 - SAUCE: import aufs driver
9153 - update dkms package versions
9154
9155 [ Upstream Kernel Changes ]
9156
9157 * Rebase to v5.4-rc7
9158
9159 -- Seth Forshee <seth.forshee@canonical.com> Wed, 13 Nov 2019 11:56:35 -0800
9160
9161linux (5.4.0-4.5) focal; urgency=medium
9162
9163 * High power consumption using 5.0.0-25-generic (LP: #1840835)
9164 - PCI: Add a helper to check Power Resource Requirements _PR3 existence
9165 - ALSA: hda: Allow HDA to be runtime suspended when dGPU is not bound to a
9166 driver
9167 - PCI: Fix missing inline for pci_pr3_present()
9168
9169 * Fix signing of staging modules in eoan (LP: #1850234)
9170 - [Packaging] Leave unsigned modules unsigned after adding .gnu_debuglink
9171
9172 * [20.04 FEAT] Set Architecture Level (ALS) to z13 (LP: #1837525)
9173 - [Config] s390x bump march to z13, with tune to z15
9174
9175 * Miscellaneous Ubuntu changes
9176 - [Debian]: do not skip tests for linux-hwe-edge
9177 - update dkms package versions
9178 - [Config] re-enable zfs
9179 - [Config] rename module virtio_fs to virtiofs
9180
9181 [ Upstream Kernel Changes ]
9182
9183 * Rebase to v5.4-rc6
9184
9185 -- Andrea Righi <andrea.righi@canonical.com> Mon, 04 Nov 2019 15:12:02 +0100
9186
9187linux (5.4.0-3.4) focal; urgency=medium
9188
9189 * seccomp: fix SECCOMP_USER_NOTIF_FLAG_CONTINUE test (LP: #1849281)
9190 - SAUCE: seccomp: fix SECCOMP_USER_NOTIF_FLAG_CONTINUE test
9191
9192 * cloudimg: no iavf/i40evf module so no network available with SR-IOV enabled
9193 cloud (LP: #1848481)
9194 - [Packaging] include iavf/i40evf in generic
9195
9196 * CVE-2019-17666
9197 - SAUCE: rtlwifi: Fix potential overflow on P2P code
9198
9199 * Change Config Option CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE for s390x from yes
9200 to no (LP: #1848492)
9201 - [Config] Change Config Option CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE for s390x
9202 from yes to no
9203
9204 * Add Intel Comet Lake ethernet support (LP: #1848555)
9205 - SAUCE: e1000e: Add support for Comet Lake
9206
9207 * seccomp: add SECCOMP_USER_NOTIF_FLAG_CONTINUE (LP: #1847744)
9208 - SAUCE: seccomp: add SECCOMP_USER_NOTIF_FLAG_CONTINUE
9209 - SAUCE: seccomp: test SECCOMP_USER_NOTIF_FLAG_CONTINUE
9210
9211 * drm/i915: Fix the issue of "azx_get_response timeout" for hdmi audio on ICL
9212 platforms (LP: #1847192)
9213 - SAUCE: drm/i915: Fix audio power up sequence for gen10+ display
9214 - SAUCE: drm/i915: extend audio CDCLK>=2*BCLK constraint to more platforms
9215
9216 * PM / hibernate: fix potential memory corruption (LP: #1847118)
9217 - SAUCE: PM / hibernate: memory_bm_find_bit -- tighten node optimisation
9218
9219 * [regression] NoNewPrivileges incompatible with Apparmor (LP: #1844186)
9220 - SAUCE: apparmor: fix nnp subset test for unconfined
9221
9222 * overlayfs: allow with shiftfs as underlay (LP: #1846272)
9223 - SAUCE: overlayfs: allow with shiftfs as underlay
9224
9225 * eoan: alsa/sof: Enable SOF_HDA link and codec (LP: #1848490)
9226 - [Config] Fix SOF Kconfig options
9227
9228 * linux won't build when new virtualbox version is present on the archive
9229 (LP: #1848788)
9230 - [Packaging]: download virtualbox from sources
9231
9232 * Miscellaneous Ubuntu changes
9233 - [Config] update annotations from configs
9234 - [Config] updateconfigs after rebase to 5.4-rc5
9235 - update dkms package versions
9236
9237 [ Upstream Kernel Changes ]
9238
9239 * Rebase to v5.4-rc5
9240
9241 -- Seth Forshee <seth.forshee@canonical.com> Tue, 29 Oct 2019 12:01:27 -0500
9242
9243linux (5.4.0-2.3) eoan; urgency=medium
9244
9245 * Add installer support for iwlmvm adapters (LP: #1848236)
9246 - d-i: Add iwlmvm to nic-modules
9247
9248 * shiftfs: rework how shiftfs opens files (LP: #1846265)
9249 - SAUCE: shiftfs: rework how shiftfs opens files
9250
9251 * Miscellaneous Ubuntu changes
9252 - update dkms package versions
9253 - [Config] updateconfigs after rebase to 5.4-rc4
9254
9255 [ Upstream Kernel Changes ]
9256
9257 * Rebase to v5.4-rc4
9258
9259 -- Andrea Righi <andrea.righi@canonical.com> Mon, 21 Oct 2019 17:31:26 +0200
9260
9261linux (5.4.0-1.2) eoan; urgency=medium
9262
9263 * Miscellaneous Ubuntu changes
9264 - update dkms package versions
9265 - [Config] updateconfigs after rebase to 5.4-rc3
9266 - [Config] add flexfb, fbtft_device and rio500 to modules.ignore
9267 - [Config] amd64: ignore fbtft and all dependent modules
9268
9269 [ Upstream Kernel Changes ]
9270
9271 * Rebase to v5.4-rc3
9272
9273 -- Andrea Righi <andrea.righi@canonical.com> Mon, 14 Oct 2019 19:48:52 +0200
9274
9275linux (5.4.0-0.1) eoan; urgency=medium
9276
9277 * Enable the Dragonboards out of Eoan/master arm64 kernel (LP: #1846704)
9278 - [Packaging] arm64: snapdragon: introduce a snapdragon flavour
9279 - [Packaging] arm64: snapdragon: switch kernel format to Image
9280 - [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8916=y
9281 - [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8994=y
9282 - [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8996=y
9283 - [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8998=y
9284 - [Config] arm64: snapdragon: CONFIG_REGULATOR_QCOM_RPMH=y
9285 - [Config] arm64: snapdragon: CONFIG_QCOM_BAM_DMA=y
9286 - [Config] arm64: snapdragon: CONFIG_QCOM_HIDMA_MGMT=y
9287 - [Config] arm64: snapdragon: CONFIG_QCOM_HIDMA=y
9288 - [Config] arm64: snapdragon: CONFIG_COMMON_CLK_QCOM=y
9289 - [Config] arm64: snapdragon: CONFIG_QCOM_CLK_RPMH=y
9290 - [Config] arm64: snapdragon: CONFIG_MSM_GCC_8916=y
9291 - [Config] arm64: snapdragon: CONFIG_MSM_GCC_8994=y
9292 - [Config] arm64: snapdragon: CONFIG_MSM_MMCC_8996=y
9293 - [Config] arm64: snapdragon: CONFIG_MSM_GCC_8998=y
9294 - [Config] arm64: snapdragon: CONFIG_HWSPINLOCK_QCOM=y
9295 - [Config] arm64: snapdragon: CONFIG_QCOM_APCS_IPC=y
9296 - [Config] arm64: snapdragon: CONFIG_RPMSG_QCOM_GLINK_RPM=y
9297 - [Config] arm64: snapdragon: CONFIG_QCOM_GENI_SE=y
9298 - [Config] arm64: snapdragon: CONFIG_QCOM_SMEM=y
9299 - [Config] arm64: snapdragon: CONFIG_QCOM_SMD_RPM=y
9300 - [Config] arm64: snapdragon: CONFIG_QCOM_SMP2P=y
9301 - [Config] arm64: snapdragon: CONFIG_QCOM_SMSM=y
9302 - [Config] arm64: snapdragon: CONFIG_QCOM_QFPROM=y
9303 - [Config] arm64: snapdragon: CONFIG_SERIAL_QCOM_GENI=y
9304 - [Config] arm64: snapdragon: CONFIG_QCOM_TSENS=y
9305 - [Config] arm64: snapdragon: CONFIG_REGULATOR_QCOM_SMD_RPM=y
9306 - [Config] arm64: snapdragon: CONFIG_QCOM_CLK_SMD_RPM=y
9307 - [Config] arm64: snapdragon: CONFIG_RPMSG_QCOM_SMD=y
9308 - [Config] arm64: snapdragon: CONFIG_MFD_QCOM_RPM=y
9309 - [Config] arm64: snapdragon: CONFIG_SCSI_UFSHCD=y
9310 - [Config] arm64: snapdragon: CONFIG_SCSI_UFSHCD_PLATFORM=y
9311 - [Config] arm64: snapdragon: CONFIG_SCSI_UFS_HISI=y
9312 - [Config] arm64: snapdragon: CONFIG_MMC_SDHCI=y
9313 - [Config] arm64: snapdragon: CONFIG_MMC_SDHCI_PLTFM=y
9314 - [Config] arm64: snapdragon: CONFIG_MMC_SDHCI_MSM=y
9315 - [Config] arm64: snapdragon: CONFIG_REGULATOR_QCOM_SPMI=y
9316 - [Config] arm64: snapdragon: CONFIG_PINCTRL_QCOM_SPMI_PMIC=y
9317 - [Config] arm64: snapdragon: CONFIG_PHY_QCOM_USB_HS=y
9318 - [Config] arm64: snapdragon: CONFIG_PHY_QCOM_QMP=y
9319 - [Config] arm64: snapdragon: CONFIG_PHY_QCOM_UFS=y
9320 - [Config] arm64: snapdragon: CONFIG_PHY_QCOM_USB_HSIC=y
9321 - [Config] arm64: snapdragon: CONFIG_USB_CHIPIDEA_OF=y
9322 - [Config] arm64: snapdragon: CONFIG_USB_EHCI_HCD_PLATFORM=y
9323 - [Config] arm64: snapdragon: CONFIG_EXTCON_USB_GPIO=y
9324 - [Config] arm64: snapdragon: CONFIG_REGULATOR_FIXED_VOLTAGE=y
9325 - [Config] arm64: snapdragon: CONFIG_LEDS_GPIO=y
9326 - [Config] arm64: snapdragon: CONFIG_USB_HSIC_USB3503=y
9327 - [Config] arm64: snapdragon: CONFIG_USB_NET_DRIVERS=y
9328 - [Config] arm64: snapdragon: CONFIG_USB_OTG=y
9329 - [Config] arm64: snapdragon: CONFIG_USB_XHCI_PLATFORM=y
9330 - [Config] arm64: snapdragon: CONFIG_USB_OHCI_HCD_PLATFORM=y
9331 - [Config] arm64: snapdragon: CONFIG_USB_MUSB_HDRC=y
9332 - [Config] arm64: snapdragon: CONFIG_USB_DWC3=y
9333 - [Config] arm64: snapdragon: CONFIG_USB_DWC3_PCI=y
9334 - [Config] arm64: snapdragon: CONFIG_USB_DWC3_OF_SIMPLE=y
9335 - [Config] arm64: snapdragon: CONFIG_USB_DWC3_QCOM=y
9336 - [Config] arm64: snapdragon: CONFIG_LEDS_PWM=y
9337 - [Config] arm64: snapdragon: CONFIG_LEDS_TRIGGER_HEARTBEAT=y
9338 - [Config] arm64: snapdragon: CONFIG_LEDS_TRIGGER_DEFAULT_ON=y
9339 - [Config] arm64: snapdragon: CONFIG_QCOM_A53PLL=y
9340 - [Config] arm64: snapdragon: CONFIG_QCOM_CLK_APCS_MSM8916=y
9341 - [Config] arm64: snapdragon: CONFIG_NLS_ISO8859_1=y
9342 - [Config] arm64: snapdragon: CONFIG_USB_USBNET=y
9343 - [Config] arm64: snapdragon: CONFIG_CRYPTO_DEV_QCOM_RNG=y
9344 - [Config] arm64: snapdragon: CONFIG_POWER_RESET_QCOM_PON=y
9345 - [Config] arm64: snapdragon: CONFIG_INPUT_PM8941_PWRKEY=y
9346 - [Config] arm64: snapdragon: CONFIG_KEYBOARD_GPIO=y
9347 - [Config] arm64: snapdragon: CONFIG_RTC_DRV_PM8XXX=y
9348
9349 * Miscellaneous Ubuntu changes
9350 - [Config] updateconfigs after rebase to 5.4-rc2
9351 - SAUCE: (lockdown) Make get_cert_list() not complain about cert lists that
9352 aren't present.
9353 - SAUCE: (lockdown) Add efi_status_to_str() and rework efi_status_to_err().
9354 - SAUCE: (lockdown) Make get_cert_list() use efi_status_to_str() to print
9355 error messages.
9356 - SAUCE: (lockdown) security: lockdown: expose a hook to lock the kernel down
9357 - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure boot
9358 mode
9359 - SAUCE: (lockdown) efi: Lock down the kernel if booted in secure boot mode
9360 - SAUCE: (lockdown) Add a SysRq option to lift kernel lockdown
9361 - SAUCE: (lockdown) KEYS: Make use of platform keyring for module signature
9362 verify
9363 - SAUCE: (lockdown) arm64: Allow locking down the kernel under EFI secure boot
9364 - SAUCE: (lockdown) security: lockdown: Make
9365 CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic
9366 - SAUCE: (lockdown) s390/ipl: lockdown kernel when booted secure
9367 - [Config] Enable lockdown under secure boot
9368 - SAUCE: import aufs driver
9369 - SAUCE: aufs: rwsem owner changed to atmoic_long_t in 5.3
9370 - SAUCE: aufs: add "WITH Linux-syscall-note" to SPDX tag of uapi headers
9371 - [Config] enable aufs
9372 - update dkms package versions
9373 - [Config] disable zfs
9374 - [Config] disable nvidia dkms build
9375 - [Config] disable virtualbox dkms build
9376 - [Debian] Generate stub reconstruct for -rc kernels
9377 - Revert "UBUNTU: SAUCE: (namespace) block_dev: Forbid unprivileged mounting
9378 when device is opened for writing"
9379 - Revert "UBUNTU: SAUCE: (namespace) ext4: Add module parameter to enable user
9380 namespace mounts"
9381 - Revert "UBUNTU: SAUCE: (namespace) ext4: Add support for unprivileged mounts
9382 from user namespaces"
9383 - Revert "UBUNTU: SAUCE: (namespace) mtd: Check permissions towards mtd block
9384 device inode when mounting"
9385 - Revert "UBUNTU: SAUCE: (namespace) block_dev: Check permissions towards
9386 block device inode when mounting"
9387 - Revert "UBUNTU: SAUCE: (namespace) block_dev: Support checking inode
9388 permissions in lookup_bdev()"
9389
9390 [ Upstream Kernel Changes ]
9391
9392 * Rebase to v5.4-rc2
9393
9394 -- Seth Forshee <seth.forshee@canonical.com> Fri, 11 Oct 2019 16:42:41 -0500
9395
9396linux (5.4.0-0.0) eoan; urgency=medium
9397
9398 * Dummy entry.
9399
9400 -- Seth Forshee <seth.forshee@canonical.com> Tue, 08 Oct 2019 09:59:00 -0500
9401
9402linux (5.3.0-17.18) eoan; urgency=medium
9403
9404 * eoan/linux: 5.3.0-17.18 -proposed tracker (LP: #1846641)
9405
9406 * CVE-2019-17056
9407 - nfc: enforce CAP_NET_RAW for raw sockets
9408
9409 * CVE-2019-17055
9410 - mISDN: enforce CAP_NET_RAW for raw sockets
9411
9412 * CVE-2019-17054
9413 - appletalk: enforce CAP_NET_RAW for raw sockets
9414
9415 * CVE-2019-17053
9416 - ieee802154: enforce CAP_NET_RAW for raw sockets
9417
9418 * CVE-2019-17052
9419 - ax25: enforce CAP_NET_RAW for raw sockets
9420
9421 * CVE-2019-15098
9422 - ath6kl: fix a NULL-ptr-deref bug in ath6kl_usb_alloc_urb_from_pipe()
9423
9424 * xHCI on AMD Stoney Ridge cannot detect USB 2.0 or 1.1 devices.
9425 (LP: #1846470)
9426 - x86/PCI: Avoid AMD FCH XHCI USB PME# from D0 defect
9427
9428 * Re-enable linux-libc-dev build on i386 (LP: #1846508)
9429 - [Packaging] Build only linux-libc-dev for i386
9430 - [Debian] final-checks -- ignore archtictures with no binaries
9431
9432 * arm64: loop on boot after installing linux-generic-hwe-18.04-edge/bionic-
9433 proposed (LP: #1845820)
9434 - [Config] Disable CONFIG_ARM_SMMU_DISABLE_BYPASS_BY_DEFAULT
9435
9436 * Revert ESE DASD discard support (LP: #1846219)
9437 - SAUCE: Revert "s390/dasd: Add discard support for ESE volumes"
9438
9439 * Miscellaneous Ubuntu changes
9440 - update dkms package versions
9441
9442 -- Seth Forshee <seth.forshee@canonical.com> Thu, 03 Oct 2019 16:57:05 -0500
9443
9444linux (5.3.0-16.17) eoan; urgency=medium
9445
9446 * eoan/linux: 5.3.0-16.17 -proposed tracker (LP: #1846204)
9447
9448 * zfs fails to build on s390x with debug symbols enabled (LP: #1846143)
9449 - SAUCE: s390: Mark atomic const ops always inline
9450
9451 -- Seth Forshee <seth.forshee@canonical.com> Tue, 01 Oct 2019 07:46:43 -0500
9452
9453linux (5.3.0-15.16) eoan; urgency=medium
9454
9455 * eoan/linux: 5.3.0-15.16 -proposed tracker (LP: #1845987)
9456
9457 * Drop i386 build for 19.10 (LP: #1845714)
9458 - [Packaging] Remove x32 arch references from control files
9459 - [Debian] final-checks -- Get arch list from debian/control
9460
9461 * ZFS kernel modules lack debug symbols (LP: #1840704)
9462 - [Debian] Fix conditional for setting zfs debug package path
9463
9464 * Use pyhon3-sphinx instead of python-sphinx for building html docs
9465 (LP: #1845808)
9466 - [Packaging] Update sphinx build dependencies to python3 packages
9467
9468 * Kernel panic with 19.10 beta image (LP: #1845454)
9469 - efi/tpm: Don't access event->count when it isn't mapped.
9470 - efi/tpm: don't traverse an event log with no events
9471 - efi/tpm: only set efi_tpm_final_log_size after successful event log parsing
9472
9473 -- Seth Forshee <seth.forshee@canonical.com> Mon, 30 Sep 2019 11:57:20 -0500
9474
9475linux (5.3.0-14.15) eoan; urgency=medium
9476
9477 * eoan/linux: 5.3.0-14.15 -proposed tracker (LP: #1845728)
9478
9479 * Drop i386 build for 19.10 (LP: #1845714)
9480 - [Debian] Remove support for producing i386 kernels
9481 - [Debian] Don't use CROSS_COMPILE for i386 configs
9482
9483 * udevadm trigger will fail when trying to add /sys/devices/vio/
9484 (LP: #1845572)
9485 - SAUCE: powerpc/vio: drop bus_type from parent device
9486
9487 * Trying to online dasd drive results in invalid input/output from the kernel
9488 on z/VM (LP: #1845323)
9489 - SAUCE: s390/dasd: Fix error handling during online processing
9490
9491 * intel-lpss driver conflicts with write-combining MTRR region (LP: #1845584)
9492 - SAUCE: mfd: intel-lpss: add quirk for Dell XPS 13 7390 2-in-1
9493
9494 * Support Hi1620 zip hw accelerator (LP: #1845355)
9495 - [Config] Enable HiSilicon QM/ZIP as modules
9496 - crypto: hisilicon - add queue management driver for HiSilicon QM module
9497 - crypto: hisilicon - add hardware SGL support
9498 - crypto: hisilicon - add HiSilicon ZIP accelerator support
9499 - crypto: hisilicon - add SRIOV support for ZIP
9500 - Documentation: Add debugfs doc for hisi_zip
9501 - crypto: hisilicon - add debugfs for ZIP and QM
9502 - MAINTAINERS: add maintainer for HiSilicon QM and ZIP controller driver
9503 - crypto: hisilicon - fix kbuild warnings
9504 - crypto: hisilicon - add dependency for CRYPTO_DEV_HISI_ZIP
9505 - crypto: hisilicon - init curr_sgl_dma to fix compile warning
9506 - crypto: hisilicon - add missing single_release
9507 - crypto: hisilicon - fix error handle in hisi_zip_create_req_q
9508 - crypto: hisilicon - Fix warning on printing %p with dma_addr_t
9509 - crypto: hisilicon - Fix return value check in hisi_zip_acompress()
9510 - crypto: hisilicon - avoid unused function warning
9511
9512 * SafeSetID LSM should be built but disabled by default (LP: #1845391)
9513 - LSM: SafeSetID: Stop releasing uninitialized ruleset
9514 - [Config] Build SafeSetID LSM but don't enable it by default
9515
9516 * CONFIG_LSM should not specify loadpin since it is not built (LP: #1845383)
9517 - [Config] loadpin shouldn't be in CONFIG_LSM
9518
9519 * Add new pci-id's for CML-S, ICL (LP: #1845317)
9520 - drm/i915/icl: Add missing device ID
9521 - drm/i915/cml: Add Missing PCI IDs
9522
9523 * Thunderbolt support for ICL (LP: #1844680)
9524 - thunderbolt: Correct path indices for PCIe tunnel
9525 - thunderbolt: Move NVM upgrade support flag to struct icm
9526 - thunderbolt: Use 32-bit writes when writing ring producer/consumer
9527 - thunderbolt: Do not fail adding switch if some port is not implemented
9528 - thunderbolt: Hide switch attributes that are not set
9529 - thunderbolt: Expose active parts of NVM even if upgrade is not supported
9530 - thunderbolt: Add support for Intel Ice Lake
9531 - ACPI / property: Add two new Thunderbolt property GUIDs to the list
9532
9533 * Ubuntu 19.10 - Additional PCI patch and fix (LP: #1844668)
9534 - s390/pci: fix MSI message data
9535
9536 * Enhanced Hardware Support - Finalize Naming (LP: #1842774)
9537 - s390: add support for IBM z15 machines
9538 - [Config] CONFIG_MARCH_Z15=n, CONFIG_TUNE_Z15=n
9539
9540 * Eoan update: v5.3.1 upstream stable release (LP: #1845642)
9541 - USB: usbcore: Fix slab-out-of-bounds bug during device reset
9542 - media: tm6000: double free if usb disconnect while streaming
9543 - phy: renesas: rcar-gen3-usb2: Disable clearing VBUS in over-current
9544 - ip6_gre: fix a dst leak in ip6erspan_tunnel_xmit
9545 - net/sched: fix race between deactivation and dequeue for NOLOCK qdisc
9546 - net_sched: let qdisc_put() accept NULL pointer
9547 - udp: correct reuseport selection with connected sockets
9548 - xen-netfront: do not assume sk_buff_head list is empty in error handling
9549 - net: dsa: Fix load order between DSA drivers and taggers
9550 - net: stmmac: Hold rtnl lock in suspend/resume callbacks
9551 - KVM: coalesced_mmio: add bounds checking
9552 - Documentation: sphinx: Add missing comma to list of strings
9553 - firmware: google: check if size is valid when decoding VPD data
9554 - serial: sprd: correct the wrong sequence of arguments
9555 - tty/serial: atmel: reschedule TX after RX was started
9556 - nl80211: Fix possible Spectre-v1 for CQM RSSI thresholds
9557 - Revert "arm64: Remove unnecessary ISBs from set_{pte,pmd,pud}"
9558 - ovl: fix regression caused by overlapping layers detection
9559 - phy: qcom-qmp: Correct ready status, again
9560 - floppy: fix usercopy direction
9561 - media: technisat-usb2: break out of loop at end of buffer
9562 - Linux 5.3.1
9563
9564 * ZFS kernel modules lack debug symbols (LP: #1840704)
9565 - [Debian]: Remove hardcoded $(pkgdir) in debug symbols handling
9566 - [Debian]: Handle debug symbols for modules in extras too
9567 - [Debian]: Check/link modules with debug symbols after DKMS modules
9568 - [Debian]: Warn about modules without debug symbols
9569 - [Debian]: dkms-build: new parameter for debug package directory
9570 - [Debian]: dkms-build: zfs: support for debug symbols
9571 - [Debian]: dkms-build: Avoid executing post-processor scripts twice
9572 - [Debian]: dkms-build: Move zfs special-casing into configure script
9573
9574 * /proc/self/maps paths missing on live session (was vlc won't start; eoan
9575 19.10 & bionic 18.04 ubuntu/lubuntu/kubuntu/xubuntu/ubuntu-mate dailies)
9576 (LP: #1842382)
9577 - SAUCE: Revert "UBUNTU: SAUCE: shiftfs: enable overlayfs on shiftfs"
9578
9579 -- Seth Forshee <seth.forshee@canonical.com> Fri, 27 Sep 2019 16:08:06 -0500
9580
9581linux (5.3.0-13.14) eoan; urgency=medium
9582
9583 * eoan/linux: 5.3.0-13.14 -proposed tracker (LP: #1845105)
9584
9585 * Packaging resync (LP: #1786013)
9586 - [Packaging] update helper scripts
9587
9588 * Miscellaneous Ubuntu changes
9589 - [Debian] Remove binutils-dev build dependency
9590
9591 -- Seth Forshee <seth.forshee@canonical.com> Mon, 23 Sep 2019 19:26:43 -0500
9592
9593linux (5.3.0-12.13) eoan; urgency=medium
9594
9595 * Change kernel compression method to improve boot speed (LP: #1840934)
9596 - [Packaging] Add lz4 build dependency for s390x
9597
9598 * Miscellaneous Ubuntu changes
9599 - SAUCE: Remove spl and zfs source
9600
9601 -- Seth Forshee <seth.forshee@canonical.com> Tue, 17 Sep 2019 13:36:26 +0200
9602
9603linux (5.3.0-11.12) eoan; urgency=medium
9604
9605 * eoan/linux: 5.3.0-11.12 -proposed tracker (LP: #1844144)
9606
9607 * Suspend to RAM(S3) does not wake up for latest megaraid and mpt3sas
9608 adapters(SAS3.5 onwards) (LP: #1838751)
9609 - PCI: Restore Resizable BAR size bits correctly for 1MB BARs
9610
9611 * s390/setup: Actually init kernel lock down (LP: #1843961)
9612 - SAUCE: (lockdown) s390/setup: Actually init kernel lock down
9613
9614 * cherrypick has_sipl fix (LP: #1843960)
9615 - SAUCE: s390/sclp: Fix bit checked for has_sipl
9616
9617 * Change kernel compression method to improve boot speed (LP: #1840934)
9618 - [Config]: Switch kernel compression from LZO to LZ4 on s390x
9619
9620 * Installation fails on eoan/PowerVM : missing /dev/nvram (LP: #1837726)
9621 - [Config] CONFIG_NVRAM=y for ppc64el
9622
9623 * Miscellaneous Ubuntu changes
9624 - [Config]: remove nvram from ppc64el modules ABI
9625 - [Config] Update annotations for recent config changes
9626 - SAUCE: sched: Add __ASSEMBLY__ guards around struct clone_args
9627 - SAUCE: i2c: qcom-geni: Disable DMA processing on the Lenovo Yoga C630
9628 - SAUCE: arm64: dts: qcom: Add Lenovo Yoga C630
9629 - update dkms package versions
9630
9631 [ Upstream Kernel Changes ]
9632
9633 * Rebase to v5.3
9634
9635 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 16 Sep 2019 16:18:27 +0200
9636
9637linux (5.3.0-10.11) eoan; urgency=medium
9638
9639 * eoan/linux: 5.3.0-10.11 -proposed tracker (LP: #1843232)
9640
9641 * No sound inputs from the external microphone and headset on a Dell machine
9642 (LP: #1842265)
9643 - SAUCE: ALSA: hda - Expand pin_match function to match upcoming new tbls
9644 - SAUCE: ALSA: hda - Define a fallback_pin_fixup_tbl for alc269 family
9645
9646 * Horizontal corrupted line at top of screen caused by framebuffer compression
9647 (LP: #1840236)
9648 - SAUCE: drm/i915/fbc: disable framebuffer compression on IceLake
9649
9650 * Add bpftool to linux-tools-common (LP: #1774815)
9651 - [Debian] package bpftool in linux-tools-common
9652
9653 * Miscellaneous Ubuntu changes
9654 - update dkms package versions
9655
9656 [ Upstream Kernel Changes ]
9657
9658 * Rebase to v5.3-rc8
9659
9660 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 09 Sep 2019 10:00:41 +0200
9661
9662linux (5.3.0-9.10) eoan; urgency=medium
9663
9664 * eoan/linux: 5.3.0-9.10 -proposed tracker (LP: #1842393)
9665
9666 * shiftfs: mark kmem_cache as reclaimable (LP: #1842059)
9667 - SAUCE: shiftfs: mark slab objects SLAB_RECLAIM_ACCOUNT
9668
9669 * shiftfs: drop entries from cache on unlink (LP: #1841977)
9670 - SAUCE: shiftfs: fix buggy unlink logic
9671
9672 * Fix touchpad IRQ storm after S3 (LP: #1841396)
9673 - pinctrl: intel: remap the pin number to gpio offset for irq enabled pin
9674
9675 * Please include DTBs for arm64 laptops (LP: #1842050)
9676 - arm64: dts: qcom: Add Lenovo Miix 630
9677 - arm64: dts: qcom: Add HP Envy x2
9678 - arm64: dts: qcom: Add Asus NovaGo TP370QL
9679
9680 * Miscellaneous Ubuntu changes
9681 - SAUCE: import aufs driver
9682 - [Packaging]: ignore vbox modules when vbox is disabled
9683
9684 [ Upstream Kernel Changes ]
9685
9686 * Rebase to v5.3-rc7
9687
9688 -- Paolo Pisati <paolo.pisati@canonical.com> Tue, 03 Sep 2019 10:27:33 +0200
9689
9690linux (5.3.0-8.9) eoan; urgency=medium
9691
9692 * Packaging resync (LP: #1786013)
9693 - [Packaging] resync getabis
9694
9695 * Change kernel compression method to improve boot speed (LP: #1840934)
9696 - [Config] change kernel compression method to improve boot speed
9697 - [Packaging] add build dependencies for compression algorithms
9698
9699 * realtek r8822be kernel module fails after update to linux kernel-headers
9700 5.0.0-21 (LP: #1838133)
9701 - rtw88: Fix misuse of GENMASK macro
9702 - rtw88: pci: Rearrange the memory usage for skb in RX ISR
9703 - rtw88: pci: Use DMA sync instead of remapping in RX ISR
9704 - rtw88: debug: dump tx power indexes in use
9705 - rtw88: use txpwr_lmt_cfg_pair struct, not arrays
9706 - rtw88: pci: remove set but not used variable 'ip_sel'
9707 - rtw88: allow c2h operation in irq context
9708 - rtw88: enclose c2h cmd handle with mutex
9709 - rtw88: add BT co-existence support
9710 - SAUCE: rtw88: pci: enable MSI interrupt
9711
9712 * VIMC module not available (CONFIG_VIDEO_VIMC not set) (LP: #1831482)
9713 - [Config] Enable VIMC module
9714
9715 * Goodix touchpad may drop first input event (LP: #1840075)
9716 - Revert "UBUNTU: SAUCE: i2c: designware: add G3 3590 into i2c quirk"
9717 - Revert "UBUNTU: SAUCE: i2c: designware: add Inpiron 7591 into i2c quirk"
9718 - Revert "UBUNTU: SAUCE: i2c: designware: add Inpiron/Vostro 7590 into i2c
9719 quirk"
9720 - Revert "UBUNTU: SAUCE: i2c: designware: Add disable runtime pm quirk"
9721 - mfd: intel-lpss: Remove D3cold delay
9722
9723 * Include Sunix serial/parallel driver (LP: #1826716)
9724 - serial: 8250_pci: Add support for Sunix serial boards
9725 - parport: parport_serial: Add support for Sunix Multi I/O boards
9726
9727 * enable lockdown on s390x when Secure IPL is performed (LP: #1839622)
9728 - SAUCE: (lockdown) s390/ipl: lockdown kernel when booted secure
9729 - Ubuntu: [Config] Enable CONFIG_LOCK_DOWN_KERNEL on s390x.
9730
9731 * UBUNTU: SAUCE: shiftfs: pass correct point down (LP: #1837231)
9732 - SAUCE: shiftfs: pass correct point down
9733
9734 * shiftfs: add O_DIRECT support (LP: #1837223)
9735 - SAUCE: shiftfs: add O_DIRECT support
9736
9737 * Miscellaneous Ubuntu changes
9738 - [Config] enable secureboot signing on s390x
9739 - [Config] CONFIG_TEST_BLACKHOLE_DEV=m
9740 - SAUCE: selftests: fib_tests: assign address to dummy1 for rp_filter tests
9741 - [Debian] disable dkms builds for autopktest rebuilds
9742 - update dkms package versions
9743 - [Config] updateconfigs after v5.3-rc6 rebase
9744
9745 [ Upstream Kernel Changes ]
9746
9747 * Rebase to v5.3-rc5
9748
9749 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 26 Aug 2019 10:09:42 +0200
9750
9751linux (5.3.0-7.8) eoan; urgency=medium
9752
9753 * Packaging resync (LP: #1786013)
9754 - [Packaging] resync getabis
9755
9756 * Miscellaneous Ubuntu changes
9757 - [Config] updateconfigs after v5.3-rc5 rebase
9758 - remove missing module after updateconfigs
9759
9760 [ Upstream Kernel Changes ]
9761
9762 * Rebase to v5.3-rc5
9763
9764 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 19 Aug 2019 15:31:24 +0200
9765
9766linux (5.3.0-6.7) eoan; urgency=medium
9767
9768 * Miscellaneous Ubuntu changes
9769 - SAUCE: selftests/bpf: prevent headers to be compiled as C code
9770
9771 -- Seth Forshee <seth.forshee@canonical.com> Wed, 14 Aug 2019 13:25:01 -0500
9772
9773linux (5.3.0-5.6) eoan; urgency=medium
9774
9775 * Miscellaneous Ubuntu changes
9776 - update dkms package versions
9777 - [Config] enable zfs build
9778
9779 -- Seth Forshee <seth.forshee@canonical.com> Tue, 13 Aug 2019 09:16:06 -0500
9780
9781linux (5.3.0-4.5) eoan; urgency=medium
9782
9783 * Packaging resync (LP: #1786013)
9784 - [Packaging] resync getabis
9785 - [Packaging] update helper scripts
9786
9787 * bcache: bch_allocator_thread(): hung task timeout (LP: #1784665) // Tight
9788 timeout for bcache removal causes spurious failures (LP: #1796292)
9789 - SAUCE: bcache: fix deadlock in bcache_allocator
9790
9791 * shiftfs: allow overlayfs (LP: #1838677)
9792 - SAUCE: shiftfs: enable overlayfs on shiftfs
9793
9794 * Miscellaneous Ubuntu changes
9795 - SAUCE: Revert "kbuild: modpost: do not parse unnecessary rules for vmlinux
9796 modpost"
9797 - update dkms package versions
9798 - enable nvidia dkms build
9799
9800 [ Upstream Kernel Changes ]
9801
9802 * Rebase to v5.3-rc4
9803
9804 -- Seth Forshee <seth.forshee@canonical.com> Mon, 12 Aug 2019 10:41:27 -0500
9805
9806linux (5.3.0-3.4) eoan; urgency=medium
9807
9808 * Miscellaneous Ubuntu changes
9809 - update dkms package versions
9810 - SAUCE: aufs: add "WITH Linux-syscall-note" to SPDX tag of uapi headers
9811 - [Config] add mux-* to modules.ignore
9812
9813 [ Upstream Kernel Changes ]
9814
9815 * Rebase to v5.3-rc3
9816
9817 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 05 Aug 2019 18:17:09 +0200
9818
9819linux (5.3.0-2.3) eoan; urgency=medium
9820
9821 * Miscellaneous Ubuntu changes
9822 - [Packaging] add build dependincy on fontconfig
9823
9824 -- Seth Forshee <seth.forshee@canonical.com> Mon, 29 Jul 2019 12:18:46 -0400
9825
9826linux (5.3.0-1.2) eoan; urgency=medium
9827
9828 * System does not auto detect disconnection of external monitor (LP: #1835001)
9829 - SAUCE: drm/i915: Add support for retrying hotplug
9830 - SAUCE: drm/i915: Enable hotplug retry
9831
9832 * Please enable CONFIG_SCSI_UFS_QCOM as a module on arm64 (LP: #1837332)
9833 - [Config] Enable CONFIG_SCSI_UFS_QCOM as a module on arm64.
9834
9835 * Add arm64 CONFIG_ARCH_MESON=y and related configs Edit (LP: #1820530)
9836 - [Config] enable ARCH_MESON
9837 - remove missing module
9838 - [Config] update annotations after enabling ARCH_MESON for arm64
9839
9840 * Miscellaneous Ubuntu changes
9841 - SAUCE: KVM: PPC: comment implicit fallthrough
9842 - update dkms package versions
9843 - [Config] enable vbox dkms build
9844
9845 [ Upstream Kernel Changes ]
9846
9847 * Rebase to v5.3-rc2
9848
9849 -- Seth Forshee <seth.forshee@canonical.com> Sun, 28 Jul 2019 23:10:16 -0400
9850
9851linux (5.3.0-0.1) eoan; urgency=medium
9852
9853 * Packaging resync (LP: #1786013)
9854 - [Packaging] resync git-ubuntu-log
9855
9856 * Miscellaneous Ubuntu changes
9857 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
9858 kernel image
9859 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
9860 - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is
9861 locked down
9862 - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked
9863 down
9864 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
9865 reboot
9866 - SAUCE: (efi-lockdown) kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and
9867 KEXEC_SIG_FORCE
9868 - SAUCE: (efi-lockdown) kexec_file: Restrict at runtime if the kernel is
9869 locked down
9870 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
9871 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
9872 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
9873 down
9874 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
9875 locked down
9876 - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked
9877 down
9878 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
9879 locked down
9880 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
9881 has been locked down
9882 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
9883 locked down
9884 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
9885 locked down
9886 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
9887 down
9888 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
9889 - SAUCE: (efi-lockdown) Lock down module params that specify hardware
9890 parameters (eg. ioport)
9891 - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module
9892 - SAUCE: (efi-lockdown) Lock down /proc/kcore
9893 - SAUCE: (efi-lockdown) Lock down kprobes
9894 - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the
9895 kernel is locked down
9896 - SAUCE: (efi-lockdown) Lock down perf
9897 - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked
9898 down
9899 - SAUCE: (efi-lockdown) lockdown: Print current->comm in restriction messages
9900 - SAUCE: (efi-lockdown) kexec: Allow kexec_file() with appropriate IMA policy
9901 when locked down
9902 - SAUCE: (efi-lockdown) Add a SysRq option to lift kernel lockdown
9903 - SAUCE: (efi-lockdown) debugfs: avoid EPERM when no open file operation
9904 defined
9905 - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists
9906 that aren't present.
9907 - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework
9908 efi_status_to_err().
9909 - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print
9910 error messages.
9911 - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure
9912 boot mode
9913 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
9914 mode
9915 - SAUCE: (efi-lockdown) KEYS: Make use of platform keyring for module
9916 signature verify
9917 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
9918 - SAUCE: (efi-lockdown) furter KEXEC_VERIFY_SIG -> KEXEC_SIG updates
9919 - SAUCE: (efi-lockdown) arm64: add kernel config option to lock down when in
9920 Secure Boot mode
9921 - SAUCE: import aufs driver
9922 - SAUCE: aufs: rwsem owner changed to atmoic_long_t in 5.3
9923 - [Config] disable zfs dkms build
9924 - [Config] disable nvidia dkms build
9925 - [Config] disable vbox dkms build
9926 - SAUCE: perf diff: use llabs for s64 vaules
9927
9928 [ Upstream Kernel Changes ]
9929
9930 * Rebase to v5.3-rc1
9931
9932 -- Seth Forshee <seth.forshee@canonical.com> Tue, 23 Jul 2019 21:45:44 -0500
9933
9934linux (5.3.0-0.0) eoan; urgency=medium
9935
9936 * Dummy entry.
9937
9938 -- Seth Forshee <seth.forshee@canonical.com> Mon, 22 Jul 2019 10:19:04 -0500
9939
9940linux (5.2.0-9.10) eoan; urgency=medium
9941
9942 * Packaging resync (LP: #1786013)
9943 - [Packaging] update helper scripts
9944
9945 * input/mouse: alps trackpoint-only device doesn't work (LP: #1836752)
9946 - SAUCE: Input: alps - don't handle ALPS cs19 trackpoint-only device
9947 - SAUCE: Input: alps - fix a mismatch between a condition check and its
9948 comment
9949
9950 * System does not auto detect disconnection of external monitor (LP: #1835001)
9951 - SAUCE: drm/i915: Add support for retrying hotplug
9952 - SAUCE: drm/i915: Enable hotplug retry
9953
9954 * alsa/hdmi: add icelake hdmi audio support for a Dell machine (LP: #1836916)
9955 - SAUCE: ALSA: hda/hdmi - Remove duplicated define
9956 - SAUCE: ALSA: hda/hdmi - Fix i915 reverse port/pin mapping
9957
9958 * First click on Goodix touchpad doesn't be recognized after runtime suspended
9959 (LP: #1836836)
9960 - SAUCE: i2c: designware: add G3 3590 into i2c quirk
9961
9962 * ixgbe{vf} - Physical Function gets IRQ when VF checks link state
9963 (LP: #1836760)
9964 - ixgbevf: Use cached link state instead of re-reading the value for ethtool
9965
9966 * Doing multiple squashfs (and other loop?) mounts in parallel breaks
9967 (LP: #1836914)
9968 - SAUCE: Revert "loop: Don't change loop device under exclusive opener"
9969
9970 * hibmc-drm Causes Unreadable Display for Huawei amd64 Servers (LP: #1762940)
9971 - SAUCE: Make CONFIG_DRM_HISI_HIBMC depend on ARM64
9972 - [Config] Set CONFIG_DRM_HISI_HIBMC to arm64 only
9973 - [Config] add hibmc-drm to modules.ignore
9974
9975 * hda/realtek: can't detect external mic on a Dell machine (LP: #1836755)
9976 - ALSA: hda/realtek: apply ALC891 headset fixup to one Dell machine
9977
9978 * Enable Armada SOCs and MVPP2 NIC driver for disco/generic arm64
9979 (LP: #1835054)
9980 - [Config] Enable Armada SOCs and MVPP2 NIC driver for disco/generic arm64
9981
9982 * Unhide Nvidia HDA audio controller (LP: #1836308)
9983 - PCI: Enable NVIDIA HDA controllers
9984
9985 * Intel ethernet I219 may wrongly detect connection speed as 10Mbps
9986 (LP: #1836177)
9987 - e1000e: Make watchdog use delayed work
9988
9989 * Sometimes touchpad(goodix) can't use tap function (LP: #1836020)
9990 - SAUCE: i2c: designware: add Inpiron/Vostro 7590 into i2c quirk
9991 - SAUCE: i2c: designware: add Inpiron 7591 into i2c quirk
9992
9993 * Intel ethernet I219 has slow RX speed (LP: #1836152)
9994 - e1000e: add workaround for possible stalled packet
9995 - e1000e: disable force K1-off feature
9996
9997 * bcache: risk of data loss on I/O errors in backing or caching devices
9998 (LP: #1829563)
9999 - Revert "bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()"
10000
10001 * bnx2x driver causes 100% CPU load (LP: #1832082)
10002 - bnx2x: Prevent ptp_task to be rescheduled indefinitely
10003
10004 * fcf-protection=none patch with new version
10005 - Revert "UBUNTU: SAUCE: kbuild: add -fcf-protection=none to retpoline flags"
10006 - SAUCE: kbuild: add -fcf-protection=none when using retpoline flags
10007
10008 * CVE-2019-12614
10009 - powerpc/pseries/dlpar: Fix a missing check in dlpar_parse_cc_property()
10010
10011 * Eoan update: v5.2.1 upstream stable release (LP: #1836622)
10012 - crypto: lrw - use correct alignmask
10013 - crypto: talitos - rename alternative AEAD algos.
10014 - fscrypt: don't set policy for a dead directory
10015 - udf: Fix incorrect final NOT_ALLOCATED (hole) extent length
10016 - media: stv0297: fix frequency range limit
10017 - ALSA: usb-audio: Fix parse of UAC2 Extension Units
10018 - ALSA: hda/realtek - Headphone Mic can't record after S3
10019 - tpm: Actually fail on TPM errors during "get random"
10020 - tpm: Fix TPM 1.2 Shutdown sequence to prevent future TPM operations
10021 - block: fix .bi_size overflow
10022 - block, bfq: NULL out the bic when it's no longer valid
10023 - perf intel-pt: Fix itrace defaults for perf script
10024 - perf auxtrace: Fix itrace defaults for perf script
10025 - perf intel-pt: Fix itrace defaults for perf script intel-pt documentation
10026 - perf pmu: Fix uncore PMU alias list for ARM64
10027 - perf thread-stack: Fix thread stack return from kernel for kernel-only case
10028 - perf header: Assign proper ff->ph in perf_event__synthesize_features()
10029 - x86/ptrace: Fix possible spectre-v1 in ptrace_get_debugreg()
10030 - x86/tls: Fix possible spectre-v1 in do_get_thread_area()
10031 - Documentation: Add section about CPU vulnerabilities for Spectre
10032 - Documentation/admin: Remove the vsyscall=native documentation
10033 - mwifiex: Don't abort on small, spec-compliant vendor IEs
10034 - USB: serial: ftdi_sio: add ID for isodebug v1
10035 - USB: serial: option: add support for GosunCn ME3630 RNDIS mode
10036 - Revert "serial: 8250: Don't service RX FIFO if interrupts are disabled"
10037 - p54usb: Fix race between disconnect and firmware loading
10038 - usb: gadget: f_fs: data_len used before properly set
10039 - usb: gadget: ether: Fix race between gether_disconnect and rx_submit
10040 - usb: dwc2: use a longer AHB idle timeout in dwc2_core_reset()
10041 - usb: renesas_usbhs: add a workaround for a race condition of workqueue
10042 - drivers/usb/typec/tps6598x.c: fix portinfo width
10043 - drivers/usb/typec/tps6598x.c: fix 4CC cmd write
10044 - p54: fix crash during initialization
10045 - staging: comedi: dt282x: fix a null pointer deref on interrupt
10046 - staging: wilc1000: fix error path cleanup in wilc_wlan_initialize()
10047 - staging: bcm2835-camera: Restore return behavior of ctrl_set_bitrate()
10048 - staging: comedi: amplc_pci230: fix null pointer deref on interrupt
10049 - staging: mt7621-pci: fix PCIE_FTS_NUM_LO macro
10050 - HID: Add another Primax PIXART OEM mouse quirk
10051 - lkdtm: support llvm-objcopy
10052 - binder: fix memory leak in error path
10053 - binder: return errors from buffer copy functions
10054 - iio: adc: stm32-adc: add missing vdda-supply
10055 - coresight: Potential uninitialized variable in probe()
10056 - coresight: etb10: Do not call smp_processor_id from preemptible
10057 - coresight: tmc-etr: Do not call smp_processor_id() from preemptible
10058 - coresight: tmc-etr: alloc_perf_buf: Do not call smp_processor_id from
10059 preemptible
10060 - coresight: tmc-etf: Do not call smp_processor_id from preemptible
10061 - carl9170: fix misuse of device driver API
10062 - Revert "x86/build: Move _etext to actual end of .text"
10063 - VMCI: Fix integer overflow in VMCI handle arrays
10064 - staging: vchiq_2835_arm: revert "quit using custom down_interruptible()"
10065 - staging: vchiq: make wait events interruptible
10066 - staging: vchiq: revert "switch to wait_for_completion_killable"
10067 - staging: fsl-dpaa2/ethsw: fix memory leak of switchdev_work
10068 - staging: bcm2835-camera: Replace spinlock protecting context_map with mutex
10069 - staging: bcm2835-camera: Ensure all buffers are returned on disable
10070 - staging: bcm2835-camera: Remove check of the number of buffers supplied
10071 - staging: bcm2835-camera: Handle empty EOS buffers whilst streaming
10072 - staging: rtl8712: reduce stack usage, again
10073 - Linux 5.2.1
10074 - [Config] updateconfigs after v5.2.1 stable update
10075
10076 * fcf-protection=none patch with upstream version
10077 - Revert "UBUNTU: SAUCE: add -fcf-protection=none to retpoline flags"
10078 - SAUCE: kbuild: add -fcf-protection=none to retpoline flags
10079
10080 * Miscellaneous Ubuntu changes
10081 - SAUCE: selftests/ftrace: avoid failure when trying to probe a notrace
10082 function
10083 - SAUCE: selftests/powerpc/ptrace: fix build failure
10084 - update dkms package versions
10085 - [Packaging] add zlua to zfs-modules.ignore
10086 - update dkms package versions
10087
10088 -- Seth Forshee <seth.forshee@canonical.com> Fri, 19 Jul 2019 15:04:45 -0500
10089
10090linux (5.2.0-8.9) eoan; urgency=medium
10091
10092 * linux: 5.2.0-8.9 -proposed tracker (LP: #1835700)
10093
10094 * Miscellaneous Ubuntu changes
10095 - [Packaging] replace zfs and spl build with zfs 0.8.1-1ubuntu1
10096 - SAUCE: test_bpf: remove expected fail for Ctx heavy transformations test on
10097 s390
10098 - SAUCE: add -fcf-protection=none to retpoline flags
10099 - SAUCE: usbip: ensure strings copied using strncpy are null-terminated
10100 - SAUCE: usbip: add -Wno-address-of-packed-member to EXTRA_CFLAGS
10101 - SAUCE: perf jvmti: ensure strncpy result is null-terminated
10102 - update dkms package versions
10103 - add removed zfs modules to modules.ignore
10104
10105 [ Upstream Kernel Changes ]
10106
10107 * Rebase to v5.2
10108
10109 -- Seth Forshee <seth.forshee@canonical.com> Mon, 08 Jul 2019 07:13:41 -0500
10110
10111linux (5.2.0-7.8) eoan; urgency=medium
10112
10113 * Kernel panic upon resetting ixgbe SR-IOV VFIO virtual function using 5.0
10114 kernel (LP: #1829652)
10115 - SAUCE: ixgbe: Avoid NULL pointer dereference with VF on non-IPsec hw
10116
10117 * Hi1620 driver updates from upstream 5.2 merge window (LP: #1830815)
10118 - net: hns3: initialize CPU reverse mapping
10119 - net: hns3: refine the flow director handle
10120 - net: hns3: add aRFS support for PF
10121 - net: hns3: fix for FEC configuration
10122 - RDMA/hns: Remove unnecessary print message in aeq
10123 - RDMA/hns: Update CQE specifications
10124 - RDMA/hns: Move spin_lock_irqsave to the correct place
10125 - RDMA/hns: Remove jiffies operation in disable interrupt context
10126 - RDMA/hns: Replace magic numbers with #defines
10127 - net: hns3: fix compile warning without CONFIG_RFS_ACCEL
10128 - net: hns3: fix for HNS3_RXD_GRO_SIZE_M macro
10129 - net: hns3: add support for dump firmware statistics by debugfs
10130 - net: hns3: use HCLGE_STATE_NIC_REGISTERED to indicate PF NIC client has
10131 registered
10132 - net: hns3: use HCLGE_STATE_ROCE_REGISTERED to indicate PF ROCE client has
10133 registered
10134 - net: hns3: use HCLGEVF_STATE_NIC_REGISTERED to indicate VF NIC client has
10135 registered
10136 - net: hns3: modify hclge_init_client_instance()
10137 - net: hns3: modify hclgevf_init_client_instance()
10138 - net: hns3: add handshake with hardware while doing reset
10139 - net: hns3: stop schedule reset service while unloading driver
10140 - net: hns3: adjust hns3_uninit_phy()'s location in the hns3_client_uninit()
10141 - net: hns3: fix a memory leak issue for hclge_map_unmap_ring_to_vf_vector
10142 - RDMA/hns: Bugfix for posting multiple srq work request
10143 - net: hns3: remove redundant core reset
10144 - net: hns3: don't configure new VLAN ID into VF VLAN table when it's full
10145 - net: hns3: fix VLAN filter restore issue after reset
10146 - net: hns3: set the port shaper according to MAC speed
10147 - net: hns3: add a check to pointer in error_detected and slot_reset
10148 - net: hns3: set ops to null when unregister ad_dev
10149 - net: hns3: add handling of two bits in MAC tunnel interrupts
10150 - net: hns3: remove setting bit of reset_requests when handling mac tunnel
10151 interrupts
10152 - net: hns3: add opcode about query and clear RAS & MSI-X to special opcode
10153 - net: hns3: delay and separate enabling of NIC and ROCE HW errors
10154 - RDMA/hns: fix inverted logic of readl read and shift
10155 - RDMA/hns: Bugfix for filling the sge of srq
10156 - net: hns3: log detail error info of ROCEE ECC and AXI errors
10157 - net: hns3: fix wrong size of mailbox responding data
10158 - net: hns3: make HW GRO handling compliant with SW GRO
10159 - net: hns3: replace numa_node_id with numa_mem_id for buffer reusing
10160 - net: hns3: refactor hns3_get_new_int_gl function
10161 - net: hns3: trigger VF reset if a VF has an over_8bd_nfe_err
10162 - net: hns3: delete the redundant user NIC codes
10163 - net: hns3: small changes for magic numbers
10164 - net: hns3: use macros instead of magic numbers
10165 - net: hns3: refactor PF/VF RSS hash key configuration
10166 - net: hns3: some modifications to simplify and optimize code
10167 - net: hns3: fix some coding style issues
10168 - net: hns3: delay setting of reset level for hw errors until slot_reset is
10169 called
10170 - net: hns3: fix avoid unnecessary resetting for the H/W errors which do not
10171 require reset
10172 - net: hns3: process H/W errors occurred before HNS dev initialization
10173 - net: hns3: add recovery for the H/W errors occurred before the HNS dev
10174 initialization
10175 - net: hns3: some changes of MSI-X bits in PPU(RCB)
10176 - net: hns3: extract handling of mpf/pf msi-x errors into functions
10177 - net: hns3: clear restting state when initializing HW device
10178 - net: hns3: free irq when exit from abnormal branch
10179 - net: hns3: fix for dereferencing before null checking
10180 - net: hns3: fix for skb leak when doing selftest
10181 - net: hns3: delay ring buffer clearing during reset
10182 - net: hns3: some variable modification
10183 - net: hns3: fix dereference of ae_dev before it is null checked
10184 - scsi: hisi_sas: Delete PHY timers when rmmod or probe failed
10185 - scsi: hisi_sas: Fix the issue of argument mismatch of printing ecc errors
10186 - scsi: hisi_sas: Reduce HISI_SAS_SGE_PAGE_CNT in size
10187 - scsi: hisi_sas: Change the type of some numbers to unsigned
10188 - scsi: hisi_sas: Ignore the error code between phy down to phy up
10189 - scsi: hisi_sas: Disable stash for v3 hw
10190 - net: hns3: Add missing newline at end of file
10191 - RDMa/hns: Don't stuck in endless timeout loop
10192
10193 * Sometimes touchpad automatically trigger double click (LP: #1833484)
10194 - SAUCE: i2c: designware: Add disable runtime pm quirk
10195
10196 * Add pointstick support on HP ZBook 17 G5 (LP: #1833387)
10197 - Revert "HID: multitouch: Support ALPS PTP stick with pid 0x120A"
10198
10199 * depmod may prefer unsigned l-r-m nvidia modules to signed modules
10200 (LP: #1834479)
10201 - [Packaging] dkms-build--nvidia-N -- clean up unsigned ko files
10202
10203 * Miscellaneous Ubuntu changes
10204 - SAUCE: selftests/powerpc: disable signal_fuzzer test
10205
10206 [ Upstream Kernel Changes ]
10207
10208 * Rebase to v5.2-rc7
10209
10210 -- Seth Forshee <seth.forshee@canonical.com> Mon, 01 Jul 2019 07:22:18 -0500
10211
10212linux (5.2.0-6.7) eoan; urgency=medium
10213
10214 * hinic: fix oops due to race in set_rx_mode (LP: #1832048)
10215 - hinic: fix a bug in set rx mode
10216
10217 * Miscellaneous Ubuntu changes
10218 - rebase to v5.2-rc6
10219
10220 [ Upstream Kernel Changes ]
10221
10222 * Rebase to v5.2-rc6
10223
10224 -- Seth Forshee <seth.forshee@canonical.com> Sun, 23 Jun 2019 23:36:11 -0500
10225
10226linux (5.2.0-5.6) eoan; urgency=medium
10227
10228 * QCA9377 isn't being recognized sometimes (LP: #1757218)
10229 - SAUCE: USB: Disable USB2 LPM at shutdown
10230
10231 * shiftfs: allow changing ro/rw for subvolumes (LP: #1832316)
10232 - SAUCE: shiftfs: allow changing ro/rw for subvolumes
10233
10234 * Miscellaneous Ubuntu changes
10235 - update dkms package versions
10236 - [Packaging] replace nvidia-418 dkms build with nvidia-430
10237 - SAUCE: import aufs driver
10238
10239 [ Upstream Kernel Changes ]
10240
10241 * Rebase to v5.2-rc5
10242
10243 -- Seth Forshee <seth.forshee@canonical.com> Mon, 17 Jun 2019 15:04:12 -0500
10244
10245linux (5.2.0-4.5) eoan; urgency=medium
10246
10247 * arm64: cma_alloc errors at boot (LP: #1823753)
10248 - [Config] Bump CMA_SIZE_MBYTES to 32 on arm64
10249 - dma-contiguous: add dma_{alloc,free}_contiguous() helpers
10250 - dma-contiguous: use fallback alloc_pages for single pages
10251 - dma-contiguous: fix !CONFIG_DMA_CMA version of dma_{alloc,
10252 free}_contiguous()
10253
10254 * Miscellaneous Ubuntu changes
10255 - [Config] CONFIG_MFD_TQMX86=n for s390x
10256 - [Config] CONFIG_GPIO_AMD_FCH=n for s390x
10257 - [Config] CONFIG_BACKLIGHT_CLASS_DEVICE=n on s390x
10258 - [Config] CONFIG_LCD_CLASS_DEVICE=n for s390x
10259 - [Config] CONFIG_DRM_ETNAVIV=m for armhf generic-lpae
10260 - [Config] CONFIG_DRM_NOUVEAU_SVM=n
10261 - [Config] CONFIG_HWMON=n for s390x
10262 - [Config] CONFIG_NEW_LEDS=n for s390x
10263 - [Config] CONFIG_MTD_NAND_OMAP2=y for armhf
10264 - [Config] CONFIG_VOP_BUS=n for non-amd64 arches
10265 - [Config] CONFIG_TI_CPSW_PHY_SEL=n
10266 - [Config] CONFIG_INTERCONNECT=n for s390x
10267 - [Config] CONFIG_SCSI_GDTH=n for s390x
10268 - [Config] CONFIG_PACKING=n for s390x
10269 - [Config] CONFIG_ARCH_MILBEAUT=y for armhf
10270 - [Config] update annotations following config review
10271 - update dkms package versions
10272 - [Config] enable nvidia dkms build
10273
10274 [ Upstream Kernel Changes ]
10275
10276 * Rebase to v5.2-rc4
10277
10278 -- Seth Forshee <seth.forshee@canonical.com> Mon, 10 Jun 2019 07:00:11 -0500
10279
10280linux (5.2.0-3.4) eoan; urgency=medium
10281
10282 * [18.04/18.10] File libperf-jvmti.so is missing in linux-tools-common deb on
10283 Ubuntu (LP: #1761379)
10284 - [Packaging] Support building libperf-jvmti.so
10285
10286 * Miscellaneous Ubuntu changes
10287 - SAUCE: Revert "bpf, selftest: test global data/bss/rodata sections"
10288 - update dkms package versions
10289 - [Config] enable zfs
10290 - rebase to v5.2-rc3
10291
10292 [ Upstream Kernel Changes ]
10293
10294 * Rebase to v5.2-rc3
10295
10296 -- Seth Forshee <seth.forshee@canonical.com> Sun, 02 Jun 2019 21:48:50 -0500
10297
10298linux (5.2.0-2.3) eoan; urgency=medium
10299
10300 * Miscellaneous Ubuntu changes
10301 - SAUCE: perf arm64: Fix mksyscalltbl when system kernel headers are ahead of
10302 the kernel
10303
10304 -- Seth Forshee <seth.forshee@canonical.com> Tue, 28 May 2019 07:12:39 -0500
10305
10306linux (5.2.0-1.2) eoan; urgency=medium
10307
10308 * Miscellaneous Ubuntu changes
10309 - [Config] CONFIG_INTEGRITY_PLATFORM_KEYRING=y
10310 - update dkms package versions
10311 - [Config] enable vbox dkms build
10312 - update dkms package versions
10313
10314 [ Upstream Kernel Changes ]
10315
10316 * Rebase to v5.2-rc2
10317
10318 -- Seth Forshee <seth.forshee@canonical.com> Mon, 27 May 2019 21:11:27 -0500
10319
10320linux (5.2.0-0.1) eoan; urgency=medium
10321
10322 * Miscellaneous Ubuntu changes
10323 - SAUCE: import aufs driver
10324 - [Packaging] disable ZFS
10325 - [Packaging] disable nvidia
10326 - [Packaging] dkms-build -- expand paths searched for make.log files
10327 - add virtualbox-guest-dkms dkms package build
10328 - enable vbox dkms build for amd64 and i386
10329 - update dkms package versions
10330 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
10331 kernel image
10332 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
10333 - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is
10334 locked down
10335 - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked
10336 down
10337 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
10338 reboot
10339 - SAUCE: (efi-lockdown) kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and
10340 KEXEC_SIG_FORCE
10341 - SAUCE: (efi-lockdown) kexec_file: Restrict at runtime if the kernel is
10342 locked down
10343 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
10344 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
10345 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
10346 down
10347 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
10348 locked down
10349 - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked
10350 down
10351 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
10352 locked down
10353 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
10354 has been locked down
10355 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
10356 locked down
10357 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
10358 locked down
10359 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
10360 down
10361 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
10362 - SAUCE: (efi-lockdown) Lock down module params that specify hardware
10363 parameters (eg. ioport)
10364 - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module
10365 - SAUCE: (efi-lockdown) Lock down /proc/kcore
10366 - SAUCE: (efi-lockdown) Lock down kprobes
10367 - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the
10368 kernel is locked down
10369 - SAUCE: (efi-lockdown) Lock down perf
10370 - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked
10371 down
10372 - SAUCE: (efi-lockdown) lockdown: Print current->comm in restriction messages
10373 - SAUCE: (efi-lockdown) kexec: Allow kexec_file() with appropriate IMA policy
10374 when locked down
10375 - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists
10376 that aren't present.
10377 - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework
10378 efi_status_to_err().
10379 - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print
10380 error messages.
10381 - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure
10382 boot mode
10383 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
10384 mode
10385 - SAUCE: (efi-lockdown) KEYS: Make use of platform keyring for module
10386 signature verify
10387 - SAUCE: (efi-lockdown) debugfs: avoid EPERM when no open file operation
10388 defined
10389 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
10390 - SAUCE: (efi-lockdown) furter KEXEC_VERIFY_SIG -> KEXEC_SIG updates
10391 - SAUCE: (efi-lockdown) arm64: add kernel config option to lock down when in
10392 Secure Boot mode
10393 - update dkms package versions
10394 - [Config] disable vbox build
10395 - SAUCE: s390: mark __cpacf_check_opcode() and cpacf_query_func() as
10396 __always_inline
10397 - SAUCE: IB/mlx5: use size_t instead of u64 when dividing
10398
10399 [ Upstream Kernel Changes ]
10400
10401 * Rebase to v5.2-rc1
10402
10403 -- Seth Forshee <seth.forshee@canonical.com> Tue, 21 May 2019 11:18:43 -0500
10404
10405linux (5.2.0-0.0) eoan; urgency=medium
10406
10407 * Dummy entry.
10408
10409 -- Seth Forshee <seth.forshee@canonical.com> Tue, 21 May 2019 07:34:43 -0500
10410
10411linux (5.1.0-2.2) eoan; urgency=medium
10412
10413 * Packaging resync (LP: #1786013)
10414 - [Packaging] resync git-ubuntu-log
10415
10416 * Eoan update: v5.1.2 upstream stable release (LP: #1829050)
10417 - x86/msr-index: Cleanup bit defines
10418 - x86/speculation: Consolidate CPU whitelists
10419 - x86/speculation/mds: Add basic bug infrastructure for MDS
10420 - x86/speculation/mds: Add BUG_MSBDS_ONLY
10421 - x86/kvm: Expose X86_FEATURE_MD_CLEAR to guests
10422 - x86/speculation/mds: Add mds_clear_cpu_buffers()
10423 - x86/speculation/mds: Clear CPU buffers on exit to user
10424 - x86/kvm/vmx: Add MDS protection when L1D Flush is not active
10425 - x86/speculation/mds: Conditionally clear CPU buffers on idle entry
10426 - x86/speculation/mds: Add mitigation control for MDS
10427 - x86/speculation/mds: Add sysfs reporting for MDS
10428 - x86/speculation/mds: Add mitigation mode VMWERV
10429 - Documentation: Move L1TF to separate directory
10430 - Documentation: Add MDS vulnerability documentation
10431 - x86/speculation/mds: Add mds=full,nosmt cmdline option
10432 - x86/speculation: Move arch_smt_update() call to after mitigation decisions
10433 - x86/speculation/mds: Add SMT warning message
10434 - x86/speculation/mds: Fix comment
10435 - x86/speculation/mds: Print SMT vulnerable on MSBDS with mitigations off
10436 - cpu/speculation: Add 'mitigations=' cmdline option
10437 - x86/speculation: Support 'mitigations=' cmdline option
10438 - powerpc/speculation: Support 'mitigations=' cmdline option
10439 - s390/speculation: Support 'mitigations=' cmdline option
10440 - x86/speculation/mds: Add 'mitigations=' support for MDS
10441 - x86/mds: Add MDSUM variant to the MDS documentation
10442 - Documentation: Correct the possible MDS sysfs values
10443 - x86/speculation/mds: Fix documentation typo
10444 - Linux 5.1.2
10445
10446 * Eoan update: v5.1.1 upstream stable release (LP: #1829046)
10447 - Drivers: hv: vmbus: Remove the undesired put_cpu_ptr() in hv_synic_cleanup()
10448 - ubsan: Fix nasty -Wbuiltin-declaration-mismatch GCC-9 warnings
10449 - staging: greybus: power_supply: fix prop-descriptor request size
10450 - staging: wilc1000: Avoid GFP_KERNEL allocation from atomic context.
10451 - staging: most: cdev: fix chrdev_region leak in mod_exit
10452 - staging: most: sound: pass correct device when creating a sound card
10453 - usb: dwc3: Allow building USB_DWC3_QCOM without EXTCON
10454 - usb: dwc3: Fix default lpm_nyet_threshold value
10455 - USB: serial: f81232: fix interrupt worker not stop
10456 - USB: cdc-acm: fix unthrottle races
10457 - usb-storage: Set virt_boundary_mask to avoid SG overflows
10458 - genirq: Prevent use-after-free and work list corruption
10459 - intel_th: pci: Add Comet Lake support
10460 - iio: adc: qcom-spmi-adc5: Fix of-based module autoloading
10461 - cpufreq: armada-37xx: fix frequency calculation for opp
10462 - ACPI / LPSS: Use acpi_lpss_* instead of acpi_subsys_* functions for
10463 hibernate
10464 - soc: sunxi: Fix missing dependency on REGMAP_MMIO
10465 - scsi: lpfc: change snprintf to scnprintf for possible overflow
10466 - scsi: qla2xxx: Fix incorrect region-size setting in optrom SYSFS routines
10467 - scsi: qla2xxx: Set remote port devloss timeout to 0
10468 - scsi: qla2xxx: Fix device staying in blocked state
10469 - Bluetooth: hidp: fix buffer overflow
10470 - Bluetooth: Align minimum encryption key size for LE and BR/EDR connections
10471 - Bluetooth: Fix not initializing L2CAP tx_credits
10472 - Bluetooth: hci_bcm: Fix empty regulator supplies for Intel Macs
10473 - UAS: fix alignment of scatter/gather segments
10474 - ASoC: Intel: avoid Oops if DMA setup fails
10475 - i3c: Fix a shift wrap bug in i3c_bus_set_addr_slot_status()
10476 - locking/futex: Allow low-level atomic operations to return -EAGAIN
10477 - arm64: futex: Bound number of LDXR/STXR loops in FUTEX_WAKE_OP
10478 - Linux 5.1.1
10479
10480 * shiftfs: lock security sensitive superblock flags (LP: #1827122)
10481 - SAUCE: shiftfs: lock down certain superblock flags
10482
10483 * Please package libbpf (which is done out of the kernel src) in Debian [for
10484 19.10] (LP: #1826410)
10485 - SAUCE: tools -- fix add ability to disable libbfd
10486
10487 * ratelimit cma_alloc messages (LP: #1828092)
10488 - SAUCE: cma: ratelimit cma_alloc error messages
10489
10490 * Headphone jack switch sense is inverted: plugging in headphones disables
10491 headphone output (LP: #1824259)
10492 - ASoC: rt5645: Headphone Jack sense inverts on the LattePanda board
10493
10494 * There are 4 HDMI/Displayport audio output listed in sound setting without
10495 attach any HDMI/DP monitor (LP: #1827967)
10496 - ALSA: hda/hdmi - Read the pin sense from register when repolling
10497 - ALSA: hda/hdmi - Consider eld_valid when reporting jack event
10498
10499 * CONFIG_LOG_BUF_SHIFT set to 14 is too low on arm64 (LP: #1824864)
10500 - [Config] CONFIG_LOG_BUF_SHIFT=18 on all 64bit arches
10501
10502 * CTAUTO:DevOps:860.50:devops4fp1:Error occurred during LINUX Dmesg error
10503 Checking for all LINUX clients for devops4p10 (LP: #1766201)
10504 - SAUCE: integrity: downgrade error to warning
10505
10506 * linux-buildinfo: pull out ABI information into its own package
10507 (LP: #1806380)
10508 - [Packaging] autoreconstruct -- base tag is always primary mainline version
10509
10510 * [SRU] Please sync vbox modules from virtualbox 6.0.6 on next kernel update
10511 (LP: #1825210)
10512 - vbox-update: updates for renamed makefiles
10513 - ubuntu: vbox -- update to 6.0.6-dfsg-1
10514
10515 * autofs kernel module missing (LP: #1824333)
10516 - [Config] Update autofs4 path in inclusion list
10517
10518 * The Realtek card reader does not enter PCIe 1.1/1.2 (LP: #1825487)
10519 - SAUCE: misc: rtsx: Fixed rts5260 power saving parameter and sd glitch
10520
10521 * CVE-2019-3874
10522 - sctp: implement memory accounting on tx path
10523 - sctp: implement memory accounting on rx path
10524
10525 * apparmor does not start in Disco LXD containers (LP: #1824812)
10526 - SAUCE: shiftfs: use separate llseek method for directories
10527
10528 * Miscellaneous Ubuntu changes
10529 - [Packaging] autoreconstruct -- remove for -rc kernels
10530 - SAUCE: (efi-lockdown) debugfs: avoid EPERM when no open file operation
10531 defined
10532 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
10533 - SAUCE: (efi-lockdown) furter KEXEC_VERIFY_SIG -> KEXEC_SIG updates
10534 - [Config] (efi-lockdown): update configs after efi lockdown patch refresh
10535 - [Packaging] don't delete efi_parser.c
10536 - vbox-update -- do not fix up KERN_DIR or KBUILD_EXTMOD
10537 - ubuntu: vbox -- update to 6.0.6-dfsg-2
10538 - add nvidia-418 dkms build
10539 - remove virtualbox guest drivers
10540 - [Packaging] dkms-build -- expand paths searched for make.log files
10541 - add virtualbox-guest-dkms dkms package build
10542 - enable vbox dkms build for amd64 and i386
10543 - [Config] update configs for v5.1(-rc7)? rebase
10544 - update dkms package versions
10545 - Add the ability to lock down access to the running kernel image
10546 - Enforce module signatures if the kernel is locked down
10547 - Restrict /dev/{mem,kmem,port} when the kernel is locked down
10548 - kexec_load: Disable at runtime if the kernel is locked down
10549 - Copy secure_boot flag in boot params across kexec reboot
10550 - kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCE
10551 - kexec_file: Restrict at runtime if the kernel is locked down
10552 - hibernate: Disable when the kernel is locked down
10553 - uswsusp: Disable when the kernel is locked down
10554 - PCI: Lock down BAR access when the kernel is locked down
10555 - x86: Lock down IO port access when the kernel is locked down
10556 - x86/msr: Restrict MSR access when the kernel is locked down
10557 - ACPI: Limit access to custom_method when the kernel is locked down
10558 - acpi: Ignore acpi_rsdp kernel param when the kernel has been locked down
10559 - acpi: Disable ACPI table override if the kernel is locked down
10560 - acpi: Disable APEI error injection if the kernel is locked down
10561 - Prohibit PCMCIA CIS storage when the kernel is locked down
10562 - Lock down TIOCSSERIAL
10563 - Lock down module params that specify hardware parameters (eg. ioport)
10564 - x86/mmiotrace: Lock down the testmmiotrace module
10565 - Lock down /proc/kcore
10566 - Lock down kprobes
10567 - bpf: Restrict kernel image access functions when the kernel is locked down
10568 - Lock down perf
10569 - debugfs: Restrict debugfs when the kernel is locked down
10570 - lockdown: Print current->comm in restriction messages
10571 - kexec: Allow kexec_file() with appropriate IMA policy when locked down
10572 - Make get_cert_list() not complain about cert lists that aren't present.
10573 - Add efi_status_to_str() and rework efi_status_to_err().
10574 - Make get_cert_list() use efi_status_to_str() to print error messages.
10575 - efi: Add an EFI_SECURE_BOOT flag to indicate secure boot mode
10576 - efi: Lock down the kernel if booted in secure boot mode
10577 - KEYS: Make use of platform keyring for module signature verify
10578
10579 * Miscellaneous upstream changes
10580 - ALSA: hdea/realtek - Headset fixup for System76 Gazelle (gaze14)
10581
10582 -- Seth Forshee <seth.forshee@canonical.com> Tue, 14 May 2019 12:32:56 -0500
10583
10584linux (5.1.0-1.1) eoan; urgency=medium
10585
10586 * bionic: fork out linux-snapdragon into its own topic kernel (LP: #1820868)
10587 - [Packaging]: really drop snapdragon
10588
10589 * Miscellaneous Ubuntu changes
10590 - SAUCE: fix vbox use of MAP_SHARED
10591 - SAUCE: fix vbox use of vm_fault_t
10592 - [Packaging] disable ZFS
10593 - [Packaging] disable nvidia
10594 - SAUCE: perf annotate: Fix build on 32 bit for BPF annotation
10595 - [Config]: updateconfig after rebase to v5.1-rc
10596 - [Config]: build ETNAVIV only on arm platforms
10597 - [Config]: Disable CMA on non-arm platforms
10598 - [Config]: MMC_CQHCI is needed by some built-in drivers
10599 - [Config]: a.out support has been deprecated
10600 - [Config]: R3964 was marked as BROKEN
10601 - [Config]: Add SENSIRION_SGP30 module
10602
10603 * Miscellaneous upstream changes
10604 - Revert "UBUNTU: SAUCE: tools: lib/bpf -- add generated headers to search
10605 path"
10606 - Revert "UBUNTU: SAUCE: btqcomsmd: introduce BT_QCOMSMD_HACK"
10607
10608 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Thu, 25 Apr 2019 10:03:25 -0300
10609
10610linux (5.1.0-0.0) eoan; urgency=medium
10611
10612 * Dummy entry.
10613
10614 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Thu, 25 Apr 2019 09:49:47 -0300
10615
10616linux (5.0.0-13.14) disco; urgency=medium
10617
10618 * linux: 5.0.0-13.14 -proposed tracker (LP: #1824819)
10619
10620 * Display only has 640x480 (LP: #1824677)
10621 - Revert "UBUNTU: SAUCE: drm/nouveau: Disable nouveau driver by default"
10622
10623 * shiftfs: use after free when checking mount options (LP: #1824735)
10624 - SAUCE: shiftfs: prevent use-after-free when verifying mount options
10625
10626 -- Seth Forshee <seth.forshee@canonical.com> Mon, 15 Apr 2019 09:11:23 -0500
10627
10628linux (5.0.0-12.13) disco; urgency=medium
10629
10630 * linux: 5.0.0-12.13 -proposed tracker (LP: #1824726)
10631
10632 * Linux 5.0 black screen on boot, display flickers (i915 regression with
10633 certain laptop panels) (LP: #1824216)
10634 - drm/i915/dp: revert back to max link rate and lane count on eDP
10635
10636 * kernel BUG at fs/attr.c:287 when using shiftfs (LP: #1824717)
10637 - SAUCE: shiftfs: fix passing of attrs to underaly for setattr
10638
10639 -- Seth Forshee <seth.forshee@canonical.com> Sun, 14 Apr 2019 13:38:05 -0500
10640
10641linux (5.0.0-11.12) disco; urgency=medium
10642
10643 * linux: 5.0.0-11.12 -proposed tracker (LP: #1824383)
10644
10645 * hns3: PPU_PF_ABNORMAL_INT_ST over_8bd_no_fe found [error status=0x1]
10646 (LP: #1824194)
10647 - net: hns3: fix for not calculating tx bd num correctly
10648
10649 * disco: unable to use iptables/enable ufw under -virtual kernel
10650 (LP: #1823862)
10651 - [Packaging] add bpfilter to linux-modules
10652
10653 * Make shiftfs a module rather than built-in (LP: #1824354)
10654 - [Config] CONFIG_SHIFT_FS=m
10655
10656 * shiftfs: chown sets untranslated ids in lower fs (LP: #1824350)
10657 - SAUCE: shiftfs: use translated ids when chaning lower fs attrs
10658
10659 * [Hyper-V] KVP daemon fails to start on first boot of disco VM (LP: #1820063)
10660 - [Packaging] bind hv_kvp_daemon startup to hv_kvp device
10661
10662 -- Seth Forshee <seth.forshee@canonical.com> Thu, 11 Apr 2019 10:17:19 -0500
10663
10664linux (5.0.0-10.11) disco; urgency=medium
10665
10666 * linux: 5.0.0-10.11 -proposed tracker (LP: #1823936)
10667
10668 * Apparmor enforcement failure in lxc selftests (LP: #1823379)
10669 - SAUCE: apparmor: Restore Y/N in /sys for apparmor's "enabled"
10670
10671 * systemd cause kernel trace "BUG: unable to handle kernel paging request at
10672 6db23a14" on Cosmic i386 (LP: #1813244)
10673 - openvswitch: fix flow actions reallocation
10674
10675 -- Seth Forshee <seth.forshee@canonical.com> Tue, 09 Apr 2019 08:30:38 -0500
10676
10677linux (5.0.0-9.10) disco; urgency=medium
10678
10679 * linux: 5.0.0-9.10 -proposed tracker (LP: #1823228)
10680
10681 * Packaging resync (LP: #1786013)
10682 - [Packaging] resync git-ubuntu-log
10683 - [Packaging] update helper scripts
10684 - [Packaging] resync retpoline extraction
10685
10686 * Huawei Hi1822 NIC has poor performance (LP: #1820187)
10687 - net-next/hinic: replace disable_irq_nosync/enable_irq
10688
10689 * Add uid shifting overlay filesystem (shiftfs) (LP: #1823186)
10690 - shiftfs: uid/gid shifting bind mount
10691 - shiftfs: rework and extend
10692 - shiftfs: support some btrfs ioctls
10693 - [Config] enable shiftfs
10694
10695 * Cannot boot or install - have to use nomodeset (LP: #1821820)
10696 - Revert "drm/i915/fbdev: Actually configure untiled displays"
10697
10698 * Disco update: v5.0.6 upstream stable release (LP: #1823060)
10699 - netfilter: nf_tables: fix set double-free in abort path
10700 - dccp: do not use ipv6 header for ipv4 flow
10701 - genetlink: Fix a memory leak on error path
10702 - gtp: change NET_UDP_TUNNEL dependency to select
10703 - ipv6: make ip6_create_rt_rcu return ip6_null_entry instead of NULL
10704 - mac8390: Fix mmio access size probe
10705 - mISDN: hfcpci: Test both vendor & device ID for Digium HFC4S
10706 - net: aquantia: fix rx checksum offload for UDP/TCP over IPv6
10707 - net: datagram: fix unbounded loop in __skb_try_recv_datagram()
10708 - net/packet: Set __GFP_NOWARN upon allocation in alloc_pg_vec
10709 - net: phy: meson-gxl: fix interrupt support
10710 - net: rose: fix a possible stack overflow
10711 - net: stmmac: fix memory corruption with large MTUs
10712 - net-sysfs: call dev_hold if kobject_init_and_add success
10713 - net: usb: aqc111: Extend HWID table by QNAP device
10714 - packets: Always register packet sk in the same order
10715 - rhashtable: Still do rehash when we get EEXIST
10716 - sctp: get sctphdr by offset in sctp_compute_cksum
10717 - sctp: use memdup_user instead of vmemdup_user
10718 - tcp: do not use ipv6 header for ipv4 flow
10719 - tipc: allow service ranges to be connect()'ed on RDM/DGRAM
10720 - tipc: change to check tipc_own_id to return in tipc_net_stop
10721 - tipc: fix cancellation of topology subscriptions
10722 - tun: properly test for IFF_UP
10723 - vrf: prevent adding upper devices
10724 - vxlan: Don't call gro_cells_destroy() before device is unregistered
10725 - thunderx: enable page recycling for non-XDP case
10726 - thunderx: eliminate extra calls to put_page() for pages held for recycling
10727 - net: dsa: mv88e6xxx: fix few issues in mv88e6390x_port_set_cmode
10728 - net: mii: Fix PAUSE cap advertisement from linkmode_adv_to_lcl_adv_t()
10729 helper
10730 - net: phy: don't clear BMCR in genphy_soft_reset
10731 - r8169: fix cable re-plugging issue
10732 - ila: Fix rhashtable walker list corruption
10733 - tun: add a missing rcu_read_unlock() in error path
10734 - powerpc/fsl: Fix the flush of branch predictor.
10735 - Btrfs: fix incorrect file size after shrinking truncate and fsync
10736 - btrfs: remove WARN_ON in log_dir_items
10737 - btrfs: don't report readahead errors and don't update statistics
10738 - btrfs: Fix bound checking in qgroup_trace_new_subtree_blocks
10739 - btrfs: Avoid possible qgroup_rsv_size overflow in
10740 btrfs_calculate_inode_block_rsv_size
10741 - Btrfs: fix assertion failure on fsync with NO_HOLES enabled
10742 - locks: wake any locks blocked on request before deadlock check
10743 - tracing: initialize variable in create_dyn_event()
10744 - ARM: imx6q: cpuidle: fix bug that CPU might not wake up at expected time
10745 - powerpc: bpf: Fix generation of load/store DW instructions
10746 - vfio: ccw: only free cp on final interrupt
10747 - NFS: Fix nfs4_lock_state refcounting in nfs4_alloc_{lock,unlock}data()
10748 - NFS: fix mount/umount race in nlmclnt.
10749 - NFSv4.1 don't free interrupted slot on open
10750 - net: dsa: qca8k: remove leftover phy accessors
10751 - ALSA: rawmidi: Fix potential Spectre v1 vulnerability
10752 - ALSA: seq: oss: Fix Spectre v1 vulnerability
10753 - ALSA: pcm: Fix possible OOB access in PCM oss plugins
10754 - ALSA: pcm: Don't suspend stream in unrecoverable PCM state
10755 - ALSA: hda/realtek - Fixed Headset Mic JD not stable
10756 - ALSA: hda/realtek: merge alc_fixup_headset_jack to alc295_fixup_chromebook
10757 - ALSA: hda/realtek - Add support headset mode for DELL WYSE AIO
10758 - ALSA: hda/realtek - Add support headset mode for New DELL WYSE NB
10759 - ALSA: hda/realtek: Enable headset MIC of Acer AIO with ALC286
10760 - ALSA: hda/realtek: Enable headset MIC of Acer Aspire Z24-890 with ALC286
10761 - ALSA: hda/realtek - Add support for Acer Aspire E5-523G/ES1-432 headset mic
10762 - ALSA: hda/realtek: Enable ASUS X441MB and X705FD headset MIC with ALC256
10763 - ALSA: hda/realtek: Enable headset mic of ASUS P5440FF with ALC256
10764 - ALSA: hda/realtek: Enable headset MIC of ASUS X430UN and X512DK with ALC256
10765 - ALSA: hda/realtek - Fix speakers on Acer Predator Helios 500 Ryzen laptops
10766 - kbuild: modversions: Fix relative CRC byte order interpretation
10767 - fs/open.c: allow opening only regular files during execve()
10768 - ocfs2: fix inode bh swapping mixup in ocfs2_reflink_inodes_lock
10769 - scsi: sd: Fix a race between closing an sd device and sd I/O
10770 - scsi: sd: Quiesce warning if device does not report optimal I/O size
10771 - scsi: zfcp: fix rport unblock if deleted SCSI devices on Scsi_Host
10772 - scsi: zfcp: fix scsi_eh host reset with port_forced ERP for non-NPIV FCP
10773 devices
10774 - drm/rockchip: vop: reset scale mode when win is disabled
10775 - tty/serial: atmel: Add is_half_duplex helper
10776 - tty/serial: atmel: RS485 HD w/DMA: enable RX after TX is stopped
10777 - tty: mxs-auart: fix a potential NULL pointer dereference
10778 - tty: atmel_serial: fix a potential NULL pointer dereference
10779 - tty: serial: qcom_geni_serial: Initialize baud in qcom_geni_console_setup
10780 - staging: comedi: ni_mio_common: Fix divide-by-zero for DIO cmdtest
10781 - staging: olpc_dcon_xo_1: add missing 'const' qualifier
10782 - staging: speakup_soft: Fix alternate speech with other synths
10783 - staging: vt6655: Remove vif check from vnt_interrupt
10784 - staging: vt6655: Fix interrupt race condition on device start up.
10785 - staging: erofs: fix to handle error path of erofs_vmap()
10786 - staging: erofs: fix error handling when failed to read compresssed data
10787 - staging: erofs: keep corrupted fs from crashing kernel in erofs_readdir()
10788 - serial: max310x: Fix to avoid potential NULL pointer dereference
10789 - serial: mvebu-uart: Fix to avoid a potential NULL pointer dereference
10790 - serial: sh-sci: Fix setting SCSCR_TIE while transferring data
10791 - USB: serial: cp210x: add new device id
10792 - USB: serial: ftdi_sio: add additional NovaTech products
10793 - USB: serial: mos7720: fix mos_parport refcount imbalance on error path
10794 - USB: serial: option: set driver_info for SIM5218 and compatibles
10795 - USB: serial: option: add support for Quectel EM12
10796 - USB: serial: option: add Olicard 600
10797 - ACPI / CPPC: Fix guaranteed performance handling
10798 - Disable kgdboc failed by echo space to /sys/module/kgdboc/parameters/kgdboc
10799 - fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_links
10800 - drivers/block/zram/zram_drv.c: fix idle/writeback string compare
10801 - blk-mq: fix sbitmap ws_active for shared tags
10802 - cpufreq: intel_pstate: Also use CPPC nominal_perf for base_frequency
10803 - cpufreq: scpi: Fix use after free
10804 - drm/vgem: fix use-after-free when drm_gem_handle_create() fails
10805 - drm/vkms: fix use-after-free when drm_gem_handle_create() fails
10806 - drm/i915: Mark AML 0x87CA as ULX
10807 - drm/i915/gvt: Fix MI_FLUSH_DW parsing with correct index check
10808 - drm/i915/icl: Fix the TRANS_DDI_FUNC_CTL2 bitfield macro
10809 - gpio: exar: add a check for the return value of ida_simple_get fails
10810 - gpio: adnp: Fix testing wrong value in adnp_gpio_direction_input
10811 - phy: sun4i-usb: Support set_mode to USB_HOST for non-OTG PHYs
10812 - usb: mtu3: fix EXTCON dependency
10813 - USB: gadget: f_hid: fix deadlock in f_hidg_write()
10814 - usb: common: Consider only available nodes for dr_mode
10815 - mm/memory.c: fix modifying of page protection by insert_pfn()
10816 - usb: host: xhci-rcar: Add XHCI_TRUST_TX_LENGTH quirk
10817 - xhci: Fix port resume done detection for SS ports with LPM enabled
10818 - usb: xhci: dbc: Don't free all memory with spinlock held
10819 - xhci: Don't let USB3 ports stuck in polling state prevent suspend
10820 - usb: cdc-acm: fix race during wakeup blocking TX traffic
10821 - usb: typec: tcpm: Try PD-2.0 if sink does not respond to 3.0 source-caps
10822 - usb: typec: Fix unchecked return value
10823 - mm/hotplug: fix offline undo_isolate_page_range()
10824 - mm: add support for kmem caches in DMA32 zone
10825 - iommu/io-pgtable-arm-v7s: request DMA32 memory, and improve debugging
10826 - mm: mempolicy: make mbind() return -EIO when MPOL_MF_STRICT is specified
10827 - mm/debug.c: fix __dump_page when mapping->host is not set
10828 - mm/memory_hotplug.c: fix notification in offline error path
10829 - mm/page_isolation.c: fix a wrong flag in set_migratetype_isolate()
10830 - mm/migrate.c: add missing flush_dcache_page for non-mapped page migrate
10831 - perf pmu: Fix parser error for uncore event alias
10832 - perf intel-pt: Fix TSC slip
10833 - objtool: Query pkg-config for libelf location
10834 - powerpc/pseries/energy: Use OF accessor functions to read ibm,drc-indexes
10835 - powerpc/64: Fix memcmp reading past the end of src/dest
10836 - powerpc/pseries/mce: Fix misleading print for TLB mutlihit
10837 - watchdog: Respect watchdog cpumask on CPU hotplug
10838 - cpu/hotplug: Prevent crash when CPU bringup fails on CONFIG_HOTPLUG_CPU=n
10839 - x86/smp: Enforce CONFIG_HOTPLUG_CPU when SMP=y
10840 - KVM: Reject device ioctls from processes other than the VM's creator
10841 - KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hosts
10842 - KVM: x86: update %rip after emulating IO
10843 - bpf: do not restore dst_reg when cur_state is freed
10844 - mt76x02u: use usb_bulk_msg to upload firmware
10845 - Linux 5.0.6
10846
10847 * RDMA/hns updates for disco (LP: #1822897)
10848 - RDMA/hns: Fix the bug with updating rq head pointer when flush cqe
10849 - RDMA/hns: Bugfix for the scene without receiver queue
10850 - RDMA/hns: Add constraint on the setting of local ACK timeout
10851 - RDMA/hns: Modify the pbl ba page size for hip08
10852 - RDMA/hns: RDMA/hns: Assign rq head pointer when enable rq record db
10853 - RDMA/hns: Add the process of AEQ overflow for hip08
10854 - RDMA/hns: Add SCC context allocation support for hip08
10855 - RDMA/hns: Add SCC context clr support for hip08
10856 - RDMA/hns: Add timer allocation support for hip08
10857 - RDMA/hns: Remove set but not used variable 'rst'
10858 - RDMA/hns: Make some function static
10859 - RDMA/hns: Fix the Oops during rmmod or insmod ko when reset occurs
10860 - RDMA/hns: Fix the chip hanging caused by sending mailbox&CMQ during reset
10861 - RDMA/hns: Fix the chip hanging caused by sending doorbell during reset
10862 - RDMA/hns: Limit minimum ROCE CQ depth to 64
10863 - RDMA/hns: Fix the state of rereg mr
10864 - RDMA/hns: Set allocated memory to zero for wrid
10865 - RDMA/hns: Delete useful prints for aeq subtype event
10866 - RDMA/hns: Configure capacity of hns device
10867 - RDMA/hns: Modify qp&cq&pd specification according to UM
10868 - RDMA/hns: Bugfix for set hem of SCC
10869 - RDMA/hns: Use GFP_ATOMIC in hns_roce_v2_modify_qp
10870
10871 * autopkgtests run too often, too much and don't skip enough (LP: #1823056)
10872 - Set +x on rebuild testcase.
10873 - Skip rebuild test, for regression-suite deps.
10874 - Make ubuntu-regression-suite skippable on unbootable kernels.
10875 - make rebuild use skippable error codes when skipping.
10876 - Only run regression-suite, if requested to.
10877
10878 * touchpad not working on lenovo yoga 530 (LP: #1787775)
10879 - Revert "UBUNTU: SAUCE: i2c:amd Depends on ACPI"
10880 - Revert "UBUNTU: SAUCE: i2c:amd move out pointer in union i2c_event_base"
10881 - i2c: add extra check to safe DMA buffer helper
10882 - i2c: Add drivers for the AMD PCIe MP2 I2C controller
10883 - [Config] Update config for AMD MP2 I2C driver
10884
10885 * Detect SMP PHY control command errors (LP: #1822680)
10886 - scsi: libsas: Check SMP PHY control function result
10887
10888 * disable a.out support (LP: #1818552)
10889 - [Config] Disable a.out support
10890 - [Config] remove binfmt_aout from abi for i386 lowlatency
10891
10892 * bionic: fork out linux-snapdragon into its own topic kernel (LP: #1820868)
10893 - [Packaging] remove snapdragon flavour support
10894 - Revert "UBUNTU: SAUCE: (snapdragon) drm/msm/adv7511: wrap hacks under
10895 CONFIG_ADV7511_SNAPDRAGON_HACKS #ifdefs"
10896 - Revert "UBUNTU: SAUCE: (snapdragon) media: ov5645: skip address change if dt
10897 addr == default addr"
10898 - Revert "UBUNTU: SAUCE: (snapdragon) DT: leds: Add Qualcomm Light Pulse
10899 Generator binding"
10900 - Revert "UBUNTU: SAUCE: (snapdragon) MAINTAINERS: Add Qualcomm Camera Control
10901 Interface driver"
10902 - Revert "UBUNTU: SAUCE: (snapdragon) dt-bindings: media: Binding document for
10903 Qualcomm Camera Control Interface driver"
10904 - Revert "UBUNTU: SAUCE: (snapdragon) leds: Add driver for Qualcomm LPG"
10905 - Revert "UBUNTU: SAUCE: (snapdragon) HACK: drm/msm/adv7511: Don't rely on
10906 interrupts for EDID parsing"
10907 - Revert "UBUNTU: SAUCE: (snapdragon) drm/bridge/adv7511: Delay clearing of
10908 HPD interrupt status"
10909 - Revert "UBUNTU: SAUCE: (snapdragon) media: ov5645: Fix I2C address"
10910 - Revert "UBUNTU: SAUCE: (snapdragon) i2c-qcom-cci: Fix I2C address bug"
10911 - Revert "UBUNTU: SAUCE: (snapdragon) i2c-qcom-cci: Fix run queue completion
10912 timeout"
10913 - Revert "UBUNTU: SAUCE: (snapdragon) camss: Do not register if no cameras are
10914 present"
10915 - Revert "UBUNTU: SAUCE: (snapdragon) i2c: Add Qualcomm Camera Control
10916 Interface driver"
10917 - Revert "UBUNTU: SAUCE: (snapdragon) ov5645: I2C address change"
10918 - Revert "UBUNTU: SAUCE: (snapdragon) regulator: smd: Allow
10919 REGULATOR_QCOM_SMD_RPM=m"
10920 - Revert "UBUNTU: SAUCE: (snapdragon) cpufreq: Add apq8016 to cpufreq-dt-
10921 platdev blacklist"
10922 - Revert "UBUNTU: SAUCE: (snapdragon) PM / OPP: Add a helper to get an opp
10923 regulator for device"
10924 - Revert "UBUNTU: SAUCE: (snapdragon) PM / OPP: HACK: Allow to set regulator
10925 without opp_list"
10926 - Revert "UBUNTU: SAUCE: (snapdragon) PM / OPP: Drop RCU usage in
10927 dev_pm_opp_adjust_voltage()"
10928 - Revert "UBUNTU: SAUCE: (snapdragon) PM / OPP: Support adjusting OPP voltages
10929 at runtime"
10930 - Revert "UBUNTU: SAUCE: (snapdragon) regulator: smd: Add floor and corner
10931 operations"
10932 - Revert "UBUNTU: SAUCE: (snapdragon) power: avs: cpr: Register with cpufreq-
10933 dt"
10934 - Revert "UBUNTU: SAUCE: (snapdragon) power: avs: cpr: fix with new
10935 reg_sequence structures"
10936 - Revert "UBUNTU: SAUCE: (snapdragon) power: avs: cpr: Use raw mem access for
10937 qfprom"
10938 - Revert "UBUNTU: SAUCE: (snapdragon) power: avs: Add support for CPR (Core
10939 Power Reduction)"
10940 - Revert "UBUNTU: SAUCE: (snapdragon) HACK: drm/msm/iommu: Remove runtime_put
10941 calls in map/unmap"
10942 - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: enable LEDS_QCOM_LPG"
10943 - Revert "UBUNTU: SAUCE: (snapdragon) kernel: distro.config: enable 'BBR' TCP
10944 congestion algorithm"
10945 - Revert "UBUNTU: SAUCE: (snapdragon) kernel: distro.config: enable 'fq' and
10946 'fq_codel' qdiscs"
10947 - Revert "UBUNTU: SAUCE: (snapdragon) kernel: distro.config: enable
10948 'schedutil' CPUfreq governor"
10949 - Revert "UBUNTU: SAUCE: (snapdragon) kernel: configs: set USB_CONFIG_F_FS in
10950 distro.config"
10951 - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: enable
10952 CONFIG_USB_CONFIGFS_F_FS by default"
10953 - Revert "UBUNTU: SAUCE: (snapdragon) kernel: configs: add freq stat to sysfs"
10954 - Revert "UBUNTU: SAUCE: (snapdragon) arm64: configs: Enable camera drivers"
10955 - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: disable ANALOG_TV and
10956 DIGITAL_TV"
10957 - Revert "UBUNTU: SAUCE: (snapdragon) kernel: configs: add more USB net
10958 drivers"
10959 - Revert "UBUNTU: SAUCE: (snapdragon) arm64: configs: enable BT_QCOMSMD"
10960 - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: enable
10961 CFG80211_DEFAULT_PS by default"
10962 - Revert "UBUNTU: SAUCE: (snapdragon) Force the SMD regulator driver to be
10963 compiled-in"
10964 - Revert "UBUNTU: SAUCE: (snapdragon) kernel: configs: enable dm_mod and
10965 dm_crypt"
10966 - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: Enable a53/apcs and
10967 avs"
10968 - Revert "UBUNTU: SAUCE: (snapdragon) arm64: configs: enable QCOM Venus"
10969 - Revert "UBUNTU: SAUCE: (snapdragon) kernel: distro.config: enable debug
10970 friendly USB network adpater"
10971 - Revert "UBUNTU: SAUCE: (snapdragon) arm64: configs: enable WCN36xx"
10972 - Revert "UBUNTU: SAUCE: (snapdragon) kernel: configs; add distro.config"
10973 - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: enable QCOM audio
10974 drivers for APQ8016 and DB410c"
10975 - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: enable REMOTEPROC"
10976 - [Config] fix abi for remove i2c-qcom-cci module
10977 - [Config] update annotations
10978 - [Config] update configs following snapdragon removal
10979
10980 * Disco update: v5.0.5 upstream stable release (LP: #1822671)
10981 - Revert "ALSA: hda - Enforces runtime_resume after S3 and S4 for each codec"
10982 - ALSA: hda - add Lenovo IdeaCentre B550 to the power_save_blacklist
10983 - ALSA: firewire-motu: use 'version' field of unit directory to identify model
10984 - mmc: pxamci: fix enum type confusion
10985 - mmc: alcor: fix DMA reads
10986 - mmc: mxcmmc: "Revert mmc: mxcmmc: handle highmem pages"
10987 - mmc: renesas_sdhi: limit block count to 16 bit for old revisions
10988 - drm/amdgpu: fix invalid use of change_bit
10989 - drm/vmwgfx: Don't double-free the mode stored in par->set_mode
10990 - drm/vmwgfx: Return 0 when gmrid::get_node runs out of ID's
10991 - iommu/amd: fix sg->dma_address for sg->offset bigger than PAGE_SIZE
10992 - iommu/iova: Fix tracking of recently failed iova address
10993 - libceph: wait for latest osdmap in ceph_monc_blacklist_add()
10994 - udf: Fix crash on IO error during truncate
10995 - mips: loongson64: lemote-2f: Add IRQF_NO_SUSPEND to "cascade" irqaction.
10996 - MIPS: Ensure ELF appended dtb is relocated
10997 - MIPS: Fix kernel crash for R6 in jump label branch function
10998 - powerpc/vdso64: Fix CLOCK_MONOTONIC inconsistencies across Y2038
10999 - powerpc/security: Fix spectre_v2 reporting
11000 - net/mlx5: Fix DCT creation bad flow
11001 - scsi: core: Avoid that a kernel warning appears during system resume
11002 - scsi: qla2xxx: Fix FC-AL connection target discovery
11003 - scsi: ibmvscsi: Protect ibmvscsi_head from concurrent modificaiton
11004 - scsi: ibmvscsi: Fix empty event pool access during host removal
11005 - futex: Ensure that futex address is aligned in handle_futex_death()
11006 - perf probe: Fix getting the kernel map
11007 - objtool: Move objtool_file struct off the stack
11008 - irqchip/gic-v3-its: Fix comparison logic in lpi_range_cmp
11009 - clocksource/drivers/riscv: Fix clocksource mask
11010 - ALSA: ac97: Fix of-node refcount unbalance
11011 - ext4: fix NULL pointer dereference while journal is aborted
11012 - ext4: fix data corruption caused by unaligned direct AIO
11013 - ext4: brelse all indirect buffer in ext4_ind_remove_space()
11014 - media: v4l2-ctrls.c/uvc: zero v4l2_event
11015 - Bluetooth: hci_uart: Check if socket buffer is ERR_PTR in h4_recv_buf()
11016 - Bluetooth: Fix decrementing reference count twice in releasing socket
11017 - Bluetooth: hci_ldisc: Initialize hci_dev before open()
11018 - Bluetooth: hci_ldisc: Postpone HCI_UART_PROTO_READY bit set in
11019 hci_uart_set_proto()
11020 - drm/vkms: Fix flush_work() without INIT_WORK().
11021 - RDMA/cma: Rollback source IP address if failing to acquire device
11022 - f2fs: fix to avoid deadlock of atomic file operations
11023 - aio: simplify - and fix - fget/fput for io_submit()
11024 - netfilter: ebtables: remove BUGPRINT messages
11025 - loop: access lo_backing_file only when the loop device is Lo_bound
11026 - x86/unwind: Handle NULL pointer calls better in frame unwinder
11027 - x86/unwind: Add hardcoded ORC entry for NULL
11028 - locking/lockdep: Add debug_locks check in __lock_downgrade()
11029 - ALSA: hda - Record the current power state before suspend/resume calls
11030 - ALSA: hda - Enforces runtime_resume after S3 and S4 for each codec
11031 - Linux 5.0.5
11032
11033 * hisi_sas updates for disco (LP: #1822385)
11034 - scsi: hisi_sas: send primitive NOTIFY to SSP situation only
11035 - scsi: hisi_sas: shutdown axi bus to avoid exception CQ returned
11036 - scsi: hisi_sas: remove the check of sas_dev status in
11037 hisi_sas_I_T_nexus_reset()
11038 - scsi: hisi_sas: Remove unused parameter of function hisi_sas_alloc()
11039 - scsi: hisi_sas: Reject setting programmed minimum linkrate > 1.5G
11040 - scsi: hisi_sas: Fix losing directly attached disk when hot-plug
11041 - scsi: hisi_sas: Correct memory allocation size for DQ debugfs
11042 - scsi: hisi_sas: Some misc tidy-up
11043 - scsi: hisi_sas: Fix to only call scsi_get_prot_op() for non-NULL scsi_cmnd
11044 - scsi: hisi_sas: Add missing seq_printf() call in hisi_sas_show_row_32()
11045 - scsi: hisi_sas: Add support for DIX feature for v3 hw
11046 - scsi: hisi_sas: Add manual trigger for debugfs dump
11047 - scsi: hisi_sas: change queue depth from 512 to 4096
11048 - scsi: hisi_sas: Issue internal abort on all relevant queues
11049 - scsi: hisi_sas: Use pci_irq_get_affinity() for v3 hw as experimental
11050 - scsi: hisi_sas: Do some more tidy-up
11051 - scsi: hisi_sas: Change return variable type in phy_up_v3_hw()
11052 - scsi: hisi_sas: Fix a timeout race of driver internal and SMP IO
11053 - scsi: hisi_sas: print PHY RX errors count for later revision of v3 hw
11054 - scsi: hisi_sas: Set PHY linkrate when disconnected
11055 - scsi: hisi_sas: Send HARD RESET to clear the previous affiliation of STP
11056 target port
11057 - scsi: hisi_sas: Change SERDES_CFG init value to increase reliability of
11058 HiLink
11059 - scsi: hisi_sas: Add softreset in hisi_sas_I_T_nexus_reset()
11060
11061 * [Patch][Raven 2] kernel 5.0.0 cannot boot because of psp response
11062 (LP: #1822267)
11063 - drm/amdgpu/psp: Fix can't detect psp INVOKE command failed
11064 - drm/amdgpu/psp: ignore psp response status
11065
11066 * 3b080b2564287be91605bfd1d5ee985696e61d3c in ubuntu_btrfs_kernel_fixes
11067 triggers system hang on i386 (LP: #1812845)
11068 - btrfs: raid56: properly unmap parity page in finish_parity_scrub()
11069
11070 * enable CONFIG_DRM_BOCHS (LP: #1795857)
11071 - [Config] Reenable DRM_BOCHS as module
11072
11073 * [Dell Precision 7530/5530 with Nvidia Quadro P1000] Live USB freezes or
11074 cannot complete install when nouveau driver is loaded (crashing in GP100
11075 code) (LP: #1822026)
11076 - SAUCE: drm/nouveau: Disable nouveau driver by default
11077
11078 * Need to add Intel CML related pci-id's (LP: #1821863)
11079 - drm/i915/cml: Add CML PCI IDS
11080 - drm/i915/cml: Introduce Comet Lake PCH
11081
11082 * ARM: Add support for the SDEI interface (LP: #1822005)
11083 - ACPI / APEI: Don't wait to serialise with oops messages when panic()ing
11084 - ACPI / APEI: Remove silent flag from ghes_read_estatus()
11085 - ACPI / APEI: Switch estatus pool to use vmalloc memory
11086 - ACPI / APEI: Make hest.c manage the estatus memory pool
11087 - ACPI / APEI: Make estatus pool allocation a static size
11088 - ACPI / APEI: Don't store CPER records physical address in struct ghes
11089 - ACPI / APEI: Remove spurious GHES_TO_CLEAR check
11090 - ACPI / APEI: Don't update struct ghes' flags in read/clear estatus
11091 - ACPI / APEI: Generalise the estatus queue's notify code
11092 - ACPI / APEI: Don't allow ghes_ack_error() to mask earlier errors
11093 - ACPI / APEI: Move NOTIFY_SEA between the estatus-queue and NOTIFY_NMI
11094 - ACPI / APEI: Switch NOTIFY_SEA to use the estatus queue
11095 - KVM: arm/arm64: Add kvm_ras.h to collect kvm specific RAS plumbing
11096 - arm64: KVM/mm: Move SEA handling behind a single 'claim' interface
11097 - ACPI / APEI: Move locking to the notification helper
11098 - ACPI / APEI: Let the notification helper specify the fixmap slot
11099 - ACPI / APEI: Pass ghes and estatus separately to avoid a later copy
11100 - ACPI / APEI: Make GHES estatus header validation more user friendly
11101 - ACPI / APEI: Split ghes_read_estatus() to allow a peek at the CPER length
11102 - ACPI / APEI: Only use queued estatus entry during in_nmi_queue_one_entry()
11103 - ACPI / APEI: Use separate fixmap pages for arm64 NMI-like notifications
11104 - firmware: arm_sdei: Add ACPI GHES registration helper
11105 - ACPI / APEI: Add support for the SDEI GHES Notification type
11106
11107 * CVE-2019-9857
11108 - inotify: Fix fsnotify_mark refcount leak in inotify_update_existing_watch()
11109
11110 * scsi: libsas: Support SATA PHY connection rate unmatch fixing during
11111 discovery (LP: #1821408)
11112 - scsi: libsas: Support SATA PHY connection rate unmatch fixing during
11113 discovery
11114
11115 * Qualcomm Atheros QCA9377 wireless does not work (LP: #1818204)
11116 - platform/x86: ideapad-laptop: Add Ideapad 530S-14ARR to no_hw_rfkill list
11117
11118 * Lenovo ideapad 330-15ICH Wifi rfkill hard blocked (LP: #1811815)
11119 - platform/x86: ideapad: Add ideapad 330-15ICH to no_hw_rfkill
11120
11121 * hid-sensor-hub spamming dmesg in 4.20 (LP: #1818547)
11122 - HID: Increase maximum report size allowed by hid_field_extract()
11123
11124 * [disco] [5.0.0-7.8] can't mount guest cifs share (LP: #1821053)
11125 - cifs: allow guest mounts to work for smb3.11
11126 - SMB3: Fix SMB3.1.1 guest mounts to Samba
11127
11128 * Add HiSilicon SoC quirk for cpufreq (LP: #1821620)
11129 - ACPI / CPPC: Add a helper to get desired performance
11130 - cpufreq / cppc: Work around for Hisilicon CPPC cpufreq
11131
11132 * Disco update: v5.0.4 upstream stable release (LP: #1821607)
11133 - 9p: use inode->i_lock to protect i_size_write() under 32-bit
11134 - 9p/net: fix memory leak in p9_client_create
11135 - ASoC: fsl_esai: fix register setting issue in RIGHT_J mode
11136 - ASoC: codecs: pcm186x: fix wrong usage of DECLARE_TLV_DB_SCALE()
11137 - ASoC: codecs: pcm186x: Fix energysense SLEEP bit
11138 - iio: adc: exynos-adc: Fix NULL pointer exception on unbind
11139 - iio: adc: exynos-adc: Use proper number of channels for Exynos4x12
11140 - mei: hbm: clean the feature flags on link reset
11141 - mei: bus: move hw module get/put to probe/release
11142 - stm class: Prevent division by zero
11143 - stm class: Fix an endless loop in channel allocation
11144 - crypto: caam - fix hash context DMA unmap size
11145 - crypto: ccree - fix missing break in switch statement
11146 - crypto: caam - fixed handling of sg list
11147 - crypto: caam - fix DMA mapping of stack memory
11148 - crypto: ccree - fix free of unallocated mlli buffer
11149 - crypto: ccree - unmap buffer before copying IV
11150 - crypto: ccree - don't copy zero size ciphertext
11151 - crypto: cfb - add missing 'chunksize' property
11152 - crypto: cfb - remove bogus memcpy() with src == dest
11153 - crypto: ofb - fix handling partial blocks and make thread-safe
11154 - crypto: ahash - fix another early termination in hash walk
11155 - crypto: rockchip - fix scatterlist nents error
11156 - crypto: rockchip - update new iv to device in multiple operations
11157 - dax: Flush partial PMDs correctly
11158 - nfit: Fix nfit_intel_shutdown_status() command submission
11159 - nfit: acpi_nfit_ctl(): Check out_obj->type in the right place
11160 - acpi/nfit: Fix bus command validation
11161 - nfit/ars: Attempt a short-ARS whenever the ARS state is idle at boot
11162 - nfit/ars: Attempt short-ARS even in the no_init_ars case
11163 - libnvdimm/label: Clear 'updating' flag after label-set update
11164 - libnvdimm, pfn: Fix over-trim in trim_pfn_device()
11165 - libnvdimm/pmem: Honor force_raw for legacy pmem regions
11166 - libnvdimm: Fix altmap reservation size calculation
11167 - fix cgroup_do_mount() handling of failure exits
11168 - crypto: aead - set CRYPTO_TFM_NEED_KEY if ->setkey() fails
11169 - crypto: aegis - fix handling chunked inputs
11170 - crypto: arm/crct10dif - revert to C code for short inputs
11171 - crypto: arm64/aes-neonbs - fix returning final keystream block
11172 - crypto: arm64/crct10dif - revert to C code for short inputs
11173 - crypto: hash - set CRYPTO_TFM_NEED_KEY if ->setkey() fails
11174 - crypto: morus - fix handling chunked inputs
11175 - crypto: pcbc - remove bogus memcpy()s with src == dest
11176 - crypto: skcipher - set CRYPTO_TFM_NEED_KEY if ->setkey() fails
11177 - crypto: testmgr - skip crc32c context test for ahash algorithms
11178 - crypto: x86/aegis - fix handling chunked inputs and MAY_SLEEP
11179 - crypto: x86/aesni-gcm - fix crash on empty plaintext
11180 - crypto: x86/morus - fix handling chunked inputs and MAY_SLEEP
11181 - crypto: arm64/aes-ccm - fix logical bug in AAD MAC handling
11182 - crypto: arm64/aes-ccm - fix bugs in non-NEON fallback routine
11183 - CIFS: Fix leaking locked VFS cache pages in writeback retry
11184 - CIFS: Do not reset lease state to NONE on lease break
11185 - CIFS: Do not skip SMB2 message IDs on send failures
11186 - CIFS: Fix read after write for files with read caching
11187 - smb3: make default i/o size for smb3 mounts larger
11188 - tracing: Use strncpy instead of memcpy for string keys in hist triggers
11189 - tracing: Do not free iter->trace in fail path of tracing_open_pipe()
11190 - tracing/perf: Use strndup_user() instead of buggy open-coded version
11191 - vmw_balloon: release lock on error in vmballoon_reset()
11192 - xen: fix dom0 boot on huge systems
11193 - ACPI / device_sysfs: Avoid OF modalias creation for removed device
11194 - mmc: sdhci-esdhc-imx: fix HS400 timing issue
11195 - mmc: renesas_sdhi: Fix card initialization failure in high speed mode
11196 - mmc:fix a bug when max_discard is 0
11197 - spi: ti-qspi: Fix mmap read when more than one CS in use
11198 - spi: pxa2xx: Setup maximum supported DMA transfer length
11199 - spi: omap2-mcspi: Fix DMA and FIFO event trigger size mismatch
11200 - spi: spi-gpio: fix SPI_CS_HIGH capability
11201 - regulator: s2mps11: Fix steps for buck7, buck8 and LDO35
11202 - regulator: max77620: Initialize values for DT properties
11203 - regulator: s2mpa01: Fix step values for some LDOs
11204 - mt76: fix corrupted software generated tx CCMP PN
11205 - clocksource/drivers/exynos_mct: Move one-shot check from tick clear to ISR
11206 - clocksource/drivers/exynos_mct: Clear timer interrupt when shutdown
11207 - clocksource/drivers/arch_timer: Workaround for Allwinner A64 timer
11208 instability
11209 - s390: vfio_ap: link the vfio_ap devices to the vfio_ap bus subsystem
11210 - s390/setup: fix early warning messages
11211 - s390/virtio: handle find on invalid queue gracefully
11212 - scsi: virtio_scsi: don't send sc payload with tmfs
11213 - scsi: aacraid: Fix performance issue on logical drives
11214 - scsi: sd: Optimal I/O size should be a multiple of physical block size
11215 - scsi: target/iscsi: Avoid iscsit_release_commands_from_conn() deadlock
11216 - scsi: qla2xxx: Fix LUN discovery if loop id is not assigned yet by firmware
11217 - scsi: qla2xxx: Avoid PCI IRQ affinity mapping when multiqueue is not
11218 supported
11219 - scsi: qla2xxx: Use complete switch scan for RSCN events
11220 - fs/devpts: always delete dcache dentry-s in dput()
11221 - splice: don't merge into linked buffers
11222 - ovl: During copy up, first copy up data and then xattrs
11223 - ovl: Do not lose security.capability xattr over metadata file copy-up
11224 - m68k: Add -ffreestanding to CFLAGS
11225 - Btrfs: setup a nofs context for memory allocation at btrfs_create_tree()
11226 - Btrfs: setup a nofs context for memory allocation at __btrfs_set_acl
11227 - btrfs: scrub: fix circular locking dependency warning
11228 - btrfs: drop the lock on error in btrfs_dev_replace_cancel
11229 - btrfs: ensure that a DUP or RAID1 block group has exactly two stripes
11230 - btrfs: init csum_list before possible free
11231 - Btrfs: fix corruption reading shared and compressed extents after hole
11232 punching
11233 - Btrfs: fix deadlock between clone/dedupe and rename
11234 - soc: qcom: rpmh: Avoid accessing freed memory from batch API
11235 - libertas_tf: don't set URB_ZERO_PACKET on IN USB transfer
11236 - irqchip/gic-v3-its: Avoid parsing _indirect_ twice for Device table
11237 - irqchip/brcmstb-l2: Use _irqsave locking variants in non-interrupt code
11238 - x86/kprobes: Prohibit probing on optprobe template code
11239 - cpufreq: kryo: Release OPP tables on module removal
11240 - cpufreq: tegra124: add missing of_node_put()
11241 - cpufreq: pxa2xx: remove incorrect __init annotation
11242 - ext4: fix check of inode in swap_inode_boot_loader
11243 - ext4: cleanup pagecache before swap i_data
11244 - mm: hwpoison: fix thp split handing in soft_offline_in_use_page()
11245 - mm/vmalloc: fix size check for remap_vmalloc_range_partial()
11246 - mm/memory.c: do_fault: avoid usage of stale vm_area_struct
11247 - kernel/sysctl.c: add missing range check in do_proc_dointvec_minmax_conv
11248 - nvmem: core: don't check the return value of notifier chain call
11249 - device property: Fix the length used in PROPERTY_ENTRY_STRING()
11250 - intel_th: Don't reference unassigned outputs
11251 - parport_pc: fix find_superio io compare code, should use equal test.
11252 - i2c: tegra: fix maximum transfer size
11253 - i2c: tegra: update maximum transfer size
11254 - media: i2c: ov5640: Fix post-reset delay
11255 - gpio: pca953x: Fix dereference of irq data in shutdown
11256 - ext4: update quota information while swapping boot loader inode
11257 - ext4: add mask of ext4 flags to swap
11258 - ext4: fix crash during online resizing
11259 - dma: Introduce dma_max_mapping_size()
11260 - swiotlb: Introduce swiotlb_max_mapping_size()
11261 - swiotlb: Add is_swiotlb_active() function
11262 - PCI/ASPM: Use LTR if already enabled by platform
11263 - PCI/DPC: Fix print AER status in DPC event handling
11264 - PCI: qcom: Don't deassert reset GPIO during probe
11265 - PCI: dwc: skip MSI init if MSIs have been explicitly disabled
11266 - PCI: pci-bridge-emul: Create per-bridge copy of register behavior
11267 - PCI: pci-bridge-emul: Extend pci_bridge_emul_init() with flags
11268 - IB/hfi1: Close race condition on user context disable and close
11269 - IB/rdmavt: Fix loopback send with invalidate ordering
11270 - IB/rdmavt: Fix concurrency panics in QP post_send and modify to error
11271 - cxl: Wrap iterations over afu slices inside 'afu_list_lock'
11272 - ext2: Fix underflow in ext2_max_size()
11273 - clk: uniphier: Fix update register for CPU-gear
11274 - clk: clk-twl6040: Fix imprecise external abort for pdmclk
11275 - clk: samsung: exynos5: Fix possible NULL pointer exception on
11276 platform_device_alloc() failure
11277 - clk: samsung: exynos5: Fix kfree() of const memory on setting
11278 driver_override
11279 - clk: ingenic: Fix round_rate misbehaving with non-integer dividers
11280 - clk: ingenic: Fix doc of ingenic_cgu_div_info
11281 - usb: chipidea: tegra: Fix missed ci_hdrc_remove_device()
11282 - usb: typec: tps6598x: handle block writes separately with plain-I2C adapters
11283 - dmaengine: usb-dmac: Make DMAC system sleep callbacks explicit
11284 - serial: uartps: Fix stuck ISR if RX disabled with non-empty FIFO
11285 - serial: 8250_of: assume reg-shift of 2 for mrvl,mmp-uart
11286 - serial: 8250_pci: Fix number of ports for ACCES serial cards
11287 - serial: 8250_pci: Have ACCES cards that use the four port Pericom PI7C9X7954
11288 chip use the pci_pericom_setup()
11289 - jbd2: clear dirty flag when revoking a buffer from an older transaction
11290 - jbd2: fix compile warning when using JBUFFER_TRACE
11291 - selinux: add the missing walk_size + len check in selinux_sctp_bind_connect
11292 - security/selinux: fix SECURITY_LSM_NATIVE_LABELS on reused superblock
11293 - powerpc/32: Clear on-stack exception marker upon exception return
11294 - powerpc/wii: properly disable use of BATs when requested.
11295 - powerpc/powernv: Make opal log only readable by root
11296 - powerpc/83xx: Also save/restore SPRG4-7 during suspend
11297 - powerpc/kvm: Save and restore host AMR/IAMR/UAMOR
11298 - powerpc/powernv: Don't reprogram SLW image on every KVM guest entry/exit
11299 - powerpc/64s/hash: Fix assert_slb_presence() use of the slbfee. instruction
11300 - powerpc: Fix 32-bit KVM-PR lockup and host crash with MacOS guest
11301 - powerpc/ptrace: Simplify vr_get/set() to avoid GCC warning
11302 - powerpc/hugetlb: Don't do runtime allocation of 16G pages in LPAR
11303 configuration
11304 - powerpc/smp: Fix NMI IPI timeout
11305 - powerpc/smp: Fix NMI IPI xmon timeout
11306 - powerpc/traps: fix recoverability of machine check handling on book3s/32
11307 - powerpc/traps: Fix the message printed when stack overflows
11308 - ARM: s3c24xx: Fix boolean expressions in osiris_dvs_notify
11309 - arm64: Fix HCR.TGE status for NMI contexts
11310 - arm64: debug: Don't propagate UNKNOWN FAR into si_code for debug signals
11311 - arm64: debug: Ensure debug handlers check triggering exception level
11312 - arm64: KVM: Fix architecturally invalid reset value for FPEXC32_EL2
11313 - Revert "KVM/MMU: Flush tlb directly in the kvm_zap_gfn_range()"
11314 - ipmi_si: Fix crash when using hard-coded device
11315 - ipmi_si: fix use-after-free of resource->name
11316 - dm: fix to_sector() for 32bit
11317 - dm integrity: limit the rate of error messages
11318 - media: cx25840: mark pad sig_types to fix cx231xx init
11319 - mfd: sm501: Fix potential NULL pointer dereference
11320 - cpcap-charger: generate events for userspace
11321 - cpuidle: governor: Add new governors to cpuidle_governors again
11322 - NFS: Fix I/O request leakages
11323 - NFS: Fix an I/O request leakage in nfs_do_recoalesce
11324 - NFS: Don't recoalesce on error in nfs_pageio_complete_mirror()
11325 - nfsd: fix performance-limiting session calculation
11326 - nfsd: fix memory corruption caused by readdir
11327 - nfsd: fix wrong check in write_v4_end_grace()
11328 - NFSv4.1: Reinitialise sequence results before retransmitting a request
11329 - svcrpc: fix UDP on servers with lots of threads
11330 - PM / wakeup: Rework wakeup source timer cancellation
11331 - PM / OPP: Update performance state when freq == old_freq
11332 - bcache: treat stale && dirty keys as bad keys
11333 - bcache: use (REQ_META|REQ_PRIO) to indicate bio for metadata
11334 - stable-kernel-rules.rst: add link to networking patch queue
11335 - vt: perform safe console erase in the right order
11336 - x86/unwind/orc: Fix ORC unwind table alignment
11337 - perf intel-pt: Fix CYC timestamp calculation after OVF
11338 - perf tools: Fix split_kallsyms_for_kcore() for trampoline symbols
11339 - perf auxtrace: Define auxtrace record alignment
11340 - perf intel-pt: Fix overlap calculation for padding
11341 - perf/x86/intel/uncore: Fix client IMC events return huge result
11342 - perf intel-pt: Fix divide by zero when TSC is not available
11343 - md: Fix failed allocation of md_register_thread
11344 - x86/kvmclock: set offset for kvm unstable clock
11345 - x86/ftrace: Fix warning and considate ftrace_jmp_replace() and
11346 ftrace_call_replace()
11347 - tpm/tpm_crb: Avoid unaligned reads in crb_recv()
11348 - tpm: Unify the send callback behaviour
11349 - rcu: Do RCU GP kthread self-wakeup from softirq and interrupt
11350 - media: imx: prpencvf: Stop upstream before disabling IDMA channel
11351 - media: lgdt330x: fix lock status reporting
11352 - media: sun6i: Fix CSI regmap's max_register
11353 - media: uvcvideo: Avoid NULL pointer dereference at the end of streaming
11354 - media: vimc: Add vimc-streamer for stream control
11355 - media: imx-csi: Input connections to CSI should be optional
11356 - media: imx: csi: Disable CSI immediately after last EOF
11357 - media: imx: csi: Stop upstream before disabling IDMA channel
11358 - drm/fb-helper: generic: Fix drm_fbdev_client_restore()
11359 - drm/radeon/evergreen_cs: fix missing break in switch statement
11360 - drm/amd/powerplay: correct power reading on fiji
11361 - drm/amd/display: don't call dm_pp_ function from an fpu block
11362 - KVM: Call kvm_arch_memslots_updated() before updating memslots
11363 - KVM: VMX: Compare only a single byte for VMCS' "launched" in vCPU-run
11364 - KVM: VMX: Zero out *all* general purpose registers after VM-Exit
11365 - KVM: x86/mmu: Detect MMIO generation wrap in any address space
11366 - KVM: x86/mmu: Do not cache MMIO accesses while memslots are in flux
11367 - KVM: nVMX: Sign extend displacements of VMX instr's mem operands
11368 - KVM: nVMX: Apply addr size mask to effective address for VMX instructions
11369 - KVM: nVMX: Ignore limit checks on VMX instructions using flat segments
11370 - KVM: nVMX: Check a single byte for VMCS "launched" in nested early checks
11371 - net: dsa: lantiq_gswip: fix use-after-free on failed probe
11372 - net: dsa: lantiq_gswip: fix OF child-node lookups
11373 - s390/setup: fix boot crash for machine without EDAT-1
11374 - SUNRPC: Prevent thundering herd when the socket is not connected
11375 - SUNRPC: Fix up RPC back channel transmission
11376 - SUNRPC: Respect RPC call timeouts when retrying transmission
11377 - Linux 5.0.4
11378 - [Config] update configs for 5.0.4 stable update
11379
11380 * New Intel Wireless-AC 9260 [8086:2526] card not correctly probed in Ubuntu
11381 system (LP: #1821271)
11382 - iwlwifi: add new card for 9260 series
11383
11384 * [CONFIG] please enable highdpi font FONT_TER16x32 (LP: #1819881)
11385 - [Config]: enable highdpi Terminus 16x32 font support
11386
11387 * [SRU][B/B-OEM/C/D] Fix AMD IOMMU NULL dereference (LP: #1820990)
11388 - iommu/amd: Fix NULL dereference bug in match_hid_uid
11389
11390 * some codecs stop working after S3 (LP: #1820930)
11391 - ALSA: hda - Enforces runtime_resume after S3 and S4 for each codec
11392 - ALSA: hda - Don't trigger jackpoll_work in azx_resume
11393
11394 * tcm_loop.ko: move from modules-extra into main modules package
11395 (LP: #1817786)
11396 - [Packaging] move tcm_loop.lo to main linux-modules package
11397
11398 * C++ demangling support missing from perf (LP: #1396654)
11399 - [Packaging] fix a mistype
11400
11401 * r8169 doesn't get woken up by ethernet cable plugging, no PME generated
11402 (LP: #1817676)
11403 - PCI: pciehp: Disable Data Link Layer State Changed event on suspend
11404
11405 * Disco update: v5.0.3 upstream stable release (LP: #1821074)
11406 - connector: fix unsafe usage of ->real_parent
11407 - fou, fou6: avoid uninit-value in gue_err() and gue6_err()
11408 - gro_cells: make sure device is up in gro_cells_receive()
11409 - ipv4/route: fail early when inet dev is missing
11410 - l2tp: fix infoleak in l2tp_ip6_recvmsg()
11411 - lan743x: Fix RX Kernel Panic
11412 - lan743x: Fix TX Stall Issue
11413 - net: hsr: fix memory leak in hsr_dev_finalize()
11414 - net/hsr: fix possible crash in add_timer()
11415 - net: sit: fix UBSAN Undefined behaviour in check_6rd
11416 - net/x25: fix use-after-free in x25_device_event()
11417 - net/x25: reset state in x25_connect()
11418 - pptp: dst_release sk_dst_cache in pptp_sock_destruct
11419 - ravb: Decrease TxFIFO depth of Q3 and Q2 to one
11420 - route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a race
11421 - rxrpc: Fix client call queueing, waiting for channel
11422 - sctp: remove sched init from sctp_stream_init
11423 - tcp: do not report TCP_CM_INQ of 0 for closed connections
11424 - tcp: Don't access TCP_SKB_CB before initializing it
11425 - tcp: handle inet_csk_reqsk_queue_add() failures
11426 - vxlan: Fix GRO cells race condition between receive and link delete
11427 - vxlan: test dev->flags & IFF_UP before calling gro_cells_receive()
11428 - net/mlx4_core: Fix reset flow when in command polling mode
11429 - net/mlx4_core: Fix locking in SRIOV mode when switching between events and
11430 polling
11431 - net/mlx4_core: Fix qp mtt size calculation
11432 - net: dsa: mv88e6xxx: Set correct interface mode for CPU/DSA ports
11433 - vsock/virtio: fix kernel panic from virtio_transport_reset_no_sock
11434 - net: sched: flower: insert new filter to idr after setting its mask
11435 - f2fs: wait on atomic writes to count F2FS_CP_WB_DATA
11436 - perf/x86: Fixup typo in stub functions
11437 - ALSA: bebob: use more identical mod_alias for Saffire Pro 10 I/O against
11438 Liquid Saffire 56
11439 - ALSA: firewire-motu: fix construction of PCM frame for capture direction
11440 - ALSA: hda: Extend i915 component bind timeout
11441 - ALSA: hda - add more quirks for HP Z2 G4 and HP Z240
11442 - ALSA: hda/realtek: Enable audio jacks of ASUS UX362FA with ALC294
11443 - ALSA: hda/realtek - Reduce click noise on Dell Precision 5820 headphone
11444 - ALSA: hda/realtek: Enable headset MIC of Acer TravelMate X514-51T with
11445 ALC255
11446 - perf/x86/intel: Fix memory corruption
11447 - perf/x86/intel: Make dev_attr_allow_tsx_force_abort static
11448 - It's wrong to add len to sector_nr in raid10 reshape twice
11449 - drm: Block fb changes for async plane updates
11450 - Linux 5.0.3
11451
11452 * Disco update: v5.0.2 upstream stable release (LP: #1820318)
11453 - media: uvcvideo: Fix 'type' check leading to overflow
11454 - Input: wacom_serial4 - add support for Wacom ArtPad II tablet
11455 - Input: elan_i2c - add id for touchpad found in Lenovo s21e-20
11456 - iscsi_ibft: Fix missing break in switch statement
11457 - scsi: aacraid: Fix missing break in switch statement
11458 - x86/PCI: Fixup RTIT_BAR of Intel Denverton Trace Hub
11459 - arm64: dts: zcu100-revC: Give wifi some time after power-on
11460 - arm64: dts: hikey: Give wifi some time after power-on
11461 - arm64: dts: hikey: Revert "Enable HS200 mode on eMMC"
11462 - ARM: dts: exynos: Fix pinctrl definition for eMMC RTSN line on Odroid X2/U3
11463 - ARM: dts: exynos: Add minimal clkout parameters to Exynos3250 PMU
11464 - ARM: dts: exynos: Fix max voltage for buck8 regulator on Odroid XU3/XU4
11465 - drm: disable uncached DMA optimization for ARM and arm64
11466 - media: Revert "media: rc: some events are dropped by userspace"
11467 - Revert "PCI/PME: Implement runtime PM callbacks"
11468 - bpf: Stop the psock parser before canceling its work
11469 - gfs2: Fix missed wakeups in find_insert_glock
11470 - staging: erofs: keep corrupted fs from crashing kernel in erofs_namei()
11471 - staging: erofs: compressed_pages should not be accessed again after freed
11472 - scripts/gdb: replace flags (MS_xyz -> SB_xyz)
11473 - ath9k: Avoid OF no-EEPROM quirks without qca,no-eeprom
11474 - perf/x86/intel: Make cpuc allocations consistent
11475 - perf/x86/intel: Generalize dynamic constraint creation
11476 - x86: Add TSX Force Abort CPUID/MSR
11477 - perf/x86/intel: Implement support for TSX Force Abort
11478 - Linux 5.0.2
11479
11480 * Linux security module stacking support
11481 - LSM: Introduce LSM_FLAG_LEGACY_MAJOR
11482 - LSM: Provide separate ordered initialization
11483 - LSM: Plumb visibility into optional "enabled" state
11484 - LSM: Lift LSM selection out of individual LSMs
11485 - LSM: Build ordered list of LSMs to initialize
11486 - LSM: Introduce CONFIG_LSM
11487 - LSM: Introduce "lsm=" for boottime LSM selection
11488 - LSM: Tie enabling logic to presence in ordered list
11489 - LSM: Prepare for reorganizing "security=" logic
11490 - LSM: Refactor "security=" in terms of enable/disable
11491 - LSM: Separate idea of "major" LSM from "exclusive" LSM
11492 - apparmor: Remove SECURITY_APPARMOR_BOOTPARAM_VALUE
11493 - selinux: Remove SECURITY_SELINUX_BOOTPARAM_VALUE
11494 - LSM: Add all exclusive LSMs to ordered initialization
11495 - LSM: Split LSM preparation from initialization
11496 - LoadPin: Initialize as ordered LSM
11497 - Yama: Initialize as ordered LSM
11498 - LSM: Introduce enum lsm_order
11499 - capability: Initialize as LSM_ORDER_FIRST
11500 - procfs: add smack subdir to attrs
11501 - Smack: Abstract use of cred security blob
11502 - SELinux: Abstract use of cred security blob
11503 - SELinux: Remove cred security blob poisoning
11504 - SELinux: Remove unused selinux_is_enabled
11505 - AppArmor: Abstract use of cred security blob
11506 - TOMOYO: Abstract use of cred security blob
11507 - Infrastructure management of the cred security blob
11508 - SELinux: Abstract use of file security blob
11509 - Smack: Abstract use of file security blob
11510 - LSM: Infrastructure management of the file security
11511 - SELinux: Abstract use of inode security blob
11512 - Smack: Abstract use of inode security blob
11513 - LSM: Infrastructure management of the inode security
11514 - LSM: Infrastructure management of the task security
11515 - SELinux: Abstract use of ipc security blobs
11516 - Smack: Abstract use of ipc security blobs
11517 - LSM: Infrastructure management of the ipc security blob
11518 - TOMOYO: Update LSM flags to no longer be exclusive
11519 - LSM: generalize flag passing to security_capable
11520 - LSM: Make lsm_early_cred() and lsm_early_task() local functions.
11521 - LSM: Make some functions static
11522 - apparmor: Adjust offset when accessing task blob.
11523 - LSM: Ignore "security=" when "lsm=" is specified
11524 - LSM: Update list of SECURITYFS users in Kconfig
11525 - apparmor: delete the dentry in aafs_remove() to avoid a leak
11526 - apparmor: fix double free when unpack of secmark rules fails
11527 - SAUCE: LSM: Infrastructure management of the sock security
11528 - SAUCE: LSM: Limit calls to certain module hooks
11529 - SAUCE: LSM: Special handling for secctx lsm hooks
11530 - SAUCE: LSM: Specify which LSM to display with /proc/self/attr/display
11531 - SAUCE: Fix-up af_unix mediation for sock infrastructure management
11532 - SAUCE: Revert "apparmor: Fix warning about unused function
11533 apparmor_ipv6_postroute"
11534 - SAUCE: Revert "apparmor: fix checkpatch error in Parse secmark policy"
11535 - SAUCE: Revert "apparmor: add #ifdef checks for secmark filtering"
11536 - SAUCE: Revert "apparmor: Allow filtering based on secmark policy"
11537 - SAUCE: Revert "apparmor: Parse secmark policy"
11538 - SAUCE: Revert "apparmor: Add a wildcard secid"
11539 - SAUCE: Revert "apparmor: fix bad debug check in apparmor_secid_to_secctx()"
11540 - SAUCE: Revert "apparmor: fixup secid map conversion to using IDR"
11541 - SAUCE: Revert "apparmor: Use an IDR to allocate apparmor secids"
11542 - SAUCE: Revert "apparmor: Fix memory leak of rule on error exit path"
11543 - SAUCE: Revert "apparmor: modify audit rule support to support profile
11544 stacks"
11545 - SAUCE: Revert "apparmor: Add support for audit rule filtering"
11546 - SAUCE: Revert "apparmor: add the ability to get a task's secid"
11547 - SAUCE: Revert "apparmor: add support for mapping secids and using secctxes"
11548 - SAUCE: apparmor: add proc subdir to attrs
11549 - SAUCE: apparmor: add an apparmorfs entry to access current attrs
11550 - SAUCE: apparmor: update flags to no longer be exclusive
11551 - SAUCE: update configs and annotations for LSM stacking
11552
11553 * Miscellaneous Ubuntu changes
11554 - [Config] CONFIG_EARLY_PRINTK_USB_XDBC=y
11555 - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the
11556 kernel is locked down
11557 - [Config] CONFIG_RANDOM_TRUST_CPU=y
11558 - [Config] refresh annotations for recent config changes
11559 - ubuntu: vbox -- update to 6.0.4-dfsg-7
11560 - Revert "UBUNTU: SAUCE: i2c:amd I2C Driver based on PCI Interface for
11561 upcoming platform"
11562
11563 -- Seth Forshee <seth.forshee@canonical.com> Thu, 04 Apr 2019 14:49:59 -0500
11564
11565linux (5.0.0-8.9) disco; urgency=medium
11566
11567 * linux: 5.0.0-8.9 -proposed tracker (LP: #1819759)
11568
11569 * hisi_sas: add debugfs support (LP: #1819500)
11570 - scsi: hisi_sas: Create root and device debugfs directories
11571 - scsi: hisi_sas: Alloc debugfs snapshot buffer memory for all registers
11572 - scsi: hisi_sas: Take debugfs snapshot for all regs
11573 - scsi: hisi_sas: Debugfs global register create file and add file operations
11574 - scsi: hisi_sas: Add debugfs for port registers
11575 - scsi: hisi_sas: Add debugfs CQ file and add file operations
11576 - scsi: hisi_sas: Add debugfs DQ file and add file operations
11577 - scsi: hisi_sas: Add debugfs IOST file and add file operations
11578 - scsi: hisi_sas: No need to check return value of debugfs_create functions
11579 - scsi: hisi_sas: Fix type casting and missing static qualifier in debugfs
11580 code
11581 - scsi: hisi_sas: Add debugfs ITCT file and add file operations
11582
11583 * [disco] hns driver updates from 5.1 merge window (LP: #1819535)
11584 - net: hns: Use struct_size() in devm_kzalloc()
11585 - net: hns3: modify enet reinitialization interface
11586 - net: hns3: remove unused member in struct hns3_enet_ring
11587 - net: hns3: remove unnecessary hns3_adjust_tqps_num
11588 - net: hns3: reuse reinitialization interface in the hns3_set_channels
11589 - net: hns3: add interface hclge_tm_bp_setup
11590 - net: hns3: modify parameter checks in the hns3_set_channels
11591 - net: hns3: remove redundant codes in hclge_knic_setup
11592 - net: hns3: fix user configuration loss for ethtool -L
11593 - net: hns3: adjust the use of alloc_tqps and num_tqps
11594 - net: hns3: fix wrong combined count returned by ethtool -l
11595 - net: hns3: do reinitialization while ETS configuration changed
11596 - net: hns3: add HNAE3_RESTORE_CLIENT interface in enet module
11597 - net: hns3: add calling roce callback function when link status change
11598 - net: hns3: add rx multicast packets statistic
11599 - net: hns3: refactor the statistics updating for netdev
11600 - net: hns3: fix rss configuration lost problem when setting channel
11601 - net: hns3: fix for shaper not setting when TC num changes
11602 - net: hns3: fix bug of ethtool_ops.get_channels for VF
11603 - net: hns3: clear param in ring when free ring
11604 - net: hns3: Change fw error code NOT_EXEC to NOT_SUPPORTED
11605 - net: hns3: do not return GE PFC setting err when initializing
11606 - net: hns3: add ETS TC weight setting in SSU module
11607 - net: hns3: add statistics for PFC frames and MAC control frames
11608 - net: hns3: fix PFC not setting problem for DCB module
11609 - net: hns3: don't update packet statistics for packets dropped by hardware
11610 - net: hns3: clear pci private data when unload hns3 driver
11611 - net: hns3: add error handling in hclge_ieee_setets
11612 - net: hns3: fix return value handle issue for hclge_set_loopback()
11613 - net: hns3: fix broadcast promisc issue for revision 0x20
11614 - net: hns3: After setting the loopback, add the status of getting MAC
11615 - net: hns3: do reinitialization while mqprio configuration changed
11616 - net: hns3: remove dcb_ops->map_update in hclge_dcb
11617 - net: hns3: call hns3_nic_set_real_num_queue with netdev down
11618 - net: hns3: add 8 BD limit for tx flow
11619 - net: hns3: add initialization for nic state
11620 - net: hns3: don't allow vf to enable promisc mode
11621 - net: hns3: reuse the definition of l3 and l4 header info union
11622 - net: hns3: fix VF dump register issue
11623 - net: hns3: use the correct interface to stop|open port
11624 - net: hns3: change hnae3_register_ae_dev() to int
11625 - net: hns3: only support tc 0 for VF
11626 - net: hns3: Fix NULL deref when unloading driver
11627 - net: hns3: fix netif_napi_del() not do problem when unloading
11628 - net: hns3: fix for rss result nonuniform
11629 - net: hns3: fix improper error handling in the hclge_init_ae_dev()
11630 - net: hns3: fix an issue for hclgevf_ae_get_hdev
11631 - net: hns3: stop sending keep alive msg to PF when VF is resetting
11632 - net: hns3: keep flow director state unchanged when reset
11633 - net: hns3: Check for allocation failure
11634 - net: hns3: fix a code style issue for hns3_update_new_int_gl()
11635 - net: hns3: fix an issue for hns3_update_new_int_gl
11636 - net: hns3: Modify parameter type from int to bool in set_gro_en
11637 - net: hns3: code optimization for hclge_rx_buffer_calc
11638 - net: hns3: add hclge_cmd_check_retval() to parse comman's return value
11639 - net: hns3: move some set_bit statement into hclge_prepare_mac_addr
11640 - net: hns3: fix a wrong checking in the hclge_tx_buffer_calc()
11641 - net: hns3: fix the problem that the supported port is empty
11642 - net: hns3: optimize the maximum TC macro
11643 - net: hns3: don't allow user to change vlan filter state
11644 - net: hns3: modify the upper limit judgment condition
11645 - net: hns3: MAC table entry count function increases operation 0 value
11646 protection measures
11647 - net: hns3: make function hclge_set_all_vf_rst() static
11648 - net: hns3: add pointer checking at the beginning of the exported functions.
11649 - net: hns3: Check variable is valid before assigning it to another
11650 - net: hns3: convert mac advertize and supported from u32 to link mode
11651 - net: hns3: fix port info query issue for copper port
11652 - net: hns3: modify print message of ssu common ecc errors
11653 - net: hns3: some bugfix of ppu(rcb) ras errors
11654 - net: hns3: enable 8~11th bit of mac common msi-x error
11655 - net: hns3: fix 6th bit of ppp mpf abnormal errors
11656 - net: hns3: Record VF unicast and multicast tables
11657 - net: hns3: Record VF vlan tables
11658 - net: hns3: uninitialize command queue while unloading PF driver
11659 - net: hns3: clear command queue's registers when unloading VF driver
11660 - net: hns3: add xps setting support for hns3 driver
11661 - net: hns3: avoid mult + div op in critical data path
11662 - net: hns3: limit some variable scope in critical data path
11663 - net: hns3: remove some ops in struct hns3_nic_ops
11664 - net: hns3: add unlikely for error handling in data path
11665 - net: hns3: replace hnae3_set_bit and hnae3_set_field in data path
11666 - net: hns3: remove hnae3_get_bit in data path
11667 - net: hns3: add support to config depth for tx|rx ring separately
11668 - net: hns3: enable VF VLAN filter for each VF when initializing
11669 - net: hns3: fix get VF RSS issue
11670 - net: hns3: fix setting of the hns reset_type for rdma hw errors
11671 - net: hns3: fix improper error handling for hns3_client_start
11672 - net: hns: use struct_size() in devm_kzalloc()
11673 - net: hns3: Fix a logical vs bitwise typo
11674 - net: hns3: add dma_rmb() for rx description
11675 - net: hns3: fix to stop multiple HNS reset due to the AER changes
11676
11677 * Build Nvidia drivers in conjunction with kernel (LP: #1764792)
11678 - [Packaging] dkms-build -- support building against packages in PPAs
11679 - [Packaging] dkms-build: do not redownload files on subsequent passes
11680 - [Packaging] dkms-build -- elide partial Built-Using information
11681 - [Packaging] dkms-build -- remove retpoline data from final binary packages
11682 - [Packaging] dkms-build--nvidia* -- check gcc version against primary build
11683 - [Packaging] dkms-build -- add support for unversioned overrides
11684 - [Packaging] dkms-build--nvidia-* -- convert to generic -N form
11685 - [Packaging] fix-filenames -- handle exact string removal
11686 - [Packaging] dkms-build--nvidia-N -- remove GCC versions
11687
11688 * Disco update: v5.0.1 upstream stable release (LP: #1819515)
11689 - cpufreq: Use struct kobj_attribute instead of struct global_attr
11690 - staging: erofs: fix mis-acted TAIL merging behavior
11691 - binder: create node flag to request sender's security context
11692 - USB: serial: option: add Telit ME910 ECM composition
11693 - USB: serial: cp210x: add ID for Ingenico 3070
11694 - USB: serial: ftdi_sio: add ID for Hjelmslund Electronics USB485
11695 - driver core: Postpone DMA tear-down until after devres release
11696 - staging: erofs: fix fast symlink w/o xattr when fs xattr is on
11697 - staging: erofs: fix memleak of inode's shared xattr array
11698 - staging: erofs: fix race of initializing xattrs of a inode at the same time
11699 - staging: erofs: fix illegal address access under memory pressure
11700 - staging: comedi: ni_660x: fix missing break in switch statement
11701 - staging: wilc1000: fix to set correct value for 'vif_num'
11702 - staging: android: ion: fix sys heap pool's gfp_flags
11703 - staging: android: ashmem: Don't call fallocate() with ashmem_mutex held.
11704 - staging: android: ashmem: Avoid range_alloc() allocation with ashmem_mutex
11705 held.
11706 - ip6mr: Do not call __IP6_INC_STATS() from preemptible context
11707 - net: dsa: mv88e6xxx: add call to mv88e6xxx_ports_cmode_init to probe for new
11708 DSA framework
11709 - net: dsa: mv88e6xxx: handle unknown duplex modes gracefully in
11710 mv88e6xxx_port_set_duplex
11711 - net: dsa: mv8e6xxx: fix number of internal PHYs for 88E6x90 family
11712 - net: mscc: Enable all ports in QSGMII
11713 - net: sched: put back q.qlen into a single location
11714 - net-sysfs: Fix mem leak in netdev_register_kobject
11715 - qmi_wwan: Add support for Quectel EG12/EM12
11716 - sctp: call iov_iter_revert() after sending ABORT
11717 - team: Free BPF filter when unregistering netdev
11718 - tipc: fix RDM/DGRAM connect() regression
11719 - x86/CPU/AMD: Set the CPB bit unconditionally on F17h
11720 - x86/boot/compressed/64: Do not read legacy ROM on EFI system
11721 - tracing: Fix event filters and triggers to handle negative numbers
11722 - xhci: tegra: Prevent error pointer dereference
11723 - usb: xhci: Fix for Enabling USB ROLE SWITCH QUIRK on
11724 INTEL_SUNRISEPOINT_LP_XHCI
11725 - applicom: Fix potential Spectre v1 vulnerabilities
11726 - alpha: wire up io_pgetevents system call
11727 - MIPS: irq: Allocate accurate order pages for irq stack
11728 - aio: Fix locking in aio_poll()
11729 - xtensa: fix get_wchan
11730 - gnss: sirf: fix premature wakeup interrupt enable
11731 - USB: serial: cp210x: fix GPIO in autosuspend
11732 - Revert "selftests: firmware: add CONFIG_FW_LOADER_USER_HELPER_FALLBACK to
11733 config"
11734 - Revert "selftests: firmware: remove use of non-standard diff -Z option"
11735 - selftests: firmware: fix verify_reqs() return value
11736 - Bluetooth: btrtl: Restore old logic to assume firmware is already loaded
11737 - Bluetooth: Fix locking in bt_accept_enqueue() for BH context
11738 - Linux 5.0.1
11739
11740 * sky2 ethernet card doesn't work after returning from suspend
11741 (LP: #1807259) // sky2 ethernet card link not up after suspend
11742 (LP: #1809843) // Disco update: v5.0.1 upstream stable release
11743 (LP: #1819515)
11744 - sky2: Disable MSI on Dell Inspiron 1545 and Gateway P-79
11745
11746 * tls selftest failures/hangs on i386 (LP: #1813607)
11747 - [Config] CONFIG_TLS=n for i386
11748
11749 * CVE-2019-8980
11750 - exec: Fix mem leak in kernel_read_file
11751
11752 * Miscellaneous Ubuntu changes
11753 - SAUCE: selftests: net: Use 'ipproto ipv6-icmp' to match ICMPv6 headers
11754 - [Config] enable nvidia build
11755 - [Config] update gcc version to 8.3
11756
11757 * Miscellaneous upstream changes
11758 - Revert "UBUNTU: SAUCE: selftests: pmtu: disable accept_dad for tests"
11759
11760 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Tue, 12 Mar 2019 16:15:44 -0300
11761
11762linux (5.0.0-7.8) disco; urgency=medium
11763
11764 * linux: 5.0.0-7.8 -proposed tracker (LP: #1818519)
11765
11766 * Packaging resync (LP: #1786013)
11767 - [Packaging] update helper scripts
11768
11769 * unnecessary request_queue freeze (LP: #1815733)
11770 - block: avoid setting nr_requests to current value
11771 - block: avoid setting none scheduler if it's already none
11772
11773 * Miscellaneous Ubuntu changes
11774 - SAUCE: selftests: net: Don't fail test_vxlan_under_vrf on xfail
11775 - update dkms package versions
11776
11777 [ Upstream Kernel Changes ]
11778
11779 * Rebase to v5.0
11780
11781 -- Seth Forshee <seth.forshee@canonical.com> Mon, 04 Mar 2019 08:46:10 -0600
11782
11783linux (5.0.0-6.7) disco; urgency=medium
11784
11785 * linux: 5.0.0-6.7 -proposed tracker (LP: #1817585)
11786
11787 * Packaging resync (LP: #1786013)
11788 - [Packaging] update helper scripts
11789 - [Packaging] resync getabis
11790
11791 * installer does not support iSCSI iBFT (LP: #1817321)
11792 - d-i: add iscsi_ibft to scsi-modules
11793
11794 * Silent "Unknown key" message when pressing keyboard backlight hotkey
11795 (LP: #1817063)
11796 - platform/x86: dell-wmi: Ignore new keyboard backlight change event
11797
11798 * Fix I219 doesn't get woken up after plugging ethernet cable (LP: #1817058)
11799 - e1000e: Disable runtime PM on CNP+
11800
11801 * efi/arm/arm64: Allow SetVirtualAddressMap() to be omitted (LP: #1814982)
11802 - efi/arm/arm64: Allow SetVirtualAddressMap() to be omitted
11803
11804 * CVE-2019-3460
11805 - Bluetooth: Check L2CAP option sizes returned from l2cap_get_conf_opt
11806
11807 * CVE-2019-3459
11808 - Bluetooth: Verify that l2cap_get_conf_opt provides large enough buffer
11809
11810 * kernel net tls selftest fails on 5.0 (LP: #1816716)
11811 - SAUCE: Revert "selftests/tls: Add test for recv(PEEK) spanning across
11812 multiple records"
11813
11814 * Please enable CONFIG_DMA_CMA=y on arm64 (LP: #1803206)
11815 - [Config] annotations -- enforce CONFIG_DMA_CMA and update notes
11816
11817 * [19.04 FEAT] [LS1801] PCI Virtual function enablement (LP: #1814684)
11818 - s390/pci: map IOV resources
11819 - s390/pci: improve bar check
11820
11821 * glibc 2.28-0ubuntu1 ADT test failure with linux 5.0.0-1.2 (LP: #1813060)
11822 - SAUCE: prevent a glibc test failure when looking for obsolete types on
11823 headers
11824
11825 * Miscellaneous Ubuntu changes
11826 - [Config] Enforce CONFIG_ZCRYPT_MULTIDEVNODES in annotations
11827 - SAUCE: selftests: pmtu: disable accept_dad for tests
11828 - SAUCE: arm64: add kernel config option to lock down when in Secure Boot mode
11829 - SAUCE: selftests: net: Make test for VXLAN underlay in non-default VRF an
11830 expected failure
11831
11832 [ Upstream Kernel Changes ]
11833
11834 * Rebase to v5.0-rc8
11835
11836 -- Seth Forshee <seth.forshee@canonical.com> Mon, 25 Feb 2019 09:37:36 -0600
11837
11838linux (5.0.0-5.6) disco; urgency=medium
11839
11840 * [ALSA] [PATCH] System76 darp5 and oryp5 fixups (LP: #1815831)
11841 - ALSA: hda/realtek - Headset microphone and internal speaker support for
11842 System76 oryp5
11843
11844 * Miscellaneous Ubuntu changes
11845 - [Config] Fix aufs menus in annotations file
11846 - [Config] CONFIG_SAMPLE_TRACE_PRINTK=m
11847 - [Config] Update annotations based on configs
11848
11849 [ Upstream Kernel Changes ]
11850
11851 * Rebase to v5.0-rc7
11852
11853 -- Seth Forshee <seth.forshee@canonical.com> Mon, 18 Feb 2019 10:04:11 +0100
11854
11855linux (5.0.0-4.5) disco; urgency=medium
11856
11857 * linux-buildinfo: pull out ABI information into its own package
11858 (LP: #1806380)
11859 - [Packaging] autoreconstruct -- base tag is always primary mainline version
11860
11861 * [Packaging] Allow overlay of config annotations (LP: #1752072)
11862 - [Packaging] config-check: Add an include directive
11863
11864 * Miscellaneous Ubuntu changes
11865 - hio -- stub out BIOVEC_PHYS_MERGEABLE for 4.20+
11866 - hio -- replace use of do_gettimeofday()
11867 - hio -- part_round_stats() removed in 5.0
11868 - hio -- device_add_disk() grew a 'groups' argument in 4.20
11869 - enable hio build
11870 - Revert "UBUNTU: [Packaging] autoreconstruct -- base tag is always primary
11871 mainline version"
11872
11873 [ Upstream Kernel Changes ]
11874
11875 * Rebase to v5.0-rc6
11876
11877 -- Seth Forshee <seth.forshee@canonical.com> Tue, 12 Feb 2019 08:15:32 -0600
11878
11879linux (5.0.0-3.4) disco; urgency=medium
11880
11881 * CONFIG_TEST_BPF is disabled (LP: #1813955)
11882 - [Config]: Reenable TEST_BPF
11883
11884 * Ignore "incomplete report" from Elan touchpanels (LP: #1813733)
11885 - HID: i2c-hid: Ignore input report if there's no data present on Elan
11886 touchpanels
11887
11888 * SecureBoot support for arm64 (LP: #1804481)
11889 - Build signed kernels for arm64
11890
11891 * Miscellaneous Ubuntu changes
11892 - SAUCE: selftests: net: fix "from" match test in fib_rule_tests.sh
11893 - [Config] CONFIG_PCMCIA=n for arm64 and s390x
11894 - [Config] CONFIG_SERIAL_SC16IS7XX=n for s390x
11895 - [Config] disable I2C TPM drivers for s390x
11896 - [Config] CONFIG_RAPIDIO=n for s390x
11897 - [Config] CONFIG_DMADEVICES=n for s390x
11898 - [Config] disable gpio drivers for s390x
11899 - [Config] CONFIG_SENSORS_OCC_P8_I2C=m for ppc64el
11900 - [Config] disable I2C hardware drivers for s390x
11901 - [Config] CONFIG_I3C=n for s390x
11902 - [Config] CONFIG_SERIO=n for s390x
11903 - [Config] disable misc drivers for s390x
11904 - [Config] disable EEPROM drivers for s390x
11905 - [Config] disable MFD drivers for s390x
11906 - [Config] CONFIG_NVMEM=n for s390x
11907 - [Config] CONFIG_MLXSW_I2C=n for s390x
11908 - [Config] CONFIG_NET_VENDOR_MICROCHIP=n for s390x
11909 - [Config] CONFIG_PPP=n for s390x
11910 - [Config] CONFIG_PCCARD=n for s390x
11911 - [Config] CONFIG_PCI_MESON=y
11912 - [Config] CONFIG_SCSI_MYRB=n for s390x
11913 - [Config] CONFIG_REGULATOR=n for s390x
11914 - [Config] CONFIG_ZIIRAVE_WATCHDOG=n for s390x
11915 - [Config] CONFIG_NCSI_OEM_CMD_GET_MAC=y
11916 - [Config] update annotations following config review
11917 - [Packaging] remove handoff check for uefi signing
11918 - [Packaging] decompress gzipped efi images in signing tarball
11919 - vbox-update: allow leading whitespace when fixing up KERN_DIR
11920 - ubuntu: vbox -- update to 6.0.4-dfsg-3
11921 - vbox: remove remount check in sf_read_super_aux()
11922 - enable vbox build
11923 - [Config] CONFIG_ANDROID_BINDER_DEVICES=""
11924 - SAUCE: import aufs driver
11925 - [Config]: Enable aufs
11926 - [Config] relocate aufs annotations to menu
11927 - [Config] remove unmatched configs from annotations
11928 - [Config] fix up abi for removed modules
11929 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
11930 - SAUCE: (efi-lockdown) module: remove support for having IMA validate modules
11931 - SAUCE: (efi-lockdown) Move EFI signature blob parser to shared location
11932 - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot
11933 - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed
11934 - [Config] (efi-lockdown) enable importing of efi certificates for module sig
11935 verification
11936
11937 * Miscellaneous upstream changes
11938 - binder: fix CONFIG_ANDROID_BINDER_DEVICES
11939
11940 [ Upstream Kernel Changes ]
11941
11942 * Rebase to v5.0-rc5
11943
11944 -- Seth Forshee <seth.forshee@canonical.com> Tue, 05 Feb 2019 14:26:12 -0600
11945
11946linux (5.0.0-2.3) disco; urgency=medium
11947
11948 * kernel oops in bcache module (LP: #1793901)
11949 - SAUCE: bcache: never writeback a discard operation
11950
11951 * Enable sound card power saving by default (LP: #1804265)
11952 - [Config] CONFIG_SND_HDA_POWER_SAVE_DEFAULT=1
11953
11954 * Miscellaneous Ubuntu changes
11955 - Revert "UBUNTU: SAUCE: selftests: disable some failing networking tests"
11956 - SAUCE: ashmem: turn into module
11957 - SAUCE: binder: turn into module
11958 - SAUCE: binder: give binder_alloc its own debug mask file
11959 - [Config] enable binder and ashmem as modules
11960 - SAUCE: selftests: net: replace AF_MAX with INT_MAX in socket.c
11961 - SAUCE: selftests/ftrace: Fix tab expansion in trace_marker snapshot trigger
11962 test
11963 - update dkms package versions
11964
11965 [ Upstream Kernel Changes ]
11966
11967 * Rebase to v5.0-rc4
11968
11969 -- Seth Forshee <seth.forshee@canonical.com> Tue, 29 Jan 2019 06:57:32 -0600
11970
11971linux (5.0.0-1.2) disco; urgency=medium
11972
11973 * Fix non-working QCA Rome Bluetooth after S3 (LP: #1812812)
11974 - USB: Add new USB LPM helpers
11975 - USB: Consolidate LPM checks to avoid enabling LPM twice
11976
11977 * bluetooth controller not detected with 4.15 kernel (LP: #1810797)
11978 - SAUCE: btqcomsmd: introduce BT_QCOMSMD_HACK
11979 - [Config] arm64: snapdragon: BT_QCOMSMD_HACK=y
11980
11981 * [19.04 FEAT| Enable virtio-gpu for s390x (LP: #1799467)
11982 - [Config] enable virtio-gpu for s390x
11983
11984 * Crash on "ip link add foo type ipip" (LP: #1811803)
11985 - SAUCE: fan: Fix NULL pointer dereference
11986
11987 * Fix not working Goodix touchpad (LP: #1811929)
11988 - HID: i2c-hid: Disable runtime PM on Goodix touchpad
11989
11990 * Miscellaneous Ubuntu changes
11991 - update dkms package versions
11992 - enable zfs build
11993
11994 [ Upstream Kernel Changes ]
11995
11996 * Rebase to v5.0-rc3
11997
11998 -- Seth Forshee <seth.forshee@canonical.com> Tue, 22 Jan 2019 13:56:17 -0600
11999
12000linux (5.0.0-0.1) disco; urgency=medium
12001
12002 * Build Nvidia drivers in conjunction with kernel (LP: #1764792)
12003 - [Packaging] dkms -- add per package post-process step
12004 - [Packaging] dkms -- switch to a consistent build prefix length and strip
12005 - [Packaging] nvidia -- build and sign nvidia packages and ship signatures
12006 - [Packaging] nvidia -- make nvidia package version explicit
12007
12008 * Add support for ALC3277 codec on new Dell edge gateways (LP: #1807334)
12009 - [Config] CONFIG_SND_SOC_INTEL_KBL_RT5660_MACH=m
12010
12011 * RTL8822BE WiFi Disabled in Kernel 4.18.0-12 (LP: #1806472)
12012 - [Config] CONFIG_RTLWIFI_DEBUG_ST=n
12013
12014 * Miscellaneous Ubuntu changes
12015 - ubuntu -- disable vbox build
12016 - ubuntu -- disable hio build
12017 - Disable zfs build
12018 - SAUCE: import aufs driver
12019 - update dkms package versions
12020 - [Config] disable aufs config options
12021 - [Config] disable nvidia build
12022 - update dropped.txt
12023 - [Packaging] disable nvidia dkms builds for mainline
12024 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
12025 kernel image
12026 - SAUCE: (efi-lockdown) Add a SysRq option to lift kernel lockdown
12027 - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is
12028 locked down
12029 - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked
12030 down
12031 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
12032 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
12033 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
12034 down
12035 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
12036 locked down
12037 - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked
12038 down
12039 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
12040 locked down
12041 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
12042 has been locked down
12043 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
12044 locked down
12045 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
12046 locked down
12047 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
12048 down
12049 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
12050 - SAUCE: (efi-lockdown) Lock down module params that specify hardware
12051 parameters (eg. ioport)
12052 - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module
12053 - SAUCE: (efi-lockdown) Lock down /proc/kcore
12054 - SAUCE: (efi-lockdown) Lock down kprobes
12055 - SAUCE: (efi-lockdown) Lock down perf
12056 - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked
12057 down
12058 - SAUCE: (efi-lockdown) debugfs: avoid EPERM when no open file operation
12059 defined
12060 - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to
12061 secondary keyring
12062 - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists
12063 that aren't present.
12064 - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework
12065 efi_status_to_err().
12066 - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print
12067 error messages.
12068 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
12069 reboot
12070 - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure
12071 boot mode
12072 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
12073 mode
12074 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
12075 - [Config] set config options for efi lockdown
12076 - Revert "UBUNTU: SAUCE: import aufs driver"
12077
12078 [ Upstream Kernel Changes ]
12079
12080 * Rebase to v5.0-rc2
12081
12082 -- Seth Forshee <seth.forshee@canonical.com> Thu, 17 Jan 2019 12:31:29 -0600
12083
12084linux (5.0.0-0.0) disco; urgency=medium
12085
12086 * Dummy entry.
12087
12088 -- Seth Forshee <seth.forshee@canonical.com> Wed, 16 Jan 2019 14:48:05 -0600
12089
12090linux (4.20.0-2.3) disco; urgency=medium
12091
12092 [ Upstream Kernel Changes ]
12093
12094 * Rebase to v4.20
12095
12096 -- Seth Forshee <seth.forshee@canonical.com> Thu, 03 Jan 2019 12:11:43 -0600
12097
12098linux (4.20.0-1.2) disco; urgency=medium
12099
12100 * Packaging resync (LP: #1786013)
12101 - [Packaging] update helper scripts
12102
12103 * Power leakage at S5 with Qualcomm Atheros QCA9377 802.11ac Wireless Network
12104 Adapter (LP: #1805607)
12105 - SAUCE: ath10k: provide reset function for QCA9377 chip
12106
12107 * zfs/spl build in conjunction with the kernel from DKMS source (LP: #1807378)
12108 - [Packaging] dkms -- dkms package build packaging support
12109 - [Packaging] dkms -- save build objects artifacts for validation
12110 - [Packaging] dkms -- add general Built-Using: support
12111 - [Packaging] simplify Provides comma handling
12112 - [Packaging] zfs/spl -- remove packaging support for incorporated source
12113 - [Packaging] zfs/spl -- remove incorporated source
12114 - [Packaging] zfs/spl -- build via dkms
12115 - [Packaging] zfs/spl -- make zfs package version explicit
12116 - [Packaging] update-version-dkms -- sync archive versions to package
12117
12118 * Miscellaneous Ubuntu changes
12119 - [Packaging] update-version-dkms -- fix getting distrbution from changelog
12120 - update dkms package versions
12121
12122 [ Upstream Kernel Changes ]
12123
12124 * Rebase to v4.20-rc6
12125
12126 -- Seth Forshee <seth.forshee@canonical.com> Tue, 11 Dec 2018 11:33:08 -0600
12127
12128linux (4.20.0-0.1) disco; urgency=medium
12129
12130 * Overlayfs in user namespace leaks directory content of inaccessible
12131 directories (LP: #1793458) // CVE-2018-6559
12132 - Revert "ovl: relax permission checking on underlying layers"
12133 - SAUCE: overlayfs: ensure mounter privileges when reading directories
12134
12135 * Miscellaneous Ubuntu changes
12136 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
12137 kernel image
12138 - SAUCE: (efi-lockdown) Add a SysRq option to lift kernel lockdown
12139 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
12140 - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is
12141 locked down
12142 - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked
12143 down
12144 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
12145 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
12146 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
12147 down
12148 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
12149 locked down
12150 - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked
12151 down
12152 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
12153 locked down
12154 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
12155 has been locked down
12156 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
12157 locked down
12158 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
12159 locked down
12160 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
12161 down
12162 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
12163 - SAUCE: (efi-lockdown) Lock down module params that specify hardware
12164 parameters (eg. ioport)
12165 - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module
12166 - SAUCE: (efi-lockdown) Lock down /proc/kcore
12167 - SAUCE: (efi-lockdown) Lock down kprobes
12168 - SAUCE: (efi-lockdown) Lock down perf
12169 - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked
12170 down
12171 - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to
12172 secondary keyring
12173 - SAUCE: (efi-lockdown) efi: Add EFI signature data types
12174 - SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser
12175 - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot
12176 - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed
12177 - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists
12178 that aren't present.
12179 - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework
12180 efi_status_to_err().
12181 - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print
12182 error messages.
12183 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
12184 reboot
12185 - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure
12186 boot mode
12187 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
12188 mode
12189 - SAUCE: (efi-lockdown) Fix for module sig verification
12190 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
12191 - SAUCE: Import aufs driver
12192 - ubuntu: vbox -- update to 5.2.22-dfsg-2
12193 - ubuntu -- disable vbox build
12194 - ubuntu -- disable hio build
12195 - Disable zfs build
12196
12197 [ Upstream Kernel Changes ]
12198
12199 * Rebase to v4.20-rc5
12200
12201 -- Seth Forshee <seth.forshee@canonical.com> Fri, 07 Dec 2018 07:13:42 -0600
12202
12203linux (4.20.0-0.0) disco; urgency=medium
12204
12205 * Dummy entry.
12206
12207 -- Seth Forshee <seth.forshee@canonical.com> Thu, 06 Dec 2018 10:20:19 -0600
12208
12209linux (4.19.0-8.9) disco; urgency=medium
12210
12211 * linux: 4.19.0-8.9 -proposed tracker (LP: #1806952)
12212
12213 * Workaround CSS timeout on AMD SNPS 3.0 xHC (LP: #1806838)
12214 - xhci: workaround CSS timeout on AMD SNPS 3.0 xHC
12215
12216 * Fix Intel I210 doesn't work when ethernet cable gets plugged (LP: #1806818)
12217 - igb: Fix an issue that PME is not enabled during runtime suspend
12218
12219 * The line-out on the Dell Dock station can't work (LP: #1806532)
12220 - ALSA: usb-audio: Add vendor and product name for Dell WD19 Dock
12221
12222 * CVE-2018-19407
12223 - KVM: X86: Fix scan ioapic use-before-initialization
12224
12225 * PC SN720 NVMe WDC 256GB consumes more power in S2Idle than during long idle
12226 (LP: #1805775)
12227 - SAUCE: pci/nvme: prevent WDC PC SN720 NVMe from entering D3 and being
12228 disabled
12229
12230 * Disco update: 4.19.6 upstream stable release (LP: #1806909)
12231 - HID: steam: remove input device when a hid client is running.
12232 - efi/libstub: arm: support building with clang
12233 - usb: core: Fix hub port connection events lost
12234 - usb: dwc3: gadget: fix ISOC TRB type on unaligned transfers
12235 - usb: dwc3: gadget: Properly check last unaligned/zero chain TRB
12236 - usb: dwc3: core: Clean up ULPI device
12237 - usb: dwc3: Fix NULL pointer exception in dwc3_pci_remove()
12238 - xhci: Fix leaking USB3 shared_hcd at xhci removal
12239 - xhci: handle port status events for removed USB3 hcd
12240 - xhci: Add check for invalid byte size error when UAS devices are connected.
12241 - usb: xhci: fix uninitialized completion when USB3 port got wrong status
12242 - usb: xhci: fix timeout for transition from RExit to U0
12243 - xhci: Add quirk to workaround the errata seen on Cavium Thunder-X2 Soc
12244 - usb: xhci: Prevent bus suspend if a port connect change or polling state is
12245 detected
12246 - ALSA: oss: Use kvzalloc() for local buffer allocations
12247 - MAINTAINERS: Add Sasha as a stable branch maintainer
12248 - Documentation/security-bugs: Clarify treatment of embargoed information
12249 - Documentation/security-bugs: Postpone fix publication in exceptional cases
12250 - mmc: sdhci-pci: Try "cd" for card-detect lookup before using NULL
12251 - mmc: sdhci-pci: Workaround GLK firmware failing to restore the tuning value
12252 - gpio: don't free unallocated ida on gpiochip_add_data_with_key() error path
12253 - iwlwifi: fix wrong WGDS_WIFI_DATA_SIZE
12254 - iwlwifi: mvm: support sta_statistics() even on older firmware
12255 - iwlwifi: mvm: fix regulatory domain update when the firmware starts
12256 - iwlwifi: mvm: don't use SAR Geo if basic SAR is not used
12257 - brcmfmac: fix reporting support for 160 MHz channels
12258 - opp: ti-opp-supply: Dynamically update u_volt_min
12259 - opp: ti-opp-supply: Correct the supply in _get_optimal_vdd_voltage call
12260 - tools/power/cpupower: fix compilation with STATIC=true
12261 - v9fs_dir_readdir: fix double-free on p9stat_read error
12262 - selinux: Add __GFP_NOWARN to allocation at str_read()
12263 - Input: synaptics - avoid using uninitialized variable when probing
12264 - bfs: add sanity check at bfs_fill_super()
12265 - sctp: clear the transport of some out_chunk_list chunks in
12266 sctp_assoc_rm_peer
12267 - gfs2: Don't leave s_fs_info pointing to freed memory in init_sbd
12268 - llc: do not use sk_eat_skb()
12269 - mm: don't warn about large allocations for slab
12270 - mm/memory.c: recheck page table entry with page table lock held
12271 - tcp: do not release socket ownership in tcp_close()
12272 - drm/fb-helper: Blacklist writeback when adding connectors to fbdev
12273 - drm/amdgpu: Add missing firmware entry for HAINAN
12274 - drm/vc4: Set ->legacy_cursor_update to false when doing non-async updates
12275 - drm/amdgpu: Fix oops when pp_funcs->switch_power_profile is unset
12276 - drm/i915: Disable LP3 watermarks on all SNB machines
12277 - drm/ast: change resolution may cause screen blurred
12278 - drm/ast: fixed cursor may disappear sometimes
12279 - drm/ast: Remove existing framebuffers before loading driver
12280 - can: flexcan: Unlock the MB unconditionally
12281 - can: dev: can_get_echo_skb(): factor out non sending code to
12282 __can_get_echo_skb()
12283 - can: dev: __can_get_echo_skb(): replace struct can_frame by canfd_frame to
12284 access frame length
12285 - can: dev: __can_get_echo_skb(): Don't crash the kernel if can_priv::echo_skb
12286 is accessed out of bounds
12287 - can: dev: __can_get_echo_skb(): print error message, if trying to echo non
12288 existing skb
12289 - can: rx-offload: introduce can_rx_offload_get_echo_skb() and
12290 can_rx_offload_queue_sorted() functions
12291 - can: rx-offload: rename can_rx_offload_irq_queue_err_skb() to
12292 can_rx_offload_queue_tail()
12293 - can: flexcan: use can_rx_offload_queue_sorted() for flexcan_irq_bus_*()
12294 - can: flexcan: handle tx-complete CAN frames via rx-offload infrastructure
12295 - can: raw: check for CAN FD capable netdev in raw_sendmsg()
12296 - can: hi311x: Use level-triggered interrupt
12297 - can: flexcan: Always use last mailbox for TX
12298 - can: flexcan: remove not needed struct flexcan_priv::tx_mb and struct
12299 flexcan_priv::tx_mb_idx
12300 - ACPICA: AML interpreter: add region addresses in global list during
12301 initialization
12302 - IB/hfi1: Eliminate races in the SDMA send error path
12303 - fsnotify: generalize handling of extra event flags
12304 - fanotify: fix handling of events on child sub-directory
12305 - pinctrl: meson: fix pinconf bias disable
12306 - pinctrl: meson: fix gxbb ao pull register bits
12307 - pinctrl: meson: fix gxl ao pull register bits
12308 - pinctrl: meson: fix meson8 ao pull register bits
12309 - pinctrl: meson: fix meson8b ao pull register bits
12310 - tools/testing/nvdimm: Fix the array size for dimm devices.
12311 - scsi: lpfc: fix remoteport access
12312 - scsi: hisi_sas: Remove set but not used variable 'dq_list'
12313 - KVM: PPC: Move and undef TRACE_INCLUDE_PATH/FILE
12314 - cpufreq: imx6q: add return value check for voltage scale
12315 - rtc: cmos: Do not export alarm rtc_ops when we do not support alarms
12316 - rtc: pcf2127: fix a kmemleak caused in pcf2127_i2c_gather_write
12317 - crypto: simd - correctly take reqsize of wrapped skcipher into account
12318 - floppy: fix race condition in __floppy_read_block_0()
12319 - powerpc/io: Fix the IO workarounds code to work with Radix
12320 - sched/fair: Fix cpu_util_wake() for 'execl' type workloads
12321 - perf/x86/intel/uncore: Add more IMC PCI IDs for KabyLake and CoffeeLake CPUs
12322 - block: copy ioprio in __bio_clone_fast() and bounce
12323 - SUNRPC: Fix a bogus get/put in generic_key_to_expire()
12324 - riscv: add missing vdso_install target
12325 - RISC-V: Silence some module warnings on 32-bit
12326 - drm/amdgpu: fix bug with IH ring setup
12327 - kdb: Use strscpy with destination buffer size
12328 - NFSv4: Fix an Oops during delegation callbacks
12329 - powerpc/numa: Suppress "VPHN is not supported" messages
12330 - efi/arm: Revert deferred unmap of early memmap mapping
12331 - z3fold: fix possible reclaim races
12332 - mm, memory_hotplug: check zone_movable in has_unmovable_pages
12333 - tmpfs: make lseek(SEEK_DATA/SEK_HOLE) return ENXIO with a negative offset
12334 - mm, page_alloc: check for max order in hot path
12335 - dax: Avoid losing wakeup in dax_lock_mapping_entry
12336 - include/linux/pfn_t.h: force '~' to be parsed as an unary operator
12337 - tty: wipe buffer.
12338 - tty: wipe buffer if not echoing data
12339 - gfs2: Fix iomap buffer head reference counting bug
12340 - rcu: Make need_resched() respond to urgent RCU-QS needs
12341 - media: ov5640: Re-work MIPI startup sequence
12342 - media: ov5640: Fix timings setup code
12343 - media: ov5640: fix exposure regression
12344 - media: ov5640: fix auto gain & exposure when changing mode
12345 - media: ov5640: fix wrong binning value in exposure calculation
12346 - media: ov5640: fix auto controls values when switching to manual mode
12347 - Linux 4.19.6
12348
12349 * linux-buildinfo: pull out ABI information into its own package
12350 (LP: #1806380)
12351 - [Packaging] limit preparation to linux-libc-dev in headers
12352 - [Packaging] commonise debhelper invocation
12353 - [Packaging] ABI -- accumulate abi information at the end of the build
12354 - [Packaging] buildinfo -- add basic build information
12355 - [Packaging] buildinfo -- add firmware information to the flavour ABI
12356 - [Packaging] buildinfo -- add compiler information to the flavour ABI
12357 - [Packaging] buildinfo -- add buildinfo support to getabis
12358 - [Packaging] getabis -- handle all known package combinations
12359 - [Packaging] getabis -- support parsing a simple version
12360
12361 * linux packages should own /usr/lib/linux/triggers (LP: #1770256)
12362 - [Packaging] own /usr/lib/linux/triggers
12363
12364 * Miscellaneous upstream changes
12365 - blk-mq: fix corruption with direct issue
12366
12367 -- Seth Forshee <seth.forshee@canonical.com> Wed, 05 Dec 2018 09:18:30 -0600
12368
12369linux (4.19.0-7.8) disco; urgency=medium
12370
12371 * linux: 4.19.0-7.8 -proposed tracker (LP: #1805465)
12372
12373 * Fix and issue that LG I2C touchscreen stops working after reboot
12374 (LP: #1805085)
12375 - HID: i2c-hid: Disable runtime PM for LG touchscreen
12376
12377 * click/pop noise in the headphone on several lenovo laptops (LP: #1805079) //
12378 click/pop noise in the headphone on several lenovo laptops (LP: #1805079)
12379 - ALSA: hda/realtek - fix the pop noise on headphone for lenovo laptops
12380
12381 * Regression: hinic performance degrades over time (LP: #1805248)
12382 - Revert "net-next/hinic: add checksum offload and TSO support"
12383
12384 * Disco update: 4.19.5 upstream stable release (LP: #1805461)
12385 - drm/i915: Replace some PAGE_SIZE with I915_GTT_PAGE_SIZE
12386 - cifs: don't dereference smb_file_target before null check
12387 - cifs: fix return value for cifs_listxattr
12388 - arm64: kprobe: make page to RO mode when allocate it
12389 - block: brd: associate with queue until adding disk
12390 - net: hns3: bugfix for rtnl_lock's range in the hclgevf_reset()
12391 - net: hns3: bugfix for rtnl_lock's range in the hclge_reset()
12392 - net: hns3: bugfix for handling mailbox while the command queue reinitialized
12393 - net: hns3: bugfix for the initialization of command queue's spin lock
12394 - ixgbe: fix MAC anti-spoofing filter after VFLR
12395 - reiserfs: propagate errors from fill_with_dentries() properly
12396 - hfs: prevent btree data loss on root split
12397 - hfsplus: prevent btree data loss on root split
12398 - perf unwind: Take pgoff into account when reporting elf to libdwfl
12399 - um: Give start_idle_thread() a return code
12400 - drm/edid: Add 6 bpc quirk for BOE panel.
12401 - afs: Handle EIO from delivery function
12402 - platform/x86: intel_telemetry: report debugfs failure
12403 - clk: fixed-rate: fix of_node_get-put imbalance
12404 - perf symbols: Set PLT entry/header sizes properly on Sparc
12405 - fs/exofs: fix potential memory leak in mount option parsing
12406 - clk: samsung: exynos5420: Enable PERIS clocks for suspend
12407 - apparmor: Fix uninitialized value in aa_split_fqname
12408 - x86/earlyprintk: Add a force option for pciserial device
12409 - platform/x86: acerhdf: Add BIOS entry for Gateway LT31 v1.3307
12410 - clk: meson-axg: pcie: drop the mpll3 clock parent
12411 - arm64: percpu: Initialize ret in the default case
12412 - clk: meson: clk-pll: drop CLK_GET_RATE_NOCACHE where unnecessary
12413 - clk: renesas: r9a06g032: Fix UART34567 clock rate
12414 - clk: ti: fix OF child-node lookup
12415 - serial: sh-sci: Fix receive on SCIFA/SCIFB variants with DMA
12416 - netfilter: ipv6: fix oops when defragmenting locally generated fragments
12417 - netfilter: bridge: define INT_MIN & INT_MAX in userspace
12418 - s390/decompressor: add missing FORCE to build targets
12419 - s390/vdso: add missing FORCE to build targets
12420 - HID: i2c-hid: Add a small delay after sleep command for Raydium touchpanel
12421 - Revert "HID: add NOGET quirk for Eaton Ellipse MAX UPS"
12422 - HID: alps: allow incoming reports when only the trackstick is opened
12423 - Revert "netfilter: nft_numgen: add map lookups for numgen random operations"
12424 - netfilter: ipset: list:set: Decrease refcount synchronously on deletion and
12425 replace
12426 - netfilter: ipset: actually allow allowable CIDR 0 in hash:net,port,net
12427 - netfilter: ipset: fix ip_set_list allocation failure
12428 - s390/mm: fix mis-accounting of pgtable_bytes
12429 - s390/mm: Fix ERROR: "__node_distance" undefined!
12430 - bpf: fix bpf_prog_get_info_by_fd to return 0 func_lens for unpriv
12431 - netfilter: ipset: Correct rcu_dereference() call in ip_set_put_comment()
12432 - netfilter: xt_IDLETIMER: add sysfs filename checking routine
12433 - netfilter: ipset: Fix calling ip_set() macro at dumping
12434 - netfilter: nft_compat: ebtables 'nat' table is normal chain type
12435 - s390/qeth: fix HiperSockets sniffer
12436 - s390/qeth: unregister netdevice only when registered
12437 - net: hns3: Fix for out-of-bounds access when setting pfc back pressure
12438 - hwmon: (ibmpowernv) Remove bogus __init annotations
12439 - ARM: dts: imx6sll: fix typo for fsl,imx6sll-i2c node
12440 - ARM: dts: fsl: Fix improperly quoted stdout-path values
12441 - Revert "drm/exynos/decon5433: implement frame counter"
12442 - arm64: dts: renesas: r8a7795: add missing dma-names on hscif2
12443 - arm64: dts: renesas: condor: switch from EtherAVB to GEther
12444 - xen/grant-table: Fix incorrect gnttab_dma_free_pages() pr_debug message
12445 - clk: fixed-factor: fix of_node_get-put imbalance
12446 - mtd: nand: Fix nanddev_pos_next_page() kernel-doc header
12447 - lib/raid6: Fix arm64 test build
12448 - drm/amd/display: Stop leaking planes
12449 - block: Clear kernel memory before copying to user
12450 - drm/amd/display: Drop reusing drm connector for MST
12451 - drm/amd/amdgpu/dm: Fix dm_dp_create_fake_mst_encoder()
12452 - s390/perf: Change CPUM_CF return code in event init function
12453 - ceph: quota: fix null pointer dereference in quota check
12454 - of/device: Really only set bus DMA mask when appropriate
12455 - nvme: make sure ns head inherits underlying device limits
12456 - i2c: omap: Enable for ARCH_K3
12457 - i2c: qcom-geni: Fix runtime PM mismatch with child devices
12458 - sched/core: Take the hotplug lock in sched_init_smp()
12459 - perf tools: Fix undefined symbol scnprintf in libperf-jvmti.so
12460 - perf tools: Do not zero sample_id_all for group members
12461 - ice: Fix dead device link issue with flow control
12462 - ice: Fix the bytecount sent to netdev_tx_sent_queue
12463 - ice: Change req_speeds to be u16
12464 - i40e: restore NETIF_F_GSO_IPXIP[46] to netdev features
12465 - qed: Fix memory/entry leak in qed_init_sp_request()
12466 - qed: Fix blocking/unlimited SPQ entries leak
12467 - qed: Fix SPQ entries not returned to pool in error flows
12468 - qed: Fix potential memory corruption
12469 - net: stmmac: Fix RX packet size > 8191
12470 - net: aquantia: fix potential IOMMU fault after driver unbind
12471 - net: aquantia: fixed enable unicast on 32 macvlan
12472 - net: aquantia: invalid checksumm offload implementation
12473 - kbuild: deb-pkg: fix too low build version number
12474 - Revert "scripts/setlocalversion: git: Make -dirty check more robust"
12475 - SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer()
12476 - x86/mm: Move LDT remap out of KASLR region on 5-level paging
12477 - x86/ldt: Unmap PTEs for the slot before freeing LDT pages
12478 - x86/ldt: Remove unused variable in map_ldt_struct()
12479 - media: v4l: event: Add subscription to list before calling "add" operation
12480 - MIPS: OCTEON: cavium_octeon_defconfig: re-enable OCTEON USB driver
12481 - RISC-V: Fix raw_copy_{to,from}_user()
12482 - uio: Fix an Oops on load
12483 - ALSA: hda/realtek - Add quirk entry for HP Pavilion 15
12484 - ALSA: hda/ca0132 - Call pci_iounmap() instead of iounmap()
12485 - can: kvaser_usb: Fix accessing freed memory in kvaser_usb_start_xmit()
12486 - can: kvaser_usb: Fix potential uninitialized variable use
12487 - usb: cdc-acm: add entry for Hiro (Conexant) modem
12488 - USB: Wait for extra delay time after USB_PORT_FEAT_RESET for quirky hub
12489 - usb: quirks: Add delay-init quirk for Corsair K70 LUX RGB
12490 - misc: atmel-ssc: Fix section annotation on atmel_ssc_get_driver_data
12491 - USB: misc: appledisplay: add 20" Apple Cinema Display
12492 - gnss: serial: fix synchronous write timeout
12493 - gnss: sirf: fix synchronous write timeout
12494 - mtd: rawnand: atmel: fix OF child-node lookup
12495 - drivers/misc/sgi-gru: fix Spectre v1 vulnerability
12496 - ACPI / platform: Add SMB0001 HID to forbidden_id_list
12497 - HID: uhid: forbid UHID_CREATE under KERNEL_DS or elevated privileges
12498 - HID: Add quirk for Primax PIXART OEM mice
12499 - HID: Add quirk for Microsoft PIXART OEM mouse
12500 - libceph: fall back to sendmsg for slab pages
12501 - mt76x0: run vco calibration for each channel configuration
12502 - Linux 4.19.5
12503
12504 * Miscellaneous Ubuntu changes
12505 - Revert "UBUNTU: Build signed kernels for arm64"
12506
12507 -- Seth Forshee <seth.forshee@canonical.com> Tue, 27 Nov 2018 10:38:34 -0600
12508
12509linux (4.19.0-6.7) disco; urgency=medium
12510
12511 * linux: 4.19.0-6.7 -proposed tracker (LP: #1805195)
12512
12513 * SecureBoot support for arm64 (LP: #1804481)
12514 - Build signed kernels for arm64
12515
12516 * Add pointstick support for Cirque Touchpad (LP: #1805081)
12517 - HID: multitouch: Add pointstick support for Cirque Touchpad
12518
12519 * Power consumption during s2idle is higher than long idle (Intel SSDPEKKF)
12520 (LP: #1804588)
12521 - SAUCE: pci: prevent Intel NVMe SSDPEKKF from entering D3
12522 - SAUCE: nvme: add quirk to not call disable function when suspending
12523
12524 * Disco update: 4.19.4 upstream stable release (LP: #1805159)
12525 - flow_dissector: do not dissect l4 ports for fragments
12526 - ibmvnic: fix accelerated VLAN handling
12527 - ip_tunnel: don't force DF when MTU is locked
12528 - ipv6: fix a dst leak when removing its exception
12529 - ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRF
12530 - net: bcmgenet: protect stop from timeout
12531 - net-gro: reset skb->pkt_type in napi_reuse_skb()
12532 - sctp: not allow to set asoc prsctp_enable by sockopt
12533 - tcp: Fix SOF_TIMESTAMPING_RX_HARDWARE to use the latest timestamp during TCP
12534 coalescing
12535 - tg3: Add PHY reset for 5717/5719/5720 in change ring and flow control paths
12536 - tipc: don't assume linear buffer when reading ancillary data
12537 - tipc: fix lockdep warning when reinitilaizing sockets
12538 - tuntap: fix multiqueue rx
12539 - net: systemport: Protect stop from timeout
12540 - net/sched: act_pedit: fix memory leak when IDR allocation fails
12541 - net: sched: cls_flower: validate nested enc_opts_policy to avoid warning
12542 - tipc: fix link re-establish failure
12543 - net/mlx5e: Don't match on vlan non-existence if ethertype is wildcarded
12544 - net/mlx5e: Claim TC hw offloads support only under a proper build config
12545 - net/mlx5e: Adjust to max number of channles when re-attaching
12546 - net/mlx5e: RX, verify received packet size in Linear Striding RQ
12547 - Revert "sctp: remove sctp_transport_pmtu_check"
12548 - net/mlx5e: Always use the match level enum when parsing TC rule match
12549 - net/mlx5e: Fix selftest for small MTUs
12550 - net/mlx5e: Removed unnecessary warnings in FEC caps query
12551 - inet: frags: better deal with smp races
12552 - l2tp: fix a sock refcnt leak in l2tp_tunnel_register
12553 - net/mlx5: IPSec, Fix the SA context hash key
12554 - net/mlx5e: IPoIB, Reset QP after channels are closed
12555 - net: dsa: mv88e6xxx: Fix clearing of stats counters
12556 - net: phy: realtek: fix RTL8201F sysfs name
12557 - sctp: define SCTP_SS_DEFAULT for Stream schedulers
12558 - net: qualcomm: rmnet: Fix incorrect assignment of real_dev
12559 - net: dsa: microchip: initialize mutex before use
12560 - sctp: fix strchange_flags name for Stream Change Event
12561 - net: phy: mdio-gpio: Fix working over slow can_sleep GPIOs
12562 - sctp: not increase stream's incnt before sending addstrm_in request
12563 - mlxsw: spectrum: Fix IP2ME CPU policer configuration
12564 - net: smsc95xx: Fix MTU range
12565 - rxrpc: Fix lockup due to no error backoff after ack transmit error
12566 - usbnet: smsc95xx: disable carrier check while suspending
12567 - Revert "x86/speculation: Enable cross-hyperthread spectre v2 STIBP
12568 mitigation"
12569 - Linux 4.19.4
12570
12571 * Disco update: 4.19.3 upstream stable release (LP: #1805158)
12572 - powerpc/traps: restore recoverability of machine_check interrupts
12573 - powerpc/64/module: REL32 relocation range check
12574 - powerpc/mm: Fix page table dump to work on Radix
12575 - powerpc/mm: fix always true/false warning in slice.c
12576 - drm/amd/display: fix bug of accessing invalid memory
12577 - Input: wm97xx-ts - fix exit path
12578 - powerpc/Makefile: Fix PPC_BOOK3S_64 ASFLAGS
12579 - powerpc/eeh: Fix possible null deref in eeh_dump_dev_log()
12580 - tty: check name length in tty_find_polling_driver()
12581 - tracing/kprobes: Check the probe on unloaded module correctly
12582 - drm/nouveau/secboot/acr: fix memory leak
12583 - drm/amdgpu/powerplay: fix missing break in switch statements
12584 - ARM: imx_v6_v7_defconfig: Select CONFIG_TMPFS_POSIX_ACL
12585 - powerpc/nohash: fix undefined behaviour when testing page size support
12586 - drm/msm/gpu: fix parameters in function msm_gpu_crashstate_capture
12587 - drm/msm/disp/dpu: Use proper define for drm_encoder_init() 'encoder_type'
12588 - drm/msm: dpu: Allow planes to extend past active display
12589 - powerpc/mm: Don't report hugepage tables as memory leaks when using kmemleak
12590 - drm/omap: fix memory barrier bug in DMM driver
12591 - drm/amd/display: Raise dispclk value for dce120 by 15%
12592 - drm/amd/display: fix gamma not being applied
12593 - drm/hisilicon: hibmc: Do not carry error code in HiBMC framebuffer pointer
12594 - media: pci: cx23885: handle adding to list failure
12595 - media: coda: don't overwrite h.264 profile_idc on decoder instance
12596 - MIPS: kexec: Mark CPU offline before disabling local IRQ
12597 - powerpc/boot: Ensure _zimage_start is a weak symbol
12598 - powerpc/memtrace: Remove memory in chunks
12599 - MIPS/PCI: Call pcie_bus_configure_settings() to set MPS/MRRS
12600 - staging: erofs: fix a missing endian conversion
12601 - serial: 8250_of: Fix for lack of interrupt support
12602 - sc16is7xx: Fix for multi-channel stall
12603 - media: tvp5150: fix width alignment during set_selection()
12604 - powerpc/selftests: Wait all threads to join
12605 - staging:iio:ad7606: fix voltage scales
12606 - drm: rcar-du: Update Gen3 output limitations
12607 - drm/amdgpu: Fix SDMA TO after GPU reset v3
12608 - staging: most: video: fix registration of an empty comp core_component
12609 - 9p locks: fix glock.client_id leak in do_lock
12610 - udf: Prevent write-unsupported filesystem to be remounted read-write
12611 - ARM: dts: imx6ull: keep IMX6UL_ prefix for signals on both i.MX6UL and
12612 i.MX6ULL
12613 - media: ov5640: fix mode change regression
12614 - 9p: clear dangling pointers in p9stat_free
12615 - drm/amdgpu: fix integer overflow test in amdgpu_bo_list_create()
12616 - media: ov5640: fix restore of last mode set
12617 - cdrom: fix improper type cast, which can leat to information leak.
12618 - ovl: fix error handling in ovl_verify_set_fh()
12619 - ovl: fix recursive oi->lock in ovl_link()
12620 - ovl: check whiteout in ovl_create_over_whiteout()
12621 - ovl: automatically enable redirect_dir on metacopy=on
12622 - serial: sh-sci: Fix could not remove dev_attr_rx_fifo_timeout
12623 - scsi: qla2xxx: Fix incorrect port speed being set for FC adapters
12624 - scsi: qla2xxx: Fix process response queue for ISP26XX and above
12625 - scsi: qla2xxx: Remove stale debug trace message from tcm_qla2xxx
12626 - scsi: qla2xxx: Fix early srb free on abort
12627 - scsi: qla2xxx: shutdown chip if reset fail
12628 - scsi: qla2xxx: Reject bsg request if chip is down.
12629 - scsi: qla2xxx: Fix re-using LoopID when handle is in use
12630 - scsi: qla2xxx: Fix for double free of SRB structure
12631 - scsi: qla2xxx: Fix NVMe session hang on unload
12632 - scsi: qla2xxx: Fix NVMe Target discovery
12633 - scsi: qla2xxx: Fix duplicate switch database entries
12634 - scsi: qla2xxx: Fix driver hang when FC-NVMe LUNs are configured
12635 - vfs: fix FIGETBSZ ioctl on an overlayfs file
12636 - fuse: Fix use-after-free in fuse_dev_do_read()
12637 - fuse: Fix use-after-free in fuse_dev_do_write()
12638 - fuse: fix blocked_waitq wakeup
12639 - fuse: set FR_SENT while locked
12640 - drm/msm: fix OF child-node lookup
12641 - arm64: dts: stratix10: Support Ethernet Jumbo frame
12642 - arm64: dts: stratix10: fix multicast filtering
12643 - clk: meson-gxbb: set fclk_div3 as CLK_IS_CRITICAL
12644 - clk: meson: axg: mark fdiv2 and fdiv3 as critical
12645 - zram: close udev startup race condition as default groups
12646 - MIPS: Loongson-3: Fix CPU UART irq delivery problem
12647 - MIPS: Loongson-3: Fix BRIDGE irq delivery problem
12648 - xtensa: add NOTES section to the linker script
12649 - xtensa: make sure bFLT stack is 16 byte aligned
12650 - xtensa: fix boot parameters address translation
12651 - um: Drop own definition of PTRACE_SYSEMU/_SINGLESTEP
12652 - clk: s2mps11: Fix matching when built as module and DT node contains
12653 compatible
12654 - clk: at91: Fix division by zero in PLL recalc_rate()
12655 - clk: sunxi-ng: h6: fix bus clocks' divider position
12656 - clk: rockchip: fix wrong mmc sample phase shift for rk3328
12657 - clk: rockchip: Fix static checker warning in rockchip_ddrclk_get_parent call
12658 - libceph: bump CEPH_MSG_MAX_DATA_LEN
12659 - Revert "ceph: fix dentry leak in splice_dentry()"
12660 - thermal: core: Fix use-after-free in thermal_cooling_device_destroy_sysfs
12661 - mach64: fix display corruption on big endian machines
12662 - mach64: fix image corruption due to reading accelerator registers
12663 - acpi/nfit, x86/mce: Handle only uncorrectable machine checks
12664 - acpi/nfit, x86/mce: Validate a MCE's address before using it
12665 - acpi, nfit: Fix ARS overflow continuation
12666 - reset: hisilicon: fix potential NULL pointer dereference
12667 - crypto: hisilicon - Fix NULL dereference for same dst and src
12668 - crypto: hisilicon - Fix reference after free of memories on error path
12669 - vhost/scsi: truncate T10 PI iov_iter to prot_bytes
12670 - scsi: qla2xxx: Initialize port speed to avoid setting lower speed
12671 - SCSI: fix queue cleanup race before queue initialization is done
12672 - Revert "powerpc/8xx: Use L1 entry APG to handle _PAGE_ACCESSED for
12673 CONFIG_SWAP"
12674 - soc: ti: QMSS: Fix usage of irq_set_affinity_hint
12675 - ocfs2: fix a misuse a of brelse after failing ocfs2_check_dir_entry
12676 - ocfs2: free up write context when direct IO failed
12677 - mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappings
12678 - memory_hotplug: cond_resched in __remove_pages
12679 - netfilter: conntrack: fix calculation of next bucket number in early_drop
12680 - ARM: 8809/1: proc-v7: fix Thumb annotation of cpu_v7_hvc_switch_mm
12681 - bonding/802.3ad: fix link_failure_count tracking
12682 - mtd: spi-nor: cadence-quadspi: Return error code in
12683 cqspi_direct_read_execute()
12684 - mtd: nand: Fix nanddev_neraseblocks()
12685 - mtd: docg3: don't set conflicting BCH_CONST_PARAMS option
12686 - hwmon: (core) Fix double-free in __hwmon_device_register()
12687 - perf cs-etm: Correct CPU mode for samples
12688 - perf stat: Handle different PMU names with common prefix
12689 - perf callchain: Honour the ordering of PERF_CONTEXT_{USER,KERNEL,etc}
12690 - perf intel-pt/bts: Calculate cpumode for synthesized samples
12691 - perf intel-pt: Insert callchain context into synthesized callchains
12692 - of, numa: Validate some distance map rules
12693 - x86/cpu/vmware: Do not trace vmware_sched_clock()
12694 - x86/hyper-v: Enable PIT shutdown quirk
12695 - termios, tty/tty_baudrate.c: fix buffer overrun
12696 - arch/alpha, termios: implement BOTHER, IBSHIFT and termios2
12697 - watchdog/core: Add missing prototypes for weak functions
12698 - btrfs: fix pinned underflow after transaction aborted
12699 - Btrfs: fix missing data checksums after a ranged fsync (msync)
12700 - Btrfs: fix cur_offset in the error case for nocow
12701 - Btrfs: fix infinite loop on inode eviction after deduplication of eof block
12702 - Btrfs: fix data corruption due to cloning of eof block
12703 - btrfs: tree-checker: Fix misleading group system information
12704 - clockevents/drivers/i8253: Add support for PIT shutdown quirk
12705 - ext4: add missing brelse() update_backups()'s error path
12706 - ext4: add missing brelse() in set_flexbg_block_bitmap()'s error path
12707 - ext4: add missing brelse() add_new_gdb_meta_bg()'s error path
12708 - ext4: avoid potential extra brelse in setup_new_flex_group_blocks()
12709 - ext4: missing !bh check in ext4_xattr_inode_write()
12710 - ext4: fix possible inode leak in the retry loop of ext4_resize_fs()
12711 - ext4: avoid buffer leak on shutdown in ext4_mark_iloc_dirty()
12712 - ext4: avoid buffer leak in ext4_orphan_add() after prior errors
12713 - ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizing
12714 - ext4: avoid possible double brelse() in add_new_gdb() on error path
12715 - ext4: fix possible leak of sbi->s_group_desc_leak in error path
12716 - ext4: fix possible leak of s_journal_flag_rwsem in error path
12717 - ext4: fix buffer leak in ext4_xattr_get_block() on error path
12718 - ext4: release bs.bh before re-using in ext4_xattr_block_find()
12719 - ext4: fix buffer leak in ext4_xattr_move_to_block() on error path
12720 - ext4: fix buffer leak in ext4_expand_extra_isize_ea() on error path
12721 - ext4: fix buffer leak in __ext4_read_dirblock() on error path
12722 - mount: Prevent MNT_DETACH from disconnecting locked mounts
12723 - mnt: fix __detach_mounts infinite loop
12724 - uapi: fix linux/kfd_ioctl.h userspace compilation errors
12725 - ARM: cpuidle: Don't register the driver when back-end init returns -ENXIO
12726 - kdb: use correct pointer when 'btc' calls 'btt'
12727 - kdb: print real address of pointers instead of hashed addresses
12728 - sunrpc: correct the computation for page_ptr when truncating
12729 - NFSv4: Don't exit the state manager without clearing
12730 NFS4CLNT_MANAGER_RUNNING
12731 - nfsd: COPY and CLONE operations require the saved filehandle to be set
12732 - rtc: hctosys: Add missing range error reporting
12733 - fuse: fix use-after-free in fuse_direct_IO()
12734 - fuse: fix leaked notify reply
12735 - fuse: fix possibly missed wake-up after abort
12736 - selinux: check length properly in SCTP bind hook
12737 - gfs2: Put bitmap buffers in put_super
12738 - gfs2: Fix metadata read-ahead during truncate (2)
12739 - libata: blacklist SAMSUNG MZ7TD256HAFV-000L9 SSD
12740 - crypto: user - fix leaking uninitialized memory to userspace
12741 - lib/ubsan.c: don't mark __ubsan_handle_builtin_unreachable as noreturn
12742 - hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444!
12743 - mm/swapfile.c: use kvzalloc for swap_info_struct allocation
12744 - efi/arm/libstub: Pack FDT after populating it
12745 - mm: don't reclaim inodes with many attached pages
12746 - scripts/spdxcheck.py: make python3 compliant
12747 - drm/rockchip: Allow driver to be shutdown on reboot/kexec
12748 - drm/amdgpu: Fix typo in amdgpu_vmid_mgr_init
12749 - drm/amdgpu: add missing CHIP_HAINAN in amdgpu_ucode_get_load_type
12750 - drm/amdgpu: Suppress keypresses from ACPI_VIDEO events
12751 - drm/nouveau: Check backlight IDs are >= 0, not > 0
12752 - drm/nouveau: Fix nv50_mstc->best_encoder()
12753 - drm/amd/powerplay: Enable/Disable NBPSTATE on On/OFF of UVD
12754 - drm/etnaviv: fix bogus fence complete check in timeout handler
12755 - drm/dp_mst: Check if primary mstb is null
12756 - drm: panel-orientation-quirks: Add quirk for Acer One 10 (S1003)
12757 - drm/i915/dp: Link train Fallback on eDP only if fallback link BW can fit
12758 panel's native mode
12759 - drm/i915: Use the correct crtc when sanitizing plane mapping
12760 - drm/i915: Restore vblank interrupts earlier
12761 - drm/i915: Don't unset intel_connector->mst_port
12762 - drm/i915: Skip vcpi allocation for MSTB ports that are gone
12763 - drm/i915: Large page offsets for pread/pwrite
12764 - drm/i915/dp: Fix link retraining comment in intel_dp_long_pulse()
12765 - drm/i915/dp: Restrict link retrain workaround to external monitors
12766 - drm/i915/icl: Fix the macros for DFLEXDPMLE register bits
12767 - drm/i915/hdmi: Add HDMI 2.0 audio clock recovery N values
12768 - drm/i915: Mark up GTT sizes as u64
12769 - drm/i915: Fix error handling for the NV12 fb dimensions check
12770 - drm/i915: Fix ilk+ watermarks when disabling pipes
12771 - drm/i915: Compare user's 64b GTT offset even on 32b
12772 - drm/i915: Don't oops during modeset shutdown after lpe audio deinit
12773 - drm/i915: Mark pin flags as u64
12774 - drm/i915/ringbuffer: Delay after EMIT_INVALIDATE for gen4/gen5
12775 - drm/i915/execlists: Force write serialisation into context image vs
12776 execution
12777 - drm/i915: Fix possible race in intel_dp_add_mst_connector()
12778 - drm/i915: Fix NULL deref when re-enabling HPD IRQs on systems with MST
12779 - drm/i915: Fix hpd handling for pins with two encoders
12780 - CONFIG_XEN_PV breaks xen_create_contiguous_region on ARM
12781 - Revert "ACPICA: AML interpreter: add region addresses in global list during
12782 initialization"
12783 - Linux 4.19.3
12784
12785 * glibc 2.28-0ubuntu1 ADT test failure with linux 4.19.0-5.6 (LP: #1805154)
12786 - SAUCE: Revert "x86: vdso: Use $LD instead of $CC to link"
12787
12788 * Miscellaneous Ubuntu changes
12789 - SAUCE: (noup) Update spl to 0.7.12-1ubuntu1, zfs to 0.7.12-1ubuntu1
12790
12791 -- Seth Forshee <seth.forshee@canonical.com> Mon, 26 Nov 2018 11:44:00 -0600
12792
12793linux (4.19.0-5.6) disco; urgency=medium
12794
12795 * crash in ENA driver on removing an interface (LP: #1802341)
12796 - SAUCE: net: ena: fix crash during ena_remove()
12797
12798 * Ubuntu 18.04.1 - [s390x] Kernel panic while stressing network bonding
12799 (LP: #1797367)
12800 - s390/qeth: sanitize strings in debug messages
12801
12802 * Disco update: 4.19.2 upstream stable release (LP: #1803410)
12803 - bpf: fix partial copy of map_ptr when dst is scalar
12804 - MIPS: VDSO: Reduce VDSO_RANDOMIZE_SIZE to 64MB for 64bit
12805 - gpio: mxs: Get rid of external API call
12806 - mtd: rawnand: marvell: fix the IRQ handler complete() condition
12807 - mtd: maps: gpio-addr-flash: Fix ioremapped size
12808 - mtd: spi-nor: fsl-quadspi: fix read error for flash size larger than 16MB
12809 - mtd: spi-nor: intel-spi: Add support for Intel Ice Lake SPI serial flash
12810 - mtd: spi-nor: fsl-quadspi: Don't let -EINVAL on the bus
12811 - spi: spi-mem: Adjust op len based on message/transfer size limitations
12812 - spi: bcm-qspi: switch back to reading flash using smaller chunks
12813 - spi: bcm-qspi: fix calculation of address length
12814 - bcache: trace missed reading by cache_missed
12815 - bcache: fix ioctl in flash device
12816 - bcache: correct dirty data statistics
12817 - bcache: fix miss key refill->end in writeback
12818 - hwmon: (pmbus) Fix page count auto-detection.
12819 - jffs2: free jffs2_sb_info through jffs2_kill_sb()
12820 - block: setup bounce bio_sets properly
12821 - block: make sure discard bio is aligned with logical block size
12822 - block: make sure writesame bio is aligned with logical block size
12823 - cpufreq: conservative: Take limits changes into account properly
12824 - dma-mapping: fix panic caused by passing empty cma command line argument
12825 - pcmcia: Implement CLKRUN protocol disabling for Ricoh bridges
12826 - ACPI / OSL: Use 'jiffies' as the time bassis for acpi_os_get_timer()
12827 - ACPICA: AML interpreter: add region addresses in global list during
12828 initialization
12829 - ACPICA: AML Parser: fix parse loop to correctly skip erroneous extended
12830 opcodes
12831 - acpi, nfit: Fix Address Range Scrub completion tracking
12832 - kprobes/x86: Use preempt_enable() in optimized_callback()
12833 - mailbox: PCC: handle parse error
12834 - parisc: Fix address in HPMC IVA
12835 - parisc: Fix map_pages() to not overwrite existing pte entries
12836 - parisc: Fix exported address of os_hpmc handler
12837 - ALSA: hda - Add quirk for ASUS G751 laptop
12838 - ALSA: hda - Fix headphone pin config for ASUS G751
12839 - ALSA: hda - Add mic quirk for the Lenovo G50-30 (17aa:3905)
12840 - ALSA: hda: Add 2 more models to the power_save blacklist
12841 - ALSA: ca0106: Disable IZD on SB0570 DAC to fix audio pops
12842 - ALSA: hda - Fix incorrect clearance of thinkpad_acpi hooks
12843 - x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation
12844 - x86/xen: Fix boot loader version reported for PVH guests
12845 - x86/corruption-check: Fix panic in memory_corruption_check() when boot
12846 option without value is provided
12847 - x86/kvm/nVMX: allow bare VMXON state migration
12848 - x86/mm/pat: Disable preemption around __flush_tlb_all()
12849 - x86/numa_emulation: Fix uniform-split numa emulation
12850 - ARM: dts: exynos: Disable pull control for MAX8997 interrupts on Origen
12851 - net: socionext: Reset tx queue in ndo_stop
12852 - net: loopback: clear skb->tstamp before netif_rx()
12853 - locking/lockdep: Fix debug_locks off performance problem
12854 - netfilter: xt_nat: fix DNAT target for shifted portmap ranges
12855 - ataflop: fix error handling during setup
12856 - swim: fix cleanup on setup error
12857 - arm64: cpufeature: ctr: Fix cpu capability check for late CPUs
12858 - hv_netvsc: fix vf serial matching with pci slot info
12859 - nfp: devlink port split support for 1x100G CXP NIC
12860 - tun: Consistently configure generic netdev params via rtnetlink
12861 - s390/sthyi: Fix machine name validity indication
12862 - hwmon: (pwm-fan) Set fan speed to 0 on suspend
12863 - lightnvm: pblk: fix race on sysfs line state
12864 - lightnvm: pblk: fix two sleep-in-atomic-context bugs
12865 - lightnvm: pblk: fix race condition on metadata I/O
12866 - spi: spi-ep93xx: Use dma_data_direction for ep93xx_spi_dma_{finish,prepare}
12867 - perf tools: Free temporary 'sys' string in read_event_files()
12868 - perf tools: Cleanup trace-event-info 'tdata' leak
12869 - perf tools: Free 'printk' string in parse_ftrace_printk()
12870 - perf strbuf: Match va_{add,copy} with va_end
12871 - cpupower: Fix coredump on VMWare
12872 - bcache: Populate writeback_rate_minimum attribute
12873 - mmc: sdhci-pci-o2micro: Add quirk for O2 Micro dev 0x8620 rev 0x01
12874 - sdhci: acpi: add free_slot callback
12875 - mtd: rawnand: denali: set SPARE_AREA_SKIP_BYTES register to 8 if unset
12876 - iwlwifi: pcie: avoid empty free RB queue
12877 - iwlwifi: mvm: clear HW_RESTART_REQUESTED when stopping the interface
12878 - iwlwifi: mvm: check for n_profiles validity in EWRD ACPI
12879 - x86/olpc: Indicate that legacy PC XO-1 platform should not register RTC
12880 - wlcore: Fix BUG with clear completion on timeout
12881 - ACPI/PPTT: Handle architecturally unknown cache types
12882 - ACPI / PM: LPIT: Register sysfs attributes based on FADT
12883 - ACPI / processor: Fix the return value of acpi_processor_ids_walk()
12884 - cpufreq: dt: Try freeing static OPPs only if we have added them
12885 - x86/intel_rdt: Show missing resctrl mount options
12886 - mtd: rawnand: atmel: Fix potential NULL pointer dereference
12887 - nvme: call nvme_complete_rq when nvmf_check_ready fails for mpath I/O
12888 - ath10k: fix tx status flag setting for management frames
12889 - signal: Introduce COMPAT_SIGMINSTKSZ for use in compat_sys_sigaltstack
12890 - ice: fix changing of ring descriptor size (ethtool -G)
12891 - ice: update fw version check logic
12892 - net: hns3: Fix for packet buffer setting bug
12893 - Bluetooth: btbcm: Add entry for BCM4335C0 UART bluetooth
12894 - Bluetooth: hci_qca: Remove hdev dereference in qca_close().
12895 - x86: boot: Fix EFI stub alignment
12896 - net: hns3: Add nic state check before calling netif_tx_wake_queue
12897 - net: hns3: Fix ets validate issue
12898 - pinctrl: sunxi: fix 'pctrl->functions' allocation in
12899 sunxi_pinctrl_build_state
12900 - pinctrl: qcom: spmi-mpp: Fix err handling of pmic_mpp_set_mux
12901 - brcmfmac: fix for proper support of 160MHz bandwidth
12902 - net: hns3: Check hdev state when getting link status
12903 - net: hns3: Set STATE_DOWN bit of hdev state when stopping net
12904 - net: phy: phylink: ensure the carrier is off when starting phylink
12905 - block, bfq: correctly charge and reset entity service in all cases
12906 - arm64: entry: Allow handling of undefined instructions from EL1
12907 - kprobes: Return error if we fail to reuse kprobe instead of BUG_ON()
12908 - spi: gpio: No MISO does not imply no RX
12909 - ACPI / LPSS: Add alternative ACPI HIDs for Cherry Trail DMA controllers
12910 - pinctrl: qcom: spmi-mpp: Fix drive strength setting
12911 - bpf/verifier: fix verifier instability
12912 - failover: Add missing check to validate 'slave_dev' in
12913 net_failover_slave_unregister
12914 - perf tests: Fix record+probe_libc_inet_pton.sh without ping's debuginfo
12915 - pinctrl: spmi-mpp: Fix pmic_mpp_config_get() to be compliant
12916 - pinctrl: ssbi-gpio: Fix pm8xxx_pin_config_get() to be compliant
12917 - net: hns3: Preserve vlan 0 in hardware table
12918 - net: hns3: Fix ping exited problem when doing lp selftest
12919 - net: hns3: Fix for vf vlan delete failed problem
12920 - net: dsa: mv88e6xxx: Fix writing to a PHY page.
12921 - mt76x2u: run device cleanup routine if resume fails
12922 - rsi: fix memory alignment issue in ARM32 platforms
12923 - libertas_tf: prevent underflow in process_cmdrequest()
12924 - iwlwifi: mvm: fix BAR seq ctrl reporting
12925 - gpio: brcmstb: allow 0 width GPIO banks
12926 - ixgbe: disallow IPsec Tx offload when in SR-IOV mode
12927 - ixgbevf: VF2VF TCP RSS
12928 - wil6210: fix RX buffers release and unmap
12929 - ath10k: schedule hardware restart if WMI command times out
12930 - libata: Apply NOLPM quirk for SAMSUNG MZ7TD256HAFV-000L9
12931 - thermal: rcar_thermal: Prevent doing work after unbind
12932 - thermal: da9062/61: Prevent hardware access during system suspend
12933 - cifs: fix a credits leak for compund commands
12934 - cgroup, netclassid: add a preemption point to write_classid
12935 - net: stmmac: dwmac-sun8i: fix OF child-node lookup
12936 - f2fs: fix to account IO correctly for cgroup writeback
12937 - MD: Memory leak when flush bio size is zero
12938 - md: fix memleak for mempool
12939 - of: Add missing exports of node name compare functions
12940 - scsi: esp_scsi: Track residual for PIO transfers
12941 - scsi: ufs: Schedule clk gating work on correct queue
12942 - UAPI: ndctl: Fix g++-unsupported initialisation in headers
12943 - KVM: nVMX: Clear reserved bits of #DB exit qualification
12944 - scsi: megaraid_sas: fix a missing-check bug
12945 - RDMA/core: Do not expose unsupported counters
12946 - RDMA/cm: Respect returned status of cm_init_av_by_path
12947 - IB/ipoib: Clear IPCB before icmp_send
12948 - RDMA/bnxt_re: Avoid accessing nq->bar_reg_iomem in failure case
12949 - RDMA/bnxt_re: Fix recursive lock warning in debug kernel
12950 - usb: host: ohci-at91: fix request of irq for optional gpio
12951 - PCI: mediatek: Fix mtk_pcie_find_port() endpoint/port matching logic
12952 - PCI: cadence: Use AXI region 0 to signal interrupts from EP
12953 - usb: typec: tcpm: Report back negotiated PPS voltage and current
12954 - tpm: suppress transmit cmd error logs when TPM 1.2 is disabled/deactivated
12955 - f2fs: clear PageError on the read path
12956 - Drivers: hv: vmbus: Use cpumask_var_t for on-stack cpu mask
12957 - VMCI: Resource wildcard match fixed
12958 - PCI / ACPI: Enable wake automatically for power managed bridges
12959 - xprtrdma: Reset credit grant properly after a disconnect
12960 - irqchip/pdc: Setup all edge interrupts as rising edge at GIC
12961 - usb: dwc2: fix call to vbus supply exit routine, call it unlocked
12962 - usb: dwc2: fix a race with external vbus supply
12963 - usb: gadget: udc: atmel: handle at91sam9rl PMC
12964 - ext4: fix argument checking in EXT4_IOC_MOVE_EXT
12965 - MD: fix invalid stored role for a disk
12966 - PCI: cadence: Correct probe behaviour when failing to get PHY
12967 - nvmem: check the return value of nvmem_add_cells()
12968 - xhci: Avoid USB autosuspend when resuming USB2 ports.
12969 - scsi: qla2xxx: Fix recursive mailbox timeout
12970 - f2fs: fix to recover inode's crtime during POR
12971 - f2fs: fix to recover inode's i_flags during POR
12972 - PCI/MSI: Warn and return error if driver enables MSI/MSI-X twice
12973 - coresight: etb10: Fix handling of perf mode
12974 - PCI: dwc: pci-dra7xx: Enable errata i870 for both EP and RC mode
12975 - crypto: caam - fix implicit casts in endianness helpers
12976 - usb: chipidea: Prevent unbalanced IRQ disable
12977 - Smack: ptrace capability use fixes
12978 - driver/dma/ioat: Call del_timer_sync() without holding prep_lock
12979 - ASoC: AMD: Fix capture unstable in beginning for some runs
12980 - firmware: coreboot: Unmap ioregion after device population
12981 - IB/ipoib: Use dev_port to expose network interface port numbers
12982 - IB/mlx5: Allow transition of DCI QP to reset
12983 - uio: ensure class is registered before devices
12984 - scsi: lpfc: Correct soft lockup when running mds diagnostics
12985 - scsi: lpfc: Correct race with abort on completion path
12986 - f2fs: avoid sleeping under spin_lock
12987 - f2fs: report error if quota off error during umount
12988 - signal: Always deliver the kernel's SIGKILL and SIGSTOP to a pid namespace
12989 init
12990 - f2fs: fix to flush all dirty inodes recovered in readonly fs
12991 - mfd: menelaus: Fix possible race condition and leak
12992 - dmaengine: dma-jz4780: Return error if not probed from DT
12993 - IB/rxe: fix for duplicate request processing and ack psns
12994 - ALSA: hda: Check the non-cached stream buffers more explicitly
12995 - cpupower: Fix AMD Family 0x17 msr_pstate size
12996 - Revert "f2fs: fix to clear PG_checked flag in set_page_dirty()"
12997 - f2fs: fix missing up_read
12998 - f2fs: fix to recover cold bit of inode block during POR
12999 - f2fs: fix to account IO correctly
13000 - OPP: Free OPP table properly on performance state irregularities
13001 - ARM: dts: exynos: Convert exynos5250.dtsi to opp-v2 bindings
13002 - ARM: dts: exynos: Mark 1 GHz CPU OPP as suspend OPP on Exynos5250
13003 - xen-swiotlb: use actually allocated size on check physical continuous
13004 - tpm: Restore functionality to xen vtpm driver.
13005 - xen/blkfront: avoid NULL blkfront_info dereference on device removal
13006 - xen/balloon: Support xend-based toolstack
13007 - xen: fix race in xen_qlock_wait()
13008 - xen: make xen_qlock_wait() nestable
13009 - xen/pvh: increase early stack size
13010 - xen/pvh: don't try to unplug emulated devices
13011 - libertas: don't set URB_ZERO_PACKET on IN USB transfer
13012 - usbip:vudc: BUG kmalloc-2048 (Not tainted): Poison overwritten
13013 - usb: typec: tcpm: Fix APDO PPS order checking to be based on voltage
13014 - usb: gadget: udc: renesas_usb3: Fix b-device mode for "workaround"
13015 - mt76: mt76x2: fix multi-interface beacon configuration
13016 - iwlwifi: mvm: check return value of rs_rate_from_ucode_rate()
13017 - net/ipv4: defensive cipso option parsing
13018 - dmaengine: ppc4xx: fix off-by-one build failure
13019 - scsi: sched/wait: Add wait_event_lock_irq_timeout for TASK_UNINTERRUPTIBLE
13020 usage
13021 - scsi: target: Fix target_wait_for_sess_cmds breakage with active signals
13022 - libnvdimm: Hold reference on parent while scheduling async init
13023 - libnvdimm, region: Fail badblocks listing for inactive regions
13024 - libnvdimm, pmem: Fix badblocks population for 'raw' namespaces
13025 - ASoC: intel: skylake: Add missing break in skl_tplg_get_token()
13026 - ASoC: sta32x: set ->component pointer in private struct
13027 - IB/mlx5: Fix MR cache initialization
13028 - IB/rxe: Revise the ib_wr_opcode enum
13029 - jbd2: fix use after free in jbd2_log_do_checkpoint()
13030 - gfs2_meta: ->mount() can get NULL dev_name
13031 - ext4: fix EXT4_IOC_SWAP_BOOT
13032 - ext4: initialize retries variable in ext4_da_write_inline_data_begin()
13033 - ext4: fix setattr project check in fssetxattr ioctl
13034 - ext4: propagate error from dquot_initialize() in EXT4_IOC_FSSETXATTR
13035 - ext4: fix use-after-free race in ext4_remount()'s error path
13036 - selinux: fix mounting of cgroup2 under older policies
13037 - HID: wacom: Work around HID descriptor bug in DTK-2451 and DTH-2452
13038 - HID: hiddev: fix potential Spectre v1
13039 - EDAC, amd64: Add Family 17h, models 10h-2fh support
13040 - EDAC, {i7core,sb,skx}_edac: Fix uncorrected error counting
13041 - EDAC, skx_edac: Fix logical channel intermediate decoding
13042 - ARM: dts: dra7: Fix up unaligned access setting for PCIe EP
13043 - PCI/ASPM: Fix link_state teardown on device removal
13044 - PCI: Add Device IDs for Intel GPU "spurious interrupt" quirk
13045 - signal/GenWQE: Fix sending of SIGKILL
13046 - signal: Guard against negative signal numbers in copy_siginfo_from_user32
13047 - crypto: lrw - Fix out-of bounds access on counter overflow
13048 - crypto: tcrypt - fix ghash-generic speed test
13049 - crypto: aesni - don't use GFP_ATOMIC allocation if the request doesn't cross
13050 a page in gcm
13051 - crypto: morus/generic - fix for big endian systems
13052 - crypto: aegis/generic - fix for big endian systems
13053 - crypto: speck - remove Speck
13054 - mm: /proc/pid/smaps_rollup: fix NULL pointer deref in smaps_pte_range()
13055 - userfaultfd: disable irqs when taking the waitqueue lock
13056 - ima: fix showing large 'violations' or 'runtime_measurements_count'
13057 - ima: open a new file instance if no read permissions
13058 - hugetlbfs: dirty pages as they are added to pagecache
13059 - mm/rmap: map_pte() was not handling private ZONE_DEVICE page properly
13060 - mm/hmm: fix race between hmm_mirror_unregister() and mmu_notifier callback
13061 - KVM: arm/arm64: Ensure only THP is candidate for adjustment
13062 - KVM: arm64: Fix caching of host MDCR_EL2 value
13063 - kbuild: fix kernel/bounds.c 'W=1' warning
13064 - iio: ad5064: Fix regulator handling
13065 - iio: adc: imx25-gcq: Fix leak of device_node in mx25_gcq_setup_cfgs()
13066 - iio: adc: at91: fix acking DRDY irq on simple conversions
13067 - iio: adc: at91: fix wrong channel number in triggered buffer mode
13068 - w1: omap-hdq: fix missing bus unregister at removal
13069 - smb3: allow stats which track session and share reconnects to be reset
13070 - smb3: do not attempt cifs operation in smb3 query info error path
13071 - smb3: on kerberos mount if server doesn't specify auth type use krb5
13072 - printk: Fix panic caused by passing log_buf_len to command line
13073 - genirq: Fix race on spurious interrupt detection
13074 - tpm: fix response size validation in tpm_get_random()
13075 - NFC: nfcmrvl_uart: fix OF child-node lookup
13076 - NFSv4.1: Fix the r/wsize checking
13077 - nfs: Fix a missed page unlock after pg_doio()
13078 - nfsd: correctly decrement odstate refcount in error path
13079 - nfsd: Fix an Oops in free_session()
13080 - lockd: fix access beyond unterminated strings in prints
13081 - dm ioctl: harden copy_params()'s copy_from_user() from malicious users
13082 - dm zoned: fix metadata block ref counting
13083 - dm zoned: fix various dmz_get_mblock() issues
13084 - media: ov7670: make "xclk" clock optional
13085 - fsnotify: Fix busy inodes during unmount
13086 - powerpc64/module elfv1: Set opd addresses after module relocation
13087 - powerpc/msi: Fix compile error on mpc83xx
13088 - powerpc/tm: Fix HFSCR bit for no suspend case
13089 - powerpc/64s/hash: Do not use PPC_INVALIDATE_ERAT on CPUs before POWER9
13090 - MIPS: OCTEON: fix out of bounds array access on CN68XX
13091 - rtc: ds1307: fix ds1339 wakealarm support
13092 - rtc: cmos: Fix non-ACPI undefined reference to `hpet_rtc_interrupt'
13093 - rtc: cmos: Remove the `use_acpi_alarm' module parameter for !ACPI
13094 - power: supply: twl4030-charger: fix OF sibling-node lookup
13095 - ocxl: Fix access to the AFU Descriptor Data
13096 - iommu/arm-smmu: Ensure that page-table updates are visible before TLBI
13097 - TC: Set DMA masks for devices
13098 - net: bcmgenet: fix OF child-node lookup
13099 - media: v4l2-tpg: fix kernel oops when enabling HFLIP and OSD
13100 - Revert "media: dvbsky: use just one mutex for serializing device R/W ops"
13101 - kgdboc: Passing ekgdboc to command line causes panic
13102 - remoteproc: qcom: q6v5: Propagate EPROBE_DEFER
13103 - media: cec: make cec_get_edid_spa_location() an inline function
13104 - media: cec: integrate cec_validate_phys_addr() in cec-api.c
13105 - xen: fix xen_qlock_wait()
13106 - xen: remove size limit of privcmd-buf mapping interface
13107 - xen-blkfront: fix kernel panic with negotiate_mq error path
13108 - media: cec: add new tx/rx status bits to detect aborts/timeouts
13109 - media: cec: fix the Signal Free Time calculation
13110 - media: cec: forgot to cancel delayed work
13111 - media: em28xx: use a default format if TRY_FMT fails
13112 - media: tvp5150: avoid going past array on v4l2_querymenu()
13113 - media: em28xx: fix input name for Terratec AV 350
13114 - media: em28xx: make v4l2-compliance happier by starting sequence on zero
13115 - media: em28xx: fix handler for vidioc_s_input()
13116 - media: adv7604: when the EDID is cleared, unconfigure CEC as well
13117 - media: adv7842: when the EDID is cleared, unconfigure CEC as well
13118 - drm/mediatek: fix OF sibling-node lookup
13119 - media: media colorspaces*.rst: rename AdobeRGB to opRGB
13120 - media: replace ADOBERGB by OPRGB
13121 - media: hdmi.h: rename ADOBE_RGB to OPRGB and ADOBE_YCC to OPYCC
13122 - arm64: lse: remove -fcall-used-x0 flag
13123 - rpmsg: smd: fix memory leak on channel create
13124 - Cramfs: fix abad comparison when wrap-arounds occur
13125 - ARM: dts: socfpga: Fix SDRAM node address for Arria10
13126 - arm64: dts: stratix10: Correct System Manager register size
13127 - soc: qcom: rmtfs-mem: Validate that scm is available
13128 - soc/tegra: pmc: Fix child-node lookup
13129 - selftests/ftrace: Fix synthetic event test to delete event correctly
13130 - selftests/powerpc: Fix ptrace tm failure
13131 - tracing: Return -ENOENT if there is no target synthetic event
13132 - btrfs: qgroup: Avoid calling qgroup functions if qgroup is not enabled
13133 - btrfs: Handle owner mismatch gracefully when walking up tree
13134 - btrfs: locking: Add extra check in btrfs_init_new_buffer() to avoid deadlock
13135 - btrfs: fix error handling in free_log_tree
13136 - btrfs: fix error handling in btrfs_dev_replace_start
13137 - btrfs: Enhance btrfs_trim_fs function to handle error better
13138 - btrfs: Ensure btrfs_trim_fs can trim the whole filesystem
13139 - btrfs: iterate all devices during trim, instead of fs_devices::alloc_list
13140 - btrfs: don't attempt to trim devices that don't support it
13141 - btrfs: keep trim from interfering with transaction commits
13142 - btrfs: wait on caching when putting the bg cache
13143 - Btrfs: don't clean dirty pages during buffered writes
13144 - btrfs: release metadata before running delayed refs
13145 - btrfs: protect space cache inode alloc with GFP_NOFS
13146 - btrfs: reset max_extent_size on clear in a bitmap
13147 - btrfs: make sure we create all new block groups
13148 - Btrfs: fix warning when replaying log after fsync of a tmpfile
13149 - Btrfs: fix wrong dentries after fsync of file that got its parent replaced
13150 - btrfs: qgroup: Dirty all qgroups before rescan
13151 - Btrfs: fix null pointer dereference on compressed write path error
13152 - Btrfs: fix assertion on fsync of regular file when using no-holes feature
13153 - Btrfs: fix deadlock when writing out free space caches
13154 - btrfs: reset max_extent_size properly
13155 - btrfs: set max_extent_size properly
13156 - btrfs: don't use ctl->free_space for max_extent_size
13157 - btrfs: only free reserved extent if we didn't insert it
13158 - btrfs: fix insert_reserved error handling
13159 - btrfs: don't run delayed_iputs in commit
13160 - btrfs: move the dio_sem higher up the callchain
13161 - Btrfs: fix use-after-free during inode eviction
13162 - Btrfs: fix use-after-free when dumping free space
13163 - net: sched: Remove TCA_OPTIONS from policy
13164 - vt: fix broken display when running aptitude
13165 - bpf: wait for running BPF programs when updating map-in-map
13166 - vga_switcheroo: Fix missing gpu_bound call at audio client registration
13167 - MD: fix invalid stored role for a disk - try2
13168 - Linux 4.19.2
13169
13170 * [FEAT] Guest-dedicated Crypto Adapters (LP: #1787405)
13171 - KVM: s390: vsie: simulate VCPU SIE entry/exit
13172 - KVM: s390: introduce and use KVM_REQ_VSIE_RESTART
13173 - KVM: s390: refactor crypto initialization
13174 - s390: vfio-ap: base implementation of VFIO AP device driver
13175 - s390: vfio-ap: register matrix device with VFIO mdev framework
13176 - s390: vfio-ap: sysfs interfaces to configure adapters
13177 - s390: vfio-ap: sysfs interfaces to configure domains
13178 - s390: vfio-ap: sysfs interfaces to configure control domains
13179 - s390: vfio-ap: sysfs interface to view matrix mdev matrix
13180 - KVM: s390: interface to clear CRYCB masks
13181 - s390: vfio-ap: implement mediated device open callback
13182 - s390: vfio-ap: implement VFIO_DEVICE_GET_INFO ioctl
13183 - s390: vfio-ap: zeroize the AP queues
13184 - s390: vfio-ap: implement VFIO_DEVICE_RESET ioctl
13185 - KVM: s390: Clear Crypto Control Block when using vSIE
13186 - KVM: s390: vsie: Do the CRYCB validation first
13187 - KVM: s390: vsie: Make use of CRYCB FORMAT2 clear
13188 - KVM: s390: vsie: Allow CRYCB FORMAT-2
13189 - KVM: s390: vsie: allow CRYCB FORMAT-1
13190 - KVM: s390: vsie: allow CRYCB FORMAT-0
13191 - KVM: s390: vsie: allow guest FORMAT-0 CRYCB on host FORMAT-1
13192 - KVM: s390: vsie: allow guest FORMAT-1 CRYCB on host FORMAT-2
13193 - KVM: s390: vsie: allow guest FORMAT-0 CRYCB on host FORMAT-2
13194 - KVM: s390: device attrs to enable/disable AP interpretation
13195 - KVM: s390: CPU model support for AP virtualization
13196 - s390: doc: detailed specifications for AP virtualization
13197 - KVM: s390: fix locking for crypto setting error path
13198 - KVM: s390: Tracing APCB changes
13199 - s390: vfio-ap: setup APCB mask using KVM dedicated function
13200 - [Config:] Enable CONFIG_S390_AP_IOMMU and set CONFIG_VFIO_AP to module.
13201
13202 * Bypass of mount visibility through userns + mount propagation (LP: #1789161)
13203 - mount: Retest MNT_LOCKED in do_umount
13204 - mount: Don't allow copying MNT_UNBINDABLE|MNT_LOCKED mounts
13205
13206 * CVE-2018-18955: nested user namespaces with more than five extents
13207 incorrectly grant privileges over inode (LP: #1801924) // CVE-2018-18955
13208 - userns: also map extents in the reverse map to kernel IDs
13209
13210 * kdump fail due to an IRQ storm (LP: #1797990)
13211 - SAUCE: x86/PCI: Export find_cap() to be used in early PCI code
13212 - SAUCE: x86/quirks: Add parameter to clear MSIs early on boot
13213 - SAUCE: x86/quirks: Scan all busses for early PCI quirks
13214
13215 * Disable LPM for Raydium Touchscreens (LP: #1802248)
13216 - USB: quirks: Add no-lpm quirk for Raydium touchscreens
13217
13218 * Power consumption during s2idle is higher than long idle(sk hynix)
13219 (LP: #1801875)
13220 - SAUCE: pci: prevent sk hynix nvme from entering D3
13221 - SAUCE: nvme: add quirk to not call disable function when suspending
13222
13223 * Disco update: v4.19.1 upstream stable release (LP: #1801739)
13224 - bridge: do not add port to router list when receives query with source
13225 0.0.0.0
13226 - ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are
13227 called
13228 - net/mlx5e: fix csum adjustments caused by RXFCS
13229 - net: sched: gred: pass the right attribute to gred_change_table_def()
13230 - net: stmmac: Fix stmmac_mdio_reset() when building stmmac as modules
13231 - net: udp: fix handling of CHECKSUM_COMPLETE packets
13232 - Revert "net: simplify sock_poll_wait"
13233 - rtnetlink: Disallow FDB configuration for non-Ethernet device
13234 - vhost: Fix Spectre V1 vulnerability
13235 - bonding: fix length of actor system
13236 - openvswitch: Fix push/pop ethernet validation
13237 - net/ipv6: Allow onlink routes to have a device mismatch if it is the default
13238 route
13239 - net/smc: fix smc_buf_unuse to use the lgr pointer
13240 - mlxsw: spectrum_switchdev: Don't ignore deletions of learned MACs
13241 - mlxsw: core: Fix devlink unregister flow
13242 - net: drop skb on failure in ip_check_defrag()
13243 - net: Properly unlink GRO packets on overflow.
13244 - r8169: fix broken Wake-on-LAN from S5 (poweroff)
13245 - Revert "be2net: remove desc field from be_eq_obj"
13246 - sctp: check policy more carefully when getting pr status
13247 - sparc64: Export __node_distance.
13248 - sparc64: Make corrupted user stacks more debuggable.
13249 - sparc64: Wire up compat getpeername and getsockname.
13250 - net: bridge: remove ipv6 zero address check in mcast queries
13251 - Linux 4.19.1
13252
13253 * Miscellaneous Ubuntu changes
13254 - SAUCE: (noup) Update spl to 0.7.11-1ubuntu1, zfs to 0.7.11-3ubuntu1
13255 - [Config] updateconfigs after 4.19.2 stable update
13256 - [Config] Disable unneded options for s390
13257 - [Config] Update annotations for 4.19
13258
13259 -- Seth Forshee <seth.forshee@canonical.com> Thu, 15 Nov 2018 09:55:37 -0800
13260
13261linux (4.19.0-4.5) disco; urgency=medium
13262
13263 * Add checksum offload and TSO support for HiNIC adapters (LP: #1800664)
13264 - net-next/hinic: add checksum offload and TSO support
13265
13266 * [Bionic][Cosmic] Fix to ipmi to support vendor specific messages greater
13267 than 255 bytes (LP: #1799794)
13268 - ipmi:ssif: Add support for multi-part transmit messages > 2 parts
13269
13270 * Packaging resync (LP: #1786013)
13271 - [Package] add support for specifying the primary makefile
13272
13273 * Update ENA driver to version 2.0.1K (LP: #1798182)
13274 - net: ena: minor performance improvement
13275 - net: ena: complete host info to match latest ENA spec
13276 - net: ena: introduce Low Latency Queues data structures according to ENA spec
13277 - net: ena: add functions for handling Low Latency Queues in ena_com
13278 - net: ena: add functions for handling Low Latency Queues in ena_netdev
13279 - net: ena: use CSUM_CHECKED device indication to report skb's checksum status
13280 - net: ena: explicit casting and initialization, and clearer error handling
13281 - net: ena: limit refill Rx threshold to 256 to avoid latency issues
13282 - net: ena: change rx copybreak default to reduce kernel memory pressure
13283 - net: ena: remove redundant parameter in ena_com_admin_init()
13284 - net: ena: update driver version to 2.0.1
13285 - net: ena: fix indentations in ena_defs for better readability
13286 - net: ena: Fix Kconfig dependency on X86
13287 - net: ena: enable Low Latency Queues
13288 - net: ena: fix compilation error in xtensa architecture
13289
13290 * [Bionic][Cosmic] ipmi: Fix timer race with module unload (LP: #1799281)
13291 - ipmi: Fix timer race with module unload
13292
13293 * Overlayfs in user namespace leaks directory content of inaccessible
13294 directories (LP: #1793458) // CVE-2018-6559
13295 - SAUCE: overlayfs: ensure mounter privileges when reading directories
13296
13297 * not able to unwind the stack from within __kernel_clock_gettime in the Linux
13298 vDSO (LP: #1797963)
13299 - powerpc/vdso: Correct call frame information
13300
13301 * Miscellaneous Ubuntu changes
13302 - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Don't print secure boot state
13303 from the efi stub"
13304 - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub"
13305 - Revert "UBUNTU: SAUCE: (efi-lockdown) Make get_cert_list() use
13306 efi_status_to_str() to print error messages."
13307 - Revert "UBUNTU: SAUCE: (efi-lockdown) Add efi_status_to_str() and rework
13308 efi_status_to_err()."
13309 - Revert "UBUNTU: SAUCE: (efi-lockdown) Make get_cert_list() not complain
13310 about cert lists that aren't present."
13311 - Revert "UBUNTU: SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable
13312 to be suppressed"
13313 - Revert "UBUNTU: SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI
13314 Secure Boot"
13315 - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser"
13316 - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Add EFI signature data types"
13317 - Revert "UBUNTU: SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time
13318 addition of keys to secondary keyring"
13319 - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in
13320 secure boot mode"
13321 - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to
13322 indicate secure boot mode"
13323 - Revert "UBUNTU: SAUCE: (efi-lockdown) Copy secure_boot flag in boot params
13324 across kexec reboot"
13325 - Revert "UBUNTU: SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the
13326 kernel is locked down"
13327 - Revert "UBUNTU: SAUCE: (efi-lockdown) Lock down perf"
13328 - Revert "UBUNTU: SAUCE: (efi-lockdown) bpf: Restrict kernel image access
13329 functions when the kernel is locked down"
13330 - Revert "UBUNTU: SAUCE: (efi-lockdown) Lock down kprobes"
13331 - Revert "UBUNTU: SAUCE: (efi-lockdown) Lock down /proc/kcore"
13332 - Revert "UBUNTU: SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the
13333 testmmiotrace module"
13334 - Revert "UBUNTU: SAUCE: (efi-lockdown) Lock down module params that specify
13335 hardware parameters (eg. ioport)"
13336 - Revert "UBUNTU: SAUCE: (efi-lockdown) Lock down TIOCSSERIAL"
13337 - Revert "UBUNTU: SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the
13338 kernel is locked down"
13339 - Revert "UBUNTU: SAUCE: (efi-lockdown) acpi: Disable APEI error injection if
13340 the kernel is locked down"
13341 - Revert "UBUNTU: SAUCE: (efi-lockdown) acpi: Disable ACPI table override if
13342 the kernel is locked down"
13343 - Revert "UBUNTU: SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param
13344 when the kernel has been locked down"
13345 - Revert "UBUNTU: SAUCE: (efi-lockdown) ACPI: Limit access to custom_method
13346 when the kernel is locked down"
13347 - Revert "UBUNTU: SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the
13348 kernel is locked down"
13349 - Revert "UBUNTU: SAUCE: (efi-lockdown) x86: Lock down IO port access when the
13350 kernel is locked down"
13351 - Revert "UBUNTU: SAUCE: (efi-lockdown) PCI: Lock down BAR access when the
13352 kernel is locked down"
13353 - Revert "UBUNTU: SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is
13354 locked down"
13355 - Revert "UBUNTU: SAUCE: (efi-lockdown) hibernate: Disable when the kernel is
13356 locked down"
13357 - Revert "UBUNTU: SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the
13358 kernel is locked down"
13359 - Revert "UBUNTU: SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the
13360 kernel is locked down"
13361 - Revert "UBUNTU: SAUCE: (efi-lockdown) Enforce module signatures if the
13362 kernel is locked down"
13363 - Revert "UBUNTU: SAUCE: (efi-lockdown) Add a SysRq option to lift kernel
13364 lockdown"
13365 - Revert "UBUNTU: SAUCE: (efi-lockdown) Add the ability to lock down access to
13366 the running kernel image"
13367 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
13368 kernel image
13369 - SAUCE: (efi-lockdown) Add a SysRq option to lift kernel lockdown
13370 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
13371 - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is
13372 locked down
13373 - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked
13374 down
13375 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
13376 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
13377 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
13378 down
13379 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
13380 locked down
13381 - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked
13382 down
13383 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
13384 locked down
13385 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
13386 has been locked down
13387 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
13388 locked down
13389 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
13390 locked down
13391 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
13392 down
13393 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
13394 - SAUCE: (efi-lockdown) Lock down module params that specify hardware
13395 parameters (eg. ioport)
13396 - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module
13397 - SAUCE: (efi-lockdown) Lock down /proc/kcore
13398 - SAUCE: (efi-lockdown) Lock down kprobes
13399 - SAUCE: (efi-lockdown) Lock down perf
13400 - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked
13401 down
13402 - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to
13403 secondary keyring
13404 - SAUCE: (efi-lockdown) efi: Add EFI signature data types
13405 - SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser
13406 - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot
13407 - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed
13408 - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists
13409 that aren't present.
13410 - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework
13411 efi_status_to_err().
13412 - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print
13413 error messages.
13414 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
13415 reboot
13416 - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure
13417 boot mode
13418 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
13419 mode
13420 - SAUCE: (efi-lockdown) efi/x86: Call efi_parse_options() from efi_main()
13421 - SAUCE: (efi-lockdown) Fix for module sig verification
13422 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
13423 - SAUCE: (efi-lockdown) module: remove support for having IMA validate modules
13424 - [Packaging] generate Vcs-Git url from changelog
13425 - [Config] CONFIG_SCSI_MQ_DEFAULT=y
13426
13427 -- Seth Forshee <seth.forshee@canonical.com> Fri, 02 Nov 2018 14:22:55 -0500
13428
13429linux (4.19.0-3.4) cosmic; urgency=medium
13430
13431 * Support Edge Gateway's Bluetooth LED (LP: #1798332)
13432 - SAUCE: Bluetooth: Support for LED on Edge Gateways
13433
13434 * Support Edge Gateway's WIFI LED (LP: #1798330)
13435 - SAUCE: mwifiex: Switch WiFi LED state according to the device status
13436
13437 [ Upstream Kernel Changes ]
13438
13439 * Rebase to v4.19
13440
13441 -- Seth Forshee <seth.forshee@canonical.com> Mon, 22 Oct 2018 09:13:39 -0500
13442
13443linux (4.19.0-2.3) cosmic; urgency=medium
13444
13445 * fscache: bad refcounting in fscache_op_complete leads to OOPS (LP: #1797314)
13446 - SAUCE: fscache: Fix race in decrementing refcount of op->npages
13447
13448 * Provide mode where all vCPUs on a core must be the same VM (LP: #1792957)
13449 - KVM: PPC: Book3S HV: Provide mode where all vCPUs on a core must be the same
13450 VM
13451
13452 * The front MIC can't work on the Lenovo M715 (LP: #1797292)
13453 - ALSA: hda/realtek - Fix the problem of the front MIC on the Lenovo M715
13454
13455 * arm64: snapdragon: WARNING: CPU: 0 PID: 1 at drivers/irqchip/irq-gic.c:1016
13456 gic_irq_domain_translate (LP: #1797143)
13457 - SAUCE: arm64: dts: msm8916: camms: fix gic_irq_domain_translate warnings
13458
13459 * Dell new AIO requires a new uart backlight driver (LP: #1727235)
13460 - SAUCE: platform/x86: dell-uart-backlight: new backlight driver for DELL AIO
13461 - updateconfigs for Dell UART backlight driver
13462
13463 * Please make CONFIG_PWM_LPSS_PCI and CONFIG_PWM_LPSS_PLATFORM built in to
13464 make brightness adjustment working on various BayTrail/CherryTrail-based
13465 devices (LP: #1783964)
13466 - [Config]: Make PWM_LPSS_* built-in
13467
13468 * check and fix zkey required kernel modules locations in debs, udebs, and
13469 initramfs (LP: #1794346)
13470 - [Config] add s390 crypto modules to crypt-modules udeb
13471
13472 * Miscellaneous Ubuntu changes
13473 - [Config] CONFIG_VBOXGUEST=n
13474 - ubuntu: vbox -- update to 5.2.18-dfsg-2
13475 - ubuntu: enable vbox build
13476
13477 [ Upstream Kernel Changes ]
13478
13479 * Rebase to v4.19-rc8
13480
13481 -- Seth Forshee <seth.forshee@canonical.com> Mon, 15 Oct 2018 10:52:04 -0500
13482
13483linux (4.19.0-1.2) cosmic; urgency=medium
13484
13485 * Page leaking in cachefiles_read_backing_file while vmscan is active
13486 (LP: #1793430)
13487 - SAUCE: cachefiles: Page leaking in cachefiles_read_backing_file while vmscan
13488 is active
13489
13490 * SRU: Enable middle button of touchpad on ThinkPad P72 (LP: #1793463)
13491 - Input: elantech - enable middle button of touchpad on ThinkPad P72
13492
13493 * Improvements to the kernel source package preparation (LP: #1793461)
13494 - [Packaging] startnewrelease: add support for backport kernels
13495
13496 * Fix unusable NVIDIA GPU after S3 (LP: #1793338)
13497 - SAUCE: PCI: Reprogram bridge prefetch registers on resume
13498
13499 * Error reported when creating ZFS pool with "-t" option, despite successful
13500 pool creation (LP: #1769937)
13501 - SAUCE: (noup) Update zfs to 0.7.9-3ubuntu6
13502
13503 * device hotplug of vfio devices can lead to deadlock in vfio_pci_release
13504 (LP: #1792099)
13505 - SAUCE: vfio -- release device lock before userspace requests
13506
13507 * Miscellaneous Ubuntu changes
13508 - [Packaging] retpoline -- fix temporary filenaming
13509 - CONFIG_BCH_CONST_PARAMS=n
13510 - Packaging: final-checks: remove trailing backport suffix
13511 - SAUCE: import aufs driver
13512
13513 [ Upstream Kernel Changes ]
13514
13515 * Rebase to v4.19-rc5
13516
13517 -- Seth Forshee <seth.forshee@canonical.com> Tue, 25 Sep 2018 16:32:24 -0500
13518
13519linux (4.19.0-0.1) cosmic; urgency=medium
13520
13521 * Miscellaneous Ubuntu changes
13522 - ubuntu -- disable vbox build
13523 - Disable zfs build
13524 - SAUCE: Import aufs driver
13525 - Update dropped.txt
13526
13527 [ Upstream Kernel Changes ]
13528
13529 * Rebase to v4.19-rc3
13530
13531 -- Seth Forshee <seth.forshee@canonical.com> Thu, 13 Sep 2018 07:54:47 -0500
13532
13533linux (4.19.0-0.0) cosmic; urgency=medium
13534
13535 * Dummy entry.
13536
13537 -- Seth Forshee <seth.forshee@canonical.com> Thu, 13 Sep 2018 06:44:09 -0500
13538
13539linux (4.18.0-8.9) cosmic; urgency=medium
13540
13541 * linux: 4.18.0-8.9 -proposed tracker (LP: #1791663)
13542
13543 * Cosmic update to v4.18.7 stable release (LP: #1791660)
13544 - rcu: Make expedited GPs handle CPU 0 being offline
13545 - net: 6lowpan: fix reserved space for single frames
13546 - net: mac802154: tx: expand tailroom if necessary
13547 - 9p/net: Fix zero-copy path in the 9p virtio transport
13548 - spi: davinci: fix a NULL pointer dereference
13549 - spi: pxa2xx: Add support for Intel Ice Lake
13550 - spi: spi-fsl-dspi: Fix imprecise abort on VF500 during probe
13551 - spi: cadence: Change usleep_range() to udelay(), for atomic context
13552 - mmc: block: Fix unsupported parallel dispatch of requests
13553 - mmc: renesas_sdhi_internal_dmac: mask DMAC interrupts
13554 - mmc: renesas_sdhi_internal_dmac: fix #define RST_RESERVED_BITS
13555 - readahead: stricter check for bdi io_pages
13556 - block: fix infinite loop if the device loses discard capability
13557 - block: blk_init_allocated_queue() set q->fq as NULL in the fail case
13558 - block: really disable runtime-pm for blk-mq
13559 - blkcg: Introduce blkg_root_lookup()
13560 - block: Introduce blk_exit_queue()
13561 - block: Ensure that a request queue is dissociated from the cgroup controller
13562 - apparmor: fix bad debug check in apparmor_secid_to_secctx()
13563 - dma-buf: Move BUG_ON from _add_shared_fence to _add_shared_inplace
13564 - libertas: fix suspend and resume for SDIO connected cards
13565 - media: Revert "[media] tvp5150: fix pad format frame height"
13566 - mailbox: xgene-slimpro: Fix potential NULL pointer dereference
13567 - Replace magic for trusting the secondary keyring with #define
13568 - Fix kexec forbidding kernels signed with keys in the secondary keyring to
13569 boot
13570 - powerpc/fadump: handle crash memory ranges array index overflow
13571 - powerpc/64s: Fix page table fragment refcount race vs speculative references
13572 - powerpc/pseries: Fix endianness while restoring of r3 in MCE handler.
13573 - powerpc/pkeys: Give all threads control of their key permissions
13574 - powerpc/pkeys: Deny read/write/execute by default
13575 - powerpc/pkeys: key allocation/deallocation must not change pkey registers
13576 - powerpc/pkeys: Save the pkey registers before fork
13577 - powerpc/pkeys: Fix calculation of total pkeys.
13578 - powerpc/pkeys: Preallocate execute-only key
13579 - powerpc/nohash: fix pte_access_permitted()
13580 - powerpc64/ftrace: Include ftrace.h needed for enable/disable calls
13581 - powerpc/powernv/pci: Work around races in PCI bridge enabling
13582 - cxl: Fix wrong comparison in cxl_adapter_context_get()
13583 - IB/mlx5: Honor cnt_set_id_valid flag instead of set_id
13584 - IB/mlx5: Fix leaking stack memory to userspace
13585 - IB/srpt: Fix srpt_cm_req_recv() error path (1/2)
13586 - IB/srpt: Fix srpt_cm_req_recv() error path (2/2)
13587 - IB/srpt: Support HCAs with more than two ports
13588 - overflow.h: Add arithmetic shift helper
13589 - RDMA/mlx5: Fix shift overflow in mlx5_ib_create_wq
13590 - ib_srpt: Fix a use-after-free in srpt_close_ch()
13591 - ib_srpt: Fix a use-after-free in __srpt_close_all_ch()
13592 - RDMA/rxe: Set wqe->status correctly if an unexpected response is received
13593 - 9p: fix multiple NULL-pointer-dereferences
13594 - fs/9p/xattr.c: catch the error of p9_client_clunk when setting xattr failed
13595 - 9p/virtio: fix off-by-one error in sg list bounds check
13596 - net/9p/client.c: version pointer uninitialized
13597 - net/9p/trans_fd.c: fix race-condition by flushing workqueue before the
13598 kfree()
13599 - dm integrity: change 'suspending' variable from bool to int
13600 - dm thin: stop no_space_timeout worker when switching to write-mode
13601 - dm cache metadata: save in-core policy_hint_size to on-disk superblock
13602 - dm cache metadata: set dirty on all cache blocks after a crash
13603 - dm crypt: don't decrease device limits
13604 - dm writecache: fix a crash due to reading past end of dirty_bitmap
13605 - uart: fix race between uart_put_char() and uart_shutdown()
13606 - Drivers: hv: vmbus: Fix the offer_in_progress in vmbus_process_offer()
13607 - Drivers: hv: vmbus: Reset the channel callback in vmbus_onoffer_rescind()
13608 - iio: sca3000: Fix missing return in switch
13609 - iio: ad9523: Fix displayed phase
13610 - iio: ad9523: Fix return value for ad952x_store()
13611 - extcon: Release locking when sending the notification of connector state
13612 - eventpoll.h: wrap casts in () properly
13613 - vmw_balloon: fix inflation of 64-bit GFNs
13614 - vmw_balloon: do not use 2MB without batching
13615 - vmw_balloon: VMCI_DOORBELL_SET does not check status
13616 - vmw_balloon: fix VMCI use when balloon built into kernel
13617 - rtc: omap: fix resource leak in registration error path
13618 - rtc: omap: fix potential crash on power off
13619 - tracing: Do not call start/stop() functions when tracing_on does not change
13620 - tracing/blktrace: Fix to allow setting same value
13621 - printk/tracing: Do not trace printk_nmi_enter()
13622 - livepatch: Validate module/old func name length
13623 - uprobes: Use synchronize_rcu() not synchronize_sched()
13624 - mfd: hi655x: Fix regmap area declared size for hi655x
13625 - ovl: fix wrong use of impure dir cache in ovl_iterate()
13626 - ACPICA: AML Parser: skip opcodes that open a scope upon parse failure
13627 - ACPICA: Clear status of all events when entering sleep states
13628 - drivers/block/zram/zram_drv.c: fix bug storing backing_dev
13629 - sched: idle: Avoid retaining the tick when it has been stopped
13630 - cpuidle: menu: Handle stopped tick more aggressively
13631 - cpufreq: governor: Avoid accessing invalid governor_data
13632 - PM / sleep: wakeup: Fix build error caused by missing SRCU support
13633 - ALSA: ac97: fix device initialization in the compat layer
13634 - ALSA: ac97: fix check of pm_runtime_get_sync failure
13635 - ALSA: ac97: fix unbalanced pm_runtime_enable
13636 - i2c: designware: Re-init controllers with pm_disabled set on resume
13637 - KVM: VMX: fixes for vmentry_l1d_flush module parameter
13638 - KVM: PPC: Book3S: Fix guest DMA when guest partially backed by THP pages
13639 - xtensa: limit offsets in __loop_cache_{all,page}
13640 - xtensa: increase ranges in ___invalidate_{i,d}cache_all
13641 - block, bfq: return nbytes and not zero from struct cftype .write() method
13642 - pnfs/blocklayout: off by one in bl_map_stripe()
13643 - nfsd: fix leaked file lock with nfs exported overlayfs
13644 - NFSv4 client live hangs after live data migration recovery
13645 - NFSv4: Fix locking in pnfs_generic_recover_commit_reqs
13646 - NFSv4: Fix a sleep in atomic context in nfs4_callback_sequence()
13647 - ARM: tegra: Fix Tegra30 Cardhu PCA954x reset
13648 - ARM: dts: am57xx-idk: Enable dual role for USB2 port
13649 - pwm: omap-dmtimer: Return -EPROBE_DEFER if no dmtimer platform data
13650 - mm/tlb: Remove tlb_remove_table() non-concurrent condition
13651 - iommu/ipmmu-vmsa: Don't register as BUS IOMMU if machine doesn't have IPMMU-
13652 VMSA
13653 - iommu/vt-d: Add definitions for PFSID
13654 - iommu/vt-d: Fix dev iotlb pfsid use
13655 - sys: don't hold uts_sem while accessing userspace memory
13656 - userns: move user access out of the mutex
13657 - ubifs: Fix memory leak in lprobs self-check
13658 - Revert "UBIFS: Fix potential integer overflow in allocation"
13659 - ubifs: Check data node size before truncate
13660 - ubifs: xattr: Don't operate on deleted inodes
13661 - ubifs: Fix directory size calculation for symlinks
13662 - ubifs: Fix synced_i_size calculation for xattr inodes
13663 - pwm: tiehrpwm: Don't use emulation mode bits to control PWM output
13664 - pwm: tiehrpwm: Fix disabling of output of PWMs
13665 - fb: fix lost console when the user unplugs a USB adapter
13666 - udlfb: fix semaphore value leak
13667 - udlfb: fix display corruption of the last line
13668 - udlfb: don't switch if we are switching to the same videomode
13669 - udlfb: set optimal write delay
13670 - udlfb: make a local copy of fb_ops
13671 - udlfb: handle allocation failure
13672 - udlfb: set line_length in dlfb_ops_set_par
13673 - getxattr: use correct xattr length
13674 - libnvdimm: Use max contiguous area for namespace size
13675 - libnvdimm: fix ars_status output length calculation
13676 - bcache: release dc->writeback_lock properly in bch_writeback_thread()
13677 - kconfig: fix "Can't open ..." in parallel build
13678 - perf auxtrace: Fix queue resize
13679 - crypto: vmx - Fix sleep-in-atomic bugs
13680 - crypto: aesni - Use unaligned loads from gcm_context_data
13681 - crypto: arm64/sm4-ce - check for the right CPU feature bit
13682 - crypto: caam - fix DMA mapping direction for RSA forms 2 & 3
13683 - crypto: caam/jr - fix descriptor DMA unmapping
13684 - crypto: caam/qi - fix error path in xts setkey
13685 - fs/quota: Fix spectre gadget in do_quotactl
13686 - udf: Fix mounting of Win7 created UDF filesystems
13687 - cpuidle: menu: Retain tick when shallow state is selected
13688 - arm64: mm: always enable CONFIG_HOLES_IN_ZONE
13689 - Linux 4.18.7
13690
13691 * CVE-2017-5715
13692 - s390: detect etoken facility
13693 - KVM: s390: add etoken support for guests
13694
13695 * Missing Intel GPU pci-id's (LP: #1789924)
13696 - drm/i915/whl: Introducing Whiskey Lake platform
13697 - drm/i915/aml: Introducing Amber Lake platform
13698 - drm/i915/cfl: Add a new CFL PCI ID.
13699
13700 * [18.10 FEAT] Add kernel config options for SMC-R/D (LP: #1789934)
13701 - s390/ism: add device driver for internal shared memory
13702 - CONFIG_ISM=y for s390
13703
13704 * Cosmic update to v4.18.6 stable release (LP: #1791105)
13705 - PATCH scripts/kernel-doc
13706 - scripts/kernel-doc: Escape all literal braces in regexes
13707 - scsi: libsas: dynamically allocate and free ata host
13708 - xprtrdma: Fix disconnect regression
13709 - mei: don't update offset in write
13710 - cifs: add missing support for ACLs in SMB 3.11
13711 - CIFS: fix uninitialized ptr deref in smb2 signing
13712 - cifs: add missing debug entries for kconfig options
13713 - cifs: use a refcount to protect open/closing the cached file handle
13714 - cifs: check kmalloc before use
13715 - smb3: enumerating snapshots was leaving part of the data off end
13716 - smb3: Do not send SMB3 SET_INFO if nothing changed
13717 - smb3: don't request leases in symlink creation and query
13718 - smb3: fill in statfs fsid and correct namelen
13719 - btrfs: use correct compare function of dirty_metadata_bytes
13720 - btrfs: don't leak ret from do_chunk_alloc
13721 - Btrfs: fix mount failure after fsync due to hard link recreation
13722 - Btrfs: fix btrfs_write_inode vs delayed iput deadlock
13723 - Btrfs: fix send failure when root has deleted files still open
13724 - Btrfs: send, fix incorrect file layout after hole punching beyond eof
13725 - hwmon: (k10temp) 27C Offset needed for Threadripper2
13726 - bpf, arm32: fix stack var offset in jit
13727 - regulator: arizona-ldo1: Use correct device to get enable GPIO
13728 - iommu/arm-smmu: Error out only if not enough context interrupts
13729 - printk: Split the code for storing a message into the log buffer
13730 - printk: Create helper function to queue deferred console handling
13731 - printk/nmi: Prevent deadlock when accessing the main log buffer in NMI
13732 - kprobes/arm64: Fix %p uses in error messages
13733 - arm64: Fix mismatched cache line size detection
13734 - arm64: Handle mismatched cache type
13735 - arm64: mm: check for upper PAGE_SHIFT bits in pfn_valid()
13736 - arm64: dts: rockchip: corrected uart1 clock-names for rk3328
13737 - KVM: arm/arm64: Fix potential loss of ptimer interrupts
13738 - KVM: arm/arm64: Fix lost IRQs from emulated physcial timer when blocked
13739 - KVM: arm/arm64: Skip updating PMD entry if no change
13740 - KVM: arm/arm64: Skip updating PTE entry if no change
13741 - s390/kvm: fix deadlock when killed by oom
13742 - perf kvm: Fix subcommands on s390
13743 - stop_machine: Reflow cpu_stop_queue_two_works()
13744 - stop_machine: Atomically queue and wake stopper threads
13745 - ext4: check for NUL characters in extended attribute's name
13746 - ext4: use ext4_warning() for sb_getblk failure
13747 - ext4: sysfs: print ext4_super_block fields as little-endian
13748 - ext4: reset error code in ext4_find_entry in fallback
13749 - ext4: fix race when setting the bitmap corrupted flag
13750 - x86/gpu: reserve ICL's graphics stolen memory
13751 - platform/x86: wmi: Do not mix pages and kmalloc
13752 - platform/x86: ideapad-laptop: Apply no_hw_rfkill to Y20-15IKBM, too
13753 - mm: move tlb_table_flush to tlb_flush_mmu_free
13754 - mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREE
13755 - x86/speculation/l1tf: Fix overflow in l1tf_pfn_limit() on 32bit
13756 - x86/speculation/l1tf: Fix off-by-one error when warning that system has too
13757 much RAM
13758 - x86/speculation/l1tf: Suggest what to do on systems with too much RAM
13759 - x86/vdso: Fix vDSO build if a retpoline is emitted
13760 - x86/process: Re-export start_thread()
13761 - KVM: x86: ensure all MSRs can always be KVM_GET/SET_MSR'd
13762 - KVM: x86: SVM: Call x86_spec_ctrl_set_guest/host() with interrupts disabled
13763 - fuse: Don't access pipe->buffers without pipe_lock()
13764 - fuse: fix initial parallel dirops
13765 - fuse: fix double request_end()
13766 - fuse: fix unlocked access to processing queue
13767 - fuse: umount should wait for all requests
13768 - fuse: Fix oops at process_init_reply()
13769 - fuse: Add missed unlock_page() to fuse_readpages_fill()
13770 - lib/vsprintf: Do not handle %pO[^F] as %px
13771 - udl-kms: change down_interruptible to down
13772 - udl-kms: handle allocation failure
13773 - udl-kms: fix crash due to uninitialized memory
13774 - udl-kms: avoid division
13775 - b43legacy/leds: Ensure NUL-termination of LED name string
13776 - b43/leds: Ensure NUL-termination of LED name string
13777 - ASoC: dpcm: don't merge format from invalid codec dai
13778 - ASoC: zte: Fix incorrect PCM format bit usages
13779 - ASoC: sirf: Fix potential NULL pointer dereference
13780 - ASoC: wm_adsp: Correct DSP pointer for preloader control
13781 - soc: qcom: rmtfs-mem: fix memleak in probe error paths
13782 - pinctrl: freescale: off by one in imx1_pinconf_group_dbg_show()
13783 - scsi: qla2xxx: Fix stalled relogin
13784 - x86/vdso: Fix lsl operand order
13785 - x86/nmi: Fix NMI uaccess race against CR3 switching
13786 - x86/irqflags: Mark native_restore_fl extern inline
13787 - x86/spectre: Add missing family 6 check to microcode check
13788 - x86/speculation/l1tf: Increase l1tf memory limit for Nehalem+
13789 - hwmon: (nct6775) Fix potential Spectre v1
13790 - x86/entry/64: Wipe KASAN stack shadow before rewind_stack_do_exit()
13791 - x86: Allow generating user-space headers without a compiler
13792 - s390/mm: fix addressing exception after suspend/resume
13793 - s390/lib: use expoline for all bcr instructions
13794 - s390: fix br_r1_trampoline for machines without exrl
13795 - s390/qdio: reset old sbal_state flags
13796 - s390/numa: move initial setup of node_to_cpumask_map
13797 - s390/purgatory: Fix crash with expoline enabled
13798 - s390/purgatory: Add missing FORCE to Makefile targets
13799 - kprobes: Show blacklist addresses as same as kallsyms does
13800 - kprobes: Replace %p with other pointer types
13801 - kprobes/arm: Fix %p uses in error messages
13802 - kprobes: Make list and blacklist root user read only
13803 - MIPS: Correct the 64-bit DSP accumulator register size
13804 - MIPS: memset.S: Fix byte_fixup for MIPSr6
13805 - MIPS: Always use -march=<arch>, not -<arch> shortcuts
13806 - MIPS: Change definition of cpu_relax() for Loongson-3
13807 - MIPS: lib: Provide MIPS64r6 __multi3() for GCC < 7
13808 - tpm: Return the actual size when receiving an unsupported command
13809 - tpm: separate cmd_ready/go_idle from runtime_pm
13810 - scsi: mpt3sas: Fix calltrace observed while running IO & reset
13811 - scsi: mpt3sas: Fix _transport_smp_handler() error path
13812 - scsi: sysfs: Introduce sysfs_{un,}break_active_protection()
13813 - scsi: core: Avoid that SCSI device removal through sysfs triggers a deadlock
13814 - iscsi target: fix session creation failure handling
13815 - mtd: rawnand: hynix: Use ->exec_op() in hynix_nand_reg_write_op()
13816 - mtd: rawnand: fsmc: Stop using chip->read_buf()
13817 - mtd: rawnand: marvell: add suspend and resume hooks
13818 - mtd: rawnand: qcom: wait for desc completion in all BAM channels
13819 - clk: rockchip: fix clk_i2sout parent selection bits on rk3399
13820 - clk: npcm7xx: fix memory allocation
13821 - PM / clk: signedness bug in of_pm_clk_add_clks()
13822 - power: generic-adc-battery: fix out-of-bounds write when copying channel
13823 properties
13824 - power: generic-adc-battery: check for duplicate properties copied from iio
13825 channels
13826 - watchdog: Mark watchdog touch functions as notrace
13827 - cdrom: Fix info leak/OOB read in cdrom_ioctl_drive_status
13828 - x86/dumpstack: Don't dump kernel memory based on usermode RIP
13829 - Linux 4.18.6
13830 - updateconfigs after v4.18.6 stable update
13831
13832 * random oopses on s390 systems using NVMe devices (LP: #1790480)
13833 - s390/pci: fix out of bounds access during irq setup
13834
13835 * [18.10 FEAT] zcrypt DD: introduce APQN tags to support deterministic driver
13836 binding (LP: #1784331)
13837 - s390/zcrypt: code beautify
13838 - s390/zcrypt: AP bus support for alternate driver(s)
13839 - s390/zcrypt: hex string mask improvements for apmask and aqmask.
13840
13841 * performance drop with ATS enabled (LP: #1788097)
13842 - powerpc/powernv: Fix concurrency issue with npu->mmio_atsd_usage
13843
13844 * Fix MCE handling for user access of poisoned device-dax mapping
13845 (LP: #1774366)
13846 - device-dax: Convert to vmf_insert_mixed and vm_fault_t
13847 - device-dax: Enable page_mapping()
13848 - device-dax: Set page->index
13849 - filesystem-dax: Set page->index
13850 - mm, madvise_inject_error: Disable MADV_SOFT_OFFLINE for ZONE_DEVICE pages
13851 - mm, dev_pagemap: Do not clear ->mapping on final put
13852 - mm, madvise_inject_error: Let memory_failure() optionally take a page
13853 reference
13854 - mm, memory_failure: Collect mapping size in collect_procs()
13855 - filesystem-dax: Introduce dax_lock_mapping_entry()
13856 - mm, memory_failure: Teach memory_failure() about dev_pagemap pages
13857 - x86/mm/pat: Prepare {reserve, free}_memtype() for "decoy" addresses
13858 - x86/memory_failure: Introduce {set, clear}_mce_nospec()
13859 - libnvdimm, pmem: Restore page attributes when clearing errors
13860
13861 * Reconcile hns3 SAUCE patches with upstream (LP: #1787477)
13862 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix comments for
13863 hclge_get_ring_chain_from_mbx"
13864 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for using wrong mask and
13865 shift in hclge_get_ring_chain_from_mbx"
13866 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for reset_level default
13867 assignment probelm"
13868 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unnecessary ring
13869 configuration operation while resetting"
13870 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix return value error in
13871 hns3_reset_notify_down_enet"
13872 - Revert "UBUNTU: SAUCE: net: hns3: Fix for phy link issue when using marvell
13873 phy driver"
13874 - Revert "UBUNTU: SAUCE: {topost} net: hns3: separate roce from nic when
13875 resetting"
13876 - Revert "UBUNTU: SAUCE: {topost} net: hns3: correct reset event status
13877 register"
13878 - Revert "UBUNTU: SAUCE: {topost} net: hns3: prevent to request reset
13879 frequently"
13880 - Revert "UBUNTU: SAUCE: {topost} net: hns3: reset net device with rtnl_lock"
13881 - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify the order of initializeing
13882 command queue register"
13883 - Revert "UBUNTU: SAUCE: {topost} net: hns3: prevent sending command during
13884 global or core reset"
13885 - Revert "UBUNTU: SAUCE: {topost} net: hns3: Use roce handle when calling roce
13886 callback function"
13887 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove the warning when clear
13888 reset cause"
13889 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix get_vector ops in
13890 hclgevf_main module"
13891 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix warning bug when doing lp
13892 selftest"
13893 - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add configure for mac minimal
13894 frame size"
13895 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for mailbox message truncated
13896 problem"
13897 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for l4 checksum offload bug"
13898 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for waterline not setting
13899 correctly"
13900 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for mac pause not disable in
13901 pfc mode"
13902 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix tc setup when netdev is first
13903 up"
13904 - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add calling roce callback
13905 function when link status change"
13906 - Revert "UBUNTU: SAUCE: {topost} net: hns3: optimize the process of notifying
13907 roce client"
13908 - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add pf reset for hip08 RoCE"
13909 - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add SPDX tags to hns3 driver"
13910 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused struct member and
13911 definition"
13912 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix mislead parameter name"
13913 - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify inconsistent bit mask
13914 macros"
13915 - Revert "UBUNTU: SAUCE: {topost} net: hns3: use decimal for bit offset
13916 macros"
13917 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix unreasonable code comments"
13918 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove extra space and brackets"
13919 - Revert "UBUNTU: SAUCE: {topost} net: hns3: standardize the handle of return
13920 value"
13921 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some redundant
13922 assignments"
13923 - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify hnae_ to hnae3_"
13924 - Revert "UBUNTU: SAUCE: {topost} net: hns3: use dma_zalloc_coherent instead
13925 of kzalloc/dma_map_single"
13926 - Revert "UBUNTU: SAUCE: {topost} net: hns3: give default option while
13927 dependency HNS3 set"
13928 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some unused members of
13929 some structures"
13930 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove a redundant
13931 hclge_cmd_csq_done"
13932 - Revert "UBUNTU: SAUCE: {topost} net: hns3: using modulo for cyclic counters
13933 in hclge_cmd_send"
13934 - Revert "UBUNTU: SAUCE: {topost} net: hns3: simplify hclge_cmd_csq_clean"
13935 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some redundant
13936 assignments"
13937 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove useless code in
13938 hclge_cmd_send"
13939 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused
13940 hclge_ring_to_dma_dir"
13941 - Revert "UBUNTU: SAUCE: {topost} net: hns3: use lower_32_bits and
13942 upper_32_bits"
13943 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove back in struct hclge_hw"
13944 - Revert "UBUNTU: SAUCE: {topost} net: hns3: add unlikely for error check"
13945 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove the Redundant put_vector
13946 in hns3_client_uninit"
13947 - Revert "UBUNTU: SAUCE: {topost} net: hns3: print the ret value in error
13948 information"
13949 - Revert "UBUNTU: SAUCE: {topost} net: hns3: extraction an interface for state
13950 state init|uninit"
13951 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused head file in
13952 hnae3.c"
13953 - Revert "UBUNTU: SAUCE: {topost} net: hns3: add l4_type check for both ipv4
13954 and ipv6"
13955 - Revert "UBUNTU: SAUCE: {topost} net: hns3: add vector status check before
13956 free vector"
13957 - Revert "UBUNTU: SAUCE: {topost} net: hns3: rename the interface for
13958 init_client_instance and uninit_client_instance"
13959 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove hclge_get_vector_index
13960 from hclge_bind_ring_with_vector"
13961 - Revert "UBUNTU: SAUCE: {topost} net: hns3: RX BD information valid only in
13962 last BD except VLD bit and buffer size"
13963 - Revert "UBUNTU: SAUCE: {topost} net: hns3: add support for serdes loopback
13964 selftest"
13965 - net: hns3: Updates RX packet info fetch in case of multi BD
13966 - net: hns3: remove hclge_get_vector_index from hclge_bind_ring_with_vector
13967 - net: hns3: rename the interface for init_client_instance and
13968 uninit_client_instance
13969 - net: hns3: add vector status check before free vector
13970 - net: hns3: add l4_type check for both ipv4 and ipv6
13971 - net: hns3: add unlikely for error check
13972 - net: hns3: remove unused head file in hnae3.c
13973 - net: hns3: extraction an interface for state init|uninit
13974 - net: hns3: print the ret value in error information
13975 - net: hns3: remove the Redundant put_vector in hns3_client_uninit
13976 - net: hns3: remove back in struct hclge_hw
13977 - net: hns3: use lower_32_bits and upper_32_bits
13978 - net: hns3: remove unused hclge_ring_to_dma_dir
13979 - net: hns3: remove useless code in hclge_cmd_send
13980 - net: hns3: remove some redundant assignments
13981 - net: hns3: simplify hclge_cmd_csq_clean
13982 - net: hns3: remove a redundant hclge_cmd_csq_done
13983 - net: hns3: remove some unused members of some structures
13984 - net: hns3: give default option while dependency HNS3 set
13985 - net: hns3: use dma_zalloc_coherent instead of kzalloc/dma_map_single
13986 - net: hns3: modify hnae_ to hnae3_
13987 - net: hns3: Fix tc setup when netdev is first up
13988 - net: hns3: Fix for mac pause not disable in pfc mode
13989 - net: hns3: Fix for waterline not setting correctly
13990 - net: hns3: Fix for l4 checksum offload bug
13991 - net: hns3: Fix for mailbox message truncated problem
13992 - net: hns3: Add configure for mac minimal frame size
13993 - net: hns3: Fix warning bug when doing lp selftest
13994 - net: hns3: Fix get_vector ops in hclgevf_main module
13995 - net: hns3: Remove the warning when clear reset cause
13996 - net: hns3: Prevent sending command during global or core reset
13997 - net: hns3: Modify the order of initializing command queue register
13998 - net: hns3: Reset net device with rtnl_lock
13999 - net: hns3: Prevent to request reset frequently
14000 - net: hns3: Correct reset event status register
14001 - net: hns3: Fix return value error in hns3_reset_notify_down_enet
14002 - net: hns3: remove unnecessary ring configuration operation while resetting
14003 - net: hns3: Fix for reset_level default assignment probelm
14004 - net: hns3: Fix for using wrong mask and shift in
14005 hclge_get_ring_chain_from_mbx
14006 - net: hns3: Fix comments for hclge_get_ring_chain_from_mbx
14007 - net: hns3: Remove some redundant assignments
14008 - net: hns3: Standardize the handle of return value
14009 - net: hns3: Remove extra space and brackets
14010 - net: hns3: Correct unreasonable code comments
14011 - net: hns3: Use decimal for bit offset macros
14012 - net: hns3: Modify inconsistent bit mask macros
14013 - net: hns3: Fix misleading parameter name
14014 - net: hns3: Remove unused struct member and definition
14015 - net: hns3: Add SPDX tags to HNS3 PF driver
14016 - net: hns3: Add support for serdes loopback selftest
14017 - net: hns3: Fix for phy link issue when using marvell phy driver
14018
14019 * [Regression] kernel crashdump fails on arm64 (LP: #1786878)
14020 - arm64: export memblock_reserve()d regions via /proc/iomem
14021 - drivers: acpi: add dependency of EFI for arm64
14022 - efi/arm: preserve early mapping of UEFI memory map longer for BGRT
14023 - efi/arm: map UEFI memory map even w/o runtime services enabled
14024 - arm64: acpi: fix alignment fault in accessing ACPI
14025 - [Config] CONFIG_ARCH_SUPPORTS_ACPI=y
14026 - arm64: fix ACPI dependencies
14027 - ACPI: fix menuconfig presentation of ACPI submenu
14028
14029 * TB 16 issue on Dell Lattitude 7490 with large amount of data (LP: #1785780)
14030 - r8152: disable RX aggregation on new Dell TB16 dock
14031
14032 * Support Power Management for Thunderbolt Controller (LP: #1789358)
14033 - thunderbolt: Use 64-bit DMA mask if supported by the platform
14034 - thunderbolt: Do not unnecessarily call ICM get route
14035 - thunderbolt: No need to take tb->lock in domain suspend/complete
14036 - thunderbolt: Use correct ICM commands in system suspend
14037 - thunderbolt: Add support for runtime PM
14038
14039 * Enable AMD PCIe MP2 for AMDI0011 (LP: #1773940)
14040 - SAUCE: i2c:amd I2C Driver based on PCI Interface for upcoming platform
14041 - SAUCE: i2c:amd move out pointer in union i2c_event_base
14042 - SAUCE: i2c:amd Depends on ACPI
14043 - [Config] i2c: CONFIG_I2C_AMD_MP2=y on x86
14044
14045 * Microphone cannot be detected with front panel audio combo jack on HP Z8-G4
14046 machine (LP: #1789145)
14047 - ALSA: hda/realtek - Fix HP Headset Mic can't record
14048
14049 * Please enable CONFIG_PAGE_POISONING (LP: #1783651)
14050 - [Config] Enable CONFIG_PAGE_POISONING configs
14051
14052 * Tango platform uses __initcall without further checks (LP: #1787945)
14053 - [Config] disable ARCH_TANGO
14054
14055 * [18.10 FEAT] SMC-Direct (LP: #1786902)
14056 - net/smc: determine port attributes independent from pnet table
14057 - net/smc: add pnetid support
14058 - net/smc: add base infrastructure for SMC-D and ISM
14059 - net/smc: add pnetid support for SMC-D and ISM
14060 - net/smc: add SMC-D support in CLC messages
14061 - net/smc: add SMC-D support in data transfer
14062 - net/smc: add SMC-D support in af_smc
14063 - net/smc: add SMC-D diag support
14064 - net/smc: provide smc mode in smc_diag.c
14065 - net/smc: eliminate cursor read and write calls
14066 - net/smc: add function to get link group from link
14067 - net/smc: use DECLARE_BITMAP for rtokens_used_mask
14068 - net/smc: remove local variable page in smc_rx_splice()
14069 - net/smc: Remove a WARN_ON() statement
14070 - net/smc: Simplify ib_post_(send|recv|srq_recv)() calls
14071 - net/smc: fewer parameters for smc_llc_send_confirm_link()
14072 - net/smc: use correct vlan gid of RoCE device
14073 - net/smc: provide fallback reason code
14074 - net/smc: improve delete link processing
14075 - net: simplify sock_poll_wait
14076 - net/smc: send response to test link signal
14077
14078 * Miscellaneous Ubuntu changes
14079 - [Config] update annotations for CONFIG_CRYPTO_SPECK_NEON
14080 - [Config] fix up annotatios for CONFIG_CRYPTO_SPECK
14081
14082 -- Seth Forshee <seth.forshee@canonical.com> Mon, 10 Sep 2018 07:08:38 -0500
14083
14084linux (4.18.0-7.8) cosmic; urgency=medium
14085
14086 * linux: 4.18.0-7.8 -proposed tracker (LP: #1789459)
14087
14088 * pmtu.sh fails on 4.18 kernel (LP: #1789436)
14089 - SAUCE: Revert "vti6: fix PMTU caching and reporting on xmit"
14090
14091 -- Seth Forshee <seth.forshee@canonical.com> Tue, 28 Aug 2018 11:08:51 -0500
14092
14093linux (4.18.0-6.7) cosmic; urgency=medium
14094
14095 * linux: 4.18.0-6.7 -proposed tracker (LP: #1788881)
14096
14097 * systemd 237-3ubuntu10 ADT test failure with linux 4.18.0-5.6 (LP: #1787440)
14098 - Config: Disable BPF_JIT_ALWAYS_ON on i386
14099
14100 * execveat03 in ubuntu_ltp_syscalls failed on X/B (LP: #1786729)
14101 - cap_inode_getsecurity: use d_find_any_alias() instead of d_find_alias()
14102
14103 * Cosmic update to v4.18.5 stable release (LP: #1788874)
14104 - EDAC: Add missing MEM_LRDDR4 entry in edac_mem_types[]
14105 - pty: fix O_CLOEXEC for TIOCGPTPEER
14106 - mm: Allow non-direct-map arguments to free_reserved_area()
14107 - x86/mm/init: Pass unconverted symbol addresses to free_init_pages()
14108 - x86/mm/init: Add helper for freeing kernel image pages
14109 - x86/mm/init: Remove freed kernel image areas from alias mapping
14110 - powerpc64s: Show ori31 availability in spectre_v1 sysfs file not v2
14111 - ext4: fix spectre gadget in ext4_mb_regular_allocator()
14112 - drm/i915/kvmgt: Fix potential Spectre v1
14113 - drm/amdgpu/pm: Fix potential Spectre v1
14114 - parisc: Remove unnecessary barriers from spinlock.h
14115 - parisc: Remove ordered stores from syscall.S
14116 - PCI: Restore resized BAR state on resume
14117 - PCI / ACPI / PM: Resume all bridges on suspend-to-RAM
14118 - PCI: hotplug: Don't leak pci_slot on registration failure
14119 - PCI: aardvark: Size bridges before resources allocation
14120 - PCI: Skip MPS logic for Virtual Functions (VFs)
14121 - PCI: pciehp: Fix use-after-free on unplug
14122 - PCI: pciehp: Fix unprotected list iteration in IRQ handler
14123 - i2c: core: ACPI: Properly set status byte to 0 for multi-byte writes
14124 - i2c: imx: Fix race condition in dma read
14125 - reiserfs: fix broken xattr handling (heap corruption, bad retval)
14126 - Linux 4.18.5
14127
14128 * [18.10 FEAT] Add kernel config option "CONFIG_SCLP_OFB" (LP: #1787898)
14129 - [Config] CONFIG_SCLP_OFB=y for s390x
14130
14131 * errors when scanning partition table of corrupted AIX disk (LP: #1787281)
14132 - partitions/aix: fix usage of uninitialized lv_info and lvname structures
14133 - partitions/aix: append null character to print data from disk
14134
14135 * Apply NVMe bugfix from Google that bjf asked for (LP: #1787635)
14136 - nvme-pci: add a memory barrier to nvme_dbbuf_update_and_check_event
14137
14138 * ThinkPad systems have no HDMI sound when using the nvidia GPU (LP: #1787058)
14139 - ACPI / OSI: Add OEM _OSI string to enable NVidia HDMI audio
14140
14141 * Cosmic update to v4.18.4 stable release (LP: #1788454)
14142 - l2tp: use sk_dst_check() to avoid race on sk->sk_dst_cache
14143 - net_sched: fix NULL pointer dereference when delete tcindex filter
14144 - net_sched: Fix missing res info when create new tc_index filter
14145 - r8169: don't use MSI-X on RTL8168g
14146 - ALSA: hda - Sleep for 10ms after entering D3 on Conexant codecs
14147 - ALSA: hda - Turn CX8200 into D3 as well upon reboot
14148 - ALSA: vx222: Fix invalid endian conversions
14149 - ALSA: virmidi: Fix too long output trigger loop
14150 - ALSA: cs5535audio: Fix invalid endian conversion
14151 - ALSA: dice: fix wrong copy to rx parameters for Alesis iO26
14152 - ALSA: hda: Correct Asrock B85M-ITX power_save blacklist entry
14153 - ALSA: memalloc: Don't exceed over the requested size
14154 - ALSA: vxpocket: Fix invalid endian conversions
14155 - ALSA: seq: Fix poll() error return
14156 - media: gl861: fix probe of dvb_usb_gl861
14157 - USB: serial: sierra: fix potential deadlock at close
14158 - USB: serial: pl2303: add a new device id for ATEN
14159 - USB: option: add support for DW5821e
14160 - ACPI / PM: save NVS memory for ASUS 1025C laptop
14161 - tty: serial: 8250: Revert NXP SC16C2552 workaround
14162 - serial: 8250_exar: Read INT0 from slave device, too
14163 - serial: 8250_dw: always set baud rate in dw8250_set_termios
14164 - serial: 8250_dw: Add ACPI support for uart on Broadcom SoC
14165 - uio: fix wrong return value from uio_mmap()
14166 - misc: sram: fix resource leaks in probe error path
14167 - Revert "uio: use request_threaded_irq instead"
14168 - Bluetooth: avoid killing an already killed socket
14169 - isdn: Disable IIOCDBGVAR
14170 - net: sock_diag: Fix spectre v1 gadget in __sock_diag_cmd()
14171 - hv/netvsc: Fix NULL dereference at single queue mode fallback
14172 - r8169: don't use MSI-X on RTL8106e
14173 - ip_vti: fix a null pointer deferrence when create vti fallback tunnel
14174 - net: ethernet: mvneta: Fix napi structure mixup on armada 3700
14175 - net: mvneta: fix mvneta_config_rss on armada 3700
14176 - cls_matchall: fix tcf_unbind_filter missing
14177 - Linux 4.18.4
14178
14179 * Cosmic update to v4.18.3 stable release (LP: #1788453)
14180 - x86/speculation/l1tf: Exempt zeroed PTEs from inversion
14181 - Linux 4.18.3
14182
14183 * Cosmic update to v4.18.2 stable release (LP: #1788452)
14184 - x86/l1tf: Fix build error seen if CONFIG_KVM_INTEL is disabled
14185 - x86: i8259: Add missing include file
14186 - x86/hyper-v: Check for VP_INVAL in hyperv_flush_tlb_others()
14187 - x86/platform/UV: Mark memblock related init code and data correctly
14188 - x86/mm/pti: Clear Global bit more aggressively
14189 - xen/pv: Call get_cpu_address_sizes to set x86_virt/phys_bits
14190 - x86/mm: Disable ioremap free page handling on x86-PAE
14191 - kbuild: verify that $DEPMOD is installed
14192 - crypto: ccree - fix finup
14193 - crypto: ccree - fix iv handling
14194 - crypto: ccp - Check for NULL PSP pointer at module unload
14195 - crypto: ccp - Fix command completion detection race
14196 - crypto: x86/sha256-mb - fix digest copy in sha256_mb_mgr_get_comp_job_avx2()
14197 - crypto: vmac - require a block cipher with 128-bit block size
14198 - crypto: vmac - separate tfm and request context
14199 - crypto: blkcipher - fix crash flushing dcache in error path
14200 - crypto: ablkcipher - fix crash flushing dcache in error path
14201 - crypto: skcipher - fix aligning block size in skcipher_copy_iv()
14202 - crypto: skcipher - fix crash flushing dcache in error path
14203 - ioremap: Update pgtable free interfaces with addr
14204 - x86/mm: Add TLB purge to free pmd/pte page interfaces
14205 - Linux 4.18.2
14206
14207 * Cosmic update to v4.18.2 stable release (LP: #1788452) // CVE-2018-9363
14208 - Bluetooth: hidp: buffer overflow in hidp_process_report
14209
14210 * linux-cloud-tools-common: Ensure hv-kvp-daemon.service starts before
14211 walinuxagent.service (LP: #1739107)
14212 - [Debian] hyper-v -- Ensure that hv-kvp-daemon.service starts before
14213 walinuxagent.service
14214
14215 * Miscellaneous Ubuntu changes
14216 - SAUCE: ipvs: remove nbsp characters from Kconfig
14217 - [Config] CONFIG_MPROFILE_KERNEL=y for ppc64el
14218 - [Config] CONFIG_DRM_RCAR_LVDS=m for snapdragon
14219 - [Config] CONFIG_MDIO_MSCC_MIIM=n for s390x
14220 - [Config] CONFIG_NET_VENDOR_MICROSEMI=n, CONFIG_NET_VENDOR_NI=n for s390x
14221 - [Config] update annotations following config review
14222 - [Debian] set CROSS_COMPILE when generating kernel configs
14223 - [Config] Disable the Speck cipher
14224
14225 -- Seth Forshee <seth.forshee@canonical.com> Fri, 24 Aug 2018 14:18:15 -0500
14226
14227linux (4.18.0-5.6) cosmic; urgency=medium
14228
14229 * Cosmic update to v4.18.1 stable release (LP: #1787264)
14230 - x86/paravirt: Fix spectre-v2 mitigations for paravirt guests
14231 - x86/speculation: Protect against userspace-userspace spectreRSB
14232 - kprobes/x86: Fix %p uses in error messages
14233 - x86/irqflags: Provide a declaration for native_save_fl
14234 - x86/speculation/l1tf: Increase 32bit PAE __PHYSICAL_PAGE_SHIFT
14235 - x86/speculation/l1tf: Change order of offset/type in swap entry
14236 - x86/speculation/l1tf: Protect swap entries against L1TF
14237 - x86/speculation/l1tf: Protect PROT_NONE PTEs against speculation
14238 - x86/speculation/l1tf: Make sure the first page is always reserved
14239 - x86/speculation/l1tf: Add sysfs reporting for l1tf
14240 - x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappings
14241 - x86/speculation/l1tf: Limit swap file size to MAX_PA/2
14242 - x86/bugs: Move the l1tf function and define pr_fmt properly
14243 - sched/smt: Update sched_smt_present at runtime
14244 - x86/smp: Provide topology_is_primary_thread()
14245 - x86/topology: Provide topology_smt_supported()
14246 - cpu/hotplug: Make bringup/teardown of smp threads symmetric
14247 - cpu/hotplug: Split do_cpu_down()
14248 - cpu/hotplug: Provide knobs to control SMT
14249 - x86/cpu: Remove the pointless CPU printout
14250 - x86/cpu/AMD: Remove the pointless detect_ht() call
14251 - x86/cpu/common: Provide detect_ht_early()
14252 - x86/cpu/topology: Provide detect_extended_topology_early()
14253 - x86/cpu/intel: Evaluate smp_num_siblings early
14254 - x86/CPU/AMD: Do not check CPUID max ext level before parsing SMP info
14255 - x86/cpu/AMD: Evaluate smp_num_siblings early
14256 - x86/apic: Ignore secondary threads if nosmt=force
14257 - x86/speculation/l1tf: Extend 64bit swap file size limit
14258 - x86/cpufeatures: Add detection of L1D cache flush support.
14259 - x86/CPU/AMD: Move TOPOEXT reenablement before reading smp_num_siblings
14260 - x86/speculation/l1tf: Protect PAE swap entries against L1TF
14261 - x86/speculation/l1tf: Fix up pte->pfn conversion for PAE
14262 - Revert "x86/apic: Ignore secondary threads if nosmt=force"
14263 - cpu/hotplug: Boot HT siblings at least once
14264 - x86/KVM: Warn user if KVM is loaded SMT and L1TF CPU bug being present
14265 - x86/KVM/VMX: Add module argument for L1TF mitigation
14266 - x86/KVM/VMX: Add L1D flush algorithm
14267 - x86/KVM/VMX: Add L1D MSR based flush
14268 - x86/KVM/VMX: Add L1D flush logic
14269 - x86/KVM/VMX: Split the VMX MSR LOAD structures to have an host/guest numbers
14270 - x86/KVM/VMX: Add find_msr() helper function
14271 - x86/KVM/VMX: Separate the VMX AUTOLOAD guest/host number accounting
14272 - x86/KVM/VMX: Extend add_atomic_switch_msr() to allow VMENTER only MSRs
14273 - x86/KVM/VMX: Use MSR save list for IA32_FLUSH_CMD if required
14274 - cpu/hotplug: Online siblings when SMT control is turned on
14275 - x86/litf: Introduce vmx status variable
14276 - x86/kvm: Drop L1TF MSR list approach
14277 - x86/l1tf: Handle EPT disabled state proper
14278 - x86/kvm: Move l1tf setup function
14279 - x86/kvm: Add static key for flush always
14280 - x86/kvm: Serialize L1D flush parameter setter
14281 - x86/kvm: Allow runtime control of L1D flush
14282 - cpu/hotplug: Expose SMT control init function
14283 - cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED early
14284 - x86/bugs, kvm: Introduce boot-time control of L1TF mitigations
14285 - Documentation: Add section about CPU vulnerabilities
14286 - x86/speculation/l1tf: Unbreak !__HAVE_ARCH_PFN_MODIFY_ALLOWED architectures
14287 - x86/KVM/VMX: Initialize the vmx_l1d_flush_pages' content
14288 - Documentation/l1tf: Fix typos
14289 - cpu/hotplug: detect SMT disabled by BIOS
14290 - x86/KVM/VMX: Don't set l1tf_flush_l1d to true from vmx_l1d_flush()
14291 - x86/KVM/VMX: Replace 'vmx_l1d_flush_always' with 'vmx_l1d_flush_cond'
14292 - x86/KVM/VMX: Move the l1tf_flush_l1d test to vmx_l1d_flush()
14293 - x86/irq: Demote irq_cpustat_t::__softirq_pending to u16
14294 - x86/KVM/VMX: Introduce per-host-cpu analogue of l1tf_flush_l1d
14295 - x86: Don't include linux/irq.h from asm/hardirq.h
14296 - x86/irq: Let interrupt handlers set kvm_cpu_l1tf_flush_l1d
14297 - x86/KVM/VMX: Don't set l1tf_flush_l1d from vmx_handle_external_intr()
14298 - Documentation/l1tf: Remove Yonah processors from not vulnerable list
14299 - x86/speculation: Simplify sysfs report of VMX L1TF vulnerability
14300 - x86/speculation: Use ARCH_CAPABILITIES to skip L1D flush on vmentry
14301 - KVM: VMX: Tell the nested hypervisor to skip L1D flush on vmentry
14302 - cpu/hotplug: Fix SMT supported evaluation
14303 - x86/speculation/l1tf: Invert all not present mappings
14304 - x86/speculation/l1tf: Make pmd/pud_mknotpresent() invert
14305 - x86/mm/pat: Make set_memory_np() L1TF safe
14306 - x86/mm/kmmio: Make the tracer robust against L1TF
14307 - tools headers: Synchronise x86 cpufeatures.h for L1TF additions
14308 - x86/microcode: Allow late microcode loading with SMT disabled
14309 - x86/smp: fix non-SMP broken build due to redefinition of
14310 apic_id_is_primary_thread
14311 - cpu/hotplug: Non-SMP machines do not make use of booted_once
14312 - x86/init: fix build with CONFIG_SWAP=n
14313 - Linux 4.18.1
14314 - [Config] updateconfigs after v4.18.1 stable update
14315
14316 * Consider enabling CONFIG_NETWORK_PHY_TIMESTAMPING (LP: #1785816)
14317 - [Config] Enable timestamping in network PHY devices
14318
14319 * Miscellaneous Ubuntu changes
14320 - [Config] CONFIG_SYSCTL_SYSCALL=n
14321
14322 [ Upstream Kernel Changes ]
14323
14324 * Rebase to v4.18
14325
14326 -- Seth Forshee <seth.forshee@canonical.com> Wed, 15 Aug 2018 14:20:59 -0500
14327
14328linux (4.18.0-4.5) cosmic; urgency=medium
14329
14330 [ Upstream Kernel Changes ]
14331
14332 * Rebase to v4.18-rc8
14333
14334 -- Seth Forshee <seth.forshee@canonical.com> Mon, 06 Aug 2018 13:54:02 -0500
14335
14336linux (4.18.0-3.4) cosmic; urgency=medium
14337
14338 * Suspend fails in Ubuntu and Kubuntu 18.04 but works fine in Ubuntu and
14339 Kubuntu 17.10 (and on Kubuntu 18.04 using kernel 4.14.47) (LP: #1774950)
14340 - ACPI / LPSS: Avoid PM quirks on suspend and resume from hibernation
14341
14342 * hinic interfaces aren't getting predictable names (LP: #1783138)
14343 - hinic: Link the logical network device to the pci device in sysfs
14344
14345 * libvirtd is unable to configure bridge devices inside of LXD containers
14346 (LP: #1784501)
14347 - kernfs: allow creating kernfs objects with arbitrary uid/gid
14348 - sysfs, kobject: allow creating kobject belonging to arbitrary users
14349 - kobject: kset_create_and_add() - fetch ownership info from parent
14350 - driver core: set up ownership of class devices in sysfs
14351 - net-sysfs: require net admin in the init ns for setting tx_maxrate
14352 - net-sysfs: make sure objects belong to container's owner
14353 - net: create reusable function for getting ownership info of sysfs inodes
14354 - bridge: make sure objects belong to container's owner
14355 - sysfs: Fix regression when adding a file to an existing group
14356
14357 * locking sockets broken due to missing AppArmor socket mediation patches
14358 (LP: #1780227)
14359 - UBUNTU SAUCE: apparmor: fix apparmor mediating locking non-fs, unix sockets
14360
14361 * Update2 for ocxl driver (LP: #1781436)
14362 - ocxl: Fix page fault handler in case of fault on dying process
14363
14364 * HDMI/DP audio can't work on the laptop of Dell Latitude 5495 (LP: #1782689)
14365 - ALSA: hda: use PCI_BASE_CLASS_DISPLAY to replace PCI_CLASS_DISPLAY_VGA
14366 - vga_switcheroo: set audio client id according to bound GPU id
14367
14368 * Allow Raven Ridge's audio controller to be runtime suspended (LP: #1782540)
14369 - ALSA: hda: Add AZX_DCAPS_PM_RUNTIME for AMD Raven Ridge
14370
14371 * Invoking obsolete 'firmware_install' target breaks snap build (LP: #1782166)
14372 - snapcraft.yaml: stop invoking the obsolete (and non-existing)
14373 'firmware_install' target
14374
14375 * snapcraft.yaml: missing ubuntu-retpoline-extract-one script breaks the build
14376 (LP: #1782116)
14377 - snapcraft.yaml: copy retpoline-extract-one to scripts before build
14378
14379 [ Upstream Kernel Changes ]
14380
14381 * Rebase to v4.18-rc7
14382
14383 -- Seth Forshee <seth.forshee@canonical.com> Wed, 01 Aug 2018 08:49:40 -0500
14384
14385linux (4.18.0-2.3) cosmic; urgency=medium
14386
14387 * Kernel error "task zfs:pid blocked for more than 120 seconds" (LP: #1781364)
14388 - SAUCE: (noup) zfs to 0.7.9-3ubuntu4
14389
14390 * [Regression] EXT4-fs error (device sda1): ext4_validate_inode_bitmap:99:
14391 comm stress-ng: Corrupt inode bitmap (LP: #1780137)
14392 - SAUCE: ext4: fix ext4_validate_inode_bitmap: comm stress-ng: Corrupt inode
14393 bitmap
14394
14395 * Cloud-init causes potentially huge boot delays with 4.15 kernels
14396 (LP: #1780062)
14397 - random: Make getrandom() ready earlier
14398
14399 * hisi_sas_v3_hw: internal task abort: timeout and not done. (LP: #1777736)
14400 - scsi: hisi_sas: Update a couple of register settings for v3 hw
14401
14402 * hisi_sas: Add missing PHY spinlock init (LP: #1777734)
14403 - scsi: hisi_sas: Add missing PHY spinlock init
14404
14405 * hisi_sas: improve read performance by pre-allocating slot DMA buffers
14406 (LP: #1777727)
14407 - scsi: hisi_sas: Use dmam_alloc_coherent()
14408 - scsi: hisi_sas: Pre-allocate slot DMA buffers
14409
14410 * hisi_sas: Failures during host reset (LP: #1777696)
14411 - scsi: hisi_sas: Only process broadcast change in phy_bcast_v3_hw()
14412 - scsi: hisi_sas: Fix the conflict between dev gone and host reset
14413 - scsi: hisi_sas: Adjust task reject period during host reset
14414 - scsi: hisi_sas: Add a flag to filter PHY events during reset
14415 - scsi: hisi_sas: Release all remaining resources in clear nexus ha
14416
14417 * Miscellaneous Ubuntu changes
14418 - SAUCE: (noup) Update spl to 0.7.9-3ubuntu2, zfs to 0.7.9-3ubuntu3
14419 - SAUCE: mm: Fix exports that inadvertently make put_page() EXPORT_SYMBOL_GPL
14420 - Enable zfs build
14421 - SAUCE: Import aufs driver
14422 - Revert "UBUNTU: [Config]: set CONFIG_EDAC_DEBUG=y for ARM64"
14423 - [Config] retpoline -- review and accept retpoline changes
14424
14425 [ Upstream Kernel Changes ]
14426
14427 * Rebase to v4.18-rc5
14428 * Rebase to v4.18-rc6
14429
14430 -- Seth Forshee <seth.forshee@canonical.com> Tue, 24 Jul 2018 08:41:22 -0500
14431
14432linux (4.18.0-1.2) cosmic; urgency=medium
14433
14434 [ Upstream Kernel Changes ]
14435
14436 * Rebase to v4.18-rc4
14437
14438 -- Seth Forshee <seth.forshee@canonical.com> Mon, 09 Jul 2018 07:36:31 -0500
14439
14440linux (4.18.0-0.1) cosmic; urgency=medium
14441
14442 * Miscellaneous Ubuntu changes
14443 - ubuntu -- disable vbox build
14444 - Disable zfs build
14445 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
14446 kernel image
14447 - SAUCE: (efi-lockdown) Add a SysRq option to lift kernel lockdown
14448 - SAUCE: (efi-lockdown) ima: require secure_boot rules in lockdown mode
14449 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
14450 - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is
14451 locked down
14452 - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked
14453 down
14454 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
14455 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
14456 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
14457 down
14458 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
14459 locked down
14460 - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked
14461 down
14462 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
14463 locked down
14464 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
14465 has been locked down
14466 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
14467 locked down
14468 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
14469 locked down
14470 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
14471 down
14472 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
14473 - SAUCE: (efi-lockdown) Lock down module params that specify hardware
14474 parameters (eg. ioport)
14475 - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module
14476 - SAUCE: (efi-lockdown) Lock down /proc/kcore
14477 - SAUCE: (efi-lockdown) Lock down kprobes
14478 - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the
14479 kernel is locked down
14480 - SAUCE: (efi-lockdown) Lock down perf
14481 - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked
14482 down
14483 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
14484 reboot
14485 - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure
14486 boot mode
14487 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
14488 mode
14489 - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to
14490 secondary keyring
14491 - SAUCE: (efi-lockdown) efi: Add EFI signature data types
14492 - SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser
14493 - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot
14494 - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed
14495 - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists
14496 that aren't present.
14497 - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework
14498 efi_status_to_err().
14499 - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print
14500 error messages.
14501 - SAUCE: (efi-lockdown) lockdown: fix coordination of kernel module signature
14502 verification
14503 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
14504 - SAUCE: (efi-lockdown) efi: Don't print secure boot state from the efi stub
14505 - SAUCE: (namespace) block_dev: Support checking inode permissions in
14506 lookup_bdev()
14507 - SAUCE: (namespace) block_dev: Check permissions towards block device inode
14508 when mounting
14509 - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode
14510 when mounting
14511 - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user
14512 namespaces
14513 - SAUCE: (namespace) ext4: Add module parameter to enable user namespace
14514 mounts
14515 - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is
14516 opened for writing
14517 - SAUCE: Import aufs driver
14518 - Update dropped.txt
14519 - [Config] updateconfigs after 4.18-rc3 rebase
14520 - SAUCE: (no-up): ASoC: Intel: bytcr-rt5660: Remove snd_soc_codec use for 4.18
14521
14522 [ Upstream Kernel Changes ]
14523
14524 * Rebase to v4.18-rc3
14525
14526 -- Seth Forshee <seth.forshee@canonical.com> Fri, 06 Jul 2018 10:46:37 -0500
14527
14528linux (4.18.0-0.0) cosmic; urgency=medium
14529
14530 * Dummy entry.
14531
14532 -- Seth Forshee <seth.forshee@canonical.com> Tue, 03 Jul 2018 11:10:33 -0500
14533
14534linux (4.17.0-4.5) cosmic; urgency=medium
14535
14536 * linux: 4.17.0-4.5 -proposed tracker (LP: #1779399)
14537
14538 * Update to ocxl driver for 18.04.1 (LP: #1775786)
14539 - powerpc: Add TIDR CPU feature for POWER9
14540 - powerpc: Use TIDR CPU feature to control TIDR allocation
14541 - powerpc: use task_pid_nr() for TID allocation
14542 - ocxl: Rename pnv_ocxl_spa_remove_pe to clarify it's action
14543 - ocxl: Expose the thread_id needed for wait on POWER9
14544 - ocxl: Add an IOCTL so userspace knows what OCXL features are available
14545 - ocxl: Document new OCXL IOCTLs
14546 - ocxl: Fix missing unlock on error in afu_ioctl_enable_p9_wait()
14547
14548 * Please include ax88179_178a and r8152 modules in d-i udeb (LP: #1771823)
14549 - [Config:] d-i: Add ax88179_178a and r8152 to nic-modules
14550
14551 * glibc pkeys test fail on powerpc (LP: #1776967)
14552 - [Config] Temporarily disable CONFIG_PPC_MEM_KEYS
14553
14554 * After update to 4.13-43 Intel Graphics are Laggy (LP: #1773520)
14555 - Revert "drm/i915/edp: Allow alternate fixed mode for eDP if available."
14556
14557 * Miscellaneous Ubuntu changes
14558 - SAUCE: (noup) Update spl to 0.7.9-3ubuntu1, zfs to 0.7.9-3ubuntu1
14559
14560 -- Seth Forshee <seth.forshee@canonical.com> Fri, 29 Jun 2018 13:37:52 -0500
14561
14562linux (4.17.0-3.4) cosmic; urgency=medium
14563
14564 * linux: 4.17.0-3.4 -proposed tracker (LP: #1779124)
14565
14566 * Cosmic update to v4.17.3 stable release (LP: #1778997)
14567 - net: aquantia: fix unsigned numvecs comparison with less than zero
14568 - bonding: re-evaluate force_primary when the primary slave name changes
14569 - cdc_ncm: avoid padding beyond end of skb
14570 - ipv6: allow PMTU exceptions to local routes
14571 - net: dsa: add error handling for pskb_trim_rcsum
14572 - net: phy: dp83822: use BMCR_ANENABLE instead of BMSR_ANEGCAPABLE for DP83620
14573 - net/sched: act_simple: fix parsing of TCA_DEF_DATA
14574 - tcp: verify the checksum of the first data segment in a new connection
14575 - tls: fix use-after-free in tls_push_record
14576 - tls: fix waitall behavior in tls_sw_recvmsg
14577 - socket: close race condition between sock_close() and sockfs_setattr()
14578 - udp: fix rx queue len reported by diag and proc interface
14579 - net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds
14580 vlan
14581 - hv_netvsc: Fix a network regression after ifdown/ifup
14582 - ACPICA: AML parser: attempt to continue loading table after error
14583 - ext4: fix hole length detection in ext4_ind_map_blocks()
14584 - ext4: update mtime in ext4_punch_hole even if no blocks are released
14585 - ext4: do not allow external inodes for inline data
14586 - ext4: bubble errors from ext4_find_inline_data_nolock() up to ext4_iget()
14587 - ext4: correctly handle a zero-length xattr with a non-zero e_value_offs
14588 - ext4: fix fencepost error in check for inode count overflow during resize
14589 - driver core: Don't ignore class_dir_create_and_add() failure.
14590 - Btrfs: allow empty subvol= again
14591 - Btrfs: fix clone vs chattr NODATASUM race
14592 - Btrfs: fix memory and mount leak in btrfs_ioctl_rm_dev_v2()
14593 - btrfs: return error value if create_io_em failed in cow_file_range
14594 - btrfs: scrub: Don't use inode pages for device replace
14595 - ALSA: usb-audio: Disable the quirk for Nura headset
14596 - ALSA: hda/conexant - Add fixup for HP Z2 G4 workstation
14597 - ALSA: hda - Handle kzalloc() failure in snd_hda_attach_pcm_stream()
14598 - ALSA: hda: add dock and led support for HP EliteBook 830 G5
14599 - ALSA: hda: add dock and led support for HP ProBook 640 G4
14600 - x86/MCE: Fix stack out-of-bounds write in mce-inject.c: Flags_read()
14601 - smb3: fix various xid leaks
14602 - smb3: on reconnect set PreviousSessionId field
14603 - CIFS: 511c54a2f69195b28afb9dd119f03787b1625bb4 adds a check for session
14604 expiry
14605 - cifs: For SMB2 security informaion query, check for minimum sized security
14606 descriptor instead of sizeof FileAllInformation class
14607 - nbd: fix nbd device deletion
14608 - nbd: update size when connected
14609 - nbd: use bd_set_size when updating disk size
14610 - blk-mq: reinit q->tag_set_list entry only after grace period
14611 - bdi: Move cgroup bdi_writeback to a dedicated low concurrency workqueue
14612 - cpufreq: Fix new policy initialization during limits updates via sysfs
14613 - cpufreq: ti-cpufreq: Fix an incorrect error return value
14614 - cpufreq: governors: Fix long idle detection logic in load calculation
14615 - libata: zpodd: small read overflow in eject_tray()
14616 - libata: Drop SanDisk SD7UB3Q*G1001 NOLPM quirk
14617 - nvme/pci: Sync controller reset for AER slot_reset
14618 - w1: mxc_w1: Enable clock before calling clk_get_rate() on it
14619 - x86/vector: Fix the args of vector_alloc tracepoint
14620 - x86/apic/vector: Prevent hlist corruption and leaks
14621 - x86/apic: Provide apic_ack_irq()
14622 - x86/ioapic: Use apic_ack_irq()
14623 - x86/platform/uv: Use apic_ack_irq()
14624 - irq_remapping: Use apic_ack_irq()
14625 - genirq/generic_pending: Do not lose pending affinity update
14626 - genirq/affinity: Defer affinity setting if irq chip is busy
14627 - genirq/migration: Avoid out of line call if pending is not set
14628 - x86/intel_rdt: Enable CMT and MBM on new Skylake stepping
14629 - media: uvcvideo: Prevent setting unavailable flags
14630 - media: rc: ensure input/lirc device can be opened after register
14631 - iwlwifi: fw: harden page loading code
14632 - orangefs: set i_size on new symlink
14633 - orangefs: report attributes_mask and attributes for statx
14634 - HID: intel_ish-hid: ipc: register more pm callbacks to support hibernation
14635 - HID: wacom: Correct logical maximum Y for 2nd-gen Intuos Pro large
14636 - vhost: fix info leak due to uninitialized memory
14637 - mm, page_alloc: do not break __GFP_THISNODE by zonelist reset
14638 - Linux 4.17.3
14639
14640 * Use-after-free in sk_peer_label (LP: #1778646)
14641 - SAUCE: apparmor: fix use after free in sk_peer_label
14642
14643 * kernel: Fix memory leak on CCA and EP11 CPRB processing. (LP: #1775390)
14644 - s390/zcrypt: Fix CCA and EP11 CPRB processing failure memory leak.
14645
14646 * Various fixes for CXL kernel module (LP: #1774471)
14647 - cxl: Configure PSL to not use APC virtual machines
14648 - cxl: Disable prefault_mode in Radix mode
14649
14650 * Bluetooth not working (LP: #1764645)
14651 - Bluetooth: btusb: Apply QCA Rome patches for some ATH3012 models
14652
14653 * Fake SAS addresses for SATA disks on HiSilicon D05 are non-unique
14654 (LP: #1776750)
14655 - scsi: hisi_sas: make SAS address of SATA disks unique
14656
14657 * linux-snapdragon: wcn36xx: mac address generation on boot (LP: #1776491)
14658 - [Config] arm64: snapdragon: WCN36XX_SNAPDRAGON_HACKS=y
14659 - SAUCE: wcn36xx: read MAC from file or randomly generate one
14660
14661 * Lenovo V330 needs patch in ideapad_laptop module for rfkill (LP: #1774636)
14662 - SAUCE: Add Lenovo V330 to the ideapad_laptop rfkill blacklist
14663
14664 * register on binfmt_misc may overflow and crash the system (LP: #1775856)
14665 - fs/binfmt_misc.c: do not allow offset overflow
14666
14667 * Network installs fail on SocioNext board (LP: #1775884)
14668 - net: socionext: reset hardware in ndo_stop
14669 - net: netsec: enable tx-irq during open callback
14670
14671 * Fix several bugs in RDMA/hns driver (LP: #1770974)
14672 - RDMA/hns: Drop local zgid in favor of core defined variable
14673 - RDMA/hns: Add 64KB page size support for hip08
14674 - RDMA/hns: Rename the idx field of db
14675 - RDMA/hns: Modify uar allocation algorithm to avoid bitmap exhaust
14676 - RDMA/hns: Increase checking CMQ status timeout value
14677 - RDMA/hns: Add reset process for RoCE in hip08
14678 - RDMA/hns: Fix the illegal memory operation when cross page
14679 - RDMA/hns: Implement the disassociate_ucontext API
14680
14681 * powerpc/livepatch: Implement reliable stack tracing for the consistency
14682 model (LP: #1771844)
14683 - powerpc/livepatch: Implement reliable stack tracing for the consistency
14684 model
14685
14686 * Adding back alx WoL feature (LP: #1772610)
14687 - SAUCE: Revert "alx: remove WoL support"
14688 - SAUCE: alx: add enable_wol paramenter
14689
14690 * Lancer A0 Asic HBA's won't boot with 18.04 (LP: #1768103)
14691 - scsi: lpfc: Fix WQ/CQ creation for older asic's.
14692 - scsi: lpfc: Fix 16gb hbas failing cq create.
14693
14694 * [LTCTest][OPAL][OP920] cpupower idle-info is not listing stop4 and stop5
14695 idle states when all CORES are guarded (LP: #1771780)
14696 - powerpc/powernv/cpuidle: Init all present cpus for deep states
14697
14698 * Huawei 25G/100G Network Adapters Unsupported (LP: #1770970)
14699 - net-next/hinic: add pci device ids for 25ge and 100ge card
14700
14701 * Expose arm64 CPU topology to userspace (LP: #1770231)
14702 - drivers: base: cacheinfo: move cache_setup_of_node()
14703 - drivers: base: cacheinfo: setup DT cache properties early
14704 - cacheinfo: rename of_node to fw_token
14705 - arm64/acpi: Create arch specific cpu to acpi id helper
14706 - ACPI/PPTT: Add Processor Properties Topology Table parsing
14707 - [Config] CONFIG_ACPI_PPTT=y
14708 - ACPI: Enable PPTT support on ARM64
14709 - drivers: base cacheinfo: Add support for ACPI based firmware tables
14710 - arm64: Add support for ACPI based firmware tables
14711 - arm64: topology: rename cluster_id
14712 - arm64: topology: enable ACPI/PPTT based CPU topology
14713 - ACPI: Add PPTT to injectable table list
14714 - arm64: topology: divorce MC scheduling domain from core_siblings
14715
14716 * Vcs-Git header on bionic linux source package points to zesty git tree
14717 (LP: #1766055)
14718 - [Packaging]: Update Vcs-Git
14719
14720 * Request to revert SAUCE patches in the 18.04 SRU and update with upstream
14721 version (LP: #1768431)
14722 - scsi: cxlflash: Handle spurious interrupts
14723 - scsi: cxlflash: Remove commmands from pending list on timeout
14724 - scsi: cxlflash: Synchronize reset and remove ops
14725 - SAUCE: (no-up) cxlflash: OCXL diff between v2 and v3
14726
14727 * hisi_sas robustness fixes (LP: #1774466)
14728 - scsi: hisi_sas: delete timer when removing hisi_sas driver
14729 - scsi: hisi_sas: print device id for errors
14730 - scsi: hisi_sas: Add some checks to avoid free'ing a sas_task twice
14731 - scsi: hisi_sas: check host frozen before calling "done" function
14732 - scsi: hisi_sas: check sas_dev gone earlier in hisi_sas_abort_task()
14733 - scsi: hisi_sas: stop controller timer for reset
14734 - scsi: hisi_sas: update PHY linkrate after a controller reset
14735 - scsi: hisi_sas: change slot index allocation mode
14736 - scsi: hisi_sas: Change common allocation mode of device id
14737 - scsi: hisi_sas: Reset disks when discovered
14738 - scsi: hisi_sas: Create a scsi_host_template per HW module
14739 - scsi: hisi_sas: Init disks after controller reset
14740 - scsi: hisi_sas: Try wait commands before before controller reset
14741 - scsi: hisi_sas: Include TMF elements in struct hisi_sas_slot
14742 - scsi: hisi_sas: Add v2 hw force PHY function for internal ATA command
14743 - scsi: hisi_sas: Terminate STP reject quickly for v2 hw
14744 - scsi: hisi_sas: Fix return value when get_free_slot() failed
14745 - scsi: hisi_sas: Mark PHY as in reset for nexus reset
14746
14747 * hisi_sas: Support newer v3 hardware (LP: #1774467)
14748 - scsi: hisi_sas: update RAS feature for later revision of v3 HW
14749 - scsi: hisi_sas: check IPTT is valid before using it for v3 hw
14750 - scsi: hisi_sas: fix PI memory size
14751 - scsi: hisi_sas: config ATA de-reset as an constrained command for v3 hw
14752 - scsi: hisi_sas: remove redundant handling to event95 for v3
14753 - scsi: hisi_sas: add readl poll timeout helper wrappers
14754 - scsi: hisi_sas: workaround a v3 hw hilink bug
14755 - scsi: hisi_sas: Add LED feature for v3 hw
14756
14757 * hisi_sas: improve performance by optimizing DQ locking (LP: #1774472)
14758 - scsi: hisi_sas: optimise the usage of DQ locking
14759 - scsi: hisi_sas: relocate smp sg map
14760 - scsi: hisi_sas: make return type of prep functions void
14761 - scsi: hisi_sas: allocate slot buffer earlier
14762 - scsi: hisi_sas: Don't lock DQ for complete task sending
14763 - scsi: hisi_sas: Use device lock to protect slot alloc/free
14764 - scsi: hisi_sas: add check of device in hisi_sas_task_exec()
14765 - scsi: hisi_sas: fix a typo in hisi_sas_task_prep()
14766
14767 * FS-Cache: Assertion failed: FS-Cache: 6 == 5 is false (LP: #1774336)
14768 - SAUCE: CacheFiles: fix a read_waiter/read_copier race
14769
14770 * enable mic-mute hotkey and led on Lenovo M820z and M920z (LP: #1774306)
14771 - ALSA: hda/realtek - Enable mic-mute hotkey for several Lenovo AIOs
14772
14773 * hns3 driver updates (LP: #1768670)
14774 - net: hns3: Remove error log when getting pfc stats fails
14775 - net: hns3: fix to correctly fetch l4 protocol outer header
14776 - net: hns3: Fixes the out of bounds access in hclge_map_tqp
14777 - net: hns3: Fixes the error legs in hclge_init_ae_dev function
14778 - net: hns3: fix for phy_addr error in hclge_mac_mdio_config
14779 - net: hns3: Fix to support autoneg only for port attached with phy
14780 - net: hns3: fix a dead loop in hclge_cmd_csq_clean
14781 - net: hns3: Fix for packet loss due wrong filter config in VLAN tbls
14782 - net: hns3: Remove packet statistics in the range of 8192~12287
14783 - net: hns3: Add support of hardware rx-vlan-offload to HNS3 VF driver
14784 - net: hns3: Fix for setting mac address when resetting
14785 - net: hns3: remove add/del_tunnel_udp in hns3_enet module
14786 - net: hns3: fix for cleaning ring problem
14787 - net: hns3: refactor the loopback related function
14788 - net: hns3: Fix for deadlock problem occurring when unregistering ae_algo
14789 - net: hns3: Fix for the null pointer problem occurring when initializing
14790 ae_dev failed
14791 - net: hns3: Add a check for client instance init state
14792 - net: hns3: Change return type of hnae3_register_ae_dev
14793 - net: hns3: Change return type of hnae3_register_ae_algo
14794 - net: hns3: Change return value in hnae3_register_client
14795 - net: hns3: Fixes the back pressure setting when sriov is enabled
14796 - net: hns3: Fix for fiber link up problem
14797 - net: hns3: Add support of .sriov_configure in HNS3 driver
14798 - net: hns3: Fixes the missing PCI iounmap for various legs
14799 - net: hns3: Fixes error reported by Kbuild and internal review
14800 - net: hns3: Fixes API to fetch ethernet header length with kernel default
14801 - net: hns3: cleanup of return values in hclge_init_client_instance()
14802 - net: hns3: Fix the missing client list node initialization
14803 - net: hns3: Fix for hns3 module is loaded multiple times problem
14804 - net: hns3: Use enums instead of magic number in hclge_is_special_opcode
14805 - net: hns3: Fix for netdev not running problem after calling net_stop and
14806 net_open
14807 - net: hns3: Fixes kernel panic issue during rmmod hns3 driver
14808 - net: hns3: Fix for CMDQ and Misc. interrupt init order problem
14809 - net: hns3: Updates RX packet info fetch in case of multi BD
14810 - net: hns3: Add support for tx_accept_tag2 and tx_accept_untag2 config
14811 - net: hns3: Add STRP_TAGP field support for hardware revision 0x21
14812 - net: hns3: Add support to enable TX/RX promisc mode for H/W rev(0x21)
14813 - net: hns3: Fix for PF mailbox receving unknown message
14814 - net: hns3: Fixes the state to indicate client-type initialization
14815 - net: hns3: Fixes the init of the VALID BD info in the descriptor
14816 - net: hns3: Removes unnecessary check when clearing TX/RX rings
14817 - net: hns3: Clear TX/RX rings when stopping port & un-initializing client
14818 - net: hns3: Remove unused led control code
14819 - net: hns3: Adds support for led locate command for copper port
14820 - net: hns3: Fixes initalization of RoCE handle and makes it conditional
14821 - net: hns3: Disable vf vlan filter when vf vlan table is full
14822 - net: hns3: Add support for IFF_ALLMULTI flag
14823 - net: hns3: Add repeat address checking for setting mac address
14824 - net: hns3: Fix setting mac address error
14825 - net: hns3: Fix for service_task not running problem after resetting
14826 - net: hns3: Fix for hclge_reset running repeatly problem
14827 - net: hns3: Fix for phy not link up problem after resetting
14828 - net: hns3: Add missing break in misc_irq_handle
14829 - net: hns3: Fix for vxlan tx checksum bug
14830 - net: hns3: Optimize the PF's process of updating multicast MAC
14831 - net: hns3: Optimize the VF's process of updating multicast MAC
14832 - SAUCE: {topost} net: hns3: add support for serdes loopback selftest
14833 - SAUCE: {topost} net: hns3: RX BD information valid only in last BD except
14834 VLD bit and buffer size
14835 - SAUCE: {topost} net: hns3: remove hclge_get_vector_index from
14836 hclge_bind_ring_with_vector
14837 - SAUCE: {topost} net: hns3: rename the interface for init_client_instance and
14838 uninit_client_instance
14839 - SAUCE: {topost} net: hns3: add vector status check before free vector
14840 - SAUCE: {topost} net: hns3: add l4_type check for both ipv4 and ipv6
14841 - SAUCE: {topost} net: hns3: remove unused head file in hnae3.c
14842 - SAUCE: {topost} net: hns3: extraction an interface for state state
14843 init|uninit
14844 - SAUCE: {topost} net: hns3: print the ret value in error information
14845 - SAUCE: {topost} net: hns3: remove the Redundant put_vector in
14846 hns3_client_uninit
14847 - SAUCE: {topost} net: hns3: add unlikely for error check
14848 - SAUCE: {topost} net: hns3: remove back in struct hclge_hw
14849 - SAUCE: {topost} net: hns3: use lower_32_bits and upper_32_bits
14850 - SAUCE: {topost} net: hns3: remove unused hclge_ring_to_dma_dir
14851 - SAUCE: {topost} net: hns3: remove useless code in hclge_cmd_send
14852 - SAUCE: {topost} net: hns3: remove some redundant assignments
14853 - SAUCE: {topost} net: hns3: simplify hclge_cmd_csq_clean
14854 - SAUCE: {topost} net: hns3: using modulo for cyclic counters in
14855 hclge_cmd_send
14856 - SAUCE: {topost} net: hns3: remove a redundant hclge_cmd_csq_done
14857 - SAUCE: {topost} net: hns3: remove some unused members of some structures
14858 - SAUCE: {topost} net: hns3: give default option while dependency HNS3 set
14859 - SAUCE: {topost} net: hns3: use dma_zalloc_coherent instead of
14860 kzalloc/dma_map_single
14861 - SAUCE: {topost} net: hns3: modify hnae_ to hnae3_
14862 - SAUCE: {topost} net: hns3: fix unused function warning in VF driver
14863 - SAUCE: {topost} net: hns3: remove some redundant assignments
14864 - SAUCE: {topost} net: hns3: standardize the handle of return value
14865 - SAUCE: {topost} net: hns3: remove extra space and brackets
14866 - SAUCE: {topost} net: hns3: fix unreasonable code comments
14867 - SAUCE: {topost} net: hns3: use decimal for bit offset macros
14868 - SAUCE: {topost} net: hns3: modify inconsistent bit mask macros
14869 - SAUCE: {topost} net: hns3: fix mislead parameter name
14870 - SAUCE: {topost} net: hns3: remove unused struct member and definition
14871 - SAUCE: {topost} net: hns3: Add SPDX tags to hns3 driver
14872 - SAUCE: {topost} net: hns3: Add pf reset for hip08 RoCE
14873 - SAUCE: {topost} net: hns3: optimize the process of notifying roce client
14874 - SAUCE: {topost} net: hns3: Add calling roce callback function when link
14875 status change
14876 - SAUCE: {topost} net: hns3: fix tc setup when netdev is first up
14877 - SAUCE: {topost} net: hns3: fix for mac pause not disable in pfc mode
14878 - SAUCE: {topost} net: hns3: fix for waterline not setting correctly
14879 - SAUCE: {topost} net: hns3: fix for l4 checksum offload bug
14880 - SAUCE: {topost} net: hns3: fix for mailbox message truncated problem
14881 - SAUCE: {topost} net: hns3: Add configure for mac minimal frame size
14882 - SAUCE: {topost} net: hns3: fix warning bug when doing lp selftest
14883 - SAUCE: {topost} net: hns3: fix get_vector ops in hclgevf_main module
14884 - SAUCE: {topost} net: hns3: remove the warning when clear reset cause
14885 - SAUCE: {topost} net: hns3: Use roce handle when calling roce callback
14886 function
14887 - SAUCE: {topost} net: hns3: prevent sending command during global or core
14888 reset
14889 - SAUCE: {topost} net: hns3: modify the order of initializeing command queue
14890 register
14891 - SAUCE: {topost} net: hns3: reset net device with rtnl_lock
14892 - SAUCE: {topost} net: hns3: prevent to request reset frequently
14893 - SAUCE: {topost} net: hns3: correct reset event status register
14894 - SAUCE: {topost} net: hns3: separate roce from nic when resetting
14895 - SAUCE: net: hns3: Fix for phy link issue when using marvell phy driver
14896 - SAUCE: {topost} net: hns3: fix return value error in
14897 hns3_reset_notify_down_enet
14898 - SAUCE: {topost} net: hns3: remove unnecessary ring configuration operation
14899 while resetting
14900 - SAUCE: {topost} net: hns3: fix for reset_level default assignment probelm
14901 - SAUCE: {topost} net: hns3: fix for using wrong mask and shift in
14902 hclge_get_ring_chain_from_mbx
14903 - SAUCE: {topost} net: hns3: fix comments for hclge_get_ring_chain_from_mbx
14904 - SAUCE: net: hns3: Fix for VF mailbox cannot receiving PF response
14905 - SAUCE: net: hns3: Fix for VF mailbox receiving unknown message
14906 - SAUCE: net: hns3: Optimize PF CMDQ interrupt switching process
14907
14908 * CVE-2018-7755
14909 - SAUCE: floppy: Do not copy a kernel pointer to user memory in FDGETPRM ioctl
14910
14911 * Incorrect blacklist of bcm2835_wdt (LP: #1766052)
14912 - [Packaging] Fix missing watchdog for Raspberry Pi
14913
14914 * kernel: Fix arch random implementation (LP: #1775391)
14915 - s390/archrandom: Rework arch random implementation.
14916
14917 * [Ubuntu 1804][boston][ixgbe] EEH causes kernel BUG at /build/linux-
14918 jWa1Fv/linux-4.15.0/drivers/pci/msi.c:352 (i2S) (LP: #1776389)
14919 - ixgbe/ixgbevf: Free IRQ when PCI error recovery removes the device
14920
14921 * Cosmic update to v4.17.2 stable release (LP: #1779117)
14922 - crypto: chelsio - request to HW should wrap
14923 - blkdev_report_zones_ioctl(): Use vmalloc() to allocate large buffers
14924 - KVM: X86: Fix reserved bits check for MOV to CR3
14925 - KVM: x86: introduce linear_{read,write}_system
14926 - kvm: fix typo in flag name
14927 - kvm: nVMX: Enforce cpl=0 for VMX instructions
14928 - KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and
14929 kvm_write_guest_virt_system
14930 - kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor access
14931 - staging: android: ion: Switch to pr_warn_once in ion_buffer_destroy
14932 - NFC: pn533: don't send USB data off of the stack
14933 - usbip: vhci_sysfs: fix potential Spectre v1
14934 - usb-storage: Add support for FL_ALWAYS_SYNC flag in the UAS driver
14935 - usb-storage: Add compatibility quirk flags for G-Technologies G-Drive
14936 - Input: xpad - add GPD Win 2 Controller USB IDs
14937 - phy: qcom-qusb2: Fix crash if nvmem cell not specified
14938 - usb: core: message: remove extra endianness conversion in
14939 usb_set_isoch_delay
14940 - usb: typec: wcove: Remove dependency on HW FSM
14941 - usb: gadget: function: printer: avoid wrong list handling in printer_write()
14942 - usb: gadget: udc: renesas_usb3: fix double phy_put()
14943 - usb: gadget: udc: renesas_usb3: should remove debugfs
14944 - usb: gadget: udc: renesas_usb3: should call pm_runtime_enable() before add
14945 udc
14946 - usb: gadget: udc: renesas_usb3: should call devm_phy_get() before add udc
14947 - usb: gadget: udc: renesas_usb3: should fail if devm_phy_get() returns error
14948 - usb: gadget: udc: renesas_usb3: disable the controller's irqs for
14949 reconnecting
14950 - serial: sh-sci: Stop using printk format %pCr
14951 - tty/serial: atmel: use port->name as name in request_irq()
14952 - serial: samsung: fix maxburst parameter for DMA transactions
14953 - serial: 8250: omap: Fix idling of clocks for unused uarts
14954 - vmw_balloon: fixing double free when batching mode is off
14955 - doc: fix sysfs ABI documentation
14956 - arm64: defconfig: Enable CONFIG_PINCTRL_MT7622 by default
14957 - tty: pl011: Avoid spuriously stuck-off interrupts
14958 - crypto: ccree - correct host regs offset
14959 - Input: goodix - add new ACPI id for GPD Win 2 touch screen
14960 - Input: elan_i2c - add ELAN0612 (Lenovo v330 14IKB) ACPI ID
14961 - crypto: caam - strip input zeros from RSA input buffer
14962 - crypto: caam - fix DMA mapping dir for generated IV
14963 - crypto: caam - fix IV DMA mapping and updating
14964 - crypto: caam/qi - fix IV DMA mapping and updating
14965 - crypto: caam - fix size of RSA prime factor q
14966 - crypto: cavium - Fix fallout from CONFIG_VMAP_STACK
14967 - crypto: cavium - Limit result reading attempts
14968 - crypto: vmx - Remove overly verbose printk from AES init routines
14969 - crypto: vmx - Remove overly verbose printk from AES XTS init
14970 - crypto: omap-sham - fix memleak
14971 - Linux 4.17.2
14972
14973 * Cosmic update to v4.17.1 stable release (LP: #1779116)
14974 - netfilter: nf_flow_table: attach dst to skbs
14975 - bnx2x: use the right constant
14976 - ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeeds
14977 - ipv6: omit traffic class when calculating flow hash
14978 - l2tp: fix refcount leakage on PPPoL2TP sockets
14979 - netdev-FAQ: clarify DaveM's position for stable backports
14980 - net: metrics: add proper netlink validation
14981 - net/packet: refine check for priv area size
14982 - rtnetlink: validate attributes in do_setlink()
14983 - sctp: not allow transport timeout value less than HZ/5 for hb_timer
14984 - team: use netdev_features_t instead of u32
14985 - vrf: check the original netdevice for generating redirect
14986 - net: dsa: b53: Fix for brcm tag issue in Cygnus SoC
14987 - ipmr: fix error path when ipmr_new_table fails
14988 - PCI: hv: Do not wait forever on a device that has disappeared
14989 - Linux 4.17.1
14990
14991 * Miscellaneous Ubuntu changes
14992 - Revert "UBUNTU: SAUCE: crypto: thunderx_zip: Fix fallout from
14993 CONFIG_VMAP_STACK"
14994 - Revert "UBUNTU: SAUCE: cred: Add clone_cred() interface"
14995 - SAUCE: apparmor: userspace queries
14996 - SAUCE: apparmor: patch to provide compatibility with v2.x net rules
14997 - SAUCE: apparmor: af_unix mediation
14998
14999 -- Seth Forshee <seth.forshee@canonical.com> Thu, 28 Jun 2018 08:03:32 -0500
15000
15001linux (4.17.0-2.3) cosmic; urgency=medium
15002
15003 * linux: 4.17.0-2.3 -proposed tracker (LP: #1776276)
15004
15005 * Miscellaneous Ubuntu changes
15006 - Config: remove IrDA from annotations
15007 - Config: remove scsi drivers from annotations
15008 - Config: remove BT_HCIBTUART from annotations
15009 - Config: pstore zlib support was renamed
15010 - Config: disable NVRAM for armhf on annotations
15011 - Config: Disable VT on s390x
15012 - Config: Update SSB and B43/B44 options
15013 - Config: some options not supported on some arches anymore
15014 - Config: renamed and removed options
15015 - Config: TCG_CRB is required for IMA on ACPI systems
15016 - Config: EXTCON_AXP288 depends on X86
15017 - Config: CONFIG_FSI depends on OF
15018 - Config: DRM_RCAR_LVDS now depends on DRM
15019 - CONFIG: Allow CONFIG_LEDS_MLXCPLD for i386
15020 - Config: Enable HINIC on arm64
15021 - Config: Set PPS and PTP_1588_CLOCK as y
15022 - Config: Some NF_TABLES options are built-in now
15023 - Config: GENERIC_CPU for ppc64el
15024 - Config: KEXEC_FILE=n for s390x
15025 - Config: CRYPTO_DEFLATE is needed by PSTORE_DEFLATE_COMPRESS
15026 - Config: Disable STM32 support
15027 - Config: Enable FORTIFY_SOURCE for armhf
15028 - Config: use STRONG instead of AUTO for CC_STACKPROTECTOR
15029
15030 [ Upstream Kernel Changes ]
15031
15032 * Rebase to v4.17
15033
15034 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Mon, 11 Jun 2018 15:22:10 -0300
15035
15036linux (4.17.0-1.2) cosmic; urgency=medium
15037
15038 [ Seth Forshee ]
15039 * [Config] enable EDAC_DEBUG on ARM64 (LP: #1772516)
15040 - [Config]: set CONFIG_EDAC_DEBUG=y for ARM64
15041
15042 * Ubuntu 18.04 kernel crashed while in degraded mode (LP: #1770849)
15043 - SAUCE: powerpc/perf: Fix memory allocation for core-imc based on
15044 num_possible_cpus()
15045
15046 * Integrated Webcam Realtek Integrated_Webcam_HD (0bda:58f4) not working in
15047 DELL XPS 13 9370 with firmware 1.50 (LP: #1763748)
15048 - SAUCE: media: uvcvideo: Support realtek's UVC 1.5 device
15049
15050 * Switch Build-Depends: transfig to fig2dev (LP: #1770770)
15051 - [Config] update Build-Depends: transfig to fig2dev
15052
15053 * update-initramfs not adding i915 GuC firmware for Kaby Lake, firmware fails
15054 to load (LP: #1728238)
15055 - Revert "UBUNTU: SAUCE: (no-up) i915: Remove MODULE_FIRMWARE statements for
15056 unreleased firmware"
15057
15058 * No driver for Huawei network adapters on arm64 (LP: #1769899)
15059 - net-next/hinic: add arm64 support
15060
15061 * linux-snapdragon: reduce EPROBEDEFER noise during boot (LP: #1768761)
15062 - [Config] snapdragon: DRM_I2C_ADV7511=y
15063
15064 * Add d-i support for Huawei NICs (LP: #1767490)
15065 - d-i: add hinic to nic-modules udeb
15066
15067 * Acer Swift sf314-52 power button not managed (LP: #1766054)
15068 - SAUCE: platform/x86: acer-wmi: add another KEY_POWER keycode
15069
15070 * Include nfp driver in linux-modules (LP: #1768526)
15071 - [Config] Add nfp.ko to generic inclusion list
15072
15073 * Miscellaneous Ubuntu changes
15074 - SAUCE: Import aufs driver
15075 - [Config] Enable AUFS config options
15076 - SAUCE: (efi-lockdown) Fix for module sig verification
15077 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
15078 reboot
15079 - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure
15080 boot mode
15081 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
15082 mode
15083 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
15084 - SAUCE: (efi-lockdown) efi: Don't print secure boot state from the efi stub
15085 - [Config] CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT=y
15086 - SAUCE: (efi-lockdown) really lock down kernel under EFI secure boot
15087 - SAUCE: (noup) Update spl to 0.7.5-1ubuntu3, zfs to 0.7.5-1ubuntu17
15088 - enable zfs build
15089
15090 * Miscellaneous upstream changes
15091 - Revert "UBUNTU: SAUCE: (efi-lockdown) ima: require secure_boot rules in
15092 lockdown mode"
15093 - Rebased to v4.17-rc6
15094
15095 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Tue, 22 May 2018 14:48:13 -0300
15096
15097linux (4.17.0-0.1) bionic; urgency=medium
15098
15099 [ Upstream Kernel Changes ]
15100
15101 * Rebase to v4.17-rc4
15102
15103 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Tue, 08 May 2018 16:38:51 -0300
15104
15105linux (4.17.0-0.0) bionic; urgency=medium
15106
15107 * Dummy entry.
15108
15109 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Fri, 27 Apr 2018 11:01:13 -0300
15110
15111linux (4.16.0-4.5) bionic; urgency=medium
15112
15113 * [18.04 FEAT] Add kvm_stat from kernel tree (LP: #1734130)
15114 - tools/kvm_stat: Fix python3 syntax
15115 - tools/kvm_stat: Don't use deprecated file()
15116 - tools/kvm_stat: Remove unused function
15117 - [Packaging] Add linux-tools-host package for VM host tools
15118 - [Config] do_tools_host=true for amd64
15119
15120 * [Featire] CNL: Enable RAPL support (LP: #1685712)
15121 - powercap: RAPL: Add support for Cannon Lake
15122
15123 * Bionic update to v4.16.2 stable release (LP: #1763388)
15124 - sparc64: Oracle DAX driver depends on SPARC64
15125 - arp: fix arp_filter on l3slave devices
15126 - net: dsa: Discard frames from unused ports
15127 - net/ipv6: Increment OUTxxx counters after netfilter hook
15128 - net/sched: fix NULL dereference in the error path of tcf_bpf_init()
15129 - pptp: remove a buggy dst release in pptp_connect()
15130 - sctp: do not leak kernel memory to user space
15131 - sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6
15132 - vlan: also check phy_driver ts_info for vlan's real device
15133 - net: fool proof dev_valid_name()
15134 - ip_tunnel: better validate user provided tunnel names
15135 - ipv6: sit: better validate user provided tunnel names
15136 - ip6_gre: better validate user provided tunnel names
15137 - ip6_tunnel: better validate user provided tunnel names
15138 - vti6: better validate user provided tunnel names
15139 - net_sched: fix a missing idr_remove() in u32_delete_key()
15140 - nfp: use full 40 bits of the NSP buffer address
15141 - Linux 4.16.2
15142
15143 * sky2 gigabit ethernet driver sometimes stops working after lid-open resume
15144 from sleep (88E8055) (LP: #1758507) // Bionic update to v4.16.2 stable
15145 release (LP: #1763388)
15146 - sky2: Increase D3 delay to sky2 stops working after suspend
15147
15148 * Merge the linux-snapdragon kernel into bionic master/snapdragon
15149 (LP: #1763040)
15150 - arm64: defconfig: enable REMOTEPROC
15151 - arm64: defconfig: enable QCOM audio drivers for APQ8016 and DB410c
15152 - kernel: configs; add distro.config
15153 - arm64: configs: enable WCN36xx
15154 - kernel: distro.config: enable debug friendly USB network adpater
15155 - arm64: configs: enable QCOM Venus
15156 - arm64: defconfig: Enable a53/apcs and avs
15157 - arm64: defconfig: enable ondemand governor as default
15158 - arm64: defconfig: enable QCOM_TSENS
15159 - kernel: configs: enable dm_mod and dm_crypt
15160 - Force the SMD regulator driver to be compiled-in
15161 - arm64: defconfig: enable CFG80211_DEFAULT_PS by default
15162 - arm64: configs: enable BT_QCOMSMD
15163 - kernel: configs: add more USB net drivers
15164 - arm64: defconfig: disable ANALOG_TV and DIGITAL_TV
15165 - arm64: configs: Enable camera drivers
15166 - kernel: configs: add freq stat to sysfs
15167 - arm64: defconfig: enable CONFIG_USB_CONFIGFS_F_FS by default
15168 - arm64: defconfig: Enable QRTR features
15169 - kernel: configs: set USB_CONFIG_F_FS in distro.config
15170 - kernel: distro.config: enable 'schedutil' CPUfreq governor
15171 - kernel: distro.config: enable 'fq' and 'fq_codel' qdiscs
15172 - kernel: distro.config: enable 'BBR' TCP congestion algorithm
15173 - arm64: defconfig: enable LEDS_QCOM_LPG
15174 - HACK: drm/msm/iommu: Remove runtime_put calls in map/unmap
15175 - power: avs: Add support for CPR (Core Power Reduction)
15176 - power: avs: cpr: Use raw mem access for qfprom
15177 - power: avs: cpr: fix with new reg_sequence structures
15178 - power: avs: cpr: Register with cpufreq-dt
15179 - regulator: smd: Add floor and corner operations
15180 - PM / OPP: Support adjusting OPP voltages at runtime
15181 - PM / OPP: Drop RCU usage in dev_pm_opp_adjust_voltage()
15182 - PM / OPP: HACK: Allow to set regulator without opp_list
15183 - PM / OPP: Add a helper to get an opp regulator for device
15184 - cpufreq: Add apq8016 to cpufreq-dt-platdev blacklist
15185 - regulator: smd: Allow REGULATOR_QCOM_SMD_RPM=m
15186 - ov5645: I2C address change
15187 - i2c: Add Qualcomm Camera Control Interface driver
15188 - camss: vfe: Skip first four frames from sensor
15189 - camss: Do not register if no cameras are present
15190 - i2c-qcom-cci: Fix run queue completion timeout
15191 - i2c-qcom-cci: Fix I2C address bug
15192 - media: ov5645: Fix I2C address
15193 - drm/bridge/adv7511: Delay clearing of HPD interrupt status
15194 - HACK: drm/msm/adv7511: Don't rely on interrupts for EDID parsing
15195 - leds: Add driver for Qualcomm LPG
15196 - wcn36xx: Fix warning due to duplicate scan_completed notification
15197 - arm64: dts: Add CPR DT node for msm8916
15198 - arm64: dts: add spmi-regulator nodes
15199 - arm64: dts: msm8916: Add cpufreq support
15200 - arm64: dts: msm8916: Add a shared CPU opp table
15201 - arm64: dts: msm8916: Add cpu cooling maps
15202 - arm64: dts: pm8916: Mark the s2 regulator as always-on
15203 - arm64: dts: qcom: msm8916: Add msm8916 A53 PLL DT node
15204 - arm64: dts: qcom: msm8916: Use the new APCS mailbox driver
15205 - arm64: dts: qcom: msm8916: Add clock properties to the APCS node
15206 - dt-bindings: media: Binding document for Qualcomm Camera Control Interface
15207 driver
15208 - MAINTAINERS: Add Qualcomm Camera Control Interface driver
15209 - DT: leds: Add Qualcomm Light Pulse Generator binding
15210 - arm64: dts: qcom: msm8996: Add mpp and lpg blocks
15211 - arm64: dts: qcom: Add pwm node for pm8916
15212 - arm64: dts: qcom: Add user LEDs on db820c
15213 - arm64: dts: qcom: Add WiFI/BT LEDs on db820c
15214 - ARM: dts: qcom: Add LPG node to pm8941
15215 - ARM: dts: qcom: honami: Add LPG node and RGB LED
15216 - arm64: dts: qcom: Add Camera Control Interface support
15217 - arm64: dts: qcom: Add apps_iommu vfe child node
15218 - arm64: dts: qcom: Add camss device node
15219 - arm64: dts: qcom: Add ov5645 device nodes
15220 - arm64: dts: msm8916: Fix camera sensors I2C addresses
15221 - arm: dts: qcom: db410c: Enable PWM signal on MPP4
15222 - packaging: arm64: add a uboot flavour - part1
15223 - packaging: arm64: add a uboot flavour - part2
15224 - packaging: arm64: add a uboot flavour - part3
15225 - packaging: arm64: add a uboot flavour - part4
15226 - packaging: arm64: add a uboot flavour - part5
15227 - packaging: arm64: rename uboot flavour to snapdragon
15228 - [Config] updateconfigs after qcomlt import
15229 - [Config] arm64: snapdragon: COMMON_CLK_QCOM=y
15230 - [Config] arm64: snapdragon: MSM_GCC_8916=y
15231 - [Config] arm64: snapdragon: REGULATOR_FIXED_VOLTAGE=y
15232 - [Config] arm64: snapdragon: PINCTRL_MSM8916=y
15233 - [Config] arm64: snapdragon: HWSPINLOCK_QCOM=y
15234 - [Config] arm64: snapdragon: SPMI=y, SPMI_MSM_PMIC_ARB=y
15235 - [Config] arm64: snapdragon: REGMAP_SPMI=y, PINCTRL_QCOM_SPMI_PMIC=y
15236 - [Config] arm64: snapdragon: REGULATOR_QCOM_SPMI=y
15237 - [Config] arm64: snapdragon: MFD_SPMI_PMIC=y
15238 - [Config] arm64: snapdragon: QCOM_SMEM=y
15239 - [Config] arm64: snapdragon: RPMSG=y, RPMSG_QCOM_SMD=y
15240 - [Config] arm64: snapdragon: QCOM_SMD_RPM=y, REGULATOR_QCOM_SMD_RPM=y
15241 - [Config] arm64: snapdragon: QCOM_CLK_SMD_RPM=y
15242 - [Config] arm64: snapdragon: QCOM_BAM_DMA=y
15243 - [Config] arm64: snapdragon: QCOM_HIDMA=y, QCOM_HIDMA_MGMT=y
15244 - [Config] arm64: snapdragon: QCOM_CPR=y
15245 - [Config] arm64: snapdragon: QCOM_QFPROM=y, QCOM_TSENS=y
15246 - [Config] arm64: snapdragon: MMC_SDHCI=y, MMC_SDHCI_PLTFM=y, MMC_SDHCI_MSM=y
15247 - [Config] turn off DRM_MSM_REGISTER_LOGGING
15248 - [Config] arm64: snapdragon: I2C_QUP=y
15249 - [Config] arm64: snapdragon: SPI_QUP=y
15250 - [Config] arm64: snapdragon: USB_ULPI_BUS=y, PHY_QCOM_USB_HS=y
15251 - [Config] arm64: snapdragon: QCOM_APCS_IPC=y
15252 - [Config] arm64: snapdragon: QCOM_WCNSS_CTRL=y
15253 - [Config] arm64: snapdragon: QCOM_SMSM=y
15254 - [Config] arm64: snapdragon: QCOM_SMP2P=y
15255 - [Config] arm64: snapdragon: DRM_MSM=y
15256 - [Config] arm64: snapdragon: SND_SOC=y
15257 - [Config] arm64: snapdragon: QCOM_WCNSS_PIL=m
15258 - [Config] arm64: snapdragon: INPUT_PM8941_PWRKEY=y
15259 - [Config] arm64: snapdragon: MEDIA_SUBDRV_AUTOSELECT=y, VIDEO_OV5645=m
15260 - [Config] arm64: snapdragon: SND_SOC_APQ8016_SBC=y, SND_SOC_LPASS_APQ8016=y
15261 - [Config] arm64: snapdragon: SND_SOC_MSM8916_WCD_ANALOG=y,
15262 SND_SOC_MSM8916_WCD_DIGITAL=y
15263 - SAUCE: media: ov5645: skip address change if dt addr == default addr
15264 - SAUCE: drm/msm/adv7511: wrap hacks under CONFIG_ADV7511_SNAPDRAGON_HACKS
15265 #ifdefs
15266 - [Config] arm64: snapdragon: ADV7511_SNAPDRAGON_HACKS=y
15267 - [Packaging] fix up snapdragon abi paths
15268
15269 * LSM stacking patches for bionic (LP: #1763062)
15270 - SAUCE: LSM stacking: procfs: add smack subdir to attrs
15271 - SAUCE: LSM stacking: LSM: Manage credential security blobs
15272 - SAUCE: LSM stacking: LSM: Manage file security blobs
15273 - SAUCE: LSM stacking: LSM: Manage task security blobs
15274 - SAUCE: LSM stacking: LSM: Manage remaining security blobs
15275 - SAUCE: LSM stacking: LSM: General stacking
15276 - SAUCE: LSM stacking: fixup initialize task->security
15277 - SAUCE: LSM stacking: fixup: alloc_task_ctx is dead code
15278 - SAUCE: LSM stacking: add support for stacking getpeersec_stream
15279 - SAUCE: LSM stacking: add stacking support to apparmor network hooks
15280 - SAUCE: LSM stacking: fixup apparmor stacking enablement
15281 - SAUCE: LSM stacking: fixup stacking kconfig
15282 - SAUCE: LSM stacking: allow selecting multiple LSMs using kernel boot params
15283 - SAUCE: LSM stacking: provide prctl interface for setting context
15284 - SAUCE: LSM stacking: inherit current display LSM
15285 - SAUCE: LSM stacking: keep an index for each registered LSM
15286 - SAUCE: LSM stacking: verify display LSM
15287 - SAUCE: LSM stacking: provide a way to specify the default display lsm
15288 - SAUCE: LSM stacking: make sure LSM blob align on 64 bit boundaries
15289 - SAUCE: LSM stacking: add /proc/<pid>/attr/display_lsm
15290 - SAUCE: LSM stacking: add Kconfig to set default display LSM
15291 - SAUCE: LSM stacking: add configs for LSM stacking
15292 - SAUCE: LSM stacking: add apparmor and selinux proc dirs
15293 - SAUCE: LSM stacking: remove procfs context interface
15294
15295 * linux 4.13.0-13.14 ADT test failure with linux 4.13.0-13.14
15296 (LP: #1720779) // LSM stacking patches for bionic (LP: #1763062)
15297 - SAUCE: LSM stacking: check for invalid zero sized writes
15298
15299 * Support cq/rq record doorbell for RDMA on HSilicon hip08 systems
15300 (LP: #1762755)
15301 - RDMA/hns: Support rq record doorbell for the user space
15302 - RDMA/hns: Support cq record doorbell for the user space
15303 - RDMA/hns: Support rq record doorbell for kernel space
15304 - RDMA/hns: Support cq record doorbell for kernel space
15305 - RDMA/hns: Fix cqn type and init resp
15306 - RDMA/hns: Fix init resp when alloc ucontext
15307 - RDMA/hns: Fix cq record doorbell enable in kernel
15308
15309 * Replace LPC patchset with upstream version (LP: #1762758)
15310 - Revert "UBUNTU: SAUCE: MAINTAINERS: Add maintainer for HiSilicon LPC driver"
15311 - Revert "UBUNTU: SAUCE: HISI LPC: Add ACPI support"
15312 - Revert "UBUNTU: SAUCE: ACPI / scan: do not enumerate Indirect IO host
15313 children"
15314 - Revert "UBUNTU: SAUCE: HISI LPC: Support the LPC host on Hip06/Hip07 with DT
15315 bindings"
15316 - Revert "UBUNTU: SAUCE: OF: Add missing I/O range exception for indirect-IO
15317 devices"
15318 - Revert "UBUNTU: SAUCE: PCI: Apply the new generic I/O management on PCI IO
15319 hosts"
15320 - Revert "UBUNTU: SAUCE: PCI: Add fwnode handler as input param of
15321 pci_register_io_range()"
15322 - Revert "UBUNTU: SAUCE: PCI: Remove unused __weak attribute in
15323 pci_register_io_range()"
15324 - Revert "UBUNTU: SAUCE: LIB: Introduce a generic PIO mapping method"
15325 - lib: Add generic PIO mapping method
15326 - PCI: Remove __weak tag from pci_register_io_range()
15327 - PCI: Add fwnode handler as input param of pci_register_io_range()
15328 - PCI: Apply the new generic I/O management on PCI IO hosts
15329 - of: Add missing I/O range exception for indirect-IO devices
15330 - HISI LPC: Support the LPC host on Hip06/Hip07 with DT bindings
15331 - ACPI / scan: Rename acpi_is_serial_bus_slave() for more general use
15332 - ACPI / scan: Do not enumerate Indirect IO host children
15333 - HISI LPC: Add ACPI support
15334 - MAINTAINERS: Add John Garry as maintainer for HiSilicon LPC driver
15335
15336 * Enable Tunneled Operations on POWER9 (LP: #1762448)
15337 - powerpc/powernv: Enable tunneled operations
15338 - cxl: read PHB indications from the device tree
15339
15340 * PSL traces reset after PERST for debug AFU image (LP: #1762462)
15341 - cxl: Enable NORST bit in PSL_DEBUG register for PSL9
15342
15343 * NFS + sec=krb5 is broken (LP: #1759791)
15344 - sunrpc: remove incorrect HMAC request initialization
15345
15346 * Raspberry Pi 3 microSD support missing from the installer (LP: #1729128)
15347 - d-i: add bcm2835 to block-modules
15348
15349 * Backport USB core quirks (LP: #1762695)
15350 - usb: core: Add "quirks" parameter for usbcore
15351 - usb: core: Copy parameter string correctly and remove superfluous null check
15352 - usb: core: Add USB_QUIRK_DELAY_CTRL_MSG to usbcore quirks
15353
15354 * [Ubuntu 18.04] cryptsetup: 'device-mapper: reload ioctl on failed' when
15355 setting up a second end-to-end encrypted disk (LP: #1762353)
15356 - SAUCE: s390/crypto: Adjust s390 aes and paes cipher
15357
15358 * System Z {kernel} UBUNTU18.04 wrong kernel config (LP: #1762719)
15359 - s390: move nobp parameter functions to nospec-branch.c
15360 - s390: add automatic detection of the spectre defense
15361 - s390: report spectre mitigation via syslog
15362 - s390: add sysfs attributes for spectre
15363 - [Config] CONFIG_EXPOLINE_AUTO=y, CONFIG_KERNEL_NOBP=n for s390
15364 - s390: correct nospec auto detection init order
15365
15366 * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5715
15367 - powerpc/64s: Wire up cpu_show_spectre_v2()
15368
15369 * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5753
15370 - powerpc/64s: Wire up cpu_show_spectre_v1()
15371
15372 * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5754
15373 - powerpc/rfi-flush: Move the logic to avoid a redo into the debugfs code
15374 - powerpc/rfi-flush: Make it possible to call setup_rfi_flush() again
15375 - powerpc/rfi-flush: Always enable fallback flush on pseries
15376 - powerpc/rfi-flush: Differentiate enabled and patched flush types
15377 - powerpc/rfi-flush: Call setup_rfi_flush() after LPM migration
15378 - powerpc/64s: Move cpu_show_meltdown()
15379 - powerpc/64s: Enhance the information in cpu_show_meltdown()
15380 - powerpc/powernv: Use the security flags in pnv_setup_rfi_flush()
15381 - powerpc/pseries: Use the security flags in pseries_setup_rfi_flush()
15382
15383 * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5715 //
15384 CVE-2017-5753 // CVE-2017-5754
15385 - powerpc/pseries: Add new H_GET_CPU_CHARACTERISTICS flags
15386 - powerpc: Add security feature flags for Spectre/Meltdown
15387 - powerpc/pseries: Set or clear security feature flags
15388 - powerpc/powernv: Set or clear security feature flags
15389
15390 * Hisilicon network subsystem 3 support (LP: #1761610)
15391 - net: hns3: export pci table of hclge and hclgevf to userspace
15392 - d-i: Add hns3 drivers to nic-modules
15393
15394 * "ip a" command on a guest VM shows UNKNOWN status (LP: #1761534)
15395 - virtio-net: Fix operstate for virtio when no VIRTIO_NET_F_STATUS
15396
15397 * perf vendor events arm64: Enable JSON events for ThunderX2 B0 (LP: #1760712)
15398 - perf vendor events: Drop incomplete multiple mapfile support
15399 - perf vendor events: Fix error code in json_events()
15400 - perf vendor events: Drop support for unused topic directories
15401 - perf vendor events: Add support for pmu events vendor subdirectory
15402 - perf vendor events arm64: Relocate ThunderX2 JSON to cavium subdirectory
15403 - perf vendor events arm64: Relocate Cortex A53 JSONs to arm subdirectory
15404 - perf vendor events: Add support for arch standard events
15405 - perf vendor events arm64: Add armv8-recommended.json
15406 - perf vendor events arm64: Fixup ThunderX2 to use recommended events
15407 - perf vendor events arm64: fixup A53 to use recommended events
15408 - perf vendor events arm64: add HiSilicon hip08 JSON file
15409 - perf vendor events arm64: Enable JSON events for ThunderX2 B0
15410
15411 * Warning "cache flush timed out!" seen when unloading the cxl driver
15412 (LP: #1762367)
15413 - cxl: Check if PSL data-cache is available before issue flush request
15414
15415 * Bionic update to v4.16.1 stable release (LP: #1763170)
15416 - bitmap: fix memset optimization on big-endian systems
15417 - USB: serial: ftdi_sio: add RT Systems VX-8 cable
15418 - USB: serial: ftdi_sio: add support for Harman FirmwareHubEmulator
15419 - USB: serial: cp210x: add ELDAT Easywave RX09 id
15420 - serial: 8250: Add Nuvoton NPCM UART
15421 - mei: remove dev_err message on an unsupported ioctl
15422 - /dev/mem: Avoid overwriting "err" in read_mem()
15423 - media: usbtv: prevent double free in error case
15424 - parport_pc: Add support for WCH CH382L PCI-E single parallel port card.
15425 - crypto: lrw - Free rctx->ext with kzfree
15426 - crypto: ccp - Fill the result buffer only on digest, finup, and final ops
15427 - crypto: talitos - don't persistently map req_ctx->hw_context and
15428 req_ctx->buf
15429 - crypto: inside-secure - fix clock management
15430 - crypto: testmgr - Fix incorrect values in PKCS#1 test vector
15431 - crypto: talitos - fix IPsec cipher in length
15432 - crypto: ahash - Fix early termination in hash walk
15433 - crypto: caam - Fix null dereference at error path
15434 - crypto: ccp - return an actual key size from RSA max_size callback
15435 - crypto: arm,arm64 - Fix random regeneration of S_shipped
15436 - crypto: x86/cast5-avx - fix ECB encryption when long sg follows short one
15437 - Bluetooth: hci_bcm: Add 6 new ACPI HIDs
15438 - Btrfs: fix unexpected cow in run_delalloc_nocow
15439 - siox: fix possible buffer overflow in device_add_store
15440 - staging: comedi: ni_mio_common: ack ai fifo error interrupts.
15441 - Revert "base: arch_topology: fix section mismatch build warnings"
15442 - Input: ALPS - fix TrackStick detection on Thinkpad L570 and Latitude 7370
15443 - Input: i8042 - add Lenovo ThinkPad L460 to i8042 reset list
15444 - Input: i8042 - enable MUX on Sony VAIO VGN-CS series to fix touchpad
15445 - vt: change SGR 21 to follow the standards
15446 - Fix slab name "biovec-(1<<(21-12))"
15447 - signal: Correct the offset of si_pkey and si_lower in struct siginfo on m68k
15448 - Linux 4.16.1
15449
15450 * [18.04][config] regression: nvme and nvme_core couldn't be built as modules
15451 starting 4.15-rc2 (LP: #1759893)
15452 - SAUCE: Revert "lightnvm: include NVM Express driver if OCSSD is selected for
15453 build"
15454 - [Config] CONFIG_BLK_DEV_NMVE=m
15455
15456 * FFe: Enable configuring resume offset via sysfs (LP: #1760106)
15457 - PM / hibernate: Make passing hibernate offsets more friendly
15458
15459 * Ubuntu18.04:POWER9:DD2.2 - Unable to start a KVM guest with default machine
15460 type(pseries-bionic) complaining "KVM implementation does not support
15461 Transactional Memory, try cap-htm=off" (kvm) (LP: #1752026)
15462 - powerpc: Use feature bit for RTC presence rather than timebase presence
15463 - powerpc: Book E: Remove unused CPU_FTR_L2CSR bit
15464 - powerpc: Free up CPU feature bits on 64-bit machines
15465 - powerpc: Add CPU feature bits for TM bug workarounds on POWER9 v2.2
15466 - powerpc/powernv: Provide a way to force a core into SMT4 mode
15467 - KVM: PPC: Book3S HV: Work around transactional memory bugs in POWER9
15468 - KVM: PPC: Book3S HV: Work around XER[SO] bug in fake suspend mode
15469 - KVM: PPC: Book3S HV: Work around TEXASR bug in fake suspend state
15470
15471 * [Feature][CFL][ICL] [CNL]Thunderbolt support (Titan Ridge) (LP: #1730775)
15472 - thunderbolt: Resume control channel after hibernation image is created
15473 - thunderbolt: Serialize PCIe tunnel creation with PCI rescan
15474 - thunderbolt: Handle connecting device in place of host properly
15475 - thunderbolt: Do not overwrite error code when domain adding fails
15476 - thunderbolt: Wait a bit longer for root switch config space
15477 - thunderbolt: Wait a bit longer for ICM to authenticate the active NVM
15478 - thunderbolt: Handle rejected Thunderbolt devices
15479 - thunderbolt: Factor common ICM add and update operations out
15480 - thunderbolt: Correct function name in kernel-doc comment
15481 - thunderbolt: Add tb_switch_get()
15482 - thunderbolt: Add tb_switch_find_by_route()
15483 - thunderbolt: Add tb_xdomain_find_by_route()
15484 - thunderbolt: Add constant for approval timeout
15485 - thunderbolt: Move driver ready handling to struct icm
15486 - thunderbolt: Add 'boot' attribute for devices
15487 - thunderbolt: Add support for preboot ACL
15488 - thunderbolt: Introduce USB only (SL4) security level
15489 - thunderbolt: Add support for Intel Titan Ridge
15490
15491 * QCA9377 requires more IRAM banks for its new firmware (LP: #1748345)
15492 - ath10k: update the IRAM bank number for QCA9377
15493
15494 * Fix an issue that when system in S3, USB keyboard can't wake up the system.
15495 (LP: #1759511)
15496 - ACPI / PM: Allow deeper wakeup power states with no _SxD nor _SxW
15497
15498 * cxl: Fix timebase synchronization status on POWER9 missing (CAPI)
15499 (LP: #1757228)
15500 - cxl: Fix timebase synchronization status on P9
15501
15502 * [Feature]Update Ubuntu 18.04 lpfc FC driver with 32/64GB HBA support and bug
15503 fixes (LP: #1752182)
15504 - scsi: lpfc: Fix frequency of Release WQE CQEs
15505 - scsi: lpfc: Increase CQ and WQ sizes for SCSI
15506 - scsi: lpfc: move placement of target destroy on driver detach
15507 - scsi: lpfc: correct debug counters for abort
15508 - scsi: lpfc: Add WQ Full Logic for NVME Target
15509 - scsi: lpfc: Fix PRLI handling when topology type changes
15510 - scsi: lpfc: Fix IO failure during hba reset testing with nvme io.
15511 - scsi: lpfc: Fix RQ empty firmware trap
15512 - scsi: lpfc: Allow set of maximum outstanding SCSI cmd limit for a target
15513 - scsi: lpfc: Fix soft lockup in lpfc worker thread during LIP testing
15514 - scsi: lpfc: Fix issue_lip if link is disabled
15515 - scsi: lpfc: Indicate CONF support in NVMe PRLI
15516 - scsi: lpfc: Fix SCSI io host reset causing kernel crash
15517 - scsi: lpfc: Validate adapter support for SRIU option
15518 - scsi: lpfc: Fix header inclusion in lpfc_nvmet
15519 - scsi: lpfc: Treat SCSI Write operation Underruns as an error
15520 - scsi: lpfc: Fix nonrecovery of NVME controller after cable swap.
15521 - scsi: lpfc: update driver version to 11.4.0.7
15522 - scsi: lpfc: Update 11.4.0.7 modified files for 2018 Copyright
15523 - scsi: lpfc: Rework lpfc to allow different sli4 cq and eq handlers
15524 - scsi: lpfc: Rework sli4 doorbell infrastructure
15525 - scsi: lpfc: Add SLI-4 if_type=6 support to the code base
15526 - scsi: lpfc: Add push-to-adapter support to sli4
15527 - scsi: lpfc: Add PCI Ids for if_type=6 hardware
15528 - scsi: lpfc: Add 64G link speed support
15529 - scsi: lpfc: Add if_type=6 support for cycling valid bits
15530 - scsi: lpfc: Enable fw download on if_type=6 devices
15531 - scsi: lpfc: Add embedded data pointers for enhanced performance
15532 - scsi: lpfc: Fix nvme embedded io length on new hardware
15533 - scsi: lpfc: Work around NVME cmd iu SGL type
15534 - scsi: lpfc: update driver version to 12.0.0.0
15535 - scsi: lpfc: Change Copyright of 12.0.0.0 modified files to 2018
15536 - scsi: lpfc: use __raw_writeX on DPP copies
15537 - scsi: lpfc: Add missing unlock in WQ full logic
15538
15539 * /dev/bcache/by-uuid links not created after reboot (LP: #1729145)
15540 - SAUCE: (no-up) bcache: decouple emitting a cached_dev CHANGE uevent
15541
15542 * DKMS driver builds fail with: Cannot use CONFIG_STACK_VALIDATION=y, please
15543 install libelf-dev, libelf-devel or elfutils-libelf-devel (LP: #1760876)
15544 - [Packaging] include the retpoline extractor in the headers
15545
15546 * Use med_with_dipm SATA LPM to save more power for mobile platforms
15547 (LP: #1759547)
15548 - [Config] CONFIG_SATA_MOBILE_LPM_POLICY=3
15549
15550 * Miscellaneous Ubuntu changes
15551 - [Packaging] Only install cloud init files when do_tools_common=true
15552 - SAUCE: Import aufs driver
15553 - [Config] Enable AUFS config options
15554
15555 -- Seth Forshee <seth.forshee@canonical.com> Thu, 12 Apr 2018 09:30:56 -0500
15556
15557linux (4.16.0-3.4) bionic; urgency=medium
15558
15559 * Allow multiple mounts of zfs datasets (LP: #1759848)
15560 - SAUCE: Allow mounting datasets more than once (LP: #1759848)
15561
15562 * zfs system process hung on container stop/delete (LP: #1754584)
15563 - SAUCE: Fix non-prefaulted page deadlock (LP: #1754584)
15564 - Revert "UBUNTU: SAUCE: Fix non-prefaulted page deadlock (LP: #1754584)"
15565 - SAUCE: Fix non-prefaulted page deadlock (LP: #1754584)
15566
15567 * ubuntu_zram_smoke test will cause soft lockup on Artful ThunderX ARM64
15568 (LP: #1755073)
15569 - SAUCE: crypto: thunderx_zip: Fix fallout from CONFIG_VMAP_STACK
15570
15571 * CAPI Flash (cxlflash) update (LP: #1752672)
15572 - SAUCE: cxlflash: Preserve number of interrupts for master contexts
15573 - SAUCE: cxlflash: Avoid clobbering context control register value
15574 - SAUCE: cxlflash: Add argument identifier names
15575 - SAUCE: cxlflash: Introduce OCXL backend
15576 - SAUCE: cxlflash: Hardware AFU for OCXL
15577 - SAUCE: cxlflash: Read host function configuration
15578 - SAUCE: cxlflash: Setup function acTag range
15579 - SAUCE: cxlflash: Read host AFU configuration
15580 - SAUCE: cxlflash: Setup AFU acTag range
15581 - SAUCE: cxlflash: Setup AFU PASID
15582 - SAUCE: cxlflash: Adapter context support for OCXL
15583 - SAUCE: cxlflash: Use IDR to manage adapter contexts
15584 - SAUCE: cxlflash: Support adapter file descriptors for OCXL
15585 - SAUCE: cxlflash: Support adapter context discovery
15586 - SAUCE: cxlflash: Support image reload policy modification
15587 - SAUCE: cxlflash: MMIO map the AFU
15588 - SAUCE: cxlflash: Support starting an adapter context
15589 - SAUCE: cxlflash: Support process specific mappings
15590 - SAUCE: cxlflash: Support AFU state toggling
15591 - SAUCE: cxlflash: Support reading adapter VPD data
15592 - SAUCE: cxlflash: Setup function OCXL link
15593 - SAUCE: cxlflash: Setup OCXL transaction layer
15594 - SAUCE: cxlflash: Support process element lifecycle
15595 - SAUCE: cxlflash: Support AFU interrupt management
15596 - SAUCE: cxlflash: Support AFU interrupt mapping and registration
15597 - SAUCE: cxlflash: Support starting user contexts
15598 - SAUCE: cxlflash: Support adapter context polling
15599 - SAUCE: cxlflash: Support adapter context reading
15600 - SAUCE: cxlflash: Support adapter context mmap and release
15601 - SAUCE: cxlflash: Support file descriptor mapping
15602 - SAUCE: cxlflash: Introduce object handle fop
15603 - SAUCE: cxlflash: Setup LISNs for user contexts
15604 - SAUCE: cxlflash: Setup LISNs for master contexts
15605 - SAUCE: cxlflash: Update synchronous interrupt status bits
15606 - SAUCE: cxlflash: Introduce OCXL context state machine
15607 - SAUCE: cxlflash: Register for translation errors
15608 - SAUCE: cxlflash: Support AFU reset
15609 - SAUCE: cxlflash: Enable OCXL operations
15610
15611 * [Artful][Wyse 3040] System hang when trying to enable an offlined CPU core
15612 (LP: #1736393)
15613 - SAUCE: drm/i915:Don't set chip specific data
15614 - SAUCE: drm/i915: make previous commit affects Wyse 3040 only
15615
15616 * zed process consuming 100% cpu (LP: #1751796)
15617 - SAUCE: Fix ioctl loop-spin in zed (LP: #1751796)
15618
15619 * Ubuntu18.04:PowerPC - Set Transparent Huge Pages (THP) by default to
15620 "always" (LP: #1753708)
15621 - Config: Set TRANSPARENT_HUGEPAGE_ALWAYS=y on ppc64el
15622
15623 * retpoline hints: primary infrastructure and initial hints (LP: #1758856)
15624 - [Packaging] retpoline -- add safe usage hint support
15625 - [Packaging] retpoline-check -- only report additions
15626 - [Packaging] retpoline -- widen indirect call/jmp detection
15627 - [Packaging] retpoline -- elide %rip relative indirections
15628 - [Packaging] retpoline -- clear hint information from packages
15629 - SAUCE: apm -- annotate indirect calls within
15630 firmware_restrict_branch_speculation_{start,end}
15631 - SAUCE: EFI -- annotate indirect calls within
15632 firmware_restrict_branch_speculation_{start,end}
15633 - SAUCE: early/late -- annotate indirect calls in early/late initialisation
15634 code
15635 - SAUCE: vga_set_mode -- avoid jump tables
15636 - [Config] retpoine -- switch to new format
15637
15638 * Miscellaneous Ubuntu changes
15639 - [Packaging] final-checks -- remove check for empty retpoline files
15640 - [Packaging] skip cloud tools packaging when not building package
15641
15642 [ Upstream Kernel Changes ]
15643
15644 * Rebase to v4.16
15645
15646 -- Seth Forshee <seth.forshee@canonical.com> Mon, 02 Apr 2018 16:15:36 -0500
15647
15648linux (4.16.0-2.3) bionic; urgency=medium
15649
15650 * devpts: handle bind-mounts (LP: #1755857)
15651 - SAUCE: devpts: hoist out check for DEVPTS_SUPER_MAGIC
15652 - SAUCE: devpts: resolve devpts bind-mounts
15653 - SAUCE: devpts: comment devpts_mntget()
15654 - SAUCE: selftests: add devpts selftests
15655
15656 * [bionic][arm64] d-i: add hisi_sas_v3_hw to scsi-modules (LP: #1756103)
15657 - d-i: add hisi_sas_v3_hw to scsi-modules
15658
15659 * [Bionic][ARM64] PCI and SAS driver patches for hip08 SoCs (LP: #1756094)
15660 - SAUCE: scsi: hisi_sas: config for hip08 ES
15661 - SAUCE: scsi: hisi_sas: export device table of v3 hw to userspace
15662
15663 * s390/crypto: Fix kernel crash on aes_s390 module remove (LP: #1753424)
15664 - SAUCE: s390/crypto: Fix kernel crash on aes_s390 module remove.
15665
15666 * Fix ARC hit rate (LP: #1755158)
15667 - SAUCE: Fix ARC hit rate (LP: #1755158)
15668
15669 * ZFS setgid broken on 0.7 (LP: #1753288)
15670 - SAUCE: Fix ZFS setgid
15671
15672 * CONFIG_EFI=y on armhf (LP: #1726362)
15673 - [Config] CONFIG_EFI=y on armhf, reconcile secureboot EFI settings
15674
15675 * [Feature] Add xHCI debug device support in the driver (LP: #1730832)
15676 - [Config] CONFIG_USB_XHCI_DBGCAP=y
15677
15678 * retpoline: ignore %cs:0xNNN constant indirections (LP: #1752655)
15679 - [Packaging] retpoline -- elide %cs:0xNNNN constants on i386
15680 - [Config] retpoline -- clean up i386 retpoline files
15681
15682 * Miscellaneous Ubuntu changes
15683 - [Packaging] retpoline-extract: flag *0xNNN(%reg) branches
15684 - [Config] fix up retpoline abi files
15685 - [Config] fix up retpoline abi files
15686 - d-i: Add netsec to nic-modules
15687
15688 [ Upstream Kernel Changes ]
15689
15690 * Rebase to v4.16-rc6
15691
15692 -- Seth Forshee <seth.forshee@canonical.com> Mon, 19 Mar 2018 14:09:49 -0500
15693
15694linux (4.16.0-1.2) bionic; urgency=medium
15695
15696 * Driver not found in Ubuntu kernel does not detect interface (LP: #1745927)
15697 - d-i: add cxgb4 to nic-modules
15698
15699 * Support low-pin-count devices on Hisilicon SoCs (LP: #1677319)
15700 - [Config] CONFIG_INDIRECT_PIO=y
15701 - SAUCE: LIB: Introduce a generic PIO mapping method
15702 - SAUCE: PCI: Remove unused __weak attribute in pci_register_io_range()
15703 - SAUCE: PCI: Add fwnode handler as input param of pci_register_io_range()
15704 - SAUCE: PCI: Apply the new generic I/O management on PCI IO hosts
15705 - SAUCE: OF: Add missing I/O range exception for indirect-IO devices
15706 - [Config] CONFIG_HISILICON_LPC=y
15707 - SAUCE: HISI LPC: Support the LPC host on Hip06/Hip07 with DT bindings
15708 - SAUCE: ACPI / scan: do not enumerate Indirect IO host children
15709 - SAUCE: HISI LPC: Add ACPI support
15710 - SAUCE: MAINTAINERS: Add maintainer for HiSilicon LPC driver
15711
15712 * Miscellaneous Ubuntu changes
15713 - SAUCE: tools: use CC for linking acpi tools
15714
15715 [ Upstream Kernel Changes ]
15716
15717 * Rebase to v4.16-rc3
15718
15719 -- Seth Forshee <seth.forshee@canonical.com> Wed, 28 Feb 2018 10:17:23 -0600
15720
15721linux (4.16.0-0.1) bionic; urgency=medium
15722
15723 * retpoline abi files are empty on i386 (LP: #1751021)
15724 - [Packaging] retpoline-extract -- instantiate retpoline files for i386
15725 - [Packaging] final-checks -- sanity checking ABI contents
15726 - [Packaging] final-checks -- check for empty retpoline files
15727
15728 * Miscellaneous upstream changes
15729 - disable vbox build
15730 - Disable zfs build
15731
15732 [ Upstream Kernel Changes ]
15733
15734 * Rebase to v4.16-rc2
15735
15736 -- Seth Forshee <seth.forshee@canonical.com> Thu, 22 Feb 2018 08:58:57 -0600
15737
15738linux (4.16.0-0.0) bionic; urgency=medium
15739
15740 * Dummy entry
15741
15742 -- Seth Forshee <seth.forshee@canonical.com> Wed, 21 Feb 2018 14:33:13 -0600
15743
15744linux (4.15.0-10.11) bionic; urgency=medium
15745
15746 * linux: 4.15.0-10.11 -proposed tracker (LP: #1749250)
15747
15748 * "swiotlb: coherent allocation failed" dmesg spam with linux 4.15.0-9.10
15749 (LP: #1749202)
15750 - swiotlb: suppress warning when __GFP_NOWARN is set
15751 - drm/ttm: specify DMA_ATTR_NO_WARN for huge page pools
15752
15753 * linux-tools: perf incorrectly linking libbfd (LP: #1748922)
15754 - SAUCE: tools -- add ability to disable libbfd
15755 - [Packaging] correct disablement of libbfd
15756
15757 * [Artful] Realtek ALC225: 2 secs noise when a headset plugged in
15758 (LP: #1744058)
15759 - ALSA: hda/realtek - update ALC225 depop optimize
15760
15761 * [Artful] Support headset mode for DELL WYSE (LP: #1723913)
15762 - SAUCE: ALSA: hda/realtek - Add support headset mode for DELL WYSE
15763
15764 * headset mic can't be detected on two Dell machines (LP: #1748807)
15765 - ALSA: hda/realtek - Support headset mode for ALC215/ALC285/ALC289
15766 - ALSA: hda - Fix headset mic detection problem for two Dell machines
15767
15768 * Bionic update to v4.15.3 stable release (LP: #1749191)
15769 - ip6mr: fix stale iterator
15770 - net: igmp: add a missing rcu locking section
15771 - qlcnic: fix deadlock bug
15772 - qmi_wwan: Add support for Quectel EP06
15773 - r8169: fix RTL8168EP take too long to complete driver initialization.
15774 - tcp: release sk_frag.page in tcp_disconnect
15775 - vhost_net: stop device during reset owner
15776 - ipv6: addrconf: break critical section in addrconf_verify_rtnl()
15777 - ipv6: change route cache aging logic
15778 - Revert "defer call to mem_cgroup_sk_alloc()"
15779 - net: ipv6: send unsolicited NA after DAD
15780 - rocker: fix possible null pointer dereference in
15781 rocker_router_fib_event_work
15782 - tcp_bbr: fix pacing_gain to always be unity when using lt_bw
15783 - cls_u32: add missing RCU annotation.
15784 - ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6only
15785 - soreuseport: fix mem leak in reuseport_add_sock()
15786 - net_sched: get rid of rcu_barrier() in tcf_block_put_ext()
15787 - net: sched: fix use-after-free in tcf_block_put_ext
15788 - media: mtk-vcodec: add missing MODULE_LICENSE/DESCRIPTION
15789 - media: soc_camera: soc_scale_crop: add missing
15790 MODULE_DESCRIPTION/AUTHOR/LICENSE
15791 - media: tegra-cec: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
15792 - gpio: uniphier: fix mismatch between license text and MODULE_LICENSE
15793 - crypto: tcrypt - fix S/G table for test_aead_speed()
15794 - Linux 4.15.3
15795
15796 * bnx2x_attn_int_deasserted3:4323 MC assert! (LP: #1715519) //
15797 CVE-2018-1000026
15798 - net: create skb_gso_validate_mac_len()
15799 - bnx2x: disable GSO where gso_size is too big for hardware
15800
15801 * ethtool -p fails to light NIC LED on HiSilicon D05 systems (LP: #1748567)
15802 - net: hns: add ACPI mode support for ethtool -p
15803
15804 * CVE-2017-5715 (Spectre v2 Intel)
15805 - [Packaging] retpoline files must be sorted
15806 - [Packaging] pull in retpoline files
15807
15808 * [Feature] PXE boot with Intel Omni-Path (LP: #1712031)
15809 - d-i: Add hfi1 to nic-modules
15810
15811 * CVE-2017-5715 (Spectre v2 retpoline)
15812 - [Packaging] retpoline -- add call site validation
15813 - [Config] disable retpoline checks for first upload
15814
15815 * Do not duplicate changelog entries assigned to more than one bug or CVE
15816 (LP: #1743383)
15817 - [Packaging] git-ubuntu-log -- handle multiple bugs/cves better
15818
15819 -- Seth Forshee <seth.forshee@canonical.com> Tue, 13 Feb 2018 11:33:58 -0600
15820
15821linux (4.15.0-9.10) bionic; urgency=medium
15822
15823 * linux: 4.15.0-9.10 -proposed tracker (LP: #1748244)
15824
15825 * Miscellaneous Ubuntu changes
15826 - [Debian] tests -- remove gcc-multilib dependency for arm64
15827
15828 -- Seth Forshee <seth.forshee@canonical.com> Thu, 08 Feb 2018 11:25:04 -0600
15829
15830linux (4.15.0-8.9) bionic; urgency=medium
15831
15832 * linux: 4.15.0-8.9 -proposed tracker (LP: #1748075)
15833
15834 * Bionic update to v4.15.2 stable release (LP: #1748072)
15835 - KVM: x86: Make indirect calls in emulator speculation safe
15836 - KVM: VMX: Make indirect call speculation safe
15837 - module/retpoline: Warn about missing retpoline in module
15838 - x86/cpufeatures: Add CPUID_7_EDX CPUID leaf
15839 - x86/cpufeatures: Add Intel feature bits for Speculation Control
15840 - x86/cpufeatures: Add AMD feature bits for Speculation Control
15841 - x86/msr: Add definitions for new speculation control MSRs
15842 - x86/pti: Do not enable PTI on CPUs which are not vulnerable to Meltdown
15843 - x86/cpufeature: Blacklist SPEC_CTRL/PRED_CMD on early Spectre v2 microcodes
15844 - x86/speculation: Add basic IBPB (Indirect Branch Prediction Barrier) support
15845 - x86/alternative: Print unadorned pointers
15846 - x86/nospec: Fix header guards names
15847 - x86/bugs: Drop one "mitigation" from dmesg
15848 - x86/cpu/bugs: Make retpoline module warning conditional
15849 - x86/cpufeatures: Clean up Spectre v2 related CPUID flags
15850 - x86/retpoline: Simplify vmexit_fill_RSB()
15851 - x86/speculation: Simplify indirect_branch_prediction_barrier()
15852 - auxdisplay: img-ascii-lcd: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
15853 - iio: adc/accel: Fix up module licenses
15854 - pinctrl: pxa: pxa2xx: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
15855 - ASoC: pcm512x: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
15856 - KVM: nVMX: Eliminate vmcs02 pool
15857 - KVM: VMX: introduce alloc_loaded_vmcs
15858 - objtool: Improve retpoline alternative handling
15859 - objtool: Add support for alternatives at the end of a section
15860 - objtool: Warn on stripped section symbol
15861 - x86/mm: Fix overlap of i386 CPU_ENTRY_AREA with FIX_BTMAP
15862 - x86/spectre: Check CONFIG_RETPOLINE in command line parser
15863 - x86/entry/64: Remove the SYSCALL64 fast path
15864 - x86/entry/64: Push extra regs right away
15865 - x86/asm: Move 'status' from thread_struct to thread_info
15866 - Documentation: Document array_index_nospec
15867 - array_index_nospec: Sanitize speculative array de-references
15868 - x86: Implement array_index_mask_nospec
15869 - x86: Introduce barrier_nospec
15870 - x86: Introduce __uaccess_begin_nospec() and uaccess_try_nospec
15871 - x86/usercopy: Replace open coded stac/clac with __uaccess_{begin, end}
15872 - x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospec
15873 - x86/get_user: Use pointer masking to limit speculation
15874 - x86/syscall: Sanitize syscall table de-references under speculation
15875 - vfs, fdtable: Prevent bounds-check bypass via speculative execution
15876 - nl80211: Sanitize array index in parse_txq_params
15877 - x86/spectre: Report get_user mitigation for spectre_v1
15878 - x86/spectre: Fix spelling mistake: "vunerable"-> "vulnerable"
15879 - x86/cpuid: Fix up "virtual" IBRS/IBPB/STIBP feature bits on Intel
15880 - x86/speculation: Use Indirect Branch Prediction Barrier in context switch
15881 - x86/paravirt: Remove 'noreplace-paravirt' cmdline option
15882 - KVM: VMX: make MSR bitmaps per-VCPU
15883 - x86/kvm: Update spectre-v1 mitigation
15884 - x86/retpoline: Avoid retpolines for built-in __init functions
15885 - x86/spectre: Simplify spectre_v2 command line parsing
15886 - x86/pti: Mark constant arrays as __initconst
15887 - x86/speculation: Fix typo IBRS_ATT, which should be IBRS_ALL
15888 - KVM/x86: Update the reverse_cpuid list to include CPUID_7_EDX
15889 - KVM/x86: Add IBPB support
15890 - KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIES
15891 - KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRL
15892 - KVM/SVM: Allow direct access to MSR_IA32_SPEC_CTRL
15893 - serial: core: mark port as initialized after successful IRQ change
15894 - fpga: region: release of_parse_phandle nodes after use
15895 - Linux 4.15.2
15896
15897 * Add support for the NIC on SynQuacer E-Series boards (LP: #1747792)
15898 - net: phy: core: remove now uneeded disabling of interrupts
15899 - [Config] CONFIG_NET_VENDOR_SOCIONEXT=y & CONFIG_SNI_NETSEC=m
15900 - net: socionext: Add Synquacer NetSec driver
15901 - net: socionext: include linux/io.h to fix build
15902 - net: socionext: Fix error return code in netsec_netdev_open()
15903
15904 * [Artful/Bionic] [Config] enable EDAC_GHES for ARM64 (LP: #1747746)
15905 - [Config] CONFIG_EDAC_GHES=y
15906
15907 * support thunderx2 vendor pmu events (LP: #1747523)
15908 - perf pmu: Pass pmu as a parameter to get_cpuid_str()
15909 - perf tools arm64: Add support for get_cpuid_str function.
15910 - perf pmu: Add helper function is_pmu_core to detect PMU CORE devices
15911 - perf vendor events arm64: Add ThunderX2 implementation defined pmu core
15912 events
15913 - perf pmu: Add check for valid cpuid in perf_pmu__find_map()
15914
15915 * linux 4.14.0-7.9 ADT test failure with linux 4.14.0-7.9 (LP: #1732463)
15916 - SAUCE: mm: disable vma based swap readahead by default
15917 - SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM
15918
15919 * Miscellaneous Ubuntu changes
15920 - [Config] Fix CONFIG_PROFILE_ALL_BRANCHES annotations
15921
15922 -- Seth Forshee <seth.forshee@canonical.com> Wed, 07 Feb 2018 21:13:27 -0600
15923
15924linux (4.15.0-7.8) bionic; urgency=medium
15925
15926 * Bionic update to v4.15.1 stable release (LP: #1747169)
15927 - Bluetooth: hci_serdev: Init hci_uart proto_lock to avoid oops
15928 - tools/gpio: Fix build error with musl libc
15929 - gpio: stmpe: i2c transfer are forbiden in atomic context
15930 - gpio: Fix kernel stack leak to userspace
15931 - ALSA: hda - Reduce the suspend time consumption for ALC256
15932 - crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDH
15933 - crypto: aesni - handle zero length dst buffer
15934 - crypto: aesni - fix typo in generic_gcmaes_decrypt
15935 - crypto: aesni - add wrapper for generic gcm(aes)
15936 - crypto: aesni - Fix out-of-bounds access of the data buffer in generic-gcm-
15937 aesni
15938 - crypto: aesni - Fix out-of-bounds access of the AAD buffer in generic-gcm-
15939 aesni
15940 - crypto: inside-secure - fix hash when length is a multiple of a block
15941 - crypto: inside-secure - avoid unmapping DMA memory that was not mapped
15942 - crypto: sha3-generic - fixes for alignment and big endian operation
15943 - crypto: af_alg - whitelist mask and type
15944 - HID: wacom: EKR: ensure devres groups at higher indexes are released
15945 - HID: wacom: Fix reporting of touch toggle (WACOM_HID_WD_MUTE_DEVICE) events
15946 - power: reset: zx-reboot: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
15947 - gpio: iop: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
15948 - gpio: ath79: add missing MODULE_DESCRIPTION/LICENSE
15949 - mtd: nand: denali_pci: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
15950 - igb: Free IRQs when device is hotplugged
15951 - ima/policy: fix parsing of fsuuid
15952 - scsi: aacraid: Fix udev inquiry race condition
15953 - scsi: aacraid: Fix hang in kdump
15954 - scsi: storvsc: missing error code in storvsc_probe()
15955 - staging: lustre: separate a connection destroy from free struct kib_conn
15956 - staging: ccree: NULLify backup_info when unused
15957 - staging: ccree: fix fips event irq handling build
15958 - tty: fix data race between tty_init_dev and flush of buf
15959 - usb: option: Add support for FS040U modem
15960 - USB: serial: pl2303: new device id for Chilitag
15961 - USB: cdc-acm: Do not log urb submission errors on disconnect
15962 - CDC-ACM: apply quirk for card reader
15963 - USB: serial: io_edgeport: fix possible sleep-in-atomic
15964 - usbip: prevent bind loops on devices attached to vhci_hcd
15965 - usbip: list: don't list devices attached to vhci_hcd
15966 - USB: serial: simple: add Motorola Tetra driver
15967 - usb: f_fs: Prevent gadget unbind if it is already unbound
15968 - usb: uas: unconditionally bring back host after reset
15969 - usb/gadget: Fix "high bandwidth" check in usb_gadget_ep_match_desc()
15970 - ANDROID: binder: remove waitqueue when thread exits.
15971 - android: binder: use VM_ALLOC to get vm area
15972 - mei: me: allow runtime pm for platform with D0i3
15973 - serial: 8250_of: fix return code when probe function fails to get reset
15974 - serial: 8250_uniphier: fix error return code in uniphier_uart_probe()
15975 - serial: 8250_dw: Revert "Improve clock rate setting"
15976 - serial: imx: Only wakeup via RTSDEN bit if the system has RTS/CTS
15977 - spi: imx: do not access registers while clocks disabled
15978 - iio: adc: stm32: fix scan of multiple channels with DMA
15979 - iio: chemical: ccs811: Fix output of IIO_CONCENTRATION channels
15980 - test_firmware: fix missing unlock on error in config_num_requests_store()
15981 - Input: synaptics-rmi4 - unmask F03 interrupts when port is opened
15982 - Input: synaptics-rmi4 - do not delete interrupt memory too early
15983 - x86/efi: Clarify that reset attack mitigation needs appropriate userspace
15984 - Linux 4.15.1
15985
15986 * Dell XPS 13 9360 bluetooth (Atheros) won't connect after resume
15987 (LP: #1744712)
15988 - Revert "Bluetooth: btusb: fix QCA Rome suspend/resume"
15989 - Bluetooth: btusb: Restore QCA Rome suspend/resume fix with a "rewritten"
15990 version
15991
15992 * apparmor profile load in stacked policy container fails (LP: #1746463)
15993 - SAUCE: apparmor: fix display of .ns_name for containers
15994
15995 -- Seth Forshee <seth.forshee@canonical.com> Sun, 04 Feb 2018 11:56:32 +0100
15996
15997linux (4.15.0-6.7) bionic; urgency=low
15998
15999 * upload urgency should be medium by default (LP: #1745338)
16000 - [Packaging] update urgency to medium by default
16001
16002 * Shutdown hang on 16.04 with iscsi targets (LP: #1569925)
16003 - scsi: libiscsi: Allow sd_shutdown on bad transport
16004
16005 * Miscellaneous Ubuntu changes
16006 - SAUCE: (noup) Update spl to 0.7.5-1ubuntu1, zfs to 0.7.5-1ubuntu1
16007 - Revert "UBUNTU: SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM"
16008 - Revert "UBUNTU: SAUCE: mm: disable vma based swap readahead by default"
16009
16010 [ Upstream Kernel Changes ]
16011
16012 * Rebase to v4.15
16013
16014 -- Seth Forshee <seth.forshee@canonical.com> Mon, 29 Jan 2018 08:47:07 -0600
16015
16016linux (4.15.0-5.6) bionic; urgency=low
16017
16018 * $(LOCAL_ENV_CC) and $(LOCAL_ENV_DISTCC_HOSTS) should be properly quoted
16019 (LP: #1744077)
16020 - [Debian] pass LOCAL_ENV_CC and LOCAL_ENV_DISTCC_HOSTS properly
16021
16022 * Missing install-time driver for QLogic QED 25/40/100Gb Ethernet NIC
16023 (LP: #1743638)
16024 - [d-i] Add qede to nic-modules udeb
16025
16026 * boot failure on AMD Raven + WesternXT (LP: #1742759)
16027 - SAUCE: drm/amdgpu: add atpx quirk handling (v2)
16028
16029 * Unable to handle kernel NULL pointer dereference at isci_task_abort_task
16030 (LP: #1726519)
16031 - SAUCE: Revert "scsi: libsas: allow async aborts"
16032
16033 * Update Ubuntu-4.15.0 config to support Intel Atom devices (LP: #1739939)
16034 - [Config] CONFIG_SERIAL_DEV_BUS=y, CONFIG_SERIAL_DEV_CTRL_TTYPORT=y
16035
16036 * Miscellaneous Ubuntu changes
16037 - Rebase to v4.15-rc7
16038 - [Config] CONFIG_CPU_ISOLATION=y
16039 - [Config] Update annotations following config review
16040 - Revert "UBUNTU: SAUCE: Import aufs driver"
16041 - SAUCE: Import aufs driver
16042 - ubuntu: vbox -- update to 5.2.6-dfsg-1
16043 - ubuntu: vbox: build fixes for 4.15
16044 - ubuntu: vbox -- update to 5.2.6-dfsg-2
16045 - hio: updates for timer api changes in 4.15
16046 - enable hio build
16047 - Rebase to v4.15-rc9
16048
16049 [ Upstream Kernel Changes ]
16050
16051 * Rebase to v4.15-rc9
16052
16053 -- Seth Forshee <seth.forshee@canonical.com> Mon, 22 Jan 2018 10:16:05 -0600
16054
16055linux (4.15.0-4.5) bionic; urgency=low
16056
16057 * [0cf3:e010] QCA6174A XR failed to pair with bt 4.0 device (LP: #1741166)
16058 - SAUCE: Bluetooth: btusb: Add support for 0cf3:e010
16059
16060 * External HDMI monitor failed to show screen on Lenovo X1 series
16061 (LP: #1738523)
16062 - SAUCE: drm/i915: Disable writing of TMDS_OE on Lenovo ThinkPad X1 series
16063
16064 * Miscellaneous Ubuntu changes
16065 - [Debian] autoreconstruct - add resoration of execute permissions
16066
16067 [ Upstream Kernel Changes ]
16068
16069 * Rebase to v4.15-rc4
16070
16071 -- Seth Forshee <seth.forshee@canonical.com> Wed, 10 Jan 2018 10:24:22 -0600
16072
16073linux (4.15.0-3.4) bionic; urgency=low
16074
16075 * ubuntu/xr-usb-serial didn't get built in zesty and artful (LP: #1733281)
16076 - SAUCE: make sure ubuntu/xr-usb-serial builds for x86
16077
16078 [ Upstream Kernel Changes ]
16079
16080 * Rebase to v4.15-rc6
16081
16082 -- Seth Forshee <seth.forshee@canonical.com> Wed, 03 Jan 2018 20:20:43 -0600
16083
16084linux (4.15.0-2.3) bionic; urgency=low
16085
16086 * nvidia-graphics-drivers-384 384.90-0ubuntu6 ADT test failure with linux
16087 4.15.0-1.2 (LP: #1737752)
16088 - x86/mm: Unbreak modules that use the DMA API
16089
16090 * Ubuntu 17.10 corrupting BIOS - many LENOVO laptops models (LP: #1734147)
16091 - [Config] CONFIG_SPI_INTEL_SPI_*=n
16092
16093 * power: commonise configs IBMVETH/IBMVSCSI and ensure both are in linux-image
16094 and udebs (LP: #1521712)
16095 - [Config] Include ibmvnic in nic-modules
16096
16097 * Enable arm64 emulation of removed ARMv7 instructions (LP: #1545542)
16098 - [Config] Enable support for emulation of deprecated ARMv8 instructions
16099
16100 * Miscellaneous Ubuntu changes
16101 - SAUCE: (noup) Update spl with 4.15 compat fix (LP:#1737761)
16102 - Enable zfs build
16103 - [Debian] add icp to zfs-modules.ignore
16104
16105 [ Upstream Kernel Changes ]
16106
16107 * Rebase to v4.15-rc4
16108
16109 -- Seth Forshee <seth.forshee@canonical.com> Mon, 18 Dec 2017 09:27:13 -0600
16110
16111linux (4.15.0-1.2) bionic; urgency=low
16112
16113 * Disabling zfs does not always disable module checks for the zfs modules
16114 (LP: #1737176)
16115 - [Packaging] disable zfs module checks when zfs is disabled
16116
16117 * Miscellaneous Ubuntu changes
16118 - [Config] CONFIG_UNWINDER_FRAME_POINTER=y for amd64
16119
16120 [ Upstream Kernel Changes ]
16121
16122 * Rebase to v4.15-rc3
16123
16124 -- Seth Forshee <seth.forshee@canonical.com> Sun, 10 Dec 2017 22:07:19 -0600
16125
16126linux (4.15.0-0.1) bionic; urgency=low
16127
16128 * Miscellaneous Ubuntu changes
16129 - ubuntu: vbox -- update to 5.2.2-dfsg-2
16130 - ubuntu: vbox: build fixes for 4.15
16131 - disable hio build
16132 - [Config] Update kernel lockdown options to fix build errors
16133 - Disable zfs build
16134 - SAUCE: Import aufs driver
16135 - [Config] Enable AUFS config options
16136
16137 [ Upstream Kernel Changes ]
16138
16139 * Rebase to v4.15-rc2
16140
16141 -- Seth Forshee <seth.forshee@canonical.com> Fri, 08 Dec 2017 13:55:42 -0600
16142
16143linux (4.14.0-11.13) bionic; urgency=low
16144
16145 * linux: 4.14.0-11.13 -proposed tracker (LP: #1736168)
16146
16147 * CVE-2017-1000405
16148 - mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()
16149
16150 * linux 4.14.0-7.9 ADT test failure with linux 4.14.0-7.9 (LP: #1732463)
16151 - SAUCE: mm: disable vma based swap readahead by default
16152 - SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM
16153
16154 * Bionic update to v4.14.3 stable release (LP: #1735843)
16155 - s390: fix transactional execution control register handling
16156 - s390/noexec: execute kexec datamover without DAT
16157 - s390/runtime instrumention: fix possible memory corruption
16158 - s390/guarded storage: fix possible memory corruption
16159 - s390/disassembler: add missing end marker for e7 table
16160 - s390/disassembler: increase show_code buffer size
16161 - ACPI / PM: Fix acpi_pm_notifier_lock vs flush_workqueue() deadlock
16162 - ACPI / EC: Fix regression related to triggering source of EC event handling
16163 - cpufreq: schedutil: Reset cached_raw_freq when not in sync with next_freq
16164 - serdev: fix registration of second slave
16165 - sched: Make resched_cpu() unconditional
16166 - lib/mpi: call cond_resched() from mpi_powm() loop
16167 - x86/boot: Fix boot failure when SMP MP-table is based at 0
16168 - x86/decoder: Add new TEST instruction pattern
16169 - x86/entry/64: Fix entry_SYSCALL_64_after_hwframe() IRQ tracing
16170 - x86/entry/64: Add missing irqflags tracing to native_load_gs_index()
16171 - perf/x86/intel: Hide TSX events when RTM is not supported
16172 - arm64: Implement arch-specific pte_access_permitted()
16173 - ARM: 8722/1: mm: make STRICT_KERNEL_RWX effective for LPAE
16174 - ARM: 8721/1: mm: dump: check hardware RO bit for LPAE
16175 - uapi: fix linux/tls.h userspace compilation error
16176 - uapi: fix linux/rxrpc.h userspace compilation errors
16177 - MIPS: cmpxchg64() and HAVE_VIRT_CPU_ACCOUNTING_GEN don't work for 32-bit SMP
16178 - MIPS: ralink: Fix MT7628 pinmux
16179 - MIPS: ralink: Fix typo in mt7628 pinmux function
16180 - net: mvneta: fix handling of the Tx descriptor counter
16181 - nbd: wait uninterruptible for the dead timeout
16182 - nbd: don't start req until after the dead connection logic
16183 - PM / OPP: Add missing of_node_put(np)
16184 - PCI/ASPM: Account for downstream device's Port Common_Mode_Restore_Time
16185 - PCI/ASPM: Use correct capability pointer to program LTR_L1.2_THRESHOLD
16186 - PCI: hv: Use effective affinity mask
16187 - PCI: Set Cavium ACS capability quirk flags to assert RR/CR/SV/UF
16188 - PCI: Apply Cavium ThunderX ACS quirk to more Root Ports
16189 - ALSA: hda: Add Raven PCI ID
16190 - dm integrity: allow unaligned bv_offset
16191 - dm cache: fix race condition in the writeback mode overwrite_bio
16192 optimisation
16193 - dm crypt: allow unaligned bv_offset
16194 - dm zoned: ignore last smaller runt zone
16195 - dm mpath: remove annoying message of 'blk_get_request() returned -11'
16196 - dm bufio: fix integer overflow when limiting maximum cache size
16197 - ovl: Put upperdentry if ovl_check_origin() fails
16198 - dm: allocate struct mapped_device with kvzalloc
16199 - sched/rt: Simplify the IPI based RT balancing logic
16200 - MIPS: pci: Remove KERN_WARN instance inside the mt7620 driver
16201 - dm: fix race between dm_get_from_kobject() and __dm_destroy()
16202 - dm: discard support requires all targets in a table support discards
16203 - MIPS: Fix odd fp register warnings with MIPS64r2
16204 - MIPS: Fix MIPS64 FP save/restore on 32-bit kernels
16205 - MIPS: dts: remove bogus bcm96358nb4ser.dtb from dtb-y entry
16206 - MIPS: Fix an n32 core file generation regset support regression
16207 - MIPS: BCM47XX: Fix LED inversion for WRT54GSv1
16208 - MIPS: math-emu: Fix final emulation phase for certain instructions
16209 - rt2x00usb: mark device removed when get ENOENT usb error
16210 - mm/z3fold.c: use kref to prevent page free/compact race
16211 - autofs: don't fail mount for transient error
16212 - nilfs2: fix race condition that causes file system corruption
16213 - fscrypt: lock mutex before checking for bounce page pool
16214 - eCryptfs: use after free in ecryptfs_release_messaging()
16215 - libceph: don't WARN() if user tries to add invalid key
16216 - bcache: check ca->alloc_thread initialized before wake up it
16217 - fs: guard_bio_eod() needs to consider partitions
16218 - fanotify: fix fsnotify_prepare_user_wait() failure
16219 - isofs: fix timestamps beyond 2027
16220 - btrfs: change how we decide to commit transactions during flushing
16221 - f2fs: expose some sectors to user in inline data or dentry case
16222 - NFS: Fix typo in nomigration mount option
16223 - NFS: Revert "NFS: Move the flock open mode check into nfs_flock()"
16224 - nfs: Fix ugly referral attributes
16225 - NFS: Avoid RCU usage in tracepoints
16226 - NFS: revalidate "." etc correctly on "open".
16227 - nfsd: deal with revoked delegations appropriately
16228 - rtlwifi: rtl8192ee: Fix memory leak when loading firmware
16229 - rtlwifi: fix uninitialized rtlhal->last_suspend_sec time
16230 - iwlwifi: fix firmware names for 9000 and A000 series hw
16231 - md: fix deadlock error in recent patch.
16232 - md: don't check MD_SB_CHANGE_CLEAN in md_allow_write
16233 - Bluetooth: btqcomsmd: Add support for BD address setup
16234 - md/bitmap: revert a patch
16235 - fsnotify: clean up fsnotify_prepare/finish_user_wait()
16236 - fsnotify: pin both inode and vfsmount mark
16237 - fsnotify: fix pinning group in fsnotify_prepare_user_wait()
16238 - ata: fixes kernel crash while tracing ata_eh_link_autopsy event
16239 - ext4: fix interaction between i_size, fallocate, and delalloc after a crash
16240 - ext4: prevent data corruption with inline data + DAX
16241 - ext4: prevent data corruption with journaling + DAX
16242 - ALSA: pcm: update tstamp only if audio_tstamp changed
16243 - ALSA: usb-audio: Add sanity checks to FE parser
16244 - ALSA: usb-audio: Fix potential out-of-bound access at parsing SU
16245 - ALSA: usb-audio: Add sanity checks in v2 clock parsers
16246 - ALSA: timer: Remove kernel warning at compat ioctl error paths
16247 - ALSA: hda/realtek - Fix ALC275 no sound issue
16248 - ALSA: hda: Fix too short HDMI/DP chmap reporting
16249 - ALSA: hda - Fix yet remaining issue with vmaster 0dB initialization
16250 - ALSA: hda/realtek - Fix ALC700 family no sound issue
16251 - ASoC: sun8i-codec: Invert Master / Slave condition
16252 - ASoC: sun8i-codec: Fix left and right channels inversion
16253 - ASoC: sun8i-codec: Set the BCLK divider
16254 - mfd: lpc_ich: Avoton/Rangeley uses SPI_BYT method
16255 - fix a page leak in vhost_scsi_iov_to_sgl() error recovery
16256 - 9p: Fix missing commas in mount options
16257 - fs/9p: Compare qid.path in v9fs_test_inode
16258 - net/9p: Switch to wait_event_killable()
16259 - scsi: qla2xxx: Suppress a kernel complaint in qla_init_base_qpair()
16260 - scsi: sd_zbc: Fix sd_zbc_read_zoned_characteristics()
16261 - scsi: lpfc: fix pci hot plug crash in timer management routines
16262 - scsi: lpfc: fix pci hot plug crash in list_add call
16263 - scsi: lpfc: Fix crash receiving ELS while detaching driver
16264 - scsi: lpfc: Fix FCP hba_wqidx assignment
16265 - scsi: lpfc: Fix oops if nvmet_fc_register_targetport fails
16266 - iscsi-target: Make TASK_REASSIGN use proper se_cmd->cmd_kref
16267 - iscsi-target: Fix non-immediate TMR reference leak
16268 - target: fix null pointer regression in core_tmr_drain_tmr_list
16269 - target: fix buffer offset in core_scsi3_pri_read_full_status
16270 - target: Fix QUEUE_FULL + SCSI task attribute handling
16271 - target: Fix caw_sem leak in transport_generic_request_failure
16272 - target: Fix quiese during transport_write_pending_qf endless loop
16273 - target: Avoid early CMD_T_PRE_EXECUTE failures during ABORT_TASK
16274 - mtd: Avoid probe failures when mtd->dbg.dfs_dir is invalid
16275 - mtd: nand: Export nand_reset() symbol
16276 - mtd: nand: atmel: Actually use the PM ops
16277 - mtd: nand: omap2: Fix subpage write
16278 - mtd: nand: Fix writing mtdoops to nand flash.
16279 - mtd: nand: mtk: fix infinite ECC decode IRQ issue
16280 - mailbox: bcm-flexrm-mailbox: Fix FlexRM ring flush sequence
16281 - p54: don't unregister leds when they are not initialized
16282 - block: Fix a race between blk_cleanup_queue() and timeout handling
16283 - raid1: prevent freeze_array/wait_all_barriers deadlock
16284 - genirq: Track whether the trigger type has been set
16285 - irqchip/gic-v3: Fix ppi-partitions lookup
16286 - lockd: double unregister of inetaddr notifiers
16287 - KVM: PPC: Book3S HV: Don't call real-mode XICS hypercall handlers if not
16288 enabled
16289 - KVM: nVMX: set IDTR and GDTR limits when loading L1 host state
16290 - KVM: SVM: obey guest PAT
16291 - kvm: vmx: Reinstate support for CPUs without virtual NMI
16292 - dax: fix PMD faults on zero-length files
16293 - dax: fix general protection fault in dax_alloc_inode
16294 - SUNRPC: Fix tracepoint storage issues with svc_recv and svc_rqst_status
16295 - clk: ti: dra7-atl-clock: fix child-node lookups
16296 - libnvdimm, dimm: clear 'locked' status on successful DIMM enable
16297 - libnvdimm, pfn: make 'resource' attribute only readable by root
16298 - libnvdimm, namespace: fix label initialization to use valid seq numbers
16299 - libnvdimm, region : make 'resource' attribute only readable by root
16300 - libnvdimm, namespace: make 'resource' attribute only readable by root
16301 - svcrdma: Preserve CB send buffer across retransmits
16302 - IB/srpt: Do not accept invalid initiator port names
16303 - IB/cm: Fix memory corruption in handling CM request
16304 - IB/hfi1: Fix incorrect available receive user context count
16305 - IB/srp: Avoid that a cable pull can trigger a kernel crash
16306 - IB/core: Avoid crash on pkey enforcement failed in received MADs
16307 - IB/core: Only maintain real QPs in the security lists
16308 - NFC: fix device-allocation error return
16309 - spi-nor: intel-spi: Fix broken software sequencing codes
16310 - i40e: Use smp_rmb rather than read_barrier_depends
16311 - igb: Use smp_rmb rather than read_barrier_depends
16312 - igbvf: Use smp_rmb rather than read_barrier_depends
16313 - ixgbevf: Use smp_rmb rather than read_barrier_depends
16314 - i40evf: Use smp_rmb rather than read_barrier_depends
16315 - fm10k: Use smp_rmb rather than read_barrier_depends
16316 - ixgbe: Fix skb list corruption on Power systems
16317 - parisc: Fix validity check of pointer size argument in new CAS
16318 implementation
16319 - powerpc: Fix boot on BOOK3S_32 with CONFIG_STRICT_KERNEL_RWX
16320 - powerpc/mm/radix: Fix crashes on Power9 DD1 with radix MMU and STRICT_RWX
16321 - powerpc/perf/imc: Use cpu_to_node() not topology_physical_package_id()
16322 - powerpc/signal: Properly handle return value from uprobe_deny_signal()
16323 - powerpc/64s: Fix masking of SRR1 bits on instruction fault
16324 - powerpc/64s/radix: Fix 128TB-512TB virtual address boundary case allocation
16325 - powerpc/64s/hash: Fix 512T hint detection to use >= 128T
16326 - powerpc/64s/hash: Fix 128TB-512TB virtual address boundary case allocation
16327 - powerpc/64s/hash: Fix fork() with 512TB process address space
16328 - powerpc/64s/hash: Allow MAP_FIXED allocations to cross 128TB boundary
16329 - media: Don't do DMA on stack for firmware upload in the AS102 driver
16330 - media: rc: check for integer overflow
16331 - media: rc: nec decoder should not send both repeat and keycode
16332 - cx231xx-cards: fix NULL-deref on missing association descriptor
16333 - media: v4l2-ctrl: Fix flags field on Control events
16334 - media: venus: fix wrong size on dma_free
16335 - media: venus: venc: fix bytesused v4l2_plane field
16336 - media: venus: reimplement decoder stop command
16337 - ARM64: dts: meson-gxl: Add alternate ARM Trusted Firmware reserved memory
16338 zone
16339 - iwlwifi: fix wrong struct for a000 device
16340 - iwlwifi: add a new a000 device
16341 - iwlwifi: pcie: sort IDs for the 9000 series for easier comparisons
16342 - iwlwifi: add new cards for a000 series
16343 - iwlwifi: add new cards for 8265 series
16344 - iwlwifi: add new cards for 8260 series
16345 - iwlwifi: fix PCI IDs and configuration mapping for 9000 series
16346 - iwlwifi: mvm: support version 7 of the SCAN_REQ_UMAC FW command
16347 - e1000e: Fix error path in link detection
16348 - e1000e: Fix return value test
16349 - e1000e: Separate signaling for link check/link up
16350 - e1000e: Avoid receiver overrun interrupt bursts
16351 - e1000e: fix buffer overrun while the I219 is processing DMA transactions
16352 - Linux 4.14.3
16353
16354 * Miscellaneous Ubuntu changes
16355 - SAUCE: s390/topology: don't inline cpu_to_node
16356 - SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to 0.7.3-1ubuntu1
16357
16358 -- Seth Forshee <seth.forshee@canonical.com> Mon, 04 Dec 2017 09:08:07 -0600
16359
16360linux (4.14.0-10.12) bionic; urgency=low
16361
16362 * linux: 4.14.0-10.12 -proposed tracker (LP: #1734901)
16363
16364 * Miscellaneous Ubuntu changes
16365 - SAUCE: Enable the ACPI kernel debugger and acpidbg tool
16366 - [Packaging] Include arch/arm64/kernel/ftrace-mod.o in headers package
16367
16368 -- Seth Forshee <seth.forshee@canonical.com> Tue, 28 Nov 2017 08:46:49 -0600
16369
16370linux (4.14.0-9.11) bionic; urgency=low
16371
16372 * linux: 4.14.0-9.11 -proposed tracker (LP: #1734728)
16373
16374 * Miscellaneous Ubuntu changes
16375 - Revert "UBUNTU: SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to
16376 0.7.3-1ubuntu1"
16377
16378 -- Seth Forshee <seth.forshee@canonical.com> Mon, 27 Nov 2017 12:44:48 -0600
16379
16380linux (4.14.0-8.10) bionic; urgency=low
16381
16382 * linux: 4.14.0-8.10 -proposed tracker (LP: #1734695)
16383
16384 * Bionic update to v4.14.2 stable release (LP: #1734694)
16385 - bio: ensure __bio_clone_fast copies bi_partno
16386 - af_netlink: ensure that NLMSG_DONE never fails in dumps
16387 - vxlan: fix the issue that neigh proxy blocks all icmpv6 packets
16388 - net: cdc_ncm: GetNtbFormat endian fix
16389 - fealnx: Fix building error on MIPS
16390 - net/sctp: Always set scope_id in sctp_inet6_skb_msgname
16391 - ima: do not update security.ima if appraisal status is not INTEGRITY_PASS
16392 - serial: omap: Fix EFR write on RTS deassertion
16393 - serial: 8250_fintek: Fix finding base_port with activated SuperIO
16394 - tpm-dev-common: Reject too short writes
16395 - rcu: Fix up pending cbs check in rcu_prepare_for_idle
16396 - mm/pagewalk.c: report holes in hugetlb ranges
16397 - ocfs2: fix cluster hang after a node dies
16398 - ocfs2: should wait dio before inode lock in ocfs2_setattr()
16399 - ipmi: fix unsigned long underflow
16400 - mm/page_alloc.c: broken deferred calculation
16401 - mm/page_ext.c: check if page_ext is not prepared
16402 - coda: fix 'kernel memory exposure attempt' in fsync
16403 - ipmi: Prefer ACPI system interfaces over SMBIOS ones
16404 - Linux 4.14.2
16405
16406 * Bionic update to v4.14.1 stable release (LP: #1734693)
16407 - EDAC, sb_edac: Don't create a second memory controller if HA1 is not present
16408 - dmaengine: dmatest: warn user when dma test times out
16409 - media: imon: Fix null-ptr-deref in imon_probe
16410 - media: dib0700: fix invalid dvb_detach argument
16411 - crypto: dh - Fix double free of ctx->p
16412 - crypto: dh - Don't permit 'p' to be 0
16413 - crypto: dh - Don't permit 'key' or 'g' size longer than 'p'
16414 - crypto: brcm - Explicity ACK mailbox message
16415 - USB: early: Use new USB product ID and strings for DbC device
16416 - USB: usbfs: compute urb->actual_length for isochronous
16417 - USB: Add delay-init quirk for Corsair K70 LUX keyboards
16418 - usb: gadget: f_fs: Fix use-after-free in ffs_free_inst
16419 - USB: serial: metro-usb: stop I/O after failed open
16420 - USB: serial: Change DbC debug device binding ID
16421 - USB: serial: qcserial: add pid/vid for Sierra Wireless EM7355 fw update
16422 - USB: serial: garmin_gps: fix I/O after failed probe and remove
16423 - USB: serial: garmin_gps: fix memory leak on probe errors
16424 - selftests/x86/protection_keys: Fix syscall NR redefinition warnings
16425 - x86/MCE/AMD: Always give panic severity for UC errors in kernel context
16426 - platform/x86: peaq-wmi: Add DMI check before binding to the WMI interface
16427 - platform/x86: peaq_wmi: Fix missing terminating entry for peaq_dmi_table
16428 - HID: cp2112: add HIDRAW dependency
16429 - HID: wacom: generic: Recognize WACOM_HID_WD_PEN as a type of pen collection
16430 - rpmsg: glink: Add missing MODULE_LICENSE
16431 - staging: wilc1000: Fix bssid buffer offset in Txq
16432 - staging: sm750fb: Fix parameter mistake in poke32
16433 - staging: ccree: fix 64 bit scatter/gather DMA ops
16434 - staging: greybus: spilib: fix use-after-free after deregistration
16435 - staging: rtl8188eu: Revert 4 commits breaking ARP
16436 - spi: fix use-after-free at controller deregistration
16437 - sparc32: Add cmpxchg64().
16438 - sparc64: mmu_context: Add missing include files
16439 - sparc64: Fix page table walk for PUD hugepages
16440 - Linux 4.14.1
16441
16442 * Set PANIC_TIMEOUT=10 on Power Systems (LP: #1730660)
16443 - [Config]: Set PANIC_TIMEOUT=10 on ppc64el
16444
16445 * enable CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH easily confuse users
16446 (LP: #1732627)
16447 - [Config] CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH=n
16448
16449 * Miscellaneous Ubuntu changes
16450 - SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to 0.7.3-1ubuntu1
16451
16452 -- Seth Forshee <seth.forshee@canonical.com> Mon, 27 Nov 2017 07:43:44 -0600
16453
16454linux (4.14.0-7.9) bionic; urgency=low
16455
16456 * Miscellaneous Ubuntu changes
16457 - SAUCE: apparmor: add base infastructure for socket mediation
16458 - SAUCE: apparmor: af_unix mediation
16459 - SAUCE: LSM stacking: procfs: add smack subdir to attrs
16460 - SAUCE: LSM stacking: LSM: manage credential security blobs
16461 - SAUCE: LSM stacking: LSM: Manage file security blobs
16462 - SAUCE: LSM stacking: LSM: manage task security blobs
16463 - SAUCE: LSM stacking: LSM: Infrastructure management of the remaining blobs
16464 - SAUCE: LSM stacking: LSM: general but not extreme module stacking
16465 - SAUCE: LSM stacking: LSM: Complete task_alloc hook
16466 - SAUCE: LSM stacking: fixup procsfs: add smack subdir to attrs
16467 - SAUCE: LSM stacking: fixup initialize task->security
16468 - SAUCE: LSM stacking: fixup: alloc_task_ctx is dead code
16469 - SAUCE: LSM stacking: add support for stacking getpeersec_stream
16470 - SAUCE: LSM stacking: add stacking support to apparmor network hooks
16471 - SAUCE: LSM stacking: fixup apparmor stacking enablement
16472 - SAUCE: LSM stacking: fixup stacking kconfig
16473 - SAUCE: LSM stacking: allow selecting multiple LSMs using kernel boot params
16474 - SAUCE: LSM stacking: provide prctl interface for setting context
16475 - SAUCE: LSM stacking: inherit current display LSM
16476 - SAUCE: LSM stacking: keep an index for each registered LSM
16477 - SAUCE: LSM stacking: verify display LSM
16478 - SAUCE: LSM stacking: provide a way to specify the default display lsm
16479 - SAUCE: LSM stacking: make sure LSM blob align on 64 bit boundaries
16480 - SAUCE: LSM stacking: add /proc/<pid>/attr/display_lsm
16481 - SAUCE: LSM stacking: add Kconfig to set default display LSM
16482 - SAUCE: LSM stacking: add configs for LSM stacking
16483 - SAUCE: LSM stacking: check for invalid zero sized writes
16484 - [Config] Run updateconfigs after merging LSM stacking
16485 - [Config] CONFIG_AMD_MEM_ENCRYPT=y
16486
16487 [ Upstream Kernel Changes ]
16488
16489 * Rebase to v4.14
16490
16491 -- Seth Forshee <seth.forshee@canonical.com> Mon, 13 Nov 2017 08:12:08 -0600
16492
16493linux (4.14.0-6.8) bionic; urgency=low
16494
16495 * Miscellaneous Ubuntu changes
16496 - SAUCE: add workarounds to enable ZFS for 4.14
16497
16498 [ Upstream Kernel Changes ]
16499
16500 * Rebase to v4.14-rc8
16501
16502 -- Seth Forshee <seth.forshee@canonical.com> Mon, 06 Nov 2017 11:39:00 -0600
16503
16504linux (4.14.0-5.7) bionic; urgency=low
16505
16506 * Miscellaneous Ubuntu changes
16507 - [Debian] Fix invocation of dh_prep for dbgsym packages
16508
16509 -- Seth Forshee <seth.forshee@canonical.com> Tue, 31 Oct 2017 07:07:23 -0500
16510
16511linux (4.14.0-4.5) bionic; urgency=low
16512
16513 * Miscellaneous Ubuntu changes
16514 - [Packaging] virtualbox -- reduce in kernel module versions
16515 - vbox-update: Fix up KERN_DIR definitions
16516 - ubuntu: vbox -- update to 5.2.0-dfsg-2
16517 - [Config] CONFIG_AMD_MEM_ENCRYPT=n
16518
16519 [ Upstream Kernel Changes ]
16520
16521 * Rebase to v4.14-rc7
16522
16523 -- Seth Forshee <seth.forshee@canonical.com> Mon, 30 Oct 2017 13:29:20 -0500
16524
16525linux (4.14.0-3.4) artful; urgency=low
16526
16527 * Touchpad and TrackPoint Dose Not Work on Lenovo X1C6 and X280 (LP: #1723986)
16528 - SAUCE: Input: synaptics-rmi4 - RMI4 can also use SMBUS version 3
16529 - SAUCE: Input: synaptics - Lenovo X1 Carbon 5 should use SMBUS/RMI
16530 - SAUCE: Input: synaptics - add Intertouch support on X1 Carbon 6th and X280
16531
16532 * powerpc/64s: Add workaround for P9 vector CI load issuenext (LP: #1721070)
16533 - powerpc/64s: Add workaround for P9 vector CI load issue
16534
16535 * Miscellaneous Ubuntu changes
16536 - SAUCE: staging: vboxvideo: Fix reporting invalid suggested-offset-properties
16537 - [Config] CONFIG_DRM_VBOXVIDEO=m
16538 - SAUCE: Import aufs driver
16539 - [Config] Enable aufs
16540 - [Config] Reorder annotations file after enabling aufs
16541 - vbox-update: Disable imported vboxvideo module
16542 - ubuntu: vbox -- update to 5.1.30-dfsg-1
16543 - Enable vbox
16544 - hio: Use correct sizes when initializing ssd_index_bits* arrays
16545 - hio: Update io stat accounting for 4.14
16546 - Enable hio
16547
16548 [ Upstream Kernel Changes ]
16549
16550 * Rebase to v4.14-rc5
16551 * Rebase to v4.14-rc6
16552
16553 -- Seth Forshee <seth.forshee@canonical.com> Mon, 23 Oct 2017 13:53:52 -0500
16554
16555linux (4.14.0-2.3) artful; urgency=low
16556
16557 * [Bug] USB controller failed to respond on Denverton after loading
16558 intel_th_pci module (LP: #1715833)
16559 - SAUCE: PCI: Disable broken RTIT_BAR of Intel TH
16560
16561 * CONFIG_DEBUG_FS is not enabled by "make zfcpdump_defconfig" with Ubuntu
16562 17.10 (kernel 4.13) (LP: #1719290)
16563 - SAUCE: s390: update zfcpdump_defconfig
16564
16565 * Add installer support for Broadcom BCM573xx network drivers. (LP: #1720466)
16566 - d-i: Add bnxt_en to nic-modules.
16567
16568 * Miscellaneous Ubuntu changes
16569 - [Config] Update annotations for 4.14-rc2
16570
16571 [ Upstream Kernel Changes ]
16572
16573 * Rebase to v4.14-rc3
16574 * Rebase to v4.14-rc4
16575
16576 -- Seth Forshee <seth.forshee@canonical.com> Wed, 11 Oct 2017 16:04:27 -0500
16577
16578linux (4.14.0-1.2) artful; urgency=low
16579
16580 * [Bug] USB 3.1 Gen2 works as 5Gbps (LP: #1720045)
16581 - xhci: set missing SuperSpeedPlus Link Protocol bit in roothub descriptor
16582
16583 * Please make linux-libc-dev Provide: aufs-dev (LP: #1716091)
16584 - [Packaging] Add aufs-dev to the Provides: for linux-libc-dev
16585
16586 * Upgrade to 4.13.0-11.12 in artful amd64 VM breaks display on wayland
16587 (LP: #1718679)
16588 - [Config] CONFIG_DRM_VBOXVIDEO=n
16589
16590 * ipmmu-vmsa driver breaks arm64 boots (LP: #1718734)
16591 - [Config] Disable CONFIG_IPMMU_VMSA on arm64
16592
16593 * autopkgtest profile fails to build on armhf (LP: #1717920)
16594 - [Packaging] autopkgtest -- disable d-i when dropping flavours
16595
16596 * Miscellaneous Ubuntu changes
16597 - [Config] CONFIG_I2C_XLP9XX=m
16598 - [Packaging] Use SRCPKGNAME rather than hard-coding the source package name
16599
16600 [ Upstream Kernel Changes ]
16601
16602 * Rebase to v4.14-rc2
16603
16604 -- Seth Forshee <seth.forshee@canonical.com> Fri, 29 Sep 2017 09:09:11 -0400
16605
16606linux (4.14.0-0.1) artful; urgency=low
16607
16608 * Miscellaneous Ubuntu changes
16609 - Disable vbox build
16610 - Disable hio build
16611 - Disable zfs build
16612
16613 [ Upstream Kernel Changes ]
16614
16615 * Rebase to v4.14-rc1
16616
16617 -- Seth Forshee <seth.forshee@canonical.com> Tue, 19 Sep 2017 20:22:29 -0500
16618
16619linux (4.13.0-11.12) artful; urgency=low
16620
16621 * linux: 4.13.0-11.12 -proposed tracker (LP: #1716699)
16622
16623 * kernel panic -not syncing: Fatal exception: panic_on_oops (LP: #1708399)
16624 - s390/mm: fix local TLB flushing vs. detach of an mm address space
16625 - s390/mm: fix race on mm->context.flush_mm
16626
16627 * CVE-2017-1000251
16628 - Bluetooth: Properly check L2CAP config option output buffer length
16629
16630 -- Seth Forshee <seth.forshee@canonical.com> Tue, 12 Sep 2017 10:18:38 -0500
16631
16632linux (4.13.0-10.11) artful; urgency=low
16633
16634 * linux: 4.13.0-10.11 -proposed tracker (LP: #1716287)
16635
16636 * please add aufs-dkms to the Provides: for the kernel packages (LP: #1716093)
16637 - [Packaging] Add aufs-dkms to the Provides: for kernel packages
16638
16639 * Artful update to v4.13.1 stable release (LP: #1716284)
16640 - usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard
16641 - USB: serial: option: add support for D-Link DWM-157 C1
16642 - usb: Add device quirk for Logitech HD Pro Webcam C920-C
16643 - usb:xhci:Fix regression when ATI chipsets detected
16644 - USB: musb: fix external abort on suspend
16645 - ANDROID: binder: add padding to binder_fd_array_object.
16646 - ANDROID: binder: add hwbinder,vndbinder to BINDER_DEVICES.
16647 - USB: core: Avoid race of async_completed() w/ usbdev_release()
16648 - staging/rts5208: fix incorrect shift to extract upper nybble
16649 - staging: ccree: save ciphertext for CTS IV
16650 - staging: fsl-dpaa2/eth: fix off-by-one FD ctrl bitmaks
16651 - iio: adc: ti-ads1015: fix incorrect data rate setting update
16652 - iio: adc: ti-ads1015: fix scale information for ADS1115
16653 - iio: adc: ti-ads1015: enable conversion when CONFIG_PM is not set
16654 - iio: adc: ti-ads1015: avoid getting stale result after runtime resume
16655 - iio: adc: ti-ads1015: don't return invalid value from buffer setup callbacks
16656 - iio: adc: ti-ads1015: add adequate wait time to get correct conversion
16657 - driver core: bus: Fix a potential double free
16658 - HID: wacom: Do not completely map WACOM_HID_WD_TOUCHRINGSTATUS usage
16659 - binder: free memory on error
16660 - crypto: caam/qi - fix compilation with CONFIG_DEBUG_FORCE_WEAK_PER_CPU=y
16661 - crypto: caam/qi - fix compilation with DEBUG enabled
16662 - thunderbolt: Fix reset response_type
16663 - fpga: altera-hps2fpga: fix multiple init of l3_remap_lock
16664 - intel_th: pci: Add Cannon Lake PCH-H support
16665 - intel_th: pci: Add Cannon Lake PCH-LP support
16666 - ath10k: fix memory leak in rx ring buffer allocation
16667 - drm/vgem: Pin our pages for dmabuf exports
16668 - drm/ttm: Fix accounting error when fail to get pages for pool
16669 - drm/dp/mst: Handle errors from drm_atomic_get_private_obj_state() correctly
16670 - rtlwifi: rtl_pci_probe: Fix fail path of _rtl_pci_find_adapter
16671 - Bluetooth: Add support of 13d3:3494 RTL8723BE device
16672 - iwlwifi: pci: add new PCI ID for 7265D
16673 - dlm: avoid double-free on error path in dlm_device_{register,unregister}
16674 - mwifiex: correct channel stat buffer overflows
16675 - MCB: add support for SC31 to mcb-lpc
16676 - s390/mm: avoid empty zero pages for KVM guests to avoid postcopy hangs
16677 - drm/nouveau/pci/msi: disable MSI on big-endian platforms by default
16678 - drm/nouveau: Fix error handling in nv50_disp_atomic_commit
16679 - workqueue: Fix flag collision
16680 - ahci: don't use MSI for devices with the silly Intel NVMe remapping scheme
16681 - cs5536: add support for IDE controller variant
16682 - scsi: sg: protect against races between mmap() and SG_SET_RESERVED_SIZE
16683 - scsi: sg: recheck MMAP_IO request length with lock held
16684 - of/device: Prevent buffer overflow in of_device_modalias()
16685 - rtlwifi: Fix memory leak when firmware request fails
16686 - rtlwifi: Fix fallback firmware loading
16687 - Linux 4.13.1
16688
16689 * Kernel has trouble recognizing Corsair Strafe RGB keyboard (LP: #1678477)
16690 - usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard
16691
16692 * SRIOV: warning if unload VFs (LP: #1715073)
16693 - PCI: Disable VF decoding before pcibios_sriov_disable() updates resources
16694
16695 * [Patch] network-i40e:NVM bug fixes (cherrypick from 4.14) (LP: #1715578)
16696 - i40e: avoid NVM acquire deadlock during NVM update
16697 - i40e: point wb_desc at the nvm_wb_desc during i40e_read_nvm_aq
16698
16699 * [P9,POwer NV] Perf PMU event : pm_br_2path and pm_ld_miss_l1 is counted
16700 twice when perf stat is done (perf:) (LP: #1714571)
16701 - perf vendor events powerpc: Remove duplicate events
16702
16703 * Unable to install Ubuntu on the NVMe disk under VMD PCI domain
16704 (LP: #1703339)
16705 - [Config] Include vmd in storage-core-modules udeb
16706
16707 * 17.10 fails to boot on POWER9 DD2.0 with Deep stop states (LP: #1715064)
16708 - powerpc/powernv: Save/Restore additional SPRs for stop4 cpuidle
16709 - powerpc/powernv: Clear PECE1 in LPCR via stop-api only on Hotplug
16710 - SAUCE: powerpc/powernv: Clear LPCR[PECE1] via stop-api only for deep state
16711 offline
16712
16713 * Miscellaneous Ubuntu changes
16714 - SAUCE: selftests/seccomp: Support glibc 2.26 siginfo_t.h
16715 - Revert "UBUNTU: SAUCE: Import aufs driver"
16716 - SAUCE: Import aufs driver
16717
16718 -- Seth Forshee <seth.forshee@canonical.com> Sun, 10 Sep 2017 17:48:59 -0500
16719
16720linux (4.13.0-9.10) artful; urgency=low
16721
16722 * linux: 4.13.0-9.10 -proposed tracker (LP: #1715145)
16723
16724 * EDAC sbridge: Failed to register device with error -22. (LP: #1714112)
16725 - [Config] CONFIG_EDAC_GHES=n
16726
16727 * Miscellaneous Ubuntu changes
16728 - ubuntu: vbox -- update to 5.1.26-dfsg-2
16729
16730 [ Upstream Kernel Changes ]
16731
16732 * Rebase to v4.13
16733
16734 -- Seth Forshee <seth.forshee@canonical.com> Tue, 05 Sep 2017 07:51:19 -0500
16735
16736linux (4.13.0-8.9) artful; urgency=low
16737
16738 * snapd 2.27.3+17.10 ADT test failure with linux 4.13.0-6.7 (LP: #1713103)
16739 - SAUCE: apparmor: fix apparmorfs DAC access, permissions
16740
16741 * enable ARCH_SUNXI (and friends) in arm64 kernel .config (LP: #1701137)
16742 - [Config] Enable CONFIG_ARCH_SUNXI and related options for arm64
16743
16744 * [Bug] Harrisonville: pnd2_edac always fail to load on B1 stepping
16745 Harrisonville SDP (LP: #1709257)
16746 - EDAC, pnd2: Build in a minimal sideband driver for Apollo Lake
16747 - EDAC, pnd2: Mask off the lower four bits of a BAR
16748 - EDAC, pnd2: Conditionally unhide/hide the P2SB PCI device to read BAR
16749 - EDAC, pnd2: Properly toggle hidden state for P2SB PCI device
16750 - SAUCE: i2c: i801: Restore the presence state of P2SB PCI device after
16751 reading BAR
16752
16753 * Miscellaneous Ubuntu changes
16754 - Revert "UBUNTU: SAUCE: Import aufs driver"
16755 - SAUCE: Import aufs driver
16756 - SAUCE: selftests/powerpc: Disable some ptrace selftests
16757 - [Config] CONFIG_CRYPTO_DEV_NITROX_CNN55XX=n for s390x
16758 - [Config] CONFIG_I2C_SLAVE=n for amd64, i386, ppc64el
16759 - [Config] Disable CONFIG_MDIO_* options for s390x
16760 - [Config] CONFIG_SCSI_MQ_DEFAULT=n for s390x
16761 - [Config] Update annotations for 4.13
16762
16763 -- Seth Forshee <seth.forshee@canonical.com> Thu, 31 Aug 2017 14:27:09 -0500
16764
16765linux (4.13.0-7.8) artful; urgency=low
16766
16767 * linux 4.12.0-11.12 ADT test failure with linux 4.12.0-11.12 (LP: #1710904)
16768 - SAUCE: selftests/powerpc: Use snprintf to construct DSCR sysfs interface
16769 paths
16770
16771 * Miscellaneous Ubuntu changes
16772 - Revert "UBUNTU: SAUCE: seccomp: log actions even when audit is disabled"
16773
16774 * Miscellaneous upstream changes
16775 - seccomp: Provide matching filter for introspection
16776 - seccomp: Sysctl to display available actions
16777 - seccomp: Operation for checking if an action is available
16778 - seccomp: Sysctl to configure actions that are allowed to be logged
16779 - seccomp: Selftest for detection of filter flag support
16780 - seccomp: Filter flag to log all actions except SECCOMP_RET_ALLOW
16781 - seccomp: Action to log before allowing
16782
16783 [ Upstream Kernel Changes ]
16784
16785 * Rebase to v4.13-rc7
16786
16787 -- Seth Forshee <seth.forshee@canonical.com> Mon, 28 Aug 2017 08:12:24 -0500
16788
16789linux (4.13.0-6.7) artful; urgency=low
16790
16791 * HID: multitouch: Support ALPS PTP Stick and Touchpad devices (LP: #1712481)
16792 - SAUCE: HID: multitouch: Support ALPS PTP stick with pid 0x120A
16793
16794 * sort ABI files with C.UTF-8 locale (LP: #1712345)
16795 - [Packaging] sort ABI files with C.UTF-8 locale
16796
16797 * igb: Support using Broadcom 54616 as PHY (LP: #1712024)
16798 - SAUCE: igb: add support for using Broadcom 54616 as PHY
16799
16800 * RPT related fixes missing in Ubuntu 16.04.3 (LP: #1709220)
16801 - powerpc/mm/radix: Improve _tlbiel_pid to be usable for PWC flushes
16802 - powerpc/mm/radix: Improve TLB/PWC flushes
16803 - powerpc/mm/radix: Avoid flushing the PWC on every flush_tlb_range
16804
16805 * Linux 4.12 refuses to load self-signed modules under Secure Boot with
16806 properly enrolled keys (LP: #1712168)
16807 - SAUCE: (efi-lockdown) MODSIGN: Fix module signature verification
16808
16809 * [17.10 FEAT] Enable NVMe driver - kernel (LP: #1708432)
16810 - [Config] CONFIG_BLK_DEV_NVME=m for s390
16811
16812 * Artful: 4.12.0-11.12: Boot panic in vlv2_plat_configure_clock+0x3b/0xa0
16813 (LP: #1711298)
16814 - [Config] CONFIG_INTEL_ATOMISP=n
16815
16816 * Miscellaneous Ubuntu changes
16817 - SAUCE: apparmor: af_unix mediation
16818
16819 * Miscellaneous upstream changes
16820 - apparmor: Fix shadowed local variable in unpack_trans_table()
16821 - apparmor: Fix logical error in verify_header()
16822 - apparmor: Fix an error code in aafs_create()
16823 - apparmor: Redundant condition: prev_ns. in [label.c:1498]
16824 - apparmor: add the ability to mediate signals
16825 - apparmor: add mount mediation
16826 - apparmor: cleanup conditional check for label in label_print
16827 - apparmor: add support for absolute root view based labels
16828 - apparmor: make policy_unpack able to audit different info messages
16829 - apparmor: add more debug asserts to apparmorfs
16830 - apparmor: add base infastructure for socket mediation
16831 - apparmor: move new_null_profile to after profile lookup fns()
16832 - apparmor: fix race condition in null profile creation
16833 - apparmor: ensure unconfined profiles have dfas initialized
16834 - apparmor: fix incorrect type assignment when freeing proxies
16835
16836 [ Upstream Kernel Changes ]
16837
16838 * Rebase to v4.13-rc6
16839
16840 -- Seth Forshee <seth.forshee@canonical.com> Wed, 23 Aug 2017 08:10:38 -0500
16841
16842linux (4.13.0-5.6) artful; urgency=low
16843
16844 * Ubuntu17.10 - perf: Update Power9 PMU event JSON files (LP: #1708630)
16845 - perf pmu-events: Support additional POWER8+ PVR in mapfile
16846 - perf vendor events: Add POWER9 PMU events
16847 - perf vendor events: Add POWER9 PVRs to mapfile
16848 - SAUCE: perf vendor events powerpc: remove suffix in mapfile
16849 - SAUCE: perf vendor events powerpc: Update POWER9 events
16850
16851 * Disable CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE (LP: #1709171)
16852 - [Config] CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE=n for ppc64el
16853
16854 * Please only recommend or suggest initramfs-tools | linux-initramfs-tool for
16855 kernels able to boot without initramfs (LP: #1700972)
16856 - [Debian] Don't depend on initramfs-tools
16857
16858 * Miscellaneous Ubuntu changes
16859 - SAUCE: Import aufs driver
16860 - SAUCE: aufs -- Add missing argument to loop_switch() call
16861 - [Config] Enable aufs
16862 - SAUCE: (noup) Update spl to 0.6.5.11-ubuntu1, zfs to 0.6.5.11-1ubuntu3
16863 - Enable zfs build
16864 - SAUCE: powerpc: Always initialize input array when calling epapr_hypercall()
16865 - [Packaging] switch up to debhelper 9
16866
16867 [ Upstream Kernel Changes ]
16868
16869 * Rebase to v4.13-rc5
16870
16871 -- Seth Forshee <seth.forshee@canonical.com> Tue, 15 Aug 2017 09:24:16 -0500
16872
16873linux (4.13.0-4.5) artful; urgency=low
16874
16875 * Lenovo Yoga 910 Sensors (LP: #1708120)
16876 - SAUCE: (no-up) HID: Add quirk for Lenovo Yoga 910 with ITE Chips
16877
16878 * Unable to install Ubuntu on the NVMe disk under VMD PCI domain
16879 (LP: #1703339)
16880 - [Config] Add vmd driver to generic inclusion list
16881
16882 * Set CONFIG_SATA_HIGHBANK=y on armhf (LP: #1703430)
16883 - [Config] CONFIG_SATA_HIGHBANK=y
16884
16885 * Miscellaneous Ubuntu changes
16886 - ubuntu: vbox -- update to 5.1.26-dfsg-1
16887 - SAUCE: hio: Build fixes for 4.13
16888 - Enable hio build
16889 - SAUCE: (noup) Update spl to 0.6.5.11-1, zfs to 0.6.5.11-1ubuntu1
16890 - [debian] use all rather than amd64 dkms debs for sync
16891
16892 [ Upstream Kernel Changes ]
16893
16894 * Rebase to v4.13-rc4
16895
16896 -- Seth Forshee <seth.forshee@canonical.com> Tue, 08 Aug 2017 11:31:48 -0500
16897
16898linux (4.13.0-3.4) artful; urgency=low
16899
16900 * Adt tests of src:linux time out often on armhf lxc containers (LP: #1705495)
16901 - [Packaging] tests -- reduce rebuild test to one flavour
16902 - [Packaging] tests -- reduce rebuild test to one flavour -- use filter
16903
16904 * snapd 2.26.8+17.10 ADT test failure with linux 4.12.0-6.7 (LP: #1704158)
16905 - SAUCE: virtio_net: Revert mergeable buffer handling rework
16906
16907 [ Upstream Kernel Changes ]
16908
16909 * Rebase to v4.13-rc3
16910
16911 -- Seth Forshee <seth.forshee@canonical.com> Mon, 31 Jul 2017 10:08:16 -0500
16912
16913linux (4.13.0-2.3) artful; urgency=low
16914
16915 * Change CONFIG_IBMVETH to module (LP: #1704479)
16916 - [Config] CONFIG_IBMVETH=m
16917
16918 [ Upstream Kernel Changes ]
16919
16920 * Rebase to v4.13-rc2
16921
16922 -- Seth Forshee <seth.forshee@canonical.com> Mon, 24 Jul 2017 13:58:08 -0500
16923
16924linux (4.13.0-1.2) artful; urgency=low
16925
16926 * Miscellaneous Ubuntu changes
16927 - [Debian] Support sphinx-based kernel documentation
16928
16929 -- Seth Forshee <seth.forshee@canonical.com> Thu, 20 Jul 2017 09:18:33 -0500
16930
16931linux (4.13.0-0.1) artful; urgency=low
16932
16933 * Miscellaneous Ubuntu changes
16934 - Disable hio
16935 - Disable zfs build
16936 - ubuntu: vbox -- update to 5.1.24-dfsg-1
16937
16938 [ Upstream Kernel Changes ]
16939
16940 * Rebase to v4.13-rc1
16941
16942 -- Seth Forshee <seth.forshee@canonical.com> Wed, 19 Jul 2017 15:09:31 -0500
16943
16944linux (4.12.0-7.8) artful; urgency=low
16945
16946 * ThunderX: soft lockup on 4.8+ kernels when running qemu-efi with vhost=on
16947 (LP: #1673564)
16948 - arm64: Add a facility to turn an ESR syndrome into a sysreg encoding
16949 - KVM: arm/arm64: vgic-v3: Add accessors for the ICH_APxRn_EL2 registers
16950 - KVM: arm64: Make kvm_condition_valid32() accessible from EL2
16951 - KVM: arm64: vgic-v3: Add hook to handle guest GICv3 sysreg accesses at EL2
16952 - KVM: arm64: vgic-v3: Add ICV_BPR1_EL1 handler
16953 - KVM: arm64: vgic-v3: Add ICV_IGRPEN1_EL1 handler
16954 - KVM: arm64: vgic-v3: Add ICV_IAR1_EL1 handler
16955 - KVM: arm64: vgic-v3: Add ICV_EOIR1_EL1 handler
16956 - KVM: arm64: vgic-v3: Add ICV_AP1Rn_EL1 handler
16957 - KVM: arm64: vgic-v3: Add ICV_HPPIR1_EL1 handler
16958 - KVM: arm64: vgic-v3: Enable trapping of Group-1 system registers
16959 - KVM: arm64: Enable GICv3 Group-1 sysreg trapping via command-line
16960 - KVM: arm64: vgic-v3: Add ICV_BPR0_EL1 handler
16961 - KVM: arm64: vgic-v3: Add ICV_IGNREN0_EL1 handler
16962 - KVM: arm64: vgic-v3: Add misc Group-0 handlers
16963 - KVM: arm64: vgic-v3: Enable trapping of Group-0 system registers
16964 - KVM: arm64: Enable GICv3 Group-0 sysreg trapping via command-line
16965 - arm64: Add MIDR values for Cavium cn83XX SoCs
16966 - arm64: Add workaround for Cavium Thunder erratum 30115
16967 - KVM: arm64: vgic-v3: Add ICV_DIR_EL1 handler
16968 - KVM: arm64: vgic-v3: Add ICV_RPR_EL1 handler
16969 - KVM: arm64: vgic-v3: Add ICV_CTLR_EL1 handler
16970 - KVM: arm64: vgic-v3: Add ICV_PMR_EL1 handler
16971 - KVM: arm64: Enable GICv3 common sysreg trapping via command-line
16972 - KVM: arm64: vgic-v3: Log which GICv3 system registers are trapped
16973 - KVM: arm64: Log an error if trapping a read-from-write-only GICv3 access
16974 - KVM: arm64: Log an error if trapping a write-to-read-only GICv3 access
16975
16976 * hns: under heavy load, NIC may fail and require reboot (LP: #1704146)
16977 - net: hns: Bugfix for Tx timeout handling in hns driver
16978
16979 * New ACPI identifiers for ThunderX SMMU (LP: #1703437)
16980 - iommu/arm-smmu: Plumb in new ACPI identifiers
16981
16982 * Transparent hugepages should default to enabled=madvise (LP: #1703742)
16983 - SAUCE: use CONFIG_TRANSPARENT_HUGEPAGE_MADVISE=y as default
16984
16985 * Artful update to v4.12.1 stable release (LP: #1703858)
16986 - driver core: platform: fix race condition with driver_override
16987 - RDMA/uverbs: Check port number supplied by user verbs cmds
16988 - usb: dwc3: replace %p with %pK
16989 - USB: serial: cp210x: add ID for CEL EM3588 USB ZigBee stick
16990 - usb: usbip: set buffer pointers to NULL after free
16991 - Add USB quirk for HVR-950q to avoid intermittent device resets
16992 - usb: Fix typo in the definition of Endpoint[out]Request
16993 - USB: core: fix device node leak
16994 - USB: serial: option: add two Longcheer device ids
16995 - USB: serial: qcserial: new Sierra Wireless EM7305 device ID
16996 - xhci: Limit USB2 port wake support for AMD Promontory hosts
16997 - gfs2: Fix glock rhashtable rcu bug
16998 - Add "shutdown" to "struct class".
16999 - tpm: Issue a TPM2_Shutdown for TPM2 devices.
17000 - tpm: fix a kernel memory leak in tpm-sysfs.c
17001 - powerpc/powernv: Fix CPU_HOTPLUG=n idle.c compile error
17002 - x86/uaccess: Optimize copy_user_enhanced_fast_string() for short strings
17003 - sched/fair, cpumask: Export for_each_cpu_wrap()
17004 - sched/core: Implement new approach to scale select_idle_cpu()
17005 - sched/numa: Use down_read_trylock() for the mmap_sem
17006 - sched/numa: Override part of migrate_degrades_locality() when idle balancing
17007 - sched/fair: Simplify wake_affine() for the single socket case
17008 - sched/numa: Implement NUMA node level wake_affine()
17009 - sched/fair: Remove effective_load()
17010 - sched/numa: Hide numa_wake_affine() from UP build
17011 - xen: avoid deadlock in xenbus driver
17012 - crypto: drbg - Fixes panic in wait_for_completion call
17013 - Linux 4.12.1
17014
17015 * cxlflash update request in the Xenial SRU stream (LP: #1702521)
17016 - scsi: cxlflash: Combine the send queue locks
17017 - scsi: cxlflash: Update cxlflash_afu_sync() to return errno
17018 - scsi: cxlflash: Reset hardware queue context via specified register
17019 - scsi: cxlflash: Schedule asynchronous reset of the host
17020 - scsi: cxlflash: Handle AFU sync failures
17021 - scsi: cxlflash: Track pending scsi commands in each hardware queue
17022 - scsi: cxlflash: Flush pending commands in cleanup path
17023 - scsi: cxlflash: Add scsi command abort handler
17024 - scsi: cxlflash: Create character device to provide host management interface
17025 - scsi: cxlflash: Separate AFU internal command handling from AFU sync
17026 specifics
17027 - scsi: cxlflash: Introduce host ioctl support
17028 - scsi: cxlflash: Refactor AFU capability checking
17029 - scsi: cxlflash: Support LUN provisioning
17030 - scsi: cxlflash: Support AFU debug
17031 - scsi: cxlflash: Support WS16 unmap
17032 - scsi: cxlflash: Remove zeroing of private command data
17033 - scsi: cxlflash: Update TMF command processing
17034 - scsi: cxlflash: Avoid double free of character device
17035 - scsi: cxlflash: Update send_tmf() parameters
17036 - scsi: cxlflash: Update debug prints in reset handlers
17037
17038 * make snap-pkg support (LP: #1700747)
17039 - make snap-pkg support
17040
17041 * Quirk for non-compliant PCI bridge on HiSilicon D05 board (LP: #1698706)
17042 - SAUCE: PCI: Support hibmc VGA cards behind a misbehaving HiSilicon bridge
17043
17044 * arm64: fix crash reading /proc/kcore (LP: #1702749)
17045 - fs/proc: kcore: use kcore_list type to check for vmalloc/module address
17046 - arm64: mm: select CONFIG_ARCH_PROC_KCORE_TEXT
17047
17048 * Opal and POWER9 DD2 (LP: #1702159)
17049 - SAUCE: powerpc/powernv: Tell OPAL about our MMU mode on POWER9
17050
17051 * Data corruption with hio driver (LP: #1701316)
17052 - SAUCE: hio: Fix incorrect use of enum req_opf values
17053
17054 * Miscellaneous Ubuntu changes
17055 - SAUCE: (noup) Update spl to 0.6.5.10-1, zfs to 0.6.5.10-1ubuntu2
17056 - snapcraft.yaml: Sync with xenial
17057 - [Config] CONFIG_CAVIUM_ERRATUM_30115=y
17058
17059 * Miscellaneous upstream changes
17060 - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and
17061 MokSBState"
17062
17063 -- Seth Forshee <seth.forshee@canonical.com> Fri, 14 Jul 2017 15:25:41 -0500
17064
17065linux (4.12.0-6.7) artful; urgency=low
17066
17067 * update ENA driver to 1.2.0k from net-next (LP: #1701575)
17068 - net: ena: change return value for unsupported features unsupported return
17069 value
17070 - net: ena: add hardware hints capability to the driver
17071 - net: ena: change sizeof() argument to be the type pointer
17072 - net: ena: add reset reason for each device FLR
17073 - net: ena: add support for out of order rx buffers refill
17074 - net: ena: allow the driver to work with small number of msix vectors
17075 - net: ena: use napi_schedule_irqoff when possible
17076 - net: ena: separate skb allocation to dedicated function
17077 - net: ena: use lower_32_bits()/upper_32_bits() to split dma address
17078 - net: ena: update driver's rx drop statistics
17079 - net: ena: update ena driver to version 1.2.0
17080
17081 * APST gets enabled against explicit kernel option (LP: #1699004)
17082 - nvme: explicitly disable APST on quirked devices
17083
17084 * Miscellaneous Ubuntu changes
17085 - SAUCE: hio: Update to Huawei ES3000_V2 (2.1.0.40)
17086 - SAUCE: hio updates for 4.12
17087 - SAUCE: Enable hio build
17088
17089 -- Seth Forshee <seth.forshee@canonical.com> Wed, 05 Jul 2017 14:23:20 -0500
17090
17091linux (4.12.0-5.6) artful; urgency=low
17092
17093 * ERAT invalidate on context switch removal (LP: #1700819)
17094 - powerpc: Only do ERAT invalidate on radix context switch on P9 DD1
17095
17096 * powerpc: Invalidate ERAT on powersave wakeup for POWER9 (LP: #1700521)
17097 - SAUCE: powerpc: Invalidate ERAT on powersave wakeup for POWER9
17098
17099 * Miscellaneous Ubuntu changes
17100 - d-i: Move qcom-emac from arm64 to shared nic-modules
17101
17102 [ Upstream Kernel Changes ]
17103
17104 * Rebase to v4.12
17105
17106 -- Seth Forshee <seth.forshee@canonical.com> Mon, 03 Jul 2017 07:52:02 -0500
17107
17108linux (4.12.0-4.5) artful; urgency=low
17109
17110 * aacraid driver may return uninitialized stack data to userspace
17111 (LP: #1700077)
17112 - SAUCE: scsi: aacraid: Don't copy uninitialized stack memory to userspace
17113
17114 * KILLER1435-S[0489:e0a2] BT cannot search BT 4.0 device (LP: #1699651)
17115 - Bluetooth: btusb: Add support for 0489:e0a2 QCA_ROME device
17116
17117 * AACRAID for power9 platform (LP: #1689980)
17118 - scsi: aacraid: Remove __GFP_DMA for raw srb memory
17119 - scsi: aacraid: Fix DMAR issues with iommu=pt
17120 - scsi: aacraid: Added 32 and 64 queue depth for arc natives
17121 - scsi: aacraid: Set correct Queue Depth for HBA1000 RAW disks
17122 - scsi: aacraid: Remove reset support from check_health
17123 - scsi: aacraid: Change wait time for fib completion
17124 - scsi: aacraid: Log count info of scsi cmds before reset
17125 - scsi: aacraid: Print ctrl status before eh reset
17126 - scsi: aacraid: Using single reset mask for IOP reset
17127 - scsi: aacraid: Rework IOP reset
17128 - scsi: aacraid: Add periodic checks to see IOP reset status
17129 - scsi: aacraid: Rework SOFT reset code
17130 - scsi: aacraid: Rework aac_src_restart
17131 - scsi: aacraid: Use correct function to get ctrl health
17132 - scsi: aacraid: Make sure ioctl returns on controller reset
17133 - scsi: aacraid: Enable ctrl reset for both hba and arc
17134 - scsi: aacraid: Add reset debugging statements
17135 - scsi: aacraid: Remove reference to Series-9
17136 - scsi: aacraid: Update driver version to 50834
17137
17138 * hibmc driver does not include "pci:" prefix in bus ID (LP: #1698700)
17139 - SAUCE: drm: hibmc: Use set_busid function from drm core
17140
17141 * HiSilicon D05: installer doesn't appear on VGA (LP: #1698954)
17142 - d-i: Add hibmc-drm to kernel-image udeb
17143
17144 * Fix /proc/cpuinfo revision for POWER9 DD2 (LP: #1698844)
17145 - SAUCE: powerpc: Fix /proc/cpuinfo revision for POWER9 DD2
17146
17147 * Miscellaneous Ubuntu changes
17148 - [Config] CONFIG_SATA_MV=n and CONFIG_GENERIC_PHY=n for s390x
17149 - [Config] CONFIG_ATA=n for s390x
17150 - [Config] Update annotations for 4.12
17151
17152 [ Upstream Kernel Changes ]
17153
17154 * Rebase to v4.12-rc7
17155
17156 -- Seth Forshee <seth.forshee@canonical.com> Mon, 26 Jun 2017 11:27:29 -0500
17157
17158linux (4.12.0-3.4) artful; urgency=low
17159
17160 * Miscellaneous upstream changes
17161 - ufs: fix the logics for tail relocation
17162
17163 [ Upstream Kernel Changes ]
17164
17165 * Rebase to v4.12-rc6
17166
17167 -- Seth Forshee <seth.forshee@canonical.com> Mon, 19 Jun 2017 14:50:39 -0500
17168
17169linux (4.12.0-2.3) artful; urgency=low
17170
17171 * CVE-2014-9900
17172 - SAUCE: (no-up) net: Zeroing the structure ethtool_wolinfo in
17173 ethtool_get_wol()
17174
17175 * System doesn't boot properly on Gigabyte AM4 motherboards (AMD Ryzen)
17176 (LP: #1671360)
17177 - pinctrl/amd: Use regular interrupt instead of chained
17178
17179 * extend-diff-ignore should use exact matches (LP: #1693504)
17180 - [Packaging] exact extend-diff-ignore matches
17181
17182 * Miscellaneous Ubuntu changes
17183 - SAUCE: efi: Don't print secure boot state from the efi stub
17184 - ubuntu: vbox -- Update to 5.1.22-dfsg-1
17185 - SAUCE: vbox fixes for 4.12
17186 - Re-enable virtualbox build
17187 - [Config] CONFIG_ORANGEFS_FS=m
17188 - SAUCE: (noup) Update spl to 0.6.5.9-1ubuntu2, zfs to 0.6.5.9-5ubuntu7
17189 - Enable zfs build
17190
17191 [ Upstream Kernel Changes ]
17192
17193 * Rebase to v4.12-rc4
17194 * Rebase to v4.12-rc5
17195
17196 -- Seth Forshee <seth.forshee@canonical.com> Sun, 11 Jun 2017 22:25:13 -0500
17197
17198linux (4.12.0-1.2) artful; urgency=low
17199
17200 * Enable Matrox driver for Ubuntu 16.04.3 (LP: #1693337)
17201 - [Config] Enable CONFIG_DRM_MGAG200 as module
17202
17203 * Support low-pin-count devices on Hisilicon SoCs (LP: #1677319)
17204 - [Config] CONFIG_LIBIO=y on arm64 only
17205 - SAUCE: LIBIO: Introduce a generic PIO mapping method
17206 - SAUCE: OF: Add missing I/O range exception for indirect-IO devices
17207 - [Config] CONFIG_HISILICON_LPC=y
17208 - SAUCE: LPC: Support the device-tree LPC host on Hip06/Hip07
17209 - SAUCE: LIBIO: Support the dynamically logical PIO registration of ACPI host
17210 I/O
17211 - SAUCE: LPC: Add the ACPI LPC support
17212 - SAUCE: PCI: Apply the new generic I/O management on PCI IO hosts
17213 - SAUCE: PCI: Restore codepath for !CONFIG_LIBIO
17214
17215 * POWER9: Additional patches for TTY and CPU_IDLE (LP: #1674325)
17216 - SAUCE: tty: Fix ldisc crash on reopened tty
17217
17218 * Miscellaneous Ubuntu changes
17219 - [Debian] Add build-dep on libnuma-dev to enable 'perf bench numa'
17220 - Rebase to v4.12-rc3
17221
17222 [ Upstream Kernel Changes ]
17223
17224 * Rebase to v4.12-rc3
17225
17226 -- Seth Forshee <seth.forshee@canonical.com> Mon, 29 May 2017 20:56:29 -0500
17227
17228linux (4.12.0-0.1) artful; urgency=low
17229
17230 * please enable CONFIG_ARM64_LSE_ATOMICS (LP: #1691614)
17231 - [Config] CONFIG_ARM64_LSE_ATOMICS=y
17232
17233 * [Regression] NUMA_BALANCING disabled on arm64 (LP: #1690914)
17234 - [Config] CONFIG_NUMA_BALANCING{,_DEFAULT_ENABLED}=y on arm64
17235
17236 * exec'ing a setuid binary from a threaded program sometimes fails to setuid
17237 (LP: #1672819)
17238 - SAUCE: exec: ensure file system accounting in check_unsafe_exec is correct
17239
17240 * Miscellaneous Ubuntu changes
17241 - Update find-missing-sauce.sh to compare to artful
17242 - Update dropped.txt
17243 - SAUCE: (efi-lockdown) efi: Add EFI_SECURE_BOOT bit
17244 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
17245 kernel image
17246 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
17247 mode
17248 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
17249 - SAUCE: (efi-lockdown) Restrict /dev/mem and /dev/kmem when the kernel is
17250 locked down
17251 - SAUCE: (efi-lockdown) Add a sysrq option to exit secure boot mode
17252 - SAUCE: (efi-lockdown) kexec: Disable at runtime if the kernel is locked down
17253 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
17254 reboot
17255 - SAUCE: (efi-lockdown) kexec_file: Disable at runtime if securelevel has been
17256 set
17257 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
17258 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
17259 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
17260 down
17261 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
17262 locked down
17263 - SAUCE: (efi-lockdown) x86: Restrict MSR access when the kernel is locked
17264 down
17265 - SAUCE: (efi-lockdown) asus-wmi: Restrict debugfs interface when the kernel
17266 is locked down
17267 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
17268 locked down
17269 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
17270 has been locked down
17271 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
17272 locked down
17273 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
17274 locked down
17275 - SAUCE: (efi-lockdown) Enable cold boot attack mitigation
17276 - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the
17277 kernel is locked down
17278 - SAUCE: (efi-lockdown) scsi: Lock down the eata driver
17279 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
17280 down
17281 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
17282 - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to
17283 secondary keyring
17284 - SAUCE: (efi-lockdown) efi: Add EFI signature data types
17285 - SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser
17286 - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot
17287 - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed
17288 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
17289 - SAUCE: (efi-lockdown) efi: Add secure_boot state and status bit for
17290 MokSBState
17291 - SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and MokSBState
17292 - [Config] Set values for UEFI secure boot lockdown options
17293 - Disable virtualbox build
17294 - Disable hio build
17295 - SAUCE: securityfs: Replace CURRENT_TIME with current_time()
17296 - Disable zfs build
17297 - [Debian] Work out upstream tag for use with gen-auto-reconstruct
17298 - SAUCE: Import aufs driver
17299 - SAUCE: aufs -- Include linux/mm.h in fs/aufs/file.h
17300 - [Config] Enable aufs
17301 - SAUCE: perf callchain: Include errno.h on x86 unconditinally
17302
17303 [ Upstream Kernel Changes ]
17304
17305 * Rebase to v4.12-rc2
17306
17307 -- Seth Forshee <seth.forshee@canonical.com> Sun, 21 May 2017 23:44:44 -0500
17308
17309linux (4.11.0-3.8) artful; urgency=low
17310
17311 [ Seth Forshee ]
17312
17313 * Release Tracking Bug
17314 - LP: #1690999
17315
17316 * apparmor_parser hangs indefinitely when called by multiple threads
17317 (LP: #1645037)
17318 - SAUCE: apparmor: fix lock ordering for mkdir
17319
17320 * apparmor leaking securityfs pin count (LP: #1660846)
17321 - SAUCE: apparmor: fix leak on securityfs pin count
17322
17323 * apparmor reference count leak when securityfs_setup_d_inode\ () fails
17324 (LP: #1660845)
17325 - SAUCE: apparmor: fix reference count leak when securityfs_setup_d_inode()
17326 fails
17327
17328 * apparmor not checking error if security_pin_fs() fails (LP: #1660842)
17329 - SAUCE: apparmor: fix not handling error case when securityfs_pin_fs() fails
17330
17331 * libvirt profile is blocking global setrlimit despite having no rlimit rule
17332 (LP: #1679704)
17333 - SAUCE: apparmor: fix complain mode failure for rlimit mediation
17334 - apparmor: update auditing of rlimit check to provide capability information
17335
17336 * apparmor: does not provide a way to detect policy updataes (LP: #1678032)
17337 - SAUCE: apparmor: add policy revision file interface
17338
17339 * apparmor does not make support of query data visible (LP: #1678023)
17340 - SAUCE: apparmor: add label data availability to the feature set
17341
17342 * apparmor query interface does not make supported query info available
17343 (LP: #1678030)
17344 - SAUCE: apparmor: add information about the query inteface to the feature set
17345
17346 * change_profile incorrect when using namespaces with a compound stack
17347 (LP: #1677959)
17348 - SAUCE: apparmor: fix label parse for stacked labels
17349
17350 * Regression in 4.4.0-65-generic causes very frequent system crashes
17351 (LP: #1669611)
17352 - apparmor: sync of apparmor 3.6+ (17.04)
17353
17354 * Artful update to 4.11.1 stable release (LP: #1690814)
17355 - dm ioctl: prevent stack leak in dm ioctl call
17356 - drm/sti: fix GDP size to support up to UHD resolution
17357 - power: supply: lp8788: prevent out of bounds array access
17358 - brcmfmac: Ensure pointer correctly set if skb data location changes
17359 - brcmfmac: Make skb header writable before use
17360 - sparc64: fix fault handling in NGbzero.S and GENbzero.S
17361 - refcount: change EXPORT_SYMBOL markings
17362 - net: macb: fix phy interrupt parsing
17363 - tcp: fix access to sk->sk_state in tcp_poll()
17364 - geneve: fix incorrect setting of UDP checksum flag
17365 - bpf: enhance verifier to understand stack pointer arithmetic
17366 - bpf, arm64: fix jit branch offset related to ldimm64
17367 - tcp: fix wraparound issue in tcp_lp
17368 - net: ipv6: Do not duplicate DAD on link up
17369 - net: usb: qmi_wwan: add Telit ME910 support
17370 - tcp: do not inherit fastopen_req from parent
17371 - ipv4, ipv6: ensure raw socket message is big enough to hold an IP header
17372 - rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME string
17373 - ipv6: initialize route null entry in addrconf_init()
17374 - ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notf
17375 - tcp: randomize timestamps on syncookies
17376 - bnxt_en: allocate enough space for ->ntp_fltr_bmap
17377 - bpf: don't let ldimm64 leak map addresses on unprivileged
17378 - net: mdio-mux: bcm-iproc: call mdiobus_free() in error path
17379 - f2fs: sanity check segment count
17380 - xen/arm,arm64: fix xen_dma_ops after 815dd18 "Consolidate get_dma_ops..."
17381 - xen: Revert commits da72ff5bfcb0 and 72a9b186292d
17382 - block: get rid of blk_integrity_revalidate()
17383 - Linux 4.11.1
17384
17385 * Module signing exclusion for staging drivers does not work properly
17386 (LP: #1690908)
17387 - SAUCE: Fix module signing exclusion in package builds
17388
17389 * perf: qcom: Add L3 cache PMU driver (LP: #1689856)
17390 - [Config] CONFIG_QCOM_L3_PMU=y
17391 - perf: qcom: Add L3 cache PMU driver
17392
17393 * No PMU support for ACPI-based arm64 systems (LP: #1689661)
17394 - drivers/perf: arm_pmu: rework per-cpu allocation
17395 - drivers/perf: arm_pmu: manage interrupts per-cpu
17396 - drivers/perf: arm_pmu: split irq request from enable
17397 - drivers/perf: arm_pmu: remove pointless PMU disabling
17398 - drivers/perf: arm_pmu: define armpmu_init_fn
17399 - drivers/perf: arm_pmu: fold init into alloc
17400 - drivers/perf: arm_pmu: factor out pmu registration
17401 - drivers/perf: arm_pmu: simplify cpu_pmu_request_irqs()
17402 - drivers/perf: arm_pmu: handle no platform_device
17403 - drivers/perf: arm_pmu: rename irq request/free functions
17404 - drivers/perf: arm_pmu: split cpu-local irq request/free
17405 - drivers/perf: arm_pmu: move irq request/free into probe
17406 - drivers/perf: arm_pmu: split out platform device probe logic
17407 - arm64: add function to get a cpu's MADT GICC table
17408 - [Config] CONFIG_ARM_PMU_ACPI=y
17409 - drivers/perf: arm_pmu: add ACPI framework
17410 - arm64: pmuv3: handle !PMUv3 when probing
17411 - arm64: pmuv3: use arm_pmu ACPI framework
17412
17413 * Fix NVLINK2 TCE route (LP: #1690155)
17414 - powerpc/powernv: Fix TCE kill on NVLink2
17415
17416 * CVE-2017-0605
17417 - tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline()
17418
17419 * Miscellaneous Ubuntu changes
17420 - [Config] Restore powerpc arch to annotations file
17421 - [Config] Disable runtime testing modules
17422 - [Config] Disable drivers not needed on s390x
17423 - [Config] Update annotations for 4.11
17424 - [Config] updateconfigs after apparmor updates
17425
17426 * Miscellaneous upstream changes
17427 - apparmor: use SHASH_DESC_ON_STACK
17428 - apparmor: fix invalid reference to index variable of iterator line 836
17429 - apparmor: fix parameters so that the permission test is bypassed at boot
17430 - apparmor: Make path_max parameter readonly
17431 - apparmorfs: Combine two function calls into one in aa_fs_seq_raw_abi_show()
17432 - apparmorfs: Use seq_putc() in two functions
17433 - apparmor: provide information about path buffer size at boot
17434 - apparmor: add/use fns to print hash string hex value
17435
17436 -- Seth Forshee <seth.forshee@canonical.com> Tue, 16 May 2017 00:39:13 -0500
17437
17438linux (4.11.0-2.7) artful; urgency=low
17439
17440 * kernel-wedge fails in artful due to leftover squashfs-modules d-i files
17441 (LP: #1688259)
17442 - Remove squashfs-modules files from d-i
17443 - [Config] as squashfs-modules is builtin kernel-image must Provides: it
17444
17445 * [Zesty] d-i: replace msm_emac with qcom_emac (LP: #1677297)
17446 - Revert "UBUNTU: d-i: initrd needs msm_emac on amberwing platform."
17447 - d-i: initrd needs qcom_emac on amberwing platform.
17448
17449 * update for V3 kernel bits and improved multiple fan slice support
17450 (LP: #1470091)
17451 - SAUCE: fan: tunnel multiple mapping mode (v3)
17452
17453 * Miscellaneous Ubuntu changes
17454 - SAUCE: (noup) Update spl to 0.6.5.9-1ubuntu1, zfs to 0.6.5.9-5ubuntu5
17455 - Enable zfs
17456 - SAUCE: fan: add VXLAN implementation
17457 - SAUCE: (efi-lockdown) efi: Add EFI_SECURE_BOOT bit
17458 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
17459 kernel image
17460 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
17461 mode
17462 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
17463 - SAUCE: (efi-lockdown) Restrict /dev/mem and /dev/kmem when the kernel is
17464 locked down
17465 - SAUCE: (efi-lockdown) Add a sysrq option to exit secure boot mode
17466 - SAUCE: (efi-lockdown) kexec: Disable at runtime if the kernel is locked down
17467 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
17468 reboot
17469 - SAUCE: (efi-lockdown) kexec_file: Disable at runtime if securelevel has been
17470 set
17471 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
17472 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
17473 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
17474 down
17475 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
17476 locked down
17477 - SAUCE: (efi-lockdown) x86: Restrict MSR access when the kernel is locked
17478 down
17479 - SAUCE: (efi-lockdown) asus-wmi: Restrict debugfs interface when the kernel
17480 is locked down
17481 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
17482 locked down
17483 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
17484 has been locked down
17485 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
17486 locked down
17487 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
17488 locked down
17489 - SAUCE: (efi-lockdown) Enable cold boot attack mitigation
17490 - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the
17491 kernel is locked down
17492 - SAUCE: (efi-lockdown) scsi: Lock down the eata driver
17493 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
17494 down
17495 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
17496 - SAUCE: (efi-lockdown) Add EFI signature data types
17497 - SAUCE: (efi-lockdown) Add an EFI signature blob parser and key loader.
17498 - SAUCE: (efi-lockdown) KEYS: Add a system blacklist keyring
17499 - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot
17500 - SAUCE: (efi-lockdown) MODSIGN: Support not importing certs from db
17501 - SAUCE: (efi-lockdown) MODSIGN: Don't try secure boot if EFI runtime is
17502 disabled
17503 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
17504 - SAUCE: (efi-lockdown) efi: Add secure_boot state and status bit for
17505 MokSBState
17506 - SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and MokSBState
17507 - [Config] Set values for UEFI secure boot lockdown options
17508 - Update dropped.txt
17509
17510 [ Upstream Kernel Changes ]
17511
17512 * rebase to v4.11
17513
17514 -- Seth Forshee <seth.forshee@canonical.com> Fri, 05 May 2017 07:43:14 -0500
17515
17516linux (4.11.0-1.6) artful; urgency=low
17517
17518 * Miscellaneous Ubuntu changes
17519 - [Debian] Use default compression for all packages
17520 - SAUCE: (namespace) block_dev: Support checking inode permissions in
17521 lookup_bdev()
17522 - SAUCE: (namespace) block_dev: Check permissions towards block device inode
17523 when mounting
17524 - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode
17525 when mounting
17526 - SAUCE: (namespace) fs: Allow superblock owner to change ownership of inodes
17527 - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID for userns root
17528 - SAUCE: (namespace) fs: Allow superblock owner to access do_remount_sb()
17529 - SAUCE: (namespace) capabilities: Allow privileged user in s_user_ns to set
17530 security.* xattrs
17531 - SAUCE: (namespace) fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw
17532 filesystems
17533 - SAUCE: (namespace) fuse: Add support for pid namespaces
17534 - SAUCE: (namespace) fuse: Support fuse filesystems outside of init_user_ns
17535 - SAUCE: (namespace) fuse: Restrict allow_other to the superblock's namespace
17536 or a descendant
17537 - SAUCE: (namespace) fuse: Allow user namespace mounts
17538 - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user
17539 namespaces
17540 - SAUCE: (namespace) evm: Don't update hmacs in user ns mounts
17541 - SAUCE: (namespace) ext4: Add module parameter to enable user namespace
17542 mounts
17543 - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is
17544 opened for writing
17545
17546 -- Seth Forshee <seth.forshee@canonical.com> Wed, 26 Apr 2017 10:08:29 -0500
17547
17548linux (4.11.0-0.5) artful; urgency=low
17549
17550 * [Hyper-V][SAUCE] pci-hyperv: Use only 16 bit integer for PCI domain
17551 (LP: #1684971)
17552 - SAUCE: pci-hyperv: Use only 16 bit integer for PCI domain
17553
17554 * [Hyper-V] Ubuntu 14.04.2 LTS Generation 2 SCSI Errors on VSS Based Backups
17555 (LP: #1470250)
17556 - SAUCE: Tools: hv: vss: Thaw the filesystem and continue after freeze fails
17557
17558 * Enable virtual scsi server driver for Power (LP: #1615665)
17559 - SAUCE: Return TCMU-generated sense data to fabric module
17560
17561 * include/linux/security.h header syntax error with !CONFIG_SECURITYFS
17562 (LP: #1630990)
17563 - SAUCE: (no-up) include/linux/security.h -- fix syntax error with
17564 CONFIG_SECURITYFS=n
17565
17566 * Miscellaneous Ubuntu changes
17567 - SAUCE: Import aufs driver
17568 - [Config] Enable aufs
17569 - [Debian] Add script to update virtualbox
17570 - ubuntu: vbox -- Update to 5.1.20-dfsg-2
17571 - Enable vbox
17572 - SAUCE: aufs -- Include linux/mm.h in fs/aufs/file.h
17573
17574 [ Upstream Kernel Changes ]
17575
17576 * rebase to v4.11-rc8
17577
17578 -- Seth Forshee <seth.forshee@canonical.com> Tue, 25 Apr 2017 13:42:54 -0500
17579
17580linux (4.11.0-0.4) zesty; urgency=low
17581
17582 * POWER9: Improve performance on memory management (LP: #1681429)
17583 - SAUCE: powerpc/mm/radix: Don't do page walk cache flush when doing full mm
17584 flush
17585 - SAUCE: powerpc/mm/radix: Remove unnecessary ptesync
17586
17587 * Miscellaneous Ubuntu changes
17588 - find-missing-sauce.sh
17589
17590 [ Upstream Kernel Changes ]
17591
17592 * rebase to v4.11-rc7
17593
17594 -- Seth Forshee <seth.forshee@canonical.com> Tue, 18 Apr 2017 08:19:43 -0500
17595
17596linux (4.11.0-0.3) zesty; urgency=low
17597
17598 * Disable CONFIG_HVC_UDBG on ppc64el (LP: #1680888)
17599 - [Config] Disable CONFIG_HVC_UDBG on ppc64el
17600
17601 * smartpqi driver needed in initram disk and installer (LP: #1680156)
17602 - [Config] Add smartpqi to d-i
17603
17604 * Disable CONFIG_SECURITY_SELINUX_DISABLE (LP: #1680315)
17605 - [Config] CONFIG_SECURITY_SELINUX_DISABLE=n
17606
17607 * Miscellaneous Ubuntu changes
17608 - [Config] flash-kernel should be a Breaks
17609 - [Config] drop the info directory
17610 - [Config] drop NOTES as obsolete
17611 - [Config] drop changelog.historical as obsolete
17612 - rebase to v4.11-rc6
17613
17614 [ Upstream Kernel Changes ]
17615
17616 * rebase to v4.11-rc6
17617
17618 -- Tim Gardner <tim.gardner@canonical.com> Tue, 11 Apr 2017 07:16:52 -0600
17619
17620linux (4.11.0-0.2) zesty; urgency=low
17621
17622 [ Upstream Kernel Changes ]
17623
17624 * rebase to v4.11-rc5
17625
17626 -- Tim Gardner <tim.gardner@canonical.com> Mon, 03 Apr 2017 08:26:07 +0100
17627
17628linux (4.11.0-0.1) zesty; urgency=low
17629
17630 [ Upstream Kernel Changes ]
17631
17632 * rebase to v4.11-rc4
17633 - LP: #1591053
17634
17635 -- Tim Gardner <tim.gardner@canonical.com> Mon, 20 Mar 2017 05:15:32 -0600
17636
17637linux (4.11.0-0.0) zesty; urgency=low
17638
17639 * dummy entry
17640
17641 -- Tim Gardner <tim.gardner@canonical.com> Mon, 20 Mar 2017 05:15:32 -0600