Re: [PATCH 01/15] liblockdep: Fix undefined symbol prandom_u32

From: Ingo Molnar
Date: Wed May 24 2017 - 03:53:46 EST



So I'm not sure how you sent these patches, but probably due to the lack of a
boilerplate message, the order was all mixed up. I got the patch order right on
the third attempt.

But then I encountered this build failure (when applied to Linus's latest tree):

triton:~/tip/tools/lib/lockdep> make
CC common.o
CC lockdep.o
In file included from lockdep.c:25:0:
../../../kernel/locking/lockdep.c:33:28: fatal error: linux/sched/mm.h: No such
file or directory
#include <linux/sched/mm.h>
^

Thanks,

Ingo