Skip to content

Commit

Permalink
nilfs2-kmod9 v1.6 release
Browse files Browse the repository at this point in the history
Signed-off-by: Ryusuke Konishi <[email protected]>
  • Loading branch information
konis committed Mar 27, 2023
1 parent 97856a9 commit 301831b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
nilfs2-kmod9-1.6 Mon Mar 27, 2023 JST

* backport the fix for a potential kernel information leak when
specifying anomalous ioctl parameters:
- nilfs2: fix kernel-infoleak in nilfs_ioctl_wrap_copy()
* backport improved anomaly checks for corrupted disk images:
- nilfs2: prevent WARNING in nilfs_dat_commit_end()
- nilfs2: replace WARN_ONs for invalid DAT metadata block requests

nilfs2-kmod9-1.5 Sun Feb 19, 2023 JST

* backport fixes for general protection faults on corrupted disk
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.5");
MODULE_VERSION("nilfs2-kmod9-1.6");

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

0 comments on commit 301831b

Please sign in to comment.