On 2/8/20 5:28 AM, Greg Kroah-Hartman wrote:
On Sat, Feb 08, 2020 at 05:15:43AM -0800, Guenter Roeck wrote:
For v4.9.213-37-g860ec95da9ad:
arch/s390/mm/hugetlbpage.c:14:10: fatal error: linux/sched/mm.h: No such file or directory 14 | #include <linux/sched/mm.h> | ^~~~~~~~~~~~~~~~~~ compilation terminated. scripts/Makefile.build:304: recipe for target 'arch/s390/mm/hugetlbpage.o' failed make[1]: *** [arch/s390/mm/hugetlbpage.o] Error 1 Makefile:1688: recipe for target 'arch/s390/mm/hugetlbpage.o' failed make: *** [arch/s390/mm/hugetlbpage.o] Error 2
Guenter
Thanks for letting me know, I'll try to guess and pick "sched.h" instead here and push out an update.
greg k-h
You have "s390/mm: fix dynamic pagetable upgrade for hugetlbfs" in there which is tagged 4.12+.
Guenter