[PATCH v4] recordmcount: Correct st_shndx handling

Steven Rostedt rostedt at goodmis.org
Wed Jun 16 09:02:27 PDT 2021


On Wed, 16 Jun 2021 23:41:26 +0800
Mark-PK Tsai <mark-pk.tsai at mediatek.com> wrote:

> From: Peter Zijlstra <peterz at infradead.org>
> 
> One should only use st_shndx when >SHN_UNDEF and <SHN_LORESERVE. When
> SHN_XINDEX, then use .symtab_shndx. Otherwise use 0.
> 
> This handles the case: st_shndx >= SHN_LORESERVE && st_shndx != SHN_XINDEX.
> 
> Reported-by: Mark-PK Tsai <mark-pk.tsai at mediatek.com>
> Signed-off-by: Peter Zijlstra (Intel) <peterz at infradead.org>
> Tested-by: Mark-PK Tsai <mark-pk.tsai at mediatek.com>
> [handle endianness of sym->st_shndx]
> Signed-off-by: Mark-PK Tsai <mark-pk.tsai at mediatek.com>
> ---

Thanks, I pulled this in and started the testing.

-- Steve



More information about the Linux-mediatek mailing list