Received: by 2002:a25:d7c1:0:0:0:0:0 with SMTP id o184csp4019595ybg; Tue, 29 Oct 2019 00:33:20 -0700 (PDT) X-Google-Smtp-Source: APXvYqyEIsYXrDvhJxMe6OSePYklohHxkkl5ITA6Y5CjhNGnfw+WVlpvodqIUnbLgJuwkKC7p0an X-Received: by 2002:a05:6402:19b4:: with SMTP id o20mr23942072edz.10.1572334400475; Tue, 29 Oct 2019 00:33:20 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1572334400; cv=none; d=google.com; s=arc-20160816; b=y9yZlUyHNOsavA3iOPSRz7Hxd17SAQ6iFbdvwemouHvH8HxJu6Dr/B78OsqvlpIzRh SO/bS8csPhPnClRpzSv+3PI5vA+QofpBw/Ul7Z9+Hshl+TMFPzuNG38wPhIati+VzlGD 9hocA4GB5u138eWJh1dqfLizmVlr8yglQx08XSnL/qV3xGGovSOaJFoYiCTpzj0Bs7GH 3ydrJ4VziRieJPjKb6xHkqdEkn0KYv7WLB1/86pq/jbcAJxHC74r1I/yndwN7G7m7VAs se+IRvNTNxyRBEjXV++9CcSjCEhKA7nBT9bH7WQzMX2q9qEW0bQRIqanyBzMl1TOTzbh JpWA== 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=IFQ2xxNiwfxoOQqU45I0ixK168txJO+kIyQ1p6dlYNk=; b=ssEoVVXHquVnPDI4LIy3flWW00oWdbI5Wh7iJox2HxifFLAJ1x/Y5NmN4SSlaIVYGI ySDNP/mGiiDjmxDZZaXrY6pfdNOIFWevsioZFd683oO9rvofSdLYuFNSLx0w7qEDMwF4 EFRagcnfjNqkc8bbfbY/wmGUtxDFbRdJj9GH90a31a5WOmLGXPfd+0bT0oa5PyLb5oU+ Mr86zjCdyIuL/e6hY1GDu+TryoDF+GysmOnUBYo+DIBpxSxOJLdF6P+Ceknwq/7sHBuC bqUCIR82mNcActLEv2kOJmV9kT3BfDJ3znChNHwfh7s14JPGD+Fn/hGUABnL9yz+xp8q 8RuA== 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w47si655324edd.326.2019.10.29.00.32.57; Tue, 29 Oct 2019 00:33:20 -0700 (PDT) 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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728730AbfJ2HUe (ORCPT + 99 others); Tue, 29 Oct 2019 03:20:34 -0400 Received: from szxga07-in.huawei.com ([45.249.212.35]:60300 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728032AbfJ2HUc (ORCPT ); Tue, 29 Oct 2019 03:20:32 -0400 Received: from DGGEMS414-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id 369BCB063877C594D3FB; Tue, 29 Oct 2019 15:20:22 +0800 (CST) Received: from DESKTOP-8RFUVS3.china.huawei.com (10.173.222.27) by DGGEMS414-HUB.china.huawei.com (10.3.19.214) with Microsoft SMTP Server id 14.3.439.0; Tue, 29 Oct 2019 15:20:15 +0800 From: Zenghui Yu To: , , , , CC: , , , , Zenghui Yu Subject: [PATCH 0/3] KVM: arm/arm64: vgic: Some cleanups and fixes Date: Tue, 29 Oct 2019 15:19:16 +0800 Message-ID: <20191029071919.177-1-yuzenghui@huawei.com> X-Mailer: git-send-email 2.23.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=US-ASCII X-Originating-IP: [10.173.222.27] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi KVM/ARM maintainers, This series contains three cleanups (fixes) I've collected when looking through the vgic code. Please consider taking them if you're happy with them. Thanks! Zenghui Yu (3): KVM: arm/arm64: vgic: Remove the declaration of kvm_send_userspace_msi() KVM: arm/arm64: vgic: Fix some comments typo KVM: arm/arm64: vgic: Don't rely on the wrong pending table include/kvm/arm_vgic.h | 4 +--- virt/kvm/arm/vgic/vgic-v3.c | 8 ++++---- virt/kvm/arm/vgic/vgic-v4.c | 2 +- 3 files changed, 6 insertions(+), 8 deletions(-) -- 2.19.1