Hi Luis, Please see https://github.com/crash-utility/crash/commit/03e3937ec7d1b356039433137cc6e531379ca454 ( function store_module_symbols_v2 in file symbols.c). This was one of the initial commit for crash utility. I will work on linux-next and update you. Vimal On Tue, Dec 21, 2021 at 12:51 AM Luis Chamberlain <mcgrof@xxxxxxxxxx> wrote: > > On Mon, Dec 20, 2021 at 08:57:46AM +0000, Vimal Agrawal wrote: > > Hi Luis, > > > > Sorry for goof up with inline replies. I found that gmail supports bottom-posting so I will be replying inline from gmail next time. I will send the next patch using git send-email. > > > > Looks like it has been there in crash source for very long. > > > > store_module_symbols_v2 > > sprintf(buf2, "%s%s", "_MODULE_START_", mod_name); > > sprintf(buf3, "%s%s", "_MODULE_INIT_START_", mod_name); > > Can you point to the commit that added it? Preferably if you can have > a URL I can just use to see the change? > > > I will test it first on latest ubuntu which has kernel version 5.13.0-22. > > No, that's not sufficient, I really want you to use either Linus' latest > tree or linux-next. > > Luis