All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: Andrew Jones <drjones@redhat.com>,
	kvmarm@lists.cs.columbia.edu, kvm@vger.kernel.org
Cc: christoffer.dall@linaro.org
Subject: Re: [kvm-unit-tests PATCH 0/6] arm: enable MMU
Date: Mon, 17 Nov 2014 13:26:58 +0100	[thread overview]
Message-ID: <5469E992.7070800@redhat.com> (raw)
In-Reply-To: <1414684625-9445-1-git-send-email-drjones@redhat.com>

On 30/10/2014 16:56, Andrew Jones wrote:
> This first patch of this series fixes a bug caused by attempting
> to use spinlocks without enabling the MMU. The next three do some
> prep for the fifth, and also fix arm's PAGE_ALIGN. The fifth is
> prep for the sixth, which finally turns the MMU on for arm unit
> tests.
> 
> Andrew Jones (6):
>   arm: fix crash on cubietruck
>   lib: add ALIGN() macro
>   lib: steal const.h from kernel
>   arm: apply ALIGN() and const.h to arm files
>   arm: import some Linux page table API
>   arm: turn on the MMU
> 
>  arm/cstart.S                | 33 +++++++++++++++++++++++
>  config/config-arm.mak       |  3 ++-
>  lib/alloc.c                 |  4 +--
>  lib/arm/asm/mmu.h           | 43 ++++++++++++++++++++++++++++++
>  lib/arm/asm/page.h          | 43 +++++++++++++++++++++++-------
>  lib/arm/asm/pgtable-hwdef.h | 65 +++++++++++++++++++++++++++++++++++++++++++++
>  lib/arm/mmu.c               | 53 ++++++++++++++++++++++++++++++++++++
>  lib/arm/processor.c         | 11 ++++++++
>  lib/arm/setup.c             |  3 +++
>  lib/arm/spinlock.c          |  7 +++++
>  lib/asm-generic/page.h      | 17 ++++++------
>  lib/const.h                 | 11 ++++++++
>  lib/libcflat.h              |  4 +++
>  13 files changed, 275 insertions(+), 22 deletions(-)
>  create mode 100644 lib/arm/asm/mmu.h
>  create mode 100644 lib/arm/asm/pgtable-hwdef.h
>  create mode 100644 lib/arm/mmu.c
>  create mode 100644 lib/const.h
> 

Tested on CubieTruck and applied, thanks.

Paolo

      parent reply	other threads:[~2014-11-17 12:27 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-30 15:56 [kvm-unit-tests PATCH 0/6] arm: enable MMU Andrew Jones
2014-10-30 15:57 ` [PATCH 1/6] arm: fix crash on cubietruck Andrew Jones
2014-10-30 15:57 ` [PATCH 2/6] lib: add ALIGN() macro Andrew Jones
2014-10-30 15:57 ` [PATCH 3/6] lib: steal const.h from kernel Andrew Jones
2014-10-30 15:57 ` [PATCH 4/6] arm: apply ALIGN() and const.h to arm files Andrew Jones
2014-10-30 15:57 ` [PATCH 5/6] arm: import some Linux page table API Andrew Jones
2014-10-30 15:57 ` [PATCH 6/6] arm: turn on the MMU Andrew Jones
2014-10-31 11:43 ` [kvm-unit-tests PATCH 0/6] arm: enable MMU Paolo Bonzini
2014-11-17 12:26 ` Paolo Bonzini [this message]

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=5469E992.7070800@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=christoffer.dall@linaro.org \
    --cc=drjones@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=kvmarm@lists.cs.columbia.edu \
    /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.