commit 110ba92f40ada126c477ac97f399254da79fd50f
Author: Arkadiusz Miƛkiewicz <[email protected]>
Date:   Thu Jan 13 15:15:42 2022 +0100

    Fix build on x32

 kernel-small_fixes.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
diff --git a/kernel-small_fixes.patch b/kernel-small_fixes.patch
index dc2c31ff..6f228f24 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;
+ 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kernel.git/commitdiff/110ba92f40ada126c477ac97f399254da79fd50f

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to