From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934496Ab0EUS74 (ORCPT ); Fri, 21 May 2010 14:59:56 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:49683 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934442Ab0EUS7u (ORCPT ); Fri, 21 May 2010 14:59:50 -0400 Date: Fri, 21 May 2010 11:56:39 -0700 (PDT) From: Linus Torvalds To: Dave Airlie cc: linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org Subject: Re: [git pull] drm for 2.6.35-rc1 (revised) In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-7 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Grrr. Not well tested. On x86, I get several warnings like this: drivers/video/fbmem.c: In function ¡fb_do_apertures_overlap¢: drivers/video/fbmem.c:1494: warning: format ¡%llx¢ expects type ¡long long unsigned int¢, but argument 2 has type ¡resource_size_t¢ Please fix. And please test the thing. I suspect we should have some "new warnings are errors" thing for linux-next, so that people can't do this. Linus