mbox series

[0/3] KVM: arm/arm64: trivial header path sanitization

Message ID 1548403050-6585-1-git-send-email-yamada.masahiro@socionext.com
Headers show
Series KVM: arm/arm64: trivial header path sanitization | expand

Message

Masahiro Yamada Jan. 25, 2019, 7:57 a.m. UTC
My main motivation is to get rid of crappy header search path manipulation
from Kbuild core.

Before that, I want to finish as many cleanup works as possible.

If you are interested in the big picture of this work,
the full patch set is available at:

git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git build-test



Masahiro Yamada (3):
  KVM: arm/arm64: fix TRACE_INCLUDE_PATH
  KVM: arm/arm64: remove -I. header search paths
  KVM: arm/arm64: prefix header search paths with $(srctree)/

 arch/arm/kvm/Makefile   | 5 ++---
 arch/arm64/kvm/Makefile | 4 +---
 virt/kvm/arm/trace.h    | 2 +-
 3 files changed, 4 insertions(+), 7 deletions(-)

-- 
2.7.4

Comments

Christoffer Dall Jan. 25, 2019, 12:06 p.m. UTC | #1
On Fri, Jan 25, 2019 at 04:57:27PM +0900, Masahiro Yamada wrote:
> My main motivation is to get rid of crappy header search path manipulation

> from Kbuild core.

> 

> Before that, I want to finish as many cleanup works as possible.

> 

> If you are interested in the big picture of this work,

> the full patch set is available at:

> 

> git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git build-test


Changes appear fine to me:

Acked-by: Christoffer Dall <christoffer.dall@arm.com>
Marc Zyngier Feb. 8, 2019, 3:42 p.m. UTC | #2
On 25/01/2019 07:57, Masahiro Yamada wrote:
> My main motivation is to get rid of crappy header search path manipulation

> from Kbuild core.

> 

> Before that, I want to finish as many cleanup works as possible.

> 

> If you are interested in the big picture of this work,

> the full patch set is available at:

> 

> git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git build-test

> 

> 

> 

> Masahiro Yamada (3):

>   KVM: arm/arm64: fix TRACE_INCLUDE_PATH

>   KVM: arm/arm64: remove -I. header search paths

>   KVM: arm/arm64: prefix header search paths with $(srctree)/

> 

>  arch/arm/kvm/Makefile   | 5 ++---

>  arch/arm64/kvm/Makefile | 4 +---

>  virt/kvm/arm/trace.h    | 2 +-

>  3 files changed, 4 insertions(+), 7 deletions(-)

> 


I've applied these 3 patches to kvmarm/queue.

Thanks,

	M.
-- 
Jazz is not dead. It just smells funny...