linux-kernel.vger.kernel.org archive mirror
 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.12.62
Date: Fri, 12 Dec 2025 18:50:10 +0100	[thread overview]
Message-ID: <2025121211-swear-xerox-6418@gregkh> (raw)

I'm announcing the release of the 6.12.62 kernel.

All users of the 6.12 kernel series must upgrade.

The updated 6.12.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-6.12.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

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

 Documentation/process/2.Process.rst            |    6 +-
 Makefile                                       |    2 
 arch/loongarch/kernel/machine_kexec.c          |    2 
 arch/x86/include/asm/kvm_host.h                |    9 +++
 arch/x86/kvm/svm/svm.c                         |   24 ++++----
 arch/x86/kvm/x86.c                             |   21 +++++++
 drivers/bluetooth/btrtl.c                      |   24 ++++----
 drivers/bus/mhi/host/pci_generic.c             |   52 ++++++++++++++++++
 drivers/comedi/comedi_fops.c                   |   42 ++++++++++++--
 drivers/comedi/drivers/c6xdigio.c              |   46 ++++++++++++---
 drivers/comedi/drivers/multiq3.c               |    9 +++
 drivers/comedi/drivers/pcl818.c                |    5 -
 drivers/gpu/drm/amd/amdkfd/kfd_svm.c           |    2 
 drivers/gpu/drm/vmwgfx/vmwgfx_page_dirty.c     |   12 +---
 drivers/hid/hid-apple.c                        |    1 
 drivers/hid/hid-elecom.c                       |    6 +-
 drivers/hid/hid-ids.h                          |    3 -
 drivers/hid/hid-input.c                        |    5 +
 drivers/hid/hid-quirks.c                       |    3 -
 drivers/net/wireless/realtek/rtl8xxxu/core.c   |    3 +
 drivers/net/wireless/realtek/rtw88/rtw8822cu.c |    2 
 drivers/nvme/host/core.c                       |    3 -
 drivers/pinctrl/qcom/pinctrl-msm.c             |    2 
 drivers/platform/x86/acer-wmi.c                |    4 +
 drivers/platform/x86/amd/pmc/pmc-quirks.c      |   25 ++++++++
 drivers/platform/x86/huawei-wmi.c              |    4 +
 drivers/spi/spi-imx.c                          |   15 +++--
 drivers/spi/spi-xilinx.c                       |    2 
 drivers/staging/rtl8723bs/core/rtw_ieee80211.c |   14 ++--
 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c  |   13 +++-
 drivers/tty/serial/8250/8250_pci.c             |   37 ++++++++++++
 drivers/usb/serial/belkin_sa.c                 |   28 +++++----
 drivers/usb/serial/ftdi_sio.c                  |   72 ++++++++-----------------
 drivers/usb/serial/kobil_sct.c                 |   18 +++---
 drivers/usb/serial/option.c                    |   22 ++++++-
 fs/bfs/inode.c                                 |   19 ++++++
 fs/ext4/inline.c                               |   14 ++++
 fs/jbd2/transaction.c                          |   19 ++++--
 fs/smb/client/fs_context.c                     |    2 
 fs/smb/server/transport_ipc.c                  |    7 +-
 include/net/xfrm.h                             |   13 +---
 kernel/locking/spinlock_debug.c                |    4 -
 kernel/trace/ftrace.c                          |   40 ++++++++++---
 net/ipv4/ipcomp.c                              |    2 
 net/ipv6/ipcomp6.c                             |    2 
 net/ipv6/xfrm6_tunnel.c                        |    2 
 net/key/af_key.c                               |    2 
 net/xfrm/xfrm_ipcomp.c                         |    1 
 net/xfrm/xfrm_state.c                          |   41 +++++---------
 net/xfrm/xfrm_user.c                           |    2 
 samples/vfs/test-statx.c                       |    6 ++
 samples/watch_queue/watch_test.c               |    6 ++
 sound/usb/quirks.c                             |    6 ++
 53 files changed, 520 insertions(+), 206 deletions(-)

Alexander Sverdlin (1):
      locking/spinlock/debug: Fix data-race in do_raw_write_lock

Alexey Nepomnyashih (1):
      ext4: add i_data_sem protection in ext4_destroy_inline_data_nolock()

Alvaro Gamez Machado (1):
      spi: xilinx: increase number of retries before declaring stall

Antheas Kapenekakis (2):
      platform/x86/amd: pmc: Add Lenovo Legion Go 2 to pmc quirk list
      platform/x86/amd/pmc: Add spurious_8042 to Xbox Ally

