Re: [PATCH] ARM64: vdso32: Install vdso32 from vdso_install

2020-08-21 Thread Catalin Marinas
On Mon, 17 Aug 2020 18:49:50 -0700, Stephen Boyd wrote: > Add the 32-bit vdso Makefile to the vdso_install rule so that 'make > vdso_install' installs the 32-bit compat vdso when it is compiled. Applied to arm64 (for-next/fixes), thanks! [1/1] ARM64: vdso32: Install vdso32 from vdso_install

Re: [PATCH] ARM64: vdso32: Install vdso32 from vdso_install

2020-08-21 Thread Vincenzo Frascino
On 8/18/20 2:49 AM, Stephen Boyd wrote: > Add the 32-bit vdso Makefile to the vdso_install rule so that 'make > vdso_install' installs the 32-bit compat vdso when it is compiled. > > Cc: Vincenzo Frascino > Fixes: a7f71a2c8903 ("arm64: compat: Add vDSO") > Signed-off-by: Stephen Boyd > --- > ar

Re: [PATCH] ARM64: vdso32: Install vdso32 from vdso_install

2020-08-21 Thread Will Deacon
On Mon, Aug 17, 2020 at 06:49:50PM -0700, Stephen Boyd wrote: > Add the 32-bit vdso Makefile to the vdso_install rule so that 'make > vdso_install' installs the 32-bit compat vdso when it is compiled. > > Cc: Vincenzo Frascino > Fixes: a7f71a2c8903 ("arm64: compat: Add vDSO") > Signed-off-by: Ste

[PATCH] ARM64: vdso32: Install vdso32 from vdso_install

2020-08-17 Thread Stephen Boyd
Add the 32-bit vdso Makefile to the vdso_install rule so that 'make vdso_install' installs the 32-bit compat vdso when it is compiled. Cc: Vincenzo Frascino Fixes: a7f71a2c8903 ("arm64: compat: Add vDSO") Signed-off-by: Stephen Boyd --- arch/arm64/Makefile | 1 + arch/arm64/kernel