Re: [RESEND PATCH] ARM: module: Drop 'rel->r_offset < 0' statement

2019-09-15 Thread Austin Kim
Hello, Maintainer(Russell King)... Would you please update the feedback for this patch? 2019년 9월 11일 (수) 오후 11:16, Austin Kim 님이 작성: > > Since rel->r_offset is declared as Elf32_Addr, > this value is always non-negative. > typedef struct elf32_rel { > Elf32_Addrr_offset; > Elf32_Word r_in

[RESEND PATCH] ARM: module: Drop 'rel->r_offset < 0' statement

2019-09-11 Thread Austin Kim
Since rel->r_offset is declared as Elf32_Addr, this value is always non-negative. typedef struct elf32_rel { Elf32_Addrr_offset; Elf32_Word r_info; } Elf32_Rel; typedef __u32 Elf32_Addr; typedef unsigned int __u32; Drop 'rel->r_offset < 0' statement which is always false. Also change %