public inbox for stable@vger.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 6.18.13
Date: Thu, 19 Feb 2026 16:41:15 +0100	[thread overview]
Message-ID: <2026021916-angles-obsessive-0ffe@gregkh> (raw)

I'm announcing the release of the 6.18.13 kernel.

All users of the 6.18 kernel series must upgrade.

The updated 6.18.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-6.18.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/arm64/boot/dts/mediatek/mt8183.dtsi                   |   37 +++
 arch/loongarch/mm/kasan_init.c                             |   78 ++++----
 drivers/gpio/gpio-sprd.c                                   |    8 
 drivers/gpio/gpiolib-acpi-core.c                           |    1 
 drivers/gpu/drm/amd/display/dc/dcn30/dcn30_cm_common.c     |   30 ++-
 drivers/gpu/drm/amd/display/dc/dwb/dcn30/dcn30_cm_common.h |    2 
 drivers/gpu/drm/amd/display/dc/hwss/dcn30/dcn30_hwseq.c    |    9 
 drivers/gpu/drm/amd/display/dc/hwss/dcn32/dcn32_hwseq.c    |   18 +
 drivers/gpu/drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.c  |   16 -
 drivers/gpu/drm/tegra/hdmi.c                               |    4 
 drivers/gpu/drm/tegra/sor.c                                |    4 
 drivers/iommu/arm/arm-smmu/arm-smmu-impl.c                 |   14 +
 drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c                 |   14 +
 drivers/iommu/arm/arm-smmu/arm-smmu.c                      |   24 ++
 drivers/iommu/arm/arm-smmu/arm-smmu.h                      |    5 
 drivers/platform/x86/amd/pmc/pmc-quirks.c                  |    7 
 drivers/platform/x86/classmate-laptop.c                    |   32 +++
 drivers/platform/x86/panasonic-laptop.c                    |    4 
 drivers/scsi/qla2xxx/qla_bsg.c                             |   28 +-
 drivers/usb/serial/option.c                                |    6 
 drivers/video/fbdev/riva/riva_hw.c                         |    3 
 drivers/video/fbdev/smscufx.c                              |    8 
 fs/f2fs/data.c                                             |   51 +++--
 fs/f2fs/f2fs.h                                             |   66 +++++-
 fs/f2fs/gc.c                                               |   24 +-
 fs/f2fs/node.c                                             |   50 +++--
 fs/f2fs/node.h                                             |    8 
 fs/f2fs/recovery.c                                         |    6 
 fs/f2fs/segment.c                                          |   88 ++++-----
 fs/f2fs/segment.h                                          |    9 
 fs/f2fs/super.c                                            |   26 +-
 fs/f2fs/sysfs.c                                            |   62 +++++-
 fs/romfs/super.c                                           |    5 
 include/asm-generic/tlb.h                                  |   77 +++++++-
 include/linux/f2fs_fs.h                                    |   73 ++++---
 include/linux/hugetlb.h                                    |   15 +
 include/linux/mm_types.h                                   |    1 
 include/trace/events/dma.h                                 |   25 ++
 io_uring/fdinfo.c                                          |   11 -
 kernel/cgroup/cpuset.c                                     |    2 
 mm/hugetlb.c                                               |  123 +++++++------
 mm/mmu_gather.c                                            |   33 +++
 mm/rmap.c                                                  |   25 +-
 rust/kernel/device.rs                                      |    6 
 rust/kernel/dma.rs                                         |    5 
 rust/kernel/driver.rs                                      |   12 -
 sound/hda/codecs/realtek/alc269.c                          |   13 +
 sound/soc/amd/yc/acp6x-mach.c                              |   14 +
 sound/soc/codecs/cs35l45.c                                 |    2 
 sound/soc/codecs/cs42l43-jack.c                            |   37 +++
 sound/soc/fsl/fsl_xcvr.c                                   |    3 
 sound/soc/intel/boards/sof_es8336.c                        |    9 
 sound/soc/intel/boards/sof_sdw.c                           |    1 
 54 files changed, 877 insertions(+), 359 deletions(-)

Alban Bedel (1):
      gpiolib: acpi: Fix gpio count with string references

Alice Ryhl (1):
      rust: driver: fix broken intra-doc links to example driver types

Anatolii Shirykalov (1):
      ASoC: amd: yc: Add ASUS ExpertBook PM1503CDA to quirks list

