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.117
Date: Wed, 18 May 2022 10:53:18 +0200	[thread overview]
Message-ID: <165286399817240@kroah.com> (raw)

I'm announcing the release of the 5.10.117 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/io.h                            |    3 +
 arch/arm/mm/ioremap.c                                |    8 +++
 arch/arm64/include/asm/io.h                          |    4 +
 arch/arm64/mm/ioremap.c                              |    9 +++
 arch/s390/Makefile                                   |   10 ++++
 drivers/base/firmware_loader/main.c                  |   17 +++++++
 drivers/gpu/drm/nouveau/nouveau_backlight.c          |    9 ++-
 drivers/gpu/drm/nouveau/nvkm/engine/device/tegra.c   |    2 
 drivers/gpu/drm/vmwgfx/vmwgfx_fb.c                   |    2 
 drivers/hwmon/Kconfig                                |    2 
 drivers/hwmon/f71882fg.c                             |    5 +-
 drivers/hwmon/tmp401.c                               |   11 ++++
 drivers/net/dsa/bcm_sf2.c                            |    3 +
 drivers/net/ethernet/aquantia/atlantic/aq_pci_func.c |    4 -
 drivers/net/ethernet/broadcom/genet/bcmgenet.c       |    4 +
 drivers/net/ethernet/intel/i40e/i40e_main.c          |   27 +++++------
 drivers/net/ethernet/mscc/ocelot_flower.c            |    5 +-
 drivers/net/ethernet/mscc/ocelot_vcap.c              |    9 +++
 drivers/net/ethernet/pensando/ionic/ionic_bus_pci.c  |    3 -
 drivers/net/ethernet/sfc/ef10.c                      |    5 ++
 drivers/net/ethernet/sfc/efx_channels.c              |   21 ++++----
 drivers/net/ethernet/sfc/ptp.c                       |   14 +++++
 drivers/net/ethernet/sfc/ptp.h                       |    1 
 drivers/net/ethernet/xilinx/xilinx_emaclite.c        |   15 ------
 drivers/net/phy/phy.c                                |   45 ++++++++++++++++---
 drivers/net/phy/sfp.c                                |   12 ++++-
 drivers/net/wireless/intel/iwlwifi/iwl-dbg-tlv.c     |    2 
 drivers/net/wireless/mac80211_hwsim.c                |    3 +
 drivers/s390/net/ctcm_mpc.c                          |    6 --
 drivers/s390/net/ctcm_sysfs.c                        |    5 +-
 drivers/s390/net/lcs.c                               |    7 +-
 drivers/slimbus/qcom-ctrl.c                          |    4 -
 drivers/tty/n_gsm.c                                  |   12 +++--
 drivers/tty/serial/8250/8250_mtk.c                   |   22 +++++----
 drivers/tty/serial/digicolor-usart.c                 |    5 --
 drivers/usb/class/cdc-wdm.c                          |    1 
 drivers/usb/gadget/function/f_uvc.c                  |   32 ++++++++++++-
 drivers/usb/gadget/function/uvc.h                    |    2 
 drivers/usb/gadget/function/uvc_v4l2.c               |    3 -
 drivers/usb/serial/option.c                          |    4 +
 drivers/usb/serial/pl2303.c                          |    1 
 drivers/usb/serial/pl2303.h                          |    1 
 drivers/usb/serial/qcserial.c                        |    2 
 drivers/usb/typec/tcpm/tcpci.c                       |    2 
 drivers/usb/typec/tcpm/tcpci_mt6360.c                |   26 ++++++++++
 fs/ceph/file.c                                       |   16 +++++-
 fs/file_table.c                                      |    1 
 fs/gfs2/bmap.c                                       |   11 ++--
 fs/io_uring.c                                        |    2 
 fs/nfs/fs_context.c                                  |    2 
 include/linux/netdev_features.h                      |    4 -
 include/linux/sunrpc/xprtsock.h                      |    1 
 include/net/tc_act/tc_pedit.h                        |    1 
 include/trace/events/sunrpc.h                        |    1 
 kernel/cgroup/cpuset.c                               |    7 ++
 lib/dim/net_dim.c                                    |   44 +++++++++---------
 net/batman-adv/fragmentation.c                       |   11 ++++
 net/core/secure_seq.c                                |   12 +++--
 net/ipv4/ping.c                                      |   15 +++++-
 net/ipv4/route.c                                     |    1 
 net/mac80211/mlme.c                                  |    6 ++
 net/netlink/af_netlink.c                             |    1 
 net/sched/act_pedit.c                                |   26 +++++++++-
 net/smc/smc_rx.c                                     |    4 -
 net/sunrpc/rpc_pipe.c                                |    1 
 net/sunrpc/xprt.c                                    |   36 +++++++--------
 net/sunrpc/xprtsock.c                                |   37 ++++++++++-----
 net/tls/tls_device.c                                 |    3 +
 sound/soc/codecs/max98090.c                          |    5 +-
 sound/soc/soc-ops.c                                  |   18 +++++++
 tools/testing/selftests/vm/Makefile                  |   10 ++--
 72 files changed, 485 insertions(+), 183 deletions(-)

Alexandra Winter (3):
      s390/ctcm: fix variable dereferenced before check
      s390/ctcm: fix potential memory leak
      s390/lcs: fix variable dereferenced before check

Andreas Gruenbacher (1):
      gfs2: Fix filesystem block deallocation for short writes

AngeloGioacchino Del Regno (2):
      serial: 8250_mtk: Fix UART_EFR register address
      serial: 8250_mtk: Fix register address for XON/XOFF character

Camel Guo (1):
      hwmon: (tmp401) Add OF device ID table

ChiYuan Huang (1):
      usb: typec: tcpci_mt6360: Update for BMC PHY setting

