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.103
Date: Wed,  2 Mar 2022 11:52:47 +0100	[thread overview]
Message-ID: <164621836862171@kroah.com> (raw)

I'm announcing the release of the 5.10.103 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/parisc/kernel/unaligned.c                             |   14 +--
 arch/riscv/kernel/Makefile                                 |    2 
 arch/riscv/kernel/entry.S                                  |   10 +-
 arch/riscv/kernel/trace_irq.c                              |   27 ++++++
 arch/riscv/kernel/trace_irq.h                              |   11 ++
 arch/x86/include/asm/fpu/internal.h                        |   13 +--
 arch/x86/kernel/process_32.c                               |    6 -
 arch/x86/kernel/process_64.c                               |    6 -
 arch/x86/kvm/mmu/mmu.c                                     |   13 ++-
 drivers/ata/pata_hpt37x.c                                  |   14 +++
 drivers/base/dd.c                                          |    5 +
 drivers/base/regmap/regmap-irq.c                           |   20 +---
 drivers/clk/ingenic/jz4725b-cgu.c                          |    3 
 drivers/gpio/gpio-tegra186.c                               |   14 ++-
 drivers/gpu/drm/amd/amdgpu/soc15.c                         |    5 -
 drivers/gpu/drm/drm_edid.c                                 |    2 
 drivers/gpu/drm/i915/intel_pm.c                            |   22 ++---
 drivers/hwmon/hwmon.c                                      |   14 +--
 drivers/iio/accel/bmc150-accel-core.c                      |    5 -
 drivers/iio/accel/kxcjk-1013.c                             |    5 -
 drivers/iio/accel/mma9551.c                                |    5 -
 drivers/iio/accel/mma9553.c                                |    5 -
 drivers/iio/adc/ad7124.c                                   |    2 
 drivers/iio/adc/men_z188_adc.c                             |    9 +-
 drivers/iio/gyro/bmg160_core.c                             |    5 -
 drivers/iio/imu/kmx61.c                                    |    5 -
 drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c               |    6 +
 drivers/iio/magnetometer/bmc150_magn.c                     |    5 -
 drivers/infiniband/core/cma.c                              |   40 +++++----
 drivers/infiniband/ulp/rtrs/rtrs-clt.c                     |   56 ++++++-------
 drivers/infiniband/ulp/srp/ib_srp.c                        |    6 -
 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c           |    3 
 drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c          |    3 
 drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c       |    2 
 drivers/net/ethernet/mellanox/mlx5/core/en_rx.c            |    3 
 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c |    4 
 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c          |    2 
 drivers/net/ethernet/netronome/nfp/flower/tunnel_conf.c    |    4 
 drivers/net/ethernet/xilinx/ll_temac_main.c                |    2 
 drivers/net/usb/cdc_ether.c                                |   12 ++
 drivers/net/usb/cdc_ncm.c                                  |    8 -
 drivers/net/usb/sr9700.c                                   |    2 
 drivers/net/usb/zaurus.c                                   |   12 ++
 drivers/platform/x86/surface3_power.c                      |   13 ++-
 drivers/spi/spi-zynq-qspi.c                                |    3 
 drivers/tee/optee/core.c                                   |    8 +
 drivers/tee/optee/optee_private.h                          |    2 
 drivers/tee/optee/rpc.c                                    |    8 +
 drivers/tee/tee_core.c                                     |    6 -
 drivers/thermal/intel/int340x_thermal/int3400_thermal.c    |    4 
 drivers/tty/n_gsm.c                                        |   22 +++--
 drivers/tty/serial/sc16is7xx.c                             |    3 
 drivers/usb/dwc2/core.h                                    |    2 
 drivers/usb/dwc2/drd.c                                     |    6 -
 drivers/usb/dwc3/dwc3-pci.c                                |    4 
 drivers/usb/dwc3/gadget.c                                  |    2 
 drivers/usb/gadget/function/rndis.c                        |    8 +
 drivers/usb/gadget/function/rndis.h                        |    1 
 drivers/usb/gadget/udc/udc-xilinx.c                        |    6 +
 drivers/usb/host/xhci.c                                    |   28 ++++--
 drivers/usb/serial/ch341.c                                 |    1 
 drivers/usb/serial/option.c                                |   12 ++
 drivers/vhost/vsock.c                                      |   21 +++-
 fs/btrfs/tree-checker.c                                    |   15 +++
 fs/configfs/dir.c                                          |   14 +++
 fs/io_uring.c                                              |    1 
 fs/tracefs/inode.c                                         |    5 -
 include/linux/tee_drv.h                                    |   14 +++
 include/net/checksum.h                                     |   48 ++++++-----
 include/net/netfilter/nf_tables.h                          |    2 
 include/net/netfilter/nf_tables_offload.h                  |    2 
 kernel/bpf/syscall.c                                       |    3 
 kernel/cgroup/cpuset.c                                     |    2 
 kernel/trace/trace_events_trigger.c                        |   52 ++++++++++--
 mm/memblock.c                                              |   10 +-
 net/core/filter.c                                          |    3 
 net/core/skbuff.c                                          |    4 
 net/ipv4/af_inet.c                                         |    5 -
 net/ipv4/ping.c                                            |    1 
 net/ipv4/udp_tunnel_nic.c                                  |    2 
 net/ipv6/ip6_offload.c                                     |    2 
 net/netfilter/nf_tables_api.c                              |   13 ++-
 net/netfilter/nf_tables_offload.c                          |    3 
 net/netfilter/nft_dup_netdev.c                             |    6 +
 net/netfilter/nft_fwd_netdev.c                             |    6 +
 net/netfilter/nft_immediate.c                              |   12 ++
 net/openvswitch/actions.c                                  |   46 ++++++++--
 net/sched/act_ct.c                                         |    5 -
 net/smc/smc_pnet.c                                         |   42 ++++-----
 net/smc/smc_pnet.h                                         |    2 
 net/tipc/name_table.c                                      |    2 
 net/tipc/socket.c                                          |    2 
 tools/perf/util/data.c                                     |    7 -
 tools/testing/selftests/bpf/progs/test_sockmap_kern.h      |   26 ++++--
 95 files changed, 664 insertions(+), 267 deletions(-)

