Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S275344AbTHGO1K (ORCPT ); Thu, 7 Aug 2003 10:27:10 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S275345AbTHGO1K (ORCPT ); Thu, 7 Aug 2003 10:27:10 -0400 Received: from verein.lst.de ([212.34.189.10]:26839 "EHLO mail.lst.de") by vger.kernel.org with ESMTP id S275344AbTHGO1H (ORCPT ); Thu, 7 Aug 2003 10:27:07 -0400 Date: Thu, 7 Aug 2003 16:26:24 +0200 From: Christoph Hellwig To: Marcelo Tosatti Cc: Alan Cox , Mitch@0Bits.COM, Erik Andersen , Linux Kernel Mailing List Subject: Re: Linux 2.4.22-pre10-ac1 DRI doesn't work with Message-ID: <20030807142624.GA29208@lst.de> Mail-Followup-To: Christoph Hellwig , Marcelo Tosatti , Alan Cox , Mitch@0Bits.COM, Erik Andersen , Linux Kernel Mailing List References: <1060256649.3169.20.camel@dhcp22.swansea.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.28i X-Spam-Score: -4.5 () IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES,USER_AGENT_MUTT Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 788 Lines: 19 > I dont understand how the vmap change can break DRM. > > The vmap patch only changes internal mm/vmalloc.c code (vmalloc() call > acts exactly the same way as before AFAICS). > > Anyway, Mitch (or Erik who's seeing the problem), can please revert the > vmap() change to check if its causing the mentioned problem? vmap() doesn't break DRM. The external drm code just detects that vmap is present and then uses the new interface, but this new code also expects a new exported symbol. The DRM code in your tree is completly unaffected. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/