linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Christian Brauner <brauner@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Christian Brauner <brauner@kernel.org>,
	linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL for v6.16] vfs mount
Date: Fri, 23 May 2025 14:41:15 +0200	[thread overview]
Message-ID: <20250523-vfs-mount-419141f78092@brauner> (raw)

Hey Linus,

Unfortunately this had to be rebased as this had patches in it who were
also present in another branch under different hashes. Because I both
merged them and exposed them as one set in -next this didn't get
noticed. The patches here are trivial though.

/* Summary */

This contains minor mount updates for this cycle:

- mnt->mnt_devname can never be NULL so simplify the code handling that case.

- Add a comment about concurrent changes during statmount() and listmount().

- Update the STATMOUNT_SUPPORTED macro.

- Convert mount flags to an enum.

/* Testing */

gcc (Debian 14.2.0-19) 14.2.0
Debian clang version 19.1.7 (3)

No build failures or warnings were observed.

/* Conflicts */

Merge conflicts with mainline
=============================

No known conflicts.

Merge conflicts with other trees
================================

No known conflicts.

The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:

  Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)

are available in the Git repository at:

  git@gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs tags/vfs-6.16-rc1.mount

for you to fetch changes up to 2b3c61b87519ff5d52fd9d6eb2632975f4e18b04:

  statmount: update STATMOUNT_SUPPORTED macro (2025-05-23 14:20:45 +0200)

Please consider pulling these changes from the signed vfs-6.16-rc1.mount tag.

Thanks!
Christian

----------------------------------------------------------------
vfs-6.16-rc1.mount

----------------------------------------------------------------
Al Viro (1):
      ->mnt_devname is never NULL

Christian Brauner (1):
      mount: add a comment about concurrent changes with statmount()/listmount()

Dmitry V. Levin (1):
      statmount: update STATMOUNT_SUPPORTED macro

Stephen Brennan (1):
      fs: convert mount flags to enum

 fs/namespace.c        | 43 +++++++++++++++++++------
 fs/proc_namespace.c   | 12 +++----
 include/linux/mount.h | 87 ++++++++++++++++++++++++++-------------------------
 3 files changed, 82 insertions(+), 60 deletions(-)

             reply	other threads:[~2025-05-23 12:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-23 12:41 Christian Brauner [this message]
2025-05-26 18:36 ` [GIT PULL for v6.16] vfs mount pr-tracker-bot

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=20250523-vfs-mount-419141f78092@brauner \
    --to=brauner@kernel.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@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).