tech-kern archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kernel stack usage
> On May 30, 2020, at 7:18 AM, Christos Zoulas <christos%astron.com@localhost> wrote:
>
> 3352 ffffffff80b940bb:procfs_domounts+0xd
> 3264 ffffffff80c677da:coredump_note_elf64+0xb
These two seem slightly bogus. coredump_note_elf64() was storing register state not the stack, but not nearly 3K worth. procfs_domounts() has nearly nothing on the stack as far as I can tell, and the one function that could be auto-inlined that it calls doesn't have much either.
-- thorpej
Home |
Main Index |
Thread Index |
Old Index