Received: by 2002:a25:31c3:0:0:0:0:0 with SMTP id x186csp978895ybx; Tue, 5 Nov 2019 08:25:06 -0800 (PST) X-Google-Smtp-Source: APXvYqyQDcP/IVBgkwfHo3KVYA3CwzQruan3XDdojy8v7NkuyfZfiiInx76UzP1WAryWM4SpGtLB X-Received: by 2002:a50:f783:: with SMTP id h3mr2418269edn.168.1572971106030; Tue, 05 Nov 2019 08:25:06 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1572971106; cv=none; d=google.com; s=arc-20160816; b=UUjqi2r9W8tTOR/2pZfhAXeH8W5YXEtc1QsIBS5pjMh9Yes2nGz7LGxzgtWU48wHUv ScvEloT/4kctFxePbL+qVVZI1MH2IL0EsUC+mOiKnsCA4b5u2FFrYG4Hsk8Qccv/BWMx r5xSJzHTHl2lyVhz+CxBkgh4EKidPfF3q8+U3ailrcx5xcQ3r/E+Uz8BchqWD4GidRuM 5c0y8RpG+mauHiuZbL1smzvt54HI1twHw9oRWCRj+G3tB9Fk2H01alOF0emEFpyxP+bO Dmre6MLfDGxyv1RQtNmGhAkYCa1+lBJtJn6RP9F2+zQiVY2EszxuVKEzEINcWqc69EdC SCeg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=MDTOaKrK+Y6c9mQbduWqx10dC95rW2v6BpmQuW2tkgo=; b=IyWFyA6uE1eDVImRlV6LPVSGqnMdPbIk2d1Tk+byKASS3Puv0MmiS7euHRAzOrSNWa 8yI599OD7KpQe/5cNBGsBCcNfKVl1ZUX0dhkrU8EK4xwGGn2oVRz59XP81txp3uazYGj yJtVsDe3nckT2qlqrJVE5rr4OTgD6mMhE2WiflxP/2ii0m/yk4jK1Vfy8PKvKtTY6o4i wqJ2KV8S3RHBjqA5Kl9+goi5aPlnqHr4neCG94Pa8Nc+5HmQ3zl1bxOrz/xKlTf99m/R E2NSkfSukz1YpVDeUgeTEQfDAqrU6kAZve+9U+kkCuR3/TtxnJ/jcPArIiMj1dClWBMu m85w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id h17si1778783ejf.263.2019.11.05.08.24.42; Tue, 05 Nov 2019 08:25:06 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390179AbfKEQXP (ORCPT + 99 others); Tue, 5 Nov 2019 11:23:15 -0500 Received: from inca-roads.misterjones.org ([213.251.177.50]:58514 "EHLO inca-roads.misterjones.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389986AbfKEQXN (ORCPT ); Tue, 5 Nov 2019 11:23:13 -0500 Received: from 78.163-31-62.static.virginmediabusiness.co.uk ([62.31.163.78] helo=why.lan) by cheepnis.misterjones.org with esmtpsa (TLSv1.2:DHE-RSA-AES128-GCM-SHA256:128) (Exim 4.80) (envelope-from ) id 1iS1bp-0001q9-KI; Tue, 05 Nov 2019 17:23:09 +0100 From: Marc Zyngier To: linux-kernel@vger.kernel.org Cc: Thomas Gleixner , Jason Cooper , lorenzo.pieralisi@arm.com, Andrew.Murray@arm.com, yuzenghui@huawei.com, Heyi Guo Subject: [PATCH 00/11] irqchip/gic-v3-its: Cleanup and fixes for Linux 5.5 Date: Tue, 5 Nov 2019 16:22:47 +0000 Message-Id: <20191105162258.22214-1-maz@kernel.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SA-Exim-Connect-IP: 62.31.163.78 X-SA-Exim-Rcpt-To: linux-kernel@vger.kernel.org, tglx@linutronix.de, jason@lakedaemon.net, lorenzo.pieralisi@arm.com, Andrew.Murray@arm.com, yuzenghui@huawei.com, guoheyi@huawei.com X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on cheepnis.misterjones.org); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi all, This series is a mix of early GICv4.1 cleanups, fixes coming out of discussions with Zenghui Yu, and a couple of stashed bug fixes that I recently rediscovered (oops). Hopefully nothing controvertial here, but please shout if you think anything looks wrong. I've given it a good shake on my D05, and everything was great (until the SSD containing the home directories decided it had enough with life and everything ground to a halt). As $SUBJECT says, I plan to take this into 5.5. Thanks, M. Marc Zyngier (11): irqchip/gic-v3-its: Free collection mapping on device teardown irqchip/gic-v3-its: Factor out wait_for_syncr primitive irqchip/gic-v3-its: Allow LPI invalidation via the DirectLPI interface irqchip/gic-v3-its: Make is_v4 use a TYPER copy irqchip/gic-v3-its: Kill its->ite_size and use TYPER copy instead irqchip/gic-v3-its: Kill its->device_ids and use TYPER copy instead irqchip/gic-v3-its: Add its_vlpi_map helpers irqchip/gic-v3-its: Synchronise INV command targetting a VLPI using VSYNC irqchip/gic-v3-its: Synchronise INT/CLEAR commands targetting a VLPI using VSYNC irqchip/gic-v3-its: Lock VLPI map array before translating it irqchip/gic-v3-its: Make vlpi_lock a spinlock drivers/irqchip/irq-gic-v3-its.c | 288 ++++++++++++++++++++++------- include/linux/irqchip/arm-gic-v3.h | 4 +- 2 files changed, 224 insertions(+), 68 deletions(-) -- 2.20.1