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 6.1.128
Date: Sat,  1 Feb 2025 18:45:48 +0100	[thread overview]
Message-ID: <2025020149-reorder-footwear-3597@gregkh> (raw)

I'm announcing the release of the 6.1.128 kernel.

All users of the 6.1 kernel series must upgrade.

The updated 6.1.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-6.1.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 
 block/ioctl.c                                                |    9 
 drivers/base/regmap/regmap.c                                 |   12 
 drivers/gpu/drm/amd/display/dc/dce/dmub_hw_lock_mgr.c        |    3 
 drivers/gpu/drm/v3d/v3d_irq.c                                |   16 
 drivers/hid/hid-ids.h                                        |    1 
 drivers/hid/hid-multitouch.c                                 |    8 
 drivers/input/joystick/xpad.c                                |    2 
 drivers/input/keyboard/atkbd.c                               |    2 
 drivers/irqchip/irq-sunxi-nmi.c                              |    3 
 drivers/net/wireless/intel/iwlwifi/dvm/rs.c                  |    9 
 drivers/net/wireless/intel/iwlwifi/mvm/rs.c                  |    9 
 drivers/scsi/scsi_transport_iscsi.c                          |    4 
 drivers/scsi/storvsc_drv.c                                   |    8 
 drivers/usb/gadget/function/u_serial.c                       |    8 
 drivers/usb/serial/quatech2.c                                |    2 
 drivers/vfio/platform/vfio_platform_common.c                 |   10 
 fs/ext4/super.c                                              |    3 
 fs/gfs2/file.c                                               |    1 
 fs/smb/client/smb2ops.c                                      |   47 +
 fs/smb/client/smb2pdu.c                                      |   10 
 fs/xfs/libxfs/xfs_alloc.c                                    |   27 +
 fs/xfs/libxfs/xfs_bmap.c                                     |   21 
 fs/xfs/libxfs/xfs_defer.c                                    |   28 -
 fs/xfs/libxfs/xfs_defer.h                                    |    2 
 fs/xfs/libxfs/xfs_inode_buf.c                                |    3 
 fs/xfs/libxfs/xfs_rtbitmap.c                                 |   33 +
 fs/xfs/libxfs/xfs_sb.h                                       |    2 
 fs/xfs/xfs_bmap_util.c                                       |   24 -
 fs/xfs/xfs_dquot.c                                           |    5 
 fs/xfs/xfs_dquot_item_recover.c                              |   21 
 fs/xfs/xfs_file.c                                            |   63 ++
 fs/xfs/xfs_inode.c                                           |   24 +
 fs/xfs/xfs_inode.h                                           |   17 
 fs/xfs/xfs_inode_item_recover.c                              |   14 
 fs/xfs/xfs_ioctl.c                                           |   30 -
 fs/xfs/xfs_iops.c                                            |    7 
 fs/xfs/xfs_log.c                                             |   23 
 fs/xfs/xfs_log_recover.c                                     |    2 
 fs/xfs/xfs_reflink.c                                         |    5 
 fs/xfs/xfs_rtalloc.c                                         |   33 +
 fs/xfs/xfs_rtalloc.h                                         |   27 -
 include/linux/seccomp.h                                      |    2 
 io_uring/io_uring.c                                          |    4 
 kernel/softirq.c                                             |   15 
 net/ipv4/ip_tunnel.c                                         |    2 
 net/ipv6/ip6_fib.c                                           |    8 
 net/ipv6/route.c                                             |   45 +
 net/sched/sch_ets.c                                          |    2 
 sound/soc/codecs/Kconfig                                     |    1 
 sound/soc/samsung/Kconfig                                    |    6 
 sound/soc/samsung/midas_wm1811.c                             |   24 -
 sound/usb/quirks.c                                           |    2 
 tools/testing/selftests/net/Makefile                         |    1 
 tools/testing/selftests/net/ipv6_route_update_soft_lockup.sh |  262 +++++++++++
 55 files changed, 767 insertions(+), 187 deletions(-)

Alex Williamson (1):
      vfio/platform: check the bounds of read/write syscalls

Alexey Dobriyan (1):
      block: fix integer overflow in BLKSECDISCARD

Alper Nebi Yasak (1):
      ASoC: samsung: midas_wm1811: Map missing jack kcontrols

Andreas Gruenbacher (1):
      gfs2: Truncate address space when flipping GFS2_DIF_JDATA flag

