+1
−1
Loading
hulk inclusion category: bugfix bugzilla: https://gitee.com/src-openeuler/kernel/issues/IBEAFI CVE: CVE-2024-53173 -------------------------------- This reverts commit 5cd78a98. The issue is resolved by replace nfs_release_seqid with nfs_release_seqid_inorder. The later patch will change nfs_release_seqid directly and nfs_release_seqid_inorder will be not necessary any more. Fixes: 5cd78a98 ("nfs: fix rpc_task use-after-free when open and close different files concurrently") Signed-off-by:Li Lingfeng <lilingfeng3@huawei.com>