Christophe JAILLET (1):
      drm/nouveau: Fix a potential theorical leak in nouveau_get_backlight_name()

Dan Aloni (1):
      nfs: fix broken handling of the softreval mount option

Dan Vacura (1):
      usb: gadget: uvc: allow for application to cleanly shutdown

Daniel Starke (1):
      tty: n_gsm: fix mux activation issues in gsm_config()

Eric Dumazet (2):
      netlink: do not reset transport header in netlink_recvmsg()
      tcp: resalt the secret every 10 seconds

Ethan Yang (1):
      USB: serial: qcserial: add support for Sierra Wireless EM7590

Florian Fainelli (2):
      net: bcmgenet: Check for Wake-on-LAN interrupt probe deferral
      net: dsa: bcm_sf2: Fix Wake-on-LAN with mac_link_down()

Francesco Dolcini (1):
      net: phy: Fix race condition on link status change

Greg Kroah-Hartman (1):
      Linux 5.10.117

Guangguan Wang (1):
      net/smc: non blocking recvmsg() return -EAGAIN when no data and signal_pending

Guenter Roeck (1):
      iwlwifi: iwl-dbg: Use del_timer_sync() before freeing

Gustavo A. R. Silva (1):
      SUNRPC: Fix fall-through warnings for Clang

Jeff Layton (1):
      ceph: fix setting of xattrs on async created inodes

Jens Axboe (1):
      io_uring: always use original task when preparing req identity

Jesse Brandeburg (1):
      dim: initialize all struct fields

Ji-Ze Hong (Peter Hong) (1):
      hwmon: (f71882fg) Fix negative temperature

Jiapeng Chong (1):
      sfc: Use swap() instead of open coding it

Joel Savitz (1):
      selftests: vm: Makefile: rename TARGETS to VMTARGETS

Johannes Berg (1):
      mac80211_hwsim: call ieee80211_tx_prepare_skb under RCU protection

Lokesh Dhoundiyal (1):
      ipv4: drop dst in multicast routing path

Manikanta Pubbisetty (1):
      mac80211: Reset MBSSID parameters upon connection

Manuel Ullmann (1):
      net: atlantic: always deep reset on pm op, fixing up my null deref regression

Mark Brown (3):
      ASoC: max98090: Reject invalid values in custom control put()
      ASoC: max98090: Generate notifications on changes for custom control
      ASoC: ops: Validate input values in snd_soc_put_volsw_range()

Matthew Hagan (1):
      net: sfp: Add tx-fault workaround for Huawei MA5671A SFP ONT

Maxim Mikityanskiy (1):
      tls: Fix context leak on tls_device_down

Miaoqian Lin (1):
      slimbus: qcom: Fix IRQ check in qcom_slim_probe

Michael Tretter (1):
      usb: gadget: uvc: rename function to be more consistent

Mike Rapoport (1):
      arm[64]/memremap: don't abuse pfn_valid() to ensure presence of linear map

Nicolas Dichtel (1):
      ping: fix address binding wrt vrf

Paolo Abeni (1):
      net/sched: act_pedit: really ensure the skb is writable

Randy Dunlap (1):
      hwmon: (ltq-cputemp) restrict it to SOC_XWAY

Robin Murphy (1):
      drm/nouveau/tegra: Stop using iommu_present()

Scott Chen (1):
      USB: serial: pl2303: add device id for HP LM930 Display

Sergey Ryazanov (1):
      usb: cdc-wdm: fix reading stuck on device close

Shravya Kumbham (1):
      net: emaclite: Don't advertise 1000BASE-T and do auto negotiation

Sven Eckelmann (1):
      batman-adv: Don't skb_split skbuffs with frag_list

Sven Schnelle (1):
      s390: disable -Warray-bounds

Sven Schwermer (2):
      USB: serial: option: add Fibocom L610 modem
      USB: serial: option: add Fibocom MA510 modem

Taehee Yoo (2):
      net: sfc: fix memory leak due to ptp channel
      net: sfc: ef10: fix memory leak in efx_ef10_mtd_probe()

Tariq Toukan (1):
      net: Fix features skip in for_each_netdev_feature()

Thiébaud Weksteen (1):
      firmware_loader: use kernel credentials when reading firmware

Trond Myklebust (4):
      SUNRPC: Clean up scheduling of autoclose
      SUNRPC: Prevent immediate close+reconnect
      SUNRPC: Don't call connect() more than once on a TCP socket
      SUNRPC: Ensure we flush any closed sockets before xs_xprt_free()

Uwe Kleine-König (1):
      usb: typec: tcpci: Don't skip cleanup in .remove() on error

Vladimir Oltean (4):
      net: mscc: ocelot: fix last VCAP IS1/IS2 filter persisting in hardware when deleted
      net: mscc: ocelot: fix VCAP IS2 filters matching on both lookups
      net: mscc: ocelot: restrict tc-trap actions to VCAP IS2 lookup 0
      net: mscc: ocelot: avoid corrupting hardware counters when moving VCAP filters

Waiman Long (1):
      cgroup/cpuset: Remove cpus_allowed/mems_allowed setup in cpuset_init_smp()

Xiaomeng Tong (1):
      i40e: i40e_main: fix a missing check on list iterator

Yang Yingliang (2):
      ionic: fix missing pci_release_regions() on error in ionic_probe()
      tty/serial: digicolor: fix possible null-ptr-deref in digicolor_uart_probe()

Zack Rusin (1):
      drm/vmwgfx: Initialize drm_mode_fb_cmd2


             reply	other threads:[~2022-05-18  8:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-18  8:53 Greg Kroah-Hartman [this message]
2022-05-18  8:53 ` Linux 5.10.117 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=165286399817240@kroah.com \
    --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.