2 matches found
CVE-2026-93252
The Linux kernel contains a circular locking dependency within the ocfs2 filesystem in the ocfs2_init_acl() function. The deadlock occurs between &oi->ip_xattr_sem and &journal->j_trans_barrier. Specifically, Path 1 (setxattr) acquires ip_xattr_sem before starting a transaction (acquiring j...
5.8AI score
SaveExploits0References8
EUVD-2026-86124
In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix circular locking dependency in ocfs2initacl A lockdep warning indicates a circular locking dependency between &oi-ipxattrsem and &journal-jtransbarrier: WARNING: possible circular locking dependency detected is trying ...
5.8AI score
SaveExploits0References8
20