提交 10856783 编写于 作者: Z Zhang Wensheng 提交者: Yongqiang Liu

kabi: fix kabi broken in struct fuse_in

mainline inclusion
from mainline-v5.17-rc8
commit 0c4bcfde
category: bugfix
bugzilla: 186448, https://gitee.com/openeuler/kernel/issues/I4YORE
CVE: CVE-2022-1011

--------------------------------

Because create a new user_pages in fuse_in, to fix kabi change.
Signed-off-by: NZhang Wensheng <zhangwensheng5@huawei.com>
Reviewed-by: NTao Hou <houtao1@huawei.com>
Reviewed-by: NXiu Jianfeng <xiujianfeng@huawei.com>
Signed-off-by: NYongqiang Liu <liuyongqiang13@huawei.com>
上级 ee8a1d43
......@@ -174,8 +174,10 @@ struct fuse_in {
/** True if the data for the last argument is in req->pages */
unsigned argpages:1;
#ifndef __GENKSYMS__
/** True if direct write */
unsigned user_pages:1;
#endif
/** Number of arguments */
unsigned numargs;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册