Skip to content

nilfs2-kmod8 1.27

Latest

Choose a tag to compare

@konis konis released this 16 Feb 08:52
v1.27
  • Backport a fix for a potential block overflow during FITRIM operations that could lead to a system hang, and a fix to ensure invalid file types are rejected during inode reading to prevent filesystem malfunctions:
    • Fix potential block overflow that cause system hang
    • Reject invalid file types when reading inodes
  • Backport a fix for a Control Flow Integrity (CFI) failure observed when accessing the features group in sysfs with Clang's CFI enabled:
    • Fix CFI failure when accessing /sys/fs/nilfs2/features/*
  • Backport fixes to eliminate kernel-doc warnings by adding missing keywords and converting comments for on-disk structures to the proper kernel-doc format:
    • Fix missing struct keywords in nilfs2_api.h kernel-doc
    • Convert nilfs_super_block to kernel-doc