Hi Chengen,

Thanks for the clarifications!

For Jammy, I guess it might be a kernel config difference between
gcp/azure, perhaps (as we both tested 6.5.0-1025-flavor).

Uploaded, based on your reproduction logs in Jammy.

For Focal, I tried reproducing with gcc-10 (the latest supported gcc in
Focal) and in GCP (where you could reproduce the problem), but the issue
still doesn't reproduce; so let's not modify the package.

Marked Focal as Won't Fix.

Thanks again!
Mauricio

...

$ lsb_release -cs
focal

$ uname -m
aarch64

$ uname -rv
5.15.0-1067-gcp #75~20.04.1-Ubuntu SMP Thu Aug 8 00:30:06 UTC 2024

mfo@mfo-focal-arm:~$ sudo dmesg | grep DMI:
[    0.053624] DMI: Google Google Compute Engine/Google Compute Engine, BIOS 
Google 08/06/2024

$ apt-cache show dkms | grep Depends: | grep c-compiler | head -n1
Depends: ..., gcc | c-compiler, ...

$ apt-cache show gcc-10 | grep Provides: | grep c-compiler | head -n1
Provides: c-compiler

$ sudo apt install -y gcc-10
$ sudo update-alternatives \
  --install /usr/bin/gcc gcc /usr/bin/gcc-10 100 \
  --slave /usr/bin/cpp cpp /usr/bin/cpp-10 

$ sudo apt install openafs-client

$ objdump -s -j .comment --no-show-raw-insn 
/lib/modules/5.15.0-1067-gcp/updates/dkms/openafs.ko | grep -m1 -A2 'GCC:'
 0000 00474343 3a202855 62756e74 75203130  .GCC: (Ubuntu 10
 0010 2e352e30 2d317562 756e7475 317e3230  .5.0-1ubuntu1~20
 0020 2e303429 2031302e 352e3000 00474343  .04) 10.5.0..GCC

$ sudo modprobe openafs
$ sudo dmesg | grep openafs
[  754.935849] openafs: loading out-of-tree module taints kernel.
[  754.935855] openafs: module license 
'http://www.openafs.org/dl/license10.html' taints kernel.
[  754.937239] openafs: module verification failed: signature and/or required 
key missing - tainting kernel

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2077929

Title:
  Failed to insert openafs module on ARM platform: Exec format error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openafs/+bug/2077929/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to