VMware – 16.2.0 Released – Compiles with Kernel 5.15-rc..
VMware have released Workstation Pro 16.2.0, and details are here: https://docs.vmware.com/en/VMware-Workstation-Pro/16.2.0/rn/VMware-Workstation-1620-Pro-Release-Notes.html
Compiles – with multiple warnings – with Kernel 5.15-rc5:
# vmware-modconfig --console --install-all
[AppLoader] GLib does not have GSettings support.
Stopping vmware (via systemctl): [ OK ]
make: Entering directory '/tmp/modconfig-sAzCOh/vmmon-only'
Using kernel build system.
/usr/bin/make -C /lib/modules/5.15.0-rc5/build/include/.. M=$PWD SRCROOT=$PWD/. \
MODULEBUILDDIR= modules
make[1]: Entering directory '/usr/src/linux-5.15-rc5'
CC [M] /tmp/modconfig-sAzCOh/vmmon-only/linux/driver.o
CC [M] /tmp/modconfig-sAzCOh/vmmon-only/linux/driverLog.o
CC [M] /tmp/modconfig-sAzCOh/vmmon-only/linux/hostif.o
CC [M] /tmp/modconfig-sAzCOh/vmmon-only/common/apic.o
CC [M] /tmp/modconfig-sAzCOh/vmmon-only/common/comport.o
CC [M] /tmp/modconfig-sAzCOh/vmmon-only/common/cpuid.o
CC [M] /tmp/modconfig-sAzCOh/vmmon-only/common/crosspage.o
CC [M] /tmp/modconfig-sAzCOh/vmmon-only/common/memtrack.o
CC [M] /tmp/modconfig-sAzCOh/vmmon-only/common/moduleloop.o
CC [M] /tmp/modconfig-sAzCOh/vmmon-only/common/phystrack.o
/tmp/modconfig-sAzCOh/vmmon-only/common/phystrack.o: warning: objtool: PhysTrack_Free() falls th
rough to next function PhysTrack_Add()
/tmp/modconfig-sAzCOh/vmmon-only/common/phystrack.o: warning: objtool: PhysTrack_Add() falls thr
ough to next function PhysTrack_Remove()
/tmp/modconfig-sAzCOh/vmmon-only/common/phystrack.o: warning: objtool: PhysTrack_Remove() falls
through to next function PhysTrack_Test()
CC [M] /tmp/modconfig-sAzCOh/vmmon-only/common/sharedAreaVmmon.o
In file included from /tmp/modconfig-sAzCOh/vmmon-only/./common/vmx86.h:32,
from /tmp/modconfig-sAzCOh/vmmon-only/linux/driver.h:32,
from /tmp/modconfig-sAzCOh/vmmon-only/linux/driver.c:47:
/tmp/modconfig-sAzCOh/vmmon-only/./include/x86msr.h:122: warning: "MSR_TEST_CTRL" redefined
122 | #define MSR_TEST_CTRL 0x33
|
In file included from ./arch/x86/include/asm/msr.h:5,
from ./arch/x86/include/asm/processor.h:22,
from ./arch/x86/include/asm/cpufeature.h:5,
from ./arch/x86/include/asm/thread_info.h:53,
from ./include/linux/thread_info.h:60,
from ./arch/x86/include/asm/preempt.h:7,
from ./include/linux/preempt.h:78,
from ./include/linux/spinlock.h:55,
from ./include/linux/wait.h:9,
from ./include/linux/wait_bit.h:8,
from ./include/linux/fs.h:6,
from ./include/linux/highmem.h:5,
from /tmp/modconfig-sAzCOh/vmmon-only/linux/driver.c:25:
./arch/x86/include/asm/msr-index.h:44: note: this is the location of the previous definition
44 | #define MSR_TEST_CTRL 0x00000033
|
In file included from /tmp/modconfig-sAzCOh/vmmon-only/./common/vmx86.h:32,
from /tmp/modconfig-sAzCOh/vmmon-only/linux/driver.h:32,
from /tmp/modconfig-sAzCOh/vmmon-only/linux/driver.c:47:
/tmp/modconfig-sAzCOh/vmmon-only/./include/x86msr.h:123: warning: "MSR_TEST_CTRL_SPLIT_LOCK_DETE
CT" redefined
123 | #define MSR_TEST_CTRL_SPLIT_LOCK_DETECT (1ULL << 29)
|
In file included from ./arch/x86/include/asm/msr.h:5,
from ./arch/x86/include/asm/processor.h:22,
from ./arch/x86/include/asm/cpufeature.h:5,
from ./arch/x86/include/asm/thread_info.h:53,
from ./include/linux/thread_info.h:60,
from ./arch/x86/include/asm/preempt.h:7,
from ./include/linux/preempt.h:78,
from ./include/linux/spinlock.h:55,
from ./include/linux/wait.h:9,
from ./include/linux/wait_bit.h:8,
from ./include/linux/fs.h:6,
from ./include/linux/highmem.h:5,
from /tmp/modconfig-sAzCOh/vmmon-only/linux/driver.c:25:
./arch/x86/include/asm/msr-index.h:46: note: this is the location of the previous definition
46 | #define MSR_TEST_CTRL_SPLIT_LOCK_DETECT BIT(MSR_TEST_CTRL_SPLIT_LOCK_DETECT_BIT)
|
In file included from /tmp/modconfig-sAzCOh/vmmon-only/./common/vmx86.h:32,
from /tmp/modconfig-sAzCOh/vmmon-only/linux/driver.h:32,
from /tmp/modconfig-sAzCOh/vmmon-only/linux/driver.c:47:
/tmp/modconfig-sAzCOh/vmmon-only/./include/x86msr.h:150: warning: "MSR_MISC_FEATURES_ENABLES" re
defined
150 | #define MSR_MISC_FEATURES_ENABLES 0x140
|
In file included from ./arch/x86/include/asm/msr.h:5,
from ./arch/x86/include/asm/processor.h:22,
from ./arch/x86/include/asm/cpufeature.h:5,
from ./arch/x86/include/asm/thread_info.h:53,
from ./include/linux/thread_info.h:60,
from ./arch/x86/include/asm/preempt.h:7,
from ./include/linux/preempt.h:78,
from ./include/linux/spinlock.h:55,
from ./include/linux/wait.h:9,
from ./include/linux/wait_bit.h:8,
from ./include/linux/fs.h:6,
from ./include/linux/highmem.h:5,
from /tmp/modconfig-sAzCOh/vmmon-only/linux/driver.c:25:
./arch/x86/include/asm/msr-index.h:762: note: this is the location of the previous definition
762 | #define MSR_MISC_FEATURES_ENABLES 0x00000140
|
In file included from /tmp/modconfig-sAzCOh/vmmon-only/./common/vmx86.h:32,
from /tmp/modconfig-sAzCOh/vmmon-only/linux/driver.h:32,
from /tmp/modconfig-sAzCOh/vmmon-only/linux/driver.c:47:
/tmp/modconfig-sAzCOh/vmmon-only/./include/x86msr.h:588: warning: "MSR_K7_HWCR_SMMLOCK" redefine
d
588 | #define MSR_K7_HWCR_SMMLOCK 0x00000001ULL // Lock SMM environment
|
In file included from ./arch/x86/include/asm/msr.h:5,
from ./arch/x86/include/asm/processor.h:22,
from ./arch/x86/include/asm/cpufeature.h:5,
from ./arch/x86/include/asm/thread_info.h:53,
from ./include/linux/thread_info.h:60,
from ./arch/x86/include/asm/preempt.h:7,
from ./include/linux/preempt.h:78,
from ./include/linux/spinlock.h:55,
from ./include/linux/wait.h:9,
from ./include/linux/wait_bit.h:8,
from ./include/linux/fs.h:6,
from ./include/linux/highmem.h:5,
from /tmp/modconfig-sAzCOh/vmmon-only/linux/driver.c:25:
./arch/x86/include/asm/msr-index.h:564: note: this is the location of the previous definition
564 | #define MSR_K7_HWCR_SMMLOCK BIT_ULL(MSR_K7_HWCR_SMMLOCK_BIT)
|
In file included from /tmp/modconfig-sAzCOh/vmmon-only/./common/vmx86.h:32,
from /tmp/modconfig-sAzCOh/vmmon-only/linux/driver.h:32,
from /tmp/modconfig-sAzCOh/vmmon-only/linux/driver.c:47:
/tmp/modconfig-sAzCOh/vmmon-only/./include/x86msr.h:795: warning: "MSR_TSX_FORCE_ABORT" redefine
d
795 | #define MSR_TSX_FORCE_ABORT 0x0000010f
|
In file included from ./arch/x86/include/asm/msr.h:5,
from ./arch/x86/include/asm/processor.h:22,
from ./arch/x86/include/asm/cpufeature.h:5,
from ./arch/x86/include/asm/thread_info.h:53,
from ./include/linux/thread_info.h:60,
from ./arch/x86/include/asm/preempt.h:7,
from ./include/linux/preempt.h:78,
from ./include/linux/spinlock.h:55,
from ./include/linux/wait.h:9,
from ./include/linux/wait_bit.h:8,
from ./include/linux/fs.h:6,
from ./include/linux/highmem.h:5,
from /tmp/modconfig-sAzCOh/vmmon-only/linux/driver.c:25:
./arch/x86/include/asm/msr-index.h:771: note: this is the location of the previous definition
771 | #define MSR_TSX_FORCE_ABORT 0x0000010F
|
In file included from /tmp/modconfig-sAzCOh/vmmon-only/./include/vm_asm_x86.h:41,
from /tmp/modconfig-sAzCOh/vmmon-only/linux/driver.c:49:
/tmp/modconfig-sAzCOh/vmmon-only/./include/x86_basic_defs.h:78: warning: "CR3_PCID_MASK" redefin
ed
78 | #define CR3_PCID_MASK 0xFFF
|
In file included from ./arch/x86/include/asm/processor.h:5,
from ./arch/x86/include/asm/cpufeature.h:5,
from ./arch/x86/include/asm/thread_info.h:53,
from ./include/linux/thread_info.h:60,
from ./arch/x86/include/asm/preempt.h:7,
from ./include/linux/preempt.h:78,
from ./include/linux/spinlock.h:55,
from ./include/linux/wait.h:9,
from ./include/linux/wait_bit.h:8,
from ./include/linux/fs.h:6,
from ./include/linux/highmem.h:5,
from /tmp/modconfig-sAzCOh/vmmon-only/linux/driver.c:25:
./arch/x86/include/asm/processor-flags.h:39: note: this is the location of the previous definiti
on
39 | #define CR3_PCID_MASK 0xFFFull
|
CC [M] /tmp/modconfig-sAzCOh/vmmon-only/common/statVarsVmmon.o
In file included from /tmp/modconfig-sAzCOh/vmmon-only/common/vmx86.h:32,
from /tmp/modconfig-sAzCOh/vmmon-only/common/moduleloop.c:34:
/tmp/modconfig-sAzCOh/vmmon-only/./include/x86msr.h:122: warning: "MSR_TEST_CTRL" redefined
122 | #define MSR_TEST_CTRL 0x33
|
In file included from ./arch/x86/include/asm/nospec-branch.h:11,
from ./arch/x86/include/asm/irqflags.h:9,
from ./include/linux/irqflags.h:16,
from ./include/linux/rcupdate.h:26,
from ./include/linux/rculist.h:11,
from ./include/linux/pid.h:5,
from ./include/linux/sched.h:14,
from /tmp/modconfig-sAzCOh/vmmon-only/common/moduleloop.c:31:
./arch/x86/include/asm/msr-index.h:44: note: this is the location of the previous definition
44 | #define MSR_TEST_CTRL 0x00000033
|
In file included from /tmp/modconfig-sAzCOh/vmmon-only/common/vmx86.h:32,
from /tmp/modconfig-sAzCOh/vmmon-only/common/moduleloop.c:34:
/tmp/modconfig-sAzCOh/vmmon-only/./include/x86msr.h:123: warning: "MSR_TEST_CTRL_SPLIT_LOCK_DETE
CT" redefined
123 | #define MSR_TEST_CTRL_SPLIT_LOCK_DETECT (1ULL << 29)
|
In file included from ./arch/x86/include/asm/nospec-branch.h:11,
from ./arch/x86/include/asm/irqflags.h:9,
from ./include/linux/irqflags.h:16,
from ./include/linux/rcupdate.h:26,
from ./include/linux/rculist.h:11,
from ./include/linux/pid.h:5,
from ./include/linux/sched.h:14,
from /tmp/modconfig-sAzCOh/vmmon-only/common/moduleloop.c:31:
./arch/x86/include/asm/msr-index.h:46: note: this is the location of the previous definition
46 | #define MSR_TEST_CTRL_SPLIT_LOCK_DETECT BIT(MSR_TEST_CTRL_SPLIT_LOCK_DETECT_BIT)
|
In file included from /tmp/modconfig-sAzCOh/vmmon-only/common/vmx86.h:32,
from /tmp/modconfig-sAzCOh/vmmon-only/common/moduleloop.c:34:
/tmp/modconfig-sAzCOh/vmmon-only/./include/x86msr.h:150: warning: "MSR_MISC_FEATURES_ENABLES" re
defined
150 | #define MSR_MISC_FEATURES_ENABLES 0x140
|
In file included from ./arch/x86/include/asm/nospec-branch.h:11,
from ./arch/x86/include/asm/irqflags.h:9,
from ./include/linux/irqflags.h:16,
from ./include/linux/rcupdate.h:26,
from ./include/linux/rculist.h:11,
from ./include/linux/pid.h:5,
from ./include/linux/sched.h:14,
from /tmp/modconfig-sAzCOh/vmmon-only/common/moduleloop.c:31:
./arch/x86/include/asm/msr-index.h:762: note: this is the location of the previous definition
762 | #define MSR_MISC_FEATURES_ENABLES 0x00000140
|
In file included from /tmp/modconfig-sAzCOh/vmmon-only/common/vmx86.h:32,
from /tmp/modconfig-sAzCOh/vmmon-only/common/moduleloop.c:34:
/tmp/modconfig-sAzCOh/vmmon-only/./include/x86msr.h:588: warning: "MSR_K7_HWCR_SMMLOCK" redefine
d
588 | #define MSR_K7_HWCR_SMMLOCK 0x00000001ULL // Lock SMM environment
|
In file included from ./arch/x86/include/asm/nospec-branch.h:11,
from ./arch/x86/include/asm/irqflags.h:9,
from ./include/linux/irqflags.h:16,
from ./include/linux/rcupdate.h:26,
from ./include/linux/rculist.h:11,
from ./include/linux/pid.h:5,
from ./include/linux/sched.h:14,
from /tmp/modconfig-sAzCOh/vmmon-only/common/moduleloop.c:31:
./arch/x86/include/asm/msr-index.h:564: note: this is the location of the previous definition
564 | #define MSR_K7_HWCR_SMMLOCK BIT_ULL(MSR_K7_HWCR_SMMLOCK_BIT)
|
In file included from /tmp/modconfig-sAzCOh/vmmon-only/common/vmx86.h:32,
from /tmp/modconfig-sAzCOh/vmmon-only/common/moduleloop.c:34:
/tmp/modconfig-sAzCOh/vmmon-only/./include/x86msr.h:795: warning: "MSR_TSX_FORCE_ABORT" redefine
d
795 | #define MSR_TSX_FORCE_ABORT 0x0000010f
|
In file included from ./arch/x86/include/asm/nospec-branch.h:11,
from ./arch/x86/include/asm/irqflags.h:9,
from ./include/linux/irqflags.h:16,
from ./include/linux/rcupdate.h:26,
from ./include/linux/rculist.h:11,
from ./include/linux/pid.h:5,
from ./include/linux/sched.h:14,
from /tmp/modconfig-sAzCOh/vmmon-only/common/moduleloop.c:31:
./arch/x86/include/asm/msr-index.h:771: note: this is the location of the previous definition
771 | #define MSR_TSX_FORCE_ABORT 0x0000010F
|
CC [M] /tmp/modconfig-sAzCOh/vmmon-only/common/task.o
CC [M] /tmp/modconfig-sAzCOh/vmmon-only/common/vmx86.o
CC [M] /tmp/modconfig-sAzCOh/vmmon-only/bootstrap/bootstrap.o
In file included from /tmp/modconfig-sAzCOh/vmmon-only/./common/vmx86.h:32,
from /tmp/modconfig-sAzCOh/vmmon-only/linux/driver.h:32,
from /tmp/modconfig-sAzCOh/vmmon-only/linux/hostif.c:59:
/tmp/modconfig-sAzCOh/vmmon-only/./include/x86msr.h:122: warning: "MSR_TEST_CTRL" redefined
122 | #define MSR_TEST_CTRL 0x33
|
In file included from ./arch/x86/include/asm/nospec-branch.h:11,
from ./arch/x86/include/asm/irqflags.h:9,
from ./include/linux/irqflags.h:16,
from ./include/linux/rcupdate.h:26,
from ./include/linux/rculist.h:11,
from ./include/linux/pid.h:5,
from ./include/linux/sched.h:14,
from ./include/linux/binfmts.h:5,
from /tmp/modconfig-sAzCOh/vmmon-only/linux/hostif.c:31:
./arch/x86/include/asm/msr-index.h:44: note: this is the location of the previous definition
44 | #define MSR_TEST_CTRL 0x00000033
|
In file included from /tmp/modconfig-sAzCOh/vmmon-only/./common/vmx86.h:32,
from /tmp/modconfig-sAzCOh/vmmon-only/linux/driver.h:32,
from /tmp/modconfig-sAzCOh/vmmon-only/linux/hostif.c:59:
/tmp/modconfig-sAzCOh/vmmon-only/./include/x86msr.h:123: warning: "MSR_TEST_CTRL_SPLIT_LOCK_DETE
CT" redefined
123 | #define MSR_TEST_CTRL_SPLIT_LOCK_DETECT (1ULL << 29)
|
In file included from ./arch/x86/include/asm/nospec-branch.h:11,
from ./arch/x86/include/asm/irqflags.h:9,
from ./include/linux/irqflags.h:16,
from ./include/linux/rcupdate.h:26,
from ./include/linux/rculist.h:11,
from ./include/linux/pid.h:5,
from ./include/linux/sched.h:14,
from ./include/linux/binfmts.h:5,
from /tmp/modconfig-sAzCOh/vmmon-only/linux/hostif.c:31:
./arch/x86/include/asm/msr-index.h:46: note: this is the location of the previous definition
46 | #define MSR_TEST_CTRL_SPLIT_LOCK_DETECT BIT(MSR_TEST_CTRL_SPLIT_LOCK_DETECT_BIT)
|
In file included from /tmp/modconfig-sAzCOh/vmmon-only/./common/vmx86.h:32,
from /tmp/modconfig-sAzCOh/vmmon-only/linux/driver.h:32,
from /tmp/modconfig-sAzCOh/vmmon-only/linux/hostif.c:59:
/tmp/modconfig-sAzCOh/vmmon-only/./include/x86msr.h:150: warning: "MSR_MISC_FEATURES_ENABLES" re
defined
150 | #define MSR_MISC_FEATURES_ENABLES 0x140
|
In file included from ./arch/x86/include/asm/nospec-branch.h:11,
from ./arch/x86/include/asm/irqflags.h:9,
from ./include/linux/irqflags.h:16,
from ./include/linux/rcupdate.h:26,
from ./include/linux/rculist.h:11,
from ./include/linux/pid.h:5,
from ./include/linux/sched.h:14,
from ./include/linux/binfmts.h:5,
from /tmp/modconfig-sAzCOh/vmmon-only/linux/hostif.c:31:
./arch/x86/include/asm/msr-index.h:762: note: this is the location of the previous definition
762 | #define MSR_MISC_FEATURES_ENABLES 0x00000140
|
In file included from /tmp/modconfig-sAzCOh/vmmon-only/./common/vmx86.h:32,
from /tmp/modconfig-sAzCOh/vmmon-only/linux/driver.h:32,
from /tmp/modconfig-sAzCOh/vmmon-only/linux/hostif.c:59:
/tmp/modconfig-sAzCOh/vmmon-only/./include/x86msr.h:588: warning: "MSR_K7_HWCR_SMMLOCK" redefine
d
588 | #define MSR_K7_HWCR_SMMLOCK 0x00000001ULL // Lock SMM environment
|
In file included from ./arch/x86/include/asm/nospec-branch.h:11,
from ./arch/x86/include/asm/irqflags.h:9,
from ./include/linux/irqflags.h:16,
from ./include/linux/rcupdate.h:26,
from ./include/linux/rculist.h:11,
from ./include/linux/pid.h:5,
from ./include/linux/sched.h:14,
from ./include/linux/binfmts.h:5,
from /tmp/modconfig-sAzCOh/vmmon-only/linux/hostif.c:31:
./arch/x86/include/asm/msr-index.h:564: note: this is the location of the previous definition
564 | #define MSR_K7_HWCR_SMMLOCK BIT_ULL(MSR_K7_HWCR_SMMLOCK_BIT)
|
In file included from /tmp/modconfig-sAzCOh/vmmon-only/./common/vmx86.h:32,
from /tmp/modconfig-sAzCOh/vmmon-only/linux/driver.h:32,
from /tmp/modconfig-sAzCOh/vmmon-only/linux/hostif.c:59:
/tmp/modconfig-sAzCOh/vmmon-only/./include/x86msr.h:795: warning: "MSR_TSX_FORCE_ABORT" redefine
d
795 | #define MSR_TSX_FORCE_ABORT 0x0000010f
|
In file included from ./arch/x86/include/asm/nospec-branch.h:11,
from ./arch/x86/include/asm/irqflags.h:9,
from ./include/linux/irqflags.h:16,
from ./include/linux/rcupdate.h:26,
from ./include/linux/rculist.h:11,
from ./include/linux/pid.h:5,
from ./include/linux/sched.h:14,
from ./include/linux/binfmts.h:5,
from /tmp/modconfig-sAzCOh/vmmon-only/linux/hostif.c:31:
./arch/x86/include/asm/msr-index.h:771: note: this is the location of the previous definition
771 | #define MSR_TSX_FORCE_ABORT 0x0000010F
|
In file included from /tmp/modconfig-sAzCOh/vmmon-only/./include/vm_asm_x86.h:41,
from /tmp/modconfig-sAzCOh/vmmon-only/./include/vm_asm.h:44,
from /tmp/modconfig-sAzCOh/vmmon-only/./include/x86svm.h:51,
from /tmp/modconfig-sAzCOh/vmmon-only/linux/hostif.c:71:
/tmp/modconfig-sAzCOh/vmmon-only/./include/x86_basic_defs.h:78: warning: "CR3_PCID_MASK" redefin
ed
78 | #define CR3_PCID_MASK 0xFFF
|
In file included from ./arch/x86/include/asm/irqflags.h:5,
from ./include/linux/irqflags.h:16,
from ./include/linux/rcupdate.h:26,
from ./include/linux/rculist.h:11,
from ./include/linux/pid.h:5,
from ./include/linux/sched.h:14,
from ./include/linux/binfmts.h:5,
from /tmp/modconfig-sAzCOh/vmmon-only/linux/hostif.c:31:
./arch/x86/include/asm/processor-flags.h:39: note: this is the location of the previous definiti
on
39 | #define CR3_PCID_MASK 0xFFFull
|
CC [M] /tmp/modconfig-sAzCOh/vmmon-only/bootstrap/monLoader.o
CC [M] /tmp/modconfig-sAzCOh/vmmon-only/bootstrap/monLoaderVmmon.o
CC [M] /tmp/modconfig-sAzCOh/vmmon-only/bootstrap/vmmblob.o
In file included from ./arch/x86/include/asm/processor.h:5,
from ./arch/x86/include/asm/cpufeature.h:5,
from ./arch/x86/include/asm/thread_info.h:53,
from ./include/linux/thread_info.h:60,
from ./arch/x86/include/asm/preempt.h:7,
from ./include/linux/preempt.h:78,
from ./include/linux/spinlock.h:55,
from ./arch/x86/include/asm/mmu.h:5,
from ./arch/x86/include/asm/desc.h:7,
from /tmp/modconfig-sAzCOh/vmmon-only/common/task.c:72:
./arch/x86/include/asm/processor-flags.h:39: warning: "CR3_PCID_MASK" redefined
39 | #define CR3_PCID_MASK 0xFFFull
|
In file included from /tmp/modconfig-sAzCOh/vmmon-only/./include/vm_asm_x86.h:41,
from /tmp/modconfig-sAzCOh/vmmon-only/./include/vm_asm.h:44,
from /tmp/modconfig-sAzCOh/vmmon-only/common/task.c:52:
/tmp/modconfig-sAzCOh/vmmon-only/./include/x86_basic_defs.h:78: note: this is the location of th
e previous definition
78 | #define CR3_PCID_MASK 0xFFF
|
In file included from ./arch/x86/include/asm/msr.h:5,
from ./arch/x86/include/asm/processor.h:22,
from ./arch/x86/include/asm/cpufeature.h:5,
from ./arch/x86/include/asm/thread_info.h:53,
from ./include/linux/thread_info.h:60,
from ./arch/x86/include/asm/preempt.h:7,
from ./include/linux/preempt.h:78,
from ./include/linux/spinlock.h:55,
from ./arch/x86/include/asm/mmu.h:5,
from ./arch/x86/include/asm/desc.h:7,
from /tmp/modconfig-sAzCOh/vmmon-only/common/task.c:72:
./arch/x86/include/asm/msr-index.h:44: warning: "MSR_TEST_CTRL" redefined
44 | #define MSR_TEST_CTRL 0x00000033
|
In file included from /tmp/modconfig-sAzCOh/vmmon-only/common/vmx86.h:32,
from /tmp/modconfig-sAzCOh/vmmon-only/common/task.c:50:
/tmp/modconfig-sAzCOh/vmmon-only/./include/x86msr.h:122: note: this is the location of the previ
ous definition
122 | #define MSR_TEST_CTRL 0x33
|
In file included from ./arch/x86/include/asm/msr.h:5,
from ./arch/x86/include/asm/processor.h:22,
from ./arch/x86/include/asm/cpufeature.h:5,
from ./arch/x86/include/asm/thread_info.h:53,
from ./include/linux/thread_info.h:60,
from ./arch/x86/include/asm/preempt.h:7,
from ./include/linux/preempt.h:78,
from ./include/linux/spinlock.h:55,
from ./arch/x86/include/asm/mmu.h:5,
from ./arch/x86/include/asm/desc.h:7,
from /tmp/modconfig-sAzCOh/vmmon-only/common/task.c:72:
./arch/x86/include/asm/msr-index.h:46: warning: "MSR_TEST_CTRL_SPLIT_LOCK_DETECT" redefined
46 | #define MSR_TEST_CTRL_SPLIT_LOCK_DETECT BIT(MSR_TEST_CTRL_SPLIT_LOCK_DETECT_BIT)
|
In file included from /tmp/modconfig-sAzCOh/vmmon-only/common/vmx86.h:32,
from /tmp/modconfig-sAzCOh/vmmon-only/common/task.c:50:
/tmp/modconfig-sAzCOh/vmmon-only/./include/x86msr.h:123: note: this is the location of the previ
ous definition
123 | #define MSR_TEST_CTRL_SPLIT_LOCK_DETECT (1ULL << 29)
|
In file included from ./arch/x86/include/asm/msr.h:5,
from ./arch/x86/include/asm/processor.h:22,
from ./arch/x86/include/asm/cpufeature.h:5,
from ./arch/x86/include/asm/thread_info.h:53,
from ./include/linux/thread_info.h:60,
from ./arch/x86/include/asm/preempt.h:7,
from ./include/linux/preempt.h:78,
from ./include/linux/spinlock.h:55,
from ./arch/x86/include/asm/mmu.h:5,
from ./arch/x86/include/asm/desc.h:7,
from /tmp/modconfig-sAzCOh/vmmon-only/common/task.c:72:
./arch/x86/include/asm/msr-index.h:564: warning: "MSR_K7_HWCR_SMMLOCK" redefined
564 | #define MSR_K7_HWCR_SMMLOCK BIT_ULL(MSR_K7_HWCR_SMMLOCK_BIT)
|
In file included from /tmp/modconfig-sAzCOh/vmmon-only/common/vmx86.h:32,
from /tmp/modconfig-sAzCOh/vmmon-only/common/task.c:50:
/tmp/modconfig-sAzCOh/vmmon-only/./include/x86msr.h:588: note: this is the location of the previ
ous definition
588 | #define MSR_K7_HWCR_SMMLOCK 0x00000001ULL // Lock SMM environment
|
In file included from ./arch/x86/include/asm/msr.h:5,
from ./arch/x86/include/asm/processor.h:22,
from ./arch/x86/include/asm/cpufeature.h:5,
from ./arch/x86/include/asm/thread_info.h:53,
from ./include/linux/thread_info.h:60,
from ./arch/x86/include/asm/preempt.h:7,
from ./include/linux/preempt.h:78,
from ./include/linux/spinlock.h:55,
from ./arch/x86/include/asm/mmu.h:5,
from ./arch/x86/include/asm/desc.h:7,
from /tmp/modconfig-sAzCOh/vmmon-only/common/task.c:72:
./arch/x86/include/asm/msr-index.h:762: warning: "MSR_MISC_FEATURES_ENABLES" redefined
762 | #define MSR_MISC_FEATURES_ENABLES 0x00000140
|
In file included from /tmp/modconfig-sAzCOh/vmmon-only/common/vmx86.h:32,
from /tmp/modconfig-sAzCOh/vmmon-only/common/task.c:50:
/tmp/modconfig-sAzCOh/vmmon-only/./include/x86msr.h:150: note: this is the location of the previ
ous definition
150 | #define MSR_MISC_FEATURES_ENABLES 0x140
|
In file included from ./arch/x86/include/asm/msr.h:5,
from ./arch/x86/include/asm/processor.h:22,
from ./arch/x86/include/asm/cpufeature.h:5,
from ./arch/x86/include/asm/thread_info.h:53,
from ./include/linux/thread_info.h:60,
from ./arch/x86/include/asm/preempt.h:7,
from ./include/linux/preempt.h:78,
from ./include/linux/spinlock.h:55,
from ./arch/x86/include/asm/mmu.h:5,
from ./arch/x86/include/asm/desc.h:7,
from /tmp/modconfig-sAzCOh/vmmon-only/common/task.c:72:
./arch/x86/include/asm/msr-index.h:771: warning: "MSR_TSX_FORCE_ABORT" redefined
771 | #define MSR_TSX_FORCE_ABORT 0x0000010F
|
In file included from /tmp/modconfig-sAzCOh/vmmon-only/common/vmx86.h:32,
from /tmp/modconfig-sAzCOh/vmmon-only/common/task.c:50:
/tmp/modconfig-sAzCOh/vmmon-only/./include/x86msr.h:795: note: this is the location of the previ
ous definition
795 | #define MSR_TSX_FORCE_ABORT 0x0000010f
|
/tmp/modconfig-sAzCOh/vmmon-only/common/task.o: warning: objtool: .text: unexpected end of secti
on
In file included from /tmp/modconfig-sAzCOh/vmmon-only/common/vmx86.h:32,
from /tmp/modconfig-sAzCOh/vmmon-only/common/vmx86.c:42:
/tmp/modconfig-sAzCOh/vmmon-only/./include/x86msr.h:122: warning: "MSR_TEST_CTRL" redefined
122 | #define MSR_TEST_CTRL 0x33
|
In file included from ./arch/x86/include/asm/nospec-branch.h:11,
from ./arch/x86/include/asm/irqflags.h:9,
from ./include/linux/irqflags.h:16,
from ./include/linux/rcupdate.h:26,
from ./include/linux/rculist.h:11,
from ./include/linux/pid.h:5,
from ./include/linux/sched.h:14,
from /tmp/modconfig-sAzCOh/vmmon-only/common/vmx86.c:31:
./arch/x86/include/asm/msr-index.h:44: note: this is the location of the previous definition
44 | #define MSR_TEST_CTRL 0x00000033
|
In file included from /tmp/modconfig-sAzCOh/vmmon-only/common/vmx86.h:32,
from /tmp/modconfig-sAzCOh/vmmon-only/common/vmx86.c:42:
/tmp/modconfig-sAzCOh/vmmon-only/./include/x86msr.h:123: warning: "MSR_TEST_CTRL_SPLIT_LOCK_DETE
CT" redefined
123 | #define MSR_TEST_CTRL_SPLIT_LOCK_DETECT (1ULL << 29)
|
In file included from ./arch/x86/include/asm/nospec-branch.h:11,
from ./arch/x86/include/asm/irqflags.h:9,
from ./include/linux/irqflags.h:16,
from ./include/linux/rcupdate.h:26,
from ./include/linux/rculist.h:11,
from ./include/linux/pid.h:5,
from ./include/linux/sched.h:14,
from /tmp/modconfig-sAzCOh/vmmon-only/common/vmx86.c:31:
./arch/x86/include/asm/msr-index.h:46: note: this is the location of the previous definition
46 | #define MSR_TEST_CTRL_SPLIT_LOCK_DETECT BIT(MSR_TEST_CTRL_SPLIT_LOCK_DETECT_BIT)
|
In file included from /tmp/modconfig-sAzCOh/vmmon-only/common/vmx86.h:32,
from /tmp/modconfig-sAzCOh/vmmon-only/common/vmx86.c:42:
/tmp/modconfig-sAzCOh/vmmon-only/./include/x86msr.h:150: warning: "MSR_MISC_FEATURES_ENABLES" re
defined
150 | #define MSR_MISC_FEATURES_ENABLES 0x140
|
In file included from ./arch/x86/include/asm/nospec-branch.h:11,
from ./arch/x86/include/asm/irqflags.h:9,
from ./include/linux/irqflags.h:16,
from ./include/linux/rcupdate.h:26,
from ./include/linux/rculist.h:11,
from ./include/linux/pid.h:5,
from ./include/linux/sched.h:14,
from /tmp/modconfig-sAzCOh/vmmon-only/common/vmx86.c:31:
./arch/x86/include/asm/msr-index.h:762: note: this is the location of the previous definition
762 | #define MSR_MISC_FEATURES_ENABLES 0x00000140
|
In file included from /tmp/modconfig-sAzCOh/vmmon-only/common/vmx86.h:32,
from /tmp/modconfig-sAzCOh/vmmon-only/common/vmx86.c:42:
/tmp/modconfig-sAzCOh/vmmon-only/./include/x86msr.h:588: warning: "MSR_K7_HWCR_SMMLOCK" redefine
d
588 | #define MSR_K7_HWCR_SMMLOCK 0x00000001ULL // Lock SMM environment
|
In file included from ./arch/x86/include/asm/nospec-branch.h:11,
from ./arch/x86/include/asm/irqflags.h:9,
from ./include/linux/irqflags.h:16,
from ./include/linux/rcupdate.h:26,
from ./include/linux/rculist.h:11,
from ./include/linux/pid.h:5,
from ./include/linux/sched.h:14,
from /tmp/modconfig-sAzCOh/vmmon-only/common/vmx86.c:31:
./arch/x86/include/asm/msr-index.h:564: note: this is the location of the previous definition
564 | #define MSR_K7_HWCR_SMMLOCK BIT_ULL(MSR_K7_HWCR_SMMLOCK_BIT)
|
In file included from /tmp/modconfig-sAzCOh/vmmon-only/common/vmx86.h:32,
from /tmp/modconfig-sAzCOh/vmmon-only/common/vmx86.c:42:
/tmp/modconfig-sAzCOh/vmmon-only/./include/x86msr.h:795: warning: "MSR_TSX_FORCE_ABORT" redefine
d
795 | #define MSR_TSX_FORCE_ABORT 0x0000010f
|
In file included from ./arch/x86/include/asm/nospec-branch.h:11,
from ./arch/x86/include/asm/irqflags.h:9,
from ./include/linux/irqflags.h:16,
from ./include/linux/rcupdate.h:26,
from ./include/linux/rculist.h:11,
from ./include/linux/pid.h:5,
from ./include/linux/sched.h:14,
from /tmp/modconfig-sAzCOh/vmmon-only/common/vmx86.c:31:
./arch/x86/include/asm/msr-index.h:771: note: this is the location of the previous definition
771 | #define MSR_TSX_FORCE_ABORT 0x0000010F
|
In file included from /tmp/modconfig-sAzCOh/vmmon-only/./include/vm_asm_x86.h:41,
from /tmp/modconfig-sAzCOh/vmmon-only/./include/vm_asm.h:44,
from /tmp/modconfig-sAzCOh/vmmon-only/./include/x86vt.h:40,
from /tmp/modconfig-sAzCOh/vmmon-only/common/vmx86.c:52:
/tmp/modconfig-sAzCOh/vmmon-only/./include/x86_basic_defs.h:78: warning: "CR3_PCID_MASK" redefin
ed
78 | #define CR3_PCID_MASK 0xFFF
|
In file included from ./arch/x86/include/asm/irqflags.h:5,
from ./include/linux/irqflags.h:16,
from ./include/linux/rcupdate.h:26,
from ./include/linux/rculist.h:11,
from ./include/linux/pid.h:5,
from ./include/linux/sched.h:14,
from /tmp/modconfig-sAzCOh/vmmon-only/common/vmx86.c:31:
./arch/x86/include/asm/processor-flags.h:39: note: this is the location of the previous definiti
on
39 | #define CR3_PCID_MASK 0xFFFull
|
LD [M] /tmp/modconfig-sAzCOh/vmmon-only/vmmon.o
MODPOST /tmp/modconfig-sAzCOh/vmmon-only/Module.symvers
CC [M] /tmp/modconfig-sAzCOh/vmmon-only/vmmon.mod.o
LD [M] /tmp/modconfig-sAzCOh/vmmon-only/vmmon.ko
make[1]: Leaving directory '/usr/src/linux-5.15-rc5'
/usr/bin/make -C $PWD SRCROOT=$PWD/. \
MODULEBUILDDIR= postbuild
make[1]: Entering directory '/tmp/modconfig-sAzCOh/vmmon-only'
make[1]: 'postbuild' is up to date.
make[1]: Leaving directory '/tmp/modconfig-sAzCOh/vmmon-only'
cp -f vmmon.ko ./../vmmon.o
make: Leaving directory '/tmp/modconfig-sAzCOh/vmmon-only'
make: Entering directory '/tmp/modconfig-sAzCOh/vmnet-only'
Using kernel build system.
/usr/bin/make -C /lib/modules/5.15.0-rc5/build/include/.. M=$PWD SRCROOT=$PWD/. \
MODULEBUILDDIR= modules
make[1]: Entering directory '/usr/src/linux-5.15-rc5'
CC [M] /tmp/modconfig-sAzCOh/vmnet-only/driver.o
CC [M] /tmp/modconfig-sAzCOh/vmnet-only/hub.o
CC [M] /tmp/modconfig-sAzCOh/vmnet-only/userif.o
CC [M] /tmp/modconfig-sAzCOh/vmnet-only/netif.o
In file included from ./include/linux/pci.h:43,
from /tmp/modconfig-sAzCOh/vmnet-only/compat_netdevice.h:27,
from /tmp/modconfig-sAzCOh/vmnet-only/netif.c:44:
./include/linux/pci_ids.h:2271: warning: "PCI_VENDOR_ID_VMWARE" redefined
2271 | #define PCI_VENDOR_ID_VMWARE 0x15ad
|
In file included from /tmp/modconfig-sAzCOh/vmnet-only/net.h:38,
from /tmp/modconfig-sAzCOh/vmnet-only/vnetInt.h:26,
from /tmp/modconfig-sAzCOh/vmnet-only/netif.c:43:
/tmp/modconfig-sAzCOh/vmnet-only/vm_device_version.h:57: note: this is the location of the previ
ous definition
57 | #define PCI_VENDOR_ID_VMWARE 0x15AD
|
In file included from ./include/linux/pci.h:43,
from /tmp/modconfig-sAzCOh/vmnet-only/compat_netdevice.h:27,
from /tmp/modconfig-sAzCOh/vmnet-only/netif.c:44:
./include/linux/pci_ids.h:2272: warning: "PCI_DEVICE_ID_VMWARE_VMXNET3" redefined
2272 | #define PCI_DEVICE_ID_VMWARE_VMXNET3 0x07b0
|
In file included from /tmp/modconfig-sAzCOh/vmnet-only/net.h:38,
from /tmp/modconfig-sAzCOh/vmnet-only/vnetInt.h:26,
from /tmp/modconfig-sAzCOh/vmnet-only/netif.c:43:
/tmp/modconfig-sAzCOh/vmnet-only/vm_device_version.h:77: note: this is the location of the previ
ous definition
77 | #define PCI_DEVICE_ID_VMWARE_VMXNET3 0x07B0
|
CC [M] /tmp/modconfig-sAzCOh/vmnet-only/bridge.o
/tmp/modconfig-sAzCOh/vmnet-only/hub.c:237:24: warning: argument 1 of type ‘uint8[]’ {aka ‘unsig
ned char[]’} with mismatched bound [-Warray-parameter=]
237 | VNetHub_AllocPvn(uint8 id[]) // IN: the PVN ID to alloc on
| ~~~~~~^~~~
In file included from /tmp/modconfig-sAzCOh/vmnet-only/hub.c:43:
/tmp/modconfig-sAzCOh/vmnet-only/vnetInt.h:173:34: note: previously declared as ‘uint8[20]’ {aka
‘unsigned char[20]’}
173 | VNetJack *VNetHub_AllocPvn(uint8 id[VNET_PVN_ID_LEN]);
| ~~~~~~^~~~~~~~~~~~~~~~~~~
/tmp/modconfig-sAzCOh/vmnet-only/hub.c:261:20: warning: argument 3 of type ‘uint8[]’ {aka ‘unsig
ned char[]’} with mismatched bound [-Warray-parameter=]
261 | uint8 id[]) // IN: PVN ID to use (NULL if allocPvn == FALSE)
| ~~~~~~^~~~
/tmp/modconfig-sAzCOh/vmnet-only/hub.c:68:37: note: previously declared as ‘uint8[20]’ {aka ‘uns
igned char[20]’}
68 | uint8 id[VNET_PVN_ID_LEN]);
| ~~~~~~^~~~~~~~~~~~~~~~~~~
CC [M] /tmp/modconfig-sAzCOh/vmnet-only/procfs.o
CC [M] /tmp/modconfig-sAzCOh/vmnet-only/smac_compat.o
/tmp/modconfig-sAzCOh/vmnet-only/driver.c: In function ‘VNetFileOpUnlockedIoctl’:
/tmp/modconfig-sAzCOh/vmnet-only/driver.c:966:7: warning: this statement may fall through [-Wimp
licit-fallthrough=]
966 | {
| ^
/tmp/modconfig-sAzCOh/vmnet-only/driver.c:976:4: note: here
976 | case SIOCGETAPIVERSION:
| ^~~~
CC [M] /tmp/modconfig-sAzCOh/vmnet-only/smac.o
CC [M] /tmp/modconfig-sAzCOh/vmnet-only/vnetEvent.o
CC [M] /tmp/modconfig-sAzCOh/vmnet-only/vnetUserListener.o
In file included from /tmp/modconfig-sAzCOh/vmnet-only/net.h:38,
from /tmp/modconfig-sAzCOh/vmnet-only/vnetInt.h:26,
from /tmp/modconfig-sAzCOh/vmnet-only/bridge.c:53:
/tmp/modconfig-sAzCOh/vmnet-only/vm_device_version.h:57: warning: "PCI_VENDOR_ID_VMWARE" redefin
ed
57 | #define PCI_VENDOR_ID_VMWARE 0x15AD
|
In file included from ./include/linux/pci.h:43,
from /tmp/modconfig-sAzCOh/vmnet-only/compat_netdevice.h:27,
from /tmp/modconfig-sAzCOh/vmnet-only/bridge.c:52:
./include/linux/pci_ids.h:2271: note: this is the location of the previous definition
2271 | #define PCI_VENDOR_ID_VMWARE 0x15ad
|
In file included from /tmp/modconfig-sAzCOh/vmnet-only/net.h:38,
from /tmp/modconfig-sAzCOh/vmnet-only/vnetInt.h:26,
from /tmp/modconfig-sAzCOh/vmnet-only/bridge.c:53:
/tmp/modconfig-sAzCOh/vmnet-only/vm_device_version.h:77: warning: "PCI_DEVICE_ID_VMWARE_VMXNET3"
redefined
77 | #define PCI_DEVICE_ID_VMWARE_VMXNET3 0x07B0
|
In file included from ./include/linux/pci.h:43,
from /tmp/modconfig-sAzCOh/vmnet-only/compat_netdevice.h:27,
from /tmp/modconfig-sAzCOh/vmnet-only/bridge.c:52:
./include/linux/pci_ids.h:2272: note: this is the location of the previous definition
2272 | #define PCI_DEVICE_ID_VMWARE_VMXNET3 0x07b0
|
LD [M] /tmp/modconfig-sAzCOh/vmnet-only/vmnet.o
MODPOST /tmp/modconfig-sAzCOh/vmnet-only/Module.symvers
CC [M] /tmp/modconfig-sAzCOh/vmnet-only/vmnet.mod.o
LD [M] /tmp/modconfig-sAzCOh/vmnet-only/vmnet.ko
make[1]: Leaving directory '/usr/src/linux-5.15-rc5'
/usr/bin/make -C $PWD SRCROOT=$PWD/. \
MODULEBUILDDIR= postbuild
make[1]: Entering directory '/tmp/modconfig-sAzCOh/vmnet-only'
make[1]: 'postbuild' is up to date.
make[1]: Leaving directory '/tmp/modconfig-sAzCOh/vmnet-only'
cp -f vmnet.ko ./../vmnet.o
make: Leaving directory '/tmp/modconfig-sAzCOh/vmnet-only'
Starting vmware (via systemctl): [ OK ]
Tested (briefly) with WinXP Guest, and seems to be OK, so far…
Robert Gadsdon. October 14th 2021.
Comments
VMware – 16.2.0 Released – Compiles with Kernel 5.15-rc.. — No Comments