All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andy Lutomirski <luto@amacapital.net>
To: Andrey Skvortsov <andrej.skvortzov@gmail.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>, X86 ML <x86@kernel.org>,
	Thomas Gleixner <tglx@linutronix.de>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Ingo Molnar <mingo@redhat.com>
Subject: Re: [PATCH] x86, vdso: teach 'make clean' remove generated vdso-image-*.c files
Date: Mon, 16 Mar 2015 08:33:16 -0700	[thread overview]
Message-ID: <CALCETrVC7d4irG0wOm8-POD2xaXytWDsM8zwVi55dcupZT=yMw@mail.gmail.com> (raw)
In-Reply-To: <1426519381-29617-1-git-send-email-andrej.skvortzov@gmail.com>

On Mar 16, 2015 8:23 AM, "Andrey Skvortsov" <andrej.skvortzov@gmail.com> wrote:
>
> After 'make clean' vdso-image-32-int80.c  vdso-image-32-syscall.c
> vdso-image-32-sysenter.c were left in  arch/x86/vdso.
> These file are generated during build process and present in .gitignore.

This issue is fixed slightly differently here:

https://git.kernel.org/cgit/linux/kernel/git/luto/linux.git/commit/?h=x86/vdso

I'll send out the pull request soon -- I'm just waiting on some KVM
stuff to help decide exactly what ends up in the pull request.

--Andy

>
> Signed-off-by: Andrey Skvortsov <andrej.skvortzov@gmail.com>
> ---
>  arch/x86/vdso/Makefile |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/x86/vdso/Makefile b/arch/x86/vdso/Makefile
> index 7b9be98..91bcfd0 100644
> --- a/arch/x86/vdso/Makefile
> +++ b/arch/x86/vdso/Makefile
> @@ -206,4 +206,4 @@ $(vdso_img_insttargets): install_%: $(obj)/%.dbg $(MODLIB)/vdso FORCE
>  PHONY += vdso_install $(vdso_img_insttargets)
>  vdso_install: $(vdso_img_insttargets) FORCE
>
> -clean-files := vdso32-syscall* vdso32-sysenter* vdso32-int80* vdso64*
> +clean-files := vdso32-syscall* vdso32-sysenter* vdso32-int80* vdso64* vdso-image-*.c
> --
> 1.7.10.4
>

  reply	other threads:[~2015-03-16 15:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-16 15:23 [PATCH] x86, vdso: teach 'make clean' remove generated vdso-image-*.c files Andrey Skvortsov
2015-03-16 15:33 ` Andy Lutomirski [this message]
2015-03-16 18:23   ` Andrey Skvortsov
2015-03-26  0:52     ` Andy Lutomirski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CALCETrVC7d4irG0wOm8-POD2xaXytWDsM8zwVi55dcupZT=yMw@mail.gmail.com' \
    --to=luto@amacapital.net \
    --cc=andrej.skvortzov@gmail.com \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=tglx@linutronix.de \
    --cc=x86@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.