All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org, akpm@linux-foundation.org,
	torvalds@linux-foundation.org, stable@vger.kernel.org
Cc: lwn@lwn.net, jslaby@suse.cz,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Subject: Linux 5.15.182
Date: Fri,  9 May 2025 10:06:15 +0200	[thread overview]
Message-ID: <2025050916-wavy-early-2c0d@gregkh> (raw)

I'm announcing the release of the 5.15.182 kernel.

All users of the 5.15 kernel series must upgrade.

The updated 5.15.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.15.y
and can be browsed at the normal kernel.org git web browser:
	https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary

thanks,

greg k-h

------------

 Makefile                                                   |    2 
 arch/arm/boot/dts/imx6ul-imx6ull-opos6ul.dtsi              |    3 
 arch/arm64/kernel/proton-pack.c                            |    2 
 arch/parisc/math-emu/driver.c                              |   16 
 arch/x86/include/asm/kvm-x86-ops.h                         |    1 
 arch/x86/include/asm/kvm_host.h                            |    1 
 arch/x86/kvm/svm/svm.c                                     |   13 
 arch/x86/kvm/vmx/vmx.c                                     |   11 
 arch/x86/kvm/x86.c                                         |    3 
 drivers/edac/altera_edac.c                                 |    9 
 drivers/edac/altera_edac.h                                 |    2 
 drivers/firmware/arm_scmi/bus.c                            |    3 
 drivers/gpu/drm/meson/meson_vclk.c                         |    6 
 drivers/gpu/drm/nouveau/nouveau_fence.c                    |    2 
 drivers/i2c/busses/i2c-imx-lpi2c.c                         |    4 
 drivers/iommu/amd/init.c                                   |    8 
 drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c                |   79 +--
 drivers/iommu/intel/iommu.c                                |    4 
 drivers/irqchip/irq-gic-v2m.c                              |    8 
 drivers/md/dm-integrity.c                                  |    2 
 drivers/md/dm-table.c                                      |    5 
 drivers/mmc/host/renesas_sdhi_core.c                       |   10 
 drivers/net/ethernet/amd/xgbe/xgbe-desc.c                  |    9 
 drivers/net/ethernet/amd/xgbe/xgbe-dev.c                   |   24 
 drivers/net/ethernet/amd/xgbe/xgbe-drv.c                   |   11 
 drivers/net/ethernet/amd/xgbe/xgbe.h                       |    4 
 drivers/net/ethernet/broadcom/bnxt/bnxt_coredump.c         |   20 
 drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c          |   38 +
 drivers/net/ethernet/dlink/dl2k.c                          |    2 
 drivers/net/ethernet/dlink/dl2k.h                          |    2 
 drivers/net/ethernet/freescale/fec_main.c                  |    7 
 drivers/net/ethernet/hisilicon/hns3/hnae3.h                |    2 
 drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c         |    2 
 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c            |  119 +++-
 drivers/net/ethernet/hisilicon/hns3/hns3_enet.h            |    3 
 drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c         |   61 +-
 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c    |   26 
 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_ptp.c     |   13 
 drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c  |   25 
 drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.h  |    1 
 drivers/net/ethernet/intel/ice/ice_fltr.c                  |   58 ++
 drivers/net/ethernet/intel/ice/ice_fltr.h                  |   12 
 drivers/net/ethernet/intel/ice/ice_main.c                  |   49 +
 drivers/net/ethernet/intel/ice/ice_virtchnl_fdir.c         |    5 
 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c           |  139 ++---
 drivers/net/ethernet/mediatek/mtk_star_emac.c              |  341 +++++++------
 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c |    5 
 drivers/net/ethernet/mellanox/mlx5/core/rdma.c             |   11 
 drivers/net/ethernet/mellanox/mlx5/core/rdma.h             |    4 
 drivers/net/ethernet/microchip/lan743x_main.c              |    8 
 drivers/net/ethernet/microchip/lan743x_main.h              |    1 
 drivers/net/phy/microchip.c                                |   46 -
 drivers/net/wireless/broadcom/brcm80211/brcmfmac/usb.c     |    6 
 drivers/nvme/host/tcp.c                                    |   31 +
 drivers/of/device.c                                        |    7 
 drivers/pci/controller/dwc/pci-imx6.c                      |    5 
 drivers/target/target_core_file.c                          |    3 
 drivers/target/target_core_iblock.c                        |    4 
 drivers/target/target_core_sbc.c                           |    6 
 kernel/trace/trace.c                                       |    5 
 net/ipv4/udp_offload.c                                     |   61 ++
 net/sched/act_mirred.c                                     |   22 
 net/sched/sch_drr.c                                        |    9 
 net/sched/sch_ets.c                                        |    9 
 net/sched/sch_hfsc.c                                       |    2 
 net/sched/sch_qfq.c                                        |   11 
 sound/usb/format.c                                         |    3 
 67 files changed, 933 insertions(+), 493 deletions(-)

Benjamin Marzinski (1):
      dm: always update the array size in realloc_argv on success

Biao Huang (1):
      net: ethernet: mtk-star-emac: separate tx/rx handling with two NAPIs

Brett Creeley (1):
      ice: Refactor promiscuous functions

Chris Mi (1):
      net/mlx5: E-switch, Fix error handling for enabling roce

