From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Subject: Re: [PATCH v4 19/19] arm: vectors support Date: Fri, 6 Jun 2014 20:40:06 +0200 Message-ID: <20140606184006.GU3994@lvm> References: <1397149020-3501-1-git-send-email-drjones@redhat.com> <1397149020-3501-20-git-send-email-drjones@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvmarm@lists.cs.columbia.edu, kvm@vger.kernel.org To: Andrew Jones Return-path: Received: from mail-lb0-f169.google.com ([209.85.217.169]:38743 "EHLO mail-lb0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752414AbaFFSkK (ORCPT ); Fri, 6 Jun 2014 14:40:10 -0400 Received: by mail-lb0-f169.google.com with SMTP id s7so1754768lbd.14 for ; Fri, 06 Jun 2014 11:40:08 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1397149020-3501-20-git-send-email-drjones@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Apr 10, 2014 at 06:57:00PM +0200, Andrew Jones wrote: > Add support for tests to use exception handlers using > install_exception_handler(). This patch also adds phys_start_usr(), > which can be used to start a function in USR mode, using a stack > set up in a new memregion. phys_start_usr() is used by new selftest > tests that check the new vector support. > > Signed-off-by: Andrew Jones > --- > v4: a couple tweaks to fit changes in the other patches, > vectors-usr test now has an 8K usr stack would have appreciated something more concrete than 'a couple tweaks' in a 600+ lines patch. But it's looking good: Reviewed-by: Christoffer Dall