On Mon, Jun 12, 2017 at 2:48 PM, Will Deacon [off-list ref] wrote:
On Fri, Jun 09, 2017 at 08:57:31PM +0200, Arnd Bergmann wrote:
quoted
On Fri, Jun 9, 2017 at 1:38 PM, Will Deacon [off-list ref] wrote:
quoted
I can't seem to reproduce this simply by disabling MODULES in defconfig.
Could you share your .config, please?
This is the randconfig I used: https://pastebin.com/SfKBY7f8
Thanks, I was forgetting to enable ftrace. I think a simpler patch (and one
that I can just apply via arm64) is switching the IS_ENABLEDs out for
#ifdefs. See below.
Yes, good idea.
Arnd