[SRU][Kinetic][PULL] Kinetic upstream stable patchset 2023-04-10

Kamal Mostafa kamal at canonical.com
Mon Apr 10 22:55:29 UTC 2023


This pull request (48 commits) includes the following Kinetic stable
patchsets:

	Kinetic update: upstream stable patchset 2023-04-10
		Ported from the following upstream stable releases:
			v5.15.96, v6.1.14
			v5.15.97, v6.1.15
	https://bugs.launchpad.net/bugs/2015812

Note also that the 'stable-next' branch head contains this and all prior
pending upstream stable releases, rebased to master-next:

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

 -Kamal

-----

The following changes since commit 6f11e521de51beb3f6b51f12409452445b5a45df:

  UBUNTU: Upstream stable to v5.15.95, v6.1.13 (2023-04-06 14:59:15 -0700)

are available in the Git repository at:

  git://git.launchpad.net/~ubuntu-kernel-stable/+git/kinetic tags/kinetic-stable-2023-04-10

for you to fetch changes up to e2a17a016a7ccfe98be9b377d31deedffafedc58:

  UBUNTU: Upstream stable to v5.15.97, v6.1.15 (2023-04-10 11:28:55 -0700)

----------------------------------------------------------------
Alan Stern (1):
      USB: core: Don't hold device lock while reading the "descriptors" sysfs file

Ankit Nautiyal (1):
      drm/edid: Fix minimum bpc supported with DSC1.2 for HDMI sink

Benedict Wong (1):
      Fix XFRM-I support for nested ESP tunnels

Bitterblue Smith (1):
      wifi: rtl8xxxu: gen2: Turn on the rate control

Carlos Llamas (1):
      scripts/tags.sh: fix incompatibility with PCRE2

Dave Hansen (1):
      uaccess: Add speculation barrier to copy_from_user()

David Sterba (1):
      btrfs: send: limit number of clones and allocated memory size

Dean Luick (1):
      IB/hfi1: Assign npages earlier

Eric Biggers (1):
      randstruct: disable Clang 15 support

Florian Zumbiehl (1):
      USB: serial: option: add support for VW/Skoda "Carstick LTE"

Heikki Krogerus (1):
      usb: dwc3: pci: add support for the Intel Meteor Lake-M

Jack Yu (1):
      ASoC: rt715-sdca: fix clock stop prepare timeout issue

Jason A. Donenfeld (1):
      random: always mix cycle counter in add_latent_entropy()

Johan Jonker (1):
      ARM: dts: rockchip: add power-domains property to dp node on rk3288

Julian Anastasov (1):
      neigh: make sure used and confirmed times are valid

Kamal Mostafa (2):
      UBUNTU: Upstream stable to v5.15.96, v6.1.14
      UBUNTU: Upstream stable to v5.15.97, v6.1.15

Kan Liang (1):
      x86/cpu: Add Lunar Lake M

Kees Cook (1):
      ext4: Fix function prototype mismatch for ext4_feat_ktype

Krzysztof Kozlowski (1):
      arm64: dts: rockchip: drop unused LED mode property from rk3328-roc-cc

Kuniyuki Iwashima (1):
      net: Remove WARN_ON_ONCE(sk->sk_forward_alloc) from sk_stream_kill_queues().

Linus Torvalds (1):
      bpf: add missing header file include

Lucas Stach (1):
      drm/etnaviv: don't truncate physical page address

Lukas Wunner (1):
      wifi: mwifiex: Add missing compatible string for SD8787

Marc Kleine-Budde (1):
      can: kvaser_usb: hydra: help gcc-13 to figure out cmd_len

Martin KaFai Lau (1):
      bpf: bpf_fib_lookup should not return neigh in NUD_FAILED state

Michael Ellerman (2):
      powerpc/vmlinux.lds: Ensure STRICT_ALIGN_SIZE is at least page aligned
      powerpc/64s/radix: Fix RWX mapping with relocated kernel

Neel Patel (1):
      ionic: refactor use of ionic_rx_fill()

Paul Moore (1):
      audit: update the mailing list in MAINTAINERS

Prashanth K (1):
      usb: gadget: u_serial: Add null pointer check in gserial_resume

Rahul Tanwar (5):
      clk: mxl: Switch from direct readl/writel based IO to regmap based IO
      clk: mxl: Remove redundant spinlocks
      clk: mxl: Add option to override gate clks
      clk: mxl: Fix a clk entry by adding relevant flags
      clk: mxl: syscon_node_to_regmap() returns error pointers

Sean Anderson (2):
      powerpc: dts: t208x: Mark MAC1 and MAC2 as 10G
      powerpc: dts: t208x: Disable 10G on MAC1 and MAC2

Sean Christopherson (2):
      KVM: x86: Fail emulation during EMULTYPE_SKIP on any exception
      KVM: SVM: Skip WRMSR fastpath on VM-Exit if next RIP isn't valid

