[SRU][Lunar][PULL] Lunar update: v6.2.14 upstream stable release

Kamal Mostafa kamal at canonical.com
Mon Jun 26 18:53:46 UTC 2023


This pull request (16 commits) includes the following Lunar stable patchsets:

	Lunar update: v6.2.14 upstream stable release
	https://bugs.launchpad.net/bugs/2025066

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/lunar-stable-v6.2.xx reference:

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

 -Kamal

-----

The following changes since commit 81344943c2dd59f0c657ee68eb1d3938120bdfb1:

  UBUNTU: Ubuntu-6.2.0-25.25 (2023-06-16 15:22:04 +0200)

are available in the Git repository at:

  git://git.launchpad.net/~ubuntu-kernel-stable/+git/lunar tags/lunar-stable-v6.2.14

for you to fetch changes up to a62218c2797cb139cc4c73249f597c3e140b7686:

  UBUNTU: Upstream stable to v6.2.14 (2023-06-26 07:22:06 -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

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

David Gow (2):
      rust: arch/um: Disable FP/SIMD instruction to match x86
      um: Only disable SSE on clang to work around old GCC bugs

Genjian Zhang (1):
      btrfs: fix uninitialized variable warnings

Greg Kroah-Hartman (1):
      Linux 6.2.14

Kamal Mostafa (1):
      UBUNTU: Upstream stable to v6.2.14

Liam R. Howlett (1):
      mm/mempolicy: fix use-after-free of VMA iterator

Marek Vasut (1):
      wifi: brcmfmac: add Cypress 43439 SDIO ids

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

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

Werner Sembach (1):
      gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xNU

Ziwei Dai (1):
      rcu/kvfree: Avoid freeing new kfree_rcu() memory after old grace period

 Documentation/riscv/vm-layout.rst                  |   6 +-
 Makefile                                           |   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                               |  82 +++++++--------
 arch/x86/Makefile.um                               |  11 ++
 debian.master/upstream.stable                      |   2 +-
 drivers/base/dd.c                                  |   7 +-
 drivers/gpio/gpiolib-acpi.c                        |  13 +++
 drivers/gpu/drm/drm_fb_helper.c                    |   3 +
 .../wireless/broadcom/brcm80211/brcmfmac/bcmsdh.c  |   9 +-
 drivers/usb/serial/option.c                        |   6 ++
 fs/btrfs/send.c                                    |   2 +-
 fs/btrfs/volumes.c                                 |   2 +-
 include/linux/mmc/sdio_ids.h                       |   5 +-
 kernel/rcu/tree.c                                  |  27 +++--
 mm/mempolicy.c                                     | 115 ++++++++++-----------
 net/bluetooth/hci_sock.c                           |   9 +-
 19 files changed, 189 insertions(+), 134 deletions(-)



More information about the kernel-team mailing list