public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: andre.przywara@arm.com (Andre Przywara)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/2] irqchip/gic-v3-its: LPI tables fixes
Date: Thu, 16 Mar 2017 17:05:40 +0000	[thread overview]
Message-ID: <20170316170542.3568-1-andre.przywara@arm.com> (raw)

By staring at the code (while writing the ITS driver for Xen) I
stumbled upon two minor things that deserve fixing:
Patch 1 checks whether LPIs are really disabled before setting up the
tables, as the architecture actually disallows clearing the LPI enable
bit. We try this anyway, but bail out if this fails.
Patch 2 makes sure we don't miss when the redistributors denies our
cacheable mapping request.

Please have a look and apply if that makes sense.

Cheers,
Andre.

Andre Przywara (2):
  irqchip/gic-v3-its: bail out on already enabled LPIs
  irqchip/gic-v3-its: always check for cacheability attributes

 drivers/irqchip/irq-gic-v3-its.c | 41 ++++++++++++++++++++++++++++++++--------
 1 file changed, 33 insertions(+), 8 deletions(-)

-- 
2.9.0

             reply	other threads:[~2017-03-16 17:05 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-16 17:05 Andre Przywara [this message]
2017-03-16 17:05 ` [PATCH 1/2] irqchip/gic-v3-its: bail out on already enabled LPIs Andre Przywara
2017-03-16 17:25   ` Shanker Donthineni
2017-03-17  9:46     ` Marc Zyngier
2017-03-17 10:43       ` Shanker Donthineni
2017-03-17 11:01         ` Marc Zyngier
2017-03-16 17:05 ` [PATCH 2/2] irqchip/gic-v3-its: always check for cacheability attributes Andre Przywara

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=20170316170542.3568-1-andre.przywara@arm.com \
    --to=andre.przywara@arm.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