The patch titled Subject: coda: bump module version to 7.2 has been added to the -mm tree. Its filename is coda-bump-module-version-to-72.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/coda-bump-module-version-to-72.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/coda-bump-module-version-to-72.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Jan Harkes <jaharkes@xxxxxxxxxx> Subject: coda: bump module version to 7.2 Helps with tracking which patches have been propagated upstream and if users are running the latest known version. Link: https://lkml.kernel.org/r/20210908140308.18491-10-jaharkes@xxxxxxxxxx Signed-off-by: Jan Harkes <jaharkes@xxxxxxxxxx> Cc: Alex Shi <alex.shi@xxxxxxxxxxxxxxxxx> Cc: Jing Yangyang <jing.yangyang@xxxxxxxxxx> Cc: Xin Tan <tanxin.ctf@xxxxxxxxx> Cc: Xiyu Yang <xiyuyang19@xxxxxxxxxxxx> Cc: Zeal Robot <zealci@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/coda/psdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/fs/coda/psdev.c~coda-bump-module-version-to-72 +++ a/fs/coda/psdev.c @@ -384,7 +384,7 @@ MODULE_AUTHOR("Jan Harkes, Peter J. Braa MODULE_DESCRIPTION("Coda Distributed File System VFS interface"); MODULE_ALIAS_CHARDEV_MAJOR(CODA_PSDEV_MAJOR); MODULE_LICENSE("GPL"); -MODULE_VERSION("7.0"); +MODULE_VERSION("7.2"); static int __init init_coda(void) { _ Patches currently in -mm which might be from jaharkes@xxxxxxxxxx are coda-avoid-null-pointer-dereference-from-a-bad-inode.patch coda-check-for-async-upcall-request-using-local-state.patch coda-avoid-flagging-null-inodes.patch coda-avoid-hidden-code-duplication-in-rename.patch coda-avoid-doing-bad-things-on-inode-type-changes-during-revalidation.patch coda-bump-module-version-to-72.patch