Re: [RFC PATCH 0/6] Convert mount_single-using filesystems to fs_context

From: David Howells
Date: Thu Mar 21 2019 - 11:12:58 EST


Richard Weinberger <richard@xxxxxx> wrote:

> [ 6.004504] RIP: 0010:reconfigure_super+0x17/0x1e0

Can you load the kernel into gdb and do:

i li *reconfigure_super+0x17

and disassemble the first 32 bytes of that function for me?

> Do I miss some other fix?

Don't think so - I hadn't noticed that it had oopsed since the crash was lost
in the log and it seemed to have booted otherwise normally.

Note that I don't know if a lot of the filesystems I've converted work because
I don't have a way to test all of them.


David