Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation Errors Related to Deprecated Functions for Page Tables in VMware Host Modules #299

Open
gleb-kun opened this issue Feb 11, 2025 · 0 comments

Comments

@gleb-kun
Copy link

I am trying to build the vmware-host-modules (branch 17.0.0) for kernel version 6.13.2-arch1-1, but I am encountering errors during the compilation process. The following error messages appear:

error: implicit declaration of function ‘pgd_large’; did you mean ‘pgd_page’? [-Wimplicit-function-declaration]
error: implicit declaration of function ‘p4d_large’; did you mean ‘p4d_page’? [-Wimplicit-function-declaration]
error: implicit declaration of function ‘pud_large’; did you mean ‘pud_page’? [-Wimplicit-function-declaration]
error: implicit declaration of function ‘pmd_large’; did you mean ‘pmd_page’? [-Wimplicit-function-declaration]

In general, it is intuitively clear how to fix this.
But besides this, there is the following error.

In file included from common/vmx86.c:52:
/usr/lib/modules/6.13.2-arch1-1/build/arch/x86/include/asm/timex.h: In function ‘random_get_entropy’:
/usr/lib/modules/6.13.2-arch1-1/build/arch/x86/include/asm/timex.h:12:24: error: implicit declaration of function ‘random_get_entropy_fallback’; did you mean ‘random_get_entropy’? [-Wimplicit-function-declaration]
   12 |                 return random_get_entropy_fallback();
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                        random_get_entropy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant