linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL for v6.16] vfs mount
@ 2025-05-23 12:41 Christian Brauner
  2025-05-26 18:36 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Brauner @ 2025-05-23 12:41 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Christian Brauner, linux-fsdevel, linux-kernel

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(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL for v6.16] vfs mount
  2025-05-23 12:41 [GIT PULL for v6.16] vfs mount Christian Brauner
@ 2025-05-26 18:36 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2025-05-26 18:36 UTC (permalink / raw)
  To: Christian Brauner
  Cc: Linus Torvalds, Christian Brauner, linux-fsdevel, linux-kernel

The pull request you sent on Fri, 23 May 2025 14:41:15 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/2ca3534623f41dd0398c9f1cbc47fb874653c7cf

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-05-26 18:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-23 12:41 [GIT PULL for v6.16] vfs mount Christian Brauner
2025-05-26 18:36 ` pr-tracker-bot

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).