stable.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.15.2
Date: Fri, 12 Nov 2021 15:18:22 +0100	[thread overview]
Message-ID: <163672670217958@kroah.com> (raw)

I'm announcing the release of the 5.15.2 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

------------

 Documentation/dev-tools/kfence.rst           |   12 +-
 Makefile                                     |    2 
 arch/x86/kvm/ioapic.c                        |    2 
 arch/x86/kvm/ioapic.h                        |    4 
 arch/x86/kvm/mmu/spte.h                      |    7 -
 drivers/android/binder.c                     |   41 +++------
 drivers/android/binder_internal.h            |    4 
 drivers/comedi/drivers/dt9812.c              |  115 ++++++++++++++++++++-------
 drivers/comedi/drivers/ni_usb6501.c          |   10 ++
 drivers/comedi/drivers/vmk80xx.c             |   28 +++---
 drivers/net/wireless/rsi/rsi_91x_usb.c       |    2 
 drivers/staging/media/ipu3/ipu3-css-fw.c     |    7 -
 drivers/staging/media/ipu3/ipu3-css-fw.h     |    2 
 drivers/staging/r8188eu/os_dep/ioctl_linux.c |    5 -
 drivers/staging/rtl8192u/r8192U_core.c       |   18 ++--
 drivers/staging/rtl8712/usb_intf.c           |    4 
 drivers/staging/rtl8712/usb_ops_linux.c      |    2 
 drivers/usb/gadget/udc/Kconfig               |    1 
 drivers/usb/host/ehci-hcd.c                  |   11 ++
 drivers/usb/host/ehci-platform.c             |    6 +
 drivers/usb/host/ehci.h                      |    1 
 drivers/usb/musb/musb_gadget.c               |    4 
 drivers/usb/storage/unusual_devs.h           |   10 ++
 fs/btrfs/lzo.c                               |    3 
 fs/isofs/inode.c                             |    2 
 fs/proc/base.c                               |   19 ++--
 include/linux/kfence.h                       |   21 ++--
 include/linux/lsm_hook_defs.h                |   14 +--
 include/linux/lsm_hooks.h                    |   14 +--
 include/linux/security.h                     |   33 ++++---
 lib/Kconfig.kfence                           |   26 +++---
 mm/kfence/core.c                             |   16 +--
 security/security.c                          |   14 +--
 security/selinux/hooks.c                     |   48 +++--------
 34 files changed, 297 insertions(+), 211 deletions(-)

Geert Uytterhoeven (1):
      usb: gadget: Mark USB_FSL_QE broken on 64-bit

Greg Kroah-Hartman (1):
      Linux 5.15.2

Gustavo A. R. Silva (1):
      media: staging/intel-ipu3: css: Fix wrong size comparison imgu_css_fw_init

James Buren (1):
      usb-storage: Add compatibility quirk flags for iODD 2531/2541

Jan Kara (1):
      isofs: Fix out of bound access for corrupted isofs image

Johan Hovold (8):
      comedi: dt9812: fix DMA buffers on stack
      comedi: ni_usb6501: fix NULL-deref in command paths
      comedi: vmk80xx: fix transfer-buffer overflows
      comedi: vmk80xx: fix bulk-buffer overflow
      comedi: vmk80xx: fix bulk and interrupt message timeouts
      staging: r8712u: fix control-message timeout
      staging: rtl8192u: fix control-message timeouts
      rsi: fix control-message timeout

Juergen Gross (1):
      Revert "x86/kvm: fix vcpu-id indexed array sizes"

Kees Cook (1):
      Revert "proc/wchan: use printk format instead of lookup_symbol_name()"

Linus Torvalds (1):
      btrfs: fix lzo_decompress_bio() kmap leakage

Marco Elver (2):
      kfence: always use static branches to guard kfence_alloc()
      kfence: default to dynamic branch instead of static keys mode

Martin Kaiser (1):
      staging: r8188eu: fix memleak in rtw_wx_set_enc_ext

Neal Liu (1):
      usb: ehci: handshake CMD_RUN instead of STS_HALT

Paolo Bonzini (1):
      KVM: x86: avoid warning with -Wbitwise-instead-of-logical

Pavel Skripkin (1):
      staging: rtl8712: fix use-after-free in rtl8712_dl_fw

Todd Kjos (4):
      binder: use euid from cred instead of using task
      binder: use cred instead of task for selinux checks
      binder: use cred instead of task for getsecid
      binder: don't detect sender/target during buffer cleanup

Viraj Shah (1):
      usb: musb: Balance list entry in musb_gadget_queue


             reply	other threads:[~2021-11-12 14:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-12 14:18 Greg Kroah-Hartman [this message]
2021-11-12 14:18 ` Linux 5.15.2 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=163672670217958@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).