Serapheim Dimitropoulos
Serapheim Dimitropoulos
It would be nice to have a make clean target. For now `sudo git clean -dxf` should work though.
without even showing what the other threads are doing: ``` Traceback (most recent call last): File "/usr/lib/python3/dist-packages/sdb/internal/repl.py", line 107, in eval_cmd for obj in invoke([], input_): File "/usr/lib/python3/dist-packages/sdb/pipeline.py", line 152,...
= Problem With our switch to the new v5.15 kernel a subset of SDB commands broke without us realizing until we actually needed them. Our regression dumps helps us to...
``` sdb> threads sdb encountered an internal error due to a bug. Here's the information you need to file the bug: ---------------------------------------------------------- Target Info: ProgramFlags.IS_LIVE|IS_LINUX_KERNEL Platform(, ) Traceback (most recent...
``` sdb> echo 0xffff8912dbbf44d8 | zio -r | filter 'obj.io_done != 0xffffffffc03a5d60' | member io_private | cast lwb_t * | member lwb_blk | blkptr DVA[0]= [L0 ZIL intent log] zilog2...
## Motivation The recent iSCSI escalations brought up the need to introduce some basic commands for the iSCSI target module. I figured I'd start upstreaming some of that work slowly...
``` sdb> echo 0xffff8e6ab0a40000 | cast "vdev_t *" member vdev_children sdb encountered an internal error due to a bug. Here's the information you need to file the bug: ---------------------------------------------------------- Target...
Reasons: - for commands that print shell args given a task_struct
https://drgn.readthedocs.io/en/latest/release_highlights/0.0.22.html#merged-slab-caches
drgn has had the ability to provide that with that info for some time now. Let's leverage it!