Skip to content

Commit

Permalink
nilfs2-kmod9 v1.14 release
Browse files Browse the repository at this point in the history
Signed-off-by: Ryusuke Konishi <[email protected]>
  • Loading branch information
konis committed Oct 3, 2023
1 parent 440a347 commit 037304d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
nilfs2-kmod9-1.14 Wed Oct 4, 2023 JST

* fix build issues on newer RHEL 9 kernels (RHEL_RELEASE >= 370):
- Allow switching between new and old blkdev_{get_by_*,put}()
- Allow to remove sb->s_mode for newer kernels
- Support blk_mode_t type and sb_open_mode() helper introduction
* backport one fix for a potential user-after-free issue in a
GC-related routine:
- nilfs2: fix potential use after free in
nilfs_gccache_submit_read_data()
* allow use of a safer timer shutdown routine:
- Allow to use timer_shutdown_sync()
- treewide: Convert del_timer*() to timer_shutdown*()
* one minor build compatibility improvement:
- Add missing definitions for when RHEL_RELEASE_N cannot be obtained

nilfs2-kmod9-1.13 Mon Sep 4, 2023 JST

* backport fixes for user-after-free read, general protection fault,
Expand Down
2 changes: 1 addition & 1 deletion fs/nilfs2/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ MODULE_AUTHOR("NTT Corp.");
MODULE_DESCRIPTION("A New Implementation of the Log-structured Filesystem "
"(NILFS)");
MODULE_LICENSE("GPL");
MODULE_VERSION("nilfs2-kmod9-1.13");
MODULE_VERSION("nilfs2-kmod9-1.14");

static struct kmem_cache *nilfs_inode_cachep;
struct kmem_cache *nilfs_transaction_cachep;
Expand Down

0 comments on commit 037304d

Please sign in to comment.