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.10.223
Date: Sat, 27 Jul 2024 11:41:35 +0200	[thread overview]
Message-ID: <2024072736-stalling-hungrily-6bd8@gregkh> (raw)

I'm announcing the release of the 5.10.223 kernel.

All users of the 5.10 kernel series must upgrade.

The updated 5.10.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.10.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/include/asm/uaccess.h                          |   14 ----
 arch/arm64/boot/dts/qcom/msm8996.dtsi                   |    1 
 arch/arm64/kernel/armv8_deprecated.c                    |    3 +
 arch/mips/kernel/syscalls/syscall_o32.tbl               |    2 
 arch/powerpc/kernel/eeh_pe.c                            |    7 +-
 arch/powerpc/kvm/book3s_64_vio.c                        |   18 ++++--
 arch/powerpc/platforms/pseries/setup.c                  |    4 -
 drivers/acpi/ec.c                                       |    9 ++-
 drivers/acpi/processor_idle.c                           |   40 +++++--------
 drivers/block/null_blk/main.c                           |    4 -
 drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c                  |    2 
 drivers/input/mouse/elantech.c                          |   31 ++++++++++
 drivers/input/serio/i8042-acpipnpio.h                   |   18 +++++-
 drivers/input/touchscreen/silead.c                      |   19 +-----
 drivers/misc/mei/main.c                                 |    2 
 drivers/net/can/usb/kvaser_usb/kvaser_usb_core.c        |    2 
 drivers/net/tap.c                                       |    5 +
 drivers/net/tun.c                                       |    3 +
 drivers/net/usb/qmi_wwan.c                              |    2 
 drivers/s390/char/sclp.c                                |    1 
 drivers/scsi/hosts.c                                    |   16 ++++-
 drivers/scsi/libsas/sas_internal.h                      |   14 ++++
 drivers/scsi/qedf/qedf_main.c                           |    1 
 drivers/scsi/scsi_lib.c                                 |    6 +-
 drivers/scsi/scsi_priv.h                                |    2 
 drivers/scsi/scsi_scan.c                                |    1 
 drivers/scsi/scsi_sysfs.c                               |    1 
 drivers/spi/spi-imx.c                                   |    2 
 drivers/spi/spi-mux.c                                   |    1 
 fs/btrfs/qgroup.c                                       |    4 -
 fs/dcache.c                                             |   31 ++++------
 fs/ext4/super.c                                         |    9 ++-
 fs/file.c                                               |    4 -
 fs/hfsplus/xattr.c                                      |    2 
 fs/jfs/xattr.c                                          |   23 ++++++--
 fs/locks.c                                              |   18 ++----
 fs/ocfs2/dir.c                                          |   46 ++++++++++------
 include/linux/skmsg.h                                   |    2 
 include/scsi/scsi_host.h                                |    2 
 include/sound/dmaengine_pcm.h                           |    1 
 kernel/bpf/ringbuf.c                                    |   30 ++++++++--
 net/bluetooth/hci_core.c                                |    4 +
 net/ipv4/af_inet.c                                      |    4 +
 net/ipv6/ila/ila_lwt.c                                  |    7 ++
 net/ipv6/rpl_iptunnel.c                                 |   14 ++--
 net/mac80211/mesh.c                                     |    1 
 net/mac80211/scan.c                                     |   14 +++-
 net/mac802154/tx.c                                      |    8 +-
 net/wireless/scan.c                                     |    8 ++
 scripts/gcc-plugins/gcc-common.h                        |    4 +
 scripts/kconfig/expr.c                                  |   29 ----------
 scripts/kconfig/expr.h                                  |    1 
 scripts/kconfig/gconf.c                                 |    3 -
 scripts/kconfig/menu.c                                  |    2 
 sound/core/pcm_dmaengine.c                              |   26 +++++++++
 sound/pci/hda/patch_realtek.c                           |    7 ++
 sound/soc/intel/boards/bytcr_rt5640.c                   |   11 +++
 sound/soc/soc-generic-dmaengine-pcm.c                   |    8 ++
 sound/soc/ti/davinci-mcasp.c                            |    9 ++-
 sound/soc/ti/omap-hdmi.c                                |    6 --
 tools/testing/selftests/openat2/openat2_test.c          |    1 
 tools/testing/selftests/vDSO/parse_vdso.c               |   16 +++--
 tools/testing/selftests/vDSO/vdso_standalone_test_x86.c |   18 +++++-
 64 files changed, 403 insertions(+), 203 deletions(-)

Aivaz Latypov (1):
      ALSA: hda/relatek: Enable Mute LED on HP Laptop 15-gw0xxx

Alexander Usyskin (1):
      mei: demote client disconnect warning on suspend to debug

Andreas Hindborg (1):
      null_blk: fix validation of block size

Anjali K (1):
      powerpc/pseries: Whitelist dtl slub object for copying to userspace

Armin Wolf (2):
      ACPI: EC: Abort address space access upon error
      ACPI: EC: Avoid returning AE_OK on errors in address space handler

Arnd Bergmann (1):
      mips: fix compat_sys_lseek syscall

Bart Van Assche (1):
      scsi: core: Fix a use-after-free

