You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jira LE-3201
Rebuild_History Non-Buildable kernel-rt-4.18.0-553.42.1.rt7.383.el8_10
commit-author Chen Zhongjin <[email protected]>
commit 672e426
ovl_dentry_revalidate_common() can be called in rcu-walk mode. As document
said, "in rcu-walk mode, d_parent and d_inode should not be used without
care".
Check inode here to protect access under rcu-walk mode.
Fixes: bccece1 ("ovl: allow remote upper")
Reported-and-tested-by: [email protected]
Signed-off-by: Chen Zhongjin <[email protected]>
Cc: <[email protected]> # v5.7
Signed-off-by: Miklos Szeredi <[email protected]>
(cherry picked from commit 672e426)
Signed-off-by: Jonathan Maple <[email protected]>
0 commit comments