Re: can't boot with reiserfs on linux-4.6.0+

From: Jeff Chua
Date: Wed May 25 2016 - 04:38:57 EST


On Wed, May 25, 2016 at 12:10 AM, Linus Torvalds
<torvalds@xxxxxxxxxxxxxxxxxxxx> wrote:
> On Tue, May 24, 2016 at 8:59 AM, Al Viro <viro@xxxxxxxxxxxxxxxxxx> wrote:
>>
>> Umm... Any chance of getting the function names to go with the addresses?
>> I'll try to reproduce it here, but the things would be easier with that
>> information...
>
> Yeah, we shouldn't even allow non-KALLSYMS builds. In fact, unless you
> pick EXPERT (which you shouldn't, unless you're doing some embedded
> development) you can't even disable it.
>
> Jeff, please don't use non-KALLSYMS builds. They are completely undebuggable.
>
> Linus

Got it. Will compile with CONFIG_KALLSYMS=y :)

Thanks,
Jeff