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 5309792 ("Only include vmalloc.h on x86") limited the inclusion
of <linux/vmalloc.h> to x86 architectures under the assumption that
only x86 required it explicitly.
However, <linux/vmalloc.h> is not architecture-specific, and other
architectures may currently include it indirectly. To ensure
consistency and future compatibility, include <linux/vmalloc.h>
unconditionally to prevent build failures if indirect includes
change in future kernel versions.
Co-authored-by: Kuan-Wei Chiu <visitorckw@gmail.com>
Co-authored-by: Chisheng Chen <johnny1001s000602@gmail.com>
0 commit comments