[SRU][Jammy][PULL] Jammy update: v5.15.110 upstream stable release

Kamal Mostafa kamal at canonical.com
Mon Jun 26 21:13:56 UTC 2023


This pull request (14 commits) includes the following Jammy stable patchsets:

	Jammy update: v5.15.110 upstream stable release
	https://bugs.launchpad.net/bugs/2025090

Note also that the 'stable-next' branch head contains this and all prior
pending upstream stable releases.  I recommend fetching and applying just this
reference ('stable-next') instead of each tags/jammy-stable-v5.15.xx reference:

   git://git.launchpad.net/~ubuntu-kernel-stable/+git/jammy stable-next

 -Kamal

-----

The following changes since commit 35539027b239958abb986b4f467ca8837cd6e227:

  UBUNTU: Upstream stable to v5.15.109 (2023-06-16 13:38:42 -0700)

are available in the Git repository at:

  git://git.launchpad.net/~ubuntu-kernel-stable/+git/jammy tags/jammy-stable-v5.15.110

for you to fetch changes up to 59d92da7ded731481b4801fc1a79fe3eccbb6be8:

  UBUNTU: Upstream stable to v5.15.110 (2023-06-26 13:17:14 -0700)

----------------------------------------------------------------
Alexandre Ghiti (3):
      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

Arınç ÜNAL (1):
      USB: serial: option: add UNISOC vendor and TOZED LT70C product

Dan Carpenter (1):
      KVM: arm64: Fix buffer overflow in kvm_arm_set_fw_reg()

Daniel Vetter (1):
      drm/fb-helper: set x/yres_virtual in drm_fb_helper_check_var

David Matlack (1):
      KVM: arm64: Retry fault if vma_lookup() results become invalid

Greg Kroah-Hartman (1):
      Linux 5.15.110

Kai-Heng Feng (1):
      PCI/ASPM: Remove pcie_aspm_pm_state_change()

Kamal Mostafa (1):
      UBUNTU: Upstream stable to v5.15.110

Matthieu Baerts (1):
      selftests: mptcp: join: fix "invalid address, ADD_ADDR timeout"

Ruihan Li (1):
      bluetooth: Perform careful capability checks in hci_sock_ioctl()

SeongJae Park (1):
      selftests/kselftest/runner/run_one(): allow running non-executable files

Stephen Boyd (1):
      driver core: Don't require dynamic_debug for initcall_debug probe timing

 Documentation/riscv/vm-layout.rst               |  2 +-
 Makefile                                        |  2 +-
 arch/arm64/kvm/mmu.c                            | 47 ++++++++---------
 arch/arm64/kvm/psci.c                           |  2 +
 arch/riscv/include/asm/fixmap.h                 |  8 +++
 arch/riscv/include/asm/pgtable.h                |  8 ++-
 arch/riscv/kernel/setup.c                       |  6 +--
 arch/riscv/mm/init.c                            | 68 +++++++++++++------------
 debian.master/upstream-stable                   |  2 +-
 drivers/base/dd.c                               |  7 ++-
 drivers/gpu/drm/drm_fb_helper.c                 |  3 ++
 drivers/pci/pci.c                               |  3 --
 drivers/pci/pci.h                               |  2 -
 drivers/pci/pcie/aspm.c                         | 19 -------
 drivers/usb/serial/option.c                     |  6 +++
 net/bluetooth/hci_sock.c                        |  9 +++-
 tools/testing/selftests/kselftest/runner.sh     | 28 ++++++----
 tools/testing/selftests/net/mptcp/mptcp_join.sh |  2 +-
 18 files changed, 119 insertions(+), 105 deletions(-)



More information about the kernel-team mailing list