linux-f2fs-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
* [f2fs-dev] [PATCH 0/4] Add module_subinit{_noexit} and module_subeixt helper macros
@ 2024-07-23  8:32 Youling Tang
  2024-07-23  8:32 ` [f2fs-dev] [PATCH 1/4] module: " Youling Tang
                   ` (3 more replies)
  0 siblings, 4 replies; 32+ messages in thread
From: Youling Tang @ 2024-07-23  8:32 UTC (permalink / raw)
  To: Arnd Bergmann, Luis Chamberlain, Chris Mason, Josef Bacik,
	David Sterba, tytso, Andreas Dilger, Jaegeuk Kim, Chao Yu,
	Christoph Hellwig
  Cc: linux-arch, linux-kernel, linux-f2fs-devel, linux-modules,
	youling.tang, linux-ext4, linux-btrfs

This series provides the module_subinit{_noexit} and module_subeixt helper 
macros and applies to btrfs, ext4 and f2fs.

See link [1] for the previous discussion process.

[1]: https://lore.kernel.org/all/20240711074859.366088-1-youling.tang@linux.dev/

Youling Tang (4):
  module: Add module_subinit{_noexit} and module_subeixt helper macros
  btrfs: Use module_subinit{_noexit} and module_subeixt helper macros
  ext4: Use module_{subinit, subexit} helper macros
  f2fs: Use module_{subinit, subeixt} helper macros

 fs/btrfs/super.c                  | 123 +++++---------------------
 fs/ext4/super.c                   | 115 +++++++-----------------
 fs/f2fs/debug.c                   |   3 +-
 fs/f2fs/f2fs.h                    |   4 +-
 fs/f2fs/super.c                   | 139 +++++++-----------------------
 include/asm-generic/vmlinux.lds.h |   5 ++
 include/linux/init.h              |  62 ++++++++++++-
 include/linux/module.h            |  22 +++++
 8 files changed, 180 insertions(+), 293 deletions(-)

-- 
2.34.1



_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

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

end of thread, other threads:[~2024-07-29 18:57 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-23  8:32 [f2fs-dev] [PATCH 0/4] Add module_subinit{_noexit} and module_subeixt helper macros Youling Tang
2024-07-23  8:32 ` [f2fs-dev] [PATCH 1/4] module: " Youling Tang
2024-07-23  9:58   ` Mika Penttilä
2024-07-24  1:20     ` Youling Tang
2024-07-23 14:33   ` Christoph Hellwig
2024-07-24  1:57     ` Youling Tang
2024-07-24 15:43       ` Christoph Hellwig
2024-07-25  3:01         ` Youling Tang
2024-07-25 14:39           ` Christoph Hellwig
2024-07-25 15:30             ` Arnd Bergmann
2024-07-25 15:34               ` Christoph Hellwig
2024-07-25 17:14                 ` Goffredo Baroncelli via Linux-f2fs-devel
2024-07-25 19:46                   ` Christoph Hellwig
2024-07-26  8:54                     ` Youling Tang
2024-07-26 14:04                       ` Christoph Hellwig
2024-07-26 15:22                         ` David Sterba
2024-07-26 17:58                           ` Theodore Ts'o
2024-07-26 18:09                             ` Christoph Hellwig
2024-07-26 22:45                               ` David Sterba
2024-07-27 14:52                               ` Theodore Ts'o
2024-07-29  1:46                                 ` Youling Tang
2024-07-29  2:44                                   ` Theodore Ts'o
2024-07-29  3:01                                     ` Youling Tang
2024-07-29 18:57                                     ` Christoph Hellwig
2024-07-23  8:32 ` [f2fs-dev] [PATCH 2/4] btrfs: Use " Youling Tang
2024-07-23 22:24   ` kernel test robot
2024-07-24  6:29     ` Youling Tang
2024-07-23  8:32 ` [f2fs-dev] [PATCH 3/4] ext4: Use module_{subinit, subexit} " Youling Tang
2024-07-23  8:32 ` [f2fs-dev] [PATCH 4/4] f2fs: Use module_{subinit, subeixt} " Youling Tang
2024-07-23 18:51   ` kernel test robot
2024-07-24  2:14     ` Youling Tang
2024-07-23 21:31   ` kernel test robot

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