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.15.74
Date: Sat, 15 Oct 2022 08:22:01 +0200	[thread overview]
Message-ID: <166581492119138@kroah.com> (raw)

I'm announcing the release of the 5.15.74 kernel.

All users of the 5.15 kernel series must upgrade.

The updated 5.15.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.15.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/powerpc/include/asm/paca.h               |    1 
 arch/powerpc/include/asm/rtas.h               |    1 
 arch/powerpc/kernel/paca.c                    |   32 ---
 arch/powerpc/kernel/rtas.c                    |   54 ------
 arch/powerpc/sysdev/xics/ics-rtas.c           |   22 +-
 drivers/char/mem.c                            |    4 
 drivers/char/random.c                         |   25 ++
 drivers/crypto/qat/qat_common/qat_asym_algs.c |   12 -
 drivers/input/joystick/xpad.c                 |   20 ++
 drivers/misc/pci_endpoint_test.c              |   34 +++-
 drivers/net/wireless/mac80211_hwsim.c         |    2 
 drivers/scsi/stex.c                           |   17 +-
 drivers/usb/serial/qcserial.c                 |    1 
 fs/ceph/file.c                                |   10 -
 fs/nilfs2/inode.c                             |   19 ++
 fs/nilfs2/segment.c                           |   21 +-
 include/scsi/scsi_cmnd.h                      |    2 
 net/mac80211/agg-rx.c                         |   14 -
 net/mac80211/ibss.c                           |   33 ++-
 net/mac80211/ieee80211_i.h                    |   40 ++--
 net/mac80211/mesh.c                           |   87 +++++-----
 net/mac80211/mesh_hwmp.c                      |   44 ++---
 net/mac80211/mesh_plink.c                     |   11 -
 net/mac80211/mesh_sync.c                      |   26 +--
 net/mac80211/mlme.c                           |  218 ++++++++++++++------------
 net/mac80211/rx.c                             |   12 -
 net/mac80211/scan.c                           |   16 +
 net/mac80211/tdls.c                           |   63 ++++---
 net/mac80211/util.c                           |   53 +++---
 net/wireless/scan.c                           |   77 +++++----
 security/integrity/platform_certs/load_uefi.c |    2 
 sound/pci/hda/hda_intel.c                     |    3 
 33 files changed, 535 insertions(+), 443 deletions(-)

Cameron Gutman (1):
      Input: xpad - fix wireless 360 controller breaking after suspend

Frank Wunderlich (1):
      USB: serial: qcserial: add new usb-id for Dell branded EM7455

Giovanni Cabiddu (1):
      Revert "crypto: qat - reduce size of mapped region"

Greg Kroah-Hartman (1):
      Linux 5.15.74

Hu Weiwen (1):
      ceph: don't truncate file in atomic_open

Jason A. Donenfeld (4):
      random: restore O_NONBLOCK support
      random: clamp credited irq bits to maximum mixed
      random: avoid reading two cache lines on irq randomness
      random: use expired timer rather than wq for mixing fast pool

Johannes Berg (14):
      wifi: cfg80211: fix u8 overflow in cfg80211_update_notlisted_nontrans()
      wifi: cfg80211/mac80211: reject bad MBSSID elements
      wifi: cfg80211: ensure length byte is present before access
      wifi: cfg80211: fix BSS refcounting bugs
      wifi: cfg80211: avoid nontransmitted BSS list corruption
      wifi: mac80211_hwsim: avoid mac80211 warning on bad rate
      wifi: mac80211: fix crash in beacon protection for P2P-device
      wifi: cfg80211: update hidden BSSes to avoid WARN_ON
      mac80211: mesh: clean up rx_bcn_presp API
      mac80211: move CRC into struct ieee802_11_elems
      mac80211: mlme: find auth challenge directly
      mac80211: always allocate struct ieee802_11_elems
      mac80211: fix memory leaks with element parsing
      wifi: mac80211: fix MBSSID parsing use-after-free

Linus Torvalds (1):
      scsi: stex: Properly zero out the passthrough command structure

Nathan Lynch (1):
      Revert "powerpc/rtas: Implement reentrant rtas call"

Orlando Chamberlain (1):
      efi: Correct Macmini DMI match in uefi cert quirk

Pavel Rojtberg (1):
      Input: xpad - add supported devices as contributed on github

Ryusuke Konishi (4):
      nilfs2: fix NULL pointer dereference at nilfs_bmap_lookup_at_level()
      nilfs2: fix use-after-free bug of struct nilfs_root
      nilfs2: fix leak of nilfs_root in case of writer thread creation failure
      nilfs2: replace WARN_ONs by nilfs_error for checkpoint acquisition failure

Shunsuke Mie (2):
      misc: pci_endpoint_test: Aggregate params checking for xfer
      misc: pci_endpoint_test: Fix pci_endpoint_test_{copy,write,read}() panic

Takashi Iwai (1):
      ALSA: hda: Fix position reporting on Poulsbo


             reply	other threads:[~2022-10-15  6:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-15  6:22 Greg Kroah-Hartman [this message]
2022-10-15  6:22 ` Linux 5.15.74 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=166581492119138@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.