From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751413AbbCODGD (ORCPT ); Sat, 14 Mar 2015 23:06:03 -0400 Received: from ftx-008-i774.relay.mailchannels.net ([50.61.143.74]:36808 "EHLO relay.mailchannels.net" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750848AbbCODF7 (ORCPT ); Sat, 14 Mar 2015 23:05:59 -0400 X-Sender-Id: duocircle|x-authuser|jac299792458 X-Sender-Id: duocircle|x-authuser|jac299792458 X-MC-Relay: Neutral X-MailChannels-SenderId: duocircle|x-authuser|jac299792458 X-MailChannels-Auth-Id: duocircle X-MC-Loop-Signature: 1426388419026:4022251046 X-MC-Ingress-Time: 1426388419026 X-Mail-Handler: DuoCircle Outbound SMTP X-Originating-IP: 72.84.113.125 X-Report-Abuse-To: abuse@duocircle.com (see https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information for abuse reporting information) X-MHO-User: U2FsdGVkX18CQRLOGXZpEuDTGjSowq/4+Y8OrZDgc3M= X-DKIM: OpenDKIM Filter v2.6.8 io 6D71480169 Date: Sun, 15 Mar 2015 03:00:11 +0000 From: Jason Cooper To: Thomas Gleixner , Linus Torvalds Cc: linux-kernel@vger.kernel.org Subject: [GIT PULL] irqchip: Fixes for v4.0 Message-ID: <20150315030011.GF4463@io.lakedaemon.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-AuthUser: jac299792458 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Thomas, Here's a round of fixes for v4.0. They've been in -next for a week without issue. Please pull. Linus, I've heard that Thomas isn't available. I have no other specifics. If you know his absence is going to last for a while, please consider pulling this directly. I'd hate to miss getting these fixes in. thx, Jason. The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539: Linux 4.0-rc1 (2015-02-22 18:21:14 -0800) are available in the git repository at: git://git.infradead.org/users/jcooper/linux.git tags/irqchip-fixes-4.0 for you to fetch changes up to aaa95f74563a1c5a42db5fec43415b9a92ea7f7b: Merge branch 'irqchip/urgent-gic' into irqchip/urgent (2015-03-15 01:41:26 +0000) ---------------------------------------------------------------- irqchip fixes for v4.0 - armada-370-xp - Chained per-cpu interrupts - gic{,-v3,v3-its} - Various fixes for safer operation ---------------------------------------------------------------- Jason Cooper (1): Merge branch 'irqchip/urgent-gic' into irqchip/urgent Marc Zyngier (4): irqchip: gicv3-its: Allocate enough memory for the full range of DeviceID irqchip: gicv3-its: Iterate over PCI aliases to generate ITS configuration irqchip: gicv3-its: Fix unsafe locking reported by lockdep irqchip: gic: Fix unsafe locking reported by lockdep Maxime Ripard (1): irqchip: armada-370-xp: Fix chained per-cpu interrupts Vladimir Murzin (2): irqchip: gicv3-its: Fix ITS CPU init irqchip: gic-v3: Fix out of bounds access to cpu_logical_map Yun Wu (5): irqchip: gicv3-its: Zero itt before handling to hardware irqchip: gicv3-its: Use 64KB page as default granule irqchip: gicv3-its: Add limitation to page order irqchip: gicv3-its: Define macros for GITS_CTLR fields irqchip: gicv3-its: Support safe initialization drivers/irqchip/irq-armada-370-xp.c | 21 ++++- drivers/irqchip/irq-gic-v3-its.c | 157 +++++++++++++++++++++++++++++------- drivers/irqchip/irq-gic-v3.c | 2 +- drivers/irqchip/irq-gic.c | 20 +++-- include/linux/irqchip/arm-gic-v3.h | 5 ++ 5 files changed, 166 insertions(+), 39 deletions(-)