From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from quartz.orcorp.ca ([184.70.90.242]:59033 "EHLO quartz.orcorp.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751402AbcEaSVI (ORCPT ); Tue, 31 May 2016 14:21:08 -0400 Date: Tue, 31 May 2016 12:21:00 -0600 From: Jason Gunthorpe To: Leon Romanovsky Cc: Bart Van Assche , Max Gurtovoy , matanb@mellanox.com, sagi@grimberg.me, linux-rdma@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH] IB/core: Fix different types mix in ib_device_cap_flags structure values Message-ID: <20160531182100.GC21834@obsidianresearch.com> References: <1464602994-21226-1-git-send-email-maxg@mellanox.com> <08df9022-e575-da0d-c76d-a28185c9db2d@sandisk.com> <20160531171306.GA6618@obsidianresearch.com> <20160531173033.GC7477@leon.nu> <13f16fdf-e1d2-0baa-abe1-6423d2196b72@sandisk.com> <20160531181223.GE7477@leon.nu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160531181223.GE7477@leon.nu> Sender: stable-owner@vger.kernel.org List-ID: On Tue, May 31, 2016 at 09:12:23PM +0300, Leon Romanovsky wrote: > I understand from the description/standards that first enum declares > type. No, you quoted the relevant standard: .. but shall be capable of representing the values of all the members of the enumeration. .. Truncation is not allowed. Jason