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.52
Date: Sat,  2 Jul 2022 16:57:37 +0200	[thread overview]
Message-ID: <16567738587380@kroah.com> (raw)

I'm announcing the release of the 5.15.52 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/filesystems/idmappings.rst      |   72 --------
 Makefile                                      |    2 
 arch/powerpc/include/asm/ftrace.h             |    4 
 arch/powerpc/kernel/trace/ftrace.c            |   15 +
 arch/powerpc/mm/mem.c                         |    2 
 arch/x86/kernel/kvm.c                         |    2 
 drivers/md/bcache/btree.c                     |    1 
 drivers/md/bcache/writeback.c                 |    1 
 drivers/net/ethernet/mscc/ocelot.c            |    8 
 drivers/net/wireless/realtek/rtw88/rtw8821c.c |   14 +
 fs/attr.c                                     |   26 ++
 fs/cachefiles/bind.c                          |    2 
 fs/ecryptfs/main.c                            |    2 
 fs/io_uring.c                                 |   28 +--
 fs/ksmbd/smbacl.c                             |   19 --
 fs/ksmbd/smbacl.h                             |    5 
 fs/namespace.c                                |   53 ++++-
 fs/nfsd/export.c                              |    2 
 fs/open.c                                     |    8 
 fs/overlayfs/super.c                          |    2 
 fs/posix_acl.c                                |   27 ++-
 fs/proc_namespace.c                           |    2 
 fs/xattr.c                                    |    6 
 fs/xfs/libxfs/xfs_attr.c                      |   17 -
 fs/xfs/xfs_aops.c                             |   15 +
 fs/xfs/xfs_buf_item_recover.c                 |    2 
 fs/xfs/xfs_extfree_item.c                     |    6 
 fs/xfs/xfs_inode.c                            |    8 
 fs/xfs/xfs_linux.h                            |    1 
 fs/xfs/xfs_log_cil.c                          |    6 
 fs/xfs/xfs_super.c                            |   21 +-
 fs/xfs/xfs_symlink.c                          |    4 
 include/linux/fs.h                            |  141 ++++-----------
 include/linux/mnt_idmapping.h                 |  234 ++++++++++++++++++++++++++
 include/linux/posix_acl_xattr.h               |    4 
 kernel/time/tick-sched.c                      |    1 
 security/commoncap.c                          |   15 +
 37 files changed, 490 insertions(+), 288 deletions(-)

Brian Foster (1):
      xfs: punch out data fork delalloc blocks on COW writeback failure

Christian Brauner (12):
      fs: add is_idmapped_mnt() helper
      fs: move mapping helpers
      fs: tweak fsuidgid_has_mapping()
      fs: account for filesystem mappings
      docs: update mapping documentation
      fs: use low-level mapping helpers
      fs: remove unused low-level mapping helpers
      fs: port higher-level mapping helpers
      fs: add i_user_ns() helper
      fs: support mapped mounts of mapped filesystems
      fs: fix acl translation
      fs: account for group membership

Coly Li (1):
      bcache: memset on stack variables in bch_btree_check() and bch_sectors_dirty_init()

Darrick J. Wong (3):
      xfs: remove all COW fork extents when remounting readonly
      xfs: prevent UAF in xfs_log_item_in_current_chkpt
      xfs: only bother with sync_filesystem during readonly remount

Dave Chinner (1):
      xfs: check sb_meta_uuid for dabuf buffer recovery

Greg Kroah-Hartman (2):
      x86, kvm: use proper ASM macros for kvm_vcpu_is_preempted
      Linux 5.15.52

Guo-Feng Fan (1):
      rtw88: 8821c: support RFE type4 wifi NIC

Masahiro Yamada (1):
      tick/nohz: unexport __init-annotated tick_nohz_full_setup()

Naveen N. Rao (1):
      powerpc/ftrace: Remove ftrace init tramp once kernel init is complete

Pavel Begunkov (1):
      io_uring: fix not locked access to fixed buf table

Ping-Ke Shih (1):
      rtw88: rtw8821c: enable rfe 6 devices

Rustam Kovhaev (1):
      xfs: use kmem_cache_free() for kmem_cache objects

Vladimir Oltean (1):
      net: mscc: ocelot: allow unregistered IP multicast flooding to CPU

Yang Xu (1):
      xfs: Fix the free logic of state in xfs_attr_node_hasname


             reply	other threads:[~2022-07-02 14:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-02 14:57 Greg Kroah-Hartman [this message]
2022-07-02 14:57 ` Linux 5.15.52 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=16567738587380@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.