]> git.pld-linux.org Git - packages/kernel.git/commitdiff
Fix build on x32 auto/th/kernel-5.16.0-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 13 Jan 2022 14:15:42 +0000 (15:15 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 13 Jan 2022 14:15:42 +0000 (15:15 +0100)
kernel-small_fixes.patch

index dc2c31ff9b1c67f8176b7c034942e6a78f7a9b5b..6f228f2402df671a11275ebf04a909869816f5c0 100644 (file)
@@ -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;
This page took 1.850883 seconds and 4 git commands to generate.