Skip to content

Changelog linux-hwe-6.2 (6.2.0-34.34~22.04.1+11.0trisquel26)

2023

linux-hwe-6.2 (6.2.0-34.34~22.04.1+11.0trisquel26) aramo; urgency=medium

   * Removed non-free bits

linux-hwe-6.2 (6.2.0-34.34~22.04.1) jammy; urgency=medium

   * jammy/linux-hwe-6.2: 6.2.0-34.34~22.04.1 -proposed tracker (LP: #2033778)
 
   * Packaging resync (LP: #1786013)
     - [Packaging] update helper scripts
 
   [ Ubuntu: 6.2.0-34.34 ]
 
   * lunar/linux: 6.2.0-34.34 -proposed tracker (LP: #2033779)
   * CVE-2023-20569
     - x86/cpu, kvm: Add support for CPUID_80000021_EAX
     - tools headers x86 cpufeatures: Sync with the kernel sources
     - x86/alternative: Optimize returns patching
     - x86/retbleed: Add __x86_return_thunk alignment checks
     - x86/srso: Add a Speculative RAS Overflow mitigation
     - x86/srso: Add IBPB_BRTYPE support
     - x86/srso: Add SRSO_NO support
     - x86/srso: Add IBPB
     - x86/srso: Add IBPB on VMEXIT
     - x86/srso: Fix return thunks in generated code
     - x86/srso: Add a forgotten NOENDBR annotation
     - x86/srso: Tie SBPB bit setting to microcode patch detection
     - Documentation/hw-vuln: Unify filename specification in index
     - Documentation/srso: Document IBPB aspect and fix formatting
     - x86/srso: Fix build breakage with the LLVM linker
     - x86: Move gds_ucode_mitigated() declaration to header
     - x86/retpoline: Don't clobber RFLAGS during srso_safe_ret()
     - x86/srso: Disable the mitigation on unaffected configurations
     - x86/retpoline,kprobes: Fix position of thunk sections with CONFIG_LTO_CLANG
     - x86/retpoline,kprobes: Skip optprobe check for indirect jumps with
       retpolines and IBT
     - x86/cpu: Fix __x86_return_thunk symbol type
     - x86/cpu: Fix up srso_safe_ret() and __x86_return_thunk()
     - objtool/x86: Fix SRSO mess
     - x86/alternative: Make custom return thunk unconditional
     - x86/cpu: Clean up SRSO return thunk mess
     - x86/cpu: Rename original retbleed methods
     - x86/cpu: Rename srso_(.*)_alias to srso_alias_\1
     - x86/cpu: Cleanup the untrain mess
     - x86/srso: Explain the untraining sequences a bit more
     - objtool/x86: Fixup frame-pointer vs rethunk
     - x86/static_call: Fix __static_call_fixup()
     - x86/srso: Correct the mitigation status when SMT is disabled
     - Ubuntu: [Config]: enable Speculative Return Stack Overflow mitigation
   * Please enable Renesas RZ platform serial installer (LP: #2022361)
     - [Config] enable hihope RZ/G2M serial console
     - [Config] Mark sh-sci as built-in
   * dGPU cannot resume because system firmware stuck in IPCS method
     (LP: #2021572)
     - drm/i915/tc: Abort DP AUX transfer on a disconnected TC port
     - drm/i915/tc: switch to intel_de_* register accessors in display code
     - drm/i915: Enable a PIPEDMC whenever its corresponding pipe is enabled
     - drm/i915/tc: Fix TC port link ref init for DP MST during HW readout
     - drm/i915/tc: Fix system resume MST mode restore for DP-alt sinks
     - drm/i915/tc: Wait for IOM/FW PHY initialization of legacy TC ports
     - drm/i915/tc: Factor out helpers converting HPD mask to TC mode
     - drm/i915/tc: Fix target TC mode for a disconnected legacy port
     - drm/i915/tc: Fix TC mode for a legacy port if the PHY is not ready
     - drm/i915/tc: Fix initial TC mode on disabled legacy ports
     - drm/i915/tc: Make the TC mode readout consistent in all PHY states
     - drm/i915: Add encoder hook to get the PLL type used by TC ports
     - drm/i915/tc: Assume a TC port is legacy if VBT says the port has HDMI
     - drm/i915/tc: Factor out a function querying active links on a TC port
     - drm/i915/tc: Check the PLL type used by an enabled TC port
     - drm/i915/tc: Group the TC PHY setup/query functions per platform
     - drm/i915/tc: Use the adlp prefix for ADLP TC PHY functions
     - drm/i915/tc: Rename tc_phy_status_complete() to tc_phy_is_ready()
     - drm/i915/tc: Use the tc_phy prefix for all TC PHY functions
     - drm/i915/tc: Move TC port fields to a new intel_tc_port struct
     - drm/i915/tc: Check for TC PHY explicitly in
       intel_tc_port_fia_max_lane_count()
     - drm/i915/tc: Move the intel_tc_port struct declaration to intel_tc.c
     - drm/i915/tc: Add TC PHY hook to get the PHY HPD live status
     - drm/i915/tc: Add TC PHY hooks to get the PHY ready/owned state
     - drm/i915/tc: Add TC PHY hook to read out the PHY HW state
     - drm/i915/tc: Add generic TC PHY connect/disconnect handlers
     - drm/i915/tc: Factor out tc_phy_verify_legacy_or_dp_alt_mode()
     - drm/i915/tc: Add TC PHY hooks to connect/disconnect the PHY
     - drm/i915/tc: Fix up the legacy VBT flag only in disconnected mode
     - drm/i915/tc: Check TC mode instead of the VBT legacy flag
     - drm/i915/tc: Block/unblock TC-cold in the PHY connect/disconnect hooks
     - drm/i915/tc: Remove redundant wakeref=0 check from unblock_tc_cold()
     - drm/i915/tc: Drop tc_cold_block()/unblock()'s power domain parameter
     - drm/i915/tc: Add TC PHY hook to get the TC-cold blocking power domain
     - drm/i915/tc: Add asserts in TC PHY hooks that the required power is on
     - drm/i915/tc: Add TC PHY hook to init the PHY
     - drm/i915/adlp/tc: Use the DE HPD ISR register for hotplug detection
     - drm/i915/tc: Get power ref for reading the HPD live status register
     - drm/i915/tc: Don't connect the PHY in intel_tc_port_connected()
     - drm/i915/adlp/tc: Align the connect/disconnect PHY sequence with bspec
     - drm/i915: Move shared DPLL disabling into CRTC disable hook
     - drm/i915: Disable DPLLs before disconnecting the TC PHY
     - drm/i915: Remove TC PHY disconnect workaround
     - drm/i915: Remove the encoder update_prepare()/complete() hooks
     - drm/i915/dp_mst: Fix active port PLL selection for secondary MST streams
     - drm/i915: Fix PIPEDMC disabling for a bigjoiner configuration
     - drm/i915: Add helpers to reference/unreference a DPLL for a CRTC
     - drm/i915: Make the CRTC state consistent during sanitize-disabling
     - drm/i915: Update connector atomic state before crtc sanitize-disabling
     - drm/i915: Separate intel_crtc_disable_noatomic_begin/complete()
     - drm/i915: Factor out set_encoder_for_connector()
     - drm/i915: Add support for disabling any CRTCs during HW readout/sanitization
     - drm/i915/dp: Prevent link training fallback on disconnected port
     - drm/i915/dp: Factor out intel_dp_get_active_pipes()
     - drm/i915: Factor out a helper for handling atomic modeset locks/state
     - drm/i915/tc: Call TypeC port flush_work/cleanup without modeset locks held
     - drm/i915/tc: Reset TypeC PHYs left enabled in DP-alt mode after the sink
       disconnects
   * amdgpu: Fixes for S0i3 resume on Phoenix (LP: #2033654)
     - drm/amd/pm: skip the RLC stop when S0i3 suspend for SMU v13.0.4/11
     - drm/amdgpu: skip fence GFX interrupts disable/enable for S0ix
     - drm/amd: flush any delayed gfxoff on suspend entry
   * Fix panel brightness issues on HP laptops (LP: #2032704)
     - ACPI: video: Put ACPI video and its child devices into D0 on boot
   * Fix ACPI TAD  on some Intel based systems (LP: #2032767)
     - ACPI: TAD: Install SystemCMOS address space handler for ACPI000E
   * kdump doesn't work with UEFI secure boot and kernel lockdown enabled on
     ARM64 (LP: #2033007)
     - [Config]: Enable CONFIG_KEXEC_IMAGE_VERIFY_SIG
   * Request backport of xen timekeeping performance improvements (LP: #2033122)
     - x86/xen/time: prefer tsc as clocksource when it is invariant
   * Fix numerous AER related issues (LP: #2033025)
     - SAUCE: PCI/AER: Disable AER service during suspend, again
     - SAUCE: PCI/DPC: Disable DPC service during suspend, again
   * Enable D3cold at s2idle for Intel DG2 GPU (LP: #2033452)
     - drm/i915/dgfx: Enable d3cold at s2idle
   * CVE-2023-4569
     - netfilter: nf_tables: deactivate catchall elements in next generation
   * Fix non-working MT7921e when pre-boot WiFi is enabled (LP: #2026322)
     - wifi: mt76: mt7921e: fix init command fail with enabled device
   * Fix unreliable ethernet cable detection on I219 NIC (LP: #2028122)
     - e1000e: Use PME poll to circumvent unreliable ACPI wake
   * [SRU][Ubuntu 22.04.1] Unable to interpret the frequency values in
     cpuinfo_min_freq and cpuino_max_freq sysfs files. (LP: #2030924)
     - cpufreq: intel_pstate: Fix scaling for hybrid-capable
   * CVE-2023-40283
     - Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_ready_cb
   * CVE-2023-20588
     - x86/bugs: Increase the x86 bugs vector size to two u32s
     - x86/CPU/AMD: Do not leak quotient data after a division by 0
     - x86/CPU/AMD: Fix the DIV(0) initial fix attempt
   * CVE-2023-4194
     - net: tun_chr_open(): set sk_uid from current_fsuid()
     - net: tap_open(): set sk_uid from current_fsuid()
   * CVE-2023-4155
     - KVM: SEV: snapshot the GHCB before accessing it
     - KVM: SEV: only access GHCB fields once
   * CVE-2023-1206
     - tcp: Reduce chance of collisions in inet6_hashfn().
   * Lunar update: upstream stable patchset 2023-08-03 (LP: #2029808)
     - RDMA/bnxt_re: Fix the page_size used during the MR creation
     - phy: amlogic: phy-meson-g12a-mipi-dphy-analog: fix CNTL2_DIF_TX_CTL0 value
     - RDMA/efa: Fix unsupported page sizes in device
     - RDMA/hns: Fix timeout attr in query qp for HIP08
     - RDMA/hns: Fix base address table allocation
     - RDMA/hns: Modify the value of long message loopback slice
     - dmaengine: at_xdmac: fix potential Oops in at_xdmac_prep_interleaved()
     - RDMA/bnxt_re: Fix a possible memory leak
     - RDMA/bnxt_re: Fix return value of bnxt_re_process_raw_qp_pkt_rx
     - iommu/rockchip: Fix unwind goto issue
     - iommu/amd: Don't block updates to GATag if guest mode is on
     - iommu/amd: Handle GALog overflows
     - iommu/amd: Fix up merge conflict resolution
     - nfsd: make a copy of struct iattr before calling notify_change
     - dmaengine: pl330: rename _start to prevent build error
     - riscv: Fix unused variable warning when BUILTIN_DTB is set
     - net/mlx5: Drain health before unregistering devlink
     - net/mlx5: SF, Drain health before removing device
     - net/mlx5: fw_tracer, Fix event handling
     - net/mlx5e: Don't attach netdev profile while handling internal error
     - net: mellanox: mlxbf_gige: Fix skb_panic splat under memory pressure
     - netrom: fix info-leak in nr_write_internal()
     - af_packet: Fix data-races of pkt_sk(sk)->num.
     - tls: improve lockless access safety of tls_err_abort()
     - amd-xgbe: fix the false linkup in xgbe_phy_status
     - perf ftrace latency: Remove unnecessary "--" from --use-nsec option
     - mtd: rawnand: ingenic: fix empty stub helper definitions
     - RDMA/irdma: Prevent QP use after free
     - RDMA/irdma: Fix Local Invalidate fencing
     - af_packet: do not use READ_ONCE() in packet_bind()
     - tcp: deny tcp_disconnect() when threads are waiting
     - tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if user_mss set
     - net/smc: Scan from current RMB list when no position specified
     - net/smc: Don't use RMBs not mapped to new link in SMCRv2 ADD LINK
     - net/sched: sch_ingress: Only create under TC_H_INGRESS
     - net/sched: sch_clsact: Only create under TC_H_CLSACT
     - net/sched: Reserve TC_H_INGRESS (TC_H_CLSACT) for ingress (clsact) Qdiscs
     - net/sched: Prohibit regrafting ingress or clsact Qdiscs
     - net: sched: fix NULL pointer dereference in mq_attach
     - net/netlink: fix NETLINK_LIST_MEMBERSHIPS length report
     - udp6: Fix race condition in udp6_sendmsg & connect
     - nfsd: fix double fget() bug in __write_ports_addfd()
     - nvme: fix the name of Zone Append for verbose logging
     - net/mlx5e: Fix error handling in mlx5e_refresh_tirs
     - net/mlx5: Read embedded cpu after init bit cleared
     - iommu/mediatek: Flush IOTLB completely only if domain has been attached
     - tcp: fix mishandling when the sack compression is deferred.
     - net: dsa: mv88e6xxx: Increase wait after reset deactivation
     - mtd: rawnand: marvell: ensure timing values are written
     - mtd: rawnand: marvell: don't set the NAND frequency select
     - rtnetlink: call validate_linkmsg in rtnl_create_link
     - mptcp: avoid unneeded __mptcp_nmpc_socket() usage
     - mptcp: add annotations around msk->subflow accesses
     - mptcp: avoid unneeded address copy
     - mptcp: simplify subflow_syn_recv_sock()
     - mptcp: consolidate passive msk socket initialization
     - mptcp: fix data race around msk->first access
     - mptcp: add annotations around sk->sk_shutdown accesses
     - drm/amdgpu: release gpu full access after "amdgpu_device_ip_late_init"
     - watchdog: menz069_wdt: fix watchdog initialisation
     - ALSA: hda: Glenfly: add HD Audio PCI IDs and HDMI Codec Vendor IDs.
     - ASoC: Intel: soc-acpi-cht: Add quirk for Nextbook Ares 8A tablet
     - drm/amdgpu: Use the default reset when loading or reloading the driver
     - mailbox: mailbox-test: Fix potential double-free in
       mbox_test_message_write()
     - btrfs: abort transaction when sibling keys check fails for leaves
     - ARM: 9295/1: unwind:fix unwind abort for uleb128 case
     - hwmon: (k10temp) Add PCI ID for family 19, model 78h
     - media: rcar-vin: Select correct interrupt mode for V4L2_FIELD_ALTERNATE
     - platform/x86: intel_scu_pcidrv: Add back PCI ID for Medfield
     - platform/mellanox: fix potential race in mlxbf-tmfifo driver
     - drm/amdgpu: set gfx9 onwards APU atomics support to be true
     - fbdev: imsttfb: Fix use after free bug in imsttfb_probe
     - fbdev: modedb: Add 1920x1080 at 60 Hz video mode
     - fbdev: stifb: Fix info entry in sti_struct on error path
     - nbd: Fix debugfs_create_dir error checking
     - block/rnbd: replace REQ_OP_FLUSH with REQ_OP_WRITE
     - nvme-pci: add NVME_QUIRK_BOGUS_NID for HS-SSD-FUTURE 2048G
     - nvme-pci: add quirk for missing secondary temperature thresholds
     - ASoC: amd: yc: Add DMI entry to support System76 Pangolin 12
     - ASoC: dwc: limit the number of overrun messages
     - um: harddog: fix modular build
     - xfrm: Check if_id in inbound policy/secpath match
     - ASoC: dt-bindings: Adjust #sound-dai-cells on TI's single-DAI codecs
     - ALSA: hda/realtek: Add quirks for ASUS GU604V and GU603V
     - ASoC: ssm2602: Add workaround for playback distortions
     - media: dvb_demux: fix a bug for the continuity counter
     - media: dvb-usb: az6027: fix three null-ptr-deref in az6027_i2c_xfer()
     - media: dvb-usb-v2: ec168: fix null-ptr-deref in ec168_i2c_xfer()
     - media: dvb-usb-v2: ce6230: fix null-ptr-deref in ce6230_i2c_master_xfer()
     - media: dvb-usb-v2: rtl28xxu: fix null-ptr-deref in rtl28xxu_i2c_xfer
     - media: dvb-usb: digitv: fix null-ptr-deref in digitv_i2c_xfer()
     - media: dvb-usb: dw2102: fix uninit-value in su3000_read_mac_address
     - media: netup_unidvb: fix irq init by register it at the end of probe
     - media: dvb_ca_en50221: fix a size write bug
     - media: ttusb-dec: fix memory leak in ttusb_dec_exit_dvb()
     - media: mn88443x: fix !CONFIG_OF error by drop of_match_ptr from ID table
     - media: dvb-core: Fix use-after-free due on race condition at dvb_net
     - media: dvb-core: Fix use-after-free due to race at dvb_register_device()
     - media: dvb-core: Fix use-after-free due to race condition at dvb_ca_en50221
     - ASoC: SOF: debug: conditionally bump runtime_pm counter on exceptions
     - ASoC: SOF: pcm: fix pm_runtime imbalance in error handling
     - ASoC: SOF: sof-client-probes: fix pm_runtime imbalance in error handling
     - ASoC: SOF: pm: save io region state in case of errors in resume
     - s390/pkey: zeroize key blobs
     - s390/topology: honour nr_cpu_ids when adding CPUs
     - ACPI: resource: Add IRQ override quirk for LG UltraPC 17U70P
     - wifi: rtl8xxxu: fix authentication timeout due to incorrect RCR value
     - ARM: dts: stm32: add pin map for CAN controller on stm32f7
     - arm64/mm: mark private VM_FAULT_X defines as vm_fault_t
     - arm64: vdso: Pass (void *) to virt_to_page()
     - wifi: mac80211: simplify chanctx allocation
     - wifi: mac80211: consider reserved chanctx for mindef
     - wifi: mac80211: recalc chanctx mindef before assigning
     - wifi: iwlwifi: mvm: Add locking to the rate read flow
     - scsi: core: Decrease scsi_device's iorequest_cnt if dispatch failed
     - wifi: b43: fix incorrect __packed annotation
     - netfilter: conntrack: define variables exp_nat_nla_policy and any_addr with
       CONFIG_NF_NAT
     - nvme-multipath: don't call blk_mark_disk_dead in nvme_mpath_remove_disk
     - nvme: do not let the user delete a ctrl before a complete initialization
     - ALSA: oss: avoid missing-prototype warnings
     - drm/msm: Be more shouty if per-process pgtables aren't working
     - atm: hide unused procfs functions
     - ceph: silence smatch warning in reconnect_caps_cb()
     - drm/amdgpu: skip disabling fence driver src_irqs when device is unplugged
     - ublk: fix AB-BA lockdep warning
     - nvme-pci: Add quirk for Teamgroup MP33 SSD
     - block: Deny writable memory mapping if block is read-only
     - KVM: arm64: vgic: Fix a circular locking issue
     - KVM: arm64: vgic: Wrap vgic_its_create() with config_lock
     - KVM: arm64: vgic: Fix locking comment
     - media: mediatek: vcodec: Only apply 4K frame sizes on decoder formats
     - mailbox: mailbox-test: fix a locking issue in mbox_test_message_write()
     - drivers: base: cacheinfo: Fix shared_cpu_map changes in event of CPU hotplug
     - media: uvcvideo: Don't expose unsupported formats to userspace
     - iio: accel: st_accel: Fix invalid mount_matrix on devices without ACPI _ONT
       method
     - iio: adc: mxs-lradc: fix the order of two cleanup operations
     - HID: google: add jewel USB id
     - HID: wacom: avoid integer overflow in wacom_intuos_inout()
     - iio: imu: inv_icm42600: fix timestamp reset
     - dt-bindings: iio: adc: renesas,rcar-gyroadc: Fix adi,ad7476 compatible value
     - iio: light: vcnl4035: fixed chip ID check
     - iio: adc: stm32-adc: skip adc-channels setup if none is present
     - iio: adc: ad_sigma_delta: Fix IRQ issue by setting IRQ_DISABLE_UNLAZY flag
     - iio: dac: mcp4725: Fix i2c_master_send() return value handling
     - iio: addac: ad74413: fix resistance input processing
     - iio: adc: ad7192: Change "shorted" channels to differential
     - iio: adc: stm32-adc: skip adc-diff-channels setup if none is present
     - iio: dac: build ad5758 driver when AD5758 is selected
     - net: usb: qmi_wwan: Set DTR quirk for BroadMobi BM818
     - dt-bindings: usb: snps,dwc3: Fix "snps,hsphy_interface" type
     - usb: cdns3: fix NCM gadget RX speed 20x slow than expection at iMX8QM
     - usb: gadget: f_fs: Add unbind event before functionfs_unbind
     - md/raid5: fix miscalculation of 'end_sector' in raid5_read_one_chunk()
     - misc: fastrpc: return -EPIPE to invocations on device removal
     - misc: fastrpc: reject new invocations during device removal
     - scsi: stex: Fix gcc 13 warnings
     - ata: libata-scsi: Use correct device no in ata_find_dev()
     - drm/amdgpu: enable tmz by default for GC 11.0.1
     - drm/amd/pm: reverse mclk and fclk clocks levels for SMU v13.0.4
     - drm/amd/pm: reverse mclk and fclk clocks levels for vangogh
     - drm/amd/pm: resolve reboot exception for si oland
     - drm/amd/pm: reverse mclk clocks levels for SMU v13.0.5
     - drm/amd/pm: reverse mclk and fclk clocks levels for yellow carp
     - drm/amd/pm: reverse mclk and fclk clocks levels for renoir
     - mmc: vub300: fix invalid response handling
     - mmc: pwrseq: sd8787: Fix WILC CHIP_EN and RESETN toggling order
     - tty: serial: fsl_lpuart: use UARTCTRL_TXINV to send break instead of
       UARTCTRL_SBK
     - btrfs: fix csum_tree_block page iteration to avoid tripping on
       -Werror=array-bounds
     - phy: qcom-qmp-combo: fix init-count imbalance
     - phy: qcom-qmp-pcie-msm8996: fix init-count imbalance
     - block: fix revalidate performance regression
     - powerpc/iommu: Limit number of TCEs to 512 for H_STUFF_TCE hcall
     - iommu/amd: Fix domain flush size when syncing iotlb
     - tpm, tpm_tis: correct tpm_tis_flags enumeration values
     - riscv: perf: Fix callchain parse error with kernel tracepoint events
     - io_uring: undeprecate epoll_ctl support
     - selinux: don't use make's grouped targets feature yet
     - mtdchar: mark bits of ioctl handler noinline
     - tracing/timerlat: Always wakeup the timerlat thread
     - tracing/histograms: Allow variables to have some modifiers
     - tracing/probe: trace_probe_primary_from_call(): checked list_first_entry
     - selftests: mptcp: connect: skip if MPTCP is not supported
     - selftests: mptcp: pm nl: skip if MPTCP is not supported
     - selftests: mptcp: join: skip if MPTCP is not supported
     - selftests: mptcp: sockopt: skip if MPTCP is not supported
     - selftests: mptcp: userspace pm: skip if MPTCP is not supported
     - mptcp: fix connect timeout handling
     - mptcp: fix active subflow finalization
     - ext4: add EA_INODE checking to ext4_iget()
     - ext4: set lockdep subclass for the ea_inode in ext4_xattr_inode_cache_find()
     - ext4: disallow ea_inodes with extended attributes
     - ext4: add lockdep annotations for i_data_sem for ea_inode's
     - fbcon: Fix null-ptr-deref in soft_cursor
     - serial: 8250_tegra: Fix an error handling path in tegra_uart_probe()
     - serial: cpm_uart: Fix a COMPILE_TEST dependency
     - powerpc/xmon: Use KSYM_NAME_LEN in array size
     - test_firmware: fix a memory leak with reqs buffer
     - test_firmware: fix the memory leak of the allocated firmware buffer
     - KVM: arm64: Populate fault info for watchpoint
     - KVM: x86: Account fastpath-only VM-Exits in vCPU stats
     - ksmbd: fix credit count leakage
     - ksmbd: fix UAF issue from opinfo->conn
     - ksmbd: fix incorrect AllocationSize set in smb2_get_info
     - ksmbd: fix slab-out-of-bounds read in smb2_handle_negotiate
     - ksmbd: fix multiple out-of-bounds read during context decoding
     - KEYS: asymmetric: Copy sig and digest in public_key_verify_signature()
     - fs/ntfs3: Validate MFT flags before replaying logs
     - regmap: Account for register length when chunking
     - tpm, tpm_tis: Request threaded interrupt handler
     - iommu/amd/pgtbl_v2: Fix domain max address
     - drm/amd/display: Have Payload Properly Created After Resume
     - tls: rx: strp: don't use GFP_KERNEL in softirq context
     - selftests: mptcp: diag: skip if MPTCP is not supported
     - selftests: mptcp: simult flows: skip if MPTCP is not supported
     - selftests: mptcp: join: avoid using 'cmp --bytes'
     - ext4: enable the lazy init thread when remounting read/write
     - iommu: Make IPMMU_VMSA dependencies more strict
     - [Config] updateconfigs for IPMMU_VMSA
     - iommu/amd: Add missing domain type checks
     - efi: Bump stub image version for macOS HVF compatibility
     - rxrpc: Truncate UTS_RELEASE for rxrpc version
     - net: renesas: rswitch: Fix return value in error path of xmit
     - KVM: arm64: Prevent unconditional donation of unmapped regions from the host
     - KVM: arm64: Reload PTE after invoking walker callback on preorder traversal
     - iio: ad4130: Make sure clock provider gets removed
     - iio: adc: mt6370: Fix ibus and ibat scaling value of some specific vendor ID
       chips
     - iio: accel: kx022a fix irq getting
     - misc: fastrpc: Reassign memory ownership only for remote heap
     - module/decompress: Fix error checking on zstd decompression
     - dmaengine: at_hdmac: Repair bitfield macros for peripheral ID handling
     - dmaengine: at_hdmac: Extend the Flow Controller bitfield to three bits
     - test_firmware: prevent race conditions by a correct implementation of
       locking
     - KVM: arm64: Drop last page ref in kvm_pgtable_stage2_free_removed()
     - KVM: x86/mmu: Grab memslot for correct address space in NX recovery worker
     - Upstream stable to v6.1.33, v6.3.7
     - scsi: megaraid_sas: Add flexible array member for SGLs
     - net: sfp: fix state loss when updating state_hw_mask
     - spi: mt65xx: make sure operations completed before unloading
     - platform/surface: aggregator: Allow completion work-items to be executed in
       parallel
     - platform/surface: aggregator_tabletsw: Add support for book mode in KIP
       subsystem
     - spi: qup: Request DMA before enabling clocks
     - afs: Fix setting of mtime when creating a file/dir/symlink
     - wifi: mt76: mt7615: fix possible race in mt7615_mac_sta_poll
     - bpf, sockmap: Avoid potential NULL dereference in
       sk_psock_verdict_data_ready()
     - neighbour: fix unaligned access to pneigh_entry
     - net: dsa: lan9303: allow vid != 0 in port_fdb_{add|del} methods
     - net/ipv4: ping_group_range: allow GID from 2147483648 to 4294967294
     - bpf: Fix UAF in task local storage
     - bpf: Fix elem_size not being set for inner maps
     - net/ipv6: fix bool/int mismatch for skip_notify_on_dev_down
     - net/smc: Avoid to access invalid RMBs' MRs in SMCRv1 ADD LINK CONT
     - net: enetc: correct the statistics of rx bytes
     - net: enetc: correct rx_bytes statistics of XDP
     - net/sched: fq_pie: ensure reasonable TCA_FQ_PIE_QUANTUM values
     - Bluetooth: hci_sync: add lock to protect HCI_UNREGISTER
     - Bluetooth: Fix l2cap_disconnect_req deadlock
     - Bluetooth: ISO: don't try to remove CIG if there are bound CIS left
     - Bluetooth: L2CAP: Add missing checks for invalid DCID
     - wifi: mac80211: use correct iftype HE cap
     - wifi: cfg80211: reject bad AP MLD address
     - wifi: mac80211: mlme: fix non-inheritence element
     - wifi: mac80211: don't translate beacon/presp addrs
     - qed/qede: Fix scheduling while atomic
     - wifi: cfg80211: fix locking in sched scan stop work
     - selftests/bpf: Verify optval=NULL case
     - selftests/bpf: Fix sockopt_sk selftest
     - netfilter: nft_bitwise: fix register tracking
     - netfilter: conntrack: fix NULL pointer dereference in nf_confirm_cthelper
     - netfilter: ipset: Add schedule point in call_ad().
     - netfilter: nf_tables: out-of-bound check in chain blob
     - ipv6: rpl: Fix Route of Death.
     - tcp: gso: really support BIG TCP
     - rfs: annotate lockless accesses to sk->sk_rxhash
     - rfs: annotate lockless accesses to RFS sock flow table
     - net: sched: add rcu annotations around qdisc->qdisc_sleeping
     - drm/i915/selftests: Add some missing error propagation
     - net: sched: move rtm_tca_policy declaration to include file
     - net: sched: act_police: fix sparse errors in tcf_police_dump()
     - net: sched: fix possible refcount leak in tc_chain_tmplt_add()
     - bpf: Add extra path pointer check to d_path helper
     - drm/amdgpu: fix Null pointer dereference error in amdgpu_device_recover_vram
     - lib: cpu_rmap: Fix potential use-after-free in irq_cpu_rmap_release()
     - net: bcmgenet: Fix EEE implementation
     - bnxt_en: Don't issue AP reset during ethtool's reset operation
     - bnxt_en: Query default VLAN before VNIC setup on a VF
     - bnxt_en: Skip firmware fatal error recovery if chip is not accessible
     - bnxt_en: Prevent kernel panic when receiving unexpected PHC_UPDATE event
     - bnxt_en: Implement .set_port / .unset_port UDP tunnel callbacks
     - batman-adv: Broken sync while rescheduling delayed work
     - Input: xpad - delete a Razer DeathAdder mouse VID/PID entry
     - Input: psmouse - fix OOB access in Elantech protocol
     - Input: fix open count when closing inhibited device
     - ALSA: hda: Fix kctl->id initialization
     - ALSA: ymfpci: Fix kctl->id initialization
     - ALSA: gus: Fix kctl->id initialization
     - ALSA: cmipci: Fix kctl->id initialization
     - ALSA: hda/realtek: Add quirk for Clevo NS50AU
     - ALSA: ice1712,ice1724: fix the kcontrol->id initialization
     - ALSA: hda/realtek: Add a quirk for HP Slim Desktop S01
     - ALSA: hda/realtek: Add quirks for Asus ROG 2024 laptops using CS35L41
     - drm/i915/gt: Use the correct error value when kernel_context() fails
     - drm/amdgpu: fix xclk freq on CHIP_STONEY
     - drm/amdgpu: change reserved vram info print
     - drm/amd/pm: Fix power context allocation in SMU13
     - drm/amd/display: Reduce sdp bw after urgent to 90%
     - wifi: iwlwifi: mvm: Fix -Warray-bounds bug in iwl_mvm_wait_d3_notif()
     - can: j1939: j1939_sk_send_loop_abort(): improved error queue handling in
       J1939 Socket
     - can: j1939: change j1939_netdev_lock type to mutex
     - can: j1939: avoid possible use-after-free when j1939_can_rx_register fails
     - mptcp: only send RM_ADDR in nl_cmd_remove
     - mptcp: add address into userspace pm list
     - mptcp: update userspace pm infos
     - selftests: mptcp: update userspace pm addr tests
     - selftests: mptcp: update userspace pm subflow tests
     - ceph: fix use-after-free bug for inodes when flushing capsnaps
     - s390/dasd: Use correct lock while counting channel queue length
     - Bluetooth: Fix use-after-free in hci_remove_ltk/hci_remove_irk
     - Bluetooth: fix debugfs registration
     - Bluetooth: hci_qca: fix debugfs registration
     - tee: amdtee: Add return_origin to 'struct tee_cmd_load_ta'
     - rbd: move RBD_OBJ_FLAG_COPYUP_ENABLED flag setting
     - rbd: get snapshot context after exclusive lock is ensured to be held
     - virtio_net: use control_buf for coalesce params
     - soc: qcom: icc-bwmon: fix incorrect error code passed to dev_err_probe()
     - pinctrl: meson-axg: add missing GPIOA_18 gpio group
     - usb: usbfs: Enforce page requirements for mmap
     - usb: usbfs: Use consistent mmap functions
     - mm: page_table_check: Make it dependent on EXCLUSIVE_SYSTEM_RAM
     - mm: page_table_check: Ensure user pages are not slab pages
     - arm64: dts: qcom: sc8280xp: Flush RSC sleep & wake votes
     - ARM: at91: pm: fix imbalanced reference counter for ethernet devices
     - ARM: dts: at91: sama7g5ek: fix debounce delay property for shdwc
     - ASoC: codecs: wsa883x: do not set can_multi_write flag
     - ASoC: codecs: wsa881x: do not set can_multi_write flag
     - arm64: dts: qcom: sc7180-lite: Fix SDRAM freq for misidentified sc7180-lite
       boards
     - arm64: dts: imx8qm-mek: correct GPIOs for USDHC2 CD and WP signals
     - arm64: dts: imx8-ss-dma: assign default clock rate for lpuarts
     - ASoC: mediatek: mt8195-afe-pcm: Convert to platform remove callback
       returning void
     - ASoC: mediatek: mt8195: fix use-after-free in driver remove path
     - ASoC: simple-card-utils: fix PCM constraint error check
     - blk-mq: fix blk_mq_hw_ctx active request accounting
     - arm64: dts: imx8mn-beacon: Fix SPI CS pinmux
     - i2c: mv64xxx: Fix reading invalid status value in atomic mode
     - firmware: arm_ffa: Set handle field to zero in memory descriptor
     - gpio: sim: fix memory corruption when adding named lines and unnamed hogs
     - i2c: sprd: Delete i2c adapter in .remove's error path
     - riscv: mm: Ensure prot of VM_WRITE and VM_EXEC must be readable
     - eeprom: at24: also select REGMAP
     - soundwire: stream: Add missing clear of alloc_slave_rt
     - riscv: fix kprobe __user string arg print fault issue
     - [Config] updateconfigs for ARCH_HAS_NON_OVERLAPPING_ADDRESS_SPACE
     - vduse: avoid empty string for dev name
     - vhost: support PACKED when setting-getting vring_base
     - vhost_vdpa: support PACKED when setting-getting vring_base
     - ksmbd: fix out-of-bound read in deassemble_neg_contexts()
     - ksmbd: fix out-of-bound read in parse_lease_state()
     - ksmbd: check the validation of pdu_size in ksmbd_conn_handler_loop
     - ext4: only check dquot_initialize_needed() when debugging
     - wifi: rtw89: correct PS calculation for SUPPORTS_DYNAMIC_PS
     - wifi: rtw88: correct PS calculation for SUPPORTS_DYNAMIC_PS
     - Bluetooth: Split bt_iso_qos into dedicated structures
     - Bluetooth: ISO: consider right CIS when removing CIG at cleanup
     - Bluetooth: ISO: Fix CIG auto-allocation to select configurable CIG
     - netfilter: nf_tables: Add null check for nla_nest_start_noflag() in
       nft_dump_basechain_hook()
     - drm/lima: fix sched context destroy
     - net: openvswitch: fix upcall counter access before allocation
     - bnxt_en: Fix bnxt_hwrm_update_rss_hash_cfg()
     - Input: cyttsp5 - fix array length
     - soc: qcom: rpmh-rsc: drop redundant unsigned >=0 comparision
     - arm64: dts: qcom: sm6375-pdx225: Fix remoteproc firmware paths
     - vdpa/mlx5: Fix hang when cvq commands are triggered during device unregister
     - ksmbd: fix posix_acls and acls dereferencing possible ERR_PTR()
     - Upstream stable to v6.1.34, v6.3.8
   * CVE-2023-4273
     - exfat: check if filename entries exceeds max filename length
   * CVE-2023-4128
     - net/sched: cls_u32: No longer copy tcf_result on update to avoid use-after-
       free
     - net/sched: cls_fw: No longer copy tcf_result on update to avoid use-after-
       free
     - net/sched: cls_route: No longer copy tcf_result on update to avoid use-
       after-free
   * CVE-2023-3212
     - gfs2: Don't deref jdesc in evict

linux-hwe-6.2 (6.2.0-32.32~22.04.1) jammy; urgency=medium

   * jammy/linux-hwe-6.2: 6.2.0-32.32~22.04.1 -proposed tracker (LP: #2030380)
 
   [ Ubuntu: 6.2.0-32.32 ]
 
   * lunar/linux: 6.2.0-32.32 -proposed tracker (LP: #2031134)
   * libgnutls report "trap invalid opcode" when trying to install packages over
     https (LP: #2031093)
     - [Config]: disable CONFIG_GDS_FORCE_MITIGATION
 
   [ Ubuntu: 6.2.0-30.30 ]
 
   * lunar/linux: 6.2.0-30.30 -proposed tracker (LP: #2030381)
   * CVE-2022-40982
     - init: Provide arch_cpu_finalize_init()
     - x86/cpu: Switch to arch_cpu_finalize_init()
     - ARM: cpu: Switch to arch_cpu_finalize_init()
     - ia64/cpu: Switch to arch_cpu_finalize_init()
     - m68k/cpu: Switch to arch_cpu_finalize_init()
     - mips/cpu: Switch to arch_cpu_finalize_init()
     - sh/cpu: Switch to arch_cpu_finalize_init()
     - sparc/cpu: Switch to arch_cpu_finalize_init()
     - um/cpu: Switch to arch_cpu_finalize_init()
     - init: Remove check_bugs() leftovers
     - init: Invoke arch_cpu_finalize_init() earlier
     - init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init()
     - x86/init: Initialize signal frame size late
     - x86/fpu: Remove cpuinfo argument from init functions
     - x86/fpu: Mark init functions __init
     - x86/fpu: Move FPU initialization into arch_cpu_finalize_init()
     - x86/mem_encrypt: Unbreak the AMD_MEM_ENCRYPT=n build
     - x86/xen: Fix secondary processors' FPU initialization
     - x86/speculation: Add Gather Data Sampling mitigation
     - x86/speculation: Add force option to GDS mitigation
     - x86/speculation: Add Kconfig option for GDS
     - KVM: Add GDS_NO support to KVM
     - Documentation/x86: Fix backwards on/off logic about YMM support
     - [Config]: Enable CONFIG_ARCH_HAS_CPU_FINALIZE_INIT and
       CONFIG_GDS_FORCE_MITIGATION
   * CVE-2023-4015
     - netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound
       set/chain
     - netfilter: nf_tables: unbind non-anonymous set if rule construction fails
     - netfilter: nf_tables: skip immediate deactivate in _PREPARE_ERROR
   * CVE-2023-3995
     - netfilter: nf_tables: disallow rule addition to bound chain via
       NFTA_RULE_CHAIN_ID
   * CVE-2023-3777
     - netfilter: nf_tables: skip bound chain on rule flush
   * CVE-2023-3609
     - net/sched: cls_u32: Fix reference counter leak leading to overflow
   * NULL pointer dereference on CS35L41 HDA AMP (LP: #2029199)
     - ASoC: cs35l41: Refactor error release code
     - ALSA: cs35l41: Add shared boost feature
     - ASoC: dt-bindings: cirrus, cs35l41: Document CS35l41 shared boost
     - ALSA: hda: cs35l41: Ensure firmware/tuning pairs are always loaded
     - ALSA: hda: cs35l41: Enable Amp High Pass Filter
     - ALSA: cs35l41: Use mbox command to enable speaker output for external boost
     - ALSA: cs35l41: Poll for Power Up/Down rather than waiting a fixed delay
     - ALSA: hda: cs35l41: Check mailbox status of pause command after firmware
       load
     - ALSA: hda: cs35l41: Ensure we correctly re-sync regmap before system
       suspending.
     - ALSA: hda: cs35l41: Ensure we pass up any errors during system suspend.
     - ALSA: hda: cs35l41: Move Play and Pause into separate functions
     - ALSA: hda: hda_component: Add pre and post playback hooks to hda_component
     - ALSA: hda: cs35l41: Use pre and post playback hooks
     - ALSA: hda: cs35l41: Rework System Suspend to ensure correct call separation
     - ALSA: hda: cs35l41: Add device_link between HDA and cs35l41_hda
     - ALSA: hda: cs35l41: Ensure amp is only unmuted during playback
   * Reboot command powers off the system (LP: #2029332)
     - x86/smp: Make stop_other_cpus() more robust
     - x86/smp: Dont access non-existing CPUID leaf
   * losetup with mknod fails on jammy with kernel 5.15.0-69-generic
     (LP: #2015400)
     - loop: deprecate autoloading callback loop_probe()
     - loop: do not enforce max_loop hard limit by (new) default
   * Fix UBSAN in Intel EDAC driver (LP: #2028746)
     - EDAC/skx_common: Enable EDAC support for the "near" memory
     - EDAC/skx_common: Delete duplicated and unreachable code
     - EDAC/i10nm: Add Intel Emerald Rapids server support
     - EDAC/i10nm: Make more configurations CPU model specific
     - EDAC/i10nm: Add Intel Granite Rapids server support
     - EDAC/i10nm: Skip the absent memory controllers
   * Make TTY switching possible for NVIDIA when it's boot VGA (LP: #2028749)
     - drm/gma500: Use drm_aperture_remove_conflicting_pci_framebuffers
     - video/aperture: use generic code to figure out the vga default device
     - drm/aperture: Remove primary argument
     - video/aperture: Only kick vgacon when the pdev is decoding vga
     - video/aperture: Move vga handling to pci function
     - video/aperture: Drop primary argument
     - video/aperture: Only remove sysfb on the default vga pci device
     - fbdev: Simplify fb_is_primary_device for x86
     - video/aperture: Provide a VGA helper for gma500 and internal use
   * Fix AMD gpu hang when screen off/on (LP: #2028740)
     - drm/amd/display: Keep PHY active for dp config
   * Various backlight issues with the 6.0/6.1 kernel (LP: #2023638)
     - ACPI: video: Stop trying to use vendor backlight control on laptops from
       after ~2012
   * FM350(mtk_t7xx) failed to suspend, or early wake while suspending
     (LP: #2020743)
     - net: wwan: t7xx: Ensure init is completed before system sleep
   * Include the MAC address pass through function on RTL8153DD-CG (LP: #2020295)
     - r8152: add USB device driver for config selection
   * CVE-2023-20593
     - x86/cpu/amd: Move the errata checking functionality up
     - x86/cpu/amd: Add a Zenbleed fix
   * CVE-2023-4004
     - netfilter: nft_set_pipapo: fix improper element removal
   * CVE-2023-3611
     - net/sched: sch_qfq: refactor parsing of netlink parameters
     - net/sched: sch_qfq: account for stab overhead in qfq_enqueue
   * CVE-2023-3610
     - netfilter: nf_tables: fix chain binding transaction logic
   * CVE-2023-2898
     - f2fs: fix to avoid NULL pointer dereference f2fs_write_end_io()
   * Fix speaker volume too low on HP G10 laptops (LP: #2023197)
     - ALSA: hda/realtek: Enable 4 amplifiers instead of 2 on a HP platform
   * stacked overlay file system mounts that have chroot() called against them
     appear to be getting locked (by the kernel most likely?) (LP: #2016398)
     - SAUCE: overlayfs: fix reference count mismatch
   * arm64+ast2600: No Output from BMC's VGA port (LP: #2026776)
     - drm/ast: Fix ARM compatibility
   * Fix eDP only displays 3/4 area after switching to mirror mode with external
     HDMI 4K monitor (LP: #2024273)
     - drm/i915: Allow arbitrary refresh rates with VRR eDP panels
   * Fix AMDGPU: the screen freeze with W7500 (LP: #2027957)
     - drm/amd/pm: share the code around SMU13 pcie parameters update
     - drm/amd/pm: conditionally disable pcie lane/speed switching for SMU13
     - drm/amd: Move helper for dynamic speed switch check out of smu13
     - drm/amd: Align SMU11 SMU_MSG_OverridePcieParameters implementation with
       SMU13
   * UBSAN: shift-out-of-bounds in amd_sfh (LP: #2027773)
     - HID: amd_sfh: Rename the float32 variable
     - HID: amd_sfh: Fix for shift-out-of-bounds
   * cifs: fix mid leak during reconnection after timeout threshold
     (LP: #2029138)
     - cifs: fix mid leak during reconnection after timeout threshold
   * Lunar update: upstream stable patchset 2023-07-28 (LP: #2028979)
     - usb: dwc3: fix gadget mode suspend interrupt handler issue
     - tpm, tpm_tis: Avoid cache incoherency in test for interrupts
     - tpm, tpm_tis: Only handle supported interrupts
     - tpm_tis: Use tpm_chip_{start,stop} decoration inside tpm_tis_resume
     - tpm, tpm_tis: startup chip before testing for interrupts
     - tpm: Re-enable TPM chip boostrapping non-tpm_tis TPM drivers
     - tpm: Prevent hwrng from activating during resume
     - watchdog: sp5100_tco: Immediately trigger upon starting.
     - drm/amd/display: hpd rx irq not working with eDP interface
     - ocfs2: Switch to security_inode_init_security()
     - platform/x86/intel/ifs: Annotate work queue on stack so object debug does
       not complain
     - ALSA: hda/ca0132: add quirk for EVGA X299 DARK
     - ALSA: hda: Fix unhandled register update during auto-suspend period
     - ALSA: hda/realtek: Enable headset onLenovo M70/M90
     - SUNRPC: Don't change task->tk_status after the call to rpc_exit_task
     - mmc: sdhci-esdhc-imx: make "no-mmc-hs400" works
     - mmc: block: ensure error propagation for non-blk
     - power: supply: axp288_fuel_gauge: Fix external_power_changed race
     - power: supply: bq25890: Fix external_power_changed race
     - ASoC: rt5682: Disable jack detection interrupt during suspend
     - net: cdc_ncm: Deal with too low values of dwNtbOutMaxSize
     - m68k: Move signal frame following exception on 68020/030
     - xtensa: fix signal delivery to FDPIC process
     - xtensa: add __bswap{si,di}2 helpers
     - parisc: Use num_present_cpus() in alternative patching code
     - parisc: Handle kgdb breakpoints only in kernel context
     - parisc: Fix flush_dcache_page() for usage from irq context
     - parisc: Allow to reboot machine after system halt
     - parisc: Enable LOCKDEP support
     - parisc: Handle kprobes breakpoints only in kernel context
     - gpio: mockup: Fix mode of debugfs files
     - btrfs: use nofs when cleaning up aborted transactions
     - dt-binding: cdns,usb3: Fix cdns,on-chip-buff-size type
     - drm/mgag200: Fix gamma lut not initialized.
     - drm/radeon: reintroduce radeon_dp_work_func content
     - drm/amd/pm: add missing NotifyPowerSource message mapping for SMU13.0.7
     - drm/amd/pm: Fix output of pp_od_clk_voltage
     - Revert "binder_alloc: add missing mmap_lock calls when using the VMA"
     - Revert "android: binder: stop saving a pointer to the VMA"
     - binder: add lockless binder_alloc_(set|get)_vma()
     - binder: fix UAF caused by faulty buffer cleanup
     - binder: fix UAF of alloc->vma in race with munmap()
     - selftests/memfd: Fix unknown type name build failure
     - drm/amd/amdgpu: limit one queue per gang
     - perf/x86/uncore: Correct the number of CHAs on SPR
     - x86/topology: Fix erroneous smp_num_siblings on Intel Hybrid platforms
     - irqchip/mips-gic: Don't touch vl_map if a local interrupt is not routable
     - irqchip/mips-gic: Use raw spinlock for gic_lock
     - debugobjects: Don't wake up kswapd from fill_pool()
     - fbdev: udlfb: Fix endpoint check
     - net: fix stack overflow when LRO is disabled for virtual interfaces
     - udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated().
     - USB: core: Add routines for endpoint checks in old drivers
     - USB: sisusbvga: Add endpoint checks
     - media: radio-shark: Add endpoint checks
     - ASoC: lpass: Fix for KASAN use_after_free out of bounds
     - net: fix skb leak in __skb_tstamp_tx()
     - drm: fix drmm_mutex_init()
     - selftests: fib_tests: mute cleanup error message
     - octeontx2-pf: Fix TSOv6 offload
     - bpf: Fix mask generation for 32-bit narrow loads of 64-bit fields
     - bpf: fix a memory leak in the LRU and LRU_PERCPU hash maps
     - lan966x: Fix unloading/loading of the driver
     - ipv6: Fix out-of-bounds access in ipv6_find_tlv()
     - cifs: mapchars mount option ignored
     - power: supply: leds: Fix blink to LED on transition
     - power: supply: mt6360: add a check of devm_work_autocancel in
       mt6360_charger_probe
     - power: supply: bq27xxx: Fix bq27xxx_battery_update() race condition
     - power: supply: bq27xxx: Fix I2C IRQ race on remove
     - power: supply: bq27xxx: Fix poll_interval handling and races on remove
     - power: supply: bq27xxx: Add cache parameter to
       bq27xxx_battery_current_and_status()
     - power: supply: bq27xxx: Move bq27xxx_battery_update() down
     - power: supply: bq27xxx: Ensure power_supply_changed() is called on current
       sign changes
     - power: supply: bq27xxx: After charger plug in/out wait 0.5s for things to
       stabilize
     - power: supply: bq25890: Call power_supply_changed() after updating input
       current or voltage
     - power: supply: bq24190: Call power_supply_changed() after updating input
       current
     - power: supply: sbs-charger: Fix INHIBITED bit for Status reg
     - optee: fix uninited async notif value
     - firmware: arm_ffa: Check if ffa_driver remove is present before executing
     - firmware: arm_ffa: Fix FFA device names for logical partitions
     - fs: fix undefined behavior in bit shift for SB_NOUSER
     - regulator: pca9450: Fix BUCK2 enable_mask
     - platform/x86: ISST: Remove 8 socket limit
     - coresight: Fix signedness bug in tmc_etr_buf_insert_barrier_packet()
     - ARM: dts: imx6qdl-mba6: Add missing pvcie-supply regulator
     - xen/pvcalls-back: fix double frees with pvcalls_new_active_socket()
     - x86/show_trace_log_lvl: Ensure stack pointer is aligned, again
     - ASoC: Intel: Skylake: Fix declaration of enum skl_ch_cfg
     - ASoC: Intel: avs: Fix declaration of enum avs_channel_config
     - ASoC: Intel: avs: Access path components under lock
     - cxl: Wait Memory_Info_Valid before access memory related info
     - sctp: fix an issue that plpmtu can never go to complete state
     - forcedeth: Fix an error handling path in nv_probe()
     - platform/mellanox: mlxbf-pmc: fix sscanf() error checking
     - net/mlx5e: Fix SQ wake logic in ptp napi_poll context
     - net/mlx5e: Fix deadlock in tc route query code
     - net/mlx5e: Use correct encap attribute during invalidation
     - net/mlx5e: do as little as possible in napi poll when budget is 0
     - net/mlx5: DR, Fix crc32 calculation to work on big-endian (BE) CPUs
     - net/mlx5: Handle pairing of E-switch via uplink un/load APIs
     - net/mlx5: DR, Check force-loopback RC QP capability independently from RoCE
     - net/mlx5: Fix error message when failing to allocate device memory
     - net/mlx5: Collect command failures data only for known commands
     - net/mlx5: Devcom, fix error flow in mlx5_devcom_register_device
     - net/mlx5: Devcom, serialize devcom registration
     - arm64: dts: imx8mn-var-som: fix PHY detection bug by adding deassert delay
     - firmware: arm_ffa: Set reserved/MBZ fields to zero in the memory descriptors
     - regulator: mt6359: add read check for PMIC MT6359
     - net/smc: Reset connection when trying to use SMCRv2 fails.
     - 3c589_cs: Fix an error handling path in tc589_probe()
     - net: phy: mscc: add VSC8502 to MODULE_DEVICE_TABLE
     - wifi: rtw89: 8852b: adjust quota to avoid SER L1 caused by access null page
     - zsmalloc: move LRU update from zs_map_object() to zs_malloc()
     - mm/vmemmap/devdax: fix kernel crash when probing devdax devices
     - cifs: fix smb1 mount regression
     - cxl: Move cxl_await_media_ready() to before capacity info retrieval
     - net: ethernet: mtk_eth_soc: fix QoS on DSA MAC on non MTK_NETSYS_V2 SoCs
     - Upstream stable to v6.1.31, v6.3.5
     - inet: Add IP_LOCAL_PORT_RANGE socket option
     - ipv{4,6}/raw: fix output xfrm lookup wrt protocol
     - firmware: arm_ffa: Fix usage of partition info get count flag
     - selftests/bpf: Fix pkg-config call building sign-file
     - platform/x86/amd/pmf: Fix CnQF and auto-mode after resume
     - tls: rx: device: fix checking decryption status
     - tls: rx: strp: set the skb->len of detached / CoW'ed skbs
     - tls: rx: strp: fix determining record length in copy mode
     - tls: rx: strp: force mixed decrypted records into copy mode
     - tls: rx: strp: factor out copying skb data
     - tls: rx: strp: preserve decryption status of skbs when needed
     - net/mlx5: E-switch, Devcom, sync devcom events and devcom comp register
     - gpio-f7188x: fix chip name and pin count on Nuvoton chip
     - bpf, sockmap: Pass skb ownership through read_skb
     - bpf, sockmap: Convert schedule_work into delayed_work
     - bpf, sockmap: Reschedule is now done through backlog
     - bpf, sockmap: Improved check for empty queue
     - bpf, sockmap: Handle fin correctly
     - bpf, sockmap: TCP data stall on recv before accept
     - bpf, sockmap: Wake up polling after data copy
     - bpf, sockmap: Incorrectly handling copied_seq
     - blk-mq: fix race condition in active queue accounting
     - vfio/type1: check pfn valid before converting to struct page
     - net: page_pool: use in_softirq() instead
     - page_pool: fix inconsistency for page_pool_ring_[un]lock()
     - net: phy: mscc: enable VSC8501/2 RGMII RX clock
     - wifi: iwlwifi: mvm: support wowlan info notification version 2
     - drm/amd: Don't allow s0ix on APUs older than Raven
     - bluetooth: Add cmd validity checks at the start of hci_sock_ioctl()
     - Revert "thermal/drivers/mellanox: Use generic thermal_zone_get_trip()
       function"
     - block: fix bio-cache for passthru IO
     - cpufreq: amd-pstate: Update policy->cur in amd_pstate_adjust_perf()
     - cpufreq: amd-pstate: Add ->fast_switch() callback
     - netfilter: ctnetlink: Support offloaded conntrack entry deletion
     - tools headers UAPI: Sync the linux/in.h with the kernel sources
     - gpiolib: fix allocation of mixed dynamic/static GPIOs
     - net: fec: add dma_wmb to ensure correct descriptor values
     - cxl/port: Fix NULL pointer access in devm_cxl_add_port()
     - blk-wbt: fix that wbt can't be disabled by default
     - Upstream stable to v6.1.32, v6.3.6
   * sysfs msi_irqs directory empty with kernel-5.19 when being a xen guest
     (LP: #2022354) // Lunar update: upstream stable patchset 2023-07-28
     (LP: #2028979)
     - x86/pci/xen: populate MSI sysfs entries
   * Lunar update: upstream stable patchset 2023-07-26 (LP: #2028808)
     - drm/fbdev-generic: prohibit potential out-of-bounds access
     - drm/mipi-dsi: Set the fwnode for mipi_dsi_device
     - ARM: 9296/1: HP Jornada 7XX: fix kernel-doc warnings
     - net: skb_partial_csum_set() fix against transport header magic value
     - net: mdio: mvusb: Fix an error handling path in mvusb_mdio_probe()
     - scsi: ufs: core: Fix I/O hang that occurs when BKOPS fails in W-LUN suspend
     - tick/broadcast: Make broadcast device replacement work correctly
     - linux/dim: Do nothing if no time delta between samples
     - net: stmmac: Initialize MAC_ONEUS_TIC_COUNTER register
     - net: Fix load-tearing on sk->sk_stamp in sock_recv_cmsgs().
     - net: phy: bcm7xx: Correct read from expansion register
     - netfilter: nf_tables: always release netdev hooks from notifier
     - netfilter: conntrack: fix possible bug_on with enable_hooks=1
     - bonding: fix send_peer_notif overflow
     - netlink: annotate accesses to nlk->cb_running
     - net: annotate sk->sk_err write from do_recvmmsg()
     - net: deal with most data-races in sk_wait_event()
     - net: add vlan_get_protocol_and_depth() helper
     - tcp: add annotations around sk->sk_shutdown accesses
     - gve: Remove the code of clearing PBA bit
     - net: mscc: ocelot: fix stat counter register values
     - net: datagram: fix data-races in datagram_poll()
     - af_unix: Fix a data race of sk->sk_receive_queue->qlen.
     - af_unix: Fix data races around sk->sk_shutdown.
     - drm/i915/guc: Don't capture Gen8 regs on Xe devices
     - drm/i915: Fix NULL ptr deref by checking new_crtc_state
     - drm/i915/dp: prevent potential div-by-zero
     - drm/i915: Expand force_probe to block probe of devices as well.
     - drm/i915: taint kernel when force probing unsupported devices
     - fbdev: arcfb: Fix error handling in arcfb_probe()
     - ext4: reflect error codes from ext4_multi_mount_protect() to its callers
     - ext4: allow to find by goal if EXT4_MB_HINT_GOAL_ONLY is set
     - ext4: allow ext4_get_group_info() to fail
     - refscale: Move shutdown from wait_event() to wait_event_idle()
     - selftests: cgroup: Add 'malloc' failures checks in test_memcontrol
     - rcu: Protect rcu_print_task_exp_stall() ->exp_tasks access
     - open: return EINVAL for O_DIRECTORY | O_CREAT
     - fs: hfsplus: remove WARN_ON() from hfsplus_cat_{read,write}_inode()
     - drm/displayid: add displayid_get_header() and check bounds better
     - drm/amd/display: populate subvp cmd info only for the top pipe
     - drm/amd/display: Correct DML calculation to align HW formula
     - platform/x86: x86-android-tablets: Add Acer Iconia One 7 B1-750 data
     - drm/amd/display: Enable HostVM based on rIOMMU active
     - drm/amd/display: Use DC_LOG_DC in the trasform pixel function
     - regmap: cache: Return error in cache sync operations for REGCACHE_NONE
     - remoteproc: imx_dsp_rproc: Add custom memory copy implementation for i.MX
       DSP Cores
     - arm64: dts: qcom: msm8996: Add missing DWC3 quirks
     - media: cx23885: Fix a null-ptr-deref bug in buffer_prepare() and
       buffer_finish()
     - media: pci: tw68: Fix null-ptr-deref bug in buf prepare and finish
     - media: pvrusb2: VIDEO_PVRUSB2 depends on DVB_CORE to use dvb_* symbols
     - ACPI: processor: Check for null return of devm_kzalloc() in fch_misc_setup()
     - drm/rockchip: dw_hdmi: cleanup drm encoder during unbind
     - arm64: dts: imx8mq-librem5: Remove dis_u3_susphy_quirk from usb_dwc3_0
     - firmware: arm_sdei: Fix sleep from invalid context BUG
     - ACPI: EC: Fix oops when removing custom query handlers
     - drm/amd/display: fixed dcn30+ underflow issue
     - remoteproc: stm32_rproc: Add mutex protection for workqueue
     - drm/tegra: Avoid potential 32-bit integer overflow
     - drm/msm/dp: Clean up handling of DP AUX interrupts
     - ACPICA: Avoid undefined behavior: applying zero offset to null pointer
     - ACPICA: ACPICA: check null return of ACPI_ALLOCATE_ZEROED in
       acpi_db_display_objects
     - arm64: dts: qcom: sdm845-polaris: Drop inexistent properties
     - irqchip/gicv3: Workaround for NVIDIA erratum T241-FABRIC-4
     - ACPI: video: Remove desktops without backlight DMI quirks
     - drm/amd/display: Correct DML calculation to follow HW SPEC
     - drm/amd: Fix an out of bounds error in BIOS parser
     - drm/amdgpu: Fix sdma v4 sw fini error
     - media: Prefer designated initializers over memset for subdev pad ops
     - media: mediatek: vcodec: Fix potential array out-of-bounds in decoder
       queue_setup
     - wifi: ath: Silence memcpy run-time false positive warning
     - bpf: Annotate data races in bpf_local_storage
     - wifi: brcmfmac: pcie: Provide a buffer of random bytes to the device
     - wifi: brcmfmac: cfg80211: Pass the PMK in binary instead of hex
     - ext2: Check block size validity during mount
     - scsi: lpfc: Prevent lpfc_debugfs_lockstat_write() buffer overflow
     - scsi: lpfc: Correct used_rpi count when devloss tmo fires with no recovery
     - bnxt: avoid overflow in bnxt_get_nvram_directory()
     - net: pasemi: Fix return type of pasemi_mac_start_tx()
     - net: Catch invalid index in XPS mapping
     - netdev: Enforce index cap in netdev_get_tx_queue
     - scsi: target: iscsit: Free cmds before session free
     - lib: cpu_rmap: Avoid use after free on rmap->obj array entries
     - scsi: message: mptlan: Fix use after free bug in mptlan_remove() due to race
       condition
     - gfs2: Fix inode height consistency check
     - scsi: ufs: ufs-pci: Add support for Intel Lunar Lake
     - ext4: set goal start correctly in ext4_mb_normalize_request
     - ext4: Fix best extent lstart adjustment logic in ext4_mb_new_inode_pa()
     - crypto: jitter - permanent and intermittent health errors
     - f2fs: Fix system crash due to lack of free space in LFS
     - f2fs: fix to drop all dirty pages during umount() if cp_error is set
     - f2fs: fix to check readonly condition correctly
     - samples/bpf: Fix fout leak in hbm's run_bpf_prog
     - bpf: Add preempt_count_{sub,add} into btf id deny list
     - md: fix soft lockup in status_resync
     - wifi: iwlwifi: pcie: fix possible NULL pointer dereference
     - wifi: iwlwifi: add a new PCI device ID for BZ device
     - wifi: iwlwifi: pcie: Fix integer overflow in iwl_write_to_user_buf
     - wifi: iwlwifi: mvm: fix ptk_pn memory leak
     - block, bfq: Fix division by zero error on zero wsum
     - wifi: ath11k: Ignore frags from uninitialized peer in dp.
     - wifi: iwlwifi: fix iwl_mvm_max_amsdu_size() for MLO
     - null_blk: Always check queue mode setting from configfs
     - wifi: iwlwifi: dvm: Fix memcpy: detected field-spanning write backtrace
     - wifi: ath11k: Fix SKB corruption in REO destination ring
     - nbd: fix incomplete validation of ioctl arg
     - ipvs: Update width of source for ip_vs_sync_conn_options
     - Bluetooth: btusb: Add new PID/VID 04ca:3801 for MT7663
     - Bluetooth: Add new quirk for broken local ext features page 2
     - Bluetooth: btrtl: add support for the RTL8723CS
     - Bluetooth: Improve support for Actions Semi ATS2851 based devices
     - Bluetooth: btrtl: check for NULL in btrtl_set_quirks()
     - Bluetooth: btintel: Add LE States quirk support
     - Bluetooth: hci_bcm: Fall back to getting bdaddr from EFI if not set
     - Bluetooth: Add new quirk for broken set random RPA timeout for ATS2851
     - Bluetooth: L2CAP: fix "bad unlock balance" in l2cap_disconnect_rsp
     - Bluetooth: btrtl: Add the support for RTL8851B
     - HID: apple: Set the tilde quirk flag on the Geyser 4 and later
     - staging: axis-fifo: initialize timeouts in init only
     - ASoC: amd: yc: Add DMI entries to support HP OMEN 16-n0xxx (8A42)
     - HID: logitech-hidpp: Don't use the USB serial for USB devices
     - HID: logitech-hidpp: Reconcile USB and Unifying serials
     - spi: spi-imx: fix MX51_ECSPI_* macros when cs > 3
     - usb: typec: ucsi: acpi: add quirk for ASUS Zenbook UM325
     - ALSA: hda: LNL: add HD Audio PCI ID
     - ASoC: amd: Add Dell G15 5525 to quirks list
     - ASoC: amd: yc: Add ThinkBook 14 G5+ ARP to quirks list for acp6x
     - HID: apple: Set the tilde quirk flag on the Geyser 3
     - HID: Ignore battery for ELAN touchscreen on ROG Flow X13 GV301RA
     - HID: wacom: generic: Set battery quirk only when we see battery data
     - usb: typec: tcpm: fix multiple times discover svids error
     - serial: 8250: Reinit port->pm on port specific driver unbind
     - mcb-pci: Reallocate memory region to avoid memory overlapping
     - sched: Fix KCSAN noinstr violation
     - lkdtm/stackleak: Fix noinstr violation
     - recordmcount: Fix memory leaks in the uwrite function
     - soundwire: dmi-quirks: add remapping for Intel 'Rooks County' NUC M15
     - phy: st: miphy28lp: use _poll_timeout functions for waits
     - soundwire: qcom: gracefully handle too many ports in DT
     - soundwire: bus: Fix unbalanced pm_runtime_put() causing usage count
       underflow
     - mfd: intel_soc_pmic_chtwc: Add Lenovo Yoga Book X90F to intel_cht_wc_models
     - mfd: dln2: Fix memory leak in dln2_probe()
     - mfd: intel-lpss: Add Intel Meteor Lake PCH-S LPSS PCI IDs
     - parisc: Replace regular spinlock with spin_trylock on panic path
     - drm/amdgpu: drop gfx_v11_0_cp_ecc_error_irq_funcs
     - xfrm: don't check the default policy if the policy allows the packet
     - Revert "Fix XFRM-I support for nested ESP tunnels"
     - drm/msm/dp: unregister audio driver during unbind
     - drm/msm/dpu: Assign missing writeback log_mask
     - drm/msm/dpu: Move non-MDP_TOP INTF_INTR offsets out of hwio header
     - drm/msm/dpu: Remove duplicate register defines from INTF
     - dt-bindings: display/msm: dsi-controller-main: Document qcom, master-dsi and
       qcom, sync-dual-dsi
     - ASoC: fsl_micfil: Fix error handler with pm_runtime_enable
     - cpupower: Make TSC read per CPU for Mperf monitor
     - xfrm: Reject optional tunnel/BEET mode templates in outbound policies
     - af_key: Reject optional tunnel/BEET mode templates in outbound policies
     - drm/msm: Fix submit error-path leaks
     - selftests: seg6: disable DAD on IPv6 router cfg for srv6_end_dt4_l3vpn_test
     - selftets: seg6: disable rp_filter by default in srv6_end_dt4_l3vpn_test
     - net: fec: Better handle pm_runtime_get() failing in .remove()
     - net: phy: dp83867: add w/a for packet errors seen with short cables
     - ALSA: firewire-digi00x: prevent potential use after free
     - wifi: mt76: connac: fix stats->tx_bytes calculation
     - ALSA: hda/realtek: Apply HP B&O top speaker profile to Pavilion 15
     - sfc: disable RXFCS and RXALL features by default
     - vsock: avoid to close connected socket after the timeout
     - tcp: fix possible sk_priority leak in tcp_v4_send_reset()
     - serial: arc_uart: fix of_iomap leak in `arc_serial_probe`
     - serial: 8250_bcm7271: balance clk_enable calls
     - serial: 8250_bcm7271: fix leak in `brcmuart_probe`
     - erspan: get the proto with the md version for collect_md
     - net: dsa: rzn1-a5psw: enable management frames for CPU port
     - net: dsa: rzn1-a5psw: fix STP states handling
     - net: dsa: rzn1-a5psw: disable learning for standalone ports
     - net: hns3: fix output information incomplete for dumping tx queue info with
       debugfs
     - net: hns3: fix sending pfc frames after reset issue
     - net: hns3: fix reset delay time to avoid configuration timeout
     - net: hns3: fix reset timeout when enable full VF
     - media: netup_unidvb: fix use-after-free at del_timer()
     - SUNRPC: double free xprt_ctxt while still in use
     - SUNRPC: always free ctxt when freeing deferred request
     - SUNRPC: Fix trace_svc_register() call site
     - ASoC: mediatek: mt8186: Fix use-after-free in driver remove path
     - ASoC: SOF: topology: Fix logic for copying tuples
     - drm/exynos: fix g2d_open/close helper function definitions
     - net: nsh: Use correct mac_offset to unwind gso skb in nsh_gso_segment()
     - virtio-net: Maintain reverse cleanup order
     - virtio_net: Fix error unwinding of XDP initialization
     - tipc: add tipc_bearer_min_mtu to calculate min mtu
     - tipc: do not update mtu if msg_max is too small in mtu negotiation
     - tipc: check the bearer min mtu properly when setting it by netlink
     - s390/cio: include subchannels without devices also for evaluation
     - can: dev: fix missing CAN XL support in can_put_echo_skb()
     - net: bcmgenet: Remove phy_stop() from bcmgenet_netif_stop()
     - net: bcmgenet: Restore phy_stop() depending upon suspend/close
     - ice: introduce clear_reset_state operation
     - ice: Fix ice VF reset during iavf initialization
     - wifi: cfg80211: Drop entries with invalid BSSIDs in RNR
     - wifi: mac80211: fortify the spinlock against deadlock by interrupt
     - wifi: mac80211: fix min center freq offset tracing
     - wifi: mac80211: Abort running color change when stopping the AP
     - wifi: iwlwifi: mvm: fix cancel_delayed_work_sync() deadlock
     - wifi: iwlwifi: fw: fix DBGI dump
     - wifi: iwlwifi: fix OEM's name in the ppag approved list
     - wifi: iwlwifi: mvm: fix OEM's name in the tas approved list
     - wifi: iwlwifi: mvm: don't trust firmware n_channels
     - scsi: storvsc: Don't pass unused PFNs to Hyper-V host
     - tun: Fix memory leak for detached NAPI queue.
     - cassini: Fix a memory leak in the error handling path of cas_init_one()
     - net: dsa: mv88e6xxx: Fix mv88e6393x EPC write command offset
     - igb: fix bit_shift to be in [1..8] range
     - vlan: fix a potential uninit-value in vlan_dev_hard_start_xmit()
     - net: wwan: iosm: fix NULL pointer dereference when removing device
     - net: pcs: xpcs: fix C73 AN not getting enabled
     - net: selftests: Fix optstring
     - netfilter: nf_tables: fix nft_trans type confusion
     - netfilter: nft_set_rbtree: fix null deref on element insertion
     - bridge: always declare tunnel functions
     - ALSA: usb-audio: Add a sample rate workaround for Line6 Pod Go
     - USB: usbtmc: Fix direction for 0-length ioctl control messages
     - usb-storage: fix deadlock when a scsi command timeouts more than once
     - USB: UHCI: adjust zhaoxin UHCI controllers OverCurrent bit value
     - usb: dwc3: gadget: Improve dwc3_gadget_suspend() and dwc3_gadget_resume()
     - usb: dwc3: debugfs: Resume dwc3 before accessing registers
     - usb: gadget: u_ether: Fix host MAC address case
     - usb: typec: altmodes/displayport: fix pin_assignment_show
     - Revert "usb: gadget: udc: core: Prevent redundant calls to pullup"
     - Revert "usb: gadget: udc: core: Invoke usb_gadget_connect only when started"
     - xhci-pci: Only run d3cold avoidance quirk for s2idle
     - xhci: Fix incorrect tracking of free space on transfer rings
     - ALSA: hda: Fix Oops by 9.1 surround channel names
     - ALSA: hda/realtek: Add quirk for Clevo L140AU
     - ALSA: hda/realtek: Add a quirk for HP EliteDesk 805
     - ALSA: hda/realtek: Add quirk for 2nd ASUS GU603
     - ALSA: hda/realtek: Add quirk for HP EliteBook G10 laptops
     - can: j1939: recvmsg(): allow MSG_CMSG_COMPAT flag
     - can: isotp: recvmsg(): allow MSG_CMSG_COMPAT flag
     - can: kvaser_pciefd: Set CAN_STATE_STOPPED in kvaser_pciefd_stop()
     - can: kvaser_pciefd: Call request_irq() before enabling interrupts
     - can: kvaser_pciefd: Empty SRB buffer in probe
     - can: kvaser_pciefd: Clear listen-only bit if not explicitly requested
     - can: kvaser_pciefd: Do not send EFLUSH command on TFD interrupt
     - can: kvaser_pciefd: Disable interrupts in probe error path
     - wifi: rtw88: use work to update rate to avoid RCU warning
     - SMB3: Close all deferred handles of inode in case of handle lease break
     - SMB3: drop reference to cfile before sending oplock break
     - ksmbd: smb2: Allow messages padded to 8byte boundary
     - ksmbd: allocate one more byte for implied bcc[0]
     - ksmbd: fix wrong UserName check in session_user
     - ksmbd: fix global-out-of-bounds in smb2_find_context_vals
     - KVM: Fix vcpu_array[0] races
     - statfs: enforce statfs[64] structure initialization
     - maple_tree: make maple state reusable after mas_empty_area()
     - mm: fix zswap writeback race condition
     - serial: Add support for Advantech PCI-1611U card
     - serial: 8250_exar: Add support for USR298x PCI Modems
     - serial: qcom-geni: fix enabling deactivated interrupt
     - thunderbolt: Clear registers properly when auto clear isn't in use
     - vc_screen: reload load of struct vc_data pointer in vcs_write() to avoid UAF
     - ceph: force updating the msg pointer in non-split case
     - drm/amd/pm: fix possible power mode mismatch between driver and PMFW
     - drm/amdgpu/gmc11: implement get_vbios_fb_size()
     - drm/amdgpu/gfx10: Disable gfxoff before disabling powergating.
     - drm/amdgpu/gfx11: Adjust gfxoff before powergating on gfx11 as well
     - dt-bindings: ata: ahci-ceva: Cover all 4 iommus entries
     - powerpc/iommu: DMA address offset is incorrectly calculated with 2MB TCEs
     - powerpc/iommu: Incorrect DDW Table is referenced for SR-IOV device
     - tpm/tpm_tis: Disable interrupts for more Lenovo devices
     - powerpc/64s/radix: Fix soft dirty tracking
     - nilfs2: fix use-after-free bug of nilfs_root in nilfs_evict_inode()
     - s390/dasd: fix command reject error on ESE devices
     - s390/crypto: use vector instructions only if available for ChaCha20
     - s390/qdio: fix do_sqbs() inline assembly constraint
     - arm64: mte: Do not set PG_mte_tagged if tags were not initialized
     - rethook: use preempt_{disable, enable}_notrace in rethook_trampoline_handler
     - rethook, fprobe: do not trace rethook related functions
     - remoteproc: imx_dsp_rproc: Fix kernel test robot sparse warning
     - drm/amd/amdgpu: introduce gc_*_mes_2.bin v2
     - drm/amdgpu: reserve the old gc_11_0_*_mes.bin
     - drm/nouveau/disp: More DP_RECEIVER_CAP_SIZE array fixes
     - xfrm: release all offloaded policy memory
     - xfrm: Fix leak of dev tracker
     - media: pvrusb2: fix DVB_CORE dependency
     - net: fec: remove the xdp_return_frame when lack of tx BDs
     - iavf: send VLAN offloading caps once after VFR
     - wifi: brcmfmac: Check for probe() id argument being NULL
     - wifi: rtw88: correct qsel_to_ep[] type as int
     - KVM: arm64: Infer the PA offset from IPA in stage-2 map walker
     - perf script: Skip aggregation for stat events
     - iommu/arm-smmu-qcom: Fix missing adreno_smmu's
     - arm64: Also reset KASAN tag if page is not PG_mte_tagged
     - Upstream stable to v6.1.30, v6.3.4
   * Lunar update: v6.2.16 upstream stable release (LP: #2028580)
     - USB: dwc3: gadget: drop dead hibernation code
     - usb: dwc3: gadget: Execute gadget stop after halting the controller
     - crypto: ccp - Clear PSP interrupt status register before calling handler
     - ASoC: codecs: constify static sdw_slave_ops struct
     - ASoC: codecs: wcd938x: fix accessing regmap on unattached devices
     - mtd: spi-nor: Add a RWW flag
     - mtd: spi-nor: spansion: Enable JFFS2 write buffer for Infineon s28hx SEMPER
       flash
     - qcom: llcc/edac: Support polling mode for ECC handling
     - soc: qcom: llcc: Do not create EDAC platform device on SDM845
     - mailbox: zynq: Switch to flexible array to simplify code
     - mailbox: zynqmp: Fix counts of child nodes
     - mtd: spi-nor: spansion: Enable JFFS2 write buffer for Infineon s25hx SEMPER
       flash
     - fs/ntfs3: Fix null-ptr-deref on inode->i_op in ntfs_lookup()
     - drm/amd/display: Ext displays with dock can't recognized after resume
     - KVM: x86/mmu: Avoid indirect call for get_cr3
     - KVM: x86: Do not unload MMU roots when only toggling CR0.WP with TDP enabled
     - KVM: x86: Make use of kvm_read_cr*_bits() when testing bits
     - KVM: VMX: Make CR0.WP a guest owned bit
     - KVM: x86/mmu: Refresh CR0.WP prior to checking for emulated permission
       faults
     - RDMA/rxe: Remove rxe_alloc()
     - RDMA/rxe: Change rxe_dbg to rxe_dbg_dev
     - RDMA/rxe: Extend dbg log messages to err and info
     - ASoC: Intel: soc-acpi-byt: Fix "WM510205" match no longer working
     - scsi: qedi: Fix use after free bug in qedi_remove()
     - drm/amd/display: Add missing WA and MCLK validation
     - drm/amd/display: Return error code on DSC atomic check failure
     - drm/amd/display: Fixes for dcn32_clk_mgr implementation
     - drm/amd/display: Reset OUTBOX0 r/w pointer on DMUB reset
     - drm/amd/display: Do not clear GPINT register when releasing DMUB from reset
     - drm/amd/display: Update bounding box values for DCN321
     - rxrpc: Fix potential data race in rxrpc_wait_to_be_connected()
     - ixgbe: Fix panic during XDP_TX with > 64 CPUs
     - octeonxt2-af: mcs: Fix per port bypass config
     - octeontx2-af: mcs: Write TCAM_DATA and TCAM_MASK registers at once
     - octeontx2-af: mcs: Config parser to skip 8B header
     - octeontx2-af: mcs: Fix MCS block interrupt
     - octeontx2-pf: mcs: Fix NULL pointer dereferences
     - octeontx2-pf: mcs: Match macsec ethertype along with DMAC
     - octeontx2-pf: mcs: Clear stats before freeing resource
     - octeontx2-pf: mcs: Fix shared counters logic
     - octeontx2-pf: mcs: Do not reset PN while updating secy
     - net/ncsi: clear Tx enable mode when handling a Config required AEN
     - tcp: fix skb_copy_ubufs() vs BIG TCP
     - net/sched: cls_api: remove block_cb from driver_list before freeing
     - sit: update dev->needed_headroom in ipip6_tunnel_bind_dev()
     - selftests: srv6: make srv6_end_dt46_l3vpn_test more robust
     - net: ipv6: fix skb hash for some RST packets
     - net: dsa: mv88e6xxx: add mv88e6321 rsvd2cpu
     - writeback: fix call of incorrect macro
     - block: Skip destroyed blkg when restart in blkg_destroy_all()
     - watchdog: dw_wdt: Fix the error handling path of dw_wdt_drv_probe()
     - RISC-V: mm: Enable huge page support to kernel_page_present() function
     - i2c: tegra: Fix PEC support for SMBUS block read
     - net/sched: act_mirred: Add carrier check
     - r8152: fix flow control issue of RTL8156A
     - r8152: fix the poor throughput for 2.5G devices
     - r8152: move setting r8153b_rx_agg_chg_indicate()
     - sfc: Fix module EEPROM reporting for QSFP modules
     - rxrpc: Fix hard call timeout units
     - rxrpc: Make it so that a waiting process can be aborted
     - rxrpc: Fix timeout of a call that hasn't yet been granted a channel
     - riscv: compat_syscall_table: Fixup compile warning
     - net: ethernet: mtk_eth_soc: drop generic vlan rx offload, only use DSA
       untagging
     - drm/i915/mtl: Add the missing CPU transcoder mask in intel_device_info
     - selftests: netfilter: fix libmnl pkg-config usage
     - octeontx2-af: Secure APR table update with the lock
     - octeontx2-af: Fix start and end bit for scan config
     - octeontx2-af: Fix depth of cam and mem table.
     - octeontx2-pf: Increase the size of dmac filter flows
     - octeontx2-af: Add validation for lmac type
     - octeontx2-af: Update correct mask to filter IPv4 fragments
     - octeontx2-af: Update/Fix NPC field hash extract feature
     - octeontx2-af: Fix issues with NPC field hash extract
     - octeontx2-af: Skip PFs if not enabled
     - octeontx2-pf: Disable packet I/O for graceful exit
     - octeontx2-vf: Detach LF resources on probe cleanup
     - ionic: remove noise from ethtool rxnfc error msg
     - ethtool: Fix uninitialized number of lanes
     - ionic: catch failure from devlink_alloc
     - af_packet: Don't send zero-byte data in packet_sendmsg_spkt().
     - drm/amdgpu: add a missing lock for AMDGPU_SCHED
     - ALSA: caiaq: input: Add error handling for unsupported input methods in
       `snd_usb_caiaq_input_init`
     - KVM: s390: pv: fix asynchronous teardown for small VMs
     - KVM: s390: fix race in gmap_make_secure()
     - net: dsa: mt7530: fix corrupt frames using trgmii on 40 MHz XTAL MT7621
     - net: dsa: mt7530: split-off common parts from mt7531_setup
     - net: dsa: mt7530: fix network connectivity with multiple CPU ports
     - ice: block LAN in case of VF to VF offload
     - virtio_net: suppress cpu stall when free_unused_bufs
     - net: enetc: check the index of the SFI rather than the handle
     - net: fec: correct the counting of XDP sent frames
     - perf record: Fix "read LOST count failed" msg with sample read
     - perf build: Support python/perf.so testing
     - perf scripts intel-pt-events.py: Fix IPC output for Python 2
     - perf script: Fix Python support when no libtraceevent
     - perf hist: Improve srcfile sort key performance (really)
     - perf vendor events s390: Remove UTF-8 characters from JSON file
     - perf tests record_offcpu.sh: Fix redirection of stderr to stdin
     - perf ftrace: Make system wide the default target for latency subcommand
     - perf vendor events power9: Remove UTF-8 characters from JSON files
     - perf pmu: zfree() expects a pointer to a pointer to zero it after freeing
       its contents
     - perf map: Delete two variable initialisations before null pointer checks in
       sort__sym_from_cmp()
     - perf cs-etm: Fix timeless decode mode detection
     - crypto: sun8i-ss - Fix a test in sun8i_ss_setup_ivs()
     - crypto: api - Add scaffolding to change completion function signature
     - crypto: engine - Use crypto_request_complete
     - crypto: engine - fix crypto_queue backlog handling
     - perf symbols: Fix return incorrect build_id size in elf_read_build_id()
     - perf tracepoint: Fix memory leak in is_valid_tracepoint()
     - perf stat: Separate bperf from bpf_profiler
     - KVM: x86/mmu: Change tdp_mmu to a read-only parameter
     - KVM: x86/mmu: Move TDP MMU VM init/uninit behind tdp_mmu_enabled
     - KVM: x86/mmu: Replace open coded usage of tdp_mmu_page with
       is_tdp_mmu_page()
     - KVM: x86: Preserve TDP MMU roots until they are explicitly invalidated
     - ksmbd: Implements sess->ksmbd_chann_list as xarray
     - ksmbd: fix racy issue from session setup and logoff
     - ksmbd: block asynchronous requests when making a delay on session setup
     - ksmbd: destroy expired sessions
     - ksmbd: fix racy issue from smb2 close and logoff with multichannel
     - wifi: iwlwifi: mvm: fix potential memory leak
     - cifs: check only tcon status on tcon related functions
     - cifs: avoid potential races when handling multiple dfs tcons
     - netfilter: nf_tables: extended netlink error reporting for netdevice
     - netfilter: nf_tables: rename function to destroy hook list
     - netfilter: nf_tables: hit ENOENT on unexisting chain/flowtable update with
       missing attributes
     - x86/retbleed: Fix return thunk alignment
     - btrfs: fix btrfs_prev_leaf() to not return the same key twice
     - btrfs: zoned: fix wrong use of bitops API in btrfs_ensure_empty_zones
     - btrfs: properly reject clear_cache and v1 cache for block-group-tree
     - btrfs: fix assertion of exclop condition when starting balance
     - btrfs: fix encoded write i_size corruption with no-holes
     - btrfs: don't free qgroup space unless specified
     - btrfs: zero the buffer before marking it dirty in btrfs_redirty_list_add
     - btrfs: make clear_cache mount option to rebuild FST without disabling it
     - btrfs: print-tree: parent bytenr must be aligned to sector size
     - btrfs: fix space cache inconsistency after error loading it from disk
     - btrfs: zoned: zone finish data relocation BG with last IO
     - btrfs: zoned: fix full zone super block reading on ZNS
     - btrfs: fix backref walking not returning all inode refs
     - cifs: fix pcchunk length type in smb2_copychunk_range
     - cifs: release leases for deferred close handles when freezing
     - platform/x86/intel-uncore-freq: Return error on write frequency
     - platform/x86: touchscreen_dmi: Add upside-down quirk for GDIX1002 ts on the
       Juno Tablet
     - platform/x86: thinkpad_acpi: Fix platform profiles on T490
     - platform/x86: hp-wmi: add micmute to hp_wmi_keymap struct
     - platform/x86: touchscreen_dmi: Add info for the Dexp Ursus KX210i
     - platform/x86: thinkpad_acpi: Add profile force ability
     - inotify: Avoid reporting event with invalid wd
     - smb3: fix problem remounting a share after shutdown
     - SMB3: force unmount was failing to close deferred close files
     - sh: math-emu: fix macro redefined warning
     - sh: mcount.S: fix build error when PRINTK is not enabled
     - sh: init: use OF_EARLY_FLATTREE for early init
     - sh: nmi_debug: fix return value of __setup handler
     - proc_sysctl: update docs for __register_sysctl_table()
     - proc_sysctl: enhance documentation
     - remoteproc: stm32: Call of_node_put() on iteration error
     - remoteproc: st: Call of_node_put() on iteration error
     - remoteproc: imx_dsp_rproc: Call of_node_put() on iteration error
     - remoteproc: imx_rproc: Call of_node_put() on iteration error
     - remoteproc: rcar_rproc: Call of_node_put() on iteration error
     - sysctl: clarify register_sysctl_init() base directory order
     - ARM: dts: aspeed: asrock: Correct firmware flash SPI clocks
     - ARM: dts: exynos: fix WM8960 clock name in Itop Elite
     - ARM: dts: s5pv210: correct MIPI CSIS clock name
     - ARM: dts: aspeed: romed8hm3: Fix GPIO polarity of system-fault LED
     - drm/msm/adreno: fix runtime PM imbalance at gpu load
     - drm/bridge: lt8912b: Fix DSI Video Mode
     - drm/i915/color: Fix typo for Plane CSC indexes
     - drm/msm: fix NULL-deref on snapshot tear down
     - drm/msm: fix NULL-deref on irq uninstall
     - drm/msm: fix drm device leak on bind errors
     - drm/msm: fix vram leak on bind errors
     - drm/msm: fix missing wq allocation error handling
     - drm/msm: fix workqueue leak on bind errors
     - drm/i915/dsi: Use unconditional msleep() instead of intel_dsi_msleep()
     - f2fs: factor out victim_entry usage from general rb_tree use
     - f2fs: fix null pointer panic in tracepoint in __replace_atomic_write_block
     - f2fs: fix potential corruption when moving a directory
     - irqchip/loongson-pch-pic: Fix pch_pic_acpi_init calling
     - irqchip/loongson-pch-pic: Fix registration of syscore_ops
     - irqchip/loongson-eiointc: Fix returned value on parsing MADT
     - irqchip/loongson-eiointc: Fix incorrect use of acpi_get_vec_parent
     - irqchip/loongson-eiointc: Fix registration of syscore_ops
     - drm/panel: otm8009a: Set backlight parent to panel device
     - drm/amd/display: Add NULL plane_state check for cursor disable logic
     - drm/amd/display: Fix 4to1 MPC black screen with DPP RCO
     - drm/amd/display: filter out invalid bits in pipe_fuses
     - drm/amd/display: fix flickering caused by S/G mode
     - drm/amdgpu: drop redundant sched job cleanup when cs is aborted
     - drm/amdgpu: fix amdgpu_irq_put call trace in gmc_v10_0_hw_fini
     - drm/amdgpu: fix an amdgpu_irq_put() issue in gmc_v9_0_hw_fini()
     - drm/amdgpu: fix amdgpu_irq_put call trace in gmc_v11_0_hw_fini
     - drm/amdgpu/gfx: disable gfx9 cp_ecc_error_irq only when enabling legacy gfx
       ras
     - drm/amdgpu/jpeg: Remove harvest checking for JPEG3
     - drm/amdgpu: change gfx 11.0.4 external_id range
     - drm/amdgpu: Fix vram recover doesn't work after whole GPU reset (v2)
     - drm/amd/display: Enforce 60us prefetch for 200Mhz DCFCLK modes
     - drm/amd/pm: parse pp_handle under appropriate conditions
     - drm/amdgpu: disable sdma ecc irq only when sdma RAS is enabled in suspend
     - drm/amd/pm: avoid potential UBSAN issue on legacy asics
     - drm/amd: Load MES microcode during early_init
     - drm/amd: Add a new helper for loading/validating microcode
     - drm/amd: Use `amdgpu_ucode_*` helpers for MES
     - HID: wacom: Set a default resolution for older tablets
     - HID: wacom: insert timestamp to packed Bluetooth (BT) events
     - fs/ntfs3: Refactoring of various minor issues
     - drm/msm/adreno: adreno_gpu: Use suspend() instead of idle() on load error
     - drm/i915/mtl: Add workarounds Wa_14017066071 and Wa_14017654203
     - drm/i915/mtl: Add Wa_14017856879
     - drm/i915: disable sampler indirect state in bindless heap
     - drm/i915/mtl: update scaler source and destination limits for MTL
     - drm/i915: Check pipe source size when using skl+ scalers
     - drm/amd/display: Fix Z8 support configurations
     - drm/amd/display: Add minimum Z8 residency debug option
     - drm/amd/display: Update minimum stutter residency for DCN314 Z8
     - drm/amd/display: Lowering min Z8 residency time
     - drm/amd/display: Update Z8 SR exit/enter latencies
     - drm/amd/display: Change default Z8 watermark values
     - drm: Add missing DP DSC extended capability definitions.
     - drm/dsc: fix drm_edp_dsc_sink_output_bpp() DPCD high byte usage
     - locking/rwsem: Add __always_inline annotation to __down_read_common() and
       inlined callers
     - ext4: fix WARNING in mb_find_extent
     - ext4: avoid a potential slab-out-of-bounds in ext4_group_desc_csum
     - ext4: fix data races when using cached status extents
     - ext4: avoid deadlock in fs reclaim with page writeback
     - ext4: check iomap type only if ext4_iomap_begin() does not fail
     - ext4: improve error recovery code paths in __ext4_remount()
     - ext4: improve error handling from ext4_dirhash()
     - ext4: fix deadlock when converting an inline directory in nojournal mode
     - ext4: add bounds checking in get_max_inline_xattr_value_size()
     - ext4: bail out of ext4_xattr_ibody_get() fails for any reason
     - ext4: fix lockdep warning when enabling MMP
     - ext4: remove a BUG_ON in ext4_mb_release_group_pa()
     - ext4: fix invalid free tracking in ext4_xattr_move_to_block()
     - drm/dsc: fix DP_DSC_MAX_BPP_DELTA_* macro values
     - x86/amd_nb: Add PCI ID for family 19h model 78h
     - x86: fix clear_user_rep_good() exception handling annotation
     - spi: fsl-spi: Re-organise transfer bits_per_word adaptation
     - spi: fsl-cpm: Use 16 bit mode for large transfers with even size
     - drm/amd/display: Fix hang when skipping modeset
     - Linux 6.2.16
   * CVE-2023-31084 // CVE-2023-31084 was assigned to this bug.
     - media: dvb-core: Fix kernel WARNING for blocking operation in wait_event*()
   * CVE-2023-3776
     - net/sched: cls_fw: Fix improper refcount update leads to use-after-free
   * Packaging resync (LP: #1786013)
     - [Packaging] resync update-dkms-versions helper
     - [Packaging] resync getabis

linux-hwe-6.2 (6.2.0-31.31~22.04.1) jammy; urgency=medium

   * jammy/linux-hwe-6.2: 6.2.0-31.31~22.04.1 -proposed tracker (LP: #2030546)
 
   * Packaging resync (LP: #1786013)
     - [Packaging] resync update-dkms-versions helper
     - [Packaging] update variants
     - [Packaging] resync getabis
 
   [ Ubuntu: 6.2.0-31.31 ]
 
   * lunar/linux: 6.2.0-31.31 -proposed tracker (LP: #2031146)
   * libgnutls report "trap invalid opcode" when trying to install packages over
     https (LP: #2031093)
     - [Config]: disable CONFIG_GDS_FORCE_MITIGATION
 
   [ Ubuntu: 6.2.0-28.29 ]
 
   * lunar/linux: 6.2.0-28.29 -proposed tracker (LP: #2030547)
   * CVE-2022-40982
     - init: Provide arch_cpu_finalize_init()
     - x86/cpu: Switch to arch_cpu_finalize_init()
     - ARM: cpu: Switch to arch_cpu_finalize_init()
     - ia64/cpu: Switch to arch_cpu_finalize_init()
     - m68k/cpu: Switch to arch_cpu_finalize_init()
     - mips/cpu: Switch to arch_cpu_finalize_init()
     - sh/cpu: Switch to arch_cpu_finalize_init()
     - sparc/cpu: Switch to arch_cpu_finalize_init()
     - um/cpu: Switch to arch_cpu_finalize_init()
     - init: Remove check_bugs() leftovers
     - init: Invoke arch_cpu_finalize_init() earlier
     - init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init()
     - x86/init: Initialize signal frame size late
     - x86/fpu: Remove cpuinfo argument from init functions
     - x86/fpu: Mark init functions __init
     - x86/fpu: Move FPU initialization into arch_cpu_finalize_init()
     - x86/mem_encrypt: Unbreak the AMD_MEM_ENCRYPT=n build
     - x86/xen: Fix secondary processors' FPU initialization
     - x86/speculation: Add Gather Data Sampling mitigation
     - x86/speculation: Add force option to GDS mitigation
     - x86/speculation: Add Kconfig option for GDS
     - KVM: Add GDS_NO support to KVM
     - Documentation/x86: Fix backwards on/off logic about YMM support
     - [Config]: Enable CONFIG_ARCH_HAS_CPU_FINALIZE_INIT and
       CONFIG_GDS_FORCE_MITIGATION
   * CVE-2023-4015
     - netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound
       set/chain
     - netfilter: nf_tables: unbind non-anonymous set if rule construction fails
     - netfilter: nf_tables: skip immediate deactivate in _PREPARE_ERROR
   * CVE-2023-3777
     - netfilter: nf_tables: skip bound chain on rule flush
   * CVE-2023-3995
     - netfilter: nf_tables: disallow rule addition to bound chain via
       NFTA_RULE_CHAIN_ID
   * CVE-2023-20593
     - x86/cpu/amd: Move the errata checking functionality up
     - x86/cpu/amd: Add a Zenbleed fix
   * CVE-2023-3776
     - net/sched: cls_fw: Fix improper refcount update leads to use-after-free
   * CVE-2023-4004
     - netfilter: nft_set_pipapo: fix improper element removal
   * CVE-2023-3611
     - net/sched: sch_qfq: refactor parsing of netlink parameters
     - net/sched: sch_qfq: account for stab overhead in qfq_enqueue
   * CVE-2023-3610
     - netfilter: nf_tables: fix chain binding transaction logic
   * CVE-2023-3609
     - net/sched: cls_u32: Fix reference counter leak leading to overflow
 
   [ Ubuntu: 6.2.0-27.28 ]
 
   * lunar/linux: 6.2.0-27.28 -proposed tracker (LP: #2026488)
   * Packaging resync (LP: #1786013)
     - [Packaging] resync update-dkms-versions helper
     - [Packaging] update annotations scripts
   * CVE-2023-2640 // CVE-2023-32629
     - Revert "UBUNTU: SAUCE: overlayfs: handle idmapped mounts in
       ovl_do_(set|remove)xattr"
     - Revert "UBUNTU: SAUCE: overlayfs: Skip permission checking for
       trusted.overlayfs.* xattrs"
     - SAUCE: overlayfs: default to userxattr when mounted from non initial user
       namespace
   * UNII-4 5.9G Band support request on 8852BE (LP: #2023952)
     - wifi: rtw89: 8851b: add 8851B basic chip_info
     - wifi: rtw89: introduce realtek ACPI DSM method
     - wifi: rtw89: regd: judge UNII-4 according to BIOS and chip
     - wifi: rtw89: support U-NII-4 channels on 5GHz band
   * Disable hv-kvp-daemon if /dev/vmbus/hv_kvp is not present (LP: #2024900)
     - [Packaging] disable hv-kvp-daemon if needed
   * A deadlock issue in scsi rescan task while resuming from S3 (LP: #2018566)
     - ata: libata-scsi: Avoid deadlock on rescan after device resume
   * [SRU] Intel Sapphire Rapids HBM support needs CONFIG_NUMA_EMU (LP: #2008745)
     - [Config] Intel Sapphire Rapids HBM support needs CONFIG_NUMA_EMU
   * Lunar update: v6.2.15 upstream stable release (LP: #2025067)
     - ASOC: Intel: sof_sdw: add quirk for Intel 'Rooks County' NUC M15
     - ASoC: Intel: soc-acpi: add table for Intel 'Rooks County' NUC M15
     - ASoC: soc-pcm: fix hw->formats cleared by soc_pcm_hw_init() for dpcm
     - x86/hyperv: Block root partition functionality in a Confidential VM
     - ASoC: amd: yc: Add DMI entries to support Victus by HP Laptop 16-e1xxx
       (8A22)
     - iio: adc: palmas_gpadc: fix NULL dereference on rmmod
     - ASoC: Intel: bytcr_rt5640: Add quirk for the Acer Iconia One 7 B1-750
     - ASoC: da7213.c: add missing pm_runtime_disable()
     - net: wwan: t7xx: do not compile with -Werror
     - wifi: mt76: mt7921: Fix use-after-free in fw features query.
     - selftests mount: Fix mount_setattr_test builds failed
     - scsi: mpi3mr: Handle soft reset in progress fault code (0xF002)
     - net: sfp: add quirk enabling 2500Base-x for HG MXPD-483II
     - platform/x86: thinkpad_acpi: Add missing T14s Gen1 type to s2idle quirk list
     - wifi: ath11k: reduce the MHI timeout to 20s
     - tracing: Error if a trace event has an array for a __field()
     - asm-generic/io.h: suppress endianness warnings for readq() and writeq()
     - asm-generic/io.h: suppress endianness warnings for relaxed accessors
     - x86/cpu: Add model number for Intel Arrow Lake processor
     - wifi: mt76: mt7921e: Set memory space enable in PCI_COMMAND if unset
     - ASoC: amd: ps: update the acp clock source.
     - arm64: Always load shadow stack pointer directly from the task struct
     - arm64: Stash shadow stack pointer in the task struct on interrupt
     - powerpc/boot: Fix boot wrapper code generation with CONFIG_POWER10_CPU
     - PCI: kirin: Select REGMAP_MMIO
     - PCI: pciehp: Fix AB-BA deadlock between reset_lock and device_lock
     - PCI: qcom: Fix the incorrect register usage in v2.7.0 config
     - bus: mhi: host: pci_generic: Revert "Add a secondary AT port to Telit FN990"
     - phy: qcom-qmp-pcie: sc8180x PCIe PHY has 2 lanes
     - IMA: allow/fix UML builds
     - wifi: rtw88: usb: fix priority queue to endpoint mapping
     - usb: gadget: udc: core: Invoke usb_gadget_connect only when started
     - usb: gadget: udc: core: Prevent redundant calls to pullup
     - usb: dwc3: gadget: Stall and restart EP0 if host is unresponsive
     - USB: dwc3: fix runtime pm imbalance on probe errors
     - USB: dwc3: fix runtime pm imbalance on unbind
     - hwmon: (k10temp) Check range scale when CUR_TEMP register is read-write
     - hwmon: (adt7475) Use device_property APIs when configuring polarity
     - tpm: Add !tpm_amd_is_rng_defective() to the hwrng_unregister() call site
     - posix-cpu-timers: Implement the missing timer_wait_running callback
     - media: ov8856: Do not check for for module version
     - drm/vmwgfx: Fix Legacy Display Unit atomic drm support
     - blk-stat: fix QUEUE_FLAG_STATS clear
     - blk-mq: release crypto keyslot before reporting I/O complete
     - blk-crypto: make blk_crypto_evict_key() return void
     - blk-crypto: make blk_crypto_evict_key() more robust
     - staging: iio: resolver: ads1210: fix config mode
     - tty: Prevent writing chars during tcsetattr TCSADRAIN/FLUSH
     - xhci: fix debugfs register accesses while suspended
     - serial: fix TIOCSRS485 locking
     - serial: 8250: Fix serial8250_tx_empty() race with DMA Tx
     - serial: max310x: fix IO data corruption in batched operations
     - tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystem
     - fs: fix sysctls.c built
     - MIPS: fw: Allow firmware to pass a empty env
     - ipmi:ssif: Add send_retries increment
     - ipmi: fix SSIF not responding under certain cond.
     - iio: addac: stx104: Fix race condition when converting analog-to-digital
     - iio: addac: stx104: Fix race condition for stx104_write_raw()
     - kheaders: Use array declaration instead of char
     - wifi: mt76: add missing locking to protect against concurrent rx/status
       calls
     - wifi: rtw89: correct 5 MHz mask setting
     - pwm: meson: Fix axg ao mux parents
     - pwm: meson: Fix g12a ao clk81 name
     - soundwire: qcom: correct setting ignore bit on v1.5.1
     - pinctrl: qcom: lpass-lpi: set output value before enabling output
     - ring-buffer: Ensure proper resetting of atomic variables in
       ring_buffer_reset_online_cpus
     - ring-buffer: Sync IRQ works before buffer destruction
     - crypto: api - Demote BUG_ON() in crypto_unregister_alg() to a WARN_ON()
     - crypto: safexcel - Cleanup ring IRQ workqueues on load failure
     - crypto: arm64/aes-neonbs - fix crash with CFI enabled
     - crypto: testmgr - fix RNG performance in fuzz tests
     - crypto: ccp - Don't initialize CCP for PSP 0x1649
     - rcu: Avoid stack overflow due to __rcu_irq_enter_check_tick() being kprobe-
       ed
     - reiserfs: Add security prefix to xattr name in reiserfs_security_write()
     - cpufreq: qcom-cpufreq-hw: fix double IO unmap and resource release on exit
     - KVM: x86/pmu: Disallow legacy LBRs if architectural LBRs are available
     - KVM: nVMX: Emulate NOPs in L2, and PAUSE if it's not intercepted
     - KVM: arm64: Avoid vcpu->mutex v. kvm->lock inversion in CPU_ON
     - KVM: arm64: Avoid lock inversion when setting the VM register width
     - KVM: arm64: Use config_lock to protect data ordered against KVM_RUN
     - KVM: arm64: Use config_lock to protect vgic state
     - KVM: arm64: vgic: Don't acquire its_lock before config_lock
     - relayfs: fix out-of-bounds access in relay_file_read
     - drm/amd/display: Remove stutter only configurations
     - drm/amd/display: limit timing for single dimm memory
     - drm/amd/display: fix PSR-SU/DSC interoperability support
     - drm/amd/display: fix a divided-by-zero error
     - KVM: RISC-V: Retry fault if vma_lookup() results become invalid
     - ksmbd: fix racy issue under cocurrent smb2 tree disconnect
     - ksmbd: call rcu_barrier() in ksmbd_server_exit()
     - ksmbd: fix NULL pointer dereference in smb2_get_info_filesystem()
     - ksmbd: fix memleak in session setup
     - ksmbd: not allow guest user on multichannel
     - ksmbd: fix deadlock in ksmbd_find_crypto_ctx()
     - ACPI: video: Remove acpi_backlight=video quirk for Lenovo ThinkPad W530
     - i2c: omap: Fix standard mode false ACK readings
     - riscv: mm: remove redundant parameter of create_fdt_early_page_table
     - tracing: Fix permissions for the buffer_percent file
     - drm/amd/pm: re-enable the gfx imu when smu resume
     - iommu/amd: Fix "Guest Virtual APIC Table Root Pointer" configuration in IRTE
     - RISC-V: Align SBI probe implementation with spec
     - Revert "ubifs: dirty_cow_znode: Fix memleak in error handling path"
     - ubifs: Fix memleak when insert_old_idx() failed
     - ubi: Fix return value overwrite issue in try_write_vid_and_data()
     - ubifs: Free memory for tmpfile name
     - ubifs: Fix memory leak in do_rename
     - ceph: fix potential use-after-free bug when trimming caps
     - fs: dlm: fix DLM_IFL_CB_PENDING gets overwritten
     - xfs: don't consider future format versions valid
     - cxl/hdm: Fail upon detecting 0-sized decoders
     - bus: mhi: host: Remove duplicate ee check for syserr
     - bus: mhi: host: Use mhi_tryset_pm_state() for setting fw error state
     - bus: mhi: host: Range check CHDBOFF and ERDBOFF
     - ASoC: dt-bindings: qcom,lpass-rx-macro: correct minItems for clocks
     - kunit: fix bug in the order of lines in debugfs logs
     - rcu: Fix missing TICK_DEP_MASK_RCU_EXP dependency check
     - selftests/resctrl: Return NULL if malloc_and_init_memory() did not alloc mem
     - selftests/resctrl: Move ->setup() call outside of test specific branches
     - selftests/resctrl: Allow ->setup() to return errors
     - selftests/resctrl: Check for return value after write_schemata()
     - selinux: fix Makefile dependencies of flask.h
     - selinux: ensure av_permissions.h is built when needed
     - tpm, tpm_tis: Do not skip reset of original interrupt vector
     - tpm, tpm_tis: Claim locality before writing TPM_INT_ENABLE register
     - tpm, tpm_tis: Disable interrupts if tpm_tis_probe_irq() failed
     - tpm, tpm_tis: Claim locality before writing interrupt registers
     - tpm, tpm: Implement usage counter for locality
     - tpm, tpm_tis: Claim locality when interrupts are reenabled on resume
     - erofs: stop parsing non-compact HEAD index if clusterofs is invalid
     - erofs: initialize packed inode after root inode is assigned
     - erofs: fix potential overflow calculating xattr_isize
     - drm/rockchip: Drop unbalanced obj unref
     - drm/i915/dg2: Drop one PCI ID
     - drm/vgem: add missing mutex_destroy
     - drm/probe-helper: Cancel previous job before starting new one
     - drm/amdgpu: register a vga_switcheroo client for MacBooks with apple-gmux
     - tools/x86/kcpuid: Fix avx512bw and avx512lvl fields in Fn00000007
     - soc: ti: k3-ringacc: Add try_module_get() to k3_dmaring_request_dual_ring()
     - soc: ti: pm33xx: Fix refcount leak in am33xx_pm_probe
     - arm64: dts: renesas: r8a77990: Remove bogus voltages from OPP table
     - arm64: dts: renesas: r8a774c0: Remove bogus voltages from OPP table
     - arm64: dts: renesas: r9a07g044: Update IRQ numbers for SSI channels
     - arm64: dts: renesas: r9a07g054: Update IRQ numbers for SSI channels
     - arm64: dts: renesas: r9a07g043: Update IRQ numbers for SSI channels
     - drm/mediatek: dp: Only trigger DRM HPD events if bridge is attached
     - drm/msm/disp/dpu: check for crtc enable rather than crtc active to release
       shared resources
     - EDAC/skx: Fix overflows on the DRAM row address mapping arrays
     - ARM: dts: qcom-apq8064: Fix opp table child name
     - regulator: core: Shorten off-on-delay-us for always-on/boot-on by time since
       booted
     - arm64: dts: ti: k3-am62-main: Fix GPIO numbers in DT
     - arm64: dts: ti: k3-am62a7-sk: Fix DDR size to full 4GB
     - arm64: dts: ti: k3-j721e-main: Remove ti,strobe-sel property
     - arm64: dts: broadcom: bcmbca: bcm4908: fix NAND interrupt name
     - arm64: dts: broadcom: bcmbca: bcm4908: fix LED nodenames
     - arm64: dts: broadcom: bcmbca: bcm4908: fix procmon nodename
     - arm64: dts: qcom: msm8998: Fix stm-stimulus-base reg name
     - arm64: dts: qcom: sc7280: fix EUD port properties
     - arm64: dts: qcom: sdm845: correct dynamic power coefficients
     - arm64: dts: qcom: sdm845: Fix the PCI I/O port range
     - arm64: dts: qcom: msm8998: Fix the PCI I/O port range
     - arm64: dts: qcom: sc7280: Fix the PCI I/O port range
     - arm64: dts: qcom: ipq8074: Fix the PCI I/O port range
     - arm64: dts: qcom: ipq6018: Add/remove some newlines
     - arm64: dts: qcom: ipq6018: Fix the PCI I/O port range
     - arm64: dts: qcom: msm8996: Fix the PCI I/O port range
     - arm64: dts: qcom: sm8250: Fix the PCI I/O port range
     - arm64: dts: qcom: sc8280xp: Fix the PCI I/O port range
     - arm64: dts: qcom: sm8150: Fix the PCI I/O port range
     - arm64: dts: qcom: sm8450: Fix the PCI I/O port range
     - ARM: dts: qcom: ipq4019: Fix the PCI I/O port range
     - ARM: dts: qcom: ipq8064: Fix the PCI I/O port range
     - arm64: dts: qcom: msm8976: Add and provide xo clk to rpmcc
     - ARM: dts: qcom: sdx55: Fix the unit address of PCIe EP node
     - x86/MCE/AMD: Use an u64 for bank_map
     - media: bdisp: Add missing check for create_workqueue
     - media: platform: mtk-mdp3: Add missing check and free for ida_alloc
     - media: amphion: decoder implement display delay enable
     - media: av7110: prevent underflow in write_ts_to_decoder()
     - firmware: qcom_scm: Clear download bit during reboot
     - drm/bridge: adv7533: Fix adv7533_mode_valid for adv7533 and adv7535
     - media: max9286: Free control handler
     - accel: Link to compute accelerator subsystem intro
     - arm64: dts: ti: k3-am625: Correct L2 cache size to 512KB
     - arm64: dts: ti: k3-am62a7: Correct L2 cache size to 512KB
     - drm/msm/adreno: drop bogus pm_runtime_set_active()
     - drm: msm: adreno: Disable preemption on Adreno 510
     - virt/coco/sev-guest: Double-buffer messages
     - arm64: dts: qcom: sm8350-microsoft-surface: fix USB dual-role mode property
     - drm/amd/display/dc/dce60/Makefile: Fix previous attempt to silence known
       override-init warnings
     - ACPI: processor: Fix evaluating _PDC method when running as Xen dom0
     - mmc: sdhci-of-esdhc: fix quirk to ignore command inhibit for data
     - arm64: dts: qcom: sm8450: fix pcie1 gpios properties name
     - drm: rcar-du: Fix a NULL vs IS_ERR() bug
     - ARM: dts: gta04: fix excess dma channel usage
     - firmware: arm_scmi: Fix xfers allocation on Rx channel
     - perf/arm-cmn: Move overlapping wp_combine field
     - perf/amlogic: Fix config1/config2 parsing issue
     - ARM: dts: stm32: fix spi1 pin assignment on stm32mp15
     - arm64: dts: apple: t8103: Disable unused PCIe ports
     - cpufreq: mediatek: fix passing zero to 'PTR_ERR'
     - cpufreq: mediatek: fix KP caused by handler usage after
       regulator_put/clk_put
     - cpufreq: mediatek: raise proc/sram max voltage for MT8516
     - cpufreq: mediatek: Raise proc and sram max voltage for MT7622/7623
     - cpufreq: qcom-cpufreq-hw: Revert adding cpufreq qos
     - arm64: dts: mediatek: mt8192-asurada: Fix voltage constraint for Vgpu
     - ACPI: VIOT: Initialize the correct IOMMU fwspec
     - drm/lima/lima_drv: Add missing unwind goto in lima_pdev_probe()
     - drm/mediatek: dp: Change the aux retries times when receiving AUX_DEFER
     - mailbox: mpfs: switch to txdone_poll
     - soc: bcm: brcmstb: biuctrl: fix of_iomap leak
     - soc: renesas: renesas-soc: Release 'chipid' from ioremap()
     - gpu: host1x: Fix potential double free if IOMMU is disabled
     - gpu: host1x: Fix memory leak of device names
     - arm64: dts: qcom: sc7280-herobrine-villager: correct trackpad supply
     - arm64: dts: qcom: sc7180-trogdor-lazor: correct trackpad supply
     - arm64: dts: qcom: sc7180-trogdor-pazquel: correct trackpad supply
     - arm64: dts: qcom: msm8998-oneplus-cheeseburger: revert "fix backlight pin
       function"
     - arm64: dts: qcom: msm8994-kitakami: drop unit address from PMI8994 regulator
     - arm64: dts: qcom: msm8994-msft-lumia-octagon: drop unit address from PMI8994
       regulator
     - arm64: dts: qcom: apq8096-db820c: drop unit address from PMI8994 regulator
     - drm/ttm/pool: Fix ttm_pool_alloc error path
     - regulator: core: Consistently set mutex_owner when using
       ww_mutex_lock_slow()
     - regulator: core: Avoid lockdep reports when resolving supplies
     - x86/apic: Fix atomic update of offset in reserve_eilvt_offset()
     - soc: qcom: rpmh-rsc: Support RSC v3 minor versions
     - arm64: dts: qcom: msm8994-angler: Fix cont_splash_mem mapping
     - arm64: dts: qcom: msm8994-angler: removed clash with smem_region
     - arm64: dts: sc7180: Rename qspi data12 as data23
     - arm64: dts: sc7280: Rename qspi data12 as data23
     - arm64: dts: sdm845: Rename qspi data12 as data23
     - media: mtk-jpeg: Fixes jpeghw multi-core judgement
     - media: mtk-jpeg: Fixes jpeg enc&dec worker sw flow
     - media: mediatek: vcodec: Use 4K frame size when supported by stateful
       decoder
     - media: mediatek: vcodec: Make MM21 the default capture format
     - media: mediatek: vcodec: Force capture queue format to MM21
     - media: mediatek: vcodec: add params to record lat and core lat_buf count
     - media: mediatek: vcodec: using each instance lat_buf count replace core
       ready list
     - media: mediatek: vcodec: move lat_buf to the top of core list
     - media: mediatek: vcodec: add core decode done event
     - media: mediatek: vcodec: remove unused lat_buf
     - media: mediatek: vcodec: making sure queue_work successfully
     - media: mediatek: vcodec: change lat thread decode error condition
     - media: cedrus: fix use after free bug in cedrus_remove due to race condition
     - media: rkvdec: fix use after free bug in rkvdec_remove
     - platform/x86/amd/pmf: Move out of BIOS SMN pair for driver probe
     - platform/x86/amd: pmc: Don't try to read SMU version on Picasso
     - platform/x86/amd: pmc: Hide SMU version and program attributes for Picasso
     - platform/x86/amd: pmc: Don't dump data after resume from s0i3 on picasso
     - platform/x86/amd: pmc: Move idlemask check into `amd_pmc_idlemask_read`
     - platform/x86/amd: pmc: Utilize SMN index 0 for driver probe
     - platform/x86/amd: pmc: Move out of BIOS SMN pair for STB init
     - media: dm1105: Fix use after free bug in dm1105_remove due to race condition
     - media: saa7134: fix use after free bug in saa7134_finidev due to race
       condition
     - media: platform: mtk-mdp3: fix potential frame size overflow in
       mdp_try_fmt_mplane()
     - media: vsp1: Replace vb2_is_streaming() with vb2_start_streaming_called()
     - platform: Provide a remove callback that returns no value
     - media: rcar_fdp1: Convert to platform remove callback returning void
     - media: rcar_fdp1: Fix refcount leak in probe and remove function
     - media: v4l: async: Return async sub-devices to subnotifier list
     - media: hi846: Fix memleak in hi846_init_controls()
     - drm/amd/display: Fix potential null dereference
     - media: rc: gpio-ir-recv: Fix support for wake-up
     - media: venus: dec: Fix handling of the start cmd
     - media: venus: dec: Fix capture formats enumeration order
     - regulator: stm32-pwr: fix of_iomap leak
     - x86/ioapic: Don't return 0 from arch_dynirq_lower_bound()
     - arm64: kgdb: Set PSTATE.SS to 1 to re-enable single-step
     - perf/arm-cmn: Fix port detection for CMN-700
     - media: mediatek: vcodec: fix decoder disable pm crash
     - media: mediatek: vcodec: add remove function for decoder platform driver
     - debugobject: Prevent init race with static objects
     - drm/i915: Make intel_get_crtc_new_encoder() less oopsy
     - tick/common: Align tick period with the HZ tick.
     - ACPI: bus: Ensure that notify handlers are not running after removal
     - cpufreq: use correct unit when verify cur freq
     - rpmsg: glink: Propagate TX failures in intentless mode as well
     - hwmon: (pmbus/fsp-3y) Fix functionality bitmask in FSP-3Y YM-2151E
     - platform/chrome: cros_typec_switch: Add missing fwnode_handle_put()
     - wifi: ath6kl: minor fix for allocation size
     - wifi: ath9k: hif_usb: fix memory leak of remain_skbs
     - wifi: ath11k: Use platform_get_irq() to get the interrupt
     - wifi: ath5k: Use platform_get_irq() to get the interrupt
     - wifi: ath5k: fix an off by one check in ath5k_eeprom_read_freq_list()
     - wifi: ath11k: fix SAC bug on peer addition with sta band migration
     - wifi: rtl8xxxu: Remove always true condition in rtl8xxxu_print_chipinfo
     - wifi: brcmfmac: support CQM RSSI notification with older firmware
     - wifi: ath6kl: reduce WARN to dev_dbg() in callback
     - tools: bpftool: Remove invalid \' json escape
     - wifi: rtw88: mac: Return the original error from rtw_pwr_seq_parser()
     - wifi: rtw88: mac: Return the original error from rtw_mac_power_switch()
     - bpf: take into account liveness when propagating precision
     - bpf: fix precision propagation verbose logging
     - crypto: qat - fix concurrency issue when device state changes
     - scm: fix MSG_CTRUNC setting condition for SO_PASSSEC
     - wifi: ath11k: fix deinitialization of firmware resources
     - selftests/bpf: Fix a fd leak in an error path in network_helpers.c
     - bpf: Remove misleading spec_v1 check on var-offset stack read
     - net: pcs: xpcs: remove double-read of link state when using AN
     - vlan: partially enable SIOCSHWTSTAMP in container
     - net/packet: annotate accesses to po->xmit
     - net/packet: convert po->origdev to an atomic flag
     - net/packet: convert po->auxdata to an atomic flag
     - libbpf: Fix ld_imm64 copy logic for ksym in light skeleton.
     - net: dsa: qca8k: remove assignment of an_enabled in pcs_get_state()
     - netfilter: keep conntrack reference until IPsecv6 policy checks are done
     - bpf: return long from bpf_map_ops funcs
     - bpf: Fix __reg_bound_offset 64->32 var_off subreg propagation
     - scsi: target: Move sess cmd counter to new struct
     - scsi: target: Move cmd counter allocation
     - scsi: target: Pass in cmd counter to use during cmd setup
     - scsi: target: iscsit: isert: Alloc per conn cmd counter
     - scsi: target: iscsit: Stop/wait on cmds during conn close
     - scsi: target: Fix multiple LUN_RESET handling
     - scsi: target: iscsit: Fix TAS handling during conn cleanup
     - scsi: megaraid: Fix mega_cmd_done() CMDID_INT_CMDS
     - net: sunhme: Fix uninitialized return code
     - f2fs: handle dqget error in f2fs_transfer_project_quota()
     - f2fs: fix uninitialized skipped_gc_rwsem
     - f2fs: apply zone capacity to all zone type
     - f2fs: compress: fix to call f2fs_wait_on_page_writeback() in
       f2fs_write_raw_pages()
     - f2fs: fix scheduling while atomic in decompression path
     - crypto: caam - Clear some memory in instantiate_rng
     - crypto: sa2ul - Select CRYPTO_DES
     - wifi: rtlwifi: fix incorrect error codes in rtl_debugfs_set_write_rfreg()
     - wifi: rtlwifi: fix incorrect error codes in rtl_debugfs_set_write_reg()
     - scsi: hisi_sas: Handle NCQ error when IPTT is valid
     - wifi: rt2x00: Fix memory leak when handling surveys
     - bpf: rename list_head -> graph_root in field info types
     - bpf: Add __bpf_kfunc tag for marking kernel functions as kfuncs
     - bpf: Migrate release_on_unlock logic to non-owning ref semantics
     - bpf: Add basic bpf_rb_{root,node} support
     - bpf: Add bpf_rbtree_{add,remove,first} kfuncs
     - bpf: Add support for bpf_rb_root and bpf_rb_node in kfunc args
     - bpf: Add callback validation to kfunc verifier logic
     - bpf: factor out fetching basic kfunc metadata
     - bpf: Fix struct_meta lookup for bpf_obj_free_fields kfunc call
     - f2fs: fix iostat lock protection
     - net: qrtr: correct types of trace event parameters
     - selftests: xsk: Use correct UMEM size in testapp_invalid_desc
     - selftests: xsk: Disable IPv6 on VETH1
     - selftests: xsk: Deflakify STATS_RX_DROPPED test
     - selftests/bpf: Wait for receive in cg_storage_multi test
     - bpftool: Fix bug for long instructions in program CFG dumps
     - crypto: drbg - Only fail when jent is unavailable in FIPS mode
     - xsk: Fix unaligned descriptor validation
     - f2fs: fix to avoid use-after-free for cached IPU bio
     - wifi: iwlwifi: fix duplicate entry in iwl_dev_info_table
     - bpf/btf: Fix is_int_ptr()
     - scsi: lpfc: Fix ioremap issues in lpfc_sli4_pci_mem_setup()
     - net: ethernet: stmmac: dwmac-rk: rework optional clock handling
     - net: ethernet: stmmac: dwmac-rk: fix optional phy regulator handling
     - wifi: ath11k: fix writing to unintended memory region
     - bpf, sockmap: fix deadlocks in the sockhash and sockmap
     - nvmet: fix error handling in nvmet_execute_identify_cns_cs_ns()
     - nvmet: fix Identify Namespace handling
     - nvmet: fix Identify Controller handling
     - nvmet: fix Identify Active Namespace ID list handling
     - nvmet: fix I/O Command Set specific Identify Controller
     - nvme: fix async event trace event
     - nvme-fcloop: fix "inconsistent {IN-HARDIRQ-W} -> {HARDIRQ-ON-W} usage"
     - selftests/bpf: Use read_perf_max_sample_freq() in perf_event_stackmap
     - selftests/bpf: Fix leaked bpf_link in get_stackid_cannot_attach
     - blk-mq: don't plug for head insertions in blk_execute_rq_nowait
     - wifi: iwlwifi: debug: fix crash in __iwl_err()
     - wifi: iwlwifi: mvm: fix A-MSDU checks
     - wifi: iwlwifi: trans: don't trigger d3 interrupt twice
     - wifi: iwlwifi: mvm: don't set CHECKSUM_COMPLETE for unsupported protocols
     - bpf, sockmap: Revert buggy deadlock fix in the sockhash and sockmap
     - f2fs: fix to check return value of f2fs_do_truncate_blocks()
     - f2fs: fix to check return value of inc_valid_block_count()
     - md/raid10: fix task hung in raid10d
     - md/raid10: fix leak of 'r10bio->remaining' for recovery
     - md/raid10: fix memleak for 'conf->bio_split'
     - md/raid10: fix memleak of md thread
     - md/raid10: don't call bio_start_io_acct twice for bio which experienced read
       error
     - wifi: iwlwifi: mvm: don't drop unencrypted MCAST frames
     - wifi: iwlwifi: yoyo: skip dump correctly on hw error
     - wifi: iwlwifi: yoyo: Fix possible division by zero
     - wifi: iwlwifi: mvm: initialize seq variable
     - wifi: iwlwifi: fw: move memset before early return
     - jdb2: Don't refuse invalidation of already invalidated buffers
     - io_uring/rsrc: use nospec'ed indexes
     - wifi: iwlwifi: make the loop for card preparation effective
     - wifi: mt76: remove redundent MCU_UNI_CMD_* definitions
     - wifi: mt76: mt7921: fix wrong command to set STA channel
     - wifi: mt76: mt7921: fix PCI DMA hang after reboot
     - wifi: mt76: mt7915: unlock on error in mt7915_thermal_temp_store()
     - wifi: mt76: mt7996: fix radiotap bitfield
     - wifi: mt76: mt7915: expose device tree match table
     - wifi: mt76: mt7915: add error message in
       mt7915_thermal_set_cur_throttle_state()
     - wifi: mt76: mt7915: rework init flow in mt7915_thermal_init()
     - wifi: mt76: handle failure of vzalloc in mt7615_coredump_work
     - wifi: mt76: mt7996: let non-bufferable MMPDUs use correct hw queue
     - wifi: mt76: mt7996: fix pointer calculation in ie countdown event
     - wifi: mt76: mt7996: fix eeprom tx path bitfields
     - wifi: mt76: add flexible polling wait-interval support
     - wifi: mt76: mt7921e: fix probe timeout after reboot
     - wifi: mt76: fix 6GHz high channel not be scanned
     - mt76: mt7921: fix kernel panic by accessing unallocated eeprom.data
     - wifi: mt76: mt7921: fix missing unwind goto in `mt7921u_probe`
     - wifi: mt76: mt7921e: improve reliability of dma reset
     - wifi: mt76: mt7921e: stop chip reset worker in unregister hook
     - wifi: mt76: connac: fix txd multicast rate setting
     - wifi: iwlwifi: mvm: check firmware response size
     - netfilter: conntrack: restore IPS_CONFIRMED out of
       nf_conntrack_hash_check_insert()
     - wifi: mt76: mt7996: rely on mt76_connac_txp_common structure
     - wifi: mt76: mt7996: fill txd by host driver
     - netfilter: conntrack: fix wrong ct->timeout value
     - wifi: iwlwifi: fw: fix memory leak in debugfs
     - ixgbe: Allow flow hash to be set via ethtool
     - ixgbe: Enable setting RSS table to default values
     - net/mlx5e: Don't clone flow post action attributes second time
     - net/mlx5: E-switch, Create per vport table based on devlink encap mode
     - net/mlx5: E-switch, Don't destroy indirect table in split rule
     - net/mlx5e: Fix error flow in representor failing to add vport rx rule
     - net/mlx5: Remove "recovery" arg from mlx5_load_one() function
     - net/mlx5: Suspend auxiliary devices only in case of PCI device suspend
     - Revert "net/mlx5: Remove "recovery" arg from mlx5_load_one() function"
     - net/mlx5: Use recovery timeout on sync reset flow
     - net/mlx5e: Nullify table pointer when failing to create
     - Revert "net/mlx5e: Don't use termination table when redundant"
     - net: stmmac:fix system hang when setting up tag_8021q VLAN for DSA ports
     - bpf: Fix race between btf_put and btf_idr walk.
     - bpf: Don't EFAULT for getsockopt with optval=NULL
     - netfilter: nf_tables: don't write table validation state without mutex
     - net: dpaa: Fix uninitialized variable in dpaa_stop()
     - net/sched: sch_fq: fix integer overflow of "credit"
     - ipv4: Fix potential uninit variable access bug in __ip_make_skb()
     - rxrpc: Fix error when reading rxrpc tokens
     - Revert "Bluetooth: btsdio: fix use after free bug in btsdio_remove due to
       unfinished work"
     - netlink: Use copy_to_user() for optval in netlink_getsockopt().
     - net: amd: Fix link leak when verifying config failed
     - tcp/udp: Fix memleaks of sk and zerocopy skbs with TX timestamp.
     - ipmi: ASPEED_BT_IPMI_BMC: select REGMAP_MMIO instead of depending on it
     - ASoC: cs35l41: Only disable internal boost
     - drivers: staging: rtl8723bs: Fix locking in _rtw_join_timeout_handler()
     - drivers: staging: rtl8723bs: Fix locking in rtw_scan_timeout_handler()
     - pstore: Revert pmsg_lock back to a normal mutex
     - usb: host: xhci-rcar: remove leftover quirk handling
     - usb: dwc3: gadget: Change condition for processing suspend event
     - serial: stm32: Re-assert RTS/DE GPIO in RS485 mode only if more data are
       transmitted
     - fpga: bridge: fix kernel-doc parameter description
     - iommufd/selftest: Catch overflow of uptr and length
     - iio: light: max44009: add missing OF device matching
     - serial: 8250_bcm7271: Fix arbitration handling
     - spi: atmel-quadspi: Don't leak clk enable count in pm resume
     - spi: atmel-quadspi: Free resources even if runtime resume failed in
       .remove()
     - spi: imx: Don't skip cleanup in remove's error path
     - interconnect: qcom: drop obsolete OSM_L3/EPSS defines
     - interconnect: qcom: osm-l3: drop unuserd header inclusion
     - spi: f_ospi: Add missing spi_mem_default_supports_op() helper
     - module/decompress: Never use kunmap() for local un-mappings
     - usb: gadget: udc: renesas_usb3: Fix use after free bug in
       renesas_usb3_remove due to race condition
     - ASoC: soc-compress: Inherit atomicity from DAI link for Compress FE
     - PCI: imx6: Install the fault handler only on compatible match
     - ASoC: es8316: Handle optional IRQ assignment
     - linux/vt_buffer.h: allow either builtin or modular for macros
     - spi: qup: Don't skip cleanup in remove's error path
     - interconnect: qcom: rpm: drop bogus pm domain attach
     - spi: mchp-pci1xxxx: Fix length of SPI transactions not set properly in
       driver
     - spi: mchp-pci1xxxx: Fix SPI transactions not working after suspend and
       resume
     - spi: fsl-spi: Fix CPM/QE mode Litte Endian
     - vmci_host: fix a race condition in vmci_host_poll() causing GPF
     - of: Fix modalias string generation
     - PCI/EDR: Clear Device Status after EDR error recovery
     - ia64: mm/contig: fix section mismatch warning/error
     - ia64: salinfo: placate defined-but-not-used warning
     - scripts/gdb: bail early if there are no clocks
     - scripts/gdb: bail early if there are no generic PD
     - HID: amd_sfh: Correct the structure fields
     - HID: amd_sfh: Correct the sensor enable and disable command
     - HID: amd_sfh: Fix illuminance value
     - HID: amd_sfh: Add support for shutdown operation
     - HID: amd_sfh: Correct the stop all command
     - HID: amd_sfh: Increase sensor command timeout for SFH1.1
     - HID: amd_sfh: Handle "no sensors" enabled for SFH1.1
     - cacheinfo: Check sib_leaf in cache_leaves_are_shared()
     - coresight: etm_pmu: Set the module field
     - drm/panel: novatek-nt35950: Improve error handling
     - ASoC: fsl_mqs: move of_node_put() to the correct location
     - PCI/PM: Extend D3hot delay for NVIDIA HDA controllers
     - drm/panel: novatek-nt35950: Only unregister DSI1 if it exists
     - spi: cadence-quadspi: fix suspend-resume implementations
     - i2c: cadence: cdns_i2c_master_xfer(): Fix runtime PM leak on error path
     - i2c: xiic: xiic_xfer(): Fix runtime PM leak on error path
     - scripts/gdb: raise error with reduced debugging information
     - uapi/linux/const.h: prefer ISO-friendly __typeof__
     - sh: sq: Fix incorrect element size for allocating bitmap buffer
     - usb: gadget: tegra-xudc: Fix crash in vbus_draw
     - usb: chipidea: fix missing goto in `ci_hdrc_probe`
     - usb: mtu3: fix kernel panic at qmu transfer done irq handler
     - firmware: stratix10-svc: Fix an NULL vs IS_ERR() bug in probe
     - tty: serial: fsl_lpuart: adjust buffer length to the intended size
     - serial: 8250: Add missing wakeup event reporting
     - spi: cadence-quadspi: use macro DEFINE_SIMPLE_DEV_PM_OPS
     - staging: rtl8192e: Fix W_DISABLE# does not work after stop/start
     - spmi: Add a check for remove callback when removing a SPMI driver
     - virtio_ring: don't update event idx on get_buf
     - fbdev: mmp: Fix deferred clk handling in mmphw_probe()
     - selftests/powerpc/pmu: Fix sample field check in the
       mmcra_thresh_marked_sample_test
     - macintosh/windfarm_smu_sat: Add missing of_node_put()
     - powerpc/perf: Properly detect mpc7450 family
     - powerpc/mpc512x: fix resource printk format warning
     - powerpc/wii: fix resource printk format warnings
     - powerpc/sysdev/tsi108: fix resource printk format warnings
     - macintosh: via-pmu-led: requires ATA to be set
     - powerpc/rtas: use memmove for potentially overlapping buffer copy
     - sched/fair: Fix inaccurate tally of ttwu_move_affine
     - perf/core: Fix hardlockup failure caused by perf throttle
     - Revert "objtool: Support addition to set CFA base"
     - riscv: Fix ptdump when KASAN is enabled
     - sched/rt: Fix bad task migration for rt tasks
     - rv: Fix addition on an uninitialized variable 'run'
     - tracing/user_events: Ensure write index cannot be negative
     - clk: at91: clk-sam9x60-pll: fix return value check
     - IB/hifi1: add a null check of kzalloc_node in hfi1_ipoib_txreq_init
     - RDMA/siw: Fix potential page_array out of range access
     - clk: mediatek: mt2712: Add error handling to clk_mt2712_apmixed_probe()
     - clk: mediatek: Consistently use GATE_MTK() macro
     - clk: mediatek: mt7622: Properly use CLK_IS_CRITICAL flag
     - clk: mediatek: mt8135: Properly use CLK_IS_CRITICAL flag
     - RDMA/rdmavt: Delete unnecessary NULL check
     - clk: mediatek: clk-pllfh: fix missing of_node_put() in fhctl_parse_dt()
     - clk: qcom: gcc-qcm2290: Fix up gcc_sdcc2_apps_clk_src
     - workqueue: Fix hung time report of worker pools
     - rtc: omap: include header for omap_rtc_power_off_program prototype
     - RDMA/mlx4: Prevent shift wrapping in set_user_sq_size()
     - rtc: meson-vrtc: Use ktime_get_real_ts64() to get the current time
     - rtc: k3: handle errors while enabling wake irq
     - RDMA/rxe: Replace exists by rxe in rxe.c
     - RDMA/erdma: Use fixed hardware page size
     - fs/ntfs3: Fix memory leak if ntfs_read_mft failed
     - fs/ntfs3: Add check for kmemdup
     - fs/ntfs3: Fix OOB read in indx_insert_into_buffer
     - fs/ntfs3: Fix slab-out-of-bounds read in hdr_delete_de()
     - iommu/mediatek: Set dma_mask for PGTABLE_PA_35_EN
     - RDMA/rxe: Remove tasklet call from rxe_cq.c
     - power: supply: generic-adc-battery: fix unit scaling
     - clk: add missing of_node_put() in "assigned-clocks" property parsing
     - RDMA/siw: Remove namespace check from siw_netdev_event()
     - clk: qcom: gcc-sm6115: Mark RCGs shared where applicable
     - power: supply: rk817: Fix low SOC bugs
     - RDMA/cm: Trace icm_send_rej event before the cm state is reset
     - RDMA/srpt: Add a check for valid 'mad_agent' pointer
     - IB/hfi1: Fix SDMA mmu_rb_node not being evicted in LRU order
     - IB/hfi1: Fix bugs with non-PAGE_SIZE-end multi-iovec user SDMA requests
     - clk: imx: fracn-gppll: fix the rate table
     - clk: imx: fracn-gppll: disable hardware select control
     - clk: imx: imx8ulp: Fix XBAR_DIVBUS and AD_SLOW clock parents
     - NFSv4.1: Always send a RECLAIM_COMPLETE after establishing lease
     - iommu/amd: Set page size bitmap during V2 domain allocation
     - s390/checksum: always use cksm instruction
     - clk: qcom: lpasscc-sc7280: Skip qdsp6ss clock registration
     - clk: qcom: lpassaudiocc-sc7280: Add required gdsc power domain clks in
       lpass_cc_sc7280_desc
     - clk: qcom: gcc-sm8350: fix PCIe PIPE clocks handling
     - clk: qcom: dispcc-qcm2290: get rid of test clock
     - clk: qcom: dispcc-qcm2290: Remove inexistent DSI1PHY clk
     - Input: raspberrypi-ts - fix refcount leak in rpi_ts_probe
     - swiotlb: relocate PageHighMem test away from rmem_swiotlb_setup
     - swiotlb: fix debugfs reporting of reserved memory pools
     - RDMA/rxe: Convert tasklet args to queue pairs
     - RDMA/rxe: Remove __rxe_do_task()
     - RDMA/rxe: Fix the error "trying to register non-static key in
       rxe_cleanup_task"
     - RDMA/mlx5: Check pcie_relaxed_ordering_enabled() in UMR
     - RDMA/mlx5: Fix flow counter query via DEVX
     - SUNRPC: remove the maximum number of retries in call_bind_status
     - RDMA/mlx5: Use correct device num_ports when modify DC
     - clocksource/drivers/davinci: Fix memory leak in davinci_timer_register when
       init fails
     - openrisc: Properly store r31 to pt_regs on unhandled exceptions
     - timekeeping: Fix references to nonexistent ktime_get_fast_ns()
     - SMB3: Add missing locks to protect deferred close file list
     - SMB3: Close deferred file handles in case of handle lease break
     - ext4: fix i_disksize exceeding i_size problem in paritally written case
     - ext4: fix use-after-free read in ext4_find_extent for bigalloc + inline
     - pinctrl: renesas: r8a779a0: Remove incorrect AVB[01] pinmux configuration
     - pinctrl: renesas: r8a779f0: Fix tsn1_avtp_pps pin group
     - pinctrl: renesas: r8a779g0: Fix Group 4/5 pin functions
     - pinctrl: renesas: r8a779g0: Fix Group 6/7 pin functions
     - pinctrl: renesas: r8a779g0: Fix ERROROUTC function names
     - leds: TI_LMU_COMMON: select REGMAP instead of depending on it
     - pinctrl: ralink: reintroduce ralink,rt2880-pinmux compatible string
     - dmaengine: mv_xor_v2: Fix an error code.
     - leds: tca6507: Fix error handling of using fwnode_property_read_string
     - pwm: mtk-disp: Disable shadow registers before setting backlight values
     - pwm: mtk-disp: Configure double buffering before reading in .get_state()
     - soundwire: intel: don't save hw_params for use in prepare
     - phy: tegra: xusb: Add missing tegra_xusb_port_unregister for usb2_port and
       ulpi_port
     - phy: ti: j721e-wiz: Fix unreachable code in wiz_mode_select()
     - dma: gpi: remove spurious unlock in gpi_ch_init
     - dmaengine: dw-edma: Fix to change for continuous transfer
     - dmaengine: dw-edma: Fix to enable to issue dma request on DMA processing
     - dmaengine: at_xdmac: do not enable all cyclic channels
     - pinctrl-bcm2835.c: fix race condition when setting gpio dir
     - thermal/drivers/mediatek: Use devm_of_iomap to avoid resource leak in
       mtk_thermal_probe
     - mfd: tqmx86: Do not access I2C_DETECT register through io_base
     - mfd: tqmx86: Specify IO port register range more precisely
     - mfd: tqmx86: Correct board names for TQMxE39x
     - mfd: ocelot-spi: Fix unsupported bulk read
     - mfd: arizona-spi: Add missing MODULE_DEVICE_TABLE
     - hte: tegra: fix 'struct of_device_id' build error
     - hte: tegra-194: Fix off by one in tegra_hte_map_to_line_id()
     - ACPI: PM: Do not turn of unused power resources on the Toshiba Click Mini
     - PM: hibernate: Turn snapshot_test into global variable
     - PM: hibernate: Do not get block device exclusively in test_resume mode
     - afs: Fix updating of i_size with dv jump from server
     - afs: Fix getattr to report server i_size on dirs, not local size
     - afs: Avoid endless loop if file is larger than expected
     - parisc: Fix argument pointer in real64_call_asm()
     - parisc: Ensure page alignment in flush functions
     - ALSA: usb-audio: Add quirk for Pioneer DDJ-800
     - ALSA: hda/realtek: Add quirk for ASUS UM3402YAR using CS35L41
     - ALSA: hda/realtek: support HP Pavilion Aero 13-be0xxx Mute LED
     - nilfs2: do not write dirty data after degenerating to read-only
     - nilfs2: fix infinite loop in nilfs_mdt_get_block()
     - mm: do not reclaim private data from pinned page
     - drbd: correctly submit flush bio on barrier
     - md/raid10: fix null-ptr-deref in raid10_sync_request
     - md/raid5: Improve performance for sequential IO
     - kasan: hw_tags: avoid invalid virt_to_page()
     - mtd: core: provide unique name for nvmem device, take two
     - mtd: core: fix nvmem error reporting
     - mtd: core: fix error path for nvmem provider
     - mtd: spi-nor: core: Update flash's current address mode when changing
       address mode
     - drivers: remoteproc: xilinx: Fix carveout names
     - mailbox: zynqmp: Fix IPI isr handling
     - kcsan: Avoid READ_ONCE() in read_instrumented_memory()
     - mailbox: zynqmp: Fix typo in IPI documentation
     - nfp: fix incorrect pointer deference when offloading IPsec with bonding
     - wifi: rtl8xxxu: RTL8192EU always needs full init
     - wifi: rtw88: rtw8821c: Fix rfe_option field width
     - wifi: rtw89: fix potential race condition between napi_init and napi_enable
     - clk: microchip: fix potential UAF in auxdev release callback
     - clk: rockchip: rk3399: allow clk_cifout to force clk_cifout_src to reparent
     - scripts/gdb: fix lx-timerlist for Python3
     - btrfs: scrub: reject unsupported scrub flags
     - s390/dasd: fix hanging blockdevice after request requeue
     - ia64: fix an addr to taddr in huge_pte_offset()
     - mm/mempolicy: correctly update prev when policy is equal on mbind
     - vhost_vdpa: fix unmap process in no-batch mode
     - dm verity: fix error handling for check_at_most_once on FEC
     - dm clone: call kmem_cache_destroy() in dm_clone_init() error path
     - dm integrity: call kmem_cache_destroy() in dm_integrity_init() error path
     - dm flakey: fix a crash with invalid table line
     - dm ioctl: fix nested locking in table_clear() to remove deadlock concern
     - dm: don't lock fs when the map is NULL in process of resume
     - blk-iocost: avoid 64-bit division in ioc_timer_fn
     - cifs: fix potential use-after-free bugs in TCP_Server_Info::hostname
     - cifs: protect session status check in smb2_reconnect()
     - cifs: fix sharing of DFS connections
     - cifs: fix potential race when tree connecting ipc
     - cifs: protect access of TCP_Server_Info::{origin,leaf}_fullpath
     - thunderbolt: Use correct type in tb_port_is_clx_enabled() prototype
     - perf auxtrace: Fix address filter entire kernel size
     - perf intel-pt: Fix CYC timestamps after standalone CBR
     - i40e: Remove unused i40e status codes
     - i40e: Remove string printing for i40e_status
     - i40e: use int for i40e_status
     - debugobject: Ensure pool refill (again)
     - Linux 6.2.15
   * Lunar update: v6.2.14 upstream stable release (LP: #2025066)
     - rust: arch/um: Disable FP/SIMD instruction to match x86
     - um: Only disable SSE on clang to work around old GCC bugs
     - rcu/kvfree: Avoid freeing new kfree_rcu() memory after old grace period
     - mm/mempolicy: fix use-after-free of VMA iterator
     - drm/fb-helper: set x/yres_virtual in drm_fb_helper_check_var
     - gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xNU
     - bluetooth: Perform careful capability checks in hci_sock_ioctl()
     - wifi: brcmfmac: add Cypress 43439 SDIO ids
     - btrfs: fix uninitialized variable warnings
     - USB: serial: option: add UNISOC vendor and TOZED LT70C product
     - driver core: Don't require dynamic_debug for initcall_debug probe timing
     - riscv: Move early dtb mapping into the fixmap region
     - riscv: Do not set initial_boot_params to the linear address of the dtb
     - riscv: No need to relocate the dtb as it lies in the fixmap region
     - Linux 6.2.14
   * CVE-2023-35001
     - netfilter: nf_tables: prevent OOB access in nft_byteorder_eval
   * CVE-2023-31248
     - netfilter: nf_tables: do not ignore genmask when looking up chain by id
   * CVE-2023-3389
     - io_uring/poll: serialize poll linked timer start with poll removal
   * CVE-2023-3269
     - mm: introduce new 'lock_mm_and_find_vma()' page fault helper
     - mm: make the page fault mmap locking killable
     - arm64/mm: Convert to using lock_mm_and_find_vma()
     - powerpc/mm: Convert to using lock_mm_and_find_vma()
     - mips/mm: Convert to using lock_mm_and_find_vma()
     - riscv/mm: Convert to using lock_mm_and_find_vma()
     - arm/mm: Convert to using lock_mm_and_find_vma()
     - mm/fault: convert remaining simple cases to lock_mm_and_find_vma()
     - powerpc/mm: convert coprocessor fault to lock_mm_and_find_vma()
     - mm: make find_extend_vma() fail if write lock not held
     - execve: expand new process stack manually ahead of time
     - mm: always expand the stack with the mmap write lock held
     - [CONFIG]: Set CONFIG_LOCK_MM_AND_FIND_VMA
   * CVE-2023-3390
     - netfilter: nf_tables: incorrect error path handling with NFT_MSG_NEWRULE
   * CVE-2023-3141
     - memstick: r592: Fix UAF bug in r592_remove due to race condition
   * CVE-2023-3090
     - ipvlan:Fix out-of-bounds caused by unclear skb->cb

linux-hwe-6.2 (6.2.0-26.26~22.04.1) jammy; urgency=medium

   * jammy/linux-hwe-6.2: 6.2.0-26.26~22.04.1 -proposed tracker (LP: #2026752)
 
   [ Ubuntu: 6.2.0-26.26 ]
 
   * lunar/linux: 6.2.0-26.26 -proposed tracker (LP: #2026753)
   * CVE-2023-2640 // CVE-2023-32629
     - Revert "UBUNTU: SAUCE: overlayfs: handle idmapped mounts in
       ovl_do_(set|remove)xattr"
     - Revert "UBUNTU: SAUCE: overlayfs: Skip permission checking for
       trusted.overlayfs.* xattrs"
     - SAUCE: overlayfs: default to userxattr when mounted from non initial user
       namespace
   * CVE-2023-35001
     - netfilter: nf_tables: prevent OOB access in nft_byteorder_eval
   * CVE-2023-31248
     - netfilter: nf_tables: do not ignore genmask when looking up chain by id
   * CVE-2023-3389
     - io_uring/poll: serialize poll linked timer start with poll removal
   * CVE-2023-3390
     - netfilter: nf_tables: incorrect error path handling with NFT_MSG_NEWRULE
   * CVE-2023-3090
     - ipvlan:Fix out-of-bounds caused by unclear skb->cb
   * CVE-2023-3269
     - mm: introduce new 'lock_mm_and_find_vma()' page fault helper
     - mm: make the page fault mmap locking killable
     - arm64/mm: Convert to using lock_mm_and_find_vma()
     - powerpc/mm: Convert to using lock_mm_and_find_vma()
     - mips/mm: Convert to using lock_mm_and_find_vma()
     - riscv/mm: Convert to using lock_mm_and_find_vma()
     - arm/mm: Convert to using lock_mm_and_find_vma()
     - mm/fault: convert remaining simple cases to lock_mm_and_find_vma()
     - powerpc/mm: convert coprocessor fault to lock_mm_and_find_vma()
     - mm: make find_extend_vma() fail if write lock not held
     - execve: expand new process stack manually ahead of time
     - mm: always expand the stack with the mmap write lock held
     - [CONFIG]: Set CONFIG_LOCK_MM_AND_FIND_VMA

linux-hwe-6.2 (6.2.0-25.25~22.04.2) jammy; urgency=medium

   * jammy/linux-hwe-6.2: 6.2.0-25.25~22.04.2 -proposed tracker (LP: #2024539)
 
   * Packaging resync (LP: #1786013)
     - [Packaging] resync update-dkms-versions helper
 
   [ Ubuntu: 6.2.0-25.25 ]
 
   * lunar/linux: 6.2.0-25.25 -proposed tracker (LP: #2024167)
   * ftrace in ubuntu_kernel_selftests failed with "check if duplicate events are
     caught" on J-5.15 P9 / J-kvm / L-kvm (LP: #1977827)
     - SAUCE: selftests/ftrace: Add test dependency
   * Add microphone support of the front headphone port on P3 Tower
     (LP: #2023650)
     - ALSA: hda/realtek: Add Lenovo P3 Tower platform
   * Add audio support for ThinkPad P1 Gen 6 and Z16 Gen 2 (LP: #2023539)
     - ALSA: hda/realtek: Add quirk for ThinkPad P1 Gen 6
   * Fix Disable thunderbolt clx make edp-monitor garbage while moving the
     touchpad (LP: #2023004)
     - drm/i915: Use 18 fast wake AUX sync len
   * Fix Monitor lost after replug WD19TBS to SUT port with VGA/DVI to type-C
     dongle (LP: #2021949)
     - thunderbolt: Increase timeout of DP OUT adapter handshake
     - thunderbolt: Do not touch CL state configuration during discovery
     - thunderbolt: Increase DisplayPort Connection Manager handshake timeout
   * Enable Tracing Configs for OSNOISE and TIMERLAT (LP: #2018591)
     - [Config] Enable OSNOISE_TRACER and TIMERLAT_TRACER configs
   * Fix only reach PC3 when ethernet is plugged r8169 (LP: #1946433)
     - r8169: use spinlock to protect mac ocp register access
     - r8169: use spinlock to protect access to registers Config2 and Config5
     - r8169: enable cfg9346 config register access in atomic context
     - r8169: prepare rtl_hw_aspm_clkreq_enable for usage in atomic context
     - r8169: disable ASPM during NAPI poll
     - r8169: remove ASPM restrictions now that ASPM is disabled during NAPI poll
   * introduce do_lib_rust=true|false to enable/disable linux-lib-rust package
     (LP: #2021605)
     - [Packaging] introduce do_lib_rust and enable it only on generic amd64
   * System either hang with black screen or rebooted on entering suspend on AMD
     Ryzen 9 PRO 7940HS w/ Radeon 780M Graphics (LP: #2020685)
     - drm/amdgpu: refine get gpu clock counter method
     - drm/amdgpu/gfx11: update gpu_clock_counter logic
   * generate linux-lib-rust only on amd64 (LP: #2020356)
     - [Packaging] generate linux-lib-rust only on amd64
   * No  HDMI/DP audio output on dock(Nvidia GPU) (LP: #2020062)
     - ALSA: hda: Add NVIDIA codec IDs a3 through a7 to patch table
   * Add support for mdev_set_iommu_device() kABI in Ubuntu 22.10 kernel
     (LP: #1988806)
     - SAUCE: Add mdev_set_iommu_device() kABI.
   * Enable audio LEDs on HP laptops (LP: #2019915)
     - ALSA: hda/realtek: Fix mute and micmute LEDs for an HP laptop
     - ALSA: hda/realtek: Fix mute and micmute LEDs for yet another HP laptop
   * linux-*: please enable dm-verity kconfigs to allow MoK/db verified root
     images (LP: #2019040)
     - [Config] CONFIG_DM_VERITY_VERIFY_ROOTHASH_SIG_SECONDARY_KEYRING=y
   * Lunar update: v6.2.13 upstream stable release (LP: #2023929)
     - ARM: dts: rockchip: fix a typo error for rk3288 spdif node
     - arm64: dts: rockchip: Lower sd speed on rk3566-soquartz
     - arm64: dts: qcom: ipq8074-hk01: enable QMP device, not the PHY node
     - arm64: dts: qcom: ipq8074-hk10: enable QMP device, not the PHY node
     - arm64: dts: meson-g12-common: specify full DMC range
     - arm64: dts: meson-g12-common: resolve conflict between canvas & pmu
     - perf/amlogic: adjust register offsets
     - arm64: dts: qcom: sc8280xp-pmics: fix pon compatible and registers
     - arm64: dts: imx8mm-evk: correct pmic clock source
     - arm64: dts: imx8mm-verdin: correct off-on-delay
     - arm64: dts: imx8mp-verdin: correct off-on-delay
     - netfilter: br_netfilter: fix recent physdev match breakage
     - netfilter: nf_tables: Modify nla_memdup's flag to GFP_KERNEL_ACCOUNT
     - rust: str: fix requierments->requirements typo
     - regulator: fan53555: Explicitly include bits header
     - regulator: fan53555: Fix wrong TCS_SLEW_MASK
     - virtio_net: bugfix overflow inside xdp_linearize_page()
     - sfc: Fix use-after-free due to selftest_work
     - netfilter: nf_tables: fix ifdef to also consider nf_tables=m
     - i40e: fix accessing vsi->active_filters without holding lock
     - i40e: fix i40e_setup_misc_vector() error handling
     - netfilter: nf_tables: validate catch-all set elements
     - cxgb4: fix use after free bugs caused by circular dependency problem
     - netfilter: nf_tables: tighten netlink attribute requirements for catch-all
       elements
     - bnxt_en: Do not initialize PTP on older P3/P4 chips
     - mlxfw: fix null-ptr-deref in mlxfw_mfa2_tlv_next()
     - LoongArch: Fix build error if CONFIG_SUSPEND is not set
     - bonding: Fix memory leak when changing bond type to Ethernet
     - net: rpl: fix rpl header size calculation
     - mlxsw: pci: Fix possible crash during initialization
     - spi: spi-rockchip: Fix missing unwind goto in rockchip_sfc_probe()
     - bpf: Fix incorrect verifier pruning due to missing register precision taints
     - net: dsa: microchip: ksz8795: Correctly handle huge frame configuration
     - bnxt_en: fix free-runnig PHC mode
     - e1000e: Disable TSO on i219-LM card to increase speed
     - net: bridge: switchdev: don't notify FDB entries with "master dynamic"
     - f2fs: Fix f2fs_truncate_partial_nodes ftrace event
     - platform/x86/intel: vsec: Fix a memory leak in intel_vsec_add_aux
     - platform/x86 (gigabyte-wmi): Add support for A320M-S2H V2
     - selftests: sigaltstack: fix -Wuninitialized
     - scsi: megaraid_sas: Fix fw_crash_buffer_show()
     - scsi: core: Improve scsi_vpd_inquiry() checks
     - net: dsa: b53: mmap: add phy ops
     - platform/x86: gigabyte-wmi: add support for B650 AORUS ELITE AX
     - s390/ptrace: fix PTRACE_GET_LAST_BREAK error handling
     - drm: buddy_allocator: Fix buddy allocator init on 32-bit systems
     - drm: test: Fix 32-bit issue in drm_buddy_test
     - nvme-tcp: fix a possible UAF when failing to allocate an io queue
     - xen/netback: use same error messages for same errors
     - platform/x86: gigabyte-wmi: add support for X570S AORUS ELITE
     - platform/x86: asus-nb-wmi: Add quirk_asus_tablet_mode to other ROG Flow X13
       models
     - mtd: spi-nor: fix memory leak when using debugfs_lookup()
     - pwm: Zero-initialize the pwm_state passed to driver's .get_state()
     - Revert "userfaultfd: don't fail on unrecognized features"
     - Revert "ACPICA: Events: Support fixed PCIe wake event"
     - iio: dac: ad5755: Add missing fwnode_handle_put()
     - iio: light: tsl2772: fix reading proximity-diodes from device tree
     - ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook
     - btrfs: set default discard iops_limit to 1000
     - btrfs: reinterpret async discard iops_limit=0 as no delay
     - rust: kernel: Mark rust_fmt_argument as extern "C"
     - LoongArch: module: set section addresses to 0x0
     - LoongArch: Check unwind_error() in arch_stack_walk()
     - LoongArch: Fix probing of the CRC32 feature
     - LoongArch: Mark 3 symbol exports as non-GPL
     - wifi: ath9k: Don't mark channelmap stack variable read-only in
       ath9k_mci_update_wlan_channels()
     - maple_tree: make maple state reusable after mas_empty_area_rev()
     - maple_tree: fix mas_empty_area() search
     - maple_tree: fix a potential memory leak, OOB access, or other unpredictable
       bug
     - ASoC: SOF: ipc4-topology: Clarify bind failure caused by missing fw_module
     - nilfs2: initialize unused bytes in segment summary blocks
     - mptcp: stops worker on unaccepted sockets at listener close
     - mptcp: fix accept vs worker race
     - tools/mm/page_owner_sort.c: fix TGID output when cull=tg is used
     - memstick: fix memory leak if card device is never registered
     - kernel/sys.c: fix and improve control flow in __sys_setres[ug]id()
     - writeback, cgroup: fix null-ptr-deref write in bdi_split_work_to_wbs
     - mmc: sdhci_am654: Set HIGH_SPEED_ENA for SDR12 and SDR25
     - drm/amdgpu: Fix desktop freezed after gpu-reset
     - drm/amd/display: set dcn315 lb bpp to 48
     - drm/rockchip: vop2: fix suspend/resume
     - drm/rockchip: vop2: Use regcache_sync() to fix suspend/resume
     - mm: fix memory leak on mm_init error handling
     - mm/userfaultfd: fix uffd-wp handling for THP migration entries
     - mm/khugepaged: check again on anon uffd-wp during isolation
     - mm/huge_memory.c: warn with pr_warn_ratelimited instead of
       VM_WARN_ON_ONCE_FOLIO
     - mm: kmsan: handle alloc failures in kmsan_ioremap_page_range()
     - mm: kmsan: handle alloc failures in kmsan_vmap_pages_range_noflush()
     - mm: page_alloc: skip regions with hugetlbfs pages when allocating 1G pages
     - mm/mmap: regression fix for unmapped_area{_topdown}
     - cifs: avoid dup prefix path in dfs_get_automount_devname()
     - KVM: arm64: Make vcpu flag updates non-preemptible
     - KVM: arm64: Fix buffer overflow in kvm_arm_set_fw_reg()
     - MIPS: Define RUNTIME_DISCARD_EXIT in LD script
     - LoongArch: Make -mstrict-align configurable
     - LoongArch: Make WriteCombine configurable for ioremap()
     - purgatory: fix disabling debug info
     - PCI/MSI: Remove over-zealous hardware size check in
       pci_msix_validate_entries()
     - [Config] updateconfigs for GCC12_NO_ARRAY_BOUNDS
     - gcc: disable '-Warray-bounds' for gcc-13 too
     - Input: cyttsp5 - fix sensing configuration data structure
     - Input: pegasus-notetaker - check pipe type when probing
     - iio: adc: at91-sama5d2_adc: fix an error code in at91_adc_allocate_trigger()
     - fpga: bridge: properly initialize bridge device before populating children
     - mm/page_alloc: fix potential deadlock on zonelist_update_seq seqlock
     - ASoC: SOF: pm: Tear down pipelines only if DSP was active
     - ASoC: fsl_asrc_dma: fix potential null-ptr-deref
     - ASoC: fsl_sai: Fix pins setting for i.MX8QM platform
     - ASN.1: Fix check for strdup() success
     - Linux 6.2.13
   * CVE-2023-2124
     - xfs: verify buffer contents when we skip log replay
   * cls_flower: off-by-one in fl_set_geneve_opt (LP: #2023577)
     - net/sched: flower: fix possible OOB write in fl_set_geneve_opt()
   * Some INVLPG implementations can leave Global translations unflushed when
     PCIDs are enabled (LP: #2023220)
     - x86/mm: Avoid incomplete Global INVLPG flushes
   * CVE-2023-2176
     - RDMA/core: Refactor rdma_bind_addr
   * support python < 3.9 with annotations (LP: #2020531)
     - [Packaging] kconfig/annotations.py: support older way of merging dicts
   * Packaging resync (LP: #1786013)
     - [Packaging] resync git-ubuntu-log
     - [Packaging] resync getabis

linux-hwe-6.2 (6.2.0-23.23~22.04.1) jammy; urgency=medium

   * jammy/linux-hwe-6.2: 6.2.0-23.23~22.04.1 -proposed tracker (LP: #2021604)
 
   * Packaging resync (LP: #1786013)
     - [Packaging] update variants
     - [Packaging] update Ubuntu.md
     - [Packaging] resync getabis
     - [Packaging] resync git-ubuntu-log
     - [Packaging] enable rust only in the master kernel for amd64
 
   * Revert variable symbol length modversion in all the jammy kernels
     (LP: #2025134)
     - Revert "UBUNTU: SAUCE: modpost: support arbitrary symbol length in
       modversion"
 
   [ Ubuntu: 6.2.0-23.23 ]
 
   * lunar/linux: 6.2.0-23.23 -proposed tracker (LP: #2019845)
   * Packaging resync (LP: #1786013)
     - [Packaging] update helper scripts
     - debian/dkms-versions -- update from kernel-versions (main/2023.05.15)
   * Fix flicker display problem on some panels which support PSR2 (LP: #2002968)
     - drm/i915/psr: Add continuous full frame bit together with single
   * Kernel 6.1 bumped the disk consumption on default images by 15%
     (LP: #2015867)
     - [Packaging] introduce a separate linux-lib-rust package
   * Update I915 PSR calculation on Linux 6.2 (LP: #2018655)
     - drm/i915: Fix fast wake AUX sync len
     - drm/i915: Explain the magic numbers for AUX SYNC/precharge length
   * Computer with Intel Atom CPU will  not boot with Kernel 6.2.0-20
     (LP: #2017444)
     - [Config]: Disable CONFIG_INTEL_ATOMISP
   * udev fails to make prctl() syscall with apparmor=0 (as used by maas by
     default) (LP: #2016908)
     - SAUCE: (no-up) Stacking v38: Fix prctl() syscall with apparmor=0
   * CVE-2023-32233
     - netfilter: nf_tables: deactivate anonymous set from preparation phase
   * CVE-2023-2612
     - SAUCE: shiftfs: prevent lock unbalance in shiftfs_create_object()
   * CVE-2023-31436
     - net: sched: sch_qfq: prevent slab-out-of-bounds in qfq_activate_agg
   * CVE-2023-1380
     - wifi: brcmfmac: slab-out-of-bounds read in brcmf_get_assoc_ies()
   * 5.19 not reporting cgroups v1 blkio.throttle.io_serviced  (LP: #2016186)
     - SAUCE: blk-throttle: Fix io statistics for cgroup v1
   * LSM stacking and AppArmor for 6.2: additional fixes (LP: #2017903)
     - SAUCE: (no-up) apparmor: fix policy_compat perms remap for file dfa
     - SAUCE: (no-up) apparmor: fix profile verification and enable it
     - SAUCE: (no-up) apparmor: fix: add missing failure check in
       compute_xmatch_perms
     - SAUCE: (no-up) apparmor: fix: kzalloc perms tables for shared dfas
   * Lunar update: v6.2.12 upstream stable release (LP: #2017219)
     - Revert "pinctrl: amd: Disable and mask interrupts on resume"
     - drm/amd/display: Pass the right info to drm_dp_remove_payload
     - drm/i915: Workaround ICL CSC_MODE sticky arming
     - ALSA: emu10k1: fix capture interrupt handler unlinking
     - ALSA: hda/sigmatel: add pin overrides for Intel DP45SG motherboard
     - ALSA: i2c/cs8427: fix iec958 mixer control deactivation
     - ALSA: hda: patch_realtek: add quirk for Asus N7601ZM
     - ALSA: hda/realtek: Add quirks for Lenovo Z13/Z16 Gen2
     - ALSA: firewire-tascam: add missing unwind goto in
       snd_tscm_stream_start_duplex()
     - ALSA: emu10k1: don't create old pass-through playback device on Audigy
     - ALSA: hda/sigmatel: fix S/PDIF out on Intel D*45* motherboards
     - ALSA: hda/hdmi: disable KAE for Intel DG2
     - Bluetooth: L2CAP: Fix use-after-free in l2cap_disconnect_{req,rsp}
     - Bluetooth: Fix race condition in hidp_session_thread
     - bluetooth: btbcm: Fix logic error in forming the board name.
     - Bluetooth: Free potentially unfreed SCO connection
     - Bluetooth: hci_conn: Fix possible UAF
     - btrfs: restore the thread_pool= behavior in remount for the end I/O
       workqueues
     - btrfs: fix fast csum implementation detection
     - fbmem: Reject FB_ACTIVATE_KD_TEXT from userspace
     - mtdblock: tolerate corrected bit-flips
     - mtd: rawnand: meson: fix bitmask for length in command word
     - mtd: rawnand: stm32_fmc2: remove unsupported EDO mode
     - mtd: rawnand: stm32_fmc2: use timings.mode instead of checking tRC_min
     - KVM: arm64: PMU: Restore the guest's EL0 event counting after migration
     - fbcon: Fix error paths in set_con2fb_map
     - fbcon: set_con2fb_map needs to set con2fb_map!
     - drm/i915/dsi: fix DSS CTL register offsets for TGL+
     - io_uring: complete request via task work in case of DEFER_TASKRUN
     - clk: sprd: set max_register according to mapping range
     - RDMA/irdma: Do not generate SW completions for NOPs
     - RDMA/irdma: Fix memory leak of PBLE objects
     - RDMA/irdma: Increase iWARP CM default rexmit count
     - RDMA/irdma: Add ipv4 check to irdma_find_listener()
     - IB/mlx5: Add support for 400G_8X lane speed
     - RDMA/erdma: Fix some typos
     - RDMA/erdma: Update default EQ depth to 4096 and max_send_wr to 8192
     - RDMA/erdma: Inline mtt entries into WQE if supported
     - RDMA/erdma: Defer probing if netdevice can not be found
     - clk: rs9: Fix suspend/resume
     - RDMA/cma: Allow UD qp_type to join multicast only
     - bpf: tcp: Use sock_gen_put instead of sock_put in bpf_iter_tcp
     - LoongArch, bpf: Fix jit to skip speculation barrier opcode
     - dmaengine: apple-admac: Handle 'global' interrupt flags
     - dmaengine: apple-admac: Set src_addr_widths capability
     - dmaengine: apple-admac: Fix 'current_tx' not getting freed
     - 9p/xen : Fix use after free bug in xen_9pfs_front_remove due to race
       condition
     - bpf, arm64: Fixed a BTI error on returning to patched function
     - KVM: arm64: Advertise ID_AA64PFR0_EL1.CSV2/3 to protected VMs
     - niu: Fix missing unwind goto in niu_alloc_channels()
     - tcp: restrict net.ipv4.tcp_app_win
     - bonding: fix ns validation on backup slaves
     - iavf: refactor VLAN filter states
     - iavf: remove active_cvlans and active_svlans bitmaps
     - net: openvswitch: fix race on port output
     - Bluetooth: hci_conn: Fix not cleaning up on LE Connection failure
     - Bluetooth: Fix printing errors if LE Connection times out
     - Bluetooth: SCO: Fix possible circular locking dependency sco_sock_getsockopt
     - Bluetooth: Set ISO Data Path on broadcast sink
     - drm/nouveau/fb: add missing sysmen flush callbacks
     - drm/armada: Fix a potential double free in an error handling path
     - qlcnic: check pci_reset_function result
     - smc: Fix use-after-free in tcp_write_timer_handler().
     - net: wwan: iosm: Fix error handling path in ipc_pcie_probe()
     - cgroup,freezer: hold cpu_hotplug_lock before freezer_mutex
     - rtnetlink: Restore RTM_NEW/DELLINK notification behavior
     - net: qrtr: Fix an uninit variable access bug in qrtr_tx_resume()
     - sctp: fix a potential overflow in sctp_ifwdtsn_skip
     - RDMA/core: Fix GID entry ref leak when create_ah fails
     - selftests: openvswitch: adjust datapath NL message declaration
     - udp6: fix potential access to stale information
     - selftests: add the missing CONFIG_IP_SCTP in net config
     - net: macb: fix a memory corruption in extended buffer descriptor mode
     - skbuff: Fix a race between coalescing and releasing SKBs
     - ARM: 9290/1: uaccess: Fix KASAN false-positives
     - ARM: dts: qcom: apq8026-lg-lenok: add missing reserved memory
     - arm64: dts: qcom: sa8540p-ride: correct name of remoteproc_nsp0 firmware
     - power: supply: rk817: Fix unsigned comparison with less than zero
     - power: supply: cros_usbpd: reclassify "default case!" as debug
     - power: supply: axp288_fuel_gauge: Added check for negative values
     - selftests/bpf: Fix progs/find_vma_fail1.c build error.
     - wifi: mwifiex: mark OF related data as maybe unused
     - i2c: imx-lpi2c: clean rx/tx buffers upon new message
     - i2c: hisi: Avoid redundant interrupts
     - efi: sysfb_efi: Add quirk for Lenovo Yoga Book X91F/L
     - block: ublk_drv: mark device as LIVE before adding disk
     - ACPI: video: Add backlight=native DMI quirk for Acer Aspire 3830TG
     - drm: panel-orientation-quirks: Add quirk for Lenovo Yoga Book X90F
     - hwmon: (peci/cputemp) Fix miscalculated DTS for SKX
     - hwmon: (xgene) Fix ioremap and memremap leak
     - verify_pefile: relax wrapper length check
     - asymmetric_keys: log on fatal failures in PE/pkcs7
     - nvme: send Identify with CNS 06h only to I/O controllers
     - wifi: iwlwifi: mvm: fix mvmtxq->stopped handling
     - wifi: iwlwifi: mvm: protect TXQ list manipulation
     - drm/amdgpu: add mes resume when do gfx post soft reset
     - drm/amdgpu: Force signal hw_fences that are embedded in non-sched jobs
     - drm/amdgpu/gfx: set cg flags to enter/exit safe mode
     - ACPI: resource: Add Medion S17413 to IRQ override quirk
     - tracing: Add trace_array_puts() to write into instance
     - tracing: Have tracing_snapshot_instance_cond() write errors to the
       appropriate instance
     - maple_tree: fix write memory barrier of nodes once dead for RCU mode
     - ksmbd: avoid out of bounds access in decode_preauth_ctxt()
     - riscv: add icache flush for nommu sigreturn trampoline
     - HID: intel-ish-hid: Fix kernel panic during warm reset
     - net: sfp: initialize sfp->i2c_block_size at sfp allocation
     - net: phy: nxp-c45-tja11xx: add remove callback
     - net: phy: nxp-c45-tja11xx: fix unsigned long multiplication overflow
     - scsi: ses: Handle enclosure with just a primary component gracefully
     - thermal: intel: Avoid updating unsupported THERM_STATUS_CLEAR mask bits
     - drm/amd/pm: correct the pcie link state check for SMU13
     - PCI: Fix use-after-free in pci_bus_release_domain_nr()
     - PCI/MSI: Provide missing stub for pci_msix_can_alloc_dyn()
     - x86/PCI: Add quirk for AMD XHCI controller that loses MSI-X state in D3hot
     - cgroup: fix display of forceidle time at root
     - cgroup/cpuset: Fix partition root's cpuset.cpus update bug
     - cgroup/cpuset: Wake up cpuset_attach_wq tasks in cpuset_cancel_attach()
     - cgroup/cpuset: Make cpuset_fork() handle CLONE_INTO_CGROUP properly
     - cgroup/cpuset: Add cpuset_can_fork() and cpuset_cancel_fork() methods
     - drm/amd/pm: correct SMU13.0.7 pstate profiling clock settings
     - drm/amd/pm: correct SMU13.0.7 max shader clock reporting
     - mptcp: use mptcp_schedule_work instead of open-coding it
     - mptcp: stricter state check in mptcp_worker
     - mptcp: fix NULL pointer dereference on fastopen early fallback
     - selftests: mptcp: userspace pm: uniform verify events
     - ubi: Fix failure attaching when vid_hdr offset equals to (sub)page size
     - ubi: Fix deadlock caused by recursively holding work_sem
     - i2c: mchp-pci1xxxx: Update Timing registers
     - powerpc/papr_scm: Update the NUMA distance table for the target node
     - sched/fair: Fix imbalance overflow
     - x86/rtc: Remove __init for runtime functions
     - i2c: ocores: generate stop condition after timeout in polling mode
     - cifs: fix negotiate context parsing
     - nvme-pci: mark Lexar NM760 as IGNORE_DEV_SUBNQN
     - nvme-pci: add NVME_QUIRK_BOGUS_NID for T-FORCE Z330 SSD
     - Linux 6.2.12
   * RFC: virtio and virtio-scsi should be built in (LP: #1685291)
     - [Config] Mark CONFIG_SCSI_VIRTIO built-in
   * Dell: Enable speaker mute hotkey LED indicator (LP: #2015972)
     - platform/x86: dell-laptop: Register ctl-led for speaker-mute
   * Debian autoreconstruct Fix restoration of execute permissions (LP: #2015498)
     - [Debian] autoreconstruct - fix restoration of execute permissions
   * Lost display on built-in monitor after suspend (LP: #2001599)
     - drm/i915: Generalize the PPS vlv_pipe_check() stuff
     - drm/i915: Try to use the correct power sequencer intiially on bxt/glk
     - drm/i915: Extend dual PPS handlind for ICP+
     - drm/i915: Reject unusable power sequencers
     - drm/i915: Print the PPS registers using consistent format
     - drm/i915: Fix whitespace
     - drm/i915: Improve PPS debugs
   * [SRU][Jammy] CONFIG_PCI_MESON is not enabled (LP: #2007745)
     - [Config] arm64: Enable PCI_MESON module
   * sched: cpumask: improve on cpumask_local_spread() locality (LP: #2008824)
     - lib/find: introduce find_nth_and_andnot_bit
     - cpumask: introduce cpumask_nth_and_andnot
     - sched: add sched_numa_find_nth_cpu()
     - cpumask: improve on cpumask_local_spread() locality
     - lib/cpumask: reorganize cpumask_local_spread() logic
     - sched/topology: Introduce sched_numa_hop_mask()
     - sched/topology: Introduce for_each_numa_hop_mask()
     - net/mlx5e: Improve remote NUMA preferences used for the IRQ affinity hints
     - lib/cpumask: update comment for cpumask_local_spread()
     - sched/topology: fix KASAN warning in hop_cmp()
   * Fix E-star testing failure with RTK 8852BE  (LP: #2012019)
     - wifi: rtw89: 8852be: enable CLKREQ of PCI capability
     - wifi: rtw89: release RX standby timer of beamformee CSI to save power
   * vmd may fail to create sysfs entry while `pci_rescan_bus()` called in some
     other drivers like wwan (LP: #2011389)
     - SAUCE: PCI: vmd: guard device addition and removal
   * Lunar update: v6.2.11 upstream stable release (LP: #2016879)
     - dm cache: Add some documentation to dm-cache-background-tracker.h
     - dm integrity: Remove bi_sector that's only used by commented debug code
     - dm: change "unsigned" to "unsigned int"
     - dm: fix improper splitting for abnormal bios
     - drm/i915: Move the DSB setup/cleaup into the color code
     - drm/i915: Add a .color_post_update() hook
     - gpio: GPIO_REGMAP: select REGMAP instead of depending on it
     - Drivers: vmbus: Check for channel allocation before looking up relids
     - ASoC: SOF: ipc4: Ensure DSP is in D0I0 during sof_ipc4_set_get_data()
     - pwm: hibvt: Explicitly set .polarity in .get_state()
     - pwm: cros-ec: Explicitly set .polarity in .get_state()
     - pwm: iqs620a: Explicitly set .polarity in .get_state()
     - pwm: sprd: Explicitly set .polarity in .get_state()
     - pwm: meson: Explicitly set .polarity in .get_state()
     - ASoC: codecs: lpass: fix the order or clks turn off during suspend
     - KVM: s390: pv: fix external interruption loop not always detected
     - wifi: mac80211: fix the size calculation of ieee80211_ie_len_eht_cap()
     - wifi: mac80211: fix invalid drv_sta_pre_rcu_remove calls for non-uploaded
       sta
     - net: qrtr: Fix a refcount bug in qrtr_recvmsg()
     - net: phylink: add phylink_expects_phy() method
     - net: stmmac: check if MAC needs to attach to a PHY
     - net: stmmac: remove redundant fixup to support fixed-link mode
     - wifi: brcmfmac: Fix SDIO suspend/resume regression
     - NFSD: Avoid calling OPDESC() with ops->opnum == OP_ILLEGAL
     - nfsd: call op_release, even when op_func returns an error
     - icmp: guard against too small mtu
     - ALSA: hda/hdmi: Preserve the previous PCM device upon re-enablement
     - net: don't let netpoll invoke NAPI if in xmit context
     - net: dsa: mv88e6xxx: Reset mv88e6393x force WD event bit
     - net: ethernet: mtk_eth_soc: fix remaining throughput regression
     - sctp: check send stream number after wait_for_sndbuf
     - drm/i915/huc: Cancel HuC delayed load timer on reset.
     - net: qrtr: Do not do DEL_SERVER broadcast after DEL_CLIENT
     - ipv6: Fix an uninit variable access bug in __ip6_make_skb()
     - platform/x86: think-lmi: Fix memory leak when showing current settings
     - platform/x86: think-lmi: Fix memory leaks when parsing ThinkStation WMI
       strings
     - platform/x86: think-lmi: Clean up display of current_value on Thinkstation
     - gpio: davinci: Do not clear the bank intr enable bit in save_context
     - gpio: davinci: Add irq chip flag to skip set wake
     - net: ethernet: ti: am65-cpsw: Fix mdio cleanup in probe
     - net: stmmac: fix up RX flow hash indirection table when setting channels
     - sunrpc: only free unix grouplist after RCU settles
     - NFSD: callback request does not use correct credential for AUTH_SYS
     - ice: fix wrong fallback logic for FDIR
     - ice: Reset FDIR counter in FDIR init stage
     - raw: use net_hash_mix() in hash function
     - raw: Fix NULL deref in raw_get_next().
     - ping: Fix potentail NULL deref for /proc/net/icmp.
     - ethtool: reset #lanes when lanes is omitted
     - netlink: annotate lockless accesses to nlk->max_recvmsg_len
     - gve: Secure enough bytes in the first TX desc for all TCP pkts
     - arm64: compat: Work around uninitialized variable warning
     - net: stmmac: check fwnode for phy device before scanning for phy
     - cxl/pci: Fix CDAT retrieval on big endian
     - cxl/pci: Handle truncated CDAT header
     - cxl/pci: Handle truncated CDAT entries
     - cxl/pci: Handle excessive CDAT length
     - PCI/DOE: Silence WARN splat with CONFIG_DEBUG_OBJECTS=y
     - PCI/DOE: Fix memory leak with CONFIG_DEBUG_OBJECTS=y
     - Revert "usb: xhci-pci: Set PROBE_PREFER_ASYNCHRONOUS"
     - usb: xhci: tegra: fix sleep in atomic call
     - xhci: Free the command allocated for setting LPM if we return early
     - xhci: also avoid the XHCI_ZERO_64B_REGS quirk with a passthrough iommu
     - usb: cdnsp: Fixes error: uninitialized symbol 'len'
     - usb: dwc3: pci: add support for the Intel Meteor Lake-S
     - USB: serial: cp210x: add Silicon Labs IFS-USB-DATACABLE IDs
     - usb: typec: altmodes/displayport: Fix configure initial pin assignment
     - USB: serial: option: add Telit FE990 compositions
     - USB: serial: option: add Quectel RM500U-CN modem
     - drivers: iio: adc: ltc2497: fix LSB shift
     - iio: adis16480: select CONFIG_CRC32
     - iio: adc: qcom-spmi-adc5: Fix the channel name
     - iio: adc: ti-ads7950: Set `can_sleep` flag for GPIO chip
     - iio: dac: cio-dac: Fix max DAC write value check for 12-bit
     - iio: adc: max11410: fix read_poll_timeout() usage
     - iio: accel: kionix-kx022a: Get the timestamp from the driver's private data
       in the trigger_handler
     - iio: buffer: correctly return bytes written in output buffers
     - iio: buffer: make sure O_NONBLOCK is respected
     - iio: light: cm32181: Unregister second I2C client if present
     - iio: light: vcnl4000: Fix WARN_ON on uninitialized lock
     - tty: serial: sh-sci: Fix transmit end interrupt handler
     - tty: serial: sh-sci: Fix Rx on RZ/G2L SCI
     - tty: serial: fsl_lpuart: avoid checking for transfer complete when
       UARTCTRL_SBK is asserted in lpuart32_tx_empty
     - tty: serial: fsl_lpuart: fix crash in lpuart_uport_is_active
     - nilfs2: fix potential UAF of struct nilfs_sc_info in nilfs_segctor_thread()
     - nilfs2: fix sysfs interface lifetime
     - fsdax: dedupe should compare the min of two iters' length
     - fsdax: unshare: zero destination if srcmap is HOLE or UNWRITTEN
     - fsdax: force clear dirty mark if CoW
     - dt-bindings: serial: renesas,scif: Fix 4th IRQ for 4-IRQ SCIFs
     - serial: 8250: Prevent starting up DMA Rx on THRI interrupt
     - ksmbd: do not call kvmalloc() with __GFP_NORETRY | __GFP_NO_WARN
     - ksmbd: fix slab-out-of-bounds in init_smb2_rsp_hdr
     - ALSA: hda/realtek: Add quirk for Clevo X370SNW
     - ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook
     - x86/acpi/boot: Correct acpi_is_processor_usable() check
     - x86/ACPI/boot: Use FADT version to check support for online capable
     - KVM: x86: Clear "has_error_code", not "error_code", for RM exception
       injection
     - KVM: nVMX: Do not report error code when synthesizing VM-Exit from Real Mode
     - KVM: SVM: Flush Hyper-V TLB when required
     - mm: kfence: fix PG_slab and memcg_data clearing
     - mm: kfence: fix handling discontiguous page
     - coresight: etm4x: Do not access TRCIDR1 for identification
     - coresight-etm4: Fix for() loop drvdata->nr_addr_cmp range bug
     - counter: 104-quad-8: Fix race condition between FLAG and CNTR reads
     - counter: 104-quad-8: Fix Synapse action reported for Index signals
     - blk-mq: directly poll requests
     - ftrace: Mark get_lock_parent_ip() __always_inline
     - ftrace: Fix issue that 'direct->addr' not restored in modify_ftrace_direct()
     - fs: drop peer group ids under namespace lock
     - can: j1939: j1939_tp_tx_dat_new(): fix out-of-bounds memory access
     - can: isotp: fix race between isotp_sendsmg() and isotp_release()
     - can: isotp: isotp_ops: fix poll() to not report false EPOLLOUT events
     - can: isotp: isotp_recvmsg(): use sock_recv_cmsgs() to get SOCK_RXQ_OVFL
       infos
     - ACPI: video: Add auto_detect arg to __acpi_video_get_backlight_type()
     - ACPI: video: Make acpi_backlight=video work independent from GPU driver
     - ACPI: video: Add acpi_backlight=video quirk for Apple iMac14,1 and iMac14,2
     - ACPI: video: Add acpi_backlight=video quirk for Lenovo ThinkPad W530
     - net: stmmac: Add queue reset into stmmac_xdp_open() function
     - tracing/synthetic: Fix races on freeing last_cmd
     - tracing/timerlat: Notify new max thread latency
     - tracing/osnoise: Fix notify new tracing_max_latency
     - tracing: Free error logs of tracing instances
     - iommufd: Check for uptr overflow
     - iommufd: Fix unpinning of pages when an access is present
     - iommufd: Do not corrupt the pfn list when doing batch carry
     - ASoC: hdac_hdmi: use set_stream() instead of set_tdm_slots()
     - ASoC: SOF: avoid a NULL dereference with unsupported widgets
     - iio: adc: ad7791: fix IRQ flags
     - io_uring: fix return value when removing provided buffers
     - io_uring: fix memory leak when removing provided buffers
     - scsi: qla2xxx: Fix memory leak in qla2x00_probe_one()
     - scsi: iscsi_tcp: Check that sock is valid before iscsi_set_param()
     - nvme: fix discard support without oncs
     - cifs: sanitize paths in cifs_update_super_prepath.
     - block: ublk: make sure that block size is set correctly
     - block: don't set GD_NEED_PART_SCAN if scan partition failed
     - perf: Optimize perf_pmu_migrate_context()
     - perf/core: Fix the same task check in perf_event_set_output
     - tracing/synthetic: Make lastcmd_mutex static
     - zsmalloc: document freeable stats
     - mm: vmalloc: avoid warn_alloc noise caused by fatal signal
     - wifi: mt76: mt7921: fix fw used for offload check for mt7922
     - wifi: mt76: ignore key disable commands
     - ublk: read any SQE values upfront
     - drm/panfrost: Fix the panfrost_mmu_map_fault_addr() error path
     - drm/nouveau/disp: Support more modes by checking with lower bpc
     - drm/i915: Fix context runtime accounting
     - drm/i915: fix race condition UAF in i915_perf_add_config_ioctl
     - ring-buffer: Fix race while reader and writer are on the same page
     - mm/swap: fix swap_info_struct race between swapoff and get_swap_pages()
     - mm/hugetlb: fix uffd wr-protection for CoW optimization path
     - maple_tree: fix get wrong data_end in mtree_lookup_walk()
     - maple_tree: fix a potential concurrency bug in RCU mode
     - drm/amd/display: Clear MST topology if it fails to resume
     - drm/amdgpu: for S0ix, skip SDMA 5.x+ suspend/resume
     - drm/amdgpu: skip psp suspend for IMU enabled ASICs mode2 reset
     - drm/bridge: lt9611: Fix PLL being unable to lock
     - mm: take a page reference when removing device exclusive entries
     - maple_tree: remove GFP_ZERO from kmem_cache_alloc() and
       kmem_cache_alloc_bulk()
     - maple_tree: fix potential rcu issue
     - maple_tree: reduce user error potential
     - maple_tree: fix handle of invalidated state in mas_wr_store_setup()
     - maple_tree: fix mas_prev() and mas_find() state handling
     - maple_tree: be more cautious about dead nodes
     - maple_tree: refine ma_state init from mas_start()
     - maple_tree: detect dead nodes in mas_start()
     - maple_tree: fix freeing of nodes in rcu mode
     - maple_tree: remove extra smp_wmb() from mas_dead_leaves()
     - maple_tree: add smp_rmb() to dead node detection
     - maple_tree: add RCU lock checking to rcu callback functions
     - mm: enable maple tree RCU mode by default.
     - Linux 6.2.11
   * Lunar update: v6.2.10 upstream stable release (LP: #2016878)
     - thunderbolt: Limit USB3 bandwidth of certain Intel USB4 host routers
     - cifs: update ip_addr for ses only for primary chan setup
     - cifs: prevent data race in cifs_reconnect_tcon()
     - cifs: avoid race conditions with parallel reconnects
     - zonefs: Reorganize code
     - zonefs: Simplify IO error handling
     - zonefs: Reduce struct zonefs_inode_info size
     - zonefs: Separate zone information from inode information
     - zonefs: Fix error message in zonefs_file_dio_append()
     - btrfs: rename BTRFS_FS_NO_OVERCOMMIT to BTRFS_FS_ACTIVE_ZONE_TRACKING
     - btrfs: zoned: count fresh BG region as zone unusable
     - btrfs: zoned: drop space_info->active_total_bytes
     - fsverity: don't drop pagecache at end of FS_IOC_ENABLE_VERITY
     - cifs: fix missing unload_nls() in smb2_reconnect()
     - xfrm: Zero padding when dumping algos and encap
     - ASoC: codecs: tx-macro: Fix for KASAN: slab-out-of-bounds
     - ASoC: Intel: avs: max98357a: Explicitly define codec format
     - ASoC: Intel: avs: da7219: Explicitly define codec format
     - ASoC: Intel: avs: rt5682: Explicitly define codec format
     - ASoC: Intel: avs: ssm4567: Remove nau8825 bits
     - ASoC: Intel: avs: nau8825: Adjust clock control
     - lib: zstd: Backport fix for in-place decompression
     - zstd: Fix definition of assert()
     - ACPI: video: Add backlight=native DMI quirk for Dell Vostro 15 3535
     - ACPI: x86: Introduce an acpi_quirk_skip_gpio_event_handlers() helper
     - ACPI: x86: Add skip i2c clients quirk for Acer Iconia One 7 B1-750
     - ACPI: x86: Add skip i2c clients quirk for Lenovo Yoga Book X90
     - ASoC: SOF: ipc3: Check for upper size limit for the received message
     - ASoC: SOF: ipc4-topology: Fix incorrect sample rate print unit
     - ASoC: SOF: Intel: pci-tng: revert invalid bar size setting
     - ASoC: SOF: Intel: hda-dsp: harden D0i3 programming sequence
     - ASoC: SOF: Intel: hda-ctrl: re-add sleep after entering and exiting reset
     - ASoC: SOF: IPC4: update gain ipc msg definition to align with fw
     - ASoC: hdmi-codec: only startup/shutdown on supported streams
     - wifi: mac80211: check basic rates validity
     - md: avoid signed overflow in slot_store()
     - x86/PVH: obtain VGA console info in Dom0
     - drm/amdkfd: Fix BO offset for multi-VMA page migration
     - drm/amdkfd: fix a potential double free in pqm_create_queue
     - drm/amdgpu/vcn: custom video info caps for sriov
     - drm/amdkfd: fix potential kgd_mem UAFs
     - drm/amd/display: Fix HDCP failing to enable after suspend
     - net: hsr: Don't log netdev_err message on unknown prp dst node
     - ALSA: asihpi: check pao in control_message()
     - ALSA: hda/ca0132: fixup buffer overrun at tuning_ctl_set()
     - fbdev: tgafb: Fix potential divide by zero
     - ACPI: tools: pfrut: Check if the input of level and type is in the right
       numeric range
     - sched_getaffinity: don't assume 'cpumask_size()' is fully initialized
     - nvme-pci: fixing memory leak in probe teardown path
     - nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM620
     - drm/amdkfd: Fixed kfd_process cleanup on module exit.
     - net/mlx5e: Lower maximum allowed MTU in XSK to match XDP prerequisites
     - fbdev: nvidia: Fix potential divide by zero
     - fbdev: intelfb: Fix potential divide by zero
     - fbdev: lxfb: Fix potential divide by zero
     - fbdev: au1200fb: Fix potential divide by zero
     - tools/power turbostat: Fix /dev/cpu_dma_latency warnings
     - tools/power turbostat: fix decoding of HWP_STATUS
     - tracing: Fix wrong return in kprobe_event_gen_test.c
     - btrfs: fix uninitialized variable warning in btrfs_update_block_group
     - btrfs: use temporary variable for space_info in btrfs_update_block_group
     - mtd: rawnand: meson: initialize struct with zeroes
     - mtd: nand: mxic-ecc: Fix mxic_ecc_data_xfer_wait_for_completion() when irq
       is used
     - ca8210: Fix unsigned mac_len comparison with zero in ca8210_skb_tx()
     - riscv/kvm: Fix VM hang in case of timer delta being zero.
     - mips: bmips: BCM6358: disable RAC flush for TP1
     - ALSA: usb-audio: Fix recursive locking at XRUN during syncing
     - PCI: dwc: Fix PORT_LINK_CONTROL update when CDM check enabled
     - platform/x86: think-lmi: add missing type attribute
     - platform/x86: think-lmi: use correct possible_values delimiters
     - platform/x86: think-lmi: only display possible_values if available
     - platform/x86: think-lmi: Add possible_values for ThinkStation
     - platform/surface: aggregator: Add missing fwnode_handle_put()
     - mtd: rawnand: meson: invalidate cache on polling ECC bit
     - SUNRPC: fix shutdown of NFS TCP client socket
     - sfc: ef10: don't overwrite offload features at NIC reset
     - scsi: megaraid_sas: Fix crash after a double completion
     - scsi: mpt3sas: Don't print sense pool info twice
     - net: dsa: realtek: fix out-of-bounds access
     - ptp_qoriq: fix memory leak in probe()
     - net: dsa: microchip: ksz8: fix ksz8_fdb_dump()
     - net: dsa: microchip: ksz8: fix ksz8_fdb_dump() to extract all 1024 entries
     - net: dsa: microchip: ksz8: fix offset for the timestamp filed
     - net: dsa: microchip: ksz8: ksz8_fdb_dump: avoid extracting ghost entry from
       empty dynamic MAC table.
     - net: dsa: microchip: ksz8863_smi: fix bulk access
     - net: dsa: microchip: ksz8: fix MDB configuration with non-zero VID
     - r8169: fix RTL8168H and RTL8107E rx crc error
     - regulator: Handle deferred clk
     - net/net_failover: fix txq exceeding warning
     - net: stmmac: don't reject VLANs when IFF_PROMISC is set
     - drm/i915/pmu: Use functions common with sysfs to read actual freq
     - drm/i915/tc: Fix the ICL PHY ownership check in TC-cold state
     - drm/i915/perf: Drop wakeref on GuC RC error
     - platform/x86/intel/pmc: Alder Lake PCH slp_s0_residency fix
     - can: bcm: bcm_tx_setup(): fix KMSAN uninit-value in vfs_write
     - s390/vfio-ap: fix memory leak in vfio_ap device driver
     - ACPI: bus: Rework system-level device notification handling
     - loop: LOOP_CONFIGURE: send uevents for partitions
     - net: mvpp2: classifier flow fix fragmentation flags
     - net: mvpp2: parser fix QinQ
     - net: mvpp2: parser fix PPPoE
     - smsc911x: avoid PHY being resumed when interface is not up
     - ice: Fix ice_cfg_rdma_fltr() to only update relevant fields
     - ice: add profile conflict check for AVF FDIR
     - ice: fix invalid check for empty list in ice_sched_assoc_vsi_to_agg()
     - net: ethernet: mtk_eth_soc: fix tx throughput regression with direct 1G
       links
     - ALSA: ymfpci: Create card with device-managed snd_devm_card_new()
     - ALSA: ymfpci: Fix BUG_ON in probe function
     - net: wwan: iosm: fixes 7560 modem crash
     - drm/nouveau/kms: Fix backlight registration
     - net: ipa: compute DMA pool size properly
     - bnx2x: use the right build_skb() helper
     - i40e: fix registers dump after run ethtool adapter self test
     - bnxt_en: Fix reporting of test result in ethtool selftest
     - bnxt_en: Fix typo in PCI id to device description string mapping
     - bnxt_en: Add missing 200G link speed reporting
     - net: dsa: mv88e6xxx: Enable IGMP snooping on user ports only
     - net: dsa: sync unicast and multicast addresses for VLAN filters too
     - net: ethernet: mtk_eth_soc: fix flow block refcounting logic
     - net: ethernet: mtk_eth_soc: fix L2 offloading with DSA untag offload
     - net: ethernet: mtk_eth_soc: add missing ppe cache flush when deleting a flow
     - pinctrl: ocelot: Fix alt mode for ocelot
     - Input: xpad - fix incorrectly applied patch for MAP_PROFILE_BUTTON
     - iommu/vt-d: Allow zero SAGAW if second-stage not supported
     - Revert "venus: firmware: Correct non-pix start and end addresses"
     - Input: i8042 - add TUXEDO devices to i8042 quirk tables for partial fix
     - Input: alps - fix compatibility with -funsigned-char
     - Input: focaltech - use explicitly signed char type
     - cifs: prevent infinite recursion in CIFSGetDFSRefer()
     - cifs: fix DFS traversal oops without CONFIG_CIFS_DFS_UPCALL
     - Input: i8042 - add quirk for Fujitsu Lifebook A574/H
     - Input: goodix - add Lenovo Yoga Book X90F to nine_bytes_report DMI table
     - btrfs: fix deadlock when aborting transaction during relocation with scrub
     - btrfs: fix race between quota disable and quota assign ioctls
     - btrfs: scan device in non-exclusive mode
     - btrfs: ignore fiemap path cache when there are multiple paths for a node
     - zonefs: Do not propagate iomap_dio_rw() ENOTBLK error to user space
     - io_uring/poll: clear single/double poll flags on poll arming
     - io_uring/rsrc: fix rogue rsrc node grabbing
     - io_uring: fix poll/netmsg alloc caches
     - vmxnet3: use gro callback when UPT is enabled
     - zonefs: Always invalidate last cached page on append write
     - dm: fix __send_duplicate_bios() to always allow for splitting IO
     - can: j1939: prevent deadlock by moving j1939_sk_errqueue()
     - xen/netback: don't do grant copy across page boundary
     - net: phy: dp83869: fix default value for tx-/rx-internal-delay
     - modpost: Fix processing of CRCs on 32-bit build machines
     - pinctrl: amd: Disable and mask interrupts on resume
     - pinctrl: at91-pio4: fix domain name assignment
     - platform/x86: ideapad-laptop: Stop sending KEY_TOUCHPAD_TOGGLE
     - thermal: intel: int340x: processor_thermal: Fix additional deadlock
     - powerpc: Don't try to copy PPR for task with NULL pt_regs
     - powerpc/pseries/vas: Ignore VAS update for DLPAR if copy/paste is not
       enabled
     - powerpc/64s: Fix __pte_needs_flush() false positive warning
     - NFSv4: Fix hangs when recovering open state after a server reboot
     - ALSA: hda/conexant: Partial revert of a quirk for Lenovo
     - ALSA: usb-audio: Fix regression on detection of Roland VS-100
     - ALSA: hda/realtek: Add quirks for some Clevo laptops
     - ALSA: hda/realtek: Add quirk for Lenovo ZhaoYang CF4620Z
     - xtensa: fix KASAN report for show_stack
     - rcu: Fix rcu_torture_read ftrace event
     - dt-bindings: mtd: jedec,spi-nor: Document CPOL/CPHA support
     - s390/uaccess: add missing earlyclobber annotations to __clear_user()
     - s390: reintroduce expoline dependence to scripts
     - drm/etnaviv: fix reference leak when mmaping imported buffer
     - drm/amdgpu: allow more APUs to do mode2 reset when go to S4
     - drm/amd/display: Add DSC Support for Synaptics Cascaded MST Hub
     - drm/amd/display: Take FEC Overhead into Timeslot Calculation
     - drm/i915/gem: Flush lmem contents after construction
     - drm/i915/dpt: Treat the DPT BO as a framebuffer
     - drm/i915: Disable DC states for all commits
     - drm/i915: Split icl_color_commit_noarm() from skl_color_commit_noarm()
     - drm/i915: Move CSC load back into .color_commit_arm() when PSR is enabled on
       skl/glk
     - KVM: arm64: PMU: Fix GET_ONE_REG for vPMC regs to return the current value
     - KVM: arm64: PMU: Don't save PMCR_EL0.{C,P} for the vCPU
     - KVM: arm64: Retry fault if vma_lookup() results become invalid
     - KVM: arm64: Disable interrupts while walking userspace PTs
     - KVM: arm64: Check for kvm_vma_mte_allowed in the critical section
     - usb: ucsi: Fix ucsi->connector race
     - libbpf: Fix BTF-to-C converter's padding logic
     - selftests/bpf: Add few corner cases to test padding handling of btf_dump
     - libbpf: Fix btf_dump's packed struct determination
     - drm/amdkfd: Get prange->offset after svm_range_vram_node_new
     - hsr: ratelimit only when errors are printed
     - x86/PVH: avoid 32-bit build warning when obtaining VGA console info
     - Revert "cpuidle, intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE again"
     - Linux 6.2.10
   * Lunar update: v6.2.9 upstream stable release (LP: #2016877)
     - interconnect: qcom: osm-l3: fix icc_onecell_data allocation
     - interconnect: qcom: sm8450: switch to qcom_icc_rpmh_* function
     - interconnect: qcom: qcm2290: Fix MASTER_SNOC_BIMC_NRT
     - perf/core: Fix perf_output_begin parameter is incorrectly invoked in
       perf_event_bpf_output
     - perf: fix perf_event_context->time
     - tracing/hwlat: Replace sched_setaffinity with set_cpus_allowed_ptr
     - drm/amd/display: fix k1 k2 divider programming for phantom streams
     - drm/amd/display: Remove OTG DIV register write for Virtual signals.
     - drm/amd/display: Fix DP MST sinks removal issue
     - arm64: dts: freescale: imx8-ss-lsio: Fix flexspi clock order
     - arm64: dts: qcom: sc8280xp: Add label property to vadc channel nodes
     - arm64: dts: qcom: sm6375: Add missing power-domain-named to CDSP
     - arm64: dts: qcom: sm8450: correct WSA2 assigned clocks
     - arm64: dts: qcom: sm8450: Mark UFS controller as cache coherent
     - power: supply: bq24190: Fix use after free bug in bq24190_remove due to race
       condition
     - power: supply: da9150: Fix use after free bug in da9150_charger_remove due
       to race condition
     - wifi: mt76: do not run mt76_unregister_device() on unregistered hw
     - wifi: mt76: connac: do not check WED status for non-mmio devices
     - efi: earlycon: Reprobe after parsing config tables
     - arm64: dts: imx8dxl-evk: Disable hibernation mode of AR8031 for EQOS
     - arm64: dts: imx8dxl-evk: Fix eqos phy reset gpio
     - ARM: dts: imx6sll: e70k02: fix usbotg1 pinctrl
     - ARM: dts: imx6sll: e60k02: fix usbotg1 pinctrl
     - ARM: dts: imx6sl: tolino-shine2hd: fix usbotg1 pinctrl
     - arm64: dts: imx8mn: specify #sound-dai-cells for SAI nodes
     - arm64: dts: imx93: add missing #address-cells and #size-cells to i2c nodes
     - NFS: Fix /proc/PID/io read_bytes for buffered reads
     - xsk: Add missing overflow check in xdp_umem_reg
     - iavf: fix inverted Rx hash condition leading to disabled hash
     - iavf: fix non-tunneled IPv6 UDP packet type and hashing
     - iavf: do not track VLAN 0 filters
     - intel/igbvf: free irq on the error path in igbvf_request_msix()
     - igbvf: Regard vf reset nack as success
     - igc: fix the validation logic for taprio's gate list
     - i2c: imx-lpi2c: check only for enabled interrupt flags
     - i2c: mxs: ensure that DMA buffers are safe for DMA
     - i2c: hisi: Only use the completion interrupt to finish the transfer
     - scsi: scsi_dh_alua: Fix memleak for 'qdata' in alua_activate()
     - nfsd: don't replace page in rq_pages if it's a continuation of last page
     - net: dsa: b53: mmap: fix device tree support
     - net: usb: smsc95xx: Limit packet length to skb->len
     - qed/qed_sriov: guard against NULL derefs from qed_iov_get_vf_info
     - xirc2ps_cs: Fix use after free bug in xirc2ps_detach
     - net: phy: Ensure state transitions are processed from phy_stop()
     - net: mdio: fix owner field for mdio buses registered using device-tree
     - net: mdio: fix owner field for mdio buses registered using ACPI
     - net: stmmac: Fix for mismatched host/device DMA address width
     - thermal/drivers/mellanox: Use generic thermal_zone_get_trip() function
     - mlxsw: core_thermal: Fix fan speed in maximum cooling state
     - drm/i915/fbdev: lock the fbdev obj before vma pin
     - drm/i915/mtl: Disable MC6 for MTL A step
     - drm/i915/guc: Rename GuC register state capture node to be more obvious
     - drm/i915/guc: Fix missing ecodes
     - drm/i915/gt: perform uc late init after probe error injection
     - drm/i915: Fix format for perf_limit_reasons
     - drm/i915: Update vblank timestamping stuff on seamless M/N change
     - net: dsa: report rx_bytes unadjusted for ETH_HLEN
     - net: qcom/emac: Fix use after free bug in emac_remove due to race condition
     - net: usb: lan78xx: Limit packet length to skb->len
     - net/ps3_gelic_net: Fix RX sk_buff length
     - net/ps3_gelic_net: Use dma_mapping_error
     - octeontx2-vf: Add missing free for alloc_percpu
     - bootconfig: Fix testcase to increase max node
     - keys: Do not cache key in task struct if key is requested from kernel thread
     - ice: check if VF exists before mode check
     - iavf: fix hang on reboot with ice
     - i40e: fix flow director packet filter programming
     - bpf: Adjust insufficient default bpf_jit_limit
     - net/mlx5e: Set uplink rep as NETNS_LOCAL
     - net/mlx5e: Block entering switchdev mode with ns inconsistency
     - net/mlx5: Fix steering rules cleanup
     - net/mlx5e: Overcome slow response for first macsec ASO WQE
     - net/mlx5: Read the TC mapping of all priorities on ETS query
     - net/mlx5: E-Switch, Fix an Oops in error handling code
     - net: dsa: tag_brcm: legacy: fix daisy-chained switches
     - atm: idt77252: fix kmemleak when rmmod idt77252
     - erspan: do not use skb_mac_header() in ndo_start_xmit()
     - net: mscc: ocelot: fix stats region batching
     - net/sonic: use dma_mapping_error() for error check
     - nvme-tcp: fix nvme_tcp_term_pdu to match spec
     - mlxsw: spectrum_fid: Fix incorrect local port type
     - hvc/xen: prevent concurrent accesses to the shared ring
     - ksmbd: add low bound validation to FSCTL_SET_ZERO_DATA
     - ksmbd: add low bound validation to FSCTL_QUERY_ALLOCATED_RANGES
     - ksmbd: fix possible refcount leak in smb2_open()
     - Bluetooth: hci_sync: Resume adv with no RPA when active scan
     - Bluetooth: hci_core: Detect if an ACL packet is in fact an ISO packet
     - Bluetooth: btusb: Remove detection of ISO packets over bulk
     - Bluetooth: ISO: fix timestamped HCI ISO data packet parsing
     - Bluetooth: Remove "Power-on" check from Mesh feature
     - gve: Cache link_speed value from device
     - net: asix: fix modprobe "sysfs: cannot create duplicate filename"
     - net: dsa: mt7530: move enabling disabling core clock to mt7530_pll_setup()
     - net: dsa: mt7530: move lowering TRGMII driving to mt7530_setup()
     - net: dsa: mt7530: move setting ssc_delta to PHY_INTERFACE_MODE_TRGMII case
     - net: mdio: thunder: Add missing fwnode_handle_put()
     - efi/libstub: Use relocated version of kernel's struct screen_info
     - drm/amd/display: Set dcn32 caps.seamless_odm
     - Bluetooth: btqcomsmd: Fix command timeout after setting BD address
     - Bluetooth: L2CAP: Fix responding with wrong PDU type
     - Bluetooth: btsdio: fix use after free bug in btsdio_remove due to unfinished
       work
     - Bluetooth: mgmt: Fix MGMT add advmon with RSSI command
     - Bluetooth: HCI: Fix global-out-of-bounds
     - platform/chrome: cros_ec_chardev: fix kernel data leak from ioctl
     - entry: Fix noinstr warning in __enter_from_user_mode()
     - perf/x86/amd/core: Always clear status for idx
     - entry/rcu: Check TIF_RESCHED _after_ delayed RCU wake-up
     - hwmon: fix potential sensor registration fail if of_node is missing
     - hwmon (it87): Fix voltage scaling for chips with 10.9mV ADCs
     - scsi: qla2xxx: Synchronize the IOCB count to be in order
     - scsi: qla2xxx: Perform lockless command completion in abort path
     - smb3: lower default deferred close timeout to address perf regression
     - smb3: fix unusable share after force unmount failure
     - uas: Add US_FL_NO_REPORT_OPCODES for JMicron JMS583Gen 2
     - thunderbolt: Use scale field when allocating USB3 bandwidth
     - thunderbolt: Call tb_check_quirks() after initializing adapters
     - thunderbolt: Add quirk to disable CLx
     - thunderbolt: Fix memory leak in margining
     - thunderbolt: Disable interrupt auto clear for rings
     - thunderbolt: Add missing UNSET_INBOUND_SBTX for retimer access
     - thunderbolt: Use const qualifier for `ring_interrupt_index`
     - thunderbolt: Rename shadowed variables bit to interrupt_bit and
       auto_clear_bit
     - ASoC: amd: yp: Add OMEN by HP Gaming Laptop 16z-n000 to quirks
     - ASoC: Intel: sof_rt5682: Add quirk for Rex board with mx98360a amplifier
     - ASoC: amd: yc: Add DMI entries to support HP OMEN 16-n0xxx (8A43)
     - ACPI: x86: Drop quirk for HP Elitebook
     - ACPI: x86: utils: Add Cezanne to the list for forcing StorageD3Enable
     - riscv: Bump COMMAND_LINE_SIZE value to 1024
     - drm/cirrus: NULL-check pipe->plane.state->fb in cirrus_pipe_update()
     - HID: cp2112: Fix driver not registering GPIO IRQ chip as threaded
     - ca8210: fix mac_len negative array access
     - HID: logitech-hidpp: Add support for Logitech MX Master 3S mouse
     - HID: intel-ish-hid: ipc: Fix potential use-after-free in work function
     - m68k: mm: Fix systems with memory at end of 32-bit address space
     - m68k: Only force 030 bus error if PC not in exception table
     - selftests/bpf: check that modifier resolves after pointer
     - cpumask: fix incorrect cpumask scanning result checks
     - scsi: target: iscsi: Fix an error message in iscsi_check_key()
     - scsi: qla2xxx: Add option to disable FC2 Target support
     - scsi: hisi_sas: Check devm_add_action() return value
     - scsi: ufs: core: Add soft dependency on governor_simpleondemand
     - scsi: lpfc: Check kzalloc() in lpfc_sli4_cgn_params_read()
     - scsi: lpfc: Avoid usage of list iterator variable after loop
     - scsi: mpi3mr: Driver unload crashes host when enhanced logging is enabled
     - scsi: mpi3mr: Wait for diagnostic save during controller init
     - scsi: mpi3mr: NVMe command size greater than 8K fails
     - scsi: mpi3mr: Bad drive in topology results kernel crash
     - scsi: storvsc: Handle BlockSize change in Hyper-V VHD/VHDX file
     - platform/x86: int3472: Add GPIOs to Surface Go 3 Board data
     - net: usb: cdc_mbim: avoid altsetting toggling for Telit FE990
     - net: usb: qmi_wwan: add Telit 0x1080 composition
     - drm/amd/display: Update clock table to include highest clock setting
     - sh: sanitize the flags on sigreturn
     - drm/amdgpu: Fix call trace warning and hang when removing amdgpu device
     - drm/amd: Fix initialization mistake for NBIO 7.3.0
     - net/sched: act_mirred: better wording on protection against excessive stack
       growth
     - act_mirred: use the backlog for nested calls to mirred ingress
     - cifs: lock chan_lock outside match_session
     - cifs: append path to open_enter trace event
     - cifs: do not poll server interfaces too regularly
     - cifs: empty interface list when server doesn't support query interfaces
     - cifs: dump pending mids for all channels in DebugData
     - cifs: print session id while listing open files
     - cifs: fix dentry lookups in directory handle cache
     - x86/mm: Do not shuffle CPU entry areas without KASLR
     - x86/fpu/xstate: Prevent false-positive warning in __copy_xstate_uabi_buf()
     - selftests/x86/amx: Add a ptrace test
     - scsi: core: Add BLIST_SKIP_VPD_PAGES for SKhynix H28U74301AMR
     - usb: misc: onboard-hub: add support for Microchip USB2517 USB 2.0 hub
     - usb: dwc2: fix a race, don't power off/on phy for dual-role mode
     - usb: dwc2: drd: fix inconsistent mode if role-switch-default-mode="host"
     - usb: dwc2: fix a devres leak in hw_enable upon suspend resume
     - block/io_uring: pass in issue_flags for uring_cmd task_work handling
     - usb: gadget: u_audio: don't let userspace block driver unbind
     - btrfs: zoned: fix btrfs_can_activate_zone() to support DUP profile
     - Bluetooth: Fix race condition in hci_cmd_sync_clear
     - efi: sysfb_efi: Fix DMI quirks not working for simpledrm
     - mm/slab: Fix undefined init_cache_node_node() for NUMA and !SMP
     - efi/libstub: zboot: Mark zboot EFI application as NX compatible
     - arm64: efi: Set NX compat flag in PE/COFF header
     - fscrypt: destroy keyring after security_sb_delete()
     - fsverity: Remove WQ_UNBOUND from fsverity read workqueue
     - lockd: set file_lock start and end when decoding nlm4 testargs
     - arm64: dts: imx8mm-nitrogen-r2: fix WM8960 clock name
     - igb: revert rtnl_lock() that causes deadlock
     - dm thin: fix deadlock when swapping to thin device
     - usb: typec: tcpm: fix create duplicate source-capabilities file
     - usb: typec: tcpm: fix warning when handle discover_identity message
     - usb: cdns3: Fix issue with using incorrect PCI device function
     - usb: cdnsp: Fixes issue with redundant Status Stage
     - usb: cdnsp: changes PCI Device ID to fix conflict with CNDS3 driver
     - usb: chipdea: core: fix return -EINVAL if request role is the same with
       current role
     - usb: chipidea: core: fix possible concurrent when switch role
     - usb: dwc3: gadget: Add 1ms delay after end transfer command without IOC
     - usb: ucsi: Fix NULL pointer deref in ucsi_connector_change()
     - usb: ucsi_acpi: Increase the command completion timeout
     - mm: kfence: fix using kfence_metadata without initialization in
       show_object()
     - kfence: avoid passing -g for test
     - io_uring/net: avoid sending -ECONNABORTED on repeated connection requests
     - io_uring/rsrc: fix null-ptr-deref in io_file_bitmap_get()
     - Revert "kasan: drop skip_kasan_poison variable in free_pages_prepare"
     - kcsan: avoid passing -g for test
     - test_maple_tree: add more testing for mas_empty_area()
     - maple_tree: fix mas_skip_node() end slot detection
     - ksmbd: fix wrong signingkey creation when encryption is AES256
     - ksmbd: set FILE_NAMED_STREAMS attribute in FS_ATTRIBUTE_INFORMATION
     - ksmbd: don't terminate inactive sessions after a few seconds
     - ksmbd: return STATUS_NOT_SUPPORTED on unsupported smb2.0 dialect
     - ksmbd: return unsupported error on smb1 mount
     - wifi: mac80211: fix qos on mesh interfaces
     - wifi: mac80211: Serialize ieee80211_handle_wake_tx_queue()
     - nilfs2: fix kernel-infoleak in nilfs_ioctl_wrap_copy()
     - drm/bridge: lt8912b: return EPROBE_DEFER if bridge is not found
     - drm/amd/display: fix wrong index used in dccg32_set_dpstreamclk
     - drm/meson: fix missing component unbind on bind errors
     - drm/amdgpu/nv: Apply ASPM quirk on Intel ADL + AMD Navi
     - drm/i915/active: Fix missing debug object activation
     - drm/i915: Preserve crtc_state->inherited during state clearing
     - drm/amdgpu: skip ASIC reset for APUs when go to S4
     - drm/amdgpu: reposition the gpu reset checking for reuse
     - riscv: mm: Fix incorrect ASID argument when flushing TLB
     - riscv: Handle zicsr/zifencei issues between clang and binutils
     - tee: amdtee: fix race condition in amdtee_open_session
     - firmware: arm_scmi: Fix device node validation for mailbox transport
     - arm64: dts: qcom: sc8280xp-x13s: mark s11b regulator as always-on
     - arm64: dts: qcom: sc7280: Mark PCIe controller as cache coherent
     - arm64: dts: qcom: sm8150: Fix the iommu mask used for PCIe controllers
     - soc: qcom: llcc: Fix slice configuration values for SC8280XP
     - mm/ksm: fix race with VMA iteration and mm_struct teardown
     - bus: imx-weim: fix branch condition evaluates to a garbage value
     - i2c: xgene-slimpro: Fix out-of-bounds bug in xgene_slimpro_i2c_xfer()
     - dm stats: check for and propagate alloc_percpu failure
     - dm crypt: add cond_resched() to dmcrypt_write()
     - dm crypt: avoid accessing uninitialized tasklet
     - sched/fair: sanitize vruntime of entity being placed
     - sched/fair: Sanitize vruntime of entity being migrated
     - Linux 6.2.9
     - [Config] ppc64: updateconfigs following v6.2.9 stable updates
   * Lunar update: v6.2.8 upstream stable release (LP: #2016876)
     - xfrm: Allow transport-mode states with AF_UNSPEC selector
     - drm/virtio: Pass correct device to dma_sync_sgtable_for_device()
     - drm/msm/gem: Prevent blocking within shrinker loop
     - drm/panfrost: Don't sync rpm suspension after mmu flushing
     - fbdev: chipsfb: Fix error codes in chipsfb_pci_init()
     - cifs: Move the in_send statistic to __smb_send_rqst()
     - drm/meson: fix 1px pink line on GXM when scaling video overlay
     - clk: HI655X: select REGMAP instead of depending on it
     - selftests: amd-pstate: fix TEST_FILES
     - ASoC: SOF: Intel: MTL: Fix the device description
     - ASoC: SOF: Intel: HDA: Fix device description
     - ASoC: SOF: Intel: SKL: Fix device description
     - ASOC: SOF: Intel: pci-tgl: Fix device description
     - ASoC: SOF: ipc4-topology: set dmic dai index from copier
     - docs: Correct missing "d_" prefix for dentry_operations member
       d_weak_revalidate
     - scsi: mpt3sas: Fix NULL pointer access in mpt3sas_transport_port_add()
     - scsi: mpi3mr: Fix throttle_groups memory leak
     - scsi: mpi3mr: Fix config page DMA memory leak
     - scsi: mpi3mr: Fix mpi3mr_hba_port memory leak in mpi3mr_remove()
     - scsi: mpi3mr: Fix sas_hba.phy memory leak in mpi3mr_remove()
     - scsi: mpi3mr: Return proper values for failures in firmware init path
     - scsi: mpi3mr: Fix memory leaks in mpi3mr_init_ioc()
     - scsi: mpi3mr: ioctl timeout when disabling/enabling interrupt
     - scsi: mpi3mr: Fix expander node leak in mpi3mr_remove()
     - ALSA: hda: Match only Intel devices with CONTROLLER_IN_GPU()
     - netfilter: nft_nat: correct length for loading protocol registers
     - netfilter: nft_masq: correct length for loading protocol registers
     - netfilter: nft_redir: correct length for loading protocol registers
     - netfilter: nft_redir: correct value of inet type `.maxattrs`
     - scsi: core: Add BLIST_NO_VPD_SIZE for some VDASD
     - scsi: core: Fix a procfs host directory removal regression
     - ftrace,kcfi: Define ftrace_stub_graph conditionally
     - tcp: tcp_make_synack() can be called from process context
     - vdpa/mlx5: should not activate virtq object when suspended
     - wifi: nl80211: fix NULL-ptr deref in offchan check
     - wifi: cfg80211: fix MLO connection ownership
     - selftests: fix LLVM build for i386 and x86_64
     - nfc: pn533: initialize struct pn533_out_arg properly
     - ipvlan: Make skb->skb_iif track skb->dev for l3s mode
     - i40e: Fix kernel crash during reboot when adapter is in recovery mode
     - vhost-vdpa: free iommu domain after last use during cleanup
     - vdpa_sim: not reset state in vdpasim_queue_ready
     - vdpa_sim: set last_used_idx as last_avail_idx in vdpasim_queue_ready
     - PCI: s390: Fix use-after-free of PCI resources with per-function hotplug
     - bnxt_en: reset PHC frequency in free-running mode
     - net/smc: fix NULL sndbuf_desc in smc_cdc_tx_handler()
     - qed/qed_dev: guard against a possible division by zero
     - net: dsa: mt7530: remove now incorrect comment regarding port 5
     - net: dsa: mt7530: set PLL frequency and trgmii only when trgmii is used
     - block: do not reverse request order when flushing plug list
     - loop: Fix use-after-free issues
     - blk-mq: fix "bad unlock balance detected" on q->srcu in
       __blk_mq_run_dispatch_ops
     - net: tunnels: annotate lockless accesses to dev->needed_headroom
     - net: phy: smsc: bail out in lan87xx_read_status if genphy_read_status fails
     - tcp: Fix bind() conflict check for dual-stack wildcard address.
     - nfc: st-nci: Fix use after free bug in ndlc_remove due to race condition
     - mlxsw: spectrum: Fix incorrect parsing depth after reload
     - net/smc: fix deadlock triggered by cancel_delayed_work_syn()
     - net: usb: smsc75xx: Limit packet length to skb->len
     - net: ethernet: mtk_eth_soc: reset PCS state
     - net: ethernet: mtk_eth_soc: only write values if needed
     - drm/bridge: Fix returned array size name for atomic_get_input_bus_fmts kdoc
     - powerpc/mm: Fix false detection of read faults
     - block: null_blk: Fix handling of fake timeout request
     - nvme: fix handling single range discard request
     - nvmet: avoid potential UAF in nvmet_req_complete()
     - block: sunvdc: add check for mdesc_grab() returning NULL
     - block: count 'ios' and 'sectors' when io is done for bio-based device
     - net/mlx5e: Fix macsec ASO context alignment
     - net/mlx5e: Don't cache tunnel offloads capability
     - net/mlx5: Fix setting ec_function bit in MANAGE_PAGES
     - net/mlx5: Disable eswitch before waiting for VF pages
     - net/mlx5: E-switch, Fix wrong usage of source port rewrite in split rules
     - net/mlx5: E-switch, Fix missing set of split_count when forward to ovs
       internal port
     - net/mlx5e: Fix cleanup null-ptr deref on encap lock
     - net/mlx5: Set BREAK_FW_WAIT flag first when removing driver
     - veth: Fix use after free in XDP_REDIRECT
     - ice: xsk: disable txq irq before flushing hw
     - net: dsa: don't error out when drivers return ETH_DATA_LEN in
       .port_max_mtu()
     - net: dsa: mv88e6xxx: fix max_mtu of 1492 on 6165, 6191, 6220, 6250, 6290
     - ravb: avoid PHY being resumed when interface is not up
     - sh_eth: avoid PHY being resumed when interface is not up
     - ipv4: Fix incorrect table ID in IOCTL path
     - net: usb: smsc75xx: Move packet length check to prevent kernel panic in
       skb_pull
     - net: atlantic: Fix crash when XDP is enabled but no program is loaded
     - net/iucv: Fix size of interrupt data
     - i825xx: sni_82596: use eth_hw_addr_set()
     - qed/qed_mng_tlv: correctly zero out ->min instead of ->hour
     - net: dsa: microchip: fix RGMII delay configuration on
       KSZ8765/KSZ8794/KSZ8795
     - ethernet: sun: add check for the mdesc_grab()
     - net: renesas: rswitch: Rename rings in struct rswitch_gwca_queue
     - net: renesas: rswitch: Fix the output value of quote from rswitch_rx()
     - bonding: restore IFF_MASTER/SLAVE flags on bond enslave ether type change
     - bonding: restore bond's IFF_SLAVE flag if a non-eth dev enslave fails
     - hwmon: (adt7475) Display smoothing attributes in correct order
     - hwmon: (adt7475) Fix masking of hysteresis registers
     - hwmon: (xgene) Fix use after free bug in xgene_hwmon_remove due to race
       condition
     - hwmon: (ina3221) return prober error code
     - hwmon: (ucd90320) Add minimum delay between bus accesses
     - hwmon: tmp512: drop of_match_ptr for ID table
     - kconfig: Update config changed flag before calling callback
     - hwmon: (adm1266) Set `can_sleep` flag for GPIO chip
     - hwmon: (ltc2992) Set `can_sleep` flag for GPIO chip
     - media: m5mols: fix off-by-one loop termination error
     - ext4: update s_journal_inum if it changes after journal replay
     - ext4: fix task hung in ext4_xattr_delete_inode
     - drm/amdkfd: Fix an illegal memory access
     - net/9p: fix bug in client create for .L
     - LoongArch: Only call get_timer_irq() once in constant_clockevent_init()
     - sh: intc: Avoid spurious sizeof-pointer-div warning
     - drm/amdgpu: fix ttm_bo calltrace warning in psp_hw_fini
     - drm/amd/display: fix shift-out-of-bounds in CalculateVMAndRowBytes
     - ext4: fix possible double unlock when moving a directory
     - Revert "tty: serial: fsl_lpuart: adjust SERIAL_FSL_LPUART_CONSOLE config
       dependency"
     - tty: serial: fsl_lpuart: fix race on RX DMA shutdown
     - tty: serial: fsl_lpuart: skip waiting for transmission complete when
       UARTCTRL_SBK is asserted
     - serial: 8250_em: Fix UART port type
     - serial: 8250_fsl: fix handle_irq locking
     - serial: 8250: ASPEED_VUART: select REGMAP instead of depending on it
     - firmware: xilinx: don't make a sleepable memory allocation from an atomic
       context
     - memory: tegra: fix interconnect registration race
     - memory: tegra20-emc: fix interconnect registration race
     - memory: tegra124-emc: fix interconnect registration race
     - memory: tegra30-emc: fix interconnect registration race
     - drm/ttm: Fix a NULL pointer dereference
     - s390/ipl: add missing intersection check to ipl_report handling
     - interconnect: fix icc_provider_del() error handling
     - interconnect: fix provider registration API
     - interconnect: imx: fix registration race
     - interconnect: fix mem leak when freeing nodes
     - interconnect: qcom: osm-l3: fix registration race
     - interconnect: qcom: rpm: fix probe child-node error handling
     - interconnect: qcom: rpm: fix registration race
     - interconnect: qcom: rpmh: fix probe child-node error handling
     - interconnect: qcom: rpmh: fix registration race
     - interconnect: qcom: msm8974: fix registration race
     - interconnect: exynos: fix node leak in probe PM QoS error path
     - interconnect: exynos: fix registration race
     - md: select BLOCK_LEGACY_AUTOLOAD
     - cifs: generate signkey for the channel that's reconnecting
     - tracing: Make splice_read available again
     - tracing: Do not let histogram values have some modifiers
     - tracing: Check field value in hist_field_name()
     - tracing: Make tracepoint lockdep check actually test something
     - cifs: Fix smb2_set_path_size()
     - cifs: set DFS root session in cifs_get_smb_ses()
     - cifs: fix use-after-free bug in refresh_cache_worker()
     - cifs: return DFS root session id in DebugData
     - cifs: use DFS root session instead of tcon ses
     - KVM: SVM: Fix a benign off-by-one bug in AVIC physical table mask
     - KVM: SVM: Modify AVIC GATag to support max number of 512 vCPUs
     - ALSA: hda: intel-dsp-config: add MTL PCI id
     - ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book2 Pro
     - Revert "riscv: mm: notify remote harts about mmu cache updates"
     - riscv: asid: Fixup stale TLB entry cause application crash
     - drm/edid: fix info leak when failing to get panel id
     - drm/shmem-helper: Remove another errant put in error path
     - drm/sun4i: fix missing component unbind on bind errors
     - drm/i915/active: Fix misuse of non-idle barriers as fence trackers
     - drm/i915/dg2: Add HDMI pixel clock frequencies 267.30 and 319.89 MHz
     - drm/amdgpu: Don't resume IOMMU after incomplete init
     - drm/amd/pm: Fix sienna cichlid incorrect OD volage after resume
     - drm/amdgpu/vcn: Disable indirect SRAM on Vangogh broken BIOSes
     - drm/amd/pm: bump SMU 13.0.4 driver_if header version
     - drm/amd/display: Do not set DRR on pipe Commit
     - drm/amd/display: disconnect MPCC only on OTG change
     - drm/amd/display: Write to correct dirty_rect
     - mptcp: fix possible deadlock in subflow_error_report
     - mptcp: refactor passive socket initialization
     - mptcp: use the workqueue to destroy unaccepted sockets
     - mptcp: fix UaF in listener shutdown
     - mptcp: add ro_after_init for tcp{,v6}_prot_override
     - mptcp: avoid setting TCP_CLOSE state twice
     - mptcp: fix lockdep false positive in mptcp_pm_nl_create_listen_socket()
     - ftrace: Fix invalid address access in lookup_rec() when index is 0
     - ocfs2: fix data corruption after failed write
     - nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV3000
     - ice: avoid bonding causing auxiliary plug/unplug under RTNL lock
     - vp_vdpa: fix the crash in hot unplug with vp_vdpa
     - mm/userfaultfd: propagate uffd-wp bit when PTE-mapping the huge zeropage
     - mm: teach mincore_hugetlb about pte markers
     - powerpc/64: Set default CPU in Kconfig
     - powerpc/boot: Don't always pass -mcpu=powerpc when building 32-bit uImage
     - mmc: sdhci_am654: lower power-on failed message severity
     - fbdev: stifb: Provide valid pixelclock and add fb_check_var() checks
     - trace/hwlat: Do not wipe the contents of per-cpu thread data
     - trace/hwlat: Do not start per-cpu thread if it is already running
     - ACPI: PPTT: Fix to avoid sleep in the atomic context when PPTT is absent
     - net: phy: nxp-c45-tja11xx: fix MII_BASIC_CONFIG_REV bit
     - fbdev: Fix incorrect page mapping clearance at fb_deferred_io_release()
     - RISC-V: mm: Support huge page in vmalloc_fault()
     - io_uring/msg_ring: let target know allocated index
     - cpuidle: psci: Iterate backwards over list in psci_pd_remove()
     - ASoC: Intel: soc-acpi: fix copy-paste issue in topology names
     - ASoC: qcom: q6prm: fix incorrect clk_root passed to ADSP
     - x86/mce: Make sure logged MCEs are processed after sysfs update
     - x86/mm: Fix use of uninitialized buffer in sme_enable()
     - x86/resctrl: Clear staged_config[] before and after it is used
     - powerpc: Pass correct CPU reference to assembler
     - virt/coco/sev-guest: Check SEV_SNP attribute at probe time
     - virt/coco/sev-guest: Simplify extended guest request handling
     - virt/coco/sev-guest: Remove the disable_vmpck label in
       handle_guest_request()
     - virt/coco/sev-guest: Carve out the request issuing logic into a helper
     - virt/coco/sev-guest: Do some code style cleanups
     - virt/coco/sev-guest: Convert the sw_exit_info_2 checking to a switch-case
     - virt/coco/sev-guest: Add throttling awareness
     - perf: Fix check before add_event_to_groups() in perf_group_detach()
     - powerpc: Disable CPU unknown by CLANG when CC_IS_CLANG
     - powerpc/64: Replace -mcpu=e500mc64 by -mcpu=e5500
     - Linux 6.2.8
     - [Config] ppc64: updateconfigs following v6.2.8 stable updates
   * Lunar update: v6.2.8 upstream stable release (LP: #2016876) //
     CVE-2023-30456
     - KVM: nVMX: add missing consistency checks for CR0 and CR4
   * Lunar update: v6.2.7 upstream stable release (LP: #2016875)
     - fs: prevent out-of-bounds array speculation when closing a file descriptor
     - btrfs: fix unnecessary increment of read error stat on write error
     - btrfs: fix percent calculation for bg reclaim message
     - btrfs: fix block group item corruption after inserting new block group
     - io_uring/uring_cmd: ensure that device supports IOPOLL
     - erofs: fix wrong kunmap when using LZMA on HIGHMEM platforms
     - perf inject: Fix --buildid-all not to eat up MMAP2
     - fork: allow CLONE_NEWTIME in clone3 flags
     - RISC-V: Stop emitting attributes
     - thermal: intel: int340x: processor_thermal: Fix deadlock
     - x86/CPU/AMD: Disable XSAVES on AMD family 0x17
     - drm/amdgpu: fix error checking in amdgpu_read_mm_registers for soc15
     - drm/amdgpu: fix error checking in amdgpu_read_mm_registers for soc21
     - drm/amdgpu: fix error checking in amdgpu_read_mm_registers for nv
     - drm/display: Don't block HDR_OUTPUT_METADATA on unknown EOTF
     - drm/connector: print max_requested_bpc in state debugfs
     - drm/msm/adreno: fix runtime PM imbalance at unbind
     - staging: rtl8723bs: Fix key-store index handling
     - staging: rtl8723bs: Pass correct parameters to cfg80211_get_bss()
     - ext4: fix cgroup writeback accounting with fs-layer encryption
     - ext4: fix RENAME_WHITEOUT handling for inline directories
     - ext4: fix another off-by-one fsmap error on 1k block filesystems
     - ext4: move where set the MAY_INLINE_DATA flag is set
     - ext4: fix WARNING in ext4_update_inline_data
     - ext4: zero i_disksize when initializing the bootloader inode
     - HID: core: Provide new max_buffer_size attribute to over-ride the default
     - HID: uhid: Over-ride the default maximum data buffer value with our own
     - nfc: change order inside nfc_se_io error path
     - KVM: VMX: Reset eVMCS controls in VP assist page during hardware disabling
     - KVM: VMX: Don't bother disabling eVMCS static key on module exit
     - KVM: x86: Move guts of kvm_arch_init() to standalone helper
     - KVM: VMX: Do _all_ initialization before exposing /dev/kvm to userspace
     - udf: Fix off-by-one error when discarding preallocation
     - bus: mhi: ep: Power up/down MHI stack during MHI RESET
     - bus: mhi: ep: Change state_lock to mutex
     - drm/i915: Introduce intel_panel_init_alloc()
     - drm/i915: Do panel VBT init early if the VBT declares an explicit panel type
     - drm/i915: Populate encoder->devdata for DSI on icl+
     - block: Revert "block: Do not reread partition table on exclusively open
       device"
     - block: fix scan partition for exclusively open device again
     - riscv: Add header include guards to insn.h
     - scsi: core: Remove the /proc/scsi/${proc_name} directory earlier
     - ext4: Fix possible corruption when moving a directory
     - drm/nouveau/kms/nv50: fix nv50_wndw_new_ prototype
     - drm/nouveau/fb/gp102-: cache scrubber binary on first load
     - drm/msm: Fix potential invalid ptr free
     - drm/msm/a5xx: fix setting of the CP_PREEMPT_ENABLE_LOCAL register
     - drm/msm/a5xx: fix highest bank bit for a530
     - drm/msm/a5xx: fix the emptyness check in the preempt code
     - drm/msm/a5xx: fix context faults during ring switch
     - bgmac: fix initial chip reset to support BCM5358
     - nfc: fdp: add null check of devm_kmalloc_array in
       fdp_nci_i2c_read_device_properties
     - powerpc: dts: t1040rdb: fix compatible string for Rev A boards
     - tls: rx: fix return value for async crypto
     - drm/msm/dpu: disable features unsupported by QCM2290
     - ila: do not generate empty messages in ila_xlat_nl_cmd_get_mapping()
     - net: lan966x: Fix port police support using tc-matchall
     - selftests: nft_nat: ensuring the listening side is up before starting the
       client
     - netfilter: nft_last: copy content when cloning expression
     - netfilter: nft_quota: copy content when cloning expression
     - net: tls: fix possible race condition between do_tls_getsockopt_conf() and
       do_tls_setsockopt_conf()
     - net: use indirect calls helpers for sk_exit_memory_pressure()
     - perf stat: Fix counting when initial delay configured
     - net: lan78xx: fix accessing the LAN7800's internal phy specific registers
       from the MAC driver
     - net: caif: Fix use-after-free in cfusbl_device_notify()
     - ice: copy last block omitted in ice_get_module_eeprom()
     - nfp: fix incorrectly set csum flag for nfd3 path
     - nfp: fix esp-tx-csum-offload doesn't take effect
     - bpf, sockmap: Fix an infinite loop error when len is 0 in
       tcp_bpf_recvmsg_parser()
     - drm/msm/dpu: fix len of sc7180 ctl blocks
     - drm/msm/dpu: fix sm6115 and qcm2290 mixer width limits
     - drm/msm/dpu: correct sm8250 and sm8350 scaler
     - drm/msm/dpu: correct sm6115 scaler
     - drm/msm/dpu: drop DPU_DIM_LAYER from MIXER_MSM8998_MASK
     - drm/msm/dpu: fix clocks settings for msm8998 SSPP blocks
     - drm/msm/disp/dpu: fix sc7280_pp base offset
     - drm/msm/dpu: clear DSPP reservations in rm release
     - net: stmmac: add to set device wake up flag when stmmac init phy
     - net: phylib: get rid of unnecessary locking
     - bnxt_en: Avoid order-5 memory allocation for TPA data
     - netfilter: ctnetlink: revert to dumping mark regardless of event type
     - netfilter: tproxy: fix deadlock due to missing BH disable
     - m68k: mm: Move initrd phys_to_virt handling after paging_init()
     - btrfs: fix extent map logging bit not cleared for split maps after dropping
       range
     - bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES
     - btf: fix resolving BTF_KIND_VAR after ARRAY, STRUCT, UNION, PTR
     - net: phy: smsc: fix link up detection in forced irq mode
     - net: ethernet: mtk_eth_soc: fix RX data corruption issue
     - net: tls: fix device-offloaded sendpage straddling records
     - scsi: megaraid_sas: Update max supported LD IDs to 240
     - scsi: sd: Fix wrong zone_write_granularity value during revalidate
     - netfilter: conntrack: adopt safer max chain length
     - platform/x86: dell-ddv: Return error if buffer is empty
     - platform/x86: dell-ddv: Fix temperature scaling
     - platform: mellanox: select REGMAP instead of depending on it
     - platform: x86: MLX_PLATFORM: select REGMAP instead of depending on it
     - block: fix wrong mode for blkdev_put() from disk_scan_partitions()
     - NFSD: Protect against filesystem freezing
     - ice: Fix DSCP PFC TLV creation
     - ethernet: ice: avoid gcc-9 integer overflow warning
     - net/smc: fix fallback failed while sendmsg with fastopen
     - octeontx2-af: Unlock contexts in the queue context cache in case of fault
       detection
     - SUNRPC: Fix a server shutdown leak
     - net: dsa: mt7530: permit port 5 to work without port 6 on MT7621 SoC
     - af_unix: fix struct pid leaks in OOB support
     - erofs: Revert "erofs: fix kvcalloc() misuse with __GFP_NOFAIL"
     - riscv: Use READ_ONCE_NOCHECK in imprecise unwinding stack mode
     - RISC-V: Don't check text_mutex during stop_machine
     - drm/amdgpu: fix return value check in kfd
     - ext4: Fix deadlock during directory rename
     - RISC-V: take text_mutex during alternative patching
     - drm/amdgpu/soc21: don't expose AV1 if VCN0 is harvested
     - drm/amdgpu/soc21: Add video cap query support for VCN_4_0_4
     - watch_queue: fix IOC_WATCH_QUEUE_SET_SIZE alloc error paths
     - tpm/eventlog: Don't abort tpm_read_log on faulty ACPI address
     - MIPS: Fix a compilation issue
     - powerpc/64: Don't recurse irq replay
     - powerpc/iommu: fix memory leak with using debugfs_lookup()
     - clk: renesas: rcar-gen3: Disable R-Car H3 ES1.*
     - powerpc: Remove __kernel_text_address() in show_instructions()
     - powerpc/bpf/32: Only set a stack frame when necessary
     - powerpc/64: Fix task_cpu in early boot when booting non-zero cpuid
     - powerpc/64: Move paca allocation to early_setup()
     - powerpc/kcsan: Exclude udelay to prevent recursive instrumentation
     - alpha: fix R_ALPHA_LITERAL reloc for large modules
     - macintosh: windfarm: Use unsigned type for 1-bit bitfields
     - PCI: Add SolidRun vendor ID
     - scripts: handle BrokenPipeError for python scripts
     - media: ov5640: Fix analogue gain control
     - media: rc: gpio-ir-recv: add remove function
     - drm/amd/display: Allow subvp on vactive pipes that are 2560x1440@60
     - drm/amd/display: adjust MALL size available for DCN32 and DCN321
     - filelocks: use mount idmapping for setlease permission check
     - Revert "bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES"
     - RISC-V: fix taking the text_mutex twice during sifive errata patching
     - UML: define RUNTIME_DISCARD_EXIT
     - Linux 6.2.7
   * Miscellaneous Ubuntu changes
     - [Packaging] Move final-checks script to debian/scripts/checks
     - [Packaging] checks/final-checks: Honor 'do_skip_checks'
     - [Packaging] Drop wireguard DKMS
     - [Packaging] Remove update-version-dkms
     - [Packaging] debian/rules: Add DKMS info to 'printenv' output
   * Miscellaneous upstream changes
     - Revert "Revert "mm: kfence: apply kmemleak_ignore_phys on early allocated
       pool""

linux-hwe-6.2 (6.2.0-21.21~22.04.2) jammy; urgency=medium

   * jammy/linux-hwe-6.2: 6.2.0-21.21~22.04.2 -proposed tracker (LP: #2019126)
 
   * Packaging resync (LP: #1786013)
     - [Packaging] update variants
     - [Packaging] update update.conf
 
   * Miscellaneous Ubuntu changes
     - [Packaging] initialize linux-hwe-6.2
     - [Packaging] import and update copy-files and local-mangle
     - [Config] import annotations from master

linux-hwe-6.2 (6.2.0-21.21~22.04.1) jammy; urgency=medium

   * Empty version

linux (6.2.0-21.21) lunar; urgency=medium

   * lunar/linux: 6.2.0-21.21 -proposed tracker (LP: #2016249)
 
   * efivarfs:efivarfs.sh in ubuntu_kernel_selftests crash L-6.2 ARM64 node
     dazzle (rcu_preempt detected stalls) (LP: #2015741)
     - efi/libstub: smbios: Use length member instead of record struct size
     - arm64: efi: Use SMBIOS processor version to key off Ampere quirk
     - efi/libstub: smbios: Drop unused 'recsize' parameter
 
   * Miscellaneous Ubuntu changes
     - SAUCE: selftests/bpf: ignore pointer types check with clang
     - SAUCE: selftests/bpf: avoid conflicting data types in profiler.inc.h
     - [Packaging] get rid of unnecessary artifacts in linux-headers
 
   * Miscellaneous upstream changes
     - Revert "UBUNTU: SAUCE: Revert "efi: random: refresh non-volatile random seed
       when RNG is initialized""
     - Revert "UBUNTU: SAUCE: Revert "efi: random: fix NULL-deref when refreshing
       seed""

linux (6.2.0-20.20) lunar; urgency=medium

   * lunar/linux: 6.2.0-20.20 -proposed tracker (LP: #2015429)
 
   * Packaging resync (LP: #1786013)
     - debian/dkms-versions -- update from kernel-versions (main/master)
 
   * FTBFS with different dkms or when makeflags are set (LP: #2015361)
     - [Packaging] FTBFS with different dkms or when makeflags are set
 
   * expoline.o is packaged unconditionally for s390x (LP: #2013209)
     - [Packaging] Copy expoline.o only when produced by the build
 
   * net:l2tp.sh failure with lunar:linux 6.2 (LP: #2013014)
     - SAUCE: l2tp: generate correct module alias strings
 
   * Miscellaneous Ubuntu changes
     - [Packaging] annotations: prevent duplicate include lines

linux (6.2.0-19.19) lunar; urgency=medium

   * lunar/linux: 6.2.0-19.19 -proposed tracker (LP: #2012488)
 
   * Neuter signing tarballs (LP: #2012776)
     - [Packaging] neuter the signing tarball
 
   * LSM stacking and AppArmor refresh for 6.2 kernel (LP: #2012136)
     - Revert "UBUNTU: [Config] define CONFIG_SECURITY_APPARMOR_RESTRICT_USERNS"
     - Revert "UBUNTU: SAUCE: apparmor: add user namespace creation mediation"
     - Revert "UBUNTU: SAUCE: apparmor: Add fine grained mediation of posix
       mqueues"
     - Revert "UBUNTU: SAUCE: Revert "apparmor: make __aa_path_perm() static""
     - Revert "UBUNTU: SAUCE: LSM: Specify which LSM to display (using struct cred
       as input)"
     - Revert "UBUNTU: SAUCE: apparmor: Fix build error, make sk parameter const"
     - Revert "UBUNTU: SAUCE: LSM: Use lsmblob in smk_netlbl_mls()"
     - Revert "UBUNTU: SAUCE: LSM: change ima_read_file() to use lsmblob"
     - Revert "UBUNTU: SAUCE: apparmor: rename kzfree() to kfree_sensitive()"
     - Revert "UBUNTU: SAUCE: AppArmor: Remove the exclusive flag"
     - Revert "UBUNTU: SAUCE: LSM: Add /proc attr entry for full LSM context"
     - Revert "UBUNTU: SAUCE: Audit: Fix incorrect static inline function
       declration."
     - Revert "UBUNTU: SAUCE: Audit: Fix for missing NULL check"
     - Revert "UBUNTU: SAUCE: Audit: Add a new record for multiple object LSM
       attributes"
     - Revert "UBUNTU: SAUCE: Audit: Add new record for multiple process LSM
       attributes"
     - Revert "UBUNTU: SAUCE: NET: Store LSM netlabel data in a lsmblob"
     - Revert "UBUNTU: SAUCE: LSM: security_secid_to_secctx in netlink netfilter"
     - Revert "UBUNTU: SAUCE: LSM: Use lsmcontext in security_inode_getsecctx"
     - Revert "UBUNTU: SAUCE: LSM: Use lsmcontext in security_secid_to_secctx"
     - Revert "UBUNTU: SAUCE: LSM: Ensure the correct LSM context releaser"
     - Revert "UBUNTU: SAUCE: LSM: Specify which LSM to display"
     - Revert "UBUNTU: SAUCE: IMA: Change internal interfaces to use lsmblobs"
     - Revert "UBUNTU: SAUCE: LSM: Use lsmblob in security_cred_getsecid"
     - Revert "UBUNTU: SAUCE: LSM: Use lsmblob in security_inode_getsecid"
     - Revert "UBUNTU: SAUCE: LSM: Use lsmblob in security_task_getsecid"
     - Revert "UBUNTU: SAUCE: LSM: Use lsmblob in security_ipc_getsecid"
     - Revert "UBUNTU: SAUCE: LSM: Use lsmblob in security_secid_to_secctx"
     - Revert "UBUNTU: SAUCE: LSM: Use lsmblob in security_secctx_to_secid"
     - Revert "UBUNTU: SAUCE: net: Prepare UDS for security module stacking"
     - Revert "UBUNTU: SAUCE: LSM: Use lsmblob in security_kernel_act_as"
     - Revert "UBUNTU: SAUCE: LSM: Use lsmblob in security_audit_rule_match"
     - Revert "UBUNTU: SAUCE: LSM: Create and manage the lsmblob data structure."
     - Revert "UBUNTU: SAUCE: LSM: Infrastructure management of the sock security"
     - Revert "UBUNTU: SAUCE: apparmor: LSM stacking: switch from SK_CTX() to
       aa_sock()"
     - Revert "UBUNTU: SAUCE: apparmor: rename aa_sock() to aa_unix_sk()"
     - Revert "UBUNTU: SAUCE: apparmor: disable showing the mode as part of a secid
       to secctx"
     - Revert "UBUNTU: SAUCE: apparmor: fix use after free in sk_peer_label"
     - Revert "UBUNTU: SAUCE: apparmor: af_unix mediation"
     - Revert "UBUNTU: SAUCE: apparmor: patch to provide compatibility with v2.x
       net rules"
     - Revert "UBUNTU: SAUCE: apparmor: add/use fns to print hash string hex value"
     - SAUCE: apparmor: rename SK_CTX() to aa_sock and make it an inline fn
     - SAUCE: apparmor: Add sysctls for additional controls of unpriv userns
       restrictions
     - SAUCE: Stacking v38: LSM: Identify modules by more than name
     - SAUCE: Stacking v38: LSM: Add an LSM identifier for external use
     - SAUCE: Stacking v38: LSM: Identify the process attributes for each module
     - SAUCE: Stacking v38: LSM: Maintain a table of LSM attribute data
     - SAUCE: Stacking v38: proc: Use lsmids instead of lsm names for attrs
     - SAUCE: Stacking v38: integrity: disassociate ima_filter_rule from
       security_audit_rule
     - SAUCE: Stacking v38: LSM: Infrastructure management of the sock security
     - SAUCE: Stacking v38: LSM: Add the lsmblob data structure.
     - SAUCE: Stacking v38: LSM: provide lsm name and id slot mappings
     - SAUCE: Stacking v38: IMA: avoid label collisions with stacked LSMs
     - SAUCE: Stacking v38: LSM: Use lsmblob in security_audit_rule_match
     - SAUCE: Stacking v38: LSM: Use lsmblob in security_kernel_act_as
     - SAUCE: Stacking v38: LSM: Use lsmblob in security_secctx_to_secid
     - SAUCE: Stacking v38: LSM: Use lsmblob in security_secid_to_secctx
     - SAUCE: Stacking v38: LSM: Use lsmblob in security_ipc_getsecid
     - SAUCE: Stacking v38: LSM: Use lsmblob in security_current_getsecid
     - SAUCE: Stacking v38: LSM: Use lsmblob in security_inode_getsecid
     - SAUCE: Stacking v38: LSM: Use lsmblob in security_cred_getsecid
     - SAUCE: Stacking v38: LSM: Specify which LSM to display
     - SAUCE: Stacking v38: LSM: Ensure the correct LSM context releaser
     - SAUCE: Stacking v38: LSM: Use lsmcontext in security_secid_to_secctx
     - SAUCE: Stacking v38: LSM: Use lsmcontext in security_inode_getsecctx
     - SAUCE: Stacking v38: Use lsmcontext in security_dentry_init_security
     - SAUCE: Stacking v38: LSM: security_secid_to_secctx in netlink netfilter
     - SAUCE: Stacking v38: NET: Store LSM netlabel data in a lsmblob
     - SAUCE: Stacking v38: binder: Pass LSM identifier for confirmation
     - SAUCE: Stacking v38: LSM: security_secid_to_secctx module selection
     - SAUCE: Stacking v38: Audit: Keep multiple LSM data in audit_names
     - SAUCE: Stacking v38: Audit: Create audit_stamp structure
     - SAUCE: Stacking v38: LSM: Add a function to report multiple LSMs
     - SAUCE: Stacking v38: Audit: Allow multiple records in an audit_buffer
     - SAUCE: Stacking v38: Audit: Add record for multiple task security contexts
     - SAUCE: Stacking v38: audit: multiple subject lsm values for netlabel
     - SAUCE: Stacking v38: Audit: Add record for multiple object contexts
     - SAUCE: Stacking v38: netlabel: Use a struct lsmblob in audit data
     - SAUCE: Stacking v38: LSM: Removed scaffolding function lsmcontext_init
     - SAUCE: Stacking v38: AppArmor: Remove the exclusive flag
     - SAUCE: apparmor: combine common_audit_data and apparmor_audit_data
     - SAUCE: apparmor: setup slab cache for audit data
     - SAUCE: apparmor: rename audit_data->label to audit_data->subj_label
     - SAUCE: apparmor: pass cred through to audit info.
     - SAUCE: apparmor: Improve debug print infrastructure
     - SAUCE: apparmor: add the ability for profiles to have a learning cache
     - SAUCE: apparmor: enable userspace upcall for mediation
     - SAUCE: apparmor: cache buffers on percpu list if there is lock contention
     - SAUCE: apparmor: fix policy_compat permission remap with extended
       permissions
     - SAUCE: apparmor: advertise availability of exended perms
     - [Config] define CONFIG_SECURITY_APPARMOR_RESTRICT_USERNS
 
   * kinetic: apply new apparmor and LSM stacking patch set (LP: #1989983) // LSM
     stacking and AppArmor refresh for 6.2 kernel (LP: #2012136)
     - SAUCE: apparmor: add/use fns to print hash string hex value
     - SAUCE: apparmor: patch to provide compatibility with v2.x net rules
     - SAUCE: apparmor: add user namespace creation mediation
     - SAUCE: apparmor: af_unix mediation
     - SAUCE: apparmor: Add fine grained mediation of posix mqueues
 
   * devlink_port_split from ubuntu_kernel_selftests.net fails on hirsute
     (KeyError: 'flavour') (LP: #1937133)
     - selftests: net: devlink_port_split.py: skip test if no suitable device
       available
 
   * NFS deathlock with last Kernel 5.4.0-144.161 and 5.15.0-67.74 (LP: #2009325)
     - NFS: Correct timing for assigning access cache timestamp

linux (6.2.0-18.18) lunar; urgency=medium

   * lunar/linux: 6.2.0-18.18 -proposed tracker (LP: #2011750)
 
   * lunar/linux 6.2 fails to boot on arm64 (LP: #2011748)
     - SAUCE: Revert "efi: random: fix NULL-deref when refreshing seed"
     - SAUCE: Revert "efi: random: refresh non-volatile random seed when RNG is
       initialized"

linux (6.2.0-17.17) lunar; urgency=medium

   * lunar/linux: 6.2.0-17.17 -proposed tracker (LP: #2011593)
 
   * lunar/linux 6.2 fails to boot on ppc64el (LP: #2011413)
     - SAUCE: Revert "powerpc: remove STACK_FRAME_OVERHEAD"
     - SAUCE: Revert "powerpc/pseries: hvcall stack frame overhead"
 
   * Speaker / Audio/Mic mute LED don't work on a HP platform (LP: #2011379)
     - SAUCE: ALSA: hda/realtek: fix speaker, mute/micmute LEDs not work on a HP
       platform
 
   * Some QHD panels fail to refresh when PSR2 enabled (LP: #2009014)
     - SAUCE: drm/i915/psr: Use calculated io and fast wake lines
 
   * Lunar update: v6.2.6 upstream stable release (LP: #2011431)
     - tpm: disable hwrng for fTPM on some AMD designs
     - wifi: cfg80211: Partial revert "wifi: cfg80211: Fix use after free for wext"
     - staging: rtl8192e: Remove function ..dm_check_ac_dc_power calling a script
     - staging: rtl8192e: Remove call_usermodehelper starting RadioPower.sh
     - Linux 6.2.6
 
   * Lunar update: v6.2.5 upstream stable release (LP: #2011430)
     - net/sched: Retire tcindex classifier
     - auxdisplay: hd44780: Fix potential memory leak in hd44780_remove()
     - fs/jfs: fix shift exponent db_agl2size negative
     - driver: soc: xilinx: fix memory leak in xlnx_add_cb_for_notify_event()
     - f2fs: don't rely on F2FS_MAP_* in f2fs_iomap_begin
     - f2fs: fix to avoid potential deadlock
     - objtool: Fix memory leak in create_static_call_sections()
     - soc: mediatek: mtk-pm-domains: Allow mt8186 ADSP default power on
     - soc: qcom: socinfo: Fix soc_id order
     - memory: renesas-rpc-if: Split-off private data from struct rpcif
     - memory: renesas-rpc-if: Move resource acquisition to .probe()
     - soc: mediatek: mtk-svs: Enable the IRQ later
     - pwm: sifive: Always let the first pwm_apply_state succeed
     - pwm: stm32-lp: fix the check on arr and cmp registers update
     - f2fs: introduce trace_f2fs_replace_atomic_write_block
     - f2fs: clear atomic_write_task in f2fs_abort_atomic_write()
     - soc: mediatek: mtk-svs: restore default voltages when svs_init02() fail
     - soc: mediatek: mtk-svs: reset svs when svs_resume() fail
     - soc: mediatek: mtk-svs: Use pm_runtime_resume_and_get() in svs_init01()
     - f2fs: fix to do sanity check on extent cache correctly
     - fs: f2fs: initialize fsdata in pagecache_write()
     - f2fs: allow set compression option of files without blocks
     - f2fs: fix to abort atomic write only during do_exist()
     - um: vector: Fix memory leak in vector_config
     - ubi: ensure that VID header offset + VID header size <= alloc, size
     - ubifs: Fix build errors as symbol undefined
     - ubifs: Fix memory leak in ubifs_sysfs_init()
     - ubifs: Rectify space budget for ubifs_symlink() if symlink is encrypted
     - ubifs: Rectify space budget for ubifs_xrename()
     - ubifs: Fix wrong dirty space budget for dirty inode
     - ubifs: do_rename: Fix wrong space budget when target inode's nlink > 1
     - ubifs: Reserve one leb for each journal head while doing budget
     - ubi: Fix use-after-free when volume resizing failed
     - ubi: Fix unreferenced object reported by kmemleak in ubi_resize_volume()
     - ubifs: Fix memory leak in alloc_wbufs()
     - ubi: Fix possible null-ptr-deref in ubi_free_volume()
     - ubifs: Re-statistic cleaned znode count if commit failed
     - ubifs: dirty_cow_znode: Fix memleak in error handling path
     - ubifs: ubifs_writepage: Mark page dirty after writing inode failed
     - ubifs: ubifs_releasepage: Remove ubifs_assert(0) to valid this process
     - ubi: fastmap: Fix missed fm_anchor PEB in wear-leveling after disabling
       fastmap
     - ubi: Fix UAF wear-leveling entry in eraseblk_count_seq_show()
     - ubi: ubi_wl_put_peb: Fix infinite loop when wear-leveling work failed
     - f2fs: fix to handle F2FS_IOC_START_ATOMIC_REPLACE in f2fs_compat_ioctl()
     - f2fs: fix to avoid potential memory corruption in __update_iostat_latency()
     - f2fs: fix to update age extent correctly during truncation
     - f2fs: fix to update age extent in f2fs_do_zero_range()
     - soc: qcom: stats: Populate all subsystem debugfs files
     - f2fs: introduce IS_F2FS_IPU_* macro
     - f2fs: fix to set ipu policy
     - ext4: use ext4_fc_tl_mem in fast-commit replay path
     - ext4: don't show commit interval if it is zero
     - netfilter: nf_tables: allow to fetch set elements when table has an owner
     - x86: um: vdso: Add '%rcx' and '%r11' to the syscall clobber list
     - um: virtio_uml: free command if adding to virtqueue failed
     - um: virtio_uml: mark device as unregistered when breaking it
     - um: virtio_uml: move device breaking into workqueue
     - um: virt-pci: properly remove PCI device from bus
     - f2fs: synchronize atomic write aborts
     - watchdog: rzg2l_wdt: Issue a reset before we put the PM clocks
     - watchdog: rzg2l_wdt: Handle TYPE-B reset for RZ/V2M
     - watchdog: at91sam9_wdt: use devm_request_irq to avoid missing free_irq() in
       error path
     - watchdog: Fix kmemleak in watchdog_cdev_register
     - watchdog: pcwd_usb: Fix attempting to access uninitialized memory
     - watchdog: sbsa_wdog: Make sure the timeout programming is within the limits
     - netfilter: ctnetlink: fix possible refcount leak in
       ctnetlink_create_conntrack()
     - netfilter: conntrack: fix rmmod double-free race
     - netfilter: ip6t_rpfilter: Fix regression with VRF interfaces
     - netfilter: ebtables: fix table blob use-after-free
     - netfilter: xt_length: use skb len to match in length_mt6
     - netfilter: ctnetlink: make event listener tracking global
     - netfilter: x_tables: fix percpu counter block leak on error path when
       creating new netns
     - swiotlb: mark swiotlb_memblock_alloc() as __init
     - ptp: vclock: use mutex to fix "sleep on atomic" bug
     - drm/i915: move a Kconfig symbol to unbreak the menu presentation
     - ipv6: Add lwtunnel encap size of all siblings in nexthop calculation
     - drm/i915/xelpmp: Consider GSI offset when doing MCR lookups
     - octeontx2-pf: Recalculate UDP checksum for ptp 1-step sync packet
     - net: sunhme: Fix region request
     - sctp: add a refcnt in sctp_stream_priorities to avoid a nested loop
     - octeontx2-pf: Use correct struct reference in test condition
     - net: fix __dev_kfree_skb_any() vs drop monitor
     - 9p/xen: fix version parsing
     - 9p/xen: fix connection sequence
     - 9p/rdma: unmap receive dma buffer in rdma_request()/post_recv()
     - spi: tegra210-quad: Fix validate combined sequence
     - mlx5: fix skb leak while fifo resync and push
     - mlx5: fix possible ptp queue fifo use-after-free
     - net/mlx5: ECPF, wait for VF pages only after disabling host PFs
     - net/mlx5e: Verify flow_source cap before using it
     - net/mlx5: Geneve, Fix handling of Geneve object id as error code
     - ext4: fix incorrect options show of original mount_opt and extend mount_opt2
     - nfc: fix memory leak of se_io context in nfc_genl_se_io
     - net/sched: transition act_pedit to rcu and percpu stats
     - net/sched: act_pedit: fix action bind logic
     - net/sched: act_mpls: fix action bind logic
     - net/sched: act_sample: fix action bind logic
     - net: dsa: seville: ignore mscc-miim read errors from Lynx PCS
     - net: dsa: felix: fix internal MDIO controller resource length
     - ARM: dts: aspeed: p10bmc: Update battery node name
     - ARM: dts: spear320-hmi: correct STMPE GPIO compatible
     - tcp: tcp_check_req() can be called from process context
     - vc_screen: modify vcs_size() handling in vcs_read()
     - spi: tegra210-quad: Fix iterator outside loop
     - rtc: sun6i: Always export the internal oscillator
     - genirq/ipi: Fix NULL pointer deref in irq_data_get_affinity_mask()
     - scsi: ipr: Work around fortify-string warning
     - scsi: mpi3mr: Fix an issue found by KASAN
     - scsi: mpi3mr: Use number of bits to manage bitmap sizes
     - rtc: allow rtc_read_alarm without read_alarm callback
     - io_uring: fix size calculation when registering buf ring
     - loop: loop_set_status_from_info() check before assignment
     - ASoC: adau7118: don't disable regulators on device unbind
     - ASoC: apple: mca: Fix final status read on SERDES reset
     - ASoC: apple: mca: Fix SERDES reset sequence
     - ASoC: apple: mca: Improve handling of unavailable DMA channels
     - nvme: bring back auto-removal of deleted namespaces during sequential scan
     - nvme-tcp: don't access released socket during error recovery
     - nvme-fabrics: show well known discovery name
     - ASoC: zl38060 add gpiolib dependency
     - ASoC: mediatek: mt8195: add missing initialization
     - thermal: intel: quark_dts: fix error pointer dereference
     - thermal: intel: BXT_PMIC: select REGMAP instead of depending on it
     - cpufreq: apple-soc: Fix an IS_ERR() vs NULL check
     - tracing: Add NULL checks for buffer in ring_buffer_free_read_page()
     - kernel/printk/index.c: fix memory leak with using debugfs_lookup()
     - firmware/efi sysfb_efi: Add quirk for Lenovo IdeaPad Duet 3
     - bootconfig: Increase max nodes of bootconfig from 1024 to 8192 for DCC
       support
     - mfd: arizona: Use pm_runtime_resume_and_get() to prevent refcnt leak
     - IB/hfi1: Update RMT size calculation
     - iommu: Remove deferred attach check from __iommu_detach_device()
     - PCI/ACPI: Account for _S0W of the target bridge in acpi_pci_bridge_d3()
     - media: uvcvideo: Remove format descriptions
     - media: uvcvideo: Handle cameras with invalid descriptors
     - media: uvcvideo: Handle errors from calls to usb_string
     - media: uvcvideo: Quirk for autosuspend in Logitech B910 and C910
     - media: uvcvideo: Silence memcpy() run-time false positive warnings
     - USB: fix memory leak with using debugfs_lookup()
     - cacheinfo: Fix shared_cpu_map to handle shared caches at different levels
     - usb: fotg210: List different variants
     - dt-bindings: usb: Add device id for Genesys Logic hub controller
     - staging: emxx_udc: Add checks for dma_alloc_coherent()
     - tty: fix out-of-bounds access in tty_driver_lookup_tty()
     - tty: serial: fsl_lpuart: disable the CTS when send break signal
     - serial: sc16is7xx: setup GPIO controller later in probe
     - mei: bus-fixup:upon error print return values of send and receive
     - tools/iio/iio_utils:fix memory leak
     - bus: mhi: ep: Fix the debug message for MHI_PKT_TYPE_RESET_CHAN_CMD cmd
     - iio: accel: mma9551_core: Prevent uninitialized variable in
       mma9551_read_status_word()
     - iio: accel: mma9551_core: Prevent uninitialized variable in
       mma9551_read_config_word()
     - media: uvcvideo: Add GUID for BGRA/X 8:8:8:8
     - soundwire: bus_type: Avoid lockdep assert in sdw_drv_probe()
     - PCI/portdrv: Prevent LS7A Bus Master clearing on shutdown
     - PCI: loongson: Prevent LS7A MRRS increases
     - staging: pi433: fix memory leak with using debugfs_lookup()
     - USB: dwc3: fix memory leak with using debugfs_lookup()
     - USB: chipidea: fix memory leak with using debugfs_lookup()
     - USB: ULPI: fix memory leak with using debugfs_lookup()
     - USB: uhci: fix memory leak with using debugfs_lookup()
     - USB: sl811: fix memory leak with using debugfs_lookup()
     - USB: fotg210: fix memory leak with using debugfs_lookup()
     - USB: isp116x: fix memory leak with using debugfs_lookup()
     - USB: isp1362: fix memory leak with using debugfs_lookup()
     - USB: gadget: gr_udc: fix memory leak with using debugfs_lookup()
     - USB: gadget: bcm63xx_udc: fix memory leak with using debugfs_lookup()
     - USB: gadget: lpc32xx_udc: fix memory leak with using debugfs_lookup()
     - USB: gadget: pxa25x_udc: fix memory leak with using debugfs_lookup()
     - USB: gadget: pxa27x_udc: fix memory leak with using debugfs_lookup()
     - usb: host: xhci: mvebu: Iterate over array indexes instead of using pointer
       math
     - USB: ene_usb6250: Allocate enough memory for full object
     - usb: uvc: Enumerate valid values for color matching
     - usb: gadget: uvc: Make bSourceID read/write
     - PCI: Align extra resources for hotplug bridges properly
     - PCI: Take other bus devices into account when distributing resources
     - PCI: Distribute available resources for root buses, too
     - tty: pcn_uart: fix memory leak with using debugfs_lookup()
     - misc: vmw_balloon: fix memory leak with using debugfs_lookup()
     - drivers: base: component: fix memory leak with using debugfs_lookup()
     - drivers: base: dd: fix memory leak with using debugfs_lookup()
     - kernel/fail_function: fix memory leak with using debugfs_lookup()
     - PCI: loongson: Add more devices that need MRRS quirk
     - PCI: Add ACS quirk for Wangxun NICs
     - PCI: pciehp: Add Qualcomm quirk for Command Completed erratum
     - phy: rockchip-typec: Fix unsigned comparison with less than zero
     - RDMA/cma: Distinguish between sockaddr_in and sockaddr_in6 by size
     - soundwire: cadence: Remove wasted space in response_buf
     - soundwire: cadence: Drain the RX FIFO after an IO timeout
     - eth: fealnx: bring back this old driver
     - net: tls: avoid hanging tasks on the tx_lock
     - x86/resctl: fix scheduler confusion with 'current'
     - vDPA/ifcvf: decouple hw features manipulators from the adapter
     - vDPA/ifcvf: decouple config space ops from the adapter
     - vDPA/ifcvf: alloc the mgmt_dev before the adapter
     - vDPA/ifcvf: decouple vq IRQ releasers from the adapter
     - vDPA/ifcvf: decouple config IRQ releaser from the adapter
     - vDPA/ifcvf: decouple vq irq requester from the adapter
     - vDPA/ifcvf: decouple config/dev IRQ requester and vectors allocator from the
       adapter
     - vDPA/ifcvf: ifcvf_request_irq works on ifcvf_hw
     - vDPA/ifcvf: manage ifcvf_hw in the mgmt_dev
     - vDPA/ifcvf: allocate the adapter in dev_add()
     - drm/display/dp_mst: Add drm_atomic_get_old_mst_topology_state()
     - drm/display/dp_mst: Fix down/up message handling after sink disconnect
     - drm/display/dp_mst: Fix down message handling after a packet reception error
     - drm/display/dp_mst: Fix payload addition on a disconnected sink
     - drm/i915/dp_mst: Add the MST topology state for modesetted CRTCs
     - drm/display/dp_mst: Handle old/new payload states in drm_dp_remove_payload()
     - drm/i915/dp_mst: Fix payload removal during output disabling
     - drm/i915: Fix system suspend without fbdev being initialized
     - media: uvcvideo: Fix race condition with usb_kill_urb
     - arm64: efi: Make efi_rt_lock a raw_spinlock
     - usb: gadget: uvc: fix missing mutex_unlock() if kstrtou8() fails
     - Linux 6.2.5
 
   * Lunar update: v6.2.4 upstream stable release (LP: #2011428)
     - Revert "blk-cgroup: synchronize pd_free_fn() from blkg_free_workfn() and
       blkcg_deactivate_policy()"
     - Revert "blk-cgroup: dropping parent refcount after pd_free_fn() is done"
     - Linux 6.2.4
 
   * Lunar update: v6.2.3 upstream stable release (LP: #2011425)
     - HID: asus: use spinlock to protect concurrent accesses
     - HID: asus: use spinlock to safely schedule workers
     - iommu/amd: Fix error handling for pdev_pri_ats_enable()
     - iommu/amd: Skip attach device domain is same as new domain
     - iommu/amd: Improve page fault error reporting
     - iommu: Attach device group to old domain in error path
     - powerpc/mm: Rearrange if-else block to avoid clang warning
     - ata: ahci: Revert "ata: ahci: Add Tiger Lake UP{3,4} AHCI controller"
     - ARM: OMAP2+: Fix memory leak in realtime_counter_init()
     - arm64: dts: qcom: qcs404: use symbol names for PCIe resets
     - arm64: dts: qcom: msm8996-tone: Fix USB taking 6 minutes to wake up
     - arm64: dts: qcom: sm6115: Fix UFS node
     - arm64: dts: qcom: sm6115: Provide xo clk to rpmcc
     - arm64: dts: qcom: sm8150-kumano: Panel framebuffer is 2.5k instead of 4k
     - arm64: dts: qcom: pmi8950: Correct rev_1250v channel label to mv
     - arm64: dts: qcom: sm6350: Fix up the ramoops node
     - arm64: dts: qcom: sdm670-google-sargo: keep pm660 ldo8 on
     - arm64: dts: qcom: Re-enable resin on MSM8998 and SDM845 boards
     - arm64: dts: qcom: sm8350-sagami: Configure SLG51000 PMIC on PDX215
     - arm64: dts: qcom: sm8350-sagami: Add GPIO line names for PMIC GPIOs
     - arm64: dts: qcom: sm8350-sagami: Rectify GPIO keys
     - arm64: dts: qcom: sm6350-lena: Flatten gpio-keys pinctrl state
     - arm64: dts: qcom: sm6125: Reorder HSUSB PHY clocks to match bindings
     - arm64: dts: qcom: sm6125-seine: Clean up gpio-keys (volume down)
     - arm64: dts: imx8m: Align SoC unique ID node unit address
     - ARM: zynq: Fix refcount leak in zynq_early_slcr_init
     - fs: dlm: fix return value check in dlm_memory_init()
     - arm64: dts: mediatek: mt8195: Add power domain to U3PHY1 T-PHY
     - arm64: dts: mediatek: mt8183: Fix systimer 13 MHz clock description
     - arm64: dts: mediatek: mt8192: Fix systimer 13 MHz clock description
     - arm64: dts: mediatek: mt8195: Fix systimer 13 MHz clock description
     - arm64: dts: mediatek: mt8186: Fix systimer 13 MHz clock description
     - arm64: dts: qcom: sdm845-db845c: fix audio codec interrupt pin name
     - arm64: dts: qcom: sdm845-xiaomi-beryllium: fix audio codec interrupt pin
       name
     - x86/acpi/boot: Do not register processors that cannot be onlined for x2APIC
     - arm64: dts: qcom: sc7180: correct SPMI bus address cells
     - arm64: dts: qcom: sc7280: correct SPMI bus address cells
     - arm64: dts: qcom: sc8280xp: correct SPMI bus address cells
     - arm64: dts: qcom: sm8450: correct Soundwire wakeup interrupt name
     - arm64: dts: qcom: sdm845: make DP node follow the schema
     - arm64: dts: qcom: msm8996-oneplus-common: drop vdda-supply from DSI PHY
     - arm64: dts: qcom: sc8280xp: Vote for CX in USB controllers
     - arm64: dts: meson-gxl: jethub-j80: Fix WiFi MAC address node
     - arm64: dts: meson-gxl: jethub-j80: Fix Bluetooth MAC node name
     - arm64: dts: meson-axg: jethub-j1xx: Fix MAC address node names
     - arm64: dts: meson-gx: Fix Ethernet MAC address unit name
     - arm64: dts: meson-g12a: Fix internal Ethernet PHY unit name
     - arm64: dts: meson-gx: Fix the SCPI DVFS node name and unit address
     - cpuidle, intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE again
     - arm64: dts: ti: k3-am62-main: Fix clocks for McSPI
     - arm64: tegra: Fix duplicate regulator on Jetson TX1
     - arm64: dts: qcom: msm8992-bullhead: Fix cont_splash_mem size
     - arm64: dts: qcom: msm8992-bullhead: Disable dfps_data_mem
     - arm64: dts: qcom: msm8956: use SoC-specific compat for tsens
     - arm64: dts: qcom: ipq8074: correct USB3 QMP PHY-s clock output names
     - arm64: dts: qcom: ipq8074: fix Gen2 PCIe QMP PHY
     - arm64: dts: qcom: ipq8074: fix Gen3 PCIe QMP PHY
     - arm64: dts: qcom: ipq8074: correct Gen2 PCIe ranges
     - arm64: dts: qcom: ipq8074: fix Gen3 PCIe node
     - arm64: dts: qcom: ipq8074: correct PCIe QMP PHY output clock names
     - arm64: dts: meson: remove CPU opps below 1GHz for G12A boards
     - ARM: OMAP1: call platform_device_put() in error case in
       omap1_dm_timer_init()
     - arm64: dts: mediatek: mt8192: Mark scp_adsp clock as broken
     - ARM: bcm2835_defconfig: Enable the framebuffer
     - ARM: s3c: fix s3c64xx_set_timer_source prototype
     - arm64: dts: ti: k3-j7200: Fix wakeup pinmux range
     - ARM: dts: exynos: correct wr-active property in Exynos3250 Rinato
     - ARM: imx: Call ida_simple_remove() for ida_simple_get
     - arm64: dts: amlogic: meson-gx: fix SCPI clock dvfs node name
     - arm64: dts: amlogic: meson-axg: fix SCPI clock dvfs node name
     - arm64: dts: amlogic: meson-gx: add missing SCPI sensors compatible
     - arm64: dts: amlogic: meson-axg-jethome-jethub-j1xx: fix supply name of USB
       controller node
     - arm64: dts: amlogic: meson-gxl-s905d-sml5442tw: drop invalid clock-names
       property
     - arm64: dts: amlogic: meson-gx: add missing unit address to rng node name
     - arm64: dts: amlogic: meson-gxl-s905w-jethome-jethub-j80: fix invalid rtc
       node name
     - arm64: dts: amlogic: meson-axg-jethome-jethub-j1xx: fix invalid rtc node
       name
     - arm64: dts: amlogic: meson-gxl: add missing unit address to eth-phy-mux node
       name
     - arm64: dts: amlogic: meson-gx-libretech-pc: fix update button name
     - arm64: dts: amlogic: meson-sm1-bananapi-m5: fix adc keys node names
     - arm64: dts: amlogic: meson-gxl-s905d-phicomm-n1: fix led node name
     - arm64: dts: amlogic: meson-gxbb-kii-pro: fix led node name
     - arm64: dts: amlogic: meson-g12b-odroid-go-ultra: fix rk818 pmic properties
     - arm64: dts: amlogic: meson-sm1-odroid-hc4: fix active fan thermal trip
     - locking/rwsem: Disable preemption in all down_read*() and up_read() code
       paths
     - arm64: tegra: Mark host1x as dma-coherent on Tegra194/234
     - arm64: dts: renesas: beacon-renesom: Fix gpio expander reference
     - arm64: dts: meson: radxa-zero: allow usb otg mode
     - arm64: dts: meson: bananapi-m5: switch VDDIO_C pin to OPEN_DRAIN
     - ARM: dts: sun8i: nanopi-duo2: Fix regulator GPIO reference
     - ublk_drv: remove nr_aborted_queues from ublk_device
     - ublk_drv: don't probe partitions if the ubq daemon isn't trusted
     - ARM: dts: imx7s: correct iomuxc gpr mux controller cells
     - sbitmap: remove redundant check in __sbitmap_queue_get_batch
     - sbitmap: correct wake_batch recalculation to avoid potential IO hung
     - arm64: dts: mt8195: Fix CPU map for single-cluster SoC
     - arm64: dts: mt8192: Fix CPU map for single-cluster SoC
     - arm64: dts: mt8186: Fix CPU map for single-cluster SoC
     - arm64: dts: mediatek: mt7622: Add missing pwm-cells to pwm node
     - arm64: dts: mediatek: mt8186: Fix watchdog compatible
     - arm64: dts: mediatek: mt8195: Fix watchdog compatible
     - arm64: dts: mediatek: mt7986: Fix watchdog compatible
     - ARM: dts: stm32: Update part number NVMEM description on stm32mp131
     - arm64: dts: qcom: sm8450-nagara: Correct firmware paths
     - blk-mq: avoid sleep in blk_mq_alloc_request_hctx
     - blk-mq: remove stale comment for blk_mq_sched_mark_restart_hctx
     - blk-mq: wait on correct sbitmap_queue in blk_mq_mark_tag_wait
     - blk-mq: Fix potential io hung for shared sbitmap per tagset
     - blk-mq: correct stale comment of .get_budget
     - arm64: dts: qcom: msm8996: support using GPLL0 as kryocc input
     - arm64: dts: qcom: msm8996 switch from RPM_SMD_BB_CLK1 to RPM_SMD_XO_CLK_SRC
     - arm64: dts: qcom: sm8350: drop incorrect cells from serial
     - arm64: dts: qcom: sm8450: drop incorrect cells from serial
     - arm64: dts: qcom: msm8992-lg-bullhead: Correct memory overlaps with the SMEM
       and MPSS memory regions
     - arm64: dts: qcom: msm8953: correct TLMM gpio-ranges
     - arm64: dts: qcom: sm6115: correct TLMM gpio-ranges
     - arm64: dts: qcom: msm8992-lg-bullhead: Enable regulators
     - s390/dasd: Fix potential memleak in dasd_eckd_init()
     - io_uring,audit: don't log IORING_OP_MADVISE
     - sched/rt: pick_next_rt_entity(): check list_entry
     - perf/x86/intel/ds: Fix the conversion from TSC to perf time
     - x86/perf/zhaoxin: Add stepping check for ZXC
     - KEYS: asymmetric: Fix ECDSA use via keyctl uapi
     - block: ublk: check IO buffer based on flag need_get_data
     - arm64: dts: qcom: pmk8350: Use the correct PON compatible
     - erofs: relinquish volume with mutex held
     - block: sync mixed merged request's failfast with 1st bio's
     - block: Fix io statistics for cgroup in throttle path
     - block: bio-integrity: Copy flags when bio_integrity_payload is cloned
     - block: use proper return value from bio_failfast()
     - wifi: mt76: mt7915: add missing of_node_put()
     - wifi: mt76: mt7921s: fix slab-out-of-bounds access in sdio host
     - wifi: mt76: mt7915: fix mt7915_rate_txpower_get() resource leaks
     - wifi: mt76: mt7996: fix insecure data handling of mt7996_mcu_ie_countdown()
     - wifi: mt76: mt7996: fix insecure data handling of
       mt7996_mcu_rx_radar_detected()
     - wifi: mt76: mt7996: fix integer handling issue of mt7996_rf_regval_set()
     - wifi: mt76: mt7915: check return value before accessing free_block_num
     - wifi: mt76: mt7996: check return value before accessing free_block_num
     - wifi: mt76: mt7915: drop always true condition of __mt7915_reg_addr()
     - wifi: mt76: mt7996: drop always true condition of __mt7996_reg_addr()
     - wifi: mt76: mt7996: fix endianness warning in mt7996_mcu_sta_he_tlv
     - wifi: mt76: mt76x0: fix oob access in mt76x0_phy_get_target_power
     - wifi: mt76: mt7996: fix unintended sign extension of mt7996_hw_queue_read()
     - wifi: mt76: mt7915: fix unintended sign extension of mt7915_hw_queue_read()
     - wifi: mt76: fix coverity uninit_use_in_call in
       mt76_connac2_reverse_frag0_hdr_trans()
     - wifi: mt76: mt7921: resource leaks at mt7921_check_offload_capability()
     - wifi: rsi: Fix memory leak in rsi_coex_attach()
     - wifi: rtlwifi: rtl8821ae: don't call kfree_skb() under spin_lock_irqsave()
     - wifi: rtlwifi: rtl8188ee: don't call kfree_skb() under spin_lock_irqsave()
     - wifi: rtlwifi: rtl8723be: don't call kfree_skb() under spin_lock_irqsave()
     - wifi: iwlegacy: common: don't call dev_kfree_skb() under spin_lock_irqsave()
     - wifi: libertas: fix memory leak in lbs_init_adapter()
     - wifi: rtl8xxxu: Fix assignment to bit field priv->pi_enabled
     - wifi: rtl8xxxu: Fix assignment to bit field priv->cck_agc_report_type
     - wifi: rtl8xxxu: don't call dev_kfree_skb() under spin_lock_irqsave()
     - wifi: rtw89: 8852c: rfk: correct DACK setting
     - wifi: rtw89: 8852c: rfk: correct DPK settings
     - wifi: rtlwifi: Fix global-out-of-bounds bug in
       _rtl8812ae_phy_set_txpower_limit()
     - libbpf: Fix single-line struct definition output in btf_dump
     - libbpf: Fix btf__align_of() by taking into account field offsets
     - wifi: ipw2x00: don't call dev_kfree_skb() under spin_lock_irqsave()
     - wifi: ipw2200: fix memory leak in ipw_wdev_init()
     - wifi: wilc1000: fix potential memory leak in wilc_mac_xmit()
     - wifi: wilc1000: add missing unregister_netdev() in wilc_netdev_ifc_init()
     - wifi: brcmfmac: fix potential memory leak in brcmf_netdev_start_xmit()
     - wifi: brcmfmac: unmap dma buffer in brcmf_msgbuf_alloc_pktid()
     - wifi: libertas_tf: don't call kfree_skb() under spin_lock_irqsave()
     - wifi: libertas: if_usb: don't call kfree_skb() under spin_lock_irqsave()
     - wifi: libertas: main: don't call kfree_skb() under spin_lock_irqsave()
     - wifi: libertas: cmdresp: don't call kfree_skb() under spin_lock_irqsave()
     - wifi: wl3501_cs: don't call kfree_skb() under spin_lock_irqsave()
     - libbpf: Fix invalid return address register in s390
     - crypto: x86/ghash - fix unaligned access in ghash_setkey()
     - crypto: ux500 - update debug config after ux500 cryp driver removal
     - ACPICA: Drop port I/O validation for some regions
     - genirq: Fix the return type of kstat_cpu_irqs_sum()
     - rcu-tasks: Improve comments explaining tasks_rcu_exit_srcu purpose
     - rcu-tasks: Remove preemption disablement around srcu_read_[un]lock() calls
     - rcu-tasks: Fix synchronize_rcu_tasks() VS zap_pid_ns_processes()
     - lib/mpi: Fix buffer overrun when SG is too long
     - crypto: ccp - Avoid page allocation failure warning for SEV_GET_ID2
     - platform/chrome: cros_ec_typec: Update port DP VDO
     - ACPICA: nsrepair: handle cases without a return value correctly
     - libbpf: Fix map creation flags sanitization
     - bpf_doc: Fix build error with older python versions
     - selftests/xsk: print correct payload for packet dump
     - selftests/xsk: print correct error codes when exiting
     - arm64/cpufeature: Fix field sign for DIT hwcap detection
     - arm64/sysreg: Fix errors in 32 bit enumeration values
     - kselftest/arm64: Fix syscall-abi for systems without 128 bit SME
     - workqueue: Protects wq_unbound_cpumask with wq_pool_attach_mutex
     - s390/early: fix sclp_early_sccb variable lifetime
     - s390/vfio-ap: fix an error handling path in vfio_ap_mdev_probe_queue()
     - x86/signal: Fix the value returned by strict_sas_size()
     - thermal/drivers/tsens: Drop msm8976-specific defines
     - thermal/drivers/tsens: Sort out msm8976 vs msm8956 data
     - thermal/drivers/tsens: fix slope values for msm8939
     - thermal/drivers/tsens: limit num_sensors to 9 for msm8939
     - wifi: rtw89: fix potential leak in rtw89_append_probe_req_ie()
     - wifi: rtw89: Add missing check for alloc_workqueue
     - wifi: rtl8xxxu: Fix memory leaks with RTL8723BU, RTL8192EU
     - wifi: orinoco: check return value of hermes_write_wordrec()
     - wifi: rtw88: Use rtw_iterate_vifs() for rtw_vif_watch_dog_iter()
     - wifi: rtw88: Use non-atomic sta iterator in rtw_ra_mask_info_update()
     - thermal/drivers/imx_sc_thermal: Fix the loop condition
     - wifi: ath9k: htc_hst: free skb in ath9k_htc_rx_msg() if there is no callback
       function
     - wifi: ath9k: hif_usb: clean up skbs if ath9k_hif_usb_rx_stream() fails
     - wifi: ath9k: Fix potential stack-out-of-bounds write in
       ath9k_wmi_rsp_callback()
     - wifi: ath11k: Fix memory leak in ath11k_peer_rx_frag_setup
     - wifi: cfg80211: Fix extended KCK key length check in
       nl80211_set_rekey_data()
     - ACPI: battery: Fix missing NUL-termination with large strings
     - selftests/bpf: Fix build errors if CONFIG_NF_CONNTRACK=m
     - crypto: ccp - Failure on re-initialization due to duplicate sysfs filename
     - crypto: essiv - Handle EBUSY correctly
     - crypto: seqiv - Handle EBUSY correctly
     - powercap: fix possible name leak in powercap_register_zone()
     - bpf: Fix state pruning for STACK_DYNPTR stack slots
     - bpf: Fix missing var_off check for ARG_PTR_TO_DYNPTR
     - bpf: Fix partial dynptr stack slot reads/writes
     - x86/microcode: Add a parameter to microcode_check() to store CPU
       capabilities
     - x86/microcode: Check CPU capabilities after late microcode update correctly
     - x86/microcode: Adjust late loading result reporting message
     - net: ethernet: ti: am65-cpsw/cpts: Fix CPTS release action
     - selftests/bpf: Fix vmtest static compilation error
     - crypto: xts - Handle EBUSY correctly
     - leds: led-class: Add missing put_device() to led_put()
     - drm/nouveau/disp: Fix nvif_outp_acquire_dp() argument size
     - s390/bpf: Add expoline to tail calls
     - wifi: iwlwifi: mei: fix compilation errors in rfkill()
     - kselftest/arm64: Fix enumeration of systems without 128 bit SME
     - can: rcar_canfd: Fix R-Car V3U CAN mode selection
     - can: rcar_canfd: Fix R-Car V3U GAFLCFG field accesses
     - selftests/bpf: Initialize tc in xdp_synproxy
     - crypto: ccp - Flush the SEV-ES TMR memory before giving it to firmware
     - bpftool: profile online CPUs instead of possible
     - wifi: mt76: mt7921: fix deadlock in mt7921_abort_roc
     - wifi: mt76: mt7915: call mt7915_mcu_set_thermal_throttling() only after
       init_work
     - wifi: mt76: mt7915: rework mt7915_mcu_set_thermal_throttling
     - wifi: mt76: mt7915: rework mt7915_thermal_temp_store()
     - wifi: mt76: mt7921: fix channel switch fail in monitor mode
     - wifi: mt76: mt7996: fix chainmask calculation in mt7996_set_antenna()
     - wifi: mt76: mt7996: update register for CFEND_RATE
     - wifi: mt76: connac: fix POWER_CTRL command name typo
     - wifi: mt76: mt7921: fix invalid remain_on_channel duration
     - wifi: mt76: mt7915: fix memory leak in mt7915_mcu_exit
     - wifi: mt76: mt7996: fix memory leak in mt7996_mcu_exit
     - wifi: mt76: dma: fix memory leak running mt76_dma_tx_cleanup
     - wifi: mt76: fix switch default case in mt7996_reverse_frag0_hdr_trans
     - wifi: mt76: mt7915: fix WED TxS reporting
     - wifi: mt76: add memory barrier to SDIO queue kick
     - wifi: mt76: mt7996: rely on mt76_connac2_mac_tx_rate_val
     - net/mlx5: Enhance debug print in page allocation failure
     - irqchip: Fix refcount leak in platform_irqchip_probe
     - irqchip/alpine-msi: Fix refcount leak in alpine_msix_init_domains
     - irqchip/irq-mvebu-gicp: Fix refcount leak in mvebu_gicp_probe
     - irqchip/ti-sci: Fix refcount leak in ti_sci_intr_irq_domain_probe
     - s390/mem_detect: fix detect_memory() error handling
     - s390/vmem: fix empty page tables cleanup under KASAN
     - s390/boot: cleanup decompressor header files
     - s390/mem_detect: rely on diag260() if sclp_early_get_memsize() fails
     - s390/boot: fix mem_detect extended area allocation
     - net: add sock_init_data_uid()
     - tun: tun_chr_open(): correctly initialize socket uid
     - tap: tap_open(): correctly initialize socket uid
     - rxrpc: Fix overwaking on call poking
     - OPP: fix error checking in opp_migrate_dentry()
     - cpufreq: davinci: Fix clk use after free
     - Bluetooth: hci_conn: Refactor hci_bind_bis() since it always succeeds
     - Bluetooth: L2CAP: Fix potential user-after-free
     - Bluetooth: hci_qca: get wakeup status from serdev device handle
     - net: ipa: generic command param fix
     - s390: vfio-ap: tighten the NIB validity check
     - s390/ap: fix status returned by ap_aqic()
     - s390/ap: fix status returned by ap_qact()
     - libbpf: Fix alen calculation in libbpf_nla_dump_errormsg()
     - xen/grant-dma-iommu: Implement a dummy probe_device() callback
     - rds: rds_rm_zerocopy_callback() correct order for list_add_tail()
     - crypto: rsa-pkcs1pad - Use akcipher_request_complete
     - m68k: /proc/hardware should depend on PROC_FS
     - RISC-V: time: initialize hrtimer based broadcast clock event device
     - clocksource/drivers/riscv: Patch riscv_clock_next_event() jump before first
       use
     - wifi: iwl3945: Add missing check for create_singlethread_workqueue
     - wifi: iwl4965: Add missing check for create_singlethread_workqueue()
     - wifi: brcmfmac: Rename Cypress 89459 to BCM4355
     - wifi: brcmfmac: pcie: Add IDs/properties for BCM4355
     - wifi: brcmfmac: pcie: Add IDs/properties for BCM4377
     - wifi: brcmfmac: pcie: Perform correct BCM4364 firmware selection
     - wifi: mwifiex: fix loop iterator in mwifiex_update_ampdu_txwinsize()
     - wifi: rtw89: fix parsing offset for MCC C2H
     - selftests/bpf: Fix out-of-srctree build
     - ACPI: resource: Add IRQ overrides for MAINGEAR Vector Pro 2 models
     - ACPI: resource: Do IRQ override on all TongFang GMxRGxx
     - crypto: octeontx2 - Fix objects shared between several modules
     - crypto: crypto4xx - Call dma_unmap_page when done
     - vfio/ccw: remove WARN_ON during shutdown
     - wifi: mac80211: move color collision detection report in a delayed work
     - wifi: mac80211: make rate u32 in sta_set_rate_info_rx()
     - wifi: mac80211: fix non-MLO station association
     - wifi: mac80211: Don't translate MLD addresses for multicast
     - wifi: mac80211: avoid u32_encode_bits() warning
     - wifi: mac80211: fix off-by-one link setting
     - tools/lib/thermal: Fix thermal_sampling_exit()
     - thermal/drivers/hisi: Drop second sensor hi3660
     - selftests/bpf: Fix map_kptr test.
     - wifi: mac80211: pass 'sta' to ieee80211_rx_data_set_sta()
     - bpf: Zeroing allocated object from slab in bpf memory allocator
     - selftests/bpf: Fix xdp_do_redirect on s390x
     - can: esd_usb: Move mislocated storage of SJA1000_ECC_SEG bits in case of a
       bus error
     - can: esd_usb: Make use of can_change_state() and relocate checking skb for
       NULL
     - xsk: check IFF_UP earlier in Tx path
     - LoongArch, bpf: Use 4 instructions for function address in JIT
     - bpf: Fix global subprog context argument resolution logic
     - irqchip/irq-brcmstb-l2: Set IRQ_LEVEL for level triggered interrupts
     - irqchip/irq-bcm7120-l2: Set IRQ_LEVEL for level triggered interrupts
     - net/smc: fix potential panic dues to unprotected smc_llc_srv_add_link()
     - net/smc: fix application data exception
     - selftests/net: Interpret UDP_GRO cmsg data as an int value
     - l2tp: Avoid possible recursive deadlock in l2tp_tunnel_register()
     - net: bcmgenet: fix MoCA LED control
     - net: lan966x: Fix possible deadlock inside PTP
     - net/mlx4_en: Introduce flexible array to silence overflow warning
     - net/mlx5e: Align IPsec ASO result memory to be as required by hardware
     - selftest: fib_tests: Always cleanup before exit
     - sefltests: netdevsim: wait for devlink instance after netns removal
     - drm: Fix potential null-ptr-deref due to drmm_mode_config_init()
     - drm/fourcc: Add missing big-endian XRGB1555 and RGB565 formats
     - drm/bridge: ti-sn65dsi83: Fix delay after reset deassert to match spec
     - drm: mxsfb: DRM_IMX_LCDIF should depend on ARCH_MXC
     - drm: mxsfb: DRM_MXSFB should depend on ARCH_MXS || ARCH_MXC
     - drm/bridge: megachips: Fix error handling in i2c_register_driver()
     - drm/vkms: Fix memory leak in vkms_init()
     - drm/vkms: Fix null-ptr-deref in vkms_release()
     - drm/modes: Use strscpy() to copy command-line mode name
     - drm/vc4: dpi: Fix format mapping for RGB565
     - drm/bridge: it6505: Guard bridge power in IRQ handler
     - drm: tidss: Fix pixel format definition
     - gpu: ipu-v3: common: Add of_node_put() for reference returned by
       of_graph_get_port_by_id()
     - drm/ast: Init iosys_map pointer as I/O memory for damage handling
     - drm/vc4: drop all currently held locks if deadlock happens
     - hwmon: (ftsteutates) Fix scaling of measurements
     - drm/msm/dpu: check for null return of devm_kzalloc() in dpu_writeback_init()
     - drm/msm/hdmi: Add missing check for alloc_ordered_workqueue
     - pinctrl: qcom: pinctrl-msm8976: Correct function names for wcss pins
     - pinctrl: stm32: Fix refcount leak in stm32_pctrl_get_irq_domain
     - pinctrl: rockchip: Fix refcount leak in rockchip_pinctrl_parse_groups
     - drm/vc4: hvs: Configure the HVS COB allocations
     - drm/vc4: hvs: Set AXI panic modes
     - drm/vc4: hvs: SCALER_DISPBKGND_AUTOHS is only valid on HVS4
     - drm/vc4: hvs: Correct interrupt masking bit assignment for HVS5
     - drm/vc4: hvs: Fix colour order for xRGB1555 on HVS5
     - drm/vc4: hdmi: Correct interlaced timings again
     - drm/msm: clean event_thread->worker in case of an error
     - drm/panel-edp: fix name for IVO product id 854b
     - scsi: qla2xxx: Fix exchange oversubscription
     - scsi: qla2xxx: Fix exchange oversubscription for management commands
     - scsi: qla2xxx: edif: Fix clang warning
     - ASoC: fsl_sai: initialize is_dsp_mode flag
     - drm/bridge: tc358767: Set default CLRSIPO count
     - drm/msm/adreno: Fix null ptr access in adreno_gpu_cleanup()
     - ALSA: hda/ca0132: minor fix for allocation size
     - drm/amdgpu: Use the sched from entity for amdgpu_cs trace
     - drm/msm/gem: Add check for kmalloc
     - drm/msm/dpu: Disallow unallocated resources to be returned
     - drm/bridge: lt9611: fix sleep mode setup
     - drm/bridge: lt9611: fix HPD reenablement
     - drm/bridge: lt9611: fix polarity programming
     - drm/bridge: lt9611: fix programming of video modes
     - drm/bridge: lt9611: fix clock calculation
     - drm/bridge: lt9611: pass a pointer to the of node
     - regulator: tps65219: use IS_ERR() to detect an error pointer
     - drm/mipi-dsi: Fix byte order of 16-bit DCS set/get brightness
     - drm: exynos: dsi: Fix MIPI_DSI*_NO_* mode flags
     - drm/msm/dsi: Allow 2 CTRLs on v2.5.0
     - scsi: ufs: exynos: Fix DMA alignment for PAGE_SIZE != 4096
     - drm/msm/dpu: sc7180: add missing WB2 clock control
     - drm/msm: use strscpy instead of strncpy
     - drm/msm/dpu: Add check for cstate
     - drm/msm/dpu: Add check for pstates
     - drm/msm/mdp5: Add check for kzalloc
     - habanalabs: bugs fixes in timestamps buff alloc
     - pinctrl: bcm2835: Remove of_node_put() in bcm2835_of_gpio_ranges_fallback()
     - pinctrl: mediatek: Initialize variable pullen and pullup to zero
     - pinctrl: mediatek: Initialize variable *buf to zero
     - gpu: host1x: Fix mask for syncpoint increment register
     - gpu: host1x: Don't skip assigning syncpoints to channels
     - drm/tegra: firewall: Check for is_addr_reg existence in IMM check
     - drm/i915/mtl: Add initial gt workarounds
     - drm/i915/xehp: GAM registers don't need to be re-applied on engine resets
     - pinctrl: renesas: rzg2l: Fix configuring the GPIO pins as interrupts
     - drm/i915/xehp: Annotate a couple more workaround registers as MCR
     - drm/msm/dpu: set pdpu->is_rt_pipe early in dpu_plane_sspp_atomic_update()
     - drm/mediatek: dsi: Reduce the time of dsi from LP11 to sending cmd
     - drm/mediatek: Use NULL instead of 0 for NULL pointer
     - drm/mediatek: Drop unbalanced obj unref
     - drm/mediatek: mtk_drm_crtc: Add checks for devm_kcalloc
     - drm/mediatek: Clean dangling pointer on bind error path
     - ASoC: soc-compress.c: fixup private_data on snd_soc_new_compress()
     - dt-bindings: display: mediatek: Fix the fallback for mediatek,mt8186-disp-
       ccorr
     - gpio: pca9570: rename platform_data to chip_data
     - gpio: vf610: connect GPIO label to dev name
     - ASoC: topology: Properly access value coming from topology file
     - spi: dw_bt1: fix MUX_MMIO dependencies
     - ASoC: mchp-spdifrx: fix controls which rely on rsr register
     - ASoC: mchp-spdifrx: fix return value in case completion times out
     - ASoC: mchp-spdifrx: fix controls that works with completion mechanism
     - ASoC: mchp-spdifrx: disable all interrupts in mchp_spdifrx_dai_remove()
     - dm: improve shrinker debug names
     - regmap: apply reg_base and reg_downshift for single register ops
     - accel: fix CONFIG_DRM dependencies
     - ASoC: rsnd: fixup #endif position
     - ASoC: mchp-spdifrx: Fix uninitialized use of mr in mchp_spdifrx_hw_params()
     - ASoC: dt-bindings: meson: fix gx-card codec node regex
     - regulator: tps65219: use generic set_bypass()
     - hwmon: (asus-ec-sensors) add missing mutex path
     - hwmon: (ltc2945) Handle error case in ltc2945_value_store
     - ALSA: hda: Fix the control element identification for multiple codecs
     - drm/amdgpu: fix enum odm_combine_mode mismatch
     - scsi: mpt3sas: Fix a memory leak
     - scsi: aic94xx: Add missing check for dma_map_single()
     - HID: multitouch: Add quirks for flipped axes
     - HID: retain initial quirks set up when creating HID devices
     - ASoC: qcom: q6apm-lpass-dai: unprepare stream if its already prepared
     - ASoC: qcom: q6apm-dai: fix race condition while updating the position
       pointer
     - ASoC: qcom: q6apm-dai: Add SNDRV_PCM_INFO_BATCH flag
     - ASoC: codecs: lpass: register mclk after runtime pm
     - ASoC: codecs: lpass: fix incorrect mclk rate
     - drm/amd/display: don't call dc_interrupt_set() for disabled crtcs
     - HID: logitech-hidpp: Hard-code HID++ 1.0 fast scroll support
     - spi: bcm63xx-hsspi: Fix multi-bit mode setting
     - hwmon: (mlxreg-fan) Return zero speed for broken fan
     - ASoC: tlv320adcx140: fix 'ti,gpio-config' DT property init
     - dm: remove flush_scheduled_work() during local_exit()
     - nfs4trace: fix state manager flag printing
     - NFS: fix disabling of swap
     - drm/i915/pvc: Implement recommended caching policy
     - drm/i915/pvc: Annotate two more workaround/tuning registers as MCR
     - drm/i915: Fix GEN8_MISCCPCTL
     - spi: synquacer: Fix timeout handling in synquacer_spi_transfer_one()
     - ASoC: soc-dapm.h: fixup warning struct snd_pcm_substream not declared
     - HID: bigben: use spinlock to protect concurrent accesses
     - HID: bigben_worker() remove unneeded check on report_field
     - HID: bigben: use spinlock to safely schedule workers
     - hid: bigben_probe(): validate report count
     - ALSA: hda/hdmi: Register with vga_switcheroo on Dual GPU Macbooks
     - drm/shmem-helper: Fix locking for drm_gem_shmem_get_pages_sgt()
     - NFSD: enhance inter-server copy cleanup
     - NFSD: fix leaked reference count of nfsd4_ssc_umount_item
     - nfsd: fix race to check ls_layouts
     - nfsd: clean up potential nfsd_file refcount leaks in COPY codepath
     - NFSD: fix problems with cleanup on errors in nfsd4_copy
     - nfsd: fix courtesy client with deny mode handling in nfs4_upgrade_open
     - nfsd: don't fsync nfsd_files on last close
     - NFSD: copy the whole verifier in nfsd_copy_write_verifier
     - cifs: Fix lost destroy smbd connection when MR allocate failed
     - cifs: Fix warning and UAF when destroy the MR list
     - cifs: use tcon allocation functions even for dummy tcon
     - gfs2: jdata writepage fix
     - perf llvm: Fix inadvertent file creation
     - leds: led-core: Fix refcount leak in of_led_get()
     - leds: is31fl319x: Wrap mutex_destroy() for devm_add_action_or_rest()
     - leds: simatic-ipc-leds-gpio: Make sure we have the GPIO providing driver
     - tools/tracing/rtla: osnoise_hist: use total duration for average calculation
     - perf inject: Use perf_data__read() for auxtrace
     - perf intel-pt: Do not try to queue auxtrace data on pipe
     - perf stat: Hide invalid uncore event output for aggr mode
     - perf jevents: Correct bad character encoding
     - perf test bpf: Skip test if kernel-debuginfo is not present
     - perf tools: Fix auto-complete on aarch64
     - perf stat: Avoid merging/aggregating metric counts twice
     - sparc: allow PM configs for sparc32 COMPILE_TEST
     - selftests: find echo binary to use -ne options
     - selftests/ftrace: Fix bash specific "==" operator
     - selftests: use printf instead of echo -ne
     - perf record: Fix segfault with --overwrite and --max-size
     - printf: fix errname.c list
     - perf tests stat_all_metrics: Change true workload to sleep workload for
       system wide check
     - objtool: add UACCESS exceptions for __tsan_volatile_read/write
     - selftests/ftrace: Fix probepoint testcase to ignore __pfx_* symbols
     - sysctl: fix proc_dobool() usability
     - mfd: rk808: Re-add rk808-clkout to RK818
     - mfd: cs5535: Don't build on UML
     - mfd: pcf50633-adc: Fix potential memleak in pcf50633_adc_async_read()
     - dmaengine: idxd: Set traffic class values in GRPCFG on DSA 2.0
     - RDMA/erdma: Fix refcount leak in erdma_mmap
     - dmaengine: HISI_DMA should depend on ARCH_HISI
     - RDMA/hns: Fix refcount leak in hns_roce_mmap
     - iio: light: tsl2563: Do not hardcode interrupt trigger type
     - usb: gadget: fusb300_udc: free irq on the error path in fusb300_probe()
     - i2c: designware: fix i2c_dw_clk_rate() return size to be u32
     - i2c: qcom-geni: change i2c_master_hub to static
     - soundwire: cadence: Don't overflow the command FIFOs
     - driver core: fix potential null-ptr-deref in device_add()
     - kobject: Fix slab-out-of-bounds in fill_kobj_path()
     - alpha/boot/tools/objstrip: fix the check for ELF header
     - media: uvcvideo: Check for INACTIVE in uvc_ctrl_is_accessible()
     - media: uvcvideo: Implement mask for V4L2_CTRL_TYPE_MENU
     - media: uvcvideo: Refactor uvc_ctrl_mappings_uvcXX
     - media: uvcvideo: Refactor power_line_frequency_controls_limited
     - coresight: etm4x: Fix accesses to TRCSEQRSTEVR and TRCSEQSTR
     - coresight: cti: Prevent negative values of enable count
     - coresight: cti: Add PM runtime call in enable_store
     - usb: typec: intel_pmc_mux: Don't leak the ACPI device reference count
     - PCI/IOV: Enlarge virtfn sysfs name buffer
     - PCI: switchtec: Return -EFAULT for copy_to_user() errors
     - PCI: endpoint: pci-epf-vntb: Add epf_ntb_mw_bar_clear() num_mws kernel-doc
     - hwtracing: hisi_ptt: Only add the supported devices to the filters list
     - tty: serial: fsl_lpuart: disable Rx/Tx DMA in lpuart32_shutdown()
     - tty: serial: fsl_lpuart: clear LPUART Status Register in lpuart32_shutdown()
     - serial: tegra: Add missing clk_disable_unprepare() in tegra_uart_hw_init()
     - Revert "char: pcmcia: cm4000_cs: Replace mdelay with usleep_range in
       set_protocol"
     - eeprom: idt_89hpesx: Fix error handling in idt_init()
     - applicom: Fix PCI device refcount leak in applicom_init()
     - firmware: stratix10-svc: add missing gen_pool_destroy() in
       stratix10_svc_drv_probe()
     - firmware: stratix10-svc: fix error handle while alloc/add device failed
     - VMCI: check context->notify_page after call to get_user_pages_fast() to
       avoid GPF
     - mei: pxp: Use correct macros to initialize uuid_le
     - misc/mei/hdcp: Use correct macros to initialize uuid_le
     - misc: fastrpc: Fix an error handling path in fastrpc_rpmsg_probe()
     - iommu/exynos: Fix error handling in exynos_iommu_init()
     - driver core: fix resource leak in device_add()
     - driver core: location: Free struct acpi_pld_info *pld before return false
     - drivers: base: transport_class: fix possible memory leak
     - drivers: base: transport_class: fix resource leak when
       transport_add_device() fails
     - firmware: dmi-sysfs: Fix null-ptr-deref in dmi_sysfs_register_handle
     - selftests: iommu: Fix test_cmd_destroy_access() call in user_copy
     - iommufd: Add three missing structures in ucmd_buffer
     - fotg210-udc: Add missing completion handler
     - dmaengine: dw-edma: Fix missing src/dst address of interleaved xfers
     - fpga: microchip-spi: move SPI I/O buffers out of stack
     - fpga: microchip-spi: rewrite status polling in a time measurable way
     - usb: early: xhci-dbc: Fix a potential out-of-bound memory access
     - tty: serial: fsl_lpuart: Fix the wrong RXWATER setting for rx dma case
     - RDMA/cxgb4: add null-ptr-check after ip_dev_find()
     - usb: musb: mediatek: don't unregister something that wasn't registered
     - usb: gadget: configfs: Restrict symlink creation is UDC already binded
     - phy: mediatek: remove temporary variable @mask_
     - PCI: mt7621: Delay phy ports initialization
     - iommu/vt-d: Set No Execute Enable bit in PASID table entry
     - power: supply: remove faulty cooling logic
     - RDMA/siw: Fix user page pinning accounting
     - RDMA/cxgb4: Fix potential null-ptr-deref in pass_establish()
     - usb: max-3421: Fix setting of I/O pins
     - RDMA/irdma: Cap MSIX used to online CPUs + 1
     - serial: fsl_lpuart: fix RS485 RTS polariy inverse issue
     - tty: serial: imx: disable Ageing Timer interrupt request irq
     - driver core: fw_devlink: Add DL_FLAG_CYCLE support to device links
     - driver core: fw_devlink: Don't purge child fwnode's consumer links
     - driver core: fw_devlink: Allow marking a fwnode link as being part of a
       cycle
     - driver core: fw_devlink: Consolidate device link flag computation
     - driver core: fw_devlink: Improve check for fwnode with no device/driver
     - driver core: fw_devlink: Make cycle detection more robust
     - mtd: mtdpart: Don't create platform device that'll never probe
     - usb: host: fsl-mph-dr-of: reuse device_set_of_node_from_dev
     - dmaengine: dw-edma: Fix readq_ch() return value truncation
     - PCI: Fix dropping valid root bus resources with .end = zero
     - phy: rockchip-typec: fix tcphy_get_mode error case
     - PCI: qcom: Fix host-init error handling
     - iw_cxgb4: Fix potential NULL dereference in c4iw_fill_res_cm_id_entry()
     - iommu: Fix error unwind in iommu_group_alloc()
     - iommu/amd: Do not identity map v2 capable device when snp is enabled
     - dmaengine: sf-pdma: pdma_desc memory leak fix
     - dmaengine: dw-axi-dmac: Do not dereference NULL structure
     - dmaengine: ptdma: check for null desc before calling pt_cmd_callback
     - iommu/vt-d: Fix error handling in sva enable/disable paths
     - iommu/vt-d: Allow to use flush-queue when first level is default
     - RDMA/rxe: Cleanup mr_check_range
     - RDMA/rxe: Move rxe_map_mr_sg to rxe_mr.c
     - RDMA-rxe: Isolate mr code from atomic_reply()
     - RDMA-rxe: Isolate mr code from atomic_write_reply()
     - RDMA/rxe: Cleanup page variables in rxe_mr.c
     - RDMA/rxe: Replace rxe_map and rxe_phys_buf by xarray
     - Subject: RDMA/rxe: Handle zero length rdma
     - RDMA/mana_ib: Fix a bug when the PF indicates more entries for registering
       memory on first packet
     - RDMA/rxe: Fix missing memory barriers in rxe_queue.h
     - IB/hfi1: Fix math bugs in hfi1_can_pin_pages()
     - IB/hfi1: Fix sdma.h tx->num_descs off-by-one errors
     - Revert "remoteproc: qcom_q6v5_mss: map/unmap metadata region before/after
       use"
     - remoteproc: qcom_q6v5_mss: Use a carveout to authenticate modem headers
     - media: ti: cal: fix possible memory leak in cal_ctx_create()
     - media: platform: ti: Add missing check for devm_regulator_get
     - media: imx: imx7-media-csi: fix missing clk_disable_unprepare() in
       imx7_csi_init()
     - powerpc: Remove linker flag from KBUILD_AFLAGS
     - s390/vdso: Drop '-shared' from KBUILD_CFLAGS_64
     - builddeb: clean generated package content
     - media: max9286: Fix memleak in max9286_v4l2_register()
     - media: ov2740: Fix memleak in ov2740_init_controls()
     - media: ov5675: Fix memleak in ov5675_init_controls()
     - media: i2c: tc358746: fix missing return assignment
     - media: i2c: tc358746: fix ignoring read error in g_register callback
     - media: i2c: tc358746: fix possible endianness issue
     - media: ov5640: Fix soft reset sequence and timings
     - media: ov5640: Handle delays when no reset_gpio set
     - media: mc: Get media_device directly from pad
     - media: i2c: ov772x: Fix memleak in ov772x_probe()
     - media: i2c: imx219: Split common registers from mode tables
     - media: i2c: imx219: Fix binning for RAW8 capture
     - media: platform: mtk-mdp3: Fix return value check in mdp_probe()
     - media: camss: csiphy-3ph: avoid undefined behavior
     - media: platform: mtk-mdp3: fix Kconfig dependencies
     - media: v4l2-jpeg: correct the skip count in jpeg_parse_app14_data
     - media: v4l2-jpeg: ignore the unknown APP14 marker
     - media: hantro: Fix JPEG encoder ENUM_FRMSIZE on RK3399
     - media: imx-jpeg: Apply clk_bulk api instead of operating specific clk
     - media: amphion: correct the unspecified color space
     - media: drivers/media/v4l2-core/v4l2-h264 : add detection of null pointers
     - media: rc: Fix use-after-free bugs caused by ene_tx_irqsim()
     - media: atomisp: fix videobuf2 Kconfig depenendency
     - media: atomisp: Only set default_run_mode on first open of a stream/asd
     - media: i2c: ov7670: 0 instead of -EINVAL was returned
     - media: usb: siano: Fix use after free bugs caused by do_submit_urb
     - media: saa7134: Use video_unregister_device for radio_dev
     - rpmsg: glink: Avoid infinite loop on intent for missing channel
     - rpmsg: glink: Release driver_override
     - ARM: OMAP2+: omap4-common: Fix refcount leak bug
     - arm64: dts: qcom: msm8996: Add additional A2NoC clocks
     - udf: Define EFSCORRUPTED error code
     - context_tracking: Fix noinstr vs KASAN
     - exit: Detect and fix irq disabled state in oops
     - ARM: dts: exynos: Use Exynos5420 compatible for the MIPI video phy
     - fs: Use CHECK_DATA_CORRUPTION() when kernel bugs are detected
     - blk-iocost: fix divide by 0 error in calc_lcoefs()
     - blk-cgroup: dropping parent refcount after pd_free_fn() is done
     - blk-cgroup: synchronize pd_free_fn() from blkg_free_workfn() and
       blkcg_deactivate_policy()
     - trace/blktrace: fix memory leak with using debugfs_lookup()
     - btrfs: scrub: improve tree block error reporting
     - arm64: zynqmp: Enable hs termination flag for USB dwc3 controller
     - cpuidle, intel_idle: Fix CPUIDLE_FLAG_INIT_XSTATE
     - x86/fpu: Don't set TIF_NEED_FPU_LOAD for PF_IO_WORKER threads
     - cpuidle: drivers: firmware: psci: Dont instrument suspend code
     - cpuidle: lib/bug: Disable rcu_is_watching() during WARN/BUG
     - perf/x86/intel/uncore: Add Meteor Lake support
     - wifi: ath9k: Fix use-after-free in ath9k_hif_usb_disconnect()
     - wifi: ath11k: fix monitor mode bringup crash
     - wifi: brcmfmac: Fix potential stack-out-of-bounds in brcmf_c_preinit_dcmds()
     - rcu: Make RCU_LOCKDEP_WARN() avoid early lockdep checks
     - rcu: Suppress smp_processor_id() complaint in
       synchronize_rcu_expedited_wait()
     - srcu: Delegate work to the boot cpu if using SRCU_SIZE_SMALL
     - rcu-tasks: Make rude RCU-Tasks work well with CPU hotplug
     - rcu-tasks: Handle queue-shrink/callback-enqueue race condition
     - wifi: ath11k: debugfs: fix to work with multiple PCI devices
     - thermal: intel: Fix unsigned comparison with less than zero
     - timers: Prevent union confusion from unexpected restart_syscall()
     - x86/bugs: Reset speculation control settings on init
     - bpftool: Always disable stack protection for BPF objects
     - wifi: brcmfmac: ensure CLM version is null-terminated to prevent stack-out-
       of-bounds
     - wifi: rtw89: fix assignation of TX BD RAM table
     - wifi: mt7601u: fix an integer underflow
     - inet: fix fast path in __inet_hash_connect()
     - ice: restrict PTP HW clock freq adjustments to 100, 000, 000 PPB
     - ice: add missing checks for PF vsi type
     - Compiler attributes: GCC cold function alignment workarounds
     - ACPI: Don't build ACPICA with '-Os'
     - bpf, docs: Fix modulo zero, division by zero, overflow, and underflow
     - thermal: intel: intel_pch: Add support for Wellsburg PCH
     - clocksource: Suspend the watchdog temporarily when high read latency
       detected
     - crypto: hisilicon: Wipe entire pool on error
     - net: bcmgenet: Add a check for oversized packets
     - m68k: Check syscall_trace_enter() return code
     - s390/mm,ptdump: avoid Kasan vs Memcpy Real markers swapping
     - netfilter: nf_tables: NULL pointer dereference in nf_tables_updobj()
     - can: isotp: check CAN address family in isotp_bind()
     - gcc-plugins: drop -std=gnu++11 to fix GCC 13 build
     - tools/power/x86/intel-speed-select: Add Emerald Rapid quirk
     - platform/x86: dell-ddv: Add support for interface version 3
     - wifi: mt76: dma: free rx_head in mt76_dma_rx_cleanup
     - ACPI: video: Fix Lenovo Ideapad Z570 DMI match
     - net/mlx5: fw_tracer: Fix debug print
     - coda: Avoid partial allocation of sig_inputArgs
     - uaccess: Add minimum bounds check on kernel buffer size
     - s390/idle: mark arch_cpu_idle() noinstr
     - time/debug: Fix memory leak with using debugfs_lookup()
     - PM: domains: fix memory leak with using debugfs_lookup()
     - PM: EM: fix memory leak with using debugfs_lookup()
     - Bluetooth: Fix issue with Actions Semi ATS2851 based devices
     - Bluetooth: btusb: Add new PID/VID 0489:e0f2 for MT7921
     - Bluetooth: btusb: Add VID:PID 13d3:3529 for Realtek RTL8821CE
     - wifi: rtw89: debug: avoid invalid access on RTW89_DBG_SEL_MAC_30
     - hv_netvsc: Check status in SEND_RNDIS_PKT completion message
     - s390/kfence: fix page fault reporting
     - devlink: Fix TP_STRUCT_entry in trace of devlink health report
     - scm: add user copy checks to put_cmsg()
     - drm: panel-orientation-quirks: Add quirk for Lenovo Yoga Tab 3 X90F
     - drm: panel-orientation-quirks: Add quirk for DynaBook K50
     - drm/amd/display: Reduce expected sdp bandwidth for dcn321
     - drm/amd/display: Revert Reduce delay when sink device not able to ACK 00340h
       write
     - drm/amd/display: Fix potential null-deref in dm_resume
     - drm/omap: dsi: Fix excessive stack usage
     - HID: Add Mapping for System Microphone Mute
     - drm/tiny: ili9486: Do not assume 8-bit only SPI controllers
     - drm/amd/display: Defer DIG FIFO disable after VID stream enable
     - drm/radeon: free iio for atombios when driver shutdown
     - drm/amd: Avoid BUG() for case of SRIOV missing IP version
     - drm/amdkfd: Page aligned memory reserve size
     - scsi: lpfc: Fix use-after-free KFENCE violation during sysfs firmware write
     - Revert "fbcon: don't lose the console font across generic->chip driver
       switch"
     - drm/amd: Avoid ASSERT for some message failures
     - drm: amd: display: Fix memory leakage
     - drm/amd/display: fix mapping to non-allocated address
     - HID: uclogic: Add frame type quirk
     - HID: uclogic: Add battery quirk
     - HID: uclogic: Add support for XP-PEN Deco Pro SW
     - HID: uclogic: Add support for XP-PEN Deco Pro MW
     - drm/msm/dsi: Add missing check for alloc_ordered_workqueue
     - drm: rcar-du: Add quirk for H3 ES1.x pclk workaround
     - drm: rcar-du: Fix setting a reserved bit in DPLLCR
     - drm/drm_print: correct format problem
     - drm/amd/display: Set hvm_enabled flag for S/G mode
     - drm/client: Test for connectors before sending hotplug event
     - habanalabs: extend fatal messages to contain PCI info
     - habanalabs: fix bug in timestamps registration code
     - docs/scripts/gdb: add necessary make scripts_gdb step
     - drm/msm/dpu: Add DSC hardware blocks to register snapshot
     - ASoC: soc-compress: Reposition and add pcm_mutex
     - ASoC: kirkwood: Iterate over array indexes instead of using pointer math
     - regulator: max77802: Bounds check regulator id against opmode
     - regulator: s5m8767: Bounds check id indexing into arrays
     - Revert "drm/amdgpu: TA unload messages are not actually sent to psp when
       amdgpu is uninstalled"
     - drm/amd/display: fix FCLK pstate change underflow
     - gfs2: Improve gfs2_make_fs_rw error handling
     - hwmon: (coretemp) Simplify platform device handling
     - hwmon: (nct6775) Directly call ASUS ACPI WMI method
     - hwmon: (nct6775) B650/B660/X670 ASUS boards support
     - pinctrl: at91: use devm_kasprintf() to avoid potential leaks
     - drm/amd/display: Do not commit pipe when updating DRR
     - scsi: snic: Fix memory leak with using debugfs_lookup()
     - scsi: ufs: core: Fix device management cmd timeout flow
     - HID: logitech-hidpp: Don't restart communication if not necessary
     - drm/amd/display: Enable P-state validation checks for DCN314
     - drm: panel-orientation-quirks: Add quirk for Lenovo IdeaPad Duet 3 10IGL5
     - drm/amd/display: Disable HUBP/DPP PG on DCN314 for now
     - drm/amd/display: disable SubVP + DRR to prevent underflow
     - dm thin: add cond_resched() to various workqueue loops
     - dm cache: add cond_resched() to various workqueue loops
     - nfsd: zero out pointers after putting nfsd_files on COPY setup error
     - nfsd: don't hand out delegation on setuid files being opened for write
     - cifs: prevent data race in smb2_reconnect()
     - drm/i915/mtl: Correct implementation of Wa_18018781329
     - drm/shmem-helper: Revert accidental non-GPL export
     - driver core: fw_devlink: Avoid spurious error message
     - wifi: rtl8xxxu: fixing transmisison failure for rtl8192eu
     - firmware: coreboot: framebuffer: Ignore reserved pixel color bits
     - block: don't allow multiple bios for IOCB_NOWAIT issue
     - block: clear bio->bi_bdev when putting a bio back in the cache
     - block: be a bit more careful in checking for NULL bdev while polling
     - rtc: pm8xxx: fix set-alarm race
     - ipmi: ipmb: Fix the MODULE_PARM_DESC associated to 'retry_time_ms'
     - ipmi:ssif: resend_msg() cannot fail
     - ipmi_ssif: Rename idle state and check
     - ipmi:ssif: Add a timer between request retries
     - io_uring: Replace 0-length array with flexible array
     - io_uring: use user visible tail in io_uring_poll()
     - io_uring: handle TIF_NOTIFY_RESUME when checking for task_work
     - io_uring: add a conditional reschedule to the IOPOLL cancelation loop
     - io_uring: add reschedule point to handle_tw_list()
     - io_uring/rsrc: disallow multi-source reg buffers
     - io_uring: remove MSG_NOSIGNAL from recvmsg
     - io_uring/poll: allow some retries for poll triggering spuriously
     - io_uring: fix fget leak when fs don't support nowait buffered read
     - s390/extmem: return correct segment type in __segment_load()
     - s390: discard .interp section
     - s390/kprobes: fix irq mask clobbering on kprobe reenter from post_handler
     - s390/kprobes: fix current_kprobe never cleared after kprobes reenter
     - KVM: s390: disable migration mode when dirty tracking is disabled
     - cifs: improve checking of DFS links over STATUS_OBJECT_NAME_INVALID
     - cifs: Fix uninitialized memory read in smb3_qfs_tcon()
     - cifs: Fix uninitialized memory reads for oparms.mode
     - cifs: fix mount on old smb servers
     - cifs: introduce cifs_io_parms in smb2_async_writev()
     - cifs: split out smb3_use_rdma_offload() helper
     - cifs: don't try to use rdma offload on encrypted connections
     - cifs: Check the lease context if we actually got a lease
     - cifs: return a single-use cfid if we did not get a lease
     - scsi: mpi3mr: Fix missing mrioc->evtack_cmds initialization
     - scsi: mpi3mr: Fix issues in mpi3mr_get_all_tgt_info()
     - scsi: mpi3mr: Remove unnecessary memcpy() to alltgt_info->dmi
     - btrfs: hold block group refcount during async discard
     - btrfs: sysfs: update fs features directory asynchronously
     - locking/rwsem: Prevent non-first waiter from spinning in down_write()
       slowpath
     - ksmbd: fix wrong data area length for smb2 lock request
     - ksmbd: do not allow the actual frame length to be smaller than the rfc1002
       length
     - ksmbd: fix possible memory leak in smb2_lock()
     - torture: Fix hang during kthread shutdown phase
     - ARM: dts: exynos: correct HDMI phy compatible in Exynos4
     - io_uring: mark task TASK_RUNNING before handling resume/task work
     - hfs: fix missing hfs_bnode_get() in __hfs_bnode_create
     - fs: hfsplus: fix UAF issue in hfsplus_put_super
     - exfat: fix reporting fs error when reading dir beyond EOF
     - exfat: fix unexpected EOF while reading dir
     - exfat: redefine DIR_DELETED as the bad cluster number
     - exfat: fix inode->i_blocks for non-512 byte sector size device
     - fs: dlm: start midcomms before scand
     - fs: dlm: fix use after free in midcomms commit
     - fs: dlm: be sure to call dlm_send_queue_flush()
     - fs: dlm: fix race setting stop tx flag
     - fs: dlm: don't set stop rx flag after node reset
     - fs: dlm: move sending fin message into state change handling
     - fs: dlm: send FIN ack back in right cases
     - f2fs: fix information leak in f2fs_move_inline_dirents()
     - f2fs: retry to update the inode page given data corruption
     - f2fs: fix cgroup writeback accounting with fs-layer encryption
     - f2fs: fix kernel crash due to null io->bio
     - f2fs: Revert "f2fs: truncate blocks in batch in __complete_revoke_list()"
     - ocfs2: fix defrag path triggering jbd2 ASSERT
     - ocfs2: fix non-auto defrag path not working issue
     - fs/cramfs/inode.c: initialize file_ra_state
     - selftests/landlock: Skip overlayfs tests when not supported
     - selftests/landlock: Test ptrace as much as possible with Yama
     - udf: Truncate added extents on failed expansion
     - udf: Do not bother merging very long extents
     - udf: Do not update file length for failed writes to inline files
     - udf: Preserve link count of system files
     - udf: Detect system inodes linked into directory hierarchy
     - udf: Fix file corruption when appending just after end of preallocated
       extent
     - md: don't update recovery_cp when curr_resync is ACTIVE
     - KVM: Destroy target device if coalesced MMIO unregistration fails
     - KVM: VMX: Fix crash due to uninitialized current_vmcs
     - KVM: Register /dev/kvm as the _very_ last thing during initialization
     - KVM: x86: Purge "highest ISR" cache when updating APICv state
     - KVM: x86: Blindly get current x2APIC reg value on "nodecode write" traps
     - KVM: x86: Don't inhibit APICv/AVIC on xAPIC ID "change" if APIC is disabled
     - KVM: x86: Don't inhibit APICv/AVIC if xAPIC ID mismatch is due to 32-bit ID
     - KVM: SVM: Flush the "current" TLB when activating AVIC
     - KVM: SVM: Process ICR on AVIC IPI delivery failure due to invalid target
     - KVM: SVM: Don't put/load AVIC when setting virtual APIC mode
     - KVM: x86: Inject #GP if WRMSR sets reserved bits in APIC Self-IPI
     - KVM: x86: Inject #GP on x2APIC WRMSR that sets reserved bits 63:32
     - KVM: SVM: Fix potential overflow in SEV's send|receive_update_data()
     - KVM: SVM: hyper-v: placate modpost section mismatch error
     - selftests: x86: Fix incorrect kernel headers search path
     - x86/virt: Force GIF=1 prior to disabling SVM (for reboot flows)
     - x86/crash: Disable virt in core NMI crash handler to avoid double shootdown
     - x86/reboot: Disable virtualization in an emergency if SVM is supported
     - x86/reboot: Disable SVM, not just VMX, when stopping CPUs
     - x86/kprobes: Fix __recover_optprobed_insn check optimizing logic
     - x86/kprobes: Fix arch_check_optimized_kprobe check within optimized_kprobe
       range
     - x86/microcode/amd: Remove load_microcode_amd()'s bsp parameter
     - x86/microcode/AMD: Add a @cpu parameter to the reloading functions
     - x86/microcode/AMD: Fix mixed steppings support
     - x86/speculation: Allow enabling STIBP with legacy IBRS
     - Documentation/hw-vuln: Document the interaction between IBRS and STIBP
     - virt/sev-guest: Return -EIO if certificate buffer is not large enough
     - brd: mark as nowait compatible
     - brd: return 0/-error from brd_insert_page()
     - brd: check for REQ_NOWAIT and set correct page allocation mask
     - ima: fix error handling logic when file measurement failed
     - ima: Align ima_file_mmap() parameters with mmap_file LSM hook
     - selftests/powerpc: Fix incorrect kernel headers search path
     - selftests/ftrace: Fix eprobe syntax test case to check filter support
     - selftests: sched: Fix incorrect kernel headers search path
     - selftests: core: Fix incorrect kernel headers search path
     - selftests: pid_namespace: Fix incorrect kernel headers search path
     - selftests: arm64: Fix incorrect kernel headers search path
     - selftests: clone3: Fix incorrect kernel headers search path
     - selftests: pidfd: Fix incorrect kernel headers search path
     - selftests: membarrier: Fix incorrect kernel headers search path
     - selftests: kcmp: Fix incorrect kernel headers search path
     - selftests: media_tests: Fix incorrect kernel headers search path
     - selftests: gpio: Fix incorrect kernel headers search path
     - selftests: filesystems: Fix incorrect kernel headers search path
     - selftests: user_events: Fix incorrect kernel headers search path
     - selftests: ptp: Fix incorrect kernel headers search path
     - selftests: sync: Fix incorrect kernel headers search path
     - selftests: rseq: Fix incorrect kernel headers search path
     - selftests: move_mount_set_group: Fix incorrect kernel headers search path
     - selftests: mount_setattr: Fix incorrect kernel headers search path
     - selftests: perf_events: Fix incorrect kernel headers search path
     - selftests: ipc: Fix incorrect kernel headers search path
     - selftests: futex: Fix incorrect kernel headers search path
     - selftests: drivers: Fix incorrect kernel headers search path
     - selftests: dmabuf-heaps: Fix incorrect kernel headers search path
     - selftests: vm: Fix incorrect kernel headers search path
     - selftests: seccomp: Fix incorrect kernel headers search path
     - irqdomain: Fix association race
     - irqdomain: Fix disassociation race
     - irqdomain: Look for existing mapping only once
     - irqdomain: Drop bogus fwspec-mapping error handling
     - irqdomain: Refactor __irq_domain_alloc_irqs()
     - irqdomain: Fix mapping-creation race
     - irqdomain: Fix domain registration race
     - crypto: qat - fix out-of-bounds read
     - mm/damon/paddr: fix missing folio_put()
     - ALSA: ice1712: Do not left ice->gpio_mutex locked in aureon_add_controls()
     - ALSA: hda/realtek: Add quirk for HP EliteDesk 800 G6 Tower PC
     - jbd2: fix data missing when reusing bh which is ready to be checkpointed
     - ext4: optimize ea_inode block expansion
     - ext4: refuse to create ea block when umounted
     - cxl/pmem: Fix nvdimm registration races
     - Input: exc3000 - properly stop timer on shutdown
     - mtd: spi-nor: sfdp: Fix index value for SCCR dwords
     - mtd: spi-nor: spansion: Consider reserved bits in CFR5 register
     - dm: send just one event on resize, not two
     - dm: add cond_resched() to dm_wq_work()
     - dm: add cond_resched() to dm_wq_requeue_work()
     - wifi: rtw88: use RTW_FLAG_POWERON flag to prevent to power on/off twice
     - wifi: rtl8xxxu: Use a longer retry limit of 48
     - wifi: ath11k: allow system suspend to survive ath11k
     - wifi: cfg80211: Fix use after free for wext
     - wifi: cfg80211: Set SSID if it is not already set
     - cpuidle: add ARCH_SUSPEND_POSSIBLE dependencies
     - qede: fix interrupt coalescing configuration
     - thermal: intel: powerclamp: Fix cur_state for multi package system
     - dm flakey: fix logic when corrupting a bio
     - dm cache: free background tracker's queued work in btracker_destroy
     - dm flakey: don't corrupt the zero page
     - dm flakey: fix a bug with 32-bit highmem systems
     - hwmon: (peci/cputemp) Fix off-by-one in coretemp_label allocation
     - hwmon: (nct6775) Fix incorrect parenthesization in nct6775_write_fan_div()
     - spi: intel: Check number of chip selects after reading the descriptor
     - ARM: dts: qcom: sdx65: Add Qcom SMMU-500 as the fallback for IOMMU node
     - ARM: dts: qcom: sdx55: Add Qcom SMMU-500 as the fallback for IOMMU node
     - ARM: dts: exynos: correct TMU phandle in Exynos4210
     - ARM: dts: exynos: correct TMU phandle in Exynos4
     - ARM: dts: exynos: correct TMU phandle in Odroid XU3 family
     - ARM: dts: exynos: correct TMU phandle in Exynos5250
     - ARM: dts: exynos: correct TMU phandle in Odroid XU
     - ARM: dts: exynos: correct TMU phandle in Odroid HC1
     - arm64: acpi: Fix possible memory leak of ffh_ctxt
     - arm64: mm: hugetlb: Disable HUGETLB_PAGE_OPTIMIZE_VMEMMAP
     - arm64: Reset KASAN tag in copy_highpage with HW tags only
     - fuse: add inode/permission checks to fileattr_get/fileattr_set
     - rbd: avoid use-after-free in do_rbd_add() when rbd_dev_create() fails
     - ceph: update the time stamps and try to drop the suid/sgid
     - regulator: core: Use ktime_get_boottime() to determine how long a regulator
       was off
     - panic: fix the panic_print NMI backtrace setting
     - mm/hwpoison: convert TTU_IGNORE_HWPOISON to TTU_HWPOISON
     - genirq/msi, platform-msi: Ensure that MSI descriptors are unreferenced
     - genirq/msi: Take the per-device MSI lock before validating the control
       structure
     - spi: spi-sn-f-ospi: fix duplicate flag while assigning to mode_bits
     - alpha: fix FEN fault handling
     - dax/kmem: Fix leak of memory-hotplug resources
     - mips: fix syscall_get_nr
     - media: ipu3-cio2: Fix PM runtime usage_count in driver unbind
     - remoteproc/mtk_scp: Move clk ops outside send_lock
     - vfio: Fix NULL pointer dereference caused by uninitialized group->iommufd
     - docs: gdbmacros: print newest record
     - mm: memcontrol: deprecate charge moving
     - mm/thp: check and bail out if page in deferred queue already
     - ktest.pl: Give back console on Ctrt^C on monitor
     - kprobes: Fix to handle forcibly unoptimized kprobes on freeing_list
     - ktest.pl: Fix missing "end_monitor" when machine check fails
     - ktest.pl: Add RUN_TIMEOUT option with default unlimited
     - memory tier: release the new_memtier in find_create_memory_tier()
     - ring-buffer: Handle race between rb_move_tail and rb_check_pages
     - tools/bootconfig: fix single & used for logical condition
     - tracing/eprobe: Fix to add filter on eprobe description in README file
     - iommu/amd: Add a length limitation for the ivrs_acpihid command-line
       parameter
     - scsi: aacraid: Allocate cmd_priv with scsicmd
     - scsi: qla2xxx: Fix link failure in NPIV environment
     - scsi: qla2xxx: Check if port is online before sending ELS
     - scsi: qla2xxx: Fix DMA-API call trace on NVMe LS requests
     - scsi: qla2xxx: Remove unintended flag clearing
     - scsi: qla2xxx: Fix erroneous link down
     - scsi: qla2xxx: Remove increment of interface err cnt
     - scsi: ses: Don't attach if enclosure has no components
     - scsi: ses: Fix slab-out-of-bounds in ses_enclosure_data_process()
     - scsi: ses: Fix possible addl_desc_ptr out-of-bounds accesses
     - scsi: ses: Fix possible desc_ptr out-of-bounds accesses
     - scsi: ses: Fix slab-out-of-bounds in ses_intf_remove()
     - RISC-V: add a spin_shadow_stack declaration
     - riscv: Avoid enabling interrupts in die()
     - riscv: mm: fix regression due to update_mmu_cache change
     - riscv: jump_label: Fixup unaligned arch_static_branch function
     - riscv: ftrace: Fixup panic by disabling preemption
     - riscv, mm: Perform BPF exhandler fixup on page fault
     - riscv: ftrace: Remove wasted nops for !RISCV_ISA_C
     - riscv: ftrace: Reduce the detour code size to half
     - MIPS: DTS: CI20: fix otg power gpio
     - PCI/PM: Observe reset delay irrespective of bridge_d3
     - PCI: Unify delay handling for reset and resume
     - PCI: hotplug: Allow marking devices as disconnected during bind/unbind
     - PCI: Avoid FLR for AMD FCH AHCI adapters
     - PCI/DPC: Await readiness of secondary bus after reset
     - bus: mhi: ep: Only send -ENOTCONN status if client driver is available
     - bus: mhi: ep: Move chan->lock to the start of processing queued ch ring
     - bus: mhi: ep: Save channel state locally during suspend and resume
     - iommufd: Make sure to zero vfio_iommu_type1_info before copying to user
     - iommufd: Do not add the same hwpt to the ioas->hwpt_list twice
     - iommu/vt-d: Avoid superfluous IOTLB tracking in lazy mode
     - iommu/vt-d: Fix PASID directory pointer coherency
     - vfio/type1: exclude mdevs from VFIO_UPDATE_VADDR
     - vfio/type1: prevent underflow of locked_vm via exec()
     - vfio/type1: track locked_vm per dma
     - vfio/type1: restore locked_vm
     - drm/amd: Fix initialization for nbio 7.5.1
     - drm/i915/quirks: Add inverted backlight quirk for HP 14-r206nv
     - drm/radeon: Fix eDP for single-display iMac11,2
     - drm/i915: Don't use stolen memory for ring buffers with LLC
     - drm/i915: Don't use BAR mappings for ring buffers with LLC
     - drm/gud: Fix UBSAN warning
     - drm/edid: fix AVI infoframe aspect ratio handling
     - drm/edid: fix parsing of 3D modes from HDMI VSDB
     - qede: avoid uninitialized entries in coal_entry array
     - brd: use radix_tree_maybe_preload instead of radix_tree_preload
     - net: avoid double iput when sock_alloc_file fails
     - Linux 6.2.3
 
   * Miscellaneous Ubuntu changes
     - [Config] update annotations after applying 6.2.3 stable patches
     - [Config] update annotations after applying 6.2.6 stable patches

linux (6.2.0-16.16) lunar; urgency=medium

   * lunar/linux: 6.2.0-16.16 -proposed tracker (LP: #2009914)
 
   * linux-libc-dev is no longer multi-arch safe (LP: #2009355)
     - Revert "UBUNTU: [Packaging] install headers to debian/linux-libc-dev
       directly"
 
   * linux: CONFIG_SERIAL_8250_MID=y (LP: #2009283)
     - [Config] enable CONFIG_SERIAL_8250_MID=y
 
   * cpufreq: intel_pstate: Update Balance performance EPP for Sapphire Rapids
     (LP: #2008519)
     - cpufreq: intel_pstate: Adjust balance_performance EPP for Sapphire Rapids

linux (6.2.0-15.15) lunar; urgency=medium

   * Miscellaneous Ubuntu changes
     - [Packaging] annotations: document annotations headers

linux (6.2.0-14.14) lunar; urgency=medium

   * lunar/linux: 6.2.0-14.14 -proposed tracker (LP: #2009856)
 
   * Miscellaneous Ubuntu changes
     - [Packaging] rust: add rust build dependencies to all arches
     - [Packaging] Support skipped dkms modules
     - [Packaging] actually enforce set -e in dkms-build--nvidia-N
     - [Packaging] Preserve the correct log file variable value
     - [Packaging] update getabis

linux (6.2.0-13.13) lunar; urgency=medium

   * lunar/linux: 6.2.0-13.13 -proposed tracker (LP: #2009704)
 
   * Packaging resync (LP: #1786013)
     - debian/dkms-versions -- update from kernel-versions (main/master)
 
   * mt7921: add support of MTFG table (LP: #2009642)
     - wifi: mt76: mt7921: add support to update fw capability with MTFG table

linux (6.2.0-12.12) lunar; urgency=medium

   * lunar/linux: 6.2.0-12.12 -proposed tracker (LP: #2009698)
 
   * Miscellaneous Ubuntu changes
     - SAUCE: enforce rust availability only on x86_64
     - [Config] update CONFIG_RUST_IS_AVAILABLE

linux (6.2.0-11.11) lunar; urgency=medium

   * lunar/linux: 6.2.0-11.11 -proposed tracker (LP: #2009697)
 
   * Miscellaneous Ubuntu changes
     - [Packaging] do not stop the build if rust is not available

linux (6.2.0-10.10) lunar; urgency=medium

   * lunar/linux: 6.2.0-10.10 -proposed tracker (LP: #2009673)
 
   * Packaging resync (LP: #1786013)
     - debian/dkms-versions -- update from kernel-versions (main/master)
 
   * enable Rust support in the kernel (LP: #2007654)
     - [Packaging] propagate makefile variables to kernelconfig
     - SAUCE: rust: fix regexp in scripts/is_rust_module.sh
     - SAUCE: scripts: rust: drop is_rust_module.sh
     - SAUCE: rust: allow to use INIT_STACK_ALL_ZERO
     - SAUCE: scripts: Exclude Rust CUs with pahole
     - SAUCE: modpost: support arbitrary symbol length in modversion
     - SAUCE: allows to enable Rust with modversions
     - SAUCE: rust: properly detect the version of libclang used by bindgen
     - [Packaging] rust: add the proper make flags to enable rust support
     - [Packaging] add rust dependencies
     - [Packaging] bpftool: always use vmlinux to generate headers
     - [Packaging] run rustavailable target as debugging before build
     - [Config] enable Rust support
 
   * Fail to output sound to external monitor which connects via docking station
     (LP: #2009024)
     - [Config] Enable CONFIG_SND_HDA_INTEL_HDMI_SILENT_STREAM
 
   * Miscellaneous Ubuntu changes
     - SAUCE: Makefile: replace rsync with tar

linux (6.2.0-1.1) lunar; urgency=medium

   * lunar/linux: 6.2.0-1.1 -proposed tracker (LP: #2009621)
 
   * Packaging resync (LP: #1786013)
     - [Packaging] update variants
     - debian/dkms-versions -- update from kernel-versions (main/master)
 
   * kinetic: apply new apparmor and LSM stacking patch set (LP: #1989983)
     - SAUCE: apparmor: Add fine grained mediation of posix mqueues
     - SAUCE: apparmor: add user namespace creation mediation
 
   * Lunar update: v6.2.2 upstream stable release (LP: #2009358)
     - ALSA: hda: cs35l41: Correct error condition handling
     - crypto: arm64/sm4-gcm - Fix possible crash in GCM cryption
     - bpf: bpf_fib_lookup should not return neigh in NUD_FAILED state
     - vc_screen: don't clobber return value in vcs_read
     - drm/amd/display: Move DCN314 DOMAIN power control to DMCUB
     - drm/amd/display: Properly reuse completion structure
     - scripts/tags.sh: fix incompatibility with PCRE2
     - wifi: rtw88: usb: Set qsel correctly
     - wifi: rtw88: usb: send Zero length packets if necessary
     - wifi: rtw88: usb: drop now unnecessary URB size check
     - usb: dwc3: pci: add support for the Intel Meteor Lake-M
     - USB: serial: option: add support for VW/Skoda "Carstick LTE"
     - usb: gadget: u_serial: Add null pointer check in gserial_resume
     - arm64: dts: uniphier: Fix property name in PXs3 USB node
     - usb: typec: pd: Remove usb_suspend_supported sysfs from sink PDO
     - USB: core: Don't hold device lock while reading the "descriptors" sysfs file
     - Linux 6.2.2
 
   * Lunar update: v6.2.1 upstream stable release (LP: #2009127)
     - uaccess: Add speculation barrier to copy_from_user()
     - x86/alternatives: Introduce int3_emulate_jcc()
     - x86/alternatives: Teach text_poke_bp() to patch Jcc.d32 instructions
     - x86/static_call: Add support for Jcc tail-calls
     - HID: mcp-2221: prevent UAF in delayed work
     - wifi: mwifiex: Add missing compatible string for SD8787
     - audit: update the mailing list in MAINTAINERS
     - platform/x86/amd/pmf: Add depends on CONFIG_POWER_SUPPLY
     - platform/x86: nvidia-wmi-ec-backlight: Add force module parameter
     - ext4: Fix function prototype mismatch for ext4_feat_ktype
     - randstruct: disable Clang 15 support
     - bpf: add missing header file include
     - Linux 6.2.1
 
   * Fix mediatek wifi driver crash when loading wrong SAR table (LP: #2009118)
     - wifi: mt76: mt7921: fix error code of return in mt7921_acpi_read
 
   * overlayfs mounts as R/O over idmapped mount (LP: #2009065)
     - SAUCE: overlayfs: handle idmapped mounts in ovl_do_(set|remove)xattr
 
   * RaptorLake: Fix the Screen is shaking by onboard HDMI port in mirror mode
     (LP: #1993561)
     - drm/i915/display: Drop check for doublescan mode in modevalid
     - drm/i915/display: Prune Interlace modes for Display >=12
 
   * screen flicker after PSR2 enabled (LP: #2007516)
     - SAUCE: drm/i915/display/psr: Disable PSR2 sel fetch on panel SHP 5457
 
   * [23.04 FEAT] Support for new IBM Z Hardware (IBM z16) - Reset DAT-Protection
     facility support (LP: #1982378)
     - s390/mm: add support for RDP (Reset DAT-Protection)
 
   * [23.04 FEAT] zcrypt DD: AP command filtering (LP: #2003637)
     - s390/zcrypt: introduce ctfm field in struct CPRBX
 
   * rtcpie in timers from ubuntu_kernel_selftests randomly failing
     (LP: #1814234)
     - SAUCE: selftest: rtcpie: Force passing unreliable subtest
 
   * [23.04 FEAT] Support for List-Directed IPL and re-IPL from ECKD DASD
     (LP: #2003394)
     - s390/ipl: add DEFINE_GENERIC_LOADPARM()
     - s390/ipl: add loadparm parameter to eckd ipl/reipl data
 
   * Miscellaneous Ubuntu changes
     - SAUCE: drm/i915/sseu: fix max_subslices array-index-out-of-bounds access
     - SAUCE: mtd: spi-nor: Fix shift-out-of-bounds in spi_nor_set_erase_type
     - SAUCE: Revert "fbdev: Make registered_fb[] private to fbmem.c"
     - [Packaging] disable signing for ppc64el
     - [Config] define CONFIG_SECURITY_APPARMOR_RESTRICT_USERNS
     - SAUCE: Revert "arm64/fpsimd: Make kernel_neon_ API _GPL"

linux (6.2.0-0.0) lunar; urgency=medium

   * Empty entry

linux-unstable (6.2.0-10.10) lunar; urgency=medium

   * lunar/linux-unstable: 6.2.0-10.10 -proposed tracker (LP: #2007818)
 
   * Built-in camera device dies after runtime suspended (LP: #2007530)
     - SAUCE: usb: xhci: Workaround for runpm issue on AMD xHC
 
   * Miscellaneous Ubuntu changes
     - [Config] update annotations after rebase to v6.2
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v6.2

linux-unstable (6.2.0-9.9) lunar; urgency=medium

   * lunar/linux-unstable: 6.2.0-9.9 -proposed tracker (LP: #2007069)
 
   * Move kernel ADT tests to python3 (LP: #2004429)
     - [Debian] Use a python3 compatable kernel-testing repo
 
   * Mediatek FM350-GL wwan module failed to init: Invalid device status 0x1
     (LP: #2002089)
     - SAUCE: Revert "net: wwan: t7xx: Add AP CLDMA"
     - SAUCE: net: wwan: t7xx: Add AP CLDMA
     - SAUCE: net: wwan: t7xx: Infrastructure for early port configuration
     - SAUCE: net: wwan: t7xx: PCIe reset rescan
     - SAUCE: net: wwan: t7xx: Enable devlink based fw flashing and coredump
       collection
     - SAUCE: net: wwan: t7xx: Devlink documentation
 
   * LXD containers using shiftfs on ZFS or TMPFS broken on 5.15.0-48.54
     (LP: #1990849)
     - SAUCE: shiftfs: fix -EOVERFLOW inside the container
 
   * Miscellaneous Ubuntu changes
     - [Packaging] annotations: do not drop undefined configs in derivatives
     - [Packaging]: annotations: fix _remove_entry() logic
     - [Packaging] rsync no longer available on lunar
     - [Packaging] annotations: Handle single-line annoation rules
     - [Packaging] annotations: Preserve single-line annotation rules
     - [Packaging] annotations: Fix linter errors
     - [Packaging] annotations: Clean up policy writes
     - [Packaging] annotations: Handle tabs in annotations file
     - [Packaging] annotations: Fail on invalid lines
     - [Packaging] annotations: Write out annotations with notes first
     - [Packaging] annotations: Check validity of FLAVOUR_DEP
     - [Config] update annotations to split configs with/without notes
     - [Packaging] annotations: various code cleanups
     - [Config] update annotations after rebase to v6.2-rc8
 
   * Miscellaneous upstream changes
     - selftests/net: mv bpf/nat6to4.c to net folder
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v6.1-rc8

linux-unstable (6.2.0-8.8) lunar; urgency=medium

   * lunar/linux-unstable: 6.2.0-8.8 -proposed tracker (LP: #2004229)
 
   * Miscellaneous Ubuntu changes
     - [Packaging] re-enable signing for ppc64el and s390x
     - SAUCE: s390/decompressor: specify __decompress() buf len to avoid overflow

linux-unstable (6.2.0-7.7) lunar; urgency=medium

   * lunar/linux-unstable: 6.2.0-7.7 -proposed tracker (LP: #2004142)

linux-unstable (6.2.0-6.6) lunar; urgency=medium

   * lunar/linux-unstable: 6.2.0-6.6 -proposed tracker (LP: #2004138)
 
   * Miscellaneous Ubuntu changes
     - [Packaging] debian/rules: Bring back 'editconfigs'
     - [Packaging] debian/rules: 1-maintainer.mk -- Use make's if-else
     - [Packaging] annotations: make sure to always drop undefined configs
     - [Config] update annotations after rebase to v6.2-rc6
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v6.1-rc6

linux-unstable (6.2.0-5.5) lunar; urgency=medium

   * lunar/linux-unstable: 6.2.0-5.5 -proposed tracker (LP: #2003682)
 
   * [23.04] Kernel 6.2 does not boot on s390x (LP: #2003348)
     - SAUCE Revert "zstd: import usptream v1.5.2"
     - SAUCE: Revert "zstd: Move zstd-common module exports to
       zstd_common_module.c"
 
   * Revoke & rotate to new signing key (LP: #2002812)
     - [Packaging] Revoke and rotate to new signing key
 
   * CVE-2023-0179
     - netfilter: nft_payload: incorrect arithmetics when fetching VLAN header bits
 
   * [23.04] net/smc: Alibaba patches about tunable buffer sizes may cause errors
     and need to be removed (kernel 6.2) (LP: #2003547)
     - SAUCE: Revert "net/smc: Unbind r/w buffer size from clcsock and make them
       tunable"
     - SAUCE: Revert "net/smc: Introduce a specific sysctl for TEST_LINK time"
 
   * 5.15 stuck at boot on c4.large (LP: #1956780)
     - SAUCE: Revert "PCI/MSI: Mask MSI-X vectors only on success"
 
   * Miscellaneous Ubuntu changes
     - [Packaging] scripts/misc/kernelconfig: Disable config checks for mainline
       builds
     - [Packaging] annotations: add CONFIG_GCC_VERSION to the list of ignored
       configs

linux-unstable (6.2.0-4.4) lunar; urgency=medium

   * lunar/linux-unstable: 6.2.0-4.4 -proposed tracker (LP: #2003051)
 
   * Miscellaneous Ubuntu changes
     - [Packaging] add python3 as a build dependency
     - [Packaging] scripts/misc/kernelconfig: Rewrite

linux-unstable (6.2.0-3.3) lunar; urgency=medium

   * lunar/linux-unstable: 6.2.0-3.3 -proposed tracker (LP: #2002939)
 
   * Enable kernel config for P2PDMA (LP: #1987394)
     - [Config] Enable CONFIG_HSA_AMD_P2P
 
   * Miscellaneous Ubuntu changes
     - SAUCE: (no-up) Remove obj- += foo.o hack
     - SAUCE: (no-up) re-add ubuntu/ directory
     - [Config] enable EFI handover protocol
     - [Packaging] Fix module-check error when modules are compressed
     - SAUCE: (no-up) do not remove debian directory by 'make mrproper'
     - [Packaging] debian/rules: Drop AUTOBUILD
     - [Packaging] debian/rules: Drop NOKERNLOG and PRINTSHAS env variables
     - [Packaging] debian/rules: Replace skip<foo> variables with skip_checks
     - [Packaging] checks/retpoline-check: Make 'skipretpoline' argument optional
     - [Packaging] checks/module-signature-check: Add 'skip_checks' argument
     - [Packaging] debian/rules: Rename 'skip_dbg' to 'do_dbgsym_package'
     - [Packaging] debian/rules: Rename 'skip_checks' to 'do_skip_checks'
     - [Packaging] debian/rules: Rename 'full_build' to 'do_full_build'
     - [Packaging] debian/rules: Fix PPA debug package builds
     - [Packaging] debian/rules: Remove debug package install directory earlier
     - [Packaging] debian/rules: Remove unnecessary 'lockme_<foo>' variables
     - [Packaging] debian/rules: Remove unused target 'diffupstream'
     - [Packaging] debian/rules: Mark PHONY targets individually
     - [Packaging] debian/rules: Clean up 'help' target output
     - [Packaging] debian/rules: Clean up 'printenv' target output
     - [Packaging] debian/rules: Add missing 'do_<foo>' variables to 'printenv'
     - [Config] update annotations after rebase to v6.2-rc4
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v6.1-rc4

linux-unstable (6.2.0-2.2) lunar; urgency=medium

   * lunar/linux-unstable: 6.2.0-2.2 -proposed tracker (LP: #2001892)
 
   * Soundwire support for the Intel RPL Gen 0C40/0C11 platforms (LP: #2000030)
     - SAUCE: ASoC: Intel: soc-acpi: add configuration for variant of 0C40 product
     - SAUCE: ASoC: Intel: soc-acpi: add configuration for variant of 0C11 product
 
   * Miscellaneous Ubuntu changes
     - [Config] update toolchain version in annotations
 
   * Miscellaneous upstream changes
     - Revert "UBUNTU: [Packaging] Support skipped dkms modules"
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v6.1-rc2

linux-unstable (6.2.0-1.1) lunar; urgency=medium

   * lunar/linux-unstable: 6.2.0-1.1 -proposed tracker (LP: #2000904)
 
   * Packaging resync (LP: #1786013)
     - [Packaging] update variants
 
   * Miscellaneous Ubuntu changes
     - [Packaging] annotations: remove configs that are undefined across all
       arches/flavours
     - SAUCE: Revert "apparmor: make __aa_path_perm() static"
     - [Packaging] abi-check: ignore failures when abi check is skipped
     - [Packaging] temporarily disable zfs dkms
     - [Config] update annotations after rebase to 6.2-rc1
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v6.1-rc1

linux-unstable (6.2.0-0.0) lunar; urgency=medium

   * Empty entry

2022

linux (6.1.0-11.11) lunar; urgency=medium

   * lunar/linux: 6.1.0-11.11 -proposed tracker (LP: #2000704)
 
   * Packaging resync (LP: #1786013)
     - [Packaging] update helper scripts
 
   * Lunar update: v6.1.1 upstream stable release (LP: #2000706)
     - x86/vdso: Conditionally export __vdso_sgx_enter_enclave()
     - libbpf: Fix uninitialized warning in btf_dump_dump_type_data
     - PCI: mt7621: Add sentinel to quirks table
     - mips: ralink: mt7621: define MT7621_SYSC_BASE with __iomem
     - mips: ralink: mt7621: soc queries and tests as functions
     - mips: ralink: mt7621: do not use kzalloc too early
     - irqchip/ls-extirq: Fix endianness detection
     - udf: Discard preallocation before extending file with a hole
     - udf: Fix preallocation discarding at indirect extent boundary
     - udf: Do not bother looking for prealloc extents if i_lenExtents matches
       i_size
     - udf: Fix extending file within last block
     - usb: gadget: uvc: Prevent buffer overflow in setup handler
     - USB: serial: option: add Quectel EM05-G modem
     - USB: serial: cp210x: add Kamstrup RF sniffer PIDs
     - USB: serial: f81232: fix division by zero on line-speed change
     - USB: serial: f81534: fix division by zero on line-speed change
     - xhci: Apply XHCI_RESET_TO_DEFAULT quirk to ADL-N
     - staging: r8188eu: fix led register settings
     - igb: Initialize mailbox message for VF reset
     - usb: typec: ucsi: Resume in separate work
     - usb: dwc3: pci: Update PCIe device ID for USB3 controller on CPU sub-system
       for Raptor Lake
     - cifs: fix oops during encryption
     - KEYS: encrypted: fix key instantiation with user-provided data
     - Linux 6.1.1
 
   * Expose built-in trusted and revoked certificates (LP: #1996892)
     - [Packaging] Expose built-in trusted and revoked certificates
 
   * Fix System cannot detect bluetooth after running suspend stress test
     (LP: #1998727)
     - wifi: rtw88: 8821c: enable BT device recovery mechanism
 
   * Gnome doesn't run smooth when performing normal usage with RPL-P CPU
     (LP: #1998419)
     - drm/i915/rpl-p: Add stepping info
 
   * Mute/mic LEDs no function on a HP platfrom (LP: #1998882)
     - ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook
 
   * Add additional Mediatek MT7922 BT device ID (LP: #1998885)
     - Bluetooth: btusb: Add a new VID/PID 0489/e0f2 for MT7922
 
   * Support Icicle Kit reference design v2022.10 (LP: #1993148)
     - SAUCE: riscv: dts: microchip: Disable PCIe on the Icicle Kit
 
   * Add iommu passthrough quirk for Intel IPU6 on RaptorLake (LP: #1989041)
     - SAUCE: iommu: intel-ipu: use IOMMU passthrough mode for Intel IPUs on Raptor
       Lake
 
   * Enable Intel FM350 wwan CCCI driver port logging (LP: #1997686)
     - net: wwan: t7xx: use union to group port type specific data
     - net: wwan: t7xx: Add port for modem logging
 
   * TEE Support for CCP driver (LP: #1991608)
     - crypto: ccp - Add support for TEE for PCI ID 0x14CA
 
   * Kinetic update: v5.19.17 upstream stable release (LP: #1994179)
     - Revert "fs: check FMODE_LSEEK to control internal pipe splicing"
     - kbuild: Add skip_encoding_btf_enum64 option to pahole
 
   * Kinetic update: v5.19.15 upstream stable release (LP: #1994078)
     - Revert "clk: ti: Stop using legacy clkctrl names for omap4 and 5"
 
   * support independent clock and LED GPIOs for Intel IPU6 platforms
     (LP: #1989046)
     - SAUCE: platform/x86: int3472: support independent clock and LED GPIOs
 
   * Kernel livepatch support for for s390x (LP: #1639924)
     - [Config] Enable EXPOLINE_EXTERN on s390x
 
   * Kinetic update: v5.19.7 upstream stable release (LP: #1988733)
     - Revert "PCI/portdrv: Don't disable AER reporting in
       get_port_device_capability()"
 
   * Kinetic update: v5.19.3 upstream stable release (LP: #1987345)
     - Revert "mm: kfence: apply kmemleak_ignore_phys on early allocated pool"
 
   * Fix non-working e1000e device after resume (LP: #1951861)
     - SAUCE: Revert "e1000e: Add polling mechanism to indicate CSME DPG exit"
 
   * Add additional Mediatek MT7921 WiFi/BT device IDs (LP: #1937004)
     - SAUCE: Bluetooth: btusb: Add support for Foxconn Mediatek Chip
 
   * Fix system sleep on TGL systems with Intel ME (LP: #1919321)
     - SAUCE: PCI: Serialize TGL e1000e PM ops
 
   * Fix broken e1000e device after S3 (LP: #1897755)
     - SAUCE: e1000e: Increase polling timeout on MDIC ready bit
 
   * Fix unusable USB hub on Dell TB16 after S3 (LP: #1855312)
     - SAUCE: USB: core: Make port power cycle a seperate helper function
     - SAUCE: USB: core: Attempt power cycle port when it's in eSS.Disabled state
 
   * Set explicit CC in the headers package (LP: #1999750)
     - [Packaging] Set explicit CC in the headers package
 
   * commit cf58599cded35cf4affed1e659c0e2c742d3fda7 seems to be missing in
     kinetic master to remove "hio" reference from Makefile (LP: #1999556)
     - SAUCE: remove leftover reference to ubuntu/hio driver
 
   * Miscellaneous Ubuntu changes
     - [Packaging] kernelconfig: always complete all config checks
     - [Packaging] annotations: unify same rule across all flavour within the same
       arch
     - [Config] annotations: compact annotations file
     - [Config] disable EFI_ZBOOT
     - SAUCE: input: i8042: fix section mismatch warning
     - debian/dkms-versions -- re-enable zfs
     - [Packaging] old-kernelconfig: update config-check path
     - [Packaging] update getabis
     - [Packaging] update Ubuntu.md
 
   * Miscellaneous upstream changes
     - Revert "drm/i915/opregion: check port number bounds for SWSCI display power
       state"

linux (6.1.0-10.10) lunar; urgency=medium

   * lunar/linux: 6.1.0-10.10 -proposed tracker (LP: #1999569)
 
   * Soundwire support for the Intel RPL Gen platforms (LP: #1997944)
     - ASoC: Intel: sof_sdw: Add support for SKU 0C10 product
     - ASoC: Intel: soc-acpi: add SKU 0C10 SoundWire configuration
     - ASoC: Intel: sof_sdw: Add support for SKU 0C40 product
     - ASoC: Intel: soc-acpi: add SKU 0C40 SoundWire configuration
     - ASoC: Intel: sof_sdw: Add support for SKU 0C4F product
     - ASoC: rt1318: Add RT1318 SDCA vendor-specific driver
     - ASoC: intel: sof_sdw: add rt1318 codec support.
     - ASoC: Intel: sof_sdw: Add support for SKU 0C11 product
     - ASoC: Intel: soc-acpi: add SKU 0C11 SoundWire configuration
     - SAUCE: ASoC: Intel: soc-acpi: update codec addr on 0C11/0C4F product
     - [Config] enable CONFIG_SND_SOC_RT1318_SDW
 
   * Virtual GPU driver packaging regression (LP: #1996112)
     - [Packaging] Reintroduce VM DRM drivers into modules

linux (6.1.0-9.9) lunar; urgency=medium

   * Empty entry (ABI bump)

linux (6.1.0-3.3) lunar; urgency=medium

   * lunar/linux: 6.1.0-3.3 -proposed tracker (LP: #1999534)
 
   * [DEP-8] Run ADT regression suite for lowlatency kernels Jammy and later
     (LP: #1999528)
     - [DEP-8] Fix regression suite to run on lowlatency
 
   * Miscellaneous Ubuntu changes
     - [Packaging] annotations: do not add constraints on toolchain versions

linux (6.1.0-2.2) lunar; urgency=medium

   * lunar/linux: 6.1.0-2.2 -proposed tracker (LP: #1999411)
 
   * Miscellaneous Ubuntu changes
     - [Packaging] annotations: do not enforce toolchain versions

linux (6.1.0-1.1) lunar; urgency=medium

   * lunar/linux: 6.1.0-1.1 -proposed tracker (LP: #1999373)
 
   * Packaging resync (LP: #1786013)
     - [Packaging] update variants
 
   * Miscellaneous Ubuntu changes
     - [Packaging] annotations: set and delete configs from command line
     - [Packaging] migrateconfigs: ignore README.rst if it doesn't exist
     - [Packaging] migrate-annotations: properly determine arches in derivatives
     - [Packaging] annotations: allow to set note to config options directly
     - [Packaging] annotations: assume --query as default command
     - [Packaging] annotations: allow to query using CONFIG_<option> or <option>
     - [Packaging] annotations: support flavour inheritance
     - [Packaging] annotations: properly merge configs with includes
     - [Packaging] annotations: accept config options with or without CONFIG_
       prefix
     - [Packaging] annotations: clarify error message with --import
     - [Packaging] annotations: properly support multiple levels of inclusion
     - [Packaging] annotations: catch syntax errors in annotations
     - [Packaging] kernelconfig: report arch and flavour in config-check log
     - [Packaging] annotations: prevent generating .pyc files on import
     - [Packaging] annotations: prevent python broken pipe errors
     - [Packaging] annotations: allow to specify --write and --note at the same
       time
     - [Packaging] annotations: add an option to enable config autocompletion in
       bash
     - [Packaging] annotations: introduce --source
     - [Packaging] annotations: add missing CONFIG_ prefix in main()
     - [Packaging] Remove obsolete etc/kernelconfig
     - [Packaging] Rewrite debian/scripts/abi-check in Python
     - [Packaging] Simplify debian/scripts/module-check
     - [Packaging] Clean up debian/scripts/module-check
     - [Packaging] Move checker scripts to debian/scripts/checks
     - [Packaging] mark phony targets
     - [Packaging] Make the compiler for fix-filenames explicit
     - [Packaging] add -rR MAKEFLAGS to clear implicit rules
     - [Packaging] use dpkg-parsechangelog to get package name and series
     - [Packaging] simplify revision/release
     - [Packaging] simplify custom_override
     - [Packaging] Remove meaningless code in install-arch-headers
     - [Packaging] use olddefconfig in stamp-prepare-tree
     - [Packaging] use parralel builds in more places
     - [Packaging] install headers to debian/linux-libc-dev directly
     - [Packaging] simplify abinum and uploadnum definitions
     - [Packaging] Remove unused INSTALL_FW_PATH
     - [Packaging] Merge install commands
     - [Config] clean up deprecated notes in annotations
     - [Packaging] automatically apply changes to annotations and drop
       importconfigs
     - [Packaging] kernelconfig: drop listnewconfigs
     - [Packaging] annotations: do not hijack CONFIGS/* to update annotations

linux (6.1.0-0.0) lunar; urgency=medium

   * Empty entry
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v6.1

linux-unstable (6.1.0-9.9) lunar; urgency=medium

   * lunar/linux-unstable: 6.1.0-9.9 -proposed tracker (LP: #1998078)
 
   * Miscellaneous Ubuntu changes
     - [Config] Set ARM64_ERRATUM_2077057=y
     - SAUCE: add python cached bytecode to .gitignore
     - [Packaging] config-check: ignore values that are not defined in annotations
     - [Packaging] config-check: do not strictly enforce CONFIG_CC_VERSION_TEXT
     - [Packaging] config-check: support annotations format 4
     - [Packaging] introduce annotations script
     - [Packaging] add a README.rst to document the new annotations schema
     - [Packaging] kernelconfig: automatically generate configs from annotations
     - [Packaging] drop deprecated script tristate.sh
     - [Packaging] use annotations to generate initial configs check them
     - [Packaging] simplify kernelconfig
     - [Packaging] kernelconfig: always keep configs
     - [Packaging] kernelconfig: provide listnewconfigs
     - [Packaging] kernelconfig: introduce importconfigs
     - [Packaging] snap: support new annotations with snapcraft
     - [Packaging] final-checks: support new annotations
     - [Packaging] introduce migrate-annotations
     - [Packaging] re-introduce previous kernelconfig as old-kernelconfig
     - [Packaging] provide migrateconfigs debian/rules target
     - [Packaging] correctly propagate errors during updateconfigs
     - [Packaging] annotations: report failed config checks in alphabetic order
     - [Config] merge configs into annotations
     - [Config] udpate annotations after rebase to v6.1-rc7
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v6.1-rc7

linux-unstable (6.1.0-8.8) lunar; urgency=medium

   * lunar/linux-unstable: 6.1.0-8.8 -proposed tracker (LP: #1997357)
 
   *  Fibocom WWAN FM350-GL suspend error (notebook not suspend) (LP: #1990700)
     - net: wwan: t7xx: Add AP CLDMA
 
   * Miscellaneous Ubuntu changes
     - Rebase to v6.1-rc6
     - [Config] update configs following v6.1-rc6 rebase
 
   * Miscellaneous Ubuntu changes
     - [Config] update configs following v6.1-rc6 rebase

linux-unstable (6.1.0-7.7) lunar; urgency=medium

   * lunar/linux-unstable: 6.1.0-7.7 -proposed tracker (LP: #1996731)
 
   * Miscellaneous Ubuntu changes
     - ppc64el: remove missing module

linux-unstable (6.1.0-6.6) lunar; urgency=medium

   * lunar/linux-unstable: 6.1.0-6.6 -proposed tracker (LP: #1996616)
 
   * Miscellaneous Ubuntu changes
     - [Config] update configs following v6.1-rc5 rebase

linux-unstable (6.1.0-5.5) lunar; urgency=medium

   * lunar/linux-unstable: 6.1.0-5.5 -proposed tracker (LP: #1995875)
 
   * Please have linux-tools-common Provide: bpftool (LP: #1981089)
     - [Packaging] let linux-tools-common provides bpftool
 
   * Miscellaneous Ubuntu changes
     - packaging: switch to lunar series
     - Rebase to v6.1-rc4
     - [Config] toolchian update
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v6.1-rc4

linux-unstable (6.1.0-4.4) lunar; urgency=medium

   * kinetic/linux-unstable: 6.1.0-4.4 -proposed tracker (LP: #1995500)
 
   * Fix ath11k deadlock on WCN6855 (LP: #1995041)
     - SAUCE: wifi: ath11k: avoid deadlock during regulatory update in
       ath11k_regd_update()
 
   * Bump (kernel) '-mtune' to z16 / arch14 with 23.04 (LP: #1982833)
     - [Config] Enable mtune z16
 
   * armhf kernel compiled with gcc-12 fails to boot on pi 3/2 (LP: #1993120)
     - [Packaging] Support arch-specific compilers in updateconfigs
 
   * Miscellaneous Ubuntu changes
     - [Config] update configs after rebase to 6.1-rc3
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v6.1-rc3

linux-unstable (6.1.0-3.3) kinetic; urgency=medium

   * kinetic/linux-unstable: 6.1.0-3.3 -proposed tracker (LP: #1994037)
 
   * Miscellaneous Ubuntu changes
     - [Packaging] Support skipped dkms modules
     - [Config] update configs after rebase to 6.1-rc2
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v6.1-rc2

linux-unstable (6.1.0-2.2) kinetic; urgency=medium

   * kinetic/linux-unstable: 6.1.0-2.2 -proposed tracker (LP: #1993350)
 
   * Populating Hyper-V MSR for Ubuntu 13.10 (LP: #1193172)
     - SAUCE: (no-up) hv: Supply vendor ID and package ABI
 
   * Miscellaneous Ubuntu changes
     - SAUCE: perf tools: Fix man page build wrt perf-arm-coresight.txt

linux-unstable (6.1.0-1.1) kinetic; urgency=medium

   * kinetic/linux-unstable: 6.1.0-1.1 -proposed tracker (LP: #1993118)
 
   * Raise CONFIG_NR_CPUS (LP: #1967889)
     - [Config] Raise riscv64 CONFIG_NR_CPUS to 32
 
   * rcu_sched detected stalls on CPUs/tasks (LP: #1967130)
     - [Config] Disable VMAP_STACK on riscv64
 
   * Disable sv57 as the userspace is not ready (LP: #1991790)
     - SAUCE: riscv: mm: Force disable sv57
 
   * earlyconsole prints question marks on 5.19.0-1002-generic (LP: #1988984)
     - [Config] Set CONFIG_PWM_SIFIVE=m for riscv64
 
   * RCU stalls (LP: #1991951)
     - [Config] Harmonize RCU_CPU_STALL_TIMEOUT
 
   * backport dkms fixes to build modules correctly for hwe-5.19+ kernels with
     custom compiler (LP: #1991664)
     - [Packaging] use versioned gcc-12
     - [Packaging] Update configs with versioned compiler version
 
   * FTBFS on kinetic (LP: #1990964)
     - SAUCE: uapi: Fixup strace compile error
 
   * Miscellaneous Ubuntu changes
     - [Packaging] sameport -- add support for sameport versioning
     - [Packaging] move to kernel 6.1
     - SAUCE: platform/x86: dell-uart-backlight: remove
       acpi_video_set_dmi_backlight_type()
     - SAUCE: shiftfs: support kernel 6.1
     - [Config] update configs and annotations after rebase to 6.1-rc1
     - debian/dkms-versions -- temporarily disable dkms builds
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v6.1-rc1

linux-unstable (6.1.0-0.0) kinetic; urgency=medium

   * Empty entry

linux-unstable (6.0.0-9.9) kinetic; urgency=medium

   * kinetic/linux-unstable: 6.0.0-9.9 -proposed tracker (LP: #1991521)
 
   * Packaging resync (LP: #1786013)
     - debian/dkms-versions -- update from kernel-versions (main/master)
 
   * Miscellaneous Ubuntu changes
     - [Config] update toolchain configs after rebase to 6.0
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v6.0

linux-unstable (6.0.0-8.8) kinetic; urgency=medium

   * kinetic/linux-unstable: 6.0.0-8.8 -proposed tracker (LP: #1990101)
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v6.0-rc6

linux-unstable (6.0.0-7.7) kinetic; urgency=medium

   * kinetic/linux-unstable: 6.0.0-7.7 -proposed tracker (LP: #1989331)
 
   * Packaging resync (LP: #1786013)
     - debian/dkms-versions -- update from kernel-versions (main/master)
     - debian/dkms-versions -- update from kernel-versions (main/master)
     - [Packaging] resync getabis
     - debian/dkms-versions -- update from kernel-versions (main/master)
 
   * Please enable CONFIG_SQUASHFS_DECOMP_MULTI_PERCPU (LP: #1980861)
     - [Config] Switch from DECOMP_SINGLE to DECOMP_MULTI_PERCPU
 
   * Miscellaneous Ubuntu changes
     - [Packaging] Pass kernel build_arch to dkms
     - [Packaging[ get rid of unnecessary 'set -x'
     - [Config] update configs and annotations after rebase to 6.0-rc5
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v6.0-rc5

linux-unstable (6.0.0-6.6) kinetic; urgency=medium

   * kinetic/linux-unstable: 6.0.0-6.6 -proposed tracker (LP: #1988706)
 
   * Support Intel TDX guest attestation driver (LP: #1988120)
     - SAUCE: x86/tdx: Add TDX Guest attestation interface driver
     - SAUCE: selftests: tdx: Test GetReport TDX attestation feature
 
   * Miscellaneous Ubuntu changes
     - [Packaging] temporarily disable signing for ppc64el and s390x
     - [Config] enable security-related configs
     - [Config] update toolchain versions
     - [Packaging] fix URLs used to retrieve kernel ABI
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v6.0-rc4

linux-unstable (6.0.0-5.5) kinetic; urgency=medium

   * kinetic/linux-unstable: 6.0.0-5.5 -proposed tracker (LP: #1988019)
 
   * LSM: Configuring Too Many LSMs Causes Kernel Panic on Boot (LP: #1987998)
     - SAUCE: LSM: Change Landlock from LSMBLOB_NEEDED to LSMBLOB_NOT_NEEDED
 
   * RISC-V kernel config is out of sync with other archs (LP: #1981437)
     - [Config] Align riscv64 CONFIG_LSM with other architectures
     - [Config] Enable CONFIG_DRM_RCAR_USE_LVDS for riscv64
     - [Config] Enable CONFIG_DTPM for riscv64
     - [Config] Set CONFIG_MTD_RAW_NAND=m for riscv64
 
   * Miscellaneous Ubuntu changes
     - [Packaging]: always use fully qualified <triplet>-gcc-VER toolchain
     - [Packaging] use unversioned default gcc
     - [Packaging] Remove circular dependency between image & modules
     - [Config] update configs after rebase to 6.0-rc3
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v6.0-rc3

linux-unstable (6.0.0-4.4) kinetic; urgency=medium

   * kinetic/linux-unstable: 6.0.0-4.4 -proposed tracker (LP: #1987517)
 
   * Fix invalid MAC address after hotplug tbt dock (LP: #1942999)
     - SAUCE: igc: wait for the MAC copy when enabled MAC passthrough
 
   * Miscellaneous Ubuntu changes
     - [Packaging] getabis: Add modules.builtin to the ABI
 
   * Miscellaneous upstream changes
     - perf tools: Fix compile error for x86

linux-unstable (6.0.0-3.3) kinetic; urgency=medium

   * kinetic/linux-unstable: 6.0.0-3.3 -proposed tracker (LP: #1987241)
 
   * [22.04 FEAT] Deactivitate  CONFIG_QETH_OSX kernel config option
     (LP: #1959890)
     - [Config] disable CONFIG_QETH_OSX on s390x
 
   * Packaging resync (LP: #1786013)
     - [Packaging] update variants
 
   * Miscellaneous Ubuntu changes
     - [Packaging] Make stamp-install-<flavor> target reentrant
     - [Config] update toolchain version
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v6.0-rc2

linux-unstable (6.0.0-2.2) kinetic; urgency=medium

   * kinetic/linux-unstable: 6.0.0-2.2 -proposed tracker (LP: #1986844)
 
   * Miscellaneous Ubuntu changes
     - SAUCE: Revert "perf tools: Use Python devtools for version autodetection
       rather than runtime"

linux-unstable (6.0.0-1.1) kinetic; urgency=medium

   * kinetic/linux-unstable: 6.0.0-1.1 -proposed tracker (LP: #1986784)
 
   * refactoring of overlayfs fix to properly support shiftfs (LP: #1983640)
     - SAUCE: for aufs mmap: print the virtual file path
     - SAUCE: overlayfs: fix incorrect mnt_id of files opened from map_files
 
   * Miscellaneous Ubuntu changes
     - [Packaging] move to kernel 6.0
     - [Config] update configs and annotations after rebase to 6.0-rc1
     - [Packaging] temporarily disable dkms
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v6.0-rc1

linux-unstable (6.0.0-0.0) kinetic; urgency=medium

   * Empty entry

linux (5.19.0-15.15) kinetic; urgency=medium

   * kinetic/linux: 5.19.0-15.15 -proposed tracker (LP: #1983335)
 
   * Miscellaneous Ubuntu changes
     - [Config] update annotations to support both gcc-11 and gcc-12

linux (5.19.0-14.14) kinetic; urgency=medium

   * kinetic/linux: 5.19.0-14.14 -proposed tracker (LP: #1983273)
 
   * Miscellaneous Ubuntu changes
     - [Packaging] module-signature-check: Check debian.<foo>/signature-inclusion
     - [Packaging] Introduce debian/scripts/sign-module
     - SAUCE: Switch to using debian/scripts/sign-module
     - [Config] update configs/annotations after rebase to 5.19
     - [Config] update configs after moving to gcc-12
 
   * Miscellaneous upstream changes
     - Revert "UBUNTU: [Packaging]: always use fully qualified <triplet>-gcc-VER
       toolchain"
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.19

linux (5.19.0-13.13) kinetic; urgency=medium

   * kinetic/linux: 5.19.0-13.13 -proposed tracker (LP: #1983033)
 
   * network-manager/1.36.4-2ubuntu1 ADT test failure with linux/5.15.0-28.29
     (LP: #1971418)
     - Revert "rfkill: make new event layout opt-in"
 
   * Miscellaneous Ubuntu changes
     - [Config] Tighten up LP bug links in annotations
     - [Config] Use mark<ENFORCED> for CONFIG_DEVTMPFS
     - [Config] Use flag<DEPRECATED> for CONFIG_HIPPI
     - [Config] Use note<> for CONFIG_XEN_ACPI_PROCESSOR
     - [Config] Fix DM_VERITY_VERIFY_ROOTHASH_SIG_SECONDARY_KEYRING annotation
     - [Config] Fix CONFIG_CPU_LITTLE_ENDIAN annotation
     - SAUCE: x86/bugs: Do not enable IBPB at firmware entry when IBPB is not
       available

linux (5.19.0-12.12) kinetic; urgency=medium

   * kinetic/linux: 5.19.0-12.12 -proposed tracker (LP: #1982741)
 
   * Packaging resync (LP: #1786013)
     - debian/dkms-versions -- update from kernel-versions (main/master)
 
   * Miscellaneous Ubuntu changes
     - [Packaging]: always use fully qualified <triplet>-gcc-VER toolchain

linux (5.19.0-11.11) kinetic; urgency=medium

   * kinetic/linux: 5.19.0-11.11 -proposed tracker (LP: #1982726)
 
   * Packaging resync (LP: #1786013)
     - [Packaging] update variants
     - debian/dkms-versions -- update from kernel-versions (main/master)
 
   * GPIO character device v1 API not enabled in kernel (LP: #1953613)
     - [Config] Enable CONFIG_GPIO_CDEV_V1
 
   * Use kernel-testing repo from launchpad for ADT tests (LP: #1968016)
     - [Debian] Use kernel-testing repo from launchpad
 
   * Support AMD P-State cpufreq control mechanism (LP: #1956509)
     - [Config] enable X86_AMD_PSTATE as built-in on amd64
 
   * PCIE LnkCtl ASPM not enabled under VMD mode for Alder Lake platforms
     (LP: #1942160)
     - SAUCE: PCI/ASPM: Enable ASPM for links under VMD domain
     - SAUCE: PCI/ASPM: Enable LTR for endpoints behind VMD
     - SAUCE: vmd: fixup bridge ASPM by driver name instead
 
   * Miscellaneous Ubuntu changes
     - [Packaging] Double the speed of updateconfigs
     - Remove ubuntu/hio driver
     - [Config] update config after rebase to 5.19-rc8
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.19-rc8

linux (5.19.0-10.10) kinetic; urgency=medium

   * kinetic/linux: 5.19.0-10.10 -proposed tracker (LP: #1982013)
 
   * enable config for fixing 5.17 kernel won't load mok (LP: #1972802)
     - [Config] enable configs for fixing kernel won't load mok
 
   * RISC-V kernel config is out of sync with other archs (LP: #1981437)
     - [Config] Disable CONFIG_CXL_MEM_RAW_COMMANDS on riscv64
     - [Config] Disable CONFIG_EROFS_FS_ZIP_LZMA on riscv64
     - [Config] Disable CONFIG_FONT_6x8 on riscv64
     - [Config] Disable CONFIG_NTFS3_64BIT_CLUSTER on riscv64
     - [Config] Disable CONFIG_SCSI_IZIP_EPP16 on riscv64
     - [Config] Disable CONFIG_SCSI_UFS_HWMON on riscv64
     - [Config] Disable CONFIG_SPI_AX88796C_COMPRESSION on riscv64
     - [Config] Disable CONFIG_VIDEO_ZORAN on riscv64
     - [Config] Enable CONFIG_BPF_KPROBE_OVERRIDE on riscv64
     - [Config] Enable CONFIG_CACHEFILES_ERROR_INJECTION on riscv64
     - [Config] Enable CONFIG_DRM_AMD_DC_SI on riscv64
     - [Config] Enable CONFIG_NUMA_BALANCING on riscv64
     - [Config] Enable CONFIG_PROC_VMCORE_DEVICE_DUMP on riscv64
     - [Config] Enable CONFIG_WLAN_VENDOR_MICROCHIP on riscv64
     - [Config] Set CONFIG_MHI_WWAN_CTRL=m on riscv64
     - [Config] Set CONFIG_NFC_S3FWRN82_UART=m on riscv64
     - [Config] Enable CONFIG_EFIVAR_FS on riscv64
     - [Config] Enable CONFIG_SUNRPC_DISABLE_INSECURE_ENCTYPES on riscv64
     - [Config] Enable CONFIG_STRICT_DEVMEM on riscv64
     - [Config] Enable CONFIG_VMAP_STACK on riscv64
     - [Config] Enable CONFIG_KEXEC_FILE on riscv64
     - [Config] Set CONFIG_MTD_PSTORE=m on riscv64
     - [Config] Set CONFIG_KFENCE_SAMPLE_INTERVAL=0 on riscv64
     - [Config] Enable CONFIG_KEXEC_FILE on s390x
 
   * Ubuntu 22.04 and 20.04 DPC Fixes for Failure Cases of DownPort Containment
     events (LP: #1965241)
     - Enable config option CONFIG_PCIE_EDR
     - Correct CONFIG_PCIE_EDR annotation on arm64
 
   * config CONFIG_HISI_PMU for  kunpeng920 (LP: #1956086)
     - [Config] CONFIG_HISI_PMU=m
 
   * Skip setting ethernet LED on Dell EMC board (LP: #1971667)
     - SAUCE: net: phy: marvell: Skip setting LED on Dell EMC board
 
   * Miscellaneous Ubuntu changes
     - [Packaging] ignore warnings from the output of ld.bfd
     - [Packaging] Fix bashism in dkms-build script
     - [Packaging] Always catch errors in dkms-build scripts
     - [Packaging] Fix dkms builds with linker @module.mod files
     - [Packaging] mark dkms-build-configure--zfs executable
     - [Config] update configs and annotations after rebase to 5.19-rc7
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.19-rc7

linux (5.19.0-9.9) kinetic; urgency=medium

   * kinetic/linux: 5.19.0-9.9 -proposed tracker (LP: #1980622)
 
   * Miscellaneous Ubuntu changes
     - [Config] update config after rebase to 5.19-rc5
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.19-rc5

linux (5.19.0-8.8) kinetic; urgency=medium

   * kinetic/linux: 5.19.0-8.8 -proposed tracker (LP: #1980482)
 
   * temporarily disable CONFIG_X86_KERNEL_IBT (LP: #1980484)
     - [Config] temporarily disable CONFIG_X86_KERNEL_IBT

linux (5.19.0-7.7) kinetic; urgency=medium

   * kinetic/linux: 5.19.0-7.7 -proposed tracker (LP: #1980056)
 
   * Packaging resync (LP: #1786013)
     - [Packaging] update variants
 
   * RISC-V enables CONFIG_COMPAT in the unstable branch (LP: #1980061)
     - [Config] Disable CONFIG_COMPAT on RISC-V
 
   * No RISC-V configuration in the unstable tree (LP: #1979647)
     - [Config] Merge riscv64 config and annotations

linux (5.19.0-6.6) kinetic; urgency=medium

   * Empty entry

linux-unstable (5.19.0-6.6) kinetic; urgency=medium

   * kinetic/linux-unstable: 5.19.0-6.6 -proposed tracker (LP: #1979948)
 
   * Packaging resync (LP: #1786013)
     - debian/dkms-versions -- update from kernel-versions (main/master)
 
   * Miscellaneous Ubuntu changes
     - [Packaging] Remove 'family=ubuntu' concept
     - [Packaging] final-checks: Remove useless sourcing of kernelconfig
     - [Config] update config after rebase to 5.19-rc4
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.19-rc4

linux-unstable (5.19.0-5.5) kinetic; urgency=medium

   * kinetic/linux-unstable: 5.19.0-5.5 -proposed tracker (LP: #1979611)
 
   * Miscellaneous upstream changes
     - Revert "UBUNTU: [Packaging] temporarily disable signing for ppc64el and
       s390x"

linux-unstable (5.19.0-4.4) kinetic; urgency=medium

   * kinetic/linux-unstable: 5.19.0-4.4 -proposed tracker (LP: #1979177)
 
   * Miscellaneous Ubuntu changes
     - [Config] update configs after rebase to 5.19-rc3
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.19-rc3

linux-unstable (5.19.0-3.3) kinetic; urgency=medium

   * kinetic/linux-unstable: 5.19.0-3.3 -proposed tracker (LP: #1978439)
 
   * Miscellaneous Ubuntu changes
     - [Config] update annotations for 5.19
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.19-rc2

linux-unstable (5.19.0-2.2) kinetic; urgency=medium

   * kinetic/linux-unstable: 5.19.0-2.2 -proposed tracker (LP: #1978313)

linux-unstable (5.19.0-1.1) kinetic; urgency=medium

   * Packaging resync (LP: #1786013)
     - debian/dkms-versions -- update from kernel-versions (main/master)
 
   * linux: Staging modules should be unsigned (LP: #1642368)
     - [Packaging] Move and update signature inclusion list
     - [Packaging] Strip signatures from untrusted staging modules
     - [Packaging] Add module-signature-check
 
   * Miscellaneous Ubuntu changes
     - [Config] update configs and annotations after rebase to 5.19-rc1
     - [Packaging] move to kernel 5.19
     - [Packaging] workaround missing python3-dev dependency
     - SAUCE: Revert "perf tools: Use Python devtools for version autodetection
       rather than runtime"
     - SAUCE: watchdog: gxp: Add missing MODULE_LICENSE
     - [Packaging] add python3-dev as build dependency

linux-unstable (5.19.0-0.0) kinetic; urgency=medium

   * Empty entry

linux (5.18.0-6.6) kinetic; urgency=medium

   * kinetic/linux: 5.18.0-6.6 -proposed tracker (LP: #1976327)
 
   * Miscellaneous Ubuntu changes
     - [Packaging] temporarily disable signing for ppc64el and s390x
     - [Config] update toolchain versions
     - [Config] enable CONFIG_X86_KERNEL_IBT

linux (5.18.0-5.5) kinetic; urgency=medium

   * Empty entry

linux-unstable (5.18.0-5.5) kinetic; urgency=medium

   * kinetic/linux-unstable: 5.18.0-5.5 -proposed tracker (LP: #1975458)
 
   * enable CONFIG_DEVTMPFS_SAFE (LP: #1974442)
     - [Config] enable CONFIG_DEVTMPFS_SAFE
 
   * build backport-iwlwifi-dkms as linux-modules-iwlwifi-ABI (LP: #1969434)
     - [Packaging] drop do_<mod> arch specific configs
 
   * prevent kernel panic with overlayfs + shiftfs (LP: #1973620)
     - SAUCE: overlayfs: prevent dereferencing struct file in ovl_vm_prfile_set()
 
   * linux-image-5.0.0-35-generic breaks checkpointing of container
     (LP: #1857257) // re-apply missing overlayfs SAUCE patch (LP: #1967924)
     - SAUCE: overlayfs: fix incorrect mnt_id of files opened from map_files
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.18

linux-unstable (5.18.0-4.4) kinetic; urgency=medium

   * kinetic/linux-unstable: 5.18.0-4.4 -proposed tracker (LP: #1973587)
 
   * build backport-iwlwifi-dkms as linux-modules-iwlwifi-ABI (LP: #1969434)
     - [Packaging] support standalone dkms module builds
 
   * Enable speakup kernel modules to allow the speakup screen reader to function
     (LP: #1967702)
     - [Config] CONFIG_SPEAKUP=m for all but s390x
 
   * Packaging resync (LP: #1786013)
     - debian/dkms-versions -- update from kernel-versions (main/master)
 
   * Miscellaneous upstream changes
     - Revert "UBUNTU: [Packaging] temporarily disable v4l2loopback"
     - Revert "UBUNTU: [Packaging] temporarily disable zfs"
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.18-rc7

linux-unstable (5.18.0-3.3) kinetic; urgency=medium

   * kinetic/linux-unstable: 5.18.0-3.3 -proposed tracker (LP: #1972162)
 
   * disable Intel DMA remapping by default (LP: #1971699)
     - Revert "UBUNTU: [Config] enable Intel DMA remapping options by default"
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.18-rc6

linux-unstable (5.18.0-2.2) kinetic; urgency=medium

   * kinetic/linux-unstable: 5.18.0-2.2 -proposed tracker (LP: #1971340)
 
   * Packaging resync (LP: #1786013)
     - debian/dkms-versions -- update from kernel-versions (main/master)
 
   * Miscellaneous Ubuntu changes
     - [Config] update configs after rebase
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.18-rc5

linux-unstable (5.18.0-1.1) kinetic; urgency=medium

   * Empty entry

linux-unstable (5.18.0-1.1) jammy; urgency=medium

   * kinetic/linux-unstable: 5.18.0-1.1 -proposed tracker (LP: #1969476)
 
   * Miscellaneous Ubuntu changes
     - [Config] update configs and annotations after rebase to 5.18
     - [Packaging] temporarily disable zfs
     - [Packaging] temporarily disable v4l2loopback
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.18-rc3

linux-unstable (5.18.0-0.0) jammy; urgency=medium

   * Empty entry

linux-unstable (5.17.0-8.8) jammy; urgency=medium

   * jammy/linux-unstable: 5.17.0-8.8 -proposed tracker (LP: #1969016)
 
   * Packaging resync (LP: #1786013)
     - debian/dkms-versions -- update from kernel-versions (main/master)

linux-unstable (5.17.0-7.7) jammy; urgency=medium

   * jammy/linux-unstable: 5.17.0-7.7 -proposed tracker (LP: #1968988)
 
   * zfcpdump-kernel update to v5.15 (LP: #1965766)
     - SAUCE: Audit: Fix incorrect static inline function declration.
 
   * intel_iommu breaks Intel IPU6 camera: isys port open ready failed -16
     (LP: #1958004)
     - SAUCE: iommu: intel-ipu: use IOMMU passthrough mode for Intel IPUs
 
   * Jammy update: v5.17.3 upstream stable release (LP: #1968986)
     - lib/logic_iomem: correct fallback config references
     - um: fix and optimize xor select template for CONFIG64 and timetravel mode
     - rtc: wm8350: Handle error for wm8350_register_irq
     - net: dsa: felix: fix possible NULL pointer dereference
     - mm: kfence: fix objcgs vector allocation
     - KVM: x86/pmu: Use different raw event masks for AMD and Intel
     - KVM: SVM: Fix kvm_cache_regs.h inclusions for is_guest_mode()
     - KVM: x86/svm: Clear reserved bits written to PerfEvtSeln MSRs
     - KVM: x86/pmu: Fix and isolate TSX-specific performance event logic
     - KVM: x86/emulator: Emulate RDPID only if it is enabled in guest
     - drm: Add orientation quirk for GPD Win Max
     - Bluetooth: hci_sync: Fix compilation warning
     - ath5k: fix OOB in ath5k_eeprom_read_pcal_info_5111
     - Bluetooth: fix null ptr deref on hci_sync_conn_complete_evt
     - drm/amd/display: Add signal type check when verify stream backends same
     - drm/amdkfd: enable heavy-weight TLB flush on Arcturus
     - drm/edid: remove non_desktop quirk for HPN-3515 and LEN-B800.
     - drm/edid: improve non-desktop quirk logging
     - Bluetooth: hci_event: Ignore multiple conn complete events
     - drm/amd/amdgpu/amdgpu_cs: fix refcount leak of a dma_fence obj
     - drm/amd/display: Fix memory leak
     - drm/amd/display: Use PSR version selected during set_psr_caps
     - usb: gadget: tegra-xudc: Do not program SPARAM
     - usb: gadget: tegra-xudc: Fix control endpoint's definitions
     - usb: cdnsp: fix cdnsp_decode_trb function to properly handle ret value
     - ptp: replace snprintf with sysfs_emit
     - Bluetooth: hci_sync: Fix queuing commands when HCI_UNREGISTER is set
     - selftests, xsk: Fix bpf_res cleanup test
     - net/mlx5e: TC, Hold sample_attr on stack instead of pointer
     - drm/amdkfd: Don't take process mutex for svm ioctls
     - drm/amdkfd: Ensure mm remain valid in svm deferred_list work
     - drm/amdkfd: svm range restore work deadlock when process exit
     - drm/amdgpu: Fix an error message in rmmod
     - mlxsw: spectrum: Guard against invalid local ports
     - RDMA/rtrs-clt: Do stop and failover outside reconnect work.
     - powerpc/xive: Export XIVE IPI information for online-only processors.
     - powerpc: dts: t104xrdb: fix phy type for FMAN 4/5
     - ath11k: fix kernel panic during unload/load ath11k modules
     - ath11k: pci: fix crash on suspend if board file is not found
     - ath11k: mhi: use mhi_sync_power_up()
     - net/smc: Send directly when TCP_CORK is cleared
     - drm/bridge: Add missing pm_runtime_put_sync
     - bpf: Make dst_port field in struct bpf_sock 16-bit wide
     - scsi: mvsas: Replace snprintf() with sysfs_emit()
     - scsi: bfa: Replace snprintf() with sysfs_emit()
     - drm/v3d: fix missing unlock
     - power: supply: axp20x_battery: properly report current when discharging
     - mt76: mt7921: fix crash when startup fails.
     - mt76: dma: initialize skip_unmap in mt76_dma_rx_fill
     - i40e: Add sending commands in atomic context
     - cfg80211: don't add non transmitted BSS to 6GHz scanned channels
     - libbpf: Fix build issue with llvm-readelf
     - ipv6: make mc_forwarding atomic
     - ref_tracker: implement use-after-free detection
     - net: initialize init_net earlier
     - powerpc: Set crashkernel offset to mid of RMA region
     - drm/amdgpu: Fix recursive locking warning
     - scsi: smartpqi: Fix rmmod stack trace
     - scsi: smartpqi: Fix kdump issue when controller is locked up
     - PCI: aardvark: Fix support for MSI interrupts
     - kvm: selftests: aarch64: fix assert in gicv3_access_reg
     - kvm: selftests: aarch64: pass vgic_irq guest args as a pointer
     - kvm: selftests: aarch64: fix the failure check in
       kvm_set_gsi_routing_irqchip_check
     - kvm: selftests: aarch64: fix some vgic related comments
     - kvm: selftests: aarch64: use a tighter assert in vgic_poke_irq()
     - iommu/arm-smmu-v3: fix event handling soft lockup
     - usb: ehci: add pci device support for Aspeed platforms
     - KVM: arm64: Do not change the PMU event filter after a VCPU has run
     - libbpf: Fix accessing syscall arguments on powerpc
     - libbpf: Fix accessing the first syscall argument on arm64
     - libbpf: Fix accessing the first syscall argument on s390
     - PCI: endpoint: Fix alignment fault error in copy tests
     - tcp: Don't acquire inet_listen_hashbucket::lock with disabled BH.
     - PCI: pciehp: Add Qualcomm quirk for Command Completed erratum
     - scsi: mpi3mr: Fix deadlock while canceling the fw event
     - scsi: mpi3mr: Fix reporting of actual data transfer size
     - scsi: mpi3mr: Fix memory leaks
     - powerpc/set_memory: Avoid spinlock recursion in change_page_attr()
     - power: supply: axp288-charger: Set Vhold to 4.4V
     - drm/sprd: fix potential NULL dereference
     - drm/sprd: check the platform_get_resource() return value
     - drm/amd/display: reset lane settings after each PHY repeater LT
     - net/mlx5e: Disable TX queues before registering the netdev
     - HID: apple: Report Magic Keyboard 2021 battery over USB
     - HID: apple: Report Magic Keyboard 2021 with fingerprint reader battery over
       USB
     - usb: dwc3: pci: Set the swnode from inside dwc3_pci_quirks()
     - iwlwifi: mvm: Correctly set fragmented EBS
     - iwlwifi: fix small doc mistake for iwl_fw_ini_addr_val
     - iwlwifi: mvm: move only to an enabled channel
     - ipv6: annotate some data-races around sk->sk_prot
     - drm/msm/dsi: Remove spurious IRQF_ONESHOT flag
     - x86/mce: Work around an erratum on fast string copy instructions
     - rtw89: fix RCU usage in rtw89_core_txq_push()
     - ath11k: Fix frames flush failure caused by deadlock
     - ipv4: Invalidate neighbour for broadcast address upon address addition
     - rtw88: change rtw_info() to proper message level
     - dm ioctl: prevent potential spectre v1 gadget
     - dm: requeue IO if mapping table not yet available
     - drm/amdkfd: make CRAT table missing message informational only
     - vfio/pci: Stub vfio_pci_vga_rw when !CONFIG_VFIO_PCI_VGA
     - scsi: pm8001: Fix pm80xx_pci_mem_copy() interface
     - scsi: pm8001: Fix pm8001_mpi_task_abort_resp()
     - scsi: pm8001: Fix tag values handling
     - scsi: pm8001: Fix task leak in pm8001_send_abort_all()
     - scsi: pm8001: Fix tag leaks on error
     - scsi: pm8001: Fix memory leak in pm8001_chip_fw_flash_update_req()
     - mt76: mt7915: fix injected MPDU transmission to not use HW A-MSDU
     - mctp: make __mctp_dev_get() take a refcount hold
     - powerpc/64s/hash: Make hash faults work in NMI context
     - mt76: mt7615: Fix assigning negative values to unsigned variable
     - power: supply: axp288_charger: Use acpi_quirk_skip_acpi_ac_and_battery()
     - power: supply: axp288_fuel_gauge: Use acpi_quirk_skip_acpi_ac_and_battery()
     - scsi: aha152x: Fix aha152x_setup() __setup handler return value
     - scsi: hisi_sas: Free irq vectors in order for v3 HW
     - scsi: hisi_sas: Limit users changing debugfs BIST count value
     - net/smc: correct settings of RMB window update limit
     - mips: ralink: fix a refcount leak in ill_acc_of_setup()
     - iavf: stop leaking iavf_status as "errno" values
     - macvtap: advertise link netns via netlink
     - platform/x86: thinkpad_acpi: Add dual fan probe
     - tuntap: add sanity checks about msg_controllen in sendmsg
     - Bluetooth: mediatek: fix the conflict between mtk and msft vendor event
     - Bluetooth: Fix not checking for valid hdev on bt_dev_{info,warn,err,dbg}
     - Bluetooth: use memset avoid memory leaks
     - bnxt_en: Eliminate unintended link toggle during FW reset
     - PCI: endpoint: Fix misused goto label
     - MIPS: fix fortify panic when copying asm exception handlers
     - powerpc/code-patching: Pre-map patch area
     - powerpc/64e: Tie PPC_BOOK3E_64 to PPC_FSL_BOOK3E
     - powerpc/secvar: fix refcount leak in format_show()
     - scsi: libfc: Fix use after free in fc_exch_abts_resp()
     - platform/x86: x86-android-tablets: Depend on EFI and SPI
     - can: isotp: set default value for N_As to 50 micro seconds
     - can: etas_es58x: es58x_fd_rx_event_msg(): initialize rx_event_msg before
       calling es58x_check_msg_len()
     - riscv: Fixed misaligned memory access. Fixed pointer comparison.
     - net: account alternate interface name memory
     - net: limit altnames to 64k total
     - net/mlx5e: Remove overzealous validations in netlink EEPROM query
     - platform/x86: hp-wmi: Fix SW_TABLET_MODE detection method
     - platform/x86: hp-wmi: Fix 0x05 error code reported by several WMI calls
     - net: sfp: add 2500base-X quirk for Lantech SFP module
     - usb: dwc3: omap: fix "unbalanced disables for smps10_out1" on omap5evm
     - xen/usb: harden xen_hcd against malicious backends
     - mt76: fix monitor mode crash with sdio driver
     - xtensa: fix DTC warning unit_address_format
     - iwlwifi: mei: fix building iwlmei
     - MIPS: ingenic: correct unit node address
     - Bluetooth: Fix use after free in hci_send_acl
     - netfilter: conntrack: revisit gc autotuning
     - netlabel: fix out-of-bounds memory accesses
     - ceph: fix inode reference leakage in ceph_get_snapdir()
     - ceph: fix memory leak in ceph_readdir when note_last_dentry returns error
     - lib/Kconfig.debug: add ARCH dependency for FUNCTION_ALIGN option
     - init/main.c: return 1 from handled __setup() functions
     - minix: fix bug when opening a file with O_DIRECT
     - clk: si5341: fix reported clk_rate when output divider is 2
     - clk: mediatek: Fix memory leaks on probe
     - staging: vchiq_arm: Avoid NULL ptr deref in vchiq_dump_platform_instances
     - staging: vchiq_core: handle NULL result of find_service_by_handle
     - phy: amlogic: phy-meson-gxl-usb2: fix shared reset controller use
     - phy: amlogic: meson8b-usb2: Use dev_err_probe()
     - phy: amlogic: meson8b-usb2: fix shared reset control use
     - clk: rockchip: drop CLK_SET_RATE_PARENT from dclk_vop* on rk3568
     - cpufreq: CPPC: Fix performance/frequency conversion
     - opp: Expose of-node's name in debugfs
     - staging: wfx: apply the necessary SDIO quirks for the Silabs WF200
     - staging: wfx: fix an error handling in wfx_init_common()
     - w1: w1_therm: fixes w1_seq for ds28ea00 sensors
     - NFSv4.2: fix reference count leaks in _nfs42_proc_copy_notify()
     - NFSv4: Protect the state recovery thread against direct reclaim
     - habanalabs: fix possible memory leak in MMU DR fini
     - habanalabs: reject host map with mmu disabled
     - habanalabs/gaudi: handle axi errors from NIC engines
     - xen: delay xen_hvm_init_time_ops() if kdump is boot on vcpu>=32
     - clk: ti: Preserve node in ti_dt_clocks_register()
     - clk: Enforce that disjoints limits are invalid
     - SUNRPC/xprt: async tasks mustn't block waiting for memory
     - SUNRPC: remove scheduling boost for "SWAPPER" tasks.
     - NFS: swap IO handling is slightly different for O_DIRECT IO
     - NFS: swap-out must always use STABLE writes.
     - x86: Annotate call_on_stack()
     - x86/Kconfig: Do not allow CONFIG_X86_X32_ABI=y with llvm-objcopy
     - serial: samsung_tty: do not unlock port->lock for uart_write_wakeup()
     - virtio_console: eliminate anonymous module_init & module_exit
     - jfs: prevent NULL deref in diFree
     - SUNRPC: Fix socket waits for write buffer space
     - NFS: nfsiod should not block forever in mempool_alloc()
     - NFS: Avoid writeback threads getting stuck in mempool_alloc()
     - selftests: net: Add tls config dependency for tls selftests
     - parisc: Fix CPU affinity for Lasi, WAX and Dino chips
     - parisc: Fix patch code locking and flushing
     - mm: fix race between MADV_FREE reclaim and blkdev direct IO read
     - drm/amdgpu: fix off by one in amdgpu_gfx_kiq_acquire()
     - Drivers: hv: vmbus: Fix initialization of device object in
       vmbus_device_register()
     - Drivers: hv: vmbus: Fix potential crash on module unload
     - netfilter: bitwise: fix reduce comparisons
     - Revert "NFSv4: Handle the special Linux file open access mode"
     - NFSv4: fix open failure with O_ACCMODE flag
     - scsi: core: scsi_logging: Fix a BUG
     - scsi: sr: Fix typo in CDROM(CLOSETRAY|EJECT) handling
     - scsi: core: Fix sbitmap depth in scsi_realloc_sdev_budget_map()
     - scsi: zorro7xx: Fix a resource leak in zorro7xx_remove_one()
     - vdpa: mlx5: prevent cvq work from hogging CPU
     - net: sfc: add missing xdp queue reinitialization
     - net/tls: fix slab-out-of-bounds bug in decrypt_internal
     - vrf: fix packet sniffing for traffic originating from ip tunnels
     - skbuff: fix coalescing for page_pool fragment recycling
     - Revert "net: dsa: stop updating master MTU from master.c"
     - ice: Clear default forwarding VSI during VSI release
     - ice: Fix MAC address setting
     - mctp: Fix check for dev_hard_header() result
     - mctp: Use output netdev to allocate skb headroom
     - net: ipv4: fix route with nexthop object delete warning
     - net: stmmac: Fix unset max_speed difference between DT and non-DT platforms
     - drm/imx: imx-ldb: Check for null pointer after calling kmemdup
     - drm/imx: Fix memory leak in imx_pd_connector_get_modes
     - drm/imx: dw_hdmi-imx: Fix bailout in error cases of probe
     - regulator: rtq2134: Fix missing active_discharge_on setting
     - spi: rpc-if: Fix RPM imbalance in probe error path
     - regulator: atc260x: Fix missing active_discharge_on setting
     - arch/arm64: Fix topology initialization for core scheduling
     - bnxt_en: Synchronize tx when xdp redirects happen on same ring
     - bnxt_en: reserve space inside receive page for skb_shared_info
     - bnxt_en: Prevent XDP redirect from running when stopping TX queue
     - sfc: Do not free an empty page_ring
     - RDMA/mlx5: Don't remove cache MRs when a delay is needed
     - RDMA/mlx5: Add a missing update of cache->last_add
     - IB/cm: Cancel mad on the DREQ event when the state is MRA_REP_RCVD
     - cifs: fix potential race with cifsd thread
     - IB/rdmavt: add lock to call to rvt_error_qp to prevent a race condition
     - sctp: count singleton chunks in assoc user stats
     - dpaa2-ptp: Fix refcount leak in dpaa2_ptp_probe
     - ice: Set txq_teid to ICE_INVAL_TEID on ring creation
     - ice: Do not skip not enabled queues in ice_vc_dis_qs_msg
     - ipv6: Fix stats accounting in ip6_pkt_drop
     - ice: synchronize_rcu() when terminating rings
     - ice: xsk: fix VSI state check in ice_xsk_wakeup()
     - ice: clear cmd_type_offset_bsz for TX rings
     - net: openvswitch: don't send internal clone attribute to the userspace.
     - net: ethernet: mv643xx: Fix over zealous checking of_get_mac_address()
     - net: openvswitch: fix leak of nested actions
     - rxrpc: fix a race in rxrpc_exit_net()
     - net: sfc: fix using uninitialized xdp tx_queue
     - net: phy: mscc-miim: reject clause 45 register accesses
     - qede: confirm skb is allocated before using
     - spi: bcm-qspi: fix MSPI only access with bcm_qspi_exec_mem_op()
     - drm/amd/display: Fix for dmub outbox notification enable
     - drm/amd/display: Remove redundant dsc power gating from init_hw
     - bpf: Support dual-stack sockets in bpf_tcp_check_syncookie
     - drbd: Fix five use after free bugs in get_initial_state
     - scsi: sd: sd_read_cpr() requires VPD pages
     - scsi: ufs: ufshpb: Fix a NULL check on list iterator
     - io_uring: nospec index for tags on files update
     - io_uring: don't touch scm_fp_list after queueing skb
     - SUNRPC: Handle ENOMEM in call_transmit_status()
     - SUNRPC: Handle low memory situations in call_status()
     - SUNRPC: svc_tcp_sendmsg() should handle errors from xdr_alloc_bvec()
     - iommu/omap: Fix regression in probe for NULL pointer dereference
     - perf unwind: Don't show unwind error messages when augmenting frame pointer
       stack
     - perf: arm-spe: Fix perf report --mem-mode
     - perf tools: Fix perf's libperf_print callback
     - perf session: Remap buf if there is no space for event
     - arm64: Add part number for Arm Cortex-A78AE
     - scsi: mpt3sas: Fix use after free in _scsih_expander_node_remove()
     - scsi: ufs: ufs-pci: Add support for Intel MTL
     - Revert "mmc: sdhci-xenon: fix annoying 1.8V regulator warning"
     - mmc: block: Check for errors after write on SPI
     - mmc: mmci: stm32: correctly check all elements of sg list
     - mmc: renesas_sdhi: special 4tap settings only apply to HS400
     - mmc: renesas_sdhi: don't overwrite TAP settings when HS400 tuning is
       complete
     - mmc: core: Fixup support for writeback-cache for eMMC and SD
     - lz4: fix LZ4_decompress_safe_partial read out of bound
     - highmem: fix checks in __kmap_local_sched_{in,out}
     - mmmremap.c: avoid pointless invalidate_range_start/end on mremap(old_size=0)
     - mm/mempolicy: fix mpol_new leak in shared_policy_replace
     - io_uring: don't check req->file in io_fsync_prep()
     - io_uring: defer splice/tee file validity check until command issue
     - io_uring: implement compat handling for IORING_REGISTER_IOWQ_AFF
     - io_uring: fix race between timeout flush and removal
     - x86/pm: Save the MSR validity status at context setup
     - x86/speculation: Restore speculation related MSRs during S3 resume
     - perf/x86/intel: Update the FRONTEND MSR mask on Sapphire Rapids
     - btrfs: fix qgroup reserve overflow the qgroup limit
     - btrfs: zoned: traverse devices under chunk_mutex in btrfs_can_activate_zone
     - btrfs: remove device item and update super block in the same transaction
     - btrfs: avoid defragging extents whose next extents are not targets
     - btrfs: prevent subvol with swapfile from being deleted
     - spi: core: add dma_map_dev for __spi_unmap_msg()
     - cifs: force new session setup and tcon for dfs
     - qed: fix ethtool register dump
     - arm64: patch_text: Fixup last cpu should be master
     - RDMA/hfi1: Fix use-after-free bug for mm struct
     - drbd: fix an invalid memory access caused by incorrect use of list iterator
     - gpio: Restrict usage of GPIO chip irq members before initialization
     - x86/msi: Fix msi message data shadow struct
     - x86/mm/tlb: Revert retpoline avoidance approach
     - perf/x86/intel: Don't extend the pseudo-encoding to GP counters
     - ata: sata_dwc_460ex: Fix crash due to OOB write
     - perf: qcom_l2_pmu: fix an incorrect NULL check on list iterator
     - perf/core: Inherit event_caps
     - irqchip/gic-v3: Fix GICR_CTLR.RWP polling
     - fbdev: Fix unregistering of framebuffers without device
     - amd/display: set backlight only if required
     - drm/panel: ili9341: fix optional regulator handling
     - drm/amd/display: Fix by adding FPU protection for dcn30_internal_validate_bw
     - drm/amdgpu/display: change pipe policy for DCN 2.1
     - drm/amdgpu/smu10: fix SoC/fclk units in auto mode
     - drm/amdgpu/vcn: Fix the register setting for vcn1
     - drm/nouveau/pmu: Add missing callbacks for Tegra devices
     - drm/amdkfd: Create file descriptor after client is added to smi_clients list
     - drm/amdgpu: don't use BACO for reset in S3
     - SUNRPC: Ensure we flush any closed sockets before xs_xprt_free()
     - Revert "ACPI: processor: idle: Only flush cache on entering C3"
     - drm/amdkfd: Fix variable set but not used warning
     - net/smc: send directly on setting TCP_NODELAY
     - Revert "selftests: net: Add tls config dependency for tls selftests"
     - bpf: Make remote_port field in struct bpf_sk_lookup 16-bit wide
     - selftests/bpf: Fix u8 narrow load checks for bpf_sk_lookup remote_port
     - bpf: Treat bpf_sk_lookup remote_port as a 2-byte field
     - perf build: Don't use -ffat-lto-objects in the python feature test when
       building with clang-13
     - perf python: Fix probing for some clang command line options
     - tools build: Filter out options and warnings not supported by clang
     - tools build: Use $(shell ) instead of `` to get embedded libperl's ccopts
     - dmaengine: Revert "dmaengine: shdma: Fix runtime PM imbalance on error"
     - KVM: avoid NULL pointer dereference in kvm_dirty_ring_push
     - Drivers: hv: vmbus: Replace smp_store_mb() with virt_store_mb()
     - powerpc: Fix virt_addr_valid() for 64-bit Book3E & 32-bit
     - Revert "powerpc: Set max_mapnr correctly"
     - x86/bug: Prevent shadowing in __WARN_FLAGS
     - objtool: Fix SLS validation for kcov tail-call replacement
     - sched/core: Fix forceidle balancing
     - sched: Teach the forced-newidle balancer about CPU affinity limitation.
     - x86,static_call: Fix __static_call_return0 for i386
     - x86/extable: Prefer local labels in .set directives
     - irqchip/gic-v4: Wait for GICR_VPENDBASER.Dirty to clear before descheduling
     - powerpc/64: Fix build failure with allyesconfig in book3s_64_entry.S
     - irqchip/gic, gic-v3: Prevent GSI to SGI translations
     - mm/sparsemem: fix 'mem_section' will never be NULL gcc 12 warning
     - static_call: Don't make __static_call_return0 static
     - io_uring: move read/write file prep state into actual opcode handler
     - io_uring: propagate issue_flags state down to file assignment
     - io_uring: defer file assignment
     - io_uring: drop the old style inflight file tracking
     - Linux 5.17.3
 
   * Jammy update: v5.17.2 upstream stable release Edit (LP: #1968984)
     - Revert "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""
     - USB: serial: pl2303: add IBM device IDs
     - dt-bindings: usb: hcd: correct usb-device path
     - USB: serial: pl2303: fix GS type detection
     - USB: serial: simple: add Nokia phone driver
     - mm: kfence: fix missing objcg housekeeping for SLAB
     - locking/lockdep: Avoid potential access of invalid memory in lock_class
     - drm/amdgpu: move PX checking into amdgpu_device_ip_early_init
     - drm/amdgpu: only check for _PR3 on dGPUs
     - iommu/iova: Improve 32-bit free space estimate
     - block: flush plug based on hardware and software queue order
     - block: ensure plug merging checks the correct queue at least once
     - usb: typec: tipd: Forward plug orientation to typec subsystem
     - USB: usb-storage: Fix use of bitfields for hardware data in ene_ub6250.c
     - xhci: fix garbage USBSTS being logged in some cases
     - xhci: fix runtime PM imbalance in USB2 resume
     - xhci: make xhci_handshake timeout for xhci_reset() adjustable
     - xhci: fix uninitialized string returned by xhci_decode_ctrl_ctx()
     - mei: me: disable driver on the ign firmware
     - mei: me: add Alder Lake N device id.
     - mei: avoid iterator usage outside of list_for_each_entry
     - bus: mhi: pci_generic: Add mru_default for Quectel EM1xx series
     - bus: mhi: Fix pm_state conversion to string
     - bus: mhi: Fix MHI DMA structure endianness
     - docs: sphinx/requirements: Limit jinja2<3.1
     - coresight: Fix TRCCONFIGR.QE sysfs interface
     - coresight: syscfg: Fix memleak on registration failure in
       cscfg_create_device
     - dt-bindings: iio: adc: zynqmp_ams: Add clock entry
     - iio: adc: xilinx-ams: Fix single channel switching sequence
     - iio: accel: mma8452: use the correct logic to get mma8452_data
     - iio: adc: aspeed: Add divider flag to fix incorrect voltage reading.
     - iio: imu: st_lsm6dsx: use dev_to_iio_dev() to get iio_dev struct
     - iio: afe: rescale: use s64 for temporary scale calculations
     - iio: adc: xilinx-ams: Fixed missing PS channels
     - iio: adc: xilinx-ams: Fixed wrong sequencer register settings
     - iio: inkern: apply consumer scale on IIO_VAL_INT cases
     - iio: inkern: apply consumer scale when no channel scale is available
     - iio: inkern: make a best effort on offset calculation
     - greybus: svc: fix an error handling bug in gb_svc_hello()
     - clk: rockchip: re-add rational best approximation algorithm to the
       fractional divider
     - clk: uniphier: Fix fixed-rate initialization
     - ptrace: Check PTRACE_O_SUSPEND_SECCOMP permission on PTRACE_SEIZE
     - cifs: truncate the inode and mapping when we simulate fcollapse
     - cifs: fix handlecache and multiuser
     - cifs: we do not need a spinlock around the tree access during umount
     - KEYS: fix length validation in keyctl_pkey_params_get_2()
     - KEYS: asymmetric: enforce that sig algo matches key algo
     - KEYS: asymmetric: properly validate hash_algo and encoding
     - Documentation: add link to stable release candidate tree
     - Documentation: update stable tree link
     - firmware: stratix10-svc: add missing callback parameter on RSU
     - firmware: sysfb: fix platform-device leak in error path
     - HID: intel-ish-hid: Use dma_alloc_coherent for firmware update
     - SUNRPC: avoid race between mod_timer() and del_timer_sync()
     - SUNRPC: Do not dereference non-socket transports in sysfs
     - NFS: NFSv2/v3 clients should never be setting NFS_CAP_XATTR
     - NFSD: prevent underflow in nfssvc_decode_writeargs()
     - NFSD: prevent integer overflow on 32 bit systems
     - f2fs: fix to unlock page correctly in error path of is_alive()
     - f2fs: quota: fix loop condition at f2fs_quota_sync()
     - f2fs: fix to do sanity check on .cp_pack_total_block_count
     - remoteproc: Fix count check in rproc_coredump_write()
     - mm/mlock: fix two bugs in user_shm_lock()
     - pinctrl: ingenic: Fix regmap on X series SoCs
     - pinctrl: samsung: drop pin banks references on error paths
     - net: bnxt_ptp: fix compilation error
     - spi: mxic: Fix the transmit path
     - mtd: spi-nor: Skip erase logic when SPI_NOR_NO_ERASE is set
     - mtd: rawnand: protect access to rawnand devices while in suspend
     - can: ems_usb: ems_usb_start_xmit(): fix double dev_kfree_skb() in error path
     - can: m_can: m_can_tx_handler(): fix use after free of skb
     - can: usb_8dev: usb_8dev_start_xmit(): fix double dev_kfree_skb() in error
       path
     - jffs2: fix use-after-free in jffs2_clear_xattr_subsystem
     - jffs2: fix memory leak in jffs2_do_mount_fs
     - jffs2: fix memory leak in jffs2_scan_medium
     - mm: fs: fix lru_cache_disabled race in bh_lru
     - mm: don't skip swap entry even if zap_details specified
     - mm/pages_alloc.c: don't create ZONE_MOVABLE beyond the end of a node
     - mm: invalidate hwpoison page cache page in fault path
     - mempolicy: mbind_range() set_policy() after vma_merge()
     - scsi: core: sd: Add silence_suspend flag to suppress some PM messages
     - scsi: ufs: Fix runtime PM messages never-ending cycle
     - scsi: scsi_transport_fc: Fix FPIN Link Integrity statistics counters
     - scsi: libsas: Fix sas_ata_qc_issue() handling of NCQ NON DATA commands
     - qed: display VF trust config
     - qed: validate and restrict untrusted VFs vlan promisc mode
     - riscv: dts: canaan: Fix SPI3 bus width
     - riscv: Fix fill_callchain return value
     - riscv: Increase stack size under KASAN
     - RISC-V: Declare per cpu boot data as static
     - Revert "Input: clear BTN_RIGHT/MIDDLE on buttonpads"
     - cifs: do not skip link targets when an I/O fails
     - cifs: fix incorrect use of list iterator after the loop
     - cifs: prevent bad output lengths in smb2_ioctl_query_info()
     - cifs: fix NULL ptr dereference in smb2_ioctl_query_info()
     - ALSA: cs4236: fix an incorrect NULL check on list iterator
     - ALSA: hda: Avoid unsol event during RPM suspending
     - ALSA: pcm: Fix potential AB/BA lock with buffer_mutex and mmap_lock
     - ALSA: hda/realtek: Fix audio regression on Mi Notebook Pro 2020
     - rtc: mc146818-lib: fix locking in mc146818_set_time
     - rtc: pl031: fix rtc features null pointer dereference
     - io_uring: ensure that fsnotify is always called
     - ocfs2: fix crash when mount with quota enabled
     - drm/simpledrm: Add "panel orientation" property on non-upright mounted LCD
       panels
     - mm: madvise: skip unmapped vma holes passed to process_madvise
     - mm: madvise: return correct bytes advised with process_madvise
     - Revert "mm: madvise: skip unmapped vma holes passed to process_madvise"
     - mm,hwpoison: unmap poisoned page before invalidation
     - mm: only re-generate demotion targets when a numa node changes its N_CPU
       state
     - mm/kmemleak: reset tag when compare object pointer
     - dm stats: fix too short end duration_ns when using precise_timestamps
     - dm: fix use-after-free in dm_cleanup_zoned_dev()
     - dm: interlock pending dm_io and dm_wait_for_bios_completion
     - dm: fix double accounting of flush with data
     - dm integrity: set journal entry unused when shrinking device
     - tracing: Have trace event string test handle zero length strings
     - drbd: fix potential silent data corruption
     - can: isotp: sanitize CAN ID checks in isotp_bind()
     - PCI: fu740: Force 2.5GT/s for initial device probe
     - arm64: signal: nofpsimd: Do not allocate fp/simd context when not available
     - arm64: Do not defer reserve_crashkernel() for platforms with no DMA memory
       zones
     - arm64: dts: qcom: sm8250: Fix MSI IRQ for PCIe1 and PCIe2
     - arm64: dts: ti: k3-am65: Fix gic-v3 compatible regs
     - arm64: dts: ti: k3-j721e: Fix gic-v3 compatible regs
     - arm64: dts: ti: k3-j7200: Fix gic-v3 compatible regs
     - arm64: dts: ti: k3-am64: Fix gic-v3 compatible regs
     - arm64: dts: ti: k3-j721s2: Fix gic-v3 compatible regs
     - ASoC: SOF: Intel: Fix NULL ptr dereference when ENOMEM
     - mmc: core: use sysfs_emit() instead of sprintf()
     - Revert "ACPI: Pass the same capabilities to the _OSC regardless of the query
       flag"
     - ACPI: properties: Consistently return -ENOENT if there are no more
       references
     - coredump: Also dump first pages of non-executable ELF libraries
     - ext4: fix ext4_fc_stats trace point
     - ext4: fix fs corruption when tring to remove a non-empty directory with IO
       error
     - ext4: make mb_optimize_scan option work with set/unset mount cmd
     - ext4: make mb_optimize_scan performance mount option work with extents
     - samples/landlock: Fix path_list memory leak
     - landlock: Use square brackets around "landlock-ruleset"
     - mailbox: tegra-hsp: Flush whole channel
     - btrfs: zoned: put block group after final usage
     - block: fix rq-qos breakage from skipping rq_qos_done_bio()
     - block: limit request dispatch loop duration
     - block: don't merge across cgroup boundaries if blkcg is enabled
     - drm/edid: check basic audio support on CEA extension block
     - fbdev: Hot-unplug firmware fb devices on forced removal
     - video: fbdev: sm712fb: Fix crash in smtcfb_read()
     - video: fbdev: atari: Atari 2 bpp (STe) palette bugfix
     - rfkill: make new event layout opt-in
     - ARM: dts: at91: sama7g5: Remove unused properties in i2c nodes
     - ARM: dts: at91: sama5d2: Fix PMERRLOC resource size
     - ARM: dts: exynos: fix UART3 pins configuration in Exynos5250
     - ARM: dts: exynos: add missing HDMI supplies on SMDK5250
     - ARM: dts: exynos: add missing HDMI supplies on SMDK5420
     - mgag200 fix memmapsl configuration in GCTL6 register
     - carl9170: fix missing bit-wise or operator for tx_params
     - pstore: Don't use semaphores in always-atomic-context code
     - thermal: int340x: Increase bitmap size
     - lib/raid6/test: fix multiple definition linking error
     - exec: Force single empty string when argv is empty
     - crypto: rsa-pkcs1pad - only allow with rsa
     - crypto: rsa-pkcs1pad - correctly get hash from source scatterlist
     - crypto: rsa-pkcs1pad - restore signature length check
     - crypto: rsa-pkcs1pad - fix buffer overread in pkcs1pad_verify_complete()
     - bcache: fixup multiple threads crash
     - PM: domains: Fix sleep-in-atomic bug caused by genpd_debug_remove()
     - DEC: Limit PMAX memory probing to R3k systems
     - media: gpio-ir-tx: fix transmit with long spaces on Orange Pi PC
     - media: omap3isp: Use struct_group() for memcpy() region
     - media: venus: vdec: fixed possible memory leak issue
     - media: venus: hfi_cmds: List HDR10 property as unsupported for v1 and v3
     - media: venus: venc: Fix h264 8x8 transform control
     - media: davinci: vpif: fix unbalanced runtime PM get
     - media: davinci: vpif: fix unbalanced runtime PM enable
     - media: davinci: vpif: fix use-after-free on driver unbind
     - mips: Always permit to build u-boot images
     - btrfs: zoned: mark relocation as writing
     - btrfs: extend locking to all space_info members accesses
     - btrfs: verify the tranisd of the to-be-written dirty extent buffer
     - xtensa: define update_mmu_tlb function
     - xtensa: fix stop_machine_cpuslocked call in patch_text
     - xtensa: fix xtensa_wsr always writing 0
     - KVM: s390x: fix SCK locking
     - drm/syncobj: flatten dma_fence_chains on transfer
     - drm/nouveau/backlight: Fix LVDS backlight detection on some laptops
     - drm/nouveau/backlight: Just set all backlight types as RAW
     - drm/fb-helper: Mark screen buffers in system memory with FBINFO_VIRTFB
     - brcmfmac: firmware: Allocate space for default boardrev in nvram
     - brcmfmac: pcie: Release firmwares in the brcmf_pcie_setup error path
     - brcmfmac: pcie: Declare missing firmware files in pcie.c
     - brcmfmac: pcie: Replace brcmf_pcie_copy_mem_todev with memcpy_toio
     - brcmfmac: pcie: Fix crashes due to early IRQs
     - drm/i915/opregion: check port number bounds for SWSCI display power state
     - drm/i915/gem: add missing boundary check in vm_access
     - PCI: imx6: Allow to probe when dw_pcie_wait_for_link() fails
     - PCI: pciehp: Clear cmd_busy bit in polling mode
     - PCI: xgene: Revert "PCI: xgene: Use inbound resources for setup"
     - PCI: xgene: Revert "PCI: xgene: Fix IB window setup"
     - regulator: qcom_smd: fix for_each_child.cocci warnings
     - selinux: access superblock_security_struct in LSM blob way
     - selinux: check return value of sel_make_avc_files
     - crypto: ccp - Ensure psp_ret is always init'd in
       __sev_platform_init_locked()
     - crypto: qat - fix a signedness bug in get_service_enabled()
     - hwrng: cavium - HW_RANDOM_CAVIUM should depend on ARCH_THUNDER
     - crypto: sun8i-ss - really disable hash on A80
     - crypto: kdf - Select hmac in addition to sha256
     - crypto: qat - fix access to PFVF interrupt registers for GEN4
     - crypto: authenc - Fix sleep in atomic context in decrypt_tail
     - crypto: octeontx2 - select CONFIG_NET_DEVLINK
     - crypto: mxs-dcp - Fix scatterlist processing
     - selinux: Fix selinux_sb_mnt_opts_compat()
     - thermal: int340x: Check for NULL after calling kmemdup()
     - crypto: octeontx2 - remove CONFIG_DM_CRYPT check
     - spi: tegra114: Add missing IRQ check in tegra_spi_probe
     - spi: tegra210-quad: Fix missin IRQ check in tegra_qspi_probe
     - perf: MARVELL_CN10K_TAD_PMU should depend on ARCH_THUNDER
     - selftests/sgx: Fix NULL-pointer-dereference upon early test failure
     - selftests/sgx: Do not attempt enclave build without valid enclave
     - selftests/sgx: Ensure enclave data available during debug print
     - stack: Constrain and fix stack offset randomization with Clang builds
     - arm64/mm: avoid fixmap race condition when create pud mapping
     - security: add sctp_assoc_established hook
     - blk-cgroup: set blkg iostat after percpu stat aggregation
     - selftests/x86: Add validity check and allow field splitting
     - selftests/sgx: Treat CC as one argument
     - crypto: rockchip - ECB does not need IV
     - block: update io_ticks when io hang
     - audit: log AUDIT_TIME_* records only from rules
     - EVM: fix the evm= __setup handler return value
     - crypto: ccree - don't attempt 0 len DMA mappings
     - crypto: hisilicon/sec - fix the aead software fallback for engine
     - spi: pxa2xx-pci: Balance reference count for PCI DMA device
     - hwmon: (pmbus) Add mutex to regulator ops
     - hwmon: (sch56xx-common) Replace WDOG_ACTIVE with WDOG_HW_RUNNING
     - nvme: cleanup __nvme_check_ids
     - nvme: fix the check for duplicate unique identifiers
     - block: don't delete queue kobject before its children
     - PM: hibernate: fix __setup handler error handling
     - PM: suspend: fix return value of __setup handler
     - spi: spi-zynqmp-gqspi: Handle error for dma_set_mask
     - hwrng: atmel - disable trng on failure path
     - crypto: sun8i-ss - call finalize with bh disabled
     - crypto: sun8i-ce - call finalize with bh disabled
     - crypto: amlogic - call finalize with bh disabled
     - crypto: gemini - call finalize with bh disabled
     - crypto: vmx - add missing dependencies
     - clocksource/drivers/timer-ti-dm: Fix regression from errata i940 fix
     - clocksource/drivers/exynos_mct: Handle DTS with higher number of interrupts
     - clocksource/drivers/timer-microchip-pit64b: Use notrace
     - clocksource/drivers/timer-of: Check return value of of_iomap in
       timer_of_base_init()
     - arm64: prevent instrumentation of bp hardening callbacks
     - perf/arm-cmn: Hide XP PUB events for CMN-600
     - perf/arm-cmn: Update watchpoint format
     - KEYS: trusted: Fix trusted key backends when building as module
     - KEYS: trusted: Avoid calling null function trusted_key_exit
     - ACPI: APEI: fix return value of __setup handlers
     - crypto: ccp - ccp_dmaengine_unregister release dma channels
     - crypto: ccree - Fix use after free in cc_cipher_exit()
     - crypto: qat - fix initialization of pfvf cap_msg structures
     - crypto: qat - fix initialization of pfvf rts_map_msg structures
     - hwrng: nomadik - Change clk_disable to clk_disable_unprepare
     - hwmon: (pmbus) Add Vin unit off handling
     - clocksource: acpi_pm: fix return value of __setup handler
     - io_uring: don't check unrelated req->open.how in accept request
     - io_uring: terminate manual loop iterator loop correctly for non-vecs
     - watch_queue: Fix NULL dereference in error cleanup
     - watch_queue: Actually free the watch
     - f2fs: fix to enable ATGC correctly via gc_idle sysfs interface
     - sched/debug: Remove mpol_get/put and task_lock/unlock from sched_show_numa
     - sched/core: Export pelt_thermal_tp
     - sched/sugov: Ignore 'busy' filter when rq is capped by uclamp_max
     - sched/uclamp: Fix iowait boost escaping uclamp restriction
     - rseq: Remove broken uapi field layout on 32-bit little endian
     - perf/core: Fix address filter parser for multiple filters
     - perf/x86/intel/pt: Fix address filter config for 32-bit kernel
     - sched/fair: Improve consistency of allowed NUMA balance calculations
     - f2fs: fix missing free nid in f2fs_handle_failed_inode
     - ext4: fix remount with 'abort' option
     - nfsd: more robust allocation failure handling in nfsd_file_cache_init
     - sched/cpuacct: Fix charge percpu cpuusage
     - sched/rt: Plug rt_mutex_setprio() vs push_rt_task() race
     - f2fs: fix to avoid potential deadlock
     - btrfs: fix unexpected error path when reflinking an inline extent
     - iomap: Fix iomap_invalidatepage tracepoint
     - fs: erofs: add sanity check for kobject in erofs_unregister_sysfs
     - f2fs: fix compressed file start atomic write may cause data corruption
     - cifs: use a different reconnect helper for non-cifsd threads
     - selftests, x86: fix how check_cc.sh is being invoked
     - drivers/base/memory: add memory block to memory group after registration
       succeeded
     - kunit: make kunit_test_timeout compatible with comment
     - pinctrl: samsung: Remove EINT handler for Exynos850 ALIVE and CMGP gpios
     - media: staging: media: zoran: fix usage of vb2_dma_contig_set_max_seg_size
     - media: camss: csid-170: fix non-10bit formats
     - media: camss: csid-170: don't enable unused irqs
     - media: camss: csid-170: set the right HALT_CMD when disabled
     - media: camss: vfe-170: fix "VFE halt timeout" error
     - media: staging: media: imx: imx7-mipi-csis: Make subdev name unique
     - media: v4l2-mem2mem: Apply DST_QUEUE_OFF_BASE on MMAP buffers across ioctls
     - media: mtk-vcodec: potential dereference of null pointer
     - media: imx: imx8mq-mipi-csi2: remove wrong irq config write operation
     - media: imx: imx8mq-mipi_csi2: fix system resume
     - media: bttv: fix WARNING regression on tunerless devices
     - media: atmel: atmel-sama7g5-isc: fix ispck leftover
     - ASoC: sh: rz-ssi: Drop calling rz_ssi_pio_recv() recursively
     - ASoC: codecs: Check for error pointer after calling devm_regmap_init_mmio
     - ASoC: xilinx: xlnx_formatter_pcm: Handle sysclk setting
     - ASoC: simple-card-utils: Set sysclk on all components
     - memory: tegra20-emc: Correct memory device mask
     - media: coda: Fix missing put_device() call in coda_get_vdoa_data
     - media: meson: vdec: potential dereference of null pointer
     - media: hantro: Fix overfill bottom register field name
     - media: ov6650: Fix set format try processing path
     - media: v4l: Avoid unaligned access warnings when printing 4cc modifiers
     - media: ov5648: Don't pack controls struct
     - media: ov2740: identify module after subdev initialisation
     - media: aspeed: Correct value for h-total-pixels
     - video: fbdev: matroxfb: set maxvram of vbG200eW to the same as vbG200 to
       avoid black screen
     - video: fbdev: controlfb: Fix COMPILE_TEST build
     - video: fbdev: smscufx: Fix null-ptr-deref in ufx_usb_probe()
     - video: fbdev: atmel_lcdfb: fix an error code in atmel_lcdfb_probe()
     - video: fbdev: fbcvt.c: fix printing in fb_cvt_print_name()
     - ARM: dts: Fix OpenBMC flash layout label addresses
     - ASoC: max98927: add missing header file
     - arm64: dts: qcom: sc7280: Fix gmu unit address
     - firmware: qcom: scm: Remove reassignment to desc following initializer
     - ARM: dts: qcom: ipq4019: fix sleep clock
     - soc: qcom: rpmpd: Check for null return of devm_kcalloc
     - soc: qcom: ocmem: Fix missing put_device() call in of_get_ocmem
     - soc: qcom: aoss: Fix missing put_device call in qmp_get
     - soc: qcom: aoss: remove spurious IRQF_ONESHOT flags
     - arm64: dts: qcom: sdm845: fix microphone bias properties and values
     - arm64: dts: qcom: sm8250: fix PCIe bindings to follow schema
     - arm64: dts: qcom: msm8916-j5: Fix typo
     - arm64: dts: broadcom: bcm4908: use proper TWD binding
     - arm64: dts: qcom: sm8150: Correct TCS configuration for apps rsc
     - arm64: dts: qcom: sm8350: Correct TCS configuration for apps rsc
     - arm64: dts: qcom: sm8450: Update cpuidle states parameters
     - arm64: dts: qcom: msm8994: Provide missing "xo_board" and "sleep_clk" to GCC
     - arm64: dts: qcom: ipq6018: fix usb reference period
     - firmware: ti_sci: Fix compilation failure when CONFIG_TI_SCI_PROTOCOL is not
       defined
     - soc: ti: wkup_m3_ipc: Fix IRQ check in wkup_m3_ipc_probe
     - cpuidle: qcom-spm: Check if any CPU is managed by SPM
     - ARM: dts: sun8i: v3s: Move the csi1 block to follow address order
     - ARM: dts: stm32: fix AV96 board SAI2 pin muxing on stm32mp15
     - vsprintf: Fix potential unaligned access
     - ARM: dts: qcom: sdx55: Fix the address used for PCIe EP local addr space
     - ARM: dts: imx: Add missing LVDS decoder on M53Menlo
     - media: mexon-ge2d: fixup frames size in registers
     - media: video/hdmi: handle short reads of hdmi info frame.
     - media: ti-vpe: cal: Fix a NULL pointer dereference in
       cal_ctx_v4l2_init_formats()
     - media: em28xx: initialize refcount before kref_get
     - media: uapi: Init VP9 stateless decode params
     - media: usb: go7007: s2250-board: fix leak in probe()
     - media: cedrus: H265: Fix neighbour info buffer size
     - media: cedrus: h264: Fix neighbour info buffer size
     - arm64: dts: ti: k3-j721s2-mcu-wakeup: Fix the interrupt-parent for
       wkup_gpioX instances
     - ASoC: codecs: rx-macro: fix accessing compander for aux
     - ASoC: codecs: rx-macro: fix accessing array out of bounds for enum type
     - ASoC: codecs: va-macro: fix accessing array out of bounds for enum type
     - ASoC: codecs: wc938x: fix accessing array out of bounds for enum type
     - ASoC: codecs: wcd938x: fix kcontrol max values
     - ASoC: codecs: wcd934x: fix kcontrol max values
     - ASoC: codecs: wcd934x: fix return value of wcd934x_rx_hph_mode_put
     - media: v4l2-core: Initialize h264 scaling matrix
     - media: hantro: sunxi: Fix VP9 steps
     - media: ov5640: Fix set format, v4l2_mbus_pixelcode not updated
     - selftests: vm: remove dependecy from internal kernel macros
     - selftests/lkdtm: Add UBSAN config
     - vsprintf: Fix %pK with kptr_restrict == 0
     - uaccess: fix nios2 and microblaze get_user_8()
     - ASoC: rt5663: check the return value of devm_kzalloc() in rt5663_parse_dp()
     - ASoC: acp: check the return value of devm_kzalloc() in
       acp_legacy_dai_links_create()
     - soc: mediatek: pm-domains: Add wakeup capacity support in power domain
     - mmc: sdhci_am654: Fix the driver data of AM64 SoC
     - ASoC: ti: davinci-i2s: Add check for clk_enable()
     - ALSA: spi: Add check for clk_enable()
     - arm64: dts: ns2: Fix spi-cpol and spi-cpha property
     - arm64: dts: broadcom: Fix sata nodename
     - printk: fix return value of printk.devkmsg __setup handler
     - ASoC: mxs-saif: Handle errors for clk_enable
     - ASoC: atmel_ssc_dai: Handle errors for clk_enable
     - ASoC: dwc-i2s: Handle errors for clk_enable
     - ASoC: soc-compress: prevent the potentially use of null pointer
     - media: i2c: Fix pixel array positions in ov8865
     - memory: emif: Add check for setup_interrupts
     - memory: emif: check the pointer temp in get_device_details()
     - ALSA: firewire-lib: fix uninitialized flag for AV/C deferred transaction
     - arm64: dts: rockchip: Fix SDIO regulator supply properties on rk3399-firefly
     - m68k: coldfire/device.c: only build for MCF_EDMA when h/w macros are defined
     - media: stk1160: If start stream fails, return buffers with
       VB2_BUF_STATE_QUEUED
     - media: vidtv: Check for null return of vzalloc
     - ASoC: cs35l41: Fix GPIO2 configuration
     - ASoC: cs35l41: Fix max number of TX channels
     - ASoC: atmel: Add missing of_node_put() in at91sam9g20ek_audio_probe
     - ASoC: wm8350: Handle error for wm8350_register_irq
     - ASoC: fsi: Add check for clk_enable
     - video: fbdev: omapfb: Add missing of_node_put() in dvic_probe_of
     - media: saa7134: fix incorrect use to determine if list is empty
     - ivtv: fix incorrect device_caps for ivtvfb
     - ASoC: atmel: Fix error handling in snd_proto_probe
     - ASoC: rockchip: i2s: Fix missing clk_disable_unprepare() in
       rockchip_i2s_probe
     - ASoC: SOF: Add missing of_node_put() in imx8m_probe
     - ASoC: mediatek: mt8192-mt6359: Fix error handling in mt8192_mt6359_dev_probe
     - ASoC: rk817: Fix missing clk_disable_unprepare() in rk817_platform_probe
     - ASoC: dmaengine: do not use a NULL prepare_slave_config() callback
     - ASoC: mxs: Fix error handling in mxs_sgtl5000_probe
     - ASoC: fsl_spdif: Disable TX clock when stop
     - ASoC: imx-es8328: Fix error return code in imx_es8328_probe()
     - ASoC: SOF: Intel: enable DMI L1 for playback streams
     - ASoC: msm8916-wcd-digital: Fix missing clk_disable_unprepare() in
       msm8916_wcd_digital_probe
     - mmc: davinci_mmc: Handle error for clk_enable
     - rtla/osnoise: Fix osnoise hist stop tracing message
     - ASoC: rockchip: Fix PM usage reference of rockchip_i2s_tdm_resume
     - ASoC: atmel: Fix error handling in sam9x5_wm8731_driver_probe
     - ASoC: msm8916-wcd-analog: Fix error handling in pm8916_wcd_analog_spmi_probe
     - ASoC: mediatek: mt8195: Fix error handling in
       mt8195_mt6359_rt1019_rt5682_dev_probe
     - ASoC: codecs: wcd934x: Add missing of_node_put() in wcd934x_codec_parse_data
     - ASoC: amd: Fix reference to PCM buffer address
     - ARM: configs: multi_v5_defconfig: re-enable CONFIG_V4L_PLATFORM_DRIVERS
     - ARM: configs: multi_v5_defconfig: re-enable DRM_PANEL and FB_xxx
     - drm/bridge: sn65dsi83: Fix an error handling path in sn65dsi83_probe()
     - drm/meson: osd_afbcd: Add an exit callback to struct meson_afbcd_ops
     - drm/meson: Fix error handling when afbcd.ops->init fails
     - drm/bridge: Fix free wrong object in sii8620_init_rcp_input_dev
     - drm/bridge: Add missing pm_runtime_disable() in __dw_mipi_dsi_probe
     - drm/bridge: nwl-dsi: Fix PM disable depth imbalance in nwl_dsi_probe
     - drm: bridge: adv7511: Fix ADV7535 HPD enablement
     - ath11k: add missing of_node_put() to avoid leak
     - ath10k: fix memory overwrite of the WoWLAN wakeup packet pattern
     - drm/v3d/v3d_drv: Check for error num after setting mask
     - Bluetooth: hci_sync: unlock on error in hci_inquiry_result_with_rssi_evt()
     - ath11k: free peer for station when disconnect from AP for QCA6390/WCN6855
     - drm/panfrost: Check for error num after setting mask
     - bpftool: Fix error check when calling hashmap__new()
     - libbpf: Fix possible NULL pointer dereference when destroying skeleton
     - bpftool: Only set obj->skeleton on complete success
     - ath11k: fix error code in ath11k_qmi_assign_target_mem_chunk()
     - udmabuf: validate ubuf->pagecount
     - bpf: Fix UAF due to race between btf_try_get_module and load_module
     - drm/selftests/test-drm_dp_mst_helper: Fix memory leak in
       sideband_msg_req_encode_decode
     - drm/locking: fix drm_modeset_acquire_ctx kernel-doc
     - selftests: bpf: Fix bind on used port
     - Bluetooth: btintel: Fix WBS setting for Intel legacy ROM products
     - Bluetooth: hci_serdev: call init_rwsem() before p->open()
     - Bluetooth: mt7921s: fix firmware coredump retrieve
     - Bluetooth: mt7921s: fix bus hang with wrong privilege
     - Bluetooth: btmtksdio: refactor btmtksdio_runtime_[suspend|resume]()
     - Bluetooth: mt7921s: fix btmtksdio_[drv|fw]_pmctrl()
     - Bluetooth: btmtksdio: mask out interrupt status
     - mtd: onenand: Check for error irq
     - mtd: rawnand: gpmi: fix controller timings setting
     - selftests, xsk: Fix rx_full stats test
     - drm/edid: Don't clear formats if using deep color
     - drm/edid: Split deep color modes between RGB and YUV444
     - ionic: fix type complaint in ionic_dev_cmd_clean()
     - ionic: start watchdog after all is setup
     - ionic: Don't send reset commands if FW isn't running
     - ionic: fix up printing of timeout error
     - ionic: Correctly print AQ errors if completions aren't received
     - net: dsa: Move VLAN filtering syncing out of dsa_switch_bridge_leave
     - net: dsa: Avoid cross-chip syncing of VLAN filtering
     - Bluetooth: hci_event: Fix HCI_EV_VENDOR max_len
     - drm/nouveau/acr: Fix undefined behavior in nvkm_acr_hsfw_load_bl()
     - drm/amd/display: Call dc_stream_release for remove link enc assignment
     - drm/amd/display: Fix a NULL pointer dereference in
       amdgpu_dm_connector_add_common_modes()
     - drm/amd/pm: return -ENOTSUPP if there is no get_dpm_ultimate_freq function
     - net: phy: at803x: move page selection fix to config_init
     - selftests/bpf/test_xdp_redirect_multi: use temp netns for testing
     - ath9k_htc: fix uninit value bugs
     - ath11k: set WMI_PEER_40MHZ while peer assoc for 6 GHz
     - RDMA/core: Set MR type in ib_reg_user_mr
     - KVM: PPC: Fix vmx/vsx mixup in mmio emulation
     - selftests/net: timestamping: Fix bind_phc check
     - rtw88: check for validity before using a pointer
     - rtw88: fix idle mode flow for hw scan
     - rtw88: fix memory overrun and memory leak during hw_scan
     - drm/bridge: lt9611: Fix an error handling path in lt9611_probe()
     - i40e: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skb
     - i40e: respect metadata on XSK Rx to skb
     - ice: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skb
     - ice: respect metadata on XSK Rx to skb
     - igc: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skb
     - ixgbe: pass bi->xdp to ixgbe_construct_skb_zc() directly
     - ixgbe: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skb
     - ixgbe: respect metadata on XSK Rx to skb
     - power: reset: gemini-poweroff: Fix IRQ check in gemini_poweroff_probe
     - ray_cs: Check ioremap return value
     - powerpc: dts: t1040rdb: fix ports names for Seville Ethernet switch
     - KVM: PPC: Book3S HV: Check return value of kvmppc_radix_init
     - powerpc/perf: Don't use perf_hw_context for trace IMC PMU
     - mt76: connac: fix sta_rec_wtbl tag len
     - mt76: mt7915: use proper aid value in mt7915_mcu_wtbl_generic_tlv in sta
       mode
     - mt76: mt7915: use proper aid value in mt7915_mcu_sta_basic_tlv
     - mt76: mt76_connac: fix MCU_CE_CMD_SET_ROC definition error
     - mt76: mt7921: set EDCA parameters with the MCU CE command
     - mt76: mt7921: do not always disable fw runtime-pm
     - mt76: mt7921: fix a leftover race in runtime-pm
     - mt76: mt7615: fix a leftover race in runtime-pm
     - mt76: mt7915: fix ht mcs in mt7915_mac_add_txs_skb()
     - mt76: mt7921: fix ht mcs in mt7921_mac_add_txs_skb()
     - mt76: mt7921s: fix mt7921s_mcu_[fw|drv]_pmctrl
     - mt76: mt7921e: fix possible probe failure after reboot
     - mt76: mt7603: check sta_rates pointer in mt7603_sta_rate_tbl_update
     - mt76: mt7615: check sta_rates pointer in mt7615_sta_rate_tbl_update
     - mt76: mt7915: fix possible memory leak in mt7915_mcu_add_sta
     - mt76: mt7921s: fix a possible memory leak in mt7921_load_patch
     - mt76: mt7915: fix mcs_map in mt7915_mcu_set_sta_he_mcs()
     - mt76: mt7915: fix the nss setting in bitrates
     - ptp: unregister virtual clocks when unregistering physical clock.
     - net: dsa: mv88e6xxx: Enable port policy support on 6097
     - bpf: Fix a btf decl_tag bug when tagging a function
     - mac80211: limit bandwidth in HE capabilities
     - scripts/dtc: Call pkg-config POSIXly correct
     - livepatch: Fix build failure on 32 bits processors
     - net: asix: add proper error handling of usb read errors
     - i2c: bcm2835: Fix the error handling in 'bcm2835_i2c_probe()'
     - mtd: mchp23k256: Add SPI ID table
     - mtd: mchp48l640: Add SPI ID table
     - selftests/bpf: Extract syscall wrapper
     - selftests/bpf: Use "__se_" prefix on architectures without syscall wrapper
     - igc: avoid kernel warning when changing RX ring parameters
     - igb: refactor XDP registration
     - drm/amdgpu: Don't offset by 2 in FRU EEPROM
     - PCI: aardvark: Fix reading MSI interrupt number
     - PCI: aardvark: Fix reading PCI_EXP_RTSTA_PME bit on emulated bridge
     - RDMA/rxe: Check the last packet by RXE_END_MASK
     - libbpf: Fix signedness bug in btf_dump_array_data()
     - libbpf: Fix riscv register names
     - cxl/core: Fix cxl_probe_component_regs() error message
     - tools/testing/cxl: Fix root port to host bridge assignment
     - cxl/regs: Fix size of CXL Capability Header Register
     - Netvsc: Call hv_unmap_memory() in the netvsc_device_remove()
     - net:enetc: allocate CBD ring data memory using DMA coherent methods
     - libbpf: Fix compilation warning due to mismatched printf format
     - rtw88: fix use after free in rtw_hw_scan_update_probe_req()
     - drm/bridge: dw-hdmi: use safe format when first in bridge chain
     - power: supply: ab8500: Swap max and overvoltage
     - libbpf: Fix libbpf.map inheritance chain for LIBBPF_0.7.0
     - libbpf: Use dynamically allocated buffer when receiving netlink messages
     - power: supply: ab8500: Fix memory leak in ab8500_fg_sysfs_init
     - HID: i2c-hid: fix GET/SET_REPORT for unnumbered reports
     - iommu/ipmmu-vmsa: Check for error num after setting mask
     - drm/bridge: anx7625: Fix overflow issue on reading EDID
     - ath11k: fix uninitialized rate_idx in ath11k_dp_tx_update_txcompl()
     - i2c: pasemi: Drop I2C classes from platform driver variant
     - bpftool: Fix the error when lookup in no-btf maps
     - drm/amd/pm: enable pm sysfs write for one VF mode
     - drm/amd/display: Add affected crtcs to atomic state for dsc mst unplug
     - bpftool: Fix pretty print dump for maps without BTF loaded
     - libbpf: Fix memleak in libbpf_netlink_recv()
     - IB/cma: Allow XRC INI QPs to set their local ACK timeout
     - cxl/core/port: Rename bus.c to port.c
     - cxl/port: Hold port reference until decoder release
     - dax: make sure inodes are flushed before destroy cache
     - selftests: mptcp: add csum mib check for mptcp_connect
     - iwlwifi: mvm: Don't call iwl_mvm_sta_from_mac80211() with NULL sta
     - iwlwifi: mvm: don't iterate unadded vifs when handling FW SMPS req
     - iwlwifi: mvm: align locking in D3 test debugfs
     - iwlwifi: yoyo: remove DBGI_SRAM address reset writing
     - iwlwifi: yoyo: Avoid using dram data if allocation failed
     - iwlwifi: mvm: fix off by one in iwl_mvm_stat_iterator_all_macs()
     - iwlwifi: Fix -EIO error code that is never returned
     - iwlwifi: mvm: Fix an error code in iwl_mvm_up()
     - mtd: rawnand: pl353: Set the nand chip node as the flash node
     - drm/msm/dp: do not initialize phy until plugin interrupt received
     - drm/msm/dp: populate connector of struct dp_panel
     - drm/msm/dp: stop link training after link training 2 failed
     - drm/msm/dp: always add fail-safe mode into connector mode list
     - drm/msm/dsi: Use "ref" fw clock instead of global name for VCO parent
     - drm/msm/dsi/phy: fix 7nm v4.0 settings for C-PHY mode
     - drm/msm/dpu: add DSPP blocks teardown
     - drm/msm/dpu: fix dp audio condition
     - drm/msm/dpu: remove msm_dp cached in dpu_encoder_virt
     - drm/msm/dp: fix panel bridge attachment
     - i40e: remove dead stores on XSK hotpath
     - ath11k: Invalidate cached reo ring entry before accessing it
     - mips: Enable KCSAN
     - dm crypt: fix get_key_size compiler warning if !CONFIG_KEYS
     - vfio/pci: fix memory leak during D3hot to D0 transition
     - vfio/pci: wake-up devices around reset functions
     - scsi: fnic: Fix a tracing statement
     - scsi: pm8001: Fix command initialization in pm80XX_send_read_log()
     - scsi: pm8001: Fix command initialization in pm8001_chip_ssp_tm_req()
     - scsi: pm8001: Fix payload initialization in pm80xx_set_thermal_config()
     - scsi: pm8001: Fix le32 values handling in
       pm80xx_set_sas_protocol_timer_config()
     - scsi: pm8001: Fix payload initialization in pm80xx_encrypt_update()
     - scsi: pm8001: Fix le32 values handling in pm80xx_chip_ssp_io_req()
     - scsi: pm8001: Fix le32 values handling in pm80xx_chip_sata_req()
     - scsi: pm8001: Fix NCQ NON DATA command task initialization
     - scsi: pm8001: Fix NCQ NON DATA command completion handling
     - scsi: pm8001: Fix abort all task initialization
     - mt76: do not always copy ethhdr in reverse_frag0_hdr_trans
     - mt76: fix endianness errors in reverse_frag0_hdr_trans
     - mt76: mt7921s: fix missing fc type/sub-type for 802.11 pkts
     - net: dsa: realtek-smi: fix kdoc warnings
     - net: dsa: realtek-smi: move to subdirectory
     - RDMA/mlx5: Fix the flow of a miss in the allocation of a cache ODP MR
     - drm/amd/display: Remove vupdate_int_entry definition
     - TOMOYO: fix __setup handlers return values
     - power: supply: sbs-charger: Don't cancel work that is not initialized
     - mt76: mt7915: enlarge wcid size to 544
     - mt76: mt7915: fix the muru tlv issue
     - drm/dp: Fix OOB read when handling Post Cursor2 register
     - ext2: correct max file size computing
     - drm/tegra: Fix reference leak in tegra_dsi_ganged_probe
     - power: supply: bq24190_charger: Fix bq24190_vbus_is_enabled() wrong false
       return
     - scsi: hisi_sas: Change permission of parameter prot_mask
     - drm/bridge: cdns-dsi: Make sure to to create proper aliases for dt
     - bpf, arm64: Call build_prologue() first in first JIT pass
     - bpf, arm64: Feed byte-offset into bpf line info
     - xsk: Fix race at socket teardown
     - RDMA/irdma: Fix netdev notifications for vlan's
     - RDMA/irdma: Fix Passthrough mode in VM
     - RDMA/irdma: Remove incorrect masking of PD
     - libbpf: Fix BPF_MAP_TYPE_PERF_EVENT_ARRAY auto-pinning
     - gpu: host1x: Fix an error handling path in 'host1x_probe()'
     - gpu: host1x: Fix a memory leak in 'host1x_remove()'
     - libbpf: Skip forward declaration when counting duplicated type names
     - powerpc/mm/numa: skip NUMA_NO_NODE onlining in parse_numa_properties()
     - powerpc/Makefile: Don't pass -mcpu=powerpc64 when building 32-bit
     - KVM: x86: Fix emulation in writing cr8
     - KVM: x86/emulator: Defer not-present segment check in
       __load_segment_descriptor()
     - KVM: SVM: Exit to userspace on ENOMEM/EFAULT GHCB errors
     - hv_balloon: rate-limit "Unhandled message" warning
     - KVM: arm64: Enable Cortex-A510 erratum 2077057 by default
     - i2c: xiic: Make bus names unique
     - net: phy: micrel: Fix concurrent register access
     - Bluetooth: hci_sync: fix undefined return of hci_disconnect_all_sync()
     - Bluetooth: Fix skb allocation in mgmt_remote_name() &
       mgmt_device_connected()
     - power: supply: wm8350-power: Handle error for wm8350_register_irq
     - power: supply: wm8350-power: Add missing free in free_charger_irq
     - IB/hfi1: Allow larger MTU without AIP
     - RDMA/core: Fix ib_qp_usecnt_dec() called when error
     - PCI: Reduce warnings on possible RW1C corruption
     - net: axienet: fix RX ring refill allocation failure handling
     - drm/msm/a6xx: Fix missing ARRAY_SIZE() check
     - mips: DEC: honor CONFIG_MIPS_FP_SUPPORT=n
     - MIPS: Sanitise Cavium switch cases in TLB handler synthesizers
     - powerpc/sysdev: fix incorrect use to determine if list is empty
     - powerpc/64s: Don't use DSISR for SLB faults
     - mfd: mc13xxx: Add check for mc13xxx_irq_request
     - libbpf: Unmap rings when umem deleted
     - selftests/bpf: Make test_lwt_ip_encap more stable and faster
     - platform/x86: huawei-wmi: check the return value of device_create_file()
     - scsi: mpt3sas: Fix incorrect 4GB boundary check
     - powerpc: 8xx: fix a return value error in mpc8xx_pic_init
     - xtensa: add missing XCHAL_HAVE_WINDOWED check
     - iwlwifi: pcie: fix SW error MSI-X mapping
     - vxcan: enable local echo for sent CAN frames
     - ath10k: Fix error handling in ath10k_setup_msa_resources
     - mips: cdmm: Fix refcount leak in mips_cdmm_phys_base
     - MIPS: RB532: fix return value of __setup handler
     - MIPS: pgalloc: fix memory leak caused by pgd_free()
     - mtd: rawnand: atmel: fix refcount issue in atmel_nand_controller_init
     - power: ab8500_chargalg: Use CLOCK_MONOTONIC
     - RDMA/irdma: Prevent some integer underflows
     - Revert "RDMA/core: Fix ib_qp_usecnt_dec() called when error"
     - RDMA/mlx5: Fix memory leak in error flow for subscribe event routine
     - bpf, sockmap: Fix memleak in sk_psock_queue_msg
     - bpf, sockmap: Fix memleak in tcp_bpf_sendmsg while sk msg is full
     - bpf, sockmap: Fix more uncharged while msg has more_data
     - bpf, sockmap: Fix double uncharge the mem of sk_msg
     - samples/bpf, xdpsock: Fix race when running for fix duration of time
     - USB: storage: ums-realtek: fix error code in rts51x_read_mem()
     - drm/amd/display: Fix double free during GPU reset on DC streams
     - RDMA/rxe: Change variable and function argument to proper type
     - RDMA/rxe: Fix ref error in rxe_av.c
     - powerpc/xive: fix return value of __setup handler
     - powerpc/time: Fix KVM host re-arming a timer beyond decrementer range
     - drm/i915/display: Fix HPD short pulse handling for eDP
     - drm/i915/display: Do not re-enable PSR after it was marked as not reliable
     - netfilter: flowtable: Fix QinQ and pppoe support for inet table
     - mt76: mt7921: fix mt7921_queues_acq implementation
     - can: isotp: return -EADDRNOTAVAIL when reading from unbound socket
     - can: isotp: support MSG_TRUNC flag when reading from socket
     - bareudp: use ipv6_mod_enabled to check if IPv6 enabled
     - PCI: imx6: Invoke the PHY exit function after PHY power off
     - PCI: imx6: Assert i.MX8MM CLKREQ# even if no device present
     - ibmvnic: fix race between xmit and reset
     - af_unix: Fix some data-races around unix_sk(sk)->oob_skb.
     - selftests/bpf: Fix error reporting from sock_fields programs
     - Bluetooth: hci_uart: add missing NULL check in h5_enqueue
     - Bluetooth: call hci_le_conn_failed with hdev lock in hci_le_conn_failed
     - Bluetooth: btmtksdio: Fix kernel oops in btmtksdio_interrupt
     - RDMA/nldev: Prevent underflow in nldev_stat_set_counter_dynamic_doit()
     - ipv4: Fix route lookups when handling ICMP redirects and PMTU updates
     - mptcp: Fix crash due to tcp_tsorted_anchor was initialized before release
       skb
     - af_netlink: Fix shift out of bounds in group mask calculation
     - i2c: meson: Fix wrong speed use from probe
     - netfilter: conntrack: Add and use nf_ct_set_auto_assign_helper_warned()
     - i2c: mux: demux-pinctrl: do not deactivate a master that is not active
     - powerpc/pseries: Fix use after free in remove_phb_dynamic()
     - ax25: Fix refcount leaks caused by ax25_cb_del()
     - ax25: Fix NULL pointer dereferences in ax25 timers
     - drm/i915: Fix renamed struct field
     - selftests/bpf/test_lirc_mode2.sh: Exit with proper code
     - bpftool: Fix print error when show bpf map
     - PCI: Avoid broken MSI on SB600 USB devices
     - net: bcmgenet: Use stronger register read/writes to assure ordering
     - tcp: ensure PMTU updates are processed during fastopen
     - openvswitch: always update flow key after nat
     - net: dsa: fix panic on shutdown if multi-chip tree failed to probe
     - net: wwan: qcom_bam_dmux: fix wrong pointer passed to IS_ERR()
     - tipc: fix the timer expires after interval 100ms
     - mfd: asic3: Add missing iounmap() on error asic3_mfd_probe
     - ice: fix 'scheduling while atomic' on aux critical err interrupt
     - ice: don't allow to run ice_send_event_to_aux() in atomic ctx
     - drivers: ethernet: cpsw: fix panic when interrupt coaleceing is set via
       ethtool
     - kernel/resource: fix kfree() of bootmem memory again
     - clk: renesas: r9a07g044: Update multiplier and divider values for PLL2/3
     - staging: r8188eu: release_firmware is not called if allocation fails
     - mxser: fix xmit_buf leak in activate when LSR == 0xff
     - fsi: scom: Fix error handling
     - fsi: scom: Remove retries in indirect scoms
     - pwm: lpc18xx-sct: Initialize driver data and hardware before pwmchip_add()
     - pps: clients: gpio: Propagate return value from pps_gpio_probe
     - fsi: Aspeed: Fix a potential double free
     - misc: alcor_pci: Fix an error handling path
     - cpufreq: qcom-cpufreq-nvmem: fix reading of PVS Valid fuse
     - soundwire: intel: fix wrong register name in intel_shim_wake
     - clk: qcom: ipq8074: fix PCI-E clock oops
     - dmaengine: idxd: restore traffic class defaults after wq reset
     - iio: mma8452: Fix probe failing when an i2c_device_id is used
     - staging: qlge: add unregister_netdev in qlge_probe
     - serial: 8250_aspeed_vuart: add PORT_ASPEED_VUART port type
     - staging:iio:adc:ad7280a: Fix handing of device address bit reversing.
     - clk: renesas: r8a779f0: Fix RSW2 clock divider
     - pinctrl: renesas: r8a77470: Reduce size for narrow VIN1 channel
     - pinctrl: renesas: checker: Fix miscalculation of number of states
     - clk: qcom: ipq8074: Use floor ops for SDCC1 clock
     - phy: dphy: Correct lpx parameter and its derivatives(ta_{get,go,sure})
     - phy: phy-brcm-usb: fixup BCM4908 support
     - serial: 8250_mid: Balance reference count for PCI DMA device
     - serial: 8250_lpss: Balance reference count for PCI DMA device
     - NFS: Use of mapping_set_error() results in spurious errors
     - serial: 8250: Fix race condition in RTS-after-send handling
     - iio: adc: Add check for devm_request_threaded_irq
     - habanalabs: Add check for pci_enable_device
     - NFS: Return valid errors from nfs2/3_decode_dirent()
     - staging: r8188eu: fix endless loop in recv_func
     - dma-debug: fix return value of __setup handlers
     - clk: imx7d: Remove audio_mclk_root_clk
     - clk: imx: off by one in imx_lpcg_parse_clks_from_dt()
     - clk: at91: sama7g5: fix parents of PDMCs' GCLK
     - clk: qcom: clk-rcg2: Update logic to calculate D value for RCG
     - clk: qcom: clk-rcg2: Update the frac table for pixel clock
     - clk: starfive: jh7100: Don't round divisor up twice
     - clk: starfive: jh7100: Handle audio_div clock properly
     - dmaengine: hisi_dma: fix MSI allocate fail when reload hisi_dma
     - remoteproc: qcom: Fix missing of_node_put in adsp_alloc_memory_region
     - remoteproc: qcom_wcnss: Add missing of_node_put() in
       wcnss_alloc_memory_region
     - remoteproc: qcom_q6v5_mss: Fix some leaks in q6v5_alloc_memory_region
     - nvdimm/region: Fix default alignment for small regions
     - clk: actions: Terminate clk_div_table with sentinel element
     - clk: loongson1: Terminate clk_div_table with sentinel element
     - clk: hisilicon: Terminate clk_div_table with sentinel element
     - clk: clps711x: Terminate clk_div_table with sentinel element
     - clk: Fix clk_hw_get_clk() when dev is NULL
     - clk: tegra: tegra124-emc: Fix missing put_device() call in
       emc_ensure_emc_driver
     - mailbox: imx: fix crash in resume on i.mx8ulp
     - NFS: remove unneeded check in decode_devicenotify_args()
     - staging: mt7621-dts: fix LEDs and pinctrl on GB-PC1 devicetree
     - staging: mt7621-dts: fix formatting
     - staging: mt7621-dts: fix pinctrl properties for ethernet
     - staging: mt7621-dts: fix GB-PC2 devicetree
     - pinctrl: ocelot: fix confops resource index
     - pinctrl: ocelot: fix duplicate debugfs entry
     - pinctrl: mediatek: Fix missing of_node_put() in mtk_pctrl_init
     - pinctrl: mediatek: paris: Fix PIN_CONFIG_BIAS_* readback
     - pinctrl: mediatek: paris: Fix "argument" argument type for mtk_pinconf_get()
     - pinctrl: mediatek: paris: Fix pingroup pin config state readback
     - pinctrl: mediatek: paris: Skip custom extra pin config dump for virtual
       GPIOs
     - pinctrl: ocelot: Fix interrupt parsing
     - pinctrl: microchip-sgpio: lock RMW access
     - pinctrl: nomadik: Add missing of_node_put() in nmk_pinctrl_probe
     - pinctrl/rockchip: Add missing of_node_put() in rockchip_pinctrl_probe
     - clk: visconti: prevent array overflow in visconti_clk_register_gates()
     - tty: hvc: fix return value of __setup handler
     - kgdboc: fix return value of __setup handler
     - serial: 8250: fix XOFF/XON sending when DMA is used
     - virt: acrn: obtain pa from VMA with PFNMAP flag
     - virt: acrn: fix a memory leak in acrn_dev_ioctl()
     - kgdbts: fix return value of __setup handler
     - firmware: google: Properly state IOMEM dependency
     - driver core: dd: fix return value of __setup handler
     - perf test arm64: Test unwinding using fame-pointer (fp) mode
     - jfs: fix divide error in dbNextAG
     - SUNRPC/call_alloc: async tasks mustn't block waiting for memory
     - SUNRPC: improve 'swap' handling: scheduling and PF_MEMALLOC
     - SUNRPC: Don't call connect() more than once on a TCP socket
     - perf parse-events: Move slots only with topdown
     - netfilter: egress: Report interface as outgoing
     - netfilter: nf_conntrack_tcp: preserve liberal flag in tcp options
     - SUNRPC don't resend a task on an offlined transport
     - NFSv4.1: don't retry BIND_CONN_TO_SESSION on session error
     - kdb: Fix the putarea helper function
     - perf stat: Fix forked applications enablement of counters
     - net: stmmac: dwmac-qcom-ethqos: Enable RGMII functional clock on resume
     - clk: qcom: gcc-msm8994: Fix gpll4 width
     - vsock/virtio: initialize vdev->priv before using VQs
     - vsock/virtio: read the negotiated features before using VQs
     - vsock/virtio: enable VQs early on probe
     - clk: Initialize orphan req_rate
     - xen: fix is_xen_pmu()
     - net: enetc: report software timestamping via SO_TIMESTAMPING
     - net: hns3: fix bug when PF set the duplicate MAC address for VFs
     - net: hns3: fix port base vlan add fail when concurrent with reset
     - net: hns3: add vlan list lock to protect vlan list
     - net: hns3: refine the process when PF set VF VLAN
     - net: phy: broadcom: Fix brcm_fet_config_init()
     - selftests: test_vxlan_under_vrf: Fix broken test case
     - NFS: Don't loop forever in nfs_do_recoalesce()
     - libperf tests: Fix typo in perf_evlist__open() failure error messages
     - net: hns3: fix ethtool tx copybreak buf size indicating not aligned issue
     - net: hns3: add max order judgement for tx spare buffer
     - net: hns3: clean residual vf config after disable sriov
     - net: hns3: add netdev reset check for hns3_set_tunable()
     - net: hns3: add NULL pointer check for hns3_set/get_ringparam()
     - net: hns3: fix phy can not link up when autoneg off and reset
     - net: sparx5: depends on PTP_1588_CLOCK_OPTIONAL
     - qlcnic: dcb: default to returning -EOPNOTSUPP
     - net/x25: Fix null-ptr-deref caused by x25_disconnect
     - net: sparx5: switchdev: fix possible NULL pointer dereference
     - octeontx2-af: initialize action variable
     - selftests: tls: skip cmsg_to_pipe tests with TLS=n
     - net/sched: act_ct: fix ref leak when switching zones
     - NFSv4/pNFS: Fix another issue with a list iterator pointing to the head
     - net: dsa: bcm_sf2_cfp: fix an incorrect NULL check on list iterator
     - fs: fd tables have to be multiples of BITS_PER_LONG
     - lib/test: use after free in register_test_dev_kmod()
     - fs: fix fd table size alignment properly
     - LSM: general protection fault in legacy_parse_param
     - regulator: rpi-panel: Handle I2C errors/timing to the Atmel
     - crypto: hisilicon/qm - cleanup warning in qm_vf_read_qos
     - crypto: octeontx2 - CN10K CPT to RNM workaround
     - gcc-plugins/stackleak: Exactly match strings instead of prefixes
     - rcu: Kill rnp->ofl_seq and use only rcu_state.ofl_lock for exclusion
     - pinctrl: npcm: Fix broken references to chip->parent_device
     - rcu: Mark writes to the rcu_segcblist structure's ->flags field
     - block: throttle split bio in case of iops limit
     - memstick/mspro_block: fix handling of read-only devices
     - block/bfq_wf2q: correct weight to ioprio
     - crypto: xts - Add softdep on ecb
     - crypto: hisilicon/sec - not need to enable sm4 extra mode at HW V3
     - block, bfq: don't move oom_bfqq
     - selinux: use correct type for context length
     - powercap/dtpm_cpu: Reset per_cpu variable in the release function
     - arm64: module: remove (NOLOAD) from linker script
     - selinux: allow FIOCLEX and FIONCLEX with policy capability
     - loop: use sysfs_emit() in the sysfs xxx show()
     - Fix incorrect type in assignment of ipv6 port for audit
     - irqchip/qcom-pdc: Fix broken locking
     - irqchip/nvic: Release nvic_base upon failure
     - fs/binfmt_elf: Fix AT_PHDR for unusual ELF files
     - hwrng: cavium - fix NULL but dereferenced coccicheck error
     - bfq: fix use-after-free in bfq_dispatch_request
     - ACPICA: Avoid walking the ACPI Namespace if it is not there
     - ACPI / x86: Add skip i2c clients quirk for Nextbook Ares 8
     - ACPI / x86: Add skip i2c clients quirk for Lenovo Yoga Tablet 1050F/L
     - lib/raid6/test/Makefile: Use $(pound) instead of \# for Make 4.3
     - Revert "Revert "block, bfq: honor already-setup queue merges""
     - ACPI/APEI: Limit printable size of BERT table data
     - PM: core: keep irq flags in device_pm_check_callbacks()
     - parisc: Fix non-access data TLB cache flush faults
     - parisc: Fix handling off probe non-access faults
     - nvme-tcp: lockdep: annotate in-kernel sockets
     - spi: tegra20: Use of_device_get_match_data()
     - spi: fsi: Implement a timeout for polling status
     - atomics: Fix atomic64_{read_acquire,set_release} fallbacks
     - locking/lockdep: Iterate lock_classes directly when reading lockdep files
     - ext4: correct cluster len and clusters changed accounting in ext4_mb_mark_bb
     - ext4: fix ext4_mb_mark_bb() with flex_bg with fast_commit
     - sched/tracing: Report TASK_RTLOCK_WAIT tasks as TASK_UNINTERRUPTIBLE
     - ext4: don't BUG if someone dirty pages without asking ext4 first
     - f2fs: fix to do sanity check on curseg->alloc_type
     - NFSD: Fix nfsd_breaker_owns_lease() return values
     - f2fs: don't get FREEZE lock in f2fs_evict_inode in frozen fs
     - btrfs: harden identification of a stale device
     - btrfs: make search_csum_tree return 0 if we get -EFBIG
     - btrfs: handle csum lookup errors properly on reads
     - btrfs: do not double complete bio on errors during compressed reads
     - btrfs: do not clean up repair bio if submit fails
     - f2fs: use spin_lock to avoid hang
     - f2fs: compress: fix to print raw data size in error path of lz4
       decompression
     - Adjust cifssb maximum read size
     - ntfs: add sanity check on allocation size
     - media: staging: media: zoran: move videodev alloc
     - media: staging: media: zoran: calculate the right buffer number for
       zoran_reap_stat_com
     - media: staging: media: zoran: fix various V4L2 compliance errors
     - media: atmel: atmel-isc-base: report frame sizes as full supported range
     - media: ir_toy: free before error exiting
     - ASoC: sh: rz-ssi: Make the data structures available before registering the
       handlers
     - ASoC: cs42l42: Report full jack status when plug is detected
     - ASoC: SOF: Intel: match sdw version on link_slaves_found
     - media: imx-jpeg: Prevent decoding NV12M jpegs into single-planar buffers
     - ASoC: SOF: Intel: hda: Remove link assignment limitation
     - media: iommu/mediatek-v1: Free the existed fwspec if the master dev already
       has
     - media: iommu/mediatek: Return ENODEV if the device is NULL
     - media: iommu/mediatek: Add device_link between the consumer and the larb
       devices
     - video: fbdev: nvidiafb: Use strscpy() to prevent buffer overflow
     - video: fbdev: w100fb: Reset global state
     - video: fbdev: cirrusfb: check pixclock to avoid divide by zero
     - video: fbdev: omapfb: acx565akm: replace snprintf with sysfs_emit
     - ARM: dts: qcom: fix gic_irq_domain_translate warnings for msm8960
     - ARM: dts: bcm2837: Add the missing L1/L2 cache information
     - ASoC: madera: Add dependencies on MFD
     - media: atomisp_gmin_platform: Add DMI quirk to not turn AXP ELDO2 regulator
       off on some boards
     - media: atomisp: fix dummy_ptr check to avoid duplicate active_bo
     - ARM: ftrace: avoid redundant loads or clobbering IP
     - ALSA: hda: Fix driver index handling at re-binding
     - ARM: dts: imx7: Use audio_mclk_post_div instead audio_mclk_root_clk
     - arm64: defconfig: build imx-sdma as a module
     - video: fbdev: omapfb: panel-dsi-cm: Use sysfs_emit() instead of snprintf()
     - video: fbdev: omapfb: panel-tpo-td043mtea1: Use sysfs_emit() instead of
       snprintf()
     - video: fbdev: udlfb: replace snprintf in show functions with sysfs_emit
     - ARM: dts: bcm2711: Add the missing L1/L2 cache information
     - ASoC: soc-core: skip zero num_dai component in searching dai name
     - ASoC: Intel: sof_es8336: add quirk for Huawei D15 2021
     - media: imx-jpeg: fix a bug of accessing array out of bounds
     - media: cx88-mpeg: clear interrupt status register before streaming video
     - ASoC: rt5682s: Fix the wrong jack type detected
     - ARM: tegra: transformer: Drop reg-shift for Tegra HS UART
     - uaccess: fix type mismatch warnings from access_ok()
     - lib/test_lockup: fix kernel pointer check for separate address spaces
     - ARM: tegra: tamonten: Fix I2C3 pad setting
     - ARM: mmp: Fix failure to remove sram device
     - ASoC: amd: vg: fix for pm resume callback sequence
     - ASoC: amd: vangogh: fix uninitialized symbol warning in machine driver
     - video: fbdev: sm712fb: Fix crash in smtcfb_write()
     - media: i2c: ov5648: Fix lockdep error
     - media: Revert "media: em28xx: add missing em28xx_close_extension"
     - media: hdpvr: initialize dev->worker at hdpvr_register_videodev
     - ASoC: SOF: debug: clarify operator precedence
     - ASoC: Intel: sof_sdw: fix quirks for 2022 HP Spectre x360 13"
     - ASoC: SOF: Intel: hda: retrieve DMIC number for I2S boards
     - ALSA: intel-nhlt: add helper to detect SSP link mask
     - ALSA: intel-dsp-config: add more ACPI HIDs for ES83x6 devices
     - ASoC: Intel: soc-acpi: add more ACPI HIDs for ES83x6 devices
     - ALSA: intel-dspconfig: add ES8336 support for CNL
     - ASoC: Intel: Revert "ASoC: Intel: sof_es8336: add quirk for Huawei D15 2021"
     - ASoC: Intel: sof_es8336: log all quirks
     - tracing: Have TRACE_DEFINE_ENUM affect trace event types as well
     - mmc: host: Return an error when ->enable_sdio_irq() ops is missing
     - ASoC: mediatek: Fix error handling in mt8183_da7219_max98357_dev_probe
     - media: atomisp: fix bad usage at error handling logic
     - ALSA: hda/realtek: Add alc256-samsung-headphone fixup
     - KVM: SVM: Allow AVIC support on system w/ physical APIC ID > 255
     - KVM: x86: Reinitialize context if host userspace toggles EFER.LME
     - KVM: x86/mmu: Use common TDP MMU zap helper for MMU notifier unmap hook
     - KVM: x86/mmu: Move "invalid" check out of kvm_tdp_mmu_get_root()
     - KVM: x86/mmu: Zap _all_ roots when unmapping gfn range in TDP MMU
     - KVM: x86/mmu: Check for present SPTE when clearing dirty bit in TDP MMU
     - KVM: x86: hyper-v: Drop redundant 'ex' parameter from kvm_hv_send_ipi()
     - KVM: x86: hyper-v: Drop redundant 'ex' parameter from kvm_hv_flush_tlb()
     - KVM: x86: hyper-v: Fix the maximum number of sparse banks for XMM fast TLB
       flush hypercalls
     - KVM: x86: hyper-v: HVCALL_SEND_IPI_EX is an XMM fast hypercall
     - powerpc/kasan: Fix early region not updated correctly
     - powerpc/tm: Fix more userspace r13 corruption
     - powerpc/lib/sstep: Fix 'sthcx' instruction
     - powerpc/lib/sstep: Fix build errors with newer binutils
     - powerpc: Add set_memory_{p/np}() and remove set_memory_attr()
     - powerpc: Fix build errors with newer binutils
     - drm/dp: Fix off-by-one in register cache size
     - drm/i915: Treat SAGV block time 0 as SAGV disabled
     - drm/i915: Fix PSF GV point mask when SAGV is not possible
     - drm/i915: Reject unsupported TMDS rates on ICL+
     - scsi: qla2xxx: Refactor asynchronous command initialization
     - scsi: qla2xxx: Implement ref count for SRB
     - scsi: qla2xxx: Fix stuck session in gpdb
     - scsi: qla2xxx: Fix warning message due to adisc being flushed
     - scsi: qla2xxx: Fix scheduling while atomic
     - scsi: qla2xxx: Fix premature hw access after PCI error
     - scsi: qla2xxx: Fix wrong FDMI data for 64G adapter
     - scsi: qla2xxx: Fix warning for missing error code
     - scsi: qla2xxx: Fix device reconnect in loop topology
     - scsi: qla2xxx: edif: Fix clang warning
     - scsi: qla2xxx: Fix T10 PI tag escape and IP guard options for 28XX adapters
     - scsi: qla2xxx: Add devids and conditionals for 28xx
     - scsi: qla2xxx: Check for firmware dump already collected
     - scsi: qla2xxx: Suppress a kernel complaint in qla_create_qpair()
     - scsi: qla2xxx: Fix disk failure to rediscover
     - scsi: qla2xxx: Fix incorrect reporting of task management failure
     - scsi: qla2xxx: Fix hang due to session stuck
     - scsi: qla2xxx: Fix laggy FC remote port session recovery
     - scsi: qla2xxx: Fix missed DMA unmap for NVMe ls requests
     - scsi: qla2xxx: Fix crash during module load unload test
     - scsi: qla2xxx: Fix N2N inconsistent PLOGI
     - scsi: qla2xxx: Fix stuck session of PRLI reject
     - scsi: qla2xxx: Reduce false trigger to login
     - scsi: qla2xxx: Use correct feature type field during RFF_ID processing
     - platform: chrome: Split trace include file
     - MIPS: crypto: Fix CRC32 code
     - KVM: x86: Check lapic_in_kernel() before attempting to set a SynIC irq
     - KVM: x86: Avoid theoretical NULL pointer dereference in
       kvm_irq_delivery_to_apic_fast()
     - KVM: x86: Forbid VMM to set SYNIC/STIMER MSRs when SynIC wasn't activated
     - KVM: x86/mmu: do compare-and-exchange of gPTE via the user address
     - KVM: Prevent module exit until all VMs are freed
     - KVM: x86: fix sending PV IPI
     - KVM: SVM: fix panic on out-of-bounds guest IRQ
     - KVM: avoid double put_page with gfn-to-pfn cache
     - ubifs: rename_whiteout: Fix double free for whiteout_ui->data
     - ubifs: Fix deadlock in concurrent rename whiteout and inode writeback
     - ubifs: Add missing iput if do_tmpfile() failed in rename whiteout
     - ubifs: Rename whiteout atomically
     - ubifs: Fix 'ui->dirty' race between do_tmpfile() and writeback work
     - ubifs: Rectify space amount budget for mkdir/tmpfile operations
     - ubifs: setflags: Make dirtied_ino_d 8 bytes aligned
     - ubifs: Fix read out-of-bounds in ubifs_wbuf_write_nolock()
     - ubifs: Fix to add refcount once page is set private
     - ubifs: rename_whiteout: correct old_dir size computing
     - nvme: allow duplicate NSIDs for private namespaces
     - nvme: fix the read-only state for zoned namespaces with unsupposed features
     - wireguard: queueing: use CFI-safe ptr_ring cleanup function
     - wireguard: socket: free skb in send6 when ipv6 is disabled
     - wireguard: socket: ignore v6 endpoints when ipv6 is disabled
     - XArray: Fix xas_create_range() when multi-order entry present
     - can: mcba_usb: mcba_usb_start_xmit(): fix double dev_kfree_skb in error path
     - can: mcba_usb: properly check endpoint type
     - can: mcp251xfd: mcp251xfd_register_get_dev_id(): fix return of error value
     - XArray: Include bitmap.h from xarray.h
     - XArray: Update the LRU list in xas_split()
     - modpost: restore the warning message for missing symbol versions
     - rtc: gamecube: Fix refcount leak in gamecube_rtc_read_offset_from_sram
     - rtc: check if __rtc_read_time was successful
     - loop: fix ioctl calls using compat_loop_info
     - gfs2: gfs2_setattr_size error path fix
     - gfs2: Fix gfs2_file_buffered_write endless loop workaround
     - gfs2: Make sure FITRIM minlen is rounded up to fs block size
     - net: hns3: fix the concurrency between functions reading debugfs
     - net: hns3: fix software vlan talbe of vlan 0 inconsistent with hardware
     - rxrpc: fix some null-ptr-deref bugs in server_key.c
     - rxrpc: Fix call timer start racing with call destruction
     - mailbox: imx: fix wakeup failure from freeze mode
     - crypto: x86/poly1305 - Fixup SLS
     - crypto: arm/aes-neonbs-cbc - Select generic cbc and aes
     - watch_queue: Free the page array when watch_queue is dismantled
     - pinctrl: pinconf-generic: Print arguments for bias-pull-*
     - watchdog: rti-wdt: Add missing pm_runtime_disable() in probe function
     - net: sparx5: uses, depends on BRIDGE or !BRIDGE
     - pinctrl: nuvoton: npcm7xx: Rename DS() macro to DSTR()
     - pinctrl: nuvoton: npcm7xx: Use %zu printk format for ARRAY_SIZE()
     - ASoC: rockchip: i2s_tdm: Fixup config for SND_SOC_DAIFMT_DSP_A/B
     - ASoC: mediatek: mt6358: add missing EXPORT_SYMBOLs
     - ubi: Fix race condition between ctrl_cdev_ioctl and ubi_cdev_ioctl
     - ARM: iop32x: offset IRQ numbers by 1
     - block: Fix the maximum minor value is blk_alloc_ext_minor()
     - block: restore the old set_task_ioprio() behaviour wrt PF_EXITING
     - Revert "virtio-pci: harden INTX interrupts"
     - Revert "virtio_pci: harden MSI-X interrupts"
     - virtio: use virtio_device_ready() in virtio_device_restore()
     - io_uring: remove poll entry from list when canceling all
     - io_uring: bump poll refs to full 31-bits
     - io_uring: fix memory leak of uid in files registration
     - riscv module: remove (NOLOAD)
     - ACPI: CPPC: Avoid out of bounds access when parsing _CPC data
     - vhost: handle error while adding split ranges to iotlb
     - spi: Fix Tegra QSPI example
     - platform/chrome: cros_ec_typec: Check for EC device
     - platform/x86: asus-wmi: Fix regression when probing for fan curve control
     - can: isotp: restore accidentally removed MSG_PEEK feature
     - proc: bootconfig: Add null pointer check
     - x86/fpu/xstate: Fix the ARCH_REQ_XCOMP_PERM implementation
     - x86/sev: Unroll string mmio with CC_ATTR_GUEST_UNROLL_STRING_IO
     - drm/connector: Fix typo in documentation
     - scsi: qla2xxx: Add qla2x00_async_done() for async routines
     - staging: mt7621-dts: fix pinctrl-0 items to be size-1 items on ethernet
     - docs: fix 'make htmldocs' warning in SCTP.rst
     - arm64: mm: Drop 'const' from conditional arm64_dma_phys_limit definition
     - ASoC: soc-compress: Change the check for codec_dai
     - KVM: x86: SVM: fix avic spec based definitions again
     - ax25: fix UAF bug in ax25_send_control()
     - Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""
     - tracing: Have type enum modifications copy the strings
     - mips: Enable KCSAN - take 2
     - net: add skb_set_end_offset() helper
     - mm/mmap: return 1 from stack_guard_gap __setup() handler
     - ARM: 9187/1: JIVE: fix return value of __setup handler
     - mm/memcontrol: return 1 from cgroup.memory __setup() handler
     - mm/usercopy: return 1 from hardened_usercopy __setup() handler
     - af_unix: Support POLLPRI for OOB.
     - libbpf: Define BTF_KIND_* constants in btf.h to avoid compilation errors
     - bpf: Adjust BPF stack helper functions to accommodate skip > 0
     - bpf: Fix comment for helper bpf_current_task_under_cgroup()
     - nbd: fix possible overflow on 'first_minor' in nbd_dev_add()
     - mmc: rtsx: Use pm_runtime_{get,put}() to handle runtime PM
     - dt-bindings: mtd: nand-controller: Fix the reg property description
     - dt-bindings: mtd: nand-controller: Fix a comment in the examples
     - dt-bindings: spi: mxic: The interrupt property is not mandatory
     - media: dt-binding: media: hynix,hi846: use $defs/port-base port description
     - media: dt-bindings: media: hynix,hi846: add link-frequencies description
     - dt-bindings: memory: mtk-smi: Rename clock to clocks
     - dt-bindings: memory: mtk-smi: No need mediatek,larb-id for mt8167
     - dt-bindings: memory: mtk-smi: Correct minItems to 2 for the gals clocks
     - dt-bindings: pinctrl: mt8195: fix bias-pull-{up,down} checks
     - dt-bindings: pinctrl: pinctrl-microchip-sgpio: Fix example
     - ubi: fastmap: Return error code if memory allocation fails in add_aeb()
     - net: preserve skb_end_offset() in skb_unclone_keeptruesize()
     - ASoC: SOF: Intel: Fix build error without SND_SOC_SOF_PCI_DEV
     - ASoC: topology: Allow TLV control to be either read or write
     - perf vendor events: Update metrics for SkyLake Server
     - media: ov6650: Add try support to selection API operations
     - media: ov6650: Fix crop rectangle affected by set format
     - pinctrl: canonical rsel resistance selection property
     - spi: mediatek: support tick_delay without enhance_timing
     - ARM: dts: spear1340: Update serial node properties
     - ARM: dts: spear13xx: Update SPI dma properties
     - arm64: dts: ls1043a: Update i2c dma properties
     - arm64: dts: ls1046a: Update i2c node dma properties
     - um: Fix uml_mconsole stop/go
     - docs: sysctl/kernel: add missing bit to panic_print
     - xsk: Do not write NULL in SW ring at allocation failure
     - ice: xsk: Fix indexing in ice_tx_xsk_pool()
     - vdpa/mlx5: Avoid processing works if workqueue was destroyed
     - openvswitch: Fixed nd target mask field in the flow dump.
     - torture: Make torture.sh help message match reality
     - n64cart: convert bi_disk to bi_bdev->bd_disk fix build
     - Revert "nbd: fix possible overflow on 'first_minor' in nbd_dev_add()"
     - mmc: rtsx: Let MMC core handle runtime PM
     - mmc: rtsx: Fix build errors/warnings for unused variable
     - coredump: Snapshot the vmas in do_coredump
     - coredump: Remove the WARN_ON in dump_vma_snapshot
     - coredump/elf: Pass coredump_params into fill_note_info
     - coredump: Use the vma snapshot in fill_files_note
     - Linux 5.17.2
 
   * Jammy update: v5.17.1 upstream stable release (LP: #1968982)
     - tpm: Fix error handling in async work
     - Bluetooth: btusb: Add another Realtek 8761BU
     - llc: fix netdevice reference leaks in llc_ui_bind()
     - ASoC: sti: Fix deadlock via snd_pcm_stop_xrun() call
     - ALSA: oss: Fix PCM OSS buffer allocation overflow
     - ALSA: usb-audio: add mapping for new Corsair Virtuoso SE
     - ALSA: hda/realtek: Add quirk for Clevo NP70PNJ
     - ALSA: hda/realtek: Add quirk for Clevo NP50PNJ
     - ALSA: hda/realtek - Fix headset mic problem for a HP machine with alc671
     - ALSA: hda/realtek: Add quirk for ASUS GA402
     - ALSA: pcm: Fix races among concurrent hw_params and hw_free calls
     - ALSA: pcm: Fix races among concurrent read/write and buffer changes
     - ALSA: pcm: Fix races among concurrent prepare and hw_params/hw_free calls
     - ALSA: pcm: Fix races among concurrent prealloc proc writes
     - ALSA: pcm: Add stream lock during PCM reset ioctl operations
     - ALSA: usb-audio: Add mute TLV for playback volumes on RODE NT-USB
     - ALSA: cmipci: Restore aux vol on suspend/resume
     - ALSA: pci: fix reading of swapped values from pcmreg in AC97 codec
     - drivers: net: xgene: Fix regression in CRC stripping
     - netfilter: nf_tables: initialize registers in nft_do_chain()
     - netfilter: nf_tables: validate registers coming from userspace.
     - ACPI / x86: Work around broken XSDT on Advantech DAC-BJ01 board
     - ACPI: battery: Add device HID and quirk for Microsoft Surface Go 3
     - ACPI: video: Force backlight native for Clevo NL5xRU and NL5xNU
     - crypto: qat - disable registration of algorithms
     - Bluetooth: btusb: Add one more Bluetooth part for the Realtek RTL8852AE
     - Bluetooth: hci_sync: Add a new quirk to skip HCI_FLT_CLEAR_ALL
     - Bluetooth: btusb: Use quirk to skip HCI_FLT_CLEAR_ALL on fake CSR
       controllers
     - Revert "ath: add support for special 0x0 regulatory domain"
     - drm/virtio: Ensure that objs is not NULL in virtio_gpu_array_put_free()
     - jbd2: fix use-after-free of transaction_t race
     - rcu: Don't deboost before reporting expedited quiescent state
     - uaccess: fix integer overflow on access_ok()
     - mac80211: fix potential double free on mesh join
     - tpm: fix reference counting for struct tpm_chip
     - tpm: use try_get_ops() in tpm-space.c
     - wcn36xx: Differentiate wcn3660 from wcn3620
     - m68k: fix access_ok for coldfire
     - nds32: fix access_ok() checks in get/put_user
     - drm/msm/gpu: Fix crash on devices without devfreq support (v2)
     - llc: only change llc->dev when bind() succeeds
     - Linux 5.17.1
 
   * Miscellaneous Ubuntu changes
     - SAUCE: shiftfs: always rely on init_user_ns
     - [Config] update configs and annotations after stable updates
     - SAUCE: sfc: The size of the RX recycle ring should be more flexible
     - [Packaging] remove references to lowlatency flavor

linux-unstable (5.17.0-6.6) jammy; urgency=medium

   * jammy/linux-unstable: 5.17.0-6.6 -proposed tracker (LP: #1965731)
 
   * dependency on crda obsolete according to Debian (LP: #1958918)
     - [Packaging] switch dependency from crda to wireless-regdb
 
   * Miscellaneous Ubuntu changes
     - [Config] disable CONFIG_SYSFB_SIMPLEFB on amd64
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.17

linux-unstable (5.17.0-5.5) jammy; urgency=medium

   * jammy/linux-unstable: 5.17.0-5.5 -proposed tracker (LP: #1964766)
 
   * Packaging resync (LP: #1786013)
     - [Packaging] resync dkms-build{,--nvidia-N} from LRMv5
 
   * Miscellaneous Ubuntu changes
     - [Config] update configs and annotations after rebase to v5.17-rc8
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.17-rc8

linux-unstable (5.17.0-4.4) jammy; urgency=medium

   * jammy/linux-unstable: 5.17.0-4.4 -proposed tracker (LP: #1963880)
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.17-rc7

linux-unstable (5.17.0-3.3) jammy; urgency=medium

   * jammy/linux-unstable: 5.17.0-3.3 -proposed tracker (LP: #1962450)
 
   * 5.15 stuck at boot on c4.large (LP: #1956780)
     - Revert "PCI/MSI: Mask MSI-X vectors only on success"
 
   * [22.04 FEAT] KVM: Enable storage key checking for intercepted instruction
     handled by userspace (LP: #1933179)
     - s390/uaccess: Add copy_from/to_user_key functions
     - KVM: s390: Honor storage keys when accessing guest memory
     - KVM: s390: handle_tprot: Honor storage keys
     - KVM: s390: Add optional storage key checking to MEMOP IOCTL
     - KVM: s390: Add vm IOCTL for key checked guest absolute memory access
     - KVM: s390: Rename existing vcpu memop functions
     - KVM: s390: Update api documentation for memop ioctl
     - KVM: s390: Clarify key argument for MEM_OP in api docs
     - KVM: s390: Add missing vm MEM_OP size check
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.17-rc6

linux-unstable (5.17.0-2.2) jammy; urgency=medium

   * jammy/linux-unstable: 5.17.0-2.2 -proposed tracker (LP: #1962137)
 
   * CVE-2022-25636
     - netfilter: nf_tables_offload: incorrect flow offload action array size
 
   * Packaging resync (LP: #1786013)
     - [Packaging] resync getabis
     - [Packaging] update Ubuntu.md
     - debian/dkms-versions -- update from kernel-versions (main/master)
 
   * Jammy update: v5.15.22 upstream stable release (LP: #1960516)
     - Revert "ASoC: mediatek: Check for error clk pointer"
     - [Config] disable FRAMEBUFFER_CONSOLE_LEGACY_ACCELERATION
 
   * Jammy update: v5.15.20 upstream stable release (LP: #1960509)
     - Revert "UBUNTU: SAUCE: Revert "e1000e: Additional PHY power saving in S0ix""
 
   * Jammy update: v5.15.19 upstream stable release (LP: #1959879)
     - drm/etnaviv: relax submit size limits
 
   * Jammy update: v5.15.17 upstream stable release (LP: #1959376)
     - net: dsa: hellcreek: Allow PTP P2P measurements on blocked ports
     - rtw88: add quirk to disable pci caps on HP 250 G7 Notebook PC
     - ASoC: mediatek: Check for error clk pointer
     - regulator: da9121: Prevent current limit change when enabled
     - ath9k: Fix out-of-bound memcpy in ath9k_hif_usb_rx_stream
     - drm/etnaviv: limit submit sizes
     - Bluetooth: hci_sync: Fix not setting adv set duration
     - net: axienet: Wait for PhyRstCmplt after core reset
 
   * rtw88_8821ce causes freeze (LP: #1927808) // Jammy update: v5.15.17 upstream
     stable release (LP: #1959376)
     - rtw88: Disable PCIe ASPM while doing NAPI poll on 8821CE
 
   * Jammy update: v5.15.15 upstream stable release (LP: #1958418)
     - Bluetooth: btusb: Add support for Foxconn MT7922A
     - Bluetooth: btbcm: disable read tx power for MacBook Air 8,1 and 8,2
     - platform/x86/intel: hid: add quirk to support Surface Go 3
 
   * Support USB4 DP alt mode for AMD Yellow Carp graphics card (LP: #1953008)
     - SAUCE: drm/amd/display: Fixup previous PSR policy commit
 
   * alsa/sdw: add sdw audio machine driver for several ADL machines
     (LP: #1951563)
     - ASoC: Intel: sof_sdw: Add support for SKU 0B11 product
     - ASoC: Intel: sof_sdw: Add support for SKU 0B13 product
     - ASoC: Intel: sof_sdw: Add support for SKU 0B29 product
     - ASoC: Intel: sof_sdw: Add support for SKU 0B12 product
 
   * Improve performance and idle power consumption (LP: #1941893)
     - x86: ACPI: cstate: Optimize C3 entry on AMD CPUs
 
   * Fix spurious wakeup caused by Intel 7560 WWAN (LP: #1956443)
     - net: wwan: iosm: Keep device at D0 for s2idle case
 
   * Jammy update: v5.15.13 upstream stable release (LP: #1956926)
     - scsi: lpfc: Terminate string in lpfc_debugfs_nvmeio_trc_write()
     - net/mlx5: Fix tc max supported prio for nic mode
 
   * Miscellaneous Ubuntu changes
     - [Packaging] Update dependency of pahole / dwarves
     - [packaging] unhook lowlatency flavours from the build
     - [Packaging] use default zstd compression
     - [Packaging] do not use compression for image packages
     - [Packaging] use xz compression for ddebs
     - SAUCE: Makefile: Remove inclusion of lbm header files
     - SAUCE: Makefile: Fix compiler warnings
     - [Config] drop unused lowlatency configs
     - [Config] update configs and annotations after rebase to v5.17-rc5
 
   * Miscellaneous upstream changes
     - Revert "rtw88: Disable PCIe ASPM while doing NAPI poll on 8821CE"
     - MAINTAINERS: Add scripts/pahole-flags.sh to BPF section
     - kbuild: Add CONFIG_PAHOLE_VERSION
     - lib/Kconfig.debug: Use CONFIG_PAHOLE_VERSION
     - lib/Kconfig.debug: Allow BTF + DWARF5 with pahole 1.21+
     - Revert "UBUNTU: [Packaging] temporarily disable zfs"

linux-unstable (5.17.0-1.1) jammy; urgency=medium

   * Rebase to 5.17-rc1

linux-unstable (5.17.0-0.0) jammy; urgency=medium

   * Empty entry

linux (5.15.0-18.18) jammy; urgency=medium

   * jammy/linux: 5.15.0-18.18 -proposed tracker (LP: #1958638)
 
   * CVE-2021-4155
     - xfs: map unwritten blocks in XFS_IOC_{ALLOC, FREE}SP just like fallocate
 
   * CVE-2022-0185
     - SAUCE: vfs: test that one given mount param is not larger than PAGE_SIZE
 
   * [UBUNTU 20.04] KVM hardware diagnose data improvements for guest kernel -
     kernel part (LP: #1953334)
     - KVM: s390: add debug statement for diag 318 CPNC data
 
   * OOB write on BPF_RINGBUF (LP: #1956585)
     - SAUCE: bpf: prevent helper argument PTR_TO_ALLOC_MEM to have offset other
       than 0
 
   * Miscellaneous Ubuntu changes
     - [Config] re-enable shiftfs
     - [SAUCE] shiftfs: support kernel 5.15
     - [Config] update toolchain versions
 
   * Miscellaneous upstream changes
     - vfs: fs_context: fix up param length parsing in legacy_parse_param

linux (5.15.0-17.17) jammy; urgency=medium

   * jammy/linux: 5.15.0-17.17 -proposed tracker (LP: #1957809)

linux (5.15.0-16.16) jammy; urgency=medium

   * jammy/linux: 5.15.0-16.16 -proposed tracker (LP: #1956820)
 
   * Packaging resync (LP: #1786013)
     - debian/dkms-versions -- update from kernel-versions (main/master)
 
   * 5.15 stuck at boot on c4.large (LP: #1956780)
     - Revert "PCI/MSI: Mask MSI-X vectors only on success"
 
   * Miscellaneous upstream changes
     - Revert "UBUNTU: [Packaging] temporarily disable signed v4l2loopback"

linux (5.15.0-15.15) jammy; urgency=medium

   * jammy/linux: 5.15.0-15.15 -proposed tracker (LP: #1956314)
 
   * Packaging resync (LP: #1786013)
     - update dkms package versions
     - debian/dkms-versions -- update from kernel-versions (main/master)
 
   * rtw88_8821ce causes freeze (LP: #1927808)
     - rtw88: Disable PCIe ASPM while doing NAPI poll on 8821CE
 
   * alsa/sdw: fix the  audio sdw codec parsing logic in the acpi table
     (LP: #1955686)
     - ALSA: hda: intel-sdw-acpi: go through HDAS ACPI at max depth of 2
     - ALSA: hda: intel-sdw-acpi: harden detection of controller
 
   * Got black screen when resume from s2idle with AMD dGPU (LP: #1955790)
     - SAUCE: drm/amdgpu: put SMU into proper state on runpm suspending for BOCO
       capable platform
     - SAUCE: drm/amdgpu: always reset the asic in suspend (v2)
 
   *  Fix USB3 detection on HP dock (LP: #1955443)
     - usb: hub: Add delay for SuperSpeed hub resume to let links transit to U0
 
   * support signed v4l2loopback dkms build (LP: #1938531)
     - enable v4l2loopback builds on amd64 kernels
     - support v4l2loopback dkms build
 
   * Jammy update: v5.15.12 upstream stable release (LP: #1956305)
     - arm64: vdso32: require CROSS_COMPILE_COMPAT for gcc+bfd
     - net: usb: lan78xx: add Allied Telesis AT29M2-AF
     - ext4: prevent partial update of the extent blocks
     - ext4: check for out-of-order index extents in ext4_valid_extent_entries()
     - ext4: check for inconsistent extents between index and leaf block
     - selftests: KVM: Fix non-x86 compiling
     - HID: holtek: fix mouse probing
     - HID: potential dereference of null pointer
     - NFSD: Fix READDIR buffer overflow
     - PM: sleep: Fix error handling in dpm_prepare()
     - arm64: dts: allwinner: orangepi-zero-plus: fix PHY mode
     - bus: sunxi-rsb: Fix shutdown
     - spi: change clk_disable_unprepare to clk_unprepare
     - ucounts: Fix rlimit max values check
     - drm/mediatek: hdmi: Perform NULL pointer check for mtk_hdmi_conf
     - ASoC: meson: aiu: fifo: Add missing dma_coerce_mask_and_coherent()
     - RDMA/hns: Fix RNR retransmission issue for HIP08
     - IB/qib: Fix memory leak in qib_user_sdma_queue_pkts()
     - RDMA/hns: Replace kfree() with kvfree()
     - netfilter: nf_tables: fix use-after-free in nft_set_catchall_destroy()
     - netfilter: fix regression in looped (broad|multi)cast's MAC handling
     - ARM: dts: imx6qdl-wandboard: Fix Ethernet support
     - ice: Use xdp_buf instead of rx_buf for xsk zero-copy
     - ice: xsk: return xsk buffers back to pool when cleaning the ring
     - net: marvell: prestera: fix incorrect return of port_find
     - net: marvell: prestera: fix incorrect structure access
     - qlcnic: potential dereference null pointer of rx_queue->page_ring
     - tcp: move inet->rx_dst_ifindex to sk->sk_rx_dst_ifindex
     - ipv6: move inet6_sk(sk)->rx_dst_cookie to sk->sk_rx_dst_cookie
     - inet: fully convert sk->sk_rx_dst to RCU rules
     - net: accept UFOv6 packages in virtio_net_hdr_to_skb
     - net: skip virtio_net_hdr_set_proto if protocol already set
     - igb: fix deadlock caused by taking RTNL in RPM resume path
     - ipmi: Fix UAF when uninstall ipmi_si and ipmi_msghandler module
     - gpio: virtio: remove timeout
     - bonding: fix ad_actor_system option setting to default
     - fjes: Check for error irq
     - drivers: net: smc911x: Check for error irq
     - net: ks8851: Check for error irq
     - sfc: Check null pointer of rx_queue->page_ring
     - sfc: falcon: Check null pointer of rx_queue->page_ring
     - asix: fix uninit-value in asix_mdio_read()
     - asix: fix wrong return value in asix_check_host_enable()
     - io_uring: zero iocb->ki_pos for stream file types
     - veth: ensure skb entering GRO are not cloned.
     - net: stmmac: ptp: fix potentially overflowing expression
     - net: bridge: Use array_size() helper in copy_to_user()
     - net: bridge: fix ioctl old_deviceless bridge argument
     - r8152: fix the force speed doesn't work for RTL8156
     - net: stmmac: dwmac-visconti: Fix value of ETHER_CLK_SEL_FREQ_SEL_2P5M
     - pinctrl: bcm2835: Change init order for gpio hogs
     - hwmon: (lm90) Fix usage of CONFIG2 register in detect function
     - hwmon: (lm90) Prevent integer overflow/underflow in hysteresis calculations
     - hwmon: (lm90) Introduce flag indicating extended temperature support
     - hwmon: (lm90) Add basic support for TI TMP461
     - hwmon: (lm90) Drop critical attribute support for MAX6654
     - ARM: 9160/1: NOMMU: Reload __secondary_data after PROCINFO_INITFUNC
     - uapi: Fix undefined __always_inline on non-glibc systems
     - compiler.h: Fix annotation macro misplacement with Clang
     - platform/x86/intel: Remove X86_PLATFORM_DRIVERS_INTEL
     - kernel/crash_core: suppress unknown crashkernel parameter warning
     - Revert "x86/boot: Pull up cmdline preparation and early param parsing"
     - x86/boot: Move EFI range reservation after cmdline parsing
     - ALSA: jack: Check the return value of kstrdup()
     - ALSA: drivers: opl3: Fix incorrect use of vp->state
     - ALSA: rawmidi - fix the uninitalized user_pversion
     - ALSA: hda/hdmi: Disable silent stream on GLK
     - ALSA: hda/realtek: Amp init fixup for HP ZBook 15 G6
     - ALSA: hda/realtek: Add new alc285-hp-amp-init model
     - ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook
     - ALSA: hda/realtek: Fix quirk for Clevo NJ51CU
     - ASoC: meson: aiu: Move AIU_I2S_MISC hold setting to aiu-fifo-i2s
     - ASoC: tegra: Add DAPM switches for headphones and mic jack
     - ASoC: tegra: Restore headphones jack name on Nyan Big
     - Input: atmel_mxt_ts - fix double free in mxt_read_info_block
     - ipmi: bail out if init_srcu_struct fails
     - ipmi: ssif: initialize ssif_info->client early
     - ipmi: fix initialization when workqueue allocation fails
     - parisc: Correct completer in lws start
     - parisc: Fix mask used to select futex spinlock
     - tee: handle lookup of shm with reference count 0
     - x86/pkey: Fix undefined behaviour with PKRU_WD_BIT
     - platform/x86: amd-pmc: only use callbacks for suspend
     - platform/x86: intel_pmc_core: fix memleak on registration failure
     - KVM: x86: Always set kvm_run->if_flag
     - KVM: x86/mmu: Don't advance iterator after restart due to yielding
     - KVM: nVMX: Synthesize TRIPLE_FAULT for L2 if emulation is required
     - KVM: VMX: Always clear vmx->fail on emulation_required
     - KVM: VMX: Wake vCPU when delivering posted IRQ even if vCPU == this vCPU
     - pinctrl: stm32: consider the GPIO offset to expose all the GPIO lines
     - gpio: dln2: Fix interrupts when replugging the device
     - mmc: sdhci-tegra: Fix switch to HS400ES mode
     - mmc: meson-mx-sdhc: Set MANUAL_STOP for multi-block SDIO commands
     - mmc: core: Disable card detect during shutdown
     - mmc: mmci: stm32: clear DLYB_CR after sending tuning command
     - ARM: 9169/1: entry: fix Thumb2 bug in iWMMXt exception handling
     - ksmbd: fix error code in ndr_read_int32()
     - ksmbd: fix uninitialized symbol 'pntsd_size'
     - ksmbd: disable SMB2_GLOBAL_CAP_ENCRYPTION for SMB 3.1.1
     - mac80211: fix locking in ieee80211_start_ap error path
     - mm: mempolicy: fix THP allocations escaping mempolicy restrictions
     - mm, hwpoison: fix condition in free hugetlb page path
     - mm/hwpoison: clear MF_COUNT_INCREASED before retrying get_any_page()
     - mm/damon/dbgfs: protect targets destructions with kdamond_lock
     - tee: optee: Fix incorrect page free bug
     - f2fs: fix to do sanity check on last xattr entry in __f2fs_setxattr()
     - netfs: fix parameter of cleanup()
     - KVM: VMX: Fix stale docs for kvm-intel.emulate_invalid_guest_state
     - arm64: dts: lx2160a: fix scl-gpios property name
     - kfence: fix memory leak when cat kfence objects
     - Input: iqs626a - prohibit inlining of channel parsing functions
     - Input: elants_i2c - do not check Remark ID on eKTH3900/eKTH5312
     - Input: goodix - add id->model mapping for the "9111" model
     - ASoC: tas2770: Fix setting of high sample rates
     - ASoC: SOF: Intel: pci-tgl: add new ADL-P variant
     - ASoC: SOF: Intel: pci-tgl: add ADL-N support
     - ASoC: rt5682: fix the wrong jack type detected
     - pinctrl: mediatek: fix global-out-of-bounds issue
     - hwmom: (lm90) Fix citical alarm status for MAX6680/MAX6681
     - hwmon: (lm90) Do not report 'busy' status bit as alarm
     - r8152: sync ocp base
     - ax25: NPD bug when detaching AX25 device
     - hamradio: defer ax25 kfree after unregister_netdev
     - hamradio: improve the incomplete fix to avoid NPD
     - tun: avoid double free in tun_free_netdev
     - phonet/pep: refuse to enable an unbound pipe
     - Linux 5.15.12
 
   * Thinkpad E14 Gen2: Kernel panic with trackpad and trackpoint enabled
     (LP: #1945590) // Jammy update: v5.15.12 upstream stable release
     (LP: #1956305)
     - Input: elantech - fix stack out of bound access in
       elantech_change_report_id()
 
   * Jammy update: v5.15.11 upstream stable release (LP: #1956302)
     - reset: tegra-bpmp: Revert Handle errors in BPMP response
     - KVM: VMX: clear vmx_x86_ops.sync_pir_to_irr if APICv is disabled
     - KVM: selftests: Make sure kvm_create_max_vcpus test won't hit RLIMIT_NOFILE
     - KVM: downgrade two BUG_ONs to WARN_ON_ONCE
     - x86/kvm: remove unused ack_notifier callbacks
     - KVM: X86: Fix tlb flush for tdp in kvm_invalidate_pcid()
     - mac80211: fix rate control for retransmitted frames
     - mac80211: fix regression in SSN handling of addba tx
     - mac80211: mark TX-during-stop for TX in in_reconfig
     - mac80211: send ADDBA requests using the tid/queue of the aggregation session
     - mac80211: validate extended element ID is present
     - firmware: arm_scpi: Fix string overflow in SCPI genpd driver
     - bpf: Fix kernel address leakage in atomic fetch
     - bpf, selftests: Add test case for atomic fetch on spilled pointer
     - bpf: Fix signed bounds propagation after mov32
     - bpf: Make 32->64 bounds propagation slightly more robust
     - bpf, selftests: Add test case trying to taint map value pointer
     - bpf: Fix kernel address leakage in atomic cmpxchg's r0 aux reg
     - bpf, selftests: Update test case for atomic cmpxchg on r0 with pointer
     - vduse: fix memory corruption in vduse_dev_ioctl()
     - vduse: check that offset is within bounds in get_config()
     - virtio_ring: Fix querying of maximum DMA mapping size for virtio device
     - vdpa: check that offsets are within bounds
     - s390/entry: fix duplicate tracking of irq nesting level
     - recordmcount.pl: look for jgnop instruction as well as bcrl on s390
     - arm64: dts: ten64: remove redundant interrupt declaration for gpio-keys
     - ceph: fix up non-directory creation in SGID directories
     - dm btree remove: fix use after free in rebalance_children()
     - audit: improve robustness of the audit queue handling
     - btrfs: convert latest_bdev type to btrfs_device and rename
     - btrfs: use latest_dev in btrfs_show_devname
     - btrfs: update latest_dev when we create a sprout device
     - btrfs: remove stale comment about the btrfs_show_devname
     - scsi: ufs: core: Retry START_STOP on UNIT_ATTENTION
     - arm64: dts: rockchip: remove mmc-hs400-enhanced-strobe from rk3399-khadas-
       edge
     - arm64: dts: rockchip: fix rk3308-roc-cc vcc-sd supply
     - arm64: dts: rockchip: fix rk3399-leez-p710 vcc3v3-lan supply
     - arm64: dts: rockchip: fix audio-supply for Rock Pi 4
     - arm64: dts: rockchip: fix poweroff on helios64
     - dmaengine: idxd: add halt interrupt support
     - dmaengine: idxd: fix calling wq quiesce inside spinlock
     - mac80211: track only QoS data frames for admission control
     - tee: amdtee: fix an IS_ERR() vs NULL bug
     - ceph: fix duplicate increment of opened_inodes metric
     - ceph: initialize pathlen variable in reconnect_caps_cb
     - ARM: socfpga: dts: fix qspi node compatible
     - arm64: dts: imx8mq: remove interconnect property from lcdif
     - clk: Don't parent clks until the parent is fully registered
     - soc: imx: Register SoC device only on i.MX boards
     - iwlwifi: mvm: don't crash on invalid rate w/o STA
     - virtio: always enter drivers/virtio/
     - virtio/vsock: fix the transport to work with VMADDR_CID_ANY
     - vdpa: Consider device id larger than 31
     - Revert "drm/fb-helper: improve DRM fbdev emulation device names"
     - selftests: net: Correct ping6 expected rc from 2 to 1
     - s390/kexec_file: fix error handling when applying relocations
     - sch_cake: do not call cake_destroy() from cake_init()
     - inet_diag: fix kernel-infoleak for UDP sockets
     - netdevsim: don't overwrite read only ethtool parms
     - selftests: icmp_redirect: pass xfail=0 to log_test()
     - net: hns3: fix use-after-free bug in hclgevf_send_mbx_msg
     - net: hns3: fix race condition in debugfs
     - selftests: Add duplicate config only for MD5 VRF tests
     - selftests: Fix raw socket bind tests with VRF
     - selftests: Fix IPv6 address bind tests
     - dmaengine: idxd: fix missed completion on abort path
     - dmaengine: st_fdma: fix MODULE_ALIAS
     - drm: simpledrm: fix wrong unit with pixel clock
     - net/sched: sch_ets: don't remove idle classes from the round-robin list
     - selftests/net: toeplitz: fix udp option
     - net: dsa: mv88e6xxx: Unforce speed & duplex in mac_link_down()
     - selftest/net/forwarding: declare NETIFS p9 p10
     - mptcp: never allow the PM to close a listener subflow
     - drm/ast: potential dereference of null pointer
     - drm/i915/display: Fix an unsigned subtraction which can never be negative.
     - mac80211: agg-tx: don't schedule_and_wake_txq() under sta->lock
     - cfg80211: Acquire wiphy mutex on regulatory work
     - mac80211: fix lookup when adding AddBA extension element
     - net: stmmac: fix tc flower deletion for VLAN priority Rx steering
     - flow_offload: return EOPNOTSUPP for the unsupported mpls action type
     - rds: memory leak in __rds_conn_create()
     - ice: Use div64_u64 instead of div_u64 in adjfine
     - ice: Don't put stale timestamps in the skb
     - drm/amd/display: Set exit_optimized_pwr_state for DCN31
     - drm/amd/pm: fix a potential gpu_metrics_table memory leak
     - mptcp: remove tcp ulp setsockopt support
     - mptcp: clear 'kern' flag from fallback sockets
     - mptcp: fix deadlock in __mptcp_push_pending()
     - soc/tegra: fuse: Fix bitwise vs. logical OR warning
     - igb: Fix removal of unicast MAC filters of VFs
     - igbvf: fix double free in `igbvf_probe`
     - igc: Fix typo in i225 LTR functions
     - ixgbe: Document how to enable NBASE-T support
     - ixgbe: set X550 MDIO speed before talking to PHY
     - netdevsim: Zero-initialize memory for new map's value in function
       nsim_bpf_map_alloc
     - net/packet: rx_owner_map depends on pg_vec
     - net: stmmac: dwmac-rk: fix oob read in rk_gmac_setup
     - sfc_ef100: potential dereference of null pointer
     - dsa: mv88e6xxx: fix debug print for SPEED_UNFORCED
     - net: Fix double 0x prefix print in SKB dump
     - net/smc: Prevent smc_release() from long blocking
     - net: systemport: Add global locking for descriptor lifecycle
     - sit: do not call ipip6_dev_free() from sit_init_net()
     - afs: Fix mmap
     - arm64: kexec: Fix missing error code 'ret' warning in load_other_segments()
     - bpf: Fix extable fixup offset.
     - bpf, selftests: Fix racing issue in btf_skc_cls_ingress test
     - powerpc/85xx: Fix oops when CONFIG_FSL_PMC=n
     - USB: gadget: bRequestType is a bitfield, not a enum
     - Revert "usb: early: convert to readl_poll_timeout_atomic()"
     - KVM: x86: Drop guest CPUID check for host initiated writes to
       MSR_IA32_PERF_CAPABILITIES
     - tty: n_hdlc: make n_hdlc_tty_wakeup() asynchronous
     - USB: NO_LPM quirk Lenovo USB-C to Ethernet Adapher(RTL8153-04)
     - usb: dwc2: fix STM ID/VBUS detection startup delay in dwc2_driver_probe
     - PCI/MSI: Clear PCI_MSIX_FLAGS_MASKALL on error
     - PCI/MSI: Mask MSI-X vectors only on success
     - usb: xhci-mtk: fix list_del warning when enable list debug
     - usb: xhci: Extend support for runtime power management for AMD's Yellow
       carp.
     - usb: cdnsp: Fix incorrect status for control request
     - usb: cdnsp: Fix incorrect calling of cdnsp_died function
     - usb: cdnsp: Fix issue in cdnsp_log_ep trace event
     - usb: cdnsp: Fix lack of spin_lock_irqsave/spin_lock_restore
     - usb: typec: tcpm: fix tcpm unregister port but leave a pending timer
     - usb: gadget: u_ether: fix race in setting MAC address in setup phase
     - USB: serial: cp210x: fix CP2105 GPIO registration
     - USB: serial: option: add Telit FN990 compositions
     - selinux: fix sleeping function called from invalid context
     - btrfs: fix memory leak in __add_inode_ref()
     - btrfs: fix double free of anon_dev after failure to create subvolume
     - btrfs: check WRITE_ERR when trying to read an extent buffer
     - btrfs: fix missing blkdev_put() call in btrfs_scan_one_device()
     - zonefs: add MODULE_ALIAS_FS
     - iocost: Fix divide-by-zero on donation from low hweight cgroup
     - serial: 8250_fintek: Fix garbled text for console
     - timekeeping: Really make sure wall_to_monotonic isn't positive
     - cifs: sanitize multiple delimiters in prepath
     - locking/rtmutex: Fix incorrect condition in rtmutex_spin_on_owner()
     - riscv: dts: unleashed: Add gpio card detect to mmc-spi-slot
     - riscv: dts: unmatched: Add gpio card detect to mmc-spi-slot
     - perf inject: Fix segfault due to close without open
     - perf inject: Fix segfault due to perf_data__fd() without open
     - libata: if T_LENGTH is zero, dma direction should be DMA_NONE
     - powerpc/module_64: Fix livepatching for RO modules
     - drm/amdgpu: correct register access for RLC_JUMP_TABLE_RESTORE
     - drm/amdgpu: don't override default ECO_BITs setting
     - drm/amd/pm: fix reading SMU FW version from amdgpu_firmware_info on YC
     - Revert "can: m_can: remove support for custom bit timing"
     - can: m_can: make custom bittiming fields const
     - can: m_can: pci: use custom bit timings for Elkhart Lake
     - ARM: dts: imx6ull-pinfunc: Fix CSI_DATA07__ESAI_TX0 pad name
     - xsk: Do not sleep in poll() when need_wakeup set
     - mptcp: add missing documented NL params
     - bpf, x64: Factor out emission of REX byte in more cases
     - bpf: Fix extable address check.
     - USB: core: Make do_proc_control() and do_proc_bulk() killable
     - media: mxl111sf: change mutex_init() location
     - fuse: annotate lock in fuse_reverse_inval_entry()
     - ovl: fix warning in ovl_create_real()
     - scsi: scsi_debug: Don't call kcalloc() if size arg is zero
     - scsi: scsi_debug: Fix type in min_t to avoid stack OOB
     - scsi: scsi_debug: Sanity check block descriptor length in resp_mode_select()
     - io-wq: remove spurious bit clear on task_work addition
     - io-wq: check for wq exit after adding new worker task_work
     - rcu: Mark accesses to rcu_state.n_force_qs
     - io-wq: drop wqe lock before creating new worker
     - bus: ti-sysc: Fix variable set but not used warning for reinit_modules
     - selftests/damon: test debugfs file reads/writes with huge count
     - Revert "xsk: Do not sleep in poll() when need_wakeup set"
     - xen/blkfront: harden blkfront against event channel storms
     - xen/netfront: harden netfront against event channel storms
     - xen/console: harden hvc_xen against event channel storms
     - xen/netback: fix rx queue stall detection
     - xen/netback: don't queue unlimited number of packages
     - Linux 5.15.11
 
   * Jammy update: v5.15.10 upstream stable release (LP: #1956301)
     - nfc: fix segfault in nfc_genl_dump_devices_done
     - hwmon: (corsair-psu) fix plain integer used as NULL pointer
     - RDMA: Fix use-after-free in rxe_queue_cleanup
     - RDMA/mlx5: Fix releasing unallocated memory in dereg MR flow
     - mtd: rawnand: Fix nand_erase_op delay
     - mtd: rawnand: Fix nand_choose_best_timings() on unsupported interface
     - inet: use #ifdef CONFIG_SOCK_RX_QUEUE_MAPPING consistently
     - dt-bindings: media: nxp,imx7-mipi-csi2: Drop bad if/then schema
     - clk: qcom: sm6125-gcc: Swap ops of ice and apps on sdcc1
     - perf bpf_skel: Do not use typedef to avoid error on old clang
     - netfs: Fix lockdep warning from taking sb_writers whilst holding mmap_lock
     - RDMA/irdma: Fix a user-after-free in add_pble_prm
     - RDMA/irdma: Fix a potential memory allocation issue in
       'irdma_prm_add_pble_mem()'
     - RDMA/irdma: Report correct WC errors
     - RDMA/irdma: Don't arm the CQ more than two times if no CE for this CQ
     - ice: fix FDIR init missing when reset VF
     - vmxnet3: fix minimum vectors alloc issue
     - i2c: virtio: fix completion handling
     - drm/msm: Fix null ptr access msm_ioctl_gem_submit()
     - drm/msm/a6xx: Fix uinitialized use of gpu_scid
     - drm/msm/dsi: set default num_data_lanes
     - drm/msm/dp: Avoid unpowered AUX xfers that caused crashes
     - KVM: arm64: Save PSTATE early on exit
     - s390/test_unwind: use raw opcode instead of invalid instruction
     - Revert "tty: serial: fsl_lpuart: drop earlycon entry for i.MX8QXP"
     - net/mlx4_en: Update reported link modes for 1/10G
     - loop: Use pr_warn_once() for loop_control_remove() warning
     - ALSA: hda: Add Intel DG2 PCI ID and HDMI codec vid
     - ALSA: hda/hdmi: fix HDA codec entry table order for ADL-P
     - parisc/agp: Annotate parisc agp init functions with __init
     - i2c: rk3x: Handle a spurious start completion interrupt flag
     - net: netlink: af_netlink: Prevent empty skb by adding a check on len.
     - drm/amdgpu: cancel the correct hrtimer on exit
     - drm/amdgpu: check atomic flag to differeniate with legacy path
     - drm/amd/display: Fix for the no Audio bug with Tiled Displays
     - drm/amdkfd: fix double free mem structure
     - drm/amd/display: add connector type check for CRC source set
     - drm/amdkfd: process_info lock not needed for svm
     - tracing: Fix a kmemleak false positive in tracing_map
     - staging: most: dim2: use device release method
     - fuse: make sure reclaim doesn't write the inode
     - perf inject: Fix itrace space allowed for new attributes
     - Linux 5.15.10
 
   * Jammy update: v5.15.9 upstream stable release (LP: #1955161)
     - netfilter: selftest: conntrack_vrf.sh: fix file permission
     - Linux 5.15.9
 
   * [SRU][I/J/OEM-5.13/OEM-5.14] Fix pci port lost when hotplug dock
     (LP: #1954646)
     - PCI: Re-enable Downstream Port LTR after reset or hotplug
 
   * Add support for NVIDIA EC backlight (LP: #1953286)
     - platform/x86: Add driver for ACPI WMAA EC-based backlight control
     - platform/x86: Remove "WMAA" from identifier names in wmaa-backlight-wmi.c
     - platform/x86: Rename wmaa-backlight-wmi to nvidia-wmi-ec-backlight
     - [Config] NVIDIA_WMI_EC_BACKLIGHT=m
 
   * Improve USB Type-C support (LP: #1950974)
     - usb: typec: ucsi: Always cancel the command if PPM reports BUSY condition
     - usb: typec: ucsi: Don't stop alt mode registration on busy condition
     - usb: typec: ucsi: Add polling mechanism for partner tasks like alt mode
       checking
     - usb: typec: ucsi: acpi: Reduce the command completion timeout
     - usb: typec: ucsi: Check the partner alt modes always if there is PD contract
     - usb: typec: ucsi: Read the PDOs in separate work
     - usb: typec: ucsi: Better fix for missing unplug events issue
 
   *  Fix power button wakeup with shared IRQs on AMD platforms (LP: #1953540)
     - pinctrl: amd: Fix wakeups when IRQ is shared with SCI
 
   * AMD: Suspend not working when some cores are disabled through cpufreq
     (LP: #1954930)
     - ACPI: processor idle: Allow playing dead in C3 state
 
   * Jammy update: v5.15.8 upstream stable release (LP: #1954931)
     - Revert "UBUNTU: SAUCE: selftests: fib_tests: assign address to dummy1 for
       rp_filter tests"
     - usb: gadget: uvc: fix multiple opens
     - HID: quirks: Add quirk for the Microsoft Surface 3 type-cover
     - HID: google: add eel USB id
     - HID: intel-ish-hid: ipc: only enable IRQ wakeup when requested
     - HID: add hid_is_usb() function to make it simpler for USB detection
     - HID: add USB_HID dependancy to hid-prodikeys
     - HID: add USB_HID dependancy to hid-chicony
     - HID: add USB_HID dependancy on some USB HID drivers
     - HID: bigbenff: prevent null pointer dereference
     - HID: wacom: fix problems when device is not a valid USB device
     - HID: check for valid USB device for many HID drivers
     - mtd: dataflash: Add device-tree SPI IDs
     - mmc: spi: Add device-tree SPI IDs
     - HID: sony: fix error path in probe
     - HID: Ignore battery for Elan touchscreen on Asus UX550VE
     - platform/x86/intel: hid: add quirk to support Surface Go 3
     - nft_set_pipapo: Fix bucket load in AVX2 lookup routine for six 8-bit groups
     - IB/hfi1: Insure use of smp_processor_id() is preempt disabled
     - IB/hfi1: Fix early init panic
     - IB/hfi1: Fix leak of rcvhdrtail_dummy_kvaddr
     - can: kvaser_usb: get CAN clock frequency from device
     - can: kvaser_pciefd: kvaser_pciefd_rx_error_frame(): increase correct
       stats->{rx,tx}_errors counter
     - can: sja1000: fix use after free in ems_pcmcia_add_card()
     - can: pch_can: pch_can_rx_normal: fix use after free
     - can: m_can: m_can_read_fifo: fix memory leak in error branch
     - can: m_can: pci: fix incorrect reference clock rate
     - can: m_can: pci: fix iomap_read_fifo() and iomap_write_fifo()
     - can: m_can: Disable and ignore ELO interrupt
     - net: dsa: mv88e6xxx: fix "don't use PHY_DETECT on internal PHY's"
     - net: dsa: mv88e6xxx: allow use of PHYs on CPU and DSA ports
     - x86/sme: Explicitly map new EFI memmap table as encrypted
     - platform/x86: amd-pmc: Fix s2idle failures on certain AMD laptops
     - nfc: fix potential NULL pointer deref in nfc_genl_dump_ses_done
     - selftests: netfilter: add a vrf+conntrack testcase
     - vrf: don't run conntrack on vrf with !dflt qdisc
     - bpf, x86: Fix "no previous prototype" warning
     - bpf, sockmap: Attach map progs to psock early for feature probes
     - bpf: Make sure bpf_disable_instrumentation() is safe vs preemption.
     - bpf: Fix the off-by-two error in range markings
     - ice: ignore dropped packets during init
     - ethtool: do not perform operations on net devices being unregistered
     - bonding: make tx_rebalance_counter an atomic
     - nfp: Fix memory leak in nfp_cpp_area_cache_add()
     - udp: using datalen to cap max gso segments
     - netfilter: nft_exthdr: break evaluation if setting TCP option fails
     - netfilter: conntrack: annotate data-races around ct->timeout
     - iavf: restore MSI state on reset
     - iavf: Fix reporting when setting descriptor count
     - IB/hfi1: Correct guard on eager buffer deallocation
     - devlink: fix netns refcount leak in devlink_nl_cmd_reload()
     - net: bcm4908: Handle dma_set_coherent_mask error codes
     - net: dsa: mv88e6xxx: error handling for serdes_power functions
     - net: dsa: felix: Fix memory leak in felix_setup_mmio_filtering
     - net/sched: fq_pie: prevent dismantle issue
     - net: mvpp2: fix XDP rx queues registering
     - KVM: x86: Don't WARN if userspace mucks with RCX during string I/O exit
     - KVM: x86: Ignore sparse banks size for an "all CPUs", non-sparse IPI req
     - KVM: x86: Wait for IPIs to be delivered when handling Hyper-V TLB flush
       hypercall
     - timers: implement usleep_idle_range()
     - mm/damon/core: fix fake load reports due to uninterruptible sleeps
     - mm/slub: fix endianness bug for alloc/free_traces attributes
     - mm: bdi: initialize bdi_min_ratio when bdi is unregistered
     - ALSA: ctl: Fix copy of updated id with element read/write
     - ALSA: hda/realtek - Add headset Mic support for Lenovo ALC897 platform
     - ALSA: hda/realtek: Fix quirk for TongFang PHxTxX1
     - ALSA: pcm: oss: Fix negative period/buffer sizes
     - ALSA: pcm: oss: Limit the period size to 16MB
     - ALSA: pcm: oss: Handle missing errors in snd_pcm_oss_change_params*()
     - cifs: Fix crash on unload of cifs_arc4.ko
     - scsi: qla2xxx: Format log strings only if needed
     - btrfs: clear extent buffer uptodate when we fail to write it
     - btrfs: fix re-dirty process of tree-log nodes
     - btrfs: replace the BUG_ON in btrfs_del_root_ref with proper error handling
     - btrfs: free exchange changeset on failures
     - perf intel-pt: Fix some PGE (packet generation enable/control flow packets)
       usage
     - perf intel-pt: Fix sync state when a PSB (synchronization) packet is found
     - perf intel-pt: Fix intel_pt_fup_event() assumptions about setting state type
     - perf intel-pt: Fix state setting when receiving overflow (OVF) packet
     - perf intel-pt: Fix next 'err' value, walking trace
     - perf intel-pt: Fix missing 'instruction' events with 'q' option
     - perf intel-pt: Fix error timestamp setting on the decoder error path
     - md: fix update super 1.0 on rdev size change
     - nfsd: fix use-after-free due to delegation race
     - nfsd: Fix nsfd startup race (again)
     - tracefs: Have new files inherit the ownership of their parent
     - selftests: KVM: avoid failures due to reserved HyperTransport region
     - hwmon: (pwm-fan) Ensure the fan going on in .probe()
     - mmc: renesas_sdhi: initialize variable properly when tuning
     - clk: qcom: regmap-mux: fix parent clock lookup
     - thermal: int340x: Fix VCoRefLow MMIO bit offset for TGL
     - drm/syncobj: Deal with signalled fences in drm_syncobj_find_fence.
     - libata: add horkage for ASMedia 1092
     - io_uring: ensure task_work gets run as part of cancelations
     - wait: add wake_up_pollfree()
     - binder: use wake_up_pollfree()
     - signalfd: use wake_up_pollfree()
     - aio: keep poll requests on waitqueue until completed
     - aio: fix use-after-free due to missing POLLFREE handling
     - tracefs: Set all files to the same group ownership as the mount option
     - i2c: mpc: Use atomic read and fix break condition
     - block: fix ioprio_get(IOPRIO_WHO_PGRP) vs setuid(2)
     - scsi: pm80xx: Do not call scsi_remove_host() in pm8001_alloc()
     - scsi: scsi_debug: Fix buffer size of REPORT ZONES command
     - ALSA: usb-audio: Reorder snd_djm_devices[] entries
     - qede: validate non LSO skb length
     - PM: runtime: Fix pm_runtime_active() kerneldoc comment
     - ASoC: rt5682: Fix crash due to out of scope stack vars
     - ASoC: qdsp6: q6routing: Fix return value from msm_routing_put_audio_mixer
     - ASoC: codecs: wsa881x: fix return values from kcontrol put
     - ASoC: codecs: wcd934x: handle channel mappping list correctly
     - ASoC: codecs: wcd934x: return correct value from mixer put
     - RDMA/hns: Do not halt commands during reset until later
     - RDMA/hns: Do not destroy QP resources in the hw resetting phase
     - hwmon: (dell-smm) Fix warning on /proc/i8k creation error
     - clk: imx: use module_platform_driver
     - clk: qcom: clk-alpha-pll: Don't reconfigure running Trion
     - i40e: Fix failed opcode appearing if handling messages from VF
     - i40e: Fix pre-set max number of queues for VF
     - mtd: rawnand: fsmc: Take instruction delay into account
     - mtd: rawnand: fsmc: Fix timing computation
     - bpf, sockmap: Re-evaluate proto ops when psock is removed from sockmap
     - i40e: Fix NULL pointer dereference in i40e_dbg_dump_desc
     - Revert "PCI: aardvark: Fix support for PCI_ROM_ADDRESS1 on emulated bridge"
     - drm/amd/display: Fix DPIA outbox timeout after S3/S4/reset
     - perf tools: Fix SMT detection fast read path
     - Documentation/locking/locktypes: Update migrate_disable() bits.
     - dt-bindings: net: Reintroduce PHY no lane swap binding
     - tools build: Remove needless libpython-version feature check that breaks
       test-all fast path
     - net: cdc_ncm: Allow for dwNtbOutMaxSize to be unset or zero
     - net: altera: set a couple error code in probe()
     - net: fec: only clear interrupt of handling queue in fec_enet_rx_queue()
     - net, neigh: clear whole pneigh_entry at alloc time
     - net/qla3xxx: fix an error code in ql_adapter_up()
     - selftests/fib_tests: Rework fib_rp_filter_test()
     - USB: gadget: detect too-big endpoint 0 requests
     - USB: gadget: zero allocate endpoint 0 buffers
     - Revert "usb: dwc3: dwc3-qcom: Enable tx-fifo-resize property by default"
     - usb: core: config: fix validation of wMaxPacketValue entries
     - usb: core: config: using bit mask instead of individual bits
     - xhci: avoid race between disable slot command and host runtime suspend
     - iio: gyro: adxrs290: fix data signedness
     - iio: trigger: Fix reference counting
     - iio: trigger: stm32-timer: fix MODULE_ALIAS
     - iio: stk3310: Don't return error code in interrupt handler
     - iio: mma8452: Fix trigger reference couting
     - iio: ltr501: Don't return error code in trigger handler
     - iio: kxsd9: Don't return error code in trigger handler
     - iio: itg3200: Call iio_trigger_notify_done() on error
     - iio: dln2-adc: Fix lockdep complaint
     - iio: dln2: Check return value of devm_iio_trigger_register()
     - iio: at91-sama5d2: Fix incorrect sign extension
     - iio: adc: stm32: fix a current leak by resetting pcsel before disabling vdda
     - iio: adc: axp20x_adc: fix charging current reporting on AXP22x
     - iio: ad7768-1: Call iio_trigger_notify_done() on error
     - iio: accel: kxcjk-1013: Fix possible memory leak in probe and remove
     - nvmem: eeprom: at25: fix FRAM byte_len
     - bus: mhi: pci_generic: Fix device recovery failed issue
     - bus: mhi: core: Add support for forced PM resume
     - csky: fix typo of fpu config macro
     - irqchip/aspeed-scu: Replace update_bits with write_bits.
     - irqchip/armada-370-xp: Fix return value of armada_370_xp_msi_alloc()
     - irqchip/armada-370-xp: Fix support for Multi-MSI interrupts
     - aio: Fix incorrect usage of eventfd_signal_allowed()
     - irqchip/irq-gic-v3-its.c: Force synchronisation when issuing INVALL
     - irqchip: nvic: Fix offset for Interrupt Priority Offsets
     - misc: fastrpc: fix improper packet size calculation
     - clocksource/drivers/dw_apb_timer_of: Fix probe failure
     - bpf: Add selftests to cover packet access corner cases
     - Linux 5.15.8
 
   * Can't read/write SD card after running CPU offline test in 5.11.0 and 5.13.0
     (LP: #1951784) // Jammy update: v5.15.8 upstream stable release
     (LP: #1954931)
     - misc: rtsx: Avoid mangling IRQ during runtime PM
 
   * Enable Landlock by default (LP: #1953192)
     - [Config] Enable Landlock by default
 
   * Add s0i3 RTC wake up for AMD systems (LP: #1950013)
     - platform/x86: amd-pmc: Export Idlemask values based on the APU
     - platform/x86: amd-pmc: adjust arguments for `amd_pmc_send_cmd`
     - platform/x86: amd-pmc: Add special handling for timer based S0i3 wakeup
 
   * Fix runtime power management on USB controller with XHCI_RESET_ON_RESUME
     flag (LP: #1954369)
     - SAUCE: xhci: Remove CONFIG_USB_DEFAULT_PERSIST to prevent xHCI from runtime
       suspending
 
   * Fix System hangs on black screen when reboot (LP: #1949321)
     - drm/i915/hdmi: convert intel_hdmi_to_dev to intel_hdmi_to_i915
     - drm/i915: Don't request GMBUS to generate irqs when called while irqs are
       off
     - drm/i915/hdmi: Turn DP++ TMDS output buffers back on in encoder->shutdown()
 
   * require CAP_NET_ADMIN to attach N_HCI ldisc (LP: #1949516)
     - Bluetooth: hci_ldisc: require CAP_NET_ADMIN to attach N_HCI ldisc
 
   * mt7921e: Failed to start WM firmware (LP: #1954300)
     - SAUCE: Bluetooth: btusb: Handle download_firmware failure cases
     - SAUCE: Bluetooth: btusb: Return error code when getting patch status failed
 
   * Miscellaneous Ubuntu changes
     - [Packaging] Add list of built-in modules to the ABI
     - [Packaging] abi-check: Process modules.builtin
     - SAUCE: allow to use __wake_up_pollfree() from GPL modules
     - [Packaging] enforce xz compression for debs
     - [Config] update config after v5.15.12
     - [Packaging] temporarily disable signed v4l2loopback

2021

linux (5.15.0-14.14) jammy; urgency=medium

   * jammy/linux: 5.15.0-14.14 -proposed tracker (LP: #1954627)
 
   * Jammy update: v5.15.7 upstream stable release (LP: #1953731)
     - ALSA: usb-audio: Restrict rates for the shared clocks
     - ALSA: usb-audio: Rename early_playback_start flag with lowlatency_playback
     - ALSA: usb-audio: Disable low-latency playback for free-wheel mode
     - ALSA: usb-audio: Disable low-latency mode for implicit feedback sync
     - ALSA: usb-audio: Check available frames for the next packet size
     - ALSA: usb-audio: Add spinlock to stop_urbs()
     - ALSA: usb-audio: Improved lowlatency playback support
     - ALSA: usb-audio: Avoid killing in-flight URBs during draining
     - ALSA: usb-audio: Fix packet size calculation regression
     - ALSA: usb-audio: Less restriction for low-latency playback mode
     - ALSA: usb-audio: Switch back to non-latency mode at a later point
     - ALSA: usb-audio: Don't start stream for capture at prepare
     - gfs2: release iopen glock early in evict
     - gfs2: Fix length of holes reported at end-of-file
     - powerpc/pseries/ddw: Revert "Extend upper limit for huge DMA window for
       persistent memory"
     - powerpc/pseries/ddw: Do not try direct mapping with persistent memory and
       one window
     - drm/sun4i: fix unmet dependency on RESET_CONTROLLER for PHY_SUN6I_MIPI_DPHY
     - mac80211: do not access the IV when it was stripped
     - mac80211: fix throughput LED trigger
     - x86/hyperv: Move required MSRs check to initial platform probing
     - net/smc: Transfer remaining wait queue entries during fallback
     - atlantic: Fix OOB read and write in hw_atl_utils_fw_rpc_wait
     - net: return correct error code
     - pinctrl: qcom: fix unmet dependencies on GPIOLIB for GPIOLIB_IRQCHIP
     - platform/x86: dell-wmi-descriptor: disable by default
     - platform/x86: thinkpad_acpi: Add support for dual fan control
     - platform/x86: thinkpad_acpi: Fix WWAN device disabled issue after S3 deep
     - s390/setup: avoid using memblock_enforce_memory_limit
     - btrfs: silence lockdep when reading chunk tree during mount
     - btrfs: check-integrity: fix a warning on write caching disabled disk
     - thermal: core: Reset previous low and high trip during thermal zone init
     - scsi: iscsi: Unblock session then wake up error handler
     - drm/amd/pm: Remove artificial freq level on Navi1x
     - drm/amd/amdkfd: Fix kernel panic when reset failed and been triggered again
     - drm/amd/amdgpu: fix potential memleak
     - ata: ahci: Add Green Sardine vendor ID as board_ahci_mobile
     - ata: libahci: Adjust behavior when StorageD3Enable _DSD is set
     - ethernet: hisilicon: hns: hns_dsaf_misc: fix a possible array overflow in
       hns_dsaf_ge_srst_by_port()
     - ipv6: check return value of ipv6_skip_exthdr
     - net: tulip: de4x5: fix the problem that the array 'lp->phy[8]' may be out of
       bound
     - net: ethernet: dec: tulip: de4x5: fix possible array overflows in
       type3_infoblock()
     - perf sort: Fix the 'weight' sort key behavior
     - perf sort: Fix the 'ins_lat' sort key behavior
     - perf sort: Fix the 'p_stage_cyc' sort key behavior
     - perf inject: Fix ARM SPE handling
     - perf hist: Fix memory leak of a perf_hpp_fmt
     - perf report: Fix memory leaks around perf_tip()
     - tracing: Don't use out-of-sync va_list in event printing
     - net/smc: Avoid warning of possible recursive locking
     - ACPI: Add stubs for wakeup handler functions
     - net/tls: Fix authentication failure in CCM mode
     - vrf: Reset IPCB/IP6CB when processing outbound pkts in vrf dev xmit
     - kprobes: Limit max data_size of the kretprobe instances
     - ALSA: hda/cs8409: Set PMSG_ON earlier inside cs8409 driver
     - rt2x00: do not mark device gone on EPROTO errors during start
     - ipmi: Move remove_work to dedicated workqueue
     - cpufreq: Fix get_cpu_device() failure in add_cpu_dev_symlink()
     - iwlwifi: mvm: retry init flow if failed
     - dma-buf: system_heap: Use 'for_each_sgtable_sg' in pages free flow
     - s390/pci: move pseudo-MMIO to prevent MIO overlap
     - fget: check that the fd still exists after getting a ref to it
     - sata_fsl: fix UAF in sata_fsl_port_stop when rmmod sata_fsl
     - sata_fsl: fix warning in remove_proc_entry when rmmod sata_fsl
     - scsi: lpfc: Fix non-recovery of remote ports following an unsolicited LOGO
     - scsi: ufs: ufs-pci: Add support for Intel ADL
     - ipv6: fix memory leak in fib6_rule_suppress
     - drm/amd/display: Allow DSC on supported MST branch devices
     - drm/i915/dp: Perform 30ms delay after source OUI write
     - KVM: fix avic_set_running for preemptable kernels
     - KVM: Disallow user memslot with size that exceeds "unsigned long"
     - KVM: x86/mmu: Fix TLB flush range when handling disconnected pt
     - KVM: Ensure local memslot copies operate on up-to-date arch-specific data
     - KVM: x86: ignore APICv if LAPIC is not enabled
     - KVM: nVMX: Emulate guest TLB flush on nested VM-Enter with new vpid12
     - KVM: nVMX: Flush current VPID (L1 vs. L2) for KVM_REQ_TLB_FLUSH_GUEST
     - KVM: nVMX: Abide to KVM_REQ_TLB_FLUSH_GUEST request on nested vmentry/vmexit
     - KVM: VMX: prepare sync_pir_to_irr for running with APICv disabled
     - KVM: x86: Use a stable condition around all VT-d PI paths
     - KVM: MMU: shadow nested paging does not have PKU
     - KVM: arm64: Avoid setting the upper 32 bits of TCR_EL2 and CPTR_EL2 to 1
     - KVM: X86: Use vcpu->arch.walk_mmu for kvm_mmu_invlpg()
     - KVM: x86: check PIR even for vCPUs with disabled APICv
     - tracing/histograms: String compares should not care about signed values
     - net: dsa: mv88e6xxx: Fix application of erratum 4.8 for 88E6393X
     - net: dsa: mv88e6xxx: Drop unnecessary check in
       mv88e6393x_serdes_erratum_4_6()
     - net: dsa: mv88e6xxx: Save power by disabling SerDes trasmitter and receiver
     - net: dsa: mv88e6xxx: Add fix for erratum 5.2 of 88E6393X family
     - net: dsa: mv88e6xxx: Fix inband AN for 2500base-x on 88E6393X family
     - net: dsa: mv88e6xxx: Link in pcs_get_state() if AN is bypassed
     - wireguard: selftests: increase default dmesg log size
     - wireguard: allowedips: add missing __rcu annotation to satisfy sparse
     - wireguard: selftests: actually test for routing loops
     - wireguard: selftests: rename DEBUG_PI_LIST to DEBUG_PLIST
     - wireguard: device: reset peer src endpoint when netns exits
     - wireguard: receive: use ring buffer for incoming handshakes
     - wireguard: receive: drop handshakes if queue lock is contended
     - wireguard: ratelimiter: use kvcalloc() instead of kvzalloc()
     - i2c: stm32f7: flush TX FIFO upon transfer errors
     - i2c: stm32f7: recover the bus on access timeout
     - i2c: stm32f7: stop dma transfer in case of NACK
     - i2c: cbus-gpio: set atomic transfer callback
     - natsemi: xtensa: fix section mismatch warnings
     - tcp: fix page frag corruption on page fault
     - net: qlogic: qlcnic: Fix a NULL pointer dereference in
       qlcnic_83xx_add_rings()
     - net: mpls: Fix notifications when deleting a device
     - siphash: use _unaligned version by default
     - arm64: ftrace: add missing BTIs
     - iwlwifi: fix warnings produced by kernel debug options
     - net/mlx5e: IPsec: Fix Software parser inner l3 type setting in case of
       encapsulation
     - net/mlx4_en: Fix an use-after-free bug in mlx4_en_try_alloc_resources()
     - selftests: net: Correct case name
     - net: dsa: b53: Add SPI ID table
     - mt76: mt7915: fix NULL pointer dereference in mt7915_get_phy_mode
     - ASoC: tegra: Fix wrong value type in ADMAIF
     - ASoC: tegra: Fix wrong value type in I2S
     - ASoC: tegra: Fix wrong value type in DMIC
     - ASoC: tegra: Fix wrong value type in DSPK
     - ASoC: tegra: Fix kcontrol put callback in ADMAIF
     - ASoC: tegra: Fix kcontrol put callback in I2S
     - ASoC: tegra: Fix kcontrol put callback in DMIC
     - ASoC: tegra: Fix kcontrol put callback in DSPK
     - ASoC: tegra: Fix kcontrol put callback in AHUB
     - rxrpc: Fix rxrpc_peer leak in rxrpc_look_up_bundle()
     - rxrpc: Fix rxrpc_local leak in rxrpc_lookup_peer()
     - ALSA: intel-dsp-config: add quirk for CML devices based on ES8336 codec
     - net: stmmac: Avoid DMA_CHAN_CONTROL write if no Split Header support
     - net: usb: lan78xx: lan78xx_phy_init(): use PHY_POLL instead of "0" if no IRQ
       is available
     - net: marvell: mvpp2: Fix the computation of shared CPUs
     - dpaa2-eth: destroy workqueue at the end of remove function
     - octeontx2-af: Fix a memleak bug in rvu_mbox_init()
     - net: annotate data-races on txq->xmit_lock_owner
     - ipv4: convert fib_num_tclassid_users to atomic_t
     - net/smc: fix wrong list_del in smc_lgr_cleanup_early
     - net/rds: correct socket tunable error in rds_tcp_tune()
     - net/smc: Keep smc_close_final rc during active close
     - drm/msm/a6xx: Allocate enough space for GMU registers
     - drm/msm: Do hw_init() before capturing GPU state
     - drm/vc4: kms: Wait for the commit before increasing our clock rate
     - drm/vc4: kms: Fix return code check
     - drm/vc4: kms: Add missing drm_crtc_commit_put
     - drm/vc4: kms: Clear the HVS FIFO commit pointer once done
     - drm/vc4: kms: Don't duplicate pending commit
     - drm/vc4: kms: Fix previous HVS commit wait
     - atlantic: Increase delay for fw transactions
     - atlatnic: enable Nbase-t speeds with base-t
     - atlantic: Fix to display FW bundle version instead of FW mac version.
     - atlantic: Add missing DIDs and fix 115c.
     - Remove Half duplex mode speed capabilities.
     - atlantic: Fix statistics logic for production hardware
     - atlantic: Remove warn trace message.
     - KVM: x86/mmu: Skip tlb flush if it has been done in zap_gfn_range()
     - KVM: x86/mmu: Pass parameter flush as false in
       kvm_tdp_mmu_zap_collapsible_sptes()
     - drm/msm/devfreq: Fix OPP refcnt leak
     - drm/msm: Fix mmap to include VM_IO and VM_DONTDUMP
     - drm/msm: Fix wait_fence submitqueue leak
     - drm/msm: Restore error return on invalid fence
     - ASoC: rk817: Add module alias for rk817-codec
     - iwlwifi: Fix memory leaks in error handling path
     - KVM: X86: Fix when shadow_root_level=5 && guest root_level<4
     - KVM: SEV: initialize regions_list of a mirror VM
     - net/mlx5e: Fix missing IPsec statistics on uplink representor
     - net/mlx5: Move MODIFY_RQT command to ignore list in internal error state
     - net/mlx5: E-switch, Respect BW share of the new group
     - net/mlx5: E-Switch, fix single FDB creation on BlueField
     - net/mlx5: E-Switch, Check group pointer before reading bw_share value
     - KVM: x86/pmu: Fix reserved bits for AMD PerfEvtSeln register
     - KVM: VMX: Set failure code in prepare_vmcs02()
     - mctp: Don't let RTM_DELROUTE delete local routes
     - Revert "drm/i915: Implement Wa_1508744258"
     - io-wq: don't retry task_work creation failure on fatal conditions
     - x86/sev: Fix SEV-ES INS/OUTS instructions for word, dword, and qword
     - x86/entry: Add a fence for kernel entry SWAPGS in paranoid_entry()
     - x86/entry: Use the correct fence macro after swapgs in kernel CR3
     - x86/xen: Add xenpv_restore_regs_and_return_to_usermode()
     - preempt/dynamic: Fix setup_preempt_mode() return value
     - sched/uclamp: Fix rq->uclamp_max not set on first enqueue
     - KVM: SEV: Return appropriate error codes if SEV-ES scratch setup fails
     - KVM: x86/mmu: Rename slot_handle_leaf to slot_handle_level_4k
     - KVM: x86/mmu: Remove spurious TLB flushes in TDP MMU zap collapsible path
     - net/mlx5e: Rename lro_timeout to packet_merge_timeout
     - net/mlx5e: Rename TIR lro functions to TIR packet merge functions
     - net/mlx5e: Sync TIR params updates against concurrent create/modify
     - serial: 8250_bcm7271: UART errors after resuming from S2
     - parisc: Fix KBUILD_IMAGE for self-extracting kernel
     - parisc: Fix "make install" on newer debian releases
     - parisc: Mark cr16 CPU clocksource unstable on all SMP machines
     - vgacon: Propagate console boot parameters before calling `vc_resize'
     - xhci: Fix commad ring abort, write all 64 bits to CRCR register.
     - USB: NO_LPM quirk Lenovo Powered USB-C Travel Hub
     - usb: typec: tcpm: Wait in SNK_DEBOUNCED until disconnect
     - usb: cdns3: gadget: fix new urb never complete if ep cancel previous
       requests
     - usb: cdnsp: Fix a NULL pointer dereference in cdnsp_endpoint_init()
     - x86/tsc: Add a timer to make sure TSC_adjust is always checked
     - x86/tsc: Disable clocksource watchdog for TSC on qualified platorms
     - x86/64/mm: Map all kernel memory into trampoline_pgd
     - tty: serial: msm_serial: Deactivate RX DMA for polling support
     - serial: pl011: Add ACPI SBSA UART match id
     - serial: tegra: Change lower tolerance baud rate limit for tegra20 and
       tegra30
     - serial: core: fix transmit-buffer reset and memleak
     - serial: 8250_pci: Fix ACCES entries in pci_serial_quirks array
     - serial: 8250_pci: rewrite pericom_do_set_divisor()
     - serial: 8250: Fix RTS modem control while in rs485 mode
     - serial: liteuart: Fix NULL pointer dereference in ->remove()
     - serial: liteuart: fix use-after-free and memleak on unbind
     - serial: liteuart: fix minor-number leak on probe errors
     - ipmi: msghandler: Make symbol 'remove_work_wq' static
     - Linux 5.15.7
 
   * Updates to ib_peer_memory requested by Nvidia (LP: #1947206)
     - SAUCE: RDMA/core: Updated ib_peer_memory
     - SAUCE: RDMA/core: ib_peer_memory fix build errors
 
   * Jammy update: v5.15.6 upstream stable release (LP: #1953370)
     - scsi: sd: Fix sd_do_mode_sense() buffer length handling
     - ACPI: Get acpi_device's parent from the parent field
     - ACPI: CPPC: Add NULL pointer check to cppc_get_perf()
     - USB: serial: pl2303: fix GC type detection
     - USB: serial: option: add Telit LE910S1 0x9200 composition
     - USB: serial: option: add Fibocom FM101-GL variants
     - usb: dwc2: gadget: Fix ISOC flow for elapsed frames
     - usb: dwc2: hcd_queue: Fix use of floating point literal
     - usb: dwc3: leave default DMA for PCI devices
     - usb: dwc3: core: Revise GHWPARAMS9 offset
     - usb: dwc3: gadget: Ignore NoStream after End Transfer
     - usb: dwc3: gadget: Check for L1/L2/U3 for Start Transfer
     - usb: dwc3: gadget: Fix null pointer exception
     - net: usb: Correct PHY handling of smsc95xx
     - net: nexthop: fix null pointer dereference when IPv6 is not enabled
     - usb: chipidea: ci_hdrc_imx: fix potential error pointer dereference in probe
     - usb: typec: fusb302: Fix masking of comparator and bc_lvl interrupts
     - usb: xhci: tegra: Check padctrl interrupt presence in device tree
     - usb: hub: Fix usb enumeration issue due to address0 race
     - usb: hub: Fix locking issues with address0_mutex
     - binder: fix test regression due to sender_euid change
     - ALSA: ctxfi: Fix out-of-range access
     - ALSA: hda/realtek: Add quirk for ASRock NUC Box 1100
     - ALSA: hda/realtek: Fix LED on HP ProBook 435 G7
     - media: cec: copy sequence field for the reply
     - Revert "parisc: Fix backtrace to always include init funtion names"
     - HID: wacom: Use "Confidence" flag to prevent reporting invalid contacts
     - staging/fbtft: Fix backlight
     - staging: greybus: Add missing rwsem around snd_ctl_remove() calls
     - staging: rtl8192e: Fix use after free in _rtl92e_pci_disconnect()
     - staging: r8188eu: Use kzalloc() with GFP_ATOMIC in atomic context
     - staging: r8188eu: Fix breakage introduced when 5G code was removed
     - staging: r8188eu: use GFP_ATOMIC under spinlock
     - staging: r8188eu: fix a memory leak in rtw_wx_read32()
     - fuse: release pipe buf after last use
     - xen: don't continue xenstore initialization in case of errors
     - xen: detect uninitialized xenbus in xenbus_init
     - io_uring: correct link-list traversal locking
     - io_uring: fail cancellation for EXITING tasks
     - io_uring: fix link traversal locking
     - drm/amdgpu: IH process reset count when restart
     - drm/amdgpu/pm: fix powerplay OD interface
     - drm/nouveau: recognise GA106
     - ksmbd: downgrade addition info error msg to debug in smb2_get_info_sec()
     - ksmbd: contain default data stream even if xattr is empty
     - ksmbd: fix memleak in get_file_stream_info()
     - KVM: PPC: Book3S HV: Prevent POWER7/8 TLB flush flushing SLB
     - tracing/uprobe: Fix uprobe_perf_open probes iteration
     - tracing: Fix pid filtering when triggers are attached
     - mmc: sdhci-esdhc-imx: disable CMDQ support
     - mmc: sdhci: Fix ADMA for PAGE_SIZE >= 64KiB
     - mdio: aspeed: Fix "Link is Down" issue
     - arm64: mm: Fix VM_BUG_ON(mm != &init_mm) for trans_pgd
     - cpufreq: intel_pstate: Fix active mode offline/online EPP handling
     - powerpc/32: Fix hardlockup on vmap stack overflow
     - iomap: Fix inline extent handling in iomap_readpage
     - NFSv42: Fix pagecache invalidation after COPY/CLONE
     - PCI: aardvark: Deduplicate code in advk_pcie_rd_conf()
     - PCI: aardvark: Implement re-issuing config requests on CRS response
     - PCI: aardvark: Simplify initialization of rootcap on virtual bridge
     - PCI: aardvark: Fix link training
     - drm/amd/display: Fix OLED brightness control on eDP
     - proc/vmcore: fix clearing user buffer by properly using clear_user()
     - ASoC: SOF: Intel: hda: fix hotplug when only codec is suspended
     - netfilter: ctnetlink: fix filtering with CTA_TUPLE_REPLY
     - netfilter: ctnetlink: do not erase error code with EINVAL
     - netfilter: ipvs: Fix reuse connection if RS weight is 0
     - netfilter: flowtable: fix IPv6 tunnel addr match
     - media: v4l2-core: fix VIDIOC_DQEVENT handling on non-x86
     - firmware: arm_scmi: Fix null de-reference on error path
     - ARM: dts: BCM5301X: Fix I2C controller interrupt
     - ARM: dts: BCM5301X: Add interrupt properties to GPIO node
     - ARM: dts: bcm2711: Fix PCIe interrupts
     - ASoC: qdsp6: q6routing: Conditionally reset FrontEnd Mixer
     - ASoC: qdsp6: q6asm: fix q6asm_dai_prepare error handling
     - ASoC: topology: Add missing rwsem around snd_ctl_remove() calls
     - ASoC: codecs: wcd938x: fix volatile register range
     - ASoC: codecs: wcd934x: return error code correctly from hw_params
     - ASoC: codecs: lpass-rx-macro: fix HPHR setting CLSH mask
     - net: ieee802154: handle iftypes as u32
     - firmware: arm_scmi: Fix base agent discover response
     - firmware: arm_scmi: pm: Propagate return value to caller
     - ASoC: stm32: i2s: fix 32 bits channel length without mclk
     - NFSv42: Don't fail clone() unless the OP_CLONE operation failed
     - ARM: socfpga: Fix crash with CONFIG_FORTIRY_SOURCE
     - drm/nouveau/acr: fix a couple NULL vs IS_ERR() checks
     - scsi: qla2xxx: edif: Fix off by one bug in qla_edif_app_getfcinfo()
     - scsi: mpt3sas: Fix kernel panic during drive powercycle test
     - scsi: mpt3sas: Fix system going into read-only mode
     - scsi: mpt3sas: Fix incorrect system timestamp
     - drm/vc4: fix error code in vc4_create_object()
     - drm/aspeed: Fix vga_pw sysfs output
     - net: marvell: prestera: fix brige port operation
     - net: marvell: prestera: fix double free issue on err path
     - HID: input: Fix parsing of HID_CP_CONSUMER_CONTROL fields
     - HID: input: set usage type to key on keycode remap
     - HID: magicmouse: prevent division by 0 on scroll
     - iavf: Prevent changing static ITR values if adaptive moderation is on
     - iavf: Fix refreshing iavf adapter stats on ethtool request
     - iavf: Fix VLAN feature flags after VFR
     - x86/pvh: add prototype for xen_pvh_init()
     - xen/pvh: add missing prototype to header
     - ALSA: intel-dsp-config: add quirk for JSL devices based on ES8336 codec
     - mptcp: fix delack timer
     - mptcp: use delegate action to schedule 3rd ack retrans
     - af_unix: fix regression in read after shutdown
     - firmware: smccc: Fix check for ARCH_SOC_ID not implemented
     - ipv6: fix typos in __ip6_finish_output()
     - nfp: checking parameter process for rx-usecs/tx-usecs is invalid
     - net: stmmac: retain PTP clock time during SIOCSHWTSTAMP ioctls
     - net: ipv6: add fib6_nh_release_dsts stub
     - net: nexthop: release IPv6 per-cpu dsts when replacing a nexthop group
     - ice: fix vsi->txq_map sizing
     - ice: avoid bpf_prog refcount underflow
     - scsi: core: sysfs: Fix setting device state to SDEV_RUNNING
     - scsi: scsi_debug: Zero clear zones at reset write pointer
     - erofs: fix deadlock when shrink erofs slab
     - i2c: virtio: disable timeout handling
     - net/smc: Ensure the active closing peer first closes clcsock
     - mlxsw: spectrum: Protect driver from buggy firmware
     - net: ipa: directly disable ipa-setup-ready interrupt
     - net: ipa: separate disabling setup from modem stop
     - net: ipa: kill ipa_cmd_pipeline_clear()
     - net: marvell: mvpp2: increase MTU limit when XDP enabled
     - cpufreq: intel_pstate: Add Ice Lake server to out-of-band IDs
     - nvmet-tcp: fix incomplete data digest send
     - drm/hyperv: Fix device removal on Gen1 VMs
     - arm64: uaccess: avoid blocking within critical sections
     - net/ncsi : Add payload to be 32-bit aligned to fix dropped packets
     - PM: hibernate: use correct mode for swsusp_close()
     - drm/amd/display: Fix DPIA outbox timeout after GPU reset
     - drm/amd/display: Set plane update flags for all planes in reset
     - tcp_cubic: fix spurious Hystart ACK train detections for not-cwnd-limited
       flows
     - lan743x: fix deadlock in lan743x_phy_link_status_change()
     - net: phylink: Force link down and retrigger resolve on interface change
     - net: phylink: Force retrigger in case of latched link-fail indicator
     - net/smc: Fix NULL pointer dereferencing in smc_vlan_by_tcpsk()
     - net/smc: Fix loop in smc_listen
     - nvmet: use IOCB_NOWAIT only if the filesystem supports it
     - igb: fix netpoll exit with traffic
     - MIPS: loongson64: fix FTLB configuration
     - MIPS: use 3-level pgtable for 64KB page size on MIPS_VA_BITS_48
     - tls: splice_read: fix record type check
     - tls: splice_read: fix accessing pre-processed records
     - tls: fix replacing proto_ops
     - net: stmmac: Disable Tx queues when reconfiguring the interface
     - net/sched: sch_ets: don't peek at classes beyond 'nbands'
     - ethtool: ioctl: fix potential NULL deref in ethtool_set_coalesce()
     - net: vlan: fix underflow for the real_dev refcnt
     - net/smc: Don't call clcsock shutdown twice when smc shutdown
     - net: hns3: fix VF RSS failed problem after PF enable multi-TCs
     - net: hns3: fix incorrect components info of ethtool --reset command
     - net: mscc: ocelot: don't downgrade timestamping RX filters in SIOCSHWTSTAMP
     - net: mscc: ocelot: correctly report the timestamping RX filters in ethtool
     - locking/rwsem: Make handoff bit handling more consistent
     - perf: Ignore sigtrap for tracepoints destined for other tasks
     - sched/scs: Reset task stack state in bringup_cpu()
     - iommu/rockchip: Fix PAGE_DESC_HI_MASKs for RK3568
     - iommu/vt-d: Fix unmap_pages support
     - f2fs: quota: fix potential deadlock
     - f2fs: set SBI_NEED_FSCK flag when inconsistent node block found
     - riscv: dts: microchip: fix board compatible
     - riscv: dts: microchip: drop duplicated MMC/SDHC node
     - cifs: nosharesock should not share socket with future sessions
     - ceph: properly handle statfs on multifs setups
     - iommu/amd: Clarify AMD IOMMUv2 initialization messages
     - vdpa_sim: avoid putting an uninitialized iova_domain
     - vhost/vsock: fix incorrect used length reported to the guest
     - ksmbd: Fix an error handling path in 'smb2_sess_setup()'
     - tracing: Check pid filtering when creating events
     - cifs: nosharesock should be set on new server
     - io_uring: fix soft lockup when call __io_remove_buffers
     - firmware: arm_scmi: Fix type error assignment in voltage protocol
     - firmware: arm_scmi: Fix type error in sensor protocol
     - docs: accounting: update delay-accounting.rst reference
     - blk-mq: cancel blk-mq dispatch work in both blk_cleanup_queue and
       disk_release()
     - block: avoid to quiesce queue in elevator_init_mq
     - drm/amdgpu/gfx10: add wraparound gpu counter check for APUs as well
     - drm/amdgpu/gfx9: switch to golden tsc registers for renoir+
     - Linux 5.15.6
 
   * Fix bogus HDMI audio interface  (LP: #1953208)
     - ALSA: hda/hdmi: Consider ELD is invalid when no SAD is present
 
   * Miscellaneous Ubuntu changes
     - [Config] re-enabled UBSAN without TRAP
     - SAUCE: ipv6: fix NULL pointer dereference in ip6_output()
     - SAUCE: RDMA/core: Introduce peer memory interface
     - [Config] toolchain version update
 
   * Miscellaneous upstream changes
     - Revert "UBUNTU: [Config] Temporarily disable signing for ppc64el and s390x"
     - Revert "UBUNTU: SAUCE: vt -- maintain bootloader screen mode and content
       until vt switch"

linux (5.15.0-13.13) jammy; urgency=medium

   * jammy/linux: 5.15.0-13.13 -proposed tracker (LP: #1952583)
 
   * Packaging resync (LP: #1786013)
     - [Packaging] resync update-dkms-versions helper
     - debian/dkms-versions -- update from kernel-versions (main/master)
 
   * Jammy update: v5.15.5 upstream stable release (LP: #1952579)
     - arm64: zynqmp: Do not duplicate flash partition label property
     - arm64: zynqmp: Fix serial compatible string
     - clk: sunxi-ng: Unregister clocks/resets when unbinding
     - ARM: dts: sunxi: Fix OPPs node name
     - arm64: dts: allwinner: h5: Fix GPU thermal zone node name
     - arm64: dts: allwinner: a100: Fix thermal zone node name
     - staging: wfx: ensure IRQ is ready before enabling it
     - ARM: dts: BCM5301X: Fix nodes names
     - ARM: dts: BCM5301X: Fix MDIO mux binding
     - ARM: dts: NSP: Fix mpcore, mmc node names
     - arm64: dts: broadcom: bcm4908: Move reboot syscon out of bus
     - scsi: pm80xx: Fix memory leak during rmmod
     - scsi: lpfc: Fix list_add() corruption in lpfc_drain_txq()
     - ASoC: mediatek: mt8195: Add missing of_node_put()
     - arm64: dts: rockchip: Disable CDN DP on Pinebook Pro
     - arm64: dts: hisilicon: fix arm,sp805 compatible string
     - RDMA/bnxt_re: Check if the vlan is valid before reporting
     - bus: ti-sysc: Add quirk handling for reinit on context lost
     - bus: ti-sysc: Use context lost quirk for otg
     - usb: musb: tusb6010: check return value after calling
       platform_get_resource()
     - usb: typec: tipd: Remove WARN_ON in tps6598x_block_read
     - ARM: dts: ux500: Skomer regulator fixes
     - staging: rtl8723bs: remove possible deadlock when disconnect (v2)
     - staging: rtl8723bs: remove a second possible deadlock
     - staging: rtl8723bs: remove a third possible deadlock
     - ARM: BCM53016: Specify switch ports for Meraki MR32
     - arm64: dts: qcom: msm8998: Fix CPU/L2 idle state latency and residency
     - arm64: dts: qcom: ipq6018: Fix qcom,controlled-remotely property
     - arm64: dts: qcom: ipq8074: Fix qcom,controlled-remotely property
     - arm64: dts: qcom: sdm845: Fix qcom,controlled-remotely property
     - arm64: dts: freescale: fix arm,sp805 compatible string
     - arm64: dts: ls1012a: Add serial alias for ls1012a-rdb
     - RDMA/rxe: Separate HW and SW l/rkeys
     - ASoC: SOF: Intel: hda-dai: fix potential locking issue
     - scsi: core: Fix scsi_mode_sense() buffer length handling
     - ALSA: usb-audio: disable implicit feedback sync for Behringer UFX1204 and
       UFX1604
     - clk: imx: imx6ul: Move csi_sel mux to correct base register
     - ASoC: es8316: Use IRQF_NO_AUTOEN when requesting the IRQ
     - ASoC: rt5651: Use IRQF_NO_AUTOEN when requesting the IRQ
     - ASoC: nau8824: Add DMI quirk mechanism for active-high jack-detect
     - scsi: advansys: Fix kernel pointer leak
     - scsi: smartpqi: Add controller handshake during kdump
     - arm64: dts: imx8mm-kontron: Fix reset delays for ethernet PHY
     - ALSA: intel-dsp-config: add quirk for APL/GLK/TGL devices based on ES8336
       codec
     - ASoC: Intel: soc-acpi: add missing quirk for TGL SDCA single amp
     - ASoC: Intel: sof_sdw: add missing quirk for Dell SKU 0A45
     - firmware_loader: fix pre-allocated buf built-in firmware use
     - HID: multitouch: disable sticky fingers for UPERFECT Y
     - ALSA: usb-audio: Add support for the Pioneer DJM 750MK2 Mixer/Soundcard
     - ARM: dts: omap: fix gpmc,mux-add-data type
     - usb: host: ohci-tmio: check return value after calling
       platform_get_resource()
     - ASoC: rt5682: fix a little pop while playback
     - ARM: dts: ls1021a: move thermal-zones node out of soc/
     - ARM: dts: ls1021a-tsn: use generic "jedec,spi-nor" compatible for flash
     - ALSA: ISA: not for M68K
     - iommu/vt-d: Do not falsely log intel_iommu is unsupported kernel option
     - tty: tty_buffer: Fix the softlockup issue in flush_to_ldisc
     - MIPS: sni: Fix the build
     - scsi: scsi_debug: Fix out-of-bound read in resp_readcap16()
     - scsi: scsi_debug: Fix out-of-bound read in resp_report_tgtpgs()
     - scsi: target: Fix ordered tag handling
     - scsi: target: Fix alua_tg_pt_gps_count tracking
     - iio: imu: st_lsm6dsx: Avoid potential array overflow in st_lsm6dsx_set_odr()
     - RDMA/core: Use kvzalloc when allocating the struct ib_port
     - scsi: lpfc: Fix use-after-free in lpfc_unreg_rpi() routine
     - scsi: lpfc: Fix link down processing to address NULL pointer dereference
     - scsi: lpfc: Allow fabric node recovery if recovery is in progress before
       devloss
     - memory: tegra20-emc: Add runtime dependency on devfreq governor module
     - powerpc/5200: dts: fix memory node unit name
     - ARM: dts: qcom: fix memory and mdio nodes naming for RB3011
     - arm64: dts: qcom: Fix node name of rpm-msg-ram device nodes
     - ALSA: gus: fix null pointer dereference on pointer block
     - ALSA: usb-audio: fix null pointer dereference on pointer cs_desc
     - clk: at91: sama7g5: remove prescaler part of master clock
     - iommu/dart: Initialize DART_STREAMS_ENABLE
     - powerpc/dcr: Use cmplwi instead of 3-argument cmpli
     - powerpc/8xx: Fix Oops with STRICT_KERNEL_RWX without DEBUG_RODATA_TEST
     - sh: check return code of request_irq
     - maple: fix wrong return value of maple_bus_init().
     - f2fs: fix up f2fs_lookup tracepoints
     - f2fs: fix to use WHINT_MODE
     - f2fs: fix wrong condition to trigger background checkpoint correctly
     - sh: fix kconfig unmet dependency warning for FRAME_POINTER
     - sh: math-emu: drop unused functions
     - sh: define __BIG_ENDIAN for math-emu
     - f2fs: compress: disallow disabling compress on non-empty compressed file
     - f2fs: fix incorrect return value in f2fs_sanity_check_ckpt()
     - clk: ingenic: Fix bugs with divided dividers
     - clk/ast2600: Fix soc revision for AHB
     - clk: qcom: gcc-msm8996: Drop (again) gcc_aggre1_pnoc_ahb_clk
     - KVM: arm64: Fix host stage-2 finalization
     - mips: BCM63XX: ensure that CPU_SUPPORTS_32BIT_KERNEL is set
     - MIPS: boot/compressed/: add __bswapdi2() to target for ZSTD decompression
     - sched/core: Mitigate race cpus_share_cache()/update_top_cache_domain()
     - sched/fair: Prevent dead task groups from regaining cfs_rq's
     - perf/x86/vlbr: Add c->flags to vlbr event constraints
     - blkcg: Remove extra blkcg_bio_issue_init
     - tracing/histogram: Do not copy the fixed-size char array field over the
       field size
     - perf bpf: Avoid memory leak from perf_env__insert_btf()
     - perf bench futex: Fix memory leak of perf_cpu_map__new()
     - perf tests: Remove bash construct from record+zstd_comp_decomp.sh
     - drm/nouveau: hdmigv100.c: fix corrupted HDMI Vendor InfoFrame
     - bpf: Fix inner map state pruning regression.
     - samples/bpf: Fix summary per-sec stats in xdp_sample_user
     - samples/bpf: Fix incorrect use of strlen in xdp_redirect_cpu
     - selftests: net: switch to socat in the GSO GRE test
     - net/ipa: ipa_resource: Fix wrong for loop range
     - tcp: Fix uninitialized access in skb frags array for Rx 0cp.
     - tracing: Add length protection to histogram string copies
     - nl80211: fix radio statistics in survey dump
     - mac80211: fix monitor_sdata RCU/locking assertions
     - net: ipa: HOLB register sometimes must be written twice
     - net: ipa: disable HOLB drop when updating timer
     - selftests: gpio: fix gpio compiling error
     - net: bnx2x: fix variable dereferenced before check
     - bnxt_en: reject indirect blk offload when hw-tc-offload is off
     - tipc: only accept encrypted MSG_CRYPTO msgs
     - sock: fix /proc/net/sockstat underflow in sk_clone_lock()
     - net/smc: Make sure the link_id is unique
     - NFSD: Fix exposure in nfsd4_decode_bitmap()
     - iavf: Fix return of set the new channel count
     - iavf: check for null in iavf_fix_features
     - iavf: free q_vectors before queues in iavf_disable_vf
     - iavf: don't clear a lock we don't hold
     - iavf: Fix failure to exit out from last all-multicast mode
     - iavf: prevent accidental free of filter structure
     - iavf: validate pointers
     - iavf: Fix for the false positive ASQ/ARQ errors while issuing VF reset
     - iavf: Fix for setting queues to 0
     - iavf: Restore VLAN filters after link down
     - bpf: Fix toctou on read-only map's constant scalar tracking
     - MIPS: generic/yamon-dt: fix uninitialized variable error
     - mips: bcm63xx: add support for clk_get_parent()
     - mips: lantiq: add support for clk_get_parent()
     - gpio: rockchip: needs GENERIC_IRQ_CHIP to fix build errors
     - platform/x86: hp_accel: Fix an error handling path in 'lis3lv02d_probe()'
     - platform/x86: think-lmi: Abort probe on analyze failure
     - udp: Validate checksum in udp_read_sock()
     - btrfs: make 1-bit bit-fields of scrub_page unsigned int
     - RDMA/core: Set send and receive CQ before forwarding to the driver
     - net/mlx5e: kTLS, Fix crash in RX resync flow
     - net/mlx5e: Wait for concurrent flow deletion during neigh/fib events
     - net/mlx5: E-Switch, Fix resetting of encap mode when entering switchdev
     - net/mlx5e: nullify cq->dbg pointer in mlx5_debug_cq_remove()
     - net/mlx5: Update error handler for UCTX and UMEM
     - net/mlx5: E-Switch, rebuild lag only when needed
     - net/mlx5e: CT, Fix multiple allocations and memleak of mod acts
     - net/mlx5: Lag, update tracker when state change event received
     - net/mlx5: E-Switch, return error if encap isn't supported
     - scsi: ufs: core: Improve SCSI abort handling
     - scsi: core: sysfs: Fix hang when device state is set via sysfs
     - scsi: ufs: core: Fix task management completion timeout race
     - scsi: ufs: core: Fix another task management completion race
     - net: mvmdio: fix compilation warning
     - net: sched: act_mirred: drop dst for the direction from egress to ingress
     - net: dpaa2-eth: fix use-after-free in dpaa2_eth_remove
     - net: virtio_net_hdr_to_skb: count transport header in UFO
     - i40e: Fix correct max_pkt_size on VF RX queue
     - i40e: Fix NULL ptr dereference on VSI filter sync
     - i40e: Fix changing previously set num_queue_pairs for PFs
     - i40e: Fix ping is lost after configuring ADq on VF
     - RDMA/mlx4: Do not fail the registration on port stats
     - i40e: Fix warning message and call stack during rmmod i40e driver
     - i40e: Fix creation of first queue by omitting it if is not power of two
     - i40e: Fix display error code in dmesg
     - NFC: reorganize the functions in nci_request
     - NFC: reorder the logic in nfc_{un,}register_device
     - NFC: add NCI_UNREG flag to eliminate the race
     - e100: fix device suspend/resume
     - ptp: ocp: Fix a couple NULL vs IS_ERR() checks
     - tools build: Fix removal of feature-sync-compare-and-swap feature detection
     - riscv: fix building external modules
     - KVM: PPC: Book3S HV: Use GLOBAL_TOC for kvmppc_h_set_dabr/xdabr()
     - powerpc: clean vdso32 and vdso64 directories
     - powerpc/pseries: rename numa_dist_table to form2_distances
     - powerpc/pseries: Fix numa FORM2 parsing fallback code
     - pinctrl: qcom: sdm845: Enable dual edge errata
     - pinctrl: qcom: sm8350: Correct UFS and SDC offsets
     - perf/x86/intel/uncore: Fix filter_tid mask for CHA events on Skylake Server
     - perf/x86/intel/uncore: Fix IIO event constraints for Skylake Server
     - perf/x86/intel/uncore: Fix IIO event constraints for Snowridge
     - s390/kexec: fix return code handling
     - blk-cgroup: fix missing put device in error path from blkg_conf_pref()
     - dmaengine: remove debugfs #ifdef
     - tun: fix bonding active backup with arp monitoring
     - Revert "mark pstore-blk as broken"
     - pstore/blk: Use "%lu" to format unsigned long
     - hexagon: export raw I/O routines for modules
     - hexagon: clean up timer-regs.h
     - tipc: check for null after calling kmemdup
     - ipc: WARN if trying to remove ipc object which is absent
     - shm: extend forced shm destroy to support objects from several IPC nses
     - mm: kmemleak: slob: respect SLAB_NOLEAKTRACE flag
     - hugetlb, userfaultfd: fix reservation restore on userfaultfd error
     - kmap_local: don't assume kmap PTEs are linear arrays in memory
     - mm/damon/dbgfs: use '__GFP_NOWARN' for user-specified size buffer allocation
     - mm/damon/dbgfs: fix missed use of damon_dbgfs_lock
     - x86/boot: Pull up cmdline preparation and early param parsing
     - x86/sgx: Fix free page accounting
     - x86/hyperv: Fix NULL deref in set_hv_tscchange_cb() if Hyper-V setup fails
     - KVM: x86: Assume a 64-bit hypercall for guests with protected state
     - KVM: x86: Fix uninitialized eoi_exit_bitmap usage in vcpu_load_eoi_exitmap()
     - KVM: x86/mmu: include EFER.LMA in extended mmu role
     - KVM: x86/xen: Fix get_attr of KVM_XEN_ATTR_TYPE_SHARED_INFO
     - powerpc/signal32: Fix sigset_t copy
     - powerpc/xive: Change IRQ domain to a tree domain
     - powerpc/8xx: Fix pinned TLBs with CONFIG_STRICT_KERNEL_RWX
     - Revert "drm/i915/tgl/dsi: Gate the ddi clocks after pll mapping"
     - Revert "parisc: Reduce sigreturn trampoline to 3 instructions"
     - ata: libata: improve ata_read_log_page() error message
     - ata: libata: add missing ata_identify_page_supported() calls
     - scsi: qla2xxx: Fix mailbox direction flags in qla2xxx_get_adapter_id()
     - pinctrl: ralink: include 'ralink_regs.h' in 'pinctrl-mt7620.c'
     - s390/setup: avoid reserving memory above identity mapping
     - s390/boot: simplify and fix kernel memory layout setup
     - s390/vdso: filter out -mstack-guard and -mstack-size
     - s390/kexec: fix memory leak of ipl report buffer
     - s390/dump: fix copying to user-space of swapped kdump oldmem
     - block: Check ADMIN before NICE for IOPRIO_CLASS_RT
     - fbdev: Prevent probing generic drivers if a FB is already registered
     - KVM: SEV: Disallow COPY_ENC_CONTEXT_FROM if target has created vCPUs
     - KVM: nVMX: don't use vcpu->arch.efer when checking host state on nested
       state load
     - drm/cma-helper: Release non-coherent memory with dma_free_noncoherent()
     - printk: restore flushing of NMI buffers on remote CPUs after NMI backtraces
     - udf: Fix crash after seekdir
     - spi: fix use-after-free of the add_lock mutex
     - net: stmmac: socfpga: add runtime suspend/resume callback for stratix10
       platform
     - Drivers: hv: balloon: Use VMBUS_RING_SIZE() wrapper for dm_ring_size
     - btrfs: fix memory ordering between normal and ordered work functions
     - fs: handle circular mappings correctly
     - net: stmmac: Fix signed/unsigned wreckage
     - parisc/sticon: fix reverse colors
     - cfg80211: call cfg80211_stop_ap when switch from P2P_GO type
     - mac80211: fix radiotap header generation
     - mac80211: drop check for DONT_REORDER in __ieee80211_select_queue
     - drm/amd/display: Update swizzle mode enums
     - drm/amd/display: Limit max DSC target bpp for specific monitors
     - drm/i915/guc: Fix outstanding G2H accounting
     - drm/i915/guc: Don't enable scheduling on a banned context, guc_id invalid,
       not registered
     - drm/i915/guc: Workaround reset G2H is received after schedule done G2H
     - drm/i915/guc: Don't drop ce->guc_active.lock when unwinding context
     - drm/i915/guc: Unwind context requests in reverse order
     - drm/udl: fix control-message timeout
     - drm/prime: Fix use after free in mmap with drm_gem_ttm_mmap
     - drm/nouveau: Add a dedicated mutex for the clients list
     - drm/nouveau: use drm_dev_unplug() during device removal
     - drm/nouveau: clean up all clients on device removal
     - drm/i915/dp: Ensure sink rate values are always valid
     - drm/i915/dp: Ensure max link params are always valid
     - drm/i915: Fix type1 DVI DP dual mode adapter heuristic for modern platforms
     - drm/amdgpu: fix set scaling mode Full/Full aspect/Center not works on vga
       and dvi connectors
     - drm/amd/pm: avoid duplicate powergate/ungate setting
     - signal: Implement force_fatal_sig
     - exit/syscall_user_dispatch: Send ordinary signals on failure
     - signal/powerpc: On swapcontext failure force SIGSEGV
     - signal/s390: Use force_sigsegv in default_trap_handler
     - signal/sparc32: Exit with a fatal signal when try_to_clear_window_buffer
       fails
     - signal/sparc32: In setup_rt_frame and setup_fram use force_fatal_sig
     - signal/vm86_32: Properly send SIGSEGV when the vm86 state cannot be saved.
     - signal/x86: In emulate_vsyscall force a signal instead of calling do_exit
     - signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)
     - signal: Don't always set SA_IMMUTABLE for forced signals
     - signal: Replace force_fatal_sig with force_exit_sig when in doubt
     - hugetlbfs: flush TLBs correctly after huge_pmd_unshare
     - RDMA/netlink: Add __maybe_unused to static inline in C file
     - bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progs
     - selinux: fix NULL-pointer dereference when hashtab allocation fails
     - ASoC: DAPM: Cover regression by kctl change notification fix
     - ASoC: rsnd: fixup DMAEngine API
     - usb: max-3421: Use driver data instead of maintaining a list of bound
       devices
     - ice: Fix VF true promiscuous mode
     - ice: Delete always true check of PF pointer
     - fs: export an inode_update_time helper
     - btrfs: update device path inode time instead of bd_inode
     - net: add and use skb_unclone_keeptruesize() helper
     - x86/Kconfig: Fix an unused variable error in dell-smm-hwmon
     - ALSA: hda: hdac_ext_stream: fix potential locking issues
     - ALSA: hda: hdac_stream: fix potential locking issue in
       snd_hdac_stream_assign()
     - Linux 5.15.5
 
   * Fix non-working e1000e device after resume (LP: #1951861)
     - SAUCE: Revert "e1000e: Additional PHY power saving in S0ix"
     - SAUCE: Revert "e1000e: Add polling mechanism to indicate CSME DPG exit"
     - SAUCE: Revert "e1000e: Add handshake with the CSME to support S0ix"
 
   * [SRU][I/OEM-5.13/OEM-5.14] Add MAC passthrough support for more Lenovo docks
     (LP: #1951767)
     - net: usb: r8152: Add MAC passthrough support for more Lenovo Docks
 
   * [amdgpu] USB4 support for DP tunneling (LP: #1951868)
     - drm/amd/display: Support for DMUB HPD interrupt handling
     - drm/amd/display: Update link encoder object creation.
     - drm/amd/display: USB4 DPIA enumeration and AUX Tunneling
     - drm/amd/display: Support for DMUB HPD and HPD RX interrupt handling
     - drm/amd/display: Set DPIA link endpoint type
     - drm/amd/display: Stub out DPIA link training call
     - drm/amd/display: Add stub to get DPIA tunneling device data
     - drm/amd/display: Skip DPCD read for DPTX-to-DPIA hop
     - drm/amd/display: Train DPIA links with fallback
     - drm/amd/display: Implement DPIA training loop
     - drm/amd/display: Implement DPIA link configuration
     - drm/amd/display: Implement DPIA clock recovery phase
     - drm/amd/display: Implement DPIA equalisation phase
     - drm/amd/display: Implement end of training for hop in DPIA display path
     - drm/amd/display: Support for SET_CONFIG processing with DMUB
     - drm/amd/display: isolate link training setting override to its own function
     - drm/amd/display: Read USB4 DP tunneling data from DPCD.
     - drm/amd/display: Add dpia debug options
     - drm/amd/display: Support for SET_CONFIG processing with DMUB
     - drm/amd/display: Add DPCD writes at key points
     - drm/amd/display: Fix DIG_HPD_SELECT for USB4 display endpoints.
     - drm/amd/display: Add helper for blanking all dp displays
     - drm/amd/display: Fix link training fallback logic
     - drm/amd/display: Add debug flags for USB4 DP link training.
     - drm/amd/display: Fix dynamic link encoder access.
     - drm/amd/display: Fix concurrent dynamic encoder assignment
     - drm/amd/display: Fix dynamic encoder reassignment
     - drm/amd/display: Fix for access for ddc pin and aux engine.
     - drm/amd/display: Deadlock/HPD Status/Crash Bug Fix
     - drm/amd/display: Fix USB4 Aux via DMUB terminate unexpectedly
 
   * Miscellaneous Ubuntu changes
     - [Packaging] Rewrite debian/scripts/module-check in Python
     - [Config] update config and annotations after applying v5.15.5

linux (5.15.0-12.12) jammy; urgency=medium

   * jammy/linux: 5.15.0-12.12 -proposed tracker (LP: #1951810)
 
   * Jammy update: v5.15.4 upstream stable release (LP: #1951820)
     - string: uninline memcpy_and_pad
     - Revert "drm: fb_helper: improve CONFIG_FB dependency"
     - Revert "drm: fb_helper: fix CONFIG_FB dependency"
     - KVM: Fix steal time asm constraints
     - btrfs: introduce btrfs_is_data_reloc_root
     - btrfs: zoned: add a dedicated data relocation block group
     - btrfs: zoned: only allow one process to add pages to a relocation inode
     - btrfs: zoned: use regular writes for relocation
     - btrfs: check for relocation inodes on zoned btrfs in should_nocow
     - btrfs: zoned: allow preallocation for relocation inodes
     - fortify: Explicitly disable Clang support
     - block: Add a helper to validate the block size
     - loop: Use blk_validate_block_size() to validate block size
     - Bluetooth: btusb: Add support for TP-Link UB500 Adapter
     - parisc/entry: fix trace test in syscall exit path
     - PCI/MSI: Deal with devices lying about their MSI mask capability
     - PCI: Add MSI masking quirk for Nvidia ION AHCI
     - perf/core: Avoid put_page() when GUP fails
     - thermal: Fix NULL pointer dereferences in of_thermal_ functions
     - Revert "ACPI: scan: Release PM resources blocked by unused objects"
     - Linux 5.15.4
 
   * Jammy update: v5.15.3 upstream stable release (LP: #1951822)
     - xhci: Fix USB 3.1 enumeration issues by increasing roothub power-on-good
       delay
     - usb: xhci: Enable runtime-pm by default on AMD Yellow Carp platform
     - Input: iforce - fix control-message timeout
     - Input: elantench - fix misreporting trackpoint coordinates
     - Input: i8042 - Add quirk for Fujitsu Lifebook T725
     - libata: fix read log timeout value
     - ocfs2: fix data corruption on truncate
     - scsi: scsi_ioctl: Validate command size
     - scsi: core: Avoid leaving shost->last_reset with stale value if EH does not
       run
     - scsi: core: Remove command size deduction from scsi_setup_scsi_cmnd()
     - scsi: lpfc: Don't release final kref on Fport node while ABTS outstanding
     - scsi: lpfc: Fix FCP I/O flush functionality for TMF routines
     - scsi: qla2xxx: Fix crash in NVMe abort path
     - scsi: qla2xxx: Fix kernel crash when accessing port_speed sysfs file
     - scsi: qla2xxx: Fix use after free in eh_abort path
     - ce/gf100: fix incorrect CE0 address calculation on some GPUs
     - char: xillybus: fix msg_ep UAF in xillyusb_probe()
     - mmc: mtk-sd: Add wait dma stop done flow
     - mmc: dw_mmc: Dont wait for DRTO on Write RSP error
     - exfat: fix incorrect loading of i_blocks for large files
     - io-wq: remove worker to owner tw dependency
     - parisc: Fix set_fixmap() on PA1.x CPUs
     - parisc: Fix ptrace check on syscall return
     - tpm: Check for integer overflow in tpm2_map_response_body()
     - firmware/psci: fix application of sizeof to pointer
     - crypto: s5p-sss - Add error handling in s5p_aes_probe()
     - media: rkvdec: Do not override sizeimage for output format
     - media: ite-cir: IR receiver stop working after receive overflow
     - media: rkvdec: Support dynamic resolution changes
     - media: ir-kbd-i2c: improve responsiveness of hauppauge zilog receivers
     - media: v4l2-ioctl: Fix check_ext_ctrls
     - ALSA: hda/realtek: Fix mic mute LED for the HP Spectre x360 14
     - ALSA: hda/realtek: Add a quirk for HP OMEN 15 mute LED
     - ALSA: hda/realtek: Add quirk for Clevo PC70HS
     - ALSA: hda/realtek: Headset fixup for Clevo NH77HJQ
     - ALSA: hda/realtek: Add a quirk for Acer Spin SP513-54N
     - ALSA: hda/realtek: Add quirk for ASUS UX550VE
     - ALSA: hda/realtek: Add quirk for HP EliteBook 840 G7 mute LED
     - ALSA: ua101: fix division by zero at probe
     - ALSA: 6fire: fix control and bulk message timeouts
     - ALSA: line6: fix control and interrupt message timeouts
     - ALSA: mixer: oss: Fix racy access to slots
     - ALSA: mixer: fix deadlock in snd_mixer_oss_set_volume
     - ALSA: usb-audio: Line6 HX-Stomp XL USB_ID for 48k-fixed quirk
     - ALSA: usb-audio: Add registration quirk for JBL Quantum 400
     - ALSA: hda: Free card instance properly at probe errors
     - ALSA: synth: missing check for possible NULL after the call to kstrdup
     - ALSA: pci: rme: Fix unaligned buffer addresses
     - ALSA: PCM: Fix NULL dereference at mmap checks
     - ALSA: timer: Fix use-after-free problem
     - ALSA: timer: Unconditionally unlink slave instances, too
     - Revert "ext4: enforce buffer head state assertion in ext4_da_map_blocks"
     - ext4: fix lazy initialization next schedule time computation in more
       granular unit
     - ext4: ensure enough credits in ext4_ext_shift_path_extents
     - ext4: refresh the ext4_ext_path struct after dropping i_data_sem.
     - fuse: fix page stealing
     - x86/sme: Use #define USE_EARLY_PGTABLE_L5 in mem_encrypt_identity.c
     - x86/cpu: Fix migration safety with X86_BUG_NULL_SEL
     - x86/irq: Ensure PI wakeup handler is unregistered before module unload
     - x86/iopl: Fake iopl(3) CLI/STI usage
     - btrfs: clear MISSING device status bit in btrfs_close_one_device
     - btrfs: fix lost error handling when replaying directory deletes
     - btrfs: call btrfs_check_rw_degradable only if there is a missing device
     - KVM: x86/mmu: Drop a redundant, broken remote TLB flush
     - KVM: VMX: Unregister posted interrupt wakeup handler on hardware unsetup
     - KVM: PPC: Tick accounting should defer vtime accounting 'til after IRQ
       handling
     - ia64: kprobes: Fix to pass correct trampoline address to the handler
     - selinux: fix race condition when computing ocontext SIDs
     - ipmi:watchdog: Set panic count to proper value on a panic
     - md/raid1: only allocate write behind bio for WriteMostly device
     - hwmon: (pmbus/lm25066) Add offset coefficients
     - regulator: s5m8767: do not use reset value as DVS voltage if GPIO DVS is
       disabled
     - regulator: dt-bindings: samsung,s5m8767: correct s5m8767,pmic-buck-default-
       dvs-idx property
     - EDAC/sb_edac: Fix top-of-high-memory value for Broadwell/Haswell
     - mwifiex: fix division by zero in fw download path
     - ath6kl: fix division by zero in send path
     - ath6kl: fix control-message timeout
     - ath10k: fix control-message timeout
     - ath10k: fix division by zero in send path
     - PCI: Mark Atheros QCA6174 to avoid bus reset
     - rtl8187: fix control-message timeouts
     - evm: mark evm_fixmode as __ro_after_init
     - ifb: Depend on netfilter alternatively to tc
     - platform/surface: aggregator_registry: Add support for Surface Laptop Studio
     - mt76: mt7615: fix skb use-after-free on mac reset
     - HID: surface-hid: Use correct event registry for managing HID events
     - HID: surface-hid: Allow driver matching for target ID 1 devices
     - wcn36xx: Fix HT40 capability for 2Ghz band
     - wcn36xx: Fix tx_status mechanism
     - wcn36xx: Fix (QoS) null data frame bitrate/modulation
     - PM: sleep: Do not let "syscore" devices runtime-suspend during system
       transitions
     - mwifiex: Read a PCI register after writing the TX ring write pointer
     - mwifiex: Try waking the firmware until we get an interrupt
     - libata: fix checking of DMA state
     - dma-buf: fix and rework dma_buf_poll v7
     - wcn36xx: handle connection loss indication
     - rsi: fix occasional initialisation failure with BT coex
     - rsi: fix key enabled check causing unwanted encryption for vap_id > 0
     - rsi: fix rate mask set leading to P2P failure
     - rsi: Fix module dev_oper_mode parameter description
     - perf/x86/intel/uncore: Support extra IMC channel on Ice Lake server
     - perf/x86/intel/uncore: Fix invalid unit check
     - perf/x86/intel/uncore: Fix Intel ICX IIO event constraints
     - RDMA/qedr: Fix NULL deref for query_qp on the GSI QP
     - ASoC: tegra: Set default card name for Trimslice
     - ASoC: tegra: Restore AC97 support
     - signal: Remove the bogus sigkill_pending in ptrace_stop
     - memory: renesas-rpc-if: Correct QSPI data transfer in Manual mode
     - signal/mips: Update (_save|_restore)_fp_context to fail with -EFAULT
     - soc: samsung: exynos-pmu: Fix compilation when nothing selects
       CONFIG_MFD_CORE
     - soc: fsl: dpio: replace smp_processor_id with raw_smp_processor_id
     - soc: fsl: dpio: use the combined functions to protect critical zone
     - mtd: rawnand: socrates: Keep the driver compatible with on-die ECC engines
     - mctp: handle the struct sockaddr_mctp padding fields
     - power: supply: max17042_battery: Prevent int underflow in set_soc_threshold
     - power: supply: max17042_battery: use VFSOC for capacity when no rsns
     - iio: core: fix double free in iio_device_unregister_sysfs()
     - iio: core: check return value when calling dev_set_name()
     - KVM: arm64: Extract ESR_ELx.EC only
     - KVM: x86: Fix recording of guest steal time / preempted status
     - KVM: x86: Add helper to consolidate core logic of SET_CPUID{2} flows
     - KVM: nVMX: Query current VMCS when determining if MSR bitmaps are in use
     - KVM: nVMX: Handle dynamic MSR intercept toggling
     - can: peak_usb: always ask for BERR reporting for PCAN-USB devices
     - can: mcp251xfd: mcp251xfd_irq(): add missing
       can_rx_offload_threaded_irq_finish() in case of bus off
     - can: j1939: j1939_tp_cmd_recv(): ignore abort message in the BAM transport
     - can: j1939: j1939_can_recv(): ignore messages with invalid source address
     - can: j1939: j1939_tp_cmd_recv(): check the dst address of TP.CM_BAM
     - iio: adc: tsc2046: fix scan interval warning
     - powerpc/85xx: Fix oops when mpc85xx_smp_guts_ids node cannot be found
     - io_uring: honour zeroes as io-wq worker limits
     - ring-buffer: Protect ring_buffer_reset() from reentrancy
     - serial: core: Fix initializing and restoring termios speed
     - ifb: fix building without CONFIG_NET_CLS_ACT
     - xen/balloon: add late_initcall_sync() for initial ballooning done
     - ovl: fix use after free in struct ovl_aio_req
     - ovl: fix filattr copy-up failure
     - PCI: pci-bridge-emul: Fix emulation of W1C bits
     - PCI: cadence: Add cdns_plat_pcie_probe() missing return
     - cxl/pci: Fix NULL vs ERR_PTR confusion
     - PCI: aardvark: Do not clear status bits of masked interrupts
     - PCI: aardvark: Fix checking for link up via LTSSM state
     - PCI: aardvark: Do not unmask unused interrupts
     - PCI: aardvark: Fix reporting Data Link Layer Link Active
     - PCI: aardvark: Fix configuring Reference clock
     - PCI: aardvark: Fix return value of MSI domain .alloc() method
     - PCI: aardvark: Read all 16-bits from PCIE_MSI_PAYLOAD_REG
     - PCI: aardvark: Fix support for bus mastering and PCI_COMMAND on emulated
       bridge
     - PCI: aardvark: Fix support for PCI_BRIDGE_CTL_BUS_RESET on emulated bridge
     - PCI: aardvark: Set PCI Bridge Class Code to PCI Bridge
     - PCI: aardvark: Fix support for PCI_ROM_ADDRESS1 on emulated bridge
     - quota: check block number when reading the block in quota file
     - quota: correct error number in free_dqentry()
     - cifs: To match file servers, make sure the server hostname matches
     - cifs: set a minimum of 120s for next dns resolution
     - mfd: simple-mfd-i2c: Select MFD_CORE to fix build error
     - pinctrl: core: fix possible memory leak in pinctrl_enable()
     - coresight: cti: Correct the parameter for pm_runtime_put
     - coresight: trbe: Fix incorrect access of the sink specific data
     - coresight: trbe: Defer the probe on offline CPUs
     - iio: buffer: check return value of kstrdup_const()
     - iio: buffer: Fix memory leak in iio_buffers_alloc_sysfs_and_mask()
     - iio: buffer: Fix memory leak in __iio_buffer_alloc_sysfs_and_mask()
     - iio: buffer: Fix memory leak in iio_buffer_register_legacy_sysfs_groups()
     - drivers: iio: dac: ad5766: Fix dt property name
     - iio: dac: ad5446: Fix ad5622_write() return value
     - iio: ad5770r: make devicetree property reading consistent
     - Documentation:devicetree:bindings:iio:dac: Fix val
     - USB: serial: keyspan: fix memleak on probe errors
     - serial: 8250: fix racy uartclk update
     - ksmbd: set unique value to volume serial field in FS_VOLUME_INFORMATION
     - io-wq: serialize hash clear with wakeup
     - serial: 8250: Fix reporting real baudrate value in c_ospeed field
     - Revert "serial: 8250: Fix reporting real baudrate value in c_ospeed field"
     - most: fix control-message timeouts
     - USB: iowarrior: fix control-message timeouts
     - USB: chipidea: fix interrupt deadlock
     - power: supply: max17042_battery: Clear status bits in interrupt handler
     - component: do not leave master devres group open after bind
     - dma-buf: WARN on dmabuf release with pending attachments
     - drm: panel-orientation-quirks: Update the Lenovo Ideapad D330 quirk (v2)
     - drm: panel-orientation-quirks: Add quirk for KD Kurio Smart C15200 2-in-1
     - drm: panel-orientation-quirks: Add quirk for the Samsung Galaxy Book 10.6
     - Bluetooth: sco: Fix lock_sock() blockage by memcpy_from_msg()
     - Bluetooth: fix use-after-free error in lock_sock_nested()
     - Bluetooth: call sock_hold earlier in sco_conn_del
     - drm/panel-orientation-quirks: add Valve Steam Deck
     - rcutorture: Avoid problematic critical section nesting on PREEMPT_RT
     - platform/x86: wmi: do not fail if disabling fails
     - drm/amdgpu: move iommu_resume before ip init/resume
     - MIPS: lantiq: dma: add small delay after reset
     - MIPS: lantiq: dma: reset correct number of channel
     - locking/lockdep: Avoid RCU-induced noinstr fail
     - net: sched: update default qdisc visibility after Tx queue cnt changes
     - rcu-tasks: Move RTGS_WAIT_CBS to beginning of rcu_tasks_kthread() loop
     - smackfs: Fix use-after-free in netlbl_catmap_walk()
     - ath11k: Align bss_chan_info structure with firmware
     - crypto: aesni - check walk.nbytes instead of err
     - x86/mm/64: Improve stack overflow warnings
     - x86: Increase exception stack sizes
     - mwifiex: Run SET_BSS_MODE when changing from P2P to STATION vif-type
     - mwifiex: Properly initialize private structure on interface type changes
     - spi: Check we have a spi_device_id for each DT compatible
     - fscrypt: allow 256-bit master keys with AES-256-XTS
     - drm/amdgpu: Fix MMIO access page fault
     - drm/amd/display: Fix null pointer dereference for encoders
     - selftests: net: fib_nexthops: Wait before checking reported idle time
     - ath11k: Avoid reg rules update during firmware recovery
     - ath11k: add handler for scan event WMI_SCAN_EVENT_DEQUEUED
     - ath11k: Change DMA_FROM_DEVICE to DMA_TO_DEVICE when map reinjected packets
     - ath10k: high latency fixes for beacon buffer
     - octeontx2-pf: Enable promisc/allmulti match MCAM entries.
     - media: mt9p031: Fix corrupted frame after restarting stream
     - media: netup_unidvb: handle interrupt properly according to the firmware
     - media: atomisp: Fix error handling in probe
     - media: stm32: Potential NULL pointer dereference in dcmi_irq_thread()
     - media: uvcvideo: Set capability in s_param
     - media: uvcvideo: Return -EIO for control errors
     - media: uvcvideo: Set unique vdev name based in type
     - media: vidtv: Fix memory leak in remove
     - media: s5p-mfc: fix possible null-pointer dereference in s5p_mfc_probe()
     - media: s5p-mfc: Add checking to s5p_mfc_probe().
     - media: videobuf2: rework vb2_mem_ops API
     - media: imx: set a media_device bus_info string
     - media: rcar-vin: Use user provided buffers when starting
     - media: mceusb: return without resubmitting URB in case of -EPROTO error.
     - ia64: don't do IA64_CMPXCHG_DEBUG without CONFIG_PRINTK
     - rtw88: fix RX clock gate setting while fifo dump
     - brcmfmac: Add DMI nvram filename quirk for Cyberbook T116 tablet
     - media: rcar-csi2: Add checking to rcsi2_start_receiver()
     - ipmi: Disable some operations during a panic
     - fs/proc/uptime.c: Fix idle time reporting in /proc/uptime
     - kselftests/sched: cleanup the child processes
     - ACPICA: Avoid evaluating methods too early during system resume
     - cpufreq: Make policy min/max hard requirements
     - ice: Move devlink port to PF/VF struct
     - media: imx-jpeg: Fix possible null pointer dereference
     - media: ipu3-imgu: imgu_fmt: Handle properly try
     - media: ipu3-imgu: VIDIOC_QUERYCAP: Fix bus_info
     - media: usb: dvd-usb: fix uninit-value bug in dibusb_read_eeprom_byte()
     - net-sysfs: try not to restart the syscall if it will fail eventually
     - drm/amdkfd: rm BO resv on validation to avoid deadlock
     - tracefs: Have tracefs directories not set OTH permission bits by default
     - tracing: Disable "other" permission bits in the tracefs files
     - ath: dfs_pattern_detector: Fix possible null-pointer dereference in
       channel_detector_create()
     - KVM: arm64: Propagate errors from __pkvm_prot_finalize hypercall
     - mmc: moxart: Fix reference count leaks in moxart_probe
     - iov_iter: Fix iov_iter_get_pages{,_alloc} page fault return value
     - ACPI: battery: Accept charges over the design capacity as full
     - ACPI: scan: Release PM resources blocked by unused objects
     - drm/amd/display: fix null pointer deref when plugging in display
     - drm/amdkfd: fix resume error when iommu disabled in Picasso
     - net: phy: micrel: make *-skew-ps check more lenient
     - leaking_addresses: Always print a trailing newline
     - thermal/core: Fix null pointer dereference in thermal_release()
     - drm/msm: prevent NULL dereference in msm_gpu_crashstate_capture()
     - thermal/drivers/tsens: Add timeout to get_temp_tsens_valid
     - block: bump max plugged deferred size from 16 to 32
     - floppy: fix calling platform_device_unregister() on invalid drives
     - md: update superblock after changing rdev flags in state_store
     - memstick: r592: Fix a UAF bug when removing the driver
     - locking/rwsem: Disable preemption for spinning region
     - lib/xz: Avoid overlapping memcpy() with invalid input with in-place
       decompression
     - lib/xz: Validate the value before assigning it to an enum variable
     - workqueue: make sysfs of unbound kworker cpumask more clever
     - tracing/cfi: Fix cmp_entries_* functions signature mismatch
     - mt76: mt7915: fix an off-by-one bound check
     - mwl8k: Fix use-after-free in mwl8k_fw_state_machine()
     - iwlwifi: change all JnP to NO-160 configuration
     - block: remove inaccurate requeue check
     - media: allegro: ignore interrupt if mailbox is not initialized
     - drm/amdgpu/pm: properly handle sclk for profiling modes on vangogh
     - nvmet: fix use-after-free when a port is removed
     - nvmet-rdma: fix use-after-free when a port is removed
     - nvmet-tcp: fix use-after-free when a port is removed
     - nvme: drop scan_lock and always kick requeue list when removing namespaces
     - samples/bpf: Fix application of sizeof to pointer
     - arm64: vdso32: suppress error message for 'make mrproper'
     - PM: hibernate: Get block device exclusively in swsusp_check()
     - selftests: kvm: fix mismatched fclose() after popen()
     - selftests/bpf: Fix perf_buffer test on system with offline cpus
     - iwlwifi: mvm: disable RX-diversity in powersave
     - smackfs: use __GFP_NOFAIL for smk_cipso_doi()
     - ARM: clang: Do not rely on lr register for stacktrace
     - gre/sit: Don't generate link-local addr if addr_gen_mode is
       IN6_ADDR_GEN_MODE_NONE
     - can: bittiming: can_fixup_bittiming(): change type of tseg1 and alltseg to
       unsigned int
     - gfs2: Cancel remote delete work asynchronously
     - gfs2: Fix glock_hash_walk bugs
     - ARM: 9136/1: ARMv7-M uses BE-8, not BE-32
     - tools/latency-collector: Use correct size when writing queue_full_warning
     - vrf: run conntrack only in context of lower/physdev for locally generated
       packets
     - net: annotate data-race in neigh_output()
     - ACPI: AC: Quirk GK45 to skip reading _PSR
     - ACPI: resources: Add one more Medion model in IRQ override quirk
     - btrfs: reflink: initialize return value to 0 in btrfs_extent_same()
     - btrfs: do not take the uuid_mutex in btrfs_rm_device
     - spi: bcm-qspi: Fix missing clk_disable_unprepare() on error in
       bcm_qspi_probe()
     - wcn36xx: Correct band/freq reporting on RX
     - wcn36xx: Fix packet drop on resume
     - Revert "wcn36xx: Enable firmware link monitoring"
     - ftrace: do CPU checking after preemption disabled
     - inet: remove races in inet{6}_getname()
     - x86/hyperv: Protect set_hv_tscchange_cb() against getting preempted
     - drm/amd/display: dcn20_resource_construct reduce scope of FPU enabled
     - perf/x86/intel: Fix ICL/SPR INST_RETIRED.PREC_DIST encodings
     - parisc: fix warning in flush_tlb_all
     - task_stack: Fix end_of_stack() for architectures with upwards-growing stack
     - erofs: don't trigger WARN() when decompression fails
     - parisc/unwind: fix unwinder when CONFIG_64BIT is enabled
     - parisc/kgdb: add kgdb_roundup() to make kgdb work with idle polling
     - netfilter: conntrack: set on IPS_ASSURED if flows enters internal stream
       state
     - selftests/bpf: Fix strobemeta selftest regression
     - fbdev/efifb: Release PCI device's runtime PM ref during FB destroy
     - drm/bridge: anx7625: Propagate errors from sp_tx_rst_aux()
     - perf/x86/intel/uncore: Fix Intel SPR CHA event constraints
     - perf/x86/intel/uncore: Fix Intel SPR IIO event constraints
     - perf/x86/intel/uncore: Fix Intel SPR M2PCIE event constraints
     - perf/x86/intel/uncore: Fix Intel SPR M3UPI event constraints
     - drm/bridge: it66121: Initialize {device,vendor}_ids
     - drm/bridge: it66121: Wait for next bridge to be probed
     - Bluetooth: fix init and cleanup of sco_conn.timeout_work
     - libbpf: Don't crash on object files with no symbol tables
     - Bluetooth: hci_uart: fix GPF in h5_recv
     - rcu: Fix existing exp request check in sync_sched_exp_online_cleanup()
     - MIPS: lantiq: dma: fix burst length for DEU
     - x86/xen: Mark cpu_bringup_and_idle() as dead_end_function
     - objtool: Handle __sanitize_cov*() tail calls
     - net/mlx5: Publish and unpublish all devlink parameters at once
     - drm/v3d: fix wait for TMU write combiner flush
     - crypto: sm4 - Do not change section of ck and sbox
     - virtio-gpu: fix possible memory allocation failure
     - lockdep: Let lock_is_held_type() detect recursive read as read
     - net: net_namespace: Fix undefined member in key_remove_domain()
     - net: phylink: don't call netif_carrier_off() with NULL netdev
     - drm: bridge: it66121: Fix return value it66121_probe
     - spi: Fixed division by zero warning
     - cgroup: Make rebind_subsystems() disable v2 controllers all at once
     - wcn36xx: Fix Antenna Diversity Switching
     - wilc1000: fix possible memory leak in cfg_scan_result()
     - Bluetooth: btmtkuart: fix a memleak in mtk_hci_wmt_sync
     - drm/amdgpu: Fix crash on device remove/driver unload
     - drm/amd/display: Pass display_pipe_params_st as const in DML
     - drm/amdgpu: move amdgpu_virt_release_full_gpu to fini_early stage
     - crypto: caam - disable pkc for non-E SoCs
     - crypto: qat - power up 4xxx device
     - Bluetooth: hci_h5: Fix (runtime)suspend issues on RTL8723BS HCIs
     - bnxt_en: Check devlink allocation and registration status
     - qed: Don't ignore devlink allocation failures
     - rxrpc: Fix _usecs_to_jiffies() by using usecs_to_jiffies()
     - mptcp: do not shrink snd_nxt when recovering
     - fortify: Fix dropped strcpy() compile-time write overflow check
     - mac80211: twt: don't use potentially unaligned pointer
     - cfg80211: always free wiphy specific regdomain
     - net/mlx5: Accept devlink user input after driver initialization complete
     - net: dsa: rtl8366rb: Fix off-by-one bug
     - net: dsa: rtl8366: Fix a bug in deleting VLANs
     - bpf/tests: Fix error in tail call limit tests
     - ath11k: fix some sleeping in atomic bugs
     - ath11k: Avoid race during regd updates
     - ath11k: fix packet drops due to incorrect 6 GHz freq value in rx status
     - ath11k: Fix memory leak in ath11k_qmi_driver_event_work
     - gve: DQO: avoid unused variable warnings
     - ath10k: Fix missing frame timestamp for beacon/probe-resp
     - ath10k: sdio: Add missing BH locking around napi_schdule()
     - drm/ttm: stop calling tt_swapin in vm_access
     - arm64: mm: update max_pfn after memory hotplug
     - drm/amdgpu: fix warning for overflow check
     - libbpf: Fix skel_internal.h to set errno on loader retval < 0
     - media: em28xx: add missing em28xx_close_extension
     - media: meson-ge2d: Fix rotation parameter changes detection in
       'ge2d_s_ctrl()'
     - media: cxd2880-spi: Fix a null pointer dereference on error handling path
     - media: ttusb-dec: avoid release of non-acquired mutex
     - media: dvb-usb: fix ununit-value in az6027_rc_query
     - media: imx258: Fix getting clock frequency
     - media: v4l2-ioctl: S_CTRL output the right value
     - media: mtk-vcodec: venc: fix return value when start_streaming fails
     - media: TDA1997x: handle short reads of hdmi info frame.
     - media: mtk-vpu: Fix a resource leak in the error handling path of
       'mtk_vpu_probe()'
     - media: imx-jpeg: Fix the error handling path of 'mxc_jpeg_probe()'
     - media: i2c: ths8200 needs V4L2_ASYNC
     - media: sun6i-csi: Allow the video device to be open multiple times
     - media: radio-wl1273: Avoid card name truncation
     - media: si470x: Avoid card name truncation
     - media: tm6000: Avoid card name truncation
     - media: cx23885: Fix snd_card_free call on null card pointer
     - media: atmel: fix the ispck initialization
     - scs: Release kasan vmalloc poison in scs_free process
     - kprobes: Do not use local variable when creating debugfs file
     - crypto: ecc - fix CRYPTO_DEFAULT_RNG dependency
     - drm: fb_helper: fix CONFIG_FB dependency
     - cpuidle: Fix kobject memory leaks in error paths
     - media: em28xx: Don't use ops->suspend if it is NULL
     - ath10k: Don't always treat modem stop events as crashes
     - ath9k: Fix potential interrupt storm on queue reset
     - PM: EM: Fix inefficient states detection
     - x86/insn: Use get_unaligned() instead of memcpy()
     - EDAC/amd64: Handle three rank interleaving mode
     - rcu: Always inline rcu_dynticks_task*_{enter,exit}()
     - rcu: Fix rcu_dynticks_curr_cpu_in_eqs() vs noinstr
     - netfilter: nft_dynset: relax superfluous check on set updates
     - media: venus: fix vpp frequency calculation for decoder
     - media: dvb-frontends: mn88443x: Handle errors of clk_prepare_enable()
     - crypto: ccree - avoid out-of-range warnings from clang
     - crypto: qat - detect PFVF collision after ACK
     - crypto: qat - disregard spurious PFVF interrupts
     - hwrng: mtk - Force runtime pm ops for sleep ops
     - ima: fix deadlock when traversing "ima_default_rules".
     - b43legacy: fix a lower bounds test
     - b43: fix a lower bounds test
     - gve: Recover from queue stall due to missed IRQ
     - gve: Track RX buffer allocation failures
     - mmc: sdhci-omap: Fix NULL pointer exception if regulator is not configured
     - mmc: sdhci-omap: Fix context restore
     - memstick: avoid out-of-range warning
     - memstick: jmb38x_ms: use appropriate free function in jmb38x_ms_alloc_host()
     - net, neigh: Fix NTF_EXT_LEARNED in combination with NTF_USE
     - hwmon: Fix possible memleak in __hwmon_device_register()
     - hwmon: (pmbus/lm25066) Let compiler determine outer dimension of
       lm25066_coeff
     - ath10k: fix max antenna gain unit
     - kernel/sched: Fix sched_fork() access an invalid sched_task_group
     - net: fealnx: fix build for UML
     - net: intel: igc_ptp: fix build for UML
     - net: tulip: winbond-840: fix build for UML
     - tcp: switch orphan_count to bare per-cpu counters
     - crypto: octeontx2 - set assoclen in aead_do_fallback()
     - thermal/core: fix a UAF bug in __thermal_cooling_device_register()
     - drm/msm/dsi: do not enable irq handler before powering up the host
     - drm/msm: Fix potential Oops in a6xx_gmu_rpmh_init()
     - drm/msm: potential error pointer dereference in init()
     - drm/msm: unlock on error in get_sched_entity()
     - drm/msm: fix potential NULL dereference in cleanup
     - drm/msm: uninitialized variable in msm_gem_import()
     - net: stream: don't purge sk_error_queue in sk_stream_kill_queues()
     - thermal/drivers/qcom/lmh: make QCOM_LMH depends on QCOM_SCM
     - mailbox: Remove WARN_ON for async_cb.cb in cmdq_exec_done
     - media: ivtv: fix build for UML
     - media: ir_toy: assignment to be16 should be of correct type
     - mmc: mxs-mmc: disable regulator on error and in the remove function
     - io-wq: Remove duplicate code in io_workqueue_create()
     - block: ataflop: fix breakage introduced at blk-mq refactoring
     - platform/x86: thinkpad_acpi: Fix bitwise vs. logical warning
     - mailbox: mtk-cmdq: Validate alias_id on probe
     - mailbox: mtk-cmdq: Fix local clock ID usage
     - ACPI: PM: Turn off unused wakeup power resources
     - ACPI: PM: Fix sharing of wakeup power resources
     - drm/amdkfd: Fix an inappropriate error handling in allloc memory of gpu
     - mt76: mt7921: fix endianness in mt7921_mcu_tx_done_event
     - mt76: mt7915: fix endianness warning in mt7915_mac_add_txs_skb
     - mt76: mt7921: fix endianness warning in mt7921_update_txs
     - mt76: mt7615: fix endianness warning in mt7615_mac_write_txwi
     - mt76: mt7915: fix info leak in mt7915_mcu_set_pre_cal()
     - mt76: connac: fix mt76_connac_gtk_rekey_tlv usage
     - mt76: fix build error implicit enumeration conversion
     - mt76: mt7921: fix survey-dump reporting
     - mt76: mt76x02: fix endianness warnings in mt76x02_mac.c
     - mt76: mt7921: Fix out of order process by invalid event pkt
     - mt76: mt7915: fix potential overflow of eeprom page index
     - mt76: mt7915: fix bit fields for HT rate idx
     - mt76: mt7921: fix dma hang in rmmod
     - mt76: connac: fix GTK rekey offload failure on WPA mixed mode
     - mt76: overwrite default reg_ops if necessary
     - mt76: mt7921: report HE MU radiotap
     - mt76: mt7921: fix firmware usage of RA info using legacy rates
     - mt76: mt7921: fix kernel warning from cfg80211_calculate_bitrate
     - mt76: mt7921: always wake device if necessary in debugfs
     - mt76: mt7915: fix hwmon temp sensor mem use-after-free
     - mt76: mt7615: fix hwmon temp sensor mem use-after-free
     - mt76: mt7915: fix possible infinite loop release semaphore
     - mt76: mt7921: fix retrying release semaphore without end
     - mt76: mt7615: fix monitor mode tear down crash
     - mt76: connac: fix possible NULL pointer dereference in
       mt76_connac_get_phy_mode_v2
     - mt76: mt7915: fix sta_rec_wtbl tag len
     - mt76: mt7915: fix muar_idx in mt7915_mcu_alloc_sta_req()
     - rsi: stop thread firstly in rsi_91x_init() error handling
     - mwifiex: Send DELBA requests according to spec
     - iwlwifi: mvm: reset PM state on unsuccessful resume
     - iwlwifi: pnvm: don't kmemdup() more than we have
     - iwlwifi: pnvm: read EFI data only if long enough
     - net: enetc: unmap DMA in enetc_send_cmd()
     - phy: micrel: ksz8041nl: do not use power down mode
     - nbd: Fix use-after-free in pid_show
     - nvme-rdma: fix error code in nvme_rdma_setup_ctrl
     - PM: hibernate: fix sparse warnings
     - clocksource/drivers/timer-ti-dm: Select TIMER_OF
     - x86/sev: Fix stack type check in vc_switch_off_ist()
     - drm/msm: Fix potential NULL dereference in DPU SSPP
     - drm/msm/dsi: fix wrong type in msm_dsi_host
     - crypto: tcrypt - fix skcipher multi-buffer tests for 1420B blocks
     - smackfs: use netlbl_cfg_cipsov4_del() for deleting cipso_v4_doi
     - KVM: selftests: Fix nested SVM tests when built with clang
     - libbpf: Fix memory leak in btf__dedup()
     - bpftool: Avoid leaking the JSON writer prepared for program metadata
     - libbpf: Fix overflow in BTF sanity checks
     - libbpf: Fix BTF header parsing checks
     - mt76: mt7615: mt7622: fix ibss and meshpoint
     - s390/gmap: validate VMA in __gmap_zap()
     - s390/gmap: don't unconditionally call pte_unmap_unlock() in __gmap_zap()
     - s390/mm: validate VMA in PGSTE manipulation functions
     - s390/mm: fix VMA and page table handling code in storage key handling
       functions
     - s390/uv: fully validate the VMA before calling follow_page()
     - KVM: s390: pv: avoid double free of sida page
     - KVM: s390: pv: avoid stalls for kvm_s390_pv_init_vm
     - irq: mips: avoid nested irq_enter()
     - net: dsa: avoid refcount warnings when ->port_{fdb,mdb}_del returns error
     - ARM: 9142/1: kasan: work around LPAE build warning
     - ath10k: fix module load regression with iram-recovery feature
     - block: ataflop: more blk-mq refactoring fixes
     - blk-cgroup: synchronize blkg creation against policy deactivation
     - libbpf: Fix off-by-one bug in bpf_core_apply_relo()
     - tpm: fix Atmel TPM crash caused by too frequent queries
     - tpm_tis_spi: Add missing SPI ID
     - libbpf: Fix endianness detection in BPF_CORE_READ_BITFIELD_PROBED()
     - tcp: don't free a FIN sk_buff in tcp_remove_empty_skb()
     - tracing: Fix missing trace_boot_init_histograms kstrdup NULL checks
     - cpufreq: intel_pstate: Fix cpu->pstate.turbo_freq initialization
     - spi: spi-rpc-if: Check return value of rpcif_sw_init()
     - samples/kretprobes: Fix return value if register_kretprobe() failed
     - KVM: s390: Fix handle_sske page fault handling
     - libertas_tf: Fix possible memory leak in probe and disconnect
     - libertas: Fix possible memory leak in probe and disconnect
     - wcn36xx: add proper DMA memory barriers in rx path
     - wcn36xx: Fix discarded frames due to wrong sequence number
     - bpf: Avoid races in __bpf_prog_run() for 32bit arches
     - bpf: Fixes possible race in update_prog_stats() for 32bit arches
     - wcn36xx: Channel list update before hardware scan
     - drm/amdgpu: fix a potential memory leak in amdgpu_device_fini_sw()
     - drm/amdgpu/gmc6: fix DMA mask from 44 to 40 bits
     - selftests/bpf: Fix fd cleanup in sk_lookup test
     - selftests/bpf: Fix memory leak in test_ima
     - sctp: allow IP fragmentation when PLPMTUD enters Error state
     - sctp: reset probe_timer in sctp_transport_pl_update
     - sctp: subtract sctphdr len in sctp_transport_pl_hlen
     - sctp: return true only for pathmtu update in sctp_transport_pl_toobig
     - net: amd-xgbe: Toggle PLL settings during rate change
     - ipmi: kcs_bmc: Fix a memory leak in the error handling path of
       'kcs_bmc_serio_add_device()'
     - nfp: fix NULL pointer access when scheduling dim work
     - nfp: fix potential deadlock when canceling dim work
     - net: phylink: avoid mvneta warning when setting pause parameters
     - net: bridge: fix uninitialized variables when BRIDGE_CFM is disabled
     - selftests: net: bridge: update IGMP/MLD membership interval value
     - crypto: pcrypt - Delay write to padata->info
     - selftests/bpf: Fix fclose/pclose mismatch in test_progs
     - udp6: allow SO_MARK ctrl msg to affect routing
     - ibmvnic: don't stop queue in xmit
     - ibmvnic: Process crqs after enabling interrupts
     - ibmvnic: delay complete()
     - selftests: mptcp: fix proto type in link_failure tests
     - skmsg: Lose offset info in sk_psock_skb_ingress
     - cgroup: Fix rootcg cpu.stat guest double counting
     - bpf: Fix propagation of bounds from 64-bit min/max into 32-bit and var_off.
     - bpf: Fix propagation of signed bounds from 64-bit min/max into 32-bit.
     - of: unittest: fix EXPECT text for gpio hog errors
     - cpufreq: Fix parameter in parse_perf_domain()
     - staging: r8188eu: fix memory leak in rtw_set_key
     - arm64: dts: meson: sm1: add Ethernet PHY reset line for ODROID-C4/HC4
     - iio: st_sensors: disable regulators after device unregistration
     - RDMA/rxe: Fix wrong port_cap_flags
     - ARM: dts: BCM5301X: Fix memory nodes names
     - arm64: dts: broadcom: bcm4908: Fix UART clock name
     - clk: mvebu: ap-cpu-clk: Fix a memory leak in error handling paths
     - scsi: pm80xx: Fix lockup in outbound queue management
     - scsi: qla2xxx: edif: Use link event to wake up app
     - scsi: lpfc: Fix NVMe I/O failover to non-optimized path
     - ARM: s3c: irq-s3c24xx: Fix return value check for s3c24xx_init_intc()
     - arm64: dts: rockchip: Fix GPU register width for RK3328
     - ARM: dts: qcom: msm8974: Add xo_board reference clock to DSI0 PHY
     - RDMA/bnxt_re: Fix query SRQ failure
     - arm64: dts: ti: k3-j721e-main: Fix "max-virtual-functions" in PCIe EP nodes
     - arm64: dts: ti: k3-j721e-main: Fix "bus-range" upto 256 bus number for PCIe
     - arm64: dts: ti: j7200-main: Fix "vendor-id"/"device-id" properties of pcie
       node
     - arm64: dts: ti: j7200-main: Fix "bus-range" upto 256 bus number for PCIe
     - arm64: dts: meson-g12a: Fix the pwm regulator supply properties
     - arm64: dts: meson-g12b: Fix the pwm regulator supply properties
     - arm64: dts: meson-sm1: Fix the pwm regulator supply properties
     - bus: ti-sysc: Fix timekeeping_suspended warning on resume
     - ARM: dts: at91: tse850: the emac<->phy interface is rmii
     - arm64: dts: qcom: sc7180: Base dynamic CPU power coefficients in reality
     - soc: qcom: llcc: Disable MMUHWT retention
     - arm64: dts: qcom: sc7280: fix display port phy reg property
     - scsi: dc395: Fix error case unwinding
     - MIPS: loongson64: make CPU_LOONGSON64 depends on MIPS_FP_SUPPORT
     - JFS: fix memleak in jfs_mount
     - pinctrl: renesas: rzg2l: Fix missing port register 21h
     - ASoC: wcd9335: Use correct version to initialize Class H
     - arm64: dts: qcom: msm8916: Fix Secondary MI2S bit clock
     - arm64: dts: renesas: beacon: Fix Ethernet PHY mode
     - iommu/mediatek: Fix out-of-range warning with clang
     - arm64: dts: qcom: pm8916: Remove wrong reg-names for rtc@6000
     - iommu/dma: Fix sync_sg with swiotlb
     - iommu/dma: Fix arch_sync_dma for map
     - ALSA: hda: Reduce udelay() at SKL+ position reporting
     - ALSA: hda: Use position buffer for SKL+ again
     - ALSA: usb-audio: Fix possible race at sync of urb completions
     - soundwire: debugfs: use controller id and link_id for debugfs
     - power: reset: at91-reset: check properly the return value of devm_of_iomap
     - scsi: ufs: core: Fix ufshcd_probe_hba() prototype to match the definition
     - scsi: ufs: core: Stop clearing UNIT ATTENTIONS
     - scsi: megaraid_sas: Fix concurrent access to ISR between IRQ polling and
       real interrupt
     - scsi: pm80xx: Fix misleading log statement in pm8001_mpi_get_nvmd_resp()
     - driver core: Fix possible memory leak in device_link_add()
     - arm: dts: omap3-gta04a4: accelerometer irq fix
     - ASoC: SOF: topology: do not power down primary core during topology removal
     - iio: st_pressure_spi: Add missing entries SPI to device ID table
     - soc/tegra: Fix an error handling path in tegra_powergate_power_up()
     - memory: fsl_ifc: fix leak of irq and nand_irq in fsl_ifc_ctrl_probe
     - clk: at91: check pmc node status before registering syscore ops
     - powerpc/mem: Fix arch/powerpc/mm/mem.c:53:12: error: no previous prototype
       for 'create_section_mapping'
     - video: fbdev: chipsfb: use memset_io() instead of memset()
     - powerpc: fix unbalanced node refcount in check_kvm_guest()
     - powerpc/paravirt: correct preempt debug splat in vcpu_is_preempted()
     - serial: 8250_dw: Drop wrong use of ACPI_PTR()
     - usb: gadget: hid: fix error code in do_config()
     - power: supply: rt5033_battery: Change voltage values to µV
     - power: supply: max17040: fix null-ptr-deref in max17040_probe()
     - scsi: csiostor: Uninitialized data in csio_ln_vnp_read_cbfn()
     - RDMA/mlx4: Return missed an error if device doesn't support steering
     - usb: musb: select GENERIC_PHY instead of depending on it
     - staging: most: dim2: do not double-register the same device
     - staging: ks7010: select CRYPTO_HASH/CRYPTO_MICHAEL_MIC
     - RDMA/core: Set sgtable nents when using ib_dma_virt_map_sg()
     - dyndbg: make dyndbg a known cli param
     - powerpc/perf: Fix cycles/instructions as PM_CYC/PM_INST_CMPL in power10
     - pinctrl: renesas: checker: Fix off-by-one bug in drive register check
     - ARM: dts: stm32: Reduce DHCOR SPI NOR frequency to 50 MHz
     - ARM: dts: stm32: fix STUSB1600 Type-C irq level on stm32mp15xx-dkx
     - ARM: dts: stm32: fix SAI sub nodes register range
     - ARM: dts: stm32: fix AV96 board SAI2 pin muxing on stm32mp15
     - ASoC: cs42l42: Always configure both ASP TX channels
     - ASoC: cs42l42: Correct some register default values
     - ASoC: cs42l42: Defer probe if request_threaded_irq() returns EPROBE_DEFER
     - soc: qcom: rpmhpd: Make power_on actually enable the domain
     - soc: qcom: socinfo: add two missing PMIC IDs
     - iio: buffer: Fix double-free in iio_buffers_alloc_sysfs_and_mask()
     - usb: typec: STUSB160X should select REGMAP_I2C
     - iio: adis: do not disabe IRQs in 'adis_init()'
     - soundwire: bus: stop dereferencing invalid slave pointer
     - scsi: ufs: ufshcd-pltfrm: Fix memory leak due to probe defer
     - scsi: lpfc: Wait for successful restart of SLI3 adapter during host sg_reset
     - serial: imx: fix detach/attach of serial console
     - usb: dwc2: drd: fix dwc2_force_mode call in dwc2_ovr_init
     - usb: dwc2: drd: fix dwc2_drd_role_sw_set when clock could be disabled
     - usb: dwc2: drd: reset current session before setting the new one
     - powerpc/booke: Disable STRICT_KERNEL_RWX, DEBUG_PAGEALLOC and KFENCE
     - usb: dwc3: gadget: Skip resizing EP's TX FIFO if already resized
     - firmware: qcom_scm: Fix error retval in __qcom_scm_is_call_available()
     - soc: qcom: rpmhpd: fix sm8350_mxc's peer domain
     - soc: qcom: apr: Add of_node_put() before return
     - arm64: dts: qcom: pmi8994: Fix "eternal"->"external" typo in WLED node
     - arm64: dts: qcom: sdm845: Use RPMH_CE_CLK macro directly
     - arm64: dts: qcom: sdm845: Fix Qualcomm crypto engine bus clock
     - pinctrl: equilibrium: Fix function addition in multiple groups
     - ASoC: topology: Fix stub for snd_soc_tplg_component_remove()
     - phy: qcom-qusb2: Fix a memory leak on probe
     - phy: ti: gmii-sel: check of_get_address() for failure
     - phy: qcom-qmp: another fix for the sc8180x PCIe definition
     - phy: qcom-snps: Correct the FSEL_MASK
     - phy: Sparx5 Eth SerDes: Fix return value check in sparx5_serdes_probe()
     - serial: xilinx_uartps: Fix race condition causing stuck TX
     - clk: at91: sam9x60-pll: use DIV_ROUND_CLOSEST_ULL
     - clk: at91: clk-master: check if div or pres is zero
     - clk: at91: clk-master: fix prescaler logic
     - HID: u2fzero: clarify error check and length calculations
     - HID: u2fzero: properly handle timeouts in usb_submit_urb
     - powerpc/nohash: Fix __ptep_set_access_flags() and ptep_set_wrprotect()
     - powerpc/book3e: Fix set_memory_x() and set_memory_nx()
     - powerpc/44x/fsp2: add missing of_node_put
     - powerpc/xmon: fix task state output
     - ALSA: oxfw: fix functional regression for Mackie Onyx 1640i in v5.14 or
       later
     - iommu/dma: Fix incorrect error return on iommu deferred attach
     - powerpc: Don't provide __kernel_map_pages() without
       ARCH_SUPPORTS_DEBUG_PAGEALLOC
     - ASoC: cs42l42: Correct configuring of switch inversion from ts-inv
     - RDMA/hns: Fix initial arm_st of CQ
     - RDMA/hns: Modify the value of MAX_LP_MSG_LEN to meet hardware compatibility
     - ASoC: rsnd: Fix an error handling path in 'rsnd_node_count()'
     - serial: cpm_uart: Protect udbg definitions by CONFIG_SERIAL_CPM_CONSOLE
     - virtio_ring: check desc == NULL when using indirect with packed
     - vdpa/mlx5: Fix clearing of VIRTIO_NET_F_MAC feature bit
     - mips: cm: Convert to bitfield API to fix out-of-bounds access
     - power: supply: bq27xxx: Fix kernel crash on IRQ handler register error
     - RDMA/core: Require the driver to set the IOVA correctly during rereg_mr
     - apparmor: fix error check
     - rpmsg: Fix rpmsg_create_ept return when RPMSG config is not defined
     - mtd: rawnand: intel: Fix potential buffer overflow in probe
     - nfsd: don't alloc under spinlock in rpc_parse_scope_id
     - rtc: ds1302: Add SPI ID table
     - rtc: ds1390: Add SPI ID table
     - rtc: pcf2123: Add SPI ID table
     - remoteproc: imx_rproc: Fix TCM io memory type
     - i2c: i801: Use PCI bus rescan mutex to protect P2SB access
     - dmaengine: idxd: move out percpu_ref_exit() to ensure it's outside
       submission
     - rtc: mcp795: Add SPI ID table
     - Input: ariel-pwrbutton - add SPI device ID table
     - i2c: mediatek: fixing the incorrect register offset
     - NFS: Default change_attr_type to NFS4_CHANGE_TYPE_IS_UNDEFINED
     - NFS: Don't set NFS_INO_DATA_INVAL_DEFER and NFS_INO_INVALID_DATA
     - NFS: Ignore the directory size when marking for revalidation
     - NFS: Fix dentry verifier races
     - pnfs/flexfiles: Fix misplaced barrier in nfs4_ff_layout_prepare_ds
     - drm/bridge/lontium-lt9611uxc: fix provided connector suport
     - drm/plane-helper: fix uninitialized variable reference
     - PCI: aardvark: Don't spam about PIO Response Status
     - PCI: aardvark: Fix preserving PCI_EXP_RTCTL_CRSSVE flag on emulated bridge
     - opp: Fix return in _opp_add_static_v2()
     - NFS: Fix deadlocks in nfs_scan_commit_list()
     - sparc: Add missing "FORCE" target when using if_changed
     - fs: orangefs: fix error return code of orangefs_revalidate_lookup()
     - Input: st1232 - increase "wait ready" timeout
     - drm/bridge: nwl-dsi: Add atomic_get_input_bus_fmts
     - mtd: spi-nor: hisi-sfc: Remove excessive clk_disable_unprepare()
     - PCI: uniphier: Serialize INTx masking/unmasking and fix the bit operation
     - mtd: rawnand: arasan: Prevent an unsupported configuration
     - mtd: core: don't remove debugfs directory if device is in use
     - remoteproc: Fix a memory leak in an error handling path in
       'rproc_handle_vdev()'
     - rtc: rv3032: fix error handling in rv3032_clkout_set_rate()
     - dmaengine: at_xdmac: call at_xdmac_axi_config() on resume path
     - dmaengine: at_xdmac: fix AT_XDMAC_CC_PERID() macro
     - dmaengine: stm32-dma: fix stm32_dma_get_max_width
     - NFS: Fix up commit deadlocks
     - NFS: Fix an Oops in pnfs_mark_request_commit()
     - Fix user namespace leak
     - auxdisplay: img-ascii-lcd: Fix lock-up when displaying empty string
     - auxdisplay: ht16k33: Connect backlight to fbdev
     - auxdisplay: ht16k33: Fix frame buffer device blanking
     - soc: fsl: dpaa2-console: free buffer before returning from
       dpaa2_console_read
     - netfilter: nfnetlink_queue: fix OOB when mac header was cleared
     - dmaengine: dmaengine_desc_callback_valid(): Check for `callback_result`
     - dmaengine: tegra210-adma: fix pm runtime unbalance
     - dmanegine: idxd: fix resource free ordering on driver removal
     - dmaengine: idxd: reconfig device after device reset command
     - signal/sh: Use force_sig(SIGKILL) instead of do_group_exit(SIGKILL)
     - m68k: set a default value for MEMORY_RESERVE
     - watchdog: f71808e_wdt: fix inaccurate report in WDIOC_GETTIMEOUT
     - ar7: fix kernel builds for compiler test
     - scsi: target: core: Remove from tmr_list during LUN unlink
     - scsi: qla2xxx: Relogin during fabric disturbance
     - scsi: qla2xxx: Fix gnl list corruption
     - scsi: qla2xxx: Turn off target reset during issue_lip
     - scsi: qla2xxx: edif: Fix app start fail
     - scsi: qla2xxx: edif: Fix app start delay
     - scsi: qla2xxx: edif: Flush stale events and msgs on session down
     - scsi: qla2xxx: edif: Increase ELS payload
     - scsi: qla2xxx: edif: Fix EDIF bsg
     - NFSv4: Fix a regression in nfs_set_open_stateid_locked()
     - dmaengine: idxd: fix resource leak on dmaengine driver disable
     - i2c: xlr: Fix a resource leak in the error handling path of
       'xlr_i2c_probe()'
     - gpio: realtek-otto: fix GPIO line IRQ offset
     - xen-pciback: Fix return in pm_ctrl_init()
     - nbd: fix max value for 'first_minor'
     - nbd: fix possible overflow for 'first_minor' in nbd_dev_add()
     - io-wq: fix max-workers not correctly set on multi-node system
     - net: davinci_emac: Fix interrupt pacing disable
     - kselftests/net: add missed icmp.sh test to Makefile
     - kselftests/net: add missed setup_loopback.sh/setup_veth.sh to Makefile
     - kselftests/net: add missed SRv6 tests
     - kselftests/net: add missed vrf_strict_mode_test.sh test to Makefile
     - kselftests/net: add missed toeplitz.sh/toeplitz_client.sh to Makefile
     - ethtool: fix ethtool msg len calculation for pause stats
     - openrisc: fix SMP tlb flush NULL pointer dereference
     - net: vlan: fix a UAF in vlan_dev_real_dev()
     - net: dsa: felix: fix broken VLAN-tagged PTP under VLAN-aware bridge
     - ice: Fix replacing VF hardware MAC to existing MAC filter
     - ice: Fix not stopping Tx queues for VFs
     - kdb: Adopt scheduler's task classification
     - ACPI: PMIC: Fix intel_pmic_regs_handler() read accesses
     - PCI: j721e: Fix j721e_pcie_probe() error path
     - nvdimm/btt: do not call del_gendisk() if not needed
     - scsi: bsg: Fix errno when scsi_bsg_register_queue() fails
     - scsi: ufs: ufshpb: Use proper power management API
     - scsi: ufs: core: Fix NULL pointer dereference
     - scsi: ufs: ufshpb: Properly handle max-single-cmd
     - drm/nouveau/svm: Fix refcount leak bug and missing check against null bug
     - nvdimm/pmem: cleanup the disk if pmem_release_disk() is yet assigned
     - block/ataflop: use the blk_cleanup_disk() helper
     - block/ataflop: add registration bool before calling del_gendisk()
     - block/ataflop: provide a helper for cleanup up an atari disk
     - ataflop: remove ataflop_probe_lock mutex
     - PCI: Do not enable AtomicOps on VFs
     - cpufreq: intel_pstate: Clear HWP desired on suspend/shutdown and offline
     - net: phy: fix duplex out of sync problem while changing settings
     - block: fix device_add_disk() kobject_create_and_add() error handling
     - drm/ttm: remove ttm_bo_vm_insert_huge()
     - bonding: Fix a use-after-free problem when bond_sysfs_slave_add() failed
     - octeontx2-pf: select CONFIG_NET_DEVLINK
     - ALSA: memalloc: Catch call with NULL snd_dma_buffer pointer
     - mfd: core: Add missing of_node_put for loop iteration
     - mfd: cpcap: Add SPI device ID table
     - mfd: sprd: Add SPI device ID table
     - mfd: altera-sysmgr: Fix a mistake caused by resource_size conversion
     - ACPI: PM: Fix device wakeup power reference counting error
     - libbpf: Fix lookup_and_delete_elem_flags error reporting
     - selftests/bpf/xdp_redirect_multi: Put the logs to tmp folder
     - selftests/bpf/xdp_redirect_multi: Use arping to accurate the arp number
     - selftests/bpf/xdp_redirect_multi: Give tcpdump a chance to terminate cleanly
     - selftests/bpf/xdp_redirect_multi: Limit the tests in netns
     - drm: fb_helper: improve CONFIG_FB dependency
     - Revert "drm/imx: Annotate dma-fence critical section in commit path"
     - drm/amdgpu/powerplay: fix sysfs_emit/sysfs_emit_at handling
     - can: etas_es58x: es58x_rx_err_msg(): fix memory leak in error path
     - can: mcp251xfd: mcp251xfd_chip_start(): fix error handling for
       mcp251xfd_chip_rx_int_enable()
     - mm/zsmalloc.c: close race window between zs_pool_dec_isolated() and
       zs_unregister_migration()
     - zram: off by one in read_block_state()
     - perf bpf: Add missing free to bpf_event__print_bpf_prog_info()
     - llc: fix out-of-bound array index in llc_sk_dev_hash()
     - nfc: pn533: Fix double free when pn533_fill_fragment_skbs() fails
     - litex_liteeth: Fix a double free in the remove function
     - arm64: arm64_ftr_reg->name may not be a human-readable string
     - arm64: pgtable: make __pte_to_phys/__phys_to_pte_val inline functions
     - bpf, sockmap: Remove unhash handler for BPF sockmap usage
     - bpf, sockmap: Fix race in ingress receive verdict with redirect to self
     - bpf: sockmap, strparser, and tls are reusing qdisc_skb_cb and colliding
     - bpf, sockmap: sk_skb data_end access incorrect when src_reg = dst_reg
     - dmaengine: stm32-dma: fix burst in case of unaligned memory address
     - dmaengine: stm32-dma: avoid 64-bit division in stm32_dma_get_max_width
     - gve: Fix off by one in gve_tx_timeout()
     - drm/i915/fb: Fix rounding error in subsampled plane size calculation
     - init: make unknown command line param message clearer
     - seq_file: fix passing wrong private data
     - drm/amdgpu: fix uvd crash on Polaris12 during driver unloading
     - net: dsa: mv88e6xxx: Don't support >1G speeds on 6191X on ports other than
       10
     - net/sched: sch_taprio: fix undefined behavior in ktime_mono_to_any
     - net: hns3: fix ROCE base interrupt vector initialization bug
     - net: hns3: fix pfc packet number incorrect after querying pfc parameters
     - net: hns3: fix kernel crash when unload VF while it is being reset
     - net: hns3: allow configure ETS bandwidth of all TCs
     - net: stmmac: allow a tc-taprio base-time of zero
     - net: ethernet: ti: cpsw_ale: Fix access to un-initialized memory
     - net: marvell: mvpp2: Fix wrong SerDes reconfiguration order
     - vsock: prevent unnecessary refcnt inc for nonblocking connect
     - net/smc: fix sk_refcnt underflow on linkdown and fallback
     - cxgb4: fix eeprom len when diagnostics not implemented
     - selftests/net: udpgso_bench_rx: fix port argument
     - thermal: int340x: fix build on 32-bit targets
     - smb3: do not error on fsync when readonly
     - ARM: 9155/1: fix early early_iounmap()
     - ARM: 9156/1: drop cc-option fallbacks for architecture selection
     - parisc: Fix backtrace to always include init funtion names
     - parisc: Flush kernel data mapping in set_pte_at() when installing pte for
       user page
     - MIPS: fix duplicated slashes for Platform file path
     - MIPS: fix *-pkg builds for loongson2ef platform
     - MIPS: Fix assembly error from MIPSr2 code used within MIPS_ISA_ARCH_LEVEL
     - x86/mce: Add errata workaround for Skylake SKX37
     - PCI/MSI: Move non-mask check back into low level accessors
     - PCI/MSI: Destroy sysfs before freeing entries
     - KVM: x86: move guest_pv_has out of user_access section
     - posix-cpu-timers: Clear task::posix_cputimers_work in copy_process()
     - irqchip/sifive-plic: Fixup EOI failed when masked
     - f2fs: should use GFP_NOFS for directory inodes
     - f2fs: include non-compressed blocks in compr_written_block
     - f2fs: fix UAF in f2fs_available_free_memory
     - ceph: fix mdsmap decode when there are MDS's beyond max_mds
     - erofs: fix unsafe pagevec reuse of hooked pclusters
     - drm/i915/guc: Fix blocked context accounting
     - block: Hold invalidate_lock in BLKDISCARD ioctl
     - block: Hold invalidate_lock in BLKZEROOUT ioctl
     - block: Hold invalidate_lock in BLKRESETZONE ioctl
     - ksmbd: Fix buffer length check in fsctl_validate_negotiate_info()
     - ksmbd: don't need 8byte alignment for request length in ksmbd_check_message
     - dmaengine: ti: k3-udma: Set bchan to NULL if a channel request fail
     - dmaengine: ti: k3-udma: Set r/tchan or rflow to NULL if request fail
     - dmaengine: bestcomm: fix system boot lockups
     - net, neigh: Enable state migration between NUD_PERMANENT and NTF_USE
     - 9p/net: fix missing error check in p9_check_errors
     - mm/filemap.c: remove bogus VM_BUG_ON
     - memcg: prohibit unconditional exceeding the limit of dying tasks
     - mm, oom: pagefault_out_of_memory: don't force global OOM for dying tasks
     - mm, oom: do not trigger out_of_memory from the #PF
     - mm, thp: lock filemap when truncating page cache
     - mm, thp: fix incorrect unmap behavior for private pages
     - mfd: dln2: Add cell for initializing DLN2 ADC
     - video: backlight: Drop maximum brightness override for brightness zero
     - bcache: fix use-after-free problem in bcache_device_free()
     - bcache: Revert "bcache: use bvec_virt"
     - PM: sleep: Avoid calling put_device() under dpm_list_mtx
     - s390/cpumf: cpum_cf PMU displays invalid value after hotplug remove
     - s390/cio: check the subchannel validity for dev_busid
     - s390/tape: fix timer initialization in tape_std_assign()
     - s390/ap: Fix hanging ioctl caused by orphaned replies
     - s390/cio: make ccw_device_dma_* more robust
     - remoteproc: elf_loader: Fix loading segment when is_iomem true
     - remoteproc: Fix the wrong default value of is_iomem
     - remoteproc: imx_rproc: Fix ignoring mapping vdev regions
     - remoteproc: imx_rproc: Fix rsc-table name
     - mtd: rawnand: fsmc: Fix use of SM ORDER
     - mtd: rawnand: ams-delta: Keep the driver compatible with on-die ECC engines
     - mtd: rawnand: xway: Keep the driver compatible with on-die ECC engines
     - mtd: rawnand: mpc5121: Keep the driver compatible with on-die ECC engines
     - mtd: rawnand: gpio: Keep the driver compatible with on-die ECC engines
     - mtd: rawnand: pasemi: Keep the driver compatible with on-die ECC engines
     - mtd: rawnand: orion: Keep the driver compatible with on-die ECC engines
     - mtd: rawnand: plat_nand: Keep the driver compatible with on-die ECC engines
     - mtd: rawnand: au1550nd: Keep the driver compatible with on-die ECC engines
     - powerpc/vas: Fix potential NULL pointer dereference
     - powerpc/bpf: Fix write protecting JIT code
     - powerpc/32e: Ignore ESR in instruction storage interrupt handler
     - powerpc/powernv/prd: Unregister OPAL_MSG_PRD2 notifier during module unload
     - powerpc/security: Use a mutex for interrupt exit code patching
     - powerpc/64s/interrupt: Fix check_return_regs_valid() false positive
     - powerpc/pseries/mobility: ignore ibm, platform-facilities updates
     - powerpc/85xx: fix timebase sync issue when CONFIG_HOTPLUG_CPU=n
     - drm/sun4i: Fix macros in sun8i_csc.h
     - PCI: Add PCI_EXP_DEVCTL_PAYLOAD_* macros
     - PCI: aardvark: Fix PCIe Max Payload Size setting
     - SUNRPC: Partial revert of commit 6f9f17287e78
     - drm/amd/display: Look at firmware version to determine using dmub on dcn21
     - media: vidtv: move kfree(dvb) to vidtv_bridge_dev_release()
     - cifs: fix memory leak of smb3_fs_context_dup::server_hostname
     - ath10k: fix invalid dma_addr_t token assignment
     - mmc: moxart: Fix null pointer dereference on pointer host
     - selftests/x86/iopl: Adjust to the faked iopl CLI/STI usage
     - selftests/bpf: Fix also no-alu32 strobemeta selftest
     - arch/cc: Introduce a function to check for confidential computing features
     - x86/sev: Add an x86 version of cc_platform_has()
     - x86/sev: Make the #VC exception stacks part of the default stacks storage
     - media: videobuf2: always set buffer vb2 pointer
     - media: videobuf2-dma-sg: Fix buf->vb NULL pointer dereference
     - Linux 5.15.3
 
   * kernel panic: NULL pointer dereference in wb_timer_f() (LP: #1947557) //
     Jammy update: v5.15.3 upstream stable release (LP: #1951822)
     - blk-wbt: prevent NULL pointer dereference in wb_timer_fn
 
   * Medion Notebook Keyboard not working (LP: #1909814) // Jammy update: v5.15.3
     upstream stable release (LP: #1951822)
     - ACPI: resources: Add DMI-based legacy IRQ override quirk
 
   * Enable CONFIG_INTEL_IOMMU_DEFAULT_ON and
     CONFIG_INTEL_IOMMU_SCALABLE_MODE_DEFAULT_ON on jammy 5.15 (LP: #1951440)
     - [Config] enable Intel DMA remapping options by default
 
   * Thinkpad E14 Gen2: Kernel panic with trackpad and trackpoint enabled
     (LP: #1945590)
     - SAUCE: Input: elantech - Fix stack out of bound access in
       elantech_change_report_id()
 
   * Miscellaneous Ubuntu changes
     - SAUCE: LSM: Specify which LSM to display (using struct cred as input)
     - SAUCE: selftests/seccomp: fix check of fds being assigned
     - [Config] enable SUNRPC_DISABLE_INSECURE_ENCTYPES
     - [Config] updateconfigs following v5.15.3, v5.15.4 import
 
   * Miscellaneous upstream changes
     - binder: use cred instead of task for selinux checks
     - binder: use cred instead of task for getsecid
     - Revert "UBUNTU: SAUCE: storvsc: use small sg_tablesize on x86"

linux (5.15.0-11.11) jammy; urgency=medium

   * jammy/linux: 5.15.0-11.11 -proposed tracker (LP: #1950948)
 
   * Packaging resync (LP: #1786013)
     - debian/dkms-versions -- update from kernel-versions (main/master)
 
   * OOPs on boot: invalid opcode: 0000 [#1] SMP NOPTI (LP: #1942215)
     - SAUCE: ACPICA: prevent out-of-bound access with buggy DSDT
     - [Config] disable UBSAN
     - SAUCE: ACPICA: avoid accessing operands out-of-bounds
 
   * Jammy update: v5.15.2 upstream stable release (LP: #1950949)
     - KVM: x86: avoid warning with -Wbitwise-instead-of-logical
     - Revert "x86/kvm: fix vcpu-id indexed array sizes"
     - usb: ehci: handshake CMD_RUN instead of STS_HALT
     - usb: gadget: Mark USB_FSL_QE broken on 64-bit
     - usb: musb: Balance list entry in musb_gadget_queue
     - usb-storage: Add compatibility quirk flags for iODD 2531/2541
     - Revert "proc/wchan: use printk format instead of lookup_symbol_name()"
     - binder: use euid from cred instead of using task
     - binder: don't detect sender/target during buffer cleanup
     - kfence: always use static branches to guard kfence_alloc()
     - kfence: default to dynamic branch instead of static keys mode
     - btrfs: fix lzo_decompress_bio() kmap leakage
     - staging: rtl8712: fix use-after-free in rtl8712_dl_fw
     - isofs: Fix out of bound access for corrupted isofs image
     - comedi: dt9812: fix DMA buffers on stack
     - comedi: ni_usb6501: fix NULL-deref in command paths
     - comedi: vmk80xx: fix transfer-buffer overflows
     - comedi: vmk80xx: fix bulk-buffer overflow
     - comedi: vmk80xx: fix bulk and interrupt message timeouts
     - staging: r8712u: fix control-message timeout
     - staging: rtl8192u: fix control-message timeouts
     - staging: r8188eu: fix memleak in rtw_wx_set_enc_ext
     - media: staging/intel-ipu3: css: Fix wrong size comparison imgu_css_fw_init
     - rsi: fix control-message timeout
     - Linux 5.15.2
 
   * reuseport_bpf_numa in net from ubuntu_kernel_selftests fails on ppc64le
     (LP: #1867570)
     - selftests/net: Fix reuseport_bpf_numa by skipping unavailable nodes
 
   * Miscellaneous Ubuntu changes
     - packaging: switch getabis to the linux package name
 
   * Miscellaneous upstream changes
     - Revert "UBUNTU: SAUCE: (no-up) rename the adv7511 drm driver to adv7511_drm"
     - Revert "UBUNTU: SAUCE: drm/i915/dp: Use max params for older panels"
     - Revert "UBUNTU: SAUCE: i915: Fix build error due to missing struct
       definition"
     - selftests/core: fix conflicting types compile error for close_range()
     - selftests: net: test_vxlan_under_vrf: fix HV connectivity test
     - Revert "UBUNTU: SAUCE: ACPICA: prevent out-of-bound access with buggy DSDT"

linux (5.15.0-10.10) jammy; urgency=medium

   * jammy/linux: 5.15.0-10.10 -proposed tracker (LP: #1950133)
 
   * Jammy update: v5.15.1 upstream stable release (LP: #1950131)
     - sfc: Fix reading non-legacy supported link modes
     - media: firewire: firedtv-avc: fix a buffer overflow in avc_ca_pmt()
     - Revert "xhci: Set HCD flag to defer primary roothub registration"
     - Revert "usb: core: hcd: Add support for deferring roothub registration"
     - drm/amdkfd: fix boot failure when iommu is disabled in Picasso.
     - Revert "soc: imx: gpcv2: move reset assert after requesting domain power up"
     - ARM: 9120/1: Revert "amba: make use of -1 IRQs warn"
     - Revert "wcn36xx: Disable bmps when encryption is disabled"
     - drm/amdgpu: revert "Add autodump debugfs node for gpu reset v8"
     - drm/amd/display: Revert "Directly retrain link from debugfs"
     - Revert "drm/i915/gt: Propagate change in error status to children on unhold"
     - ALSA: usb-audio: Add quirk for Audient iD14
     - Linux 5.15.1
 
   * Miscellaneous Ubuntu changes
     - packaging: fixup previous ABI/spin to -9.9
     - [Packaging] Drop unused d-i build-deps and packaging
     - [Packaging] Drop now unsupported d-i/ input files
 
   * Miscellaneous upstream changes
     - selftests: net: properly support IPv6 in GSO GRE test
     - signal: Add SA_IMMUTABLE to ensure forced siganls do not get changed

linux (5.15.0-9.9) jammy; urgency=medium

   * jammy/linux: 5.15.0-1.1 -proposed tracker (LP: #1949876)
 
   * Packaging resync (LP: #1786013)
     - [Packaging] update variants
     - [Packaging] update Ubuntu.md
 
   * Add F81966 watchdog support (LP: #1949063)
     - SAUCE: ODM: watchdog: f71808e_wdt: Add F81966 support
 
   * Miscellaneous Ubuntu changes
     - [Packaging] Rewrite debian/scripts/misc/insert-changes.pl in Python
     - [Packaging] change source package name to linux

linux (5.15.0-0.0) jammy; urgency=medium

   * Empty entry

linux-unstable (5.15.0-8.8) jammy; urgency=medium

   * jammy/linux-unstable: 5.15.0-8.8 -proposed tracker (LP: #1949436)
 
   * Packaging resync (LP: #1786013)
     - debian/dkms-versions -- update from kernel-versions (main/master)
 
   * Drop "UBUNTU: SAUCE: cachefiles: Page leaking in
     cachefiles_read_backing_file while vmscan is active" (LP: #1947709)
     - Revert "UBUNTU: SAUCE: cachefiles: Page leaking in
       cachefiles_read_backing_file while vmscan is active"
 
   * Add l2tp.sh in net from ubuntu_kernel_selftests back (LP: #1934293)
     - Revert "UBUNTU: SAUCE: selftests/net -- disable l2tp.sh test"
 
   * Check for changes relevant for security certifications (LP: #1945989)
     - [Packaging] Add fips-checks as part of finalchecks
 
   * Add final-checks to check certificates (LP: #1947174)
     - [Packaging] Add system trusted and revocation keys final check
 
   * Can only reach PC3 when ethernet is plugged r8169 (LP: #1946433)
     - r8169: Enable chip-specific ASPM regardless of PCIe ASPM status
     - PCI/ASPM: Introduce a new helper to report ASPM capability
     - r8169: Implement dynamic ASPM mechanism
 
   * rtw89 kernel module for Realtek 8852 wifi is missing (LP: #1945967)
     - rtw89: add Realtek 802.11ax driver
     - rtw89: Remove redundant check of ret after call to rtw89_mac_enable_bb_rf
     - rtw89: fix return value check in rtw89_cam_send_sec_key_cmd()
     - rtw89: remove unneeded semicolon
     - [Config] RTW89=m
 
   * Fix A yellow screen pops up in an instant (< 1 second) and then disappears
     before loading the system (LP: #1945932)
     - drm/i915: Stop force enabling pipe bottom color gammma/csc
 
   * disable CONFIG_KFENCE_STATIC_KEYS in linux 5.15 (LP: #1948038)
     - [Config] disable CONFIG_KFENCE_STATIC_KEYS
 
   * Miscellaneous Ubuntu changes
     - [Debian] Remove old and unused firmware helper scripts
     - [Packaging] Replace Perl oneliner with Bash statements
     - rebase to v5.15
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.15

linux-unstable (5.15.0-7.7) jammy; urgency=medium

   * jammy/linux-unstable: 5.15.0-7.7 -proposed tracker (LP: #1948770)
 
   * Miscellaneous Ubuntu changes
     - [Config] Temporarily disable signing for ppc64el and s390x
     - packaging: switch release to Jammy
     - rebase to v5.15-rc7
     - [Config] GCC version update
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.15-rc7

linux-unstable (5.15.0-6.6) jammy; urgency=medium

   * impish/linux-unstable: 5.15.0-6.6 -proposed tracker (LP: #1947565)
 
   * [impish] Remove the downstream xr-usb-uart driver (LP: #1945938)
     - SAUCE: xr-usb-serial: remove driver
     - [Config] update modules list
 
   * Packaging resync (LP: #1786013)
     - debian/dkms-versions -- update from kernel-versions (main/master)
 
   * Miscellaneous Ubuntu changes
     - rebase to v5.15-rc6
     - [Config] update config & annotations following v5.15-rc6 rebase
 
   * Miscellaneous upstream changes
     - Revert "UBUNTU: SAUCE: xr-usb-serial: switch to tty_alloc_driver() and
       tty_driver_kref_put()"
     - Revert "UBUNTU: SAUCE: xr-usb-serial: update return code for
       xr_usb_serial_tty_write_room() and xr_usb_serial_tty_chars_in_buffer()"
     - Revert "UBUNTU: [Packaging] FTBFS: disable zfs"
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.15-rc6

linux-unstable (5.15.0-5.5) impish; urgency=medium

   * impish/linux-unstable: 5.15.0-5.5 -proposed tracker (LP: #1946338)
 
   * Miscellaneous Ubuntu changes
     - rebase to v5.15-rc5
     - [Config] FB_SIMPLE=m
     - [Config] update annotations
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.15-rc5

linux-unstable (5.15.0-4.4) impish; urgency=medium

   * impish/linux-unstable: 5.15.0-4.4 -proposed tracker (LP: #1945953)
 
   * Fix missing HDMI audio on Intel RKL (LP: #1945556)
     - drm/i915/audio: Use BIOS provided value for RKL HDA link
 
   * Miscellaneous Ubuntu changes
     - SAUCE: media: atomisp: add missing return type (fix -Werror=return-type)
     - SAUCE: xr-usb-serial: switch to tty_alloc_driver() and tty_driver_kref_put()
     - rebase to v5.15-rc4
 
   * Miscellaneous upstream changes
     - Revert "UBUNTU: [Config] FTBFS: disable INTEL_ATOMISP"
     - Revert "UBUNTU: [Config] FTBFS: disable xr-usb-serial"
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.15-rc4

linux-unstable (5.15.0-3.3) impish; urgency=medium

   * impish/linux-unstable: 5.15.0-3.3 -proposed tracker (LP: #1944944)
 
   * Packaging resync (LP: #1786013)
     - debian/dkms-versions -- update from kernel-versions (main/master)
 
   * Miscellaneous Ubuntu changes
     - rebase to v5.15-rc3
     - [Config] updateconfigs following v5.15-rc3 rebase
     - [Packaging] correctly evaluate release in update-dkms-versions
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.15-rc3

linux-unstable (5.15.0-2.2) impish; urgency=medium

   * impish/linux-unstable: 5.15.0-2.2 -proposed tracker (LP: #1944423)
 
   * Miscellaneous Ubuntu changes
     - rebase to v5.15-rc2
     - [Config] updateconfigs following v5.15-rc2 rebase
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.15-rc2

linux-unstable (5.15.0-1.1) impish; urgency=medium

   * Packaging resync (LP: #1786013)
     - debian/dkms-versions -- update from kernel-versions (main/master)
 
   *  LRMv5: switch primary version handling to kernel-versions data set
     (LP: #1928921)
     - [Packaging] switch to kernel-versions
 
   * Miscellaneous Ubuntu changes
     - [Packaging] remove remaining references to ports
     - [Packaging] drop x32 architecture configs
     - [Config] mark CONFIG_BPF_UNPRIV_DEFAULT_OFF enforced
     - [Packaging] bump kernel version to 5.15
     - rebase to v5.15-rc1
     - [Config] updateconfigs following v5.15-rc1 rebase
     - [Config] FTBFS: disable INTEL_ATOMISP
     - [Config] FTBFS: disable xr-usb-serial
     - [Packaging] FTBFS: disable zfs
 
   * Miscellaneous upstream changes
     - Revert "r8169: avoid link-up interrupt issue on RTL8106e if user enables
       ASPM"
     - Revert "UBUNTU: SAUCE: RDMA/core: Introduce peer memory interface"
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.15-rc1

linux-unstable (5.15.0-0.0) impish; urgency=medium

   * Empty entry

linux-unstable (5.14.0-9.9) impish; urgency=medium

   * impish/linux-unstable: 5.14.0-9.9 -proposed tracker (LP: #1943022)
 
   * Packaging resync (LP: #1786013)
     - update dkms package versions
 
   * Miscellaneous Ubuntu changes
     - [Packaging] NVIDIA -- Add the NVIDIA 470 driver
     - [Packaging] NVIDIA: transition -460 and -465 to -470, transition -460-server
       to -470-server
 
   * Miscellaneous upstream changes
     - vt_kdsetmode: extend console locking
     - Bluetooth: btusb: check conditions before enabling USB ALT 3 for WBS
     - net: dsa: mt7530: fix VLAN traffic leaks again
     - btrfs: fix NULL pointer dereference when deleting device by invalid id
     - Revert "floppy: reintroduce O_NDELAY fix"
     - fscrypt: add fscrypt_symlink_getattr() for computing st_size
     - ext4: report correct st_size for encrypted symlinks
     - f2fs: report correct st_size for encrypted symlinks
     - ubifs: report correct st_size for encrypted symlinks
     - net: don't unconditionally copy_from_user a struct ifreq for socket ioctls
     - audit: move put_tree() to avoid trim_trees refcount underflow and UAF
     - Linux 5.14.1

linux-unstable (5.14.0-8.8) impish; urgency=medium

   * impish/linux-unstable: 5.14.0-8.8 -proposed tracker (LP: #1941887)
 
   * Fix  Intel AC9560 BT function cannot turn on if BT turn off before S3 entry
     (LP: #1941696)
     - SAUCE: Bluetooth: btusb: add a reject table to disable msft
 
   *  Add USB4 support for AMD SoC (LP: #1941036)
     - thunderbolt: Add vendor specific NHI quirk for auto-clearing interrupt
       status
     - thunderbolt: Handle ring interrupt by reading interrupt status register
     - thunderbolt: Do not read control adapter config space
     - thunderbolt: Fix port linking by checking all adapters
 
   * Support builtin revoked certificates (LP: #1932029)
     - [Config] Enforce SYSTEM_TRUSTED_KEYS and SYSTEM_REVOCATION_KEYS
 
   * GPIO error logs in start and dmesg after update of kernel (LP: #1937897)
     - ODM: mfd: Check AAEON BFPI version before adding device
 
   * initramfs-tools & kernel: use zstd as the default compression method
     (LP: #1931725)
     - [Config] enforce ZSTD compression
 
   * Miscellaneous Ubuntu changes
     - rebase to v5.14
     - [Config] RESET_MCHP_SPARX5 depends on ARCH_SPARX5
 
   * Miscellaneous upstream changes
     - Revert "UBUNTU: [Packaging] FTBFS: disable zfs"
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.14

linux-unstable (5.14.0-7.7) impish; urgency=medium

   * Please enable CONFIG_UBSAN_BOUNDS (LP: #1914685)
     - [Config] Enable CONFIG_UBSAN_BOUNDS
 
   * CONFIG_HARDENED_USERCOPY_FALLBACK should be disabled (LP: #1855340)
     - [Config] Disable CONFIG_HARDENED_USERCOPY_FALLBACK
 
   * fs: removing mandatory locks (LP: #1940392)
     - [Config] Disable CONFIG_MANDATORY_FILE_LOCKING
 
   * Fix kernel panic caused by legacy devices on AMD platforms (LP: #1936682)
     - SAUCE: iommu/amd: Keep swiotlb enabled to ensure devices with 32bit DMA
       still work
 
   * ALSA: hda/cs8409: Add support for dolphin (LP: #1939541)
     - ALSA: hda/cirrus: Move CS8409 HDA bridge to separate module
     - ALSA: hda/cs8409: Move arrays of configuration to a new file
     - ALSA: hda/cs8409: Use enums for register names and coefficients
     - ALSA: hda/cs8409: Mask all CS42L42 interrupts on initialization
     - ALSA: hda/cs8409: Reduce HS pops/clicks for Cyborg
     - ALSA: hda/cs8409: Disable unnecessary Ring Sense for Cyborg/Warlock/Bullseye
     - ALSA: hda/cs8409: Disable unsolicited responses during suspend
     - ALSA: hda/cs8409: Disable unsolicited response for the first boot
     - ALSA: hda/cs8409: Mask CS42L42 wake events
     - ALSA: hda/cs8409: Simplify CS42L42 jack detect.
     - ALSA: hda/cs8409: Prevent I2C access during suspend time
     - ALSA: hda/cs8409: Generalize volume controls
     - ALSA: hda/cs8409: Dont disable I2C clock between consecutive accesses
     - ALSA: hda/cs8409: Avoid setting the same I2C address for every access
     - ALSA: hda/cs8409: Avoid re-setting the same page as the last access
     - ALSA: hda/cs8409: Support i2c bulk read/write functions
     - ALSA: hda/cs8409: Separate CS8409, CS42L42 and project functions
     - ALSA: hda/cs8409: Move codec properties to its own struct
     - ALSA: hda/cs8409: Support multiple sub_codecs for Suspend/Resume/Unsol
       events
     - ALSA: hda/cs8409: Add Support to disable jack type detection for CS42L42
     - ALSA: hda/cs8409: Add support for dolphin
     - ALSA: hda/cs8409: Enable Full Scale Volume for Line Out Codec on Dolphin
     - ALSA: hda/cs8409: Set fixed sample rate of 48kHz for CS42L42
     - ALSA: hda/cs8409: Use timeout rather than retries for I2C transaction waits
     - ALSA: hda/cs8409: Remove unnecessary delays
     - ALSA: hda/cs8409: Follow correct CS42L42 power down sequence for suspend
     - ALSA: hda/cs8409: Unmute/Mute codec when stream starts/stops
     - ALSA: hda/cs8409: Prevent pops and clicks during suspend
     - SAUCE: ALSA: hda/cs8409: Prevent pops and clicks during reboot
     - [Config] Enable Cirrus Logic HDA bridge support
 
   * e1000e: add handshake with the Intel CSME to support S0ix (LP: #1937252)
     - SAUCE: e1000e: Add handshake with the CSME to support S0ix
     - SAUCE: e1000e: Add polling mechanism to indicate CSME DPG exit
     - SAUCE: e1000e: Additional PHY power saving in S0ix
 
   * AMDGPU: Fix System hang after resume from suspend (LP: #1940204)
     - SAUCE: drm/amdgpu: disable BACO support for 699F:C7 polaris12 SKU
       temporarily
 
   * [Regression] Audio card [8086:9d71] not detected after upgrade from linux
     5.4 to 5.8 (LP: #1915117)
     - [Config] set CONFIG_SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC to y
 
   * Miscellaneous Ubuntu changes
     - rebase to v5.14-rc7
     - [Config] updateconfigs following 5.14-rc7 rebase
     - [Config] Enable CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT
     - [Config] annotations: set CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT to y
 
   * Miscellaneous upstream changes
     - Revert "UBUNTU: [Config] annotations: set
       CONFIG_SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC to y"
     - Revert "UBUNTU: [Config] set CONFIG_SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC to
       y"
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.14-rc7

linux-unstable (5.14.0-6.6) impish; urgency=medium

   * Miscellaneous Ubuntu changes
     - no changes upload (to avoid picking up libc6 from -proposed)
 
   * No changes upload (to avoid picking up libc6 from -proposed)

linux-unstable (5.14.0-5.5) impish; urgency=medium

   * disable “CONFIG_HISI_DMA” config for ubuntu version (LP: #1936771)
     - [Config] Disable CONFIG_HISI_DMA
 
   * Dell XPS 17 (9710) PCI/internal sound card not detected  (LP: #1935850)
     - ASoC: Intel: sof_sdw: include rt711.h for RT711 JD mode
     - ASoC: Intel: sof_sdw: add quirk for Dell XPS 9710
 
   * [regression] USB device is not detected during boot (LP: #1939638)
     - SAUCE: Revert "usb: core: reduce power-on-good delay time of root hub"
 
   * armhf build failure (LP: #1939308)
     - SAUCE: arm: Fix instruction set selection for GCC 11
 
   * REGRESSION: shiftfs lets sendfile fail with EINVAL (LP: #1939301)
     - SAUCE: shiftfs: fix sendfile() invocations
 
   * Wobbly graphics on built-in display since linux-image-5.11.0-22-generic
     (LP: #1936708)
     - SAUCE: drm/i915/dp: Use max params for older panels
 
   * [SRU][H/OEM-5.10/OEM-5.13/U] Fix system hang after unplug tbt dock
     (LP: #1938689)
     - SAUCE: igc: fix page fault when thunderbolt is unplugged
 
   * e1000e blocks the boot process when it tried to write checksum to its NVM
     (LP: #1936998)
     - SAUCE: e1000e: Do not take care about recovery NVM checksum
 
   * [Regression] Audio card [8086:9d71] not detected after upgrade from linux
     5.4 to 5.8 (LP: #1915117)
     - [Config] set CONFIG_SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC to y
     - [Config] annotations: set CONFIG_SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC to y
 
   * Miscellaneous Ubuntu changes
     - [Config] updateconfigs following 5.14-rc6 rebase
     - rebase to v5.14-rc6
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.14-rc6

linux-unstable (5.14.0-4.4) impish; urgency=medium

   * impish/linux-unstable: 5.14.0-4.4 -proposed tracker (LP: #1938566)
 
   * Packaging resync (LP: #1786013)
     - update dkms package versions
 
   * Miscellaneous upstream changes
     - Revert "riscv: Get CPU manufacturer information"

linux-unstable (5.14.0-3.3) impish; urgency=medium

   * Add additional Mediatek MT7921 WiFi/BT device IDs (LP: #1937004)
     - SAUCE: Bluetooth: btusb: Add Mediatek MT7921 support for Foxconn
     - SAUCE: Bluetooth: btusb: Add Mediatek MT7921 support for IMC Network
     - SAUCE: Bluetooth: btusb: Add support for Foxconn Mediatek Chip
 
   * Fix display output on HP hybrid GFX laptops (LP: #1936296)
     - drm/i915: Invoke another _DSM to enable MUX on HP Workstation laptops
 
   * Miscellaneous Ubuntu changes
     - rebase to v5.14-rc3
     - [Config] updateconfigs following 5.14-rc3 rebase
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.14-rc3

linux-unstable (5.14.0-2.2) impish; urgency=medium

   * Packaging resync (LP: #1786013)
     - update dkms package versions
 
   * Miscellaneous Ubuntu changes
     - SAUCE: xr-usb-serial: update return code for xr_usb_serial_tty_write_room()
       and xr_usb_serial_tty_chars_in_buffer()
     - SAUCE: platform/x86: dell-uart-backlight: update return code for
       uart_chars_in_buffer(()
     - [Config] updateconfigs following 5.14-rc2 rebase
 
   * Miscellaneous upstream changes
     - Revert "UBUNTU: [Config] FTBFS: disable ubuntu/xr-usb-serial"
     - Revert "UBUNTU: [Config] FTBFS: disable DELL_UART_BACKLIGHT"
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.14-rc2

linux-unstable (5.14.0-1.1) impish; urgency=medium

   * Packaging resync (LP: #1786013)
     - update dkms package versions
 
   * Miscellaneous Ubuntu changes
     - [Packaging] bump kernel version to 5.14
     - [Config] updateconfigs following 5.14-rc1 rebase
     - [Config] update annotations
     - [Packaging] FTBFS: disable zfs
     - [Config] FTBFS: disable DELL_UART_BACKLIGHT
     - [Config] FTBFS: disable ubuntu/xr-usb-serial
 
   * Miscellaneous upstream changes
     - Revert "UBUNTU: [Packaging] update variants"
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.14-rc1

linux-unstable (5.14.0-0.0) impish; urgency=medium

   * Empty entry

linux (5.13.0-11.11) impish; urgency=medium

   * impish/linux: 5.13.0-11.11 -proposed tracker (LP: #1933854)
 
   * Packaging resync (LP: #1786013)
     - [Packaging] update variants
 
   * Support builtin revoked certificates (LP: #1932029)
     - [Packaging] build canonical-revoked-certs.pem from branch/arch certs
     - [Packaging] Revoke 2012 UEFI signing certificate as built-in
     - [Config] Configure CONFIG_SYSTEM_REVOCATION_KEYS with revoked keys
 
   * Miscellaneous Ubuntu changes
     - [Packaging] Change source package name to linux
 
   * Miscellaneous upstream changes
     - mm/page_alloc: Correct return value of populated elements if bulk array is
       populated

linux (5.13.0-10.10) impish; urgency=medium

   * Empty entry

linux-unstable (5.13.0-10.10) impish; urgency=medium

   * impish/linux-unstable: 5.13.0-10.10 -proposed tracker (LP: #1933795)
 
   * Pixel format change broken for Elgato Cam Link 4K (LP: #1932367)
     - media: uvcvideo: Fix pixel format change for Elgato Cam Link 4K
 
   * initramfs-tools & kernel: use zstd as the default compression method
     (LP: #1931725)
     - s390/decompressor: correct BOOT_HEAP_SIZE condition
     - s390/boot: add zstd support
     - [Packaging] use ZSTD to compress s390 kernels
 
   * Miscellaneous Ubuntu changes
     - SAUCE: selftests: tls: fix chacha+bidir tests
     - SAUCE: selftests: icmp_redirect: support expected failures
     - [Config] update configs and annotations after rebase to 5.13
 
   * Miscellaneous upstream changes
     - tls: prevent oversized sendfile() hangs by ignoring MSG_MORE
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.13

linux-unstable (5.13.0-9.9) impish; urgency=medium

   * impish/linux-unstable: 5.13.0-9.9 -proposed tracker (LP: #1933070)
 
   * Add support for selective build of special drivers (LP: #1912789)
     - [Packaging] Add support for ODM drivers
     - [Packaging] Turn on ODM support for amd64
     - [Packaging] Fix ODM support in actual build
     - [Packaging] Fix ODM DRIVERS Kconfig
 
   * Add support for IO functions of AAEON devices (LP: #1929504)
     - ODM: [Config] update config for AAEON devices
     - ODM: hwmon: add driver for AAEON devices
     - ODM: leds: add driver for AAEON devices
     - ODM: watchdog: add driver for AAEON devices
     - ODM: gpio: add driver for AAEON devices
     - ODM: mfd: Add support for IO functions of AAEON devices
 
   * Disable hv-kvp-daemon.service on certain instance types (LP: #1932081)
     - [Packaging]: Add kernel command line condition to hv-kvp-daemon service
 
   * Fix non-working GPU on Some HP desktops (LP: #1931147)
     - PCI: Coalesce host bridge contiguous apertures
 
   * Miscellaneous Ubuntu changes
     - SAUCE: selftests: seccomp: bump up timeout to 5min
     - SAUCE: Revert "net/tls(TLS_SW): Add selftest for 'chunked' sendfile test"
     - [Config] update annotations after rebase to 5.13-rc7
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.13-rc7

linux-unstable (5.13.0-8.8) impish; urgency=medium

   * impish/linux-unstable: 5.13.0-8.8 -proposed tracker (LP: #1932018)
 
   * Packaging resync (LP: #1786013)
     - update dkms package versions
 
   * initramfs-tools & kernel: use zstd as the default compression method
     (LP: #1931725)
     - [Config] use ZSTD to compress amd64 kernels
 
   * Miscellaneous Ubuntu changes
     - [Config] enable signing for ppc64el
     - SAUCE: powerpc: Fix initrd corruption with relative jump labels

linux-unstable (5.13.0-7.7) impish; urgency=medium

   * impish/linux-unstable: 5.13.0-7.7 -proposed tracker (LP: #1931840)
 
   * Packaging resync (LP: #1786013)
     - update dkms package versions
     - [Packaging] resync getabis
     - [Packaging] update helper scripts
     - update dkms package versions
 
   * Intel ADL-S graphics feature enabling (LP: #1931240)
     - SAUCE: drm/i915/adl_s: ADL-S platform Update PCI ids for Mobile BGA
 
   * Kernel package builds running out of space on builders (LP: #1930713)
     - [Config] CONFIG_DEBUG_INFO_COMPRESSED=n
 
   * Miscellaneous Ubuntu changes
     - [Debian] remove nvidia dkms build support
     - [Config] remove now unsued do_dkms_nvidia* build variables
     - [Config] enable signing for s390x
     - [Config] update annotations after configs review
     - [Config] update toolchain versions
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.13-rc6

linux-unstable (5.13.0-6.6) impish; urgency=medium

   * impish/linux-unstable: 5.13.0-6.6 -proposed tracker (LP: #1931071)
 
   * Kernel package builds running out of space on builders (LP: #1930713)
     - [Debian] use stamps for flavour install targets
     - [Debian] run install-$(flavour) targets during build phase
     - [Debian] remove dh_testroot from install targets
     - [Debian] dkms-build -- use fakeroot if not running as root
     - [Debian] exclude $(DEBIAN)/__abi.current from linux-source
 
   * [UBUNTU 21.04] tools/kvm_stat: Add restart delay (LP: #1921870)
     - [Debian] install kvm_stat systemd service
 
   * Debugging symbols (dbgsym) packages are missing GDB kernel scripts
     (LP: #1928715)
     - [Packaging] Build and include GDB Python scripts into debug packages
 
   * Can't detect intel wifi 6235 (LP: #1920180)
     - SAUCE: iwlwifi: add new pci id for 6235
 
   * Select correct boot VGA when BIOS doesn't do it properly (LP: #1929217)
     - vgaarb: Use ACPI HID name to find integrated GPU
 
   * Fix kernel panic on Intel Bluetooth (LP: #1928838)
     - Bluetooth: Shutdown controller after workqueues are flushed or cancelled
 
   * build module CONFIG_SND_SOC_INTEL_SOUNDWIRE_SOF_MACH=m for 5.11,  5.13-rc2
     and later (LP: #1921632)
     - [Config] enable soundwire audio mach driver
 
   * Miscellaneous Ubuntu changes
     - [Config] CONFIG_SND_SOC_RT1308 can only be enabled on amd64
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.13-rc5

linux-unstable (5.13.0-5.5) impish; urgency=medium

   * impish/linux-unstable: 5.13.0-5.5 -proposed tracker (LP: #1930205)
 
   * Packaging resync (LP: #1786013)
     - update dkms package versions
 
   * Miscellaneous Ubuntu changes
     - [Config] set CONFIG_BPF_UNPRIV_DEFAULT_OFF=y

linux-unstable (5.13.0-4.4) impish; urgency=medium

   * impish/linux-unstable: 5.13.0-4.4 -proposed tracker (LP: #1929404)
 
   * Packaging resync (LP: #1786013)
     - update dkms package versions
 
   * Support importing mokx keys into revocation list from the mok table
     (LP: #1928679)
     - SAUCE: integrity: add informational messages when revoking certs
 
   * Support importing mokx keys into revocation list from the mok table
     (LP: #1928679) // CVE-2020-26541 when certificates are revoked via
     MokListXRT.
     - SAUCE: integrity: Load mokx certs from the EFI MOK config table
 
   * Miscellaneous Ubuntu changes
     - [Config] Temporarily disable signing for ppc64el and s390x
     - SAUCE: Revert "UBUNTU: SAUCE: overlayfs: Be more careful about copying up
       sxid files"
     - SAUCE: Revert "UBUNTU: SAUCE: overlayfs: Propogate nosuid from lower and
       upper mounts"
     - SAUCE: Revert "UBUNTU: SAUCE: overlayfs: Enable user namespace mounts"
     - SAUCE: Revert "UBUNTU: SAUCE: overlayfs: ensure mounter privileges when
       reading directories"
     - SAUCE: Revert "UBUNTU: SAUCE: fs: Move SB_I_NOSUID to the top of s_iflags"
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.13-rc3

linux-unstable (5.13.0-3.3) impish; urgency=medium

   * impish/linux-unstable: 5.13.0-3.3 -proposed tracker (LP: #1928655)
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.13-rc2

linux-unstable (5.13.0-2.2) impish; urgency=medium

   * Miscellaneous Ubuntu changes
     - [Config] enable CONFIG_DEBUG_INFO_COMPRESSED
 
   * Miscellaneous upstream changes
     - Revert "UBUNTU: [Config] temporarily disable BPF JIT"

linux-unstable (5.13.0-1.1) impish; urgency=medium

   [ Upstream Kernel Changes ]
 
   * Rebase to v5.13-rc1

linux-unstable (5.13.0-0.0) impish; urgency=medium

   * Empty entry

linux-unstable (5.12.0-11.11) impish; urgency=medium

   * Impish update: v5.12.1 upstream stable release (LP: #1927094)
     - net: hso: fix NULL-deref on disconnect regression
     - USB: CDC-ACM: fix poison/unpoison imbalance
     - iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_gen2_enqueue_hcmd()
     - cfg80211: fix locking in netlink owner interface destruction
     - mei: me: add Alder Lake P device id.
     - Linux 5.12.1
 
   * Packaging resync (LP: #1786013) // Impish update: v5.12.1 upstream stable
     release (LP: #1927094)
     - update dkms package versions
 
   * Gigabyte R120-T33 (ARM ThunderX SoC) fails to boot in ACPI mode
     (LP: #1925075) // Impish update: v5.12.1 upstream stable release
     (LP: #1927094)
     - ACPI: GTDT: Don't corrupt interrupt mappings on watchdow probe failure
 
   * Fix kernel panic at boot on dual GFX systems (LP: #1926792) // Impish
     update: v5.12.1 upstream stable release (LP: #1927094)
     - drm/amdgpu: Register VGA clients after init can no longer fail
 
   * On TGL platforms screen shows garbage when browsing website by scrolling
     mouse (LP: #1926579) // Impish update: v5.12.1 upstream stable release
     (LP: #1927094)
     - SAUCE: drm/i915/display: Disable PSR2 if TGL Display stepping is B1 from A0
 
   * CirrusLogic: Cracking noises appears in built-in speaker when output volume
     is set >80% (LP: #1924997) // Impish update: v5.12.1 upstream stable release
     (LP: #1927094)
     - SAUCE: ALSA: hda/cirrus: Use CS8409 Equalizer to fix abnormal sounds on
       Bullseye
 
   * Enable mute/micmute LEDs and limit mic boost on EliteBook 845 G8
     (LP: #1925415) // Impish update: v5.12.1 upstream stable release
     (LP: #1927094)
     - ALSA: hda/realtek: Enable mute/micmute LEDs and limit mic boost on EliteBook
       845 G8
 
   * Miscellaneous upstream changes
     - Revert "UBUNTU: SAUCE: PCI: Disable broken RTIT_BAR of Intel TH"
     - Revert "UBUNTU: [Config] temporarily disable ZFS"

linux-unstable (5.12.0-10.10) impish; urgency=medium

   * Packaging resync (LP: #1786013)
     - update dkms package versions
 
   * Miscellaneous Ubuntu changes
     - [Packaging] Drop versioned ABI directory names
     - [Packaging] getabis: Download ABIs into an unversioned directory
     - [Packaging] final-checks: Handle unversioned ABI directories
     - bump to impish
     - [Config] GCC version update

linux-unstable (5.12.0-9.9) impish; urgency=medium

   [ Upstream Kernel Changes ]
 
   * Rebase to v5.12-rc8

linux-unstable (5.12.0-8.8) hirsute; urgency=medium

   * CVE-2021-3492
     - SAUCE: shiftfs: free allocated memory in shiftfs_btrfs_ioctl_fd_replace()
       error paths
     - SAUCE: shiftfs: handle copy_to_user() return values correctly
 
   * Fix no picture from HDMI when it's plugged after boot (LP: #1924238)
     - drm/i915/display: Handle lane polarity for DDI port
 
   * hirsute beta desktop AMD64 ISO kernel panic on boot when booting using UEFI
     (LP: #1922403)
     - SAUCE: efifb: Check efifb_pci_dev before using it
 
   * Miscellaneous Ubuntu changes
     - Rebase to v5.12-rc8
     - [Config] updateconfigs following 5.12-rc8 rebase
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.12-rc8

linux-unstable (5.12.0-7.7) hirsute; urgency=medium

   * drm/i915: Drop force_probe requirement for Rocket Lake (LP: #1905466)
     - drm/i915/rkl: Remove require_force_probe protection
 
   * HP m400 cartridges fail to find NIC when deploying hirsute (LP: #1918793)
     - PCI: xgene: Fix cfg resource mapping
 
   * Update - Fix no screen show on display after S3 on CML-R  (LP: #1922768)
     - drm/i915/gen9bc: Handle TGP PCH during suspend/resume
 
   * Miscellaneous Ubuntu changes
     - SAUCE: RDMA/core: Introduce peer memory interface
     - Rebase to v5.12-rc7
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.12-rc7

linux-unstable (5.12.0-6.6) hirsute; urgency=medium

   * Packaging resync (LP: #1786013)
     - [Packaging] update variants
 
   * i915 doesn't support some high pixel clock 4k * 60Hz monitors (LP: #1922372)
     - drm/i915/vbt: update DP max link rate table
 
   * Tegra "mmc0: Timeout waiting for hardware interrupt" (LP: #1921140)
     - SAUCE: mmc: host: Add required callbacks to set/clear CQE_EN bit
 
   * Enable ath11k debugfs/tracing (LP: #1922033)
     - [Config] enable ath11k debugfs/tracing
 
   * Fix mic on P620 after S3 resume (LP: #1921757)
     - ALSA: usb-audio: Carve out connector value checking into a helper
     - ALSA: usb-audio: Check connector value on resume
 
   * Miscellaneous Ubuntu changes
     - [Config] amd64,arm64: build KFENCE support but disable it by default
       (KFENCE_SAMPLE_INTERVAL=0)
     - Rebase to v5.12-rc6
 
   * Miscellaneous upstream changes
     - drm/dp: add MSO related DPCD registers
     - drm/i915/edp: reject modes with dimensions other than fixed mode
     - drm/i915/edp: always add fixed mode to probed modes in ->get_modes()
     - drm/i915/edp: read sink MSO configuration for eDP 1.4+
     - drm/i915/reg: add stream splitter configuration definitions
     - drm/i915/mso: add splitter state readout for platforms that support it
     - drm/i915/mso: add splitter state check
     - drm/i915/edp: modify fixed and downclock modes for MSO
     - drm/i915/edp: enable eDP MSO during link training
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.12-rc6

linux-unstable (5.12.0-5.5) hirsute; urgency=medium

   * Packaging resync (LP: #1786013)
     - update dkms package versions
 
   * alsa/realtek: extend the delay time in the  determine_headset_type for a
     Dell AIO (LP: #1920747)
     - SAUCE: ALSA: hda/realtek: fix a determine_headset_type issue for a Dell AIO
 
   * power off stress test will hang on the TGL machines (LP: #1919930)
     - SAUCE: ASoC: SOF: Intel: TGL: set shutdown callback to hda_dsp_shutdown
     - [Config] set SND_SOC_SOF_HDA_ALWAYS_ENABLE_DMI_L1 to n
 
   * lockdown on power (LP: #1855668)
     - SAUCE: (lockdown) powerpc: lock down kernel in secure boot mode
 
   * Miscellaneous Ubuntu changes
     - [Config] arm64 -- unify build_image and kernel_file values
     - SAUCE: (lockdown) Add efi_status_to_str() and rework efi_status_to_err().
     - SAUCE: (lockdown) Make get_cert_list() use efi_status_to_str() to print
       error messages.
     - SAUCE: (lockdown) security: lockdown: expose a hook to lock the kernel down
     - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure boot
       mode
     - SAUCE: (lockdown) efi: Lock down the kernel if booted in secure boot mode
     - SAUCE: (lockdown) s390: Lock down the kernel when the IPL secure flag is set
     - SAUCE: (lockdown) KEYS: Make use of platform keyring for module signature
       verify
     - SAUCE: (lockdown) arm64: Allow locking down the kernel under EFI secure boot
     - SAUCE: (lockdown) security: lockdown: Make
       CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic
     - SAUCE: xr-usb-serial: clean up indentation
     - SAUCE: xr-usb-serial: clean up build warnings
     - SAUCE: apparmor: Fix build error, make sk parameter const
     - Rebase to v5.12-rc5
     - [Config] updateconfigs following v5.12-rc5 rebase
 
   * Miscellaneous upstream changes
     - Revert "UBUNTU: SAUCE: (lockdown) s390: Lock down the kernel when the IPL
       secure flag is set"
     - Revert "UBUNTU: SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to
       indicate secure boot mode"
     - Revert "UBUNTU: SAUCE: (lockdown) powerpc: lock down kernel in secure boot
       mode"
     - Revert "UBUNTU: SAUCE: (lockdown) security: lockdown: Make
       CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic"
     - Revert "UBUNTU: SAUCE: (lockdown) arm64: Allow locking down the kernel under
       EFI secure boot"
     - Revert "UBUNTU: SAUCE: (lockdown) KEYS: Make use of platform keyring for
       module signature verify"
     - Revert "UBUNTU: SAUCE: (lockdown) efi: Lock down the kernel if booted in
       secure boot mode"
     - Revert "UBUNTU: SAUCE: (lockdown) security: lockdown: expose a hook to lock
       the kernel down"
     - Revert "UBUNTU: SAUCE: (lockdown) Make get_cert_list() use
       efi_status_to_str() to print error messages."
     - Revert "UBUNTU: SAUCE: (lockdown) Add efi_status_to_str() and rework
       efi_status_to_err()."
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.12-rc5

linux-unstable (5.12.0-4.4) hirsute; urgency=medium

   * Packaging resync (LP: #1786013)
     - update dkms package versions
 
   * Fix broken efifb on graphics device without driver (LP: #1914411)
     - SAUCE: efifb: Ensure graphics device for efifb stays at PCI D0
 
   * Fix system sleep on TGL systems with Intel ME (LP: #1919321)
     - SAUCE: PCI: Serialize TGL e1000e PM ops
 
   * Miscellaneous Ubuntu changes
     - Rebase to v5.12-rc4
     - [Config] updateconfigs following v5.12-rc4 rebase
 
   * Miscellaneous upstream changes
     - riscv: dts: fu740: fix cache-controller interrupts
     - riscv: sifive: fu740: cpu{1, 2, 3, 4} set compatible to sifive, u74-mc
     - riscv: sifive: unmatched: update for 16GB rev3
     - riscv: Add 3 SBI wrapper functions to get cpu manufacturer information
     - riscv: Get CPU manufacturer information
     - riscv: Introduce alternative mechanism to apply errata solution
     - riscv: sifive: apply errata "cip-453" patch
     - clk: sifive: Add pcie_aux clock in prci driver for PCIe driver
     - clk: sifive: Use reset-simple in prci driver for PCIe driver
     - MAINTAINERS: Add maintainers for SiFive FU740 PCIe driver
     - dt-bindings: PCI: Add SiFive FU740 PCIe host controller
     - PCI: designware: Add SiFive FU740 PCIe host controller driver
     - riscv: dts: Add PCIe support for the SiFive FU740-C000 SoC
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.12-rc4

linux-unstable (5.12.0-3.3) hirsute; urgency=medium

   *  riscv: revert SiFive Unleashed CPUFreq (LP: #1917433)
     - SAUCE: Revert "SiFive Unleashed CPUFreq"
 
   * Dell Precision 5550 takes up to 10 seconds to respond when coming out of
     sleep (LP: #1919123)
     - SAUCE: Input: i8042 - add dmi quirk
 
   * LRMv4: switch to signing nvidia modules via the Ubuntu Modules signing key
     (LP: #1918134)
     - [Packaging] sync dkms-build et al from LRMv4
 
   * curtin: install flash-kernel in arm64 UEFI unexpected (LP: #1918427)
     - [Packaging] Allow grub-efi-arm* to satisfy recommends on ARM
 
   * Packaging resync (LP: #1786013)
     - update dkms package versions
 
   * Enable Tegra support in arm64 for NVIDIA Jetson (LP: #1918471)
     - [Config] enable ARCH_TEGRA and all Tegra SOC's
     - [Packaging] include modern Tegra modules
 
   * Cirrus Audio Codec CS8409/CS42L42: Input Device does not switch to headset
     Mic when a headset is inserted (LP: #1918378)
     - SAUCE: ALSA: hda/cirrus: Fix Headset Mic volume control name
 
   * Cirrus Audio Codec CS8409/CS42L42 support (LP: #1916554)
     - ALSA: hda/cirrus: Increase AUTO_CFG_MAX_INS from 8 to 18
     - ALSA: hda/cirrus: Add support for CS8409 HDA bridge and CS42L42 companion
       codec.
     - ALSA: hda/cirrus: Add jack detect interrupt support from CS42L42 companion
       codec.
     - ALSA: hda/cirrus: Add Headphone and Headset MIC Volume Control
 
   * drm/i915: Drop force_probe requirement for JSL (LP: #1917843)
     - SAUCE: drm/i915: Drop require_force_probe from JSL
 
   * Miscellaneous Ubuntu changes
     - [Packaging] Skip d-i code if udebs are disabled
     - [Packaging] Disable udebs if $DEBIAN/d-i doesn't exist
     - [Packaging] remove dh-systemd build dependency
     - [Config] fix several annotaions with enforcement typos
     - [Config] refresh annotations
     - [Config] updateconfigs following v5.12-rc3 rebase
     - annotations: fixup after v5.12-rc3 rebase
     - Rebase to v5.12-rc3
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.12-rc3

linux-unstable (5.12.0-2.2) hirsute; urgency=medium

   * Miscellaneous Ubuntu changes
     - Rebase to v5.12-rc2
     - [Config] updateconfigs following v5.12-rc2 rebase
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.12-rc2

linux-unstable (5.12.0-1.1) hirsute; urgency=medium

   * Packaging resync (LP: #1786013)
     - update dkms package versions
 
   * Support no udeb profile (LP: #1916095)
     - [Packaging] replace custom filter script with dctrl-tools
     - [Packaging] correctly implement noudeb build profiles.
 
   * Miscellaneous Ubuntu changes
     - [Packaging] dkms-versions -- remove nvidia-graphics-drivers-440-server
     - [Debian] run ubuntu-regression-suite for linux-unstable
     - [Packaging] remove Provides: aufs-dkms
     - [Config] update config and annotations following v5.12-rc1 rebase
     - [Config] disable nvidia and nvidia_server builds
     - [Config] temporarily disable ZFS
     - temporarily disable modules check
     - annotations: s390: temporarily remove CONFIG_KMSG_IDS
     - [Config] amd64: FTBFS: disable HIO
     - [Config] FTBFS: disable SHIFT_FS
     - [Config] s390: temporarily remove CONFIG_KMSG_IDS
 
   * Miscellaneous upstream changes
     - Revert "UBUNTU: [Config] disable nvidia and nvidia_server builds"
     - Revert "UBUNTU: SAUCE: s390: kernel message catalog"
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.12-rc1

linux-unstable (5.12.0-0.0) hirsute; urgency=medium

   * Empty entry

linux-unstable (5.11.0-10.11) hirsute; urgency=medium

   * Packaging resync (LP: #1786013)
     - [Packaging] update variants
 
   * Support CML-S CPU + TGP PCH (LP: #1909457)
     - drm/i915/rkl: new rkl ddc map for different PCH
     - SAUCE: drm/i915/gen9_bc : Add TGP PCH support
 
   * Use DCPD to control HP DreamColor panel (LP: #1911001)
     - SAUCE: drm/dp: Another HP DreamColor panel brigntness fix
 
   * Update nvidia dkms build for module linker script changes
     - [Packaging] build-dkms--nvidia-N -- Update for preprocessed module linker
       script
 
   * Please trust Canonical Livepatch Service kmod signing key (LP: #1898716)
     - [Config] enable CONFIG_MODVERSIONS=y
     - [Packaging] build canonical-certs.pem from branch/arch certs
     - [Config] add Canonical Livepatch Service key to SYSTEM_TRUSTED_KEYS
     - [Config] add ubuntu-drivers key to SYSTEM_TRUSTED_KEYS
 
   * Miscellaneous Ubuntu changes
     - [Config] re-enable nvidia dkms
     - SAUCE: selftests: memory-hotplug: bump timeout to 10min
     - [Debian] update-aufs.sh -- Don't apply tmpfs-idr.patch
     - [Config] Update configs
     - [Config] disable nvidia and nvidia_server builds
     - SAUCE: Import aufs driver
     - [Config] CONFIG_AUFS_FS=n
     - [Config] refresh annotations file
     - [Config] set CONFIG_MIPI_I3C_HCI=m consistently
     - [Config] set CONFIG_PINCTRL_MSM8953=m on armhf generic-lpae
     - [Packaging] Change source package name to linux-unstable
     - [Config] update LD_VERSION in config due to toolchain update
 
   * Miscellaneous upstream changes
     - Revert "UBUNTU: SAUCE: tmpfs: Don't use 64-bit inodes by defulat with 32-bit
       ino_t"

linux-unstable (5.11.0-9.10) hirsute; urgency=medium

   * Empty entry

linux (5.11.0-9.10) hirsute; urgency=medium

   * Packaging resync (LP: #1786013)
     - update dkms package versions
 
   * Miscellaneous Ubuntu changes
     - [Config] update configs/annotations after rebase to 5.11
     - zfs-modules.ignore: add zzstd
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.11

linux (5.11.0-8.9) hirsute; urgency=medium

   * Missing device id for Intel TGL-H ISH [8086:43fc] in intel-ish-hid driver
     (LP: #1914543)
     - SAUCE: HID: intel-ish-hid: ipc: Add Tiger Lake H PCI device ID
 
   *  Add support for new Realtek ethernet NIC (LP: #1914604)
     - r8169: Add support for another RTL8168FP
 
   * Miscellaneous Ubuntu changes
     - SAUCE: tmpfs: Don't use 64-bit inodes by defulat with 32-bit ino_t
     - [Config] Set CONFIG_TMPFS_INODE64=n for s390x
     - [Config] re-enable ZFS
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.11-rc7

linux (5.11.0-7.8) hirsute; urgency=medium

   * Packaging resync (LP: #1786013)
     - update dkms package versions
 
   *  Boot fails: failed to validate module [nls_iso8859_1] BTF: -22
     (LP: #1911359)
     - SAUCE: x86/entry: build thunk_$(BITS) only if CONFIG_PREEMPTION=y
 
   * Remove scary stack trace from Realtek WiFi driver (LP: #1913263)
     - rtw88: reduce the log level for failure of tx report
 
   * Fix unexpected AER/DPC on PCH400 and PCH500 (LP: #1913691)
     - Revert "UBUNTU: SAUCE: PCI: Enable ACS quirk on all CML root ports"
     - Revert "UBUNTU: SAUCE: PCI: Enable ACS quirk on CML root port"
     - SAUCE: PCI/AER: Disable AER interrupt during suspend
     - SAUCE: PCI/DPC: Disable DPC interrupt during suspend
 
   * switch to an autogenerated nvidia series based core via dkms-versions
     (LP: #1912803)
     - [Packaging] nvidia -- use dkms-versions to define versions built
     - [Packaging] update-version-dkms -- maintain flags fields
 
   * Introduce the new NVIDIA 460-server series and update the 460 series
     (LP: #1913200)
     - [Config] dkms-versions -- add the 460-server nvidia driver
 
   * Fix the video can't output through WD19TB connected with TGL platform during
     cold-boot (LP: #1910211)
     - SAUCE: drm/i915/dp: Prevent setting LTTPR mode if no LTTPR is detected
 
   * Stop using get_scalar_status command in Dell AIO uart backlight driver
     (LP: #1865402)
     - SAUCE: platform/x86: dell-uart-backlight: add get_display_mode command
 
   * Miscellaneous Ubuntu changes
     - SAUCE: selftests/seccomp: Accept any valid fd in user_notification_addfd
     - [Packaging] Don't disable CONFIG_DEBUG_INFO in headers packages
     - [Config] update configs/annotations after rebase to 5.11-rc6
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.11-rc6

linux (5.11.0-6.7) hirsute; urgency=medium

   * Packaging resync (LP: #1786013)
     - update dkms package versions
 
   * Prevent thermal shutdown during boot process (LP: #1906168)
     - thermal/drivers/acpi: Use hot and critical ops
     - thermal/core: Remove notify ops
     - thermal: int340x: Fix unexpected shutdown at critical temperature
     - thermal: intel: pch: Fix unexpected shutdown at critical temperature
 
   * riscv: backport support for SiFive Unmatched (LP: #1910965)
     - RISC-V: Update l2 cache DT documentation to add support for SiFive FU740
     - RISC-V: sifive_l2_cache: Update L2 cache driver to support SiFive FU740
     - dt-bindings: riscv: Update DT binding docs to support SiFive FU740 SoC
     - riscv: dts: add initial support for the SiFive FU740-C000 SoC
     - dt-bindings: riscv: Update YAML doc to support SiFive HiFive Unmatched board
     - riscv: dts: add initial board data for the SiFive HiFive Unmatched
     - PCI: microsemi: Add host driver for Microsemi PCIe controller
     - Microsemi PCIe expansion board DT entry.
     - SiFive Unleashed CPUFreq
     - SiFive HiFive Unleashed: Add PWM LEDs (D1, D2, D3, D4)
 
   * initramfs unpacking failed (LP: #1835660)
     - lib/decompress_unlz4.c: correctly handle zero-padding around initrds.
 
   * Miscellaneous Ubuntu changes
     - [Config] update configs and annotations after rebase to 5.11-rc5
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.11-rc5

linux (5.11.0-5.6) hirsute; urgency=medium

   * Packaging resync (LP: #1786013)
     - update dkms package versions
 
   * Miscellaneous Ubuntu changes
     - [Config] update config and annotations after rebase to 5.11-rc4
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.11-rc4

linux (5.11.0-4.5) hirsute; urgency=medium

   *  Boot fails: failed to validate module [nls_iso8859_1] BTF: -22
     (LP: #1911359)
     - SAUCE: x86/entry: build thunk_$(BITS) only if CONFIG_PREEMPTION=y

linux (5.11.0-3.4) hirsute; urgency=medium

   *  Boot fails: failed to validate module [nls_iso8859_1] BTF: -22
     (LP: #1911359)
     - bpf: Allow empty module BTFs
     - libbpf: Allow loading empty BTFs

linux (5.11.0-2.3) hirsute; urgency=medium

   * DMI entry syntax fix for Pegatron / ByteSpeed C15B (LP: #1910639)
     - Input: i8042 - unbreak Pegatron C15B
 
   * SYNA30B4:00 06CB:CE09 Mouse  on HP EliteBook 850 G7 not working at all
     (LP: #1908992)
     - HID: multitouch: Enable multi-input for Synaptics pointstick/touchpad device
 
   * debian/scripts/file-downloader does not handle positive failures correctly
     (LP: #1878897)
     - [Packaging] file-downloader not handling positive failures correctly
 
   * Packaging resync (LP: #1786013)
     - update dkms package versions
 
   * CVE-2021-1052 // CVE-2021-1053
     - [Packaging] NVIDIA -- Add the NVIDIA 460 driver
 
   * Miscellaneous Ubuntu changes
     - [Packaging] Remove nvidia-455 dkms build
     - SAUCE: ALSA: hda/realtek: fix right sounds and mute/micmute LEDs for HP
       machines
     - [Config] update configs and annotations after rebase to 5.11-rc3
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.11-rc3

linux (5.11.0-1.2) hirsute; urgency=medium

   [ Upstream Kernel Changes ]
 
   * Rebase to v5.11-rc2

linux (5.11.0-0.1) hirsute; urgency=medium

   * dep-8 ubuntu-regression-suite tests are not run for all linux-hwe-* kernels
     (LP: #1908529)
     - [dep-8] Allow all hwe kernels
 
   * Fix reading speed and duplex sysfs on igc device (LP: #1906851)
     - igc: Report speed and duplex as unknown when device is runtime suspended
 
   * rtwpci driver blocks the system to enter PC10, stuck at PC3 (LP: #1907200)
     - SAUCE: rtw88: 8723de: let cpu enter c10
 
   * [21.04 FEAT] Deactivate CONFIG_QETH_OSN kernel config option (LP: #1906370)
     - [Config] Deactivate CONFIG_QETH_OSN kernel config option
 
   * Add dpcd backlight control for 0x4c83 0x4f41 (LP: #1905663)
     - SAUCE: drm/dp: Add dpcd backlight control for 0x4c83 0x4f41
 
   * disable building bpf selftests (LP: #1908144)
     - SAUCE: selftests/bpf: Clarify build error if no vmlinux
     - SAUCE: selftests: Skip BPF selftests by default
     - disable building bpf selftests (no VMLINUX_BTF)
 
   * Miscellaneous Ubuntu changes
     - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure boot
       mode
     - SAUCE: (lockdown) s390: Lock down the kernel when the IPL secure flag is set
     - [Config] update configs and annotations after rebase to v5.11-rc1
     - hio: fix build error with kernel 5.11
     - SAUCE: shiftfs: fix build error with 5.11
     - [Config] temporarily disable ZFS
     - check-aliases: do not error if modules.alias does not exist
     - ppc64el: don't build stripped vdso
 
   * Miscellaneous upstream changes
     - irq: export irq_check_status_bit
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.11-rc1

2020

linux (5.11.0-0.0) hirsute; urgency=medium

   * Empty entry

linux (5.10.0-9.10) hirsute; urgency=medium

   * Use INTx for Pericom USB controllers (LP: #1906839)
     - PCI: Disable MSI for Pericom PCIe-USB adapter
 
   * disable building bpf selftests (LP: #1908144)
     - SAUCE: selftests/bpf: clarify build error if no vmlinux
     - SAUCE: selftests: Skip BPF seftests by default
     - disable building bpf selftests (no VMLINUX_BTF)
 
   * Miscellaneous Ubuntu changes
     - [Config] Enable CONFIG_BPF_LSM
 
   * Miscellaneous upstream changes
     - Revert "md: change mddev 'chunk_sectors' from int to unsigned"
     - Revert "dm raid: fix discard limits for raid1 and raid10"

linux (5.10.0-8.9) hirsute; urgency=medium

   * Packaging resync (LP: #1786013)
     - [Packaging] update variants
 
   * Fix bpf selftest compilation with clang 11
     - bpf: Fix selftest compilation on clang 11
 
   * Miscellaneous Ubuntu changes
     - [Config] update configs and annotations after rebase to v5.10
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.10

linux (5.10.0-7.8) hirsute; urgency=medium

   * Packaging resync (LP: #1786013)
     - update dkms package versions
 
   * Fix linux-libc-dev build for hirsute forward port kernels (LP: #1904067)
     - [Debian] Build linux-libc-dev for debian.master* branches
 
   * Update kernel packaging to support forward porting kernels (LP: #1902957)
     - [Debian] Update for leader included in BACKPORT_SUFFIX
 
   * Introduce the new NVIDIA 455 series (LP: #1897751)
     - [Packaging] NVIDIA -- Add signed modules for the 455 driver
 
   * 5.10 kernel fails to boot with secure boot disabled (LP: #1904906)
     - [Config] CONFIG_RCU_SCALE_TEST=n
 
   * Miscellaneous Ubuntu changes
     - [Config] s390x: disable GPIO_CDEV
     - [Config] ARM_CMN=m
     - [Config] disable GPIO_CDEV_V1
     - [Config] Reorder annotations after 5.10-rc6 rebase
     - [Packaging] Remove nvidia-435 dkms build
     - [Packaging] Change source package name to linux
     - [Config] Update configs and annotations after rebase to v5.10-rc7
     - SAUCE: Revert "mm/filemap: add static for function
       __add_to_page_cache_locked"
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.10-rc7

linux (5.10.0-6.7) hirsute; urgency=medium

   * Empty entry.

linux-5.10 (5.10.0-6.7) hirsute; urgency=medium

   * Packaging resync (LP: #1786013)
     - update dkms package versions
 
   * Avoid double newline when running insertchanges (LP: #1903293)
     - [Packaging] insertchanges: avoid double newline
 
   * Miscellaneous Ubuntu changes
     - [Packaging]: linux-modules should depend on linux-image
     - [Packaging]: linux-image should suggest linux-modules-extra
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.10-rc6

linux-5.10 (5.10.0-5.6) hirsute; urgency=medium

   * Miscellaneous Ubuntu changes
     - [Config] add CONFIG_INFINIBAND_VIRT_DMA
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.10-rc5

linux-5.10 (5.10.0-4.5) hirsute; urgency=medium

   * Packaging resync (LP: #1786013)
     - update dkms package versions
 
   * Miscellaneous Ubuntu changes
     - [Packaging] reduce the size required to build packages
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.10-rc4

linux-5.10 (5.10.0-3.4) hirsute; urgency=medium

   * Packaging resync (LP: #1786013)
     - update dkms package versions
 
   * e1000e: fix issues with S0ix (LP: #1902687)
     - SAUCE: e1000e: fix S0ix flow to allow S0i3.2 subset entry
     - SAUCE: e1000e: allow turning s0ix flows on for systems with ME
     - SAUCE: e1000e: Add Dell's Comet Lake systems into s0ix heuristics
     - SAUCE: e1000e: Add more Dell CML systems into s0ix heuristics
     - [Config] Update CONFIG_E1000E for ppc64el in annotations
 
   * perf: Add support for Rocket Lake (LP: #1902004)
     - SAUCE: perf/x86/intel: Add Rocket Lake CPU support
     - SAUCE: perf/x86/cstate: Add Rocket Lake CPU support
     - SAUCE: perf/x86/msr: Add Rocket Lake CPU support
     - SAUCE: perf/x86/intel/uncore: Add Rocket Lake support
 
   * Miscellaneous Ubuntu changes
     - [Config] Disable CONFIG_CRYPTO_USER_API_ENABLE_OBSOLETE
     - [Config] update CONFIG_MST_IRQ after rebase to 5.10-rc3
     - [Config] drop obsolete SND_SST_IPC options
     - [Config] re-enable ZFS
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.10-rc3

linux-5.10 (5.10.0-2.3) hirsute; urgency=medium

   * Miscellaneous Ubuntu changes
     - [Config] Switch arm64 default cpufreq governor to ondemand
     - [Debian] Include scripts/module.lds from builddir in headers package

linux-5.10 (5.10.0-1.2) hirsute; urgency=medium

   * Packaging resync (LP: #1786013)
     - update dkms package versions
 
   * Fix non-working Intel NVMe after S3 (LP: #1900847)
     - SAUCE: PCI: Enable ACS quirk on all CML root ports
 
   * Miscellaneous Ubuntu changes
     - [Packaging] move to hirsute
     - [Config] Update configs and annotations after rebase to 5.10-rc2
     - [Config] Update numerous configs to conform with policy
     - [Config] Switch default CPUFreq governer for arm64/armhf to schedultil
     - [Config] Temporarily disable DEBUG_INFO_BTF for armhf
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.10-rc2

linux-5.10 (5.10.0-0.1) hirsute; urgency=medium

   * Packaging resync (LP: #1786013)
     - update dkms package versions
 
   * Miscellaneous Ubuntu changes
     - [Config] Update configs and annotations for v5.10-rc1
     - SAUCE: platform/x86: dell-uart-backlight: rename kzfree() to
       kfree_sensitive()
     - SAUCE: apparmor: rename kzfree() to kfree_sensitive()
     - SAUCE: LSM: change ima_read_file() to use lsmblob
     - SAUCE: LSM: Use lsmblob in smk_netlbl_mls()
 
   * Miscellaneous upstream changes
     - Revert "UBUNTU: [Packaging] Change source package name to linux-5.10"
     - s390: correct __bootdata / __bootdata_preserved macros
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.10-rc1

linux-5.10 (5.10.0-0.0) groovy; urgency=medium

   * Empty entry

linux-5.9 (5.9.0-2.3) groovy; urgency=medium

   * Fix system reboot when disconnecting WiFi (LP: #1899726)
     - iwlwifi: msix: limit max RX queues for 9000 family
 
   * booting linux-generic-lpae armhf kernel under qemu results in relocation out
     of range, and thus no modules can be loaded (LP: #1899519)
     - [Config] armhf: ARM_MODULE_PLTS=y
 
   * Fix broken MSI interrupt after HDA controller was suspended (LP: #1899586)
     - ALSA: hda: fix jack detection with Realtek codecs when in D3
 
   * CVE-2020-16119
     - SAUCE: dccp: avoid double free of ccid on child socket
 
   * python3-venv is gone (LP: #1896801)
     - SAUCE: doc: remove python3-venv dependency
 
   * *-tools-common packages descriptions have typo "PGKVER" (LP: #1898903)
     - [Packaging] Fix typo in -tools template s/PGKVER/PKGVER/
 
   * Enable brightness control on HP DreamColor panel (LP: #1898865)
     - SAUCE: drm/i915/dpcd_bl: Skip testing control capability with force DPCD
       quirk
     - SAUCE: drm/dp: HP DreamColor panel brigntness fix
 
   * HP Zbook Studio G7 boots into corrupted screen with PSR featured panel
     (LP: #1897501)
     - SAUCE: drm/i915/psr: allow overriding PSR disable param by quirk
     - SAUCE: drm/dp: add DP_QUIRK_FORCE_PSR_CHIP_DEFAULT quirk to CMN prod-ID
       19-15
 
   * Fix broken e1000e device after S3 (LP: #1897755)
     - SAUCE: e1000e: Increase polling timeout on MDIC ready bit
 
   * Wakeup the system by touching the touchpad (LP: #1888331)
     - HID: i2c-hid: Enable wakeup capability from Suspend-to-Idle
 
   * Enable LTR for endpoints behind VMD (LP: #1896598)
     - SAUCE: PCI/ASPM: Enable LTR for endpoints behind VMD
 
   * [SRU] [Focal/OEM-5.6/Groovy]Fix AMD usb host controller lost after stress S3
     (LP: #1893914)
     - SAUCE: xhci: workaround for S3 issue on AMD SNPS 3.0 xHC
 
   * debian/rules editconfigs does not work on s390x to change s390x only configs
     (LP: #1863116)
     - [Packaging] kernelconfig -- only update/edit configurations on architectures
       we have compiler support
 
   * Fix non-working NVMe after S3 (LP: #1895718)
     - SAUCE: PCI: Enable ACS quirk on CML root port
 
   * Miscellaneous Ubuntu changes
     - SAUCE: bpf: Check CONFIG_BPF option for resolve_btfids
     - SAUCE: tools resolve_btfids: Always force HOSTARCH
     - packaging: arm64: add a 64KB mem pages flavour called 'generic-64k'
     - packaging: arm64: generic-64k: skip ABI, modules and retpoline checks
     - SAUCE: drm/i915/display: Fix null deref in intel_psr_atomic_check()
     - [Config] Update toolchain versions
     - [Config] Refresh annotations
     - Add ubuntu-host module
     - CONFIG_UBUNTU_HOST=m
     - SAUCE: apparmor: drop prefixing abs root labels with '='
     - SAUCE: apparmor: disable showing the mode as part of a secid to secctx
     - SAUCE: apparmor: rename aa_sock() to aa_unix_sk()
     - SAUCE: apparmor: LSM stacking: switch from SK_CTX() to aa_sock()
     - SAUCE: LSM: Infrastructure management of the sock security
     - SAUCE: LSM: Create and manage the lsmblob data structure.
     - SAUCE: LSM: Use lsmblob in security_audit_rule_match
     - SAUCE: LSM: Use lsmblob in security_kernel_act_as
     - SAUCE: net: Prepare UDS for security module stacking
     - SAUCE: LSM: Use lsmblob in security_secctx_to_secid
     - SAUCE: LSM: Use lsmblob in security_secid_to_secctx
     - SAUCE: LSM: Use lsmblob in security_ipc_getsecid
     - SAUCE: LSM: Use lsmblob in security_task_getsecid
     - SAUCE: LSM: Use lsmblob in security_inode_getsecid
     - SAUCE: LSM: Use lsmblob in security_cred_getsecid
     - SAUCE: IMA: Change internal interfaces to use lsmblobs
     - SAUCE: LSM: Specify which LSM to display
     - SAUCE: LSM: Ensure the correct LSM context releaser
     - SAUCE: LSM: Use lsmcontext in security_secid_to_secctx
     - SAUCE: LSM: Use lsmcontext in security_inode_getsecctx
     - SAUCE: LSM: security_secid_to_secctx in netlink netfilter
     - SAUCE: NET: Store LSM netlabel data in a lsmblob
     - SAUCE: LSM: Verify LSM display sanity in binder
     - SAUCE: Audit: Add new record for multiple process LSM attributes
     - SAUCE: Audit: Add a new record for multiple object LSM
     - SAUCE: LSM: Add /proc attr entry for full LSM context
     - SAUCE: AppArmor: Remove the exclusive flag
     - SAUCE: Audit: Fix for missing NULL check
 
   * Miscellaneous upstream changes
     - tty: hvcs: Don't NULL tty->driver_data until hvcs_cleanup()
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.9

linux-5.9 (5.9.0-1.2) groovy; urgency=medium

   * Miscellaneous Ubuntu changes
     - [Config] Update configs after rebase to 5.9-rc6
     - SAUCE: dax: Fix compilation for CONFIG_DAX && !CONFIG_FS_DAX
     - SAUCE: bpf: Use --no-fail option if CONFIG_BPF is not enabled
     - SAUCE: tools resolve_btfids: Always force HOSTARCH
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.9-rc6

linux-5.9 (5.9.0-0.1) groovy; urgency=medium

   * Miscellaneous Ubuntu changes
     - [Config] Update configs and annotations for v5.9-rc1
     - SAUCE: i915: Fix build error due to missing struct definition
     - hio -- Update blk_queue_split() calls for changes in 5.9-rc1
     - hio -- Updates for move of make_request_fn to struct block_device_operations
     - [Config] Disable zfs dkms build
     - [Config] Disable nvidia dkms build
     - [Config] Disable nvidia server dkms builds
     - SAUCE: remoteproc: qcom: Use div_u64() for 64-bit division
     - SAUCE: PCI/ASPM: Enable ASPM for links under VMD domain
     - [Packaging] Bind hv_vss_daemon startup to hv_vss device
     - [Packaging] bind hv_fcopy_daemon startup to hv_fcopy device
     - [Config] Re-enable UEFI signing for arm64
     - SAUCE: Revert "UBUNTU: SAUCE: export __get_vm_area_caller() and map_kernel_range()"
     - [Config] Set the default CPU governor to ONDEMAND
     - [Packaging] update variants
     - [Packaging] update helper scripts
     - update dkms package versions
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.9-rc5

linux-5.9 (5.9.0-0.0) groovy; urgency=medium

   * Empty entry

linux (5.8.0-16.17) groovy; urgency=medium

   * groovy/linux: 5.8.0-16.17 -proposed tracker (LP: #1891233)
 
   * Miscellaneous Ubuntu changes
     - hio -- Update to use bio_{start,end}_io_acct with 5.8+
     - Enable hio driver
     - [Packaging] Temporarily disable building doc package contents

linux (5.8.0-15.16) groovy; urgency=medium

   * groovy/linux: 5.8.0-15.16 -proposed tracker (LP: #1891177)
 
   * Miscellaneous Ubuntu changes
     - SAUCE: Documentation: import error c_funcptr_sig_re, c_sig_re (sphinx-
       doc/sphinx@0f49e30c)

linux (5.8.0-14.15) groovy; urgency=medium

   * groovy/linux: 5.8.0-14.15 -proposed tracker (LP: #1891085)
 
   * Packaging resync (LP: #1786013)
     - [Packaging] update helper scripts
 
   * msg_zerocopy.sh in net from ubuntu_kernel_selftests failed (LP: #1812620)
     - selftests/net: relax cpu affinity requirement in msg_zerocopy test
 
   * Fix missing HDMI/DP Audio on an HP Desktop (LP: #1890441)
     - ALSA: hda/hdmi: Add quirk to force connectivity
 
   * Add initial audio support for Lenovo ThinkStation P620 (LP: #1890317)
     - ALSA: usb-audio: Add support for Lenovo ThinkStation P620
 
   * Fix IOMMU error on AMD Radeon Pro W5700 (LP: #1890306)
     - PCI: Mark AMD Navi10 GPU rev 0x00 ATS as broken
 
   * Enlarge hisi_sec2 capability (LP: #1890222)
     - crypto: hisilicon - update SEC driver module parameter
 
   * Miscellaneous Ubuntu changes
     - [Config] Re-enable signing for ppc64el

linux (5.8.0-13.14) groovy; urgency=medium

   * Miscellaneous Ubuntu changes
     - [Config] Remove i386 configs
     - SAUCE: apply a workaround to re-enable CONFIG_CRYPTO_AEGIS128_SIMD
     - SAUCE: export __get_vm_area_caller() and map_kernel_range()
     - [Config] drop CONFIG_BINFMT_AOUT enforcement
 
   * Miscellaneous upstream changes
     - Revert "UBUNTU: [Config] disable CONFIG_CRYPTO_AEGIS128_SIMD"
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.8

linux (5.8.0-12.13) groovy; urgency=medium

   * groovy/linux: 5.8.0-12.13 -proposed tracker (LP: #1889481)
 
   * Fix right speaker of HP laptop (LP: #1889375)
     - SAUCE: hda/realtek: Fix right speaker of HP laptop
 
   * blk_update_request error when mount nvme partition (LP: #1872383)
     - SAUCE: nvme-pci: prevent SK hynix PC400 from using Write Zeroes command
 
   * Add support for Atlantic NIC firmware v4 (LP: #1886908)
     - Revert "UBUNTU: SAUCE: net: atlantic: Add support for firmware v4"
     - net: atlantic: align return value of ver_match function with function name
     - net: atlantic: add support for FW 4.x
 
   * Miscellaneous Ubuntu changes
     - [Debian] Fix debian/tests for linux-5.8 -> linux rename
     - SAUCE: selftests/powerpc: return skip code for spectre_v2

linux (5.8.0-11.12) groovy; urgency=medium

   * groovy/linux: 5.8.0-11.12 -proposed tracker (LP: #1889336)
 
   * Miscellaneous Ubuntu changes
     - [Packaging] dwarves is not required for linux-libc-dev or stage1

linux (5.8.0-10.11) groovy; urgency=medium

   * groovy/linux: 5.8.0-10.11 -proposed tracker (LP: #1889316)
 
   * Miscellaneous Ubuntu changes
     - [Packaging] Add more packages to Build-Depends-Indep for docs
     - [Debian] Specify python executable in kmake
     - [Debian] Don't treat warnings as errors during perf builds
     - [Config] Disable signing for ppc64el

linux (5.8.0-9.10) groovy; urgency=medium

   * groovy/linux: 5.8.0-9.10 -proposed tracker (LP: #1889140)
 
   * Packaging resync (LP: #1786013)
     - [Packaging] update helper scripts
 
   * Miscellaneous Ubuntu changes
     - SAUCE: Fix s390x compile error on F32 utils/stat-display.c
     - [Packaging] Add python3-venv to Build-Depends-Indep

linux (5.8.0-8.9) groovy; urgency=medium

   * groovy/linux: 5.8.0-8.9 -proposed tracker (LP: #1889104)
 
   * Packaging resync (LP: #1786013)
     - [Packaging] update helper scripts
     - update dkms package versions
     - [Packaging] update variants
 
   * Introduce the new NVIDIA 450-server and the 450 UDA series (LP: #1887674)
     - [Packaging] NVIDIA -- Add signed modules for 450 450-server
 
   * Introduce the new NVIDIA 418-server and 440-server series, and update the
     current NVIDIA drivers (LP: #1881137)
     - [packaging] add signed modules for the 418-server and the 440-server
       flavours
 
   * Miscellaneous Ubuntu changes
     - SAUCE: Revert "radix-tree: Use local_lock for protection"
     - [Config] CONFIG_DEBUG_INFO_COMPRESSED=n
     - [Config] disable CONFIG_CRYPTO_AEGIS128_SIMD
     - [Config] Enable nvidia dkms build
 
   * Miscellaneous upstream changes
     - usbip: tools: fix build error for multiple definition
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.8-rc7

linux (5.8.0-7.8) groovy; urgency=medium

   * Empty entry

linux-5.8 (5.8.0-7.8) groovy; urgency=medium

   * soc/amd/renoir: detect dmic from acpi table (LP: #1887734)
     - ASoC: amd: add logic to check dmic hardware runtime
     - ASoC: amd: add ACPI dependency check
     - ASoC: amd: fixed kernel warnings
 
   * linux 4.15.0-109-generic network DoS regression vs -108 (LP: #1886668)
     - SAUCE: Revert "netprio_cgroup: Fix unlimited memory leak of v2 cgroups"
 
   * Add support for Atlantic NIC firmware v4 (LP: #1886908)
     - SAUCE: net: atlantic: Add support for firmware v4
 
   * MGA G200e doesn't work under GDM Wayland (LP: #1886140)
     - drm/mgag200: Remove HW cursor
     - drm/mgag200: Clean up mga_set_start_address()
     - drm/mgag200: Clean up mga_crtc_do_set_base()
     - drm/mgag200: Move mode-setting code into separate helper function
     - drm/mgag200: Split MISC register update into PLL selection, SYNC and I/O
     - drm/mgag200: Update mode registers after plane registers
     - drm/mgag200: Set pitch in a separate helper function
     - drm/mgag200: Set primary plane's format in separate helper function
     - drm/mgag200: Move TAGFIFO reset into separate function
     - drm/mgag200: Move hiprilvl setting into separate functions
     - drm/mgag200: Move register initialization into separate function
     - drm/mgag200: Remove out-commented suspend/resume helpers
     - drm/mgag200: Use simple-display data structures
     - drm/mgag200: Convert to simple KMS helper
     - drm/mgag200: Replace VRAM helpers with SHMEM helpers
 
   * Miscellaneous Ubuntu changes
     - SAUCE: s390/bpf: fix sign extension in branch_ku
     - SAUCE: selftests: net: ip_defrag: modprobe missing nf_defrag_ipv6 support
     - SAUCE: selftests: fib_nexthop_multiprefix: fix cleanup() netns deletion
     - [packaging] debhelper-compat (= 10) (and retire debian/compat)
     - [Config] Update configs after rebase to 5.8-rc6
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.8-rc6

linux-5.8 (5.8.0-6.7) groovy; urgency=medium

   * Packaging resync (LP: #1786013)
     - update dkms package versions
 
   * perf build broken after updating to bintuils 2.34.90.20200706-1ubuntu1
     (LP: #1887397)
     - SAUCE: libtraceevent: Strip symbol version from nm output

linux-5.8 (5.8.0-5.6) groovy; urgency=medium

   * linux-libc-dev broken for crossbuilding, Multi-Arch:same violation
     (LP: #1886188)
     - [Packaging] Produce linux-libc-deb package for riscv64
     - [Debian] Disallow building linux-libc-dev from linux-riscv
 
   * Miscellaneous Ubuntu changes
     - SAUCE: Revert "UBUNTU: SAUCE: test_bpf: remove expected fail for Ctx heavy
       transformations test on s390"
     - SAUCE: Revert "test_bpf: flag tests that cannot be jited on s390"
     - [Config] Update configs (gcc update)
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.8-rc5

linux-5.8 (5.8.0-4.5) groovy; urgency=medium

   * Add generic LED class support for audio LED (LP: #1885896)
     - ALSA: hda: generic: Always call led-trigger for mic mute LED
     - ALSA: hda: generic: Add a helper for mic-mute LED with LED classdev
     - ALSA: hda/realtek: Convert to cdev-variant of mic-mute LED controls
     - ALSA: hda/conexant: Convert to cdev-variant of mic-mute LED controls
     - ALSA: hda/sigmatel: Convert to cdev-variant of mic-mute LED controls
     - ALSA: hda: generic: Drop unused snd_hda_gen_fixup_micmute_led()
     - ALSA: hda: generic: Drop the old mic-mute LED hook
     - ALSA: hda: generic: Add vmaster mute LED helper
     - ALSA: hda/realtek: Use the new vmaster mute LED helper
     - ALSA: hda/conexant: Use the new vmaster mute LED helper
     - ALSA: hda/sigmatel: Use the new vmaster mute LED helper
     - ALSA: hda/realtek: Unify LED helper code
     - ALSA: hda: Let LED cdev handling suspend/resume
 
   * seccomp_bpf fails on powerpc (LP: #1885757)
     - SAUCE: selftests/seccomp: fix ptrace tests on powerpc
 
   * CVE-2020-11935
     - SAUCE: aufs: do not call i_readcount_inc()
 
   * Miscellaneous Ubuntu changes
     - SAUCE: Update aufs to 5.x-rcN 20200622
     - [Config] Update configs to set CONFIG_SND_HDA_GENERIC_LEDS value
     - [Config] CONFIG_SECURITY_DMESG_RESTRICT=y
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.8-rc4

linux-5.8 (5.8.0-3.4) groovy; urgency=medium

   * Packaging resync (LP: #1786013)
     - [Packaging] update helper scripts
     - update dkms package versions
 
   * lxc 1:4.0.2-0ubuntu1 ADT test failure with linux-5.8 5.8.0-1.2
     (LP: #1884635)
     - SAUCE: overlayfs: fix faulty rebase
 
   * shiftfs: O_TMPFILE reports ESTALE (LP: #1872757)
     - SAUCE: shiftfs: prevent ESTALE for LOOKUP_JUMP lookups
 
   * shiftfs: fix btrfs regression (LP: #1884767)
     - SAUCE: Revert "UBUNTU: SAUCE: shiftfs: fix dentry revalidation"
 
   * Miscellaneous Ubuntu changes
     - [Config] CONFIG_DEBUG_INFO_COMPRESSED=y
     - SAUCE: regulator: rename da903x to da903x-regulator
     - [Config] Add da903x to modules.ignore
     - [Config] Update configs for rebase to 5.8-rc3
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.8-rc3

linux-5.8 (5.8.0-2.3) groovy; urgency=medium

   * Support Audio Mute LED for two new HP laptops (LP: #1884251)
     - ALSA: hda/realtek: Add mute LED and micmute LED support for HP systems
 
   * CVE-2019-16089
     - SAUCE: nbd_genl_status: null check for nla_nest_start
 
   * tpm: fix TIS locality timeout problems (LP: #1881710)
     - SAUCE: tpm: fix TIS locality timeout problems
 
   * Packaging resync (LP: #1786013)
     - update dkms package versions
 
   * Miscellaneous Ubuntu changes
     - SAUCE: security,perf: Allow further restriction of perf_event_open
     - [Config] CONFIG_SECURITY_PERF_EVENTS_RESTRICT=y
     - [Config] Update configs and annotations for 5.8-rc2
     - [Config] Enable zfs
     - [Config] Enable CONFIG_DEBUG_INFO_BTF
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.8-rc2

linux-5.8 (5.8.0-1.2) groovy; urgency=medium

   * Miscellaneous Ubuntu changes
     - [Debian] Support linux-x.y in udeb package names
     - [Packaging] Use SRCPKGNAME for udeb packages

linux-5.8 (5.8.0-0.1) groovy; urgency=medium

   * Docker registry doesn't stay up and keeps restarting (LP: #1879690)
     - Revert "UBUNTU: SAUCE: overlayfs: use shiftfs hacks only with shiftfs as underlay"
 
   * Packaging resync (LP: #1786013)
     - [Packaging] update variants
 
   * Miscellaneous Ubuntu changes
     - [Packaging] Update source package name to linux-5.8
     - SAUCE: (lockdown) Add efi_status_to_str() and rework efi_status_to_err().
     - SAUCE: (lockdown) Make get_cert_list() use efi_status_to_str() to print error messages.
     - SAUCE: (lockdown) security: lockdown: expose a hook to lock the kernel down
     - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure boot mode
     - SAUCE: (lockdown) efi: Lock down the kernel if booted in secure boot mode
     - SAUCE: (lockdown) s390: Lock down the kernel when the IPL secure flag is set
     - SAUCE: (lockdown) KEYS: Make use of platform keyring for module signature verify
     - SAUCE: (lockdown) arm64: Allow locking down the kernel under EFI secure boot
     - SAUCE: (lockdown) security: lockdown: Make CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic
     - SAUCE: (lockdown) powerpc: lock down kernel in secure boot mode
     - SAUCE: Import aufs driver
     - [Config] Update configs for v5.8-rc1
     - [Config] Update annotations for v5.8-rc1 config changes
     - SAUCE: shiftfs -- Fix build errors from missing fiemap definitions
     - Disable hio driver
 
   * Miscellaneous upstream changes
     - acpi: disallow loading configfs acpi tables when locked down
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.8-rc1

linux-5.8 (5.8.0-0.0) groovy; urgency=medium

   * Empty entry

linux-5.7 (5.7.0-8.9) groovy; urgency=medium

   * Packaging resync (LP: #1786013)
     - update dkms package versions
 
   * Enforce all config annotations (LP: #1879327)
     - [Config]: do not enforce CONFIG_VERSION_SIGNATURE
     - [Config]: prepare to enforce all
     - [Config]: enforce all config options
 
   * Miscellaneous Ubuntu changes
     - [Config]: annotations review after 5.7 rebase
     - [Config] annotations: IXP4XX* depends on ARCH_IXP4XX
     - [Config] THERMAL_GOV_POWER_ALLOCATOR=y
     - [Config] annotations: SOC_CAMERA is marked as BROKEN
     - [Config] annotations: NFSD_V4_2_INTER_SSC depends on NFS_FS=y
     - [Config] annotations: CRYPTO_DEV_CHELSIO_TLS depends on legacy (and largely
       unmantained) TLS_TOE
     - [Config] annotations: SERIO_OLPC_APSP depends on ARCH_MMP
     - [Config] RTW88_DEBUG=y
     - [Config] annotations: ISDN_CAPI is a bool, and BT_CMTP depends on  it
     - [Config] annotations SND_SOC_SOF_DEVELOPER_SUPPORT depends on
       SND_SOC_SOF_DEVELOPER_SUPPORT
     - [Config] annotations: SND_SOC_SOF_BAYTRAIL_SUPPORT is mutually exclusive
       with SND_SST_ATOM_HIFI2_PLATFORM_ACPI
     - [Config] annotations: DEBUG_IMX_UART_PORT is defined only any
       DEBUG_IMX*_UART is enabled
     - [Config] annotations: HW_RANDOM_IMX_RNGC depends on SOC_IMX25
     - [Config] annotations: armhf: VIRTUALIZATION support was removed for arm32
     - [Config] annotations: arm64: remove DEBUG_ALIGN_RODATA
     - [Config] annotations: ppc64: DATA_SHIFT defaults to PPC_PAGE_SHIFT
     - [Config] arm64: enforce ARM64_USE_LSE_ATOMICS
     - [Config] s390x: MOST is not set
     - [Config] s390x: BCM84881_PHY is not set
     - [Config] s390x: XILINX_LL_TEMAC is not set
     - [Config] s390x: PHY_INTEL_EMMC requires GENERIC_PHY (off by default on
       s390x)
     - [Config] s390x: CHECK_STACK conflicts with VMAP_STACK
     - [Config] annotations: s390x: NODES_SHIFT=1
     - [Config] annotations: import new symbols
     - [Config] annotations: remove unmatched menu and options

linux-5.7 (5.7.0-7.8) groovy; urgency=medium

   * Packaging resync (LP: #1786013)
     - update dkms package versions
     - [Packaging] update helper scripts
 
   * [UBUNTU 20.04] s390x/pci: fix linking between PF and VF for multifunction
     devices (LP: #1879704)
     - PCI/IOV: Introduce pci_iov_sysfs_link() function
     - s390/pci: create links between PFs and VFs
 
   * Miscellaneous Ubuntu changes
     - [Config] Disable UEFI signing for arm64
     - Rebase to v5.7.1
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.7.1

linux-5.7 (5.7.0-6.7) groovy; urgency=medium

   * Packaging resync (LP: #1786013)
     - [Packaging] update helper scripts
     - update dkms package versions
 
   * shiftfs: fix btrfs snapshot deletion (LP: #1879688)
     - SAUCE: shiftfs: let userns root destroy subvolumes from other users
 
   * seccomp_benchmark times out on eoan (LP: #1881576)
     - SAUCE: selftests/seccomp: use 90s as timeout
 
   * Realtek 8723DE [10ec:d723] subsystem [10ec:d738]  disconnects unsolicitedly
     when Bluetooth is paired: Reason: 23=IEEE8021X_FAILED (LP: #1878147)
     - SAUCE: Revert "UBUNTU: SAUCE: rtw88: Move driver IQK to set channel before
       association for 11N chip"
     - SAUCE: Revert "UBUNTU: SAUCE: rtw88: fix rate for a while after being
       connected"
     - SAUCE: Revert "UBUNTU: SAUCE: rtw88: No retry and report for auth and assoc"
     - SAUCE: Revert "UBUNTU: SAUCE: rtw88: 8723d: Add coex support"
     - rtw88: 8723d: Add coex support
     - SAUCE: rtw88: coex: 8723d: set antanna control owner
     - SAUCE: rtw88: coex: 8723d: handle BT inquiry cases
     - SAUCE: rtw88: fix EAPOL 4-way failure by finish IQK earlier
 
   * ASoC/amd: add audio driver for amd renoir (LP: #1881046)
     - ASoC: amd: add Renoir ACP3x IP register header
     - ASoC: amd: add Renoir ACP PCI driver
     - ASoC: amd: add acp init/de-init functions
     - ASoC: amd: create acp3x pdm platform device
     - ASoC: amd: add ACP3x PDM platform driver
     - ASoC: amd: irq handler changes for ACP3x PDM dma driver
     - ASoC: amd: add acp3x pdm driver dma ops
     - ASoC: amd: add ACP PDM DMA driver dai ops
     - ASoC: amd: add Renoir ACP PCI driver PM ops
     - ASoC: amd: add ACP PDM DMA driver pm ops
     - ASoC: amd: enable Renoir acp3x drivers build
     - ASoC: amd: create platform devices for Renoir
     - ASoC: amd: RN machine driver using dmic
     - ASoC: amd: enable build for RN machine driver
     - ASoC: amd: fix kernel warning
     - ASoC: amd: refactoring dai_hw_params() callback
     - ASoC: amd: return error when acp de-init fails
     - [Config]: enable amd renoir ASoC audio
 
   * Slow send speed with Intel I219-V on Ubuntu 18.04.1 (LP: #1802691)
     - e1000e: Disable TSO for buffer overrun workaround
 
   * Fix incorrect speed/duplex when I210 device is runtime suspended
     (LP: #1880656)
     - igb: Report speed and duplex as unknown when device is runtime suspended
 
   * Fix Pericom USB controller OHCI/EHCI PME# defect (LP: #1879321)
     - serial: 8250_pci: Move Pericom IDs to pci_ids.h
     - PCI: Avoid Pericom USB controller OHCI/EHCI PME# defect
 
   * [UBUNTU 20.04] s390x/pci: enumerate pci functions per physical adapter
     (LP: #1874056)
     - s390/pci: Expose new port attribute for PCIe functions
     - s390/pci: adaptation of iommu to multifunction
     - s390/pci: define kernel parameters for PCI multifunction
     - s390/pci: define RID and RID available
     - s390/pci: create zPCI bus
     - s390/pci: adapt events for zbus
     - s390/pci: Handling multifunctions
     - s390/pci: Do not disable PF when VFs exist
     - s390/pci: Documentation for zPCI
     - s390/pci: removes wrong PCI multifunction assignment
 
   * add 16-bit width registers support for EEPROM at24 device (LP: #1876699)
     - regmap-i2c: add 16-bit width registers support
 
   * Miscellaneous Ubuntu changes
     - [Config] Enable virtualbox guest and shared-folder modules
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.7

linux-5.7 (5.7.0-5.6) groovy; urgency=medium

   * Packaging resync (LP: #1786013)
     - update dkms package versions
 
   * [UBUNTU 20.04] PSI generates overhead on s390x (LP: #1876044)
     - Ubuntu: [Config] CONFIG_PSI is enabled by default, but creates additional
       overhead on s390x, hence should be disabled by default on s390x only.
 
   * Miscellaneous Ubuntu changes
     - Rebase to v5.7-rc7
     - [Config] ppc64el: disable STRICT_KERNEL_RWX
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.7-rc7

linux-5.7 (5.7.0-4.5) groovy; urgency=medium

   * Packaging resync (LP: #1786013)
     - update dkms package versions
 
   * update-initramfs complains of missing amdgpu firmware files (LP: #1873325)
     - SAUCE: drm/amdgpu: Remove unreleased arcturus and navi12 firmware from
       modinfo
 
   * Support DMIC micmute LED on HP platforms (LP: #1876859)
     - ALSA: hda/realtek - Introduce polarity for micmute LED GPIO
     - ALSA: hda/realtek - Enable micmute LED on and HP system
     - ALSA: hda/realtek - Add LED class support for micmute LED
     - ALSA: hda/realtek - Fix unused variable warning w/o
       CONFIG_LEDS_TRIGGER_AUDIO
     - ASoC: SOF: Update correct LED status at the first time usage of
       update_mute_led()
 
   * Killer(R) Wi-Fi 6 AX1650i 160MHz Wireless Network Adapter (201NGW),
     REV=0x354 [8086:a0f0] subsystem id [1a56:1651] wireless adapter not found
     due to firmware crash (LP: #1874685)
     - SAUCE: iwlwifi: pcie: handle QuZ configs with killer NICs as well
 
   * rtkit-daemon[*]: Failed to make ourselves RT: Operation not permitted after
     upgrade to 20.04 (LP: #1875665)
     - [Config] Turn off CONFIG_RT_GROUP_SCHED everywhere
 
   * Unable to handle kernel pointer dereference in virtual kernel address space
     on Eoan (LP: #1876645)
     - SAUCE: overlayfs: fix shitfs special-casing
 
   * Miscellaneous Ubuntu changes
     - SAUCE: skip building selftest 'runqslower' if kernel not built
     - Rebase to v5.7-rc6
     - [Config] updateconfigs after 5.7-rc6 rebase
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.7-rc6

linux-5.7 (5.7.0-3.4) groovy; urgency=medium

   [ Upstream Kernel Changes ]
 
   * Rebase to v5.7-rc5
 
   * Packaging resync (LP: #1786013)
     - update dkms package versions
 
   * getitimer returns it_value=0 erroneously (LP: #1349028)
     - [Config] CONTEXT_TRACKING_FORCE policy should be unset
 
   * lockdown on power (LP: #1855668) // Ubuntu Kernel Support for OpenPOWER NV
     Secure & Trusted Boot (LP: #1866909)
     - [Config] Enable configs for OpenPOWER NV Secure & Trusted Boot
 
   * Miscellaneous Ubuntu changes
     - SAUCE: Import aufs driver
     - [Config] Enable aufs
     - [Config] annotations: remove SND_SOC_SOF_HDA_COMMON_HDMI_CODEC
     - [Config] Remove CONFIG_SND_HDA_INTEL_DETECT_DMIC from annotations
     - [Debian] final-checks -- Do not remove ~* from abi
     - [Config] Enable 5-level page table support for x86
     - [Config] updateconfigs after 5.7-rc5 rebase

linux-5.7 (5.7.0-2.3) groovy; urgency=medium

   * Packaging resync (LP: #1786013)
     - [Packaging] update helper scripts
     - update dkms package versions
     - [Packaging] update helper scripts
 
   * ASUS T100HAN boots to a blank screen with a cursor [i965: Failed to submit
     batchbuffer: Input/output error] (LP: #1860754)
     - [Config] CONFIG_PMIC_OPREGION=y and CONFIG_GPIO_CRYSTAL_COVE=y for amd64
 
   * ubuntu/focal64 fails to mount Vagrant shared folders  (LP: #1873506)
     - [Packaging] Move virtualbox modules to linux-modules
     - [Packaging] Remove vbox and zfs modules from generic.inclusion-list
 
   * built-using constraints preventing uploads (LP: #1875601)
     - temporarily drop Built-Using data
 
   * dkms artifacts may expire from the pool (LP: #1850958)
     - [Packaging] autoreconstruct -- manage executable debian files
     - [packaging] handle downloads from the librarian better
 
   * Add signed modules for the 435 NVIDIA driver (LP: #1875888)
     - [Packaging] NVIDIA -- add signed modules for the 435 NVIDIA driver
 
   * [Selftests] Apply various fixes and improvements (LP: #1870543)
     - SAUCE: selftests/seccomp -- Disable timeout for seccomp tests
 
   * [17.04 FEAT] Integrate kernel message catalogue for s390x into Ubuntu
     distribution (LP: #1628889)
     - SAUCE: s390: kernel message catalog
 
   * Overlayfs in user namespace leaks directory content of inaccessible
     directories (LP: #1793458) // CVE-2018-6559
     - SAUCE: overlayfs: ensure mounter privileges when reading directories
 
   * suspend only works once on ThinkPad X1 Carbon gen 7 (LP: #1865570)
     - SAUCE: e1000e: Disable s0ix flow for X1 Carbon 7th
 
   * [ICL] TC port in legacy/static mode can't be detected due TCCOLD
     (LP: #1868936)
     - drm/i915/display: Move out code to return the digital_port of the aux ch
     - drm/i915/display: Add intel_legacy_aux_to_power_domain()
     - drm/i915/display: Split hsw_power_well_enable() into two
     - drm/i915/tc/icl: Implement TC cold sequences
     - drm/i915/tc: Skip ref held check for TC legacy aux power wells
     - drm/i915/tc/tgl: Implement TC cold sequences
     - drm/i915/tc: Catch TC users accessing FIA registers without enable aux
     - drm/i915/tc: Do not warn when aux power well of static TC ports timeout
 
   * Touchpad doesn't work on Dell Inspiron 7000 2-in-1 (LP: #1851901)
     - Revert "UBUNTU: SAUCE: mfd: intel-lpss: add quirk for Dell XPS 13 7390
       2-in-1"
 
   * 'Elan touchpad' not detected on 'Lenovo ThinkBook 15 IIL' (LP: #1861610)
     - SAUCE: Input: elan_i2c - add more hardware ID for Lenovo laptop
 
   * linux-image-5.0.0-35-generic breaks checkpointing of container
     (LP: #1857257)
     - SAUCE: overlayfs: use shiftfs hacks only with shiftfs as underlay
 
   * alsa/sof: kernel oops on the machine without Intel hdmi audio codec (a
     regression in the  asoc machine driver) (LP: #1874359)
     - ASoC: intel/skl/hda - fix oops on systems without i915 audio codec
 
   * Add debian/rules targets to compile/run kernel selftests (LP: #1874286)
     - [Packaging] add support to compile/run selftests
 
   * 5.4.0-24.28 does not seem to apply rtprio, whereas -21 does. (LP: #1873315)
     - [Config] lowlatency: turn off RT_GROUP_SCHED
 
   * alsa/sof: external mic can't be deteced on Lenovo and HP laptops
     (LP: #1872569)
     - SAUCE: ASoC: intel/skl/hda - set autosuspend timeout for hda codecs
 
   * shiftfs: O_TMPFILE reports ESTALE (LP: #1872757)
     - SAUCE: shiftfs: fix dentry revalidation
 
   * shiftfs: broken shiftfs nesting (LP: #1872094)
     - SAUCE: shiftfs: record correct creator credentials
 
   * lockdown on power (LP: #1855668)
     - SAUCE: (lockdown) powerpc: lock down kernel in secure boot mode
 
   * Add support for Realtek 8723DE wireless adapter (LP: #1780590)
     - SAUCE: rtw88: add adaptivity support for EU/JP regulatory
     - SAUCE: rtw88: update tx descriptor of mgmt and rsvd page packets
     - SAUCE: rtw88: sar: dump sar information via debugfs
     - SAUCE: rtw88: 8723d: add IQ calibration
     - SAUCE: rtw88: 8723d: Add power tracking
     - SAUCE: rtw88: 8723d: implement flush queue
     - SAUCE: rtw88: 8723d: set ltecoex register address in chip_info
     - SAUCE: rtw88: 8723d: Add coex support
     - SAUCE: rtw88: 8723d: Add shutdown callback to disable BT USB suspend
 
   * Fix authentication fail on Realtek WiFi 8723de (LP: #1871300)
     - SAUCE: rtw88: No retry and report for auth and assoc
     - SAUCE: rtw88: fix rate for a while after being connected
     - SAUCE: rtw88: Move driver IQK to set channel before association for 11N chip
 
   * Miscellaneous Ubuntu changes
     - SAUCE: rtw88: fix 'const' mismatch in power suequence hooks
     - SAUCE: rtw88: fix 'const' mismatch in
       __priority_queue_cfg_legacy()/__priority_queue_cfg()
     - [Config] RTW88=m
     - SAUCE: (lockdown) Revert carried-forward lockdown patches
     - SAUCE: (lockdown) Add efi_status_to_str() and rework efi_status_to_err().
     - SAUCE: (lockdown) Make get_cert_list() use efi_status_to_str() to print
       error messages.
     - SAUCE: (lockdown) security: lockdown: expose a hook to lock the kernel down
     - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure boot
       mode
     - SAUCE: (lockdown) efi: Lock down the kernel if booted in secure boot mode
     - SAUCE: (lockdown) s390: Lock down the kernel when the IPL secure flag is set
     - SAUCE: (lockdown) KEYS: Make use of platform keyring for module signature
       verify
     - SAUCE: (lockdown) arm64: Allow locking down the kernel under EFI secure boot
     - SAUCE: (lockdown) security: lockdown: Make
       CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic
     - [Config] Add back CONFIG_LOCK_DOWN_IN_SECURE_BOOT annotation for ppc64el
     - [Config] CONFIG_RT_GROUP_SCHED=y
     - [Packaging] Include modules.builtin.modinfo in linux-modules
     - SAUCE: LSM: Infrastructure management of the sock security
     - SAUCE: Fix-up af_unix mediation for sock infrastructure management
     - SAUCE: Revert "apparmor: Allow filtering based on secmark policy"
     - SAUCE: Revert "apparmor: Parse secmark policy"
     - SAUCE: Revert "apparmor: Add a wildcard secid"
     - SAUCE: Revert "apparmor: fixup secid map conversion to using IDR"
     - SAUCE: Revert "apparmor: Use an IDR to allocate apparmor secids"
     - SAUCE: Revert "apparmor: add support for mapping secids and using secctxes"
     - Update dropped.txt for restored apparmor patches
     - Remove lockdown patches from dropped.txt
     - SAUCE: powerpc/ima: require IMA module signatures only if MODULE_SIG is not
       enabled
     - SAUCE: selftests/ftrace: Use printf instead of echo in kprobe syntax error
       tests
     - SAUCE: selftests/net -- disable l2tp.sh test
     - SAUCE: selftests/net -- disable timeout
     - SAUCE: tools: hv: Update shebang to use python3 instead of python
     - Remove dropped.txt
     - [Packaging] move linux-doc and linux-libc-dev stubs to debian.master
     - [Debian] Support generating configs for riscv64
     - [Config] CONFIG_KMSG_IDS=y for s390x
     - [Packaging] add libcap-dev dependency
     - [Config] CONFIG_AD5770R=m
     - [Config] CONFIG_AL3010=m
     - [Config] CONFIG_APPLE_MFI_FASTCHARGE=m
     - [Config] CONFIG_BAREUDP=m
     - [Config] CONFIG_CRYPTO_DEV_OCTEONTX_CPT=m
     - [Config] CONFIG_CRYPTO_DEV_ZYNQMP_AES=m
     - [Config] CONFIG_DRM_DISPLAY_CONNECTOR=m
     - [Config] CONFIG_DRM_PANEL_BOE_TV101WUM_NL6=m
     - [Config] CONFIG_DRM_PANEL_ELIDA_KD35T133=m
     - [Config] CONFIG_DRM_PANEL_FEIXIN_K101_IM2BA02=m
     - [Config] CONFIG_DRM_PANEL_NOVATEK_NT35510=m
     - [Config] CONFIG_DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01=m
     - [Config] CONFIG_DRM_PARADE_PS8640=m
     - [Config] CONFIG_DRM_SIMPLE_BRIDGE=m
     - [Config] CONFIG_DRM_TIDSS=m
     - [Config] CONFIG_DRM_TI_TPD12S015=m
     - [Config] CONFIG_DRM_TOSHIBA_TC358768=m
     - [Config] CONFIG_EDAC_DMC520=m
     - [Config] CONFIG_EXFAT_FS=m
     - [Config] CONFIG_GP2AP002=m
     - [Config] CONFIG_GPIO_MLXBF2=m
     - [Config] CONFIG_HID_GLORIOUS=m
     - [Config] CONFIG_HID_MCP2221=m
     - [Config] CONFIG_HMC425=m
     - [Config] CONFIG_ICP10100=m
     - [Config] CONFIG_IMX8MM_THERMAL=m
     - [Config] CONFIG_IMX_SC_THERMAL=m
     - [Config] CONFIG_INTERCONNECT_QCOM_OSM_L3=m
     - [Config] CONFIG_INTERCONNECT_QCOM_SC7180=m
     - [Config] CONFIG_K3_RTI_WATCHDOG=m
     - [Config] CONFIG_MDIO_IPQ8064=m
     - [Config] CONFIG_MDIO_MVUSB=m
     - [Config] CONFIG_MHI_BUS=m
     - [Config] CONFIG_OCTEONTX2_VF=m
     - [Config] CONFIG_PHY_CADENCE_TORRENT=m
     - [Config] CONFIG_PHY_QCOM_USB_HS_28NM=m
     - [Config] CONFIG_PHY_QCOM_USB_SS=m
     - [Config] CONFIG_PINCTRL_DA9062=m
     - [Config] CONFIG_PINCTRL_IPQ6018=m
     - [Config] CONFIG_PTP_1588_CLOCK_IDT82P33=m
     - [Config] CONFIG_PTP_1588_CLOCK_VMW=m
     - [Config] CONFIG_QCOM_IPA=m
     - [Config] CONFIG_REGULATOR_MP5416=m
     - [Config] CONFIG_REGULATOR_MP886X=m
     - [Config] CONFIG_RN5T618_ADC=m
     - [Config] CONFIG_RTC_DRV_MT2712=m
     - [Config] CONFIG_RTC_DRV_RC5T619=m
     - [Config] CONFIG_SC_MSS_7180=m
     - [Config] CONFIG_SENSORS_AXI_FAN_CONTROL=m
     - [Config] CONFIG_SM_GCC_8250=m
     - [Config] CONFIG_SND_BCM63XX_I2S_WHISTLER=m
     - [Config] CONFIG_SND_MESON_AIU=m
     - [Config] CONFIG_SND_MESON_G12A_TOACODEC=m
     - [Config] CONFIG_SND_MESON_GX_SOUND_CARD=m
     - [Config] CONFIG_SND_SOC_AMD_RV_RT5682_MACH=m
     - [Config] CONFIG_SND_SOC_INTEL_SOF_PCM512x_MACH=m
     - [Config] CONFIG_SND_SOC_MESON_T9015=m
     - [Config] CONFIG_SND_SOC_RT5682_SDW=m
     - [Config] CONFIG_SND_SOC_TLV320ADCX140=m
     - [Config] CONFIG_SPI_FSI=m
     - [Config] CONFIG_SPI_MTK_NOR=m
     - [Config] CONFIG_SPI_MUX=m
     - [Config] CONFIG_SPRD_THERMAL=m
     - [Config] CONFIG_SURFACE_3_POWER_OPREGION=m
     - [Config] CONFIG_TINYDRM_ILI9486=m
     - [Config] CONFIG_TI_K3_AM65_CPSW_NUSS=m
     - [Config] CONFIG_TYPEC_MUX_INTEL_PMC=m
     - [Config] CONFIG_UACCE=m
     - [Config] CONFIG_UNIPHIER_XDMAC=m
     - [Config] CONFIG_USB_MAX3420_UDC=m
     - [Config] CONFIG_USB_RAW_GADGET=m
     - [Config] CONFIG_VHOST_VDPA=m
     - [Config] CONFIG_VIDEO_IMX219=m
     - [Config] CONFIG_VIDEO_SUN8I_ROTATE=m
     - [Config] CONFIG_VIRTIO_VDPA=m
     - [Config] CONFIG_MOST_COMPONENTS=m
     - [Config] CONFIG_MFD_IQS62X=m
     - packaging: getabis: switch to ckt-ppa:bootstrap/linux-5.7
 
   * Miscellaneous upstream changes
     - Revert "UBUNTU: SAUCE: rtw88: add rtw_read8_mask and rtw_read16_mask"
     - Revert "UBUNTU: SAUCE: drm/i915/fbc: disable framebuffer compression on
       IceLake"
     - Revert "UBUNTU: SAUCE: platform/x86: dell-uart-backlight: move retry block"

linux-5.7 (5.7.0-1.2) groovy; urgency=medium

   * Packaging resync (LP: #1786013)
     - [Packaging] update helper scripts
 
   * Miscellaneous Ubuntu changes
     - SAUCE: hio: pass make_request ptr directly to blk_alloc_queue()
     - SAUCE: hio: locally define disk_map_sector_rcu()
     - SAUCE: hio: Revert "block: unexport disk_map_sector_rcu"
     - SAUCE: hio: include <linux/part_stat.h>
     - [Config] amd64: i386: HIO=m
     - [Config] updateconfigs after 5.7-rc3 rebase

linux-5.7 (5.7.0-0.1) groovy; urgency=medium

   * Miscellaneous Ubuntu changes
     - [Config] updateconfigs after rebase to 5.7-rc1
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.7-rc1
   * Rebase to v5.7-rc2

linux-5.7 (5.7.0-0.0) focal; urgency=medium

   * Dummy entry

linux-5.6 (5.6.0-7.7) focal; urgency=medium

   * Packaging resync (LP: #1786013)
     - update dkms package versions
 
   * Kernel Oops - general protection fault: 0000 [#1] SMP PTI after
     disconnecting thunderbolt docking station (LP: #1864754)
     - SAUCE: ptp: free ptp clock properly
 
   * swap storms kills interactive use (LP: #1861359)
     - SAUCE: mm/page_alloc.c: disable memory reclaim watermark boosting by default
 
   * sysfs: incorrect network device permissions on network namespace change
     (LP: #1865359)
     - sysfs: add sysfs_file_change_owner()
     - sysfs: add sysfs_link_change_owner()
     - sysfs: add sysfs_group{s}_change_owner()
     - sysfs: add sysfs_change_owner()
     - device: add device_change_owner()
     - drivers/base/power: add dpm_sysfs_change_owner()
     - net-sysfs: add netdev_change_owner()
     - net-sysfs: add queue_change_owner()
     - net: fix sysfs permssions when device changes network namespace
     - sysfs: fix static inline declaration of sysfs_groups_change_owner()
 
   * Miscellaneous Ubuntu changes
     - [Config] updateconfigs after rebase to 5.6
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.6

linux-5.6 (5.6.0-6.6) focal; urgency=medium

   * suspend only works once on ThinkPad X1 Carbon gen 7 (LP: #1865570)
     - SAUCE: e1000e: Disable s0ix flow for X1 Carbon 7th
 
   *  Make Dell WD19 dock more reliable after suspend (LP: #1868217)
     - xhci: Ensure link state is U3 after setting USB_SS_PORT_LS_U3
     - xhci: Wait until link state trainsits to U0 after setting USB_SS_PORT_LS_U0
     - xhci: Finetune host initiated USB3 rootport link suspend and resume
 
   * update-version-dkms doesn't add a BugLink (LP: #1867790)
     - [Packaging] Add BugLink to update-version-dkms commit
 
   * Add support for Realtek 8723DE wireless adapter (LP: #1780590)
     - SAUCE: rtw88: add regulatory process strategy for different chipset
     - SAUCE: rtw88: support dynamic user regulatory setting
     - SAUCE: rtw88: Use secondary channel offset enumeration
     - SAUCE: rtw88: 8822c: modify rf protection setting
     - SAUCE: rtw88: disable TX-AMSDU on 2.4G band
     - SAUCE: Revert "rtw88: disable TX-AMSDU on 2.4G band"
     - SAUCE: rtw88: disable TX-AMSDU on 2.4G band
     - SAUCE: rtw88: remove unused parameter vif in rtw_lps_pg_info_get()
     - SAUCE: rtw88: add rtw_read8_mask and rtw_read16_mask
     - SAUCE: rtw88: pci: 8822c should set clock delay to zero
     - SAUCE: rtw88: move rtw_enter_ips() to the last when config
     - SAUCE: rtw88: avoid holding mutex for cancel_delayed_work_sync()
     - SAUCE: rtw88: add ciphers to suppress error message
     - SAUCE: rtw88: 8822c: update power sequence to v16
     - SAUCE: rtw88: Fix incorrect beamformee role setting
     - SAUCE: rtw88: don't hold all IRQs disabled for PS operations
     - SAUCE: rtw88: extract alloc rsvd_page and h2c skb routines
     - SAUCE: rtw88: associate reserved pages with each vif
     - SAUCE: rtw88: add adaptivity support for EU/JP regulatory
     - SAUCE: rtw88: 8723d: Add basic chip capabilities
     - SAUCE: rtw88: 8723d: add beamform wrapper functions
     - SAUCE: rtw88: 8723d: Add power sequence
     - SAUCE: rtw88: 8723d: Add RF read/write ops
     - SAUCE: rtw88: 8723d: Add mac/bb/rf/agc/power_limit tables
     - SAUCE: rtw88: 8723d: Add cfg_ldo25 to control LDO25
     - SAUCE: rtw88: 8723d: Add new chip op efuse_grant() to control efuse access
     - SAUCE: rtw88: 8723d: Add read_efuse to recognize efuse info from map
     - SAUCE: rtw88: add legacy firmware download for 8723D devices
     - SAUCE: rtw88: no need to send additional information to legacy firmware
     - SAUCE: rtw88: 8723d: Add mac power-on/-off function
     - SAUCE: rtw88: decompose while(1) loop of power sequence polling command
     - SAUCE: rtw88: 8723d: 11N chips don't support H2C queue
     - SAUCE: rtw88: 8723d: implement set_tx_power_index ops
     - SAUCE: rtw88: 8723d: Organize chip TX/RX FIFO
     - SAUCE: rtw88: 8723d: initialize mac/bb/rf basic functions
     - SAUCE: rtw88: 8723d: Add DIG parameter
     - SAUCE: rtw88: 8723d: Add query_rx_desc
     - SAUCE: rtw88: 8723d: Add set_channel
     - SAUCE: rtw88: handle C2H_CCX_TX_RPT to know if packet TX'ed successfully
     - SAUCE: rtw88: 8723d: 11N chips don't support LDPC
     - SAUCE: rtw88: set default port to firmware
     - SAUCE: rtw88: update tx descriptor of mgmt and rsvd page packets
     - SAUCE: rtw88: sar: add SAR of TX power limit
     - SAUCE: rtw88: sar: Load static SAR table from ACPI WRDS method
     - SAUCE: rtw88: sar: Load dynamic SAR table from ACPI methods
     - SAUCE: rtw88: sar: apply dynamic SAR table to tx power limit
     - SAUCE: rtw88: sar: add sar_work to poll if dynamic SAR table is changed
     - SAUCE: rtw88: sar: dump sar information via debugfs
     - SAUCE: rtw88: 8723d: Add chip_ops::false_alarm_statistics
     - SAUCE: rtw88: 8723d: Set IG register for CCK rate
     - SAUCE: rtw88: 8723d: add interface configurations table
     - SAUCE: rtw88: 8723d: Add LC calibration
     - SAUCE: rtw88: 8723d: add IQ calibration
     - SAUCE: rtw88: 8723d: Add power tracking
     - SAUCE: rtw88: 8723d: Add shutdown callback to disable BT USB suspend
     - SAUCE: rtw88: 8723d: implement flush queue
     - SAUCE: rtw88: 8723d: set ltecoex register address in chip_info
     - SAUCE: rtw88: 8723d: Add coex support
     - SAUCE: rtw88: fill zeros to words 0x06 and 0x07 of security cam entry
     - SAUCE: rtw88: 8723d: Add 8723DE to Kconfig and Makefile
     - [Config] CONFIG_RTW88_8723DE=y
 
   * [Ubuntu 20.04] Unset HIBERNATION and PM kernel config options for focal
     (LP: #1867753)
     - [Config] CONFIG_HIBERNATION=n and CONFIG_PM=n for s390x
 
   * [20.04 FEAT] Base KVM setup for secure guests - kernel part (LP: #1835531)
     - s390/protvirt: introduce host side setup
     - s390/protvirt: add ultravisor initialization
     - s390/mm: provide memory management functions for protected KVM guests
     - s390/mm: add (non)secure page access exceptions handlers
     - s390/protvirt: Add sysfs firmware interface for Ultravisor information
     - KVM: s390/interrupt: do not pin adapter interrupt pages
     - KVM: s390: protvirt: Add UV debug trace
     - KVM: s390: add new variants of UV CALL
     - KVM: s390: protvirt: Add initial vm and cpu lifecycle handling
     - KVM: s390: protvirt: Secure memory is not mergeable
     - KVM: s390/mm: Make pages accessible before destroying the guest
     - KVM: s390: protvirt: Handle SE notification interceptions
     - KVM: s390: protvirt: Instruction emulation
     - KVM: s390: protvirt: Implement interrupt injection
     - KVM: s390: protvirt: Add SCLP interrupt handling
     - KVM: s390: protvirt: Handle spec exception loops
     - KVM: s390: protvirt: Add new gprs location handling
     - KVM: S390: protvirt: Introduce instruction data area bounce buffer
     - KVM: s390: protvirt: handle secure guest prefix pages
     - KVM: s390/mm: handle guest unpin events
     - KVM: s390: protvirt: Write sthyi data to instruction data area
     - KVM: s390: protvirt: STSI handling
     - KVM: s390: protvirt: disallow one_reg
     - KVM: s390: protvirt: Do only reset registers that are accessible
     - KVM: s390: protvirt: Only sync fmt4 registers
     - KVM: s390: protvirt: Add program exception injection
     - KVM: s390: protvirt: UV calls in support of diag308 0, 1
     - KVM: s390: protvirt: Report CPU state to Ultravisor
     - KVM: s390: protvirt: Support cmd 5 operation state
     - KVM: s390: protvirt: Mask PSW interrupt bits for interception 104 and 112
     - KVM: s390: protvirt: do not inject interrupts after start
     - KVM: s390: protvirt: Add UV cpu reset calls
     - DOCUMENTATION: Protected virtual machine introduction and IPL
     - KVM: s390: protvirt: introduce and enable KVM_CAP_S390_PROTECTED
     - KVM: s390: protvirt: Add KVM api documentation
     - mm/gup/writeback: add callbacks for inaccessible pages
 
   * All PS/2 ports on PS/2 Serial add-in bracket are not working after S3
     (LP: #1866734)
     - SAUCE: Input: i8042 - fix the selftest retry logic
 
   * Sys oopsed with sysfs test in ubuntu_stress_smoke_test on X-hwe ARM64
     (LP: #1866772)
     - ACPI: sysfs: copy ACPI data using io memory copying
 
   * Miscellaneous Ubuntu changes
     - hio -- remove duplicated MODULE_DEVICE_TABLE declaration
     - SAUCE: r8169: disable ASPM L1.1
     - [Config] update annotations from configs
     - [Config] update configs after annotation file review
     - SAUCE: Revert "tools/power turbostat: Fix 32-bit capabilities warning"
 
   * Miscellaneous upstream changes
     - drm/i915: Fix eDP DPCD aux max backlight calculations
     - drm/dp: Introduce EDID-based quirks
     - drm/i915: Force DPCD backlight mode on X1 Extreme 2nd Gen 4K AMOLED panel
     - drm/i915: Force DPCD backlight mode for some Dell CML 2020 panels
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.6-rc7

linux-5.6 (5.6.0-5.5) focal; urgency=medium

   * please help enable CONFIG_EROFS_FS_ZIP (LP: #1867099)
     - [Config] CONFIG_EROFS_FS_ZIP=y
     - [Config] CONFIG_EROFS_FS_CLUSTER_PAGE_LIMIT=1
 
   * Miscellaneous Ubuntu changes
     - Config: Fix SND_HDA_PREALLOC_SIZE annotations
     - Config: Fix DATA_SHIFT annotations
     - Config: remove ANDROID_VSOC from annotations
     - Config: remove arm arch from annotations
     - Config: Update SOC_R8A7796X annotations
     - Config: Update CLK_R8A7796X annotations
     - update dkms package versions
     - [Config] updateconfigs after rebase to 5.6-rc6
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.6-rc6

linux-5.6 (5.6.0-4.4) focal; urgency=medium

   * Packaging resync (LP: #1786013)
     - [Packaging] resync getabis
     - [Packaging] update helper scripts
 
   * Add sysfs attribute to show remapped NVMe (LP: #1863621)
     - SAUCE: ata: ahci: Add sysfs attribute to show remapped NVMe device count
 
   * [20.04 FEAT] Compression improvements in Linux kernel (LP: #1830208)
     - [Config] Introducing s390x specific kernel config option CONFIG_ZLIB_DFLTCC
 
   * [UBUNTU 20.04] s390x/pci: increase CONFIG_PCI_NR_FUNCTIONS to 512 in kernel
     config (LP: #1866056)
     - [Config] Increase CONFIG_PCI_NR_FUNCTIONS from 64 to 512 starting with focal
       on s390x
 
   * CONFIG_IP_MROUTE_MULTIPLE_TABLES is not set (LP: #1865332)
     - [Config] CONFIG_IP_MROUTE_MULTIPLE_TABLES=y
 
   * [UBUNTU 20.04] Enable CONFIG_NET_SWITCHDEV in kernel config for s390x
     starting with focal (LP: #1865452)
     - [Config] Enable CONFIG_NET_SWITCHDEV in kernel config for s390x starting
       with focal
 
   * Miscellaneous Ubuntu changes
     - SAUCE: Revert "UBUNTU: SAUCE: blk/core: Gracefully handle unset
       make_request_fn"
     - [Packaging] prevent duplicated entries in modules.ignore
     - update dkms package versions
     - [Config] updateconfigs after rebase to 5.6-rc5
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.6-rc5

linux-5.6 (5.6.0-3.3) focal; urgency=medium

   * nsleep-lat / set-timer-lat / inconsistency-check / raw_skew from timer in
     ubuntu_kernel_selftests timeout on 5.3 / 5.4 (LP: #1864626)
     - selftests/timers: Turn off timeout setting
 
   * Update kernel options CONFIG_NR_CPUS and CONFIG_NUMA_EMU for focal
     (LP: #1864198)
     - Ubuntu: [Config] Update kernel options CONFIG_NR_CPUS and CONFIG_NUMA_EMU
 
   * alsa/hda/realtek: fix a mute led regression on Lenovo X1 Carbon
     (LP: #1864576)
     - SAUCE: ALSA: hda/realtek - Fix a regression for mute led on Lenovo Carbon X1
 
   * r8152 init may take up to 40 seconds at initialization with Dell WD19/WD19DC
     during hotplug (LP: #1864284)
     - UBUNTU SAUCE: r8151: check disconnect status after long sleep
 
   * Another Dell AIO backlight issue (LP: #1863880)
     - SAUCE: platform/x86: dell-uart-backlight: move retry block
 
   * Backport GetFB2 ioctl (LP: #1863874)
     - SAUCE: drm: Add getfb2 ioctl
 
   * Focal Fossa (20.04) feature request - Enable CONFIG_X86_UV (LP: #1863810)
     - [Config] CONFIG_X86_UV=y
 
   * Miscellaneous Ubuntu changes
     - debian: remove snapdragon config, rules and flavour
     - remove snapdragon abi files
     - update dkms package versions
     - [Config] updateconfigs after rebase to 5.6-rc4
 
   * Miscellaneous upstream changes
     - updateconfigs following snapdragon removal
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.6-rc4

linux-5.6 (5.6.0-2.2) focal; urgency=medium

   * Sometimes can't adjust brightness on Dell AIO (LP: #1862885)
     - SAUCE: platform/x86: dell-uart-backlight: increase retry times
 
   * Dell XPS 13 (7390) Display Flickering - 19.10  (LP: #1849947)
     - SAUCE: drm/i915: Disable PSR by default on all platforms
 
   * Miscellaneous Ubuntu changes
     - [debian] ignore missing wireguard module
     - SAUCE: (lockdown) Add efi_status_to_str() and rework efi_status_to_err().
     - SAUCE: (lockdown) security: lockdown: expose a hook to lock the kernel down
     - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure boot
       mode
     - SAUCE: (lockdown) efi: Lock down the kernel if booted in secure boot mode
     - SAUCE: (lockdown) s390: Lock down the kernel when the IPL secure flag is set
     - SAUCE: (lockdown) KEYS: Make use of platform keyring for module signature
       verify
     - SAUCE: (lockdown) arm64: Allow locking down the kernel under EFI secure boot
     - SAUCE: (lockdown) security: lockdown: Make
       CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic
     - [Config] CONFIG_LOCK_DOWN_IN_SECURE_BOOT=y
     - update dkms package versions
     - [Config] updateconfigs after rebase to 5.6-rc3
 
   * Miscellaneous upstream changes
     - Revert "UBUNTU: SAUCE: (lockdown) s390/ipl: lockdown kernel when booted
       secure"
     - Revert "UBUNTU: SAUCE: (lockdown) KEYS: Make use of platform keyring for
       module signature verify"
     - Revert "UBUNTU: SAUCE: (lockdown) Add a SysRq option to lift kernel
       lockdown"
     - Revert "UBUNTU: SAUCE: (lockdown) security: lockdown: expose a hook to lock
       the kernel down"
     - Revert "UBUNTU: SAUCE: (lockdown) Add efi_status_to_str() and rework
       efi_status_to_err()."

linux-5.6 (5.6.0-1.1) focal; urgency=medium

   *  Integrate Intel SGX driver into linux-azure (LP: #1844245)
     - [Packaging] Add systemd service to load intel_sgx
 
   * QAT drivers for C3XXX and C62X not included as modules (LP: #1845959)
     - [Config] CRYPTO_DEV_QAT_C3XXX=m, CRYPTO_DEV_QAT_C62X=m and
       CRYPTO_DEV_QAT_DH895xCC=m
 
   * 5.4.0-11 crash on cryptsetup open (LP: #1860231)
     - SAUCE: blk/core: Gracefully handle unset make_request_fn
 
   * multi-zone raid0 corruption (LP: #1850540)
     - SAUCE: md/raid0: Use kernel specific layout
 
   * Miscellaneous Ubuntu changes
     - update dkms package versions
     - update dropped.txt after rebase to v5.6-rc1
     - [Config] updateconfigs after rebase to 5.6-rc1
     - hio -- proc_create() requires a "struct proc_ops" in 5.6
     - SAUCE: arm: fix build error in kvm tracepoint
 
   * Miscellaneous upstream changes
     - Revert "UBUNTU: [Config] Disable the uselib system call"
     - Revert "UBUNTU: [Config] Disable legacy PTY naming"
     - Revert "UBUNTU: [Config] Enforce filtered access to iomem"
     - Revert "UBUNTU: [Config] Enable notifier call chain validations"
     - Revert "UBUNTU: [Config] Enable scatterlist validation"
     - Revert "UBUNTU: [Config] Enable cred sanity checks"
     - Revert "UBUNTU: [Config] Enable linked list manipulation checks"
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.6-rc1

linux-5.6 (5.6.0-0.0) focal; urgency=medium

   * Dummy entry

linux-5.5 (5.5.0-7.8) focal; urgency=medium

   * CONFIG_USELIB should be disabled (LP: #1855341)
     - [Config] Disable the uselib system call
 
   * CONFIG_LEGACY_PTYS should be disabled (LP: #1855339)
     - [Config] Disable legacy PTY naming
 
   * CONFIG_IO_STRICT_DEVMEM should be enabled (LP: #1855338)
     - [Config] Enforce filtered access to iomem
 
   * CONFIG_DEBUG_NOTIFIERS should be enabled (LP: #1855337)
     - [Config] Enable notifier call chain validations
 
   * CONFIG_DEBUG_SG should be enabled (LP: #1855336)
     - [Config] Enable scatterlist validation
 
   * CONFIG_DEBUG_CREDENTIALS should be enabled (LP: #1855335)
     - [Config] Enable cred sanity checks
 
   * CONFIG_DEBUG_LIST should be enabled (LP: #1855334)
     - [Config] Enable linked list manipulation checks
 
   * shiftfs: prevent lower dentries from going negative during unlink
     (LP: #1860041)
     - SAUCE: shiftfs: prevent lower dentries from going negative during unlink
 
   * [SRU][B/OEM-B/OEM-OSP1/D/E/Unstable] UBUNTU: SAUCE: Use native backlight on
     Lenovo E41-25/45 (LP: #1859561)
     - SAUCE: ACPI: video: Use native backlight on Lenovo E41-25/45
 
   * USB key cannot be detected by hotplug on Sunix USB Type-A 3.1 Gen 2 card
     [1b21:2142]  (LP: #1858988)
     - SAUCE: PCI: Avoid ASMedia XHCI USB PME# from D0 defect
 
   * Dell AIO can't adjust brightness (LP: #1858761)
     - SAUCE: platform/x86: dell-uart-backlight: add retry for get scalar status
 
   * Miscellaneous Ubuntu changes
     - [Config] Fix typo in annotations file
     - update dkms package versions
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.5

linux-5.5 (5.5.0-6.7) focal; urgency=medium

   * Miscellaneous Ubuntu changes
     - [Packaging] Update ubuntu-regression-suite dependency to python2
     - [Packaging] Fix ubuntu-regression-suite python dependency for hwe kernel
     - update dkms package versions
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.5-rc7

linux-5.5 (5.5.0-5.6) focal; urgency=medium

   * Miscellaneous Ubuntu changes
     - update dkms package versions
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.5-rc6

linux-5.5 (5.5.0-4.5) focal; urgency=medium

   * linux build and autopkg tests need to use python2 instead of python
     (LP: #1858487)
     - [Packaging] Remove python-dev build dependency

linux-5.5 (5.5.0-3.4) focal; urgency=medium

   * [SRU][B/OEM-B/OEM-OSP1/D/E/F] Add LG I2C touchscreen multitouch support
     (LP: #1857541)
     - SAUCE: HID: multitouch: Add LG MELF0410 I2C touchscreen support
 
   * Make vfio-pci built-in or xhci_hcd optional (LP: #1770845)
     - [Config]: built-in VFIO_PCI for amd64
 
   * multi-zone raid0 corruption (LP: #1850540)
     - SAUCE: md/raid0: Link to wiki with guidance on multi-zone RAID0 layout
       migration
 
   * Packaging resync (LP: #1786013)
     - [Packaging] update variants
 
   * Miscellaneous Ubuntu changes
     - [Packaging] Change source package to linux-5.5
     - [Packaging] Don't use SRCPKGNAME for linux-libc-dev
     - [Packaging] Remove linux-source-3 Provides: from linux-source
     - [Packaging] Fix linux-doc in linux-image Suggests:
     - [Debian] Read variants list into a variable
     - [Packaging] Generate linux-libc-dev package only for primary variant
     - [Packaging] Generate linux-doc for only the primary variant
     - [Debian] Update linux source package name in debian/tests/*
     - update dkms package versions
     - [Config] updateconfigs after rebase to 5.5-rc3
     - [Config] disable PCI_MESON
     - [Config] Add pinctrl-equilibrium to modules.ignore
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.5-rc5

2019

linux-5.5 (5.5.0-2.3) focal; urgency=medium

   * Empty entry.

linux (5.5.0-2.3) focal; urgency=medium

   * Support DPCD aux brightness control (LP: #1856134)
     - SAUCE: drm/i915: Fix eDP DPCD aux max backlight calculations
     - SAUCE: drm/i915: Assume 100% brightness when not in DPCD control mode
     - SAUCE: drm/i915: Fix DPCD register order in intel_dp_aux_enable_backlight()
     - SAUCE: drm/i915: Auto detect DPCD backlight support by default
     - SAUCE: drm/i915: Force DPCD backlight mode on X1 Extreme 2nd Gen 4K AMOLED
       panel
     - USUNTU: SAUCE: drm/i915: Force DPCD backlight mode on Dell Precision 4K sku
 
   * change kconfig of the soundwire bus driver from y to m (LP: #1855685)
     - [Config]: SOUNDWIRE=m
 
   * Fix unusable USB hub on Dell TB16 after S3 (LP: #1855312)
     - SAUCE: USB: core: Make port power cycle a seperate helper function
     - SAUCE: USB: core: Attempt power cycle port when it's in eSS.Disabled state
 
   * Miscellaneous Ubuntu changes
     - [Debian] add python depends to ubuntu-regression-suite
     - SAUCE: selftests: net: tls: remove recv_rcvbuf test
     - update dkms package versions
 
   * Miscellaneous upstream changes
     - [Config] updateconfigs after rebase to 5.5-rc2

linux (5.5.0-1.2) focal; urgency=medium

   * Miscellaneous Ubuntu changes
     - [Config] disable nvidia dkms build
     - [Config] disable virtualbox dkms build
     - [Config] disable zfs dkms build
     - update dropped.txt after rebase to v5.5-rc1
     - SAUCE: (lockdown) Make get_cert_list() not complain about cert lists that
       aren't present.
     - SAUCE: (lockdown) Add efi_status_to_str() and rework efi_status_to_err().
     - SAUCE: (lockdown) Make get_cert_list() use efi_status_to_str() to print
       error messages.
     - SAUCE: (lockdown) security: lockdown: expose a hook to lock the kernel down
     - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure boot
       mode
     - SAUCE: (lockdown) efi: Lock down the kernel if booted in secure boot mode
     - SAUCE: (lockdown) Add a SysRq option to lift kernel lockdown
     - SAUCE: (lockdown) KEYS: Make use of platform keyring for module signature
       verify
     - SAUCE: (lockdown) arm64: Allow locking down the kernel under EFI secure boot
     - SAUCE: (lockdown) security: lockdown: Make
       CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic
     - SAUCE: (lockdown) s390/ipl: lockdown kernel when booted secure
     - [Config] Enable lockdown under secure boot
     - update dkms package versions

linux (5.5.0-0.1) focal; urgency=medium

   * Miscellaneous Ubuntu changes
     - [Config] updateconfigs after rebase to 5.5-rc1
 
    [ Upstream Kernel Changes ]
 
    * Rebase to v5.5-rc1

linux (5.5.0-0.0) focal; urgency=medium

   * Dummy entry.

linux (5.4.0-8.11) focal; urgency=medium

   * focal/linux: 5.4.0-8.9 -proposed tracker (LP: #1855448)
 
   * update ENA driver for DIMLIB dynamic interrupt moderation (LP: #1853180)
     - SAUCE: net: ena: fix issues in setting interrupt moderation params in
       ethtool
     - SAUCE: net: ena: fix too long default tx interrupt moderation interval
 
   * Kernel build log filled with "/bin/bash: line 5: warning: command
     substitution: ignored null byte in input" (LP: #1853843)
     - [Debian] Fix warnings when checking for modules signatures
 
   * hwe-edge kernel 5.3.0-23.25 kernel does not boot on Precision 5720 AIO
     (LP: #1852581)
     - [Packaging] Fix module signing with older modinfo
 
   * Fix MST support on Ice Lake (LP: #1854432)
     - drm/i915: fix port checks for MST support on gen >= 11
 
   * headphone has noise as not mute on dell machines with alc236/256
     (LP: #1854401)
     - SAUCE: ALSA: hda/realtek - Dell headphone has noise on unmute for ALC236
 
   * [CML-S62] Need enable intel_pmc_core driver patch for Comet lake- S 6+2
     (LP: #1847450)
     - SAUCE: platform/x86: intel_pmc_core: Add Comet Lake (CML) platform support
       to intel_pmc_core driver
 
   * CVE-2019-14901
     - SAUCE: mwifiex: Fix heap overflow in mmwifiex_process_tdls_action_frame()
 
   * CVE-2019-14896 // CVE-2019-14897
     - SAUCE: libertas: Fix two buffer overflows at parsing bss descriptor
 
   * CVE-2019-14895
     - SAUCE: mwifiex: fix possible heap overflow in mwifiex_process_country_ie()
 
   * [CML-S62] Need enable intel_rapl patch support for Comet lake- S 6+2
     (LP: #1847454)
     - powercap/intel_rapl: add support for CometLake Mobile
     - powercap/intel_rapl: add support for Cometlake desktop
 
   * External microphone can't work on some dell machines with the codec alc256
     or alc236 (LP: #1853791)
     - SAUCE: ALSA: hda/realtek - Move some alc256 pintbls to fallback table
     - SAUCE: ALSA: hda/realtek - Move some alc236 pintbls to fallback table
 
   * remount of multilower moved pivoted-root overlayfs root, results in I/O
     errors on some modified files (LP: #1824407)
     - SAUCE: ovl: fix lookup failure on multi lower squashfs
 
   * [CML-S62] Need enable turbostat patch support for Comet lake- S 6+2
     (LP: #1847451)
     - SAUCE: tools/power turbostat: Add Cometlake support
 
   * CONFIG_ARCH_ROCKCHIP is not set in ubuntu 18.04 aarch64,arm64 (LP: #1825222)
     - [Config] Enable ROCKCHIP support for arm64
 
   * [broadwell-rt286, playback] Since Linux 5.2rc2 audio playback no longer
     works on Dell Venue 11 Pro 7140 (LP: #1846539)
     - SAUCE: ASoC: SOF: Intel: Broadwell: clarify mutual exclusion with legacy
       driver
 
   * i40e: general protection fault in i40e_config_vf_promiscuous_mode
     (LP: #1852663)
     - SAUCE: i40e Fix GPF when deleting VMs
 
   * libbpf check_abi fails on ppc64el (LP: #1854974)
     - libbpf: Fix readelf output parsing on powerpc with recent binutils
 
   * CVE-2019-19050
     - crypto: user - fix memory leak in crypto_reportstat
 
   * Make hotplugging docking station to Thunderbolt port more reliable
     (LP: #1853991)
     - PCI/PM: Add pcie_wait_for_link_delay()
     - PCI/PM: Add missing link delays required by the PCIe spec
 
   * i915: Display flickers (monitor loses signal briefly) during "flickerfree"
     boot, while showing the BIOS logo on a black background (LP: #1836858)
     - [Config] FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER=y
 
   * [CML] New device id's for CMP-H (LP: #1846335)
     - i2c: i801: Add support for Intel Comet Lake PCH-H
     - mtd: spi-nor: intel-spi: Add support for Intel Comet Lake-H SPI serial flash
     - mfd: intel-lpss: Add Intel Comet Lake PCH-H PCI IDs
 
   * Focal update: v5.4.2 upstream stable release (LP: #1855326)
     - io_uring: async workers should inherit the user creds
     - net: separate out the msghdr copy from ___sys_{send,recv}msg()
     - net: disallow ancillary data for __sys_{send,recv}msg_file()
     - crypto: inside-secure - Fix stability issue with Macchiatobin
     - driver core: platform: use the correct callback type for bus_find_device
     - usb: dwc2: use a longer core rest timeout in dwc2_core_reset()
     - staging: wilc1000: fix illegal memory access in wilc_parse_join_bss_param()
     - staging: rtl8192e: fix potential use after free
     - staging: rtl8723bs: Drop ACPI device ids
     - staging: rtl8723bs: Add 024c:0525 to the list of SDIO device-ids
     - USB: serial: ftdi_sio: add device IDs for U-Blox C099-F9P
     - mei: bus: prefix device names on bus with the bus name
     - mei: me: add comet point V device id
     - thunderbolt: Power cycle the router if NVM authentication fails
     - x86/fpu: Don't cache access to fpu_fpregs_owner_ctx
     - gve: Fix the queue page list allocated pages count
     - macvlan: schedule bc_work even if error
     - mdio_bus: don't use managed reset-controller
     - net: dsa: sja1105: fix sja1105_parse_rgmii_delays()
     - net: macb: add missed tasklet_kill
     - net: psample: fix skb_over_panic
     - net: sched: fix `tc -s class show` no bstats on class with nolock subqueues
     - openvswitch: fix flow command message size
     - sctp: Fix memory leak in sctp_sf_do_5_2_4_dupcook
     - slip: Fix use-after-free Read in slip_open
     - sctp: cache netns in sctp_ep_common
     - openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info()
     - openvswitch: remove another BUG_ON()
     - net/tls: take into account that bpf_exec_tx_verdict() may free the record
     - net/tls: free the record on encryption error
     - net: skmsg: fix TLS 1.3 crash with full sk_msg
     - selftests/tls: add a test for fragmented messages
     - net/tls: remove the dead inplace_crypto code
     - net/tls: use sg_next() to walk sg entries
     - selftests: bpf: test_sockmap: handle file creation failures gracefully
     - selftests: bpf: correct perror strings
     - tipc: fix link name length check
     - selftests: pmtu: use -oneline for ip route list cache
     - r8169: fix jumbo configuration for RTL8168evl
     - r8169: fix resume on cable plug-in
     - ext4: add more paranoia checking in ext4_expand_extra_isize handling
     - Revert "jffs2: Fix possible null-pointer dereferences in
       jffs2_add_frag_to_fragtree()"
     - crypto: talitos - Fix build error by selecting LIB_DES
     - HID: core: check whether Usage Page item is after Usage ID items
     - platform/x86: hp-wmi: Fix ACPI errors caused by too small buffer
     - platform/x86: hp-wmi: Fix ACPI errors caused by passing 0 as input size
     - Linux 5.4.2
 
   * no HDMI video output since GDM greeter after linux-oem-osp1 version
     5.0.0-1026 (LP: #1852386)
     - drm/i915: Add new CNL PCH ID seen on a CML platform
     - SAUCE: drm/i915: Fix detection for a CMP-V PCH
 
   * Please add patch fixing RK818 ID detection (LP: #1853192)
     - SAUCE: mfd: rk808: Fix RK818 ID template
 
   * Raydium Touchscreen on ThinkPad L390 does not work (LP: #1849721)
     - HID: i2c-hid: fix no irq after reset on raydium 3118
 
   * Touchpad doesn't work on Dell Inspiron 7000 2-in-1 (LP: #1851901)
     - Revert "UBUNTU: SAUCE: mfd: intel-lpss: add quirk for Dell XPS 13 7390
       2-in-1"
     - lib: devres: add a helper function for ioremap_uc
     - mfd: intel-lpss: Use devm_ioremap_uc for MMIO
 
   * Lenovo dock MAC Address pass through doesn't work in Ubuntu  (LP: #1827961)
     - r8152: Add macpassthru support for ThinkPad Thunderbolt 3 Dock Gen 2
 
   * Disable unreliable HPET on CFL-H system (LP: #1852216)
     - SAUCE: x86/intel: Disable HPET on Intel Coffe Lake H platforms
 
   * Miscellaneous Ubuntu changes
     - update dkms package versions
     - [Config] Enable virtualbox dkms build
     - [Config] update annotations to match current configs
     - SAUCE: Add exfat module to signature inclusion list
 
   * Miscellaneous upstream changes
     - Bluetooth: Fix invalid-free in bcsp_close()
     - ath9k_hw: fix uninitialized variable data
     - ath10k: Fix a NULL-ptr-deref bug in ath10k_usb_alloc_urb_from_pipe
     - ath10k: Fix HOST capability QMI incompatibility
     - ath10k: restore QCA9880-AR1A (v1) detection
     - Revert "Bluetooth: hci_ll: set operational frequency earlier"
     - Revert "dm crypt: use WQ_HIGHPRI for the IO and crypt workqueues"
     - md/raid10: prevent access of uninitialized resync_pages offset
     - x86/insn: Fix awk regexp warnings
     - x86/speculation: Fix incorrect MDS/TAA mitigation status
     - x86/speculation: Fix redundant MDS mitigation message
     - nbd: prevent memory leak
     - x86/stackframe/32: Repair 32-bit Xen PV
     - x86/xen/32: Make xen_iret_crit_fixup() independent of frame layout
     - x86/xen/32: Simplify ring check in xen_iret_crit_fixup()
     - x86/doublefault/32: Fix stack canaries in the double fault handler
     - x86/pti/32: Size initial_page_table correctly
     - x86/cpu_entry_area: Add guard page for entry stack on 32bit
     - x86/entry/32: Fix IRET exception
     - x86/entry/32: Use %ss segment where required
     - x86/entry/32: Move FIXUP_FRAME after pushing %fs in SAVE_ALL
     - x86/entry/32: Unwind the ESPFIX stack earlier on exception entry
     - x86/entry/32: Fix NMI vs ESPFIX
     - selftests/x86/mov_ss_trap: Fix the SYSENTER test
     - selftests/x86/sigreturn/32: Invalidate DS and ES when abusing the kernel
     - x86/pti/32: Calculate the various PTI cpu_entry_area sizes correctly, make
       the CPU_ENTRY_AREA_PAGES assert precise
     - x86/entry/32: Fix FIXUP_ESPFIX_STACK with user CR3
     - futex: Prevent robust futex exit race
     - ALSA: usb-audio: Fix NULL dereference at parsing BADD
     - ALSA: usb-audio: Fix Scarlett 6i6 Gen 2 port data
     - media: vivid: Set vid_cap_streaming and vid_out_streaming to true
     - media: vivid: Fix wrong locking that causes race conditions on streaming
       stop
     - media: usbvision: Fix invalid accesses after device disconnect
     - media: usbvision: Fix races among open, close, and disconnect
     - cpufreq: Add NULL checks to show() and store() methods of cpufreq
     - futex: Move futex exit handling into futex code
     - futex: Replace PF_EXITPIDONE with a state
     - exit/exec: Seperate mm_release()
     - futex: Split futex_mm_release() for exit/exec
     - futex: Set task::futex_state to DEAD right after handling futex exit
     - futex: Mark the begin of futex exit explicitly
     - futex: Sanitize exit state handling
     - futex: Provide state handling for exec() as well
     - futex: Add mutex around futex exit
     - futex: Provide distinct return value when owner is exiting
     - futex: Prevent exit livelock
     - media: uvcvideo: Fix error path in control parsing failure
     - media: b2c2-flexcop-usb: add sanity checking
     - media: cxusb: detect cxusb_ctrl_msg error in query
     - media: imon: invalid dereference in imon_touch_event
     - media: mceusb: fix out of bounds read in MCE receiver buffer
     - ALSA: hda - Disable audio component for legacy Nvidia HDMI codecs
     - USBIP: add config dependency for SGL_ALLOC
     - usbip: tools: fix fd leakage in the function of read_attr_usbip_status
     - usbip: Fix uninitialized symbol 'nents' in stub_recv_cmd_submit()
     - usb-serial: cp201x: support Mark-10 digital force gauge
     - USB: chaoskey: fix error case of a timeout
     - appledisplay: fix error handling in the scheduled work
     - USB: serial: mos7840: add USB ID to support Moxa UPort 2210
     - USB: serial: mos7720: fix remote wakeup
     - USB: serial: mos7840: fix remote wakeup
     - USB: serial: option: add support for DW5821e with eSIM support
     - USB: serial: option: add support for Foxconn T77W968 LTE modules
     - staging: comedi: usbduxfast: usbduxfast_ai_cmdtest rounding error
     - powerpc/book3s64: Fix link stack flush on context switch
     - KVM: PPC: Book3S HV: Flush link stack on guest exit to host kernel
     - Linux 5.4.1

linux (5.4.0-7.8) focal; urgency=medium

   * Miscellaneous Ubuntu changes
     - SAUCE: selftests/bpf: Comment out BPF_CORE_READ's which cause clang to
       segfault
     - Update nvidia-430 to nvidia-440
     - [Config] Enable nvidia dkms build
     - update dkms package versions
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.4

linux (5.4.0-6.7) focal; urgency=medium

   * Miscellaneous Ubuntu changes
     - update dkms package versions
     - [Config] updateconfigs after rebase to 5.4-rc8
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.4-rc7

linux (5.4.0-5.6) focal; urgency=medium

   * refcount underflow and type confusion in shiftfs (LP: #1850867) //
     CVE-2019-15793
     - SAUCE: shiftfs: Correct id translation for lower fs operations
 
   * refcount underflow and type confusion in shiftfs (LP: #1850867) //
     CVE-2019-15792
     - SAUCE: shiftfs: prevent type confusion
 
   * refcount underflow and type confusion in shiftfs (LP: #1850867) //
     CVE-2019-15791
     - SAUCE: shiftfs: Fix refcount underflow in btrfs ioctl handling
 
   * Some EFI systems fail to boot in efi_init() when booted via maas
     (LP: #1851810)
     - SAUCE: efi: efi_get_memory_map -- increase map headroom
 
   * seccomp: fix SECCOMP_USER_NOTIF_FLAG_CONTINUE test (LP: #1849281)
     - SAUCE: seccomp: rework define for SECCOMP_USER_NOTIF_FLAG_CONTINUE
     - SAUCE: seccomp: avoid overflow in implicit constant conversion
 
   * dkms artifacts may expire from the pool (LP: #1850958)
     - [Packaging] dkms -- try launchpad librarian for pool downloads
     - [Packaging] dkms -- dkms-build quieten wget verbiage
 
   * tsc marked unstable after entered PC10 on Intel CoffeeLake (LP: #1840239)
     - SAUCE: x86/intel: Disable HPET on Intel Coffe Lake platforms
     - SAUCE: x86/intel: Disable HPET on Intel Ice Lake platforms
 
   * shiftfs: prevent exceeding project quotas (LP: #1849483)
     - SAUCE: shiftfs: drop CAP_SYS_RESOURCE from effective capabilities
 
   * shiftfs: fix fallocate() (LP: #1849482)
     - SAUCE: shiftfs: setup correct s_maxbytes limit
 
   * The alsa hda driver is not loaded due to the missing of PCIID for Comet
     Lake-S [8086:a3f0] (LP: #1852070)
     - SAUCE: ALSA: hda: Add Cometlake-S PCI ID
 
   * Can't adjust brightness on DELL UHD dGPU AIO (LP: #1813877)
     - SAUCE: platform/x86: dell-uart-backlight: add missing status command
     - SAUCE: platform/x86: dell-uart-backlight: load driver by scalar status
     - SAUCE: platform/x86: dell-uart-backlight: add force parameter
     - SAUCE: platform/x86: dell-uart-backlight: add quirk for old platforms
 
   * s_iflags overlap prevents unprivileged overlayfs mounts (LP: #1851677)
     - SAUCE: fs: Move SB_I_NOSUID to the top of s_iflags
 
   * ubuntu-aufs-modified mmap_region() breaks refcounting in overlayfs/shiftfs
     error path (LP: #1850994) // CVE-2019-15794
     - SAUCE: shiftfs: Restore vm_file value when lower fs mmap fails
     - SAUCE: ovl: Restore vm_file value when lower fs mmap fails
 
   * Miscellaneous Ubuntu changes
     - [Debian] Convert update-aufs.sh to use aufs5
     - SAUCE: import aufs driver
     - update dkms package versions
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.4-rc7

linux (5.4.0-4.5) focal; urgency=medium

   * High power consumption using 5.0.0-25-generic (LP: #1840835)
     - PCI: Add a helper to check Power Resource Requirements _PR3 existence
     - ALSA: hda: Allow HDA to be runtime suspended when dGPU is not bound to a
       driver
     - PCI: Fix missing inline for pci_pr3_present()
 
   * Fix signing of staging modules in eoan (LP: #1850234)
     - [Packaging] Leave unsigned modules unsigned after adding .gnu_debuglink
 
   * [20.04 FEAT] Set Architecture Level (ALS) to z13 (LP: #1837525)
     - [Config] s390x bump march to z13, with tune to z15
 
   * Miscellaneous Ubuntu changes
     - [Debian]: do not skip tests for linux-hwe-edge
     - update dkms package versions
     - [Config] re-enable zfs
     - [Config] rename module virtio_fs to virtiofs
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.4-rc6

linux (5.4.0-3.4) focal; urgency=medium

   * seccomp: fix SECCOMP_USER_NOTIF_FLAG_CONTINUE test (LP: #1849281)
     - SAUCE: seccomp: fix SECCOMP_USER_NOTIF_FLAG_CONTINUE test
 
   * cloudimg: no iavf/i40evf module so no network available with SR-IOV enabled
     cloud (LP: #1848481)
     - [Packaging] include iavf/i40evf in generic
 
   * CVE-2019-17666
     - SAUCE: rtlwifi: Fix potential overflow on P2P code
 
   * Change Config Option CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE for s390x from yes
     to no (LP: #1848492)
     - [Config] Change Config Option CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE for s390x
       from yes to no
 
   * Add Intel Comet Lake ethernet support (LP: #1848555)
     - SAUCE: e1000e: Add support for Comet Lake
 
   * seccomp: add SECCOMP_USER_NOTIF_FLAG_CONTINUE    (LP: #1847744)
     - SAUCE: seccomp: add SECCOMP_USER_NOTIF_FLAG_CONTINUE
     - SAUCE: seccomp: test SECCOMP_USER_NOTIF_FLAG_CONTINUE
 
   * drm/i915: Fix the issue of "azx_get_response timeout" for hdmi audio on ICL
     platforms (LP: #1847192)
     - SAUCE: drm/i915: Fix audio power up sequence for gen10+ display
     - SAUCE: drm/i915: extend audio CDCLK>=2*BCLK constraint to more platforms
 
   * PM / hibernate: fix potential memory corruption (LP: #1847118)
     - SAUCE: PM / hibernate: memory_bm_find_bit -- tighten node optimisation
 
   * [regression] NoNewPrivileges incompatible with Apparmor (LP: #1844186)
     - SAUCE: apparmor: fix nnp subset test for unconfined
 
   * overlayfs: allow with shiftfs as underlay (LP: #1846272)
     - SAUCE: overlayfs: allow with shiftfs as underlay
 
   * eoan: alsa/sof: Enable SOF_HDA link and codec (LP: #1848490)
     - [Config] Fix SOF Kconfig options
 
   * linux won't build when new virtualbox version is present on the archive
     (LP: #1848788)
     - [Packaging]: download virtualbox from sources
 
   * Miscellaneous Ubuntu changes
     - [Config] update annotations from configs
     - [Config] updateconfigs after rebase to 5.4-rc5
     - update dkms package versions
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.4-rc5

linux (5.4.0-2.3) eoan; urgency=medium

   * Add installer support for iwlmvm adapters (LP: #1848236)
     - d-i: Add iwlmvm to nic-modules
 
   * shiftfs: rework how shiftfs opens files (LP: #1846265)
     - SAUCE: shiftfs: rework how shiftfs opens files
 
   * Miscellaneous Ubuntu changes
     - update dkms package versions
     - [Config] updateconfigs after rebase to 5.4-rc4
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.4-rc4

linux (5.4.0-1.2) eoan; urgency=medium

   * Miscellaneous Ubuntu changes
     - update dkms package versions
     - [Config] updateconfigs after rebase to 5.4-rc3
     - [Config] add flexfb, fbtft_device and rio500 to modules.ignore
     - [Config] amd64: ignore fbtft and all dependent modules
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.4-rc3

linux (5.4.0-0.1) eoan; urgency=medium

   * Enable the Dragonboards out of Eoan/master arm64 kernel (LP: #1846704)
     - [Packaging] arm64: snapdragon: introduce a snapdragon flavour
     - [Packaging] arm64: snapdragon: switch kernel format to Image
     - [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8916=y
     - [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8994=y
     - [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8996=y
     - [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8998=y
     - [Config] arm64: snapdragon: CONFIG_REGULATOR_QCOM_RPMH=y
     - [Config] arm64: snapdragon: CONFIG_QCOM_BAM_DMA=y
     - [Config] arm64: snapdragon: CONFIG_QCOM_HIDMA_MGMT=y
     - [Config] arm64: snapdragon: CONFIG_QCOM_HIDMA=y
     - [Config] arm64: snapdragon: CONFIG_COMMON_CLK_QCOM=y
     - [Config] arm64: snapdragon: CONFIG_QCOM_CLK_RPMH=y
     - [Config] arm64: snapdragon: CONFIG_MSM_GCC_8916=y
     - [Config] arm64: snapdragon: CONFIG_MSM_GCC_8994=y
     - [Config] arm64: snapdragon: CONFIG_MSM_MMCC_8996=y
     - [Config] arm64: snapdragon: CONFIG_MSM_GCC_8998=y
     - [Config] arm64: snapdragon: CONFIG_HWSPINLOCK_QCOM=y
     - [Config] arm64: snapdragon: CONFIG_QCOM_APCS_IPC=y
     - [Config] arm64: snapdragon: CONFIG_RPMSG_QCOM_GLINK_RPM=y
     - [Config] arm64: snapdragon: CONFIG_QCOM_GENI_SE=y
     - [Config] arm64: snapdragon: CONFIG_QCOM_SMEM=y
     - [Config] arm64: snapdragon: CONFIG_QCOM_SMD_RPM=y
     - [Config] arm64: snapdragon: CONFIG_QCOM_SMP2P=y
     - [Config] arm64: snapdragon: CONFIG_QCOM_SMSM=y
     - [Config] arm64: snapdragon: CONFIG_QCOM_QFPROM=y
     - [Config] arm64: snapdragon: CONFIG_SERIAL_QCOM_GENI=y
     - [Config] arm64: snapdragon: CONFIG_QCOM_TSENS=y
     - [Config] arm64: snapdragon: CONFIG_REGULATOR_QCOM_SMD_RPM=y
     - [Config] arm64: snapdragon: CONFIG_QCOM_CLK_SMD_RPM=y
     - [Config] arm64: snapdragon: CONFIG_RPMSG_QCOM_SMD=y
     - [Config] arm64: snapdragon: CONFIG_MFD_QCOM_RPM=y
     - [Config] arm64: snapdragon: CONFIG_SCSI_UFSHCD=y
     - [Config] arm64: snapdragon: CONFIG_SCSI_UFSHCD_PLATFORM=y
     - [Config] arm64: snapdragon: CONFIG_SCSI_UFS_HISI=y
     - [Config] arm64: snapdragon: CONFIG_MMC_SDHCI=y
     - [Config] arm64: snapdragon: CONFIG_MMC_SDHCI_PLTFM=y
     - [Config] arm64: snapdragon: CONFIG_MMC_SDHCI_MSM=y
     - [Config] arm64: snapdragon: CONFIG_REGULATOR_QCOM_SPMI=y
     - [Config] arm64: snapdragon: CONFIG_PINCTRL_QCOM_SPMI_PMIC=y
     - [Config] arm64: snapdragon: CONFIG_PHY_QCOM_USB_HS=y
     - [Config] arm64: snapdragon: CONFIG_PHY_QCOM_QMP=y
     - [Config] arm64: snapdragon: CONFIG_PHY_QCOM_UFS=y
     - [Config] arm64: snapdragon: CONFIG_PHY_QCOM_USB_HSIC=y
     - [Config] arm64: snapdragon: CONFIG_USB_CHIPIDEA_OF=y
     - [Config] arm64: snapdragon: CONFIG_USB_EHCI_HCD_PLATFORM=y
     - [Config] arm64: snapdragon: CONFIG_EXTCON_USB_GPIO=y
     - [Config] arm64: snapdragon: CONFIG_REGULATOR_FIXED_VOLTAGE=y
     - [Config] arm64: snapdragon: CONFIG_LEDS_GPIO=y
     - [Config] arm64: snapdragon: CONFIG_USB_HSIC_USB3503=y
     - [Config] arm64: snapdragon: CONFIG_USB_NET_DRIVERS=y
     - [Config] arm64: snapdragon: CONFIG_USB_OTG=y
     - [Config] arm64: snapdragon: CONFIG_USB_XHCI_PLATFORM=y
     - [Config] arm64: snapdragon: CONFIG_USB_OHCI_HCD_PLATFORM=y
     - [Config] arm64: snapdragon: CONFIG_USB_MUSB_HDRC=y
     - [Config] arm64: snapdragon: CONFIG_USB_DWC3=y
     - [Config] arm64: snapdragon: CONFIG_USB_DWC3_PCI=y
     - [Config] arm64: snapdragon: CONFIG_USB_DWC3_OF_SIMPLE=y
     - [Config] arm64: snapdragon: CONFIG_USB_DWC3_QCOM=y
     - [Config] arm64: snapdragon: CONFIG_LEDS_PWM=y
     - [Config] arm64: snapdragon: CONFIG_LEDS_TRIGGER_HEARTBEAT=y
     - [Config] arm64: snapdragon: CONFIG_LEDS_TRIGGER_DEFAULT_ON=y
     - [Config] arm64: snapdragon: CONFIG_QCOM_A53PLL=y
     - [Config] arm64: snapdragon: CONFIG_QCOM_CLK_APCS_MSM8916=y
     - [Config] arm64: snapdragon: CONFIG_NLS_ISO8859_1=y
     - [Config] arm64: snapdragon: CONFIG_USB_USBNET=y
     - [Config] arm64: snapdragon: CONFIG_CRYPTO_DEV_QCOM_RNG=y
     - [Config] arm64: snapdragon: CONFIG_POWER_RESET_QCOM_PON=y
     - [Config] arm64: snapdragon: CONFIG_INPUT_PM8941_PWRKEY=y
     - [Config] arm64: snapdragon: CONFIG_KEYBOARD_GPIO=y
     - [Config] arm64: snapdragon: CONFIG_RTC_DRV_PM8XXX=y
 
   * Miscellaneous Ubuntu changes
     - [Config] updateconfigs after rebase to 5.4-rc2
     - SAUCE: (lockdown) Make get_cert_list() not complain about cert lists that
       aren't present.
     - SAUCE: (lockdown) Add efi_status_to_str() and rework efi_status_to_err().
     - SAUCE: (lockdown) Make get_cert_list() use efi_status_to_str() to print
       error messages.
     - SAUCE: (lockdown) security: lockdown: expose a hook to lock the kernel down
     - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure boot
       mode
     - SAUCE: (lockdown) efi: Lock down the kernel if booted in secure boot mode
     - SAUCE: (lockdown) Add a SysRq option to lift kernel lockdown
     - SAUCE: (lockdown) KEYS: Make use of platform keyring for module signature
       verify
     - SAUCE: (lockdown) arm64: Allow locking down the kernel under EFI secure boot
     - SAUCE: (lockdown) security: lockdown: Make
       CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic
     - SAUCE: (lockdown) s390/ipl: lockdown kernel when booted secure
     - [Config] Enable lockdown under secure boot
     - SAUCE: import aufs driver
     - SAUCE: aufs: rwsem owner changed to atmoic_long_t in 5.3
     - SAUCE: aufs: add "WITH Linux-syscall-note" to SPDX tag of uapi headers
     - [Config] enable aufs
     - update dkms package versions
     - [Config] disable zfs
     - [Config] disable nvidia dkms build
     - [Config] disable virtualbox dkms build
     - [Debian] Generate stub reconstruct for -rc kernels
     - Revert "UBUNTU: SAUCE: (namespace) block_dev: Forbid unprivileged mounting
       when device is opened for writing"
     - Revert "UBUNTU: SAUCE: (namespace) ext4: Add module parameter to enable user
       namespace mounts"
     - Revert "UBUNTU: SAUCE: (namespace) ext4: Add support for unprivileged mounts
       from user namespaces"
     - Revert "UBUNTU: SAUCE: (namespace) mtd: Check permissions towards mtd block
       device inode when mounting"
     - Revert "UBUNTU: SAUCE: (namespace) block_dev: Check permissions towards
       block device inode when mounting"
     - Revert "UBUNTU: SAUCE: (namespace) block_dev: Support checking inode
       permissions in lookup_bdev()"
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.4-rc2

linux (5.4.0-0.0) eoan; urgency=medium

   * Dummy entry.

linux (5.3.0-17.18) eoan; urgency=medium

   * eoan/linux: 5.3.0-17.18 -proposed tracker (LP: #1846641)
 
   * CVE-2019-17056
     - nfc: enforce CAP_NET_RAW for raw sockets
 
   * CVE-2019-17055
     - mISDN: enforce CAP_NET_RAW for raw sockets
 
   * CVE-2019-17054
     - appletalk: enforce CAP_NET_RAW for raw sockets
 
   * CVE-2019-17053
     - ieee802154: enforce CAP_NET_RAW for raw sockets
 
   * CVE-2019-17052
     - ax25: enforce CAP_NET_RAW for raw sockets
 
   * CVE-2019-15098
     - ath6kl: fix a NULL-ptr-deref bug in ath6kl_usb_alloc_urb_from_pipe()
 
   * xHCI on AMD Stoney Ridge cannot detect USB 2.0 or 1.1 devices.
     (LP: #1846470)
     - x86/PCI: Avoid AMD FCH XHCI USB PME# from D0 defect
 
   * Re-enable linux-libc-dev build on i386 (LP: #1846508)
     - [Packaging] Build only linux-libc-dev for i386
     - [Debian] final-checks -- ignore archtictures with no binaries
 
   * arm64: loop on boot after installing linux-generic-hwe-18.04-edge/bionic-
     proposed (LP: #1845820)
     - [Config] Disable CONFIG_ARM_SMMU_DISABLE_BYPASS_BY_DEFAULT
 
   * Revert ESE DASD discard support (LP: #1846219)
     - SAUCE: Revert "s390/dasd: Add discard support for ESE volumes"
 
   * Miscellaneous Ubuntu changes
     - update dkms package versions

linux (5.3.0-16.17) eoan; urgency=medium

   * eoan/linux: 5.3.0-16.17 -proposed tracker (LP: #1846204)
 
   * zfs fails to build on s390x  with debug symbols enabled (LP: #1846143)
     - SAUCE: s390: Mark atomic const ops always inline

linux (5.3.0-15.16) eoan; urgency=medium

   * eoan/linux: 5.3.0-15.16 -proposed tracker (LP: #1845987)
 
   * Drop i386 build for 19.10 (LP: #1845714)
     - [Packaging] Remove x32 arch references from control files
     - [Debian] final-checks -- Get arch list from debian/control
 
   * ZFS kernel modules lack debug symbols (LP: #1840704)
     - [Debian] Fix conditional for setting zfs debug package path
 
   * Use pyhon3-sphinx instead of python-sphinx for building html docs
     (LP: #1845808)
     - [Packaging] Update sphinx build dependencies to python3 packages
 
   * Kernel panic with 19.10 beta image (LP: #1845454)
     - efi/tpm: Don't access event->count when it isn't mapped.
     - efi/tpm: don't traverse an event log with no events
     - efi/tpm: only set efi_tpm_final_log_size after successful event log parsing

linux (5.3.0-14.15) eoan; urgency=medium

   * eoan/linux: 5.3.0-14.15 -proposed tracker (LP: #1845728)
 
   * Drop i386 build for 19.10 (LP: #1845714)
     - [Debian] Remove support for producing i386 kernels
     - [Debian] Don't use CROSS_COMPILE for i386 configs
 
   * udevadm trigger will fail when trying to add /sys/devices/vio/
     (LP: #1845572)
     - SAUCE: powerpc/vio: drop bus_type from parent device
 
   * Trying to online dasd drive results in invalid input/output from the kernel
     on z/VM (LP: #1845323)
     - SAUCE: s390/dasd: Fix error handling during online processing
 
   * intel-lpss driver conflicts with write-combining MTRR region (LP: #1845584)
     - SAUCE: mfd: intel-lpss: add quirk for Dell XPS 13 7390 2-in-1
 
   * Support Hi1620 zip hw accelerator (LP: #1845355)
     - [Config] Enable HiSilicon QM/ZIP as modules
     - crypto: hisilicon - add queue management driver for HiSilicon QM module
     - crypto: hisilicon - add hardware SGL support
     - crypto: hisilicon - add HiSilicon ZIP accelerator support
     - crypto: hisilicon - add SRIOV support for ZIP
     - Documentation: Add debugfs doc for hisi_zip
     - crypto: hisilicon - add debugfs for ZIP and QM
     - MAINTAINERS: add maintainer for HiSilicon QM and ZIP controller driver
     - crypto: hisilicon - fix kbuild warnings
     - crypto: hisilicon - add dependency for CRYPTO_DEV_HISI_ZIP
     - crypto: hisilicon - init curr_sgl_dma to fix compile warning
     - crypto: hisilicon - add missing single_release
     - crypto: hisilicon - fix error handle in hisi_zip_create_req_q
     - crypto: hisilicon - Fix warning on printing %p with dma_addr_t
     - crypto: hisilicon - Fix return value check in hisi_zip_acompress()
     - crypto: hisilicon - avoid unused function warning
 
   * SafeSetID LSM should be built but disabled by default (LP: #1845391)
     - LSM: SafeSetID: Stop releasing uninitialized ruleset
     - [Config] Build SafeSetID LSM but don't enable it by default
 
   * CONFIG_LSM should not specify loadpin since it is not built (LP: #1845383)
     - [Config] loadpin shouldn't be in CONFIG_LSM
 
   * Add new pci-id's for CML-S, ICL (LP: #1845317)
     - drm/i915/icl: Add missing device ID
     - drm/i915/cml: Add Missing PCI IDs
 
   * Thunderbolt support for ICL (LP: #1844680)
     - thunderbolt: Correct path indices for PCIe tunnel
     - thunderbolt: Move NVM upgrade support flag to struct icm
     - thunderbolt: Use 32-bit writes when writing ring producer/consumer
     - thunderbolt: Do not fail adding switch if some port is not implemented
     - thunderbolt: Hide switch attributes that are not set
     - thunderbolt: Expose active parts of NVM even if upgrade is not supported
     - thunderbolt: Add support for Intel Ice Lake
     - ACPI / property: Add two new Thunderbolt property GUIDs to the list
 
   * Ubuntu 19.10 -  Additional PCI patch and fix (LP: #1844668)
     - s390/pci: fix MSI message data
 
   * Enhanced Hardware Support - Finalize Naming (LP: #1842774)
     - s390: add support for IBM z15 machines
     - [Config] CONFIG_MARCH_Z15=n, CONFIG_TUNE_Z15=n
 
   * Eoan update: v5.3.1 upstream stable release (LP: #1845642)
     - USB: usbcore: Fix slab-out-of-bounds bug during device reset
     - media: tm6000: double free if usb disconnect while streaming
     - phy: renesas: rcar-gen3-usb2: Disable clearing VBUS in over-current
     - ip6_gre: fix a dst leak in ip6erspan_tunnel_xmit
     - net/sched: fix race between deactivation and dequeue for NOLOCK qdisc
     - net_sched: let qdisc_put() accept NULL pointer
     - udp: correct reuseport selection with connected sockets
     - xen-netfront: do not assume sk_buff_head list is empty in error handling
     - net: dsa: Fix load order between DSA drivers and taggers
     - net: stmmac: Hold rtnl lock in suspend/resume callbacks
     - KVM: coalesced_mmio: add bounds checking
     - Documentation: sphinx: Add missing comma to list of strings
     - firmware: google: check if size is valid when decoding VPD data
     - serial: sprd: correct the wrong sequence of arguments
     - tty/serial: atmel: reschedule TX after RX was started
     - nl80211: Fix possible Spectre-v1 for CQM RSSI thresholds
     - Revert "arm64: Remove unnecessary ISBs from set_{pte,pmd,pud}"
     - ovl: fix regression caused by overlapping layers detection
     - phy: qcom-qmp: Correct ready status, again
     - floppy: fix usercopy direction
     - media: technisat-usb2: break out of loop at end of buffer
     - Linux 5.3.1
 
   * ZFS kernel modules lack debug symbols (LP: #1840704)
     - [Debian]: Remove hardcoded $(pkgdir) in debug symbols handling
     - [Debian]: Handle debug symbols for modules in extras too
     - [Debian]: Check/link modules with debug symbols after DKMS modules
     - [Debian]: Warn about modules without debug symbols
     - [Debian]: dkms-build: new parameter for debug package directory
     - [Debian]: dkms-build: zfs: support for debug symbols
     - [Debian]: dkms-build: Avoid executing post-processor scripts twice
     - [Debian]: dkms-build: Move zfs special-casing into configure script
 
   * /proc/self/maps paths missing on live session (was vlc won't start; eoan
     19.10 & bionic 18.04 ubuntu/lubuntu/kubuntu/xubuntu/ubuntu-mate dailies)
     (LP: #1842382)
     - SAUCE: Revert "UBUNTU: SAUCE: shiftfs: enable overlayfs on shiftfs"

linux (5.3.0-13.14) eoan; urgency=medium

   * eoan/linux: 5.3.0-13.14 -proposed tracker (LP: #1845105)
 
   * Packaging resync (LP: #1786013)
     - [Packaging] update helper scripts
 
   * Miscellaneous Ubuntu changes
     - [Debian] Remove binutils-dev build dependency

linux (5.3.0-12.13) eoan; urgency=medium

   * Change kernel compression method to improve boot speed (LP: #1840934)
     - [Packaging] Add lz4 build dependency for s390x
 
   * Miscellaneous Ubuntu changes
     - SAUCE: Remove spl and zfs source

linux (5.3.0-11.12) eoan; urgency=medium

   * eoan/linux: 5.3.0-11.12 -proposed tracker (LP: #1844144)
 
   *  Suspend to RAM(S3) does not wake up for latest megaraid and mpt3sas
     adapters(SAS3.5 onwards) (LP: #1838751)
     - PCI: Restore Resizable BAR size bits correctly for 1MB BARs
 
   * s390/setup: Actually init kernel lock down (LP: #1843961)
     - SAUCE: (lockdown) s390/setup: Actually init kernel lock down
 
   * cherrypick has_sipl fix (LP: #1843960)
     - SAUCE: s390/sclp: Fix bit checked for has_sipl
 
   * Change kernel compression method to improve boot speed (LP: #1840934)
     - [Config]: Switch kernel compression from LZO to LZ4 on s390x
 
   * Installation fails on eoan/PowerVM : missing /dev/nvram (LP: #1837726)
     - [Config] CONFIG_NVRAM=y for ppc64el
 
   * Miscellaneous Ubuntu changes
     - [Config]: remove nvram from ppc64el modules ABI
     - [Config] Update annotations for recent config changes
     - SAUCE: sched: Add __ASSEMBLY__ guards around struct clone_args
     - SAUCE: i2c: qcom-geni: Disable DMA processing on the Lenovo Yoga C630
     - SAUCE: arm64: dts: qcom: Add Lenovo Yoga C630
     - update dkms package versions
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.3

linux (5.3.0-10.11) eoan; urgency=medium

   * eoan/linux: 5.3.0-10.11 -proposed tracker (LP: #1843232)
 
   * No sound inputs from the external microphone and headset on a Dell machine
     (LP: #1842265)
     - SAUCE: ALSA: hda - Expand pin_match function to match upcoming new tbls
     - SAUCE: ALSA: hda - Define a fallback_pin_fixup_tbl for alc269 family
 
   * Horizontal corrupted line at top of screen caused by framebuffer compression
     (LP: #1840236)
     - SAUCE: drm/i915/fbc: disable framebuffer compression on IceLake
 
   * Add bpftool to linux-tools-common (LP: #1774815)
     - [Debian] package bpftool in linux-tools-common
 
   * Miscellaneous Ubuntu changes
     - update dkms package versions
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.3-rc8

linux (5.3.0-9.10) eoan; urgency=medium

   * eoan/linux: 5.3.0-9.10 -proposed tracker (LP: #1842393)
 
   * shiftfs: mark kmem_cache as reclaimable (LP: #1842059)
     - SAUCE: shiftfs: mark slab objects SLAB_RECLAIM_ACCOUNT
 
   * shiftfs: drop entries from cache on unlink (LP: #1841977)
     - SAUCE: shiftfs: fix buggy unlink logic
 
   * Fix touchpad IRQ storm after S3 (LP: #1841396)
     - pinctrl: intel: remap the pin number to gpio offset for irq enabled pin
 
   * Please include DTBs for arm64 laptops (LP: #1842050)
     - arm64: dts: qcom: Add Lenovo Miix 630
     - arm64: dts: qcom: Add HP Envy x2
     - arm64: dts: qcom: Add Asus NovaGo TP370QL
 
   * Miscellaneous Ubuntu changes
     - SAUCE: import aufs driver
     - [Packaging]: ignore vbox modules when vbox is disabled
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.3-rc7

linux (5.3.0-8.9) eoan; urgency=medium

   * Packaging resync (LP: #1786013)
     - [Packaging] resync getabis
 
   * Change kernel compression method to improve boot speed (LP: #1840934)
     - [Config] change kernel compression method to improve boot speed
     - [Packaging] add build dependencies for compression algorithms
 
   * realtek r8822be kernel module fails after update to linux kernel-headers
     5.0.0-21 (LP: #1838133)
     - rtw88: Fix misuse of GENMASK macro
     - rtw88: pci: Rearrange the memory usage for skb in RX ISR
     - rtw88: pci: Use DMA sync instead of remapping in RX ISR
     - rtw88: debug: dump tx power indexes in use
     - rtw88: use txpwr_lmt_cfg_pair struct, not arrays
     - rtw88: pci: remove set but not used variable 'ip_sel'
     - rtw88: allow c2h operation in irq context
     - rtw88: enclose c2h cmd handle with mutex
     - rtw88: add BT co-existence support
     - SAUCE: rtw88: pci: enable MSI interrupt
 
   * VIMC module not available (CONFIG_VIDEO_VIMC not set) (LP: #1831482)
     - [Config] Enable VIMC module
 
   * Goodix touchpad may drop first input event (LP: #1840075)
     - Revert "UBUNTU: SAUCE: i2c: designware: add G3 3590 into i2c quirk"
     - Revert "UBUNTU: SAUCE: i2c: designware: add Inpiron 7591 into i2c quirk"
     - Revert "UBUNTU: SAUCE: i2c: designware: add Inpiron/Vostro 7590 into i2c
       quirk"
     - Revert "UBUNTU: SAUCE: i2c: designware: Add disable runtime pm quirk"
     - mfd: intel-lpss: Remove D3cold delay
 
   * Include Sunix serial/parallel driver (LP: #1826716)
     - serial: 8250_pci: Add support for Sunix serial boards
     - parport: parport_serial: Add support for Sunix Multi I/O boards
 
   * enable lockdown on s390x when Secure IPL is performed (LP: #1839622)
     - SAUCE: (lockdown) s390/ipl: lockdown kernel when booted secure
     - Ubuntu: [Config] Enable CONFIG_LOCK_DOWN_KERNEL on s390x.
 
   * UBUNTU: SAUCE: shiftfs: pass correct point down (LP: #1837231)
     - SAUCE: shiftfs: pass correct point down
 
   * shiftfs: add O_DIRECT support (LP: #1837223)
     - SAUCE: shiftfs: add O_DIRECT support
 
   * Miscellaneous Ubuntu changes
     - [Config] enable secureboot signing on s390x
     - [Config] CONFIG_TEST_BLACKHOLE_DEV=m
     - SAUCE: selftests: fib_tests: assign address to dummy1 for rp_filter tests
     - [Debian] disable dkms builds for autopktest rebuilds
     - update dkms package versions
     - [Config] updateconfigs after v5.3-rc6 rebase
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.3-rc5

linux (5.3.0-7.8) eoan; urgency=medium

   * Packaging resync (LP: #1786013)
     - [Packaging] resync getabis
 
   * Miscellaneous Ubuntu changes
     - [Config] updateconfigs after v5.3-rc5 rebase
     - remove missing module after updateconfigs
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.3-rc5

linux (5.3.0-6.7) eoan; urgency=medium

   * Miscellaneous Ubuntu changes
     - SAUCE: selftests/bpf: prevent headers to be compiled as C code

linux (5.3.0-5.6) eoan; urgency=medium

   * Miscellaneous Ubuntu changes
     - update dkms package versions
     - [Config] enable zfs build

linux (5.3.0-4.5) eoan; urgency=medium

   * Packaging resync (LP: #1786013)
     - [Packaging] resync getabis
     - [Packaging] update helper scripts
 
   * bcache: bch_allocator_thread(): hung task timeout (LP: #1784665) // Tight
     timeout for bcache removal causes spurious failures (LP: #1796292)
     - SAUCE: bcache: fix deadlock in bcache_allocator
 
   * shiftfs: allow overlayfs (LP: #1838677)
     - SAUCE: shiftfs: enable overlayfs on shiftfs
 
   * Miscellaneous Ubuntu changes
     - SAUCE: Revert "kbuild: modpost: do not parse unnecessary rules for vmlinux
       modpost"
     - update dkms package versions
     - enable nvidia dkms build
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.3-rc4

linux (5.3.0-3.4) eoan; urgency=medium

   * Miscellaneous Ubuntu changes
     - update dkms package versions
     - SAUCE: aufs: add "WITH Linux-syscall-note" to SPDX tag of uapi headers
     - [Config] add mux-* to modules.ignore
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.3-rc3

linux (5.3.0-2.3) eoan; urgency=medium

   * Miscellaneous Ubuntu changes
     - [Packaging] add build dependincy on fontconfig

linux (5.3.0-1.2) eoan; urgency=medium

   * System does not auto detect disconnection of external monitor (LP: #1835001)
     - SAUCE: drm/i915: Add support for retrying hotplug
     - SAUCE: drm/i915: Enable hotplug retry
 
   * Please enable CONFIG_SCSI_UFS_QCOM as a module on arm64 (LP: #1837332)
     - [Config] Enable CONFIG_SCSI_UFS_QCOM as a module on arm64.
 
   * Add arm64 CONFIG_ARCH_MESON=y and related configs Edit (LP: #1820530)
     - [Config] enable ARCH_MESON
     - remove missing module
     - [Config] update annotations after enabling ARCH_MESON for arm64
 
   * Miscellaneous Ubuntu changes
     - SAUCE: KVM: PPC: comment implicit fallthrough
     - update dkms package versions
     - [Config] enable vbox dkms build
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.3-rc2

linux (5.3.0-0.1) eoan; urgency=medium

   * Packaging resync (LP: #1786013)
     - [Packaging] resync git-ubuntu-log
 
   * Miscellaneous Ubuntu changes
     - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
       kernel image
     - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
     - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is
       locked down
     - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked
       down
     - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
       reboot
     - SAUCE: (efi-lockdown) kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and
       KEXEC_SIG_FORCE
     - SAUCE: (efi-lockdown) kexec_file: Restrict at runtime if the kernel is
       locked down
     - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
     - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
     - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
       down
     - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
       locked down
     - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked
       down
     - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
       locked down
     - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
       has been locked down
     - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
       locked down
     - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
       locked down
     - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
       down
     - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
     - SAUCE: (efi-lockdown) Lock down module params that specify hardware
       parameters (eg. ioport)
     - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module
     - SAUCE: (efi-lockdown) Lock down /proc/kcore
     - SAUCE: (efi-lockdown) Lock down kprobes
     - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the
       kernel is locked down
     - SAUCE: (efi-lockdown) Lock down perf
     - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked
       down
     - SAUCE: (efi-lockdown) lockdown: Print current->comm in restriction messages
     - SAUCE: (efi-lockdown) kexec: Allow kexec_file() with appropriate IMA policy
       when locked down
     - SAUCE: (efi-lockdown) Add a SysRq option to lift kernel lockdown
     - SAUCE: (efi-lockdown) debugfs: avoid EPERM when no open file operation
       defined
     - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists
       that aren't present.
     - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework
       efi_status_to_err().
     - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print
       error messages.
     - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure
       boot mode
     - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
       mode
     - SAUCE: (efi-lockdown) KEYS: Make use of platform keyring for module
       signature verify
     - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
     - SAUCE: (efi-lockdown) furter KEXEC_VERIFY_SIG -> KEXEC_SIG updates
     - SAUCE: (efi-lockdown) arm64: add kernel config option to lock down when in
       Secure Boot mode
     - SAUCE: import aufs driver
     - SAUCE: aufs: rwsem owner changed to atmoic_long_t in 5.3
     - [Config] disable zfs dkms build
     - [Config] disable nvidia dkms build
     - [Config] disable vbox dkms build
     - SAUCE: perf diff: use llabs for s64 vaules
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.3-rc1

linux (5.3.0-0.0) eoan; urgency=medium

   * Dummy entry.

linux (5.2.0-9.10) eoan; urgency=medium

   * Packaging resync (LP: #1786013)
     - [Packaging] update helper scripts
 
   * input/mouse: alps trackpoint-only device doesn't work (LP: #1836752)
     - SAUCE: Input: alps - don't handle ALPS cs19 trackpoint-only device
     - SAUCE: Input: alps - fix a mismatch between a condition check and its
       comment
 
   * System does not auto detect disconnection of external monitor (LP: #1835001)
     - SAUCE: drm/i915: Add support for retrying hotplug
     - SAUCE: drm/i915: Enable hotplug retry
 
   * alsa/hdmi: add icelake hdmi audio support for a Dell machine (LP: #1836916)
     - SAUCE: ALSA: hda/hdmi - Remove duplicated define
     - SAUCE: ALSA: hda/hdmi - Fix i915 reverse port/pin mapping
 
   * First click on Goodix touchpad doesn't be recognized after runtime suspended
     (LP: #1836836)
     - SAUCE: i2c: designware: add G3 3590 into i2c quirk
 
   * ixgbe{vf} - Physical Function gets IRQ when VF checks link state
     (LP: #1836760)
     - ixgbevf: Use cached link state instead of re-reading the value for ethtool
 
   * Doing multiple squashfs (and other loop?) mounts in parallel breaks
     (LP: #1836914)
     - SAUCE: Revert "loop: Don't change loop device under exclusive opener"
 
   * hibmc-drm Causes Unreadable Display for Huawei amd64 Servers (LP: #1762940)
     - SAUCE: Make CONFIG_DRM_HISI_HIBMC depend on ARM64
     - [Config] Set CONFIG_DRM_HISI_HIBMC to arm64 only
     - [Config] add hibmc-drm to modules.ignore
 
   * hda/realtek: can't detect external mic on a Dell machine (LP: #1836755)
     - ALSA: hda/realtek: apply ALC891 headset fixup to one Dell machine
 
   * Enable Armada SOCs and MVPP2 NIC driver for disco/generic arm64
     (LP: #1835054)
     - [Config] Enable Armada SOCs and MVPP2 NIC driver for disco/generic arm64
 
   * Unhide Nvidia HDA audio controller (LP: #1836308)
     - PCI: Enable NVIDIA HDA controllers
 
   * Intel ethernet I219 may wrongly detect connection speed as 10Mbps
     (LP: #1836177)
     - e1000e: Make watchdog use delayed work
 
   * Sometimes touchpad(goodix) can't use tap function (LP: #1836020)
     - SAUCE: i2c: designware: add Inpiron/Vostro 7590 into i2c quirk
     - SAUCE: i2c: designware: add Inpiron 7591 into i2c quirk
 
   * Intel ethernet I219 has slow RX speed (LP: #1836152)
     - e1000e: add workaround for possible stalled packet
     - e1000e: disable force K1-off feature
 
   * bcache: risk of data loss on I/O errors in backing or caching devices
     (LP: #1829563)
     - Revert "bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()"
 
   * bnx2x driver causes 100% CPU load (LP: #1832082)
     - bnx2x: Prevent ptp_task to be rescheduled indefinitely
 
   * fcf-protection=none patch with new version
     - Revert "UBUNTU: SAUCE: kbuild: add -fcf-protection=none to retpoline flags"
     - SAUCE: kbuild: add -fcf-protection=none when using retpoline flags
 
   * CVE-2019-12614
     - powerpc/pseries/dlpar: Fix a missing check in dlpar_parse_cc_property()
 
   * Eoan update: v5.2.1 upstream stable release (LP: #1836622)
     - crypto: lrw - use correct alignmask
     - crypto: talitos - rename alternative AEAD algos.
     - fscrypt: don't set policy for a dead directory
     - udf: Fix incorrect final NOT_ALLOCATED (hole) extent length
     - media: stv0297: fix frequency range limit
     - ALSA: usb-audio: Fix parse of UAC2 Extension Units
     - ALSA: hda/realtek - Headphone Mic can't record after S3
     - tpm: Actually fail on TPM errors during "get random"
     - tpm: Fix TPM 1.2 Shutdown sequence to prevent future TPM operations
     - block: fix .bi_size overflow
     - block, bfq: NULL out the bic when it's no longer valid
     - perf intel-pt: Fix itrace defaults for perf script
     - perf auxtrace: Fix itrace defaults for perf script
     - perf intel-pt: Fix itrace defaults for perf script intel-pt documentation
     - perf pmu: Fix uncore PMU alias list for ARM64
     - perf thread-stack: Fix thread stack return from kernel for kernel-only case
     - perf header: Assign proper ff->ph in perf_event__synthesize_features()
     - x86/ptrace: Fix possible spectre-v1 in ptrace_get_debugreg()
     - x86/tls: Fix possible spectre-v1 in do_get_thread_area()
     - Documentation: Add section about CPU vulnerabilities for Spectre
     - Documentation/admin: Remove the vsyscall=native documentation
     - mwifiex: Don't abort on small, spec-compliant vendor IEs
     - USB: serial: ftdi_sio: add ID for isodebug v1
     - USB: serial: option: add support for GosunCn ME3630 RNDIS mode
     - Revert "serial: 8250: Don't service RX FIFO if interrupts are disabled"
     - p54usb: Fix race between disconnect and firmware loading
     - usb: gadget: f_fs: data_len used before properly set
     - usb: gadget: ether: Fix race between gether_disconnect and rx_submit
     - usb: dwc2: use a longer AHB idle timeout in dwc2_core_reset()
     - usb: renesas_usbhs: add a workaround for a race condition of workqueue
     - drivers/usb/typec/tps6598x.c: fix portinfo width
     - drivers/usb/typec/tps6598x.c: fix 4CC cmd write
     - p54: fix crash during initialization
     - staging: comedi: dt282x: fix a null pointer deref on interrupt
     - staging: wilc1000: fix error path cleanup in wilc_wlan_initialize()
     - staging: bcm2835-camera: Restore return behavior of ctrl_set_bitrate()
     - staging: comedi: amplc_pci230: fix null pointer deref on interrupt
     - staging: mt7621-pci: fix PCIE_FTS_NUM_LO macro
     - HID: Add another Primax PIXART OEM mouse quirk
     - lkdtm: support llvm-objcopy
     - binder: fix memory leak in error path
     - binder: return errors from buffer copy functions
     - iio: adc: stm32-adc: add missing vdda-supply
     - coresight: Potential uninitialized variable in probe()
     - coresight: etb10: Do not call smp_processor_id from preemptible
     - coresight: tmc-etr: Do not call smp_processor_id() from preemptible
     - coresight: tmc-etr: alloc_perf_buf: Do not call smp_processor_id from
       preemptible
     - coresight: tmc-etf: Do not call smp_processor_id from preemptible
     - carl9170: fix misuse of device driver API
     - Revert "x86/build: Move _etext to actual end of .text"
     - VMCI: Fix integer overflow in VMCI handle arrays
     - staging: vchiq_2835_arm: revert "quit using custom down_interruptible()"
     - staging: vchiq: make wait events interruptible
     - staging: vchiq: revert "switch to wait_for_completion_killable"
     - staging: fsl-dpaa2/ethsw: fix memory leak of switchdev_work
     - staging: bcm2835-camera: Replace spinlock protecting context_map with mutex
     - staging: bcm2835-camera: Ensure all buffers are returned on disable
     - staging: bcm2835-camera: Remove check of the number of buffers supplied
     - staging: bcm2835-camera: Handle empty EOS buffers whilst streaming
     - staging: rtl8712: reduce stack usage, again
     - Linux 5.2.1
     - [Config] updateconfigs after v5.2.1 stable update
 
   * fcf-protection=none patch with upstream version
     - Revert "UBUNTU: SAUCE: add -fcf-protection=none to retpoline flags"
     - SAUCE: kbuild: add -fcf-protection=none to retpoline flags
 
   * Miscellaneous Ubuntu changes
     - SAUCE: selftests/ftrace: avoid failure when trying to probe a notrace
       function
     - SAUCE: selftests/powerpc/ptrace: fix build failure
     - update dkms package versions
     - [Packaging] add zlua to zfs-modules.ignore
     - update dkms package versions

linux (5.2.0-8.9) eoan; urgency=medium

   * linux: 5.2.0-8.9 -proposed tracker (LP: #1835700)
 
   * Miscellaneous Ubuntu changes
     - [Packaging] replace zfs and spl build with zfs 0.8.1-1ubuntu1
     - SAUCE: test_bpf: remove expected fail for Ctx heavy transformations test on
       s390
     - SAUCE: add -fcf-protection=none to retpoline flags
     - SAUCE: usbip: ensure strings copied using strncpy are null-terminated
     - SAUCE: usbip: add -Wno-address-of-packed-member to EXTRA_CFLAGS
     - SAUCE: perf jvmti: ensure strncpy result is null-terminated
     - update dkms package versions
     - add removed zfs modules to modules.ignore
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.2

linux (5.2.0-7.8) eoan; urgency=medium

   * Kernel panic upon resetting ixgbe SR-IOV VFIO virtual function using 5.0
     kernel (LP: #1829652)
     - SAUCE: ixgbe: Avoid NULL pointer dereference with VF on non-IPsec hw
 
   * Hi1620 driver updates from upstream 5.2 merge window (LP: #1830815)
     - net: hns3: initialize CPU reverse mapping
     - net: hns3: refine the flow director handle
     - net: hns3: add aRFS support for PF
     - net: hns3: fix for FEC configuration
     - RDMA/hns: Remove unnecessary print message in aeq
     - RDMA/hns: Update CQE specifications
     - RDMA/hns: Move spin_lock_irqsave to the correct place
     - RDMA/hns: Remove jiffies operation in disable interrupt context
     - RDMA/hns: Replace magic numbers with #defines
     - net: hns3: fix compile warning without CONFIG_RFS_ACCEL
     - net: hns3: fix for HNS3_RXD_GRO_SIZE_M macro
     - net: hns3: add support for dump firmware statistics by debugfs
     - net: hns3: use HCLGE_STATE_NIC_REGISTERED to indicate PF NIC client has
       registered
     - net: hns3: use HCLGE_STATE_ROCE_REGISTERED to indicate PF ROCE client has
       registered
     - net: hns3: use HCLGEVF_STATE_NIC_REGISTERED to indicate VF NIC client has
       registered
     - net: hns3: modify hclge_init_client_instance()
     - net: hns3: modify hclgevf_init_client_instance()
     - net: hns3: add handshake with hardware while doing reset
     - net: hns3: stop schedule reset service while unloading driver
     - net: hns3: adjust hns3_uninit_phy()'s location in the hns3_client_uninit()
     - net: hns3: fix a memory leak issue for hclge_map_unmap_ring_to_vf_vector
     - RDMA/hns: Bugfix for posting multiple srq work request
     - net: hns3: remove redundant core reset
     - net: hns3: don't configure new VLAN ID into VF VLAN table when it's full
     - net: hns3: fix VLAN filter restore issue after reset
     - net: hns3: set the port shaper according to MAC speed
     - net: hns3: add a check to pointer in error_detected and slot_reset
     - net: hns3: set ops to null when unregister ad_dev
     - net: hns3: add handling of two bits in MAC tunnel interrupts
     - net: hns3: remove setting bit of reset_requests when handling mac tunnel
       interrupts
     - net: hns3: add opcode about query and clear RAS & MSI-X to special opcode
     - net: hns3: delay and separate enabling of NIC and ROCE HW errors
     - RDMA/hns: fix inverted logic of readl read and shift
     - RDMA/hns: Bugfix for filling the sge of srq
     - net: hns3: log detail error info of ROCEE ECC and AXI errors
     - net: hns3: fix wrong size of mailbox responding data
     - net: hns3: make HW GRO handling compliant with SW GRO
     - net: hns3: replace numa_node_id with numa_mem_id for buffer reusing
     - net: hns3: refactor hns3_get_new_int_gl function
     - net: hns3: trigger VF reset if a VF has an over_8bd_nfe_err
     - net: hns3: delete the redundant user NIC codes
     - net: hns3: small changes for magic numbers
     - net: hns3: use macros instead of magic numbers
     - net: hns3: refactor PF/VF RSS hash key configuration
     - net: hns3: some modifications to simplify and optimize code
     - net: hns3: fix some coding style issues
     - net: hns3: delay setting of reset level for hw errors until slot_reset is
       called
     - net: hns3: fix avoid unnecessary resetting for the H/W errors which do not
       require reset
     - net: hns3: process H/W errors occurred before HNS dev initialization
     - net: hns3: add recovery for the H/W errors occurred before the HNS dev
       initialization
     - net: hns3: some changes of MSI-X bits in PPU(RCB)
     - net: hns3: extract handling of mpf/pf msi-x errors into functions
     - net: hns3: clear restting state when initializing HW device
     - net: hns3: free irq when exit from abnormal branch
     - net: hns3: fix for dereferencing before null checking
     - net: hns3: fix for skb leak when doing selftest
     - net: hns3: delay ring buffer clearing during reset
     - net: hns3: some variable modification
     - net: hns3: fix dereference of ae_dev before it is null checked
     - scsi: hisi_sas: Delete PHY timers when rmmod or probe failed
     - scsi: hisi_sas: Fix the issue of argument mismatch of printing ecc errors
     - scsi: hisi_sas: Reduce HISI_SAS_SGE_PAGE_CNT in size
     - scsi: hisi_sas: Change the type of some numbers to unsigned
     - scsi: hisi_sas: Ignore the error code between phy down to phy up
     - scsi: hisi_sas: Disable stash for v3 hw
     - net: hns3: Add missing newline at end of file
     - RDMa/hns: Don't stuck in endless timeout loop
 
   * Sometimes touchpad automatically trigger double click (LP: #1833484)
     - SAUCE: i2c: designware: Add disable runtime pm quirk
 
   * Add pointstick support on HP ZBook 17 G5 (LP: #1833387)
     - Revert "HID: multitouch: Support ALPS PTP stick with pid 0x120A"
 
   * depmod may prefer unsigned l-r-m nvidia modules to signed modules
     (LP: #1834479)
     - [Packaging] dkms-build--nvidia-N -- clean up unsigned ko files
 
   * Miscellaneous Ubuntu changes
     - SAUCE: selftests/powerpc: disable signal_fuzzer test
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.2-rc7

linux (5.2.0-6.7) eoan; urgency=medium

   * hinic: fix oops due to race in set_rx_mode (LP: #1832048)
     - hinic: fix a bug in set rx mode
 
   * Miscellaneous Ubuntu changes
     - rebase to v5.2-rc6
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.2-rc6

linux (5.2.0-5.6) eoan; urgency=medium

   * QCA9377 isn't being recognized sometimes (LP: #1757218)
     - SAUCE: USB: Disable USB2 LPM at shutdown
 
   * shiftfs: allow changing ro/rw for subvolumes (LP: #1832316)
     - SAUCE: shiftfs: allow changing ro/rw for subvolumes
 
   * Miscellaneous Ubuntu changes
     - update dkms package versions
     - [Packaging] replace nvidia-418 dkms build with nvidia-430
     - SAUCE: import aufs driver
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.2-rc5

linux (5.2.0-4.5) eoan; urgency=medium

   * arm64: cma_alloc errors at boot (LP: #1823753)
     - [Config] Bump CMA_SIZE_MBYTES to 32 on arm64
     - dma-contiguous: add dma_{alloc,free}_contiguous() helpers
     - dma-contiguous: use fallback alloc_pages for single pages
     - dma-contiguous: fix !CONFIG_DMA_CMA version of dma_{alloc,
       free}_contiguous()
 
   * Miscellaneous Ubuntu changes
     - [Config] CONFIG_MFD_TQMX86=n for s390x
     - [Config] CONFIG_GPIO_AMD_FCH=n for s390x
     - [Config] CONFIG_BACKLIGHT_CLASS_DEVICE=n on s390x
     - [Config] CONFIG_LCD_CLASS_DEVICE=n for s390x
     - [Config] CONFIG_DRM_ETNAVIV=m for armhf generic-lpae
     - [Config] CONFIG_DRM_NOUVEAU_SVM=n
     - [Config] CONFIG_HWMON=n for s390x
     - [Config] CONFIG_NEW_LEDS=n for s390x
     - [Config] CONFIG_MTD_NAND_OMAP2=y for armhf
     - [Config] CONFIG_VOP_BUS=n for non-amd64 arches
     - [Config] CONFIG_TI_CPSW_PHY_SEL=n
     - [Config] CONFIG_INTERCONNECT=n for s390x
     - [Config] CONFIG_SCSI_GDTH=n for s390x
     - [Config] CONFIG_PACKING=n for s390x
     - [Config] CONFIG_ARCH_MILBEAUT=y for armhf
     - [Config] update annotations following config review
     - update dkms package versions
     - [Config] enable nvidia dkms build
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.2-rc4

linux (5.2.0-3.4) eoan; urgency=medium

   * [18.04/18.10] File libperf-jvmti.so is missing in linux-tools-common deb on
     Ubuntu (LP: #1761379)
     - [Packaging] Support building libperf-jvmti.so
 
   * Miscellaneous Ubuntu changes
     - SAUCE: Revert "bpf, selftest: test global data/bss/rodata sections"
     - update dkms package versions
     - [Config] enable zfs
     - rebase to v5.2-rc3
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.2-rc3

linux (5.2.0-2.3) eoan; urgency=medium

   * Miscellaneous Ubuntu changes
     - SAUCE: perf arm64: Fix mksyscalltbl when system kernel headers are ahead of
       the kernel

linux (5.2.0-1.2) eoan; urgency=medium

   * Miscellaneous Ubuntu changes
     - [Config] CONFIG_INTEGRITY_PLATFORM_KEYRING=y
     - update dkms package versions
     - [Config] enable vbox dkms build
     - update dkms package versions
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.2-rc2

linux (5.2.0-0.1) eoan; urgency=medium

   * Miscellaneous Ubuntu changes
     - SAUCE: import aufs driver
     - [Packaging] disable ZFS
     - [Packaging] disable nvidia
     - [Packaging] dkms-build -- expand paths searched for make.log files
     - add virtualbox-guest-dkms dkms package build
     - enable vbox dkms build for amd64 and i386
     - update dkms package versions
     - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
       kernel image
     - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
     - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is
       locked down
     - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked
       down
     - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
       reboot
     - SAUCE: (efi-lockdown) kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and
       KEXEC_SIG_FORCE
     - SAUCE: (efi-lockdown) kexec_file: Restrict at runtime if the kernel is
       locked down
     - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
     - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
     - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
       down
     - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
       locked down
     - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked
       down
     - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
       locked down
     - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
       has been locked down
     - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
       locked down
     - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
       locked down
     - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
       down
     - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
     - SAUCE: (efi-lockdown) Lock down module params that specify hardware
       parameters (eg. ioport)
     - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module
     - SAUCE: (efi-lockdown) Lock down /proc/kcore
     - SAUCE: (efi-lockdown) Lock down kprobes
     - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the
       kernel is locked down
     - SAUCE: (efi-lockdown) Lock down perf
     - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked
       down
     - SAUCE: (efi-lockdown) lockdown: Print current->comm in restriction messages
     - SAUCE: (efi-lockdown) kexec: Allow kexec_file() with appropriate IMA policy
       when locked down
     - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists
       that aren't present.
     - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework
       efi_status_to_err().
     - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print
       error messages.
     - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure
       boot mode
     - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
       mode
     - SAUCE: (efi-lockdown) KEYS: Make use of platform keyring for module
       signature verify
     - SAUCE: (efi-lockdown) debugfs: avoid EPERM when no open file operation
       defined
     - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
     - SAUCE: (efi-lockdown) furter KEXEC_VERIFY_SIG -> KEXEC_SIG updates
     - SAUCE: (efi-lockdown) arm64: add kernel config option to lock down when in
       Secure Boot mode
     - update dkms package versions
     - [Config] disable vbox build
     - SAUCE: s390: mark __cpacf_check_opcode() and cpacf_query_func() as
       __always_inline
     - SAUCE: IB/mlx5: use size_t instead of u64 when dividing
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.2-rc1

linux (5.2.0-0.0) eoan; urgency=medium

   * Dummy entry.

linux (5.1.0-2.2) eoan; urgency=medium

   * Packaging resync (LP: #1786013)
     - [Packaging] resync git-ubuntu-log
 
   * Eoan update: v5.1.2 upstream stable release (LP: #1829050)
     - x86/msr-index: Cleanup bit defines
     - x86/speculation: Consolidate CPU whitelists
     - x86/speculation/mds: Add basic bug infrastructure for MDS
     - x86/speculation/mds: Add BUG_MSBDS_ONLY
     - x86/kvm: Expose X86_FEATURE_MD_CLEAR to guests
     - x86/speculation/mds: Add mds_clear_cpu_buffers()
     - x86/speculation/mds: Clear CPU buffers on exit to user
     - x86/kvm/vmx: Add MDS protection when L1D Flush is not active
     - x86/speculation/mds: Conditionally clear CPU buffers on idle entry
     - x86/speculation/mds: Add mitigation control for MDS
     - x86/speculation/mds: Add sysfs reporting for MDS
     - x86/speculation/mds: Add mitigation mode VMWERV
     - Documentation: Move L1TF to separate directory
     - Documentation: Add MDS vulnerability documentation
     - x86/speculation/mds: Add mds=full,nosmt cmdline option
     - x86/speculation: Move arch_smt_update() call to after mitigation decisions
     - x86/speculation/mds: Add SMT warning message
     - x86/speculation/mds: Fix comment
     - x86/speculation/mds: Print SMT vulnerable on MSBDS with mitigations off
     - cpu/speculation: Add 'mitigations=' cmdline option
     - x86/speculation: Support 'mitigations=' cmdline option
     - powerpc/speculation: Support 'mitigations=' cmdline option
     - s390/speculation: Support 'mitigations=' cmdline option
     - x86/speculation/mds: Add 'mitigations=' support for MDS
     - x86/mds: Add MDSUM variant to the MDS documentation
     - Documentation: Correct the possible MDS sysfs values
     - x86/speculation/mds: Fix documentation typo
     - Linux 5.1.2
 
   * Eoan update: v5.1.1 upstream stable release (LP: #1829046)
     - Drivers: hv: vmbus: Remove the undesired put_cpu_ptr() in hv_synic_cleanup()
     - ubsan: Fix nasty -Wbuiltin-declaration-mismatch GCC-9 warnings
     - staging: greybus: power_supply: fix prop-descriptor request size
     - staging: wilc1000: Avoid GFP_KERNEL allocation from atomic context.
     - staging: most: cdev: fix chrdev_region leak in mod_exit
     - staging: most: sound: pass correct device when creating a sound card
     - usb: dwc3: Allow building USB_DWC3_QCOM without EXTCON
     - usb: dwc3: Fix default lpm_nyet_threshold value
     - USB: serial: f81232: fix interrupt worker not stop
     - USB: cdc-acm: fix unthrottle races
     - usb-storage: Set virt_boundary_mask to avoid SG overflows
     - genirq: Prevent use-after-free and work list corruption
     - intel_th: pci: Add Comet Lake support
     - iio: adc: qcom-spmi-adc5: Fix of-based module autoloading
     - cpufreq: armada-37xx: fix frequency calculation for opp
     - ACPI / LPSS: Use acpi_lpss_* instead of acpi_subsys_* functions for
       hibernate
     - soc: sunxi: Fix missing dependency on REGMAP_MMIO
     - scsi: lpfc: change snprintf to scnprintf for possible overflow
     - scsi: qla2xxx: Fix incorrect region-size setting in optrom SYSFS routines
     - scsi: qla2xxx: Set remote port devloss timeout to 0
     - scsi: qla2xxx: Fix device staying in blocked state
     - Bluetooth: hidp: fix buffer overflow
     - Bluetooth: Align minimum encryption key size for LE and BR/EDR connections
     - Bluetooth: Fix not initializing L2CAP tx_credits
     - Bluetooth: hci_bcm: Fix empty regulator supplies for Intel Macs
     - UAS: fix alignment of scatter/gather segments
     - ASoC: Intel: avoid Oops if DMA setup fails
     - i3c: Fix a shift wrap bug in i3c_bus_set_addr_slot_status()
     - locking/futex: Allow low-level atomic operations to return -EAGAIN
     - arm64: futex: Bound number of LDXR/STXR loops in FUTEX_WAKE_OP
     - Linux 5.1.1
 
   * shiftfs: lock security sensitive superblock flags (LP: #1827122)
     - SAUCE: shiftfs: lock down certain superblock flags
 
   * Please package libbpf (which is done out of the kernel src) in Debian [for
     19.10] (LP: #1826410)
     - SAUCE: tools -- fix add ability to disable libbfd
 
   * ratelimit cma_alloc messages (LP: #1828092)
     - SAUCE: cma: ratelimit cma_alloc error messages
 
   * Headphone jack switch sense is inverted: plugging in headphones disables
     headphone output (LP: #1824259)
     - ASoC: rt5645: Headphone Jack sense inverts on the LattePanda board
 
   * There are 4 HDMI/Displayport audio output listed in sound setting without
     attach any HDMI/DP monitor (LP: #1827967)
     - ALSA: hda/hdmi - Read the pin sense from register when repolling
     - ALSA: hda/hdmi - Consider eld_valid when reporting jack event
 
   * CONFIG_LOG_BUF_SHIFT set to 14 is too low on arm64 (LP: #1824864)
     - [Config] CONFIG_LOG_BUF_SHIFT=18 on all 64bit arches
 
   * CTAUTO:DevOps:860.50:devops4fp1:Error occurred during LINUX Dmesg error
     Checking for all LINUX clients for devops4p10 (LP: #1766201)
     - SAUCE: integrity: downgrade error to warning
 
   * linux-buildinfo: pull out ABI information into its own package
     (LP: #1806380)
     - [Packaging] autoreconstruct -- base tag is always primary mainline version
 
   * [SRU] Please sync vbox modules from virtualbox 6.0.6 on next kernel update
     (LP: #1825210)
     - vbox-update: updates for renamed makefiles
     - ubuntu: vbox -- update to 6.0.6-dfsg-1
 
   * autofs kernel module missing (LP: #1824333)
     - [Config] Update autofs4 path in inclusion list
 
   * The Realtek card reader does not enter PCIe 1.1/1.2 (LP: #1825487)
     - SAUCE: misc: rtsx: Fixed rts5260 power saving parameter and sd glitch
 
   * CVE-2019-3874
     - sctp: implement memory accounting on tx path
     - sctp: implement memory accounting on rx path
 
   * apparmor does not start in Disco LXD containers (LP: #1824812)
     - SAUCE: shiftfs: use separate llseek method for directories
 
   * Miscellaneous Ubuntu changes
     - [Packaging] autoreconstruct -- remove for -rc kernels
     - SAUCE: (efi-lockdown) debugfs: avoid EPERM when no open file operation
       defined
     - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
     - SAUCE: (efi-lockdown) furter KEXEC_VERIFY_SIG -> KEXEC_SIG updates
     - [Config] (efi-lockdown): update configs after efi lockdown patch refresh
     - [Packaging] don't delete efi_parser.c
     - vbox-update -- do not fix up KERN_DIR or KBUILD_EXTMOD
     - ubuntu: vbox -- update to 6.0.6-dfsg-2
     - add nvidia-418 dkms build
     - remove virtualbox guest drivers
     - [Packaging] dkms-build -- expand paths searched for make.log files
     - add virtualbox-guest-dkms dkms package build
     - enable vbox dkms build for amd64 and i386
     - [Config] update configs for v5.1(-rc7)? rebase
     - update dkms package versions
     - Add the ability to lock down access to the running kernel image
     - Enforce module signatures if the kernel is locked down
     - Restrict /dev/{mem,kmem,port} when the kernel is locked down
     - kexec_load: Disable at runtime if the kernel is locked down
     - Copy secure_boot flag in boot params across kexec reboot
     - kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCE
     - kexec_file: Restrict at runtime if the kernel is locked down
     - hibernate: Disable when the kernel is locked down
     - uswsusp: Disable when the kernel is locked down
     - PCI: Lock down BAR access when the kernel is locked down
     - x86: Lock down IO port access when the kernel is locked down
     - x86/msr: Restrict MSR access when the kernel is locked down
     - ACPI: Limit access to custom_method when the kernel is locked down
     - acpi: Ignore acpi_rsdp kernel param when the kernel has been locked down
     - acpi: Disable ACPI table override if the kernel is locked down
     - acpi: Disable APEI error injection if the kernel is locked down
     - Prohibit PCMCIA CIS storage when the kernel is locked down
     - Lock down TIOCSSERIAL
     - Lock down module params that specify hardware parameters (eg. ioport)
     - x86/mmiotrace: Lock down the testmmiotrace module
     - Lock down /proc/kcore
     - Lock down kprobes
     - bpf: Restrict kernel image access functions when the kernel is locked down
     - Lock down perf
     - debugfs: Restrict debugfs when the kernel is locked down
     - lockdown: Print current->comm in restriction messages
     - kexec: Allow kexec_file() with appropriate IMA policy when locked down
     - Make get_cert_list() not complain about cert lists that aren't present.
     - Add efi_status_to_str() and rework efi_status_to_err().
     - Make get_cert_list() use efi_status_to_str() to print error messages.
     - efi: Add an EFI_SECURE_BOOT flag to indicate secure boot mode
     - efi: Lock down the kernel if booted in secure boot mode
     - KEYS: Make use of platform keyring for module signature verify
 
   * Miscellaneous upstream changes
     - ALSA: hdea/realtek - Headset fixup for System76 Gazelle (gaze14)

linux (5.1.0-1.1) eoan; urgency=medium

   * bionic: fork out linux-snapdragon into its own topic kernel (LP: #1820868)
     - [Packaging]: really drop snapdragon
 
   * Miscellaneous Ubuntu changes
     - SAUCE: fix vbox use of MAP_SHARED
     - SAUCE: fix vbox use of vm_fault_t
     - [Packaging] disable ZFS
     - [Packaging] disable nvidia
     - SAUCE: perf annotate: Fix build on 32 bit for BPF annotation
     - [Config]: updateconfig after rebase to v5.1-rc
     - [Config]: build ETNAVIV only on arm platforms
     - [Config]: Disable CMA on non-arm platforms
     - [Config]: MMC_CQHCI is needed by some built-in drivers
     - [Config]: a.out support has been deprecated
     - [Config]: R3964 was marked as BROKEN
     - [Config]: Add SENSIRION_SGP30 module
 
   * Miscellaneous upstream changes
     - Revert "UBUNTU: SAUCE: tools: lib/bpf -- add generated headers to search
       path"
     - Revert "UBUNTU: SAUCE: btqcomsmd: introduce BT_QCOMSMD_HACK"

linux (5.1.0-0.0) eoan; urgency=medium

   * Dummy entry.

linux (5.0.0-13.14) disco; urgency=medium

   * linux: 5.0.0-13.14 -proposed tracker (LP: #1824819)
 
   * Display only has 640x480 (LP: #1824677)
     - Revert "UBUNTU: SAUCE: drm/nouveau: Disable nouveau driver by default"
 
   * shiftfs: use after free when checking mount options (LP: #1824735)
     - SAUCE: shiftfs: prevent use-after-free when verifying mount options

linux (5.0.0-12.13) disco; urgency=medium

   * linux: 5.0.0-12.13 -proposed tracker (LP: #1824726)
 
   * Linux 5.0 black screen on boot, display flickers (i915 regression with
     certain laptop panels) (LP: #1824216)
     - drm/i915/dp: revert back to max link rate and lane count on eDP
 
   * kernel BUG at fs/attr.c:287 when using shiftfs (LP: #1824717)
     - SAUCE: shiftfs: fix passing of attrs to underaly for setattr

linux (5.0.0-11.12) disco; urgency=medium

   * linux: 5.0.0-11.12 -proposed tracker (LP: #1824383)
 
   * hns3: PPU_PF_ABNORMAL_INT_ST over_8bd_no_fe found [error status=0x1]
     (LP: #1824194)
     - net: hns3: fix for not calculating tx bd num correctly
 
   * disco: unable to use iptables/enable ufw under -virtual kernel
     (LP: #1823862)
     - [Packaging] add bpfilter to linux-modules
 
   * Make shiftfs a module rather than built-in (LP: #1824354)
     - [Config] CONFIG_SHIFT_FS=m
 
   * shiftfs: chown sets untranslated ids in lower fs (LP: #1824350)
     - SAUCE: shiftfs: use translated ids when chaning lower fs attrs
 
   * [Hyper-V] KVP daemon fails to start on first boot of disco VM (LP: #1820063)
     - [Packaging] bind hv_kvp_daemon startup to hv_kvp device

linux (5.0.0-10.11) disco; urgency=medium

   * linux: 5.0.0-10.11 -proposed tracker (LP: #1823936)
 
   * Apparmor enforcement failure in lxc selftests (LP: #1823379)
     - SAUCE: apparmor: Restore Y/N in /sys for apparmor's "enabled"
 
   * systemd cause kernel trace "BUG: unable to handle kernel paging request at
     6db23a14" on Cosmic i386 (LP: #1813244)
     - openvswitch: fix flow actions reallocation

linux (5.0.0-9.10) disco; urgency=medium

   * linux: 5.0.0-9.10 -proposed tracker (LP: #1823228)
 
   * Packaging resync (LP: #1786013)
     - [Packaging] resync git-ubuntu-log
     - [Packaging] update helper scripts
     - [Packaging] resync retpoline extraction
 
   * Huawei Hi1822 NIC has poor performance (LP: #1820187)
     - net-next/hinic: replace disable_irq_nosync/enable_irq
 
   * Add uid shifting overlay filesystem (shiftfs) (LP: #1823186)
     - shiftfs: uid/gid shifting bind mount
     - shiftfs: rework and extend
     - shiftfs: support some btrfs ioctls
     - [Config] enable shiftfs
 
   * Cannot boot or install - have to use nomodeset (LP: #1821820)
     - Revert "drm/i915/fbdev: Actually configure untiled displays"
 
   * Disco update: v5.0.6 upstream stable release (LP: #1823060)
     - netfilter: nf_tables: fix set double-free in abort path
     - dccp: do not use ipv6 header for ipv4 flow
     - genetlink: Fix a memory leak on error path
     - gtp: change NET_UDP_TUNNEL dependency to select
     - ipv6: make ip6_create_rt_rcu return ip6_null_entry instead of NULL
     - mac8390: Fix mmio access size probe
     - mISDN: hfcpci: Test both vendor & device ID for Digium HFC4S
     - net: aquantia: fix rx checksum offload for UDP/TCP over IPv6
     - net: datagram: fix unbounded loop in __skb_try_recv_datagram()
     - net/packet: Set __GFP_NOWARN upon allocation in alloc_pg_vec
     - net: phy: meson-gxl: fix interrupt support
     - net: rose: fix a possible stack overflow
     - net: stmmac: fix memory corruption with large MTUs
     - net-sysfs: call dev_hold if kobject_init_and_add success
     - net: usb: aqc111: Extend HWID table by QNAP device
     - packets: Always register packet sk in the same order
     - rhashtable: Still do rehash when we get EEXIST
     - sctp: get sctphdr by offset in sctp_compute_cksum
     - sctp: use memdup_user instead of vmemdup_user
     - tcp: do not use ipv6 header for ipv4 flow
     - tipc: allow service ranges to be connect()'ed on RDM/DGRAM
     - tipc: change to check tipc_own_id to return in tipc_net_stop
     - tipc: fix cancellation of topology subscriptions
     - tun: properly test for IFF_UP
     - vrf: prevent adding upper devices
     - vxlan: Don't call gro_cells_destroy() before device is unregistered
     - thunderx: enable page recycling for non-XDP case
     - thunderx: eliminate extra calls to put_page() for pages held for recycling
     - net: dsa: mv88e6xxx: fix few issues in mv88e6390x_port_set_cmode
     - net: mii: Fix PAUSE cap advertisement from linkmode_adv_to_lcl_adv_t()
       helper
     - net: phy: don't clear BMCR in genphy_soft_reset
     - r8169: fix cable re-plugging issue
     - ila: Fix rhashtable walker list corruption
     - tun: add a missing rcu_read_unlock() in error path
     - powerpc/fsl: Fix the flush of branch predictor.
     - Btrfs: fix incorrect file size after shrinking truncate and fsync
     - btrfs: remove WARN_ON in log_dir_items
     - btrfs: don't report readahead errors and don't update statistics
     - btrfs: Fix bound checking in qgroup_trace_new_subtree_blocks
     - btrfs: Avoid possible qgroup_rsv_size overflow in
       btrfs_calculate_inode_block_rsv_size
     - Btrfs: fix assertion failure on fsync with NO_HOLES enabled
     - locks: wake any locks blocked on request before deadlock check
     - tracing: initialize variable in create_dyn_event()
     - ARM: imx6q: cpuidle: fix bug that CPU might not wake up at expected time
     - powerpc: bpf: Fix generation of load/store DW instructions
     - vfio: ccw: only free cp on final interrupt
     - NFS: Fix nfs4_lock_state refcounting in nfs4_alloc_{lock,unlock}data()
     - NFS: fix mount/umount race in nlmclnt.
     - NFSv4.1 don't free interrupted slot on open
     - net: dsa: qca8k: remove leftover phy accessors
     - ALSA: rawmidi: Fix potential Spectre v1 vulnerability
     - ALSA: seq: oss: Fix Spectre v1 vulnerability
     - ALSA: pcm: Fix possible OOB access in PCM oss plugins
     - ALSA: pcm: Don't suspend stream in unrecoverable PCM state
     - ALSA: hda/realtek - Fixed Headset Mic JD not stable
     - ALSA: hda/realtek: merge alc_fixup_headset_jack to alc295_fixup_chromebook
     - ALSA: hda/realtek - Add support headset mode for DELL WYSE AIO
     - ALSA: hda/realtek - Add support headset mode for New DELL WYSE NB
     - ALSA: hda/realtek: Enable headset MIC of Acer AIO with ALC286
     - ALSA: hda/realtek: Enable headset MIC of Acer Aspire Z24-890 with ALC286
     - ALSA: hda/realtek - Add support for Acer Aspire E5-523G/ES1-432 headset mic
     - ALSA: hda/realtek: Enable ASUS X441MB and X705FD headset MIC with ALC256
     - ALSA: hda/realtek: Enable headset mic of ASUS P5440FF with ALC256
     - ALSA: hda/realtek: Enable headset MIC of ASUS X430UN and X512DK with ALC256
     - ALSA: hda/realtek - Fix speakers on Acer Predator Helios 500 Ryzen laptops
     - kbuild: modversions: Fix relative CRC byte order interpretation
     - fs/open.c: allow opening only regular files during execve()
     - ocfs2: fix inode bh swapping mixup in ocfs2_reflink_inodes_lock
     - scsi: sd: Fix a race between closing an sd device and sd I/O
     - scsi: sd: Quiesce warning if device does not report optimal I/O size
     - scsi: zfcp: fix rport unblock if deleted SCSI devices on Scsi_Host
     - scsi: zfcp: fix scsi_eh host reset with port_forced ERP for non-NPIV FCP
       devices
     - drm/rockchip: vop: reset scale mode when win is disabled
     - tty/serial: atmel: Add is_half_duplex helper
     - tty/serial: atmel: RS485 HD w/DMA: enable RX after TX is stopped
     - tty: mxs-auart: fix a potential NULL pointer dereference
     - tty: atmel_serial: fix a potential NULL pointer dereference
     - tty: serial: qcom_geni_serial: Initialize baud in qcom_geni_console_setup
     - staging: comedi: ni_mio_common: Fix divide-by-zero for DIO cmdtest
     - staging: olpc_dcon_xo_1: add missing 'const' qualifier
     - staging: speakup_soft: Fix alternate speech with other synths
     - staging: vt6655: Remove vif check from vnt_interrupt
     - staging: vt6655: Fix interrupt race condition on device start up.
     - staging: erofs: fix to handle error path of erofs_vmap()
     - staging: erofs: fix error handling when failed to read compresssed data
     - staging: erofs: keep corrupted fs from crashing kernel in erofs_readdir()
     - serial: max310x: Fix to avoid potential NULL pointer dereference
     - serial: mvebu-uart: Fix to avoid a potential NULL pointer dereference
     - serial: sh-sci: Fix setting SCSCR_TIE while transferring data
     - USB: serial: cp210x: add new device id
     - USB: serial: ftdi_sio: add additional NovaTech products
     - USB: serial: mos7720: fix mos_parport refcount imbalance on error path
     - USB: serial: option: set driver_info for SIM5218 and compatibles
     - USB: serial: option: add support for Quectel EM12
     - USB: serial: option: add Olicard 600
     - ACPI / CPPC: Fix guaranteed performance handling
     - Disable kgdboc failed by echo space to /sys/module/kgdboc/parameters/kgdboc
     - fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_links
     - drivers/block/zram/zram_drv.c: fix idle/writeback string compare
     - blk-mq: fix sbitmap ws_active for shared tags
     - cpufreq: intel_pstate: Also use CPPC nominal_perf for base_frequency
     - cpufreq: scpi: Fix use after free
     - drm/vgem: fix use-after-free when drm_gem_handle_create() fails
     - drm/vkms: fix use-after-free when drm_gem_handle_create() fails
     - drm/i915: Mark AML 0x87CA as ULX
     - drm/i915/gvt: Fix MI_FLUSH_DW parsing with correct index check
     - drm/i915/icl: Fix the TRANS_DDI_FUNC_CTL2 bitfield macro
     - gpio: exar: add a check for the return value of ida_simple_get fails
     - gpio: adnp: Fix testing wrong value in adnp_gpio_direction_input
     - phy: sun4i-usb: Support set_mode to USB_HOST for non-OTG PHYs
     - usb: mtu3: fix EXTCON dependency
     - USB: gadget: f_hid: fix deadlock in f_hidg_write()
     - usb: common: Consider only available nodes for dr_mode
     - mm/memory.c: fix modifying of page protection by insert_pfn()
     - usb: host: xhci-rcar: Add XHCI_TRUST_TX_LENGTH quirk
     - xhci: Fix port resume done detection for SS ports with LPM enabled
     - usb: xhci: dbc: Don't free all memory with spinlock held
     - xhci: Don't let USB3 ports stuck in polling state prevent suspend
     - usb: cdc-acm: fix race during wakeup blocking TX traffic
     - usb: typec: tcpm: Try PD-2.0 if sink does not respond to 3.0 source-caps
     - usb: typec: Fix unchecked return value
     - mm/hotplug: fix offline undo_isolate_page_range()
     - mm: add support for kmem caches in DMA32 zone
     - iommu/io-pgtable-arm-v7s: request DMA32 memory, and improve debugging
     - mm: mempolicy: make mbind() return -EIO when MPOL_MF_STRICT is specified
     - mm/debug.c: fix __dump_page when mapping->host is not set
     - mm/memory_hotplug.c: fix notification in offline error path
     - mm/page_isolation.c: fix a wrong flag in set_migratetype_isolate()
     - mm/migrate.c: add missing flush_dcache_page for non-mapped page migrate
     - perf pmu: Fix parser error for uncore event alias
     - perf intel-pt: Fix TSC slip
     - objtool: Query pkg-config for libelf location
     - powerpc/pseries/energy: Use OF accessor functions to read ibm,drc-indexes
     - powerpc/64: Fix memcmp reading past the end of src/dest
     - powerpc/pseries/mce: Fix misleading print for TLB mutlihit
     - watchdog: Respect watchdog cpumask on CPU hotplug
     - cpu/hotplug: Prevent crash when CPU bringup fails on CONFIG_HOTPLUG_CPU=n
     - x86/smp: Enforce CONFIG_HOTPLUG_CPU when SMP=y
     - KVM: Reject device ioctls from processes other than the VM's creator
     - KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hosts
     - KVM: x86: update %rip after emulating IO
     - bpf: do not restore dst_reg when cur_state is freed
     - mt76x02u: use usb_bulk_msg to upload firmware
     - Linux 5.0.6
 
   * RDMA/hns updates for disco (LP: #1822897)
     - RDMA/hns: Fix the bug with updating rq head pointer when flush cqe
     - RDMA/hns: Bugfix for the scene without receiver queue
     - RDMA/hns: Add constraint on the setting of local ACK timeout
     - RDMA/hns: Modify the pbl ba page size for hip08
     - RDMA/hns: RDMA/hns: Assign rq head pointer when enable rq record db
     - RDMA/hns: Add the process of AEQ overflow for hip08
     - RDMA/hns: Add SCC context allocation support for hip08
     - RDMA/hns: Add SCC context clr support for hip08
     - RDMA/hns: Add timer allocation support for hip08
     - RDMA/hns: Remove set but not used variable 'rst'
     - RDMA/hns: Make some function static
     - RDMA/hns: Fix the Oops during rmmod or insmod ko when reset occurs
     - RDMA/hns: Fix the chip hanging caused by sending mailbox&CMQ during reset
     - RDMA/hns: Fix the chip hanging caused by sending doorbell during reset
     - RDMA/hns: Limit minimum ROCE CQ depth to 64
     - RDMA/hns: Fix the state of rereg mr
     - RDMA/hns: Set allocated memory to zero for wrid
     - RDMA/hns: Delete useful prints for aeq subtype event
     - RDMA/hns: Configure capacity of hns device
     - RDMA/hns: Modify qp&cq&pd specification according to UM
     - RDMA/hns: Bugfix for set hem of SCC
     - RDMA/hns: Use GFP_ATOMIC in hns_roce_v2_modify_qp
 
   * autopkgtests run too often, too much and don't skip enough (LP: #1823056)
     - Set +x on rebuild testcase.
     - Skip rebuild test, for regression-suite deps.
     - Make ubuntu-regression-suite skippable on unbootable kernels.
     - make rebuild use skippable error codes when skipping.
     - Only run regression-suite, if requested to.
 
   * touchpad not working on lenovo yoga 530 (LP: #1787775)
     - Revert "UBUNTU: SAUCE: i2c:amd Depends on ACPI"
     - Revert "UBUNTU: SAUCE: i2c:amd move out pointer in union i2c_event_base"
     - i2c: add extra check to safe DMA buffer helper
     - i2c: Add drivers for the AMD PCIe MP2 I2C controller
     - [Config] Update config for AMD MP2 I2C driver
 
   * Detect SMP PHY control command errors (LP: #1822680)
     - scsi: libsas: Check SMP PHY control function result
 
   * disable a.out support (LP: #1818552)
     - [Config] Disable a.out support
     - [Config] remove binfmt_aout from abi for i386 lowlatency
 
   * bionic: fork out linux-snapdragon into its own topic kernel (LP: #1820868)
     - [Packaging] remove snapdragon flavour support
     - Revert "UBUNTU: SAUCE: (snapdragon) drm/msm/adv7511: wrap hacks under
       CONFIG_ADV7511_SNAPDRAGON_HACKS #ifdefs"
     - Revert "UBUNTU: SAUCE: (snapdragon) media: ov5645: skip address change if dt
       addr == default addr"
     - Revert "UBUNTU: SAUCE: (snapdragon) DT: leds: Add Qualcomm Light Pulse
       Generator binding"
     - Revert "UBUNTU: SAUCE: (snapdragon) MAINTAINERS: Add Qualcomm Camera Control
       Interface driver"
     - Revert "UBUNTU: SAUCE: (snapdragon) dt-bindings: media: Binding document for
       Qualcomm Camera Control Interface driver"
     - Revert "UBUNTU: SAUCE: (snapdragon) leds: Add driver for Qualcomm LPG"
     - Revert "UBUNTU: SAUCE: (snapdragon) HACK: drm/msm/adv7511: Don't rely on
       interrupts for EDID parsing"
     - Revert "UBUNTU: SAUCE: (snapdragon) drm/bridge/adv7511: Delay clearing of
       HPD interrupt status"
     - Revert "UBUNTU: SAUCE: (snapdragon) media: ov5645: Fix I2C address"
     - Revert "UBUNTU: SAUCE: (snapdragon) i2c-qcom-cci: Fix I2C address bug"
     - Revert "UBUNTU: SAUCE: (snapdragon) i2c-qcom-cci: Fix run queue completion
       timeout"
     - Revert "UBUNTU: SAUCE: (snapdragon) camss: Do not register if no cameras are
       present"
     - Revert "UBUNTU: SAUCE: (snapdragon) i2c: Add Qualcomm Camera Control
       Interface driver"
     - Revert "UBUNTU: SAUCE: (snapdragon) ov5645: I2C address change"
     - Revert "UBUNTU: SAUCE: (snapdragon) regulator: smd: Allow
       REGULATOR_QCOM_SMD_RPM=m"
     - Revert "UBUNTU: SAUCE: (snapdragon) cpufreq: Add apq8016 to cpufreq-dt-
       platdev blacklist"
     - Revert "UBUNTU: SAUCE: (snapdragon) PM / OPP: Add a helper to get an opp
       regulator for device"
     - Revert "UBUNTU: SAUCE: (snapdragon) PM / OPP: HACK: Allow to set regulator
       without opp_list"
     - Revert "UBUNTU: SAUCE: (snapdragon) PM / OPP: Drop RCU usage in
       dev_pm_opp_adjust_voltage()"
     - Revert "UBUNTU: SAUCE: (snapdragon) PM / OPP: Support adjusting OPP voltages
       at runtime"
     - Revert "UBUNTU: SAUCE: (snapdragon) regulator: smd: Add floor and corner
       operations"
     - Revert "UBUNTU: SAUCE: (snapdragon) power: avs: cpr: Register with cpufreq-
       dt"
     - Revert "UBUNTU: SAUCE: (snapdragon) power: avs: cpr: fix with new
       reg_sequence structures"
     - Revert "UBUNTU: SAUCE: (snapdragon) power: avs: cpr: Use raw mem access for
       qfprom"
     - Revert "UBUNTU: SAUCE: (snapdragon) power: avs: Add support for CPR (Core
       Power Reduction)"
     - Revert "UBUNTU: SAUCE: (snapdragon) HACK: drm/msm/iommu: Remove runtime_put
       calls in map/unmap"
     - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: enable LEDS_QCOM_LPG"
     - Revert "UBUNTU: SAUCE: (snapdragon) kernel: distro.config: enable 'BBR' TCP
       congestion algorithm"
     - Revert "UBUNTU: SAUCE: (snapdragon) kernel: distro.config: enable 'fq' and
       'fq_codel' qdiscs"
     - Revert "UBUNTU: SAUCE: (snapdragon) kernel: distro.config: enable
       'schedutil' CPUfreq governor"
     - Revert "UBUNTU: SAUCE: (snapdragon) kernel: configs: set USB_CONFIG_F_FS in
       distro.config"
     - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: enable
       CONFIG_USB_CONFIGFS_F_FS by default"
     - Revert "UBUNTU: SAUCE: (snapdragon) kernel: configs: add freq stat to sysfs"
     - Revert "UBUNTU: SAUCE: (snapdragon) arm64: configs: Enable camera drivers"
     - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: disable ANALOG_TV and
       DIGITAL_TV"
     - Revert "UBUNTU: SAUCE: (snapdragon) kernel: configs: add more USB net
       drivers"
     - Revert "UBUNTU: SAUCE: (snapdragon) arm64: configs: enable BT_QCOMSMD"
     - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: enable
       CFG80211_DEFAULT_PS by default"
     - Revert "UBUNTU: SAUCE: (snapdragon) Force the SMD regulator driver to be
       compiled-in"
     - Revert "UBUNTU: SAUCE: (snapdragon) kernel: configs: enable dm_mod and
       dm_crypt"
     - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: Enable a53/apcs and
       avs"
     - Revert "UBUNTU: SAUCE: (snapdragon) arm64: configs: enable QCOM Venus"
     - Revert "UBUNTU: SAUCE: (snapdragon) kernel: distro.config: enable debug
       friendly USB network adpater"
     - Revert "UBUNTU: SAUCE: (snapdragon) arm64: configs: enable WCN36xx"
     - Revert "UBUNTU: SAUCE: (snapdragon) kernel: configs; add distro.config"
     - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: enable QCOM audio
       drivers for APQ8016 and DB410c"
     - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: enable REMOTEPROC"
     - [Config] fix abi for remove i2c-qcom-cci module
     - [Config] update annotations
     - [Config] update configs following snapdragon removal
 
   * Disco update: v5.0.5 upstream stable release (LP: #1822671)
     - Revert "ALSA: hda - Enforces runtime_resume after S3 and S4 for each codec"
     - ALSA: hda - add Lenovo IdeaCentre B550 to the power_save_blacklist
     - ALSA: firewire-motu: use 'version' field of unit directory to identify model
     - mmc: pxamci: fix enum type confusion
     - mmc: alcor: fix DMA reads
     - mmc: mxcmmc: "Revert mmc: mxcmmc: handle highmem pages"
     - mmc: renesas_sdhi: limit block count to 16 bit for old revisions
     - drm/amdgpu: fix invalid use of change_bit
     - drm/vmwgfx: Don't double-free the mode stored in par->set_mode
     - drm/vmwgfx: Return 0 when gmrid::get_node runs out of ID's
     - iommu/amd: fix sg->dma_address for sg->offset bigger than PAGE_SIZE
     - iommu/iova: Fix tracking of recently failed iova address
     - libceph: wait for latest osdmap in ceph_monc_blacklist_add()
     - udf: Fix crash on IO error during truncate
     - mips: loongson64: lemote-2f: Add IRQF_NO_SUSPEND to "cascade" irqaction.
     - MIPS: Ensure ELF appended dtb is relocated
     - MIPS: Fix kernel crash for R6 in jump label branch function
     - powerpc/vdso64: Fix CLOCK_MONOTONIC inconsistencies across Y2038
     - powerpc/security: Fix spectre_v2 reporting
     - net/mlx5: Fix DCT creation bad flow
     - scsi: core: Avoid that a kernel warning appears during system resume
     - scsi: qla2xxx: Fix FC-AL connection target discovery
     - scsi: ibmvscsi: Protect ibmvscsi_head from concurrent modificaiton
     - scsi: ibmvscsi: Fix empty event pool access during host removal
     - futex: Ensure that futex address is aligned in handle_futex_death()
     - perf probe: Fix getting the kernel map
     - objtool: Move objtool_file struct off the stack
     - irqchip/gic-v3-its: Fix comparison logic in lpi_range_cmp
     - clocksource/drivers/riscv: Fix clocksource mask
     - ALSA: ac97: Fix of-node refcount unbalance
     - ext4: fix NULL pointer dereference while journal is aborted
     - ext4: fix data corruption caused by unaligned direct AIO
     - ext4: brelse all indirect buffer in ext4_ind_remove_space()
     - media: v4l2-ctrls.c/uvc: zero v4l2_event
     - Bluetooth: hci_uart: Check if socket buffer is ERR_PTR in h4_recv_buf()
     - Bluetooth: Fix decrementing reference count twice in releasing socket
     - Bluetooth: hci_ldisc: Initialize hci_dev before open()
     - Bluetooth: hci_ldisc: Postpone HCI_UART_PROTO_READY bit set in
       hci_uart_set_proto()
     - drm/vkms: Fix flush_work() without INIT_WORK().
     - RDMA/cma: Rollback source IP address if failing to acquire device
     - f2fs: fix to avoid deadlock of atomic file operations
     - aio: simplify - and fix - fget/fput for io_submit()
     - netfilter: ebtables: remove BUGPRINT messages
     - loop: access lo_backing_file only when the loop device is Lo_bound
     - x86/unwind: Handle NULL pointer calls better in frame unwinder
     - x86/unwind: Add hardcoded ORC entry for NULL
     - locking/lockdep: Add debug_locks check in __lock_downgrade()
     - ALSA: hda - Record the current power state before suspend/resume calls
     - ALSA: hda - Enforces runtime_resume after S3 and S4 for each codec
     - Linux 5.0.5
 
   * hisi_sas updates for disco (LP: #1822385)
     - scsi: hisi_sas: send primitive NOTIFY to SSP situation only
     - scsi: hisi_sas: shutdown axi bus to avoid exception CQ returned
     - scsi: hisi_sas: remove the check of sas_dev status in
       hisi_sas_I_T_nexus_reset()
     - scsi: hisi_sas: Remove unused parameter of function hisi_sas_alloc()
     - scsi: hisi_sas: Reject setting programmed minimum linkrate > 1.5G
     - scsi: hisi_sas: Fix losing directly attached disk when hot-plug
     - scsi: hisi_sas: Correct memory allocation size for DQ debugfs
     - scsi: hisi_sas: Some misc tidy-up
     - scsi: hisi_sas: Fix to only call scsi_get_prot_op() for non-NULL scsi_cmnd
     - scsi: hisi_sas: Add missing seq_printf() call in hisi_sas_show_row_32()
     - scsi: hisi_sas: Add support for DIX feature for v3 hw
     - scsi: hisi_sas: Add manual trigger for debugfs dump
     - scsi: hisi_sas: change queue depth from 512 to 4096
     - scsi: hisi_sas: Issue internal abort on all relevant queues
     - scsi: hisi_sas: Use pci_irq_get_affinity() for v3 hw as experimental
     - scsi: hisi_sas: Do some more tidy-up
     - scsi: hisi_sas: Change return variable type in phy_up_v3_hw()
     - scsi: hisi_sas: Fix a timeout race of driver internal and SMP IO
     - scsi: hisi_sas: print PHY RX errors count for later revision of v3 hw
     - scsi: hisi_sas: Set PHY linkrate when disconnected
     - scsi: hisi_sas: Send HARD RESET to clear the previous affiliation of STP
       target port
     - scsi: hisi_sas: Change SERDES_CFG init value to increase reliability of
       HiLink
     - scsi: hisi_sas: Add softreset in hisi_sas_I_T_nexus_reset()
 
   * [Patch][Raven 2] kernel 5.0.0 cannot boot because of psp response
     (LP: #1822267)
     - drm/amdgpu/psp: Fix can't detect psp INVOKE command failed
     - drm/amdgpu/psp: ignore psp response status
 
   * 3b080b2564287be91605bfd1d5ee985696e61d3c in ubuntu_btrfs_kernel_fixes
     triggers system hang on i386 (LP: #1812845)
     - btrfs: raid56: properly unmap parity page in finish_parity_scrub()
 
   * enable CONFIG_DRM_BOCHS (LP: #1795857)
     - [Config] Reenable DRM_BOCHS as module
 
   * [Dell Precision 7530/5530 with Nvidia Quadro P1000] Live USB freezes or
     cannot complete install when nouveau driver is loaded (crashing in GP100
     code) (LP: #1822026)
     - SAUCE: drm/nouveau: Disable nouveau driver by default
 
   * Need to add Intel CML related pci-id's (LP: #1821863)
     - drm/i915/cml: Add CML PCI IDS
     - drm/i915/cml: Introduce Comet Lake PCH
 
   * ARM: Add support for the SDEI interface (LP: #1822005)
     - ACPI / APEI: Don't wait to serialise with oops messages when panic()ing
     - ACPI / APEI: Remove silent flag from ghes_read_estatus()
     - ACPI / APEI: Switch estatus pool to use vmalloc memory
     - ACPI / APEI: Make hest.c manage the estatus memory pool
     - ACPI / APEI: Make estatus pool allocation a static size
     - ACPI / APEI: Don't store CPER records physical address in struct ghes
     - ACPI / APEI: Remove spurious GHES_TO_CLEAR check
     - ACPI / APEI: Don't update struct ghes' flags in read/clear estatus
     - ACPI / APEI: Generalise the estatus queue's notify code
     - ACPI / APEI: Don't allow ghes_ack_error() to mask earlier errors
     - ACPI / APEI: Move NOTIFY_SEA between the estatus-queue and NOTIFY_NMI
     - ACPI / APEI: Switch NOTIFY_SEA to use the estatus queue
     - KVM: arm/arm64: Add kvm_ras.h to collect kvm specific RAS plumbing
     - arm64: KVM/mm: Move SEA handling behind a single 'claim' interface
     - ACPI / APEI: Move locking to the notification helper
     - ACPI / APEI: Let the notification helper specify the fixmap slot
     - ACPI / APEI: Pass ghes and estatus separately to avoid a later copy
     - ACPI / APEI: Make GHES estatus header validation more user friendly
     - ACPI / APEI: Split ghes_read_estatus() to allow a peek at the CPER length
     - ACPI / APEI: Only use queued estatus entry during in_nmi_queue_one_entry()
     - ACPI / APEI: Use separate fixmap pages for arm64 NMI-like notifications
     - firmware: arm_sdei: Add ACPI GHES registration helper
     - ACPI / APEI: Add support for the SDEI GHES Notification type
 
   * CVE-2019-9857
     - inotify: Fix fsnotify_mark refcount leak in inotify_update_existing_watch()
 
   * scsi: libsas: Support SATA PHY connection rate unmatch fixing during
     discovery (LP: #1821408)
     - scsi: libsas: Support SATA PHY connection rate unmatch fixing during
       discovery
 
   * Qualcomm Atheros QCA9377 wireless does not work (LP: #1818204)
     - platform/x86: ideapad-laptop: Add Ideapad 530S-14ARR to no_hw_rfkill list
 
   * Lenovo ideapad 330-15ICH Wifi rfkill hard blocked (LP: #1811815)
     - platform/x86: ideapad: Add ideapad 330-15ICH to no_hw_rfkill
 
   * hid-sensor-hub spamming dmesg in 4.20 (LP: #1818547)
     - HID: Increase maximum report size allowed by hid_field_extract()
 
   * [disco] [5.0.0-7.8] can't mount guest cifs share (LP: #1821053)
     - cifs: allow guest mounts to work for smb3.11
     - SMB3: Fix SMB3.1.1 guest mounts to Samba
 
   * Add HiSilicon SoC quirk for cpufreq (LP: #1821620)
     - ACPI / CPPC: Add a helper to get desired performance
     - cpufreq / cppc: Work around for Hisilicon CPPC cpufreq
 
   * Disco update: v5.0.4 upstream stable release (LP: #1821607)
     - 9p: use inode->i_lock to protect i_size_write() under 32-bit
     - 9p/net: fix memory leak in p9_client_create
     - ASoC: fsl_esai: fix register setting issue in RIGHT_J mode
     - ASoC: codecs: pcm186x: fix wrong usage of DECLARE_TLV_DB_SCALE()
     - ASoC: codecs: pcm186x: Fix energysense SLEEP bit
     - iio: adc: exynos-adc: Fix NULL pointer exception on unbind
     - iio: adc: exynos-adc: Use proper number of channels for Exynos4x12
     - mei: hbm: clean the feature flags on link reset
     - mei: bus: move hw module get/put to probe/release
     - stm class: Prevent division by zero
     - stm class: Fix an endless loop in channel allocation
     - crypto: caam - fix hash context DMA unmap size
     - crypto: ccree - fix missing break in switch statement
     - crypto: caam - fixed handling of sg list
     - crypto: caam - fix DMA mapping of stack memory
     - crypto: ccree - fix free of unallocated mlli buffer
     - crypto: ccree - unmap buffer before copying IV
     - crypto: ccree - don't copy zero size ciphertext
     - crypto: cfb - add missing 'chunksize' property
     - crypto: cfb - remove bogus memcpy() with src == dest
     - crypto: ofb - fix handling partial blocks and make thread-safe
     - crypto: ahash - fix another early termination in hash walk
     - crypto: rockchip - fix scatterlist nents error
     - crypto: rockchip - update new iv to device in multiple operations
     - dax: Flush partial PMDs correctly
     - nfit: Fix nfit_intel_shutdown_status() command submission
     - nfit: acpi_nfit_ctl(): Check out_obj->type in the right place
     - acpi/nfit: Fix bus command validation
     - nfit/ars: Attempt a short-ARS whenever the ARS state is idle at boot
     - nfit/ars: Attempt short-ARS even in the no_init_ars case
     - libnvdimm/label: Clear 'updating' flag after label-set update
     - libnvdimm, pfn: Fix over-trim in trim_pfn_device()
     - libnvdimm/pmem: Honor force_raw for legacy pmem regions
     - libnvdimm: Fix altmap reservation size calculation
     - fix cgroup_do_mount() handling of failure exits
     - crypto: aead - set CRYPTO_TFM_NEED_KEY if ->setkey() fails
     - crypto: aegis - fix handling chunked inputs
     - crypto: arm/crct10dif - revert to C code for short inputs
     - crypto: arm64/aes-neonbs - fix returning final keystream block
     - crypto: arm64/crct10dif - revert to C code for short inputs
     - crypto: hash - set CRYPTO_TFM_NEED_KEY if ->setkey() fails
     - crypto: morus - fix handling chunked inputs
     - crypto: pcbc - remove bogus memcpy()s with src == dest
     - crypto: skcipher - set CRYPTO_TFM_NEED_KEY if ->setkey() fails
     - crypto: testmgr - skip crc32c context test for ahash algorithms
     - crypto: x86/aegis - fix handling chunked inputs and MAY_SLEEP
     - crypto: x86/aesni-gcm - fix crash on empty plaintext
     - crypto: x86/morus - fix handling chunked inputs and MAY_SLEEP
     - crypto: arm64/aes-ccm - fix logical bug in AAD MAC handling
     - crypto: arm64/aes-ccm - fix bugs in non-NEON fallback routine
     - CIFS: Fix leaking locked VFS cache pages in writeback retry
     - CIFS: Do not reset lease state to NONE on lease break
     - CIFS: Do not skip SMB2 message IDs on send failures
     - CIFS: Fix read after write for files with read caching
     - smb3: make default i/o size for smb3 mounts larger
     - tracing: Use strncpy instead of memcpy for string keys in hist triggers
     - tracing: Do not free iter->trace in fail path of tracing_open_pipe()
     - tracing/perf: Use strndup_user() instead of buggy open-coded version
     - vmw_balloon: release lock on error in vmballoon_reset()
     - xen: fix dom0 boot on huge systems
     - ACPI / device_sysfs: Avoid OF modalias creation for removed device
     - mmc: sdhci-esdhc-imx: fix HS400 timing issue
     - mmc: renesas_sdhi: Fix card initialization failure in high speed mode
     - mmc:fix a bug when max_discard is 0
     - spi: ti-qspi: Fix mmap read when more than one CS in use
     - spi: pxa2xx: Setup maximum supported DMA transfer length
     - spi: omap2-mcspi: Fix DMA and FIFO event trigger size mismatch
     - spi: spi-gpio: fix SPI_CS_HIGH capability
     - regulator: s2mps11: Fix steps for buck7, buck8 and LDO35
     - regulator: max77620: Initialize values for DT properties
     - regulator: s2mpa01: Fix step values for some LDOs
     - mt76: fix corrupted software generated tx CCMP PN
     - clocksource/drivers/exynos_mct: Move one-shot check from tick clear to ISR
     - clocksource/drivers/exynos_mct: Clear timer interrupt when shutdown
     - clocksource/drivers/arch_timer: Workaround for Allwinner A64 timer
       instability
     - s390: vfio_ap: link the vfio_ap devices to the vfio_ap bus subsystem
     - s390/setup: fix early warning messages
     - s390/virtio: handle find on invalid queue gracefully
     - scsi: virtio_scsi: don't send sc payload with tmfs
     - scsi: aacraid: Fix performance issue on logical drives
     - scsi: sd: Optimal I/O size should be a multiple of physical block size
     - scsi: target/iscsi: Avoid iscsit_release_commands_from_conn() deadlock
     - scsi: qla2xxx: Fix LUN discovery if loop id is not assigned yet by firmware
     - scsi: qla2xxx: Avoid PCI IRQ affinity mapping when multiqueue is not
       supported
     - scsi: qla2xxx: Use complete switch scan for RSCN events
     - fs/devpts: always delete dcache dentry-s in dput()
     - splice: don't merge into linked buffers
     - ovl: During copy up, first copy up data and then xattrs
     - ovl: Do not lose security.capability xattr over metadata file copy-up
     - m68k: Add -ffreestanding to CFLAGS
     - Btrfs: setup a nofs context for memory allocation at btrfs_create_tree()
     - Btrfs: setup a nofs context for memory allocation at __btrfs_set_acl
     - btrfs: scrub: fix circular locking dependency warning
     - btrfs: drop the lock on error in btrfs_dev_replace_cancel
     - btrfs: ensure that a DUP or RAID1 block group has exactly two stripes
     - btrfs: init csum_list before possible free
     - Btrfs: fix corruption reading shared and compressed extents after hole
       punching
     - Btrfs: fix deadlock between clone/dedupe and rename
     - soc: qcom: rpmh: Avoid accessing freed memory from batch API
     - libertas_tf: don't set URB_ZERO_PACKET on IN USB transfer
     - irqchip/gic-v3-its: Avoid parsing _indirect_ twice for Device table
     - irqchip/brcmstb-l2: Use _irqsave locking variants in non-interrupt code
     - x86/kprobes: Prohibit probing on optprobe template code
     - cpufreq: kryo: Release OPP tables on module removal
     - cpufreq: tegra124: add missing of_node_put()
     - cpufreq: pxa2xx: remove incorrect __init annotation
     - ext4: fix check of inode in swap_inode_boot_loader
     - ext4: cleanup pagecache before swap i_data
     - mm: hwpoison: fix thp split handing in soft_offline_in_use_page()
     - mm/vmalloc: fix size check for remap_vmalloc_range_partial()
     - mm/memory.c: do_fault: avoid usage of stale vm_area_struct
     - kernel/sysctl.c: add missing range check in do_proc_dointvec_minmax_conv
     - nvmem: core: don't check the return value of notifier chain call
     - device property: Fix the length used in PROPERTY_ENTRY_STRING()
     - intel_th: Don't reference unassigned outputs
     - parport_pc: fix find_superio io compare code, should use equal test.
     - i2c: tegra: fix maximum transfer size
     - i2c: tegra: update maximum transfer size
     - media: i2c: ov5640: Fix post-reset delay
     - gpio: pca953x: Fix dereference of irq data in shutdown
     - ext4: update quota information while swapping boot loader inode
     - ext4: add mask of ext4 flags to swap
     - ext4: fix crash during online resizing
     - dma: Introduce dma_max_mapping_size()
     - swiotlb: Introduce swiotlb_max_mapping_size()
     - swiotlb: Add is_swiotlb_active() function
     - PCI/ASPM: Use LTR if already enabled by platform
     - PCI/DPC: Fix print AER status in DPC event handling
     - PCI: qcom: Don't deassert reset GPIO during probe
     - PCI: dwc: skip MSI init if MSIs have been explicitly disabled
     - PCI: pci-bridge-emul: Create per-bridge copy of register behavior
     - PCI: pci-bridge-emul: Extend pci_bridge_emul_init() with flags
     - IB/hfi1: Close race condition on user context disable and close
     - IB/rdmavt: Fix loopback send with invalidate ordering
     - IB/rdmavt: Fix concurrency panics in QP post_send and modify to error
     - cxl: Wrap iterations over afu slices inside 'afu_list_lock'
     - ext2: Fix underflow in ext2_max_size()
     - clk: uniphier: Fix update register for CPU-gear
     - clk: clk-twl6040: Fix imprecise external abort for pdmclk
     - clk: samsung: exynos5: Fix possible NULL pointer exception on
       platform_device_alloc() failure
     - clk: samsung: exynos5: Fix kfree() of const memory on setting
       driver_override
     - clk: ingenic: Fix round_rate misbehaving with non-integer dividers
     - clk: ingenic: Fix doc of ingenic_cgu_div_info
     - usb: chipidea: tegra: Fix missed ci_hdrc_remove_device()
     - usb: typec: tps6598x: handle block writes separately with plain-I2C adapters
     - dmaengine: usb-dmac: Make DMAC system sleep callbacks explicit
     - serial: uartps: Fix stuck ISR if RX disabled with non-empty FIFO
     - serial: 8250_of: assume reg-shift of 2 for mrvl,mmp-uart
     - serial: 8250_pci: Fix number of ports for ACCES serial cards
     - serial: 8250_pci: Have ACCES cards that use the four port Pericom PI7C9X7954
       chip use the pci_pericom_setup()
     - jbd2: clear dirty flag when revoking a buffer from an older transaction
     - jbd2: fix compile warning when using JBUFFER_TRACE
     - selinux: add the missing walk_size + len check in selinux_sctp_bind_connect
     - security/selinux: fix SECURITY_LSM_NATIVE_LABELS on reused superblock
     - powerpc/32: Clear on-stack exception marker upon exception return
     - powerpc/wii: properly disable use of BATs when requested.
     - powerpc/powernv: Make opal log only readable by root
     - powerpc/83xx: Also save/restore SPRG4-7 during suspend
     - powerpc/kvm: Save and restore host AMR/IAMR/UAMOR
     - powerpc/powernv: Don't reprogram SLW image on every KVM guest entry/exit
     - powerpc/64s/hash: Fix assert_slb_presence() use of the slbfee. instruction
     - powerpc: Fix 32-bit KVM-PR lockup and host crash with MacOS guest
     - powerpc/ptrace: Simplify vr_get/set() to avoid GCC warning
     - powerpc/hugetlb: Don't do runtime allocation of 16G pages in LPAR
       configuration
     - powerpc/smp: Fix NMI IPI timeout
     - powerpc/smp: Fix NMI IPI xmon timeout
     - powerpc/traps: fix recoverability of machine check handling on book3s/32
     - powerpc/traps: Fix the message printed when stack overflows
     - ARM: s3c24xx: Fix boolean expressions in osiris_dvs_notify
     - arm64: Fix HCR.TGE status for NMI contexts
     - arm64: debug: Don't propagate UNKNOWN FAR into si_code for debug signals
     - arm64: debug: Ensure debug handlers check triggering exception level
     - arm64: KVM: Fix architecturally invalid reset value for FPEXC32_EL2
     - Revert "KVM/MMU: Flush tlb directly in the kvm_zap_gfn_range()"
     - ipmi_si: Fix crash when using hard-coded device
     - ipmi_si: fix use-after-free of resource->name
     - dm: fix to_sector() for 32bit
     - dm integrity: limit the rate of error messages
     - media: cx25840: mark pad sig_types to fix cx231xx init
     - mfd: sm501: Fix potential NULL pointer dereference
     - cpcap-charger: generate events for userspace
     - cpuidle: governor: Add new governors to cpuidle_governors again
     - NFS: Fix I/O request leakages
     - NFS: Fix an I/O request leakage in nfs_do_recoalesce
     - NFS: Don't recoalesce on error in nfs_pageio_complete_mirror()
     - nfsd: fix performance-limiting session calculation
     - nfsd: fix memory corruption caused by readdir
     - nfsd: fix wrong check in write_v4_end_grace()
     - NFSv4.1: Reinitialise sequence results before retransmitting a request
     - svcrpc: fix UDP on servers with lots of threads
     - PM / wakeup: Rework wakeup source timer cancellation
     - PM / OPP: Update performance state when freq == old_freq
     - bcache: treat stale && dirty keys as bad keys
     - bcache: use (REQ_META|REQ_PRIO) to indicate bio for metadata
     - stable-kernel-rules.rst: add link to networking patch queue
     - vt: perform safe console erase in the right order
     - x86/unwind/orc: Fix ORC unwind table alignment
     - perf intel-pt: Fix CYC timestamp calculation after OVF
     - perf tools: Fix split_kallsyms_for_kcore() for trampoline symbols
     - perf auxtrace: Define auxtrace record alignment
     - perf intel-pt: Fix overlap calculation for padding
     - perf/x86/intel/uncore: Fix client IMC events return huge result
     - perf intel-pt: Fix divide by zero when TSC is not available
     - md: Fix failed allocation of md_register_thread
     - x86/kvmclock: set offset for kvm unstable clock
     - x86/ftrace: Fix warning and considate ftrace_jmp_replace() and
       ftrace_call_replace()
     - tpm/tpm_crb: Avoid unaligned reads in crb_recv()
     - tpm: Unify the send callback behaviour
     - rcu: Do RCU GP kthread self-wakeup from softirq and interrupt
     - media: imx: prpencvf: Stop upstream before disabling IDMA channel
     - media: lgdt330x: fix lock status reporting
     - media: sun6i: Fix CSI regmap's max_register
     - media: uvcvideo: Avoid NULL pointer dereference at the end of streaming
     - media: vimc: Add vimc-streamer for stream control
     - media: imx-csi: Input connections to CSI should be optional
     - media: imx: csi: Disable CSI immediately after last EOF
     - media: imx: csi: Stop upstream before disabling IDMA channel
     - drm/fb-helper: generic: Fix drm_fbdev_client_restore()
     - drm/radeon/evergreen_cs: fix missing break in switch statement
     - drm/amd/powerplay: correct power reading on fiji
     - drm/amd/display: don't call dm_pp_ function from an fpu block
     - KVM: Call kvm_arch_memslots_updated() before updating memslots
     - KVM: VMX: Compare only a single byte for VMCS' "launched" in vCPU-run
     - KVM: VMX: Zero out all general purpose registers after VM-Exit
     - KVM: x86/mmu: Detect MMIO generation wrap in any address space
     - KVM: x86/mmu: Do not cache MMIO accesses while memslots are in flux
     - KVM: nVMX: Sign extend displacements of VMX instr's mem operands
     - KVM: nVMX: Apply addr size mask to effective address for VMX instructions
     - KVM: nVMX: Ignore limit checks on VMX instructions using flat segments
     - KVM: nVMX: Check a single byte for VMCS "launched" in nested early checks
     - net: dsa: lantiq_gswip: fix use-after-free on failed probe
     - net: dsa: lantiq_gswip: fix OF child-node lookups
     - s390/setup: fix boot crash for machine without EDAT-1
     - SUNRPC: Prevent thundering herd when the socket is not connected
     - SUNRPC: Fix up RPC back channel transmission
     - SUNRPC: Respect RPC call timeouts when retrying transmission
     - Linux 5.0.4
     - [Config] update configs for 5.0.4 stable update
 
   * New Intel Wireless-AC 9260 [8086:2526] card not correctly probed in Ubuntu
     system (LP: #1821271)
     - iwlwifi: add new card for 9260 series
 
   * [CONFIG] please enable highdpi font FONT_TER16x32 (LP: #1819881)
     - [Config]: enable highdpi Terminus 16x32 font support
 
   * [SRU][B/B-OEM/C/D] Fix AMD IOMMU NULL dereference (LP: #1820990)
     - iommu/amd: Fix NULL dereference bug in match_hid_uid
 
   * some codecs stop working after S3 (LP: #1820930)
     - ALSA: hda - Enforces runtime_resume after S3 and S4 for each codec
     - ALSA: hda - Don't trigger jackpoll_work in azx_resume
 
   * tcm_loop.ko: move from modules-extra into main modules package
     (LP: #1817786)
     - [Packaging] move tcm_loop.lo to main linux-modules package
 
   * C++ demangling support missing from perf (LP: #1396654)
     - [Packaging] fix a mistype
 
   * r8169 doesn't get woken up by ethernet cable plugging, no PME generated
     (LP: #1817676)
     - PCI: pciehp: Disable Data Link Layer State Changed event on suspend
 
   * Disco update: v5.0.3 upstream stable release (LP: #1821074)
     - connector: fix unsafe usage of ->real_parent
     - fou, fou6: avoid uninit-value in gue_err() and gue6_err()
     - gro_cells: make sure device is up in gro_cells_receive()
     - ipv4/route: fail early when inet dev is missing
     - l2tp: fix infoleak in l2tp_ip6_recvmsg()
     - lan743x: Fix RX Kernel Panic
     - lan743x: Fix TX Stall Issue
     - net: hsr: fix memory leak in hsr_dev_finalize()
     - net/hsr: fix possible crash in add_timer()
     - net: sit: fix UBSAN Undefined behaviour in check_6rd
     - net/x25: fix use-after-free in x25_device_event()
     - net/x25: reset state in x25_connect()
     - pptp: dst_release sk_dst_cache in pptp_sock_destruct
     - ravb: Decrease TxFIFO depth of Q3 and Q2 to one
     - route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a race
     - rxrpc: Fix client call queueing, waiting for channel
     - sctp: remove sched init from sctp_stream_init
     - tcp: do not report TCP_CM_INQ of 0 for closed connections
     - tcp: Don't access TCP_SKB_CB before initializing it
     - tcp: handle inet_csk_reqsk_queue_add() failures
     - vxlan: Fix GRO cells race condition between receive and link delete
     - vxlan: test dev->flags & IFF_UP before calling gro_cells_receive()
     - net/mlx4_core: Fix reset flow when in command polling mode
     - net/mlx4_core: Fix locking in SRIOV mode when switching between events and
       polling
     - net/mlx4_core: Fix qp mtt size calculation
     - net: dsa: mv88e6xxx: Set correct interface mode for CPU/DSA ports
     - vsock/virtio: fix kernel panic from virtio_transport_reset_no_sock
     - net: sched: flower: insert new filter to idr after setting its mask
     - f2fs: wait on atomic writes to count F2FS_CP_WB_DATA
     - perf/x86: Fixup typo in stub functions
     - ALSA: bebob: use more identical mod_alias for Saffire Pro 10 I/O against
       Liquid Saffire 56
     - ALSA: firewire-motu: fix construction of PCM frame for capture direction
     - ALSA: hda: Extend i915 component bind timeout
     - ALSA: hda - add more quirks for HP Z2 G4 and HP Z240
     - ALSA: hda/realtek: Enable audio jacks of ASUS UX362FA with ALC294
     - ALSA: hda/realtek - Reduce click noise on Dell Precision 5820 headphone
     - ALSA: hda/realtek: Enable headset MIC of Acer TravelMate X514-51T with
       ALC255
     - perf/x86/intel: Fix memory corruption
     - perf/x86/intel: Make dev_attr_allow_tsx_force_abort static
     - It's wrong to add len to sector_nr in raid10 reshape twice
     - drm: Block fb changes for async plane updates
     - Linux 5.0.3
 
   * Disco update: v5.0.2 upstream stable release (LP: #1820318)
     - media: uvcvideo: Fix 'type' check leading to overflow
     - Input: wacom_serial4 - add support for Wacom ArtPad II tablet
     - Input: elan_i2c - add id for touchpad found in Lenovo s21e-20
     - iscsi_ibft: Fix missing break in switch statement
     - scsi: aacraid: Fix missing break in switch statement
     - x86/PCI: Fixup RTIT_BAR of Intel Denverton Trace Hub
     - arm64: dts: zcu100-revC: Give wifi some time after power-on
     - arm64: dts: hikey: Give wifi some time after power-on
     - arm64: dts: hikey: Revert "Enable HS200 mode on eMMC"
     - ARM: dts: exynos: Fix pinctrl definition for eMMC RTSN line on Odroid X2/U3
     - ARM: dts: exynos: Add minimal clkout parameters to Exynos3250 PMU
     - ARM: dts: exynos: Fix max voltage for buck8 regulator on Odroid XU3/XU4
     - drm: disable uncached DMA optimization for ARM and arm64
     - media: Revert "media: rc: some events are dropped by userspace"
     - Revert "PCI/PME: Implement runtime PM callbacks"
     - bpf: Stop the psock parser before canceling its work
     - gfs2: Fix missed wakeups in find_insert_glock
     - staging: erofs: keep corrupted fs from crashing kernel in erofs_namei()
     - staging: erofs: compressed_pages should not be accessed again after freed
     - scripts/gdb: replace flags (MS_xyz -> SB_xyz)
     - ath9k: Avoid OF no-EEPROM quirks without qca,no-eeprom
     - perf/x86/intel: Make cpuc allocations consistent
     - perf/x86/intel: Generalize dynamic constraint creation
     - x86: Add TSX Force Abort CPUID/MSR
     - perf/x86/intel: Implement support for TSX Force Abort
     - Linux 5.0.2
 
   * Linux security module stacking support
     - LSM: Introduce LSM_FLAG_LEGACY_MAJOR
     - LSM: Provide separate ordered initialization
     - LSM: Plumb visibility into optional "enabled" state
     - LSM: Lift LSM selection out of individual LSMs
     - LSM: Build ordered list of LSMs to initialize
     - LSM: Introduce CONFIG_LSM
     - LSM: Introduce "lsm=" for boottime LSM selection
     - LSM: Tie enabling logic to presence in ordered list
     - LSM: Prepare for reorganizing "security=" logic
     - LSM: Refactor "security=" in terms of enable/disable
     - LSM: Separate idea of "major" LSM from "exclusive" LSM
     - apparmor: Remove SECURITY_APPARMOR_BOOTPARAM_VALUE
     - selinux: Remove SECURITY_SELINUX_BOOTPARAM_VALUE
     - LSM: Add all exclusive LSMs to ordered initialization
     - LSM: Split LSM preparation from initialization
     - LoadPin: Initialize as ordered LSM
     - Yama: Initialize as ordered LSM
     - LSM: Introduce enum lsm_order
     - capability: Initialize as LSM_ORDER_FIRST
     - procfs: add smack subdir to attrs
     - Smack: Abstract use of cred security blob
     - SELinux: Abstract use of cred security blob
     - SELinux: Remove cred security blob poisoning
     - SELinux: Remove unused selinux_is_enabled
     - AppArmor: Abstract use of cred security blob
     - TOMOYO: Abstract use of cred security blob
     - Infrastructure management of the cred security blob
     - SELinux: Abstract use of file security blob
     - Smack: Abstract use of file security blob
     - LSM: Infrastructure management of the file security
     - SELinux: Abstract use of inode security blob
     - Smack: Abstract use of inode security blob
     - LSM: Infrastructure management of the inode security
     - LSM: Infrastructure management of the task security
     - SELinux: Abstract use of ipc security blobs
     - Smack: Abstract use of ipc security blobs
     - LSM: Infrastructure management of the ipc security blob
     - TOMOYO: Update LSM flags to no longer be exclusive
     - LSM: generalize flag passing to security_capable
     - LSM: Make lsm_early_cred() and lsm_early_task() local functions.
     - LSM: Make some functions static
     - apparmor: Adjust offset when accessing task blob.
     - LSM: Ignore "security=" when "lsm=" is specified
     - LSM: Update list of SECURITYFS users in Kconfig
     - apparmor: delete the dentry in aafs_remove() to avoid a leak
     - apparmor: fix double free when unpack of secmark rules fails
     - SAUCE: LSM: Infrastructure management of the sock security
     - SAUCE: LSM: Limit calls to certain module hooks
     - SAUCE: LSM: Special handling for secctx lsm hooks
     - SAUCE: LSM: Specify which LSM to display with /proc/self/attr/display
     - SAUCE: Fix-up af_unix mediation for sock infrastructure management
     - SAUCE: Revert "apparmor: Fix warning about unused function
       apparmor_ipv6_postroute"
     - SAUCE: Revert "apparmor: fix checkpatch error in Parse secmark policy"
     - SAUCE: Revert "apparmor: add #ifdef checks for secmark filtering"
     - SAUCE: Revert "apparmor: Allow filtering based on secmark policy"
     - SAUCE: Revert "apparmor: Parse secmark policy"
     - SAUCE: Revert "apparmor: Add a wildcard secid"
     - SAUCE: Revert "apparmor: fix bad debug check in apparmor_secid_to_secctx()"
     - SAUCE: Revert "apparmor: fixup secid map conversion to using IDR"
     - SAUCE: Revert "apparmor: Use an IDR to allocate apparmor secids"
     - SAUCE: Revert "apparmor: Fix memory leak of rule on error exit path"
     - SAUCE: Revert "apparmor: modify audit rule support to support profile
       stacks"
     - SAUCE: Revert "apparmor: Add support for audit rule filtering"
     - SAUCE: Revert "apparmor: add the ability to get a task's secid"
     - SAUCE: Revert "apparmor: add support for mapping secids and using secctxes"
     - SAUCE: apparmor: add proc subdir to attrs
     - SAUCE: apparmor: add an apparmorfs entry to access current attrs
     - SAUCE: apparmor: update flags to no longer be exclusive
     - SAUCE: update configs and annotations for LSM stacking
 
   * Miscellaneous Ubuntu changes
     - [Config] CONFIG_EARLY_PRINTK_USB_XDBC=y
     - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the
       kernel is locked down
     - [Config] CONFIG_RANDOM_TRUST_CPU=y
     - [Config] refresh annotations for recent config changes
     - ubuntu: vbox -- update to 6.0.4-dfsg-7
     - Revert "UBUNTU: SAUCE: i2c:amd I2C Driver based on PCI Interface for
       upcoming platform"

linux (5.0.0-8.9) disco; urgency=medium

   * linux: 5.0.0-8.9 -proposed tracker (LP: #1819759)
 
   * hisi_sas: add debugfs support (LP: #1819500)
     - scsi: hisi_sas: Create root and device debugfs directories
     - scsi: hisi_sas: Alloc debugfs snapshot buffer memory for all registers
     - scsi: hisi_sas: Take debugfs snapshot for all regs
     - scsi: hisi_sas: Debugfs global register create file and add file operations
     - scsi: hisi_sas: Add debugfs for port registers
     - scsi: hisi_sas: Add debugfs CQ file and add file operations
     - scsi: hisi_sas: Add debugfs DQ file and add file operations
     - scsi: hisi_sas: Add debugfs IOST file and add file operations
     - scsi: hisi_sas: No need to check return value of debugfs_create functions
     - scsi: hisi_sas: Fix type casting and missing static qualifier in debugfs
       code
     - scsi: hisi_sas: Add debugfs ITCT file and add file operations
 
   * [disco] hns driver updates from 5.1 merge window (LP: #1819535)
     - net: hns: Use struct_size() in devm_kzalloc()
     - net: hns3: modify enet reinitialization interface
     - net: hns3: remove unused member in struct hns3_enet_ring
     - net: hns3: remove unnecessary hns3_adjust_tqps_num
     - net: hns3: reuse reinitialization interface in the hns3_set_channels
     - net: hns3: add interface hclge_tm_bp_setup
     - net: hns3: modify parameter checks in the hns3_set_channels
     - net: hns3: remove redundant codes in hclge_knic_setup
     - net: hns3: fix user configuration loss for ethtool -L
     - net: hns3: adjust the use of alloc_tqps and num_tqps
     - net: hns3: fix wrong combined count returned by ethtool -l
     - net: hns3: do reinitialization while ETS configuration changed
     - net: hns3: add HNAE3_RESTORE_CLIENT interface in enet module
     - net: hns3: add calling roce callback function when link status change
     - net: hns3: add rx multicast packets statistic
     - net: hns3: refactor the statistics updating for netdev
     - net: hns3: fix rss configuration lost problem when setting channel
     - net: hns3: fix for shaper not setting when TC num changes
     - net: hns3: fix bug of ethtool_ops.get_channels for VF
     - net: hns3: clear param in ring when free ring
     - net: hns3: Change fw error code NOT_EXEC to NOT_SUPPORTED
     - net: hns3: do not return GE PFC setting err when initializing
     - net: hns3: add ETS TC weight setting in SSU module
     - net: hns3: add statistics for PFC frames and MAC control frames
     - net: hns3: fix PFC not setting problem for DCB module
     - net: hns3: don't update packet statistics for packets dropped by hardware
     - net: hns3: clear pci private data when unload hns3 driver
     - net: hns3: add error handling in hclge_ieee_setets
     - net: hns3: fix return value handle issue for hclge_set_loopback()
     - net: hns3: fix broadcast promisc issue for revision 0x20
     - net: hns3: After setting the loopback, add the status of getting MAC
     - net: hns3: do reinitialization while mqprio configuration changed
     - net: hns3: remove dcb_ops->map_update in hclge_dcb
     - net: hns3: call hns3_nic_set_real_num_queue with netdev down
     - net: hns3: add 8 BD limit for tx flow
     - net: hns3: add initialization for nic state
     - net: hns3: don't allow vf to enable promisc mode
     - net: hns3: reuse the definition of l3 and l4 header info union
     - net: hns3: fix VF dump register issue
     - net: hns3: use the correct interface to stop|open port
     - net: hns3: change hnae3_register_ae_dev() to int
     - net: hns3: only support tc 0 for VF
     - net: hns3: Fix NULL deref when unloading driver
     - net: hns3: fix netif_napi_del() not do problem when unloading
     - net: hns3: fix for rss result nonuniform
     - net: hns3: fix improper error handling in the hclge_init_ae_dev()
     - net: hns3: fix an issue for hclgevf_ae_get_hdev
     - net: hns3: stop sending keep alive msg to PF when VF is resetting
     - net: hns3: keep flow director state unchanged when reset
     - net: hns3: Check for allocation failure
     - net: hns3: fix a code style issue for hns3_update_new_int_gl()
     - net: hns3: fix an issue for hns3_update_new_int_gl
     - net: hns3: Modify parameter type from int to bool in set_gro_en
     - net: hns3: code optimization for hclge_rx_buffer_calc
     - net: hns3: add hclge_cmd_check_retval() to parse comman's return value
     - net: hns3: move some set_bit statement into hclge_prepare_mac_addr
     - net: hns3: fix a wrong checking in the hclge_tx_buffer_calc()
     - net: hns3: fix the problem that the supported port is empty
     - net: hns3: optimize the maximum TC macro
     - net: hns3: don't allow user to change vlan filter state
     - net: hns3: modify the upper limit judgment condition
     - net: hns3: MAC table entry count function increases operation 0 value
       protection measures
     - net: hns3: make function hclge_set_all_vf_rst() static
     - net: hns3: add pointer checking at the beginning of the exported functions.
     - net: hns3: Check variable is valid before assigning it to another
     - net: hns3: convert mac advertize and supported from u32 to link mode
     - net: hns3: fix port info query issue for copper port
     - net: hns3: modify print message of ssu common ecc errors
     - net: hns3: some bugfix of ppu(rcb) ras errors
     - net: hns3: enable 8~11th bit of mac common msi-x error
     - net: hns3: fix 6th bit of ppp mpf abnormal errors
     - net: hns3: Record VF unicast and multicast tables
     - net: hns3: Record VF vlan tables
     - net: hns3: uninitialize command queue while unloading PF driver
     - net: hns3: clear command queue's registers when unloading VF driver
     - net: hns3: add xps setting support for hns3 driver
     - net: hns3: avoid mult + div op in critical data path
     - net: hns3: limit some variable scope in critical data path
     - net: hns3: remove some ops in struct hns3_nic_ops
     - net: hns3: add unlikely for error handling in data path
     - net: hns3: replace hnae3_set_bit and hnae3_set_field in data path
     - net: hns3: remove hnae3_get_bit in data path
     - net: hns3: add support to config depth for tx|rx ring separately
     - net: hns3: enable VF VLAN filter for each VF when initializing
     - net: hns3: fix get VF RSS issue
     - net: hns3: fix setting of the hns reset_type for rdma hw errors
     - net: hns3: fix improper error handling for hns3_client_start
     - net: hns: use struct_size() in devm_kzalloc()
     - net: hns3: Fix a logical vs bitwise typo
     - net: hns3: add dma_rmb() for rx description
     - net: hns3: fix to stop multiple HNS reset due to the AER changes
 
   * Build Nvidia drivers in conjunction with kernel (LP: #1764792)
     - [Packaging] dkms-build -- support building against packages in PPAs
     - [Packaging] dkms-build: do not redownload files on subsequent passes
     - [Packaging] dkms-build -- elide partial Built-Using information
     - [Packaging] dkms-build -- remove retpoline data from final binary packages
     - [Packaging] dkms-build--nvidia* -- check gcc version against primary build
     - [Packaging] dkms-build -- add support for unversioned overrides
     - [Packaging] dkms-build--nvidia-* -- convert to generic -N form
     - [Packaging] fix-filenames -- handle exact string removal
     - [Packaging] dkms-build--nvidia-N -- remove GCC versions
 
   * Disco update: v5.0.1 upstream stable release (LP: #1819515)
     - cpufreq: Use struct kobj_attribute instead of struct global_attr
     - staging: erofs: fix mis-acted TAIL merging behavior
     - binder: create node flag to request sender's security context
     - USB: serial: option: add Telit ME910 ECM composition
     - USB: serial: cp210x: add ID for Ingenico 3070
     - USB: serial: ftdi_sio: add ID for Hjelmslund Electronics USB485
     - driver core: Postpone DMA tear-down until after devres release
     - staging: erofs: fix fast symlink w/o xattr when fs xattr is on
     - staging: erofs: fix memleak of inode's shared xattr array
     - staging: erofs: fix race of initializing xattrs of a inode at the same time
     - staging: erofs: fix illegal address access under memory pressure
     - staging: comedi: ni_660x: fix missing break in switch statement
     - staging: wilc1000: fix to set correct value for 'vif_num'
     - staging: android: ion: fix sys heap pool's gfp_flags
     - staging: android: ashmem: Don't call fallocate() with ashmem_mutex held.
     - staging: android: ashmem: Avoid range_alloc() allocation with ashmem_mutex
       held.
     - ip6mr: Do not call __IP6_INC_STATS() from preemptible context
     - net: dsa: mv88e6xxx: add call to mv88e6xxx_ports_cmode_init to probe for new
       DSA framework
     - net: dsa: mv88e6xxx: handle unknown duplex modes gracefully in
       mv88e6xxx_port_set_duplex
     - net: dsa: mv8e6xxx: fix number of internal PHYs for 88E6x90 family
     - net: mscc: Enable all ports in QSGMII
     - net: sched: put back q.qlen into a single location
     - net-sysfs: Fix mem leak in netdev_register_kobject
     - qmi_wwan: Add support for Quectel EG12/EM12
     - sctp: call iov_iter_revert() after sending ABORT
     - team: Free BPF filter when unregistering netdev
     - tipc: fix RDM/DGRAM connect() regression
     - x86/CPU/AMD: Set the CPB bit unconditionally on F17h
     - x86/boot/compressed/64: Do not read legacy ROM on EFI system
     - tracing: Fix event filters and triggers to handle negative numbers
     - xhci: tegra: Prevent error pointer dereference
     - usb: xhci: Fix for Enabling USB ROLE SWITCH QUIRK on
       INTEL_SUNRISEPOINT_LP_XHCI
     - applicom: Fix potential Spectre v1 vulnerabilities
     - alpha: wire up io_pgetevents system call
     - MIPS: irq: Allocate accurate order pages for irq stack
     - aio: Fix locking in aio_poll()
     - xtensa: fix get_wchan
     - gnss: sirf: fix premature wakeup interrupt enable
     - USB: serial: cp210x: fix GPIO in autosuspend
     - Revert "selftests: firmware: add CONFIG_FW_LOADER_USER_HELPER_FALLBACK to
       config"
     - Revert "selftests: firmware: remove use of non-standard diff -Z option"
     - selftests: firmware: fix verify_reqs() return value
     - Bluetooth: btrtl: Restore old logic to assume firmware is already loaded
     - Bluetooth: Fix locking in bt_accept_enqueue() for BH context
     - Linux 5.0.1
 
   * sky2 ethernet card doesn't work after returning from suspend
     (LP: #1807259) // sky2 ethernet card link not up after suspend
     (LP: #1809843) // Disco update: v5.0.1 upstream stable release
     (LP: #1819515)
     - sky2: Disable MSI on Dell Inspiron 1545 and Gateway P-79
 
   * tls selftest failures/hangs on i386 (LP: #1813607)
     - [Config] CONFIG_TLS=n for i386
 
   * CVE-2019-8980
     - exec: Fix mem leak in kernel_read_file
 
   * Miscellaneous Ubuntu changes
     - SAUCE: selftests: net: Use 'ipproto ipv6-icmp' to match ICMPv6 headers
     - [Config] enable nvidia build
     - [Config] update gcc version to 8.3
 
   * Miscellaneous upstream changes
     - Revert "UBUNTU: SAUCE: selftests: pmtu: disable accept_dad for tests"

linux (5.0.0-7.8) disco; urgency=medium

   * linux: 5.0.0-7.8 -proposed tracker (LP: #1818519)
 
   * Packaging resync (LP: #1786013)
     - [Packaging] update helper scripts
 
   * unnecessary request_queue freeze (LP: #1815733)
     - block: avoid setting nr_requests to current value
     - block: avoid setting none scheduler if it's already none
 
   * Miscellaneous Ubuntu changes
     - SAUCE: selftests: net: Don't fail test_vxlan_under_vrf on xfail
     - update dkms package versions
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.0

linux (5.0.0-6.7) disco; urgency=medium

   * linux: 5.0.0-6.7 -proposed tracker (LP: #1817585)
 
   * Packaging resync (LP: #1786013)
     - [Packaging] update helper scripts
     - [Packaging] resync getabis
 
   * installer does not support iSCSI iBFT (LP: #1817321)
     - d-i: add iscsi_ibft to scsi-modules
 
   * Silent "Unknown key" message when pressing keyboard backlight hotkey
     (LP: #1817063)
     - platform/x86: dell-wmi: Ignore new keyboard backlight change event
 
   * Fix I219 doesn't get woken up after plugging ethernet cable (LP: #1817058)
     - e1000e: Disable runtime PM on CNP+
 
   * efi/arm/arm64: Allow SetVirtualAddressMap() to be omitted (LP: #1814982)
     - efi/arm/arm64: Allow SetVirtualAddressMap() to be omitted
 
   * CVE-2019-3460
     - Bluetooth: Check L2CAP option sizes returned from l2cap_get_conf_opt
 
   * CVE-2019-3459
     - Bluetooth: Verify that l2cap_get_conf_opt provides large enough buffer
 
   * kernel net tls selftest fails on 5.0 (LP: #1816716)
     - SAUCE: Revert "selftests/tls: Add test for recv(PEEK) spanning across
       multiple records"
 
   * Please enable CONFIG_DMA_CMA=y on arm64 (LP: #1803206)
     - [Config] annotations -- enforce CONFIG_DMA_CMA and update notes
 
   * [19.04 FEAT] [LS1801] PCI Virtual function enablement (LP: #1814684)
     - s390/pci: map IOV resources
     - s390/pci: improve bar check
 
   * glibc 2.28-0ubuntu1 ADT test failure with linux 5.0.0-1.2 (LP: #1813060)
     - SAUCE: prevent a glibc test failure when looking for obsolete types on
       headers
 
   * Miscellaneous Ubuntu changes
     - [Config] Enforce CONFIG_ZCRYPT_MULTIDEVNODES in annotations
     - SAUCE: selftests: pmtu: disable accept_dad for tests
     - SAUCE: arm64: add kernel config option to lock down when in Secure Boot mode
     - SAUCE: selftests: net: Make test for VXLAN underlay in non-default VRF an
       expected failure
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.0-rc8

linux (5.0.0-5.6) disco; urgency=medium

   * [ALSA] [PATCH] System76 darp5 and oryp5 fixups (LP: #1815831)
     - ALSA: hda/realtek - Headset microphone and internal speaker support for
       System76 oryp5
 
   * Miscellaneous Ubuntu changes
     - [Config] Fix aufs menus in annotations file
     - [Config] CONFIG_SAMPLE_TRACE_PRINTK=m
     - [Config] Update annotations based on configs
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.0-rc7

linux (5.0.0-4.5) disco; urgency=medium

   * linux-buildinfo: pull out ABI information into its own package
     (LP: #1806380)
     - [Packaging] autoreconstruct -- base tag is always primary mainline version
 
   * [Packaging] Allow overlay of config annotations (LP: #1752072)
     - [Packaging] config-check: Add an include directive
 
   * Miscellaneous Ubuntu changes
     - hio -- stub out BIOVEC_PHYS_MERGEABLE for 4.20+
     - hio -- replace use of do_gettimeofday()
     - hio -- part_round_stats() removed in 5.0
     - hio -- device_add_disk() grew a 'groups' argument in 4.20
     - enable hio build
     - Revert "UBUNTU: [Packaging] autoreconstruct -- base tag is always primary
       mainline version"
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.0-rc6

linux (5.0.0-3.4) disco; urgency=medium

   * CONFIG_TEST_BPF is disabled (LP: #1813955)
     - [Config]: Reenable TEST_BPF
 
   * Ignore "incomplete report" from Elan touchpanels (LP: #1813733)
     - HID: i2c-hid: Ignore input report if there's no data present on Elan
       touchpanels
 
   * SecureBoot support for arm64 (LP: #1804481)
     - Build signed kernels for arm64
 
   * Miscellaneous Ubuntu changes
     - SAUCE: selftests: net: fix "from" match test in fib_rule_tests.sh
     - [Config] CONFIG_PCMCIA=n for arm64 and s390x
     - [Config] CONFIG_SERIAL_SC16IS7XX=n for s390x
     - [Config] disable I2C TPM drivers for s390x
     - [Config] CONFIG_RAPIDIO=n for s390x
     - [Config] CONFIG_DMADEVICES=n for s390x
     - [Config] disable gpio drivers for s390x
     - [Config] CONFIG_SENSORS_OCC_P8_I2C=m for ppc64el
     - [Config] disable I2C hardware drivers for s390x
     - [Config] CONFIG_I3C=n for s390x
     - [Config] CONFIG_SERIO=n for s390x
     - [Config] disable misc drivers for s390x
     - [Config] disable EEPROM drivers for s390x
     - [Config] disable MFD drivers for s390x
     - [Config] CONFIG_NVMEM=n for s390x
     - [Config] CONFIG_MLXSW_I2C=n for s390x
     - [Config] CONFIG_NET_VENDOR_MICROCHIP=n for s390x
     - [Config] CONFIG_PPP=n for s390x
     - [Config] CONFIG_PCCARD=n for s390x
     - [Config] CONFIG_PCI_MESON=y
     - [Config] CONFIG_SCSI_MYRB=n for s390x
     - [Config] CONFIG_REGULATOR=n for s390x
     - [Config] CONFIG_ZIIRAVE_WATCHDOG=n for s390x
     - [Config] CONFIG_NCSI_OEM_CMD_GET_MAC=y
     - [Config] update annotations following config review
     - [Packaging] remove handoff check for uefi signing
     - [Packaging] decompress gzipped efi images in signing tarball
     - vbox-update: allow leading whitespace when fixing up KERN_DIR
     - ubuntu: vbox -- update to 6.0.4-dfsg-3
     - vbox: remove remount check in sf_read_super_aux()
     - enable vbox build
     - [Config] CONFIG_ANDROID_BINDER_DEVICES=""
     - SAUCE: import aufs driver
     - [Config]: Enable aufs
     - [Config] relocate aufs annotations to menu
     - [Config] remove unmatched configs from annotations
     - [Config] fix up abi for removed modules
     - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
     - SAUCE: (efi-lockdown) module: remove support for having IMA validate modules
     - SAUCE: (efi-lockdown) Move EFI signature blob parser to shared location
     - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot
     - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed
     - [Config] (efi-lockdown) enable importing of efi certificates for module sig
       verification
 
   * Miscellaneous upstream changes
     - binder: fix CONFIG_ANDROID_BINDER_DEVICES
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.0-rc5

linux (5.0.0-2.3) disco; urgency=medium

   * kernel oops in bcache module (LP: #1793901)
     - SAUCE: bcache: never writeback a discard operation
 
   * Enable sound card power saving by default (LP: #1804265)
     - [Config] CONFIG_SND_HDA_POWER_SAVE_DEFAULT=1
 
   * Miscellaneous Ubuntu changes
     - Revert "UBUNTU: SAUCE: selftests: disable some failing networking tests"
     - SAUCE: ashmem: turn into module
     - SAUCE: binder: turn into module
     - SAUCE: binder: give binder_alloc its own debug mask file
     - [Config] enable binder and ashmem as modules
     - SAUCE: selftests: net: replace AF_MAX with INT_MAX in socket.c
     - SAUCE: selftests/ftrace: Fix tab expansion in trace_marker snapshot trigger
       test
     - update dkms package versions
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.0-rc4

linux (5.0.0-1.2) disco; urgency=medium

   * Fix non-working QCA Rome Bluetooth after S3 (LP: #1812812)
     - USB: Add new USB LPM helpers
     - USB: Consolidate LPM checks to avoid enabling LPM twice
 
   * bluetooth controller not detected with 4.15 kernel (LP: #1810797)
     - SAUCE: btqcomsmd: introduce BT_QCOMSMD_HACK
     - [Config] arm64: snapdragon: BT_QCOMSMD_HACK=y
 
   * [19.04 FEAT| Enable virtio-gpu for s390x (LP: #1799467)
     - [Config] enable virtio-gpu for s390x
 
   * Crash on "ip link add foo type ipip" (LP: #1811803)
     - SAUCE: fan: Fix NULL pointer dereference
 
   * Fix not working Goodix touchpad (LP: #1811929)
     - HID: i2c-hid: Disable runtime PM on Goodix touchpad
 
   * Miscellaneous Ubuntu changes
     - update dkms package versions
     - enable zfs build
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.0-rc3

linux (5.0.0-0.1) disco; urgency=medium

   * Build Nvidia drivers in conjunction with kernel (LP: #1764792)
     - [Packaging] dkms -- add per package post-process step
     - [Packaging] dkms -- switch to a consistent build prefix length and strip
     - [Packaging] nvidia -- build and sign nvidia packages and ship signatures
     - [Packaging] nvidia -- make nvidia package version explicit
 
   * Add support for ALC3277 codec on new Dell edge gateways (LP: #1807334)
     - [Config] CONFIG_SND_SOC_INTEL_KBL_RT5660_MACH=m
 
   * RTL8822BE WiFi Disabled in Kernel 4.18.0-12 (LP: #1806472)
     - [Config] CONFIG_RTLWIFI_DEBUG_ST=n
 
   * Miscellaneous Ubuntu changes
     - ubuntu -- disable vbox build
     - ubuntu -- disable hio build
     - Disable zfs build
     - SAUCE: import aufs driver
     - update dkms package versions
     - [Config] disable aufs config options
     - [Config] disable nvidia build
     - update dropped.txt
     - [Packaging] disable nvidia dkms builds for mainline
     - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
       kernel image
     - SAUCE: (efi-lockdown) Add a SysRq option to lift kernel lockdown
     - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is
       locked down
     - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked
       down
     - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
     - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
     - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
       down
     - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
       locked down
     - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked
       down
     - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
       locked down
     - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
       has been locked down
     - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
       locked down
     - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
       locked down
     - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
       down
     - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
     - SAUCE: (efi-lockdown) Lock down module params that specify hardware
       parameters (eg. ioport)
     - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module
     - SAUCE: (efi-lockdown) Lock down /proc/kcore
     - SAUCE: (efi-lockdown) Lock down kprobes
     - SAUCE: (efi-lockdown) Lock down perf
     - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked
       down
     - SAUCE: (efi-lockdown) debugfs: avoid EPERM when no open file operation
       defined
     - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to
       secondary keyring
     - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists
       that aren't present.
     - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework
       efi_status_to_err().
     - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print
       error messages.
     - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
       reboot
     - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure
       boot mode
     - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
       mode
     - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
     - [Config] set config options for efi lockdown
     - Revert "UBUNTU: SAUCE: import aufs driver"
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v5.0-rc2

linux (5.0.0-0.0) disco; urgency=medium

   * Dummy entry.

linux (4.20.0-2.3) disco; urgency=medium

   [ Upstream Kernel Changes ]
 
   * Rebase to v4.20

2018

linux (4.20.0-1.2) disco; urgency=medium

   * Packaging resync (LP: #1786013)
     - [Packaging] update helper scripts
 
   * Power leakage at S5 with Qualcomm Atheros QCA9377 802.11ac Wireless Network
     Adapter (LP: #1805607)
     - SAUCE: ath10k: provide reset function for QCA9377 chip
 
   * zfs/spl build in conjunction with the kernel from DKMS source (LP: #1807378)
     - [Packaging] dkms -- dkms package build packaging support
     - [Packaging] dkms -- save build objects artifacts for validation
     - [Packaging] dkms -- add general Built-Using: support
     - [Packaging] simplify Provides comma handling
     - [Packaging] zfs/spl -- remove packaging support for incorporated source
     - [Packaging] zfs/spl -- remove incorporated source
     - [Packaging] zfs/spl -- build via dkms
     - [Packaging] zfs/spl -- make zfs package version explicit
     - [Packaging] update-version-dkms -- sync archive versions to package
 
   * Miscellaneous Ubuntu changes
     - [Packaging] update-version-dkms -- fix getting distrbution from changelog
     - update dkms package versions
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v4.20-rc6

linux (4.20.0-0.1) disco; urgency=medium

   * Overlayfs in user namespace leaks directory content of inaccessible
     directories (LP: #1793458) // CVE-2018-6559
     - Revert "ovl: relax permission checking on underlying layers"
     - SAUCE: overlayfs: ensure mounter privileges when reading directories
 
   * Miscellaneous Ubuntu changes
     - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
       kernel image
     - SAUCE: (efi-lockdown) Add a SysRq option to lift kernel lockdown
     - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
     - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is
       locked down
     - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked
       down
     - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
     - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
     - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
       down
     - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
       locked down
     - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked
       down
     - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
       locked down
     - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
       has been locked down
     - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
       locked down
     - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
       locked down
     - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
       down
     - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
     - SAUCE: (efi-lockdown) Lock down module params that specify hardware
       parameters (eg. ioport)
     - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module
     - SAUCE: (efi-lockdown) Lock down /proc/kcore
     - SAUCE: (efi-lockdown) Lock down kprobes
     - SAUCE: (efi-lockdown) Lock down perf
     - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked
       down
     - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to
       secondary keyring
     - SAUCE: (efi-lockdown) efi: Add EFI signature data types
     - SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser
     - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot
     - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed
     - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists
       that aren't present.
     - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework
       efi_status_to_err().
     - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print
       error messages.
     - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
       reboot
     - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure
       boot mode
     - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
       mode
     - SAUCE: (efi-lockdown) Fix for module sig verification
     - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
     - SAUCE: Import aufs driver
     - ubuntu: vbox -- update to 5.2.22-dfsg-2
     - ubuntu -- disable vbox build
     - ubuntu -- disable hio build
     - Disable zfs build
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v4.20-rc5

linux (4.20.0-0.0) disco; urgency=medium

   * Dummy entry.

linux (4.19.0-8.9) disco; urgency=medium

   * linux: 4.19.0-8.9 -proposed tracker (LP: #1806952)
 
   * Workaround CSS timeout on AMD SNPS 3.0 xHC (LP: #1806838)
     - xhci: workaround CSS timeout on AMD SNPS 3.0 xHC
 
   * Fix Intel I210 doesn't work when ethernet cable gets plugged (LP: #1806818)
     - igb: Fix an issue that PME is not enabled during runtime suspend
 
   * The line-out on the Dell Dock station can't work (LP: #1806532)
     - ALSA: usb-audio: Add vendor and product name for Dell WD19 Dock
 
   * CVE-2018-19407
     - KVM: X86: Fix scan ioapic use-before-initialization
 
   * PC SN720 NVMe WDC 256GB consumes more power in S2Idle than during long idle
     (LP: #1805775)
     - SAUCE: pci/nvme: prevent WDC PC SN720 NVMe from entering D3 and being
       disabled
 
   * Disco update: 4.19.6 upstream stable release (LP: #1806909)
     - HID: steam: remove input device when a hid client is running.
     - efi/libstub: arm: support building with clang
     - usb: core: Fix hub port connection events lost
     - usb: dwc3: gadget: fix ISOC TRB type on unaligned transfers
     - usb: dwc3: gadget: Properly check last unaligned/zero chain TRB
     - usb: dwc3: core: Clean up ULPI device
     - usb: dwc3: Fix NULL pointer exception in dwc3_pci_remove()
     - xhci: Fix leaking USB3 shared_hcd at xhci removal
     - xhci: handle port status events for removed USB3 hcd
     - xhci: Add check for invalid byte size error when UAS devices are connected.
     - usb: xhci: fix uninitialized completion when USB3 port got wrong status
     - usb: xhci: fix timeout for transition from RExit to U0
     - xhci: Add quirk to workaround the errata seen on Cavium Thunder-X2 Soc
     - usb: xhci: Prevent bus suspend if a port connect change or polling state is
       detected
     - ALSA: oss: Use kvzalloc() for local buffer allocations
     - MAINTAINERS: Add Sasha as a stable branch maintainer
     - Documentation/security-bugs: Clarify treatment of embargoed information
     - Documentation/security-bugs: Postpone fix publication in exceptional cases
     - mmc: sdhci-pci: Try "cd" for card-detect lookup before using NULL
     - mmc: sdhci-pci: Workaround GLK firmware failing to restore the tuning value
     - gpio: don't free unallocated ida on gpiochip_add_data_with_key() error path
     - iwlwifi: fix wrong WGDS_WIFI_DATA_SIZE
     - iwlwifi: mvm: support sta_statistics() even on older firmware
     - iwlwifi: mvm: fix regulatory domain update when the firmware starts
     - iwlwifi: mvm: don't use SAR Geo if basic SAR is not used
     - brcmfmac: fix reporting support for 160 MHz channels
     - opp: ti-opp-supply: Dynamically update u_volt_min
     - opp: ti-opp-supply: Correct the supply in _get_optimal_vdd_voltage call
     - tools/power/cpupower: fix compilation with STATIC=true
     - v9fs_dir_readdir: fix double-free on p9stat_read error
     - selinux: Add __GFP_NOWARN to allocation at str_read()
     - Input: synaptics - avoid using uninitialized variable when probing
     - bfs: add sanity check at bfs_fill_super()
     - sctp: clear the transport of some out_chunk_list chunks in
       sctp_assoc_rm_peer
     - gfs2: Don't leave s_fs_info pointing to freed memory in init_sbd
     - llc: do not use sk_eat_skb()
     - mm: don't warn about large allocations for slab
     - mm/memory.c: recheck page table entry with page table lock held
     - tcp: do not release socket ownership in tcp_close()
     - drm/fb-helper: Blacklist writeback when adding connectors to fbdev
     - drm/amdgpu: Add missing firmware entry for HAINAN
     - drm/vc4: Set ->legacy_cursor_update to false when doing non-async updates
     - drm/amdgpu: Fix oops when pp_funcs->switch_power_profile is unset
     - drm/i915: Disable LP3 watermarks on all SNB machines
     - drm/ast: change resolution may cause screen blurred
     - drm/ast: fixed cursor may disappear sometimes
     - drm/ast: Remove existing framebuffers before loading driver
     - can: flexcan: Unlock the MB unconditionally
     - can: dev: can_get_echo_skb(): factor out non sending code to
       __can_get_echo_skb()
     - can: dev: __can_get_echo_skb(): replace struct can_frame by canfd_frame to
       access frame length
     - can: dev: __can_get_echo_skb(): Don't crash the kernel if can_priv::echo_skb
       is accessed out of bounds
     - can: dev: __can_get_echo_skb(): print error message, if trying to echo non
       existing skb
     - can: rx-offload: introduce can_rx_offload_get_echo_skb() and
       can_rx_offload_queue_sorted() functions
     - can: rx-offload: rename can_rx_offload_irq_queue_err_skb() to
       can_rx_offload_queue_tail()
     - can: flexcan: use can_rx_offload_queue_sorted() for flexcan_irq_bus_*()
     - can: flexcan: handle tx-complete CAN frames via rx-offload infrastructure
     - can: raw: check for CAN FD capable netdev in raw_sendmsg()
     - can: hi311x: Use level-triggered interrupt
     - can: flexcan: Always use last mailbox for TX
     - can: flexcan: remove not needed struct flexcan_priv::tx_mb and struct
       flexcan_priv::tx_mb_idx
     - ACPICA: AML interpreter: add region addresses in global list during
       initialization
     - IB/hfi1: Eliminate races in the SDMA send error path
     - fsnotify: generalize handling of extra event flags
     - fanotify: fix handling of events on child sub-directory
     - pinctrl: meson: fix pinconf bias disable
     - pinctrl: meson: fix gxbb ao pull register bits
     - pinctrl: meson: fix gxl ao pull register bits
     - pinctrl: meson: fix meson8 ao pull register bits
     - pinctrl: meson: fix meson8b ao pull register bits
     - tools/testing/nvdimm: Fix the array size for dimm devices.
     - scsi: lpfc: fix remoteport access
     - scsi: hisi_sas: Remove set but not used variable 'dq_list'
     - KVM: PPC: Move and undef TRACE_INCLUDE_PATH/FILE
     - cpufreq: imx6q: add return value check for voltage scale
     - rtc: cmos: Do not export alarm rtc_ops when we do not support alarms
     - rtc: pcf2127: fix a kmemleak caused in pcf2127_i2c_gather_write
     - crypto: simd - correctly take reqsize of wrapped skcipher into account
     - floppy: fix race condition in __floppy_read_block_0()
     - powerpc/io: Fix the IO workarounds code to work with Radix
     - sched/fair: Fix cpu_util_wake() for 'execl' type workloads
     - perf/x86/intel/uncore: Add more IMC PCI IDs for KabyLake and CoffeeLake CPUs
     - block: copy ioprio in __bio_clone_fast() and bounce
     - SUNRPC: Fix a bogus get/put in generic_key_to_expire()
     - riscv: add missing vdso_install target
     - RISC-V: Silence some module warnings on 32-bit
     - drm/amdgpu: fix bug with IH ring setup
     - kdb: Use strscpy with destination buffer size
     - NFSv4: Fix an Oops during delegation callbacks
     - powerpc/numa: Suppress "VPHN is not supported" messages
     - efi/arm: Revert deferred unmap of early memmap mapping
     - z3fold: fix possible reclaim races
     - mm, memory_hotplug: check zone_movable in has_unmovable_pages
     - tmpfs: make lseek(SEEK_DATA/SEK_HOLE) return ENXIO with a negative offset
     - mm, page_alloc: check for max order in hot path
     - dax: Avoid losing wakeup in dax_lock_mapping_entry
     - include/linux/pfn_t.h: force '~' to be parsed as an unary operator
     - tty: wipe buffer.
     - tty: wipe buffer if not echoing data
     - gfs2: Fix iomap buffer head reference counting bug
     - rcu: Make need_resched() respond to urgent RCU-QS needs
     - media: ov5640: Re-work MIPI startup sequence
     - media: ov5640: Fix timings setup code
     - media: ov5640: fix exposure regression
     - media: ov5640: fix auto gain & exposure when changing mode
     - media: ov5640: fix wrong binning value in exposure calculation
     - media: ov5640: fix auto controls values when switching to manual mode
     - Linux 4.19.6
 
   * linux-buildinfo: pull out ABI information into its own package
     (LP: #1806380)
     - [Packaging] limit preparation to linux-libc-dev in headers
     - [Packaging] commonise debhelper invocation
     - [Packaging] ABI -- accumulate abi information at the end of the build
     - [Packaging] buildinfo -- add basic build information
     - [Packaging] buildinfo -- add firmware information to the flavour ABI
     - [Packaging] buildinfo -- add compiler information to the flavour ABI
     - [Packaging] buildinfo -- add buildinfo support to getabis
     - [Packaging] getabis -- handle all known package combinations
     - [Packaging] getabis -- support parsing a simple version
 
   * linux packages should own /usr/lib/linux/triggers (LP: #1770256)
     - [Packaging] own /usr/lib/linux/triggers
 
   * Miscellaneous upstream changes
     - blk-mq: fix corruption with direct issue

linux (4.19.0-7.8) disco; urgency=medium

   * linux: 4.19.0-7.8 -proposed tracker (LP: #1805465)
 
   * Fix and issue that LG I2C touchscreen stops working after reboot
     (LP: #1805085)
     - HID: i2c-hid: Disable runtime PM for LG touchscreen
 
   * click/pop noise in the headphone on several lenovo laptops (LP: #1805079) //
     click/pop noise in the headphone on several lenovo laptops (LP: #1805079)
     - ALSA: hda/realtek - fix the pop noise on headphone for lenovo laptops
 
   * Regression: hinic performance degrades over time (LP: #1805248)
     - Revert "net-next/hinic: add checksum offload and TSO support"
 
   * Disco update: 4.19.5 upstream stable release (LP: #1805461)
     - drm/i915: Replace some PAGE_SIZE with I915_GTT_PAGE_SIZE
     - cifs: don't dereference smb_file_target before null check
     - cifs: fix return value for cifs_listxattr
     - arm64: kprobe: make page to RO mode when allocate it
     - block: brd: associate with queue until adding disk
     - net: hns3: bugfix for rtnl_lock's range in the hclgevf_reset()
     - net: hns3: bugfix for rtnl_lock's range in the hclge_reset()
     - net: hns3: bugfix for handling mailbox while the command queue reinitialized
     - net: hns3: bugfix for the initialization of command queue's spin lock
     - ixgbe: fix MAC anti-spoofing filter after VFLR
     - reiserfs: propagate errors from fill_with_dentries() properly
     - hfs: prevent btree data loss on root split
     - hfsplus: prevent btree data loss on root split
     - perf unwind: Take pgoff into account when reporting elf to libdwfl
     - um: Give start_idle_thread() a return code
     - drm/edid: Add 6 bpc quirk for BOE panel.
     - afs: Handle EIO from delivery function
     - platform/x86: intel_telemetry: report debugfs failure
     - clk: fixed-rate: fix of_node_get-put imbalance
     - perf symbols: Set PLT entry/header sizes properly on Sparc
     - fs/exofs: fix potential memory leak in mount option parsing
     - clk: samsung: exynos5420: Enable PERIS clocks for suspend
     - apparmor: Fix uninitialized value in aa_split_fqname
     - x86/earlyprintk: Add a force option for pciserial device
     - platform/x86: acerhdf: Add BIOS entry for Gateway LT31 v1.3307
     - clk: meson-axg: pcie: drop the mpll3 clock parent
     - arm64: percpu: Initialize ret in the default case
     - clk: meson: clk-pll: drop CLK_GET_RATE_NOCACHE where unnecessary
     - clk: renesas: r9a06g032: Fix UART34567 clock rate
     - clk: ti: fix OF child-node lookup
     - serial: sh-sci: Fix receive on SCIFA/SCIFB variants with DMA
     - netfilter: ipv6: fix oops when defragmenting locally generated fragments
     - netfilter: bridge: define INT_MIN & INT_MAX in userspace
     - s390/decompressor: add missing FORCE to build targets
     - s390/vdso: add missing FORCE to build targets
     - HID: i2c-hid: Add a small delay after sleep command for Raydium touchpanel
     - Revert "HID: add NOGET quirk for Eaton Ellipse MAX UPS"
     - HID: alps: allow incoming reports when only the trackstick is opened
     - Revert "netfilter: nft_numgen: add map lookups for numgen random operations"
     - netfilter: ipset: list:set: Decrease refcount synchronously on deletion and
       replace
     - netfilter: ipset: actually allow allowable CIDR 0 in hash:net,port,net
     - netfilter: ipset: fix ip_set_list allocation failure
     - s390/mm: fix mis-accounting of pgtable_bytes
     - s390/mm: Fix ERROR: "__node_distance" undefined!
     - bpf: fix bpf_prog_get_info_by_fd to return 0 func_lens for unpriv
     - netfilter: ipset: Correct rcu_dereference() call in ip_set_put_comment()
     - netfilter: xt_IDLETIMER: add sysfs filename checking routine
     - netfilter: ipset: Fix calling ip_set() macro at dumping
     - netfilter: nft_compat: ebtables 'nat' table is normal chain type
     - s390/qeth: fix HiperSockets sniffer
     - s390/qeth: unregister netdevice only when registered
     - net: hns3: Fix for out-of-bounds access when setting pfc back pressure
     - hwmon: (ibmpowernv) Remove bogus __init annotations
     - ARM: dts: imx6sll: fix typo for fsl,imx6sll-i2c node
     - ARM: dts: fsl: Fix improperly quoted stdout-path values
     - Revert "drm/exynos/decon5433: implement frame counter"
     - arm64: dts: renesas: r8a7795: add missing dma-names on hscif2
     - arm64: dts: renesas: condor: switch from EtherAVB to GEther
     - xen/grant-table: Fix incorrect gnttab_dma_free_pages() pr_debug message
     - clk: fixed-factor: fix of_node_get-put imbalance
     - mtd: nand: Fix nanddev_pos_next_page() kernel-doc header
     - lib/raid6: Fix arm64 test build
     - drm/amd/display: Stop leaking planes
     - block: Clear kernel memory before copying to user
     - drm/amd/display: Drop reusing drm connector for MST
     - drm/amd/amdgpu/dm: Fix dm_dp_create_fake_mst_encoder()
     - s390/perf: Change CPUM_CF return code in event init function
     - ceph: quota: fix null pointer dereference in quota check
     - of/device: Really only set bus DMA mask when appropriate
     - nvme: make sure ns head inherits underlying device limits
     - i2c: omap: Enable for ARCH_K3
     - i2c: qcom-geni: Fix runtime PM mismatch with child devices
     - sched/core: Take the hotplug lock in sched_init_smp()
     - perf tools: Fix undefined symbol scnprintf in libperf-jvmti.so
     - perf tools: Do not zero sample_id_all for group members
     - ice: Fix dead device link issue with flow control
     - ice: Fix the bytecount sent to netdev_tx_sent_queue
     - ice: Change req_speeds to be u16
     - i40e: restore NETIF_F_GSO_IPXIP[46] to netdev features
     - qed: Fix memory/entry leak in qed_init_sp_request()
     - qed: Fix blocking/unlimited SPQ entries leak
     - qed: Fix SPQ entries not returned to pool in error flows
     - qed: Fix potential memory corruption
     - net: stmmac: Fix RX packet size > 8191
     - net: aquantia: fix potential IOMMU fault after driver unbind
     - net: aquantia: fixed enable unicast on 32 macvlan
     - net: aquantia: invalid checksumm offload implementation
     - kbuild: deb-pkg: fix too low build version number
     - Revert "scripts/setlocalversion: git: Make -dirty check more robust"
     - SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer()
     - x86/mm: Move LDT remap out of KASLR region on 5-level paging
     - x86/ldt: Unmap PTEs for the slot before freeing LDT pages
     - x86/ldt: Remove unused variable in map_ldt_struct()
     - media: v4l: event: Add subscription to list before calling "add" operation
     - MIPS: OCTEON: cavium_octeon_defconfig: re-enable OCTEON USB driver
     - RISC-V: Fix raw_copy_{to,from}_user()
     - uio: Fix an Oops on load
     - ALSA: hda/realtek - Add quirk entry for HP Pavilion 15
     - ALSA: hda/ca0132 - Call pci_iounmap() instead of iounmap()
     - can: kvaser_usb: Fix accessing freed memory in kvaser_usb_start_xmit()
     - can: kvaser_usb: Fix potential uninitialized variable use
     - usb: cdc-acm: add entry for Hiro (Conexant) modem
     - USB: Wait for extra delay time after USB_PORT_FEAT_RESET for quirky hub
     - usb: quirks: Add delay-init quirk for Corsair K70 LUX RGB
     - misc: atmel-ssc: Fix section annotation on atmel_ssc_get_driver_data
     - USB: misc: appledisplay: add 20" Apple Cinema Display
     - gnss: serial: fix synchronous write timeout
     - gnss: sirf: fix synchronous write timeout
     - mtd: rawnand: atmel: fix OF child-node lookup
     - drivers/misc/sgi-gru: fix Spectre v1 vulnerability
     - ACPI / platform: Add SMB0001 HID to forbidden_id_list
     - HID: uhid: forbid UHID_CREATE under KERNEL_DS or elevated privileges
     - HID: Add quirk for Primax PIXART OEM mice
     - HID: Add quirk for Microsoft PIXART OEM mouse
     - libceph: fall back to sendmsg for slab pages
     - mt76x0: run vco calibration for each channel configuration
     - Linux 4.19.5
 
   * Miscellaneous Ubuntu changes
     - Revert "UBUNTU: Build signed kernels for arm64"

linux (4.19.0-6.7) disco; urgency=medium

   * linux: 4.19.0-6.7 -proposed tracker (LP: #1805195)
 
   * SecureBoot support for arm64 (LP: #1804481)
     - Build signed kernels for arm64
 
   * Add pointstick support for Cirque Touchpad (LP: #1805081)
     - HID: multitouch: Add pointstick support for Cirque Touchpad
 
   * Power consumption during s2idle is higher than long idle (Intel SSDPEKKF)
     (LP: #1804588)
     - SAUCE: pci: prevent Intel NVMe SSDPEKKF from entering D3
     - SAUCE: nvme: add quirk to not call disable function when suspending
 
   * Disco update: 4.19.4 upstream stable release (LP: #1805159)
     - flow_dissector: do not dissect l4 ports for fragments
     - ibmvnic: fix accelerated VLAN handling
     - ip_tunnel: don't force DF when MTU is locked
     - ipv6: fix a dst leak when removing its exception
     - ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRF
     - net: bcmgenet: protect stop from timeout
     - net-gro: reset skb->pkt_type in napi_reuse_skb()
     - sctp: not allow to set asoc prsctp_enable by sockopt
     - tcp: Fix SOF_TIMESTAMPING_RX_HARDWARE to use the latest timestamp during TCP
       coalescing
     - tg3: Add PHY reset for 5717/5719/5720 in change ring and flow control paths
     - tipc: don't assume linear buffer when reading ancillary data
     - tipc: fix lockdep warning when reinitilaizing sockets
     - tuntap: fix multiqueue rx
     - net: systemport: Protect stop from timeout
     - net/sched: act_pedit: fix memory leak when IDR allocation fails
     - net: sched: cls_flower: validate nested enc_opts_policy to avoid warning
     - tipc: fix link re-establish failure
     - net/mlx5e: Don't match on vlan non-existence if ethertype is wildcarded
     - net/mlx5e: Claim TC hw offloads support only under a proper build config
     - net/mlx5e: Adjust to max number of channles when re-attaching
     - net/mlx5e: RX, verify received packet size in Linear Striding RQ
     - Revert "sctp: remove sctp_transport_pmtu_check"
     - net/mlx5e: Always use the match level enum when parsing TC rule match
     - net/mlx5e: Fix selftest for small MTUs
     - net/mlx5e: Removed unnecessary warnings in FEC caps query
     - inet: frags: better deal with smp races
     - l2tp: fix a sock refcnt leak in l2tp_tunnel_register
     - net/mlx5: IPSec, Fix the SA context hash key
     - net/mlx5e: IPoIB, Reset QP after channels are closed
     - net: dsa: mv88e6xxx: Fix clearing of stats counters
     - net: phy: realtek: fix RTL8201F sysfs name
     - sctp: define SCTP_SS_DEFAULT for Stream schedulers
     - net: qualcomm: rmnet: Fix incorrect assignment of real_dev
     - net: dsa: microchip: initialize mutex before use
     - sctp: fix strchange_flags name for Stream Change Event
     - net: phy: mdio-gpio: Fix working over slow can_sleep GPIOs
     - sctp: not increase stream's incnt before sending addstrm_in request
     - mlxsw: spectrum: Fix IP2ME CPU policer configuration
     - net: smsc95xx: Fix MTU range
     - rxrpc: Fix lockup due to no error backoff after ack transmit error
     - usbnet: smsc95xx: disable carrier check while suspending
     - Revert "x86/speculation: Enable cross-hyperthread spectre v2 STIBP
       mitigation"
     - Linux 4.19.4
 
   * Disco update: 4.19.3 upstream stable release (LP: #1805158)
     - powerpc/traps: restore recoverability of machine_check interrupts
     - powerpc/64/module: REL32 relocation range check
     - powerpc/mm: Fix page table dump to work on Radix
     - powerpc/mm: fix always true/false warning in slice.c
     - drm/amd/display: fix bug of accessing invalid memory
     - Input: wm97xx-ts - fix exit path
     - powerpc/Makefile: Fix PPC_BOOK3S_64 ASFLAGS
     - powerpc/eeh: Fix possible null deref in eeh_dump_dev_log()
     - tty: check name length in tty_find_polling_driver()
     - tracing/kprobes: Check the probe on unloaded module correctly
     - drm/nouveau/secboot/acr: fix memory leak
     - drm/amdgpu/powerplay: fix missing break in switch statements
     - ARM: imx_v6_v7_defconfig: Select CONFIG_TMPFS_POSIX_ACL
     - powerpc/nohash: fix undefined behaviour when testing page size support
     - drm/msm/gpu: fix parameters in function msm_gpu_crashstate_capture
     - drm/msm/disp/dpu: Use proper define for drm_encoder_init() 'encoder_type'
     - drm/msm: dpu: Allow planes to extend past active display
     - powerpc/mm: Don't report hugepage tables as memory leaks when using kmemleak
     - drm/omap: fix memory barrier bug in DMM driver
     - drm/amd/display: Raise dispclk value for dce120 by 15%
     - drm/amd/display: fix gamma not being applied
     - drm/hisilicon: hibmc: Do not carry error code in HiBMC framebuffer pointer
     - media: pci: cx23885: handle adding to list failure
     - media: coda: don't overwrite h.264 profile_idc on decoder instance
     - MIPS: kexec: Mark CPU offline before disabling local IRQ
     - powerpc/boot: Ensure _zimage_start is a weak symbol
     - powerpc/memtrace: Remove memory in chunks
     - MIPS/PCI: Call pcie_bus_configure_settings() to set MPS/MRRS
     - staging: erofs: fix a missing endian conversion
     - serial: 8250_of: Fix for lack of interrupt support
     - sc16is7xx: Fix for multi-channel stall
     - media: tvp5150: fix width alignment during set_selection()
     - powerpc/selftests: Wait all threads to join
     - staging:iio:ad7606: fix voltage scales
     - drm: rcar-du: Update Gen3 output limitations
     - drm/amdgpu: Fix SDMA TO after GPU reset v3
     - staging: most: video: fix registration of an empty comp core_component
     - 9p locks: fix glock.client_id leak in do_lock
     - udf: Prevent write-unsupported filesystem to be remounted read-write
     - ARM: dts: imx6ull: keep IMX6UL_ prefix for signals on both i.MX6UL and
       i.MX6ULL
     - media: ov5640: fix mode change regression
     - 9p: clear dangling pointers in p9stat_free
     - drm/amdgpu: fix integer overflow test in amdgpu_bo_list_create()
     - media: ov5640: fix restore of last mode set
     - cdrom: fix improper type cast, which can leat to information leak.
     - ovl: fix error handling in ovl_verify_set_fh()
     - ovl: fix recursive oi->lock in ovl_link()
     - ovl: check whiteout in ovl_create_over_whiteout()
     - ovl: automatically enable redirect_dir on metacopy=on
     - serial: sh-sci: Fix could not remove dev_attr_rx_fifo_timeout
     - scsi: qla2xxx: Fix incorrect port speed being set for FC adapters
     - scsi: qla2xxx: Fix process response queue for ISP26XX and above
     - scsi: qla2xxx: Remove stale debug trace message from tcm_qla2xxx
     - scsi: qla2xxx: Fix early srb free on abort
     - scsi: qla2xxx: shutdown chip if reset fail
     - scsi: qla2xxx: Reject bsg request if chip is down.
     - scsi: qla2xxx: Fix re-using LoopID when handle is in use
     - scsi: qla2xxx: Fix for double free of SRB structure
     - scsi: qla2xxx: Fix NVMe session hang on unload
     - scsi: qla2xxx: Fix NVMe Target discovery
     - scsi: qla2xxx: Fix duplicate switch database entries
     - scsi: qla2xxx: Fix driver hang when FC-NVMe LUNs are configured
     - vfs: fix FIGETBSZ ioctl on an overlayfs file
     - fuse: Fix use-after-free in fuse_dev_do_read()
     - fuse: Fix use-after-free in fuse_dev_do_write()
     - fuse: fix blocked_waitq wakeup
     - fuse: set FR_SENT while locked
     - drm/msm: fix OF child-node lookup
     - arm64: dts: stratix10: Support Ethernet Jumbo frame
     - arm64: dts: stratix10: fix multicast filtering
     - clk: meson-gxbb: set fclk_div3 as CLK_IS_CRITICAL
     - clk: meson: axg: mark fdiv2 and fdiv3 as critical
     - zram: close udev startup race condition as default groups
     - MIPS: Loongson-3: Fix CPU UART irq delivery problem
     - MIPS: Loongson-3: Fix BRIDGE irq delivery problem
     - xtensa: add NOTES section to the linker script
     - xtensa: make sure bFLT stack is 16 byte aligned
     - xtensa: fix boot parameters address translation
     - um: Drop own definition of PTRACE_SYSEMU/_SINGLESTEP
     - clk: s2mps11: Fix matching when built as module and DT node contains
       compatible
     - clk: at91: Fix division by zero in PLL recalc_rate()
     - clk: sunxi-ng: h6: fix bus clocks' divider position
     - clk: rockchip: fix wrong mmc sample phase shift for rk3328
     - clk: rockchip: Fix static checker warning in rockchip_ddrclk_get_parent call
     - libceph: bump CEPH_MSG_MAX_DATA_LEN
     - Revert "ceph: fix dentry leak in splice_dentry()"
     - thermal: core: Fix use-after-free in thermal_cooling_device_destroy_sysfs
     - mach64: fix display corruption on big endian machines
     - mach64: fix image corruption due to reading accelerator registers
     - acpi/nfit, x86/mce: Handle only uncorrectable machine checks
     - acpi/nfit, x86/mce: Validate a MCE's address before using it
     - acpi, nfit: Fix ARS overflow continuation
     - reset: hisilicon: fix potential NULL pointer dereference
     - crypto: hisilicon - Fix NULL dereference for same dst and src
     - crypto: hisilicon - Fix reference after free of memories on error path
     - vhost/scsi: truncate T10 PI iov_iter to prot_bytes
     - scsi: qla2xxx: Initialize port speed to avoid setting lower speed
     - SCSI: fix queue cleanup race before queue initialization is done
     - Revert "powerpc/8xx: Use L1 entry APG to handle _PAGE_ACCESSED for
       CONFIG_SWAP"
     - soc: ti: QMSS: Fix usage of irq_set_affinity_hint
     - ocfs2: fix a misuse a of brelse after failing ocfs2_check_dir_entry
     - ocfs2: free up write context when direct IO failed
     - mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappings
     - memory_hotplug: cond_resched in __remove_pages
     - netfilter: conntrack: fix calculation of next bucket number in early_drop
     - ARM: 8809/1: proc-v7: fix Thumb annotation of cpu_v7_hvc_switch_mm
     - bonding/802.3ad: fix link_failure_count tracking
     - mtd: spi-nor: cadence-quadspi: Return error code in
       cqspi_direct_read_execute()
     - mtd: nand: Fix nanddev_neraseblocks()
     - mtd: docg3: don't set conflicting BCH_CONST_PARAMS option
     - hwmon: (core) Fix double-free in __hwmon_device_register()
     - perf cs-etm: Correct CPU mode for samples
     - perf stat: Handle different PMU names with common prefix
     - perf callchain: Honour the ordering of PERF_CONTEXT_{USER,KERNEL,etc}
     - perf intel-pt/bts: Calculate cpumode for synthesized samples
     - perf intel-pt: Insert callchain context into synthesized callchains
     - of, numa: Validate some distance map rules
     - x86/cpu/vmware: Do not trace vmware_sched_clock()
     - x86/hyper-v: Enable PIT shutdown quirk
     - termios, tty/tty_baudrate.c: fix buffer overrun
     - arch/alpha, termios: implement BOTHER, IBSHIFT and termios2
     - watchdog/core: Add missing prototypes for weak functions
     - btrfs: fix pinned underflow after transaction aborted
     - Btrfs: fix missing data checksums after a ranged fsync (msync)
     - Btrfs: fix cur_offset in the error case for nocow
     - Btrfs: fix infinite loop on inode eviction after deduplication of eof block
     - Btrfs: fix data corruption due to cloning of eof block
     - btrfs: tree-checker: Fix misleading group system information
     - clockevents/drivers/i8253: Add support for PIT shutdown quirk
     - ext4: add missing brelse() update_backups()'s error path
     - ext4: add missing brelse() in set_flexbg_block_bitmap()'s error path
     - ext4: add missing brelse() add_new_gdb_meta_bg()'s error path
     - ext4: avoid potential extra brelse in setup_new_flex_group_blocks()
     - ext4: missing !bh check in ext4_xattr_inode_write()
     - ext4: fix possible inode leak in the retry loop of ext4_resize_fs()
     - ext4: avoid buffer leak on shutdown in ext4_mark_iloc_dirty()
     - ext4: avoid buffer leak in ext4_orphan_add() after prior errors
     - ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizing
     - ext4: avoid possible double brelse() in add_new_gdb() on error path
     - ext4: fix possible leak of sbi->s_group_desc_leak in error path
     - ext4: fix possible leak of s_journal_flag_rwsem in error path
     - ext4: fix buffer leak in ext4_xattr_get_block() on error path
     - ext4: release bs.bh before re-using in ext4_xattr_block_find()
     - ext4: fix buffer leak in ext4_xattr_move_to_block() on error path
     - ext4: fix buffer leak in ext4_expand_extra_isize_ea() on error path
     - ext4: fix buffer leak in __ext4_read_dirblock() on error path
     - mount: Prevent MNT_DETACH from disconnecting locked mounts
     - mnt: fix __detach_mounts infinite loop
     - uapi: fix linux/kfd_ioctl.h userspace compilation errors
     - ARM: cpuidle: Don't register the driver when back-end init returns -ENXIO
     - kdb: use correct pointer when 'btc' calls 'btt'
     - kdb: print real address of pointers instead of hashed addresses
     - sunrpc: correct the computation for page_ptr when truncating
     - NFSv4: Don't exit the state manager without clearing
       NFS4CLNT_MANAGER_RUNNING
     - nfsd: COPY and CLONE operations require the saved filehandle to be set
     - rtc: hctosys: Add missing range error reporting
     - fuse: fix use-after-free in fuse_direct_IO()
     - fuse: fix leaked notify reply
     - fuse: fix possibly missed wake-up after abort
     - selinux: check length properly in SCTP bind hook
     - gfs2: Put bitmap buffers in put_super
     - gfs2: Fix metadata read-ahead during truncate (2)
     - libata: blacklist SAMSUNG MZ7TD256HAFV-000L9 SSD
     - crypto: user - fix leaking uninitialized memory to userspace
     - lib/ubsan.c: don't mark __ubsan_handle_builtin_unreachable as noreturn
     - hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444!
     - mm/swapfile.c: use kvzalloc for swap_info_struct allocation
     - efi/arm/libstub: Pack FDT after populating it
     - mm: don't reclaim inodes with many attached pages
     - scripts/spdxcheck.py: make python3 compliant
     - drm/rockchip: Allow driver to be shutdown on reboot/kexec
     - drm/amdgpu: Fix typo in amdgpu_vmid_mgr_init
     - drm/amdgpu: add missing CHIP_HAINAN in amdgpu_ucode_get_load_type
     - drm/amdgpu: Suppress keypresses from ACPI_VIDEO events
     - drm/nouveau: Check backlight IDs are >= 0, not > 0
     - drm/nouveau: Fix nv50_mstc->best_encoder()
     - drm/amd/powerplay: Enable/Disable NBPSTATE on On/OFF of UVD
     - drm/etnaviv: fix bogus fence complete check in timeout handler
     - drm/dp_mst: Check if primary mstb is null
     - drm: panel-orientation-quirks: Add quirk for Acer One 10 (S1003)
     - drm/i915/dp: Link train Fallback on eDP only if fallback link BW can fit
       panel's native mode
     - drm/i915: Use the correct crtc when sanitizing plane mapping
     - drm/i915: Restore vblank interrupts earlier
     - drm/i915: Don't unset intel_connector->mst_port
     - drm/i915: Skip vcpi allocation for MSTB ports that are gone
     - drm/i915: Large page offsets for pread/pwrite
     - drm/i915/dp: Fix link retraining comment in intel_dp_long_pulse()
     - drm/i915/dp: Restrict link retrain workaround to external monitors
     - drm/i915/icl: Fix the macros for DFLEXDPMLE register bits
     - drm/i915/hdmi: Add HDMI 2.0 audio clock recovery N values
     - drm/i915: Mark up GTT sizes as u64
     - drm/i915: Fix error handling for the NV12 fb dimensions check
     - drm/i915: Fix ilk+ watermarks when disabling pipes
     - drm/i915: Compare user's 64b GTT offset even on 32b
     - drm/i915: Don't oops during modeset shutdown after lpe audio deinit
     - drm/i915: Mark pin flags as u64
     - drm/i915/ringbuffer: Delay after EMIT_INVALIDATE for gen4/gen5
     - drm/i915/execlists: Force write serialisation into context image vs
       execution
     - drm/i915: Fix possible race in intel_dp_add_mst_connector()
     - drm/i915: Fix NULL deref when re-enabling HPD IRQs on systems with MST
     - drm/i915: Fix hpd handling for pins with two encoders
     - CONFIG_XEN_PV breaks xen_create_contiguous_region on ARM
     - Revert "ACPICA: AML interpreter: add region addresses in global list during
       initialization"
     - Linux 4.19.3
 
   * glibc 2.28-0ubuntu1 ADT test failure with linux 4.19.0-5.6 (LP: #1805154)
     - SAUCE: Revert "x86: vdso: Use $LD instead of $CC to link"
 
   * Miscellaneous Ubuntu changes
     - SAUCE: (noup) Update spl to 0.7.12-1ubuntu1, zfs to 0.7.12-1ubuntu1

linux (4.19.0-5.6) disco; urgency=medium

   * crash in ENA driver on removing an interface (LP: #1802341)
     - SAUCE: net: ena: fix crash during ena_remove()
 
   * Ubuntu 18.04.1 - [s390x] Kernel panic while stressing network bonding
     (LP: #1797367)
     - s390/qeth: sanitize strings in debug messages
 
   * Disco update: 4.19.2 upstream stable release (LP: #1803410)
     - bpf: fix partial copy of map_ptr when dst is scalar
     - MIPS: VDSO: Reduce VDSO_RANDOMIZE_SIZE to 64MB for 64bit
     - gpio: mxs: Get rid of external API call
     - mtd: rawnand: marvell: fix the IRQ handler complete() condition
     - mtd: maps: gpio-addr-flash: Fix ioremapped size
     - mtd: spi-nor: fsl-quadspi: fix read error for flash size larger than 16MB
     - mtd: spi-nor: intel-spi: Add support for Intel Ice Lake SPI serial flash
     - mtd: spi-nor: fsl-quadspi: Don't let -EINVAL on the bus
     - spi: spi-mem: Adjust op len based on message/transfer size limitations
     - spi: bcm-qspi: switch back to reading flash using smaller chunks
     - spi: bcm-qspi: fix calculation of address length
     - bcache: trace missed reading by cache_missed
     - bcache: fix ioctl in flash device
     - bcache: correct dirty data statistics
     - bcache: fix miss key refill->end in writeback
     - hwmon: (pmbus) Fix page count auto-detection.
     - jffs2: free jffs2_sb_info through jffs2_kill_sb()
     - block: setup bounce bio_sets properly
     - block: make sure discard bio is aligned with logical block size
     - block: make sure writesame bio is aligned with logical block size
     - cpufreq: conservative: Take limits changes into account properly
     - dma-mapping: fix panic caused by passing empty cma command line argument
     - pcmcia: Implement CLKRUN protocol disabling for Ricoh bridges
     - ACPI / OSL: Use 'jiffies' as the time bassis for acpi_os_get_timer()
     - ACPICA: AML interpreter: add region addresses in global list during
       initialization
     - ACPICA: AML Parser: fix parse loop to correctly skip erroneous extended
       opcodes
     - acpi, nfit: Fix Address Range Scrub completion tracking
     - kprobes/x86: Use preempt_enable() in optimized_callback()
     - mailbox: PCC: handle parse error
     - parisc: Fix address in HPMC IVA
     - parisc: Fix map_pages() to not overwrite existing pte entries
     - parisc: Fix exported address of os_hpmc handler
     - ALSA: hda - Add quirk for ASUS G751 laptop
     - ALSA: hda - Fix headphone pin config for ASUS G751
     - ALSA: hda - Add mic quirk for the Lenovo G50-30 (17aa:3905)
     - ALSA: hda: Add 2 more models to the power_save blacklist
     - ALSA: ca0106: Disable IZD on SB0570 DAC to fix audio pops
     - ALSA: hda - Fix incorrect clearance of thinkpad_acpi hooks
     - x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation
     - x86/xen: Fix boot loader version reported for PVH guests
     - x86/corruption-check: Fix panic in memory_corruption_check() when boot
       option without value is provided
     - x86/kvm/nVMX: allow bare VMXON state migration
     - x86/mm/pat: Disable preemption around __flush_tlb_all()
     - x86/numa_emulation: Fix uniform-split numa emulation
     - ARM: dts: exynos: Disable pull control for MAX8997 interrupts on Origen
     - net: socionext: Reset tx queue in ndo_stop
     - net: loopback: clear skb->tstamp before netif_rx()
     - locking/lockdep: Fix debug_locks off performance problem
     - netfilter: xt_nat: fix DNAT target for shifted portmap ranges
     - ataflop: fix error handling during setup
     - swim: fix cleanup on setup error
     - arm64: cpufeature: ctr: Fix cpu capability check for late CPUs
     - hv_netvsc: fix vf serial matching with pci slot info
     - nfp: devlink port split support for 1x100G CXP NIC
     - tun: Consistently configure generic netdev params via rtnetlink
     - s390/sthyi: Fix machine name validity indication
     - hwmon: (pwm-fan) Set fan speed to 0 on suspend
     - lightnvm: pblk: fix race on sysfs line state
     - lightnvm: pblk: fix two sleep-in-atomic-context bugs
     - lightnvm: pblk: fix race condition on metadata I/O
     - spi: spi-ep93xx: Use dma_data_direction for ep93xx_spi_dma_{finish,prepare}
     - perf tools: Free temporary 'sys' string in read_event_files()
     - perf tools: Cleanup trace-event-info 'tdata' leak
     - perf tools: Free 'printk' string in parse_ftrace_printk()
     - perf strbuf: Match va_{add,copy} with va_end
     - cpupower: Fix coredump on VMWare
     - bcache: Populate writeback_rate_minimum attribute
     - mmc: sdhci-pci-o2micro: Add quirk for O2 Micro dev 0x8620 rev 0x01
     - sdhci: acpi: add free_slot callback
     - mtd: rawnand: denali: set SPARE_AREA_SKIP_BYTES register to 8 if unset
     - iwlwifi: pcie: avoid empty free RB queue
     - iwlwifi: mvm: clear HW_RESTART_REQUESTED when stopping the interface
     - iwlwifi: mvm: check for n_profiles validity in EWRD ACPI
     - x86/olpc: Indicate that legacy PC XO-1 platform should not register RTC
     - wlcore: Fix BUG with clear completion on timeout
     - ACPI/PPTT: Handle architecturally unknown cache types
     - ACPI / PM: LPIT: Register sysfs attributes based on FADT
     - ACPI / processor: Fix the return value of acpi_processor_ids_walk()
     - cpufreq: dt: Try freeing static OPPs only if we have added them
     - x86/intel_rdt: Show missing resctrl mount options
     - mtd: rawnand: atmel: Fix potential NULL pointer dereference
     - nvme: call nvme_complete_rq when nvmf_check_ready fails for mpath I/O
     - ath10k: fix tx status flag setting for management frames
     - signal: Introduce COMPAT_SIGMINSTKSZ for use in compat_sys_sigaltstack
     - ice: fix changing of ring descriptor size (ethtool -G)
     - ice: update fw version check logic
     - net: hns3: Fix for packet buffer setting bug
     - Bluetooth: btbcm: Add entry for BCM4335C0 UART bluetooth
     - Bluetooth: hci_qca: Remove hdev dereference in qca_close().
     - x86: boot: Fix EFI stub alignment
     - net: hns3: Add nic state check before calling netif_tx_wake_queue
     - net: hns3: Fix ets validate issue
     - pinctrl: sunxi: fix 'pctrl->functions' allocation in
       sunxi_pinctrl_build_state
     - pinctrl: qcom: spmi-mpp: Fix err handling of pmic_mpp_set_mux
     - brcmfmac: fix for proper support of 160MHz bandwidth
     - net: hns3: Check hdev state when getting link status
     - net: hns3: Set STATE_DOWN bit of hdev state when stopping net
     - net: phy: phylink: ensure the carrier is off when starting phylink
     - block, bfq: correctly charge and reset entity service in all cases
     - arm64: entry: Allow handling of undefined instructions from EL1
     - kprobes: Return error if we fail to reuse kprobe instead of BUG_ON()
     - spi: gpio: No MISO does not imply no RX
     - ACPI / LPSS: Add alternative ACPI HIDs for Cherry Trail DMA controllers
     - pinctrl: qcom: spmi-mpp: Fix drive strength setting
     - bpf/verifier: fix verifier instability
     - failover: Add missing check to validate 'slave_dev' in
       net_failover_slave_unregister
     - perf tests: Fix record+probe_libc_inet_pton.sh without ping's debuginfo
     - pinctrl: spmi-mpp: Fix pmic_mpp_config_get() to be compliant
     - pinctrl: ssbi-gpio: Fix pm8xxx_pin_config_get() to be compliant
     - net: hns3: Preserve vlan 0 in hardware table
     - net: hns3: Fix ping exited problem when doing lp selftest
     - net: hns3: Fix for vf vlan delete failed problem
     - net: dsa: mv88e6xxx: Fix writing to a PHY page.
     - mt76x2u: run device cleanup routine if resume fails
     - rsi: fix memory alignment issue in ARM32 platforms
     - libertas_tf: prevent underflow in process_cmdrequest()
     - iwlwifi: mvm: fix BAR seq ctrl reporting
     - gpio: brcmstb: allow 0 width GPIO banks
     - ixgbe: disallow IPsec Tx offload when in SR-IOV mode
     - ixgbevf: VF2VF TCP RSS
     - wil6210: fix RX buffers release and unmap
     - ath10k: schedule hardware restart if WMI command times out
     - libata: Apply NOLPM quirk for SAMSUNG MZ7TD256HAFV-000L9
     - thermal: rcar_thermal: Prevent doing work after unbind
     - thermal: da9062/61: Prevent hardware access during system suspend
     - cifs: fix a credits leak for compund commands
     - cgroup, netclassid: add a preemption point to write_classid
     - net: stmmac: dwmac-sun8i: fix OF child-node lookup
     - f2fs: fix to account IO correctly for cgroup writeback
     - MD: Memory leak when flush bio size is zero
     - md: fix memleak for mempool
     - of: Add missing exports of node name compare functions
     - scsi: esp_scsi: Track residual for PIO transfers
     - scsi: ufs: Schedule clk gating work on correct queue
     - UAPI: ndctl: Fix g++-unsupported initialisation in headers
     - KVM: nVMX: Clear reserved bits of #DB exit qualification
     - scsi: megaraid_sas: fix a missing-check bug
     - RDMA/core: Do not expose unsupported counters
     - RDMA/cm: Respect returned status of cm_init_av_by_path
     - IB/ipoib: Clear IPCB before icmp_send
     - RDMA/bnxt_re: Avoid accessing nq->bar_reg_iomem in failure case
     - RDMA/bnxt_re: Fix recursive lock warning in debug kernel
     - usb: host: ohci-at91: fix request of irq for optional gpio
     - PCI: mediatek: Fix mtk_pcie_find_port() endpoint/port matching logic
     - PCI: cadence: Use AXI region 0 to signal interrupts from EP
     - usb: typec: tcpm: Report back negotiated PPS voltage and current
     - tpm: suppress transmit cmd error logs when TPM 1.2 is disabled/deactivated
     - f2fs: clear PageError on the read path
     - Drivers: hv: vmbus: Use cpumask_var_t for on-stack cpu mask
     - VMCI: Resource wildcard match fixed
     - PCI / ACPI: Enable wake automatically for power managed bridges
     - xprtrdma: Reset credit grant properly after a disconnect
     - irqchip/pdc: Setup all edge interrupts as rising edge at GIC
     - usb: dwc2: fix call to vbus supply exit routine, call it unlocked
     - usb: dwc2: fix a race with external vbus supply
     - usb: gadget: udc: atmel: handle at91sam9rl PMC
     - ext4: fix argument checking in EXT4_IOC_MOVE_EXT
     - MD: fix invalid stored role for a disk
     - PCI: cadence: Correct probe behaviour when failing to get PHY
     - nvmem: check the return value of nvmem_add_cells()
     - xhci: Avoid USB autosuspend when resuming USB2 ports.
     - scsi: qla2xxx: Fix recursive mailbox timeout
     - f2fs: fix to recover inode's crtime during POR
     - f2fs: fix to recover inode's i_flags during POR
     - PCI/MSI: Warn and return error if driver enables MSI/MSI-X twice
     - coresight: etb10: Fix handling of perf mode
     - PCI: dwc: pci-dra7xx: Enable errata i870 for both EP and RC mode
     - crypto: caam - fix implicit casts in endianness helpers
     - usb: chipidea: Prevent unbalanced IRQ disable
     - Smack: ptrace capability use fixes
     - driver/dma/ioat: Call del_timer_sync() without holding prep_lock
     - ASoC: AMD: Fix capture unstable in beginning for some runs
     - firmware: coreboot: Unmap ioregion after device population
     - IB/ipoib: Use dev_port to expose network interface port numbers
     - IB/mlx5: Allow transition of DCI QP to reset
     - uio: ensure class is registered before devices
     - scsi: lpfc: Correct soft lockup when running mds diagnostics
     - scsi: lpfc: Correct race with abort on completion path
     - f2fs: avoid sleeping under spin_lock
     - f2fs: report error if quota off error during umount
     - signal: Always deliver the kernel's SIGKILL and SIGSTOP to a pid namespace
       init
     - f2fs: fix to flush all dirty inodes recovered in readonly fs
     - mfd: menelaus: Fix possible race condition and leak
     - dmaengine: dma-jz4780: Return error if not probed from DT
     - IB/rxe: fix for duplicate request processing and ack psns
     - ALSA: hda: Check the non-cached stream buffers more explicitly
     - cpupower: Fix AMD Family 0x17 msr_pstate size
     - Revert "f2fs: fix to clear PG_checked flag in set_page_dirty()"
     - f2fs: fix missing up_read
     - f2fs: fix to recover cold bit of inode block during POR
     - f2fs: fix to account IO correctly
     - OPP: Free OPP table properly on performance state irregularities
     - ARM: dts: exynos: Convert exynos5250.dtsi to opp-v2 bindings
     - ARM: dts: exynos: Mark 1 GHz CPU OPP as suspend OPP on Exynos5250
     - xen-swiotlb: use actually allocated size on check physical continuous
     - tpm: Restore functionality to xen vtpm driver.
     - xen/blkfront: avoid NULL blkfront_info dereference on device removal
     - xen/balloon: Support xend-based toolstack
     - xen: fix race in xen_qlock_wait()
     - xen: make xen_qlock_wait() nestable
     - xen/pvh: increase early stack size
     - xen/pvh: don't try to unplug emulated devices
     - libertas: don't set URB_ZERO_PACKET on IN USB transfer
     - usbip:vudc: BUG kmalloc-2048 (Not tainted): Poison overwritten
     - usb: typec: tcpm: Fix APDO PPS order checking to be based on voltage
     - usb: gadget: udc: renesas_usb3: Fix b-device mode for "workaround"
     - mt76: mt76x2: fix multi-interface beacon configuration
     - iwlwifi: mvm: check return value of rs_rate_from_ucode_rate()
     - net/ipv4: defensive cipso option parsing
     - dmaengine: ppc4xx: fix off-by-one build failure
     - scsi: sched/wait: Add wait_event_lock_irq_timeout for TASK_UNINTERRUPTIBLE
       usage
     - scsi: target: Fix target_wait_for_sess_cmds breakage with active signals
     - libnvdimm: Hold reference on parent while scheduling async init
     - libnvdimm, region: Fail badblocks listing for inactive regions
     - libnvdimm, pmem: Fix badblocks population for 'raw' namespaces
     - ASoC: intel: skylake: Add missing break in skl_tplg_get_token()
     - ASoC: sta32x: set ->component pointer in private struct
     - IB/mlx5: Fix MR cache initialization
     - IB/rxe: Revise the ib_wr_opcode enum
     - jbd2: fix use after free in jbd2_log_do_checkpoint()
     - gfs2_meta: ->mount() can get NULL dev_name
     - ext4: fix EXT4_IOC_SWAP_BOOT
     - ext4: initialize retries variable in ext4_da_write_inline_data_begin()
     - ext4: fix setattr project check in fssetxattr ioctl
     - ext4: propagate error from dquot_initialize() in EXT4_IOC_FSSETXATTR
     - ext4: fix use-after-free race in ext4_remount()'s error path
     - selinux: fix mounting of cgroup2 under older policies
     - HID: wacom: Work around HID descriptor bug in DTK-2451 and DTH-2452
     - HID: hiddev: fix potential Spectre v1
     - EDAC, amd64: Add Family 17h, models 10h-2fh support
     - EDAC, {i7core,sb,skx}_edac: Fix uncorrected error counting
     - EDAC, skx_edac: Fix logical channel intermediate decoding
     - ARM: dts: dra7: Fix up unaligned access setting for PCIe EP
     - PCI/ASPM: Fix link_state teardown on device removal
     - PCI: Add Device IDs for Intel GPU "spurious interrupt" quirk
     - signal/GenWQE: Fix sending of SIGKILL
     - signal: Guard against negative signal numbers in copy_siginfo_from_user32
     - crypto: lrw - Fix out-of bounds access on counter overflow
     - crypto: tcrypt - fix ghash-generic speed test
     - crypto: aesni - don't use GFP_ATOMIC allocation if the request doesn't cross
       a page in gcm
     - crypto: morus/generic - fix for big endian systems
     - crypto: aegis/generic - fix for big endian systems
     - crypto: speck - remove Speck
     - mm: /proc/pid/smaps_rollup: fix NULL pointer deref in smaps_pte_range()
     - userfaultfd: disable irqs when taking the waitqueue lock
     - ima: fix showing large 'violations' or 'runtime_measurements_count'
     - ima: open a new file instance if no read permissions
     - hugetlbfs: dirty pages as they are added to pagecache
     - mm/rmap: map_pte() was not handling private ZONE_DEVICE page properly
     - mm/hmm: fix race between hmm_mirror_unregister() and mmu_notifier callback
     - KVM: arm/arm64: Ensure only THP is candidate for adjustment
     - KVM: arm64: Fix caching of host MDCR_EL2 value
     - kbuild: fix kernel/bounds.c 'W=1' warning
     - iio: ad5064: Fix regulator handling
     - iio: adc: imx25-gcq: Fix leak of device_node in mx25_gcq_setup_cfgs()
     - iio: adc: at91: fix acking DRDY irq on simple conversions
     - iio: adc: at91: fix wrong channel number in triggered buffer mode
     - w1: omap-hdq: fix missing bus unregister at removal
     - smb3: allow stats which track session and share reconnects to be reset
     - smb3: do not attempt cifs operation in smb3 query info error path
     - smb3: on kerberos mount if server doesn't specify auth type use krb5
     - printk: Fix panic caused by passing log_buf_len to command line
     - genirq: Fix race on spurious interrupt detection
     - tpm: fix response size validation in tpm_get_random()
     - NFC: nfcmrvl_uart: fix OF child-node lookup
     - NFSv4.1: Fix the r/wsize checking
     - nfs: Fix a missed page unlock after pg_doio()
     - nfsd: correctly decrement odstate refcount in error path
     - nfsd: Fix an Oops in free_session()
     - lockd: fix access beyond unterminated strings in prints
     - dm ioctl: harden copy_params()'s copy_from_user() from malicious users
     - dm zoned: fix metadata block ref counting
     - dm zoned: fix various dmz_get_mblock() issues
     - media: ov7670: make "xclk" clock optional
     - fsnotify: Fix busy inodes during unmount
     - powerpc64/module elfv1: Set opd addresses after module relocation
     - powerpc/msi: Fix compile error on mpc83xx
     - powerpc/tm: Fix HFSCR bit for no suspend case
     - powerpc/64s/hash: Do not use PPC_INVALIDATE_ERAT on CPUs before POWER9
     - MIPS: OCTEON: fix out of bounds array access on CN68XX
     - rtc: ds1307: fix ds1339 wakealarm support
     - rtc: cmos: Fix non-ACPI undefined reference to `hpet_rtc_interrupt'
     - rtc: cmos: Remove the `use_acpi_alarm' module parameter for !ACPI
     - power: supply: twl4030-charger: fix OF sibling-node lookup
     - ocxl: Fix access to the AFU Descriptor Data
     - iommu/arm-smmu: Ensure that page-table updates are visible before TLBI
     - TC: Set DMA masks for devices
     - net: bcmgenet: fix OF child-node lookup
     - media: v4l2-tpg: fix kernel oops when enabling HFLIP and OSD
     - Revert "media: dvbsky: use just one mutex for serializing device R/W ops"
     - kgdboc: Passing ekgdboc to command line causes panic
     - remoteproc: qcom: q6v5: Propagate EPROBE_DEFER
     - media: cec: make cec_get_edid_spa_location() an inline function
     - media: cec: integrate cec_validate_phys_addr() in cec-api.c
     - xen: fix xen_qlock_wait()
     - xen: remove size limit of privcmd-buf mapping interface
     - xen-blkfront: fix kernel panic with negotiate_mq error path
     - media: cec: add new tx/rx status bits to detect aborts/timeouts
     - media: cec: fix the Signal Free Time calculation
     - media: cec: forgot to cancel delayed work
     - media: em28xx: use a default format if TRY_FMT fails
     - media: tvp5150: avoid going past array on v4l2_querymenu()
     - media: em28xx: fix input name for Terratec AV 350
     - media: em28xx: make v4l2-compliance happier by starting sequence on zero
     - media: em28xx: fix handler for vidioc_s_input()
     - media: adv7604: when the EDID is cleared, unconfigure CEC as well
     - media: adv7842: when the EDID is cleared, unconfigure CEC as well
     - drm/mediatek: fix OF sibling-node lookup
     - media: media colorspaces*.rst: rename AdobeRGB to opRGB
     - media: replace ADOBERGB by OPRGB
     - media: hdmi.h: rename ADOBE_RGB to OPRGB and ADOBE_YCC to OPYCC
     - arm64: lse: remove -fcall-used-x0 flag
     - rpmsg: smd: fix memory leak on channel create
     - Cramfs: fix abad comparison when wrap-arounds occur
     - ARM: dts: socfpga: Fix SDRAM node address for Arria10
     - arm64: dts: stratix10: Correct System Manager register size
     - soc: qcom: rmtfs-mem: Validate that scm is available
     - soc/tegra: pmc: Fix child-node lookup
     - selftests/ftrace: Fix synthetic event test to delete event correctly
     - selftests/powerpc: Fix ptrace tm failure
     - tracing: Return -ENOENT if there is no target synthetic event
     - btrfs: qgroup: Avoid calling qgroup functions if qgroup is not enabled
     - btrfs: Handle owner mismatch gracefully when walking up tree
     - btrfs: locking: Add extra check in btrfs_init_new_buffer() to avoid deadlock
     - btrfs: fix error handling in free_log_tree
     - btrfs: fix error handling in btrfs_dev_replace_start
     - btrfs: Enhance btrfs_trim_fs function to handle error better
     - btrfs: Ensure btrfs_trim_fs can trim the whole filesystem
     - btrfs: iterate all devices during trim, instead of fs_devices::alloc_list
     - btrfs: don't attempt to trim devices that don't support it
     - btrfs: keep trim from interfering with transaction commits
     - btrfs: wait on caching when putting the bg cache
     - Btrfs: don't clean dirty pages during buffered writes
     - btrfs: release metadata before running delayed refs
     - btrfs: protect space cache inode alloc with GFP_NOFS
     - btrfs: reset max_extent_size on clear in a bitmap
     - btrfs: make sure we create all new block groups
     - Btrfs: fix warning when replaying log after fsync of a tmpfile
     - Btrfs: fix wrong dentries after fsync of file that got its parent replaced
     - btrfs: qgroup: Dirty all qgroups before rescan
     - Btrfs: fix null pointer dereference on compressed write path error
     - Btrfs: fix assertion on fsync of regular file when using no-holes feature
     - Btrfs: fix deadlock when writing out free space caches
     - btrfs: reset max_extent_size properly
     - btrfs: set max_extent_size properly
     - btrfs: don't use ctl->free_space for max_extent_size
     - btrfs: only free reserved extent if we didn't insert it
     - btrfs: fix insert_reserved error handling
     - btrfs: don't run delayed_iputs in commit
     - btrfs: move the dio_sem higher up the callchain
     - Btrfs: fix use-after-free during inode eviction
     - Btrfs: fix use-after-free when dumping free space
     - net: sched: Remove TCA_OPTIONS from policy
     - vt: fix broken display when running aptitude
     - bpf: wait for running BPF programs when updating map-in-map
     - vga_switcheroo: Fix missing gpu_bound call at audio client registration
     - MD: fix invalid stored role for a disk - try2
     - Linux 4.19.2
 
   * [FEAT] Guest-dedicated Crypto Adapters (LP: #1787405)
     - KVM: s390: vsie: simulate VCPU SIE entry/exit
     - KVM: s390: introduce and use KVM_REQ_VSIE_RESTART
     - KVM: s390: refactor crypto initialization
     - s390: vfio-ap: base implementation of VFIO AP device driver
     - s390: vfio-ap: register matrix device with VFIO mdev framework
     - s390: vfio-ap: sysfs interfaces to configure adapters
     - s390: vfio-ap: sysfs interfaces to configure domains
     - s390: vfio-ap: sysfs interfaces to configure control domains
     - s390: vfio-ap: sysfs interface to view matrix mdev matrix
     - KVM: s390: interface to clear CRYCB masks
     - s390: vfio-ap: implement mediated device open callback
     - s390: vfio-ap: implement VFIO_DEVICE_GET_INFO ioctl
     - s390: vfio-ap: zeroize the AP queues
     - s390: vfio-ap: implement VFIO_DEVICE_RESET ioctl
     - KVM: s390: Clear Crypto Control Block when using vSIE
     - KVM: s390: vsie: Do the CRYCB validation first
     - KVM: s390: vsie: Make use of CRYCB FORMAT2 clear
     - KVM: s390: vsie: Allow CRYCB FORMAT-2
     - KVM: s390: vsie: allow CRYCB FORMAT-1
     - KVM: s390: vsie: allow CRYCB FORMAT-0
     - KVM: s390: vsie: allow guest FORMAT-0 CRYCB on host FORMAT-1
     - KVM: s390: vsie: allow guest FORMAT-1 CRYCB on host FORMAT-2
     - KVM: s390: vsie: allow guest FORMAT-0 CRYCB on host FORMAT-2
     - KVM: s390: device attrs to enable/disable AP interpretation
     - KVM: s390: CPU model support for AP virtualization
     - s390: doc: detailed specifications for AP virtualization
     - KVM: s390: fix locking for crypto setting error path
     - KVM: s390: Tracing APCB changes
     - s390: vfio-ap: setup APCB mask using KVM dedicated function
     - [Config:] Enable CONFIG_S390_AP_IOMMU and set CONFIG_VFIO_AP to module.
 
   * Bypass of mount visibility through userns + mount propagation (LP: #1789161)
     - mount: Retest MNT_LOCKED in do_umount
     - mount: Don't allow copying MNT_UNBINDABLE|MNT_LOCKED mounts
 
   *  CVE-2018-18955: nested user namespaces with more than five extents
     incorrectly grant privileges over inode (LP: #1801924) // CVE-2018-18955
     - userns: also map extents in the reverse map to kernel IDs
 
   * kdump fail due to an IRQ storm (LP: #1797990)
     - SAUCE: x86/PCI: Export find_cap() to be used in early PCI code
     - SAUCE: x86/quirks: Add parameter to clear MSIs early on boot
     - SAUCE: x86/quirks: Scan all busses for early PCI quirks
 
   * Disable LPM for Raydium Touchscreens (LP: #1802248)
     - USB: quirks: Add no-lpm quirk for Raydium touchscreens
 
   * Power consumption during s2idle is higher than long idle(sk hynix)
     (LP: #1801875)
     - SAUCE: pci: prevent sk hynix nvme from entering D3
     - SAUCE: nvme: add quirk to not call disable function when suspending
 
   * Disco update: v4.19.1 upstream stable release (LP: #1801739)
     - bridge: do not add port to router list when receives query with source
       0.0.0.0
     - ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are
       called
     - net/mlx5e: fix csum adjustments caused by RXFCS
     - net: sched: gred: pass the right attribute to gred_change_table_def()
     - net: stmmac: Fix stmmac_mdio_reset() when building stmmac as modules
     - net: udp: fix handling of CHECKSUM_COMPLETE packets
     - Revert "net: simplify sock_poll_wait"
     - rtnetlink: Disallow FDB configuration for non-Ethernet device
     - vhost: Fix Spectre V1 vulnerability
     - bonding: fix length of actor system
     - openvswitch: Fix push/pop ethernet validation
     - net/ipv6: Allow onlink routes to have a device mismatch if it is the default
       route
     - net/smc: fix smc_buf_unuse to use the lgr pointer
     - mlxsw: spectrum_switchdev: Don't ignore deletions of learned MACs
     - mlxsw: core: Fix devlink unregister flow
     - net: drop skb on failure in ip_check_defrag()
     - net: Properly unlink GRO packets on overflow.
     - r8169: fix broken Wake-on-LAN from S5 (poweroff)
     - Revert "be2net: remove desc field from be_eq_obj"
     - sctp: check policy more carefully when getting pr status
     - sparc64: Export __node_distance.
     - sparc64: Make corrupted user stacks more debuggable.
     - sparc64: Wire up compat getpeername and getsockname.
     - net: bridge: remove ipv6 zero address check in mcast queries
     - Linux 4.19.1
 
   * Miscellaneous Ubuntu changes
     - SAUCE: (noup) Update spl to 0.7.11-1ubuntu1, zfs to 0.7.11-3ubuntu1
     - [Config] updateconfigs after 4.19.2 stable update
     - [Config] Disable unneded options for s390
     - [Config] Update annotations for 4.19

linux (4.19.0-4.5) disco; urgency=medium

   * Add checksum offload and TSO support for HiNIC adapters (LP: #1800664)
     - net-next/hinic: add checksum offload and TSO support
 
   * [Bionic][Cosmic] Fix to ipmi to support vendor specific messages greater
     than 255 bytes (LP: #1799794)
     - ipmi:ssif: Add support for multi-part transmit messages > 2 parts
 
   * Packaging resync (LP: #1786013)
     - [Package] add support for specifying the primary makefile
 
   * Update ENA driver to version 2.0.1K (LP: #1798182)
     - net: ena: minor performance improvement
     - net: ena: complete host info to match latest ENA spec
     - net: ena: introduce Low Latency Queues data structures according to ENA spec
     - net: ena: add functions for handling Low Latency Queues in ena_com
     - net: ena: add functions for handling Low Latency Queues in ena_netdev
     - net: ena: use CSUM_CHECKED device indication to report skb's checksum status
     - net: ena: explicit casting and initialization, and clearer error handling
     - net: ena: limit refill Rx threshold to 256 to avoid latency issues
     - net: ena: change rx copybreak default to reduce kernel memory pressure
     - net: ena: remove redundant parameter in ena_com_admin_init()
     - net: ena: update driver version to 2.0.1
     - net: ena: fix indentations in ena_defs for better readability
     - net: ena: Fix Kconfig dependency on X86
     - net: ena: enable Low Latency Queues
     - net: ena: fix compilation error in xtensa architecture
 
   * [Bionic][Cosmic]  ipmi: Fix timer race with module unload (LP: #1799281)
     - ipmi: Fix timer race with module unload
 
   * Overlayfs in user namespace leaks directory content of inaccessible
     directories (LP: #1793458) // CVE-2018-6559
     - SAUCE: overlayfs: ensure mounter privileges when reading directories
 
   * not able to unwind the stack from within __kernel_clock_gettime in the Linux
     vDSO (LP: #1797963)
     - powerpc/vdso: Correct call frame information
 
   * Miscellaneous Ubuntu changes
     - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Don't print secure boot state
       from the efi stub"
     - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub"
     - Revert "UBUNTU: SAUCE: (efi-lockdown) Make get_cert_list() use
       efi_status_to_str() to print error messages."
     - Revert "UBUNTU: SAUCE: (efi-lockdown) Add efi_status_to_str() and rework
       efi_status_to_err()."
     - Revert "UBUNTU: SAUCE: (efi-lockdown) Make get_cert_list() not complain
       about cert lists that aren't present."
     - Revert "UBUNTU: SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable
       to be suppressed"
     - Revert "UBUNTU: SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI
       Secure Boot"
     - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser"
     - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Add EFI signature data types"
     - Revert "UBUNTU: SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time
       addition of keys to secondary keyring"
     - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in
       secure boot mode"
     - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to
       indicate secure boot mode"
     - Revert "UBUNTU: SAUCE: (efi-lockdown) Copy secure_boot flag in boot params
       across kexec reboot"
     - Revert "UBUNTU: SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the
       kernel is locked down"
     - Revert "UBUNTU: SAUCE: (efi-lockdown) Lock down perf"
     - Revert "UBUNTU: SAUCE: (efi-lockdown) bpf: Restrict kernel image access
       functions when the kernel is locked down"
     - Revert "UBUNTU: SAUCE: (efi-lockdown) Lock down kprobes"
     - Revert "UBUNTU: SAUCE: (efi-lockdown) Lock down /proc/kcore"
     - Revert "UBUNTU: SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the
       testmmiotrace module"
     - Revert "UBUNTU: SAUCE: (efi-lockdown) Lock down module params that specify
       hardware parameters (eg. ioport)"
     - Revert "UBUNTU: SAUCE: (efi-lockdown) Lock down TIOCSSERIAL"
     - Revert "UBUNTU: SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the
       kernel is locked down"
     - Revert "UBUNTU: SAUCE: (efi-lockdown) acpi: Disable APEI error injection if
       the kernel is locked down"
     - Revert "UBUNTU: SAUCE: (efi-lockdown) acpi: Disable ACPI table override if
       the kernel is locked down"
     - Revert "UBUNTU: SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param
       when the kernel has been locked down"
     - Revert "UBUNTU: SAUCE: (efi-lockdown) ACPI: Limit access to custom_method
       when the kernel is locked down"
     - Revert "UBUNTU: SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the
       kernel is locked down"
     - Revert "UBUNTU: SAUCE: (efi-lockdown) x86: Lock down IO port access when the
       kernel is locked down"
     - Revert "UBUNTU: SAUCE: (efi-lockdown) PCI: Lock down BAR access when the
       kernel is locked down"
     - Revert "UBUNTU: SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is
       locked down"
     - Revert "UBUNTU: SAUCE: (efi-lockdown) hibernate: Disable when the kernel is
       locked down"
     - Revert "UBUNTU: SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the
       kernel is locked down"
     - Revert "UBUNTU: SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the
       kernel is locked down"
     - Revert "UBUNTU: SAUCE: (efi-lockdown) Enforce module signatures if the
       kernel is locked down"
     - Revert "UBUNTU: SAUCE: (efi-lockdown) Add a SysRq option to lift kernel
       lockdown"
     - Revert "UBUNTU: SAUCE: (efi-lockdown) Add the ability to lock down access to
       the running kernel image"
     - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
       kernel image
     - SAUCE: (efi-lockdown) Add a SysRq option to lift kernel lockdown
     - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
     - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is
       locked down
     - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked
       down
     - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
     - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
     - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
       down
     - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
       locked down
     - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked
       down
     - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
       locked down
     - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
       has been locked down
     - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
       locked down
     - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
       locked down
     - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
       down
     - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
     - SAUCE: (efi-lockdown) Lock down module params that specify hardware
       parameters (eg. ioport)
     - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module
     - SAUCE: (efi-lockdown) Lock down /proc/kcore
     - SAUCE: (efi-lockdown) Lock down kprobes
     - SAUCE: (efi-lockdown) Lock down perf
     - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked
       down
     - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to
       secondary keyring
     - SAUCE: (efi-lockdown) efi: Add EFI signature data types
     - SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser
     - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot
     - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed
     - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists
       that aren't present.
     - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework
       efi_status_to_err().
     - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print
       error messages.
     - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
       reboot
     - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure
       boot mode
     - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
       mode
     - SAUCE: (efi-lockdown) efi/x86: Call efi_parse_options() from efi_main()
     - SAUCE: (efi-lockdown) Fix for module sig verification
     - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
     - SAUCE: (efi-lockdown) module: remove support for having IMA validate modules
     - [Packaging] generate Vcs-Git url from changelog
     - [Config] CONFIG_SCSI_MQ_DEFAULT=y

linux (4.19.0-3.4) cosmic; urgency=medium

   * Support Edge Gateway's Bluetooth LED (LP: #1798332)
     - SAUCE: Bluetooth: Support for LED on Edge Gateways
 
   * Support Edge Gateway's WIFI LED (LP: #1798330)
     - SAUCE: mwifiex: Switch WiFi LED state according to the device status
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v4.19

linux (4.19.0-2.3) cosmic; urgency=medium

   * fscache: bad refcounting in fscache_op_complete leads to OOPS (LP: #1797314)
     - SAUCE: fscache: Fix race in decrementing refcount of op->npages
 
   * Provide mode where all vCPUs on a core must be the same VM (LP: #1792957)
     - KVM: PPC: Book3S HV: Provide mode where all vCPUs on a core must be the same
       VM
 
   * The front MIC can't work on the Lenovo M715 (LP: #1797292)
     - ALSA: hda/realtek - Fix the problem of the front MIC on the Lenovo M715
 
   * arm64: snapdragon: WARNING: CPU: 0 PID: 1 at drivers/irqchip/irq-gic.c:1016
     gic_irq_domain_translate (LP: #1797143)
     - SAUCE: arm64: dts: msm8916: camms: fix gic_irq_domain_translate warnings
 
   * Dell new AIO requires a new uart backlight driver (LP: #1727235)
     - SAUCE: platform/x86: dell-uart-backlight: new backlight driver for DELL AIO
     - updateconfigs for Dell UART backlight driver
 
   * Please make CONFIG_PWM_LPSS_PCI and CONFIG_PWM_LPSS_PLATFORM built in to
     make brightness adjustment working on various BayTrail/CherryTrail-based
     devices (LP: #1783964)
     - [Config]: Make PWM_LPSS_* built-in
 
   * check and fix zkey required kernel modules locations in debs, udebs, and
     initramfs (LP: #1794346)
     - [Config] add s390 crypto modules to crypt-modules udeb
 
   * Miscellaneous Ubuntu changes
     - [Config] CONFIG_VBOXGUEST=n
     - ubuntu: vbox -- update to 5.2.18-dfsg-2
     - ubuntu: enable vbox build
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v4.19-rc8

linux (4.19.0-1.2) cosmic; urgency=medium

   * Page leaking in cachefiles_read_backing_file while vmscan is active
     (LP: #1793430)
     - SAUCE: cachefiles: Page leaking in cachefiles_read_backing_file while vmscan
       is active
 
   * SRU: Enable middle button of touchpad on ThinkPad P72 (LP: #1793463)
     - Input: elantech - enable middle button of touchpad on ThinkPad P72
 
   * Improvements to the kernel source package preparation (LP: #1793461)
     - [Packaging] startnewrelease: add support for backport kernels
 
   * Fix unusable NVIDIA GPU after S3 (LP: #1793338)
     - SAUCE: PCI: Reprogram bridge prefetch registers on resume
 
   * Error reported when creating ZFS pool with "-t" option, despite successful
     pool creation (LP: #1769937)
     - SAUCE: (noup) Update zfs to 0.7.9-3ubuntu6
 
   * device hotplug of vfio devices can lead to deadlock in vfio_pci_release
     (LP: #1792099)
     - SAUCE: vfio -- release device lock before userspace requests
 
   * Miscellaneous Ubuntu changes
     - [Packaging] retpoline -- fix temporary filenaming
     - CONFIG_BCH_CONST_PARAMS=n
     - Packaging: final-checks: remove trailing backport suffix
     - SAUCE: import aufs driver
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v4.19-rc5

linux (4.19.0-0.1) cosmic; urgency=medium

   * Miscellaneous Ubuntu changes
     - ubuntu -- disable vbox build
     - Disable zfs build
     - SAUCE: Import aufs driver
     - Update dropped.txt
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v4.19-rc3

linux (4.19.0-0.0) cosmic; urgency=medium

   * Dummy entry.

linux (4.18.0-8.9) cosmic; urgency=medium

   * linux: 4.18.0-8.9 -proposed tracker (LP: #1791663)
 
   * Cosmic update to v4.18.7 stable release (LP: #1791660)
     - rcu: Make expedited GPs handle CPU 0 being offline
     - net: 6lowpan: fix reserved space for single frames
     - net: mac802154: tx: expand tailroom if necessary
     - 9p/net: Fix zero-copy path in the 9p virtio transport
     - spi: davinci: fix a NULL pointer dereference
     - spi: pxa2xx: Add support for Intel Ice Lake
     - spi: spi-fsl-dspi: Fix imprecise abort on VF500 during probe
     - spi: cadence: Change usleep_range() to udelay(), for atomic context
     - mmc: block: Fix unsupported parallel dispatch of requests
     - mmc: renesas_sdhi_internal_dmac: mask DMAC interrupts
     - mmc: renesas_sdhi_internal_dmac: fix #define RST_RESERVED_BITS
     - readahead: stricter check for bdi io_pages
     - block: fix infinite loop if the device loses discard capability
     - block: blk_init_allocated_queue() set q->fq as NULL in the fail case
     - block: really disable runtime-pm for blk-mq
     - blkcg: Introduce blkg_root_lookup()
     - block: Introduce blk_exit_queue()
     - block: Ensure that a request queue is dissociated from the cgroup controller
     - apparmor: fix bad debug check in apparmor_secid_to_secctx()
     - dma-buf: Move BUG_ON from _add_shared_fence to _add_shared_inplace
     - libertas: fix suspend and resume for SDIO connected cards
     - media: Revert "[media] tvp5150: fix pad format frame height"
     - mailbox: xgene-slimpro: Fix potential NULL pointer dereference
     - Replace magic for trusting the secondary keyring with #define
     - Fix kexec forbidding kernels signed with keys in the secondary keyring to
       boot
     - powerpc/fadump: handle crash memory ranges array index overflow
     - powerpc/64s: Fix page table fragment refcount race vs speculative references
     - powerpc/pseries: Fix endianness while restoring of r3 in MCE handler.
     - powerpc/pkeys: Give all threads control of their key permissions
     - powerpc/pkeys: Deny read/write/execute by default
     - powerpc/pkeys: key allocation/deallocation must not change pkey registers
     - powerpc/pkeys: Save the pkey registers before fork
     - powerpc/pkeys: Fix calculation of total pkeys.
     - powerpc/pkeys: Preallocate execute-only key
     - powerpc/nohash: fix pte_access_permitted()
     - powerpc64/ftrace: Include ftrace.h needed for enable/disable calls
     - powerpc/powernv/pci: Work around races in PCI bridge enabling
     - cxl: Fix wrong comparison in cxl_adapter_context_get()
     - IB/mlx5: Honor cnt_set_id_valid flag instead of set_id
     - IB/mlx5: Fix leaking stack memory to userspace
     - IB/srpt: Fix srpt_cm_req_recv() error path (1/2)
     - IB/srpt: Fix srpt_cm_req_recv() error path (2/2)
     - IB/srpt: Support HCAs with more than two ports
     - overflow.h: Add arithmetic shift helper
     - RDMA/mlx5: Fix shift overflow in mlx5_ib_create_wq
     - ib_srpt: Fix a use-after-free in srpt_close_ch()
     - ib_srpt: Fix a use-after-free in __srpt_close_all_ch()
     - RDMA/rxe: Set wqe->status correctly if an unexpected response is received
     - 9p: fix multiple NULL-pointer-dereferences
     - fs/9p/xattr.c: catch the error of p9_client_clunk when setting xattr failed
     - 9p/virtio: fix off-by-one error in sg list bounds check
     - net/9p/client.c: version pointer uninitialized
     - net/9p/trans_fd.c: fix race-condition by flushing workqueue before the
       kfree()
     - dm integrity: change 'suspending' variable from bool to int
     - dm thin: stop no_space_timeout worker when switching to write-mode
     - dm cache metadata: save in-core policy_hint_size to on-disk superblock
     - dm cache metadata: set dirty on all cache blocks after a crash
     - dm crypt: don't decrease device limits
     - dm writecache: fix a crash due to reading past end of dirty_bitmap
     - uart: fix race between uart_put_char() and uart_shutdown()
     - Drivers: hv: vmbus: Fix the offer_in_progress in vmbus_process_offer()
     - Drivers: hv: vmbus: Reset the channel callback in vmbus_onoffer_rescind()
     - iio: sca3000: Fix missing return in switch
     - iio: ad9523: Fix displayed phase
     - iio: ad9523: Fix return value for ad952x_store()
     - extcon: Release locking when sending the notification of connector state
     - eventpoll.h: wrap casts in () properly
     - vmw_balloon: fix inflation of 64-bit GFNs
     - vmw_balloon: do not use 2MB without batching
     - vmw_balloon: VMCI_DOORBELL_SET does not check status
     - vmw_balloon: fix VMCI use when balloon built into kernel
     - rtc: omap: fix resource leak in registration error path
     - rtc: omap: fix potential crash on power off
     - tracing: Do not call start/stop() functions when tracing_on does not change
     - tracing/blktrace: Fix to allow setting same value
     - printk/tracing: Do not trace printk_nmi_enter()
     - livepatch: Validate module/old func name length
     - uprobes: Use synchronize_rcu() not synchronize_sched()
     - mfd: hi655x: Fix regmap area declared size for hi655x
     - ovl: fix wrong use of impure dir cache in ovl_iterate()
     - ACPICA: AML Parser: skip opcodes that open a scope upon parse failure
     - ACPICA: Clear status of all events when entering sleep states
     - drivers/block/zram/zram_drv.c: fix bug storing backing_dev
     - sched: idle: Avoid retaining the tick when it has been stopped
     - cpuidle: menu: Handle stopped tick more aggressively
     - cpufreq: governor: Avoid accessing invalid governor_data
     - PM / sleep: wakeup: Fix build error caused by missing SRCU support
     - ALSA: ac97: fix device initialization in the compat layer
     - ALSA: ac97: fix check of pm_runtime_get_sync failure
     - ALSA: ac97: fix unbalanced pm_runtime_enable
     - i2c: designware: Re-init controllers with pm_disabled set on resume
     - KVM: VMX: fixes for vmentry_l1d_flush module parameter
     - KVM: PPC: Book3S: Fix guest DMA when guest partially backed by THP pages
     - xtensa: limit offsets in __loop_cache_{all,page}
     - xtensa: increase ranges in ___invalidate_{i,d}cache_all
     - block, bfq: return nbytes and not zero from struct cftype .write() method
     - pnfs/blocklayout: off by one in bl_map_stripe()
     - nfsd: fix leaked file lock with nfs exported overlayfs
     - NFSv4 client live hangs after live data migration recovery
     - NFSv4: Fix locking in pnfs_generic_recover_commit_reqs
     - NFSv4: Fix a sleep in atomic context in nfs4_callback_sequence()
     - ARM: tegra: Fix Tegra30 Cardhu PCA954x reset
     - ARM: dts: am57xx-idk: Enable dual role for USB2 port
     - pwm: omap-dmtimer: Return -EPROBE_DEFER if no dmtimer platform data
     - mm/tlb: Remove tlb_remove_table() non-concurrent condition
     - iommu/ipmmu-vmsa: Don't register as BUS IOMMU if machine doesn't have IPMMU-
       VMSA
     - iommu/vt-d: Add definitions for PFSID
     - iommu/vt-d: Fix dev iotlb pfsid use
     - sys: don't hold uts_sem while accessing userspace memory
     - userns: move user access out of the mutex
     - ubifs: Fix memory leak in lprobs self-check
     - Revert "UBIFS: Fix potential integer overflow in allocation"
     - ubifs: Check data node size before truncate
     - ubifs: xattr: Don't operate on deleted inodes
     - ubifs: Fix directory size calculation for symlinks
     - ubifs: Fix synced_i_size calculation for xattr inodes
     - pwm: tiehrpwm: Don't use emulation mode bits to control PWM output
     - pwm: tiehrpwm: Fix disabling of output of PWMs
     - fb: fix lost console when the user unplugs a USB adapter
     - udlfb: fix semaphore value leak
     - udlfb: fix display corruption of the last line
     - udlfb: don't switch if we are switching to the same videomode
     - udlfb: set optimal write delay
     - udlfb: make a local copy of fb_ops
     - udlfb: handle allocation failure
     - udlfb: set line_length in dlfb_ops_set_par
     - getxattr: use correct xattr length
     - libnvdimm: Use max contiguous area for namespace size
     - libnvdimm: fix ars_status output length calculation
     - bcache: release dc->writeback_lock properly in bch_writeback_thread()
     - kconfig: fix "Can't open ..." in parallel build
     - perf auxtrace: Fix queue resize
     - crypto: vmx - Fix sleep-in-atomic bugs
     - crypto: aesni - Use unaligned loads from gcm_context_data
     - crypto: arm64/sm4-ce - check for the right CPU feature bit
     - crypto: caam - fix DMA mapping direction for RSA forms 2 & 3
     - crypto: caam/jr - fix descriptor DMA unmapping
     - crypto: caam/qi - fix error path in xts setkey
     - fs/quota: Fix spectre gadget in do_quotactl
     - udf: Fix mounting of Win7 created UDF filesystems
     - cpuidle: menu: Retain tick when shallow state is selected
     - arm64: mm: always enable CONFIG_HOLES_IN_ZONE
     - Linux 4.18.7
 
   * CVE-2017-5715
     - s390: detect etoken facility
     - KVM: s390: add etoken support for guests
 
   * Missing Intel GPU pci-id's (LP: #1789924)
     - drm/i915/whl: Introducing Whiskey Lake platform
     - drm/i915/aml: Introducing Amber Lake platform
     - drm/i915/cfl: Add a new CFL PCI ID.
 
   * [18.10 FEAT] Add kernel config options for SMC-R/D (LP: #1789934)
     - s390/ism: add device driver for internal shared memory
     - CONFIG_ISM=y for s390
 
   * Cosmic update to v4.18.6 stable release (LP: #1791105)
     - PATCH scripts/kernel-doc
     - scripts/kernel-doc: Escape all literal braces in regexes
     - scsi: libsas: dynamically allocate and free ata host
     - xprtrdma: Fix disconnect regression
     - mei: don't update offset in write
     - cifs: add missing support for ACLs in SMB 3.11
     - CIFS: fix uninitialized ptr deref in smb2 signing
     - cifs: add missing debug entries for kconfig options
     - cifs: use a refcount to protect open/closing the cached file handle
     - cifs: check kmalloc before use
     - smb3: enumerating snapshots was leaving part of the data off end
     - smb3: Do not send SMB3 SET_INFO if nothing changed
     - smb3: don't request leases in symlink creation and query
     - smb3: fill in statfs fsid and correct namelen
     - btrfs: use correct compare function of dirty_metadata_bytes
     - btrfs: don't leak ret from do_chunk_alloc
     - Btrfs: fix mount failure after fsync due to hard link recreation
     - Btrfs: fix btrfs_write_inode vs delayed iput deadlock
     - Btrfs: fix send failure when root has deleted files still open
     - Btrfs: send, fix incorrect file layout after hole punching beyond eof
     - hwmon: (k10temp) 27C Offset needed for Threadripper2
     - bpf, arm32: fix stack var offset in jit
     - regulator: arizona-ldo1: Use correct device to get enable GPIO
     - iommu/arm-smmu: Error out only if not enough context interrupts
     - printk: Split the code for storing a message into the log buffer
     - printk: Create helper function to queue deferred console handling
     - printk/nmi: Prevent deadlock when accessing the main log buffer in NMI
     - kprobes/arm64: Fix %p uses in error messages
     - arm64: Fix mismatched cache line size detection
     - arm64: Handle mismatched cache type
     - arm64: mm: check for upper PAGE_SHIFT bits in pfn_valid()
     - arm64: dts: rockchip: corrected uart1 clock-names for rk3328
     - KVM: arm/arm64: Fix potential loss of ptimer interrupts
     - KVM: arm/arm64: Fix lost IRQs from emulated physcial timer when blocked
     - KVM: arm/arm64: Skip updating PMD entry if no change
     - KVM: arm/arm64: Skip updating PTE entry if no change
     - s390/kvm: fix deadlock when killed by oom
     - perf kvm: Fix subcommands on s390
     - stop_machine: Reflow cpu_stop_queue_two_works()
     - stop_machine: Atomically queue and wake stopper threads
     - ext4: check for NUL characters in extended attribute's name
     - ext4: use ext4_warning() for sb_getblk failure
     - ext4: sysfs: print ext4_super_block fields as little-endian
     - ext4: reset error code in ext4_find_entry in fallback
     - ext4: fix race when setting the bitmap corrupted flag
     - x86/gpu: reserve ICL's graphics stolen memory
     - platform/x86: wmi: Do not mix pages and kmalloc
     - platform/x86: ideapad-laptop: Apply no_hw_rfkill to Y20-15IKBM, too
     - mm: move tlb_table_flush to tlb_flush_mmu_free
     - mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREE
     - x86/speculation/l1tf: Fix overflow in l1tf_pfn_limit() on 32bit
     - x86/speculation/l1tf: Fix off-by-one error when warning that system has too
       much RAM
     - x86/speculation/l1tf: Suggest what to do on systems with too much RAM
     - x86/vdso: Fix vDSO build if a retpoline is emitted
     - x86/process: Re-export start_thread()
     - KVM: x86: ensure all MSRs can always be KVM_GET/SET_MSR'd
     - KVM: x86: SVM: Call x86_spec_ctrl_set_guest/host() with interrupts disabled
     - fuse: Don't access pipe->buffers without pipe_lock()
     - fuse: fix initial parallel dirops
     - fuse: fix double request_end()
     - fuse: fix unlocked access to processing queue
     - fuse: umount should wait for all requests
     - fuse: Fix oops at process_init_reply()
     - fuse: Add missed unlock_page() to fuse_readpages_fill()
     - lib/vsprintf: Do not handle %pO[^F] as %px
     - udl-kms: change down_interruptible to down
     - udl-kms: handle allocation failure
     - udl-kms: fix crash due to uninitialized memory
     - udl-kms: avoid division
     - b43legacy/leds: Ensure NUL-termination of LED name string
     - b43/leds: Ensure NUL-termination of LED name string
     - ASoC: dpcm: don't merge format from invalid codec dai
     - ASoC: zte: Fix incorrect PCM format bit usages
     - ASoC: sirf: Fix potential NULL pointer dereference
     - ASoC: wm_adsp: Correct DSP pointer for preloader control
     - soc: qcom: rmtfs-mem: fix memleak in probe error paths
     - pinctrl: freescale: off by one in imx1_pinconf_group_dbg_show()
     - scsi: qla2xxx: Fix stalled relogin
     - x86/vdso: Fix lsl operand order
     - x86/nmi: Fix NMI uaccess race against CR3 switching
     - x86/irqflags: Mark native_restore_fl extern inline
     - x86/spectre: Add missing family 6 check to microcode check
     - x86/speculation/l1tf: Increase l1tf memory limit for Nehalem+
     - hwmon: (nct6775) Fix potential Spectre v1
     - x86/entry/64: Wipe KASAN stack shadow before rewind_stack_do_exit()
     - x86: Allow generating user-space headers without a compiler
     - s390/mm: fix addressing exception after suspend/resume
     - s390/lib: use expoline for all bcr instructions
     - s390: fix br_r1_trampoline for machines without exrl
     - s390/qdio: reset old sbal_state flags
     - s390/numa: move initial setup of node_to_cpumask_map
     - s390/purgatory: Fix crash with expoline enabled
     - s390/purgatory: Add missing FORCE to Makefile targets
     - kprobes: Show blacklist addresses as same as kallsyms does
     - kprobes: Replace %p with other pointer types
     - kprobes/arm: Fix %p uses in error messages
     - kprobes: Make list and blacklist root user read only
     - MIPS: Correct the 64-bit DSP accumulator register size
     - MIPS: memset.S: Fix byte_fixup for MIPSr6
     - MIPS: Always use -march=<arch>, not -<arch> shortcuts
     - MIPS: Change definition of cpu_relax() for Loongson-3
     - MIPS: lib: Provide MIPS64r6 __multi3() for GCC < 7
     - tpm: Return the actual size when receiving an unsupported command
     - tpm: separate cmd_ready/go_idle from runtime_pm
     - scsi: mpt3sas: Fix calltrace observed while running IO & reset
     - scsi: mpt3sas: Fix _transport_smp_handler() error path
     - scsi: sysfs: Introduce sysfs_{un,}break_active_protection()
     - scsi: core: Avoid that SCSI device removal through sysfs triggers a deadlock
     - iscsi target: fix session creation failure handling
     - mtd: rawnand: hynix: Use ->exec_op() in hynix_nand_reg_write_op()
     - mtd: rawnand: fsmc: Stop using chip->read_buf()
     - mtd: rawnand: marvell: add suspend and resume hooks
     - mtd: rawnand: qcom: wait for desc completion in all BAM channels
     - clk: rockchip: fix clk_i2sout parent selection bits on rk3399
     - clk: npcm7xx: fix memory allocation
     - PM / clk: signedness bug in of_pm_clk_add_clks()
     - power: generic-adc-battery: fix out-of-bounds write when copying channel
       properties
     - power: generic-adc-battery: check for duplicate properties copied from iio
       channels
     - watchdog: Mark watchdog touch functions as notrace
     - cdrom: Fix info leak/OOB read in cdrom_ioctl_drive_status
     - x86/dumpstack: Don't dump kernel memory based on usermode RIP
     - Linux 4.18.6
     - updateconfigs after v4.18.6 stable update
 
   * random oopses on s390 systems using NVMe devices (LP: #1790480)
     - s390/pci: fix out of bounds access during irq setup
 
   * [18.10 FEAT] zcrypt DD: introduce APQN tags to support deterministic driver
     binding (LP: #1784331)
     - s390/zcrypt: code beautify
     - s390/zcrypt: AP bus support for alternate driver(s)
     - s390/zcrypt: hex string mask improvements for apmask and aqmask.
 
   * performance drop with ATS enabled (LP: #1788097)
     - powerpc/powernv: Fix concurrency issue with npu->mmio_atsd_usage
 
   * Fix MCE handling for user access of poisoned device-dax mapping
     (LP: #1774366)
     - device-dax: Convert to vmf_insert_mixed and vm_fault_t
     - device-dax: Enable page_mapping()
     - device-dax: Set page->index
     - filesystem-dax: Set page->index
     - mm, madvise_inject_error: Disable MADV_SOFT_OFFLINE for ZONE_DEVICE pages
     - mm, dev_pagemap: Do not clear ->mapping on final put
     - mm, madvise_inject_error: Let memory_failure() optionally take a page
       reference
     - mm, memory_failure: Collect mapping size in collect_procs()
     - filesystem-dax: Introduce dax_lock_mapping_entry()
     - mm, memory_failure: Teach memory_failure() about dev_pagemap pages
     - x86/mm/pat: Prepare {reserve, free}_memtype() for "decoy" addresses
     - x86/memory_failure: Introduce {set, clear}_mce_nospec()
     - libnvdimm, pmem: Restore page attributes when clearing errors
 
   * Reconcile hns3 SAUCE patches with upstream (LP: #1787477)
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix comments for
       hclge_get_ring_chain_from_mbx"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for using wrong mask and
       shift in hclge_get_ring_chain_from_mbx"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for reset_level default
       assignment probelm"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unnecessary ring
       configuration operation while resetting"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix return value error in
       hns3_reset_notify_down_enet"
     - Revert "UBUNTU: SAUCE: net: hns3: Fix for phy link issue when using marvell
       phy driver"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: separate roce from nic when
       resetting"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: correct reset event status
       register"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: prevent to request reset
       frequently"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: reset net device with rtnl_lock"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify the order of initializeing
       command queue register"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: prevent sending command during
       global or core reset"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: Use roce handle when calling roce
       callback function"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove the warning when clear
       reset cause"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix get_vector ops in
       hclgevf_main module"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix warning bug when doing lp
       selftest"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add configure for mac minimal
       frame size"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for mailbox message truncated
       problem"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for l4 checksum offload bug"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for waterline not setting
       correctly"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for mac pause not disable in
       pfc mode"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix tc setup when netdev is first
       up"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add calling roce callback
       function when link status change"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: optimize the process of notifying
       roce client"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add pf reset for hip08 RoCE"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add SPDX tags to hns3 driver"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused struct member and
       definition"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix mislead parameter name"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify inconsistent bit mask
       macros"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: use decimal for bit offset
       macros"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix unreasonable code comments"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove extra space and brackets"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: standardize the handle of return
       value"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some redundant
       assignments"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify hnae_ to hnae3_"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: use dma_zalloc_coherent instead
       of kzalloc/dma_map_single"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: give default option while
       dependency HNS3 set"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some unused members of
       some structures"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove a redundant
       hclge_cmd_csq_done"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: using modulo for cyclic counters
       in hclge_cmd_send"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: simplify hclge_cmd_csq_clean"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some redundant
       assignments"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove useless code in
       hclge_cmd_send"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused
       hclge_ring_to_dma_dir"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: use lower_32_bits and
       upper_32_bits"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove back in struct hclge_hw"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: add unlikely for error check"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove the Redundant put_vector
       in hns3_client_uninit"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: print the ret value in error
       information"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: extraction an interface for state
       state init|uninit"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused head file in
       hnae3.c"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: add l4_type check for both ipv4
       and ipv6"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: add vector status check before
       free vector"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: rename the interface for
       init_client_instance and uninit_client_instance"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove hclge_get_vector_index
       from hclge_bind_ring_with_vector"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: RX BD information valid only in
       last BD except VLD bit and buffer size"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: add support for serdes loopback
       selftest"
     - net: hns3: Updates RX packet info fetch in case of multi BD
     - net: hns3: remove hclge_get_vector_index from hclge_bind_ring_with_vector
     - net: hns3: rename the interface for init_client_instance and
       uninit_client_instance
     - net: hns3: add vector status check before free vector
     - net: hns3: add l4_type check for both ipv4 and ipv6
     - net: hns3: add unlikely for error check
     - net: hns3: remove unused head file in hnae3.c
     - net: hns3: extraction an interface for state init|uninit
     - net: hns3: print the ret value in error information
     - net: hns3: remove the Redundant put_vector in hns3_client_uninit
     - net: hns3: remove back in struct hclge_hw
     - net: hns3: use lower_32_bits and upper_32_bits
     - net: hns3: remove unused hclge_ring_to_dma_dir
     - net: hns3: remove useless code in hclge_cmd_send
     - net: hns3: remove some redundant assignments
     - net: hns3: simplify hclge_cmd_csq_clean
     - net: hns3: remove a redundant hclge_cmd_csq_done
     - net: hns3: remove some unused members of some structures
     - net: hns3: give default option while dependency HNS3 set
     - net: hns3: use dma_zalloc_coherent instead of kzalloc/dma_map_single
     - net: hns3: modify hnae_ to hnae3_
     - net: hns3: Fix tc setup when netdev is first up
     - net: hns3: Fix for mac pause not disable in pfc mode
     - net: hns3: Fix for waterline not setting correctly
     - net: hns3: Fix for l4 checksum offload bug
     - net: hns3: Fix for mailbox message truncated problem
     - net: hns3: Add configure for mac minimal frame size
     - net: hns3: Fix warning bug when doing lp selftest
     - net: hns3: Fix get_vector ops in hclgevf_main module
     - net: hns3: Remove the warning when clear reset cause
     - net: hns3: Prevent sending command during global or core reset
     - net: hns3: Modify the order of initializing command queue register
     - net: hns3: Reset net device with rtnl_lock
     - net: hns3: Prevent to request reset frequently
     - net: hns3: Correct reset event status register
     - net: hns3: Fix return value error in hns3_reset_notify_down_enet
     - net: hns3: remove unnecessary ring configuration operation while resetting
     - net: hns3: Fix for reset_level default assignment probelm
     - net: hns3: Fix for using wrong mask and shift in
       hclge_get_ring_chain_from_mbx
     - net: hns3: Fix comments for hclge_get_ring_chain_from_mbx
     - net: hns3: Remove some redundant assignments
     - net: hns3: Standardize the handle of return value
     - net: hns3: Remove extra space and brackets
     - net: hns3: Correct unreasonable code comments
     - net: hns3: Use decimal for bit offset macros
     - net: hns3: Modify inconsistent bit mask macros
     - net: hns3: Fix misleading parameter name
     - net: hns3: Remove unused struct member and definition
     - net: hns3: Add SPDX tags to HNS3 PF driver
     - net: hns3: Add support for serdes loopback selftest
     - net: hns3: Fix for phy link issue when using marvell phy driver
 
   * [Regression] kernel crashdump fails on arm64 (LP: #1786878)
     - arm64: export memblock_reserve()d regions via /proc/iomem
     - drivers: acpi: add dependency of EFI for arm64
     - efi/arm: preserve early mapping of UEFI memory map longer for BGRT
     - efi/arm: map UEFI memory map even w/o runtime services enabled
     - arm64: acpi: fix alignment fault in accessing ACPI
     - [Config] CONFIG_ARCH_SUPPORTS_ACPI=y
     - arm64: fix ACPI dependencies
     - ACPI: fix menuconfig presentation of ACPI submenu
 
   * TB 16 issue on Dell Lattitude 7490 with large amount of data (LP: #1785780)
     - r8152: disable RX aggregation on new Dell TB16 dock
 
   * Support Power Management for Thunderbolt Controller  (LP: #1789358)
     - thunderbolt: Use 64-bit DMA mask if supported by the platform
     - thunderbolt: Do not unnecessarily call ICM get route
     - thunderbolt: No need to take tb->lock in domain suspend/complete
     - thunderbolt: Use correct ICM commands in system suspend
     - thunderbolt: Add support for runtime PM
 
   * Enable AMD PCIe MP2 for AMDI0011 (LP: #1773940)
     - SAUCE: i2c:amd I2C Driver based on PCI Interface for upcoming platform
     - SAUCE: i2c:amd move out pointer in union i2c_event_base
     - SAUCE: i2c:amd Depends on ACPI
     - [Config] i2c: CONFIG_I2C_AMD_MP2=y on x86
 
   * Microphone cannot be detected with front panel audio combo jack on HP Z8-G4
     machine (LP: #1789145)
     - ALSA: hda/realtek - Fix HP Headset Mic can't record
 
   * Please enable CONFIG_PAGE_POISONING (LP: #1783651)
     - [Config] Enable CONFIG_PAGE_POISONING configs
 
   * Tango platform uses __initcall without further checks (LP: #1787945)
     - [Config] disable ARCH_TANGO
 
   * [18.10 FEAT] SMC-Direct (LP: #1786902)
     - net/smc: determine port attributes independent from pnet table
     - net/smc: add pnetid support
     - net/smc: add base infrastructure for SMC-D and ISM
     - net/smc: add pnetid support for SMC-D and ISM
     - net/smc: add SMC-D support in CLC messages
     - net/smc: add SMC-D support in data transfer
     - net/smc: add SMC-D support in af_smc
     - net/smc: add SMC-D diag support
     - net/smc: provide smc mode in smc_diag.c
     - net/smc: eliminate cursor read and write calls
     - net/smc: add function to get link group from link
     - net/smc: use DECLARE_BITMAP for rtokens_used_mask
     - net/smc: remove local variable page in smc_rx_splice()
     - net/smc: Remove a WARN_ON() statement
     - net/smc: Simplify ib_post_(send|recv|srq_recv)() calls
     - net/smc: fewer parameters for smc_llc_send_confirm_link()
     - net/smc: use correct vlan gid of RoCE device
     - net/smc: provide fallback reason code
     - net/smc: improve delete link processing
     - net: simplify sock_poll_wait
     - net/smc: send response to test link signal
 
   * Miscellaneous Ubuntu changes
     - [Config] update annotations for CONFIG_CRYPTO_SPECK_NEON
     - [Config] fix up annotatios for CONFIG_CRYPTO_SPECK

linux (4.18.0-7.8) cosmic; urgency=medium

   * linux: 4.18.0-7.8 -proposed tracker (LP: #1789459)
 
   * pmtu.sh fails on 4.18 kernel (LP: #1789436)
     - SAUCE: Revert "vti6: fix PMTU caching and reporting on xmit"

linux (4.18.0-6.7) cosmic; urgency=medium

   * linux: 4.18.0-6.7 -proposed tracker (LP: #1788881)
 
   * systemd 237-3ubuntu10 ADT test failure with linux 4.18.0-5.6 (LP: #1787440)
     - Config: Disable BPF_JIT_ALWAYS_ON on i386
 
   * execveat03 in ubuntu_ltp_syscalls failed on X/B (LP: #1786729)
     - cap_inode_getsecurity: use d_find_any_alias() instead of d_find_alias()
 
   * Cosmic update to v4.18.5 stable release (LP: #1788874)
     - EDAC: Add missing MEM_LRDDR4 entry in edac_mem_types[]
     - pty: fix O_CLOEXEC for TIOCGPTPEER
     - mm: Allow non-direct-map arguments to free_reserved_area()
     - x86/mm/init: Pass unconverted symbol addresses to free_init_pages()
     - x86/mm/init: Add helper for freeing kernel image pages
     - x86/mm/init: Remove freed kernel image areas from alias mapping
     - powerpc64s: Show ori31 availability in spectre_v1 sysfs file not v2
     - ext4: fix spectre gadget in ext4_mb_regular_allocator()
     - drm/i915/kvmgt: Fix potential Spectre v1
     - drm/amdgpu/pm: Fix potential Spectre v1
     - parisc: Remove unnecessary barriers from spinlock.h
     - parisc: Remove ordered stores from syscall.S
     - PCI: Restore resized BAR state on resume
     - PCI / ACPI / PM: Resume all bridges on suspend-to-RAM
     - PCI: hotplug: Don't leak pci_slot on registration failure
     - PCI: aardvark: Size bridges before resources allocation
     - PCI: Skip MPS logic for Virtual Functions (VFs)
     - PCI: pciehp: Fix use-after-free on unplug
     - PCI: pciehp: Fix unprotected list iteration in IRQ handler
     - i2c: core: ACPI: Properly set status byte to 0 for multi-byte writes
     - i2c: imx: Fix race condition in dma read
     - reiserfs: fix broken xattr handling (heap corruption, bad retval)
     - Linux 4.18.5
 
   * [18.10 FEAT] Add kernel config option "CONFIG_SCLP_OFB" (LP: #1787898)
     - [Config] CONFIG_SCLP_OFB=y for s390x
 
   * errors when scanning partition table of corrupted AIX disk (LP: #1787281)
     - partitions/aix: fix usage of uninitialized lv_info and lvname structures
     - partitions/aix: append null character to print data from disk
 
   * Apply NVMe bugfix from Google that bjf asked for (LP: #1787635)
     - nvme-pci: add a memory barrier to nvme_dbbuf_update_and_check_event
 
   * ThinkPad systems have no HDMI sound when using the nvidia GPU (LP: #1787058)
     - ACPI / OSI: Add OEM _OSI string to enable NVidia HDMI audio
 
   * Cosmic update to v4.18.4 stable release (LP: #1788454)
     - l2tp: use sk_dst_check() to avoid race on sk->sk_dst_cache
     - net_sched: fix NULL pointer dereference when delete tcindex filter
     - net_sched: Fix missing res info when create new tc_index filter
     - r8169: don't use MSI-X on RTL8168g
     - ALSA: hda - Sleep for 10ms after entering D3 on Conexant codecs
     - ALSA: hda - Turn CX8200 into D3 as well upon reboot
     - ALSA: vx222: Fix invalid endian conversions
     - ALSA: virmidi: Fix too long output trigger loop
     - ALSA: cs5535audio: Fix invalid endian conversion
     - ALSA: dice: fix wrong copy to rx parameters for Alesis iO26
     - ALSA: hda: Correct Asrock B85M-ITX power_save blacklist entry
     - ALSA: memalloc: Don't exceed over the requested size
     - ALSA: vxpocket: Fix invalid endian conversions
     - ALSA: seq: Fix poll() error return
     - media: gl861: fix probe of dvb_usb_gl861
     - USB: serial: sierra: fix potential deadlock at close
     - USB: serial: pl2303: add a new device id for ATEN
     - USB: option: add support for DW5821e
     - ACPI / PM: save NVS memory for ASUS 1025C laptop
     - tty: serial: 8250: Revert NXP SC16C2552 workaround
     - serial: 8250_exar: Read INT0 from slave device, too
     - serial: 8250_dw: always set baud rate in dw8250_set_termios
     - serial: 8250_dw: Add ACPI support for uart on Broadcom SoC
     - uio: fix wrong return value from uio_mmap()
     - misc: sram: fix resource leaks in probe error path
     - Revert "uio: use request_threaded_irq instead"
     - Bluetooth: avoid killing an already killed socket
     - isdn: Disable IIOCDBGVAR
     - net: sock_diag: Fix spectre v1 gadget in __sock_diag_cmd()
     - hv/netvsc: Fix NULL dereference at single queue mode fallback
     - r8169: don't use MSI-X on RTL8106e
     - ip_vti: fix a null pointer deferrence when create vti fallback tunnel
     - net: ethernet: mvneta: Fix napi structure mixup on armada 3700
     - net: mvneta: fix mvneta_config_rss on armada 3700
     - cls_matchall: fix tcf_unbind_filter missing
     - Linux 4.18.4
 
   * Cosmic update to v4.18.3 stable release (LP: #1788453)
     - x86/speculation/l1tf: Exempt zeroed PTEs from inversion
     - Linux 4.18.3
 
   * Cosmic update to v4.18.2 stable release (LP: #1788452)
     - x86/l1tf: Fix build error seen if CONFIG_KVM_INTEL is disabled
     - x86: i8259: Add missing include file
     - x86/hyper-v: Check for VP_INVAL in hyperv_flush_tlb_others()
     - x86/platform/UV: Mark memblock related init code and data correctly
     - x86/mm/pti: Clear Global bit more aggressively
     - xen/pv: Call get_cpu_address_sizes to set x86_virt/phys_bits
     - x86/mm: Disable ioremap free page handling on x86-PAE
     - kbuild: verify that $DEPMOD is installed
     - crypto: ccree - fix finup
     - crypto: ccree - fix iv handling
     - crypto: ccp - Check for NULL PSP pointer at module unload
     - crypto: ccp - Fix command completion detection race
     - crypto: x86/sha256-mb - fix digest copy in sha256_mb_mgr_get_comp_job_avx2()
     - crypto: vmac - require a block cipher with 128-bit block size
     - crypto: vmac - separate tfm and request context
     - crypto: blkcipher - fix crash flushing dcache in error path
     - crypto: ablkcipher - fix crash flushing dcache in error path
     - crypto: skcipher - fix aligning block size in skcipher_copy_iv()
     - crypto: skcipher - fix crash flushing dcache in error path
     - ioremap: Update pgtable free interfaces with addr
     - x86/mm: Add TLB purge to free pmd/pte page interfaces
     - Linux 4.18.2
 
   * Cosmic update to v4.18.2 stable release (LP: #1788452) // CVE-2018-9363
     - Bluetooth: hidp: buffer overflow in hidp_process_report
 
   * linux-cloud-tools-common: Ensure hv-kvp-daemon.service starts before
     walinuxagent.service (LP: #1739107)
     - [Debian] hyper-v -- Ensure that hv-kvp-daemon.service starts before
       walinuxagent.service
 
   * Miscellaneous Ubuntu changes
     - SAUCE: ipvs: remove nbsp characters from Kconfig
     - [Config] CONFIG_MPROFILE_KERNEL=y for ppc64el
     - [Config] CONFIG_DRM_RCAR_LVDS=m for snapdragon
     - [Config] CONFIG_MDIO_MSCC_MIIM=n for s390x
     - [Config] CONFIG_NET_VENDOR_MICROSEMI=n, CONFIG_NET_VENDOR_NI=n for s390x
     - [Config] update annotations following config review
     - [Debian] set CROSS_COMPILE when generating kernel configs
     - [Config] Disable the Speck cipher

linux (4.18.0-5.6) cosmic; urgency=medium

   * Cosmic update to v4.18.1 stable release (LP: #1787264)
     - x86/paravirt: Fix spectre-v2 mitigations for paravirt guests
     - x86/speculation: Protect against userspace-userspace spectreRSB
     - kprobes/x86: Fix %p uses in error messages
     - x86/irqflags: Provide a declaration for native_save_fl
     - x86/speculation/l1tf: Increase 32bit PAE __PHYSICAL_PAGE_SHIFT
     - x86/speculation/l1tf: Change order of offset/type in swap entry
     - x86/speculation/l1tf: Protect swap entries against L1TF
     - x86/speculation/l1tf: Protect PROT_NONE PTEs against speculation
     - x86/speculation/l1tf: Make sure the first page is always reserved
     - x86/speculation/l1tf: Add sysfs reporting for l1tf
     - x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappings
     - x86/speculation/l1tf: Limit swap file size to MAX_PA/2
     - x86/bugs: Move the l1tf function and define pr_fmt properly
     - sched/smt: Update sched_smt_present at runtime
     - x86/smp: Provide topology_is_primary_thread()
     - x86/topology: Provide topology_smt_supported()
     - cpu/hotplug: Make bringup/teardown of smp threads symmetric
     - cpu/hotplug: Split do_cpu_down()
     - cpu/hotplug: Provide knobs to control SMT
     - x86/cpu: Remove the pointless CPU printout
     - x86/cpu/AMD: Remove the pointless detect_ht() call
     - x86/cpu/common: Provide detect_ht_early()
     - x86/cpu/topology: Provide detect_extended_topology_early()
     - x86/cpu/intel: Evaluate smp_num_siblings early
     - x86/CPU/AMD: Do not check CPUID max ext level before parsing SMP info
     - x86/cpu/AMD: Evaluate smp_num_siblings early
     - x86/apic: Ignore secondary threads if nosmt=force
     - x86/speculation/l1tf: Extend 64bit swap file size limit
     - x86/cpufeatures: Add detection of L1D cache flush support.
     - x86/CPU/AMD: Move TOPOEXT reenablement before reading smp_num_siblings
     - x86/speculation/l1tf: Protect PAE swap entries against L1TF
     - x86/speculation/l1tf: Fix up pte->pfn conversion for PAE
     - Revert "x86/apic: Ignore secondary threads if nosmt=force"
     - cpu/hotplug: Boot HT siblings at least once
     - x86/KVM: Warn user if KVM is loaded SMT and L1TF CPU bug being present
     - x86/KVM/VMX: Add module argument for L1TF mitigation
     - x86/KVM/VMX: Add L1D flush algorithm
     - x86/KVM/VMX: Add L1D MSR based flush
     - x86/KVM/VMX: Add L1D flush logic
     - x86/KVM/VMX: Split the VMX MSR LOAD structures to have an host/guest numbers
     - x86/KVM/VMX: Add find_msr() helper function
     - x86/KVM/VMX: Separate the VMX AUTOLOAD guest/host number accounting
     - x86/KVM/VMX: Extend add_atomic_switch_msr() to allow VMENTER only MSRs
     - x86/KVM/VMX: Use MSR save list for IA32_FLUSH_CMD if required
     - cpu/hotplug: Online siblings when SMT control is turned on
     - x86/litf: Introduce vmx status variable
     - x86/kvm: Drop L1TF MSR list approach
     - x86/l1tf: Handle EPT disabled state proper
     - x86/kvm: Move l1tf setup function
     - x86/kvm: Add static key for flush always
     - x86/kvm: Serialize L1D flush parameter setter
     - x86/kvm: Allow runtime control of L1D flush
     - cpu/hotplug: Expose SMT control init function
     - cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED early
     - x86/bugs, kvm: Introduce boot-time control of L1TF mitigations
     - Documentation: Add section about CPU vulnerabilities
     - x86/speculation/l1tf: Unbreak !__HAVE_ARCH_PFN_MODIFY_ALLOWED architectures
     - x86/KVM/VMX: Initialize the vmx_l1d_flush_pages' content
     - Documentation/l1tf: Fix typos
     - cpu/hotplug: detect SMT disabled by BIOS
     - x86/KVM/VMX: Don't set l1tf_flush_l1d to true from vmx_l1d_flush()
     - x86/KVM/VMX: Replace 'vmx_l1d_flush_always' with 'vmx_l1d_flush_cond'
     - x86/KVM/VMX: Move the l1tf_flush_l1d test to vmx_l1d_flush()
     - x86/irq: Demote irq_cpustat_t::__softirq_pending to u16
     - x86/KVM/VMX: Introduce per-host-cpu analogue of l1tf_flush_l1d
     - x86: Don't include linux/irq.h from asm/hardirq.h
     - x86/irq: Let interrupt handlers set kvm_cpu_l1tf_flush_l1d
     - x86/KVM/VMX: Don't set l1tf_flush_l1d from vmx_handle_external_intr()
     - Documentation/l1tf: Remove Yonah processors from not vulnerable list
     - x86/speculation: Simplify sysfs report of VMX L1TF vulnerability
     - x86/speculation: Use ARCH_CAPABILITIES to skip L1D flush on vmentry
     - KVM: VMX: Tell the nested hypervisor to skip L1D flush on vmentry
     - cpu/hotplug: Fix SMT supported evaluation
     - x86/speculation/l1tf: Invert all not present mappings
     - x86/speculation/l1tf: Make pmd/pud_mknotpresent() invert
     - x86/mm/pat: Make set_memory_np() L1TF safe
     - x86/mm/kmmio: Make the tracer robust against L1TF
     - tools headers: Synchronise x86 cpufeatures.h for L1TF additions
     - x86/microcode: Allow late microcode loading with SMT disabled
     - x86/smp: fix non-SMP broken build due to redefinition of
       apic_id_is_primary_thread
     - cpu/hotplug: Non-SMP machines do not make use of booted_once
     - x86/init: fix build with CONFIG_SWAP=n
     - Linux 4.18.1
     - [Config] updateconfigs after v4.18.1 stable update
 
   * Consider enabling CONFIG_NETWORK_PHY_TIMESTAMPING (LP: #1785816)
     - [Config] Enable timestamping in network PHY devices
 
   * Miscellaneous Ubuntu changes
     - [Config] CONFIG_SYSCTL_SYSCALL=n
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v4.18

linux (4.18.0-4.5) cosmic; urgency=medium

   [ Upstream Kernel Changes ]
 
   * Rebase to v4.18-rc8

linux (4.18.0-3.4) cosmic; urgency=medium

   * Suspend fails in Ubuntu and Kubuntu 18.04 but works fine in Ubuntu and
     Kubuntu 17.10 (and on Kubuntu 18.04 using kernel 4.14.47) (LP: #1774950)
     - ACPI / LPSS: Avoid PM quirks on suspend and resume from hibernation
 
   * hinic interfaces aren't getting predictable names (LP: #1783138)
     - hinic: Link the logical network device to the pci device in sysfs
 
   * libvirtd is unable to configure bridge devices inside of LXD containers
     (LP: #1784501)
     - kernfs: allow creating kernfs objects with arbitrary uid/gid
     - sysfs, kobject: allow creating kobject belonging to arbitrary users
     - kobject: kset_create_and_add() - fetch ownership info from parent
     - driver core: set up ownership of class devices in sysfs
     - net-sysfs: require net admin in the init ns for setting tx_maxrate
     - net-sysfs: make sure objects belong to container's owner
     - net: create reusable function for getting ownership info of sysfs inodes
     - bridge: make sure objects belong to container's owner
     - sysfs: Fix regression when adding a file to an existing group
 
   * locking sockets broken due to missing AppArmor socket mediation patches
     (LP: #1780227)
     - UBUNTU SAUCE: apparmor: fix apparmor mediating locking non-fs, unix sockets
 
   * Update2 for ocxl driver (LP: #1781436)
     - ocxl: Fix page fault handler in case of fault on dying process
 
   * HDMI/DP audio can't work on the laptop of Dell Latitude 5495 (LP: #1782689)
     - ALSA: hda: use PCI_BASE_CLASS_DISPLAY to replace PCI_CLASS_DISPLAY_VGA
     - vga_switcheroo: set audio client id according to bound GPU id
 
   * Allow Raven Ridge's audio controller to be runtime suspended (LP: #1782540)
     - ALSA: hda: Add AZX_DCAPS_PM_RUNTIME for AMD Raven Ridge
 
   * Invoking obsolete 'firmware_install' target breaks snap build (LP: #1782166)
     - snapcraft.yaml: stop invoking the obsolete (and non-existing)
       'firmware_install' target
 
   * snapcraft.yaml: missing ubuntu-retpoline-extract-one script breaks the build
     (LP: #1782116)
     - snapcraft.yaml: copy retpoline-extract-one to scripts before build
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v4.18-rc7

linux (4.18.0-2.3) cosmic; urgency=medium

   * Kernel error "task zfs:pid blocked for more than 120 seconds" (LP: #1781364)
     - SAUCE: (noup) zfs to 0.7.9-3ubuntu4
 
   * [Regression] EXT4-fs error (device sda1): ext4_validate_inode_bitmap:99:
     comm stress-ng: Corrupt inode bitmap (LP: #1780137)
     - SAUCE: ext4: fix ext4_validate_inode_bitmap: comm stress-ng: Corrupt inode
       bitmap
 
   * Cloud-init causes potentially huge boot delays with 4.15 kernels
     (LP: #1780062)
     - random: Make getrandom() ready earlier
 
   * hisi_sas_v3_hw: internal task abort: timeout and not done. (LP: #1777736)
     - scsi: hisi_sas: Update a couple of register settings for v3 hw
 
   * hisi_sas: Add missing PHY spinlock init (LP: #1777734)
     - scsi: hisi_sas: Add missing PHY spinlock init
 
   * hisi_sas: improve read performance by pre-allocating slot DMA buffers
     (LP: #1777727)
     - scsi: hisi_sas: Use dmam_alloc_coherent()
     - scsi: hisi_sas: Pre-allocate slot DMA buffers
 
   * hisi_sas: Failures during host reset (LP: #1777696)
     - scsi: hisi_sas: Only process broadcast change in phy_bcast_v3_hw()
     - scsi: hisi_sas: Fix the conflict between dev gone and host reset
     - scsi: hisi_sas: Adjust task reject period during host reset
     - scsi: hisi_sas: Add a flag to filter PHY events during reset
     - scsi: hisi_sas: Release all remaining resources in clear nexus ha
 
   * Miscellaneous Ubuntu changes
     - SAUCE: (noup) Update spl to 0.7.9-3ubuntu2, zfs to 0.7.9-3ubuntu3
     - SAUCE: mm: Fix exports that inadvertently make put_page() EXPORT_SYMBOL_GPL
     - Enable zfs build
     - SAUCE: Import aufs driver
     - Revert "UBUNTU: [Config]: set CONFIG_EDAC_DEBUG=y for ARM64"
     - [Config] retpoline -- review and accept retpoline changes
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v4.18-rc5
   * Rebase to v4.18-rc6

linux (4.18.0-1.2) cosmic; urgency=medium

   [ Upstream Kernel Changes ]
 
   * Rebase to v4.18-rc4

linux (4.18.0-0.1) cosmic; urgency=medium

   * Miscellaneous Ubuntu changes
     - ubuntu -- disable vbox build
     - Disable zfs build
     - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
       kernel image
     - SAUCE: (efi-lockdown) Add a SysRq option to lift kernel lockdown
     - SAUCE: (efi-lockdown) ima: require secure_boot rules in lockdown mode
     - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
     - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is
       locked down
     - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked
       down
     - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
     - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
     - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
       down
     - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
       locked down
     - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked
       down
     - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
       locked down
     - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
       has been locked down
     - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
       locked down
     - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
       locked down
     - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
       down
     - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
     - SAUCE: (efi-lockdown) Lock down module params that specify hardware
       parameters (eg. ioport)
     - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module
     - SAUCE: (efi-lockdown) Lock down /proc/kcore
     - SAUCE: (efi-lockdown) Lock down kprobes
     - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the
       kernel is locked down
     - SAUCE: (efi-lockdown) Lock down perf
     - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked
       down
     - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
       reboot
     - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure
       boot mode
     - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
       mode
     - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to
       secondary keyring
     - SAUCE: (efi-lockdown) efi: Add EFI signature data types
     - SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser
     - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot
     - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed
     - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists
       that aren't present.
     - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework
       efi_status_to_err().
     - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print
       error messages.
     - SAUCE: (efi-lockdown) lockdown: fix coordination of kernel module signature
       verification
     - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
     - SAUCE: (efi-lockdown) efi: Don't print secure boot state from the efi stub
     - SAUCE: (namespace) block_dev: Support checking inode permissions in
       lookup_bdev()
     - SAUCE: (namespace) block_dev: Check permissions towards block device inode
       when mounting
     - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode
       when mounting
     - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user
       namespaces
     - SAUCE: (namespace) ext4: Add module parameter to enable user namespace
       mounts
     - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is
       opened for writing
     - SAUCE: Import aufs driver
     - Update dropped.txt
     - [Config] updateconfigs after 4.18-rc3 rebase
     - SAUCE: (no-up): ASoC: Intel: bytcr-rt5660: Remove snd_soc_codec use for 4.18
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v4.18-rc3

linux (4.18.0-0.0) cosmic; urgency=medium

   * Dummy entry.

linux (4.17.0-4.5) cosmic; urgency=medium

   * linux: 4.17.0-4.5 -proposed tracker (LP: #1779399)
 
   * Update to ocxl driver for 18.04.1 (LP: #1775786)
     - powerpc: Add TIDR CPU feature for POWER9
     - powerpc: Use TIDR CPU feature to control TIDR allocation
     - powerpc: use task_pid_nr() for TID allocation
     - ocxl: Rename pnv_ocxl_spa_remove_pe to clarify it's action
     - ocxl: Expose the thread_id needed for wait on POWER9
     - ocxl: Add an IOCTL so userspace knows what OCXL features are available
     - ocxl: Document new OCXL IOCTLs
     - ocxl: Fix missing unlock on error in afu_ioctl_enable_p9_wait()
 
   * Please include ax88179_178a and r8152 modules in d-i udeb (LP: #1771823)
     - [Config:] d-i: Add ax88179_178a and r8152 to nic-modules
 
   * glibc pkeys test fail on powerpc (LP: #1776967)
     - [Config] Temporarily disable CONFIG_PPC_MEM_KEYS
 
   * After update to 4.13-43 Intel Graphics are Laggy (LP: #1773520)
     - Revert "drm/i915/edp: Allow alternate fixed mode for eDP if available."
 
   * Miscellaneous Ubuntu changes
     - SAUCE: (noup) Update spl to 0.7.9-3ubuntu1, zfs to 0.7.9-3ubuntu1

linux (4.17.0-3.4) cosmic; urgency=medium

   * linux: 4.17.0-3.4 -proposed tracker (LP: #1779124)
 
   * Cosmic update to v4.17.3 stable release (LP: #1778997)
     - net: aquantia: fix unsigned numvecs comparison with less than zero
     - bonding: re-evaluate force_primary when the primary slave name changes
     - cdc_ncm: avoid padding beyond end of skb
     - ipv6: allow PMTU exceptions to local routes
     - net: dsa: add error handling for pskb_trim_rcsum
     - net: phy: dp83822: use BMCR_ANENABLE instead of BMSR_ANEGCAPABLE for DP83620
     - net/sched: act_simple: fix parsing of TCA_DEF_DATA
     - tcp: verify the checksum of the first data segment in a new connection
     - tls: fix use-after-free in tls_push_record
     - tls: fix waitall behavior in tls_sw_recvmsg
     - socket: close race condition between sock_close() and sockfs_setattr()
     - udp: fix rx queue len reported by diag and proc interface
     - net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds
       vlan
     - hv_netvsc: Fix a network regression after ifdown/ifup
     - ACPICA: AML parser: attempt to continue loading table after error
     - ext4: fix hole length detection in ext4_ind_map_blocks()
     - ext4: update mtime in ext4_punch_hole even if no blocks are released
     - ext4: do not allow external inodes for inline data
     - ext4: bubble errors from ext4_find_inline_data_nolock() up to ext4_iget()
     - ext4: correctly handle a zero-length xattr with a non-zero e_value_offs
     - ext4: fix fencepost error in check for inode count overflow during resize
     - driver core: Don't ignore class_dir_create_and_add() failure.
     - Btrfs: allow empty subvol= again
     - Btrfs: fix clone vs chattr NODATASUM race
     - Btrfs: fix memory and mount leak in btrfs_ioctl_rm_dev_v2()
     - btrfs: return error value if create_io_em failed in cow_file_range
     - btrfs: scrub: Don't use inode pages for device replace
     - ALSA: usb-audio: Disable the quirk for Nura headset
     - ALSA: hda/conexant - Add fixup for HP Z2 G4 workstation
     - ALSA: hda - Handle kzalloc() failure in snd_hda_attach_pcm_stream()
     - ALSA: hda: add dock and led support for HP EliteBook 830 G5
     - ALSA: hda: add dock and led support for HP ProBook 640 G4
     - x86/MCE: Fix stack out-of-bounds write in mce-inject.c: Flags_read()
     - smb3: fix various xid leaks
     - smb3: on reconnect set PreviousSessionId field
     - CIFS: 511c54a2f69195b28afb9dd119f03787b1625bb4 adds a check for session
       expiry
     - cifs: For SMB2 security informaion query, check for minimum sized security
       descriptor instead of sizeof FileAllInformation class
     - nbd: fix nbd device deletion
     - nbd: update size when connected
     - nbd: use bd_set_size when updating disk size
     - blk-mq: reinit q->tag_set_list entry only after grace period
     - bdi: Move cgroup bdi_writeback to a dedicated low concurrency workqueue
     - cpufreq: Fix new policy initialization during limits updates via sysfs
     - cpufreq: ti-cpufreq: Fix an incorrect error return value
     - cpufreq: governors: Fix long idle detection logic in load calculation
     - libata: zpodd: small read overflow in eject_tray()
     - libata: Drop SanDisk SD7UB3Q*G1001 NOLPM quirk
     - nvme/pci: Sync controller reset for AER slot_reset
     - w1: mxc_w1: Enable clock before calling clk_get_rate() on it
     - x86/vector: Fix the args of vector_alloc tracepoint
     - x86/apic/vector: Prevent hlist corruption and leaks
     - x86/apic: Provide apic_ack_irq()
     - x86/ioapic: Use apic_ack_irq()
     - x86/platform/uv: Use apic_ack_irq()
     - irq_remapping: Use apic_ack_irq()
     - genirq/generic_pending: Do not lose pending affinity update
     - genirq/affinity: Defer affinity setting if irq chip is busy
     - genirq/migration: Avoid out of line call if pending is not set
     - x86/intel_rdt: Enable CMT and MBM on new Skylake stepping
     - media: uvcvideo: Prevent setting unavailable flags
     - media: rc: ensure input/lirc device can be opened after register
     - iwlwifi: fw: harden page loading code
     - orangefs: set i_size on new symlink
     - orangefs: report attributes_mask and attributes for statx
     - HID: intel_ish-hid: ipc: register more pm callbacks to support hibernation
     - HID: wacom: Correct logical maximum Y for 2nd-gen Intuos Pro large
     - vhost: fix info leak due to uninitialized memory
     - mm, page_alloc: do not break __GFP_THISNODE by zonelist reset
     - Linux 4.17.3
 
   * Use-after-free in sk_peer_label (LP: #1778646)
     - SAUCE: apparmor: fix use after free in sk_peer_label
 
   * kernel: Fix memory leak on CCA and EP11 CPRB processing. (LP: #1775390)
     - s390/zcrypt: Fix CCA and EP11 CPRB processing failure memory leak.
 
   * Various fixes for CXL kernel module (LP: #1774471)
     - cxl: Configure PSL to not use APC virtual machines
     - cxl: Disable prefault_mode in Radix mode
 
   * Bluetooth not working (LP: #1764645)
     - Bluetooth: btusb: Apply QCA Rome patches for some ATH3012 models
 
   * Fake SAS addresses for SATA disks on HiSilicon D05 are non-unique
     (LP: #1776750)
     - scsi: hisi_sas: make SAS address of SATA disks unique
 
   * linux-snapdragon: wcn36xx: mac address generation on boot (LP: #1776491)
     - [Config] arm64: snapdragon: WCN36XX_SNAPDRAGON_HACKS=y
     - SAUCE: wcn36xx: read MAC from file or randomly generate one
 
   * Lenovo V330 needs patch in ideapad_laptop module for rfkill (LP: #1774636)
     - SAUCE: Add Lenovo V330 to the ideapad_laptop rfkill blacklist
 
   * register on binfmt_misc may overflow and crash the system (LP: #1775856)
     - fs/binfmt_misc.c: do not allow offset overflow
 
   * Network installs fail on SocioNext board (LP: #1775884)
     - net: socionext: reset hardware in ndo_stop
     - net: netsec: enable tx-irq during open callback
 
   * Fix several bugs in RDMA/hns driver (LP: #1770974)
     - RDMA/hns: Drop local zgid in favor of core defined variable
     - RDMA/hns: Add 64KB page size support for hip08
     - RDMA/hns: Rename the idx field of db
     - RDMA/hns: Modify uar allocation algorithm to avoid bitmap exhaust
     - RDMA/hns: Increase checking CMQ status timeout value
     - RDMA/hns: Add reset process for RoCE in hip08
     - RDMA/hns: Fix the illegal memory operation when cross page
     - RDMA/hns: Implement the disassociate_ucontext API
 
   * powerpc/livepatch: Implement reliable stack tracing for the consistency
     model (LP: #1771844)
     - powerpc/livepatch: Implement reliable stack tracing for the consistency
       model
 
   * Adding back alx WoL feature (LP: #1772610)
     - SAUCE: Revert "alx: remove WoL support"
     - SAUCE: alx: add enable_wol paramenter
 
   * Lancer A0 Asic HBA's won't boot with 18.04 (LP: #1768103)
     - scsi: lpfc: Fix WQ/CQ creation for older asic's.
     - scsi: lpfc: Fix 16gb hbas failing cq create.
 
   * [LTCTest][OPAL][OP920] cpupower idle-info is not listing stop4 and stop5
     idle states when all CORES are guarded (LP: #1771780)
     - powerpc/powernv/cpuidle: Init all present cpus for deep states
 
   * Huawei 25G/100G Network Adapters Unsupported (LP: #1770970)
     - net-next/hinic: add pci device ids for 25ge and 100ge card
 
   * Expose arm64 CPU topology to userspace (LP: #1770231)
     - drivers: base: cacheinfo: move cache_setup_of_node()
     - drivers: base: cacheinfo: setup DT cache properties early
     - cacheinfo: rename of_node to fw_token
     - arm64/acpi: Create arch specific cpu to acpi id helper
     - ACPI/PPTT: Add Processor Properties Topology Table parsing
     - [Config] CONFIG_ACPI_PPTT=y
     - ACPI: Enable PPTT support on ARM64
     - drivers: base cacheinfo: Add support for ACPI based firmware tables
     - arm64: Add support for ACPI based firmware tables
     - arm64: topology: rename cluster_id
     - arm64: topology: enable ACPI/PPTT based CPU topology
     - ACPI: Add PPTT to injectable table list
     - arm64: topology: divorce MC scheduling domain from core_siblings
 
   * Vcs-Git header on bionic linux source package points to zesty git tree
     (LP: #1766055)
     - [Packaging]: Update Vcs-Git
 
   * Request to revert SAUCE patches in the 18.04 SRU and update with upstream
     version (LP: #1768431)
     - scsi: cxlflash: Handle spurious interrupts
     - scsi: cxlflash: Remove commmands from pending list on timeout
     - scsi: cxlflash: Synchronize reset and remove ops
     - SAUCE: (no-up) cxlflash: OCXL diff between v2 and v3
 
   * hisi_sas robustness fixes (LP: #1774466)
     - scsi: hisi_sas: delete timer when removing hisi_sas driver
     - scsi: hisi_sas: print device id for errors
     - scsi: hisi_sas: Add some checks to avoid free'ing a sas_task twice
     - scsi: hisi_sas: check host frozen before calling "done" function
     - scsi: hisi_sas: check sas_dev gone earlier in hisi_sas_abort_task()
     - scsi: hisi_sas: stop controller timer for reset
     - scsi: hisi_sas: update PHY linkrate after a controller reset
     - scsi: hisi_sas: change slot index allocation mode
     - scsi: hisi_sas: Change common allocation mode of device id
     - scsi: hisi_sas: Reset disks when discovered
     - scsi: hisi_sas: Create a scsi_host_template per HW module
     - scsi: hisi_sas: Init disks after controller reset
     - scsi: hisi_sas: Try wait commands before before controller reset
     - scsi: hisi_sas: Include TMF elements in struct hisi_sas_slot
     - scsi: hisi_sas: Add v2 hw force PHY function for internal ATA command
     - scsi: hisi_sas: Terminate STP reject quickly for v2 hw
     - scsi: hisi_sas: Fix return value when get_free_slot() failed
     - scsi: hisi_sas: Mark PHY as in reset for nexus reset
 
   * hisi_sas: Support newer v3 hardware (LP: #1774467)
     - scsi: hisi_sas: update RAS feature for later revision of v3 HW
     - scsi: hisi_sas: check IPTT is valid before using it for v3 hw
     - scsi: hisi_sas: fix PI memory size
     - scsi: hisi_sas: config ATA de-reset as an constrained command for v3 hw
     - scsi: hisi_sas: remove redundant handling to event95 for v3
     - scsi: hisi_sas: add readl poll timeout helper wrappers
     - scsi: hisi_sas: workaround a v3 hw hilink bug
     - scsi: hisi_sas: Add LED feature for v3 hw
 
   * hisi_sas: improve performance by optimizing DQ locking (LP: #1774472)
     - scsi: hisi_sas: optimise the usage of DQ locking
     - scsi: hisi_sas: relocate smp sg map
     - scsi: hisi_sas: make return type of prep functions void
     - scsi: hisi_sas: allocate slot buffer earlier
     - scsi: hisi_sas: Don't lock DQ for complete task sending
     - scsi: hisi_sas: Use device lock to protect slot alloc/free
     - scsi: hisi_sas: add check of device in hisi_sas_task_exec()
     - scsi: hisi_sas: fix a typo in hisi_sas_task_prep()
 
   * FS-Cache: Assertion failed: FS-Cache: 6 == 5 is false (LP: #1774336)
     - SAUCE: CacheFiles: fix a read_waiter/read_copier race
 
   * enable mic-mute hotkey and led on Lenovo M820z and M920z (LP: #1774306)
     - ALSA: hda/realtek - Enable mic-mute hotkey for several Lenovo AIOs
 
   * hns3 driver updates (LP: #1768670)
     - net: hns3: Remove error log when getting pfc stats fails
     - net: hns3: fix to correctly fetch l4 protocol outer header
     - net: hns3: Fixes the out of bounds access in hclge_map_tqp
     - net: hns3: Fixes the error legs in hclge_init_ae_dev function
     - net: hns3: fix for phy_addr error in hclge_mac_mdio_config
     - net: hns3: Fix to support autoneg only for port attached with phy
     - net: hns3: fix a dead loop in hclge_cmd_csq_clean
     - net: hns3: Fix for packet loss due wrong filter config in VLAN tbls
     - net: hns3: Remove packet statistics in the range of 8192~12287
     - net: hns3: Add support of hardware rx-vlan-offload to HNS3 VF driver
     - net: hns3: Fix for setting mac address when resetting
     - net: hns3: remove add/del_tunnel_udp in hns3_enet module
     - net: hns3: fix for cleaning ring problem
     - net: hns3: refactor the loopback related function
     - net: hns3: Fix for deadlock problem occurring when unregistering ae_algo
     - net: hns3: Fix for the null pointer problem occurring when initializing
       ae_dev failed
     - net: hns3: Add a check for client instance init state
     - net: hns3: Change return type of hnae3_register_ae_dev
     - net: hns3: Change return type of hnae3_register_ae_algo
     - net: hns3: Change return value in hnae3_register_client
     - net: hns3: Fixes the back pressure setting when sriov is enabled
     - net: hns3: Fix for fiber link up problem
     - net: hns3: Add support of .sriov_configure in HNS3 driver
     - net: hns3: Fixes the missing PCI iounmap for various legs
     - net: hns3: Fixes error reported by Kbuild and internal review
     - net: hns3: Fixes API to fetch ethernet header length with kernel default
     - net: hns3: cleanup of return values in hclge_init_client_instance()
     - net: hns3: Fix the missing client list node initialization
     - net: hns3: Fix for hns3 module is loaded multiple times problem
     - net: hns3: Use enums instead of magic number in hclge_is_special_opcode
     - net: hns3: Fix for netdev not running problem after calling net_stop and
       net_open
     - net: hns3: Fixes kernel panic issue during rmmod hns3 driver
     - net: hns3: Fix for CMDQ and Misc. interrupt init order problem
     - net: hns3: Updates RX packet info fetch in case of multi BD
     - net: hns3: Add support for tx_accept_tag2 and tx_accept_untag2 config
     - net: hns3: Add STRP_TAGP field support for hardware revision 0x21
     - net: hns3: Add support to enable TX/RX promisc mode for H/W rev(0x21)
     - net: hns3: Fix for PF mailbox receving unknown message
     - net: hns3: Fixes the state to indicate client-type initialization
     - net: hns3: Fixes the init of the VALID BD info in the descriptor
     - net: hns3: Removes unnecessary check when clearing TX/RX rings
     - net: hns3: Clear TX/RX rings when stopping port & un-initializing client
     - net: hns3: Remove unused led control code
     - net: hns3: Adds support for led locate command for copper port
     - net: hns3: Fixes initalization of RoCE handle and makes it conditional
     - net: hns3: Disable vf vlan filter when vf vlan table is full
     - net: hns3: Add support for IFF_ALLMULTI flag
     - net: hns3: Add repeat address checking for setting mac address
     - net: hns3: Fix setting mac address error
     - net: hns3: Fix for service_task not running problem after resetting
     - net: hns3: Fix for hclge_reset running repeatly problem
     - net: hns3: Fix for phy not link up problem after resetting
     - net: hns3: Add missing break in misc_irq_handle
     - net: hns3: Fix for vxlan tx checksum bug
     - net: hns3: Optimize the PF's process of updating multicast MAC
     - net: hns3: Optimize the VF's process of updating multicast MAC
     - SAUCE: {topost} net: hns3: add support for serdes loopback selftest
     - SAUCE: {topost} net: hns3: RX BD information valid only in last BD except
       VLD bit and buffer size
     - SAUCE: {topost} net: hns3: remove hclge_get_vector_index from
       hclge_bind_ring_with_vector
     - SAUCE: {topost} net: hns3: rename the interface for init_client_instance and
       uninit_client_instance
     - SAUCE: {topost} net: hns3: add vector status check before free vector
     - SAUCE: {topost} net: hns3: add l4_type check for both ipv4 and ipv6
     - SAUCE: {topost} net: hns3: remove unused head file in hnae3.c
     - SAUCE: {topost} net: hns3: extraction an interface for state state
       init|uninit
     - SAUCE: {topost} net: hns3: print the ret value in error information
     - SAUCE: {topost} net: hns3: remove the Redundant put_vector in
       hns3_client_uninit
     - SAUCE: {topost} net: hns3: add unlikely for error check
     - SAUCE: {topost} net: hns3: remove back in struct hclge_hw
     - SAUCE: {topost} net: hns3: use lower_32_bits and upper_32_bits
     - SAUCE: {topost} net: hns3: remove unused hclge_ring_to_dma_dir
     - SAUCE: {topost} net: hns3: remove useless code in hclge_cmd_send
     - SAUCE: {topost} net: hns3: remove some redundant assignments
     - SAUCE: {topost} net: hns3: simplify hclge_cmd_csq_clean
     - SAUCE: {topost} net: hns3: using modulo for cyclic counters in
       hclge_cmd_send
     - SAUCE: {topost} net: hns3: remove a redundant hclge_cmd_csq_done
     - SAUCE: {topost} net: hns3: remove some unused members of some structures
     - SAUCE: {topost} net: hns3: give default option while dependency HNS3 set
     - SAUCE: {topost} net: hns3: use dma_zalloc_coherent instead of
       kzalloc/dma_map_single
     - SAUCE: {topost} net: hns3: modify hnae_ to hnae3_
     - SAUCE: {topost} net: hns3: fix unused function warning in VF driver
     - SAUCE: {topost} net: hns3: remove some redundant assignments
     - SAUCE: {topost} net: hns3: standardize the handle of return value
     - SAUCE: {topost} net: hns3: remove extra space and brackets
     - SAUCE: {topost} net: hns3: fix unreasonable code comments
     - SAUCE: {topost} net: hns3: use decimal for bit offset macros
     - SAUCE: {topost} net: hns3: modify inconsistent bit mask macros
     - SAUCE: {topost} net: hns3: fix mislead parameter name
     - SAUCE: {topost} net: hns3: remove unused struct member and definition
     - SAUCE: {topost} net: hns3: Add SPDX tags to hns3 driver
     - SAUCE: {topost} net: hns3: Add pf reset for hip08 RoCE
     - SAUCE: {topost} net: hns3: optimize the process of notifying roce client
     - SAUCE: {topost} net: hns3: Add calling roce callback function when link
       status change
     - SAUCE: {topost} net: hns3: fix tc setup when netdev is first up
     - SAUCE: {topost} net: hns3: fix for mac pause not disable in pfc mode
     - SAUCE: {topost} net: hns3: fix for waterline not setting correctly
     - SAUCE: {topost} net: hns3: fix for l4 checksum offload bug
     - SAUCE: {topost} net: hns3: fix for mailbox message truncated problem
     - SAUCE: {topost} net: hns3: Add configure for mac minimal frame size
     - SAUCE: {topost} net: hns3: fix warning bug when doing lp selftest
     - SAUCE: {topost} net: hns3: fix get_vector ops in hclgevf_main module
     - SAUCE: {topost} net: hns3: remove the warning when clear reset cause
     - SAUCE: {topost} net: hns3: Use roce handle when calling roce callback
       function
     - SAUCE: {topost} net: hns3: prevent sending command during global or core
       reset
     - SAUCE: {topost} net: hns3: modify the order of initializeing command queue
       register
     - SAUCE: {topost} net: hns3: reset net device with rtnl_lock
     - SAUCE: {topost} net: hns3: prevent to request reset frequently
     - SAUCE: {topost} net: hns3: correct reset event status register
     - SAUCE: {topost} net: hns3: separate roce from nic when resetting
     - SAUCE: net: hns3: Fix for phy link issue when using marvell phy driver
     - SAUCE: {topost} net: hns3: fix return value error in
       hns3_reset_notify_down_enet
     - SAUCE: {topost} net: hns3: remove unnecessary ring configuration operation
       while resetting
     - SAUCE: {topost} net: hns3: fix for reset_level default assignment probelm
     - SAUCE: {topost} net: hns3: fix for using wrong mask and shift in
       hclge_get_ring_chain_from_mbx
     - SAUCE: {topost} net: hns3: fix comments for hclge_get_ring_chain_from_mbx
     - SAUCE: net: hns3: Fix for VF mailbox cannot receiving PF response
     - SAUCE: net: hns3: Fix for VF mailbox receiving unknown message
     - SAUCE: net: hns3: Optimize PF CMDQ interrupt switching process
 
   * CVE-2018-7755
     - SAUCE: floppy: Do not copy a kernel pointer to user memory in FDGETPRM ioctl
 
   * Incorrect blacklist of bcm2835_wdt (LP: #1766052)
     - [Packaging] Fix missing watchdog for Raspberry Pi
 
   * kernel: Fix arch random implementation (LP: #1775391)
     - s390/archrandom: Rework arch random implementation.
 
   * [Ubuntu 1804][boston][ixgbe] EEH causes kernel BUG at /build/linux-
     jWa1Fv/linux-4.15.0/drivers/pci/msi.c:352 (i2S) (LP: #1776389)
     - ixgbe/ixgbevf: Free IRQ when PCI error recovery removes the device
 
   * Cosmic update to v4.17.2 stable release (LP: #1779117)
     - crypto: chelsio - request to HW should wrap
     - blkdev_report_zones_ioctl(): Use vmalloc() to allocate large buffers
     - KVM: X86: Fix reserved bits check for MOV to CR3
     - KVM: x86: introduce linear_{read,write}_system
     - kvm: fix typo in flag name
     - kvm: nVMX: Enforce cpl=0 for VMX instructions
     - KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and
       kvm_write_guest_virt_system
     - kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor access
     - staging: android: ion: Switch to pr_warn_once in ion_buffer_destroy
     - NFC: pn533: don't send USB data off of the stack
     - usbip: vhci_sysfs: fix potential Spectre v1
     - usb-storage: Add support for FL_ALWAYS_SYNC flag in the UAS driver
     - usb-storage: Add compatibility quirk flags for G-Technologies G-Drive
     - Input: xpad - add GPD Win 2 Controller USB IDs
     - phy: qcom-qusb2: Fix crash if nvmem cell not specified
     - usb: core: message: remove extra endianness conversion in
       usb_set_isoch_delay
     - usb: typec: wcove: Remove dependency on HW FSM
     - usb: gadget: function: printer: avoid wrong list handling in printer_write()
     - usb: gadget: udc: renesas_usb3: fix double phy_put()
     - usb: gadget: udc: renesas_usb3: should remove debugfs
     - usb: gadget: udc: renesas_usb3: should call pm_runtime_enable() before add
       udc
     - usb: gadget: udc: renesas_usb3: should call devm_phy_get() before add udc
     - usb: gadget: udc: renesas_usb3: should fail if devm_phy_get() returns error
     - usb: gadget: udc: renesas_usb3: disable the controller's irqs for
       reconnecting
     - serial: sh-sci: Stop using printk format %pCr
     - tty/serial: atmel: use port->name as name in request_irq()
     - serial: samsung: fix maxburst parameter for DMA transactions
     - serial: 8250: omap: Fix idling of clocks for unused uarts
     - vmw_balloon: fixing double free when batching mode is off
     - doc: fix sysfs ABI documentation
     - arm64: defconfig: Enable CONFIG_PINCTRL_MT7622 by default
     - tty: pl011: Avoid spuriously stuck-off interrupts
     - crypto: ccree - correct host regs offset
     - Input: goodix - add new ACPI id for GPD Win 2 touch screen
     - Input: elan_i2c - add ELAN0612 (Lenovo v330 14IKB) ACPI ID
     - crypto: caam - strip input zeros from RSA input buffer
     - crypto: caam - fix DMA mapping dir for generated IV
     - crypto: caam - fix IV DMA mapping and updating
     - crypto: caam/qi - fix IV DMA mapping and updating
     - crypto: caam - fix size of RSA prime factor q
     - crypto: cavium - Fix fallout from CONFIG_VMAP_STACK
     - crypto: cavium - Limit result reading attempts
     - crypto: vmx - Remove overly verbose printk from AES init routines
     - crypto: vmx - Remove overly verbose printk from AES XTS init
     - crypto: omap-sham - fix memleak
     - Linux 4.17.2
 
   * Cosmic update to v4.17.1 stable release (LP: #1779116)
     - netfilter: nf_flow_table: attach dst to skbs
     - bnx2x: use the right constant
     - ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeeds
     - ipv6: omit traffic class when calculating flow hash
     - l2tp: fix refcount leakage on PPPoL2TP sockets
     - netdev-FAQ: clarify DaveM's position for stable backports
     - net: metrics: add proper netlink validation
     - net/packet: refine check for priv area size
     - rtnetlink: validate attributes in do_setlink()
     - sctp: not allow transport timeout value less than HZ/5 for hb_timer
     - team: use netdev_features_t instead of u32
     - vrf: check the original netdevice for generating redirect
     - net: dsa: b53: Fix for brcm tag issue in Cygnus SoC
     - ipmr: fix error path when ipmr_new_table fails
     - PCI: hv: Do not wait forever on a device that has disappeared
     - Linux 4.17.1
 
   * Miscellaneous Ubuntu changes
     - Revert "UBUNTU: SAUCE: crypto: thunderx_zip: Fix fallout from
       CONFIG_VMAP_STACK"
     - Revert "UBUNTU: SAUCE: cred: Add clone_cred() interface"
     - SAUCE: apparmor: userspace queries
     - SAUCE: apparmor: patch to provide compatibility with v2.x net rules
     - SAUCE: apparmor: af_unix mediation

linux (4.17.0-2.3) cosmic; urgency=medium

   * linux: 4.17.0-2.3 -proposed tracker (LP: #1776276)
 
   * Miscellaneous Ubuntu changes
     - Config: remove IrDA from annotations
     - Config: remove scsi drivers from annotations
     - Config: remove BT_HCIBTUART from annotations
     - Config: pstore zlib support was renamed
     - Config: disable NVRAM for armhf on annotations
     - Config: Disable VT on s390x
     - Config: Update SSB and B43/B44 options
     - Config: some options not supported on some arches anymore
     - Config: renamed and removed options
     - Config: TCG_CRB is required for IMA on ACPI systems
     - Config: EXTCON_AXP288 depends on X86
     - Config: CONFIG_FSI depends on OF
     - Config: DRM_RCAR_LVDS now depends on DRM
     - CONFIG: Allow CONFIG_LEDS_MLXCPLD for i386
     - Config: Enable HINIC on arm64
     - Config: Set PPS and PTP_1588_CLOCK as y
     - Config: Some NF_TABLES options are built-in now
     - Config: GENERIC_CPU for ppc64el
     - Config: KEXEC_FILE=n for s390x
     - Config: CRYPTO_DEFLATE is needed by PSTORE_DEFLATE_COMPRESS
     - Config: Disable STM32 support
     - Config: Enable FORTIFY_SOURCE for armhf
     - Config: use STRONG instead of AUTO for CC_STACKPROTECTOR
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v4.17

linux (4.17.0-1.2) cosmic; urgency=medium

   [ Seth Forshee ]
   * [Config] enable EDAC_DEBUG on ARM64 (LP: #1772516)
     - [Config]: set CONFIG_EDAC_DEBUG=y for ARM64
 
   * Ubuntu 18.04 kernel crashed while in degraded mode (LP: #1770849)
     - SAUCE: powerpc/perf: Fix memory allocation for core-imc based on
       num_possible_cpus()
 
   * Integrated Webcam Realtek Integrated_Webcam_HD (0bda:58f4) not working in
     DELL XPS 13 9370 with firmware 1.50 (LP: #1763748)
     - SAUCE: media: uvcvideo: Support realtek's UVC 1.5 device
 
   * Switch Build-Depends: transfig to fig2dev (LP: #1770770)
     - [Config] update Build-Depends: transfig to fig2dev
 
   * update-initramfs not adding i915 GuC firmware for Kaby Lake, firmware fails
     to load (LP: #1728238)
     - Revert "UBUNTU: SAUCE: (no-up) i915: Remove MODULE_FIRMWARE statements for
       unreleased firmware"
 
   * No driver for Huawei network adapters on arm64 (LP: #1769899)
     - net-next/hinic: add arm64 support
 
   * linux-snapdragon: reduce EPROBEDEFER noise during boot (LP: #1768761)
     - [Config] snapdragon: DRM_I2C_ADV7511=y
 
   * Add d-i support for Huawei NICs (LP: #1767490)
     - d-i: add hinic to nic-modules udeb
 
   * Acer Swift sf314-52 power button not managed  (LP: #1766054)
     - SAUCE: platform/x86: acer-wmi: add another KEY_POWER keycode
 
   * Include nfp driver in linux-modules (LP: #1768526)
     - [Config] Add nfp.ko to generic inclusion list
 
   * Miscellaneous Ubuntu changes
     - SAUCE: Import aufs driver
     - [Config] Enable AUFS config options
     - SAUCE: (efi-lockdown) Fix for module sig verification
     - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
       reboot
     - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure
       boot mode
     - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
       mode
     - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
     - SAUCE: (efi-lockdown) efi: Don't print secure boot state from the efi stub
     - [Config] CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT=y
     - SAUCE: (efi-lockdown) really lock down kernel under EFI secure boot
     - SAUCE: (noup) Update spl to 0.7.5-1ubuntu3, zfs to 0.7.5-1ubuntu17
     - enable zfs build
 
   * Miscellaneous upstream changes
     - Revert "UBUNTU: SAUCE: (efi-lockdown) ima: require secure_boot rules in
       lockdown mode"
     - Rebased to v4.17-rc6

linux (4.17.0-0.1) bionic; urgency=medium

   [ Upstream Kernel Changes ]
 
   * Rebase to v4.17-rc4

linux (4.17.0-0.0) bionic; urgency=medium

   * Dummy entry.

linux (4.16.0-4.5) bionic; urgency=medium

   * [18.04 FEAT] Add kvm_stat from kernel tree (LP: #1734130)
     - tools/kvm_stat: Fix python3 syntax
     - tools/kvm_stat: Don't use deprecated file()
     - tools/kvm_stat: Remove unused function
     - [Packaging] Add linux-tools-host package for VM host tools
     - [Config] do_tools_host=true for amd64
 
   * [Featire] CNL: Enable RAPL support (LP: #1685712)
     - powercap: RAPL: Add support for Cannon Lake
 
   * Bionic update to v4.16.2 stable release (LP: #1763388)
     - sparc64: Oracle DAX driver depends on SPARC64
     - arp: fix arp_filter on l3slave devices
     - net: dsa: Discard frames from unused ports
     - net/ipv6: Increment OUTxxx counters after netfilter hook
     - net/sched: fix NULL dereference in the error path of tcf_bpf_init()
     - pptp: remove a buggy dst release in pptp_connect()
     - sctp: do not leak kernel memory to user space
     - sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6
     - vlan: also check phy_driver ts_info for vlan's real device
     - net: fool proof dev_valid_name()
     - ip_tunnel: better validate user provided tunnel names
     - ipv6: sit: better validate user provided tunnel names
     - ip6_gre: better validate user provided tunnel names
     - ip6_tunnel: better validate user provided tunnel names
     - vti6: better validate user provided tunnel names
     - net_sched: fix a missing idr_remove() in u32_delete_key()
     - nfp: use full 40 bits of the NSP buffer address
     - Linux 4.16.2
 
   * sky2 gigabit ethernet driver sometimes stops working after lid-open resume
     from sleep (88E8055) (LP: #1758507) // Bionic update to v4.16.2 stable
     release (LP: #1763388)
     - sky2: Increase D3 delay to sky2 stops working after suspend
 
   * Merge the linux-snapdragon kernel into bionic master/snapdragon
     (LP: #1763040)
     - arm64: defconfig: enable REMOTEPROC
     - arm64: defconfig: enable QCOM audio drivers for APQ8016 and DB410c
     - kernel: configs; add distro.config
     - arm64: configs: enable WCN36xx
     - kernel: distro.config: enable debug friendly USB network adpater
     - arm64: configs: enable QCOM Venus
     - arm64: defconfig: Enable a53/apcs and avs
     - arm64: defconfig: enable ondemand governor as default
     - arm64: defconfig: enable QCOM_TSENS
     - kernel: configs: enable dm_mod and dm_crypt
     - Force the SMD regulator driver to be compiled-in
     - arm64: defconfig: enable CFG80211_DEFAULT_PS by default
     - arm64: configs: enable BT_QCOMSMD
     - kernel: configs: add more USB net drivers
     - arm64: defconfig: disable ANALOG_TV and DIGITAL_TV
     - arm64: configs: Enable camera drivers
     - kernel: configs: add freq stat to sysfs
     - arm64: defconfig: enable CONFIG_USB_CONFIGFS_F_FS by default
     - arm64: defconfig: Enable QRTR features
     - kernel: configs: set USB_CONFIG_F_FS in distro.config
     - kernel: distro.config: enable 'schedutil' CPUfreq governor
     - kernel: distro.config: enable 'fq' and 'fq_codel' qdiscs
     - kernel: distro.config: enable 'BBR' TCP congestion algorithm
     - arm64: defconfig: enable LEDS_QCOM_LPG
     - HACK: drm/msm/iommu: Remove runtime_put calls in map/unmap
     - power: avs: Add support for CPR (Core Power Reduction)
     - power: avs: cpr: Use raw mem access for qfprom
     - power: avs: cpr: fix with new reg_sequence structures
     - power: avs: cpr: Register with cpufreq-dt
     - regulator: smd: Add floor and corner operations
     - PM / OPP: Support adjusting OPP voltages at runtime
     - PM / OPP: Drop RCU usage in dev_pm_opp_adjust_voltage()
     - PM / OPP: HACK: Allow to set regulator without opp_list
     - PM / OPP: Add a helper to get an opp regulator for device
     - cpufreq: Add apq8016 to cpufreq-dt-platdev blacklist
     - regulator: smd: Allow REGULATOR_QCOM_SMD_RPM=m
     - ov5645: I2C address change
     - i2c: Add Qualcomm Camera Control Interface driver
     - camss: vfe: Skip first four frames from sensor
     - camss: Do not register if no cameras are present
     - i2c-qcom-cci: Fix run queue completion timeout
     - i2c-qcom-cci: Fix I2C address bug
     - media: ov5645: Fix I2C address
     - drm/bridge/adv7511: Delay clearing of HPD interrupt status
     - HACK: drm/msm/adv7511: Don't rely on interrupts for EDID parsing
     - leds: Add driver for Qualcomm LPG
     - wcn36xx: Fix warning due to duplicate scan_completed notification
     - arm64: dts: Add CPR DT node for msm8916
     - arm64: dts: add spmi-regulator nodes
     - arm64: dts: msm8916: Add cpufreq support
     - arm64: dts: msm8916: Add a shared CPU opp table
     - arm64: dts: msm8916: Add cpu cooling maps
     - arm64: dts: pm8916: Mark the s2 regulator as always-on
     - arm64: dts: qcom: msm8916: Add msm8916 A53 PLL DT node
     - arm64: dts: qcom: msm8916: Use the new APCS mailbox driver
     - arm64: dts: qcom: msm8916: Add clock properties to the APCS node
     - dt-bindings: media: Binding document for Qualcomm Camera Control Interface
       driver
     - MAINTAINERS: Add Qualcomm Camera Control Interface driver
     - DT: leds: Add Qualcomm Light Pulse Generator binding
     - arm64: dts: qcom: msm8996: Add mpp and lpg blocks
     - arm64: dts: qcom: Add pwm node for pm8916
     - arm64: dts: qcom: Add user LEDs on db820c
     - arm64: dts: qcom: Add WiFI/BT LEDs on db820c
     - ARM: dts: qcom: Add LPG node to pm8941
     - ARM: dts: qcom: honami: Add LPG node and RGB LED
     - arm64: dts: qcom: Add Camera Control Interface support
     - arm64: dts: qcom: Add apps_iommu vfe child node
     - arm64: dts: qcom: Add camss device node
     - arm64: dts: qcom: Add ov5645 device nodes
     - arm64: dts: msm8916: Fix camera sensors I2C addresses
     - arm: dts: qcom: db410c: Enable PWM signal on MPP4
     - packaging: arm64: add a uboot flavour - part1
     - packaging: arm64: add a uboot flavour - part2
     - packaging: arm64: add a uboot flavour - part3
     - packaging: arm64: add a uboot flavour - part4
     - packaging: arm64: add a uboot flavour - part5
     - packaging: arm64: rename uboot flavour to snapdragon
     - [Config] updateconfigs after qcomlt import
     - [Config] arm64: snapdragon: COMMON_CLK_QCOM=y
     - [Config] arm64: snapdragon: MSM_GCC_8916=y
     - [Config] arm64: snapdragon: REGULATOR_FIXED_VOLTAGE=y
     - [Config] arm64: snapdragon: PINCTRL_MSM8916=y
     - [Config] arm64: snapdragon: HWSPINLOCK_QCOM=y
     - [Config] arm64: snapdragon: SPMI=y, SPMI_MSM_PMIC_ARB=y
     - [Config] arm64: snapdragon: REGMAP_SPMI=y, PINCTRL_QCOM_SPMI_PMIC=y
     - [Config] arm64: snapdragon: REGULATOR_QCOM_SPMI=y
     - [Config] arm64: snapdragon: MFD_SPMI_PMIC=y
     - [Config] arm64: snapdragon: QCOM_SMEM=y
     - [Config] arm64: snapdragon: RPMSG=y, RPMSG_QCOM_SMD=y
     - [Config] arm64: snapdragon: QCOM_SMD_RPM=y, REGULATOR_QCOM_SMD_RPM=y
     - [Config] arm64: snapdragon: QCOM_CLK_SMD_RPM=y
     - [Config] arm64: snapdragon: QCOM_BAM_DMA=y
     - [Config] arm64: snapdragon: QCOM_HIDMA=y, QCOM_HIDMA_MGMT=y
     - [Config] arm64: snapdragon: QCOM_CPR=y
     - [Config] arm64: snapdragon: QCOM_QFPROM=y, QCOM_TSENS=y
     - [Config] arm64: snapdragon: MMC_SDHCI=y, MMC_SDHCI_PLTFM=y, MMC_SDHCI_MSM=y
     - [Config] turn off DRM_MSM_REGISTER_LOGGING
     - [Config] arm64: snapdragon: I2C_QUP=y
     - [Config] arm64: snapdragon: SPI_QUP=y
     - [Config] arm64: snapdragon: USB_ULPI_BUS=y, PHY_QCOM_USB_HS=y
     - [Config] arm64: snapdragon: QCOM_APCS_IPC=y
     - [Config] arm64: snapdragon: QCOM_WCNSS_CTRL=y
     - [Config] arm64: snapdragon: QCOM_SMSM=y
     - [Config] arm64: snapdragon: QCOM_SMP2P=y
     - [Config] arm64: snapdragon: DRM_MSM=y
     - [Config] arm64: snapdragon: SND_SOC=y
     - [Config] arm64: snapdragon: QCOM_WCNSS_PIL=m
     - [Config] arm64: snapdragon: INPUT_PM8941_PWRKEY=y
     - [Config] arm64: snapdragon: MEDIA_SUBDRV_AUTOSELECT=y, VIDEO_OV5645=m
     - [Config] arm64: snapdragon: SND_SOC_APQ8016_SBC=y, SND_SOC_LPASS_APQ8016=y
     - [Config] arm64: snapdragon: SND_SOC_MSM8916_WCD_ANALOG=y,
       SND_SOC_MSM8916_WCD_DIGITAL=y
     - SAUCE: media: ov5645: skip address change if dt addr == default addr
     - SAUCE: drm/msm/adv7511: wrap hacks under CONFIG_ADV7511_SNAPDRAGON_HACKS
       #ifdefs
     - [Config] arm64: snapdragon: ADV7511_SNAPDRAGON_HACKS=y
     - [Packaging] fix up snapdragon abi paths
 
   * LSM stacking patches for bionic (LP: #1763062)
     - SAUCE: LSM stacking: procfs: add smack subdir to attrs
     - SAUCE: LSM stacking: LSM: Manage credential security blobs
     - SAUCE: LSM stacking: LSM: Manage file security blobs
     - SAUCE: LSM stacking: LSM: Manage task security blobs
     - SAUCE: LSM stacking: LSM: Manage remaining security blobs
     - SAUCE: LSM stacking: LSM: General stacking
     - SAUCE: LSM stacking: fixup initialize task->security
     - SAUCE: LSM stacking: fixup: alloc_task_ctx is dead code
     - SAUCE: LSM stacking: add support for stacking getpeersec_stream
     - SAUCE: LSM stacking: add stacking support to apparmor network hooks
     - SAUCE: LSM stacking: fixup apparmor stacking enablement
     - SAUCE: LSM stacking: fixup stacking kconfig
     - SAUCE: LSM stacking: allow selecting multiple LSMs using kernel boot params
     - SAUCE: LSM stacking: provide prctl interface for setting context
     - SAUCE: LSM stacking: inherit current display LSM
     - SAUCE: LSM stacking: keep an index for each registered LSM
     - SAUCE: LSM stacking: verify display LSM
     - SAUCE: LSM stacking: provide a way to specify the default display lsm
     - SAUCE: LSM stacking: make sure LSM blob align on 64 bit boundaries
     - SAUCE: LSM stacking: add /proc/<pid>/attr/display_lsm
     - SAUCE: LSM stacking: add Kconfig to set default display LSM
     - SAUCE: LSM stacking: add configs for LSM stacking
     - SAUCE: LSM stacking: add apparmor and selinux proc dirs
     - SAUCE: LSM stacking: remove procfs context interface
 
   * linux 4.13.0-13.14 ADT test failure with linux 4.13.0-13.14
     (LP: #1720779) // LSM stacking patches for bionic (LP: #1763062)
     - SAUCE: LSM stacking: check for invalid zero sized writes
 
   * Support cq/rq record doorbell for RDMA on HSilicon hip08 systems
     (LP: #1762755)
     - RDMA/hns: Support rq record doorbell for the user space
     - RDMA/hns: Support cq record doorbell for the user space
     - RDMA/hns: Support rq record doorbell for kernel space
     - RDMA/hns: Support cq record doorbell for kernel space
     - RDMA/hns: Fix cqn type and init resp
     - RDMA/hns: Fix init resp when alloc ucontext
     - RDMA/hns: Fix cq record doorbell enable in kernel
 
   * Replace LPC patchset with upstream version (LP: #1762758)
     - Revert "UBUNTU: SAUCE: MAINTAINERS: Add maintainer for HiSilicon LPC driver"
     - Revert "UBUNTU: SAUCE: HISI LPC: Add ACPI support"
     - Revert "UBUNTU: SAUCE: ACPI / scan: do not enumerate Indirect IO host
       children"
     - Revert "UBUNTU: SAUCE: HISI LPC: Support the LPC host on Hip06/Hip07 with DT
       bindings"
     - Revert "UBUNTU: SAUCE: OF: Add missing I/O range exception for indirect-IO
       devices"
     - Revert "UBUNTU: SAUCE: PCI: Apply the new generic I/O management on PCI IO
       hosts"
     - Revert "UBUNTU: SAUCE: PCI: Add fwnode handler as input param of
       pci_register_io_range()"
     - Revert "UBUNTU: SAUCE: PCI: Remove unused __weak attribute in
       pci_register_io_range()"
     - Revert "UBUNTU: SAUCE: LIB: Introduce a generic PIO mapping method"
     - lib: Add generic PIO mapping method
     - PCI: Remove __weak tag from pci_register_io_range()
     - PCI: Add fwnode handler as input param of pci_register_io_range()
     - PCI: Apply the new generic I/O management on PCI IO hosts
     - of: Add missing I/O range exception for indirect-IO devices
     - HISI LPC: Support the LPC host on Hip06/Hip07 with DT bindings
     - ACPI / scan: Rename acpi_is_serial_bus_slave() for more general use
     - ACPI / scan: Do not enumerate Indirect IO host children
     - HISI LPC: Add ACPI support
     - MAINTAINERS: Add John Garry as maintainer for HiSilicon LPC driver
 
   * Enable Tunneled Operations on POWER9 (LP: #1762448)
     - powerpc/powernv: Enable tunneled operations
     - cxl: read PHB indications from the device tree
 
   * PSL traces reset after PERST for debug AFU image (LP: #1762462)
     - cxl: Enable NORST bit in PSL_DEBUG register for PSL9
 
   * NFS + sec=krb5 is broken (LP: #1759791)
     - sunrpc: remove incorrect HMAC request initialization
 
   * Raspberry Pi 3 microSD support missing from the installer (LP: #1729128)
     - d-i: add bcm2835 to block-modules
 
   * Backport USB core quirks (LP: #1762695)
     - usb: core: Add "quirks" parameter for usbcore
     - usb: core: Copy parameter string correctly and remove superfluous null check
     - usb: core: Add USB_QUIRK_DELAY_CTRL_MSG to usbcore quirks
 
   * [Ubuntu 18.04] cryptsetup: 'device-mapper: reload ioctl on  failed' when
     setting up a second end-to-end encrypted disk (LP: #1762353)
     - SAUCE: s390/crypto: Adjust s390 aes and paes cipher
 
   * System Z {kernel} UBUNTU18.04 wrong kernel config (LP: #1762719)
     - s390: move nobp parameter functions to nospec-branch.c
     - s390: add automatic detection of the spectre defense
     - s390: report spectre mitigation via syslog
     - s390: add sysfs attributes for spectre
     - [Config] CONFIG_EXPOLINE_AUTO=y, CONFIG_KERNEL_NOBP=n for s390
     - s390: correct nospec auto detection init order
 
   * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5715
     - powerpc/64s: Wire up cpu_show_spectre_v2()
 
   * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5753
     - powerpc/64s: Wire up cpu_show_spectre_v1()
 
   * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5754
     - powerpc/rfi-flush: Move the logic to avoid a redo into the debugfs code
     - powerpc/rfi-flush: Make it possible to call setup_rfi_flush() again
     - powerpc/rfi-flush: Always enable fallback flush on pseries
     - powerpc/rfi-flush: Differentiate enabled and patched flush types
     - powerpc/rfi-flush: Call setup_rfi_flush() after LPM migration
     - powerpc/64s: Move cpu_show_meltdown()
     - powerpc/64s: Enhance the information in cpu_show_meltdown()
     - powerpc/powernv: Use the security flags in pnv_setup_rfi_flush()
     - powerpc/pseries: Use the security flags in pseries_setup_rfi_flush()
 
   * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5715 //
     CVE-2017-5753 // CVE-2017-5754
     - powerpc/pseries: Add new H_GET_CPU_CHARACTERISTICS flags
     - powerpc: Add security feature flags for Spectre/Meltdown
     - powerpc/pseries: Set or clear security feature flags
     - powerpc/powernv: Set or clear security feature flags
 
   * Hisilicon network subsystem 3 support (LP: #1761610)
     - net: hns3: export pci table of hclge and hclgevf to userspace
     - d-i: Add hns3 drivers to nic-modules
 
   * "ip a" command on a guest VM shows UNKNOWN status (LP: #1761534)
     - virtio-net: Fix operstate for virtio when no VIRTIO_NET_F_STATUS
 
   * perf vendor events arm64: Enable JSON events for ThunderX2 B0 (LP: #1760712)
     - perf vendor events: Drop incomplete multiple mapfile support
     - perf vendor events: Fix error code in json_events()
     - perf vendor events: Drop support for unused topic directories
     - perf vendor events: Add support for pmu events vendor subdirectory
     - perf vendor events arm64: Relocate ThunderX2 JSON to cavium subdirectory
     - perf vendor events arm64: Relocate Cortex A53 JSONs to arm subdirectory
     - perf vendor events: Add support for arch standard events
     - perf vendor events arm64: Add armv8-recommended.json
     - perf vendor events arm64: Fixup ThunderX2 to use recommended events
     - perf vendor events arm64: fixup A53 to use recommended events
     - perf vendor events arm64: add HiSilicon hip08 JSON file
     - perf vendor events arm64: Enable JSON events for ThunderX2 B0
 
   * Warning "cache flush timed out!" seen when unloading the cxl driver
     (LP: #1762367)
     - cxl: Check if PSL data-cache is available before issue flush request
 
   * Bionic update to v4.16.1 stable release (LP: #1763170)
     - bitmap: fix memset optimization on big-endian systems
     - USB: serial: ftdi_sio: add RT Systems VX-8 cable
     - USB: serial: ftdi_sio: add support for Harman FirmwareHubEmulator
     - USB: serial: cp210x: add ELDAT Easywave RX09 id
     - serial: 8250: Add Nuvoton NPCM UART
     - mei: remove dev_err message on an unsupported ioctl
     - /dev/mem: Avoid overwriting "err" in read_mem()
     - media: usbtv: prevent double free in error case
     - parport_pc: Add support for WCH CH382L PCI-E single parallel port card.
     - crypto: lrw - Free rctx->ext with kzfree
     - crypto: ccp - Fill the result buffer only on digest, finup, and final ops
     - crypto: talitos - don't persistently map req_ctx->hw_context and
       req_ctx->buf
     - crypto: inside-secure - fix clock management
     - crypto: testmgr - Fix incorrect values in PKCS#1 test vector
     - crypto: talitos - fix IPsec cipher in length
     - crypto: ahash - Fix early termination in hash walk
     - crypto: caam - Fix null dereference at error path
     - crypto: ccp - return an actual key size from RSA max_size callback
     - crypto: arm,arm64 - Fix random regeneration of S_shipped
     - crypto: x86/cast5-avx - fix ECB encryption when long sg follows short one
     - Bluetooth: hci_bcm: Add 6 new ACPI HIDs
     - Btrfs: fix unexpected cow in run_delalloc_nocow
     - siox: fix possible buffer overflow in device_add_store
     - staging: comedi: ni_mio_common: ack ai fifo error interrupts.
     - Revert "base: arch_topology: fix section mismatch build warnings"
     - Input: ALPS - fix TrackStick detection on Thinkpad L570 and Latitude 7370
     - Input: i8042 - add Lenovo ThinkPad L460 to i8042 reset list
     - Input: i8042 - enable MUX on Sony VAIO VGN-CS series to fix touchpad
     - vt: change SGR 21 to follow the standards
     - Fix slab name "biovec-(1<<(21-12))"
     - signal: Correct the offset of si_pkey and si_lower in struct siginfo on m68k
     - Linux 4.16.1
 
   * [18.04][config] regression: nvme and nvme_core couldn't be built as modules
     starting 4.15-rc2 (LP: #1759893)
     - SAUCE: Revert "lightnvm: include NVM Express driver if OCSSD is selected for
       build"
     - [Config] CONFIG_BLK_DEV_NMVE=m
 
   * FFe: Enable configuring resume offset via sysfs (LP: #1760106)
     - PM / hibernate: Make passing hibernate offsets more friendly
 
   * Ubuntu18.04:POWER9:DD2.2 - Unable to start a KVM guest with default machine
     type(pseries-bionic) complaining "KVM implementation does not support
     Transactional Memory, try cap-htm=off" (kvm) (LP: #1752026)
     - powerpc: Use feature bit for RTC presence rather than timebase presence
     - powerpc: Book E: Remove unused CPU_FTR_L2CSR bit
     - powerpc: Free up CPU feature bits on 64-bit machines
     - powerpc: Add CPU feature bits for TM bug workarounds on POWER9 v2.2
     - powerpc/powernv: Provide a way to force a core into SMT4 mode
     - KVM: PPC: Book3S HV: Work around transactional memory bugs in POWER9
     - KVM: PPC: Book3S HV: Work around XER[SO] bug in fake suspend mode
     - KVM: PPC: Book3S HV: Work around TEXASR bug in fake suspend state
 
   * [Feature][CFL][ICL] [CNL]Thunderbolt support (Titan Ridge) (LP: #1730775)
     - thunderbolt: Resume control channel after hibernation image is created
     - thunderbolt: Serialize PCIe tunnel creation with PCI rescan
     - thunderbolt: Handle connecting device in place of host properly
     - thunderbolt: Do not overwrite error code when domain adding fails
     - thunderbolt: Wait a bit longer for root switch config space
     - thunderbolt: Wait a bit longer for ICM to authenticate the active NVM
     - thunderbolt: Handle rejected Thunderbolt devices
     - thunderbolt: Factor common ICM add and update operations out
     - thunderbolt: Correct function name in kernel-doc comment
     - thunderbolt: Add tb_switch_get()
     - thunderbolt: Add tb_switch_find_by_route()
     - thunderbolt: Add tb_xdomain_find_by_route()
     - thunderbolt: Add constant for approval timeout
     - thunderbolt: Move driver ready handling to struct icm
     - thunderbolt: Add 'boot' attribute for devices
     - thunderbolt: Add support for preboot ACL
     - thunderbolt: Introduce USB only (SL4) security level
     - thunderbolt: Add support for Intel Titan Ridge
 
   * QCA9377 requires more IRAM banks for its new firmware (LP: #1748345)
     - ath10k: update the IRAM bank number for QCA9377
 
   * Fix an issue that when system in S3, USB keyboard can't wake up the system.
     (LP: #1759511)
     - ACPI / PM: Allow deeper wakeup power states with no _SxD nor _SxW
 
   * cxl: Fix timebase synchronization status on POWER9 missing (CAPI)
     (LP: #1757228)
     - cxl: Fix timebase synchronization status on P9
 
   * [Feature]Update Ubuntu 18.04 lpfc FC driver with 32/64GB HBA support and bug
     fixes (LP: #1752182)
     - scsi: lpfc: Fix frequency of Release WQE CQEs
     - scsi: lpfc: Increase CQ and WQ sizes for SCSI
     - scsi: lpfc: move placement of target destroy on driver detach
     - scsi: lpfc: correct debug counters for abort
     - scsi: lpfc: Add WQ Full Logic for NVME Target
     - scsi: lpfc: Fix PRLI handling when topology type changes
     - scsi: lpfc: Fix IO failure during hba reset testing with nvme io.
     - scsi: lpfc: Fix RQ empty firmware trap
     - scsi: lpfc: Allow set of maximum outstanding SCSI cmd limit for a target
     - scsi: lpfc: Fix soft lockup in lpfc worker thread during LIP testing
     - scsi: lpfc: Fix issue_lip if link is disabled
     - scsi: lpfc: Indicate CONF support in NVMe PRLI
     - scsi: lpfc: Fix SCSI io host reset causing kernel crash
     - scsi: lpfc: Validate adapter support for SRIU option
     - scsi: lpfc: Fix header inclusion in lpfc_nvmet
     - scsi: lpfc: Treat SCSI Write operation Underruns as an error
     - scsi: lpfc: Fix nonrecovery of NVME controller after cable swap.
     - scsi: lpfc: update driver version to 11.4.0.7
     - scsi: lpfc: Update 11.4.0.7 modified files for 2018 Copyright
     - scsi: lpfc: Rework lpfc to allow different sli4 cq and eq handlers
     - scsi: lpfc: Rework sli4 doorbell infrastructure
     - scsi: lpfc: Add SLI-4 if_type=6 support to the code base
     - scsi: lpfc: Add push-to-adapter support to sli4
     - scsi: lpfc: Add PCI Ids for if_type=6 hardware
     - scsi: lpfc: Add 64G link speed support
     - scsi: lpfc: Add if_type=6 support for cycling valid bits
     - scsi: lpfc: Enable fw download on if_type=6 devices
     - scsi: lpfc: Add embedded data pointers for enhanced performance
     - scsi: lpfc: Fix nvme embedded io length on new hardware
     - scsi: lpfc: Work around NVME cmd iu SGL type
     - scsi: lpfc: update driver version to 12.0.0.0
     - scsi: lpfc: Change Copyright of 12.0.0.0 modified files to 2018
     - scsi: lpfc: use __raw_writeX on DPP copies
     - scsi: lpfc: Add missing unlock in WQ full logic
 
   * /dev/bcache/by-uuid links not created after reboot (LP: #1729145)
     - SAUCE: (no-up) bcache: decouple emitting a cached_dev CHANGE uevent
 
   * DKMS driver builds fail with: Cannot use CONFIG_STACK_VALIDATION=y, please
     install libelf-dev, libelf-devel or elfutils-libelf-devel (LP: #1760876)
     - [Packaging] include the retpoline extractor in the headers
 
   * Use med_with_dipm SATA LPM to save more power for mobile platforms
     (LP: #1759547)
     - [Config] CONFIG_SATA_MOBILE_LPM_POLICY=3
 
   * Miscellaneous Ubuntu changes
     - [Packaging] Only install cloud init files when do_tools_common=true
     - SAUCE: Import aufs driver
     - [Config] Enable AUFS config options

linux (4.16.0-3.4) bionic; urgency=medium

   * Allow multiple mounts of zfs datasets (LP: #1759848)
     - SAUCE: Allow mounting datasets more than once (LP: #1759848)
 
   * zfs system process hung on container stop/delete (LP: #1754584)
     - SAUCE: Fix non-prefaulted page deadlock (LP: #1754584)
     - Revert "UBUNTU: SAUCE: Fix non-prefaulted page deadlock (LP: #1754584)"
     - SAUCE: Fix non-prefaulted page deadlock (LP: #1754584)
 
   * ubuntu_zram_smoke test will cause soft lockup on Artful ThunderX ARM64
     (LP: #1755073)
     - SAUCE: crypto: thunderx_zip: Fix fallout from CONFIG_VMAP_STACK
 
   * CAPI Flash (cxlflash) update (LP: #1752672)
     - SAUCE: cxlflash: Preserve number of interrupts for master contexts
     - SAUCE: cxlflash: Avoid clobbering context control register value
     - SAUCE: cxlflash: Add argument identifier names
     - SAUCE: cxlflash: Introduce OCXL backend
     - SAUCE: cxlflash: Hardware AFU for OCXL
     - SAUCE: cxlflash: Read host function configuration
     - SAUCE: cxlflash: Setup function acTag range
     - SAUCE: cxlflash: Read host AFU configuration
     - SAUCE: cxlflash: Setup AFU acTag range
     - SAUCE: cxlflash: Setup AFU PASID
     - SAUCE: cxlflash: Adapter context support for OCXL
     - SAUCE: cxlflash: Use IDR to manage adapter contexts
     - SAUCE: cxlflash: Support adapter file descriptors for OCXL
     - SAUCE: cxlflash: Support adapter context discovery
     - SAUCE: cxlflash: Support image reload policy modification
     - SAUCE: cxlflash: MMIO map the AFU
     - SAUCE: cxlflash: Support starting an adapter context
     - SAUCE: cxlflash: Support process specific mappings
     - SAUCE: cxlflash: Support AFU state toggling
     - SAUCE: cxlflash: Support reading adapter VPD data
     - SAUCE: cxlflash: Setup function OCXL link
     - SAUCE: cxlflash: Setup OCXL transaction layer
     - SAUCE: cxlflash: Support process element lifecycle
     - SAUCE: cxlflash: Support AFU interrupt management
     - SAUCE: cxlflash: Support AFU interrupt mapping and registration
     - SAUCE: cxlflash: Support starting user contexts
     - SAUCE: cxlflash: Support adapter context polling
     - SAUCE: cxlflash: Support adapter context reading
     - SAUCE: cxlflash: Support adapter context mmap and release
     - SAUCE: cxlflash: Support file descriptor mapping
     - SAUCE: cxlflash: Introduce object handle fop
     - SAUCE: cxlflash: Setup LISNs for user contexts
     - SAUCE: cxlflash: Setup LISNs for master contexts
     - SAUCE: cxlflash: Update synchronous interrupt status bits
     - SAUCE: cxlflash: Introduce OCXL context state machine
     - SAUCE: cxlflash: Register for translation errors
     - SAUCE: cxlflash: Support AFU reset
     - SAUCE: cxlflash: Enable OCXL operations
 
   * [Artful][Wyse 3040] System hang when trying to enable an offlined CPU core
     (LP: #1736393)
     - SAUCE: drm/i915:Don't set chip specific data
     - SAUCE: drm/i915: make previous commit affects Wyse 3040 only
 
   * zed process consuming 100% cpu (LP: #1751796)
     - SAUCE: Fix ioctl loop-spin in zed (LP: #1751796)
 
   * Ubuntu18.04:PowerPC - Set Transparent Huge Pages (THP) by default to
     "always" (LP: #1753708)
     - Config: Set TRANSPARENT_HUGEPAGE_ALWAYS=y on ppc64el
 
   * retpoline hints: primary infrastructure and initial hints (LP: #1758856)
     - [Packaging] retpoline -- add safe usage hint support
     - [Packaging] retpoline-check -- only report additions
     - [Packaging] retpoline -- widen indirect call/jmp detection
     - [Packaging] retpoline -- elide %rip relative indirections
     - [Packaging] retpoline -- clear hint information from packages
     - SAUCE: apm -- annotate indirect calls within
       firmware_restrict_branch_speculation_{start,end}
     - SAUCE: EFI -- annotate indirect calls within
       firmware_restrict_branch_speculation_{start,end}
     - SAUCE: early/late -- annotate indirect calls in early/late initialisation
       code
     - SAUCE: vga_set_mode -- avoid jump tables
     - [Config] retpoine -- switch to new format
 
   * Miscellaneous Ubuntu changes
     - [Packaging] final-checks -- remove check for empty retpoline files
     - [Packaging] skip cloud tools packaging when not building package
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v4.16

linux (4.16.0-2.3) bionic; urgency=medium

   * devpts: handle bind-mounts (LP: #1755857)
     - SAUCE: devpts: hoist out check for DEVPTS_SUPER_MAGIC
     - SAUCE: devpts: resolve devpts bind-mounts
     - SAUCE: devpts: comment devpts_mntget()
     - SAUCE: selftests: add devpts selftests
 
   * [bionic][arm64] d-i: add hisi_sas_v3_hw to scsi-modules (LP: #1756103)
     - d-i: add hisi_sas_v3_hw to scsi-modules
 
   * [Bionic][ARM64] PCI and SAS driver patches for hip08 SoCs (LP: #1756094)
     - SAUCE: scsi: hisi_sas: config for hip08 ES
     - SAUCE: scsi: hisi_sas: export device table of v3 hw to userspace
 
   * s390/crypto: Fix kernel crash on aes_s390 module remove (LP: #1753424)
     - SAUCE: s390/crypto: Fix kernel crash on aes_s390 module remove.
 
   * Fix ARC hit rate (LP: #1755158)
     - SAUCE: Fix ARC hit rate (LP: #1755158)
 
   * ZFS setgid broken on 0.7 (LP: #1753288)
     - SAUCE: Fix ZFS setgid
 
   * CONFIG_EFI=y on armhf (LP: #1726362)
     - [Config] CONFIG_EFI=y on armhf, reconcile secureboot EFI settings
 
   * [Feature] Add xHCI debug device support in the driver (LP: #1730832)
     - [Config] CONFIG_USB_XHCI_DBGCAP=y
 
   * retpoline: ignore %cs:0xNNN constant indirections (LP: #1752655)
     - [Packaging] retpoline -- elide %cs:0xNNNN constants on i386
     - [Config] retpoline -- clean up i386 retpoline files
 
   * Miscellaneous Ubuntu changes
     - [Packaging] retpoline-extract: flag *0xNNN(%reg) branches
     - [Config] fix up retpoline abi files
     - [Config] fix up retpoline abi files
     - d-i: Add netsec to nic-modules
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v4.16-rc6

linux (4.16.0-1.2) bionic; urgency=medium

   * Driver not found in Ubuntu kernel does not detect interface (LP: #1745927)
     - d-i: add cxgb4 to nic-modules
 
   * Support low-pin-count devices on Hisilicon SoCs (LP: #1677319)
     - [Config] CONFIG_INDIRECT_PIO=y
     - SAUCE: LIB: Introduce a generic PIO mapping method
     - SAUCE: PCI: Remove unused __weak attribute in pci_register_io_range()
     - SAUCE: PCI: Add fwnode handler as input param of pci_register_io_range()
     - SAUCE: PCI: Apply the new generic I/O management on PCI IO hosts
     - SAUCE: OF: Add missing I/O range exception for indirect-IO devices
     - [Config] CONFIG_HISILICON_LPC=y
     - SAUCE: HISI LPC: Support the LPC host on Hip06/Hip07 with DT bindings
     - SAUCE: ACPI / scan: do not enumerate Indirect IO host children
     - SAUCE: HISI LPC: Add ACPI support
     - SAUCE: MAINTAINERS: Add maintainer for HiSilicon LPC driver
 
   * Miscellaneous Ubuntu changes
     - SAUCE: tools: use CC for linking acpi tools
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v4.16-rc3

linux (4.16.0-0.1) bionic; urgency=medium

   * retpoline abi files are empty on i386 (LP: #1751021)
     - [Packaging] retpoline-extract -- instantiate retpoline files for i386
     - [Packaging] final-checks -- sanity checking ABI contents
     - [Packaging] final-checks -- check for empty retpoline files
 
   * Miscellaneous upstream changes
     - disable vbox build
     - Disable zfs build
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v4.16-rc2

linux (4.16.0-0.0) bionic; urgency=medium

   * Dummy entry

linux (4.15.0-10.11) bionic; urgency=medium

   * linux: 4.15.0-10.11 -proposed tracker (LP: #1749250)
 
   * "swiotlb: coherent allocation failed" dmesg spam with linux 4.15.0-9.10
     (LP: #1749202)
     - swiotlb: suppress warning when __GFP_NOWARN is set
     - drm/ttm: specify DMA_ATTR_NO_WARN for huge page pools
 
   * linux-tools: perf incorrectly linking libbfd (LP: #1748922)
     - SAUCE: tools -- add ability to disable libbfd
     - [Packaging] correct disablement of libbfd
 
   * [Artful] Realtek ALC225: 2 secs noise when a headset plugged in
     (LP: #1744058)
     - ALSA: hda/realtek - update ALC225 depop optimize
 
   * [Artful] Support headset mode for DELL WYSE (LP: #1723913)
     - SAUCE: ALSA: hda/realtek - Add support headset mode for DELL WYSE
 
   * headset mic can't be detected on two Dell machines (LP: #1748807)
     - ALSA: hda/realtek - Support headset mode for ALC215/ALC285/ALC289
     - ALSA: hda - Fix headset mic detection problem for two Dell machines
 
   * Bionic update to v4.15.3 stable release (LP: #1749191)
     - ip6mr: fix stale iterator
     - net: igmp: add a missing rcu locking section
     - qlcnic: fix deadlock bug
     - qmi_wwan: Add support for Quectel EP06
     - r8169: fix RTL8168EP take too long to complete driver initialization.
     - tcp: release sk_frag.page in tcp_disconnect
     - vhost_net: stop device during reset owner
     - ipv6: addrconf: break critical section in addrconf_verify_rtnl()
     - ipv6: change route cache aging logic
     - Revert "defer call to mem_cgroup_sk_alloc()"
     - net: ipv6: send unsolicited NA after DAD
     - rocker: fix possible null pointer dereference in
       rocker_router_fib_event_work
     - tcp_bbr: fix pacing_gain to always be unity when using lt_bw
     - cls_u32: add missing RCU annotation.
     - ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6only
     - soreuseport: fix mem leak in reuseport_add_sock()
     - net_sched: get rid of rcu_barrier() in tcf_block_put_ext()
     - net: sched: fix use-after-free in tcf_block_put_ext
     - media: mtk-vcodec: add missing MODULE_LICENSE/DESCRIPTION
     - media: soc_camera: soc_scale_crop: add missing
       MODULE_DESCRIPTION/AUTHOR/LICENSE
     - media: tegra-cec: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
     - gpio: uniphier: fix mismatch between license text and MODULE_LICENSE
     - crypto: tcrypt - fix S/G table for test_aead_speed()
     - Linux 4.15.3
 
   * bnx2x_attn_int_deasserted3:4323 MC assert! (LP: #1715519) //
     CVE-2018-1000026
     - net: create skb_gso_validate_mac_len()
     - bnx2x: disable GSO where gso_size is too big for hardware
 
   * ethtool -p fails to light NIC LED on HiSilicon D05 systems (LP: #1748567)
     - net: hns: add ACPI mode support for ethtool -p
 
   * CVE-2017-5715 (Spectre v2 Intel)
     - [Packaging] retpoline files must be sorted
     - [Packaging] pull in retpoline files
 
   * [Feature] PXE boot with Intel Omni-Path (LP: #1712031)
     - d-i: Add hfi1 to nic-modules
 
   * CVE-2017-5715 (Spectre v2 retpoline)
     - [Packaging] retpoline -- add call site validation
     - [Config] disable retpoline checks for first upload
 
   * Do not duplicate changelog entries assigned to more than one bug or CVE
     (LP: #1743383)
     - [Packaging] git-ubuntu-log -- handle multiple bugs/cves better

linux (4.15.0-9.10) bionic; urgency=medium

   * linux: 4.15.0-9.10 -proposed tracker (LP: #1748244)
 
   * Miscellaneous Ubuntu changes
     - [Debian] tests -- remove gcc-multilib dependency for arm64

linux (4.15.0-8.9) bionic; urgency=medium

   * linux: 4.15.0-8.9 -proposed tracker (LP: #1748075)
 
   * Bionic update to v4.15.2 stable release (LP: #1748072)
     - KVM: x86: Make indirect calls in emulator speculation safe
     - KVM: VMX: Make indirect call speculation safe
     - module/retpoline: Warn about missing retpoline in module
     - x86/cpufeatures: Add CPUID_7_EDX CPUID leaf
     - x86/cpufeatures: Add Intel feature bits for Speculation Control
     - x86/cpufeatures: Add AMD feature bits for Speculation Control
     - x86/msr: Add definitions for new speculation control MSRs
     - x86/pti: Do not enable PTI on CPUs which are not vulnerable to Meltdown
     - x86/cpufeature: Blacklist SPEC_CTRL/PRED_CMD on early Spectre v2 microcodes
     - x86/speculation: Add basic IBPB (Indirect Branch Prediction Barrier) support
     - x86/alternative: Print unadorned pointers
     - x86/nospec: Fix header guards names
     - x86/bugs: Drop one "mitigation" from dmesg
     - x86/cpu/bugs: Make retpoline module warning conditional
     - x86/cpufeatures: Clean up Spectre v2 related CPUID flags
     - x86/retpoline: Simplify vmexit_fill_RSB()
     - x86/speculation: Simplify indirect_branch_prediction_barrier()
     - auxdisplay: img-ascii-lcd: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
     - iio: adc/accel: Fix up module licenses
     - pinctrl: pxa: pxa2xx: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
     - ASoC: pcm512x: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
     - KVM: nVMX: Eliminate vmcs02 pool
     - KVM: VMX: introduce alloc_loaded_vmcs
     - objtool: Improve retpoline alternative handling
     - objtool: Add support for alternatives at the end of a section
     - objtool: Warn on stripped section symbol
     - x86/mm: Fix overlap of i386 CPU_ENTRY_AREA with FIX_BTMAP
     - x86/spectre: Check CONFIG_RETPOLINE in command line parser
     - x86/entry/64: Remove the SYSCALL64 fast path
     - x86/entry/64: Push extra regs right away
     - x86/asm: Move 'status' from thread_struct to thread_info
     - Documentation: Document array_index_nospec
     - array_index_nospec: Sanitize speculative array de-references
     - x86: Implement array_index_mask_nospec
     - x86: Introduce barrier_nospec
     - x86: Introduce __uaccess_begin_nospec() and uaccess_try_nospec
     - x86/usercopy: Replace open coded stac/clac with __uaccess_{begin, end}
     - x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospec
     - x86/get_user: Use pointer masking to limit speculation
     - x86/syscall: Sanitize syscall table de-references under speculation
     - vfs, fdtable: Prevent bounds-check bypass via speculative execution
     - nl80211: Sanitize array index in parse_txq_params
     - x86/spectre: Report get_user mitigation for spectre_v1
     - x86/spectre: Fix spelling mistake: "vunerable"-> "vulnerable"
     - x86/cpuid: Fix up "virtual" IBRS/IBPB/STIBP feature bits on Intel
     - x86/speculation: Use Indirect Branch Prediction Barrier in context switch
     - x86/paravirt: Remove 'noreplace-paravirt' cmdline option
     - KVM: VMX: make MSR bitmaps per-VCPU
     - x86/kvm: Update spectre-v1 mitigation
     - x86/retpoline: Avoid retpolines for built-in __init functions
     - x86/spectre: Simplify spectre_v2 command line parsing
     - x86/pti: Mark constant arrays as __initconst
     - x86/speculation: Fix typo IBRS_ATT, which should be IBRS_ALL
     - KVM/x86: Update the reverse_cpuid list to include CPUID_7_EDX
     - KVM/x86: Add IBPB support
     - KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIES
     - KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRL
     - KVM/SVM: Allow direct access to MSR_IA32_SPEC_CTRL
     - serial: core: mark port as initialized after successful IRQ change
     - fpga: region: release of_parse_phandle nodes after use
     - Linux 4.15.2
 
   * Add support for the NIC on SynQuacer E-Series boards (LP: #1747792)
     - net: phy: core: remove now uneeded disabling of interrupts
     - [Config] CONFIG_NET_VENDOR_SOCIONEXT=y & CONFIG_SNI_NETSEC=m
     - net: socionext: Add Synquacer NetSec driver
     - net: socionext: include linux/io.h to fix build
     - net: socionext: Fix error return code in netsec_netdev_open()
 
   * [Artful/Bionic] [Config] enable EDAC_GHES for ARM64 (LP: #1747746)
     - [Config] CONFIG_EDAC_GHES=y
 
   * support thunderx2 vendor pmu events (LP: #1747523)
     - perf pmu: Pass pmu as a parameter to get_cpuid_str()
     - perf tools arm64: Add support for get_cpuid_str function.
     - perf pmu: Add helper function is_pmu_core to detect PMU CORE devices
     - perf vendor events arm64: Add ThunderX2 implementation defined pmu core
       events
     - perf pmu: Add check for valid cpuid in perf_pmu__find_map()
 
   * linux 4.14.0-7.9 ADT test failure with linux 4.14.0-7.9 (LP: #1732463)
     - SAUCE: mm: disable vma based swap readahead by default
     - SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM
 
   * Miscellaneous Ubuntu changes
     - [Config] Fix CONFIG_PROFILE_ALL_BRANCHES annotations

linux (4.15.0-7.8) bionic; urgency=medium

   * Bionic update to v4.15.1 stable release (LP: #1747169)
     - Bluetooth: hci_serdev: Init hci_uart proto_lock to avoid oops
     - tools/gpio: Fix build error with musl libc
     - gpio: stmpe: i2c transfer are forbiden in atomic context
     - gpio: Fix kernel stack leak to userspace
     - ALSA: hda - Reduce the suspend time consumption for ALC256
     - crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDH
     - crypto: aesni - handle zero length dst buffer
     - crypto: aesni - fix typo in generic_gcmaes_decrypt
     - crypto: aesni - add wrapper for generic gcm(aes)
     - crypto: aesni - Fix out-of-bounds access of the data buffer in generic-gcm-
       aesni
     - crypto: aesni - Fix out-of-bounds access of the AAD buffer in generic-gcm-
       aesni
     - crypto: inside-secure - fix hash when length is a multiple of a block
     - crypto: inside-secure - avoid unmapping DMA memory that was not mapped
     - crypto: sha3-generic - fixes for alignment and big endian operation
     - crypto: af_alg - whitelist mask and type
     - HID: wacom: EKR: ensure devres groups at higher indexes are released
     - HID: wacom: Fix reporting of touch toggle (WACOM_HID_WD_MUTE_DEVICE) events
     - power: reset: zx-reboot: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
     - gpio: iop: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
     - gpio: ath79: add missing MODULE_DESCRIPTION/LICENSE
     - mtd: nand: denali_pci: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
     - igb: Free IRQs when device is hotplugged
     - ima/policy: fix parsing of fsuuid
     - scsi: aacraid: Fix udev inquiry race condition
     - scsi: aacraid: Fix hang in kdump
     - scsi: storvsc: missing error code in storvsc_probe()
     - staging: lustre: separate a connection destroy from free struct kib_conn
     - staging: ccree: NULLify backup_info when unused
     - staging: ccree: fix fips event irq handling build
     - tty: fix data race between tty_init_dev and flush of buf
     - usb: option: Add support for FS040U modem
     - USB: serial: pl2303: new device id for Chilitag
     - USB: cdc-acm: Do not log urb submission errors on disconnect
     - CDC-ACM: apply quirk for card reader
     - USB: serial: io_edgeport: fix possible sleep-in-atomic
     - usbip: prevent bind loops on devices attached to vhci_hcd
     - usbip: list: don't list devices attached to vhci_hcd
     - USB: serial: simple: add Motorola Tetra driver
     - usb: f_fs: Prevent gadget unbind if it is already unbound
     - usb: uas: unconditionally bring back host after reset
     - usb/gadget: Fix "high bandwidth" check in usb_gadget_ep_match_desc()
     - ANDROID: binder: remove waitqueue when thread exits.
     - android: binder: use VM_ALLOC to get vm area
     - mei: me: allow runtime pm for platform with D0i3
     - serial: 8250_of: fix return code when probe function fails to get reset
     - serial: 8250_uniphier: fix error return code in uniphier_uart_probe()
     - serial: 8250_dw: Revert "Improve clock rate setting"
     - serial: imx: Only wakeup via RTSDEN bit if the system has RTS/CTS
     - spi: imx: do not access registers while clocks disabled
     - iio: adc: stm32: fix scan of multiple channels with DMA
     - iio: chemical: ccs811: Fix output of IIO_CONCENTRATION channels
     - test_firmware: fix missing unlock on error in config_num_requests_store()
     - Input: synaptics-rmi4 - unmask F03 interrupts when port is opened
     - Input: synaptics-rmi4 - do not delete interrupt memory too early
     - x86/efi: Clarify that reset attack mitigation needs appropriate userspace
     - Linux 4.15.1
 
   * Dell XPS 13 9360 bluetooth (Atheros) won't connect after resume
     (LP: #1744712)
     - Revert "Bluetooth: btusb: fix QCA Rome suspend/resume"
     - Bluetooth: btusb: Restore QCA Rome suspend/resume fix with a "rewritten"
       version
 
   * apparmor profile load in stacked policy container fails (LP: #1746463)
     - SAUCE: apparmor: fix display of .ns_name for containers

linux (4.15.0-6.7) bionic; urgency=low

   * upload urgency should be medium by default (LP: #1745338)
     - [Packaging] update urgency to medium by default
 
   * Shutdown hang on 16.04 with iscsi targets (LP: #1569925)
     - scsi: libiscsi: Allow sd_shutdown on bad transport
 
   * Miscellaneous Ubuntu changes
     - SAUCE: (noup) Update spl to 0.7.5-1ubuntu1, zfs to 0.7.5-1ubuntu1
     - Revert "UBUNTU: SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM"
     - Revert "UBUNTU: SAUCE: mm: disable vma based swap readahead by default"
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v4.15

linux (4.15.0-5.6) bionic; urgency=low

   * $(LOCAL_ENV_CC) and $(LOCAL_ENV_DISTCC_HOSTS) should be properly quoted
     (LP: #1744077)
     - [Debian] pass LOCAL_ENV_CC and LOCAL_ENV_DISTCC_HOSTS properly
 
   * Missing install-time driver for QLogic QED 25/40/100Gb Ethernet NIC
     (LP: #1743638)
     - [d-i] Add qede to nic-modules udeb
 
   * boot failure on AMD Raven + WesternXT (LP: #1742759)
     - SAUCE: drm/amdgpu: add atpx quirk handling (v2)
 
   * Unable to handle kernel NULL pointer dereference at isci_task_abort_task
     (LP: #1726519)
     - SAUCE: Revert "scsi: libsas: allow async aborts"
 
   * Update Ubuntu-4.15.0 config to support Intel Atom devices (LP: #1739939)
     - [Config] CONFIG_SERIAL_DEV_BUS=y, CONFIG_SERIAL_DEV_CTRL_TTYPORT=y
 
   * Miscellaneous Ubuntu changes
     - Rebase to v4.15-rc7
     - [Config] CONFIG_CPU_ISOLATION=y
     - [Config] Update annotations following config review
     - Revert "UBUNTU: SAUCE: Import aufs driver"
     - SAUCE: Import aufs driver
     - ubuntu: vbox -- update to 5.2.6-dfsg-1
     - ubuntu: vbox: build fixes for 4.15
     - ubuntu: vbox -- update to 5.2.6-dfsg-2
     - hio: updates for timer api changes in 4.15
     - enable hio build
     - Rebase to v4.15-rc9
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v4.15-rc9

linux (4.15.0-4.5) bionic; urgency=low

   * [0cf3:e010] QCA6174A XR failed to pair with bt 4.0 device  (LP: #1741166)
     - SAUCE: Bluetooth: btusb: Add support for 0cf3:e010
 
   * External HDMI monitor failed to show screen on Lenovo X1 series
     (LP: #1738523)
     - SAUCE: drm/i915: Disable writing of TMDS_OE on Lenovo ThinkPad X1 series
 
   * Miscellaneous Ubuntu changes
     - [Debian] autoreconstruct - add resoration of execute permissions
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v4.15-rc4

linux (4.15.0-3.4) bionic; urgency=low

   * ubuntu/xr-usb-serial didn't get built in zesty and artful (LP: #1733281)
     - SAUCE: make sure ubuntu/xr-usb-serial builds for x86
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v4.15-rc6

2017

linux (4.15.0-2.3) bionic; urgency=low

   * nvidia-graphics-drivers-384 384.90-0ubuntu6 ADT test failure with linux
     4.15.0-1.2 (LP: #1737752)
     - x86/mm: Unbreak modules that use the DMA API
 
   * Ubuntu 17.10 corrupting BIOS - many LENOVO laptops models (LP: #1734147)
     - [Config] CONFIG_SPI_INTEL_SPI_*=n
 
   * power: commonise configs IBMVETH/IBMVSCSI and ensure both are in linux-image
     and udebs (LP: #1521712)
     - [Config] Include ibmvnic in nic-modules
 
   * Enable arm64 emulation of removed ARMv7 instructions (LP: #1545542)
     - [Config] Enable support for emulation of deprecated ARMv8 instructions
 
   * Miscellaneous Ubuntu changes
     - SAUCE: (noup) Update spl with 4.15 compat fix (LP:#1737761)
     - Enable zfs build
     - [Debian] add icp to zfs-modules.ignore
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v4.15-rc4

linux (4.15.0-1.2) bionic; urgency=low

   * Disabling zfs does not always disable module checks for the zfs modules
     (LP: #1737176)
     - [Packaging] disable zfs module checks when zfs is disabled
 
   * Miscellaneous Ubuntu changes
     - [Config] CONFIG_UNWINDER_FRAME_POINTER=y for amd64
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v4.15-rc3

linux (4.15.0-0.1) bionic; urgency=low

   * Miscellaneous Ubuntu changes
     - ubuntu: vbox -- update to 5.2.2-dfsg-2
     - ubuntu: vbox: build fixes for 4.15
     - disable hio build
     - [Config] Update kernel lockdown options to fix build errors
     - Disable zfs build
     - SAUCE: Import aufs driver
     - [Config] Enable AUFS config options
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v4.15-rc2

linux (4.14.0-11.13) bionic; urgency=low

   * linux: 4.14.0-11.13 -proposed tracker (LP: #1736168)
 
   * CVE-2017-1000405
     - mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()
 
   * linux 4.14.0-7.9 ADT test failure with linux 4.14.0-7.9 (LP: #1732463)
     - SAUCE: mm: disable vma based swap readahead by default
     - SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM
 
   * Bionic update to v4.14.3 stable release (LP: #1735843)
     - s390: fix transactional execution control register handling
     - s390/noexec: execute kexec datamover without DAT
     - s390/runtime instrumention: fix possible memory corruption
     - s390/guarded storage: fix possible memory corruption
     - s390/disassembler: add missing end marker for e7 table
     - s390/disassembler: increase show_code buffer size
     - ACPI / PM: Fix acpi_pm_notifier_lock vs flush_workqueue() deadlock
     - ACPI / EC: Fix regression related to triggering source of EC event handling
     - cpufreq: schedutil: Reset cached_raw_freq when not in sync with next_freq
     - serdev: fix registration of second slave
     - sched: Make resched_cpu() unconditional
     - lib/mpi: call cond_resched() from mpi_powm() loop
     - x86/boot: Fix boot failure when SMP MP-table is based at 0
     - x86/decoder: Add new TEST instruction pattern
     - x86/entry/64: Fix entry_SYSCALL_64_after_hwframe() IRQ tracing
     - x86/entry/64: Add missing irqflags tracing to native_load_gs_index()
     - perf/x86/intel: Hide TSX events when RTM is not supported
     - arm64: Implement arch-specific pte_access_permitted()
     - ARM: 8722/1: mm: make STRICT_KERNEL_RWX effective for LPAE
     - ARM: 8721/1: mm: dump: check hardware RO bit for LPAE
     - uapi: fix linux/tls.h userspace compilation error
     - uapi: fix linux/rxrpc.h userspace compilation errors
     - MIPS: cmpxchg64() and HAVE_VIRT_CPU_ACCOUNTING_GEN don't work for 32-bit SMP
     - MIPS: ralink: Fix MT7628 pinmux
     - MIPS: ralink: Fix typo in mt7628 pinmux function
     - net: mvneta: fix handling of the Tx descriptor counter
     - nbd: wait uninterruptible for the dead timeout
     - nbd: don't start req until after the dead connection logic
     - PM / OPP: Add missing of_node_put(np)
     - PCI/ASPM: Account for downstream device's Port Common_Mode_Restore_Time
     - PCI/ASPM: Use correct capability pointer to program LTR_L1.2_THRESHOLD
     - PCI: hv: Use effective affinity mask
     - PCI: Set Cavium ACS capability quirk flags to assert RR/CR/SV/UF
     - PCI: Apply Cavium ThunderX ACS quirk to more Root Ports
     - ALSA: hda: Add Raven PCI ID
     - dm integrity: allow unaligned bv_offset
     - dm cache: fix race condition in the writeback mode overwrite_bio
       optimisation
     - dm crypt: allow unaligned bv_offset
     - dm zoned: ignore last smaller runt zone
     - dm mpath: remove annoying message of 'blk_get_request() returned -11'
     - dm bufio: fix integer overflow when limiting maximum cache size
     - ovl: Put upperdentry if ovl_check_origin() fails
     - dm: allocate struct mapped_device with kvzalloc
     - sched/rt: Simplify the IPI based RT balancing logic
     - MIPS: pci: Remove KERN_WARN instance inside the mt7620 driver
     - dm: fix race between dm_get_from_kobject() and __dm_destroy()
     - dm: discard support requires all targets in a table support discards
     - MIPS: Fix odd fp register warnings with MIPS64r2
     - MIPS: Fix MIPS64 FP save/restore on 32-bit kernels
     - MIPS: dts: remove bogus bcm96358nb4ser.dtb from dtb-y entry
     - MIPS: Fix an n32 core file generation regset support regression
     - MIPS: BCM47XX: Fix LED inversion for WRT54GSv1
     - MIPS: math-emu: Fix final emulation phase for certain instructions
     - rt2x00usb: mark device removed when get ENOENT usb error
     - mm/z3fold.c: use kref to prevent page free/compact race
     - autofs: don't fail mount for transient error
     - nilfs2: fix race condition that causes file system corruption
     - fscrypt: lock mutex before checking for bounce page pool
     - eCryptfs: use after free in ecryptfs_release_messaging()
     - libceph: don't WARN() if user tries to add invalid key
     - bcache: check ca->alloc_thread initialized before wake up it
     - fs: guard_bio_eod() needs to consider partitions
     - fanotify: fix fsnotify_prepare_user_wait() failure
     - isofs: fix timestamps beyond 2027
     - btrfs: change how we decide to commit transactions during flushing
     - f2fs: expose some sectors to user in inline data or dentry case
     - NFS: Fix typo in nomigration mount option
     - NFS: Revert "NFS: Move the flock open mode check into nfs_flock()"
     - nfs: Fix ugly referral attributes
     - NFS: Avoid RCU usage in tracepoints
     - NFS: revalidate "." etc correctly on "open".
     - nfsd: deal with revoked delegations appropriately
     - rtlwifi: rtl8192ee: Fix memory leak when loading firmware
     - rtlwifi: fix uninitialized rtlhal->last_suspend_sec time
     - iwlwifi: fix firmware names for 9000 and A000 series hw
     - md: fix deadlock error in recent patch.
     - md: don't check MD_SB_CHANGE_CLEAN in md_allow_write
     - Bluetooth: btqcomsmd: Add support for BD address setup
     - md/bitmap: revert a patch
     - fsnotify: clean up fsnotify_prepare/finish_user_wait()
     - fsnotify: pin both inode and vfsmount mark
     - fsnotify: fix pinning group in fsnotify_prepare_user_wait()
     - ata: fixes kernel crash while tracing ata_eh_link_autopsy event
     - ext4: fix interaction between i_size, fallocate, and delalloc after a crash
     - ext4: prevent data corruption with inline data + DAX
     - ext4: prevent data corruption with journaling + DAX
     - ALSA: pcm: update tstamp only if audio_tstamp changed
     - ALSA: usb-audio: Add sanity checks to FE parser
     - ALSA: usb-audio: Fix potential out-of-bound access at parsing SU
     - ALSA: usb-audio: Add sanity checks in v2 clock parsers
     - ALSA: timer: Remove kernel warning at compat ioctl error paths
     - ALSA: hda/realtek - Fix ALC275 no sound issue
     - ALSA: hda: Fix too short HDMI/DP chmap reporting
     - ALSA: hda - Fix yet remaining issue with vmaster 0dB initialization
     - ALSA: hda/realtek - Fix ALC700 family no sound issue
     - ASoC: sun8i-codec: Invert Master / Slave condition
     - ASoC: sun8i-codec: Fix left and right channels inversion
     - ASoC: sun8i-codec: Set the BCLK divider
     - mfd: lpc_ich: Avoton/Rangeley uses SPI_BYT method
     - fix a page leak in vhost_scsi_iov_to_sgl() error recovery
     - 9p: Fix missing commas in mount options
     - fs/9p: Compare qid.path in v9fs_test_inode
     - net/9p: Switch to wait_event_killable()
     - scsi: qla2xxx: Suppress a kernel complaint in qla_init_base_qpair()
     - scsi: sd_zbc: Fix sd_zbc_read_zoned_characteristics()
     - scsi: lpfc: fix pci hot plug crash in timer management routines
     - scsi: lpfc: fix pci hot plug crash in list_add call
     - scsi: lpfc: Fix crash receiving ELS while detaching driver
     - scsi: lpfc: Fix FCP hba_wqidx assignment
     - scsi: lpfc: Fix oops if nvmet_fc_register_targetport fails
     - iscsi-target: Make TASK_REASSIGN use proper se_cmd->cmd_kref
     - iscsi-target: Fix non-immediate TMR reference leak
     - target: fix null pointer regression in core_tmr_drain_tmr_list
     - target: fix buffer offset in core_scsi3_pri_read_full_status
     - target: Fix QUEUE_FULL + SCSI task attribute handling
     - target: Fix caw_sem leak in transport_generic_request_failure
     - target: Fix quiese during transport_write_pending_qf endless loop
     - target: Avoid early CMD_T_PRE_EXECUTE failures during ABORT_TASK
     - mtd: Avoid probe failures when mtd->dbg.dfs_dir is invalid
     - mtd: nand: Export nand_reset() symbol
     - mtd: nand: atmel: Actually use the PM ops
     - mtd: nand: omap2: Fix subpage write
     - mtd: nand: Fix writing mtdoops to nand flash.
     - mtd: nand: mtk: fix infinite ECC decode IRQ issue
     - mailbox: bcm-flexrm-mailbox: Fix FlexRM ring flush sequence
     - p54: don't unregister leds when they are not initialized
     - block: Fix a race between blk_cleanup_queue() and timeout handling
     - raid1: prevent freeze_array/wait_all_barriers deadlock
     - genirq: Track whether the trigger type has been set
     - irqchip/gic-v3: Fix ppi-partitions lookup
     - lockd: double unregister of inetaddr notifiers
     - KVM: PPC: Book3S HV: Don't call real-mode XICS hypercall handlers if not
       enabled
     - KVM: nVMX: set IDTR and GDTR limits when loading L1 host state
     - KVM: SVM: obey guest PAT
     - kvm: vmx: Reinstate support for CPUs without virtual NMI
     - dax: fix PMD faults on zero-length files
     - dax: fix general protection fault in dax_alloc_inode
     - SUNRPC: Fix tracepoint storage issues with svc_recv and svc_rqst_status
     - clk: ti: dra7-atl-clock: fix child-node lookups
     - libnvdimm, dimm: clear 'locked' status on successful DIMM enable
     - libnvdimm, pfn: make 'resource' attribute only readable by root
     - libnvdimm, namespace: fix label initialization to use valid seq numbers
     - libnvdimm, region : make 'resource' attribute only readable by root
     - libnvdimm, namespace: make 'resource' attribute only readable by root
     - svcrdma: Preserve CB send buffer across retransmits
     - IB/srpt: Do not accept invalid initiator port names
     - IB/cm: Fix memory corruption in handling CM request
     - IB/hfi1: Fix incorrect available receive user context count
     - IB/srp: Avoid that a cable pull can trigger a kernel crash
     - IB/core: Avoid crash on pkey enforcement failed in received MADs
     - IB/core: Only maintain real QPs in the security lists
     - NFC: fix device-allocation error return
     - spi-nor: intel-spi: Fix broken software sequencing codes
     - i40e: Use smp_rmb rather than read_barrier_depends
     - igb: Use smp_rmb rather than read_barrier_depends
     - igbvf: Use smp_rmb rather than read_barrier_depends
     - ixgbevf: Use smp_rmb rather than read_barrier_depends
     - i40evf: Use smp_rmb rather than read_barrier_depends
     - fm10k: Use smp_rmb rather than read_barrier_depends
     - ixgbe: Fix skb list corruption on Power systems
     - parisc: Fix validity check of pointer size argument in new CAS
       implementation
     - powerpc: Fix boot on BOOK3S_32 with CONFIG_STRICT_KERNEL_RWX
     - powerpc/mm/radix: Fix crashes on Power9 DD1 with radix MMU and STRICT_RWX
     - powerpc/perf/imc: Use cpu_to_node() not topology_physical_package_id()
     - powerpc/signal: Properly handle return value from uprobe_deny_signal()
     - powerpc/64s: Fix masking of SRR1 bits on instruction fault
     - powerpc/64s/radix: Fix 128TB-512TB virtual address boundary case allocation
     - powerpc/64s/hash: Fix 512T hint detection to use >= 128T
     - powerpc/64s/hash: Fix 128TB-512TB virtual address boundary case allocation
     - powerpc/64s/hash: Fix fork() with 512TB process address space
     - powerpc/64s/hash: Allow MAP_FIXED allocations to cross 128TB boundary
     - media: Don't do DMA on stack for firmware upload in the AS102 driver
     - media: rc: check for integer overflow
     - media: rc: nec decoder should not send both repeat and keycode
     - cx231xx-cards: fix NULL-deref on missing association descriptor
     - media: v4l2-ctrl: Fix flags field on Control events
     - media: venus: fix wrong size on dma_free
     - media: venus: venc: fix bytesused v4l2_plane field
     - media: venus: reimplement decoder stop command
     - ARM64: dts: meson-gxl: Add alternate ARM Trusted Firmware reserved memory
       zone
     - iwlwifi: fix wrong struct for a000 device
     - iwlwifi: add a new a000 device
     - iwlwifi: pcie: sort IDs for the 9000 series for easier comparisons
     - iwlwifi: add new cards for a000 series
     - iwlwifi: add new cards for 8265 series
     - iwlwifi: add new cards for 8260 series
     - iwlwifi: fix PCI IDs and configuration mapping for 9000 series
     - iwlwifi: mvm: support version 7 of the SCAN_REQ_UMAC FW command
     - e1000e: Fix error path in link detection
     - e1000e: Fix return value test
     - e1000e: Separate signaling for link check/link up
     - e1000e: Avoid receiver overrun interrupt bursts
     - e1000e: fix buffer overrun while the I219 is processing DMA transactions
     - Linux 4.14.3
 
   * Miscellaneous Ubuntu changes
     - SAUCE: s390/topology: don't inline cpu_to_node
     - SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to 0.7.3-1ubuntu1

linux (4.14.0-10.12) bionic; urgency=low

   * linux: 4.14.0-10.12 -proposed tracker (LP: #1734901)
 
   * Miscellaneous Ubuntu changes
     - SAUCE: Enable the ACPI kernel debugger and acpidbg tool
     - [Packaging] Include arch/arm64/kernel/ftrace-mod.o in headers package

linux (4.14.0-9.11) bionic; urgency=low

   * linux: 4.14.0-9.11 -proposed tracker (LP: #1734728)
 
   * Miscellaneous Ubuntu changes
     - Revert "UBUNTU: SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to
       0.7.3-1ubuntu1"

linux (4.14.0-8.10) bionic; urgency=low

   * linux: 4.14.0-8.10 -proposed tracker (LP: #1734695)
 
   * Bionic update to v4.14.2 stable release (LP: #1734694)
     - bio: ensure __bio_clone_fast copies bi_partno
     - af_netlink: ensure that NLMSG_DONE never fails in dumps
     - vxlan: fix the issue that neigh proxy blocks all icmpv6 packets
     - net: cdc_ncm: GetNtbFormat endian fix
     - fealnx: Fix building error on MIPS
     - net/sctp: Always set scope_id in sctp_inet6_skb_msgname
     - ima: do not update security.ima if appraisal status is not INTEGRITY_PASS
     - serial: omap: Fix EFR write on RTS deassertion
     - serial: 8250_fintek: Fix finding base_port with activated SuperIO
     - tpm-dev-common: Reject too short writes
     - rcu: Fix up pending cbs check in rcu_prepare_for_idle
     - mm/pagewalk.c: report holes in hugetlb ranges
     - ocfs2: fix cluster hang after a node dies
     - ocfs2: should wait dio before inode lock in ocfs2_setattr()
     - ipmi: fix unsigned long underflow
     - mm/page_alloc.c: broken deferred calculation
     - mm/page_ext.c: check if page_ext is not prepared
     - coda: fix 'kernel memory exposure attempt' in fsync
     - ipmi: Prefer ACPI system interfaces over SMBIOS ones
     - Linux 4.14.2
 
   * Bionic update to v4.14.1 stable release (LP: #1734693)
     - EDAC, sb_edac: Don't create a second memory controller if HA1 is not present
     - dmaengine: dmatest: warn user when dma test times out
     - media: imon: Fix null-ptr-deref in imon_probe
     - media: dib0700: fix invalid dvb_detach argument
     - crypto: dh - Fix double free of ctx->p
     - crypto: dh - Don't permit 'p' to be 0
     - crypto: dh - Don't permit 'key' or 'g' size longer than 'p'
     - crypto: brcm - Explicity ACK mailbox message
     - USB: early: Use new USB product ID and strings for DbC device
     - USB: usbfs: compute urb->actual_length for isochronous
     - USB: Add delay-init quirk for Corsair K70 LUX keyboards
     - usb: gadget: f_fs: Fix use-after-free in ffs_free_inst
     - USB: serial: metro-usb: stop I/O after failed open
     - USB: serial: Change DbC debug device binding ID
     - USB: serial: qcserial: add pid/vid for Sierra Wireless EM7355 fw update
     - USB: serial: garmin_gps: fix I/O after failed probe and remove
     - USB: serial: garmin_gps: fix memory leak on probe errors
     - selftests/x86/protection_keys: Fix syscall NR redefinition warnings
     - x86/MCE/AMD: Always give panic severity for UC errors in kernel context
     - platform/x86: peaq-wmi: Add DMI check before binding to the WMI interface
     - platform/x86: peaq_wmi: Fix missing terminating entry for peaq_dmi_table
     - HID: cp2112: add HIDRAW dependency
     - HID: wacom: generic: Recognize WACOM_HID_WD_PEN as a type of pen collection
     - rpmsg: glink: Add missing MODULE_LICENSE
     - staging: wilc1000: Fix bssid buffer offset in Txq
     - staging: sm750fb: Fix parameter mistake in poke32
     - staging: ccree: fix 64 bit scatter/gather DMA ops
     - staging: greybus: spilib: fix use-after-free after deregistration
     - staging: rtl8188eu: Revert 4 commits breaking ARP
     - spi: fix use-after-free at controller deregistration
     - sparc32: Add cmpxchg64().
     - sparc64: mmu_context: Add missing include files
     - sparc64: Fix page table walk for PUD hugepages
     - Linux 4.14.1
 
   * Set PANIC_TIMEOUT=10 on Power Systems (LP: #1730660)
     - [Config]: Set PANIC_TIMEOUT=10 on ppc64el
 
   * enable CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH easily confuse users
     (LP: #1732627)
     - [Config] CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH=n
 
   * Miscellaneous Ubuntu changes
     - SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to 0.7.3-1ubuntu1

linux (4.14.0-7.9) bionic; urgency=low

   * Miscellaneous Ubuntu changes
     - SAUCE: apparmor: add base infastructure for socket mediation
     - SAUCE: apparmor: af_unix mediation
     - SAUCE: LSM stacking: procfs: add smack subdir to attrs
     - SAUCE: LSM stacking: LSM: manage credential security blobs
     - SAUCE: LSM stacking: LSM: Manage file security blobs
     - SAUCE: LSM stacking: LSM: manage task security blobs
     - SAUCE: LSM stacking: LSM: Infrastructure management of the remaining blobs
     - SAUCE: LSM stacking: LSM: general but not extreme module stacking
     - SAUCE: LSM stacking: LSM: Complete task_alloc hook
     - SAUCE: LSM stacking: fixup procsfs: add smack subdir to attrs
     - SAUCE: LSM stacking: fixup initialize task->security
     - SAUCE: LSM stacking: fixup: alloc_task_ctx is dead code
     - SAUCE: LSM stacking: add support for stacking getpeersec_stream
     - SAUCE: LSM stacking: add stacking support to apparmor network hooks
     - SAUCE: LSM stacking: fixup apparmor stacking enablement
     - SAUCE: LSM stacking: fixup stacking kconfig
     - SAUCE: LSM stacking: allow selecting multiple LSMs using kernel boot params
     - SAUCE: LSM stacking: provide prctl interface for setting context
     - SAUCE: LSM stacking: inherit current display LSM
     - SAUCE: LSM stacking: keep an index for each registered LSM
     - SAUCE: LSM stacking: verify display LSM
     - SAUCE: LSM stacking: provide a way to specify the default display lsm
     - SAUCE: LSM stacking: make sure LSM blob align on 64 bit boundaries
     - SAUCE: LSM stacking: add /proc/<pid>/attr/display_lsm
     - SAUCE: LSM stacking: add Kconfig to set default display LSM
     - SAUCE: LSM stacking: add configs for LSM stacking
     - SAUCE: LSM stacking: check for invalid zero sized writes
     - [Config] Run updateconfigs after merging LSM stacking
     - [Config] CONFIG_AMD_MEM_ENCRYPT=y
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v4.14

linux (4.14.0-6.8) bionic; urgency=low

   * Miscellaneous Ubuntu changes
     - SAUCE: add workarounds to enable ZFS for 4.14
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v4.14-rc8

linux (4.14.0-5.7) bionic; urgency=low

   * Miscellaneous Ubuntu changes
     - [Debian] Fix invocation of dh_prep for dbgsym packages

linux (4.14.0-4.5) bionic; urgency=low

   * Miscellaneous Ubuntu changes
     - [Packaging] virtualbox -- reduce in kernel module versions
     - vbox-update: Fix up KERN_DIR definitions
     - ubuntu: vbox -- update to 5.2.0-dfsg-2
     - [Config] CONFIG_AMD_MEM_ENCRYPT=n
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v4.14-rc7

linux (4.14.0-3.4) artful; urgency=low

   * Touchpad and TrackPoint Dose Not Work on Lenovo X1C6 and X280 (LP: #1723986)
     - SAUCE: Input: synaptics-rmi4 - RMI4 can also use SMBUS version 3
     - SAUCE: Input: synaptics - Lenovo X1 Carbon 5 should use SMBUS/RMI
     - SAUCE: Input: synaptics - add Intertouch support on X1 Carbon 6th and X280
 
   * powerpc/64s: Add workaround for P9 vector CI load issuenext (LP: #1721070)
     - powerpc/64s: Add workaround for P9 vector CI load issue
 
   * Miscellaneous Ubuntu changes
     - SAUCE: staging: vboxvideo: Fix reporting invalid suggested-offset-properties
     - [Config] CONFIG_DRM_VBOXVIDEO=m
     - SAUCE: Import aufs driver
     - [Config] Enable aufs
     - [Config] Reorder annotations file after enabling aufs
     - vbox-update: Disable imported vboxvideo module
     - ubuntu: vbox -- update to 5.1.30-dfsg-1
     - Enable vbox
     - hio: Use correct sizes when initializing ssd_index_bits* arrays
     - hio: Update io stat accounting for 4.14
     - Enable hio
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v4.14-rc5
   * Rebase to v4.14-rc6

linux (4.14.0-2.3) artful; urgency=low

   * [Bug] USB controller failed to respond on Denverton after loading
     intel_th_pci module (LP: #1715833)
     - SAUCE: PCI: Disable broken RTIT_BAR of Intel TH
 
   * CONFIG_DEBUG_FS is not enabled by "make zfcpdump_defconfig" with Ubuntu
     17.10 (kernel 4.13) (LP: #1719290)
     - SAUCE: s390: update zfcpdump_defconfig
 
   * Add installer support for Broadcom BCM573xx network drivers. (LP: #1720466)
     - d-i: Add bnxt_en to nic-modules.
 
   * Miscellaneous Ubuntu changes
     - [Config] Update annotations for 4.14-rc2
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v4.14-rc3
   * Rebase to v4.14-rc4

linux (4.14.0-1.2) artful; urgency=low

   * [Bug] USB 3.1 Gen2 works as 5Gbps (LP: #1720045)
     - xhci: set missing SuperSpeedPlus Link Protocol bit in roothub descriptor
 
   * Please make linux-libc-dev Provide: aufs-dev (LP: #1716091)
     - [Packaging] Add aufs-dev to the Provides: for linux-libc-dev
 
   * Upgrade to 4.13.0-11.12 in artful amd64 VM breaks display on wayland
     (LP: #1718679)
     - [Config] CONFIG_DRM_VBOXVIDEO=n
 
   * ipmmu-vmsa driver breaks arm64 boots (LP: #1718734)
     - [Config] Disable CONFIG_IPMMU_VMSA on arm64
 
   * autopkgtest profile fails to build on armhf (LP: #1717920)
     - [Packaging] autopkgtest -- disable d-i when dropping flavours
 
   * Miscellaneous Ubuntu changes
     - [Config] CONFIG_I2C_XLP9XX=m
     - [Packaging] Use SRCPKGNAME rather than hard-coding the source package name
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v4.14-rc2

linux (4.14.0-0.1) artful; urgency=low

   * Miscellaneous Ubuntu changes
     - Disable vbox build
     - Disable hio build
     - Disable zfs build
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v4.14-rc1

linux (4.13.0-11.12) artful; urgency=low

   * linux: 4.13.0-11.12 -proposed tracker (LP: #1716699)
 
   * kernel panic -not syncing: Fatal exception: panic_on_oops (LP: #1708399)
     - s390/mm: fix local TLB flushing vs. detach of an mm address space
     - s390/mm: fix race on mm->context.flush_mm
 
   * CVE-2017-1000251
     - Bluetooth: Properly check L2CAP config option output buffer length

linux (4.13.0-10.11) artful; urgency=low

   * linux: 4.13.0-10.11 -proposed tracker (LP: #1716287)
 
   * please add aufs-dkms to the Provides: for the kernel packages (LP: #1716093)
     - [Packaging] Add aufs-dkms to the Provides: for kernel packages
 
   * Artful update to v4.13.1 stable release (LP: #1716284)
     - usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard
     - USB: serial: option: add support for D-Link DWM-157 C1
     - usb: Add device quirk for Logitech HD Pro Webcam C920-C
     - usb:xhci:Fix regression when ATI chipsets detected
     - USB: musb: fix external abort on suspend
     - ANDROID: binder: add padding to binder_fd_array_object.
     - ANDROID: binder: add hwbinder,vndbinder to BINDER_DEVICES.
     - USB: core: Avoid race of async_completed() w/ usbdev_release()
     - staging/rts5208: fix incorrect shift to extract upper nybble
     - staging: ccree: save ciphertext for CTS IV
     - staging: fsl-dpaa2/eth: fix off-by-one FD ctrl bitmaks
     - iio: adc: ti-ads1015: fix incorrect data rate setting update
     - iio: adc: ti-ads1015: fix scale information for ADS1115
     - iio: adc: ti-ads1015: enable conversion when CONFIG_PM is not set
     - iio: adc: ti-ads1015: avoid getting stale result after runtime resume
     - iio: adc: ti-ads1015: don't return invalid value from buffer setup callbacks
     - iio: adc: ti-ads1015: add adequate wait time to get correct conversion
     - driver core: bus: Fix a potential double free
     - HID: wacom: Do not completely map WACOM_HID_WD_TOUCHRINGSTATUS usage
     - binder: free memory on error
     - crypto: caam/qi - fix compilation with CONFIG_DEBUG_FORCE_WEAK_PER_CPU=y
     - crypto: caam/qi - fix compilation with DEBUG enabled
     - thunderbolt: Fix reset response_type
     - fpga: altera-hps2fpga: fix multiple init of l3_remap_lock
     - intel_th: pci: Add Cannon Lake PCH-H support
     - intel_th: pci: Add Cannon Lake PCH-LP support
     - ath10k: fix memory leak in rx ring buffer allocation
     - drm/vgem: Pin our pages for dmabuf exports
     - drm/ttm: Fix accounting error when fail to get pages for pool
     - drm/dp/mst: Handle errors from drm_atomic_get_private_obj_state() correctly
     - rtlwifi: rtl_pci_probe: Fix fail path of _rtl_pci_find_adapter
     - Bluetooth: Add support of 13d3:3494 RTL8723BE device
     - iwlwifi: pci: add new PCI ID for 7265D
     - dlm: avoid double-free on error path in dlm_device_{register,unregister}
     - mwifiex: correct channel stat buffer overflows
     - MCB: add support for SC31 to mcb-lpc
     - s390/mm: avoid empty zero pages for KVM guests to avoid postcopy hangs
     - drm/nouveau/pci/msi: disable MSI on big-endian platforms by default
     - drm/nouveau: Fix error handling in nv50_disp_atomic_commit
     - workqueue: Fix flag collision
     - ahci: don't use MSI for devices with the silly Intel NVMe remapping scheme
     - cs5536: add support for IDE controller variant
     - scsi: sg: protect against races between mmap() and SG_SET_RESERVED_SIZE
     - scsi: sg: recheck MMAP_IO request length with lock held
     - of/device: Prevent buffer overflow in of_device_modalias()
     - rtlwifi: Fix memory leak when firmware request fails
     - rtlwifi: Fix fallback firmware loading
     - Linux 4.13.1
 
   * Kernel has trouble recognizing Corsair Strafe RGB keyboard (LP: #1678477)
     - usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard
 
   * SRIOV: warning if unload VFs (LP: #1715073)
     - PCI: Disable VF decoding before pcibios_sriov_disable() updates resources
 
   * [Patch] network-i40e:NVM bug fixes (cherrypick from 4.14) (LP: #1715578)
     - i40e: avoid NVM acquire deadlock during NVM update
     - i40e: point wb_desc at the nvm_wb_desc during i40e_read_nvm_aq
 
   * [P9,POwer NV] Perf PMU event : pm_br_2path and pm_ld_miss_l1 is counted
     twice when perf stat is done (perf:) (LP: #1714571)
     - perf vendor events powerpc: Remove duplicate events
 
   * Unable to install Ubuntu on the NVMe disk under VMD PCI domain
     (LP: #1703339)
     - [Config] Include vmd in storage-core-modules udeb
 
   * 17.10 fails to boot on POWER9 DD2.0 with Deep stop states (LP: #1715064)
     - powerpc/powernv: Save/Restore additional SPRs for stop4 cpuidle
     - powerpc/powernv: Clear PECE1 in LPCR via stop-api only on Hotplug
     - SAUCE: powerpc/powernv: Clear LPCR[PECE1] via stop-api only for deep state
       offline
 
   * Miscellaneous Ubuntu changes
     - SAUCE: selftests/seccomp: Support glibc 2.26 siginfo_t.h
     - Revert "UBUNTU: SAUCE: Import aufs driver"
     - SAUCE: Import aufs driver

linux (4.13.0-9.10) artful; urgency=low

   * linux: 4.13.0-9.10 -proposed tracker (LP: #1715145)
 
   * EDAC sbridge: Failed to register device with error -22. (LP: #1714112)
     - [Config] CONFIG_EDAC_GHES=n
 
   * Miscellaneous Ubuntu changes
     - ubuntu: vbox -- update to 5.1.26-dfsg-2
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v4.13

linux (4.13.0-8.9) artful; urgency=low

   * snapd 2.27.3+17.10 ADT test failure with linux 4.13.0-6.7 (LP: #1713103)
     - SAUCE: apparmor: fix apparmorfs DAC access, permissions
 
   * enable ARCH_SUNXI (and friends) in arm64 kernel .config (LP: #1701137)
     - [Config] Enable CONFIG_ARCH_SUNXI and related options for arm64
 
   * [Bug] Harrisonville: pnd2_edac always fail to load on B1 stepping
     Harrisonville SDP (LP: #1709257)
     - EDAC, pnd2: Build in a minimal sideband driver for Apollo Lake
     - EDAC, pnd2: Mask off the lower four bits of a BAR
     - EDAC, pnd2: Conditionally unhide/hide the P2SB PCI device to read BAR
     - EDAC, pnd2: Properly toggle hidden state for P2SB PCI device
     - SAUCE: i2c: i801: Restore the presence state of P2SB PCI device after
       reading BAR
 
   * Miscellaneous Ubuntu changes
     - Revert "UBUNTU: SAUCE: Import aufs driver"
     - SAUCE: Import aufs driver
     - SAUCE: selftests/powerpc: Disable some ptrace selftests
     - [Config] CONFIG_CRYPTO_DEV_NITROX_CNN55XX=n for s390x
     - [Config] CONFIG_I2C_SLAVE=n for amd64, i386, ppc64el
     - [Config] Disable CONFIG_MDIO_* options for s390x
     - [Config] CONFIG_SCSI_MQ_DEFAULT=n for s390x
     - [Config] Update annotations for 4.13

linux (4.13.0-7.8) artful; urgency=low

   * linux 4.12.0-11.12 ADT test failure with linux 4.12.0-11.12 (LP: #1710904)
     - SAUCE: selftests/powerpc: Use snprintf to construct DSCR sysfs interface
       paths
 
   * Miscellaneous Ubuntu changes
     - Revert "UBUNTU: SAUCE: seccomp: log actions even when audit is disabled"
 
   * Miscellaneous upstream changes
     - seccomp: Provide matching filter for introspection
     - seccomp: Sysctl to display available actions
     - seccomp: Operation for checking if an action is available
     - seccomp: Sysctl to configure actions that are allowed to be logged
     - seccomp: Selftest for detection of filter flag support
     - seccomp: Filter flag to log all actions except SECCOMP_RET_ALLOW
     - seccomp: Action to log before allowing
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v4.13-rc7

linux (4.13.0-6.7) artful; urgency=low

   * HID: multitouch: Support ALPS PTP Stick and Touchpad devices (LP: #1712481)
     - SAUCE: HID: multitouch: Support ALPS PTP stick with pid 0x120A
 
   * sort ABI files with C.UTF-8 locale (LP: #1712345)
     - [Packaging] sort ABI files with C.UTF-8 locale
 
   * igb: Support using Broadcom 54616 as PHY (LP: #1712024)
     - SAUCE: igb: add support for using Broadcom 54616 as PHY
 
   * RPT related fixes missing in Ubuntu 16.04.3 (LP: #1709220)
     - powerpc/mm/radix: Improve _tlbiel_pid to be usable for PWC flushes
     - powerpc/mm/radix: Improve TLB/PWC flushes
     - powerpc/mm/radix: Avoid flushing the PWC on every flush_tlb_range
 
   * Linux 4.12 refuses to load self-signed modules under Secure Boot with
     properly enrolled keys (LP: #1712168)
     - SAUCE: (efi-lockdown) MODSIGN: Fix module signature verification
 
   * [17.10 FEAT] Enable NVMe driver - kernel (LP: #1708432)
     - [Config] CONFIG_BLK_DEV_NVME=m for s390
 
   * Artful: 4.12.0-11.12: Boot panic in vlv2_plat_configure_clock+0x3b/0xa0
     (LP: #1711298)
     - [Config] CONFIG_INTEL_ATOMISP=n
 
   * Miscellaneous Ubuntu changes
     - SAUCE: apparmor: af_unix mediation
 
   * Miscellaneous upstream changes
     - apparmor: Fix shadowed local variable in unpack_trans_table()
     - apparmor: Fix logical error in verify_header()
     - apparmor: Fix an error code in aafs_create()
     - apparmor: Redundant condition: prev_ns. in [label.c:1498]
     - apparmor: add the ability to mediate signals
     - apparmor: add mount mediation
     - apparmor: cleanup conditional check for label in label_print
     - apparmor: add support for absolute root view based labels
     - apparmor: make policy_unpack able to audit different info messages
     - apparmor: add more debug asserts to apparmorfs
     - apparmor: add base infastructure for socket mediation
     - apparmor: move new_null_profile to after profile lookup fns()
     - apparmor: fix race condition in null profile creation
     - apparmor: ensure unconfined profiles have dfas initialized
     - apparmor: fix incorrect type assignment when freeing proxies
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v4.13-rc6

linux (4.13.0-5.6) artful; urgency=low

   * Ubuntu17.10 - perf: Update Power9 PMU event JSON files (LP: #1708630)
     - perf pmu-events: Support additional POWER8+ PVR in mapfile
     - perf vendor events: Add POWER9 PMU events
     - perf vendor events: Add POWER9 PVRs to mapfile
     - SAUCE: perf vendor events powerpc: remove suffix in mapfile
     - SAUCE: perf vendor events powerpc: Update POWER9 events
 
   * Disable CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE (LP: #1709171)
     - [Config] CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE=n for ppc64el
 
   * Please only recommend or suggest initramfs-tools | linux-initramfs-tool for
     kernels able to boot without initramfs (LP: #1700972)
     - [Debian] Don't depend on initramfs-tools
 
   * Miscellaneous Ubuntu changes
     - SAUCE: Import aufs driver
     - SAUCE: aufs -- Add missing argument to loop_switch() call
     - [Config] Enable aufs
     - SAUCE: (noup) Update spl to 0.6.5.11-ubuntu1, zfs to 0.6.5.11-1ubuntu3
     - Enable zfs build
     - SAUCE: powerpc: Always initialize input array when calling epapr_hypercall()
     - [Packaging] switch up to debhelper 9
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v4.13-rc5

linux (4.13.0-4.5) artful; urgency=low

   * Lenovo Yoga 910 Sensors (LP: #1708120)
     - SAUCE: (no-up) HID: Add quirk for Lenovo Yoga 910 with ITE Chips
 
   * Unable to install Ubuntu on the NVMe disk under VMD PCI domain
     (LP: #1703339)
     - [Config] Add vmd driver to generic inclusion list
 
   * Set CONFIG_SATA_HIGHBANK=y on armhf (LP: #1703430)
     - [Config] CONFIG_SATA_HIGHBANK=y
 
   * Miscellaneous Ubuntu changes
     - ubuntu: vbox -- update to 5.1.26-dfsg-1
     - SAUCE: hio: Build fixes for 4.13
     - Enable hio build
     - SAUCE: (noup) Update spl to 0.6.5.11-1, zfs to 0.6.5.11-1ubuntu1
     - [debian] use all rather than amd64 dkms debs for sync
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v4.13-rc4

linux (4.13.0-3.4) artful; urgency=low

   * Adt tests of src:linux time out often on armhf lxc containers (LP: #1705495)
     - [Packaging] tests -- reduce rebuild test to one flavour
     - [Packaging] tests -- reduce rebuild test to one flavour -- use filter
 
   * snapd 2.26.8+17.10 ADT test failure with linux 4.12.0-6.7 (LP: #1704158)
     - SAUCE: virtio_net: Revert mergeable buffer handling rework
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v4.13-rc3

linux (4.13.0-2.3) artful; urgency=low

   * Change CONFIG_IBMVETH to module (LP: #1704479)
     - [Config] CONFIG_IBMVETH=m
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v4.13-rc2

linux (4.13.0-1.2) artful; urgency=low

   * Miscellaneous Ubuntu changes
     - [Debian] Support sphinx-based kernel documentation

linux (4.13.0-0.1) artful; urgency=low

   * Miscellaneous Ubuntu changes
     - Disable hio
     - Disable zfs build
     - ubuntu: vbox -- update to 5.1.24-dfsg-1
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v4.13-rc1

linux (4.12.0-7.8) artful; urgency=low

   * ThunderX: soft lockup on 4.8+ kernels when running qemu-efi with vhost=on
     (LP: #1673564)
     - arm64: Add a facility to turn an ESR syndrome into a sysreg encoding
     - KVM: arm/arm64: vgic-v3: Add accessors for the ICH_APxRn_EL2 registers
     - KVM: arm64: Make kvm_condition_valid32() accessible from EL2
     - KVM: arm64: vgic-v3: Add hook to handle guest GICv3 sysreg accesses at EL2
     - KVM: arm64: vgic-v3: Add ICV_BPR1_EL1 handler
     - KVM: arm64: vgic-v3: Add ICV_IGRPEN1_EL1 handler
     - KVM: arm64: vgic-v3: Add ICV_IAR1_EL1 handler
     - KVM: arm64: vgic-v3: Add ICV_EOIR1_EL1 handler
     - KVM: arm64: vgic-v3: Add ICV_AP1Rn_EL1 handler
     - KVM: arm64: vgic-v3: Add ICV_HPPIR1_EL1 handler
     - KVM: arm64: vgic-v3: Enable trapping of Group-1 system registers
     - KVM: arm64: Enable GICv3 Group-1 sysreg trapping via command-line
     - KVM: arm64: vgic-v3: Add ICV_BPR0_EL1 handler
     - KVM: arm64: vgic-v3: Add ICV_IGNREN0_EL1 handler
     - KVM: arm64: vgic-v3: Add misc Group-0 handlers
     - KVM: arm64: vgic-v3: Enable trapping of Group-0 system registers
     - KVM: arm64: Enable GICv3 Group-0 sysreg trapping via command-line
     - arm64: Add MIDR values for Cavium cn83XX SoCs
     - arm64: Add workaround for Cavium Thunder erratum 30115
     - KVM: arm64: vgic-v3: Add ICV_DIR_EL1 handler
     - KVM: arm64: vgic-v3: Add ICV_RPR_EL1 handler
     - KVM: arm64: vgic-v3: Add ICV_CTLR_EL1 handler
     - KVM: arm64: vgic-v3: Add ICV_PMR_EL1 handler
     - KVM: arm64: Enable GICv3 common sysreg trapping via command-line
     - KVM: arm64: vgic-v3: Log which GICv3 system registers are trapped
     - KVM: arm64: Log an error if trapping a read-from-write-only GICv3 access
     - KVM: arm64: Log an error if trapping a write-to-read-only GICv3 access
 
   * hns: under heavy load, NIC may fail and require reboot (LP: #1704146)
     - net: hns: Bugfix for Tx timeout handling in hns driver
 
   * New ACPI identifiers for ThunderX SMMU (LP: #1703437)
     - iommu/arm-smmu: Plumb in new ACPI identifiers
 
   * Transparent hugepages should default to enabled=madvise (LP: #1703742)
     - SAUCE: use CONFIG_TRANSPARENT_HUGEPAGE_MADVISE=y as default
 
   * Artful update to v4.12.1 stable release (LP: #1703858)
     - driver core: platform: fix race condition with driver_override
     - RDMA/uverbs: Check port number supplied by user verbs cmds
     - usb: dwc3: replace %p with %pK
     - USB: serial: cp210x: add ID for CEL EM3588 USB ZigBee stick
     - usb: usbip: set buffer pointers to NULL after free
     - Add USB quirk for HVR-950q to avoid intermittent device resets
     - usb: Fix typo in the definition of Endpoint[out]Request
     - USB: core: fix device node leak
     - USB: serial: option: add two Longcheer device ids
     - USB: serial: qcserial: new Sierra Wireless EM7305 device ID
     - xhci: Limit USB2 port wake support for AMD Promontory hosts
     - gfs2: Fix glock rhashtable rcu bug
     - Add "shutdown" to "struct class".
     - tpm: Issue a TPM2_Shutdown for TPM2 devices.
     - tpm: fix a kernel memory leak in tpm-sysfs.c
     - powerpc/powernv: Fix CPU_HOTPLUG=n idle.c compile error
     - x86/uaccess: Optimize copy_user_enhanced_fast_string() for short strings
     - sched/fair, cpumask: Export for_each_cpu_wrap()
     - sched/core: Implement new approach to scale select_idle_cpu()
     - sched/numa: Use down_read_trylock() for the mmap_sem
     - sched/numa: Override part of migrate_degrades_locality() when idle balancing
     - sched/fair: Simplify wake_affine() for the single socket case
     - sched/numa: Implement NUMA node level wake_affine()
     - sched/fair: Remove effective_load()
     - sched/numa: Hide numa_wake_affine() from UP build
     - xen: avoid deadlock in xenbus driver
     - crypto: drbg - Fixes panic in wait_for_completion call
     - Linux 4.12.1
 
   * cxlflash update request in the Xenial SRU stream (LP: #1702521)
     - scsi: cxlflash: Combine the send queue locks
     - scsi: cxlflash: Update cxlflash_afu_sync() to return errno
     - scsi: cxlflash: Reset hardware queue context via specified register
     - scsi: cxlflash: Schedule asynchronous reset of the host
     - scsi: cxlflash: Handle AFU sync failures
     - scsi: cxlflash: Track pending scsi commands in each hardware queue
     - scsi: cxlflash: Flush pending commands in cleanup path
     - scsi: cxlflash: Add scsi command abort handler
     - scsi: cxlflash: Create character device to provide host management interface
     - scsi: cxlflash: Separate AFU internal command handling from AFU sync
       specifics
     - scsi: cxlflash: Introduce host ioctl support
     - scsi: cxlflash: Refactor AFU capability checking
     - scsi: cxlflash: Support LUN provisioning
     - scsi: cxlflash: Support AFU debug
     - scsi: cxlflash: Support WS16 unmap
     - scsi: cxlflash: Remove zeroing of private command data
     - scsi: cxlflash: Update TMF command processing
     - scsi: cxlflash: Avoid double free of character device
     - scsi: cxlflash: Update send_tmf() parameters
     - scsi: cxlflash: Update debug prints in reset handlers
 
   * make snap-pkg support (LP: #1700747)
     - make snap-pkg support
 
   * Quirk for non-compliant PCI bridge on HiSilicon D05 board (LP: #1698706)
     - SAUCE: PCI: Support hibmc VGA cards behind a misbehaving HiSilicon bridge
 
   * arm64: fix crash reading /proc/kcore (LP: #1702749)
     - fs/proc: kcore: use kcore_list type to check for vmalloc/module address
     - arm64: mm: select CONFIG_ARCH_PROC_KCORE_TEXT
 
   * Opal and POWER9 DD2 (LP: #1702159)
     - SAUCE: powerpc/powernv: Tell OPAL about our MMU mode on POWER9
 
   * Data corruption with hio driver  (LP: #1701316)
     - SAUCE: hio: Fix incorrect use of enum req_opf values
 
   * Miscellaneous Ubuntu changes
     - SAUCE: (noup) Update spl to 0.6.5.10-1, zfs to 0.6.5.10-1ubuntu2
     - snapcraft.yaml: Sync with xenial
     - [Config] CONFIG_CAVIUM_ERRATUM_30115=y
 
   * Miscellaneous upstream changes
     - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and
       MokSBState"

linux (4.12.0-6.7) artful; urgency=low

   * update ENA driver to 1.2.0k from net-next (LP: #1701575)
     - net: ena: change return value for unsupported features unsupported return
       value
     - net: ena: add hardware hints capability to the driver
     - net: ena: change sizeof() argument to be the type pointer
     - net: ena: add reset reason for each device FLR
     - net: ena: add support for out of order rx buffers refill
     - net: ena: allow the driver to work with small number of msix vectors
     - net: ena: use napi_schedule_irqoff when possible
     - net: ena: separate skb allocation to dedicated function
     - net: ena: use lower_32_bits()/upper_32_bits() to split dma address
     - net: ena: update driver's rx drop statistics
     - net: ena: update ena driver to version 1.2.0
 
   * APST gets enabled against explicit kernel option (LP: #1699004)
     - nvme: explicitly disable APST on quirked devices
 
   * Miscellaneous Ubuntu changes
     - SAUCE: hio: Update to Huawei ES3000_V2 (2.1.0.40)
     - SAUCE: hio updates for 4.12
     - SAUCE: Enable hio build

linux (4.12.0-5.6) artful; urgency=low

   * ERAT invalidate on context switch removal (LP: #1700819)
     - powerpc: Only do ERAT invalidate on radix context switch on P9 DD1
 
   * powerpc: Invalidate ERAT on powersave wakeup for POWER9 (LP: #1700521)
     - SAUCE: powerpc: Invalidate ERAT on powersave wakeup for POWER9
 
   * Miscellaneous Ubuntu changes
     - d-i: Move qcom-emac from arm64 to shared nic-modules
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v4.12

linux (4.12.0-4.5) artful; urgency=low

   * aacraid driver may return uninitialized stack data to userspace
     (LP: #1700077)
     - SAUCE: scsi: aacraid: Don't copy uninitialized stack memory to userspace
 
   * KILLER1435-S[0489:e0a2] BT cannot search BT 4.0 device (LP: #1699651)
     - Bluetooth: btusb: Add support for 0489:e0a2 QCA_ROME device
 
   * AACRAID for power9 platform (LP: #1689980)
     - scsi: aacraid: Remove __GFP_DMA for raw srb memory
     - scsi: aacraid: Fix DMAR issues with iommu=pt
     - scsi: aacraid: Added 32 and 64 queue depth for arc natives
     - scsi: aacraid: Set correct Queue Depth for HBA1000 RAW disks
     - scsi: aacraid: Remove reset support from check_health
     - scsi: aacraid: Change wait time for fib completion
     - scsi: aacraid: Log count info of scsi cmds before reset
     - scsi: aacraid: Print ctrl status before eh reset
     - scsi: aacraid: Using single reset mask for IOP reset
     - scsi: aacraid: Rework IOP reset
     - scsi: aacraid: Add periodic checks to see IOP reset status
     - scsi: aacraid: Rework SOFT reset code
     - scsi: aacraid: Rework aac_src_restart
     - scsi: aacraid: Use correct function to get ctrl health
     - scsi: aacraid: Make sure ioctl returns on controller reset
     - scsi: aacraid: Enable ctrl reset for both hba and arc
     - scsi: aacraid: Add reset debugging statements
     - scsi: aacraid: Remove reference to Series-9
     - scsi: aacraid: Update driver version to 50834
 
   * hibmc driver does not include "pci:" prefix in bus ID (LP: #1698700)
     - SAUCE: drm: hibmc: Use set_busid function from drm core
 
   * HiSilicon D05: installer doesn't appear on VGA (LP: #1698954)
     - d-i: Add hibmc-drm to kernel-image udeb
 
   * Fix /proc/cpuinfo revision for POWER9 DD2 (LP: #1698844)
     - SAUCE: powerpc: Fix /proc/cpuinfo revision for POWER9 DD2
 
   * Miscellaneous Ubuntu changes
     - [Config] CONFIG_SATA_MV=n and CONFIG_GENERIC_PHY=n for s390x
     - [Config] CONFIG_ATA=n for s390x
     - [Config] Update annotations for 4.12
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v4.12-rc7

linux (4.12.0-3.4) artful; urgency=low

   * Miscellaneous upstream changes
     - ufs: fix the logics for tail relocation
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v4.12-rc6

linux (4.12.0-2.3) artful; urgency=low

   * CVE-2014-9900
     - SAUCE: (no-up) net: Zeroing the structure ethtool_wolinfo in
       ethtool_get_wol()
 
   * System doesn't boot properly on Gigabyte AM4 motherboards (AMD Ryzen)
     (LP: #1671360)
     - pinctrl/amd: Use regular interrupt instead of chained
 
   * extend-diff-ignore should use exact matches (LP: #1693504)
     - [Packaging] exact extend-diff-ignore matches
 
   * Miscellaneous Ubuntu changes
     - SAUCE: efi: Don't print secure boot state from the efi stub
     - ubuntu: vbox -- Update to 5.1.22-dfsg-1
     - SAUCE: vbox fixes for 4.12
     - Re-enable virtualbox build
     - [Config] CONFIG_ORANGEFS_FS=m
     - SAUCE: (noup) Update spl to 0.6.5.9-1ubuntu2, zfs to 0.6.5.9-5ubuntu7
     - Enable zfs build
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v4.12-rc4
   * Rebase to v4.12-rc5

linux (4.12.0-1.2) artful; urgency=low

   * Enable Matrox driver for Ubuntu 16.04.3 (LP: #1693337)
     - [Config] Enable CONFIG_DRM_MGAG200 as module
 
   * Support low-pin-count devices on Hisilicon SoCs (LP: #1677319)
     - [Config] CONFIG_LIBIO=y on arm64 only
     - SAUCE: LIBIO: Introduce a generic PIO mapping method
     - SAUCE: OF: Add missing I/O range exception for indirect-IO devices
     - [Config] CONFIG_HISILICON_LPC=y
     - SAUCE: LPC: Support the device-tree LPC host on Hip06/Hip07
     - SAUCE: LIBIO: Support the dynamically logical PIO registration of ACPI host
       I/O
     - SAUCE: LPC: Add the ACPI LPC support
     - SAUCE: PCI: Apply the new generic I/O management on PCI IO hosts
     - SAUCE: PCI: Restore codepath for !CONFIG_LIBIO
 
   * POWER9: Additional patches for TTY and CPU_IDLE (LP: #1674325)
     - SAUCE: tty: Fix ldisc crash on reopened tty
 
   * Miscellaneous Ubuntu changes
     - [Debian] Add build-dep on libnuma-dev to enable 'perf bench numa'
     - Rebase to v4.12-rc3
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v4.12-rc3

linux (4.12.0-0.1) artful; urgency=low

   * please enable CONFIG_ARM64_LSE_ATOMICS (LP: #1691614)
     - [Config] CONFIG_ARM64_LSE_ATOMICS=y
 
   * [Regression] NUMA_BALANCING disabled on arm64 (LP: #1690914)
     - [Config] CONFIG_NUMA_BALANCING{,_DEFAULT_ENABLED}=y on arm64
 
   * exec'ing a setuid binary from a threaded program sometimes fails to setuid
     (LP: #1672819)
     - SAUCE: exec: ensure file system accounting in check_unsafe_exec is correct
 
   * Miscellaneous Ubuntu changes
     - Update find-missing-sauce.sh to compare to artful
     - Update dropped.txt
     - SAUCE: (efi-lockdown) efi: Add EFI_SECURE_BOOT bit
     - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
       kernel image
     - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
       mode
     - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
     - SAUCE: (efi-lockdown) Restrict /dev/mem and /dev/kmem when the kernel is
       locked down
     - SAUCE: (efi-lockdown) Add a sysrq option to exit secure boot mode
     - SAUCE: (efi-lockdown) kexec: Disable at runtime if the kernel is locked down
     - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
       reboot
     - SAUCE: (efi-lockdown) kexec_file: Disable at runtime if securelevel has been
       set
     - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
     - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
     - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
       down
     - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
       locked down
     - SAUCE: (efi-lockdown) x86: Restrict MSR access when the kernel is locked
       down
     - SAUCE: (efi-lockdown) asus-wmi: Restrict debugfs interface when the kernel
       is locked down
     - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
       locked down
     - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
       has been locked down
     - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
       locked down
     - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
       locked down
     - SAUCE: (efi-lockdown) Enable cold boot attack mitigation
     - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the
       kernel is locked down
     - SAUCE: (efi-lockdown) scsi: Lock down the eata driver
     - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
       down
     - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
     - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to
       secondary keyring
     - SAUCE: (efi-lockdown) efi: Add EFI signature data types
     - SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser
     - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot
     - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed
     - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
     - SAUCE: (efi-lockdown) efi: Add secure_boot state and status bit for
       MokSBState
     - SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and MokSBState
     - [Config] Set values for UEFI secure boot lockdown options
     - Disable virtualbox build
     - Disable hio build
     - SAUCE: securityfs: Replace CURRENT_TIME with current_time()
     - Disable zfs build
     - [Debian] Work out upstream tag for use with gen-auto-reconstruct
     - SAUCE: Import aufs driver
     - SAUCE: aufs -- Include linux/mm.h in fs/aufs/file.h
     - [Config] Enable aufs
     - SAUCE: perf callchain: Include errno.h on x86 unconditinally
 
   [ Upstream Kernel Changes ]
 
   * Rebase to v4.12-rc2

linux (4.11.0-3.8) artful; urgency=low

   [ Seth Forshee ]
 
   * Release Tracking Bug
     - LP: #1690999
 
   * apparmor_parser hangs indefinitely when called by multiple threads
     (LP: #1645037)
     - SAUCE: apparmor: fix lock ordering for mkdir
 
   * apparmor leaking securityfs pin count (LP: #1660846)
     - SAUCE: apparmor: fix leak on securityfs pin count
 
   * apparmor reference count leak when securityfs_setup_d_inode\ () fails
     (LP: #1660845)
     - SAUCE: apparmor: fix reference count leak when securityfs_setup_d_inode()
       fails
 
   * apparmor not checking error if security_pin_fs() fails (LP: #1660842)
     - SAUCE: apparmor: fix not handling error case when securityfs_pin_fs() fails
 
   * libvirt profile is blocking global setrlimit despite having no rlimit rule
     (LP: #1679704)
     - SAUCE: apparmor: fix complain mode failure for rlimit mediation
     - apparmor: update auditing of rlimit check to provide capability information
 
   * apparmor: does not provide a way to detect policy updataes (LP: #1678032)
     - SAUCE: apparmor: add policy revision file interface
 
   * apparmor does not make support of query data visible (LP: #1678023)
     - SAUCE: apparmor: add label data availability to the feature set
 
   * apparmor query interface does not make supported query info available
     (LP: #1678030)
     - SAUCE: apparmor: add information about the query inteface to the feature set
 
   * change_profile incorrect when using namespaces with a compound stack
     (LP: #1677959)
     - SAUCE: apparmor: fix label parse for stacked labels
 
   * Regression in 4.4.0-65-generic causes very frequent system crashes
     (LP: #1669611)
     - apparmor: sync of apparmor 3.6+ (17.04)
 
   * Artful update to 4.11.1 stable release (LP: #1690814)
     - dm ioctl: prevent stack leak in dm ioctl call
     - drm/sti: fix GDP size to support up to UHD resolution
     - power: supply: lp8788: prevent out of bounds array access
     - brcmfmac: Ensure pointer correctly set if skb data location changes
     - brcmfmac: Make skb header writable before use
     - sparc64: fix fault handling in NGbzero.S and GENbzero.S
     - refcount: change EXPORT_SYMBOL markings
     - net: macb: fix phy interrupt parsing
     - tcp: fix access to sk->sk_state in tcp_poll()
     - geneve: fix incorrect setting of UDP checksum flag
     - bpf: enhance verifier to understand stack pointer arithmetic
     - bpf, arm64: fix jit branch offset related to ldimm64
     - tcp: fix wraparound issue in tcp_lp
     - net: ipv6: Do not duplicate DAD on link up
     - net: usb: qmi_wwan: add Telit ME910 support
     - tcp: do not inherit fastopen_req from parent
     - ipv4, ipv6: ensure raw socket message is big enough to hold an IP header
     - rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME string
     - ipv6: initialize route null entry in addrconf_init()
     - ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notf
     - tcp: randomize timestamps on syncookies
     - bnxt_en: allocate enough space for ->ntp_fltr_bmap
     - bpf: don't let ldimm64 leak map addresses on unprivileged
     - net: mdio-mux: bcm-iproc: call mdiobus_free() in error path
     - f2fs: sanity check segment count
     - xen/arm,arm64: fix xen_dma_ops after 815dd18 "Consolidate get_dma_ops..."
     - xen: Revert commits da72ff5bfcb0 and 72a9b186292d
     - block: get rid of blk_integrity_revalidate()
     - Linux 4.11.1
 
   * Module signing exclusion for staging drivers does not work properly
     (LP: #1690908)
     - SAUCE: Fix module signing exclusion in package builds
 
   * perf: qcom: Add L3 cache PMU driver (LP: #1689856)
     - [Config] CONFIG_QCOM_L3_PMU=y
     - perf: qcom: Add L3 cache PMU driver
 
   * No PMU support for ACPI-based arm64 systems (LP: #1689661)
     - drivers/perf: arm_pmu: rework per-cpu allocation
     - drivers/perf: arm_pmu: manage interrupts per-cpu
     - drivers/perf: arm_pmu: split irq request from enable
     - drivers/perf: arm_pmu: remove pointless PMU disabling
     - drivers/perf: arm_pmu: define armpmu_init_fn
     - drivers/perf: arm_pmu: fold init into alloc
     - drivers/perf: arm_pmu: factor out pmu registration
     - drivers/perf: arm_pmu: simplify cpu_pmu_request_irqs()
     - drivers/perf: arm_pmu: handle no platform_device
     - drivers/perf: arm_pmu: rename irq request/free functions
     - drivers/perf: arm_pmu: split cpu-local irq request/free
     - drivers/perf: arm_pmu: move irq request/free into probe
     - drivers/perf: arm_pmu: split out platform device probe logic
     - arm64: add function to get a cpu's MADT GICC table
     - [Config] CONFIG_ARM_PMU_ACPI=y
     - drivers/perf: arm_pmu: add ACPI framework
     - arm64: pmuv3: handle !PMUv3 when probing
     - arm64: pmuv3: use arm_pmu ACPI framework
 
   * Fix NVLINK2 TCE route (LP: #1690155)
     - powerpc/powernv: Fix TCE kill on NVLink2
 
   * CVE-2017-0605
     - tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline()
 
   * Miscellaneous Ubuntu changes
     - [Config] Restore powerpc arch to annotations file
     - [Config] Disable runtime testing modules
     - [Config] Disable drivers not needed on s390x
     - [Config] Update annotations for 4.11
     - [Config] updateconfigs after apparmor updates
 
   * Miscellaneous upstream changes
     - apparmor: use SHASH_DESC_ON_STACK
     - apparmor: fix invalid reference to index variable of iterator line 836
     - apparmor: fix parameters so that the permission test is bypassed at boot
     - apparmor: Make path_max parameter readonly
     - apparmorfs: Combine two function calls into one in aa_fs_seq_raw_abi_show()
     - apparmorfs: Use seq_putc() in two functions
     - apparmor: provide information about path buffer size at boot
     - apparmor: add/use fns to print hash string hex value

linux (4.11.0-2.7) artful; urgency=low

   * kernel-wedge fails in artful due to leftover squashfs-modules d-i files
     (LP: #1688259)
     - Remove squashfs-modules files from d-i
     - [Config] as squashfs-modules is builtin kernel-image must Provides: it
 
   * [Zesty] d-i: replace msm_emac with qcom_emac (LP: #1677297)
     - Revert "UBUNTU: d-i: initrd needs msm_emac on amberwing platform."
     - d-i: initrd needs qcom_emac on amberwing platform.
 
   * update for V3 kernel bits and improved multiple fan slice support
     (LP: #1470091)
     - SAUCE: fan: tunnel multiple mapping mode (v3)
 
   * Miscellaneous Ubuntu changes
     - SAUCE: (noup) Update spl to 0.6.5.9-1ubuntu1, zfs to 0.6.5.9-5ubuntu5
     - Enable zfs
     - SAUCE: fan: add VXLAN implementation
     - SAUCE: (efi-lockdown) efi: Add EFI_SECURE_BOOT bit
     - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
       kernel image
     - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
       mode
     - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
     - SAUCE: (efi-lockdown) Restrict /dev/mem and /dev/kmem when the kernel is
       locked down
     - SAUCE: (efi-lockdown) Add a sysrq option to exit secure boot mode
     - SAUCE: (efi-lockdown) kexec: Disable at runtime if the kernel is locked down
     - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
       reboot
     - SAUCE: (efi-lockdown) kexec_file: Disable at runtime if securelevel has been
       set
     - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
     - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
     - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
       down
     - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
       locked down
     - SAUCE: (efi-lockdown) x86: Restrict MSR access when the kernel is locked
       down
     - SAUCE: (efi-lockdown) asus-wmi: Restrict debugfs interface when the kernel
       is locked down
     - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
       locked down
     - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
       has been locked down
     - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
       locked down
     - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
       locked down
     - SAUCE: (efi-lockdown) Enable cold boot attack mitigation
     - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the
       kernel is locked down
     - SAUCE: (efi-lockdown) scsi: Lock down the eata driver
     - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
       down
     - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
     - SAUCE: (efi-lockdown) Add EFI signature data types
     - SAUCE: (efi-lockdown) Add an EFI signature blob parser and key loader.
     - SAUCE: (efi-lockdown) KEYS: Add a system blacklist keyring
     - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot
     - SAUCE: (efi-lockdown) MODSIGN: Support not importing certs from db
     - SAUCE: (efi-lockdown) MODSIGN: Don't try secure boot if EFI runtime is
       disabled
     - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
     - SAUCE: (efi-lockdown) efi: Add secure_boot state and status bit for
       MokSBState
     - SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and MokSBState
     - [Config] Set values for UEFI secure boot lockdown options
     - Update dropped.txt
 
   [ Upstream Kernel Changes ]
 
   * rebase to v4.11

linux (4.11.0-1.6) artful; urgency=low

   * Miscellaneous Ubuntu changes
     - [Debian] Use default compression for all packages
     - SAUCE: (namespace) block_dev: Support checking inode permissions in
       lookup_bdev()
     - SAUCE: (namespace) block_dev: Check permissions towards block device inode
       when mounting
     - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode
       when mounting
     - SAUCE: (namespace) fs: Allow superblock owner to change ownership of inodes
     - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID for userns root
     - SAUCE: (namespace) fs: Allow superblock owner to access do_remount_sb()
     - SAUCE: (namespace) capabilities: Allow privileged user in s_user_ns to set
       security.* xattrs
     - SAUCE: (namespace) fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw
       filesystems
     - SAUCE: (namespace) fuse: Add support for pid namespaces
     - SAUCE: (namespace) fuse: Support fuse filesystems outside of init_user_ns
     - SAUCE: (namespace) fuse: Restrict allow_other to the superblock's namespace
       or a descendant
     - SAUCE: (namespace) fuse: Allow user namespace mounts
     - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user
       namespaces
     - SAUCE: (namespace) evm: Don't update hmacs in user ns mounts
     - SAUCE: (namespace) ext4: Add module parameter to enable user namespace
       mounts
     - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is
       opened for writing

linux (4.11.0-0.5) artful; urgency=low

   * [Hyper-V][SAUCE] pci-hyperv: Use only 16 bit integer for PCI domain
     (LP: #1684971)
     - SAUCE: pci-hyperv: Use only 16 bit integer for PCI domain
 
   * [Hyper-V] Ubuntu 14.04.2 LTS Generation 2 SCSI Errors on VSS Based Backups
     (LP: #1470250)
     - SAUCE: Tools: hv: vss: Thaw the filesystem and continue after freeze fails
 
   * Enable virtual scsi server driver for Power (LP: #1615665)
     - SAUCE: Return TCMU-generated sense data to fabric module
 
   * include/linux/security.h header syntax error with !CONFIG_SECURITYFS
     (LP: #1630990)
     - SAUCE: (no-up) include/linux/security.h -- fix syntax error with
       CONFIG_SECURITYFS=n
 
   * Miscellaneous Ubuntu changes
     - SAUCE: Import aufs driver
     - [Config] Enable aufs
     - [Debian] Add script to update virtualbox
     - ubuntu: vbox -- Update to 5.1.20-dfsg-2
     - Enable vbox
     - SAUCE: aufs -- Include linux/mm.h in fs/aufs/file.h
 
   [ Upstream Kernel Changes ]
 
   * rebase to v4.11-rc8

linux (4.11.0-0.4) zesty; urgency=low

   * POWER9: Improve performance on memory management (LP: #1681429)
     - SAUCE: powerpc/mm/radix: Don't do page walk cache flush when doing full mm
       flush
     - SAUCE: powerpc/mm/radix: Remove unnecessary ptesync
 
   * Miscellaneous Ubuntu changes
     - find-missing-sauce.sh
 
   [ Upstream Kernel Changes ]
 
   * rebase to v4.11-rc7

linux (4.11.0-0.3) zesty; urgency=low

   * Disable CONFIG_HVC_UDBG on ppc64el (LP: #1680888)
     - [Config] Disable CONFIG_HVC_UDBG on ppc64el
 
   * smartpqi driver needed in initram disk and installer (LP: #1680156)
     - [Config] Add smartpqi to d-i
 
   * Disable CONFIG_SECURITY_SELINUX_DISABLE (LP: #1680315)
     - [Config] CONFIG_SECURITY_SELINUX_DISABLE=n
 
   * Miscellaneous Ubuntu changes
     - [Config] flash-kernel should be a Breaks
     - [Config] drop the info directory
     - [Config] drop NOTES as obsolete
     - [Config] drop changelog.historical as obsolete
     - rebase to v4.11-rc6
 
   [ Upstream Kernel Changes ]
 
   * rebase to v4.11-rc6

linux (4.11.0-0.2) zesty; urgency=low

   [ Upstream Kernel Changes ]
 
   * rebase to v4.11-rc5

linux (4.11.0-0.1) zesty; urgency=low

   [ Upstream Kernel Changes ]
 
   * rebase to v4.11-rc4
     - LP: #1591053

linux (4.11.0-0.0) zesty; urgency=low

   * dummy entry