livepatch/core: fix cache consistency when disable patch
euler inclusion category: bugfix bugzilla: 5507 CVE: NA ------------------------------------------------- Independent instruction cache and data cache are used on the aarch64 cpu chip. so we must flush the instruction cache when enable/disable patch. we miss it when disable patch, so just fix it. Signed-off-by: NCheng Jian <cj.chengjian@huawei.com> Reviewed-by: NLi Bin <huawei.libin@huawei.com> Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
Showing
想要评论请 注册 或 登录