Of course patching is possible, but I would rather get an official release from Broadcom/VMware, have they announced they will fix this bug?
I don't think it's my job to fix these faults.
Original Message:
Sent: Aug 16, 2024 10:40 PM
From: bluefirestorm
Subject: Just patched Ubuntu Jellyfish and now I can't compile vmmon or vmnet
Encountered the same problem with Ubuntu 22.04 updated kernel from 6.5.0.45 to 6.8.0.40
I had to go to mkubecek's GitHub repository; used second method from the "0. Quick guide for impatient", replace 17.0.0 to 17.5.1 (there is no 17.5.2 in the repository).
h t t p s://github.com/mkubecek/vmware-host-modules/blob/master/INSTALL
Not related to VMware but the update to 6.8.0.40 kernel did not play nice with nvidia-545 proprietary drivers (multiple monitors stopped working on the host). Had to fall back to nvidia-535 proprietary, tested version to get multiple monitors working again on the Ubuntu 22.04 host.
Original Message:
Sent: Aug 15, 2024 05:23 PM
From: gary fargusson
Subject: Just patched Ubuntu Jellyfish and now I can't compile vmmon or vmnet
Currently running:
PRETTY_NAME="Ubuntu 22.04.4 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.4 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
kernel is PRETTY_NAME="Ubuntu 22.04.4 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.4 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
kernel is PRETTY_NAME="Ubuntu 22.04.4 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.4 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
kernel is 6.8.0-40-generic
I am seeing the following output in the log:
2024-08-15T20:19:58.243Z In(05) host-5919 warning: the compiler differs from the one used to build the kernel
2024-08-15T20:19:58.243Z In(05) host-5919 The kernel was built by: x86_64-linux-gnu-gcc-12 (Ubuntu 12.3.0-1ubuntu1~22.04) 12.3.0
2024-08-15T20:19:58.243Z In(05) host-5919 You are using: gcc-12 (Ubuntu 12.3.0-1ubuntu1~22.04) 12.3.0
2024-08-15T20:19:58.243Z In(05) host-5919 /tmp/modconfig-L4JatL/vmmon-only/common/crosspage.o: warning: objtool: CrossPage_CodePage+0x207: 'naked' return found in
RETHUNK build
2024-08-15T20:19:58.243Z In(05) host-5919 make[3]: *** [scripts/Makefile.build:243: /tmp/modconfig-L4JatL/vmmon-only/common/crosspage.o] Error 255
2024-08-15T20:19:58.243Z In(05) host-5919 make[3]: *** Deleting file '/tmp/modconfig-L4JatL/vmmon-only/common/crosspage.o'
2024-08-15T20:19:58.243Z In(05) host-5919 make[3]: *** Waiting for unfinished jobs....
Has anybody run into this or can you reproduce?