You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commit 1f059dfdf5d1 ("mm/vmalloc: Add empty <asm/vmalloc.h> headers
and use them from <linux/vmalloc.h>") restructured kernel header
dependencies since kernel v5.6-rc1, necessitating explicit inclusion
of <linux/vmalloc.h> on x86 architectures.
This ensures compatibility across kernel versions and prevents build
errors due to implicit declarations on kernels since v5.6-rc1.
Tested-by: Chisheng Chen <johnny1001s000602@gmail.com>
Co-authored-by: Po-Ying Chiu <charlie910417@gmail.com>
0 commit comments