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.11] vfs module descriptions
Date: Fri, 12 Jul 2024 15:54:15 +0200	[thread overview]
Message-ID: <20240712-vfs-module-400367af1f9a@brauner> (raw)

Hey Linus,

/* Summary */
This contains patches to add module descriptions to all modules under fs/
currently lacking them.

/* Testing */
clang: Debian clang version 16.0.6 (26)
gcc: (Debian 13.2.0-24)

All patches are based on v6.10-rc1 and have been sitting in linux-next.
No build failures or warnings were observed.

/* Conflicts */
No known conflicts.

The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:

  Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)

are available in the Git repository at:

  git@gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs tags/vfs-6.11.module.description

for you to fetch changes up to 807221c54db6bc696b65106b4ee76286e435944d:

  openpromfs: add missing MODULE_DESCRIPTION() macro (2024-06-20 09:46:01 +0200)

Please consider pulling these changes from the signed vfs-6.11.module.description tag.

Thanks!
Christian

----------------------------------------------------------------
vfs-6.11.module.description

----------------------------------------------------------------
Jeff Johnson (13):
      fs: minix: add MODULE_DESCRIPTION()
      fs: efs: add MODULE_DESCRIPTION()
      fs: sysv: add MODULE_DESCRIPTION()
      qnx6: add MODULE_DESCRIPTION()
      qnx4: add MODULE_DESCRIPTION()
      fs: hpfs: add MODULE_DESCRIPTION()
      fs: hfs: add MODULE_DESCRIPTION()
      fs: cramfs: add MODULE_DESCRIPTION()
      fs: binfmt: add missing MODULE_DESCRIPTION() macros
      fs: fat: add missing MODULE_DESCRIPTION() macros
      fs: autofs: add MODULE_DESCRIPTION()
      fs: nls: add missing MODULE_DESCRIPTION() macros
      openpromfs: add missing MODULE_DESCRIPTION() macro

 fs/autofs/init.c        | 1 +
 fs/binfmt_misc.c        | 1 +
 fs/binfmt_script.c      | 1 +
 fs/cramfs/inode.c       | 1 +
 fs/efs/inode.c          | 1 +
 fs/fat/fat_test.c       | 1 +
 fs/fat/inode.c          | 1 +
 fs/hfs/super.c          | 1 +
 fs/hpfs/super.c         | 1 +
 fs/minix/inode.c        | 1 +
 fs/nls/mac-celtic.c     | 1 +
 fs/nls/mac-centeuro.c   | 1 +
 fs/nls/mac-croatian.c   | 1 +
 fs/nls/mac-cyrillic.c   | 1 +
 fs/nls/mac-gaelic.c     | 1 +
 fs/nls/mac-greek.c      | 1 +
 fs/nls/mac-iceland.c    | 1 +
 fs/nls/mac-inuit.c      | 1 +
 fs/nls/mac-roman.c      | 1 +
 fs/nls/mac-romanian.c   | 1 +
 fs/nls/mac-turkish.c    | 1 +
 fs/nls/nls_ascii.c      | 1 +
 fs/nls/nls_base.c       | 1 +
 fs/nls/nls_cp1250.c     | 1 +
 fs/nls/nls_cp1251.c     | 1 +
 fs/nls/nls_cp1255.c     | 1 +
 fs/nls/nls_cp437.c      | 1 +
 fs/nls/nls_cp737.c      | 1 +
 fs/nls/nls_cp775.c      | 1 +
 fs/nls/nls_cp850.c      | 1 +
 fs/nls/nls_cp852.c      | 1 +
 fs/nls/nls_cp855.c      | 1 +
 fs/nls/nls_cp857.c      | 1 +
 fs/nls/nls_cp860.c      | 1 +
 fs/nls/nls_cp861.c      | 1 +
 fs/nls/nls_cp862.c      | 1 +
 fs/nls/nls_cp863.c      | 1 +
 fs/nls/nls_cp864.c      | 1 +
 fs/nls/nls_cp865.c      | 1 +
 fs/nls/nls_cp866.c      | 1 +
 fs/nls/nls_cp869.c      | 1 +
 fs/nls/nls_cp874.c      | 1 +
 fs/nls/nls_cp932.c      | 1 +
 fs/nls/nls_cp936.c      | 1 +
 fs/nls/nls_cp949.c      | 1 +
 fs/nls/nls_cp950.c      | 1 +
 fs/nls/nls_euc-jp.c     | 1 +
 fs/nls/nls_iso8859-1.c  | 1 +
 fs/nls/nls_iso8859-13.c | 1 +
 fs/nls/nls_iso8859-14.c | 1 +
 fs/nls/nls_iso8859-15.c | 1 +
 fs/nls/nls_iso8859-2.c  | 1 +
 fs/nls/nls_iso8859-3.c  | 1 +
 fs/nls/nls_iso8859-4.c  | 1 +
 fs/nls/nls_iso8859-5.c  | 1 +
 fs/nls/nls_iso8859-6.c  | 1 +
 fs/nls/nls_iso8859-7.c  | 1 +
 fs/nls/nls_iso8859-9.c  | 1 +
 fs/nls/nls_koi8-r.c     | 1 +
 fs/nls/nls_koi8-ru.c    | 1 +
 fs/nls/nls_koi8-u.c     | 1 +
 fs/nls/nls_ucs2_utils.c | 1 +
 fs/nls/nls_utf8.c       | 1 +
 fs/openpromfs/inode.c   | 1 +
 fs/qnx4/inode.c         | 1 +
 fs/qnx6/inode.c         | 1 +
 fs/sysv/super.c         | 1 +
 67 files changed, 67 insertions(+)

             reply	other threads:[~2024-07-12 13:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-12 13:54 Christian Brauner [this message]
2024-07-15 20:34 ` [GIT PULL for v6.11] vfs module descriptions 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=20240712-vfs-module-400367af1f9a@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).