Thank you for the work, Sergey. For the v3: applied. On Fri, Feb 18, 2022 at 10:43 AM HAGIO KAZUHITO(萩尾 一仁) <[email protected]> wrote:
> -----Original Message----- > > The first patch adds the sbitmapq command to the crash. The second > > adds '-p' option for sbitmapq command. The option says that > > an associated with sbitmap_queue array contains the pointers of data. > > Thank you for the v3, the option is totally what I wanted. > I've confirmed that it looked ok with blk_mq_tags.bitmap_tags and .rqs > array. > > crash> sbitmapq 0xffff916f6ebe8850 -s request.q -a 0xffff916f55111f00 -p -v > 7 (0xffff916f55111f38): > q = 0xffff916f64181420, > 22 (0xffff916f55111fb0): > q = 0xffff916f64181420, > > The patchset looks good to me. > > Acked-by: Kazuhito Hagio <[email protected]> > > Lianbo, a few adjustments were needed to "git am" as we merged the safe > buffer patches, and modified the commit logs a little. Attached. > Thank you for working on this issue, Kazu. That really helps me. Lianbo > Thanks, > Kazu > > > > > > > > Sergey Samoylenko (2): > > sbitmapq command > > '-p' option for sbitmapq command > > > > Makefile | 7 +- > > defs.h | 59 +++++ > > global_data.c | 1 + > > help.c | 105 ++++++++ > > sbitmap.c | 677 ++++++++++++++++++++++++++++++++++++++++++++++++++ > > symbols.c | 39 +++ > > 6 files changed, 886 insertions(+), 2 deletions(-) > > create mode 100644 sbitmap.c > > > > -- > > 2.25.1 >
-- Crash-utility mailing list [email protected] https://listman.redhat.com/mailman/listinfo/crash-utility
