From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754399AbdLNRp1 (ORCPT ); Thu, 14 Dec 2017 12:45:27 -0500 Received: from mail.kernel.org ([198.145.29.99]:43284 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754293AbdLNRoF (ORCPT ); Thu, 14 Dec 2017 12:44:05 -0500 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 667472190C Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=acme@kernel.org From: Arnaldo Carvalho de Melo To: Ingo Molnar Cc: linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org, Arnaldo Carvalho de Melo , Adrian Hunter , Christian Borntraeger , David Ahern , Jiri Olsa , Namhyung Kim , Wang Nan Subject: [PATCH 29/34] tools headers: Synchronize KVM arch ABI headers Date: Thu, 14 Dec 2017 14:42:42 -0300 Message-Id: <20171214174247.16841-30-acme@kernel.org> X-Mailer: git-send-email 2.13.6 In-Reply-To: <20171214174247.16841-1-acme@kernel.org> References: <20171214174247.16841-1-acme@kernel.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Arnaldo Carvalho de Melo To pick up changes from this cset: bb64da9aba89 ("KVM: s390: mark irq_state.flags as non-usable") It just adds two comments. Silences this warning when building perf: Warning: Kernel ABI header at 'tools/include/uapi/linux/kvm.h' differs from latest version at 'include/uapi/linux/kvm.h' Cc: Adrian Hunter Cc: Christian Borntraeger Cc: David Ahern Cc: Jiri Olsa Cc: Namhyung Kim Cc: Wang Nan Link: https://lkml.kernel.org/n/tip-xefdcd9ej31yxc1q5sy2scwt@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- tools/include/uapi/linux/kvm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/include/uapi/linux/kvm.h b/tools/include/uapi/linux/kvm.h index 282d7613fce8..496e59a2738b 100644 --- a/tools/include/uapi/linux/kvm.h +++ b/tools/include/uapi/linux/kvm.h @@ -630,9 +630,9 @@ struct kvm_s390_irq { struct kvm_s390_irq_state { __u64 buf; - __u32 flags; + __u32 flags; /* will stay unused for compatibility reasons */ __u32 len; - __u32 reserved[4]; + __u32 reserved[4]; /* will stay unused for compatibility reasons */ }; /* for KVM_SET_GUEST_DEBUG */ -- 2.13.6