Juergen Gross, le lun. 06 déc. 2021 08:23:34 +0100, a ecrit:
> Having grant table code in arch/x86/mm.c seems wrong. Move it to the
> new file arch/x86/gnttab.c, especially as the amount of code is
> expected to grow further.
>
> No functional change.
There is the __pte fix that you'd probably wa
Having grant table code in arch/x86/mm.c seems wrong. Move it to the
new file arch/x86/gnttab.c, especially as the amount of code is
expected to grow further.
No functional change.
Signed-off-by: Juergen Gross
---
arch/x86/gnttab.c | 78 +++
arch/x86/