From mboxrd@z Thu Jan 1 00:00:00 1970 From: Damien Lespiau Subject: Re: [PATCH] drm/i915: Correctly reject invalid flags for wait_ioctl Date: Thu, 23 Oct 2014 14:39:41 +0100 Message-ID: <20141023133941.GD10367@strange.ger.corp.intel.com> References: <1411997486-10716-1-git-send-email-daniel.vetter@ffwll.ch> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by gabe.freedesktop.org (Postfix) with ESMTP id 886096E2B9 for ; Thu, 23 Oct 2014 06:39:43 -0700 (PDT) Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" To: Daniel Vetter Cc: Daniel Vetter , Intel Graphics Development List-Id: intel-gfx@lists.freedesktop.org On Thu, Oct 23, 2014 at 03:28:24PM +0200, Daniel Vetter wrote: > On Mon, Sep 29, 2014 at 3:31 PM, Daniel Vetter wrote: > > Not having checks for this isn't good. > > > > I've checked igt and libdrm and they all already clear flags properly. > > So we're lucky and should be able to sneak this ABI clarification in. > > > > Testcase: igt/gem_wait/invalid-flags > > Signed-off-by: Daniel Vetter > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=85280 > > Some please review this little fix? Reviewed-by: Damien Lespiau