From patchwork Sun Aug 19 06:27:35 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hanjun Guo X-Patchwork-Id: 144523 Delivered-To: patch@linaro.org Received: by 2002:a2e:9754:0:0:0:0:0 with SMTP id f20-v6csp2617888ljj; Sat, 18 Aug 2018 23:39:56 -0700 (PDT) X-Google-Smtp-Source: AA+uWPx8vn7+Qc5w59F8RMi02J2JC2pQutm/bdhwcI4DO53mRB1/sHxVE8mGVhmU34uV9dTNoN/a X-Received: by 2002:a65:64c8:: with SMTP id t8-v6mr7377449pgv.110.1534660796070; Sat, 18 Aug 2018 23:39:56 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1534660796; cv=none; d=google.com; s=arc-20160816; b=xQ18IHG+5A4JeNxgZLStGFO65gRgbLKpE6ITu1B2ATdBIp/WZEEBIhoKBVSgsaB6Ef lbPJ27RjmMr/0V8LP+rl4MPHEBXKjEKL3Z+fVi42x1NH24tY917PHYqyZRCgjCNr9NFm bFkYi+vYqBaExkSG3oUvL53vUqY+ImPQRdEJlmtfrJlDEYU6LK6nGK/6tca17CgkiRAh iCj+XRRYJlh2gtBl1QpDfUyCt4M9ISuqCf+qeXXMNGGuegDzw+Go8ozblE8Cny6DaPkv ZgI13ccS5RbBWOcvf+xFIu0Jy8KFK+NbehS78r+DFmrxWyXfQjmvRLWg/FY8OY38JpTP fKDA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:subject:cc :to:from:arc-authentication-results; bh=HiZHOVv/3GN7VAcxtvZMay0vv1A67uKiV9h/SOmOEBk=; b=y5hhOT7q9kPh0gsOzxeu+IpoyAbFEATKOUbeyu3YPNeQrV5Fy2UWcbcIYQ9F7p2Njy /pRRYPzoMya+ryV/wuPT2r9n6/wabF1Xu4r9UmykeNJaDI9hbORUbVWcWsBSU5xQgcIi Qdch2VxUtxOKve1MqPJk+gWWFP0p7bIkGASbwjo6v6xe0QTfAPCUNc8Ab2Zo3aMDSmXW IhV7LUQ0FX6LHg81uMIjsKwdeASbUZg05DXiwqQbTZRTArVgMWt4wQwnQMxj+GHNnQuR xqoZAV/Wlr2yPhcsc7UotfhwJovwJeTIeF5e4PjtzP9U+P5sSzrqdVSMzd/fI0+hL77C 0juA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of stable-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=stable-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 33-v6si6765450plu.283.2018.08.18.23.39.55; Sat, 18 Aug 2018 23:39:56 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of stable-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 stable-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=stable-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725932AbeHSJuS (ORCPT + 13 others); Sun, 19 Aug 2018 05:50:18 -0400 Received: from szxga04-in.huawei.com ([45.249.212.190]:11144 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725929AbeHSJuS (ORCPT ); Sun, 19 Aug 2018 05:50:18 -0400 Received: from DGGEMS414-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id DFD1E11DBDEB8; Sun, 19 Aug 2018 14:39:45 +0800 (CST) Received: from linux-ibm.site (10.175.102.37) by DGGEMS414-HUB.china.huawei.com (10.3.19.214) with Microsoft SMTP Server id 14.3.399.0; Sun, 19 Aug 2018 14:39:41 +0800 From: Hanjun Guo To: Greg KH , CC: , Hanjun Guo Subject: [PATCH 4.4 0/6] irqchip fixes for stable 4.4 Date: Sun, 19 Aug 2018 14:27:35 +0800 Message-ID: <1534660061-51980-1-git-send-email-guohanjun@huawei.com> X-Mailer: git-send-email 1.7.12.4 MIME-Version: 1.0 X-Originating-IP: [10.175.102.37] X-CFilter-Loop: Reflected Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org From: Hanjun Guo Hi Greg, When I was migrating the kernel from 4.1 to 4.4, I found some irqchip (and one genirq) bugfix patches are missing in 4.4, please take a look and consider apply them. Thanks Hanjun Marc Zyngier (3): irqchip/gic-v3-its: Recompute the number of pages on page size change irqchip/gic-v3: Add missing barrier to 32bit version of gic_read_iar() irqchip/gic: Make interrupt ID 1020 invalid Shanker Donthineni (2): irqchip/gicv3-its: Fix memory leak in its_free_tables() irqchip/gicv3-its: Avoid cache flush beyond ITS_BASERn memory size Sudeep Holla (1): genirq: Delay incrementing interrupt count if it's disabled/pending arch/arm/include/asm/arch_gicv3.h | 1 + drivers/irqchip/irq-gic-v3-its.c | 34 ++++++++++++++++++++++------------ drivers/irqchip/irq-gic.c | 2 +- kernel/irq/chip.c | 8 ++++---- 4 files changed, 28 insertions(+), 17 deletions(-) -- 1.7.12.4