All of lore.kernel.org
 help / color / mirror / Atom feed
From: Julien Grall <julien.grall@citrix.com>
To: Ian Campbell <ian.campbell@citrix.com>,
	xen-devel <xen-devel@lists.xen.org>
Cc: Julien Grall <julien.grall@citrix.com>, Tim Deegan <tim@xen.org>,
	Stefano Stabellini <Stefano.Stabellini@eu.citrix.com>
Subject: Re: [PATCH v2 00/19] xen: arm: cleanup traps.c
Date: Fri, 8 May 2015 11:37:41 +0100	[thread overview]
Message-ID: <554C91F5.20802@citrix.com> (raw)
In-Reply-To: <1429279300.25195.330.camel@citrix.com>

Hi Ian,

On 17/04/15 15:01, Ian Campbell wrote:
> (R)eviewed
> 
> R	xen: arm: constify union hsr and struct hsr_* where possible.
> R	xen: arm: Fix handling of ICC_{SGI1R,SGI0R,ASGI1R}_EL1
> R	xen: arm: call inject_undef_exception directly
>  M	xen: arm: provide and use a handle_raz_wi helper
>  M	xen: arm: Add and use r/o+raz and w/o+wi helpers
>  M	xen: arm: add minimum exception level argument to trap handler helpers
>  M	xen: arm: Annotate trap handler for HSR_EL2.{TWI,TWE,TSC}
>  M	xen: arm: implement handling of ACTLR_EL1 trap
> RM	xen: arm: Annotate registers trapped by HCR_EL1.TIDCP
>  M	xen: arm: implement handling of registers trapped by CPTR_EL2.TTA
>  M	xen: arm: Annotate handlers for CPTR_EL2.Tx
>  M	xen: arm: Annotate the handlers for HSTR_EL2.T15
>  M	xen: arm: Annotate registers trapped by MDCR_EL2.TDRA
>  M	xen: arm: Annotate registers trapped by MDCR_EL2.TDOSA
> 	xen: arm: Annotate registers trapped by MDCR_EL2.TDA
> 	xen: arm: Annotate registers trapped by MDCR_EL2.TPM and TPMCR
> R	xen: arm: Remove CNTPCT_EL0 trap handling.
> 	xen: arm: Annotate registers trapped when CNTHCTL_EL2.EL1PCEN == 0
> R	xen: arm: Annotate source of ICC SGI register trapping

I added my Reviewed-by to all the patch except #16.

Although it was only a NIT in the subject. If you don't want to bother
resending the whole series on the ML for few NITs, you can add my
Reviewed-by to this patch too.

Regards,

-- 
Julien Grall

  parent reply	other threads:[~2015-05-08 10:37 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-17 14:01 [PATCH v2 00/19] xen: arm: cleanup traps.c Ian Campbell
2015-04-17 14:01 ` [PATCH v2 01/19] xen: arm: constify union hsr and struct hsr_* where possible Ian Campbell
2015-04-17 14:01 ` [PATCH v2 02/19] xen: arm: Fix handling of ICC_{SGI1R, SGI0R, ASGI1R}_EL1 Ian Campbell
2015-04-17 14:01 ` [PATCH v2 03/19] xen: arm: call inject_undef_exception directly Ian Campbell
2015-04-17 14:01 ` [PATCH v2 04/19] xen: arm: provide and use a handle_raz_wi helper Ian Campbell
2015-04-25 17:09   ` Julien Grall
2015-04-17 14:01 ` [PATCH v2 05/19] xen: arm: Add and use r/o+raz and w/o+wi helpers Ian Campbell
2015-04-25 17:16   ` Julien Grall
2015-05-08 10:16     ` Ian Campbell
2015-05-08 10:33       ` Julien Grall
2015-04-17 14:01 ` [PATCH v2 06/19] xen: arm: add minimum exception level argument to trap handler helpers Ian Campbell
2015-04-25 17:23   ` Julien Grall
2015-04-17 14:01 ` [PATCH v2 07/19] xen: arm: Annotate trap handler for HSR_EL2.{TWI, TWE, TSC} Ian Campbell
2015-04-25 17:25   ` Julien Grall
2015-04-17 14:01 ` [PATCH v2 08/19] xen: arm: implement handling of ACTLR_EL1 trap Ian Campbell
2015-04-25 17:29   ` Julien Grall
2015-04-17 14:01 ` [PATCH v2 09/19] xen: arm: Annotate registers trapped by HCR_EL1.TIDCP Ian Campbell
2015-04-17 14:01 ` [PATCH v2 10/19] xen: arm: implement handling of registers trapped by CPTR_EL2.TTA Ian Campbell
2015-04-25 17:42   ` Julien Grall
2015-04-17 14:01 ` [PATCH v2 11/19] xen: arm: Annotate handlers for CPTR_EL2.Tx Ian Campbell
2015-04-25 17:44   ` Julien Grall
2015-04-17 14:01 ` [PATCH v2 12/19] xen: arm: Annotate the handlers for HSTR_EL2.T15 Ian Campbell
2015-04-25 17:48   ` Julien Grall
2015-05-08 10:17     ` Ian Campbell
2015-05-08 10:35       ` Julien Grall
2015-04-17 14:01 ` [PATCH v2 13/19] xen: arm: Annotate registers trapped by MDCR_EL2.TDRA Ian Campbell
2015-04-25 17:50   ` Julien Grall
2015-04-17 14:01 ` [PATCH v2 14/19] xen: arm: Annotate registers trapped by MDCR_EL2.TDOSA Ian Campbell
2015-04-25 17:53   ` Julien Grall
2015-04-17 14:01 ` [PATCH v2 15/19] xen: arm: Annotate registers trapped by MDCR_EL2.TDA Ian Campbell
2015-04-25 17:55   ` Julien Grall
2015-04-17 14:01 ` [PATCH v2 16/19] xen: arm: Annotate registers trapped by MDCR_EL2.TPM and TPMCR Ian Campbell
2015-04-26 13:46   ` Julien Grall
2015-04-17 14:01 ` [PATCH v2 17/19] xen: arm: Remove CNTPCT_EL0 trap handling Ian Campbell
2015-04-17 14:01 ` [PATCH v2 18/19] xen: arm: Annotate registers trapped when CNTHCTL_EL2.EL1PCEN == 0 Ian Campbell
2015-04-26 13:48   ` Julien Grall
2015-04-17 14:01 ` [PATCH v2 19/19] xen: arm: Annotate source of ICC SGI register trapping Ian Campbell
2015-05-08 10:37 ` Julien Grall [this message]
2015-05-08 10:57   ` [PATCH v2 00/19] xen: arm: cleanup traps.c Ian Campbell

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=554C91F5.20802@citrix.com \
    --to=julien.grall@citrix.com \
    --cc=Stefano.Stabellini@eu.citrix.com \
    --cc=ian.campbell@citrix.com \
    --cc=tim@xen.org \
    --cc=xen-devel@lists.xen.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 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.