← Back to CVE List

CVE-2024-34027

Published: 2024-06-24T14:15Z
Last Modified: 2025-03-24T18:09Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: f2fs: compress: fix to cover {reserve,release}_compress_blocks() w/ cp_rwsem lock It needs to cover {reserve,release}_compress_blocks() w/ cp_rwsem lock to avoid racing with checkpoint, otherwise, filesystem metadata including blkaddr in dnode, inode fields and .total_valid_block_count may be corrupted after SPO case. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt