<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Linux Kernel 6.5-rc - vmmon compile fails.. in Workstation 2023 Tech Preview Discussion</title>
    <link>https://communities.vmware.com/t5/Workstation-2023-Tech-Preview/Linux-Kernel-6-5-rc-vmmon-compile-fails/m-p/2990688#M41</link>
    <description>&lt;P&gt;You need also the patch for Kernel 6.4:&lt;/P&gt;&lt;PRE&gt;# Cd to te dir where the vmware modules are.&lt;BR /&gt;cd /usr/lib/vmware/modules/source&lt;BR /&gt;# Unpack vmnet.&lt;BR /&gt;tar -xvf vmnet.tar&lt;BR /&gt;# Add the missing include (code is just there now)&lt;BR /&gt;sed -i '46 a#include &amp;lt;net/gso.h&amp;gt;' vmnet-only/bridge.c&lt;BR /&gt;# Backup original vmnet.tar&lt;BR /&gt;mv vmnet.tar vmnet.tar.original&lt;BR /&gt;# Pack the patched vmnet.&lt;BR /&gt;tar -cf vmnet.tar vmnet-only&lt;/PRE&gt;</description>
    <pubDate>Thu, 12 Oct 2023 01:23:49 GMT</pubDate>
    <dc:creator>andreaplanet</dc:creator>
    <dc:date>2023-10-12T01:23:49Z</dc:date>
    <item>
      <title>Linux Kernel 6.5-rc - vmmon compile fails..</title>
      <link>https://communities.vmware.com/t5/Workstation-2023-Tech-Preview/Linux-Kernel-6-5-rc-vmmon-compile-fails/m-p/2981003#M14</link>
      <description>&lt;P&gt;Tested with VMware 2023 tech preview:&lt;BR /&gt;.................................&lt;/P&gt;&lt;P&gt;CC [M] /home/rgadsdon/kernel/vmmon-only/bootstrap/monLoaderVmmon.o&lt;BR /&gt;CC [M] /home/rgadsdon/kernel/vmmon-only/bootstrap/vmmblob.o&lt;BR /&gt;LD [M] /home/rgadsdon/kernel/vmmon-only/vmmon.o&lt;BR /&gt;/home/rgadsdon/kernel/vmmon-only/vmmon.o: warning: objtool: CrossPage_CodePage+0x207: 'naked' return found in RETHUNK build&lt;BR /&gt;MODPOST /home/rgadsdon/kernel/vmmon-only/Module.symvers&lt;BR /&gt;ERROR: modpost: "__pte_offset_map" [/home/rgadsdon/kernel/vmmon-only/vmmon.ko] undefined!&lt;BR /&gt;make[3]: *** [scripts/Makefile.modpost:144: /home/rgadsdon/kernel/vmmon-only/Module.symvers] Error 1&lt;BR /&gt;make[2]: *** [/usr/src/kernels/6.5.0-0.rc1.11.fc39.x86_64/Makefile:1990: modpost] Error 2&lt;BR /&gt;make[1]: *** [Makefile:246: __sub-make] Error 2&lt;BR /&gt;make[1]: Leaving directory '/usr/src/kernels/6.5.0-0.rc1.11.fc39.x86_64'&lt;BR /&gt;make: *** [Makefile:117: vmmon.ko] Error 2&lt;/P&gt;</description>
      <pubDate>Sun, 06 Aug 2023 06:49:05 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Workstation-2023-Tech-Preview/Linux-Kernel-6-5-rc-vmmon-compile-fails/m-p/2981003#M14</guid>
      <dc:creator>rgadsdon</dc:creator>
      <dc:date>2023-08-06T06:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Kernel 6.5-rc - vmmon compile fails..</title>
      <link>https://communities.vmware.com/t5/Workstation-2023-Tech-Preview/Linux-Kernel-6-5-rc-vmmon-compile-fails/m-p/2986836#M29</link>
      <description>&lt;P&gt;Open&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;vmmon-only/include/pgtbl.h&lt;/STRONG&gt;&lt;/EM&gt; and replace &lt;EM&gt;&lt;STRONG&gt;pte_offset_map &lt;/STRONG&gt;&lt;/EM&gt;to &lt;EM&gt;&lt;STRONG&gt;pte_offset_kernel&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2023 04:52:37 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Workstation-2023-Tech-Preview/Linux-Kernel-6-5-rc-vmmon-compile-fails/m-p/2986836#M29</guid>
      <dc:creator>comphilip</dc:creator>
      <dc:date>2023-09-15T04:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Kernel 6.5-rc - vmmon compile fails..</title>
      <link>https://communities.vmware.com/t5/Workstation-2023-Tech-Preview/Linux-Kernel-6-5-rc-vmmon-compile-fails/m-p/2986899#M30</link>
      <description>&lt;P&gt;Applied this, and vmmon now compiles OK with Kernel 6.5 (and 6.6-rc1).&amp;nbsp;&amp;nbsp;&amp;nbsp; This is also a solution for version 17.0.2..&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;RG.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2023 11:31:45 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Workstation-2023-Tech-Preview/Linux-Kernel-6-5-rc-vmmon-compile-fails/m-p/2986899#M30</guid>
      <dc:creator>rgadsdon</dc:creator>
      <dc:date>2023-09-15T11:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Kernel 6.5-rc - vmmon compile fails..</title>
      <link>https://communities.vmware.com/t5/Workstation-2023-Tech-Preview/Linux-Kernel-6-5-rc-vmmon-compile-fails/m-p/2988652#M34</link>
      <description>&lt;P&gt;amazing!, i applied this and everything works fine!! Thx&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2023 17:57:48 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Workstation-2023-Tech-Preview/Linux-Kernel-6-5-rc-vmmon-compile-fails/m-p/2988652#M34</guid>
      <dc:creator>jparanoid</dc:creator>
      <dc:date>2023-09-27T17:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Kernel 6.5-rc - vmmon compile fails..</title>
      <link>https://communities.vmware.com/t5/Workstation-2023-Tech-Preview/Linux-Kernel-6-5-rc-vmmon-compile-fails/m-p/2989487#M35</link>
      <description>&lt;P&gt;Thanks! You can also download and replace the original modules from&amp;nbsp;&lt;A href="https://github.com/mkubecek/vmware-host-modules/blob/tmp/workstation-17.0.2-k6.5/INSTALL" target="_blank"&gt;https://github.com/mkubecek/vmware-host-modules/blob/tmp/workstation-17.0.2-k6.5/INSTALL&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2023 15:03:21 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Workstation-2023-Tech-Preview/Linux-Kernel-6-5-rc-vmmon-compile-fails/m-p/2989487#M35</guid>
      <dc:creator>Patan_cl</dc:creator>
      <dc:date>2023-10-03T15:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Kernel 6.5-rc - vmmon compile fails..</title>
      <link>https://communities.vmware.com/t5/Workstation-2023-Tech-Preview/Linux-Kernel-6-5-rc-vmmon-compile-fails/m-p/2990146#M37</link>
      <description>&lt;P&gt;Here the steps for a lazy fix for kernel 6.5.5 and VMWare 17.0.2 as described &lt;A href="https://communities.vmware.com/t5/VMware-Workstation-Pro/Cannot-compile-vmnet-kernel-module-on-kernel-6-4-10/td-p/2982156" target="_self"&gt;here&lt;/A&gt; for the kernel 6.4:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="php"&gt;# Cd to the dir where the vmware modules are.
cd /usr/lib/vmware/modules/source
# Unpack vmmon.
tar -xvf vmmon.tar
# Fix by replacing replace pte_offset_map with pte_offset_kernel	
sed -i 's/pte_offset_map/pte_offset_kernel/g' vmmon-only/include/pgtbl.h
# Backup original vmmon.tar
mv vmmon.tar vmmon.tar.original
# Pack the patched vmmon.
tar -cf vmmon.tar vmmon-only&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then recompile&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="php"&gt;vmware-modconfig --console --install-all&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 08 Oct 2023 16:23:47 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Workstation-2023-Tech-Preview/Linux-Kernel-6-5-rc-vmmon-compile-fails/m-p/2990146#M37</guid>
      <dc:creator>andreaplanet</dc:creator>
      <dc:date>2023-10-08T16:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Kernel 6.5-rc - vmmon compile fails..</title>
      <link>https://communities.vmware.com/t5/Workstation-2023-Tech-Preview/Linux-Kernel-6-5-rc-vmmon-compile-fails/m-p/2990621#M39</link>
      <description>&lt;P&gt;VMware now works after updating kernel to 6.5.4 on Pop!_OS.&amp;nbsp;Thank you!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2023 17:05:17 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Workstation-2023-Tech-Preview/Linux-Kernel-6-5-rc-vmmon-compile-fails/m-p/2990621#M39</guid>
      <dc:creator>felicityspyder</dc:creator>
      <dc:date>2023-10-11T17:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Kernel 6.5-rc - vmmon compile fails..</title>
      <link>https://communities.vmware.com/t5/Workstation-2023-Tech-Preview/Linux-Kernel-6-5-rc-vmmon-compile-fails/m-p/2990667#M40</link>
      <description>&lt;P&gt;Unfortunately, even with this fix, with 6.5.0-9 kernel I get:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/tmp/modconfig-cRIzDl/vmnet-only/bridge.c:1413:11: error: implicit declaration of function ‘skb_gso_segment’; did you mean ‘tcp_gso_segment’? [-Werror=implicit-function-declaration]&lt;BR /&gt;1413 | segs = skb_gso_segment(skb, 0);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sadly, there are small open source projects that are better at upgrading kernel modules in a timely fashion than VMWare.&amp;nbsp; This mess happens now and then, and Vmware does not seem to care/learn, or provide a simple fix.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2023 21:21:45 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Workstation-2023-Tech-Preview/Linux-Kernel-6-5-rc-vmmon-compile-fails/m-p/2990667#M40</guid>
      <dc:creator>AndreD</dc:creator>
      <dc:date>2023-10-11T21:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Kernel 6.5-rc - vmmon compile fails..</title>
      <link>https://communities.vmware.com/t5/Workstation-2023-Tech-Preview/Linux-Kernel-6-5-rc-vmmon-compile-fails/m-p/2990688#M41</link>
      <description>&lt;P&gt;You need also the patch for Kernel 6.4:&lt;/P&gt;&lt;PRE&gt;# Cd to te dir where the vmware modules are.&lt;BR /&gt;cd /usr/lib/vmware/modules/source&lt;BR /&gt;# Unpack vmnet.&lt;BR /&gt;tar -xvf vmnet.tar&lt;BR /&gt;# Add the missing include (code is just there now)&lt;BR /&gt;sed -i '46 a#include &amp;lt;net/gso.h&amp;gt;' vmnet-only/bridge.c&lt;BR /&gt;# Backup original vmnet.tar&lt;BR /&gt;mv vmnet.tar vmnet.tar.original&lt;BR /&gt;# Pack the patched vmnet.&lt;BR /&gt;tar -cf vmnet.tar vmnet-only&lt;/PRE&gt;</description>
      <pubDate>Thu, 12 Oct 2023 01:23:49 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Workstation-2023-Tech-Preview/Linux-Kernel-6-5-rc-vmmon-compile-fails/m-p/2990688#M41</guid>
      <dc:creator>andreaplanet</dc:creator>
      <dc:date>2023-10-12T01:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Kernel 6.5-rc - vmmon compile fails..</title>
      <link>https://communities.vmware.com/t5/Workstation-2023-Tech-Preview/Linux-Kernel-6-5-rc-vmmon-compile-fails/m-p/2990712#M42</link>
      <description>&lt;P&gt;Thank you, at first glance, I thought those were the same - just referring to some other post.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2023 06:22:01 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Workstation-2023-Tech-Preview/Linux-Kernel-6-5-rc-vmmon-compile-fails/m-p/2990712#M42</guid>
      <dc:creator>AndreD</dc:creator>
      <dc:date>2023-10-12T06:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Kernel 6.5-rc - vmmon compile fails..</title>
      <link>https://communities.vmware.com/t5/Workstation-2023-Tech-Preview/Linux-Kernel-6-5-rc-vmmon-compile-fails/m-p/2992183#M44</link>
      <description>&lt;LI-CODE lang="markup"&gt;sudo vmware-modconfig --console --install-all
[AppLoader] Use shipped Linux kernel AIO access library.
An up-to-date "libaio" or "libaio1" package from your system is preferred.
[AppLoader] GLib does not have GSettings support.
Stopping VMware services:
VMware Authentication Daemon done
Virtual machine monitor done
make: Entering directory '/tmp/modconfig-qiW8D9/vmmon-only'
Using kernel build system.
/usr/bin/make -C /lib/modules/6.5.0-9-generic/build/include/.. M=$PWD SRCROOT=$PWD/. \
MODULEBUILDDIR= modules
make[1]: Entering directory '/usr/src/linux-headers-6.5.0-9-generic'
warning: the compiler differs from the one used to build the kernel
The kernel was built by: x86_64-linux-gnu-gcc-13 (Ubuntu 13.2.0-4ubuntu3) 13.2.0
You are using: gcc (Ubuntu 13.2.0-4ubuntu3) 13.2.0
CC [M] /tmp/modconfig-qiW8D9/vmmon-only/linux/driver.o
CC [M] /tmp/modconfig-qiW8D9/vmmon-only/linux/driverLog.o
CC [M] /tmp/modconfig-qiW8D9/vmmon-only/linux/hostif.o
CC [M] /tmp/modconfig-qiW8D9/vmmon-only/common/apic.o
CC [M] /tmp/modconfig-qiW8D9/vmmon-only/common/comport.o
CC [M] /tmp/modconfig-qiW8D9/vmmon-only/common/cpuid.o
CC [M] /tmp/modconfig-qiW8D9/vmmon-only/common/crosspage.o
CC [M] /tmp/modconfig-qiW8D9/vmmon-only/common/memtrack.o
/tmp/modconfig-qiW8D9/vmmon-only/common/crosspage.o: warning: objtool: CrossPage_CodePage+0x207: 'naked' return found in RETHUNK build
CC [M] /tmp/modconfig-qiW8D9/vmmon-only/common/moduleloop.o
CC [M] /tmp/modconfig-qiW8D9/vmmon-only/common/phystrack.o
CC [M] /tmp/modconfig-qiW8D9/vmmon-only/common/sharedAreaVmmon.o
CC [M] /tmp/modconfig-qiW8D9/vmmon-only/common/statVarsVmmon.o
CC [M] /tmp/modconfig-qiW8D9/vmmon-only/common/task.o
In file included from /tmp/modconfig-qiW8D9/vmmon-only/./include/cpu_types.h:29,
from /tmp/modconfig-qiW8D9/vmmon-only/./include/modulecall.h:33,
from /tmp/modconfig-qiW8D9/vmmon-only/common/moduleloop.c:33:
/tmp/modconfig-qiW8D9/vmmon-only/./include/vm_basic_defs.h:779: warning: "DO_ONCE" redefined
779 | #define DO_ONCE(code) \
|
In file included from ./include/linux/prandom.h:12,
from ./include/linux/random.h:153,
from ./include/linux/nodemask.h:97,
from ./include/linux/sched.h:23,
from /tmp/modconfig-qiW8D9/vmmon-only/common/moduleloop.c:31:
./include/linux/once.h:46: note: this is the location of the previous definition
46 | #define DO_ONCE(func, ...) \
|
CC [M] /tmp/modconfig-qiW8D9/vmmon-only/common/vmx86.o
CC [M] /tmp/modconfig-qiW8D9/vmmon-only/bootstrap/bootstrap.o
/tmp/modconfig-qiW8D9/vmmon-only/common/phystrack.o: warning: objtool: PhysTrack_Add() falls through to next function PhysTrack_Remove()
/tmp/modconfig-qiW8D9/vmmon-only/common/phystrack.o: warning: objtool: PhysTrack_Remove() falls through to next function PhysTrack_Test()
CC [M] /tmp/modconfig-qiW8D9/vmmon-only/bootstrap/monLoader.o
In file included from /tmp/modconfig-qiW8D9/vmmon-only/./include/cpu_types.h:29,
from /tmp/modconfig-qiW8D9/vmmon-only/./include/modulecall.h:33,
from /tmp/modconfig-qiW8D9/vmmon-only/linux/hostif.c:58:
/tmp/modconfig-qiW8D9/vmmon-only/./include/vm_basic_defs.h:779: warning: "DO_ONCE" redefined
779 | #define DO_ONCE(code) \
|
In file included from ./include/linux/prandom.h:12,
from ./include/linux/random.h:153,
from ./include/linux/nodemask.h:97,
from ./include/linux/sched.h:23,
from ./include/linux/binfmts.h:5,
from /tmp/modconfig-qiW8D9/vmmon-only/linux/hostif.c:31:
./include/linux/once.h:46: note: this is the location of the previous definition
46 | #define DO_ONCE(func, ...) \
|
CC [M] /tmp/modconfig-qiW8D9/vmmon-only/bootstrap/monLoaderVmmon.o
CC [M] /tmp/modconfig-qiW8D9/vmmon-only/bootstrap/vmmblob.o
/tmp/modconfig-qiW8D9/vmmon-only/bootstrap/monLoader.c: In function ‘MonLoader_Process’:
In file included from /tmp/modconfig-qiW8D9/vmmon-only/./include/cpu_types.h:29,
from /tmp/modconfig-qiW8D9/vmmon-only/./include/modulecall.h:33,
from /tmp/modconfig-qiW8D9/vmmon-only/./common/vmx86.h:33,
from /tmp/modconfig-qiW8D9/vmmon-only/linux/driver.h:32,
from /tmp/modconfig-qiW8D9/vmmon-only/linux/driver.c:47:
/tmp/modconfig-qiW8D9/vmmon-only/./include/vm_basic_defs.h:779: warning: "DO_ONCE" redefined
779 | #define DO_ONCE(code) \
|
In file included from ./include/linux/prandom.h:12,
from ./include/linux/random.h:153,
from ./include/linux/nodemask.h:97,
from ./include/linux/list_lru.h:12,
from ./include/linux/fs.h:13,
from ./include/linux/highmem.h:5,
from /tmp/modconfig-qiW8D9/vmmon-only/linux/driver.c:25:
./include/linux/once.h:46: note: this is the location of the previous definition
46 | #define DO_ONCE(func, ...) \
|
/tmp/modconfig-qiW8D9/vmmon-only/bootstrap/monLoader.c:794:24: warning: the comparison will always evaluate as ‘false’ for the address of ‘entries’ will never be NULL [-Waddress]
794 | if (header-&amp;gt;entries == 0 || header-&amp;gt;count == 0) {
| ^~
In file included from /tmp/modconfig-qiW8D9/vmmon-only/bootstrap/monLoader.c:57:
/tmp/modconfig-qiW8D9/vmmon-only/./include/monLoader.h:239:19: note: ‘entries’ declared here
239 | MonLoaderEntry entries[];
| ^~~~~~~
In file included from /tmp/modconfig-qiW8D9/vmmon-only/./include/cpu_types.h:29,
from /tmp/modconfig-qiW8D9/vmmon-only/./include/modulecall.h:33,
from /tmp/modconfig-qiW8D9/vmmon-only/common/vmx86.h:33,
from /tmp/modconfig-qiW8D9/vmmon-only/common/vmx86.c:38:
/tmp/modconfig-qiW8D9/vmmon-only/./include/vm_basic_defs.h:779: warning: "DO_ONCE" redefined
779 | #define DO_ONCE(code) \
|
In file included from ./include/linux/prandom.h:12,
from ./include/linux/random.h:153,
from ./include/linux/nodemask.h:97,
from ./include/linux/sched.h:23,
from /tmp/modconfig-qiW8D9/vmmon-only/common/vmx86.c:31:
./include/linux/once.h:46: note: this is the location of the previous definition
46 | #define DO_ONCE(func, ...) \
|
/tmp/modconfig-qiW8D9/vmmon-only/common/task.o: warning: objtool: .text: unexpected end of section
LD [M] /tmp/modconfig-qiW8D9/vmmon-only/vmmon.o
MODPOST /tmp/modconfig-qiW8D9/vmmon-only/Module.symvers
CC [M] /tmp/modconfig-qiW8D9/vmmon-only/vmmon.mod.o
LD [M] /tmp/modconfig-qiW8D9/vmmon-only/vmmon.ko
BTF [M] /tmp/modconfig-qiW8D9/vmmon-only/vmmon.ko
Skipping BTF generation for /tmp/modconfig-qiW8D9/vmmon-only/vmmon.ko due to unavailability of vmlinux
make[1]: Leaving directory '/usr/src/linux-headers-6.5.0-9-generic'
/usr/bin/make -C $PWD SRCROOT=$PWD/. \
MODULEBUILDDIR= postbuild
make[1]: Entering directory '/tmp/modconfig-qiW8D9/vmmon-only'
make[1]: 'postbuild' is up to date.
make[1]: Leaving directory '/tmp/modconfig-qiW8D9/vmmon-only'
cp -f vmmon.ko ./../vmmon.o
make: Leaving directory '/tmp/modconfig-qiW8D9/vmmon-only'
make: Entering directory '/tmp/modconfig-qiW8D9/vmnet-only'
Using kernel build system.
/usr/bin/make -C /lib/modules/6.5.0-9-generic/build/include/.. M=$PWD SRCROOT=$PWD/. \
MODULEBUILDDIR= modules
make[1]: Entering directory '/usr/src/linux-headers-6.5.0-9-generic'
warning: the compiler differs from the one used to build the kernel
The kernel was built by: x86_64-linux-gnu-gcc-13 (Ubuntu 13.2.0-4ubuntu3) 13.2.0
You are using: gcc (Ubuntu 13.2.0-4ubuntu3) 13.2.0
CC [M] /tmp/modconfig-qiW8D9/vmnet-only/driver.o
CC [M] /tmp/modconfig-qiW8D9/vmnet-only/hub.o
CC [M] /tmp/modconfig-qiW8D9/vmnet-only/userif.o
CC [M] /tmp/modconfig-qiW8D9/vmnet-only/netif.o
CC [M] /tmp/modconfig-qiW8D9/vmnet-only/bridge.o
CC [M] /tmp/modconfig-qiW8D9/vmnet-only/procfs.o
CC [M] /tmp/modconfig-qiW8D9/vmnet-only/smac_compat.o
CC [M] /tmp/modconfig-qiW8D9/vmnet-only/smac.o
CC [M] /tmp/modconfig-qiW8D9/vmnet-only/vnetEvent.o
CC [M] /tmp/modconfig-qiW8D9/vmnet-only/vnetUserListener.o
/tmp/modconfig-qiW8D9/vmnet-only/userif.o: warning: objtool: VNetCsumAndCopyToUser+0x2d: call to csum_partial_copy_nocheck() with UACCESS enabled
LD [M] /tmp/modconfig-qiW8D9/vmnet-only/vmnet.o
MODPOST /tmp/modconfig-qiW8D9/vmnet-only/Module.symvers
CC [M] /tmp/modconfig-qiW8D9/vmnet-only/vmnet.mod.o
LD [M] /tmp/modconfig-qiW8D9/vmnet-only/vmnet.ko
BTF [M] /tmp/modconfig-qiW8D9/vmnet-only/vmnet.ko
Skipping BTF generation for /tmp/modconfig-qiW8D9/vmnet-only/vmnet.ko due to unavailability of vmlinux
make[1]: Leaving directory '/usr/src/linux-headers-6.5.0-9-generic'
/usr/bin/make -C $PWD SRCROOT=$PWD/. \
MODULEBUILDDIR= postbuild
make[1]: Entering directory '/tmp/modconfig-qiW8D9/vmnet-only'
make[1]: 'postbuild' is up to date.
make[1]: Leaving directory '/tmp/modconfig-qiW8D9/vmnet-only'
cp -f vmnet.ko ./../vmnet.o
make: Leaving directory '/tmp/modconfig-qiW8D9/vmnet-only'
Starting VMware services:
Virtual machine monitor failed
Virtual machine communication interface done
VM communication interface socket family done
Virtual ethernet failed
VMware Authentication Daemon done
Unable to start services&lt;/LI-CODE&gt;&lt;P&gt;I've followed your steps but it still doesn't work. I'm on Ubuntu 23.10.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 22 Oct 2023 15:27:21 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Workstation-2023-Tech-Preview/Linux-Kernel-6-5-rc-vmmon-compile-fails/m-p/2992183#M44</guid>
      <dc:creator>bithack3r</dc:creator>
      <dc:date>2023-10-22T15:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Kernel 6.5-rc - vmmon compile fails..</title>
      <link>https://communities.vmware.com/t5/Workstation-2023-Tech-Preview/Linux-Kernel-6-5-rc-vmmon-compile-fails/m-p/2994397#M48</link>
      <description>&lt;P&gt;In your case the error is "Skipping BTF generation xxx. due to unavailability of vmlinux". If you search for that error you find some answers. In the meantime 17.5 is out so you may try that too.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 16:32:58 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Workstation-2023-Tech-Preview/Linux-Kernel-6-5-rc-vmmon-compile-fails/m-p/2994397#M48</guid>
      <dc:creator>andreaplanet</dc:creator>
      <dc:date>2023-11-06T16:32:58Z</dc:date>
    </item>
  </channel>
</rss>

