Re: [Crash-utility] [PATCH] add "files -n" command for an inode

2023-10-23 Thread 萩尾 一仁
On 2023/10/11 10:40, Huang Shijie wrote: > In the NUMA machine, it is useful to know the memory distribution of > an inode page cache: > How many pages in the node 0? > How many pages in the node 1? > > Add "files -n" command to get the memory distribution information: > 1.) Add

[Crash-utility] [PATCH] gdb: avoid buffer overflow in ada_decode

2023-10-23 Thread Lianbo Jiang
This is a partial backport patch from gdb commit 033bc52bb619 ("Avoid buffer overflow in ada_decode"). The AddressSanitizer reports a dynamic-stack-buffer-overflow error as below: gdb/ada-lang.c:1388:16 in ada_decode[abi:cxx11](char const*, bool, bool) Add a missing bounds check to fix the

Re: [Crash-utility] [PATCH v1 01/10] Add LoongArch64 framework code support

2023-10-23 Thread Ming Wang
Hi, Lianbo On 10/8/23 20:00, lijiang wrote: > Hi, Ming > So sorry for the late reply. > On Thu, Sep 7, 2023 at 9:56 AM wrote: > > Date: Thu,  7 Sep 2023 09:46:42 +0800 > From: Ming Wang > To: crash-utility@redhat.com > Cc: yangtie...@loongson.cn,     lixuef...@loongson.cn, >

Re: [Crash-utility] [PATCH] add "files -n" command for an inode

2023-10-23 Thread Shijie Huang
在 2023/10/23 15:58, HAGIO KAZUHITO(萩尾 一仁) 写道: On 2023/10/11 10:40, Huang Shijie wrote: In the NUMA machine, it is useful to know the memory distribution of an inode page cache: How many pages in the node 0? How many pages in the node 1? Add "files -n" command to get the memory

Re: [Crash-utility] [PATCH] gdb: avoid buffer overflow in ada_decode

2023-10-23 Thread 萩尾 一仁
On 2023/10/23 17:44, Lianbo Jiang wrote: > This is a partial backport patch from gdb commit 033bc52bb619 ("Avoid > buffer overflow in ada_decode"). > > The AddressSanitizer reports a dynamic-stack-buffer-overflow error as > below: > gdb/ada-lang.c:1388:16 in ada_decode[abi:cxx11](char const*,