CyberRota Analysis
AI-GeneratedThe vulnerability affects the Linux kernel's XFS filesystem, where an online filesystem check (fsck) can enter a livelock state if it encounters a circular unlinked inode list. This can lead to prolonged system unresponsiveness during maintenance operations, potentially impacting system availability. Administrators managing Linux systems with XFS should prioritize addressing this issue to ensure reliable filesystem integrity and performance.
Original NVD Description
In the Linux kernel, the following vulnerability has been resolved: xfs: don't livelock in scrub on a circular unlinked list LOLLM points out that online fsck can livelock if an unlinked inode list contains a loop. Use a bitmap to detect cycles.