Suren Baghdasaryan (1):
      sched/psi: Stop relying on timer_pending() for poll_work rescheduling

Takahiro Fujii (1):
      HID: elecom: add support for TrackBall 056E:011C

Thomas Weißschuh (1):
      vc_screen: don't clobber return value in vcs_read

Vishal Verma (1):
      ACPI: NFIT: fix a potential deadlock during NFIT teardown

Vladimir Oltean (1):
      Revert "net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo child qdiscs"

Wen Gong (1):
      wifi: ath11k: fix warning in dma_free_coherent() of memory chunks while recovery

Xin Zhao (1):
      HID: core: Fix deadloop in hid_apply_multiplier.

Yicong Yang (1):
      docs: perf: Fix PMU instance name of hisi-pcie-pmu

 Documentation/admin-guide/perf/hisi-pcie-pmu.rst   |  22 ++---
 MAINTAINERS                                        |   2 +-
 arch/arm/boot/dts/rk3288.dtsi                      |   1 +
 arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts     |   2 -
 arch/powerpc/boot/dts/fsl/qoriq-fman3-0-10g-2.dtsi |  44 +++++++++
 arch/powerpc/boot/dts/fsl/qoriq-fman3-0-10g-3.dtsi |  44 +++++++++
 arch/powerpc/boot/dts/fsl/t2081si-post.dtsi        |  20 +++-
 arch/powerpc/kernel/vmlinux.lds.S                  |   5 +-
 arch/powerpc/mm/book3s64/radix_pgtable.c           |  13 +++
 arch/x86/include/asm/intel-family.h                |   2 +
 arch/x86/kvm/svm/svm.c                             |  10 +-
 arch/x86/kvm/x86.c                                 |   4 +-
 debian.master/upstream-stable                      |   4 +-
 drivers/acpi/nfit/core.c                           |   2 +-
 drivers/clk/x86/Kconfig                            |   5 +-
 drivers/clk/x86/clk-cgu-pll.c                      |  23 ++---
 drivers/clk/x86/clk-cgu.c                          | 106 ++++++---------------
 drivers/clk/x86/clk-cgu.h                          |  46 ++++-----
 drivers/clk/x86/clk-lgm.c                          |  18 ++--
 drivers/gpu/drm/drm_edid.c                         |   3 +-
 drivers/gpu/drm/etnaviv/etnaviv_mmu.c              |   4 +-
 drivers/hid/hid-core.c                             |   3 +
 drivers/hid/hid-elecom.c                           |  16 +++-
 drivers/hid/hid-ids.h                              |   3 +-
 drivers/hid/hid-quirks.c                           |   3 +-
 drivers/infiniband/hw/hfi1/user_exp_rcv.c          |   9 +-
 drivers/net/can/usb/kvaser_usb/kvaser_usb_hydra.c  |  33 +++++--
 drivers/net/ethernet/pensando/ionic/ionic_txrx.c   |  23 ++---
 drivers/net/wireless/ath/ath11k/qmi.c              |   6 +-
 drivers/net/wireless/marvell/mwifiex/sdio.c        |   1 +
 .../net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c  |   8 +-
 drivers/tty/vt/vc_screen.c                         |   7 +-
 drivers/usb/core/hub.c                             |   5 +-
 drivers/usb/core/sysfs.c                           |   5 -
 drivers/usb/dwc3/dwc3-pci.c                        |   4 +
 drivers/usb/gadget/function/u_serial.c             |  23 ++++-
 drivers/usb/serial/option.c                        |   4 +
 fs/btrfs/send.c                                    |   6 +-
 fs/ext4/sysfs.c                                    |   7 +-
 include/linux/nospec.h                             |   4 +
 include/linux/psi_types.h                          |   1 +
 include/linux/random.h                             |   6 +-
 kernel/bpf/core.c                                  |   3 +-
 kernel/sched/psi.c                                 |  60 ++++++++++--
 lib/usercopy.c                                     |   7 ++
 net/caif/caif_socket.c                             |   1 +
 net/core/filter.c                                  |   4 +-
 net/core/neighbour.c                               |  18 +++-
 net/core/stream.c                                  |   1 -
 net/sched/sch_taprio.c                             |   8 +-
 net/xfrm/xfrm_interface.c                          |  54 ++++++++++-
 net/xfrm/xfrm_policy.c                             |   3 +
 scripts/tags.sh                                    |   2 +-
 security/Kconfig.hardening                         |   3 +
 sound/soc/codecs/rt715-sdca-sdw.c                  |   2 +-
 55 files changed, 482 insertions(+), 241 deletions(-)
 create mode 100644 arch/powerpc/boot/dts/fsl/qoriq-fman3-0-10g-2.dtsi
 create mode 100644 arch/powerpc/boot/dts/fsl/qoriq-fman3-0-10g-3.dtsi



More information about the kernel-team mailing list