public inbox for stable@vger.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.45
Date: Fri, 18 Jun 2021 10:24:21 +0200	[thread overview]
Message-ID: <1624004662163218@kroah.com> (raw)

I'm announcing the release of the 5.10.45 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/mach-omap1/pm.c                              |   10 +++-
 arch/arm/mach-omap2/board-n8x0.c                      |    2 
 arch/riscv/Makefile                                   |    9 +++
 drivers/bluetooth/btusb.c                             |    2 
 drivers/gpu/drm/amd/amdgpu/amdgpu_fru_eeprom.c        |   42 +++++++++---------
 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h               |    1 
 drivers/gpu/drm/amd/amdgpu/psp_v11_0.c                |    3 -
 drivers/gpu/drm/amd/amdgpu/psp_v3_1.c                 |    3 -
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c     |    4 -
 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c |    2 
 drivers/gpu/drm/tegra/sor.c                           |   41 +++++++++--------
 drivers/gpu/host1x/bus.c                              |   30 ++++++++++--
 drivers/hid/Kconfig                                   |    4 -
 drivers/hid/hid-a4tech.c                              |    2 
 drivers/hid/hid-core.c                                |    3 +
 drivers/hid/hid-debug.c                               |    1 
 drivers/hid/hid-gt683r.c                              |    1 
 drivers/hid/hid-ids.h                                 |    3 +
 drivers/hid/hid-input.c                               |    3 +
 drivers/hid/hid-multitouch.c                          |    8 +--
 drivers/hid/hid-quirks.c                              |    3 +
 drivers/hid/hid-sensor-hub.c                          |   13 +++--
 drivers/hid/usbhid/hid-core.c                         |    2 
 drivers/net/ethernet/myricom/myri10ge/myri10ge.c      |    1 
 drivers/nvme/target/loop.c                            |   11 +++-
 drivers/scsi/qedf/qedf_main.c                         |   20 +++-----
 drivers/scsi/scsi_devinfo.c                           |    1 
 drivers/target/target_core_transport.c                |    4 -
 fs/gfs2/file.c                                        |    5 +-
 fs/gfs2/glock.c                                       |   26 +++++++++--
 include/linux/hid.h                                   |    3 -
 include/linux/host1x.h                                |   30 ++++++++++--
 include/uapi/linux/input-event-codes.h                |    1 
 net/compat.c                                          |    2 
 net/core/fib_rules.c                                  |    2 
 net/core/rtnetlink.c                                  |    4 +
 net/ieee802154/nl802154.c                             |    9 ++-
 net/ipv4/ipconfig.c                                   |   13 +++--
 net/x25/af_x25.c                                      |    2 
 40 files changed, 221 insertions(+), 107 deletions(-)

Ahelenia Ziemiańska (1):
      HID: multitouch: set Stylus suffix for Stylus-application devices, too

Andreas Gruenbacher (1):
      gfs2: Prevent direct-I/O write fallback errors from getting lost

Anirudh Rayabharam (1):
      HID: usbhid: fix info leak in hid_submit_ctrl

Bindu Ramamurthy (1):
      drm/amd/display: Allow bandwidth validation for 0 streams.

Bixuan Cui (1):
      HID: gt683r: add missing MODULE_DEVICE_TABLE

Bob Peterson (1):
      gfs2: fix a deadlock on withdraw-during-mount

Dan Robertson (1):
      net: ieee802154: fix null deref in parse dev addr

Daniel Wagner (1):
      scsi: qedf: Do not put host in qedf_vport_create() unconditionally

Dmitry Torokhov (1):
      HID: hid-input: add mapping for emoji picker key

Ewan D. Milne (1):
      scsi: scsi_devinfo: Add blacklist entry for HPE OPEN-V

Greg Kroah-Hartman (1):
      Linux 5.10.45

Hannes Reinecke (4):
      nvme-loop: reset queue count to 1 in nvme_loop_destroy_io_queues()
      nvme-loop: clear NVME_LOOP_Q_LIVE when nvme_loop_configure_admin_queue() fails
      nvme-loop: check for NVME_LOOP_Q_LIVE in nvme_loop_destroy_admin_queue()
      nvme-loop: do not warn for deleted controllers during reset

Hillf Danton (1):
      gfs2: Fix use-after-free in gfs2_glock_shrink_scan

Jiansong Chen (1):
      drm/amdgpu: refine amdgpu_fru_get_product_info

Jiapeng Chong (2):
      ethernet: myri10ge: Fix missing error code in myri10ge_probe()
      rtnetlink: Fix missing error code in rtnl_bridge_notify()

Josh Triplett (1):
      net: ipconfig: Don't override command-line hostnames or domains

Khem Raj (1):
      riscv: Use -mno-relax when using lld linker

Larry Finger (1):
      Bluetooth: Add a new USB ID for RTL8822CE

Maciej Falkowski (1):
      ARM: OMAP1: Fix use of possibly uninitialized irq variable

Mark Bolhuis (1):
      HID: Add BUS_VIRTUAL to hid_connect logging

Mateusz Jończyk (1):
      HID: a4tech: use A4_2WHEEL_MOUSE_HACK_B8 for A4TECH NB-95

Maurizio Lombardi (1):
      scsi: target: core: Fix warning on realtime kernels

Nirenjan Krishnan (1):
      HID: quirks: Set INCREMENT_USAGE_ON_DUPLICATE for Saitek X65

Pavel Machek (CIP) (1):
      drm/tegra: sor: Do not leak runtime PM reference

Roman Li (1):
      drm/amd/display: Fix potential memory leak in DMUB hw_init

Saeed Mirzamohammadi (1):
      HID: quirks: Add quirk for Lenovo optical mouse

Srinivas Pandruvada (1):
      HID: hid-sensor-hub: Return error for hid_set_field() failure

Thierry Reding (2):
      gpu: host1x: Split up client initalization and registration
      drm/tegra: sor: Fully initialize SOR before registration

Victor Zhao (1):
      drm/amd/amdgpu:save psp ring wptr to avoid attack

Yongqiang Liu (1):
      ARM: OMAP2+: Fix build warning when mmc_omap is not built

Zheng Yongjun (3):
      net/x25: Return the correct errno code
      net: Return the correct errno code
      fib: Return the correct errno code


             reply	other threads:[~2021-06-18  8:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-18  8:24 Greg Kroah-Hartman [this message]
2021-06-18  8:24 ` Linux 5.10.45 Greg Kroah-Hartman
2021-06-20  1:45 ` Samuel Zou

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=1624004662163218@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox