linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: wcohen@redhat.com (William Cohen)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] Avoid needing export of include/asm-generic/kvm_para.h
Date: Tue, 29 May 2012 10:45:58 -0400	[thread overview]
Message-ID: <1338302759-12364-1-git-send-email-wcohen@redhat.com> (raw)

The kernel build checks (header_checks.pl) to verify that installed include
files do not include uninstalled files. When attempting to build the mainline
kernel from the git repository the build would fail on ARM machines
because these checks would determine that the ARM's version of kvm_para.h
was including asm-generic/kvm_para.h which is not installed.  
The asm-generic/kvm_para.h didn't seem to have anything that really should
be visible outside, so made arm use a generated head file instead.

It looks like similiar patches may be be needed for other architectures due
to commit 3b5d56b9317fa7b5407dff1aa7b115bf6cdbd494 (kvmclock: Add functions
to check if the host has stopped the vm)

William Cohen (1):
  Avoid needing export of include/asm-generic/kvm_para.h

 arch/arm/include/asm/Kbuild     |    1 +
 arch/arm/include/asm/kvm_para.h |    1 -
 2 files changed, 1 insertion(+), 1 deletion(-)
 delete mode 100644 arch/arm/include/asm/kvm_para.h

-- 
1.7.10.1

             reply	other threads:[~2012-05-29 14:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-29 14:45 William Cohen [this message]
2012-05-29 14:45 ` [PATCH] Avoid needing export of include/asm-generic/kvm_para.h William Cohen

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=1338302759-12364-1-git-send-email-wcohen@redhat.com \
    --to=wcohen@redhat.com \
    --cc=linux-arm-kernel@lists.infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).