Commit 06345b79 authored by Aichun Shi's avatar Aichun Shi
Browse files

kabi: Fix kabi breakage caused by c1e70ec4

Intel inclusion
category: bugfix
bugzilla: https://gitee.com/openeuler/intel-kernel/issues/I8LVBS


CVE: N/A

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

Intel-SIG: commit c1e70ec4 fix kabi breakage
Backport x86 related patches from 5.10.189 upstream

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

Fix the following kabi change:
The following symbols have been changed (this will cause an ABI breakage):
new kabi:
0x8fbdfba4      current_task    vmlinux EXPORT_SYMBOL
old kabi:
0x01a0ed64      current_task    vmlinux EXPORT_SYMBOL

Signed-off-by: default avatarAichun Shi <aichun.shi@intel.com>
parent e6985e3e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -24,7 +24,9 @@
#include <linux/io.h>
#include <linux/syscore_ops.h>
#include <linux/pgtable.h>
#ifndef __GENKSYMS__
#include <linux/utsname.h>
#endif

#include <asm/alternative.h>
#include <asm/cmdline.h>