Anil Gurumurthy (1):
      scsi: qla2xxx: Fix bsg_done() causing double free

Brahmajit Das (1):
      drm/tegra: hdmi: sor: Fix error: variable ‘j’ set but not used

Breno Baptista (1):
      ALSA: hda/realtek: Enable headset mic for Acer Nitro 5

Chao Yu (5):
      f2fs: fix to check sysfs filename w/ gc_pin_file_thresh correctly
      f2fs: fix to avoid UAF in f2fs_write_end_io()
      f2fs: fix to avoid mapping wrong physical block for swapfile
      f2fs: fix to do sanity check on node footer in __write_node_folio()
      f2fs: fix to do sanity check on node footer in {read,write}_end_io

Charles Keepax (1):
      ASoC: cs42l43: Correct handling of 3-pole jack load detection

Chen Ridong (1):
      cpuset: Fix missing adaptation for cpuset_is_populated

Daeho Jeong (2):
      f2fs: support non-4KB block size without packed_ssa feature
      f2fs: fix incomplete block usage in compact SSA summaries

Danilo Krummrich (1):
      iommu/arm-smmu-qcom: do not register driver in probe()

David Hildenbrand (Red Hat) (1):
      mm/hugetlb: fix excessive IPI broadcasts when unsharing PMD tables using mmu_gather

Deepanshu Kartikey (2):
      romfs: check sb_set_blocksize() return value
      tracing/dma: Cap dma_map_sg tracepoint arrays to prevent buffer overflow

Dirk Su (1):
      ASoC: amd: yc: Add quirk for HP 200 G2a 16

FUJITA Tomonori (2):
      rust: device: fix broken intra-doc links
      rust: dma: fix broken intra-doc links

Fabio Porcedda (1):
      USB: serial: option: add Telit FN920C04 RNDIS compositions

Greg Kroah-Hartman (2):
      fbdev: smscufx: properly copy ioctl memory to kernelspace
      Linux 6.18.13

Guangshuo Li (1):
      fbdev: rivafb: fix divide error in nv3_arb()

Jens Axboe (1):
      io_uring/fdinfo: be a bit nicer when looping a lot of SQEs/CQEs

Kailang Yang (1):
      ALSA: hda/realtek - fixed speaker no sound

Maciej Strozek (1):
      ASoC: sof_sdw: Add a quirk for Lenovo laptop using sidecar amps with cs42l43

Melissa Wen (2):
      drm/amd/display: extend delta clamping logic to CM3 LUT helper
      drm/amd/display: remove assert around dpp_base replacement

Otto Pflüger (1):
      arm64: dts: mediatek: mt8183: Add missing endpoint IDs to display graph

Rafael J. Wysocki (2):
      platform/x86: classmate-laptop: Add missing NULL pointer checks
      platform/x86: panasonic-laptop: Fix sysfs group leak in error path

Ricardo Rivera-Matos (1):
      ASoC: cs35l45: Corrects ASP_TX5 DAPM widget channel

Tagir Garaev (1):
      ASoC: Intel: sof_es8336: Add DMI quirk for Huawei BOD-WXX9

Tiezhu Yang (1):
      LoongArch: Rework KASAN initialization for PTW-enabled systems

Xuewen Yan (1):
      gpio: sprd: Change sprd_gpio lock to raw_spin_lock

Yeongjin Gil (1):
      f2fs: optimize f2fs_overwrite_io() for f2fs_iomap_begin

Yongpeng Yang (2):
      f2fs: fix IS_CHECKPOINTED flag inconsistency issue caused by concurrent atomic commit and checkpoint writes
      f2fs: fix out-of-bounds access in sysfs attribute read/write

Zhang Heng (1):
      ALSA: hda/realtek: Add quirk for Inspur S14-G1

Zhiguo Niu (1):
      f2fs: fix to add gc count stat in f2fs_gc_range

Ziyi Guo (1):
      ASoC: fsl_xcvr: fix missing lock in fsl_xcvr_mode_put()

gongqi (1):
      platform/x86/amd/pmc: Add quirk for MECHREVO Wujie 15X Pro


             reply	other threads:[~2026-02-19 15:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-19 15:41 Greg Kroah-Hartman [this message]
2026-02-19 15:41 ` Linux 6.18.13 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=2026021916-angles-obsessive-0ffe@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox