Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1613324 > unrolled thread

[PATCH] arm64: drop non-existing vdso-offsets.h from .gitignore

Started byMasahiro Yamada <yamada.masahiro@socionext.com>
First post2017-03-30 19:50 +0200
Last post2017-03-30 20:40 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] arm64: drop non-existing vdso-offsets.h from .gitignore Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-03-30 19:50 +0200
    Re: [PATCH] arm64: drop non-existing vdso-offsets.h from .gitignore Will Deacon <will.deacon@arm.com> - 2017-03-30 20:40 +0200

#1613324 — [PATCH] arm64: drop non-existing vdso-offsets.h from .gitignore

FromMasahiro Yamada <yamada.masahiro@socionext.com>
Date2017-03-30 19:50 +0200
Subject[PATCH] arm64: drop non-existing vdso-offsets.h from .gitignore
Message-ID<tqMmR-1rG-1@gated-at.bofh.it>
Since commit a66649dab350 ("arm64: fix vdso-offsets.h dependency"),
include/generated/vdso-offsets.h is directly generated without
arch/arm64/kernel/vdso/vdso-offsets.h.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 arch/arm64/kernel/vdso/.gitignore | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/kernel/vdso/.gitignore b/arch/arm64/kernel/vdso/.gitignore
index b8cc94e..f8b69d8 100644
--- a/arch/arm64/kernel/vdso/.gitignore
+++ b/arch/arm64/kernel/vdso/.gitignore
@@ -1,2 +1 @@
 vdso.lds
-vdso-offsets.h
-- 
2.7.4

[toc] | [next] | [standalone]


#1613355

FromWill Deacon <will.deacon@arm.com>
Date2017-03-30 20:40 +0200
Message-ID<tqN9f-246-11@gated-at.bofh.it>
In reply to#1613324
On Fri, Mar 31, 2017 at 02:44:17AM +0900, Masahiro Yamada wrote:
> Since commit a66649dab350 ("arm64: fix vdso-offsets.h dependency"),
> include/generated/vdso-offsets.h is directly generated without
> arch/arm64/kernel/vdso/vdso-offsets.h.
> 
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> ---
> 
>  arch/arm64/kernel/vdso/.gitignore | 1 -
>  1 file changed, 1 deletion(-)

Thanks, queued as a fix.

Will

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web