Alexey Bayduraev (1):
      perf data: Fix double free in perf_session__delete()

Ariel Levkovich (1):
      net/mlx5: Fix wrong limitation of metadata match on ecpf

Bart Van Assche (1):
      RDMA/ib_srp: Fix a deadlock

Brian Geffon (1):
      x86/fpu: Correct pkru/xstate inconsistency

Changbin Du (1):
      riscv: fix oops caused by irqsoff latency tracer

ChenXiaoSong (1):
      configfs: fix a race in configfs_{,un}register_subsystem()

Christophe JAILLET (2):
      nfp: flower: Fix a potential leak in nfp_tunnel_add_shared_mac()
      iio: adc: men_z188_adc: Fix a resource leak in an error handling path

Christophe Leroy (1):
      net: Force inlining of checksum functions in net/checksum.h

Chuansheng Liu (1):
      thermal: int340x: fix memory leak in int3400_notify()

Cosmin Tanislav (1):
      iio: adc: ad7124: fix mask used for setting AIN_BUFP & AIN_BUFM bits

Daehwan Jung (1):
      usb: gadget: rndis: add spinlock for rndis response list

Dan Carpenter (2):
      tipc: Fix end of loop tests for list_for_each_entry()
      udp_tunnel: Fix end of loop test in udp_tunnel_nic_unregister()

Daniele Palmas (1):
      USB: serial: option: add Telit LE910R1 compositions

Dmytro Bagrii (1):
      Revert "USB: serial: ch341: add new Product ID for CH341A"

Eric Dumazet (3):
      bpf: Add schedule points in batch ops
      io_uring: add a schedule point in io_add_buffers()
      net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friends

Evan Quan (1):
      drm/amdgpu: disable MMHUB PG for Picasso

Fabio M. De Francesco (1):
      net/smc: Use a mutex for locking "struct smc_pnettable"

Fabrice Gasnier (1):
      usb: dwc2: drd: fix soft connect when gadget is unconfigured

Felix Maurer (2):
      bpf: Do not try bpf_msg_push_data with len 0
      selftests: bpf: Check bpf_msg_push_data return value

Florian Westphal (1):
      netfilter: nf_tables: fix memory leak during stateful obj update

Gal Pressman (1):
      net/mlx5e: Fix wrong return value on ioctl EEPROM query failure

Greg Kroah-Hartman (1):
      Linux 5.10.103

Guenter Roeck (1):
      hwmon: Handle failure to register sensor with thermal zone correctly

Guoqing Jiang (1):
      RDMA/rtrs-clt: Kill wait_for_inflight_permits

Hans de Goede (2):
      surface: surface3_power: Fix battery readings on batteries without a serial number
      usb: dwc3: pci: Fix Bay Trail phy GPIO mappings

