Re: [PATCH v3] ARM: module: Add all unwind tables when load module

From: Chen Zhongjin
Date: Fri Apr 01 2022 - 09:13:59 EST



+ if (!(s->sh_flags & SHF_ALLOC) ||
+ s->sh_type != ELF_SECTION_UNWIND)

Forget to fix tab problem here.

Now fixed in v4.