Commit 333fcf1
committed
deepin: mm/memory: Fix kabi breakage for zap_vma_ptes by moving include
deepin inclusion
category: kabi
No functional change, just move the headers which cause kabi break in
CONFIG_DEEPIN_KABI_RESERVE=y.
Log:
cat Module.symvers | grep zap_vma_ptes
before fix:
0x7d0ccd7f zap_vma_ptes vmlinux EXPORT_SYMBOL_GPL
after fix:
0x4bf1f352 zap_vma_ptes vmlinux EXPORT_SYMBOL_GPL
Fixes: 730ef57 ("mm/memory: do not populate page table entries beyond i_size")
Signed-off-by: Wentao Guan <guanwentao@uniontech.com>1 parent 85d1c1a commit 333fcf1
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
70 | 71 | | |
| 72 | + | |
71 | 73 | | |
72 | 74 | | |
73 | 75 | | |
| |||
4478 | 4480 | | |
4479 | 4481 | | |
4480 | 4482 | | |
| 4483 | + | |
| 4484 | + | |
| 4485 | + | |
4481 | 4486 | | |
4482 | 4487 | | |
4483 | 4488 | | |
| |||
0 commit comments