summaryrefslogtreecommitdiff
path: root/kernel-small_fixes.patch
diff options
context:
space:
mode:
authorArkadiusz Miśkiewicz2022-01-13 14:15:42 (GMT)
committerArkadiusz Miśkiewicz2022-01-13 14:15:42 (GMT)
commit110ba92f40ada126c477ac97f399254da79fd50f (patch)
tree7fc1c6f0313d3bfd43f4908e25bf8c10a0b3cc74 /kernel-small_fixes.patch
parentcd233405d97f7a0926e62c1f9eb1700e8515fc4b (diff)
downloadkernel-110ba92f40ada126c477ac97f399254da79fd50f.zip
kernel-110ba92f40ada126c477ac97f399254da79fd50f.tar.gz
Fix build on x32auto/th/kernel-5.16.0-1
Diffstat (limited to 'kernel-small_fixes.patch')
-rw-r--r--kernel-small_fixes.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/kernel-small_fixes.patch b/kernel-small_fixes.patch
index dc2c31f..6f228f2 100644
--- a/kernel-small_fixes.patch
+++ b/kernel-small_fixes.patch
@@ -107,3 +107,14 @@ diff -ur linux-5.3/drivers/scsi/aacraid.org/linit.c linux-5.3/drivers/scsi/aacra
if (dev->msi_enabled)
+--- linux-5.16/tools/objtool/check.c~ 2022-01-09 23:55:34.000000000 +0100
++++ linux-5.16/tools/objtool/check.c 2022-01-13 15:14:26.200000109 +0100
+@@ -2823,7 +2823,7 @@ static inline bool func_uaccess_safe(str
+
+ static inline const char *call_dest_name(struct instruction *insn)
+ {
+- static char pvname[16];
++ static char pvname[20];
+ struct reloc *rel;
+ int idx;
+