Re: [PATCH 35/38] unicore32: clean-up uapi Kbuild file

2014-07-15 Thread Sam Ravnborg
Hi James. +# Wapper from asm-generic generic-y += kvm_para.h You dropped the generic-y += kvm_para.h for arm64 c6x, but not for unicore, avr32 ia64 patch, which seems a bit inconsistent. Was there some reason behind that? I was fooling around with kvm_para.h and in both cases

Re: asm/kvm_para.h from asm-generic (was: Re: linux-next: triage for April 19, 2012)

2012-06-19 Thread Sam Ravnborg
I just noticed include/asm-generic/Kbuild.asm already had ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/asm/kvm_para.h \                  $(srctree)/include/asm-$(SRCARCH)/kvm_para.h),) header-y  += kvm_para.h endif but this doesn't seem to work. Kbuild people: which

Re: asm/kvm_para.h from asm-generic (was: Re: linux-next: triage for April 19, 2012)

2012-06-19 Thread Sam Ravnborg
On Tue, Jun 19, 2012 at 08:48:03PM +0200, Sam Ravnborg wrote: I just noticed include/asm-generic/Kbuild.asm already had ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/asm/kvm_para.h \                  $(srctree)/include/asm-$(SRCARCH)/kvm_para.h),) header-y  += kvm_para.h

Re: [PATCH] kvm: make asm-generic/kvm_para.h have an ifdef __KERNEL__ block

2012-05-18 Thread Sam Ravnborg
On Fri, May 18, 2012 at 01:59:39PM -0400, Paul Gortmaker wrote: There are two functions in this asm-generic file. Looking at other arch which do not use the generic version, these two fcns are within an #ifdef __KERNEL__ block, so make the generic one consistent with those. Signed-off-by:

Re: [PATCH -tip -v12 02/11] x86: x86 instruction decoder build-time selftest

2009-07-16 Thread Sam Ravnborg
On Thu, Jul 16, 2009 at 11:57:06AM -0400, Masami Hiramatsu wrote: Add a user-space selftest of x86 instruction decoder at kernel build time. When CONFIG_X86_DECODER_SELFTEST=y, Kbuild builds a test harness of x86 instruction decoder and performs it after building vmlinux. The test compares the

Re: [PATCH -tip -v12 01/11] x86: instruction decoder API

2009-07-16 Thread Sam Ravnborg
diff --git a/arch/x86/include/asm/inat.h b/arch/x86/include/asm/inat.h new file mode 100644 index 000..01e079a --- /dev/null +++ b/arch/x86/include/asm/inat.h @@ -0,0 +1,125 @@ +#ifndef _ASM_INAT_INAT_H +#define _ASM_INAT_INAT_H [With reference to comment on patch 2/12...] You

Re: [PATCH -tip -v12 02/11] x86: x86 instruction decoder build-time selftest

2009-07-16 Thread Sam Ravnborg
+ cmd_posttest = objdump -d $(objtree)/vmlinux | awk -f $(srctree)/arch/x86/scripts/distill.awk | $(obj)/test_get_len + You are using the native objdump here. But I assume this fails miserably when you build x86 on a powerpc host. In other words - you broke an allyesconfig

Re: [PATCH -tip -v12 01/11] x86: instruction decoder API

2009-07-16 Thread Sam Ravnborg
On Thu, Jul 16, 2009 at 01:28:54PM -0400, Masami Hiramatsu wrote: Sam Ravnborg wrote: diff --git a/arch/x86/include/asm/inat.h b/arch/x86/include/asm/inat.h new file mode 100644 index 000..01e079a --- /dev/null +++ b/arch/x86/include/asm/inat.h @@ -0,0 +1,125 @@ +#ifndef

Re: [PATCH] KVM: Avoid using CONFIG_ in userspace visible headers

2009-01-19 Thread Sam Ravnborg
On Mon, Jan 19, 2009 at 03:00:50PM +0200, Avi Kivity wrote: Kconfig symbols are not available in userspace, and are not stripped by headers-install. Avoid their use by adding #defines in asm/kvm.h to suit each architecture. Signed-off-by: Avi Kivity a...@redhat.com Looked through the patch

Re: [2.6 patch] remove dummy asm/kvm.h files

2008-07-01 Thread Sam Ravnborg
right now. So despite the above this patch has my: Acked-by: Sam Ravnborg [EMAIL PROTECTED] Same for the asm/a.out patch you posted the other day. David - I assume you take these via your tree? Sam -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message