Commit 5309792
Include <linux/vmalloc.h> explicitly on x86
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>1 parent ca28bbc commit 5309792
2 files changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| 180 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
12 | 15 | | |
13 | 16 | | |
14 | 17 | | |
| |||
0 commit comments