← Back to team overview

kernel-packages team mailing list archive

[Bug 1533009] Re: arm64: "unsupported RELA relocation"

 

--- fsf/multipath.mod.s 2016-01-15 22:23:24.000000000 +0100
+++ linaro/multipath.mod.s      2016-01-15 22:20:11.000000000 +0100
@@ -1,7 +1,6 @@
-       .cpu generic+fp+simd
        .file   "multipath.mod.c"
        .global __this_module
-       .section        .modinfo,"a",%progbits
+       .section        .modinfo,"a",@progbits
        .align  3
        .type   __UNIQUE_ID_srcversion1, %object
        .size   __UNIQUE_ID_srcversion1, 35
@@ -16,7 +15,7 @@
        .size   __UNIQUE_ID_vermagic0, 60
 __UNIQUE_ID_vermagic0:
        .string "vermagic=4.3.0-6-generic SMP mod_unload modversions aarch64"
-       .section        __versions,"a",%progbits
+       .section        __versions,"a",@progbits
        .align  3
        .type   ____versions, %object
        .size   ____versions, 2432
@@ -135,7 +134,7 @@
        .xword  534543858
        .string "_mcount"
        .zero   48
-       .section        .gnu.linkonce.this_module,"aw",%progbits
+       .section        .gnu.linkonce.this_module,"aw",@progbits
        .align  6
        .type   __this_module, %object
        .size   __this_module, 832
@@ -148,5 +147,5 @@
        .zero   424
        .xword  cleanup_module
        .zero   8
-       .ident  "GCC: (Ubuntu 5.3.1-5ubuntu3+fsf.1) 5.3.1 20160112"
-       .section        .note.GNU-stack,"",%progbits
+       .ident  "GCC: (Ubuntu/Linaro 5.3.1-5ubuntu3) 5.3.1 20160112"
+       .section        .note.GNU-stack,"",@progbits

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1533009

Title:
  arm64: "unsupported RELA relocation"

Status in Linux:
  Unknown
Status in gcc-5 package in Ubuntu:
  Confirmed
Status in linux package in Ubuntu:
  Triaged

Bug description:
  linux-image-4.3.0-5-generic 4.3.0-5.16 arm64 fails to load modules
  (and therefore boot). It emits messages like the following for each
  attempted module load:

  [    2.156817] module libahci: unsupported RELA relocation: 275

  This is reminiscent of LP: #1502946 - except that fix appears to still
  be in-tact. What has changed, however, is the build environment. If I
  rebuild the same kernel source in a wily chroot, it boots fine.

  Marking "Confirmed" because Paulo Pisatti reported this to me, and I
  reproduced.

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1533009/+subscriptions


Follow ups

References