April Grimoire (1):
      HID: apple: Add SONiX AK870 PRO to non_apple_keyboards quirk list

Armin Wolf (1):
      platform/x86: acer-wmi: Ignore backlight event

Bagas Sanjaya (1):
      Documentation: process: Also mention Sasha Levin as stable tree maintainer

Daniele Palmas (2):
      bus: mhi: host: pci_generic: Add Telit FN920C04 modem support
      bus: mhi: host: pci_generic: Add Telit FN990B40 modem support

Deepanshu Kartikey (1):
      ext4: refresh inline data size before write operations

Fabio Porcedda (2):
      USB: serial: option: add Telit Cinterion FE910C04 new compositions
      USB: serial: option: move Telit 0x10c7 composition in the right place

Greg Kroah-Hartman (1):
      Linux 6.12.62

Harish Kasiviswanathan (1):
      drm/amdkfd: Fix GPU mappings for APU after prefetch

Huacai Chen (1):
      LoongArch: Mask all interrupts during kexec/kdump

Ian Abbott (1):
      comedi: c6xdigio: Fix invalid PNP driver unregistration

Ian Forbes (1):
      drm/vmwgfx: Use kref in vmw_bo_dirty

Jia Ston (1):
      platform/x86: huawei-wmi: add keys for HONOR models

Johan Hovold (3):
      USB: serial: ftdi_sio: match on interface number for jtag
      USB: serial: belkin_sa: fix TIOCMBIS and TIOCMBIC
      USB: serial: kobil_sct: fix TIOCMBIS and TIOCMBIC

Keith Busch (1):
      nvme: fix admin request_queue lifetime

Linus Torvalds (1):
      samples: work around glibc redefining some of our defines wrong

Lushih Hsieh (1):
      ALSA: usb-audio: Add native DSD quirks for PureAudio DAC series

Magne Bruno (1):
      serial: add support of CPCI cards

Mario Limonciello (AMD) (1):
      HID: hid-input: Extend Elan ignore battery quirk to USB

Max Chou (1):
      Bluetooth: btrtl: Avoid loading the config file on security chips

Naoki Ueki (1):
      HID: elecom: Add support for ELECOM M-XT3URBK (018F)

Navaneeth K (3):
      staging: rtl8723bs: fix out-of-bounds read in rtw_get_ie() parser
      staging: rtl8723bs: fix stack buffer overflow in OnAssocReq IE parsing
      staging: rtl8723bs: fix out-of-bounds read in OnBeacon ESR IE parsing

Nikita Zhandarovich (3):
      comedi: pcl818: fix null-ptr-deref in pcl818_ai_cancel()
      comedi: multiq3: sanitize config options in multiq3_attach()
      comedi: check device's attached status in compat ioctls

Omar Sandoval (1):
      KVM: SVM: Don't skip unrelated instruction if INT3/INTO is replaced

Praveen Talari (1):
      pinctrl: qcom: msm: Fix deadlock in pinmux configuration

Qianchang Zhao (1):
      ksmbd: ipc: fix use-after-free in ipc_msg_send_request

Robin Gong (1):
      spi: imx: keep dma request disabled before dma transfer setup

Sabrina Dubroca (4):
      xfrm: delete x->tunnel as we delete x
      Revert "xfrm: destroy xfrm_state synchronously on net exit path"
      xfrm: also call xfrm_state_delete_tunnel at destroy time for states that were never added
      xfrm: flush all states in xfrm_state_fini

Slark Xiao (1):
      USB: serial: option: add Foxconn T99W760

Song Liu (1):
      ftrace: bpf: Fix IPMODIFY + DIRECT in modify_ftrace_direct()

Tetsuo Handa (1):
      bfs: Reconstruct file type when loading from disk

Ye Bin (1):
      jbd2: avoid bug_on in jbd2_journal_get_create_access() when file system corrupted

Yiqi Sun (1):
      smb: fix invalid username check in smb3_fs_context_parse_param()

Zenm Chen (2):
      wifi: rtl8xxxu: Add USB ID 2001:3328 for D-Link AN3U rev. A1
      wifi: rtw88: Add USB ID 2001:3329 for D-Link AC13U rev. A1


             reply	other threads:[~2025-12-12 17:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-12 17:50 Greg Kroah-Hartman [this message]
2025-12-12 17:50 ` Linux 6.12.62 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=2025121211-swear-xerox-6418@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;
as well as URLs for NNTP newsgroup(s).