Christian Hewitt (1):
      Revert "drm/meson: vclk: fix calculation of 59.94 fractional rates"

Clark Wang (1):
      i2c: imx-lpi2c: Fix clock count when probe defers

Cristian Marussi (1):
      firmware: arm_scmi: Balance device refcount when destroying devices

Felix Fietkau (1):
      net: ipv6: fix UDPv6 GSO segmentation with NAT

Fiona Klute (1):
      net: phy: microchip: force IRQ polling mode for lan88xx

Greg Kroah-Hartman (1):
      Linux 5.15.182

Hao Lan (1):
      net: hns3: fixed debugfs tm_qset size

Helge Deller (1):
      parisc: Fix double SIGFPE crash

Jakub Kicinski (1):
      net/sched: act_mirred: don't override retval if we already lost the skb

Jason Gunthorpe (1):
      iommu/arm-smmu-v3: Use the new rb tree helpers

Jeongjun Park (1):
      tracing: Fix oob write in trace_seq_to_buffer()

Jian Shen (2):
      net: hns3: store rx VLAN tag offload state for VF
      net: hns3: defer calling ptp_clock_register()

Joachim Priesner (1):
      ALSA: usb-audio: Add second USB ID for Jabra Evolve 65 headset

Louis-Alexis Eyraud (2):
      net: ethernet: mtk-star-emac: fix spinlock recursion issues on rx/tx poll
      net: ethernet: mtk-star-emac: rearm interrupts in rx_poll only when advised

Maor Gottlieb (1):
      net/mlx5: E-Switch, Initialize MAC Address for Default GID

Mattias Barthel (1):
      net: fec: ERR007885 Workaround for conventional TX

Michael Chan (1):
      bnxt_en: Fix ethtool -d byte order for 32-bit values

Michael Liang (1):
      nvme-tcp: fix premature queue removal and I/O failover

Mike Christie (1):
      scsi: target: Fix WRITE_SAME No Data Buffer crash

Mikulas Patocka (1):
      dm-integrity: fix a warning on invalid table line

Mingcong Bai (1):
      iommu/vt-d: Apply quirk_iommu_igfx for 8086:0044 (QM57/QS57)

Nicolin Chen (1):
      iommu/arm-smmu-v3: Fix iommu_device_probe bug due to duplicated stream ids

Niravkumar L Rabara (2):
      EDAC/altera: Test the correct error reg offset
      EDAC/altera: Set DDR and SDMMC interrupt mask before registration

Pavel Paklov (1):
      iommu/amd: Fix potential buffer overflow in parse_ivrs_acpihid

Philipp Stanner (1):
      drm/nouveau: Fix WARN_ON in nouveau_fence_context_kill()

Richard Zhu (1):
      PCI: imx6: Skip controller_id generation logic for i.MX7D

Ruslan Piasetskyi (1):
      mmc: renesas_sdhi: Fix error handling in renesas_sdhi_probe

Sean Christopherson (1):
      KVM: x86: Load DR6 with guest value only before entering .vcpu_run() loop

Sergey Shtylyov (1):
      of: module: add buffer overflow check in of_modalias()

Shruti Parab (2):
      bnxt_en: Fix coredump logic to free allocated buffer
      bnxt_en: Fix out-of-bound memcpy() during ethtool -w

Simon Horman (1):
      net: dlink: Correct endianness handling of led_mode

Suzuki K Poulose (1):
      irqchip/gic-v2m: Prevent use after free of gicv2m_get_fwnode()

Sébastien Szymanski (1):
      ARM: dts: opos6ul: add ksz8081 phy properties

Thangaraj Samynathan (1):
      net: lan743x: Fix memleak issue when GSO enabled

Thomas Gleixner (1):
      irqchip/gic-v2m: Mark a few functions __init

Tudor Ambarus (1):
      dm: fix copying after src array boundaries

Victor Nogueira (4):
      net_sched: drr: Fix double list add in class with netem as child qdisc
      net_sched: hfsc: Fix a UAF vulnerability in class with netem as child qdisc
      net_sched: ets: Fix double list add in class with netem as child qdisc
      net_sched: qfq: Fix double list add in class with netem as child qdisc

Vishal Badole (1):
      amd-xgbe: Fix to ensure dependent features are toggled with RX checksum offload

Wentao Liang (1):
      wifi: brcm80211: fmac: Add error handling for brcmf_usb_dl_writeimage()

Will Deacon (1):
      arm64: errata: Add missing sentinels to Spectre-BHB MIDR arrays

Xiang wangx (1):
      irqchip/gic-v2m: Add const to of_device_id

Xuanqiang Luo (1):
      ice: Check VF VSI Pointer Value in ice_vc_add_fdir_fltr()

Yonglong Liu (3):
      net: hns3: add support for external loopback test
      net: hns3: fix an interrupt residual problem
      net: hns3: fix deadlock issue when externel_lb and reset are executed together


             reply	other threads:[~2025-05-09  8:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-09  8:06 Greg Kroah-Hartman [this message]
2025-05-09  8:06 ` Linux 5.15.182 Greg Kroah-Hartman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2025050916-wavy-early-2c0d@gregkh \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=jslaby@suse.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lwn@lwn.net \
    --cc=stable@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.