Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp3984711imm; Wed, 5 Sep 2018 08:56:34 -0700 (PDT) X-Google-Smtp-Source: ANB0Vdakio9xXvvpMJ01A0JsQinscpCsf1iTpegGiNlTb+gpA/kWseNUpc604GC+atMsOpu5/mRM X-Received: by 2002:a17:902:9f90:: with SMTP id g16-v6mr39825386plq.34.1536162994225; Wed, 05 Sep 2018 08:56:34 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1536162994; cv=none; d=google.com; s=arc-20160816; b=ppbHYV8qA94/rRdN2Z/Xvlyj4TWLo4D19eh4ZO0V4O1cdleFs2B4A1rVyzyoRXFtTy HsOG2d51oAKqGZpJa/J/rc0IwkvAo95xi4D0SACRFyaFNPf3IpaAphty/LyvQU9QImbJ 6Imj8wGPzdlf0x1felQAKSrPmjZlv7yLDyY/ss3X8a6qM5ke+08vEGJTSXHQMM9joIT8 YDdn98FoP0RbMQBV49rRJXNL2lOqcTIzKRoLx/ZSTKTzn/5MG5IxXXTBgMWXVLU70diB zZdrhr1iketn4WkkOl8L0EcDkBUoT0r0yfHEPdP/AoIgzWvdYtECKYuMleQXnu6S07WY rLCw== 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 :user-agent:references:in-reply-to:message-id:date:cc:to:from :subject:organization; bh=CTWL7eV9rv4cpn1kDt4IOLJwAaOD7zx2irFS5ToTnIc=; b=ha631rnhDY2mUOEtGg5lO/gFAg/ZcMor5QeZJj3Z/Mi10NsoMI7y+zQPssBy82rgw/ 7rWokdStuzGoLz8VVhXhalgKhOl5Lwxshj/h+ilQ4Ptj+KzKQ6EZ5r/kEAhaTSdKMA++ EeI4Ea4zquTuTcfWbWINGVTbOcDWgIChqgnXRGH6TQ9LvYgxVH0R6MxWcVOJrOXfprnd 61e7CPodcpEdJDC7wubKrFiw3rgCLWhvjbcVCj8yFcC0onv9yzuvLnZHdNPlGnpO6JK9 1Ww8LAT+zSU1cApAx8MHq1lDBXS1o26g9aKsoRObAylQnaIIJTIDpVIgEzY6HcfLbyY+ ZBjw== 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=redhat.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id z13-v6si2315962pgk.127.2018.09.05.08.56.18; Wed, 05 Sep 2018 08:56:34 -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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=redhat.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727728AbeIEUZr (ORCPT + 99 others); Wed, 5 Sep 2018 16:25:47 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:33716 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726189AbeIEUZq (ORCPT ); Wed, 5 Sep 2018 16:25:46 -0400 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 834A0DFE5; Wed, 5 Sep 2018 15:54:58 +0000 (UTC) Received: from warthog.procyon.org.uk (ovpn-123-84.rdu2.redhat.com [10.10.123.84]) by smtp.corp.redhat.com (Postfix) with ESMTP id A37BE2027EB6; Wed, 5 Sep 2018 15:54:55 +0000 (UTC) Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 Subject: [PATCH 03/11] UAPI: virtio_net: Fix use of C++ keywords as structural members From: David Howells To: linux-api@vger.kernel.org, linux-kbuild@vger.kernel.org Cc: "Michael S. Tsirkin" , Jason Wang , virtualization@lists.linux-foundation.org, linux-kernel@vger.kernel.org, dhowells@redhat.com Date: Wed, 05 Sep 2018 16:54:55 +0100 Message-ID: <153616289529.23468.7498785670556620808.stgit@warthog.procyon.org.uk> In-Reply-To: <153616286704.23468.584491117180383924.stgit@warthog.procyon.org.uk> References: <153616286704.23468.584491117180383924.stgit@warthog.procyon.org.uk> User-Agent: StGit/unknown-version MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.78 on 10.11.54.4 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.2]); Wed, 05 Sep 2018 15:54:58 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.2]); Wed, 05 Sep 2018 15:54:58 +0000 (UTC) for IP:'10.11.54.4' DOMAIN:'int-mx04.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'dhowells@redhat.com' RCPT:'' Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The virtio_net_ctrl_hdr struct uses a C++ keyword as structural members. Fix this by inserting an anonymous union that provides an alternative name and then hide the reserved name in C++. Signed-off-by: David Howells cc: "Michael S. Tsirkin" cc: Jason Wang cc: virtualization@lists.linux-foundation.org --- include/uapi/linux/virtio_net.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/include/uapi/linux/virtio_net.h b/include/uapi/linux/virtio_net.h index a3715a3224c1..967142bc0e05 100644 --- a/include/uapi/linux/virtio_net.h +++ b/include/uapi/linux/virtio_net.h @@ -150,7 +150,12 @@ struct virtio_net_hdr_mrg_rxbuf { * command goes in between. */ struct virtio_net_ctrl_hdr { - __u8 class; + union { +#ifndef __cplusplus + __u8 class; +#endif + __u8 _class; + }; __u8 cmd; } __attribute__((packed));