[PATCH] arm64: Support running gen_vdso_offsets.sh with BSD userland.

Will Deacon will at kernel.org
Wed Jan 20 08:01:05 EST 2021


On Wed, 23 Dec 2020 14:10:56 +0900, John Millikin wrote:
> BSD sed ignores whitespace character escape sequences such as '\t' in
> the replacement string, causing this script to produce the following
> incorrect output:
> 
>   #define vdso_offset_sigtrampt0x089c
> 
> Changing the hard tab to ' ' causes both BSD and GNU dialects of sed
> to produce equivalent output.

Unfortunately, the patch you sent was still reported as 'corrupt' by git,
so I ended up having to fix it by hand. Please check that the result is
correct.

Applied to arm64 (for-next/vdso), thanks!

[1/1] arm64: Support running gen_vdso_offsets.sh with BSD userland.
      https://git.kernel.org/arm64/c/f3cb097ad888

Cheers,
-- 
Will

https://fixes.arm64.dev
https://next.arm64.dev
https://will.arm64.dev



More information about the linux-arm-kernel mailing list