[0/4] x86: vdso: clean up vdso Makefile

Message ID 20231121235701.239606-1-masahiroy@kernel.org
Headers
Series x86: vdso: clean up vdso Makefile |

Message

Masahiro Yamada Nov. 21, 2023, 11:56 p.m. UTC
  Masahiro Yamada (4):
  x86: vdso: consolidate targets and clean-files
  x86: vdso: simplify obj-y addition
  x86: vdso: use $(addprefix ) instead of $(foreach )
  x86: vdso: use CONFIG_COMPAT_32 to specify vdso32

 arch/x86/Makefile            |  3 +--
 arch/x86/entry/vdso/Makefile | 28 +++++++---------------------
 2 files changed, 8 insertions(+), 23 deletions(-)
  

Comments

Masahiro Yamada Feb. 2, 2024, 3:56 p.m. UTC | #1
Hi x86 maintainers,


Gentle ping.

It has been more than 2 months since the submission.



On Wed, Nov 22, 2023 at 8:57 AM Masahiro Yamada <masahiroy@kernel.org> wrote:
>
>
>
>
> Masahiro Yamada (4):
>   x86: vdso: consolidate targets and clean-files
>   x86: vdso: simplify obj-y addition
>   x86: vdso: use $(addprefix ) instead of $(foreach )
>   x86: vdso: use CONFIG_COMPAT_32 to specify vdso32
>
>  arch/x86/Makefile            |  3 +--
>  arch/x86/entry/vdso/Makefile | 28 +++++++---------------------
>  2 files changed, 8 insertions(+), 23 deletions(-)
>
> --
> 2.40.1
>
  
Borislav Petkov Feb. 7, 2024, 8:24 a.m. UTC | #2
On Sat, Feb 03, 2024 at 12:56:22AM +0900, Masahiro Yamada wrote:
> Hi x86 maintainers,
> 
> 
> Gentle ping.
> 
> It has been more than 2 months since the submission.

Lemme have a look.