Stephen Brennan
Stephen Brennan
Over the weekend Andrew Morton moved my vmcoreinfo updates into his mm-nonmm-stable queue, which I _think_ will be included in his pull requests for the 5.20 merge window. So hopefully...
Yeah, the integration with the other debuginfo sources is going to be the trickier part of this whole thing. I had envisioned this system as a binary choice - either...
To try to clarify dependencies a bit: - vmlinux kallsyms: can be supported when (a) the vmcoreinfo note contains my extra symbols, or (b) we have symbol info already, which...
To add onto the above - the exact error you're seeing here stems from the difference between "reference" and "value" objects in drgn, which you can read more about [here](https://drgn.readthedocs.io/en/latest/user_guide.html#objects),...
> OK, so I have to identify if the passed in object is of type "struct xxx" or it's of type "struct yyy *". For the former, I need to...
Hi @PaulZ-98, I just wanted to provide some feedback on this. I'm not a maintainer so Omar's opinion will matter more here, but he may not be able to get...
Thanks for the detailed explanation, and I share your disappointment. Is there a way to make this work at runtime, only when a module percpu variable is accessed? For instance,...
> Should we be able to change the default behavior of object.format_() and str(object), or should this strictly be at the CLI display hook level? The former might have unintended...
If I understand what you're requesting, it sounds really useful. Having process, file, memory, and other information readily parsed and available in a web UI (or some other equally discoverable...
I was about to ask how I could help :) I'm not sure if this long comment qualifies as helping... I thought I'd take 10 minutes or so to read...