Re: [PATCH] scripts/gdb: Fix dentry_name() lookup

From: Illia Ostapyshyn
Date: Thu Jun 26 2025 - 13:10:36 EST


Hi Florian,

I have previously submitted (and resent due to inactivity) an equivalent
patch here:

https://lore.kernel.org/all/20250428142117.3455683-1-illia@xxxxxxxxx/
https://lore.kernel.org/all/20250525213709.878287-2-illia@xxxxxxxxx/

However, looks like d_shortname is not suitable for entries with name
longer than D_NAME_INLINE_LEN characters. Although this matches the
previous behavior of the GDB script (before 58cf9c383c5c68666808), I was
planning to resubmit a v2 that addresses this issue as well.