Anjaneyulu (1):
      wifi: iwlwifi: add a few rate index validity checks

Catherine Hoang (1):
      xfs: allow read IO and FICLONE to run concurrently

Charles Keepax (3):
      ASoC: wm8994: Add depends on MFD core
      ASoC: samsung: Add missing selects for MFD_WM8994
      ASoC: samsung: Add missing depends on I2C

Cheng Lin (1):
      xfs: introduce protection for drop nlink

Christoph Hellwig (4):
      xfs: handle nimaps=0 from xfs_bmapi_write in xfs_alloc_file_space
      xfs: only remap the written blocks in xfs_reflink_end_cow_extent
      xfs: clean up FS_XFLAG_REALTIME handling in xfs_ioctl_setattr_xflags
      xfs: respect the stable writes flag on the RT device

Cosmin Tanislav (1):
      regmap: detach regmap from dev on regmap_exit

Darrick J. Wong (8):
      xfs: bump max fsgeom struct version
      xfs: hoist freeing of rt data fork extent mappings
      xfs: prevent rt growfs when quota is enabled
      xfs: rt stubs should return negative errnos when rt disabled
      xfs: fix units conversion error in xfs_bmap_del_extent_delay
      xfs: make sure maxlen is still congruent with prod when rounding down
      xfs: clean up dqblk extraction
      xfs: dquot recovery does not validate the recovered dquot

Dave Chinner (1):
      xfs: inode recovery does not validate the recovered inode

Easwar Hariharan (1):
      scsi: storvsc: Ratelimit warning logs to prevent VM denial of service

Enzo Matsumiya (1):
      smb: client: fix UAF in async decryption

Greg Kroah-Hartman (2):
      Revert "usb: gadget: u_serial: Disable ep before setting port to null to fix the crash caused by port being null"
      Linux 6.1.128

Ido Schimmel (1):
      ipv4: ip_tunnel: Fix suspicious RCU usage warning in ip_tunnel_find()

Jack Greiner (1):
      Input: xpad - add support for wooting two he (arm)

Jamal Hadi Salim (1):
      net: sched: fix ets qdisc OOB Indexing

Jiri Kosina (1):
      Revert "HID: multitouch: Add support for lenovo Y9000P Touchpad"

K Prateek Nayak (1):
      softirq: Allow raising SCHED_SOFTIRQ from SMP-call-function on RT kernel

Leah Rumancik (1):
      xfs: up(ic_sema) if flushing data device fails

Lianqin Hu (1):
      ALSA: usb-audio: Add delay quirk for USB Audio Device

Linus Walleij (1):
      seccomp: Stub for !CONFIG_SECCOMP

Long Li (2):
      xfs: factor out xfs_defer_pending_abort
      xfs: abort intent items when recovery intents fail

Luis Henriques (SUSE) (1):
      ext4: fix access to uninitialised lock in fc replay path

Marek Szyprowski (1):
      ASoC: samsung: midas_wm1811: Fix 'Headphone Switch' control creation

Mark Pearson (1):
      Input: atkbd - map F23 key to support default copilot shortcut

Maíra Canal (1):
      drm/v3d: Assign job pointer to NULL before signaling the fence

Nilton Perim Neto (1):
      Input: xpad - add unofficial Xbox 360 wireless receiver clone

Omar Sandoval (1):
      xfs: fix internal error from AGFL exhaustion

Omid Ehtemam-Haghighi (1):
      ipv6: Fix soft lockups in fib6_select_path under high next hop churn

Paulo Alcantara (1):
      smb: client: fix NULL ptr deref in crypto_aead_setkey()

Pavel Begunkov (1):
      io_uring: fix waiters missing wake ups

Philippe Simons (1):
      irqchip/sunxi-nmi: Add missing SKIP_WAKE flag

Qasim Ijaz (1):
      USB: serial: quatech2: fix null-ptr-deref in qt2_process_read_urb()

Tom Chung (1):
      drm/amd/display: Use HW lock mgr for PSR1

Xiang Zhang (1):
      scsi: iscsi: Fix redundant response for ISCSI_UEVENT_GET_HOST_STATS request


             reply	other threads:[~2025-02-01 17:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-01 17:45 Greg Kroah-Hartman [this message]
2025-02-01 17:45 ` Linux 6.1.128 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=2025020149-reorder-footwear-3597@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.