Re: [PATCH 3/4] selftests/arm: Add elf test

2024-04-09 Thread Dev Jain
On 4/7/24 03:00, Muhammad Usama Anjum wrote: On 4/5/24 1:44 PM, Dev Jain wrote: This patch introduces an ELF parsing test; the 5th byte of the ELF header must be 0x01 for a 32-bit process. A basic sanity check is required to ensure that we are actually testing a 32-bit build. Signed-off-by: D

Re: [PATCH 3/4] selftests/arm: Add elf test

2024-04-06 Thread Muhammad Usama Anjum
On 4/5/24 1:44 PM, Dev Jain wrote: > This patch introduces an ELF parsing test; the 5th byte of the ELF header > must be 0x01 for a 32-bit process. A basic sanity check is required to ensure > that we are actually testing a 32-bit build. > > Signed-off-by: Dev Jain > --- > tools/testing/selftest

[PATCH 3/4] selftests/arm: Add elf test

2024-04-05 Thread Dev Jain
This patch introduces an ELF parsing test; the 5th byte of the ELF header must be 0x01 for a 32-bit process. A basic sanity check is required to ensure that we are actually testing a 32-bit build. Signed-off-by: Dev Jain --- tools/testing/selftests/arm/elf/parse_elf.c | 75 +