From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jakob Bornecrantz Subject: Re: [PATCH] drm: stop vmgfx driver explosion Date: Mon, 20 Aug 2012 08:04:05 -0700 (PDT) Message-ID: <790319256.19256264.1345475045195.JavaMail.root@vmware.com> References: <20120820144438.6255.39723.stgit@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from smtp-outbound-2.vmware.com (smtp-outbound-2.vmware.com [208.91.2.13]) by gabe.freedesktop.org (Postfix) with ESMTP id A15459E77F for ; Mon, 20 Aug 2012 08:04:26 -0700 (PDT) In-Reply-To: <20120820144438.6255.39723.stgit@localhost.localdomain> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: Alan Cox Cc: linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org ----- Original Message ----- > From: Alan Cox > > If you do a page flip with no flags set then event is NULL. If event > is NULL then the vmw_gfx driver likes to go digging into NULL and > extracts NULL->base.file_priv. > > On a modern kernel with NULL mapping protection it's just another > oops, without it there are some "intriguing" possibilities. > > What it should do is an open question but that for the driver owners > to sort out. > > Signed-off-by: Alan Cox Thanks Alan! Reviewed-by: Jakob Bornecrantz I think CC stable is in order. Cheers, Jakob.