Chen Ni (1):
      can: kvaser_usb: fix return value for hif_usb_send_regout

Christian Brauner (1):
      fs: better handle deep ancestor chains in is_subdir()

Dan Carpenter (1):
      drm/amdgpu: Fix signedness bug in sdma_v4_0_process_trap_irq()

Daniel Borkmann (1):
      bpf: Fix overrunning reservations in ringbuf

Daniele Palmas (1):
      net: usb: qmi_wwan: add Telit FN912 compositions

David Lechner (1):
      spi: mux: set ctlr->bits_per_word_mask

Dmitry Antipov (2):
      wifi: mac80211: fix UBSAN noise in ieee80211_prep_hw_scan()
      wifi: cfg80211: wext: add extra SIOCSIWSCAN data check

Dongli Zhang (1):
      tun: add missing verification for short frame

Edson Juliano Drosdeck (1):
      ALSA: hda/realtek: Enable headset mic on Positivo SU C1400

Edward Adam Davis (1):
      hfsplus: fix uninit-value in copy_name

Eric Dumazet (2):
      net: ipv6: rpl_iptunnel: block BH in rpl_output() and rpl_input()
      ila: block BH in ila_output()

Filipe Manana (1):
      btrfs: qgroup: fix quota root leak after quota disable failure

Gabriel Krisman Bertazi (2):
      ext4: fix error code saved on super block during file system abort
      ext4: Send notifications on error

Ganesh Goudar (1):
      powerpc/eeh: avoid possible crash when edev->pdev changes

Greg Kroah-Hartman (1):
      Linux 5.10.223

Hans de Goede (1):
      Input: silead - Always support 10 fingers

Heiko Carstens (1):
      s390/sclp: Fix sclp_init() cleanup on failure

Jai Luthra (2):
      ALSA: dmaengine: Synchronize dma channel after drop()
      ASoC: ti: davinci-mcasp: Set min period size using FIFO config

Jann Horn (2):
      filelock: Remove locks reliably when fcntl/close race is detected
      filelock: Fix fcntl/close race recovery compat path

Jason Xing (1):
      bpf, skmsg: Fix NULL pointer dereference in sk_psock_skb_ingress_enqueue

John Hubbard (1):
      selftests/vDSO: fix clang build errors and warnings

Jonathan Denose (1):
      Input: elantech - fix touchpad state on resume for Lenovo N24

Kailang Yang (1):
      ALSA: hda/realtek: Add more codec ID to no shutup pins list

Kees Cook (1):
      gcc-plugins: Rename last_stmt() for GCC 14+

Krishna Kurapati (1):
      arm64: dts: qcom: msm8996: Disable SS instance in Parkmode for USB

Kuan-Wei Chiu (1):
      ACPI: processor_idle: Fix invalid comparison with insertion sort for latency

Masahiro Yamada (3):
      kconfig: gconf: give a proper initial state to the Save button
      kconfig: remove wrong expr_trans_bool()
      ARM: 9324/1: fix get_user() broken with veneer

Michael Ellerman (2):
      selftests/openat2: Fix build warnings on ppc64
      KVM: PPC: Book3S HV: Prevent UAF in kvm_spapr_tce_attach_iommu_group()

Nicolas Escande (1):
      wifi: mac80211: mesh: init nonpeer_pm to active by default in mesh sdata

Paolo Abeni (1):
      net: relax socket state check at accept time.

Primoz Fiser (1):
      ASoC: ti: omap-hdmi: Fix too long driver name

Saurav Kashyap (1):
      scsi: qedf: Set qed_slowpath_params to zero before use

Seunghun Han (1):
      ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book Pro 360

Shengjiu Wang (2):
      ALSA: dmaengine_pcm: terminate dmaengine before synchronize
      ALSA: pcm_dmaengine: Don't synchronize DMA channel when DMA is paused

Si-Wei Liu (1):
      tap: add missing verification for short frame

Tetsuo Handa (1):
      Bluetooth: hci_core: cancel all works upon hci_unregister_dev()

Thomas GENTY (1):
      bytcr_rt5640 : inverse jack detect for Archos 101 cesium

Tobias Jakobi (1):
      Input: i8042 - add Ayaneo Kun to i8042 quirk table

Uwe Kleine-König (1):
      spi: imx: Don't expect DMA for i.MX{25,35,50,51,53} cspi devices

Wei Li (1):
      arm64: armv8_deprecated: Fix warning in isndep cpuhp starting process

Xingui Yang (1):
      scsi: libsas: Fix exp-attached device scan after probe failure scanned in again after probe failed

Yunshui Jiang (1):
      net: mac802154: Fix racy device stats updates by DEV_STATS_INC() and DEV_STATS_ADD()

Yuntao Wang (1):
      fs/file: fix the check in find_next_fd()

lei lu (2):
      ocfs2: add bounds checking to ocfs2_check_dir_entry()
      jfs: don't walk off the end of ealist


             reply	other threads:[~2024-07-27  9:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-27  9:41 Greg Kroah-Hartman [this message]
2024-07-27  9:41 ` Linux 5.10.223 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=2024072736-stalling-hungrily-6bd8@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.