Helge Deller (2):
      parisc/unaligned: Fix fldd and fstd unaligned handlers on 32-bit kernel
      parisc/unaligned: Fix ldw() and stw() unalignment handlers

Hongyu Xie (1):
      xhci: Prevent futile URB re-submissions due to incorrect return value.

Jason Gunthorpe (1):
      RDMA/cma: Do not change route.addr.src_addr outside state checks

Jens Wiklander (2):
      tee: export teedev_open() and teedev_close_context()
      optee: use driver internal tee_context for some rpc

Liang Zhang (1):
      KVM: x86/mmu: make apf token non-zero to fix bug

Lorenzo Bianconi (1):
      iio: imu: st_lsm6dsx: wait for settling time in st_lsm6dsx_read_oneshot

Manish Chopra (1):
      bnx2x: fix driver load from initrd

Maor Gottlieb (1):
      net/mlx5: Fix possible deadlock on rule deletion

Marc Zyngier (1):
      gpio: tegra186: Fix chip_data type confusion

Maxime Ripard (1):
      drm/edid: Always set RGB444

Md Haris Iqbal (2):
      RDMA/rtrs-clt: Fix possible double free in error case
      RDMA/rtrs-clt: Move free_permit from free_clt to rtrs_clt_close

Miaohe Lin (1):
      memblock: use kfree() to release kmalloced memblock regions

Miaoqian Lin (1):
      iio: Fix error handling for PM

Mårten Lindahl (1):
      driver core: Free DMA range map when device is released

Oliver Neukum (3):
      sr9700: sanity check for packet length
      USB: zaurus: support another broken Zaurus
      CDC-NCM: avoid overflow in sanity checking

Pablo Neira Ayuso (1):
      netfilter: nf_tables_offload: incorrect flow offload action array size

Paul Blakey (2):
      openvswitch: Fix setting ipv6 fields causing hw csum failure
      net/sched: act_ct: Fix flow table lookup after ct clear or switching zones

Phil Elwell (1):
      sc16is7xx: Fix for incorrect data being transmitted

Prasad Kumpatla (1):
      regmap-irq: Update interrupt clear register for proper reset

Puma Hsu (1):
      xhci: re-initialize the HC during resume if HCE was set

Sebastian Andrzej Siewior (1):
      usb: dwc3: gadget: Let the interrupt handler disable bottom halves.

Sergey Shtylyov (1):
      ata: pata_hpt37x: disable primary channel on HPT371

Siarhei Volkau (1):
      clk: jz4725b: fix mmc0 clock gating

Slark Xiao (1):
      USB: serial: option: add support for DW5829e

Somnath Kotur (1):
      bnxt_en: Fix active FEC reporting to ethtool

Stefano Garzarella (1):
      vhost/vsock: don't check owner in vhost_vsock_stop() while releasing

Steven Rostedt (Google) (2):
      tracing: Have traceon and traceoff trigger honor the instance
      tracefs: Set the group ownership in apply_options() not parse_options()

Su Yue (2):
      btrfs: tree-checker: check item_size for inode_item
      btrfs: tree-checker: check item_size for dev_item

Szymon Heidrich (1):
      USB: gadget: validate endpoint index for xilinx udc

Tao Liu (1):
      gso: do not skip outer ip header in case of ipip and net_failover

Tariq Toukan (1):
      net/mlx5e: kTLS, Use CHECKSUM_UNNECESSARY for device-offloaded packets

Ville Syrjälä (1):
      drm/i915: Correctly populate use_sagv_wm for all pipes

Xiaoke Wang (1):
      net: ll_temac: check the return value of devm_kmalloc()

Xin Long (1):
      ping: remove pr_err from ping_lookup

Zhang Qiao (1):
      cgroup/cpuset: Fix a race between cpuset_attach() and cpu hotplug

Zhou Qingyang (1):
      spi: spi-zynq-qspi: Fix a NULL pointer dereference in zynq_qspi_exec_mem_op()

daniel.starke@siemens.com (5):
      tty: n_gsm: fix encoding of control signal octet bit DV
      tty: n_gsm: fix proper link termination after failed open
      tty: n_gsm: fix NULL pointer access due to DLCI release
      tty: n_gsm: fix wrong tty control line for flow control
      tty: n_gsm: fix deadlock in gsmtty_open()


             reply	other threads:[~2022-03-02 10:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-02 10:52 Greg Kroah-Hartman [this message]
2022-03-02 10:52 ` Linux 5.10.103 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=164621836862171@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.