linux-kernel.vger.kernel.org archive mirror
 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.17.1
Date: Mon, 28 Mar 2022 10:28:14 +0200	[thread overview]
Message-ID: <1648456088190148@kroah.com> (raw)

I'm announcing the release of the 5.17.1 kernel.

All users of the 5.17 kernel series must upgrade.

The updated 5.17.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.17.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/csky/include/asm/uaccess.h                  |    7 -
 arch/hexagon/include/asm/uaccess.h               |   18 ++--
 arch/m68k/include/asm/uaccess.h                  |   15 ++-
 arch/microblaze/include/asm/uaccess.h            |   19 ----
 arch/nds32/include/asm/uaccess.h                 |   22 ++++-
 arch/x86/kernel/acpi/boot.c                      |   24 +++++
 drivers/acpi/battery.c                           |   12 ++
 drivers/acpi/video_detect.c                      |   75 +++++++++++++++++
 drivers/bluetooth/btusb.c                        |   10 +-
 drivers/char/tpm/tpm-chip.c                      |   46 +---------
 drivers/char/tpm/tpm-dev-common.c                |    8 +
 drivers/char/tpm/tpm.h                           |    2 
 drivers/char/tpm/tpm2-space.c                    |   73 ++++++++++++++++-
 drivers/crypto/qat/qat_4xxx/adf_drv.c            |    7 +
 drivers/crypto/qat/qat_common/qat_crypto.c       |    7 +
 drivers/gpu/drm/msm/msm_gpu_devfreq.c            |   30 +++++--
 drivers/gpu/drm/virtio/virtgpu_gem.c             |    3 
 drivers/net/ethernet/apm/xgene/xgene_enet_main.c |   12 +-
 drivers/net/wireless/ath/regd.c                  |   10 +-
 drivers/net/wireless/ath/wcn36xx/main.c          |    3 
 drivers/net/wireless/ath/wcn36xx/wcn36xx.h       |    1 
 fs/jbd2/transaction.c                            |   41 +++++----
 include/net/bluetooth/hci.h                      |   10 ++
 include/sound/pcm.h                              |    1 
 kernel/rcu/tree_plugin.h                         |    8 -
 net/bluetooth/hci_sync.c                         |   16 +++
 net/llc/af_llc.c                                 |   51 ++++++++----
 net/mac80211/cfg.c                               |    3 
 net/netfilter/nf_tables_api.c                    |   22 ++++-
 net/netfilter/nf_tables_core.c                   |    2 
 sound/core/oss/pcm_oss.c                         |   12 +-
 sound/core/oss/pcm_plugin.c                      |    5 -
 sound/core/pcm.c                                 |    2 
 sound/core/pcm_lib.c                             |    4 
 sound/core/pcm_memory.c                          |   11 +-
 sound/core/pcm_native.c                          |   97 ++++++++++++++---------
 sound/pci/ac97/ac97_codec.c                      |    4 
 sound/pci/cmipci.c                               |    3 
 sound/pci/hda/patch_realtek.c                    |    4 
 sound/soc/sti/uniperif_player.c                  |    6 -
 sound/soc/sti/uniperif_reader.c                  |    2 
 sound/usb/mixer_maps.c                           |   10 ++
 sound/usb/mixer_quirks.c                         |    7 -
 44 files changed, 525 insertions(+), 202 deletions(-)

Arnd Bergmann (3):
      uaccess: fix integer overflow on access_ok()
      m68k: fix access_ok for coldfire
      nds32: fix access_ok() checks in get/put_user

Brian Norris (1):
      Revert "ath: add support for special 0x0 regulatory domain"

Bryan O'Donoghue (1):
      wcn36xx: Differentiate wcn3660 from wcn3620

Eric Dumazet (2):
      llc: fix netdevice reference leaks in llc_ui_bind()
      llc: only change llc->dev when bind() succeeds

Giacomo Guiduzzi (1):
      ALSA: pci: fix reading of swapped values from pcmreg in AC97 codec

Giovanni Cabiddu (1):
      crypto: qat - disable registration of algorithms

Greg Kroah-Hartman (1):
      Linux 5.17.1

Helmut Grohne (1):
      Bluetooth: btusb: Add another Realtek 8761BU

Ismael Ferreras Morezuelas (2):
      Bluetooth: hci_sync: Add a new quirk to skip HCI_FLT_CLEAR_ALL
      Bluetooth: btusb: Use quirk to skip HCI_FLT_CLEAR_ALL on fake CSR controllers

James Bottomley (1):
      tpm: use try_get_ops() in tpm-space.c

Jason Zheng (1):
      ALSA: hda/realtek: Add quirk for ASUS GA402

Jonathan Teh (1):
      ALSA: cmipci: Restore aux vol on suspend/resume

Larry Finger (1):
      Bluetooth: btusb: Add one more Bluetooth part for the Realtek RTL8852AE

Lars-Peter Clausen (1):
      ALSA: usb-audio: Add mute TLV for playback volumes on RODE NT-USB

Lino Sanfilippo (1):
      tpm: fix reference counting for struct tpm_chip

Linus Lüssing (1):
      mac80211: fix potential double free on mesh join

Mark Cilissen (1):
      ACPI / x86: Work around broken XSDT on Advantech DAC-BJ01 board

Maximilian Luz (1):
      ACPI: battery: Add device HID and quirk for Microsoft Surface Go 3

Pablo Neira Ayuso (2):
      netfilter: nf_tables: initialize registers in nft_do_chain()
      netfilter: nf_tables: validate registers coming from userspace.

Paul E. McKenney (1):
      rcu: Don't deboost before reporting expedited quiescent state

Reza Jahanbakhshi (1):
      ALSA: usb-audio: add mapping for new Corsair Virtuoso SE

Ritesh Harjani (1):
      jbd2: fix use-after-free of transaction_t race

Rob Clark (1):
      drm/msm/gpu: Fix crash on devices without devfreq support (v2)

Roberto Sassu (1):
      drm/virtio: Ensure that objs is not NULL in virtio_gpu_array_put_free()

Stephane Graber (1):
      drivers: net: xgene: Fix regression in CRC stripping

Tadeusz Struk (1):
      tpm: Fix error handling in async work

Takashi Iwai (7):
      ASoC: sti: Fix deadlock via snd_pcm_stop_xrun() call
      ALSA: oss: Fix PCM OSS buffer allocation overflow
      ALSA: pcm: Fix races among concurrent hw_params and hw_free calls
      ALSA: pcm: Fix races among concurrent read/write and buffer changes
      ALSA: pcm: Fix races among concurrent prepare and hw_params/hw_free calls
      ALSA: pcm: Fix races among concurrent prealloc proc writes
      ALSA: pcm: Add stream lock during PCM reset ioctl operations

Tim Crawford (2):
      ALSA: hda/realtek: Add quirk for Clevo NP70PNJ
      ALSA: hda/realtek: Add quirk for Clevo NP50PNJ

Werner Sembach (1):
      ACPI: video: Force backlight native for Clevo NL5xRU and NL5xNU

huangwenhui (1):
      ALSA: hda/realtek - Fix headset mic problem for a HP machine with alc671


             reply	other threads:[~2022-03-28  8:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-28  8:28 Greg Kroah-Hartman [this message]
2022-03-28  8:28 ` Linux 5.17.1 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=1648456088190148@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;
as well as URLs for NNTP newsgroup(s).